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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../assets/fonts/gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../assets/fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../assets/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../assets/fonts/gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../assets/fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../assets/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../assets/fonts/gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../assets/fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../assets/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../assets/fonts/gilroy/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../assets/fonts/gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gilroy/Gilroy-Black.woff") format("woff"), url("../assets/fonts/gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon/icomoon.eot?s27h42");
  src: url("../assets/fonts/icomoon/icomoon.eot?s27h42#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon/icomoon.ttf?s27h42") format("truetype"), url("../assets/fonts/icomoon/icomoon.woff?s27h42") format("woff"), url("../assets/fonts/icomoon/icomoon.svg?s27h42#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }

body {
  font-family: "Gilroy", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  height: 100%;
  max-width: 100%;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 78px; }
  body.blocked {
    overflow: hidden;
    height: 100%; }
  body > * {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes mouseScrolling {
  0% {
    opacity: 0; }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

@keyframes mouseScrolling {
  0% {
    opacity: 0; }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

@-webkit-keyframes shake-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  1.78571% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  3.57143% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5.35714% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  7.14286% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  8.92857% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  10.71429% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes shake-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  1.78571% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  3.57143% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  5.35714% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  7.14286% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  8.92857% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  10.71429% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes zoom-animation {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); } }

@keyframes zoom-animation {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); } }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

.overlay {
  background-color: rgba(60, 60, 60, 0.92);
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .flex__item {
    width: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }

[class^="icon--"]:before, [class*=" icon--"]:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1; }

.icon--spinner3:before {
  content: "\e97c"; }

.icon--spinner9:before {
  content: "\e982"; }

.icon--spinner10:before {
  content: "\e983"; }

.icon--zoom-in:before {
  content: "\e987"; }

.icon--zoom-out:before {
  content: "\e988"; }

.icon--enlarge:before {
  content: "\e989"; }

.icon--arrow-right:before {
  content: "\e900"; }

.icon--arrow-right:before {
  content: "\e900"; }

.icon--arrow--rightside:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1; }

.icon--blog-label:before {
  content: "\e901"; }

.icon--mail:before {
  content: "\e902"; }

.icon--phone:before {
  content: "\e903"; }

.icon--plane:before {
  content: "\e904"; }

.icon--consult-label:before {
  content: "\e905"; }

.icon--expert-label:before {
  content: "\e906"; }

.icon--pin:before {
  content: "\e907"; }

.icon--study-label:before {
  content: "\e908"; }

::-webkit-scrollbar {
  width: 2px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.typo p {
  font-size: 14px;
  min-height: 16px;
  line-height: 1.7;
  text-align: left;
  color: #efefef;
  margin: 0 0 20px; }
  .typo p strong {
    font-weight: bold; }
  .typo p a {
    color: inherit; }
    .typo p a:hover {
      text-decoration: none; }
    .typo p a strong {
      font-weight: bold; }
  .typo p em {
    font-style: italic; }
  .typo p u {
    text-decoration: none; }
  .typo p img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  .typo p iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.typo img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: black;
  margin: 0 0 20px; }

.typo hr {
  margin: 15px 0;
  height: 2px;
  background: #3157b5;
  border: none; }

.typo > ul li {
  font-size: 16px;
  line-height: 1.44;
  color: #efefef; }
  .typo > ul li:before {
    content: '— '; }

.typo > ol li {
  font-size: 16px;
  line-height: 1.44;
  color: #efefef;
  list-style-type: decimal; }

.typo .alignleft {
  float: left; }

.typo .alignright {
  float: right; }

.typo .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #102e59;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */

.fancybox-active {
  height: 100%; }

.content {
  height: 100%;
  overflow: auto; }
  .content__area {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto; }

.form__inner {
  margin-bottom: 50px;
  min-height: 204px; }

.form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 100%;
  margin: 0 0 30px; }

.form__warning {
  display: none; }
  .form__warning.active {
    display: block; }
  .form__warning p {
    font-size: 14px;
    color: #ff0000; }

.form__fieldset {
  position: relative;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px; }
  .form__fieldset input {
    font-size: 14px;
    padding: 15px 10px 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #efefef;
    color: #333333;
    height: 100%; }
    .form__fieldset input:focus {
      outline: none; }
    .form__fieldset input:focus ~ label, .form__fieldset input:valid ~ label {
      font-size: 11px;
      bottom: auto;
      margin: 0;
      top: 0px; }
    .form__fieldset input.active ~ label {
      top: 0px;
      font-size: 11px;
      bottom: auto;
      margin: 0; }
  .form__fieldset textarea {
    background: #efefef;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    color: #333333;
    height: 100%;
    resize: none; }
    .form__fieldset textarea:focus {
      outline: none; }
    .form__fieldset textarea:focus ~ label, .form__fieldset textarea:valid ~ label {
      font-size: 12px;
      bottom: auto;
      margin: 0;
      top: 2px; }
    .form__fieldset textarea.active ~ label {
      top: 2px;
      font-size: 12px;
      bottom: auto;
      margin: 0; }
  .form__fieldset label {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    bottom: 0;
    height: 18px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all; }
  .form__fieldset select {
    background: #efefef;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    color: #333333;
    height: 100%;
    cursor: pointer;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none; }
    .form__fieldset select::-ms-expand {
      display: none; }
    .form__fieldset select:focus {
      outline: none; }
    .form__fieldset select:focus ~ label, .form__fieldset select:valid ~ label {
      font-size: 11px;
      bottom: auto;
      margin: 0;
      top: -6px; }
    .form__fieldset select.active ~ label {
      top: -6px;
      font-size: 11px;
      bottom: auto;
      margin: 0; }
  .form__fieldset option:first-of-type {
    display: none; }
  .form__fieldset .bar {
    position: relative;
    display: block;
    width: 100%; }
    .form__fieldset .bar:before, .form__fieldset .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 0;
      position: absolute;
      background: #0056b9;
      -webkit-transition: 0.2s ease all;
      transition: 0.2s ease all; }
    .form__fieldset .bar:before {
      left: 50%; }
    .form__fieldset .bar:after {
      right: 50%; }
  .form__fieldset input:focus ~ .bar:before, .form__fieldset input:focus ~ .bar:after {
    width: 50%; }
  .form__fieldset textarea:focus ~ .bar:before, .form__fieldset textarea:focus ~ .bar:after {
    width: 50%; }
  .form__fieldset .error ~ .bar:before, .form__fieldset .error ~ .bar:after {
    background: #ff0000;
    width: 50%; }

.form__options {
  margin: 50px 0 0;
  font-size: 14px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .form__options a {
    display: block;
    text-decoration: none;
    color: #333333; }

.button {
  text-decoration: none;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  color: white;
  background: #3157b5;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 25px 18px;
  line-height: 1;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }
  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.checkbox input {
  display: none; }
  .checkbox input ~ span:first-of-type {
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 2px solid #333333;
    position: relative;
    display: block;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 15px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s; }
    .checkbox input ~ span:first-of-type i {
      position: absolute;
      left: 1px;
      top: 1px;
      opacity: 0;
      -webkit-transition: opacity .15s;
      transition: opacity .15s; }
  .checkbox input:checked ~ span:first-of-type i {
    opacity: 1; }

.popup {
  background: white;
  max-width: 420px;
  width: 100%;
  color: white;
  padding: 30px 60px 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #102E59), color-stop(95%, #0c1021));
  background: linear-gradient(to right, #102E59 3%, #0c1021 95%);
  text-align: center;
  position: relative; }
  .popup:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 80%;
    background: url("../assets/img/main/stats-logo.png") no-repeat 40px bottom;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(90%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0) 90%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(90%, rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0) 90%);
    background-size: contain;
    pointer-events: none; }
  .popups {
    display: none; }
  .popup__headline {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .popup__message p {
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin: 0 0 10px; }

.header {
  max-width: 1216px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 3;
  background: white;
  top: 0;
  left: 0;
  right: 0; }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .header__logo {
    max-width: 133px;
    min-width: 133px;
    width: 100%; }
    .header__logo img {
      max-width: 100%;
      vertical-align: top; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  background: white; }
  .nav.active {
    opacity: 1;
    visibility: visible; }

.nav-list {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: auto;
  max-height: 100%;
  background-size: cover;
  padding: 0 18px; }
  .nav-list li {
    list-style-type: none;
    height: 48px;
    line-height: 48px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
    .nav-list li.current a {
      color: black; }
    .nav-list li.current-menu-item a {
      border-bottom: 2px solid #0056b9; }
      .nav-list li.current-menu-item a:hover {
        color: white; }
  .nav-list a {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.hamb:before, .hamb:after, .hamb__icon {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #0056b9;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }

.hamb {
  width: 24px;
  min-width: 24px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2; }
  .hamb:before {
    top: 0; }
  .hamb:after {
    bottom: 0; }
  .hamb.active {
    height: 20px; }
    .hamb.active:before {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      top: 9px;
      width: 50%;
      left: 6px; }
    .hamb.active:after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      bottom: 9px;
      width: 50%;
      left: 6px; }
  .hamb__icon {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: width .2s;
    transition: width .2s; }
    .active .hamb__icon {
      width: 0; }

.header-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 100%;
  margin-right: 0; }
  .header-contacts__phone {
    color: #3e3e3e;
    text-decoration: none;
    margin-right: 11px;
    margin-bottom: 5px; }
  .header-contacts__mail {
    color: #0056b9;
    text-decoration: underline;
    display: none; }
    .header-contacts__mail:hover {
      text-decoration: none; }

.footer {
  max-width: 1216px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 41px auto 40px;
  color: #414141; }
  .footer__copyright {
    font-size: 12px;
    text-align: center; }

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%; }

.banner-content {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .banner-content__wrapper {
    max-width: 608px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  .banner-content__headline {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0 0 61px; }
  .banner-content__description {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: white;
    margin: 0 0 92px; }
  .banner-content__button {
    width: 100%; }
    .banner-content__button-wrapper {
      max-width: 283px;
      margin: 0 auto; }

.banner-view {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .banner-view__figure {
    margin: 0;
    position: relative;
    height: 100%;
    overflow: hidden; }
    .banner-view__figure img {
      max-width: 100%;
      width: 100%; }

.about {
  max-width: 1216px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 64px;
  padding-bottom: 53px; }

.about-info {
  border-bottom: 5px solid #3c63b6;
  margin-bottom: 31px; }

.about-view {
  margin-bottom: 43px; }
  .about-view__figure {
    position: relative;
    margin: 0;
    width: 260px;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .about-view__figure:before {
      content: '';
      display: block;
      background: #ebf3ff;
      position: absolute;
      left: 0;
      right: 27px;
      top: -21px;
      bottom: 0;
      margin: auto; }
    .about-view__figure img {
      position: relative;
      max-width: 100%;
      vertical-align: top; }

.about-description {
  color: #414141;
  padding-bottom: 36px; }
  .about-description__headline {
    font-size: 24px;
    font-weight: 900;
    line-height: 0.83;
    letter-spacing: 0.6px;
    margin: 0 0 18px; }
  .about-description__subheadline {
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin: 0 0 27px; }
  .about-description p {
    margin: 0;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.8px; }
  .about-description ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .about-description ul li {
      font-size: 15px;
      line-height: 1.33;
      letter-spacing: 0.8px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .about-description ul li:before {
        content: '— ';
        line-height: 1.33;
        margin-right: 3px;
        margin-left: 3px; }

.about-contact a {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: #414141;
  padding-left: 46px;
  margin-bottom: 10px;
  position: relative; }
  .about-contact a:before {
    position: absolute;
    left: 0;
    line-height: inherit;
    color: #3157b5; }

.about-contact__left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.about-contact__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .about-contact__right a:last-of-type {
    margin-bottom: 0; }

.stats {
  position: relative;
  padding-top: 61px;
  padding-bottom: 67px; }
  .stats__bg-left {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(3%, #102E59), color-stop(95%, #0c1021));
    background: linear-gradient(to right, #102E59 3%, #0c1021 95%); }
    .stats__bg-left:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 80%;
      background: url("../assets/img/main/stats-logo.png") no-repeat center bottom;
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(90%, rgba(0, 0, 0, 0)));
      -webkit-mask-image: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0) 90%);
              mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(90%, rgba(0, 0, 0, 0)));
              mask-image: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0) 90%);
      background-size: contain; }
  .stats__bg-right {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    z-index: -1;
    background-blend-mode: hard-light;
    background: url(../assets/img/main/stats-bg.jpg), -webkit-gradient(linear, left top, right top, color-stop(1%, #000), color-stop(39%, #171e32));
    background: url(../assets/img/main/stats-bg.jpg), linear-gradient(to right, #000 1%, #171e32 39%);
    background-size: cover; }
    .stats__bg-right:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #0f1427;
      opacity: 0.53;
      mix-blend-mode: difference; }
    .stats__bg-right:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #0f1427;
      opacity: 0.53; }

.stats-description__wrapper {
  max-width: 608px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  box-sizing: border-box;
  margin: 0 0 52px; }

.stats-description__headline {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 20px; }

.stats-description p {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin: 0; }

.stats-info {
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.stats-item {
  width: 50%; }
  .stats-item:after {
    content: '';
    display: block;
    height: 1px;
    width: 15px;
    background: white;
    margin: 37px 0 21px; }
  .stats-item:nth-of-type(3):after, .stats-item:nth-of-type(4):after {
    display: none; }
  .stats-item__value {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin-bottom: 18px; }
    .stats-item__value span {
      font-size: 13px;
      text-transform: uppercase; }
  .stats-item p {
    margin: 0;
    font-size: 10.5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-transform: uppercase; }
  .stats-item__column {
    display: none; }
    .stats-item:nth-of-type(1).animated .stats-item__column {
      height: 100px; }
    .stats-item:nth-of-type(2).animated .stats-item__column {
      height: 140px;
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
    .stats-item:nth-of-type(3).animated .stats-item__column {
      height: 180px;
      -webkit-transition-delay: .8s;
              transition-delay: .8s; }
    .stats-item:nth-of-type(4).animated .stats-item__column {
      height: 220px;
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }

.tasks {
  padding: 68px 0 97px;
  background: url("../assets/img/main/tasks-bg.png") no-repeat center center;
  background-size: cover;
  color: #414141; }
  .tasks__content {
    max-width: 1216px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
  .tasks__headline {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    margin: 0 0 45px; }

.tasks-list {
  list-style: none;
  /* Remove default bullets */
  margin: 0;
  padding: 0; }
  .tasks-list li {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    margin-bottom: 21px; }
    .tasks-list li:before {
      content: "\2022";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #0056b9;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: none;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */ }

.lead {
  max-width: 1216px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 104px;
  color: #414141;
  overflow: hidden; }
  .lead--inner, .lead--contacts {
    margin-top: 30px; }
  .lead__headline {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    margin: 0 0 39px;
    text-transform: uppercase;
    position: relative;
    background: white; }
  .lead__description {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    margin-bottom: 70px;
    position: relative; }
    .lead__description span {
      display: inline-block;
      background: #3157b5;
      -webkit-box-shadow: 0 2px 0 0 #3157b5;
              box-shadow: 0 2px 0 0 #3157b5;
      color: white;
      padding: 0 5px; }
  .lead__form {
    padding: 0 30px;
    max-width: 447px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: white; }
  .lead__button-wrapper {
    margin-top: 69px; }

.client {
  max-width: 1216px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 5px solid #3157b5; }
  .client__headline {
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    color: #414141;
    margin: 0 0 62px; }

.client-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .client-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    margin-bottom: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .client-list__item img {
      max-width: 100%;
      height: auto;
      vertical-align: top; }

.inner {
  position: relative;
  background: #171e32; }
  .inner__bg {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: 0;
    background-blend-mode: hard-light;
    background: url(../assets/img/main/stats-bg.jpg), -webkit-gradient(linear, left top, right top, color-stop(1%, #000), color-stop(39%, #171e32));
    background: url(../assets/img/main/stats-bg.jpg), linear-gradient(to right, #000 1%, #171e32 39%);
    background-size: cover;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(90%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0) 90%);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(90%, rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0) 90%); }
    .inner__bg img {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: -1;
      top: 0;
      left: 0;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .inner__bg:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #0f1427;
      z-index: 2;
      opacity: 0.73; }
    .inner__bg:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000), color-stop(39%, #171e32));
      background: linear-gradient(to right, #000 1%, #171e32 39%);
      z-index: 1;
      mix-blend-mode: hard-light; }
  .inner__area {
    max-width: 1216px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }

.inner-sidebar {
  padding-top: 30px; }
  .inner-sidebar__headline {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: white;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    border-bottom: 2px solid #3157b5;
    padding-bottom: 10px; }
    .inner-sidebar__headline:before {
      opacity: 0.05;
      font-size: 97px;
      margin-right: -62px; }
    .inner-sidebar__headline--blog {
      border-bottom: none; }

.inner-content {
  position: relative;
  color: white;
  padding-top: 20px;
  padding-bottom: 40px; }
  .inner-content__headline {
    color: white;
    text-align: left;
    margin: 0 0 35px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    border-bottom: 2px solid #3157b5;
    padding-bottom: 25px; }

.inner-list {
  display: none; }
  .inner-list__item {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 24px 51px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
    .inner-list__item > span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .inner-list__item > span span {
        position: relative; }
        .inner-list__item > span span:before {
          content: '';
          background: #ebf3ff;
          width: 0;
          height: 2px;
          -webkit-transition: width .4s ease-out;
          transition: width .4s ease-out;
          position: absolute;
          left: 0;
          bottom: 0; }
      .inner-list__item > span:after {
        font-size: 14px; }
    .inner-list__item--blog {
      padding: 24px 25px;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71; }
      .inner-list__item--blog > span:after {
        font-size: 12px;
        margin-left: 15px; }
      .inner-list__item--blog > span span:before {
        display: none; }
  .inner-list__back-link {
    padding: 36px 25px;
    border-top: 1px solid white; }
    .inner-list__back-link a {
      font-size: 18px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.33;
      color: white; }
      .inner-list__back-link a:hover {
        text-decoration: none; }

.blog {
  background: url("../assets/img/blog/blog-bg.jpg") no-repeat center top fixed;
  background-size: cover;
  position: relative;
  min-height: 100%;
  padding: 68px 0 66px; }
  .blog:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    opacity: 0.96; }
  .blog__headline {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #3e3e3e;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 35px; }
    .blog__headline:before {
      opacity: 0.05;
      font-size: 97px;
      margin-right: -62px; }
  .blog__wrapper {
    max-width: 1216px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1; }

.blog-item {
  margin-bottom: 50px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .blog-item__date {
    color: #414141;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 20px; }
    .blog-item__date span {
      font-size: 24px;
      font-weight: bold;
      line-height: 1; }
  .blog-item__figure {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0; }
    .blog-item__figure:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: white;
      opacity: 0.5;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .blog-item__figure img {
      max-width: 100%;
      width: 100%;
      vertical-align: top; }
  .blog-item__action {
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    bottom: 10px;
    margin: auto;
    background: rgba(49, 87, 181, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    color: white;
    line-height: 1.43;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0; }
    .blog-item__action:before {
      font-size: 12px;
      width: 41px;
      height: 41px;
      border-radius: 50%;
      border: 1px solid white;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      line-height: 41px;
      display: block;
      margin-bottom: 13px;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transform: translate3d(0, 20px, 0);
              transform: translate3d(0, 20px, 0);
      opacity: 0; }
  .blog-item__caption {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: #414141;
    text-decoration: underline;
    margin-bottom: 20px; }

.contacts {
  position: relative; }

.contacts-info {
  max-width: 1216px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .contacts-info__area {
    color: #414141; }
  .contacts-info__headline {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    margin: 0 0 30px; }
  .contacts-info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contacts-info__item a {
      font-size: 15px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.2;
      letter-spacing: 0.4px;
      color: #414141;
      margin-bottom: 14px; }
      .contacts-info__item a:before {
        display: none; }
    .contacts-info__item p {
      font-size: 15px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.2;
      letter-spacing: 0.4px;
      text-decoration: underline;
      margin: 0 0 14px; }
      .contacts-info__item p:before {
        display: none; }
  .contacts-info__label {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
    color: #2e4fa2; }

.contacts-map {
  height: 300px !important;
  margin-bottom: 52px; }

@media screen and (min-width: 768px) {
    body--blog {
      overflow: hidden; }
    .flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .typo p {
      font-size: 16px; }
      .typo p iframe {
        min-height: 435px; }
    .typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
      line-height: 22px; }
    .form__row {
      margin-bottom: 35px; }
    .form__options {
      margin-top: 0; }
    .header {
      padding-left: 20px;
      padding-right: 20px; }
      .header__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .header-contacts {
      margin-right: 44px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 12px;
      position: static; }
      .header-contacts__phone {
        margin-right: 0; }
      .header-contacts__mail {
        display: block; }
    .footer {
      padding-left: 20px;
      padding-right: 20px; }
    .banner {
      height: auto; }
    .banner-content {
      width: 50%;
      padding-top: 90px;
      -webkit-box-shadow: 5.3px 16.2px 15.8px 0.2px rgba(41, 42, 48, 0.1) inset;
              box-shadow: 5.3px 16.2px 15.8px 0.2px rgba(41, 42, 48, 0.1) inset; }
      .banner-content__wrapper {
        padding-left: 20px;
        padding-right: 20px; }
      .banner-content__wrapper {
        margin: 0 0 0 auto;
        position: relative; }
      .banner-content__headline {
        color: #3e3e3e;
        text-align: left;
        margin-bottom: 43px; }
      .banner-content__description {
        color: #0056b9;
        text-align: left;
        margin-bottom: 83px;
        font-weight: 600; }
        .banner-content__description:before {
          content: '';
          display: block;
          height: 1px;
          width: 42px;
          background: #0056b9;
          margin-bottom: 42px; }
        .banner-content__button-wrapper {
          margin: 0; }
    .banner-view {
      height: auto;
      width: 50%;
      position: relative; }
      .banner-view__figure {
        height: 100%; }
        .banner-view__figure img {
          position: absolute;
          top: -100%;
          bottom: -100%;
          left: -100%;
          right: -100%;
          margin: auto;
          min-width: 100%;
          min-height: 100%;
          left: -50%;
          height: 100%;
          max-width: 200%;
          width: auto; }
    .about {
      padding-left: 20px;
      padding-right: 20px; }
    .about-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .about-view {
      margin-right: 40px;
      margin-bottom: 0; }
  .about-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .stats-description__wrapper {
      padding-left: 20px;
      padding-right: 20px; }
    .stats-info {
      padding-left: 20px;
      padding-right: 20px; }
    .stats-item {
      width: 25%; }
      .stats-item:after {
        display: none; }
      .tasks__content {
        padding-left: 20px;
        padding-right: 20px; }
      .tasks__headline {
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 66px; }
    .tasks-list {
      padding-left: 1em; }
        .tasks-list li:before {
          display: inline-block; }
    .lead {
      padding-left: 20px;
      padding-right: 20px; }
      .lead--inner, .lead--contacts {
        margin-top: 50px; }
      .lead__headline {
        text-align: center;
        display: table;
        margin: 0 auto 39px; }
        .lead__headline:before {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 150%;
          top: -20%;
          left: -54%;
          z-index: -1;
          background: url("../assets/img/patterns/pattern.png") repeat; }
      .lead__description {
        padding: 16px 0;
        max-width: 480px;
        margin: 0 auto 70px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .lead__description:before {
          content: '';
          background: #0056b9;
          max-width: 204px;
          width: 100%;
          height: 1px;
          position: absolute;
          top: 0;
          right: 100%; }
        .lead__description:after {
          content: '';
          background: #0056b9;
          max-width: 204px;
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 100%; }
      .lead__form {
        -webkit-box-shadow: 1.9px 5.7px 24px 0 rgba(0, 0, 0, 0.09);
                box-shadow: 1.9px 5.7px 24px 0 rgba(0, 0, 0, 0.09);
        padding: 68px 80px 58px;
        margin: 0 auto; }
    .client {
      padding-left: 20px;
      padding-right: 20px; }
    .client {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .client__headline {
        max-width: 220px;
        width: 100%;
        margin-right: 40px; }
      .client-list__item {
        width: 25%;
        padding: 0 15px;
        margin: 0 0 40px; }
    .body--blog .inner {
      height: 100%; }
      .inner__bg {
        display: block;
        width: calc(100% - 240px - 20px);
        -webkit-mask-image: none;
                mask-image: none; }
      .inner__area {
        padding-left: 20px;
        padding-right: 20px; }
      .inner__area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .body--blog .inner__area {
          height: 100%; }
    .inner-sidebar {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 57px;
      min-width: 240px;
      max-width: 240px; }
      .inner-sidebar__headline {
        font-size: 24px; }
        .inner-sidebar__headline:before {
          font-size: 84px;
          margin-right: -48px; }
    .inner-content {
      padding-left: 5%;
      padding-top: 60px; }
    .body--blog .inner-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: calc(100% - 90px);
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: auto;
      padding-right: 60px;
      margin-top: 60px;
      margin-bottom: 30px;
      padding-top: 20px; }
    .inner-list {
      display: block; }
    .body--blog .inner-list {
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .body--blog .inner-list__content {
      overflow: auto;
      height: auto; }
      .blog__headline {
        font-size: 24px;
        margin-bottom: 60px; }
        .blog__headline:before {
          font-size: 84px;
          margin-right: -48px; }
      .blog__wrapper {
        padding-left: 20px;
        padding-right: 20px; }
  .blog-list {
    margin: 0 -8px; }
    .blog-item {
      width: calc(50% - 16px);
      margin: 0 8px 50px; }
      .blog-item__figure {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        margin-bottom: 15px; }
    .contacts-info {
      padding-left: 20px;
      padding-right: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
    .contacts-info__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .contacts-info__item {
        width: 30%; } }

@media screen and (min-width: 992px) {
    body {
      padding-top: 92px; }
    .typo .alignleft {
      padding-right: 20px; }
    .typo .alignright {
      padding-left: 20px; }
    .form__inner {
      margin-bottom: 80px; }
      .form__options a:hover {
        text-decoration: underline; }
    .button:hover {
      background: #0056b9; }
    .button:active {
      background: #0056b9; }
    .checkbox label:hover input ~ span:first-of-type {
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
    .header {
      height: 92px; }
      .header__logo {
        max-width: 223px;
        min-width: 223px; }
    .nav {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      position: static;
      border-top: none;
      width: auto;
      max-width: 100%;
      height: auto;
      padding: 0;
      visibility: visible;
      opacity: 1;
      border-bottom: none;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, transform .3s;
      transition: opacity .3s, transform .3s, -webkit-transform .3s;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .nav-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0;
      overflow: visible;
      background: none; }
      .nav-list li {
        height: auto;
        line-height: 1;
        width: auto;
        margin-bottom: 0;
        margin-right: 50px; }
        .nav-list li:last-of-type {
          margin-right: 0; }
        .nav-list li.current-menu-item a:hover {
          color: #3e3e3e; }
      .nav-list a {
        color: #3e3e3e;
        font-size: 14px; }
        .nav-list a:hover {
          color: black; }
    .hamb {
      display: none; }
    .header-contacts {
      margin-right: 0; }
      .header-contacts__phone {
        pointer-events: none;
        margin-bottom: 11px; }
    .banner-content {
      width: 47.5%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .banner-content__wrapper {
        right: -6%; }
    .banner-content__inner {
      max-width: 385px; }
      .banner-content__headline {
        font-size: 30px;
        font-weight: 900;
        line-height: 1.67;
        letter-spacing: 1.5px; }
    .banner-view {
      width: 52.5%;
      height: 664px; }
        .banner-view__figure img {
          left: -100%;
          -webkit-animation: zoom-animation 30s ease forwards;
                  animation: zoom-animation 30s ease forwards;
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%; }
    .about {
      padding-top: 191px; }
    .about-info {
      margin-bottom: 54px; }
    .about-view {
      margin-right: 136px; }
      .about-view__figure {
        width: 497px;
        padding-left: 45px; }
        .about-view__figure:before {
          top: -23px;
          right: 92px; }
    .about-description {
      padding-bottom: 66px;
      margin-bottom: 54px;
      padding-right: 60px; }
      .about-description__headline {
        font-size: 30px;
        line-height: 0.67;
        letter-spacing: 0.8px;
        margin-bottom: 25px; }
      .about-description__subheadline {
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 0.5px;
        margin-bottom: 35px; }
      .about-description p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.79;
        letter-spacing: 0.7px; }
        .about-description ul li {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.79;
          letter-spacing: 0.7px; }
          .about-description ul li:before {
            line-height: 1.79; }
  .about-contact {
    position: relative; }
    .about-contact:before {
      content: '';
      display: block;
      width: 1px;
      height: 56px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #0056b9; }
    .about-contact a {
      font-size: 15px;
      line-height: 1.47;
      letter-spacing: 0.4px;
      text-decoration: underline;
      margin-bottom: 22px; }
  .about-contact__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .about-contact__left:before {
      content: '\e903';
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1;
      color: #3157b5;
      width: 59px;
      height: 59px;
      background: white;
      border-radius: 50%;
      margin-right: 57px;
      border: 19px solid #ebf3ff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 19px;
      -webkit-animation: shake-animation 4.72s ease infinite;
              animation: shake-animation 4.72s ease infinite;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .about-contact__left a {
      padding-left: 0; }
      .about-contact__left a:last-of-type {
        margin-bottom: 0; }
  .about-contact__left a {
    pointer-events: none; }
    .about-contact__left a:before {
      display: none; }
    .about-contact__right {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .about-contact__right a:last-of-type br {
        display: none; }
    .about-contact__right a:hover {
      text-decoration: none; }
    .stats {
      padding-top: 155px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0; }
      .stats__bg-left {
        width: 40%;
        display: block; }
      .stats__bg-right {
        display: block; }
    .stats-description__wrapper {
      margin: 0 0 0 auto;
      width: 100%;
      position: relative;
      right: -6%;
      padding-left: 60px;
      padding-right: 40px; }
  .stats-description {
    width: 47.5%;
    padding-bottom: 107px; }
    .stats-description__headline {
      font-size: 20px;
      line-height: 1.8;
      margin-bottom: 55px; }
    .stats-description p {
      max-width: 382px; }
    .stats-info {
      width: 52.5%;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      padding-left: 5%;
      position: absolute;
      right: 0;
      bottom: 0; }
    .stats-item {
      max-width: 112px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 48px;
      margin-right: 6%;
      min-width: 80px; }
      .stats-item__column {
        display: block;
        border-top: 6px solid #0056b9;
        margin-top: 23px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 30, 50, 0.8)), to(rgba(3, 79, 166, 0.8)));
        background-image: linear-gradient(to bottom, rgba(23, 30, 50, 0.8), rgba(3, 79, 166, 0.8));
        -webkit-transition: height 1s;
        transition: height 1s;
        height: 0;
        will-change: height; }
        .stats-item__column:last-of-type {
          margin-right: 0; }
    .tasks {
      padding: 120px 0 123px;
      background-position: right center;
      background-size: auto; }
      .tasks__content {
        padding-left: 60px; }
      .lead--inner, .lead--contacts {
        margin-top: 75px; }
    .lead__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 204px; }
    .lead__info {
      max-width: 400px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 auto; }
      .lead__headline {
        display: block;
        font-size: 40px;
        line-height: 1.5;
        text-align: left;
        margin: 0 auto 50px; }
      .lead__description {
        font-size: 18px;
        line-height: 1.67;
        width: 100%; }
      .lead__form {
        margin-top: 70px; }
    .client {
      padding-bottom: 40px; }
      .client__headline {
        font-size: 30px;
        line-height: 1.2;
        margin-right: 15%;
        max-width: 270px;
        width: 100%; }
      .client-list__item {
        padding: 0 30px; }
      .inner__bg {
        width: calc(100% - 304px); }
    .inner-sidebar {
      width: 304px;
      min-width: 304px;
      max-width: 240px;
      margin: 0 0 0 auto; }
      .inner-sidebar__headline {
        font-size: 30px; }
        .inner-sidebar__headline:before {
          font-size: 97px;
          margin-right: -62px; }
    .inner-content {
      padding-top: 160px; }
    .inner-content--blog {
      padding-top: 86px; }
      .inner-content__headline {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.25;
        margin-bottom: 46px; }
      .inner-list__item {
        font-size: 18px;
        padding: 34px 71px;
        -webkit-transition: background .3s;
        transition: background .3s; }
        .inner-list__item:hover {
          background: #3157b5; }
          .inner-list__item:hover > span span:before {
            width: 100%; }
        .inner-list__item--blog {
          padding: 34px 35px 34px 25px;
          font-size: 14px; }
          .inner-list__item--blog:hover {
            background: #3157b5; }
            .inner-list__item--blog:hover > span span {
              text-decoration: underline; }
      .blog__headline {
        font-size: 30px;
        margin-bottom: 97px; }
        .blog__headline:before {
          font-size: 97px;
          margin-right: -62px; }
  .blog-list {
    margin: 0 -35px; }
    .blog-item {
      width: calc(100%/3 - 72px);
      margin: 0 35px 80px; }
      .blog-item:hover .blog-item__action {
        opacity: 1; }
        .blog-item:hover .blog-item__action:before {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); }
      .blog-item:hover .blog-item__figure:after {
        opacity: 0; }
      .blog-item:hover .blog-item__caption {
        text-decoration: none; }
    .contacts {
      height: 500px; }
      .contacts-info__area {
        position: absolute;
        width: 360px;
        color: white;
        background: #0056b9;
        padding: 70px 50px;
        -webkit-box-shadow: 17px 0.3px 18px 0 rgba(85, 85, 85, 0.28);
                box-shadow: 17px 0.3px 18px 0 rgba(85, 85, 85, 0.28);
        top: 70px;
        left: 0; }
      .contacts-info__headline {
        font-size: 30px; }
        .contacts-info__item a {
          color: white;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          line-height: 1; }
          .contacts-info__item a:before {
            display: inline-block;
            font-size: 14px;
            margin-right: 20px;
            text-decoration: none; }
        .contacts-info__item p {
          color: white;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          line-height: 1; }
          .contacts-info__item p:before {
            display: inline-block;
            font-size: 14px;
            line-height: 1.6;
            margin-right: 20px;
            text-decoration: none; }
      .contacts-info__item--phones {
        pointer-events: none; }
      .contacts-info__label {
        display: none; }
    .contacts-map {
      position: absolute !important;
      top: 0;
      left: 0;
      height: 100% !important;
      width: 100%; } }

@media screen and (min-width: 768px) and (min-width: 992px) {
      .lead__description:after {
        left: 78%; } }

@media screen and (min-width: 1217px) {
      .inner__bg {
        width: calc(100% - 304px - ((100% - 1216px)/2)); } }

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@media screen and (max-width: 991px) {
    .nav {
      background: -webkit-gradient(linear, left top, right top, color-stop(3%, #102E59), color-stop(95%, #0c1021));
      background: linear-gradient(to right, #102E59 3%, #0c1021 95%); }
      .nav:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 80%;
        background: url("../assets/img/main/stats-logo.png") no-repeat center bottom;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(90%, rgba(0, 0, 0, 0)));
        -webkit-mask-image: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0) 90%);
                mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(90%, rgba(0, 0, 0, 0)));
                mask-image: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0) 90%);
        background-size: contain; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
    .banner-content {
      padding-bottom: 20px; }
        .banner-view__figure img {
          left: 0 !important;
          height: auto !important; } }

@media screen and (max-width: 320px) {
      .banner-content__headline {
        font-size: 23px; } }

@media screen and (max-width: 767px) {
        .banner-view__figure img {
          position: absolute;
          min-height: 100%;
          width: auto;
          max-width: unset;
          top: 0;
          left: -10%;
          height: 100%;
          min-width: 100%; } }
