

/* Start:/local/templates/.default/markup_notamedia/build/css/main.css?1623072811673218*/
@charset "UTF-8";
*:focus::-moz-placeholder {
  color: transparent !important; }

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important; }

*:focus:-moz-placeholder {
  color: transparent !important; }

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important; }

*:focus::-webkit-input-placeholder {
  color: transparent !important; }

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important; }

/* colors*/
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  background: #fff;
  z-index: 1000;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }
  .preloader.is_hide {
    opacity: 0; }

@font-face {
  font-family: 'Proxima';
  src: url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Bold.woff2") format("woff2"), url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima';
  src: url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima';
  src: url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Light.woff2") format("woff2"), url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima';
  src: url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNovaT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima';
  src: url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Black.woff2") format("woff2"), url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima';
  src: url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima';
  src: url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Regular.woff2") format("woff2"), url("/local/templates/.default/markup_notamedia/build/css/../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.l-container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1901px) {
  .container, .l-container {
    max-width: 1638px; } }

@media (min-width: 1025px) and (max-width: 1900px) {
  .container, .l-container {
    max-width: 1448px; } }

@media (max-width: 1499px) and (min-width: 1024px) {
  .container, .l-container {
    padding: 0 64px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .container, .l-container {
    padding: 0 32px; } }

@media (max-width: 767px) {
  .container, .l-container {
    padding: 0 16px; } }

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: -8px;
  margin-left: -8px; }

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px; }

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%; }

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

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%; }

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%; }

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%; }

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1025px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

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

/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeInUpEasy {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpEasy {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

.grid {
  margin: 10px;
  overflow: hidden;
  -moz-animation-name: appear-grid;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.8s;
  -webkit-animation-name: appear-grid;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-name: appear-grid;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.8s; }

.grid * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-item {
  width: 20%;
  height: 120px;
  float: left;
  position: relative; }

.grid-item > .grid-item-inside {
  background: #ddd;
  position: absolute;
  padding: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px; }

.grid-item-height-1 {
  height: 200px; }

.grid-item-height-2 {
  height: 300px; }

.grid-item-height-3 {
  height: 400px; }

@media (max-width: 1400px) {
  .grid-item {
    width: 25%; } }

@media (max-width: 1200px) {
  .grid-item {
    width: 33.333%; } }

@media (max-width: 780px) {
  .grid-item {
    width: 50%; } }

@media (max-width: 480px) {
  .grid-item {
    width: 100%; } }

@-webkit-keyframes appear-grid {
  0% {
    -webkit-transform: translateY(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes appear-grid {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(/local/templates/.default/markup_notamedia/build/css/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

html,
body {
  height: 100%; }

body {
  position: relative;
  font-size: 24px;
  line-height: 1.45;
  color: #09101B;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Proxima';
  overflow-x: hidden;
  padding-top: 184px; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 100px; } }

*, :before, :after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-locale: auto; }

svg, img {
  max-width: 100%; }

input,
textarea,
button,
select {
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Proxima'; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
button {
  -webkit-appearance: none; }

input {
  width: 100%;
  height: 56px;
  border: #D3DDE5 1px solid;
  border-radius: 8px;
  font-size: 16px;
  color: #0C0D1F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
  font-family: 'Proxima'; }

textarea {
  width: 100%;
  min-height: 110px;
  max-height: 200px;
  border: #D3DDE5 1px solid;
  border-radius: 8px;
  font-size: 16px;
  color: #0C0D1F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 24px;
  resize: vertical;
  font-family: 'Proxima'; }

input:focus, textarea:focus {
  border-color: #1C455F; }

fieldset {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  will-change: auto; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

li {
  list-style: none; }

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

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .visible-xs {
      display: block !important; } }

.title {
  text-align: center;
  font-size: 108px;
  line-height: 112px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 80px; }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .title {
    font-size: 86px;
    line-height: 90px; } }
  @media screen and (min-width: 1900px) {
    .title {
      font-size: 124px;
      line-height: 128px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .title {
      font-size: 75px;
      line-height: 80px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .title {
      font-size: 60px;
      line-height: 72px; }
      .title.title_size_middle {
        font-size: 74px;
        line-height: 112px; } }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 24px;
      line-height: 32px; }
      .title.title_size_middle {
        font-size: 35px;
        line-height: 38px; } }
  .title.size_small {
    font-size: 52px;
    line-height: 68px; }
    @media screen and (min-width: 1025px) {
      .title.size_small {
        letter-spacing: -0.01em; } }
    @media screen and (max-width: 1024px) {
      .title.size_small {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold; } }
    @media screen and (max-width: 767px) {
      .title.size_small {
        font-size: 20px;
        line-height: 26px; } }

.but {
  background: none;
  border: none;
  width: 100%;
  max-width: 300px; }
  .but span {
    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: 14px;
    line-height: 1;
    font-weight: 500;
    height: 40px;
    padding: 0 15px;
    border-radius: 20px;
    color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .but span {
        height: 40px;
        font-size: 14px;
        font-weight: 500; }
        .but span.visible-xs {
          display: -webkit-box !important;
          display: -webkit-flex !important;
          display: -ms-flexbox !important;
          display: flex !important; } }
  @media screen and (min-width: 1025px) {
    .but.size_middle span {
      height: 60px;
      border-radius: 32px;
      letter-spacing: 0.04em; } }
  .but.size_big {
    display: inline-block; }
    @media screen and (min-width: 1025px) {
      .but.size_big span {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        border-radius: 40px;
        height: 56px;
        font-weight: bold; } }
    @media screen and (max-width: 767px) {
      .but.size_big span {
        font-size: 13px;
        line-height: 20px;
        font-weight: 600;
        letter-spacing: 0px;
        height: 30px; } }
  .but_green span {
    background: #38A14C; }
  @media screen and (min-width: 1025px) {
    .but_green:hover span {
      background: #1066A5; } }
  .but_green_border span {
    color: #38A14C;
    border: 1px solid #38A14C; }
  .but.black_border span {
    color: #09101B;
    border: 1px solid #09101B; }
  @media screen and (min-width: 1025px) {
    .but.black_border:hover span {
      background-color: #09101B;
      color: #fff; } }
  .but_blue span {
    background: #232B37; }
  @media screen and (min-width: 1025px) {
    .but_blue:hover span {
      background: #019681; } }
  .but:disabled {
    pointer-events: none; }
    .but:disabled span {
      background-color: rgba(147, 153, 164, 0.4);
      color: #fff; }

@media screen and (min-width: 768px) {
  .mob {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .tablet {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .pc-tablet {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

.swiper-container {
  width: 100%;
  height: 100%; }

.to-all {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #232B37;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: auto;
  overflow: hidden;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 0; }
  .to-all:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #28A1CE;
    border-radius: 50%;
    z-index: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s; }
  .to-all:hover {
    background: #28A1CE; }
    .to-all:hover:after {
      -webkit-transform: scale(20);
          -ms-transform: scale(20);
              transform: scale(20); }
  .to-all_centered {
    margin: 64px auto 0; }
  .to-all span {
    position: relative;
    z-index: 1; }
  @media screen and (min-width: 1900px) {
    .to-all {
      width: 272px;
      height: 272px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .to-all {
      width: 160px;
      height: 160px; }
      .to-all span {
        font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .to-all {
      margin: 25px auto 0;
      width: 146px;
      height: 146px;
      font-size: 12px;
      line-height: 24px; } }

.container-small {
  max-width: 944px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .container-small {
      max-width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container-small {
      padding: 0 58px; }
      .container-small .hr {
        margin-left: -58px;
        margin-right: -58px; } }

.hr {
  border-top: none;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 108px; }
  @media screen and (max-width: 1024px) {
    .hr {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .hr {
      margin-bottom: 40px; } }

.link {
  color: #38A14C; }
  @media screen and (min-width: 1025px) {
    .link:hover {
      opacity: .8; } }

.link-icon {
  padding-left: 10px; }
  @media screen and (max-width: 767px) {
    .link-icon {
      padding-left: 7px; } }

.section-title {
  font-size: 56px;
  line-height: 64px;
  text-transform: uppercase;
  font-weight: 600; }
  @media screen and (max-width: 1024px) {
    .section-title {
      font-size: 32px;
      line-height: 40px;
      font-weight: bold; } }
  @media screen and (max-width: 767px) {
    .section-title {
      font-size: 16px;
      line-height: 22px;
      padding: 0 10px; } }

.adaptive a:hover {
  color: inherit !important; }

.header-fixed .header {
  position: fixed; }
  .header-fixed .header.animated {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .header-fixed .header .header-bottom {
    border-bottom: #e9e9e9 1px solid; }
    .header-fixed .header .header-bottom__logo {
      display: block; }
  .header-fixed .header .header__slogan {
    display: none; }
  .header-fixed .header .header.is-shown {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .header-fixed .header .header .active-link {
    display: none; }

@media screen and (min-width: 768px) {
  .header-fixed.menu-on .header.is-shown {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .header-fixed.menu-on .header .active-link {
    display: none; }
  .header-fixed.menu-on .header-bottom {
    border: none; }
    .header-fixed.menu-on .header-bottom__logo {
      display: none; }
  .header-fixed.menu-on .header__slogan {
    display: block; } }

.header {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  will-change: auto;
  opacity: 0;
  z-index: 5; }
  .header.animated {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
    .header.animated.is-shown {
      -webkit-transition: -webkit-transform ease-out .5s;
      transition: -webkit-transform ease-out .5s;
      -o-transition: transform ease-out .5s;
      transition: transform ease-out .5s;
      transition: transform ease-out .5s, -webkit-transform ease-out .5s;
      opacity: 1; }
  .header.is-shown {
    opacity: 1;
    visibility: visible !important; }
  .header .row {
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-top {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 88px;
    border-bottom: #E9E9E9 1px solid; }
    .header-top__logo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 183px;
          -ms-flex: 0 0 183px;
              flex: 0 0 183px;
      width: 183px;
      height: 16px;
      margin-top: 5px;
      background: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/logo.svg") no-repeat left center; }
    .header-top__nav {
      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-top: 10px; }
      .header-top__nav li {
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
        margin-left: 32px;
        letter-spacing: 1px; }
        .header-top__nav li.active a {
          color: #38A14C; }
        .header-top__nav li a:hover {
          color: #019681; }
  .header__slogan {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    background: -o-linear-gradient(0.15deg, #0B6BA7 0.1%, #96C15B 99.87%);
    background: linear-gradient(89.85deg, #0B6BA7 0.1%, #96C15B 99.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none) {
      .header__slogan {
        background: none;
        color: #38A14C; } }
  .header__lang {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500; }
    .header__lang a:hover {
      color: #019681; }
  .header-bottom__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 183px;
        -ms-flex: 0 0 183px;
            flex: 0 0 183px;
    width: 183px;
    height: 16px;
    margin-top: 10px;
    background: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/logo.svg") no-repeat left center;
    display: none; }
  .header-bottom__nav {
    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; }
    .header-bottom__nav li:not(:last-child) {
      margin-right: 24px; }
    .header-bottom__nav li.active a {
      color: #38A14C;
      pointer-events: none; }
    .header-bottom__nav a {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      white-space: nowrap; }
      .header-bottom__nav a:hover {
        color: #019681; }
  .header-bottom__discuss {
    margin-left: auto;
    max-width: 150px; }
  .header .active-link {
    display: none; }

.burger {
  position: absolute;
  top: 98px;
  right: 23px;
  width: 24px;
  height: 14px;
  padding: 6px 0;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  -webkit-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
  margin: 3px 10px 0 22px; }
  .burger:hover .lines {
    background: #09101B; }
  .burger .lines {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
    background-color: #09101B; }
    .burger .lines:after, .burger .lines:before {
      content: "";
      position: absolute;
      left: 0;
      top: -7px; }
    .burger .lines:after {
      top: 7px;
      width: 50%;
      height: 2px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 2px;
      background-color: #09101B; }
    .burger .lines:before {
      width: 100%;
      height: 2px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 3px;
      background-color: #000; }

.menu-on .lines {
  background-color: transparent !important; }
  .menu-on .lines:before {
    -webkit-transform: rotate(45deg) translate(6.5px, 4.4px);
        -ms-transform: rotate(45deg) translate(6.5px, 4.4px);
            transform: rotate(45deg) translate(6.5px, 4.4px);
    background-color: #fff; }
  .menu-on .lines:after {
    -webkit-transform: rotate(-45deg) translate(5px, -3px);
        -ms-transform: rotate(-45deg) translate(5px, -3px);
            transform: rotate(-45deg) translate(5px, -3px);
    background-color: #fff;
    width: 100%; }

.menu-on .header {
  background: #232B37; }
  .menu-on .header .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .menu-on .header a {
    color: #fff; }
  .menu-on .header .active-link a {
    color: #38A14C; }

@media screen and (min-width: 1025px) {
  .header.animated.is-shown {
    -webkit-transform: translateY(-88px);
        -ms-transform: translateY(-88px);
            transform: translateY(-88px); }
  .header.is-shown {
    -webkit-transform: translateY(-88px);
        -ms-transform: translateY(-88px);
            transform: translateY(-88px); }
  .header__bottom .row {
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 768px) {
  .header-top__nav a:before {
    content: attr(data-title); } }

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header-bottom__nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .header-bottom__nav li:not(:last-child) {
      margin-right: 12px; }
  .header-bottom-col-lang {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    max-width: 100px; }
  .header-bottom-col-nav {
    margin-left: auto; }
  .header__lang {
    text-align: center; }
  .promo__line {
    font-size: 75px;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: -25px; }
  .promo__mask {
    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;
    height: 100px;
    overflow: hidden; }
  .promo__slider {
    margin: 0 10px;
    width: 75px;
    height: 75px;
    overflow: hidden; }
  .promo .swiper-slide {
    max-height: 128px; }
  .promo__paragraph {
    position: absolute;
    right: 10px;
    bottom: -5px;
    font-size: 16px;
    line-height: 19px;
    max-width: 340px; }
  .promo-nav {
    margin-top: 140px; }
    .promo-nav__title {
      font-size: 20px; } }

@media screen and (min-width: 1400px) and (max-width: 1440px) {
  .header-bottom__nav li:not(:last-child) {
    margin-right: 15px; }
  .header-bottom__nav a {
    font-size: 16px; } }

@media screen and (min-width: 1201px) and (max-width: 1340px) {
  .header-bottom__nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .header-bottom__nav li:not(:last-child) {
      margin-right: 10px; }
    .header-bottom__nav a {
      font-size: 13px; } }

@media screen and (min-width: 1201px) {
  .burger {
    display: none; } }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header-fixed .active-link {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-weight: 500;
    color: #38A14C; }
  .header .container {
    padding: 0 40px; }
  .header.animated.is-shown {
    -webkit-transform: translateY(-72px);
        -ms-transform: translateY(-72px);
            transform: translateY(-72px); }
  .header.is-shown {
    -webkit-transform: translateY(-72px);
        -ms-transform: translateY(-72px);
            transform: translateY(-72px); }
  .header-top {
    height: 72px; }
    .header-top__nav {
      margin-top: 0; }
      .header-top__nav li {
        font-size: 12px;
        margin-left: 24px;
        letter-spacing: .7px; }
  .header-bottom {
    padding-right: 55px; }
    .header-bottom .row {
      height: 72px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-bottom__logo {
      margin-top: 0; }
    .header-bottom-col-nav {
      display: none; }
    .header-bottom-col-lang {
      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: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: auto; }
    .header-bottom-col-discuss {
      min-width: 170px; }
  .header__slogan {
    line-height: 1.3;
    margin-top: 0;
    max-width: 195px; }
  .header__lang {
    text-align: right;
    padding-right: 15px;
    margin-left: auto; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-fixed .active-link {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-weight: 500;
    color: #38A14C; }
  .header .container {
    padding: 0 40px; }
  .header.animated.is-shown {
    -webkit-transform: translateY(-72px);
        -ms-transform: translateY(-72px);
            transform: translateY(-72px); }
  .header.is-shown {
    -webkit-transform: translateY(-72px);
        -ms-transform: translateY(-72px);
            transform: translateY(-72px); }
  .header-top {
    height: 72px; }
    .header-top__nav {
      margin-top: 0; }
      .header-top__nav li {
        font-size: 12px;
        margin-left: 24px;
        letter-spacing: .7px; }
  .header-bottom {
    padding-right: 55px; }
    .header-bottom .row {
      height: 72px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-bottom__logo {
      margin-top: 0; }
    .header-bottom-col-nav {
      display: none; }
    .header-bottom-col-lang {
      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: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: auto; }
    .header-bottom-col-discuss {
      min-width: 170px; }
  .header__slogan {
    line-height: 1.3;
    margin-top: 0;
    max-width: 195px; }
  .header__lang {
    text-align: right;
    padding-right: 15px;
    margin-left: auto; }
  .burger {
    right: 30px; } }

@media screen and (max-width: 767px) {
  .header-fixed:not(.menu-on) .active-link {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-weight: 500;
    color: #38A14C; }
  .header-fixed:not(.menu-on) .header {
    border-bottom: #e9e9e9 1px solid; }
    .header-fixed:not(.menu-on) .header-top {
      border-bottom: none; }
      .header-fixed:not(.menu-on) .header-top__logo {
        width: 115px;
        height: 10px;
        max-height: 10px;
        background-size: contain;
        margin: 24px 0 14px; }
      .header-fixed:not(.menu-on) .header-top__nav li.active {
        position: fixed;
        top: 50px;
        left: 150px;
        width: calc(100% - 205px);
        z-index: 1; }
        .header-fixed:not(.menu-on) .header-top__nav li.active a {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
  .header-fixed .header-top__logo {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .header-fixed.menu-on .header.animated.is-shown {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .header.animated.is-shown {
    -webkit-transform: translateY(-48px);
        -ms-transform: translateY(-48px);
            transform: translateY(-48px); }
  .header.is-shown {
    -webkit-transform: translateY(-48px);
        -ms-transform: translateY(-48px);
            transform: translateY(-48px); }
  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    border-bottom: none; }
    .header-top__logo {
      max-height: 16px;
      margin: 20px 0; }
    .header-top__nav {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: calc(100% + 32px);
      height: 40px;
      padding: 0 16px;
      background: #F2F2F2;
      margin: 0 -16px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header-top__nav li {
        font-size: 12px;
        line-height: 1.75;
        margin-left: 0;
        letter-spacing: .7px; }
        .header-top__nav li a {
          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;
          height: 40px; }
  .header-bottom {
    display: none; }
  .burger {
    position: absolute;
    right: 8px;
    top: 58px; }
  .menu-on .header-top__nav {
    background: #09101B; } }

.header-agency__slogan {
  display: none; }
  .header-agency__slogan .header__slogan {
    height: 56px;
    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;
    font-size: 12px;
    line-height: 16px;
    max-width: 200px;
    font-weight: 500;
    letter-spacing: 0.01em;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
            font-feature-settings: 'pnum' on, 'lnum' on, 'case' on; }

.mobile-nav {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

@media screen and (max-width: 1024px) {
  html.menu-on {
    overflow: hidden; } }

.menu-on .header {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.menu-on .mobile-nav {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

@media screen and (min-width: 1201px) {
  .mobile-nav {
    display: none; } }

@media screen and (max-width: 1200px) {
  .mobile-nav {
    position: fixed;
    background: #232B37;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 250px;
    z-index: 4; }
    .mobile-nav-container {
      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;
      height: 100%; }
    .mobile-nav__menu {
      max-width: 464px;
      margin: 0 auto;
      height: calc(100vh - 450px);
      padding-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow-y: auto; }
      .mobile-nav__menu li:not(:last-child) {
        margin-bottom: 24px; }
      .mobile-nav__menu a {
        font-size: 56px;
        line-height: 64px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff; }
    .mobile-nav-footer {
      padding: 0 40px; }
      .mobile-nav-footer .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100px; }
    .mobile-nav-discuss, .mobile-nav-header {
      display: none; }
    .mobile-nav__partner {
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      text-transform: uppercase;
      color: #fff;
      max-width: 464px;
      margin: 0 auto 44px; }
    .mobile-nav__presentation a {
      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: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 1px; }
    .mobile-nav__presentation span {
      color: #7b8087;
      padding-left: 8px; }
    .mobile-nav__presentation .download {
      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: 48px;
      height: 48px;
      border-radius: 50%;
      background: #38A14C;
      margin-left: 16px;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }
      .mobile-nav__presentation .download:hover {
        background: #019681; }
    .mobile-nav__presentation .icon {
      width: 16px;
      height: 16px; } }

@media screen and (max-width: 767px) {
  .header-fixed:not(.menu-on) .mobile-nav {
    padding: 40px 16px; }
    .header-fixed:not(.menu-on) .mobile-nav__menu {
      margin-top: 30px; }
  .mobile-nav {
    position: fixed;
    background: #232B37;
    top: 0;
    left: 0;
    bottom: -100px;
    width: 100%;
    overflow: hidden;
    padding: 100px 16px 0;
    z-index: 4; }
    .mobile-nav-container {
      -webkit-box-pack: end;
      -webkit-justify-content: end;
          -ms-flex-pack: end;
              justify-content: end;
      height: 100%; }
    .mobile-nav-header {
      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;
      height: 72px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .mobile-nav__slogan {
      display: block;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      background: -webkit-gradient(linear, left top, right top, from(#0B6BA7), to(#96C15B));
      background: -o-linear-gradient(left, #0B6BA7 0%, #96C15B 100%);
      background: linear-gradient(to right, #0B6BA7 0%, #96C15B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      max-width: 200px; }
    .mobile-nav__lang {
      margin-top: -20px; }
      .mobile-nav__lang a {
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        text-transform: uppercase;
        text-align: right; }
    .mobile-nav__menu {
      max-width: 100%;
      margin: 0 auto;
      height: calc(100vh - 400px);
      padding-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow-y: auto; }
      .mobile-nav__menu li:not(:last-child) {
        margin-bottom: 8px; }
      .mobile-nav__menu a {
        font-size: 30px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff; }
    .mobile-nav-footer {
      display: none; }
    .mobile-nav__partner {
      display: none; }
    .mobile-nav-discuss {
      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;
      height: 88px; } }

@media screen and (max-width: 767px) and (max-height: 570px) {
  .mobile-nav__menu {
    height: calc(100vh - 295px); } }

.cookie {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 100%;
  max-width: 256px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  background: rgba(9, 16, 27, 0.9);
  color: #fff;
  border-radius: 8px;
  z-index: 5;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
  .cookie.is-hovered {
    background: #09101B; }
  .cookie__text {
    font-size: 14px;
    line-height: 20px; }
    .cookie__text a {
      border-bottom: 1px solid #fff; }
      @media screen and (min-width: 1025px) {
        .cookie__text a:hover {
          border-bottom-color: transparent; } }
  .cookie__accept {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 20px;
    border-top: #323942 1px solid; }
    .cookie__accept span {
      cursor: pointer;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }
      .cookie__accept span:hover {
        color: #019681; }

@media screen and (max-width: 767px) {
  .cookie {
    right: 16px;
    left: 16px;
    max-width: none;
    width: calc(100% - 32px);
    bottom: 16px; } }

.promo__content {
  position: relative; }

.promo__line {
  font-size: 106px;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: -25px;
  overflow: hidden; }

.promo__mask {
  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;
  height: 135px;
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  will-change: auto;
  opacity: 0; }
  .promo__mask.animated {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.promo__slider {
  margin: -13px 5px 0;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden; }

.promo .swiper-wrapper {
  -webkit-transition: all cubic-bezier(0.75, 0.35, 0, 1);
  -o-transition: all cubic-bezier(0.75, 0.35, 0, 1);
  transition: all cubic-bezier(0.75, 0.35, 0, 1); }

.promo .swiper-slide {
  max-height: 112px;
  -webkit-transition: all cubic-bezier(0.75, 0.35, 0, 1);
  -o-transition: all cubic-bezier(0.75, 0.35, 0, 1);
  transition: all cubic-bezier(0.75, 0.35, 0, 1);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 1; }
  .promo .swiper-slide img {
    width: 100%; }
  .promo .swiper-slide.stay {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    z-index: -1; }
  .promo .swiper-slide.hide {
    opacity: 0; }

.promo .promo__slide {
  line-height: 0; }

.promo__paragraph {
  position: absolute;
  right: 14px;
  bottom: -7px;
  font-size: 24px;
  line-height: 32px;
  max-width: 568px;
  will-change: auto;
  opacity: 0;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all ease-in .6s;
  -o-transition: all ease-in .6s;
  transition: all ease-in .6s;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }
  .promo__paragraph.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.promo-nav {
  color: #fff; }
  .promo-nav__head:not(:last-child) {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .promo-nav__head {
      width: 37%; } }
  .promo-nav__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11px; }
    @media screen and (min-width: 768px) {
      .promo-nav__bottom {
        margin-top: auto; } }
    @media screen and (max-width: 767px) {
      .promo-nav__bottom {
        width: 63%;
        padding-right: 0; }
        .promo-nav__bottom .promo-nav__menu {
          margin-top: 0; } }
  .promo-nav-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .promo-nav-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
  .promo-nav__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase; }
    .promo-nav__title.size_big {
      font-weight: 500;
      letter-spacing: -0.01em;
      -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
              font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
      font-size: 32px;
      line-height: 37px; }
      @media (min-width: 1300px) {
        .promo-nav__title.size_big {
          font-size: 78px;
          line-height: 83px; } }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .promo-nav__title.size_big {
    font-size: 56px;
    line-height: 64px; } }
      @media screen and (max-width: 767px) {
        .promo-nav__title.size_big {
          font-weight: 800;
          font-size: 14px;
          line-height: 20px; } }
  .promo-nav__menu {
    margin: 0 0 0 40px; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .promo-nav__menu {
    margin-left: 30px; } }
    .promo-nav__menu + .promo-nav__link {
      margin-left: auto;
      margin-top: auto; }
      @media screen and (min-width: 768px) {
        .promo-nav__menu + .promo-nav__link {
          margin-bottom: 10px; } }
    .promo-nav__menu li {
      font-size: 12px;
      line-height: 16px;
      opacity: 1; }
      .promo-nav__menu li:not(:last-child) {
        margin-bottom: 8px; }

.promo-integrator {
  position: relative;
  display: block;
  background: #232B37;
  padding: 32px 128px 32px 40px; }

.promo-agency {
  position: relative;
  display: block;
  background: -o-radial-gradient(100% 0%, 97.12% 256.02%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%);
  background: radial-gradient(97.12% 256.02% at 100% 0%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%);
  padding: 32px 128px 32px 40px; }

.promo-integrator, .promo-agency {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  height: 100%; }
  .promo-integrator:hover .promo__more, .promo-agency:hover .promo__more {
    background: #28A1CE; }
    .promo-integrator:hover .promo__more .icon, .promo-agency:hover .promo__more .icon {
      fill: #fff;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }

.promo__more {
  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;
  position: absolute;
  right: 28px;
  top: 28px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #fff; }
  @media screen and (min-width: 1025px) {
    .promo__more.size_big {
      width: 66px;
      height: 66px; } }
  @media screen and (min-width: 1025px) and (max-width: 1400px) {
    .promo__more.size_big {
      width: 56px;
      height: 56px; } }
  @media screen and (max-width: 1024px) {
    .promo__more.size_big {
      width: 44px;
      height: 44px; } }
  @media screen and (max-width: 767px) {
    .promo__more.size_big {
      width: 25px;
      height: 25px; }
      .promo__more.size_big .icon {
        width: 10px;
        height: 10px;
        position: relative;
        top: -2px; } }
  .promo__more .icon {
    width: 16px;
    height: 16px;
    fill: #09101B;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.promo_box {
  min-height: 525px;
  padding: 60px 65px 48px 85px;
  display: block; }
  @media screen and (max-width: 1024px) {
    .promo_box {
      min-height: 293px;
      padding: 60px 40px 68px 40px; } }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .promo_box {
    min-height: 385px;
    padding: 45px 50px 63px 60px; } }
  @media screen and (max-width: 767px) {
    .promo_box {
      min-height: 125px;
      padding: 22px 40px 48px 20px; }
      .promo_box .promo-nav__link {
        position: absolute;
        left: 20px;
        bottom: 25px; } }
  .promo_box .promo-nav__menu li {
    font-size: 18px;
    line-height: 180%;
    font-family: 'Roboto', 'Proxima', sans-serif; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .promo_box .promo-nav__menu li {
    font-size: 15px; } }
    @media screen and (max-width: 1024px) {
      .promo_box .promo-nav__menu li {
        font-size: 13px; } }
    @media screen and (max-width: 767px) {
      .promo_box .promo-nav__menu li {
        font-size: 11px; } }
    .promo_box .promo-nav__menu li:not(:last-child) {
      margin-bottom: 0; }
    .promo_box .promo-nav__menu li a {
      font-size: inherit;
      line-height: inherit; }
  .promo_box .row {
    height: 100%; }
  .promo_box .promo-nav__menu {
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .promo_box .promo-nav__menu:not(:last-child) {
        width: calc(100% - 70px); } }
  .promo_box .promo__more {
    position: static; }

@media screen and (min-width: 1900px) {
  .promo > .container {
    padding-top: 34px; }
  .promo__line {
    font-size: 124px;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: -25px; }
  .promo__mask {
    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;
    height: 150px;
    overflow: hidden; }
  .promo__slider {
    width: 128px;
    height: 128px;
    overflow: hidden; }
  .promo .swiper-slide {
    max-height: 128px; }
  .promo__paragraph {
    position: absolute;
    bottom: -6px;
    right: 0px;
    font-size: 24px;
    line-height: 32px;
    max-width: 583px; } }

@media screen and (min-width: 2500px) {
  .promo__content {
    padding-top: 150px; }
  .promo__line {
    font-size: 150px;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 0; }
  .promo__mask {
    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;
    height: 160px;
    overflow: hidden; }
  .promo__slider {
    width: 134px;
    height: 134px;
    overflow: hidden; }
  .promo .swiper-slide {
    max-height: 134px; }
  .promo__paragraph {
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 28px;
    line-height: 38px;
    max-width: 583px; }
  .promo-integrator {
    position: relative;
    display: block;
    background: #232B37;
    padding: 32px 128px 100px 40px; }
  .promo-agency {
    position: relative;
    display: block;
    background: -o-radial-gradient(100% 0%, 97.12% 256.02%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%);
    background: radial-gradient(97.12% 256.02% at 100% 0%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%);
    padding: 32px 128px 100px 40px; }
  .promo-nav__menu li {
    font-size: 16px;
    line-height: 24px; } }

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .promo__line {
    font-size: 75px;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: -25px; }
  .promo__mask {
    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;
    height: 100px;
    overflow: hidden; }
  .promo__slider {
    margin: 0 10px;
    width: 75px;
    height: 75px;
    overflow: hidden; }
  .promo .swiper-slide {
    max-height: 128px; }
  .promo__paragraph {
    position: absolute;
    right: 10px;
    bottom: -5px;
    font-size: 16px;
    line-height: 19px;
    max-width: 340px; }
  .promo-nav__title {
    font-size: 20px; } }

@media screen and (min-width: 1025px) {
  .promo > .container {
    padding-top: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    height: calc(100vh - 184px);
    min-height: 520px; }
  .promo-nav {
    padding-top: 45px; }
  .promo-nav-col:hover {
    margin-top: -32px; }
    .promo-nav-col:hover .promo-integrator,
    .promo-nav-col:hover .promo-agency {
      padding-bottom: 64px; } }

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .promo > .container {
    padding-top: 0;
    min-height: 480px; }
  .promo__line {
    font-size: 87px;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: -20px; }
  .promo__mask {
    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;
    height: 100px;
    overflow: hidden; }
  .promo__slider {
    margin: 0 10px;
    width: 75px;
    height: 75px;
    overflow: hidden; }
  .promo .swiper-slide {
    max-height: 128px; }
  .promo__paragraph {
    position: absolute;
    right: 120px;
    bottom: -5px;
    font-size: 19px;
    line-height: 24px;
    max-width: 370px; }
    .promo__paragraph__title {
      font-size: 20px; }
  .promo-integrator, .promo-agency {
    padding-right: 90px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .promo > .container {
    padding-top: 22px; }
  .promo__line {
    font-size: 7.815vw;
    margin-bottom: -9px; }
  .promo__mask {
    height: 80px; }
  .promo__slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin: 0 2px; }
  .promo .swiper-slide {
    max-height: 80px; }
  .promo__paragraph {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 580px;
    margin-top: 196px; }
  .promo-nav {
    margin-top: 64px; }
    .promo-nav__title {
      font-size: 32px; }
    .promo-nav__menu {
      margin: 16px 0 0; }
  .promo-integrator, .promo-agency {
    padding: 32px; } }

@media screen and (max-width: 767px) {
  .promo > .container {
    padding-top: 34px; }
  .promo__line {
    font-size: 27px;
    margin-bottom: -18px; }
  .promo__mask {
    height: 50px; }
  .promo__slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38px;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    height: 36px;
    margin: 0 4px;
    width: 38px;
    text-align: center; }
  .promo .swiper-slide {
    max-height: 36px;
    width: 100%; }
    .promo .swiper-slide img {
      width: 36px; }
  .promo__paragraph {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 340px;
    margin-top: 98px;
    font-size: 19px;
    line-height: 24px; }
  .promo-nav {
    margin: 32px -8px 0; }
    .promo-nav-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .promo-nav-col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
    .promo-nav__title {
      font-size: 24px;
      line-height: 32px; }
    .promo-nav__menu {
      margin: 16px 0 0; }
  .promo-integrator, .promo-agency {
    padding: 24px 15px; }
  .promo__more {
    top: 22px;
    right: 15px;
    width: 40px;
    height: 40px; } }

@media screen and (max-width: 360px) {
  .promo__line {
    font-size: 23px;
    margin-bottom: -18px; }
  .promo__mask {
    height: 50px; }
  .promo__slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38px;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    width: 38px;
    height: 36px;
    margin: 0 4px;
    text-align: center; }
  .promo .swiper-slide {
    max-height: 36px; } }

.cases {
  position: relative;
  margin-top: 160px; }
  .cases .container {
    position: relative; }
  .cases .case {
    position: relative;
    display: block;
    padding: 24px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 16px;
    background: #e9e9e9;
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    @media screen and (min-width: 1025px) {
      .cases .case {
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; } }
    .cases .case:nth-child(2n):not(:nth-child(4n)) .wow {
      -webkit-animation-duration: .75s;
              animation-duration: .75s; }
    .cases .case:nth-child(3n):not(:nth-child(6n)) .wow {
      -webkit-animation-duration: 1s;
              animation-duration: 1s; }
    .cases .case:nth-child(4n):not(:nth-child(8n)) .wow {
      -webkit-animation-duration: 1.25s;
              animation-duration: 1.25s; }
    .cases .case:nth-child(5n):not(:nth-child(10n)) .wow {
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s; }
    .cases .case:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -o-linear-gradient(206.4deg, rgba(9, 16, 27, 0) 0%, rgba(9, 16, 27, 0.3) 75.25%, rgba(9, 16, 27, 0.63) 100%);
      background: linear-gradient(243.6deg, rgba(9, 16, 27, 0) 0%, rgba(9, 16, 27, 0.3) 75.25%, rgba(9, 16, 27, 0.63) 100%);
      opacity: 0;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s;
      z-index: 1; }
    @media screen and (min-width: 1025px) {
      .cases .case:hover:after {
        opacity: 1; }
      .cases .case:hover .case__back:after {
        opacity: 0; }
      .cases .case:hover .case__back img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .cases .case:hover .case__more {
        left: 32px; }
      .cases .case:hover .case__more-text {
        opacity: 1;
        -webkit-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out; } }
    @media screen and (min-width: 1025px) {
      .cases .case_big:hover .case__more {
        left: auto;
        right: 32px; } }
    .cases .case.is-hidden {
      display: none; }
    .cases .case__title {
      position: relative;
      color: #fff;
      font-size: 24px;
      line-height: 26px;
      font-weight: 500;
      z-index: 3;
      padding-bottom: 3px; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .cases .case__title {
    font-size: 20px;
    line-height: 28px; } }
    .cases .case__category {
      position: relative;
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      z-index: 3; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .cases .case__category {
    font-size: 12px;
    line-height: 17px; } }
    .cases .case_small {
      height: 240px;
      overflow: hidden; }
    .cases .case_big {
      height: 496px; }
    .cases .case__back {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden; }
      .cases .case__back:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(309.03deg, #000000 6.44%, rgba(0, 0, 0, 0) 53.98%);
        background: linear-gradient(140.97deg, #000000 6.44%, rgba(0, 0, 0, 0) 53.98%);
        opacity: .7;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        z-index: 1; }
      .cases .case__back img {
        width: 100%;
        height: 100%;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        will-change: transform;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -o-object-fit: cover;
           object-fit: cover; }
    .cases .case__more {
      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: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      left: 105%;
      bottom: 24px;
      width: calc(100% - 64px);
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s;
      z-index: 3; }
      .cases .case__more-text {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        opacity: 0; }
      .cases .case__more-icon {
        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: 48px;
        height: 48px;
        background: #fff;
        border-radius: 50%;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s; }
      .cases .case__more .icon {
        width: 16px;
        height: 16px;
        fill: #09101B;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s; }
    .cases .case_big .case__more {
      left: auto;
      right: -105%; }
  .cases .more-integrator {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 18px;
    line-height: 21px;
    color: #77829E; }
    .cases .more-integrator .icon {
      width: 16px;
      height: 16px;
      margin-bottom: -2px;
      fill: #77829E;
      margin: 0 10px; }
  .cases-grid {
    margin-top: 65px;
    margin-bottom: 125px; }
    .cases-grid .title {
      text-align: left;
      letter-spacing: -2px;
      margin-bottom: 50px; }
    .cases-grid .grid {
      margin-top: 30px; }
  .cases-par {
    padding-top: 10px;
    padding-bottom: 80px; }
    .cases-par__text {
      max-width: 680px;
      font-size: 34px;
      line-height: 40px; }
  .cases-filter__title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500; }
  .cases-filter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 25px; }
    .cases-filter__list li {
      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;
      height: 40px;
      padding: 0 20px 0 20px;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s;
      border-radius: 20px;
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      border: #232B37 1px solid;
      margin-bottom: 10px;
      cursor: pointer; }
      .cases-filter__list li:first-child.active.disabled {
        pointer-events: none; }
        .cases-filter__list li:first-child.active.disabled:after {
          display: none; }

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .cases-filter__list li {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .cases-filter__list li {
    font-size: 12px; } }
      @media screen and (min-width: 1025px) {
        .cases-filter__list li:hover {
          background: #F2F2F2;
          border-color: #F2F2F2; } }
      .cases-filter__list li:not(:last-child) {
        margin-right: 10px; }
      .cases-filter__list li.active {
        position: relative;
        background: #2D2D2D;
        border-color: #2D2D2D;
        color: #fff; }
        .cases-filter__list li.active:not(.disabled) {
          padding: 0 35px 0 20px; }

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .cases-filter__list li.active:not(.disabled) {
    padding-right: 25px;
    padding-left: 12px; }
    .cases-filter__list li.active:not(.disabled):after {
      right: 11px; } }
          @media screen and (max-width: 767px) {
            .cases-filter__list li.active:not(.disabled) {
              padding: 0 25px 0 15px; } }
        .cases-filter__list li.active:after {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          right: 18px;
          top: 14px;
          background: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/x.svg") no-repeat center;
          background-size: contain; }
          @media screen and (max-width: 767px) {
            .cases-filter__list li.active:after {
              right: 12px; } }

.grid {
  margin: 0 -8px; }
  .grid > .row {
    width: 100%; }
  .grid .case_small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 16px);
        -ms-flex: 0 0 calc(25% - 16px);
            flex: 0 0 calc(25% - 16px);
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px; }
  .grid .case_big {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 16px);
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px; }

@media screen and (min-width: 1900px) {
  .cases .case_small {
    height: 272px;
    overflow: hidden; }
  .cases .case_big {
    height: 560px; } }

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .cases .case_small {
    height: 160px; }
  .cases .case_big {
    height: 336px; } }

@media screen and (max-width: 1024px) {
  .cases-filter__list li.active:not(.disabled) {
    padding-right: 40px; }
  .cases-filter__list li.active:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cases {
    margin-top: 113px; }
    .cases .title {
      margin-bottom: 65px; }
    .cases .case_small {
      height: 31.25vw; }
    .cases .case_big {
      height: 496px;
      height: 64.59vw; }
    .cases .to-all {
      height: 31.25vw;
      width: 31.25vw; }
    .cases .more-integrator {
      right: 30px;
      top: 18px;
      font-size: 14px;
      line-height: 16px; }
      .cases .more-integrator .icon {
        width: 14px;
        height: 14px; }
    .cases-grid {
      margin-top: 15px;
      margin-bottom: 80px;
      overflow-x: hidden; }
      .cases-grid .title {
        font-size: 74px;
        line-height: 90px;
        margin-bottom: 20px; }
      .cases-grid .grid {
        margin-top: 40px; }
    .cases-par {
      padding-top: 15px;
      padding-bottom: 50px; }
      .cases-par__text {
        max-width: 680px;
        font-size: 24px;
        line-height: 32px; }
    .cases-filter-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .cases-filter__title {
      font-size: 14px;
      line-height: 1;
      font-weight: 500;
      min-width: 150px;
      padding-top: 20px; }
    .cases-filter__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 10px; }
  .grid .case_small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 16px);
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px; }
  .grid .case_big {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 16px);
        -ms-flex: 0 0 calc(100% - 16px);
            flex: 0 0 calc(100% - 16px);
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px; } }

@media screen and (max-width: 767px) {
  .cases {
    margin-top: 50px; }
    .cases .title {
      margin-bottom: 30px; }
    .cases .case {
      padding: 17px;
      margin-bottom: 8px; }
      .cases .case_big, .cases .case_small {
        height: 200px;
        height: 62.5vw; }
      .cases .case__title {
        font-size: 19px;
        line-height: 24px; }
      .cases .case__category {
        font-size: 14px;
        line-height: 20px; }
    .cases .more-integrator {
      right: auto;
      left: 16px;
      top: 0px;
      font-size: 14px;
      line-height: 16px; }
      .cases .more-integrator .icon {
        width: 14px;
        height: 14px;
        margin-bottom: -3px; }
    .cases-grid {
      margin-top: 30px;
      margin-bottom: 52px;
      overflow-x: hidden; }
      .cases-grid .title {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 25px;
        padding-top: 25px;
        letter-spacing: 0; }
      .cases-grid .grid {
        margin-top: 22px; }
    .cases-par {
      padding-top: 0px;
      padding-bottom: 30px; }
      .cases-par__text {
        font-size: 16px;
        line-height: 28px; }
      .cases-par br {
        display: none; }
    .cases-filter__list {
      margin-top: 12px;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      padding-bottom: 18px;
      overflow-x: scroll;
      margin-left: -20px;
      margin-right: -20px; }
      .cases-filter__list:before, .cases-filter__list:after {
        content: '';
        display: block;
        min-width: 20px; }
      .cases-filter__list li {
        font-size: 11px;
        height: 32px;
        padding: 0 15px;
        margin-bottom: 0;
        white-space: nowrap;
        margin-right: 8px; }
        .cases-filter__list li:not(:last-of-type) {
          margin-right: 8px; }
  .cases-filter__list li.active:not(:first-child) {
    padding-right: 30px; }
  .grid .case_small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 16px);
        -ms-flex: 0 0 calc(100% - 16px);
            flex: 0 0 calc(100% - 16px);
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px; }
  .grid .case_big {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 16px);
        -ms-flex: 0 0 calc(100% - 16px);
            flex: 0 0 calc(100% - 16px);
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px; }
  .portfolio-page:not(.load_page) .case:not(:nth-child(-n+70)),
  .cases-page:not(.load_page) .case:not(:nth-child(-n+70)) {
    display: none; } }

.best {
  margin-top: 144px;
  color: #fff;
  padding: 160px 0;
  background: #232B37; }
  .best__item {
    text-align: center;
    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; }
    @media screen and (min-width: 1025px) {
      .best__item {
        height: 100% !important; } }
  .best__icon {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2e3641;
    border-radius: 50%;
    line-height: 0;
    padding-top: 100%;
    margin-bottom: 40px; }
    .best__icon .icon {
      max-width: 144px;
      max-height: 144px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .best__icon .icon-label {
      width: 54px;
      height: 61px; }
    .best__icon.with-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 264px;
          -ms-flex: 0 0 264px;
              flex: 0 0 264px;
      width: 264px;
      padding: 0;
      margin-bottom: 0 !important; }
      .best__icon.with-text .icon {
        position: relative;
        width: 65px;
        height: 65px; }
      .best__icon.with-text .best__number {
        margin: 0 0 10px; }
  .best__title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold; }
  .best__text {
    font-size: 12px;
    line-height: 16px;
    color: #7b8087;
    margin-bottom: 32px; }
  .best__number {
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
    margin-top: auto; }
  .best-bottom {
    margin: 80px auto 0;
    padding-top: 80px;
    max-width: 944px;
    border-top: #39404b 1px solid; }
  .best-top__box {
    margin: 80px auto 0;
    max-width: 960px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .best-top__box {
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .best-top__box {
        margin-top: 25px; } }
  .best-title {
    font-size: 56px;
    line-height: 64px;
    text-transform: uppercase;
    font-weight: 500; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .best-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.01em; } }
    @media screen and (max-width: 767px) {
      .best-title {
        font-size: 16px;
        line-height: 22px; } }
  .best__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px; }
  .best__labels {
    margin-top: 85px;
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .best__label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    text-align: center; }
    .best__label .icon {
      max-width: 50px;
      max-height: 50px; }
  .best__about {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: -o-radial-gradient(100% 0%, 97.12% 256.02%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%);
    background: radial-gradient(97.12% 256.02% at 100% 0%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 85px auto 0;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }
    .best__about.align_center {
      text-align: center; }
    .best__about:after {
      content: "";
      display: block;
      position: absolute;
      left: calc(50% - 10px);
      top: calc(50% - 10px);
      width: 20px;
      height: 20px;
      background: #28A1CE;
      border-radius: 50%;
      z-index: 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all ease-in-out .5s;
      -o-transition: all ease-in-out .5s;
      transition: all ease-in-out .5s; }
    .best__about:hover:after {
      -webkit-transform: scale(20);
          -ms-transform: scale(20);
              transform: scale(20); }
    .best__about span {
      position: relative;
      z-index: 1; }
  @media screen and (min-width: 1025px) {
    .best-top .best-col:first-child {
      margin-left: auto; }
    .best-top .best-col:last-child {
      margin-right: auto; } }
  .best-top.best-top_center .best-col {
    margin-left: auto;
    margin-right: auto;
    width: auto !important; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .best-top.best-top_center .best__icon {
      width: 224px;
      height: 224px; } }
  .best.best_partners {
    margin-top: 112px; }
    .best.best_partners .best-bottom {
      margin-top: 63px;
      padding-top: 65px; }
    .best.best_partners .best__subtitle {
      font-size: 24px;
      line-height: 32px;
      text-align: center; }
    @media screen and (max-width: 1024px) {
      .best.best_partners {
        margin-top: 50px;
        padding-top: 22px;
        padding-bottom: 7px; }
        .best.best_partners .best-bottom {
          max-width: 575px;
          margin-left: auto;
          margin-right: auto;
          padding-top: 62px; } }
    .best.best_partners .best__icon {
      margin-bottom: 63px; }
    .best.best_partners .with-text .icon {
      width: 54px;
      height: 61px;
      margin-top: 35px; }
    .best.best_partners .with-text .best__number {
      margin-top: 0px;
      margin-bottom: 6px; }
    .best.best_partners .with-text .best__text {
      margin-bottom: 26px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .best.best_partners .best__text {
        margin-bottom: 32px; } }
    .best.best_partners .best__subtitle {
      text-transform: none;
      letter-spacing: 0; }
      @media screen and (min-width: 1025px) {
        .best.best_partners .best__subtitle {
          padding: 0 70px; } }
    .best.best_partners .best__about {
      margin-top: 79px; }
    @media screen and (max-width: 767px) {
      .best.best_partners {
        margin-top: 27px; }
        .best.best_partners .best__about {
          font-size: 12px;
          line-height: 18px; }
        .best.best_partners .icon-best-1 {
          width: 95px;
          height: 97px; }
        .best.best_partners .best__icon {
          margin-bottom: 51px; }
        .best.best_partners .best__text {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.01em;
          margin-bottom: 39px; }
        .best.best_partners .best__number {
          margin-top: 0;
          font-size: 56px;
          line-height: 64px; }
        .best.best_partners .best-bottom {
          padding: 33px 5px 45px;
          margin-top: 33px; }
        .best.best_partners .best-top__box {
          margin-top: 48px; }
        .best.best_partners .best__about {
          margin-top: 47px; }
        .best.best_partners .best__subtitle {
          font-size: 14px;
          line-height: 18px; } }
  @media screen and (min-width: 768px) {
    .best .title.title_medium {
      font-size: 55.5475px;
      line-height: 68px; } }

@media screen and (min-width: 1900px) {
  .best-bottom {
    max-width: 1072px; }
  .best__labels {
    margin-top: 95px; }
  .best__label .icon {
    max-width: 65px;
    max-height: 55px; }
  .best__about {
    width: 272px;
    height: 272px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .best {
    margin-top: 112px;
    padding: 128px 0 60px; }
    .best .title {
      margin-bottom: 0; }
    .best__item {
      margin-top: 80px; }
    .best__icon {
      margin-bottom: 24px; }
    .best-bottom {
      margin: 63px 0;
      padding-top: 63px; }
    .best__subtitle {
      margin-bottom: 20px; }
    .best__labels {
      max-width: 464px;
      margin: 0 auto;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .best__label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      width: 25%;
      max-width: 25%;
      margin-top: 50px; }
  .company-page .best {
    padding-bottom: 27px; }
    .company-page .best-bottom {
      margin: 53px 0; } }

@media screen and (max-width: 767px) {
  .best {
    margin-top: 47px;
    padding: 50px 0; }
    .best .title {
      margin-bottom: 0; }
    .best__item {
      margin-top: 31px; }
    .best__icon {
      margin-bottom: 11px; }
    .best__text {
      margin-bottom: 10px; }
    .best__number {
      font-size: 30px;
      line-height: 40px; }
    .best-bottom {
      margin: 30px auto 0;
      padding-top: 30px; }
    .best__labels {
      margin-top: 0; }
    .best__label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      max-width: 50%;
      margin-top: 40px; }
    .best__about {
      width: 146px;
      height: 146px;
      margin: 55px auto 0; } }

.main-news {
  margin-top: 160px;
  padding-bottom: 162px; }
  .main-news-inside {
    margin-top: 65px; }
    .main-news-inside .title {
      margin-bottom: 55px; }
  .main-news__title.title {
    text-align: left; }
  .main-news .tabs__list {
    margin-bottom: 60px; }
  .main-news__hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #232B37;
    padding: 25px 32px;
    z-index: 1;
    -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
            transform: translateY(110%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
    .main-news__hover .main-news__category,
    .main-news__hover .main-news__preview {
      padding: 0; }
    .main-news__hover .main-news__category {
      color: #9399A4;
      margin-top: 0; }
    .main-news__hover .main-news__preview {
      font-size: 22px;
      line-height: 28px;
      height: auto; }
      .main-news__hover .main-news__preview:not(:last-child) {
        margin-bottom: 18px; }
  .main-news__text {
    font-size: 15px;
    line-height: 22px; }
  .main-news__bottom {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 32px;
    right: 32px;
    bottom: 25px; }
  .main-news__content {
    opacity: 0; }
  .main-news__content {
    height: 80%;
    overflow: hidden;
    position: relative; }
    .main-news__content:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 43, 55, 0)), color-stop(77%, #232b37));
      background: -o-linear-gradient(top, rgba(35, 43, 55, 0) 0%, #232b37 77%);
      background: linear-gradient(180deg, rgba(35, 43, 55, 0) 0%, #232b37 77%); }
  .main-news__bottom-text {
    font-size: 14px;
    line-height: 20px; }
  .main-news__bottom-icon {
    background-color: #FFFFFF;
    border-radius: 50%;
    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: 48px;
    height: 48px; }
    .main-news__bottom-icon svg {
      width: 16px;
      height: 16px; }
  .main-news__card {
    position: relative;
    display: block;
    background: #F2F2F2;
    margin-bottom: 16px;
    padding-bottom: 23px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .main-news__card {
        height: calc(100% - 16px); } }
    .main-news__card:hover .main-news__photo:after {
      opacity: 1; }
    .main-news__card:hover .main-news__photo img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    @media screen and (min-width: 1025px) {
      .main-news__card:hover .main-news__hover {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .main-news__card:hover .main-news__content {
        -webkit-animation: showItems .6s ease-out forwards;
                animation: showItems .6s ease-out forwards; } }
    .main-news__card:hover .main-news__preview {
      color: #28A1CE; }
    .main-news__card:hover .main-news__category {
      color: #09101B; }
    .main-news__card:hover .main-news__hover .main-news__category {
      color: #9399A4; }
    .main-news__card:hover .main-news__hover .main-news__preview {
      color: inherit; }
  .main-news-col:last-child {
    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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .main-news__mask {
    overflow: hidden; }
  .main-news__photo {
    position: relative;
    height: 240px;
    line-height: 0;
    overflow: hidden; }
    .main-news__photo:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(9, 16, 27, 0.2);
      opacity: 0;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s;
      z-index: 1; }
    .main-news__photo img {
      max-width: none;
      height: 100%;
      min-width: 100%;
      -webkit-transition: -webkit-transform ease .3s;
      transition: -webkit-transform ease .3s;
      -o-transition: transform ease .3s;
      transition: transform ease .3s;
      transition: transform ease .3s, -webkit-transform ease .3s;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      will-change: transform;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left top;
         object-position: left top; }
  .main-news__category {
    margin-top: 28px;
    padding: 0 32px;
    font-size: 14px;
    line-height: 20px;
    color: #9399A4;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
    .main-news__category span {
      position: relative; }
      .main-news__category span:not(:last-child):after {
        content: "•";
        padding-left: 6px;
        padding-right: 2px; }
  .main-news__preview {
    display: block;
    padding: 0 32px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
  .main-news .js-previewFull {
    display: none; }

@-webkit-keyframes showItems {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showItems {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media screen and (min-width: 1900px) {
  .main-news {
    padding-bottom: 113px; }
    .main-news__photo {
      height: 272px; } }

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .main-news__photo {
    height: 160px; }
  .main-news__preview {
    font-size: 16px;
    line-height: 24px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-news {
    margin-top: 112px;
    padding-bottom: 113px; }
    .main-news .title {
      margin-bottom: 65px; }
    .main-news-inside {
      margin-top: 5px; }
      .main-news-inside .title {
        margin-bottom: 18px;
        font-size: 74px;
        line-height: 112px; }
      .main-news-inside .tabs__list {
        margin-bottom: 35px; }
      .main-news-inside + .subscribe {
        margin-top: -13px; } }

@media screen and (min-width: 768px) {
  .echo-effect .main-news__photo {
    background: url("/local/templates/.default/markup_notamedia/build/css/../images/blog_3_hov.jpg") no-repeat left top;
    background-size: 100% 100%; } }
  @media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), screen and (min-width: 768px) and (min-resolution: 1.5dppx) {
    .echo-effect .main-news__photo {
      background: url("/local/templates/.default/markup_notamedia/build/css/../images/blog_3_hov@2x.jpg") no-repeat left top;
      background-size: cover; } }

@media screen and (min-width: 768px) {
    .echo-effect .main-news__photo:after {
      display: none; }
    .echo-effect .main-news__photo img {
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s;
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important; }
  .echo-effect:hover {
    background: #E9E9E9; }
    .echo-effect:hover .main-news__photo img {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); } }

@media screen and (max-width: 767px) {
  .main-news {
    margin-top: 50px;
    padding-bottom: 33px; }
    .main-news.main-news-inside {
      margin-top: 33px; }
      .main-news.main-news-inside .title {
        margin-bottom: 23px; }
    .main-news .title {
      margin-bottom: 30px;
      font-size: 35px;
      line-height: 38px; }
    .main-news .tabs__list {
      margin-bottom: 24px; }
    .main-news__card {
      margin-bottom: 8px;
      padding-bottom: 15px; }
    .main-news__photo {
      height: 200px; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .main-news__photo {
        height: 62.5vw; } }

@media screen and (max-width: 767px) {
    .main-news__category {
      margin-top: 15px;
      padding: 0 16px; }
    .main-news__preview {
      margin-top: 6px;
      padding: 0 16px;
      font-size: 19px;
      line-height: 24px;
      min-height: 96px; } }

.footer .clock {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05); }
  .footer .clock .hand {
    height: 2px;
    position: absolute;
    top: 23px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transform-origin: right 1px;
        -ms-transform-origin: right 1px;
            transform-origin: right 1px;
    -webkit-transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s;
    -o-transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s;
    transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s; }
    .footer .clock .hand.seconds {
      display: none;
      width: 45%;
      left: 5%;
      opacity: 0.25; }
    .footer .clock .hand.minutes {
      width: 35%;
      left: 15%; }
    .footer .clock .hand.hours {
      width: 25%;
      left: 25%; }
  .footer .clock .hand-cap {
    width: 5%;
    height: 5%;
    position: absolute;
    top: 47.5%;
    left: 47.5%;
    background-color: #fff;
    border-radius: 100%; }
  .footer .clock label {
    display: block;
    width: 100%;
    position: absolute;
    top: -8px;
    left: 0;
    font-family: sans-serif;
    font-weight: 200;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0.5; }

@media screen and (max-width: 767px) {
  .footer .clock {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.05); }
    .footer .clock .hand {
      height: 2px;
      position: absolute;
      top: 15px;
      background-color: #fff;
      border-radius: 3px;
      -webkit-transform-origin: right 1px;
          -ms-transform-origin: right 1px;
              transform-origin: right 1px;
      -webkit-transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s;
      -o-transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s;
      transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s; }
      .footer .clock .hand.seconds {
        display: none;
        width: 45%;
        left: 5%;
        opacity: 0.25; }
      .footer .clock .hand.minutes {
        width: 35%;
        left: 15%; }
      .footer .clock .hand.hours {
        width: 25%;
        left: 25%; } }

.footer {
  padding: 116px 0 126px;
  background: #232B37; }
  .footer__logo {
    width: 276px;
    height: 24px;
    background: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/logo.svg") no-repeat left center;
    background-size: 100%;
    display: block; }
  .footer-top .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-top__nav {
    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; }
    .footer-top__nav li {
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media screen and (min-width: 1025px) {
        .footer-top__nav li {
          white-space: nowrap; } }
      .footer-top__nav li:not(:last-child) {
        margin-right: 24px; }
      .footer-top__nav li a {
        color: #fff; }
      .footer-top__nav li a:hover {
        color: #019681; }
      .footer-top__nav li.active a {
        color: #38A14C; }
  .footer-presentation {
    position: relative; }
    .footer-presentation__trigger {
      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;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      cursor: pointer; }
      .footer-presentation__trigger span {
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.5px;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s; }
      @media screen and (min-width: 1025px) {
        .footer-presentation__trigger:hover span {
          color: #019681; }
        .footer-presentation__trigger:hover .icon-down {
          fill: #019681; } }
    .footer-presentation .icon-down {
      width: 12px;
      height: 6px;
      fill: #fff;
      margin-left: 17px;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }
    .footer-presentation__back {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .footer-presentation-widget {
      display: none;
      position: absolute;
      top: 25px;
      left: 0px;
      width: 240px;
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 20px;
      border-radius: 15px;
      z-index: 2; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .footer-presentation-widget {
          left: auto;
          right: 0; } }
    .footer-presentation-list li {
      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; }
      .footer-presentation-list li:not(:last-child) {
        border-bottom: #E7E8E9 1px solid;
        margin-bottom: 10px; }
        .footer-presentation-list li:not(:last-child) a {
          padding-bottom: 10px; }
    .footer-presentation-list a {
      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;
      font-size: 14px;
      width: 100%;
      line-height: 20px;
      font-weight: 500;
      color: #09101B;
      letter-spacing: 0.5px; }
      .footer-presentation-list a:hover {
        color: #019681; }
      .footer-presentation-list a span {
        color: #9D9FA4;
        margin-left: auto; }
    .footer-presentation .download {
      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: 24px;
      height: 24px;
      border-radius: 50%;
      background: #38A14C;
      margin-left: 16px;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }
      .footer-presentation .download:hover {
        background: #019681; }
    .footer-presentation .icon-download {
      width: 8px;
      height: 8px; }
  .footer__lang {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right; }
    .footer__lang a {
      font-size: 16px;
      color: #fff; }
      .footer__lang a:hover {
        color: #019681; }
  .footer-middle {
    margin-top: 60px;
    padding-top: 50px;
    border-top: #39404b 1px solid; }
    .footer-middle__nav {
      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-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -8px; }
      .footer-middle__nav li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.333% - 16px);
            -ms-flex: 0 0 calc(33.333% - 16px);
                flex: 0 0 calc(33.333% - 16px);
        width: calc(33.333% - 16px);
        max-width: calc(33.333% - 16px);
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 15px 8px 0; }
        .footer-middle__nav li a {
          color: #fff; }
        .footer-middle__nav li a:hover {
          color: #019681; }
  .footer__partner {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px; }
    .footer__partner a:hover {
      color: #019681; }
  .footer-social {
    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; }
    .footer-social li:not(:last-child) {
      margin-right: 8px; }
    .footer-social a {
      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;
      background: #2e3641;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      -webkit-transition: background ease .3s;
      -o-transition: background ease .3s;
      transition: background ease .3s; }
      .footer-social a:hover {
        background: #28A1CE; }
      @media screen and (min-width: 1025px) {
        .footer-social a:hover {
          background-color: #28A1CE; } }
    .footer-social .icon {
      width: 18px;
      height: 18px; }
  .footer-bottom {
    margin-top: 64px;
    padding-top: 65px;
    border-top: #39404b 1px solid; }
    .footer-bottom-col {
      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: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .footer-bottom__phone {
      font-size: 16px;
      line-height: 15px;
      letter-spacing: .5px;
      font-weight: bold;
      color: #fff;
      text-align: right; }
    .footer-bottom__email {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: .5px;
      font-weight: bold;
      color: #fff;
      text-align: right;
      text-transform: uppercase;
      margin-top: 11px; }
    .footer-bottom__copyright {
      color: #656a73;
      font-size: 14px;
      line-height: 20px;
      text-align: right;
      margin-top: 20px; }
    .footer-bottom a:hover {
      color: #019681; }
  .footer-city__name {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px; }
  .footer-city__time {
    color: #656a73;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0 10px; }
  .footer-city__phone {
    margin-top: 20px; }
  .footer-city__phone, .footer-city__email {
    line-height: 1; }
    .footer-city__phone a, .footer-city__email a {
      color: #fff;
      font-size: 14px;
      line-height: 20px; }
      .footer-city__phone a:hover, .footer-city__email a:hover {
        color: #019681; }
  .footer-mobile {
    margin-top: 50px;
    padding-top: 36px;
    border-top: #39404b 1px solid; }
    .footer-mobile-col-presentation a {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

@media screen and (min-width: 1025px) {
  .footer-mobile {
    display: none; }
  .col-md-3.footer-top-col-presentation:last-child {
    margin-left: auto;
    width: auto; }
  .footer__partner {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .footer-top__nav a:before {
    content: attr(data-title); } }

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer-top__nav li:not(:last-child) {
    margin-right: 20px; }
  .footer-top__nav a {
    font-size: 12px; }
  .footer__presentation {
    font-size: 12px;
    margin-bottom: -4px; }
    .footer__presentation span {
      padding-left: 5px; }
  .footer .download {
    width: 32px;
    height: 32px; }
    .footer .download .icon {
      width: 12px;
      height: 12px; }
  .footer__lang a {
    font-size: 12px; }
  .footer-middle .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-middle__nav a {
    font-size: 12px; }
  .footer-middle__partner {
    margin-top: 0; }
    .footer-middle__partner a {
      font-size: 12px; }
  .footer-social {
    margin-top: 10px; }
    .footer-social a {
      width: 38px;
      height: 38px; }
    .footer-social .icon {
      width: 16px;
      height: 16px; }
  .footer-city__name {
    font-size: 12px; }
  .footer-city__phone a, .footer-city__email a {
    font-size: 12px; }
  .footer-bottom__phone {
    font-size: 14px;
    line-height: 14px; }
  .footer-bottom__email {
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px; }
  .footer-bottom__copyright {
    font-size: 12px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 58px 0 64px; }
    .footer > .container {
      padding: 0 40px; }
    .footer-top-col-logo {
      margin-bottom: 45px; }
    .footer-top-col-presentation {
      display: none; }
    .footer-top-col-lang {
      margin-left: auto; }
    .footer-mobile {
      padding-top: 55px; }
      .footer-mobile .footer__partner {
        margin-top: 0; }
      .footer-mobile .footer-presentation__trigger {
        margin-left: auto; }
    .footer-middle {
      margin-top: 50px;
      padding-top: 38px; }
      .footer-middle .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .footer-middle-col-partner {
        display: none; }
      .footer-middle-col-social {
        margin-top: 55px; }
    .footer-bottom {
      margin-top: 45px;
      padding-top: 50px; }
      .footer-bottom .row {
        margin-bottom: -55px; }
      .footer-bottom-col {
        margin-bottom: 45px; }
      .footer-bottom__phone, .footer-bottom__email {
        text-align: left; }
      .footer-bottom__copyright {
        text-align: left;
        margin-top: 8px; }
    .footer-city__phone {
      margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .footer {
    padding: 33px 0px 0; }
    .footer .container {
      padding: 0 20px; }
    .footer__logo {
      width: 195px;
      height: 17px; }
    .footer__lang {
      position: absolute;
      right: 15px;
      top: 0; }
    .footer-top .row {
      position: relative; }
    .footer-top__nav {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .footer-top__nav li {
        font-size: 14px;
        line-height: 24px;
        margin-right: 0;
        margin-top: 8px;
        letter-spacing: 1px; }
        .footer-top__nav li:not(:last-child) {
          margin-right: 8px; }
    .footer-top-col-logo {
      margin-bottom: 13px; }
    .footer-top-col-nav {
      margin-bottom: 13px; }
    .footer-top-col-presentation {
      display: none; }
    .footer-mobile {
      margin-top: 21px;
      padding-top: 22px; }
      .footer-mobile .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .footer-mobile .footer-presentation {
        margin-top: 22px; }
    .footer-middle {
      margin-top: 38px;
      padding-top: 20px; }
      .footer-middle .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .footer-middle__nav {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0; }
        .footer-middle__nav li {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          width: 50%;
          max-width: 50%;
          margin: 15px 0 0; }
          .footer-middle__nav li:nth-child(2n) {
            padding-left: 9px; }
      .footer-middle-col-partner {
        display: none; }
      .footer-middle-col-social {
        margin-top: 37px; }
    .footer-social {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .footer-social li {
        margin-bottom: 10px; }
        .footer-social li:not(:last-child) {
          margin-right: 13px; }
      .footer-social a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33px;
            -ms-flex: 0 0 33px;
                flex: 0 0 33px;
        width: 34px;
        height: 34px; }
      .footer-social .icon {
        width: 14px;
        height: 14px; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .footer-city__bottom {
      padding-left: 8px; } }

@media screen and (max-width: 767px) {
    .footer-city__name {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; }
    .footer-city__time {
      margin: 1px 0 0; }
    .footer-city__phone, .footer-city__email {
      margin-top: 1px; }
      .footer-city__phone a, .footer-city__email a {
        font-size: 12px;
        line-height: 20px; }
    .footer-bottom {
      margin-top: 30px;
      padding-top: 38px; }
      .footer-bottom-col {
        margin-bottom: 35px; }
        .footer-bottom-col:not(:last-child) {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          width: 50%; }
      .footer-bottom__phone, .footer-bottom__email {
        display: none; }
      .footer-bottom__copyright {
        text-align: center;
        margin-top: -5px;
        padding-top: 22px;
        border-top: #39404b 1px solid; } }

.company {
  padding-top: 65px; }
  .company .title {
    text-align: left;
    margin-bottom: 112px;
    letter-spacing: -2px; }
  .company-content {
    max-width: 944px;
    margin: 0 auto; }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .company-content {
    max-width: 820px; } }
  .company__paragraph {
    font-size: 44px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 50px; }
    @media screen and (min-width: 1025px) {
      .company__paragraph {
        margin-right: -10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .company__paragraph {
      font-size: 28px;
      line-height: 34px;
      margin-top: 35px; } }

@media (min-width: 1300px) and (max-width: 1440px) {
  .company__paragraph {
    padding-right: 160px; } }
    .company__paragraph + .company__head-text {
      margin-top: 48px; }
      @media screen and (max-width: 1024px) {
        .company__paragraph + .company__head-text {
          margin-top: 34px; } }
      @media screen and (max-width: 767px) {
        .company__paragraph + .company__head-text {
          margin-top: 13px; } }
  .company__head-text {
    font-size: 24px;
    line-height: 32px; }
    @media screen and (max-width: 1024px) {
      .company__head-text {
        font-size: 14px;
        line-height: 150%; } }
    @media screen and (max-width: 767px) {
      .company__head-text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.01em; } }
  .company-cards {
    margin-top: 47px; }
    .company-cards-col {
      margin-top: 16px; }
    .company-cards__item {
      background: #F2F2F2;
      padding: 23px 32px; }
    .company-cards__title {
      color: #38A14C;
      font-size: 72px;
      line-height: 72px;
      font-weight: 500; }
    .company-cards__text {
      color: #4D5460;
      font-size: 14px;
      line-height: 20px;
      min-height: 50px;
      max-width: 300px; }
    .company-cards__head {
      text-align: center; }
      .company-cards__head:not(:last-child) {
        margin-bottom: 48px; }
        @media screen and (max-width: 767px) {
          .company-cards__head:not(:last-child) {
            margin-bottom: 24px; } }
  .company-block {
    margin-top: 64px; }
    .company-block:not(.not_border) {
      padding-top: 64px;
      border-top: #E9E9E9 1px solid; }
      @media screen and (max-width: 1024px) {
        .company-block:not(.not_border) {
          padding-top: 44px; } }
      @media screen and (max-width: 767px) {
        .company-block:not(.not_border) {
          padding-top: 34px; } }
    .company-block__title {
      font-size: 44px;
      line-height: 48px;
      font-weight: 500; }
    .company-block p {
      font-size: 24px;
      line-height: 32px;
      margin-top: 48px; }
  .company-advantages__item {
    margin-top: 45px; }
  .company-advantages__title {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 120px;
    padding-bottom: 24px; }
    .company-advantages__title b,
    .company-advantages__title span {
      position: absolute;
      top: 0;
      left: 0;
      font-weight: inherit; }
  .company-best {
    margin-top: 0;
    padding-bottom: 182px; }

.company + .best {
  margin-top: 160px; }
  @media screen and (max-width: 1024px) {
    .company + .best {
      margin-top: 88px; } }
  @media screen and (max-width: 767px) {
    .company + .best {
      margin-top: 46px; } }

@media screen and (min-width: 1025px) {
  .company-page .company-best .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; } }

.company-page .company-best .title br {
  display: none; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company {
    padding-top: 5px; }
    .company .title {
      font-size: 74px;
      line-height: 112px;
      margin-bottom: 50px;
      letter-spacing: -1px; }
    .company-content {
      padding: 0 65px; }
    .company__paragraph {
      font-size: 26px;
      line-height: 32px; }
    .company-cards {
      margin-top: 27px; }
      .company-cards__title {
        font-size: 42px;
        line-height: 80px; }
      .company-cards__item {
        padding: 20px 28px; }
    .company-block {
      padding-top: 45px;
      margin-top: 45px; }
      .company-block__title {
        font-size: 26px;
        line-height: 32px; }
      .company-block p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 35px; }
    .company-advantages__item {
      margin-top: 32px; }
    .company-advantages__title {
      padding-left: 75px;
      letter-spacing: -1px;
      padding-bottom: 15px; }
    .company-advantages__text {
      font-size: 14px;
      line-height: 20px; }
    .company-best {
      padding-bottom: 80px; }
      .company-best .best__icon {
        margin-bottom: 32px; }
  .company-page .ahead {
    margin-top: 98px; }
  .company-best {
    padding-top: 85px; }
    .company-best .title {
      font-size: 42px;
      line-height: 50px; } }

@media screen and (max-width: 767px) {
  .company {
    padding-top: 30px; }
    .company .title {
      font-size: 35px;
      line-height: 38px;
      margin-bottom: 35px;
      letter-spacing: 0; }
    .company__paragraph {
      font-size: 14px;
      line-height: 18px;
      margin-top: auto;
      margin-bottom: 10px; }
    .company-cards {
      margin-top: 20px; }
      .company-cards-col {
        margin-top: 10px; }
      .company-cards__title {
        font-size: 34px;
        line-height: 40px; }
      .company-cards__text {
        font-size: 12px;
        line-height: 16px;
        min-height: 30px; }
      .company-cards__item {
        padding: 18px 25px; }
    .company-block {
      margin-top: 40px;
      padding-top: 30px; }
      .company-block__title {
        font-size: 18px;
        line-height: 18px; }
      .company-block p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 13px;
        letter-spacing: 0.3px; }
    .company-advantages__item {
      margin-top: 23px; }
    .company-advantages__title {
      font-size: 11px;
      line-height: 16px;
      padding-left: 32px;
      letter-spacing: 0px;
      padding-bottom: 15px;
      padding-bottom: 0; }
    .company-advantages__text {
      font-size: 12px;
      line-height: 16px;
      margin-top: 10px; }
    .company h3.company-block__title {
      font-size: 18px;
      margin-bottom: 20px; }
    .company-best {
      padding-bottom: 48px; }
      .company-best .best__icon {
        margin-bottom: 10px; } }

.ahead {
  margin-top: 155px;
  background: conic-gradient(from -35.9deg at 100% 100%, #38A14C -55.57deg, #0F65A4 70.76deg, #28A1CE 158.75deg, #019681 243.12deg, #38A14C 304.43deg, #0F65A4 430.76deg);
  padding: 160px 0; }
  .ahead__carousel {
    font-size: 108px;
    line-height: 112px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    overflow: hidden; }
  .ahead__text {
    max-width: 944px;
    margin: 80px auto 0;
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    text-align: center; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ahead {
    margin-top: 133px;
    padding: 130px 0; }
    .ahead__carousel {
      font-size: 60px;
      line-height: 72px; }
    .ahead__text {
      padding: 0 32px;
      margin-top: 70px; } }

@media screen and (max-width: 767px) {
  .ahead {
    margin-top: 44px;
    padding: 48px 0 54px; }
    .ahead__carousel {
      font-size: 24px;
      line-height: 32px; }
    .ahead__text {
      padding: 0 16px;
      margin-top: 32px;
      font-size: 16px;
      line-height: 22px; } }

.trust {
  background: #F2F2F2;
  padding: 160px 0;
  overflow: hidden; }
  .trust__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .trust-carousel {
    margin-top: 64px; }
    .trust-carousel__row {
      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-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .trust-carousel__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 240px;
          -ms-flex: 0 0 240px;
              flex: 0 0 240px;
      width: 240px;
      height: 240px;
      -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;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 15px;
      background: #fff;
      border-radius: 50%;
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }

@media screen and (min-width: 1025px) {
  .home-page .trust__title {
    font-size: 108px;
    line-height: 112px; } }

.home-page .trust-carousel {
  margin-top: 84px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-page .best .title {
    font-size: 42px;
    line-height: 50px; } }

@media screen and (min-width: 1900px) {
  .trust-carousel {
    margin-top: 100px; }
    .trust-carousel__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 288px;
          -ms-flex: 0 0 288px;
              flex: 0 0 288px;
      width: 288px;
      height: 288px; }
  .home-page .trust {
    padding-bottom: 180px; }
  .home-page__title {
    font-size: 124px;
    line-height: 134px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .trust {
    padding: 90px 0 105px; }
    .trust__title {
      font-size: 42px;
      line-height: 40px; }
    .trust-carousel {
      margin-top: 56px; }
      .trust-carousel__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px;
        width: 200px;
        height: 200px; }
        .trust-carousel__item img {
          max-width: 86px;
          max-height: 86px; } }

@media screen and (max-width: 767px) {
  .trust {
    padding: 48px 0; }
    .trust__title {
      font-size: 24px;
      line-height: 32px; }
    .trust-carousel {
      margin-top: 30px; }
      .trust-carousel__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 136px;
            -ms-flex: 0 0 136px;
                flex: 0 0 136px;
        width: 136px;
        height: 136px; }
        .trust-carousel__item img {
          max-width: 60px;
          max-height: 60px; }
  .home-page .trust__title {
    font-size: 24px;
    line-height: 32px; }
  .home-page .trust-carousel {
    margin-top: 30px; } }

.areas {
  padding: 160px 0 0;
  max-width: 944px;
  margin: 0 auto; }
  .areas__title {
    font-size: 44px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 48px; }
  .areas__text {
    font-size: 24px;
    line-height: 32px; }
  .areas__section:not(:last-child) {
    margin-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      .areas__section:not(:last-child) {
        margin-bottom: 55px; } }
    @media screen and (max-width: 767px) {
      .areas__section:not(:last-child) {
        margin-bottom: 11px; } }
  @media screen and (max-width: 767px) {
    .areas__partner-info {
      padding-top: 20px; } }
  .areas__partner-info:not(:last-child) {
    padding-bottom: 80px;
    border-bottom: 1px solid #E9E9E9; }
    @media screen and (max-width: 767px) {
      .areas__partner-info:not(:last-child) {
        padding-bottom: 42px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .areas {
    padding: 125px 32px; }
  .company-page .areas {
    padding: 82px 98px 100px; }
    .company-page .areas__title {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 32px; }
    .company-page .areas__text {
      font-size: 14px;
      line-height: 20px; } }

@media screen and (max-width: 767px) {
  .areas {
    padding: 52px 16px 27px; }
    .areas__title {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 15px; }
    .areas__text {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.3px; } }

.projects {
  margin-top: 160px;
  padding: 160px 0;
  background: #232B37;
  color: #fff; }
  .projects-container {
    max-width: 944px;
    margin: 0 auto; }
  .projects__title {
    font-size: 44px;
    line-height: 48px;
    font-weight: 500; }
  .projects__preview {
    margin-top: 48px;
    font-size: 24px;
    line-height: 32px;
    color: #7B8087; }
  .projects__item {
    margin-top: 64px;
    padding-top: 64px;
    border-top: #39404b 1px solid; }
  .projects__logo {
    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;
    background: #293641;
    border-radius: 50%;
    width: 224px;
    height: 224px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 48px; }
    .projects__logo img {
      max-width: 98px; }
  .projects__text {
    font-size: 24px;
    line-height: 32px; }
    .projects__text p:not(:last-child) {
      margin-bottom: 30px; }
  .projects__link {
    display: inline-block;
    margin-top: 48px; }
    .projects__link a {
      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;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      text-transform: uppercase; }
    .projects__link:hover .projects__icon {
      background: #1066A5;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .projects__link:hover a {
      color: #1066A5; }
  .projects__icon {
    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: 48px;
    height: 48px;
    background: #38A14C;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .projects__icon .icon {
      width: 16px;
      height: 16px;
      fill: #fff; }
  .projects-head:not(:last-child) {
    margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .projects-head:not(:last-child) {
        margin-bottom: 35px; } }

.projects-card__elem {
  border: 1px solid rgba(255, 255, 255, 0.1); }
  @media screen and (min-width: 768px) {
    .projects-card__elem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 40px 65px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .projects-card__elem {
      padding: 46px 40px 56px 55px; } }
  @media screen and (max-width: 767px) {
    .projects-card__elem {
      padding: 30px 25px; } }
  .projects-card__elem:not(:first-child) {
    margin-top: -1px; }

.projects-card__number {
  width: 88px;
  height: 88px;
  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;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    .projects-card__number {
      width: 66px;
      height: 66px; } }
  @media screen and (max-width: 767px) {
    .projects-card__number {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 16px;
      width: 46px;
      height: 46px; } }
  @media screen and (min-width: 768px) {
    .projects-card__number + .projects-card__content {
      width: calc(100% - 200px);
      margin-left: auto;
      padding-top: 22px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .projects-card__number + .projects-card__content {
      width: calc(100% - 115px);
      padding-top: 0;
      margin-top: -15px; } }

.projects-card__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    .projects-card__title {
      font-size: 18px;
      line-height: 40px; } }
  @media screen and (max-width: 767px) {
    .projects-card__title {
      font-size: 14px;
      line-height: 18px; } }
  .projects-card__title:not(:last-child) {
    margin-bottom: 8px; }
    @media screen and (max-width: 767px) {
      .projects-card__title:not(:last-child) {
        margin-bottom: 12px; } }

.projects-card__text {
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.4); }
  @media screen and (max-width: 1024px) {
    .projects-card__text {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (max-width: 767px) {
    .projects-card__text {
      font-size: 12px;
      line-height: 16px; } }

.projects-card .container {
  padding: 0; }

.projects-card .projects__link {
  margin-top: 30px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .projects {
    margin-top: 3px;
    padding: 92px 100px; }
    .projects__title {
      font-size: 26px;
      line-height: 32px; }
    .projects__preview {
      font-size: 14px;
      line-height: 20px; }
    .projects__logo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 201px;
          -ms-flex: 0 0 201px;
              flex: 0 0 201px;
      width: 201px;
      height: 201px; }
    .projects__text {
      font-size: 14px;
      line-height: 20px; }
    .projects__link {
      margin-top: 44px; } }

@media screen and (max-width: 767px) {
  .projects {
    margin-top: 0;
    padding: 48px 16px; }
    .projects-container {
      padding: 0 4px; }
    .projects__title {
      font-size: 18px;
      line-height: 23px; }
    .projects__preview {
      margin-top: 32px;
      font-size: 12px;
      line-height: 16px; }
    .projects__item {
      margin-top: 36px;
      padding-top: 40px; }
    .projects__logo {
      width: 136px;
      height: 136px;
      margin-bottom: 35px; }
      .projects__logo img {
        max-width: 55px;
        margin-top: 15px; }
    .projects__text {
      font-size: 12px;
      line-height: 16px; }
      .projects__text p:not(:last-child) {
        margin-bottom: 18px; }
    .projects__link {
      margin-top: 32px; }
      .projects__link a {
        font-size: 12px; }
    .projects__icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30px;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      width: 30px;
      height: 30px; } }

.tabs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1025px) {
    .tabs__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 1024px) {
    .tabs__list {
      overflow: auto;
      margin-left: -32px;
      margin-right: -32px; }
      .tabs__list:before, .tabs__list:after {
        content: '';
        display: block;
        min-width: 32px; } }
  @media screen and (max-width: 767px) {
    .tabs__list {
      margin-left: -16px;
      margin-right: -16px; }
      .tabs__list:before, .tabs__list:after {
        min-width: 16px; } }
  .tabs__list.tabs__list-blue li {
    padding: 9px 20px;
    border: 1px solid #9399A4;
    background-color: transparent;
    border-radius: 20px;
    font-weight: 600; }
    @media screen and (min-width: 1025px) {
      .tabs__list.tabs__list-blue li:hover {
        background-color: #F2F2F2;
        color: #09101B;
        border-color: #F2F2F2; } }
    @media screen and (max-width: 767px) {
      .tabs__list.tabs__list-blue li {
        font-size: 11px;
        padding: 6px 14px; } }
    .tabs__list.tabs__list-blue li.active {
      background-color: #232B37;
      border-color: #232B37; }
  .tabs__list li {
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 16px;
    background: #F2F2F2;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #09101B;
    cursor: pointer;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
    @media screen and (max-width: 1024px) {
      .tabs__list li {
        white-space: nowrap; } }
    .tabs__list li:not(:last-child) {
      margin-right: 8px; }
    .tabs__list li.active {
      background: #38A14C;
      color: #fff;
      pointer-events: none; }
    @media screen and (min-width: 1025px) {
      .tabs__list li:hover {
        background: #019681;
        color: #fff; } }

.tab-filter__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .tab-filter__list:before, .tab-filter__list:after {
      content: '';
      display: block;
      min-width: 98px; } }
  @media screen and (max-width: 767px) {
    .tab-filter__list:before {
      min-width: 16px; }
    .tab-filter__list:after {
      min-width: 40px; } }
  .tab-filter__list li:first-child.active {
    pointer-events: none; }
  .tab-filter__list li.active:not(:first-child) .button-tab {
    position: relative;
    padding-right: 35px; }
    @media screen and (max-width: 767px) {
      .tab-filter__list li.active:not(:first-child) .button-tab {
        padding-right: 25px; } }
    .tab-filter__list li.active:not(:first-child) .button-tab:after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/x.svg") no-repeat center;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .tab-filter__list li.active:not(:first-child) .button-tab:after {
          right: 10px; } }
  .tab-filter__list li:not(:last-child) {
    margin-right: 10px; }
    @media screen and (max-width: 1024px) {
      .tab-filter__list li:not(:last-child) {
        margin-right: 8px; } }

.tab-filter .active .button-tab {
  background-color: #232B37;
  border-color: #232B37;
  color: #fff; }

.tab-filter__section:not(:last-child) {
  margin-bottom: 95px; }
  @media screen and (max-width: 1024px) {
    .tab-filter__section:not(:last-child) {
      margin-bottom: 69px; } }
  @media screen and (max-width: 767px) {
    .tab-filter__section:not(:last-child) {
      margin-bottom: 55px; } }

.tab-filter__head {
  overflow: auto; }
  @media screen and (max-width: 1024px) {
    .tab-filter__head {
      margin-right: -98px;
      margin-left: -98px;
      padding-bottom: 10px; }
      .tab-filter__head .button-tab {
        white-space: nowrap; } }
  @media screen and (max-width: 767px) {
    .tab-filter__head {
      margin-right: -16px;
      margin-left: -16px;
      position: relative; } }
  .tab-filter__head:not(:last-child) {
    margin-bottom: 67px; }
    @media screen and (max-width: 1024px) {
      .tab-filter__head:not(:last-child) {
        margin-bottom: 44px; } }
    @media screen and (max-width: 767px) {
      .tab-filter__head:not(:last-child) {
        margin-bottom: 25px; } }

.tab-filter__elem {
  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;
  color: #09101B;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .tab-filter__elem {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .tab-filter__elem:not(:last-child):not(.last_tab) {
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9; }
    @media screen and (max-width: 1024px) {
      .tab-filter__elem:not(:last-child):not(.last_tab) {
        padding-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .tab-filter__elem:not(:last-child):not(.last_tab) {
        padding-bottom: 14px; } }
  .tab-filter__elem:not(:first-child):not(.first_tab) {
    padding-top: 24px;
    border-top: 1px solid #E9E9E9;
    margin-top: -1px; }
    @media screen and (max-width: 1024px) {
      .tab-filter__elem:not(:first-child):not(.first_tab) {
        padding-top: 20px; } }
    @media screen and (max-width: 767px) {
      .tab-filter__elem:not(:first-child):not(.first_tab) {
        padding-top: 14px; } }
  @media screen and (min-width: 1025px) {
    .tab-filter__elem:hover {
      color: #38A14C; }
      .tab-filter__elem:hover .tab-filter__icon {
        color: #38A14C; } }

.tab-filter__icon {
  color: #9399A4;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  margin-left: auto;
  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; }
  @media screen and (max-width: 1024px) {
    .tab-filter__icon {
      color: #38A14C; } }
  @media screen and (max-width: 1024px) {
    .tab-filter__icon .icon-arrow-right {
      width: 18px;
      height: 16px; } }
  @media screen and (max-width: 767px) {
    .tab-filter__icon .icon-arrow-right {
      width: 10px;
      height: 8px; } }

.tab-filter__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
          font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  @media screen and (max-width: 1024px) {
    .tab-filter__title {
      font-size: 16px;
      line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .tab-filter__title {
      font-size: 12px;
      line-height: 18px; } }
  .tab-filter__title:not(:last-child) {
    width: calc(100% - 30px); }
    @media screen and (max-width: 1024px) {
      .tab-filter__title:not(:last-child) {
        width: calc(100% - 130px); } }
    @media screen and (max-width: 767px) {
      .tab-filter__title:not(:last-child) {
        width: calc(100% - 50px); } }

.tab-filter__overlay {
  position: relative; }
  @media screen and (max-width: 767px) {
    .tab-filter__overlay:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: -16px;
      width: 40px;
      height: 51px;
      background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(51.49%, #FFFFFF), to(rgba(255, 255, 255, 0)));
      background-image: -o-linear-gradient(right, #FFFFFF 0%, #FFFFFF 51.49%, rgba(255, 255, 255, 0) 100%);
      background-image: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 51.49%, rgba(255, 255, 255, 0) 100%);
      z-index: 1;
      pointer-events: none; } }

.subscribe {
  margin-top: 20px;
  padding: 160px 0;
  background-color: #F2F2F2;
  color: #09101B; }
  .subscribe__title {
    text-transform: uppercase;
    font-size: 56px;
    line-height: 64px;
    font-weight: 500; }
    @media screen and (max-width: 1024px) {
      .subscribe__title {
        font-size: 44px;
        line-height: 48px;
        text-transform: none; }
        .subscribe__title br {
          display: none; } }
  .subscribe__text {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
    max-width: 375px; }
  .subscribe-input {
    margin-top: 12px; }
    .subscribe-input input {
      height: 43px;
      font-size: 18px;
      background: transparent;
      border: none;
      border-bottom: 1px solid rgba(9, 16, 27, 0.2);
      padding: 0;
      border-radius: 0;
      color: #09101B; }
      .subscribe-input input::-webkit-input-placeholder {
        color: #fff;
        font-size: 18px; }
      .subscribe-input input:-moz-placeholder {
        color: #fff;
        font-size: 18px; }
      .subscribe-input input::-moz-placeholder {
        color: #fff;
        font-size: 18px; }
      .subscribe-input input:-ms-input-placeholder {
        color: #fff;
        font-size: 18px; }
      .subscribe-input input::-webkit-input-placeholder {
        color: #9399A4; }
    .subscribe-input.is-error {
      position: relative; }
      .subscribe-input.is-error input {
        border-color: red; }
  .subscribe-submit {
    margin-top: 65px; }
    .subscribe-submit .but {
      display: block;
      max-width: 100%; }
      .subscribe-submit .but span {
        text-transform: uppercase;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .subscribe-submit .but span {
            height: 56px;
            border-radius: 40px;
            font-size: 16px; } }
  .subscribe-agree {
    font-size: 12px;
    line-height: 16px;
    color: #4D5460;
    max-width: 464px;
    margin: 32px auto 0; }
    @media screen and (min-width: 1025px) {
      .subscribe-agree {
        margin-left: 0; } }
    .subscribe-agree a {
      color: #38A14C; }
      .subscribe-agree a:hover {
        color: #019681; }
  .subscribe-done {
    text-align: center; }
    .subscribe-done .subscribe__text {
      margin-left: auto;
      margin-right: auto;
      max-width: 465px; }
  .subscribe .label-error {
    position: absolute;
    bottom: -25px;
    left: 0;
    color: red;
    font-size: 14px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .subscribe {
    padding: 65px 0; }
    .subscribe-col-right {
      margin-top: 30px;
      max-width: 500px; }
    .subscribe .container {
      max-width: 536px; }
    .subscribe__text {
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px; }
  .subscribe-input {
    margin-top: 17px; }
  .subscribe-submit {
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .subscribe {
    padding: 30px 0;
    text-align: center; }
    .subscribe .container {
      max-width: 280px; }
    .subscribe__title {
      font-size: 22px;
      line-height: 32px; }
    .subscribe__text {
      margin-top: 4px;
      font-size: 12px;
      line-height: 16px;
      max-width: 260px;
      margin-left: auto;
      margin-right: auto; }
    .subscribe-col-right {
      margin-top: 0;
      max-width: 500px; }
    .subscribe-submit {
      margin-top: 24px; }
      .subscribe-submit .but span {
        height: 30px;
        font-size: 12px; }
    .subscribe-input {
      margin-top: 4px; }
      .subscribe-input input {
        text-align: center; }
        .subscribe-input input::-webkit-input-placeholder {
          color: #9399A4;
          font-size: 12px; }
        .subscribe-input input:-moz-placeholder {
          color: #9399A4;
          font-size: 12px; }
        .subscribe-input input::-moz-placeholder {
          color: #9399A4;
          font-size: 12px; }
        .subscribe-input input:-ms-input-placeholder {
          color: #9399A4;
          font-size: 12px; }
    .subscribe-agree {
      font-size: 11px;
      margin-top: 24px; } }

.article-back__link {
  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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .article-back__link:hover .article-back__icon {
    background: #019681; }

.article-back__icon {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  margin-right: 16px;
  border-radius: 50%;
  background: #38A14C;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .article-back__icon {
      width: 40px;
      height: 40px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40px;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px; } }
  @media screen and (max-width: 767px) {
    .article-back__icon {
      width: 30px;
      height: 30px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30px;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      margin-right: 10px; } }
  .article-back__icon .icon {
    width: 16px;
    height: 16px; }
    @media screen and (max-width: 1024px) {
      .article-back__icon .icon {
        width: 13px;
        height: 13px; } }
    @media screen and (max-width: 767px) {
      .article-back__icon .icon {
        width: 10px;
        height: 10px; } }

.article-back__text {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 1024px) {
    .article-back__text {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.04em; } }
  @media screen and (max-width: 767px) {
    .article-back__text {
      font-size: 10px; } }

.article-header {
  margin-top: 64px; }
  @media screen and (max-width: 1024px) {
    .article-header {
      margin-top: 36px; } }
  @media screen and (max-width: 767px) {
    .article-header {
      margin-top: 29px; } }

.article__title {
  font-size: 72px;
  line-height: 80px;
  font-weight: 500;
  margin: 48px 0 0; }
  @media screen and (max-width: 1024px) {
    .article__title {
      font-size: 40px;
      line-height: 48px;
      margin-top: 38px; } }
  @media screen and (max-width: 767px) {
    .article__title {
      font-size: 24px;
      line-height: 30px;
      margin-top: 29px; } }

.article__subtitle {
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  margin: 0 0 47px; }
  @media screen and (max-width: 1024px) {
    .article__subtitle {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 22px; } }
  @media screen and (max-width: 767px) {
    .article__subtitle {
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
      margin-bottom: 20px; } }

.article h2.article__subtitle {
  margin-bottom: 64px; }
  @media screen and (max-width: 1024px) {
    .article h2.article__subtitle {
      margin-bottom: 42px; } }
  @media screen and (max-width: 767px) {
    .article h2.article__subtitle {
      margin-bottom: 25px; } }

.article__mediumtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px; }
  @media screen and (max-width: 1024px) {
    .article__mediumtitle {
      font-size: 18px;
      line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .article__mediumtitle {
      font-size: 16px;
      line-height: 20px; }
      .article__mediumtitle + ul,
      .article__mediumtitle + p {
        margin-top: -10px; } }

.article-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 32px; }
  .article-tags__tag {
    background: #F2F2F2;
    color: #09101B;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    margin: 0 16px 16px 0;
    border-radius: 20px;
    font-weight: 500; }

.article-content {
  max-width: 944px;
  margin: 65px auto 163px;
  font-size: 24px;
  line-height: 32px; }
  .article-content a {
    border-bottom: 1px solid #09101B; }
    @media screen and (min-width: 1025px) {
      .article-content a {
        -webkit-transition: border-color .2s ease-out;
        -o-transition: border-color .2s ease-out;
        transition: border-color .2s ease-out; }
        .article-content a:hover {
          border-color: transparent; } }
  @media screen and (min-width: 1025px) {
    .article-content.article-content_small {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 1196px;
      -webkit-transform: translateX(125px);
          -ms-transform: translateX(125px);
              transform: translateX(125px); } }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .article-content.article-content_small {
      -webkit-transform: translateX(40px);
          -ms-transform: translateX(40px);
              transform: translateX(40px); } }
  @media screen and (min-width: 1025px) and (max-width: 1350px) {
    .article-content.article-content_small {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      max-width: 944px; } }
  @media screen and (min-width: 1025px) {
      .article-content.article-content_small .content:not(:last-child) {
        width: calc(100% - 335px); } }
    @media screen and (min-width: 1025px) and (max-width: 1300px) {
      .article-content.article-content_small .content:not(:last-child) {
        width: calc(100% - 270px); } }
  @media screen and (min-width: 1025px) {
      .article-content.article-content_small .content + .sticky {
        margin-left: auto; } }
  @media screen and (max-width: 1024px) {
    .article-content {
      font-size: 14px;
      line-height: 150%; } }
  @media screen and (max-width: 767px) {
    .article-content {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.01em; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .article-content {
      margin-top: 36px;
      padding: 0 57px;
      margin-bottom: 78px; } }
  @media screen and (max-width: 767px) {
    .article-content {
      margin-top: 16px;
      margin-bottom: 55px; } }
  .article-content picture {
    display: block;
    line-height: 0; }
  .article-content hr {
    background: rgba(126, 126, 126, 0.5);
    height: 1px;
    border: none; }
    .article-content hr.gradient {
      height: 3px;
      width: 300px;
      background: -o-linear-gradient(0.15deg, #0B6BA7 0.1%, #96C15B 99.87%);
      background: linear-gradient(89.85deg, #0B6BA7 0.1%, #96C15B 99.87%);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .article-content hr.gradient {
          width: 176px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .article-content hr.gradient {
          width: 95px;
          margin-bottom: 15px; } }
  .article-content p {
    font-size: 24px;
    line-height: 32px; }
    @media screen and (max-width: 1024px) {
      .article-content p {
        font-size: 14px;
        line-height: 150%; } }
    @media screen and (max-width: 767px) {
      .article-content p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.01em; } }
  .article-content iframe, .article-content video {
    max-width: 100%;
    margin-bottom: 50px;
    border: none;
    -o-object-fit: cover;
       object-fit: cover;
    outline: none; }
    @media screen and (min-width: 1025px) {
      .article-content iframe, .article-content video {
        height: 624px; } }
  @media screen and (max-width: 1024px) {
    .article-content .video iframe, .article-content .video video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (min-width: 1025px) {
    .article-content ul + .article-buttons {
      margin-top: -23px; } }
  .article-content ul:not([class]), .article-content picture,
  .article-content hr, .article-content p, .article-content ol:not([class]),
  .article-content .article__mediumtitle,
  .article-content h1:not([class]),
  .article-content h2:not([class]),
  .article-content h3:not([class]),
  .article-content h4:not([class]),
  .article-content h5:not([class]),
  .article-content h6:not([class]) {
    margin-bottom: 64px; }
    @media screen and (max-width: 1024px) {
      .article-content ul:not([class]), .article-content picture,
      .article-content hr, .article-content p, .article-content ol:not([class]),
      .article-content .article__mediumtitle,
      .article-content h1:not([class]),
      .article-content h2:not([class]),
      .article-content h3:not([class]),
      .article-content h4:not([class]),
      .article-content h5:not([class]),
      .article-content h6:not([class]) {
        margin-bottom: 47px; } }
    @media screen and (max-width: 767px) {
      .article-content ul:not([class]), .article-content picture,
      .article-content hr, .article-content p, .article-content ol:not([class]),
      .article-content .article__mediumtitle,
      .article-content h1:not([class]),
      .article-content h2:not([class]),
      .article-content h3:not([class]),
      .article-content h4:not([class]),
      .article-content h5:not([class]),
      .article-content h6:not([class]) {
        margin-bottom: 27px; } }
  .article-content ul:not([class]) {
    font-size: 24px;
    line-height: 32px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
            font-feature-settings: 'pnum' on, 'lnum' on, 'case' on; }
    @media screen and (max-width: 1024px) {
      .article-content ul:not([class]) {
        font-size: 14px;
        line-height: 19px; } }
    @media screen and (max-width: 767px) {
      .article-content ul:not([class]) {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.01em; } }
    .article-content ul:not([class]) li {
      position: relative;
      padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .article-content ul:not([class]) li {
          padding-left: 25px;
          padding-right: 10px; } }
      .article-content ul:not([class]) li:not(:last-child) {
        margin-bottom: 30px; }
        @media screen and (max-width: 1024px) {
          .article-content ul:not([class]) li:not(:last-child) {
            margin-bottom: 12px; } }
      .article-content ul:not([class]) li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #BDBDBD; }
        @media screen and (max-width: 767px) {
          .article-content ul:not([class]) li:before {
            top: 4px;
            width: 4px;
            height: 4px; } }
  .article-content ol:not([class]) {
    font-size: 24px;
    line-height: 32px;
    counter-reset: counter;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .article-content ol:not([class]) {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.01em; } }
    .article-content ol:not([class]) li {
      position: relative;
      counter-increment: counter;
      padding-left: 40px; }
      .article-content ol:not([class]) li:not(:last-child) {
        margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .article-content ol:not([class]) li:not(:last-child) {
          margin-bottom: 12px; } }
      .article-content ol:not([class]) li:before {
        content: counter(counter) ". ";
        position: absolute;
        left: 0;
        top: 0px;
        font-weight: 500; }
  .article-content figcaption {
    font-size: 16px;
    line-height: 150%;
    margin: -64px 0 64px;
    padding-top: 16px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .article-content figcaption {
        margin-top: -45px; } }
    @media screen and (max-width: 767px) {
      .article-content figcaption {
        margin: -27px 0 15px;
        padding-top: 9px;
        font-size: 14px;
        line-height: 18px; } }

.article .paragraph {
  font-weight: 500;
  font-size: 44px;
  line-height: 48px; }
  @media screen and (max-width: 1024px) {
    .article .paragraph {
      font-size: 26px;
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .article .paragraph {
      font-size: 16px;
      line-height: 20px; }
      .article .paragraph + p {
        margin-top: -10px; } }

@media screen and (min-width: 768px) {
  .article-social {
    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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media screen and (max-width: 767px) {
  .article-social {
    text-align: center; } }

.article-social__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 16px; }
  @media screen and (max-width: 1024px) {
    .article-social__title {
      font-size: 14px;
      letter-spacing: 0.04em; } }
  @media screen and (max-width: 767px) {
    .article-social__title {
      font-size: 10px;
      margin-bottom: 7px;
      margin-right: 0; } }

.article-social__list {
  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; }
  @media screen and (max-width: 767px) {
    .article-social__list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .article-social__list li:not(:last-child) {
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .article-social__list li:not(:last-child) {
        margin-right: 14px; } }
  .article-social__list a {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48px;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background: #4D5460;
    border-radius: 50%;
    -webkit-transition: background ease .3s;
    -o-transition: background ease .3s;
    transition: background ease .3s; }
    @media screen and (max-width: 1024px) {
      .article-social__list a {
        width: 40px;
        height: 40px; } }
    @media screen and (max-width: 767px) {
      .article-social__list a {
        width: 30px;
        height: 30px; } }
    @media screen and (min-width: 1025px) {
      .article-social__list a:hover {
        background: #28A1CE; } }
  .article-social__list .icon {
    width: 20px;
    height: 20px; }
    @media screen and (max-width: 767px) {
      .article-social__list .icon {
        width: 14px;
        height: 14px; } }

.article-buttons {
  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; }
  .article-buttons:not(:first-child) {
    padding-top: 88px;
    border-top: 1px solid #E5E5E5; }
    @media screen and (max-width: 1024px) {
      .article-buttons:not(:first-child) {
        padding-top: 42px; } }
    @media screen and (max-width: 767px) {
      .article-buttons:not(:first-child) {
        padding-top: 27px; } }
  .article-buttons:not(:last-child) {
    margin-bottom: 112px; }
    @media screen and (max-width: 1024px) {
      .article-buttons:not(:last-child) {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .article-buttons:not(:last-child) {
        margin-bottom: 60px; } }

.article-button .but {
  min-width: 344px; }
  @media screen and (max-width: 1024px) {
    .article-button .but {
      min-width: 152px; } }
  @media screen and (max-width: 767px) {
    .article-button .but {
      min-width: 118px; } }

@media screen and (max-width: 1024px) {
  .article-button .article-back__text {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.04em; } }

@media screen and (max-width: 767px) {
  .article-button .article-back__text {
    font-size: 10px;
    line-height: 24px; } }

.article-info-box:not(:last-child) {
  margin-bottom: 64px; }
  @media screen and (max-width: 1024px) {
    .article-info-box:not(:last-child) {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .article-info-box:not(:last-child) {
      margin-bottom: 30px; } }

.article .video {
  position: relative; }
  .article .video video {
    margin-bottom: 0; }
  .article .video + figcaption {
    margin-top: 0; }
    @media screen and (max-width: 1024px) {
      .article .video + figcaption {
        margin-top: -60px; } }
    @media screen and (max-width: 767px) {
      .article .video + figcaption {
        margin-top: -37px; } }
  @media screen and (max-width: 1024px) {
    .article .video {
      padding-bottom: 62%;
      width: 100%;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .article .video {
      padding-bottom: 67%; }
      .article .video:not(:last-child) {
        margin-bottom: 27px; } }

.article__nota {
  text-align: right;
  font-weight: bold;
  font-size: 24px; }

@media screen and (max-width: 1024px) {
  .article img {
    height: auto; } }

ul.ul-dash {
  font-size: 24px;
  line-height: 32px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
          font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
  margin-bottom: 64px; }
  @media screen and (max-width: 1024px) {
    ul.ul-dash {
      margin-bottom: 47px; } }
  @media screen and (max-width: 767px) {
    ul.ul-dash {
      margin-bottom: 27px; } }
  @media screen and (max-width: 1024px) {
    ul.ul-dash {
      font-size: 14px;
      line-height: 19px; } }
  @media screen and (max-width: 767px) {
    ul.ul-dash {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.01em; } }
  ul.ul-dash li {
    position: relative;
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      ul.ul-dash li {
        padding-left: 25px;
        padding-right: 10px; } }
    ul.ul-dash li:not(:last-child) {
      margin-bottom: 15px; }
      @media screen and (max-width: 1024px) {
        ul.ul-dash li:not(:last-child) {
          margin-bottom: 12px; } }
    ul.ul-dash li:before {
      content: "—";
      position: absolute;
      left: 0;
      top: 0px; }
      @media screen and (max-width: 767px) {
        ul.ul-dash li:before {
          top: 3px; } }

.video {
  display: inline-block;
  position: relative; }

.video-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1; }
  .video-poster.is_hide {
    display: none; }
  .video-poster:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }
  .video-poster:after {
    content: '';
    display: block;
    width: 92px;
    height: 106px;
    background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/play.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
    @media screen and (max-width: 1024px) {
      .video-poster:after {
        width: 48px;
        height: 55px; } }
    @media screen and (max-width: 767px) {
      .video-poster:after {
        width: 26px;
        height: 29px; } }

.text-gradient {
  background-image: -o-linear-gradient(0.15deg, #1E9EBA 0.1%, #3AA24C 99.87%);
  background-image: linear-gradient(89.85deg, #1E9EBA 0.1%, #3AA24C 99.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .text-gradient.option_2 {
    background-image: -o-linear-gradient(0.15deg, #116AA8 0.1%, #98BE4B 99.87%);
    background-image: linear-gradient(89.85deg, #116AA8 0.1%, #98BE4B 99.87%); }
  @media all and (-ms-high-contrast: none) {
    .text-gradient {
      background: none;
      -webkit-background-clip: none;
      -webkit-text-fill-color: none;
      color: #0E6BA7; } }

.application {
  padding: 65px 0 107px; }
  @media screen and (max-width: 1024px) {
    .application {
      padding-bottom: 55px; } }
  @media screen and (max-width: 767px) {
    .application {
      padding-bottom: 45px; } }
  @media screen and (min-width: 768px) {
    .application .label-error {
      text-align: right; } }
  .application__title {
    text-align: left;
    letter-spacing: -2px;
    margin-bottom: 72px;
    font-size: 108px;
    line-height: 112px; }
    @media (max-width: 1300px) {
      .application__title {
        font-size: 74px;
        line-height: 79px; } }
    @media screen and (max-width: 767px) {
      .application__title {
        font-size: 35px;
        line-height: 38px; } }
  .application-form {
    position: relative; }
    .application-form section:not(:last-child) {
      margin-bottom: 53px;
      padding-bottom: 58px;
      border-bottom: #F2F2F2 1px solid; }
  .application__fill {
    font-size: 34px;
    line-height: 40px; }
  .application-input {
    position: relative; }
  .application__label {
    font-size: 51px;
    line-height: 70px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px; }
    @media (max-width: 1400px) {
      .application__label {
        font-size: 42px;
        line-height: 55px; } }
    .application__label span {
      color: #9399A4;
      text-transform: none;
      font-size: 32px; }
    .application__label i {
      font-style: normal; }
  .application__input {
    border: none;
    font-size: 51px;
    line-height: 1;
    height: auto;
    font-weight: 500;
    color: #09101B;
    padding: 0;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease; }
    .application__input::-webkit-input-placeholder {
      color: #9399A4;
      font-size: 51px; }
    .application__input:-moz-placeholder {
      color: #9399A4;
      font-size: 51px; }
    .application__input::-moz-placeholder {
      color: #9399A4;
      font-size: 51px; }
    .application__input:-ms-input-placeholder {
      color: #9399A4;
      font-size: 51px; }
    @media (max-width: 1400px) {
      .application__input {
        font-size: 42px; }
        .application__input::-webkit-input-placeholder {
          color: #9399A4;
          font-size: 42px; }
        .application__input:-moz-placeholder {
          color: #9399A4;
          font-size: 42px; }
        .application__input::-moz-placeholder {
          color: #9399A4;
          font-size: 42px; }
        .application__input:-ms-input-placeholder {
          color: #9399A4;
          font-size: 42px; } }
  .application-input.is-error input,
  .application-input.is-error textarea {
    color: #EB5757; }
    .application-input.is-error input::-webkit-input-placeholder, .application-input.is-error textarea::-webkit-input-placeholder {
      color: #EB5757; }
    .application-input.is-error input::-moz-placeholder, .application-input.is-error textarea::-moz-placeholder {
      color: #EB5757; }
    .application-input.is-error input:-ms-input-placeholder, .application-input.is-error textarea:-ms-input-placeholder {
      color: #EB5757; }
    .application-input.is-error input::-ms-input-placeholder, .application-input.is-error textarea::-ms-input-placeholder {
      color: #EB5757; }
    .application-input.is-error input::placeholder,
    .application-input.is-error textarea::placeholder {
      color: #EB5757; }
  .application-input.is-error .application__input {
    width: calc(100% - 350px); }
    @media screen and (max-width: 1024px) {
      .application-input.is-error .application__input {
        width: calc(100% - 180px); } }
    @media screen and (max-width: 767px) {
      .application-input.is-error .application__input {
        width: 100%; } }
  .application-input.is-success input,
  .application-input.is-success textarea {
    color: #38A14C; }
  .application-input.is-success input:-internal-autofill-selected {
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: #38A14C !important; }
  .application__textarea {
    border: none;
    height: 72px;
    font-size: 51px;
    line-height: normal;
    font-weight: 500;
    color: #09101B;
    margin-top: 0;
    padding: 0;
    resize: none;
    text-transform: uppercase;
    max-height: 1000px;
    margin-bottom: 15px;
    min-height: 70px;
    margin-bottom: -5px; }
    .application__textarea::-webkit-input-placeholder {
      color: #9399A4;
      font-size: 51px; }
    .application__textarea:-moz-placeholder {
      color: #9399A4;
      font-size: 51px; }
    .application__textarea::-moz-placeholder {
      color: #9399A4;
      font-size: 51px; }
    .application__textarea:-ms-input-placeholder {
      color: #9399A4;
      font-size: 51px; }
    @media (max-width: 1400px) {
      .application__textarea {
        font-size: 42px;
        line-height: 55px; }
        .application__textarea::-webkit-input-placeholder {
          color: #9399A4;
          font-size: 42px; }
        .application__textarea:-moz-placeholder {
          color: #9399A4;
          font-size: 42px; }
        .application__textarea::-moz-placeholder {
          color: #9399A4;
          font-size: 42px; }
        .application__textarea:-ms-input-placeholder {
          color: #9399A4;
          font-size: 42px; } }
  .application .label-error {
    color: #EB5757;
    font-size: 16px;
    line-height: 1.5;
    width: 330px;
    position: absolute;
    right: 0;
    top: 20px; }
  .application-type__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px; }
    .application-type__list li {
      margin: 0 20px 24px 0; }
    .application-type__list label:not(.checkbox-button) {
      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;
      height: 50px;
      border-radius: 25px;
      padding: 13px 27px;
      font-size: 17.85px;
      font-weight: 500;
      background: #E9EBED;
      color: #09101B;
      -webkit-transition: background ease .3s;
      -o-transition: background ease .3s;
      transition: background ease .3s;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .application-type__list label:not(.checkbox-button):hover {
        background: #C9CCD1; }
  .application-descr .application__label {
    line-height: 78px; }
  .application-upload {
    margin-top: 50px; }
  .application__agree {
    margin-top: 78px;
    color: #9399A4;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', 'Proxima', sans-serif; }
    .application__agree span {
      color: #000; }
    .application__agree a {
      color: #38A14C; }
      .application__agree a:hover {
        color: #019681; }
  .application-submit {
    margin-top: 30px; }
  .application-container {
    max-width: 944px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .application-container {
        max-width: 540px; } }
    @media (min-width: 1200px) {
      .application-container .application-list {
        margin-right: -244px; } }
  @media (min-width: 1200px) and (max-width: 1500px) {
    .application-container .application-list {
      margin-right: -100px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .application-container .application-list {
    margin-right: -124px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .application-container .application-list {
    margin-right: -24px; } }
  @media screen and (min-width: 768px) {
    .application-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .application-list {
      margin-right: -24px; }
      .application-list .application-descr {
        margin-top: -16px; } }
  .application-elem {
    position: relative; }
    @media screen and (min-width: 768px) {
      .application-elem:first-child {
        width: calc(100% - 288px); } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .application-elem:first-child {
      width: calc(100% - 188px); }
      .application-elem:first-child + .application-elem {
        margin-left: auto; } }
    @media screen and (max-width: 767px) {
      .application-elem:not(:last-child) {
        margin-bottom: 37px; }
      .application-elem .but_round {
        margin-left: 0; } }
    @media screen and (min-width: 1025px) {
      .application-elem.has_line:before {
        content: "";
        position: absolute;
        right: calc(100% + 110px);
        top: 40px;
        display: block;
        width: 130px;
        height: 6px;
        background: -o-radial-gradient(100% 0%, 97.12% 256.02%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%);
        background: radial-gradient(97.12% 256.02% at 100% 0%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%); } }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .application-elem.has_line:before {
      right: calc(100% + 40px);
      width: 60px; } }
    .application-elem .application-submit {
      margin-top: 0; }
    @media screen and (max-width: 1024px) {
      .application-elem .but_round .go {
        width: 23px;
        height: 20px;
        margin: 0 0 0 11px; } }
  .application-elem__title {
    font-weight: 500;
    font-size: 78px;
    line-height: 93px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
            font-feature-settings: 'pnum' on, 'lnum' on, 'case' on; }
    @media (max-width: 1199px) {
      .application-elem__title {
        font-size: 42px;
        line-height: 47px; } }
    @media screen and (max-width: 767px) {
      .application-elem__title {
        font-size: 26px;
        line-height: 31px; } }
  .application .but_round {
    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;
    background: none;
    position: relative;
    width: 244px;
    height: 244px;
    margin: 0 auto;
    background: transparent;
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .application .but_round:hover .go:after,
      .application .but_round:hover .ring:after {
        opacity: 1; } }
    @media screen and (max-width: 1024px) {
      .application .but_round {
        width: 124px;
        height: 124px; } }
    @media screen and (max-width: 767px) {
      .application .but_round {
        width: 115px;
        height: 115px; } }
    .application .but_round[disabled] {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      pointer-events: none; }
    .application .but_round .go {
      display: block;
      width: 46px;
      height: 40px;
      margin: 0px 0 0 13px;
      background: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/go.svg") no-repeat center;
      background-size: contain;
      z-index: 2;
      position: relative; }
      .application .but_round .go:after {
        background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/go-hover.svg"); }
    .application .but_round .ring {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      background: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/ring.svg") no-repeat center;
      background-size: contain;
      z-index: 1; }
      .application .but_round .ring:after {
        background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/ring-hover.svg"); }
    .application .but_round .go:after,
    .application .but_round .ring:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-transition: opacity .2s ease-out;
      -o-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out;
      opacity: 0; }
    .application .but_round:not([disabled]) .ring {
      -webkit-animation: rotating 35s linear infinite;
              animation: rotating 35s linear infinite; }

sup.required {
  font-size: 31px;
  line-height: 1px;
  color: #9399A4;
  position: relative;
  top: -21px;
  left: 11px; }
  @media screen and (max-width: 1024px) {
    sup.required {
      font-size: 21px;
      top: -17px; } }
  @media screen and (max-width: 767px) {
    sup.required {
      font-size: 15px;
      left: 6px;
      top: -2px; } }

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

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

@media screen and (min-width: 1025px) {
  .application-name {
    margin-top: 98px; }
    .application-name:before {
      content: "";
      position: absolute;
      left: 0;
      top: 212px;
      display: block;
      width: 130px;
      height: 6px;
      background: -o-radial-gradient(100% 0%, 97.12% 256.02%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%);
      background: radial-gradient(97.12% 256.02% at 100% 0%, #0F65A4 0%, #019681 41.68%, #38A14C 84.56%); } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .application {
    margin: 0 auto;
    padding: 23px 40px 80px; }
    .application .container {
      padding: 0; }
    .application__title {
      font-size: 74px;
      line-height: 79px;
      letter-spacing: -2px;
      margin: 0 0 34px; }
    .application section:not(:last-child) {
      margin-bottom: 44px;
      padding-bottom: 35px; }
    .application__fill {
      font-size: 20px;
      line-height: 25px; }
    .application-name {
      margin-top: 68px; }
    .application__label {
      font-size: 42px;
      line-height: 55px;
      margin-bottom: 7px; }
      .application__label span {
        font-size: 20px; }
    .application__input {
      font-size: 42px;
      line-height: 55px;
      margin-top: 0px; }
      .application__input::-webkit-input-placeholder {
        color: #9399A4;
        font-size: 42px; }
      .application__input:-moz-placeholder {
        color: #9399A4;
        font-size: 42px; }
      .application__input::-moz-placeholder {
        color: #9399A4;
        font-size: 42px; }
      .application__input:-ms-input-placeholder {
        color: #9399A4;
        font-size: 42px; }
    .application__textarea {
      height: 42px;
      font-size: 35px;
      line-height: 49px; }
      .application__textarea::-webkit-input-placeholder {
        color: #9399A4;
        font-size: 42px; }
      .application__textarea:-moz-placeholder {
        color: #9399A4;
        font-size: 42px; }
      .application__textarea::-moz-placeholder {
        color: #9399A4;
        font-size: 42px; }
      .application__textarea:-ms-input-placeholder {
        color: #9399A4;
        font-size: 42px; }
    .application .label-error {
      font-size: 12px;
      line-height: 18px;
      width: 250px;
      top: 8px; }
    .application-type__list {
      margin-top: 12px; }
    .application li {
      margin: 0 10px 10px 0; }
    .application-descr .application__label {
      line-height: 42px; }
    .application-upload {
      margin-top: 30px; }
    .application .fieldset-file__start {
      padding: 0; }
    .application__agree {
      margin-top: 55px; }
    .application-descr-col {
      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: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .application-submit {
      margin: 0 0 5px auto; }
    .application .but_round {
      width: 124px;
      height: 124px;
      margin: 0 auto; }
      .application .but_round .go {
        display: block;
        width: 24px;
        height: 20px;
        margin: 0px 0 0 13px; } }

@media (max-width: 1023px) {
  .application section:not(:last-child) {
    margin-bottom: 38px;
    padding-bottom: 36px; }
  .application-name {
    margin-top: 68px; }
  .application__label {
    font-size: 35px;
    line-height: 49px;
    margin-bottom: 0; }
    .application__label span {
      font-size: 20px; }
  .application__input {
    font-size: 35px;
    line-height: 49px;
    margin-top: 0px; }
    .application__input::-webkit-input-placeholder {
      color: #9399A4;
      font-size: 35px; }
    .application__input:-moz-placeholder {
      color: #9399A4;
      font-size: 35px; }
    .application__input::-moz-placeholder {
      color: #9399A4;
      font-size: 35px; }
    .application__input:-ms-input-placeholder {
      color: #9399A4;
      font-size: 35px; }
  .application__textarea {
    height: 60px;
    min-height: 60px;
    font-size: 35px;
    line-height: 49px; }
    .application__textarea::-webkit-input-placeholder {
      color: #9399A4;
      font-size: 35px; }
    .application__textarea:-moz-placeholder {
      color: #9399A4;
      font-size: 35px; }
    .application__textarea::-moz-placeholder {
      color: #9399A4;
      font-size: 35px; }
    .application__textarea:-ms-input-placeholder {
      color: #9399A4;
      font-size: 35px; }
  .application .label-error {
    font-size: 12px;
    line-height: 18px;
    width: 250px;
    top: 8px; } }

@media screen and (max-width: 767px) {
  .application {
    padding: 27px 0 57px; }
    .application__title {
      font-size: 35px;
      line-height: 38px;
      margin: 0 0 15px;
      letter-spacing: 0px; }
    .application section:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 15px; }
    .application__fill {
      font-size: 14px;
      line-height: 18px; }
    .application-name {
      margin-top: 30px; }
    .application__label {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.5px;
      margin-bottom: -5px; }
      .application__label span {
        font-size: 12px; }
      .application__label i {
        display: none; }
    .application__input {
      font-size: 16px;
      line-height: 22px;
      width: 100%; }
      .application__input::-webkit-input-placeholder {
        color: #9399A4;
        font-size: 16px; }
      .application__input:-moz-placeholder {
        color: #9399A4;
        font-size: 16px; }
      .application__input::-moz-placeholder {
        color: #9399A4;
        font-size: 16px; }
      .application__input:-ms-input-placeholder {
        color: #9399A4;
        font-size: 16px; }
    .application__textarea {
      height: 30px;
      min-height: 30px;
      font-size: 16px;
      line-height: 22px;
      line-height: 1; }
      .application__textarea::-webkit-input-placeholder {
        color: #9399A4;
        font-size: 16px; }
      .application__textarea:-moz-placeholder {
        color: #9399A4;
        font-size: 16px; }
      .application__textarea::-moz-placeholder {
        color: #9399A4;
        font-size: 16px; }
      .application__textarea:-ms-input-placeholder {
        color: #9399A4;
        font-size: 16px; }
      .application__textarea + .label-error {
        margin-top: -13px; }
    .application-type__list {
      margin-top: 25px; }
    .application li {
      margin: 0 8px 8px 0; }
    .application-descr .application__label {
      line-height: normal;
      margin-bottom: 5px; }
    .application-upload {
      margin-top: 5px; }
    .application .fieldset-file__start {
      padding: 0; }
    .application__agree {
      font-size: 11px;
      line-height: 1.5;
      margin-top: 34px; }
    .application-submit {
      margin: 0; }
    .application .but_round {
      width: 115px;
      height: 115px;
      margin: 5px 0 0; }
      .application .but_round .go {
        display: block;
        width: 24px;
        height: 20px;
        margin: 0 0 0 13px; }
    .application .label-error {
      position: relative;
      right: auto;
      top: 0;
      font-size: 12px;
      line-height: 142%;
      width: auto;
      display: block; } }

.hidden_input {
  opacity: 0;
  visibility: hidden;
  position: absolute; }

.checkbox-button {
  -webkit-tap-highlight-color: transparent;
  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;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 50px; }
  @media screen and (max-width: 1024px) {
    .checkbox-button {
      height: 45px; } }
  @media screen and (max-width: 767px) {
    .checkbox-button {
      height: 38px; } }
  @media screen and (min-width: 1025px) {
    .checkbox-button:hover .checkbox-button__title {
      background: #C9CCD1; } }
  .checkbox-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
    .checkbox-button input:checked + .checkbox-button__title {
      color: #fff;
      background-color: #09101B;
      padding-right: 40px; }
      @media screen and (max-width: 1024px) {
        .checkbox-button input:checked + .checkbox-button__title {
          padding-right: 35px; } }
      @media screen and (max-width: 767px) {
        .checkbox-button input:checked + .checkbox-button__title {
          padding-right: 30px; } }
      .checkbox-button input:checked + .checkbox-button__title:after {
        opacity: 1; }
  .checkbox-button__title {
    border-radius: 25px;
    padding: 13px 27px;
    font-size: 17.85px;
    font-weight: 500;
    background: #E9EBED;
    color: #09101B;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .checkbox-button__title {
        padding: 10px 20px;
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .checkbox-button__title {
        padding: 10.5px 16px;
        font-size: 12px; } }
    .checkbox-button__title:after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      right: 22px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/x.svg") no-repeat center;
      background-size: contain;
      opacity: 0; }
      @media screen and (max-width: 1024px) {
        .checkbox-button__title:after {
          right: 19px; } }
      @media screen and (max-width: 767px) {
        .checkbox-button__title:after {
          right: 14px; } }

.fieldset-file {
  position: relative; }
  .fieldset-file.is-error .fieldset-file__start {
    border-color: red; }
  .fieldset-file .icon-plus {
    width: 20px;
    height: 20px; }
  .fieldset-file .js-uploadErrorText {
    display: none; }
  .fieldset-file.is_error .js-uploadErrorText {
    display: block; }
  .fieldset-file__start {
    display: inline-block;
      display-position: relative;
      display-margin: 0;
      display-padding: 0;
      display-cursor: pointer;
      display-user-select: none; }
  .fieldset-file-info {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer; }
  .fieldset-file__title {
    font-size: 16px;
    line-height: 24px;
    color: #09101B;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 19px; }
  .fieldset-file__types {
    font-size: 20px;
    color: #A3A3A3;
    margin-top: 10px; }
  .fieldset-file__add {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #38A14C;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
    .fieldset-file__add:hover {
      background: #019681; }
    .fieldset-file__add span {
      line-height: 0; }
    .fieldset-file__add .icon {
      line-height: 0;
      width: 16px;
      height: 16px; }
  .fieldset-file__input {
    position: absolute;
    top: 0;
    left: -200%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .fieldset-file__active-load {
    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;
    font-size: 23px;
    color: #000;
    margin-top: 18px;
    background: #fff; }
  .fieldset-file__active-reset {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9399A4;
    max-width: 370px;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .fieldset-file__active-reset:hover {
      background: #EB5757; }
    .fieldset-file__active-reset::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/svg/remove.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  .fieldset-file__error {
    font-size: 20px;
    padding-left: 21px;
    padding-top: 6px;
    color: red; }
  .fieldset-file__active-name {
    font-size: 16px;
    line-height: 24px;
    color: #09101B;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 19px;
    max-width: 370px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .fieldset-file__active-name .gray {
      color: #9399A4; }

.inputFile {
  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;
  width: 100%;
  max-width: 300px; }
  .inputFile > input[type="file"] {
    display: none; }
  .inputFile label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 45px;
    padding: 8;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .inputFile label .inputFile__group {
      width: 100%;
      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; }
    .inputFile label span._button {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 45px;
      border: 0px solid transparent;
      padding: 0 18px; }
    .inputFile label span._text {
      padding-left: 8px;
      width: 100%;
      display: block;
      padding-right: 15px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-word;
      white-space: nowrap; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fieldset-file {
    margin-bottom: 30px; }
    .fieldset-file__title {
      font-size: 16px; }
    .fieldset-file__types {
      font-size: 14px; }
    .fieldset-file__active-load {
      font-size: 16px;
      margin-top: 28px; }
    .fieldset-file__active-reset {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48px;
          -ms-flex: 0 0 48px;
              flex: 0 0 48px;
      width: 48px;
      height: 48px; }
    .fieldset-file__add {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48px;
          -ms-flex: 0 0 48px;
              flex: 0 0 48px;
      width: 48px;
      height: 48px; }
    .fieldset-file__active-name {
      max-width: 34 0px; } }

@media screen and (max-width: 767px) {
  .fieldset-file {
    margin-bottom: 30px; }
    .fieldset-file__start {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto !important; }
      .fieldset-file__start.is-error {
        margin-bottom: 20px; }
    .fieldset-file__add {
      position: relative;
      right: auto;
      top: auto;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30px;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      width: 30px;
      height: 30px; }
      .fieldset-file__add .icon {
        width: 9px;
        height: 9px; }
    .fieldset-file-info {
      max-width: 100%; }
    .fieldset-file__title {
      font-size: 12px;
      line-height: 1.5;
      margin-top: 3px;
      margin-left: 10px; }
    .fieldset-file__types {
      font-size: 12px; }
    .fieldset-file__active-load {
      font-size: 14px;
      margin-bottom: 10px; }
    .fieldset-file__active-reset {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30px;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      width: 30px;
      height: 30px; }
      .fieldset-file__active-reset:after {
        width: 9px;
        height: 9px; }
    .fieldset-file__active-name {
      font-size: 12px;
      line-height: 1.5;
      max-width: 240px;
      margin-left: 10px; } }

.page {
  padding-top: 65px;
  padding-bottom: 107px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .page {
      padding-bottom: 80px; } }
  @media screen and (max-width: 1024px) {
    .page {
      padding-top: 6px; }
      .page .company__paragraph {
        margin-top: 0; } }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .page {
    padding-top: 15px; } }
  @media screen and (max-width: 767px) {
    .page {
      padding-top: 35px;
      padding-bottom: 46px; } }
  .page .application {
    padding-bottom: 0; }
  .page .title {
    text-align: left;
    margin-bottom: 88px;
    letter-spacing: -2px; }
    @media screen and (min-width: 1025px) {
      .page .title.margin_middle {
        margin-bottom: 100px; } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .page .title.margin_middle {
      margin-bottom: 35px; } }
    @media screen and (max-width: 1024px) {
      .page .title {
        margin-bottom: 35px;
        letter-spacing: -1px; } }
    @media screen and (max-width: 767px) {
      .page .title {
        margin-bottom: 32px; } }
  .page-top:not(:last-child) {
    margin-bottom: 75px; }
    @media screen and (max-width: 1024px) {
      .page-top:not(:last-child) {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .page-top:not(:last-child) .company__paragraph {
        margin-bottom: 0; } }
  @media screen and (max-width: 1024px) {
    .page-head .company__paragraph {
      font-size: 26px;
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .page-head .company__paragraph {
      font-size: 14px;
      line-height: 18px; } }
  @media screen and (max-width: 1024px) {
    .page-head.page-head_tablet_small {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; } }
  .page-head:not(:last-child) {
    margin-bottom: 89px; }
    .page-head:not(:last-child).page-head_tablet_small {
      margin-bottom: 125px; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .page-head:not(:last-child).page-head_tablet_small {
    margin-bottom: 65px; } }
    @media screen and (max-width: 1024px) {
      .page-head:not(:last-child) {
        margin-bottom: 52px; }
        .page-head:not(:last-child).page-head_tablet_small {
          margin-bottom: 52px; } }
    @media screen and (max-width: 767px) {
      .page-head:not(:last-child) {
        margin-bottom: 34px; }
        .page-head:not(:last-child).page-head_tablet_small {
          margin-bottom: 34px; } }

.page-about {
  padding-bottom: 160px; }
  @media screen and (max-width: 1024px) {
    .page-about {
      padding-bottom: 95px; } }
  @media screen and (max-width: 767px) {
    .page-about {
      padding-bottom: 50px; } }

.page-promoNav__block {
  margin-top: 0; }
  @media (max-width: 1600px) {
    .page-promoNav__block {
      margin-left: calc((-100vw + 1424px) / 2);
      margin-right: calc((-100vw + 1424px) / 2); } }
  @media (max-width: 1448px) {
    .page-promoNav__block {
      margin-left: -64px;
      margin-right: -64px; } }
  @media (min-width: 1601px) {
    .page-promoNav__block {
      margin-left: -63px;
      margin-right: -63px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .page-promoNav__block {
      margin-left: -40px;
      margin-right: -40px; } }
  @media screen and (max-width: 1024px) {
    .page-promoNav__block {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .page-promoNav__block {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (min-width: 1025px) {
    .page-promoNav__block .promo-nav-row {
      min-height: 525px; } }
  @media (max-width: 1400px) {
    .page-promoNav__block .promo-nav-row {
      min-height: 385px; } }

.page-application .application {
  padding-top: 170px; }
  @media screen and (max-width: 1024px) {
    .page-application .application {
      padding-top: 70px; } }
  @media screen and (max-width: 767px) {
    .page-application .application {
      padding-top: 30px; }
      .page-application .application .but_round {
        margin-top: 0; } }

.button-tab {
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #9399A4;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
          font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
  color: #232B37;
  padding: 0 20px; }
  @media screen and (min-width: 1025px) {
    .button-tab:hover {
      background-color: #F2F2F2;
      border-color: #F2F2F2; } }
  @media screen and (max-width: 767px) {
    .button-tab {
      padding: 0 14px;
      height: 32px; } }
  .button-tab__text {
    width: 100%;
    height: 100%;
    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;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .button-tab__text {
        font-size: 11px; } }
    .button-tab__text span {
      color: #9399A4;
      padding-left: 8px; }
      @media screen and (max-width: 767px) {
        .button-tab__text span {
          padding-left: 5px; } }

.icon-arrow-right {
  width: 21px;
  height: 18px; }

.icon-letter {
  width: 24px;
  height: 20px; }

.icon-percent {
  width: 24px;
  height: 24px; }

.icon-link-arrow {
  width: 15px;
  height: 15px;
  fill: none; }

.icon-award {
  width: 18px;
  height: 18px; }

.info-box {
  padding: 40px;
  background-color: #F2F2F2; }
  .info-box + .info-box {
    margin-top: 16px; }
    @media screen and (max-width: 1024px) {
      .info-box + .info-box {
        margin-top: 10px; } }
  @media screen and (max-width: 1024px) {
    .info-box {
      padding: 30px 40px; } }
  @media screen and (max-width: 767px) {
    .info-box {
      padding: 30px 20px 24px; } }
  @media screen and (min-width: 768px) {
    .info-box__content {
      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; } }
  .info-box__icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #38A14C;
    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;
    color: #fff; }
    @media screen and (max-width: 1024px) {
      .info-box__icon {
        width: 65px;
        height: 65px; }
        .info-box__icon .icon-letter {
          width: 17px;
          height: 14px; }
        .info-box__icon .icon-percent {
          width: 16px;
          height: 16px; } }
    @media screen and (max-width: 767px) {
      .info-box__icon {
        width: 57px;
        height: 57px; }
        .info-box__icon:not(:last-child) {
          margin-bottom: 23px; } }
    @media screen and (min-width: 768px) {
      .info-box__icon + .info-box__text {
        width: calc(100% - 200px);
        margin-left: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .info-box__icon + .info-box__text {
      width: calc(100% - 105px); } }
  .info-box__text {
    font-size: 24px;
    line-height: 32px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
            font-feature-settings: 'pnum' on, 'lnum' on, 'case' on; }
    .info-box__text p {
      margin-bottom: 0;
      font-size: inherit;
      line-height: inherit; }
    @media screen and (max-width: 1024px) {
      .info-box__text {
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (max-width: 767px) {
      .info-box__text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.01em;
        padding-right: 20px; } }

@media screen and (min-width: 1025px) {
  .vacancy-page .article-content {
    margin-top: 79px; }
    .vacancy-page .article-content ul:not([class]) li:not(:last-child) {
      margin-bottom: 16px; } }

@media screen and (min-width: 1025px) {
  .vacancy-response .application-descr-row {
    padding-left: 8px; }
    .vacancy-response .application-descr-row .application__label {
      padding-top: 8px; }
  .vacancy-response .application__label + .application-upload {
    margin-top: 81px; }
  .vacancy-response .application__agree {
    margin-top: 99px; } }

@media (min-width: 1400px) {
  .vacancy-response .application-submit {
    position: relative;
    left: 45px;
    margin-top: 108px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vacancy-response .application {
    max-width: 100%; }
    .vacancy-response .application section:not(:last-child) {
      padding-bottom: 43px; }
  .vacancy-response .application-descr-row .application__label {
    padding-top: 4px; }
  .vacancy-response .application__label + .application-upload {
    margin-top: 53px; }
  .vacancy-response .application-form-content {
    padding: 0 42px; }
  .vacancy-response .application__label {
    letter-spacing: 0; }
  .vacancy-response .fieldset-file__title {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.04em; }
  .vacancy-response .application__agree {
    margin-top: 37px; }
  .vacancy-response .application-submit {
    margin-right: 5px; } }

@media screen and (max-width: 767px) {
  .vacancy-response .application section:not(:last-child) {
    padding-bottom: 29px; }
  .vacancy-response .application-descr-row .application__label:first-child {
    margin-top: -3px; }
  .vacancy-response .fieldset-file__title {
    font-size: 10px;
    letter-spacing: 0.04em; }
  .vacancy-response .application__label + .application-upload {
    margin-top: 19px; }
  .vacancy-response .application-submit {
    padding-top: 6px; }
  .vacancy-response .application__agree br {
    display: none; }
  .vacancy-response .application__fill {
    font-size: 12px;
    line-height: 16px; }
  .vacancy-response .application__title {
    margin-bottom: 18px; } }

.page-error-404 {
  padding: 0; }

.page404 {
  height: 100vh;
  padding: 0;
  margin: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .page404__header {
    width: 100%; }
  .page404__main {
    margin-bottom: 18px; }
  .page404__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
    margin-left: 95px; }
    @media screen and (max-width: 1024px) {
      .page404__logo {
        margin-top: 31px;
        margin-left: 41px; } }
    @media screen and (max-width: 767px) {
      .page404__logo {
        margin-top: 20px;
        margin-left: 16px; } }
  .page404__illustation {
    margin-left: 11px;
    margin-top: 37px; }
    .page404__illustation img {
      display: block; }
    @media screen and (max-width: 1024px) {
      .page404__illustation {
        width: 501px;
        height: 187px;
        margin-left: 3px;
        margin-top: 57px; } }
    @media screen and (max-width: 767px) {
      .page404__illustation {
        width: 237px;
        height: 108px;
        margin-top: 0; } }
  .page404__title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    max-width: 379px;
    margin: auto;
    padding-top: 43px;
    padding-left: 8px;
    padding-bottom: 54px;
    color: #0E233A; }
    @media screen and (max-width: 767px) {
      .page404__title {
        font-size: 12px;
        line-height: 16px;
        max-width: 200px;
        padding-top: 0;
        padding-bottom: 25px;
        padding-left: 0; } }
  .page404__button {
    font-size: 14px;
    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; }
    .page404__button .but {
      max-width: 174px; }
      @media screen and (max-width: 1024px) {
        .page404__button .but {
          max-width: 186px; } }
      @media screen and (max-width: 767px) {
        .page404__button .but {
          max-width: 160px; }
          .page404__button .but span {
            font-size: 12px;
            line-height: 19px;
            height: 29px; } }
  .page404__footer {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 49px;
    margin-left: 10px;
    color: #0E233A;
    opacity: 0.6; }
    @media screen and (max-width: 1024px) {
      .page404__footer {
        margin-bottom: 27px;
        margin-left: 2px; } }
    @media screen and (max-width: 767px) {
      .page404__footer {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px; } }

.application-sent-page {
  padding-top: 0; }

.application-sent__back {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/golf.webp");
  padding: 0; }
  @media screen and (max-width: 1024px) {
    .application-sent__back {
      background-position: 57%; } }

.application-sent__close {
  position: absolute;
  right: 75px;
  top: 75px;
  z-index: 3;
  cursor: pointer;
  line-height: 0;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  -o-transition: transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0); }
  .application-sent__close .icon {
    width: 42px;
    height: 42px; }
  .application-sent__close:hover {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .application-sent__close {
      right: 55px;
      top: 55px; }
      .application-sent__close .icon {
        width: 36px;
        height: 36px; } }
  @media screen and (max-width: 767px) {
    .application-sent__close {
      right: 20px;
      top: 25px; }
      .application-sent__close .icon {
        width: 18px;
        height: 18px; } }

.application-sent__flex {
  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;
  min-height: 340px; }
  @media screen and (min-width: 1025px) {
    .application-sent__flex {
      height: 100vh;
      padding: 64px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .application-sent__flex {
      padding: 55px 0;
      height: calc(100vh - 64px); } }
  @media screen and (max-width: 767px) {
    .application-sent__flex {
      padding: 20px 0;
      height: calc(100vh - 56px); }
      @supports (-webkit-touch-callout: none) {
        .application-sent__flex {
          height: calc(100vh - 110px); } } }

.application-sent__text {
  width: 710px;
  z-index: 1; }
  @media (max-width: 1440px) {
    .application-sent__text {
      width: 500px; } }
  @media screen and (max-width: 1024px) {
    .application-sent__text {
      width: 100%; } }

.application-sent__title {
  font-size: 108px;
  line-height: 108px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
  color: #fff; }
  @media screen and (min-width: 1025px) {
    .application-sent__title {
      letter-spacing: -2.4px; } }
  @media (max-width: 1440px) {
    .application-sent__title {
      font-size: 74px;
      line-height: 79px; } }
  @media screen and (max-width: 1024px) {
    .application-sent__title {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .application-sent__title {
      font-size: 28px;
      line-height: 32px; } }
  .application-sent__title span {
    display: block; }
    @media screen and (min-width: 1025px) {
      .application-sent__title span {
        padding-top: 5px; } }

.application-sent__top {
  max-width: 360px;
  font-size: 24px;
  line-height: 33px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
          font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .application-sent__top {
      font-size: 13px;
      line-height: 17px; } }

.application-sent__bottom {
  max-width: 360px;
  font-size: 24px;
  line-height: 33px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
          font-feature-settings: 'pnum' on, 'lnum' on, 'case' on;
  margin-left: 18%;
  margin-bottom: 145px; }
  @media screen and (max-width: 1024px) {
    .application-sent__bottom {
      margin-left: 85px;
      margin-bottom: 80px;
      font-size: 20px;
      line-height: 25px; } }
  @media screen and (max-width: 767px) {
    .application-sent__bottom {
      margin-left: 30px;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 50px; } }

@media screen and (min-width: 1025px) {
  .application-sent__image {
    margin-left: auto;
    width: calc(100% - 680px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: bottom;
    -webkit-align-items: bottom;
        -ms-flex-align: bottom;
            align-items: bottom;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0; } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .application-sent__image {
      width: calc(100% - 500px); } }

@media screen and (max-width: 1024px) {
  .application-sent__image {
    height: auto;
    padding-bottom: 62%;
    position: relative; }
    .application-sent__image img {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; } }

@media screen and (max-width: 767px) {
  .application-sent__image {
    padding-bottom: 82%;
    margin-left: -16px;
    margin-right: -16px; } }

.application-sent__image img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.partner-info {
  text-align: center; }
  .partner-info__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;
    width: 100%; }
  .partner-info__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .partner-info__title {
        font-size: 20px;
        line-height: 25px;
        padding-top: 6px; } }
    .partner-info__title:not(:last-child) {
      margin-bottom: 16px; }
      @media screen and (max-width: 1024px) {
        .partner-info__title:not(:last-child) {
          margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .partner-info__title {
        font-size: 14px;
        line-height: 16px;
        padding-top: 11px; } }
  .partner-info__elem {
    width: 360px;
    height: 360px;
    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;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 60px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .partner-info__elem {
        width: 229px;
        height: 229px;
        padding: 20px 20px; } }
    @media screen and (max-width: 767px) {
      .partner-info__elem {
        width: 144px;
        height: 144px;
        padding: 5px; } }
    .partner-info__elem:first-child {
      margin-right: -1px;
      background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/circle-1.svg"); }
    .partner-info__elem:nth-child(2) {
      background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/circle-2.svg"); }
      @media screen and (min-width: 768px) {
        .partner-info__elem:nth-child(2) {
          margin-left: -1px; } }
    .partner-info__elem p {
      color: #9399A4;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.01em; }
      @media screen and (max-width: 1024px) {
        .partner-info__elem p {
          font-size: 14px;
          line-height: 18px; } }
      @media screen and (max-width: 767px) {
        .partner-info__elem p {
          font-size: 12px;
          line-height: 16px; } }

@media screen and (min-width: 1025px) {
  .partners-page .company-cards {
    margin-top: 63px; }
  .partners-page .projects {
    margin-top: 155px; } }

.partners-page .company-advantages__title {
  letter-spacing: 0.04em; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partners-page .title {
    font-size: 74px;
    line-height: 79px; }
  .partners-page .company .title {
    margin-bottom: 50px; }
  .partners-page .areas {
    padding-top: 87px;
    padding-left: 97px;
    padding-right: 97px; }
  .partners-page .areas__text {
    font-size: 14px;
    line-height: 150%; }
  .partners-page .areas__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 36px; }
  .partners-page .company-cards {
    margin-top: 53px; }
  .partners-page .company-cards__title {
    font-size: 42px;
    line-height: 46px; }
  .partners-page .company-cards-col {
    margin-top: 0; }
  .partners-page .company-cards__text {
    min-height: 42px; }
  .partners-page .company-block__title {
    font-size: 26px;
    line-height: 32px; }
  .partners-page .company-block {
    padding-top: 87px; }
  .partners-page .company-advantages__title {
    padding-left: 75px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 16px; }
  .partners-page .company-advantages__item {
    margin-top: 33px; }
  .partners-page .company-advantages__text {
    font-size: 14px;
    line-height: 20px; }
  .partners-page .areas {
    padding-bottom: 88px; }
  .partners-page .projects__title {
    font-size: 26px;
    line-height: 32px; }
  .partners-page .projects {
    padding-left: 98px;
    padding-right: 98px;
    padding-top: 91px;
    padding-bottom: 100px; }
  .partners-page .projects__icon {
    width: 38px;
    height: 38px; }
  .partners-page .projects-card .projects__link {
    margin-top: 36px; }
  .partners-page .projects__link a {
    font-size: 12px;
    line-height: 24px; } }

@media screen and (max-width: 767px) {
  .partners-page .title {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -0.01em;
    margin-bottom: 32px; }
  .partners-page .areas__title {
    font-size: 14px;
    line-height: 18px; }
  .partners-page .areas__text {
    font-size: 12px;
    line-height: 16px; }
  .partners-page .company-cards-col {
    width: calc(50% - 8px);
    padding: 0;
    margin-top: 0; }
    .partners-page .company-cards-col:nth-child(2n) {
      margin-left: 16px; }
  .partners-page .row {
    margin: 0; }
  .partners-page .footer .row {
    margin-left: -8px;
    margin-right: -8px; }
  .partners-page .company-cards__title {
    font-size: 30px;
    line-height: 36px; }
  .partners-page .company-cards__item {
    padding: 11px 15px; }
  .partners-page .company-block__title {
    font-size: 18px;
    line-height: 24px; }
  .partners-page .company-advantages__item {
    margin-top: 19px; }
  .partners-page .company-advantages__text {
    font-size: 12px;
    line-height: 16px; }
  .partners-page .projects__title {
    font-size: 18px;
    line-height: 24px; }
  .partners-page .projects__icon {
    width: 30px;
    height: 30px; }
    .partners-page .projects__icon .icon-more {
      width: 10px;
      height: 10px; }
  .partners-page .projects__link a {
    font-size: 10px;
    line-height: 24px; }
  .partners-page .company {
    padding-top: 35px; }
  .partners-page .company-cards {
    margin-top: 33px; }
  .partners-page .company-cards__text {
    font-size: 12px;
    line-height: 16px;
    min-height: 30px; }
  .partners-page .company-block {
    margin-top: 38px;
    padding-top: 33px; }
  .partners-page .company-advantages__title {
    padding-left: 28px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 15px; }
  .partners-page .areas {
    padding-bottom: 43px; }
  .partners-page .projects {
    padding-top: 37px; }
  .partners-page .projects-card .projects__link {
    margin-top: 22px; } }

.contact-map {
  height: 456px;
  background: #f1f1f1;
  margin-top: 103px;
  margin-bottom: 60px; }
  .contact-map__area {
    width: 100%;
    height: 100%;
    outline: none; }
  @media screen and (max-width: 1024px) {
    .contact-map {
      margin-top: 0;
      margin-bottom: 40px;
      height: 314px; } }
  @media screen and (max-width: 767px) {
    .contact-map {
      height: 363px;
      margin-bottom: 10px; } }

.contact-elem {
  padding: 68px 0px 60px;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .contact-elem:not(:last-child) {
    border-bottom: 1px solid #E9E9E9; }
  .contact-elem:last-child {
    padding-bottom: 0; }
  .contact-elem__title {
    width: 32.333%;
    font-weight: 500;
    font-size: 44px;
    line-height: 1; }
  .contact-elem__location {
    width: calc(67.666% - 320px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact-elem__clock {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #9399A4;
    border-radius: 50%; }
  .contact-elem__address {
    width: calc(100% - 52px);
    color: #9399A4;
    padding-left: 40px; }
    .contact-elem__address b {
      color: #09101B;
      font-weight: 500;
      display: block; }
  .contact-elem__street {
    display: block;
    max-width: 425px; }
  .contact-elem__info {
    width: 320px;
    font-weight: 500; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .contact-elem__clock {
      display: block;
      border-width: 1px; }
      .contact-elem__clock .clock {
        margin: -7px 0 0 -8px;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); } }
  @media screen and (max-width: 1024px) {
    .contact-elem {
      font-size: 14px;
      line-height: 20px;
      padding: 35px 0; }
      .contact-elem__title {
        width: 34%;
        font-size: 24px; }
      .contact-elem__location {
        width: calc(66% - 180px); }
      .contact-elem__clock {
        width: 35px;
        height: 35px; }
      .contact-elem__address {
        width: calc(100% - 35px);
        color: rgba(0, 0, 0, 0.7);
        padding-left: 22px; }
        .contact-elem__address b {
          margin-bottom: 2px; }
      .contact-elem__street {
        max-width: 170px; }
      .contact-elem__info {
        width: 180px;
        font-weight: 400; }
      .contact-elem__mail {
        margin-top: 5px; } }
  @media screen and (max-width: 767px) {
    .contact-elem {
      padding: 25px 0;
      position: relative;
      display: block; }
      .contact-elem__title {
        width: 100%;
        font-size: 20px;
        margin: 0 0 10px; }
      .contact-elem__location, .contact-elem__info {
        width: 100%; }
      .contact-elem__location {
        margin-bottom: 10px; }
      .contact-elem__address {
        width: 100%;
        padding-left: 0; }
      .contact-elem__street {
        max-width: 250px; }
      .contact-elem__clock {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 25px;
        right: 0;
        border-width: 1px; }
        .contact-elem__clock .clock {
          margin-top: -1px;
          margin-left: -1px; } }

.contact-messenger {
  font-weight: normal;
  color: #9399A4; }
  .contact-messenger:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin: 0 11px;
    background: #9399A4;
    border-radius: 50%; }
  @media screen and (max-width: 1024px) {
    .contact-messenger {
      margin-left: 10px; }
      .contact-messenger:before {
        display: none; } }

.contact-mail {
  color: #38A14C; }
  @media screen and (max-width: 1024px) {
    .contact-mail {
      color: #77829E; } }

.contact-phone:hover, .contact-mail:hover {
  color: #019681; }

.contact-route .icon {
  width: 16px;
  height: 16px;
  fill: none;
  margin-bottom: -1px; }
  @media screen and (max-width: 1024px) {
    .contact-route .icon {
      width: 10px;
      height: 10px; } }

.contact-route__link {
  color: #019681; }

.contact-clock .clock {
  position: relative;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contact-clock .clock .hand {
    height: 2px;
    position: absolute;
    top: 23.5px;
    background-color: #9399A4;
    border-radius: 3px;
    -webkit-transform-origin: right 1px;
        -ms-transform-origin: right 1px;
            transform-origin: right 1px;
    -webkit-transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s;
    -o-transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s;
    transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s; }
    .contact-clock .clock .hand.seconds {
      display: none;
      width: 45%;
      left: 5%;
      opacity: 0.25; }
    .contact-clock .clock .hand.minutes {
      width: 35%;
      left: 15%; }
    .contact-clock .clock .hand.hours {
      width: 25%;
      left: 25%; }
  .contact-clock .clock .hand-cap {
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #9399A4;
    border-radius: 100%; }
  .contact-clock .clock label {
    display: block;
    width: 100%;
    position: absolute;
    top: -8px;
    left: 0;
    font-family: sans-serif;
    font-weight: 200;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0.5; }

@media screen and (max-width: 767px) {
  .contact-clock .clock {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .contact-clock .clock .hand {
      height: 2px;
      position: absolute;
      top: 15px;
      background-color: #9399A4;
      border-radius: 3px;
      -webkit-transform-origin: right 1px;
          -ms-transform-origin: right 1px;
              transform-origin: right 1px;
      -webkit-transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s;
      -o-transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s;
      transition: all 0.05s cubic-bezier(0, 0, 0.52, 2.51) 0s; }
      .contact-clock .clock .hand.seconds {
        display: none;
        width: 45%;
        left: 5%;
        opacity: 0.25; }
      .contact-clock .clock .hand.minutes {
        width: 35%;
        left: 15%; }
      .contact-clock .clock .hand.hours {
        width: 25%;
        left: 25%; } }

.map-marker {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative; }
  .map-marker:hover {
    z-index: 2; }
    .map-marker:hover .map-marker__label {
      opacity: 1;
      pointer-events: all; }
  .map-marker__icon {
    width: 32px;
    height: 32px;
    background: -o-linear-gradient(48.99deg, #0F65A4 5.23%, #28A1CE 23.04%, #019681 44.85%, #38A14C 67.11%, #A2C14B 86.25%);
    background: linear-gradient(41.01deg, #0F65A4 5.23%, #28A1CE 23.04%, #019681 44.85%, #38A14C 67.11%, #A2C14B 86.25%);
    border: 1px solid #FFFFFF;
    border-radius: 50%; }
  .map-marker__label {
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    color: #ffffff;
    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;
    background: #38A14C;
    border-radius: 40px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
  @media screen and (max-width: 1024px) {
    .map-marker {
      width: 24px;
      height: 24px; }
      .map-marker__icon {
        width: 24px;
        height: 24px; }
      .map-marker__label {
        height: 24px;
        font-size: 10px;
        padding: 0 12px; } }

.agency-page:not(.menu-on):not(.header-fixed) .header-top__logo,
.agency-page:not(.menu-on):not(.header-fixed) .header-bottom__logo {
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 767px) {
  .agency-page:not(.menu-on):not(.header-fixed) .header-top__logo,
  .agency-page:not(.menu-on):not(.header-fixed) .header-bottom__logo {
    display: none; } }

@media screen and (max-width: 767px) {
  .agency-page:not(.menu-on):not(.header-fixed) .header-agency__slogan {
    display: block; } }

.agency-page:not(.menu-on) .header__slogan {
  background: none;
  color: #000;
  -webkit-text-fill-color: inherit; }

.agency-page .title {
  text-align: left; }

.agency-page .best .title {
  text-align: center; }

@media screen and (min-width: 768px) {
  .agency-page .best .title {
    font-size: 55.5475px;
    line-height: 68px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .agency-page .best .title {
      font-size: 60px;
      line-height: 72px; } }

@media screen and (min-width: 1025px) {
  .agency-page .agency-solutions {
    padding: 103px 0 121px; } }

.agency-section:not(:last-child) {
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .agency-section:not(:last-child) {
      margin-bottom: 74px; } }
  @media screen and (max-width: 767px) {
    .agency-section:not(:last-child) {
      margin-bottom: 46px; } }

.agency-section + .cases {
  margin-top: 111px; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .agency-section + .cases {
    margin-top: 60px; } }
  @media screen and (max-width: 1024px) {
    .agency-section + .cases {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .agency-section + .cases {
      margin-top: 46px; } }

.agency-head {
  padding-top: 150px; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .agency-head {
    padding-top: 93px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .agency-head {
      padding-top: 78px;
      padding-left: 7px;
      padding-right: 7px; } }
  @media screen and (max-width: 767px) {
    .agency-head {
      padding-top: 46px; } }
  .agency-head:not(:last-child) {
    margin-bottom: 113px; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .agency-head:not(:last-child) {
    margin-bottom: 59px; } }
    @media screen and (max-width: 1024px) {
      .agency-head:not(:last-child) {
        margin-bottom: 70px; } }
    @media screen and (max-width: 767px) {
      .agency-head:not(:last-child) {
        margin-bottom: 43px; } }

.agency-head__logo {
  width: 100%; }
  .agency-head__logo img {
    width: 100%;
    vertical-align: bottom; }

@media screen and (min-width: 1025px) {
  .agency-promo.items_show .agency-promo__text {
    opacity: 0;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease; }
  .agency-promo.items_show .agency-promo__link {
    color: #CCCED1; }
    .agency-promo.items_show .agency-promo__link a.is_active {
      color: #09101B; } }

@media screen and (min-width: 768px) {
  .agency-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.agency__promo-animation {
  position: relative; }

.agency-promo__text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  @media screen and (min-width: 1025px) {
    .agency-promo__text {
      padding-top: 10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1400px) {
    .agency-promo__text {
      font-size: 17.348px;
      line-height: 26px;
      max-width: 350px; } }
  @media screen and (min-width: 768px) {
    .agency-promo__text {
      width: 380px;
      margin-right: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .agency-promo__text {
      width: 270px;
      font-size: 14px;
      line-height: 20px;
      padding-left: 10px;
      padding-top: 5px; } }
  @media screen and (min-width: 768px) {
      .agency-promo__text .agency-promo__links {
        width: calc(100% - 380px);
        max-width: 730px;
        margin-left: auto; } }
  @media screen and (max-width: 767px) {
    .agency-promo__text {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.01em;
      max-width: 245px; } }

@media screen and (min-width: 768px) {
  .agency-promo__links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding-left: 5px; } }

@media screen and (max-width: 767px) {
  .agency-promo__links:not(:last-child) {
    margin-bottom: 16px; } }

.agency-promo__link {
  font-weight: 500;
  font-size: 52px;
  line-height: 68px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #09101B;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .agency-promo__link {
    font-size: 44px;
    line-height: 59px; } }
  .agency-promo__link a {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit; }
  @media (min-width: 1400px) and (max-width: 1450px) {
    .agency-promo__link {
      font-size: 46px; } }
  @media (max-width: 1300px) {
    .agency-promo__link {
      font-size: 24px;
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .agency-promo__link {
      font-size: 20px;
      line-height: 30px; } }

.agency-services {
  padding-bottom: 155px; }
  @media screen and (max-width: 1024px) {
    .agency-services {
      padding-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    .agency-services {
      padding-bottom: 48px; } }
  .agency-services:not(:first-child) {
    padding-top: 137px; }
    @media screen and (max-width: 1024px) {
      .agency-services:not(:first-child) {
        padding-top: 107px; } }
    @media screen and (max-width: 767px) {
      .agency-services:not(:first-child) {
        padding-top: 53px; } }
  .agency-services__head {
    max-width: 600px; }
    @media screen and (max-width: 1024px) {
      .agency-services__head {
        max-width: 280px; } }
    .agency-services__head:not(:last-child) {
      margin-bottom: 147px; }
      @media screen and (max-width: 1024px) {
        .agency-services__head:not(:last-child) {
          margin-bottom: 74px; } }
      @media screen and (max-width: 767px) {
        .agency-services__head:not(:last-child) {
          margin-bottom: 34px; } }
    .agency-services__head .title {
      margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .agency-services__head-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }
  .agency-services__body {
    position: relative; }
    @media screen and (min-width: 1025px) {
      .agency-services__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  @media screen and (min-width: 1025px) {
    .agency-services__card {
      width: calc(100% - 376px); } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .agency-services__card {
      width: calc(100%); } }
  @media screen and (min-width: 1025px) {
    .agency-services__button {
      width: 355px;
      text-align: right;
      padding-right: 57px;
      margin-top: -11px; } }
  @media screen and (max-width: 767px) {
    .agency-services__button {
      padding-top: 33px; } }
  .agency-services__button .but {
    width: auto;
    display: inline-block; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .agency-services__button .but {
        position: absolute;
        bottom: calc(100% + 84px);
        right: 0; } }
    .agency-services__button .but span {
      padding-left: 46px;
      padding-right: 46px;
      text-transform: uppercase; }
      @media screen and (max-width: 1024px) {
        .agency-services__button .but span {
          padding-left: 34px;
          padding-right: 34px; } }
      @media screen and (max-width: 767px) {
        .agency-services__button .but span {
          font-size: 12px;
          padding-left: 25px;
          padding-right: 25px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .agency-services__button {
      display: none; } }

@media screen and (min-width: 1025px) {
  .link-arrow__box-tablet {
    display: none; } }

@media screen and (max-width: 1024px) {
  .link-arrow__box-tablet {
    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;
    margin-left: auto;
    padding-bottom: 75px; } }

@media screen and (max-width: 767px) {
  .link-arrow__box-tablet {
    display: none; } }

.agency-solutions {
  background-color: rgba(242, 242, 242, 0.3);
  padding: 112px 0;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .agency-solutions {
      padding: 64px 0 71px; } }
  @media screen and (max-width: 767px) {
    .agency-solutions {
      padding: 45px 0 50px; } }
  .agency-solutions + .best {
    margin-top: 0; }
  .agency-solutions + .services {
    margin-top: 60px; }
    @media screen and (max-width: 1024px) {
      .agency-solutions + .services {
        margin-top: 11px; } }
    @media screen and (max-width: 767px) {
      .agency-solutions + .services {
        margin-top: 15px; } }

.agency-automation {
  padding: 150px 0 202px; }
  @media screen and (max-width: 1024px) {
    .agency-automation {
      padding: 62px 0 166px; } }
  @media screen and (max-width: 767px) {
    .agency-automation {
      padding: 44px 0 50px; } }

.services-card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -89px; }
  @media screen and (max-width: 1024px) {
    .services-card__list {
      margin-bottom: -60px; } }
  @media screen and (max-width: 767px) {
    .services-card__list {
      margin-bottom: -37px; } }

.services-card__elem {
  width: calc(33.333333% - 40px);
  font-weight: bold;
  font-size: 29px;
  line-height: 38px;
  position: relative;
  padding-top: 24px;
  margin-bottom: 89px; }
  .services-card__elem span {
    color: #09101B; }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .services-card__elem {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.01em;
      margin-bottom: 60px; } }
  @media screen and (max-width: 1024px) {
    .services-card__elem {
      width: calc(33.333333% - 11px);
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.01em;
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .services-card__elem {
      width: calc(50% - 25px);
      font-size: 14px;
      line-height: 16px;
      padding-top: 12px;
      margin-bottom: 37px; } }
  .services-card__elem:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: currentColor; }
  @media screen and (min-width: 1025px) {
    .services-card__elem:nth-child(3n) {
      width: calc(33.333333% - 20px); } }
  @media screen and (min-width: 768px) {
    .services-card__elem:not(:nth-child(3n)) {
      margin-right: 50px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .services-card__elem:not(:nth-child(3n)) {
      margin-right: 16px; } }
  @media screen and (max-width: 767px) {
    .services-card__elem:not(:nth-child(2n)) {
      margin-right: 32px; } }

.solutions-image img {
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  .solutions-image:not(:last-child) {
    margin-bottom: 34px; } }

@media screen and (min-width: 768px) {
  .solutions {
    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; }
    .solutions-title {
      max-width: 395px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .solutions-title {
      max-width: 220px; } }

@media screen and (min-width: 768px) {
    .solutions-image {
      width: calc(100% - 750px); } }
    @media screen and (min-width: 768px) and (min-width: 1901px) {
      .solutions-image {
        padding-right: 128px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .solutions-image {
        width: calc(100% - 308px);
        padding-right: 60px; } }

@media screen and (min-width: 768px) {
      .solutions-image + .solutions-content {
        width: 500px;
        margin-left: 128px; } }
      @media screen and (min-width: 768px) and (min-width: 1901px) {
        .solutions-image + .solutions-content {
          margin-left: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .solutions-image + .solutions-content {
          width: 280px;
          margin-left: 0; } }

@media screen and (min-width: 768px) {
    .solutions-text {
      max-width: 440px; }
      .solutions-text:not(:last-child) {
        margin-bottom: 53px; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .solutions-text:not(:last-child) {
          margin-bottom: 22px; } }

.solutions-text p {
  font-size: 20px;
  line-height: 32px; }
  @media screen and (max-width: 1024px) {
    .solutions-text p {
      font-size: 14px;
      line-height: 20px; } }

@media screen and (max-width: 767px) {
  .solutions-text {
    padding-right: 30px; }
    .solutions-text:not(:last-child) {
      margin-bottom: 22px; } }

.solutions-button {
  display: inline-block; }
  @media screen and (max-width: 1024px) {
    .solutions-button .but span {
      text-transform: uppercase;
      font-weight: bold;
      padding-left: 30px;
      padding-right: 30px; } }

.solutions-title {
  font-weight: bold;
  font-size: 43px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #202020; }
  .solutions-title:not(:last-child) {
    margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .solutions-title {
      font-size: 22px;
      line-height: 27px; }
      .solutions-title:not(:last-child) {
        margin-bottom: 21px; } }
  @media screen and (max-width: 767px) {
    .solutions-title {
      font-size: 20px;
      line-height: 25px; }
      .solutions-title:not(:last-child) {
        margin-bottom: 10px; } }

.automation-head {
  max-width: 540px; }
  @media screen and (max-width: 1024px) {
    .automation-head {
      max-width: 290px; } }
  @media screen and (max-width: 767px) {
    .automation-head {
      padding-right: 50px; }
      .automation-head .title {
        margin-bottom: 25px; } }

@media screen and (min-width: 768px) {
  .automation-body {
    position: relative;
    padding-bottom: 44%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .automation-body {
      padding-bottom: 63.3%; } }

@media screen and (min-width: 768px) and (min-width: 1025px) {
  .automation .is_animate .elem_4,
  .automation .is_animate .elem_6,
  .automation .is_animate .automation-link .but {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .automation .is_animate .elem_9,
  .automation .is_animate .elem_1 {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .automation .is_animate .elem_4,
  .automation .is_animate .automation-link .but {
    -webkit-transform: translateX(-85.9%);
        -ms-transform: translateX(-85.9%);
            transform: translateX(-85.9%); }
  .automation .is_animate .elem_9,
  .automation .is_animate .elem_1 {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .automation .is_animate .elem_4,
  .automation .is_animate .automation-link .but {
    -webkit-transform: translateX(-86.5%);
        -ms-transform: translateX(-86.5%);
            transform: translateX(-86.5%); } }

@media screen and (min-width: 768px) {
  .automation-elem {
    border: 2px solid #0F65A4;
    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;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    width: 15.6%;
    height: 35.1%;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 10px;
    padding-left: 10px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .automation-elem {
      -webkit-transition: -webkit-transform .4s linear;
      transition: -webkit-transform .4s linear;
      -o-transition: transform .4s linear;
      transition: transform .4s linear;
      transition: transform .4s linear, -webkit-transform .4s linear; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .automation-elem {
      width: 21.05%;
      height: 33.3%; } }
  @media screen and (min-width: 768px) and (max-width: 1380px) {
    .automation-elem {
      font-size: 12px;
      line-height: 16px; } }

@media screen and (min-width: 768px) {
    .automation-elem.elem_1 {
      left: 5.6%;
      top: 36.6%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .automation-elem.elem_1 {
        -webkit-transition: -webkit-transform .8s linear;
        transition: -webkit-transform .8s linear;
        -o-transition: transform .8s linear;
        transition: transform .8s linear;
        transition: transform .8s linear, -webkit-transform .8s linear; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .automation-elem.elem_1 {
        left: 0.1%;
        top: 42.23%; } }

@media screen and (min-width: 768px) {
    .automation-elem.elem_2 {
      left: 21.2%;
      top: 1.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .automation-elem.elem_2 {
        top: 9%; } }

@media screen and (min-width: 768px) {
    .automation-elem.elem_3 {
      left: 36.8%;
      top: 1.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .automation-elem.elem_3 {
        left: 42.23%;
        top: 9%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .automation-elem.elem_3 {
        left: 42.23%; } }

@media screen and (min-width: 768px) {
    .automation-elem.elem_4 {
      left: 67.97%;
      top: 1.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .automation-elem.elem_4 {
        left: 81.4%;
        top: 9%; } }

@media screen and (min-width: 768px) {
    .automation-elem.elem_5 {
      left: 21.2%;
      top: 71.7%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .automation-elem.elem_5 {
        top: 75.5%; } }

@media screen and (min-width: 768px) {
    .automation-elem.elem_6 {
      left: 67.97%;
      top: 36.6%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .automation-elem.elem_6 {
        -webkit-transition: -webkit-transform .8s linear;
        transition: -webkit-transform .8s linear;
        -o-transition: transform .8s linear;
        transition: transform .8s linear;
        transition: transform .8s linear, -webkit-transform .8s linear; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
    .automation-elem.elem_6 {
      -webkit-transform: translateX(58px) !important;
          -ms-transform: translateX(58px) !important;
              transform: translateX(58px) !important; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .automation-elem.elem_6 {
      -webkit-transform: translateX(42.5px) !important;
          -ms-transform: translateX(42.5px) !important;
              transform: translateX(42.5px) !important; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .automation-elem.elem_6 {
        left: 57.3%;
        top: 42.3%; } }

@media screen and (min-width: 768px) {
    .automation-elem.elem_7 {
      left: 36.8%;
      top: 71.7%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .automation-elem.elem_7 {
        left: 42.3%;
        top: 75.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .automation-elem.elem_7 {
        left: 42.23%; } }

@media screen and (min-width: 768px) {
    .automation-elem.elem_8 {
      display: none; }
    .automation-elem.elem_9 {
      left: 21.2%;
      top: 36.6%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .automation-elem.elem_9 {
        -webkit-transition: -webkit-transform .8s linear;
        transition: -webkit-transform .8s linear;
        -o-transition: transform .8s linear;
        transition: transform .8s linear;
        transition: transform .8s linear, -webkit-transform .8s linear; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .automation-elem.elem_9 {
        top: 42.23%; } }

@media screen and (min-width: 768px) {
  .automation-link .but {
    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;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    width: 15.6%;
    height: 35.1%;
    left: 67.97%;
    top: 71.7%;
    font-size: 16px;
    line-height: 24px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .automation-link .but {
      -webkit-transition: -webkit-transform 1.4s linear !important;
      transition: -webkit-transform 1.4s linear !important;
      -o-transition: transform 1.4s linear !important;
      transition: transform 1.4s linear !important;
      transition: transform 1.4s linear, -webkit-transform 1.4s linear !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .automation-link .but {
      width: 21.05%;
      height: 33.3%;
      left: 81.4%;
      top: 75.5%; } }
  @media screen and (min-width: 768px) and (max-width: 1300px) {
    .automation-link .but {
      font-size: 12px;
      line-height: 16px; } }

@media screen and (min-width: 768px) {
    .automation-link .but span {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #0F65A4;
      font-size: inherit;
      line-height: inherit;
      text-transform: uppercase;
      padding-top: 5px; }
    .automation-link .but:hover span {
      background-color: #019681; } }

@media screen and (max-width: 767px) {
  .automation-list:not(:last-child) {
    margin-bottom: 30px; }
  .automation-elem {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    padding-left: 25px;
    position: relative; }
    .automation-elem:not(:last-child) {
      margin-bottom: 10px; }
    .automation-elem br {
      display: none; }
    .automation-elem:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 9px;
      height: 1px;
      background-color: #09101B; }
  .automation-link .but {
    width: auto;
    display: inline-block; }
    .automation-link .but span {
      min-width: 166px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold; } }

@media screen and (min-width: 768px) {
  .services-elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .services-elem__content {
    width: calc(100% - 585px);
    padding-top: 3px;
    max-width: 725px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .services-elem__content {
      width: calc(100% - 318px);
      padding-top: 0; } }

@media screen and (min-width: 768px) {
  .services-elem__aside {
    width: 585px;
    padding-right: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .services-elem__aside {
      width: 318px;
      padding-right: 53px; } }

@media screen and (min-width: 768px) {
  .services-elem__body {
    position: absolute;
    left: 0;
    bottom: 0; } }

.services-elem {
  padding: 55px 0 60px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .services-elem {
      padding: 40px 0; } }
  .services-elem:not(:first-child):before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (min-width: 1025px) {
    .services-elem:last-child {
      padding-bottom: 80px; } }

.services-elem__aside {
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) {
    .services-elem__aside {
      position: relative; } }

.services-elem__content {
  font-size: 26px;
  line-height: 40px; }
  @media screen and (max-width: 1024px) {
    .services-elem__content {
      font-size: 17px;
      line-height: 23px; } }
  @media screen and (max-width: 767px) {
    .services-elem__content:not(:last-child) {
      margin-bottom: 22px; } }
  .services-elem__content li:not(:last-child) {
    margin-bottom: 20px; }

.services-title {
  font-size: 43px;
  line-height: 47px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 1024px) {
    .services-title {
      font-size: 34px;
      line-height: 36px; } }
  @media screen and (min-width: 768px) {
    .services-title:not(:last-child) {
      margin-bottom: 25px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .services-title:not(:last-child) {
      margin-bottom: 20px; } }
  .services-title a:hover {
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .services-elem__link {
    position: absolute;
    bottom: 0;
    left: 7px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .services-elem__link {
      max-width: 160px;
      left: 0; } }

.services-link {
  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;
  font-size: 12px;
  line-height: 16px; }
  .services-link:hover {
    color: #019681; }
  .services-link__icon img {
    vertical-align: bottom; }
  .services-link__icon + .services-link__text {
    margin-left: 16px; }

@-webkit-keyframes animationgradienttitle {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 100% 0; } }

@keyframes animationgradienttitle {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 100% 0; } }

.hover-gradient {
  position: relative; }
  .hover-gradient__icon {
    color: #0E6BA7; }
  .hover-gradient:hover {
    text-decoration: none; }

@media screen and (min-width: 1025px) {
  body:not(.ie-browser) .hover-gradient:hover {
    background: #0a6aa6;
    background: -webkit-gradient(left top, right top, color-stop(0%, #0a6aa6), color-stop(11%, #24a1cb), color-stop(25%, #069884), color-stop(39%, #37a85a), color-stop(50%, #96c05a), color-stop(61%, #0a6ba6), color-stop(71%, #24a2cb), color-stop(82%, #069884), color-stop(92%, #37a85a), color-stop(100%, #96c05a));
    background: -o-linear-gradient(left, #0a6aa6 0%, #24a1cb 11%, #069884 25%, #37a85a 39%, #96c05a 50%, #0a6ba6 61%, #24a2cb 71%, #069884 82%, #37a85a 92%, #96c05a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#0a6aa6), color-stop(11%, #24a1cb), color-stop(25%, #069884), color-stop(39%, #37a85a), color-stop(50%, #96c05a), color-stop(61%, #0a6ba6), color-stop(71%, #24a2cb), color-stop(82%, #069884), color-stop(92%, #37a85a), to(#96c05a));
    background: linear-gradient(to right, #0a6aa6 0%, #24a1cb 11%, #069884 25%, #37a85a 39%, #96c05a 50%, #0a6ba6 61%, #24a2cb 71%, #069884 82%, #37a85a 92%, #96c05a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a6aa6', endColorstr='#96c05a', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    -webkit-animation: animationgradienttitle 3s linear forwards;
            animation: animationgradienttitle 3s linear forwards; } }

@media all and (-ms-high-contrast: none) {
  body:not(.ie-browser) .hover-gradient:hover {
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: none;
    color: #0E6BA7; } }

@media screen and (max-width: 1024px) {
  .services-elem__head:not(:last-child) {
    margin-bottom: 40px; }
  .services-elem__aside {
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .services-title {
    font-size: 24px;
    line-height: 27px; }
    .services-title svg {
      width: 13px;
      height: 12px; }
  .services-elem {
    padding: 26px 0; }
  .services-elem__head:not(:last-child) {
    margin-bottom: 20px; }
    .services-elem__head:not(:last-child) + .services-elem__body {
      margin-top: -12px; }
  .services-elem__content {
    font-size: 14px;
    line-height: 20px; }
    .services-elem__content li:not(:last-child) {
      margin-bottom: 12px; }
  .services-elem__aside {
    padding-bottom: 19px; }
  .services-link__icon img {
    width: 18px;
    height: 18px; }
  .services-link__text br {
    display: none; } }

.services-elem__projects {
  color: #bcbcbc;
  font-size: 14px;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    .services-elem__projects {
      line-height: 17px; } }
  .services-elem__projects span {
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .services-elem__projects span {
        font-size: 26px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .services-elem__projects span {
      font-size: 24px; } }

.services-box {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background: conic-gradient(from -35.9deg at 100% 100%, #38A14C -55.57deg, #0F65A4 70.76deg, #28A1CE 158.75deg, #019681 243.12deg, #38A14C 304.43deg, #0F65A4 430.76deg); }
  .services-box .services-title {
    color: inherit; }
  .services-box .services-elem__content {
    padding-top: 0; }
  @media screen and (max-width: 1024px) {
    .services-box {
      padding: 50px 0; }
      .services-box .services-elem__content {
        padding-top: 5px; }
        .services-box .services-elem__content li:not(:last-child) {
          margin-bottom: 11px; } }
  @media screen and (max-width: 767px) {
    .services-box {
      padding: 38px 0; }
      .services-box .services-elem__content {
        padding-top: 11px; }
        .services-box .services-elem__content li:not(:last-child) {
          margin-bottom: 12px; } }
  .services-box__icon {
    position: absolute;
    top: 28%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .services-box__icon {
        display: none; } }
    .services-box__icon img {
      width: 100%; }
  .services-box .services-elem {
    padding: 0; }
  .services-box .link {
    color: inherit;
    font-size: 26px;
    line-height: 40px;
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      .services-box .link {
        font-size: 17px;
        line-height: 22px; } }
    @media screen and (max-width: 767px) {
      .services-box .link {
        font-size: 14px;
        line-height: 20px; }
        .services-box .link svg {
          width: 9px;
          height: 9px; } }

.link-arrow,
.link-arrow__icon {
  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; }

.link-arrow__icon {
  overflow: hidden; }
  .link-arrow__icon svg {
    width: 30px;
    height: 15px;
    position: relative;
    top: -1px; }

.link-arrow__box {
  display: inline-block; }
  @media screen and (max-width: 1024px) {
    .link-arrow__box {
      display: none; } }

.link-arrow__box {
  display: inline-block; }

.link-arrow {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  @media screen and (min-width: 1025px) {
    .link-arrow {
      -webkit-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      .link-arrow:hover {
        color: #019681; } }
  .link-arrow__icon {
    overflow: hidden;
    margin-left: 18px; }
    .link-arrow__icon:not(:first-child) {
      margin-left: 9px; }
    .link-arrow__icon svg {
      width: 19px;
      height: 10px;
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      -o-transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .link-arrow .icon-link-right {
    position: relative;
    top: -1px; }
  @media screen and (max-width: 1024px) {
    .link-arrow {
      font-size: 12px;
      line-height: 1; } }
  @media screen and (max-width: 767px) {
    .link-arrow {
      font-size: 14px; } }

.page .services-box:last-child {
  margin-bottom: -107px; }
  @media screen and (max-width: 1024px) {
    .page .services-box:last-child {
      margin-bottom: -80px; } }
  @media screen and (max-width: 767px) {
    .page .services-box:last-child {
      margin-bottom: -46px; } }

@media screen and (min-width: 1025px) {
  .services-agency .page .title.margin_middle {
    margin-bottom: 89px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .services-agency .company-content {
    padding: 0;
    margin-right: -10px; }
  .services-agency .page .title.title_size_middle {
    margin-bottom: 47px; } }

@media screen and (max-width: 767px) {
  .services-agency .page {
    padding-top: 30px; } }

.services:not(:last-child) {
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .services:not(:last-child) {
      margin-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    .services:not(:last-child) {
      margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .services-link__desktop {
    display: none; } }

@media screen and (min-width: 768px) {
  .services-link__mob {
    display: none; } }

.promo-animation {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 600px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  @media screen and (max-width: 1024px) {
    .promo-animation {
      display: none; } }
  .promo-animation.is_show {
    opacity: 1; }
    .promo-animation.is_show .promo-animation__text,
    .promo-animation.is_show .promo-animation__image {
      opacity: 1; }
    .promo-animation.is_show .promo-animation__image img {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .promo-animation.is_show .promo-animation__image:before {
      width: 0;
      right: auto;
      left: 0; }
    .promo-animation.is_show .promo-animation__awards {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .promo-animation:before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: absolute;
    bottom: 100%;
    left: 0; }
  .promo-animation__text {
    opacity: 0; }
  .promo-animation__image {
    width: 344px;
    height: 240px;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    overflow: hidden;
    position: relative;
    background-color: inherit; }
    .promo-animation__image:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: #fff;
      z-index: 1;
      width: 100%;
      -webkit-transition: width .8s ease;
      -o-transition: width .8s ease;
      transition: width .8s ease; }
    .promo-animation__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: bottom;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-transition: -webkit-transform .8s ease;
      transition: -webkit-transform .8s ease;
      -o-transition: transform .8s ease;
      transition: transform .8s ease;
      transition: transform .8s ease, -webkit-transform .8s ease; }
    .promo-animation__image + .promo-animation__text {
      width: calc(100% - 344px); }
  .promo-animation__text {
    padding: 20px 30px 25px;
    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-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
    transition: opacity 600ms ease; }
  .promo-animation__awards, .promo-animation__icon {
    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; }
  .promo-animation__awards {
    -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
            transform: translateY(150%);
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear; }
  .promo-animation__icon {
    margin-right: 9px; }
  .promo-animation__bottom {
    margin-top: auto;
    overflow: hidden; }
  .promo-animation__title {
    font-size: 22px;
    line-height: 30px;
    overflow: hidden; }
    .promo-animation__title span {
      display: block;
      font-size: 72px;
      line-height: 72px; }

@media (min-width: 768px) {
  body.brand_slider .sticky-wrapper {
    height: auto !important; }
  body.brand_slider.header-stuck .brand-slider {
    margin-top: 70px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    body.brand_slider.header-stuck .brand-slider {
      margin-top: 0; } }

.tape {
  cursor: pointer; }

@media (max-width: 767px) {
  .brand_slider {
    margin-top: -20px; }
    .brand_slider .b-header {
      position: fixed; } }

.b-page__brand {
  font-family: 'Proxima', sans-serif;
  color: #000;
  overflow: hidden;
  width: 100%; }
  .b-page__brand .b-input {
    color: #000; }
  .b-page__brand .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px; }
  .b-page__brand .select {
    cursor: pointer;
    display: inline-block;
    position: relative; }
    .b-page__brand .select select {
      opacity: 0 !important;
      width: 100%;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }
  .b-page__brand .select-styled {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 50px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 40px 0 0;
    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: relative;
    cursor: pointer;
    z-index: 2; }
    @media (max-width: 1023px) {
      .b-page__brand .select-styled {
        font-size: 32px;
        height: 50px; } }
    @media (max-width: 767px) {
      .b-page__brand .select-styled {
        font-size: 18px;
        height: 30px;
        padding-right: 20px; } }
    .b-page__brand .select-styled:after {
      content: "";
      width: 25px;
      height: 33px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/select.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 1023px) {
        .b-page__brand .select-styled:after {
          width: 17px;
          height: 22px; } }
      @media (max-width: 1023px) {
        .b-page__brand .select-styled:after {
          width: 9px;
          height: 13px; } }
  .b-page__brand .brand-form__select.placeholder .select-styled {
    color: #828282; }
  @media (max-width: 1023px) and (min-width: 768px) {
    .b-page__brand .brand-form__select:not(.placeholder) .select-styled {
      height: auto;
      min-height: 50px;
      white-space: normal;
      line-height: normal; } }
  .b-page__brand .select-options {
    display: none;
    position: absolute;
    bottom: 100%;
    padding: 20px 0;
    background-color: #fff;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 13px rgba(133, 133, 133, 0.13);
            box-shadow: 0px 4px 13px rgba(133, 133, 133, 0.13);
    border-radius: 4px;
    left: -45px;
    z-index: 10;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 1024px) {
      .b-page__brand .select-options {
        width: 720px !important; } }
    @media (max-width: 1023px) {
      .b-page__brand .select-options {
        width: 500px;
        left: 0; } }
    @media (max-width: 767px) {
      .b-page__brand .select-options {
        width: 275px;
        padding: 15px 0; } }
    .b-page__brand .select-options li {
      display: block;
      cursor: pointer;
      padding: 10px 30px 10px 45px;
      font-size: 50px;
      line-height: normal;
      -webkit-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      @media (min-width: 1024px) {
        .b-page__brand .select-options li:hover {
          color: #0D68A7; }
        .b-page__brand .select-options li:nth-child(3):hover {
          color: #1899C8; }
        .b-page__brand .select-options li:nth-child(4):hover {
          color: #19A0BC; }
        .b-page__brand .select-options li:nth-child(5):hover {
          color: #179B99; }
        .b-page__brand .select-options li:nth-child(6):hover {
          color: #18A649; }
        .b-page__brand .select-options li:nth-child(7):hover {
          color: #90C149; } }
      @media (max-width: 1023px) {
        .b-page__brand .select-options li {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .b-page__brand .select-options li {
          font-size: 18px;
          padding-left: 17px;
          padding-right: 17px; } }
      .b-page__brand .select-options li[rel="hide"] {
        display: none; }
  .b-page__brand .checkbox-form {
    display: inline-block !important;
    padding-left: 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    margin: 0;
    position: relative; }
    @media (max-width: 767px) {
      .b-page__brand .checkbox-form {
        font-size: 14px; } }
    .b-page__brand .checkbox-form .help-block {
      font-size: 14px;
      line-height: 16px; }
    .b-page__brand .checkbox-form.has-error:before {
      display: none; }
    .b-page__brand .checkbox-form.has-error .checkbox-form__text:before {
      border-color: #e42b31; }
    .b-page__brand .checkbox-form a {
      color: #1966a5; }
  @media (min-width: 768px) {
    .b-page__brand .checkbox-form .help-block {
      position: absolute; } }
  .b-page__brand .checkbox-form .checkbox-form__text {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    word-break: break-word; }
  .b-page__brand .checkbox-form .checkbox-form__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 2.1px;
    background-color: #fff;
    -webkit-transition: border 300ms ease-out;
    -o-transition: border 300ms ease-out;
    transition: border 300ms ease-out;
    border: 1px solid transparent; }
  .b-page__brand .checkbox-form .checkbox-form__text:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 14px;
    height: 14px;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU3MTQzIDdMMCAzLjYzOTE1TDEuMDEgMi42ODg3TDMuNTcxNDMgNS4wOTkxTDguOTkgMEwxMCAwLjk1MDQ0OUwzLjU3MTQzIDdaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center; }
  .b-page__brand .checkbox-form input {
    position: absolute !important;
    visibility: hidden;
    opacity: 0; }
  .b-page__brand .checkbox-form input + .label-error + .checkbox-form__text:before {
    border-color: red; }
  .b-page__brand .checkbox-form input:checked + .checkbox-form__text:after {
    opacity: 1; }
  .b-page__brand .checkbox-form input:checked + .label-error + .checkbox-form__text:before {
    border-color: #B1B1B1; }
  .b-page__brand .checkbox-form input:checked + .label-error + .checkbox-form__text:after {
    opacity: 1; }

@media (min-width: 1270px) {
  .brand-container {
    max-width: 1230px;
    width: 1230px;
    margin: 0 auto;
    padding: 0 15px; } }

@media (max-width: 1269px) and (min-width: 1025px) {
  .brand-container {
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px; } }

.brand-container a:hover {
  text-decoration: none; }

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

.brand-container .link {
  display: block;
  cursor: pointer; }

.brand-slider {
  height: calc(100vh - 100px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  position: relative; }
  @media (min-width: 1024px) {
    .brand-slider {
      min-height: 600px; } }
  @media (min-width: 1024px) and (max-width: 1459px) {
    .brand-slider {
      height: calc(100vh - 70px); } }
  .brand-slider .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
         -o-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
            transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99); }
  .brand-slider .swiper-container,
  .brand-slider .swiper-wrapper {
    height: 100%; }
  .brand-slider .swiper-slide {
    height: 100% !important; }

.brand-slider__main {
  height: 100%; }
  .brand-slider__main .swiper-slide {
    background-color: #122C5B; }

.brand-slider__main,
.brand-box__colors,
.brand-slider__links,
.brand-slider__desc,
.swiper-counter {
  position: absolute; }

.brand-slider__main,
.brand-box__colors {
  top: 0;
  height: 100%; }

.brand-box__colors {
  left: 0;
  width: 489px;
  pointer-events: none;
  z-index: -1; }
  .brand-box__colors .swiper-container {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.brand-slider__main {
  right: 0;
  width: calc(100% - 489px);
  background-color: #f1f1f1; }

.brand-slider__links,
.brand-slider__desc,
.swiper-counter {
  z-index: 2;
  color: #fff; }

.swiper-counter,
.brand-slider__desc,
.brand-slider__links {
  left: 120px; }
  @media (max-width: 1024px) {
    .swiper-counter,
    .brand-slider__desc,
    .brand-slider__links {
      left: 103px; } }

.brand-slider__desc {
  top: 37%; }

.brand-slider__subtitle {
  font-size: 21px;
  line-height: 34px;
  max-width: 340px;
  opacity: 0;
  position: absolute;
  visibility: hidden; }
  @media (min-width: 1024px) {
    .brand-slider__subtitle {
      min-height: 112px; } }
  @media (max-width: 1023px) {
    .brand-slider__subtitle {
      min-height: 81px; } }
  @media (max-width: 767px) {
    .brand-slider__subtitle {
      min-height: 52px; } }
  .brand-slider__subtitle.slide_index_1, .brand-slider__subtitle.slide_index_2, .brand-slider__subtitle.slide_index_3, .brand-slider__subtitle.slide_index_4, .brand-slider__subtitle.slide_index_5, .brand-slider__subtitle.slide_index_6 {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    position: static;
    visibility: visible; }
  .brand-slider__subtitle:not(:last-child) {
    margin-bottom: 50px; }

.brand-slider__title {
  font-size: 82px;
  line-height: 25px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em; }

.swiper-counter {
  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;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  top: 74px; }
  .swiper-counter div:not(:last-child) {
    margin-right: 21px; }

.swiper-counter__elem {
  width: 8px; }

.swiper-progress {
  width: 102px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative; }
  .swiper-progress:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #fff; }
  .swiper-progress.is-active:before {
    -webkit-transition: width 8s ease-in-out;
    -o-transition: width 8s ease-in-out;
    transition: width 8s ease-in-out;
    width: 100%; }

.brand-slider__links {
  bottom: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  width: 310px;
  height: 30px; }
  .brand-slider__links.slide_index_2 .brand-slider__link-wrap {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .brand-slider__links.slide_index_3 .brand-slider__link-wrap {
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%); }
  .brand-slider__links a {
    color: inherit; }
    .brand-slider__links a:hover {
      text-decoration: none; }

.brand-slider__link-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
  .brand-slider__link-wrap:not(:first-child) {
    left: 100%; }
  .brand-slider__link-wrap:last-child {
    left: 200%; }

.brand-slider__link {
  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;
  background: transparent; }
  .brand-slider__link-icon {
    position: relative;
    width: 37px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .brand-slider__link-icon span {
      display: block;
      position: absolute;
      right: 2px;
      bottom: -5px;
      width: 12px;
      height: 12px;
      -webkit-box-shadow: 2px -2px 0 0 #fff;
              box-shadow: 2px -2px 0 0 #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .brand-slider__link-icon svg {
      vertical-align: middle; }
  .brand-slider__link-text + .brand-slider__link-icon {
    margin-left: 20px; }
  .brand-slider__link:hover .brand-slider__link-icon {
    width: 74px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.brand-slider__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.brand-slider__image-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%; }
  @media (min-width: 1024px) {
    .brand-slider__image-card img {
      width: 839px; } }

.brand-form .container,
.brand-projects .container {
  max-width: 1160px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1023px) {
    .brand-form .container,
    .brand-projects .container {
      padding: 0 60px; } }

.brand-form {
  padding-bottom: 135px; }
  .brand-form .container {
    position: relative; }
  .brand-form input::-webkit-input-placeholder, .brand-form textarea::-webkit-input-placeholder {
    color: #828282 !important;
    opacity: 1 !important; }
  .brand-form input::-moz-placeholder, .brand-form textarea::-moz-placeholder {
    color: #828282 !important;
    opacity: 1 !important; }
  .brand-form input:-ms-input-placeholder, .brand-form textarea:-ms-input-placeholder {
    color: #828282 !important;
    opacity: 1 !important; }
  .brand-form input::-ms-input-placeholder, .brand-form textarea::-ms-input-placeholder {
    color: #828282 !important;
    opacity: 1 !important; }
  .brand-form input::placeholder,
  .brand-form textarea::placeholder {
    color: #828282 !important;
    opacity: 1 !important; }
  .brand-form .b-input {
    font-size: 50px;
    line-height: normal;
    height: 70px;
    padding-left: 0;
    border: 1px solid transparent;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0; }
    .brand-form .b-input:focus::-webkit-input-placeholder {
      color: transparent !important; }
    .brand-form .b-input:focus::-moz-placeholder {
      color: transparent !important; }
    .brand-form .b-input:focus:-ms-input-placeholder {
      color: transparent !important; }
    .brand-form .b-input:focus::-ms-input-placeholder {
      color: transparent !important; }
    .brand-form .b-input:focus::placeholder {
      color: transparent !important; }
  .brand-form .b-input.error {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: red !important; }
  .brand-form .help-block {
    display: none; }

.brand-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .brand-form__flex.align_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .brand-form__flex:not(:last-child) {
    margin-bottom: 110px; }
    @media (max-width: 1023px) {
      .brand-form__flex:not(:last-child) {
        margin-bottom: 80px; } }

.brand-form__item {
  width: calc(100% - 460px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1023px) {
    .brand-form__item {
      width: calc(100% - 253px); } }
  .brand-form__item + .brand-form__item {
    width: 300px;
    margin-left: auto; }
    @media (max-width: 1023px) {
      .brand-form__item + .brand-form__item {
        width: 253px; } }
  .brand-form__item:first-child {
    padding-right: 25px; }

.brand-form__submit .b-button {
  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;
  height: 74px;
  border-radius: 4px;
  border: 2px solid #999999;
  font-size: 22px;
  line-height: 56px;
  color: #999999;
  background-color: #fff;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  @media (min-width: 1024px) {
    .brand-form__submit .b-button:hover {
      background-color: #999999;
      color: #fff;
      border-color: transparent; }
      .brand-form__submit .b-button:hover .b-button__icon svg {
        stroke: #fff; } }
  .brand-form__submit .b-button .b-button__label {
    font-size: inherit;
    line-height: inherit; }

.brand-form__submit .b-button__icon {
  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; }
  .brand-form__submit .b-button__icon svg {
    width: 26px;
    stroke: #999999;
    -webkit-transition: stroke .2s ease-in-out;
    -o-transition: stroke .2s ease-in-out;
    transition: stroke .2s ease-in-out; }
  .brand-form__submit .b-button__icon:not(:first-child) {
    margin-left: 20px; }

.brand-form__checkbox .checkbox-form .checkbox-form__text:before {
  border: 1px solid #828282;
  border-radius: 3px;
  width: 38px;
  height: 38px; }

.brand-form__checkbox .checkbox-form .checkbox-form__text:after {
  background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/checked-2.svg");
  background-size: contain;
  width: 24px;
  height: 20px;
  left: 9px; }

.brand-form__checkbox .checkbox-form {
  padding-left: 60px; }

.brand-form__checkbox .checkbox-form__text {
  color: #828282;
  font-size: 16px; }

.brand-projects {
  padding: 140px 0 104px;
  background-color: rgba(196, 196, 196, 0.1); }
  .brand-projects:not(:last-child) {
    margin-bottom: 130px; }

.brand-projects__title {
  font-weight: normal;
  font-size: 50px;
  line-height: 66px; }
  .brand-projects__title:not(:last-child) {
    margin-bottom: 65px; }

.brand-projects__images-wrap {
  margin: 0 -25px; }

.brand-projects__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 768px) {
    .brand-projects__images {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.brand-projects__image {
  width: 16.6666666667%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .brand-projects__image img {
    max-width: 100%; }

.brand-form_succes {
  background-color: #fff;
  width: 100%;
  height: 400px;
  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; }
  @media (max-width: 767px) {
    .brand-form_succes {
      height: 250px; } }

.brand-slider__main-nav .swiper-next,
.brand-slider__main-nav .swiper-prev {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  outline: none;
  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;
  opacity: 0; }
  @media (max-width: 1023px) {
    .brand-slider__main-nav .swiper-next,
    .brand-slider__main-nav .swiper-prev {
      display: none; } }
  @media (min-width: 1024px) {
    .brand-slider__main-nav .swiper-next:hover,
    .brand-slider__main-nav .swiper-prev:hover {
      opacity: 1;
      cursor: none; } }

.brand-slider__main-nav .swiper-next {
  left: auto;
  right: 0; }

@media (min-width: 1024px) {
  .brand-slider__main {
    cursor: none; } }

@media (max-width: 1023px) {
  .brand-slider__main {
    width: 100%;
    left: 0; }
    .brand-slider__main:before {
      content: '';
      display: block;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 6, 27, 0)), to(#040B1A));
      background: -o-linear-gradient(top, rgba(4, 6, 27, 0) 0%, #040B1A 100%);
      background: linear-gradient(180deg, rgba(4, 6, 27, 0) 0%, #040B1A 100%);
      opacity: 0.6;
      width: 100%;
      height: 200px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2; }
  .brand-slider__links,
  .swiper-counter {
    z-index: 3; }
  .brand-box__colors .swiper-wrapper,
  .brand-slider__main .swiper-wrapper {
    height: 100% !important; }
  .swiper-counter {
    top: auto;
    left: auto;
    right: 60px;
    bottom: 65px; }
  .brand-slider {
    height: calc(100vh - 140px); }
  .brand-slider__links {
    left: 60px;
    bottom: 65px; }
  .brand-slider__link-icon {
    display: none; }
  .brand-box__colors {
    width: 358px;
    height: 342px;
    z-index: 2; }
  .brand-slider__desc {
    left: 56px;
    top: 63px; }
  .brand-slider__subtitle {
    font-size: 19px;
    line-height: 27px;
    max-width: 240px; }
    .brand-slider__subtitle:not(:last-child) {
      margin-bottom: 87px; }
  .brand-slider__image-card img {
    width: 680px; }
  .brand-form {
    padding-bottom: 90px; }
    .brand-form .b-input {
      font-size: 32px;
      height: 60px; }
  .brand-form__submit .b-button {
    font-size: 16px; }
  .brand-form__submit .b-button__icon svg {
    width: 21px;
    height: 21px; }
  .brand-projects__title {
    font-size: 36px;
    line-height: 52px; }
  .brand-projects {
    padding: 60px 0; }
    .brand-projects:not(:last-child) {
      margin-bottom: 70px; } }

@media (max-width: 767px) {
  .brand-box__colors {
    width: 156px;
    height: 158px; }
  .brand-slider__subtitle {
    font-size: 10px;
    line-height: 13px;
    max-width: 105px; }
    .brand-slider__subtitle:not(:last-child) {
      margin-bottom: 25px; }
  .brand-slider__title {
    font-size: 36px;
    line-height: 12px;
    margin-left: -4px; }
  .brand-slider__desc {
    left: 27px;
    top: 35px; }
  .brand-slider__links {
    font-size: 15px;
    line-height: 25px;
    left: 20px;
    bottom: 40px;
    height: 20px;
    width: 150px; }
  .swiper-counter {
    font-size: 9px;
    line-height: 15px;
    right: 28px;
    bottom: 40px; }
    .swiper-counter div:not(:last-child) {
      margin-right: 13px; }
  .swiper-progress {
    width: 62px;
    height: 1px; }
  .brand-slider__image-card {
    width: 200px; }
  .brand-slider {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * (100 - 10)); }
  .brand-slider__image-card img {
    bottom: 31px;
    width: 310px; }
  .brand-form__flex {
    display: block; }
  .brand-form__item,
  .brand-form__item + .brand-form__item {
    width: 100%; }
  .brand-form .container,
  .brand-projects .container {
    padding: 0 25px; }
  .brand-form {
    padding-bottom: 50px; }
    .brand-form .b-input {
      font-size: 18px;
      height: 30px; }
  .brand-form__item:first-child {
    padding-right: 0; }
  .brand-form__item:not(:last-child) {
    margin-bottom: 40px; }
  .brand-form__flex:not(:last-child) {
    margin-bottom: 40px; }
  .brand-form__checkbox .checkbox-form .checkbox-form__text:before {
    width: 26px;
    height: 26px; }
  .brand-form__checkbox .checkbox-form .checkbox-form__text:after {
    width: 12px;
    height: 10px; }
  .brand-form__checkbox .checkbox-form {
    padding-left: 45px; }
  .brand-form__submit .b-button {
    height: 40px;
    font-size: 13px;
    line-height: 16px;
    text-transform: none; }
  .brand-form__submit .b-button__icon svg {
    width: 11px;
    height: 11px; }
  .brand-form__submit .b-button__icon:not(:first-child) {
    margin-left: 8px; }
  .brand-form__checkbox .checkbox-form__text {
    font-size: 13px;
    line-height: 16px; }
  .brand-projects {
    padding: 35px 0; }
  .brand-projects__title {
    font-size: 18px;
    line-height: 29px; }
    .brand-projects__title:not(:last-child) {
      margin-bottom: 40px; }
  .brand-projects__images {
    margin-bottom: -12px; }
  .brand-projects__image {
    width: 33.333333%;
    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-bottom: 12px; }
  .brand-slider__main:before {
    height: 106px; } }

.brand__btn {
  position: relative;
  height: 74px;
  display: block;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 56px;
  text-transform: uppercase;
  overflow: hidden; }
  .brand__btn:after {
    content: '';
    width: 1500px;
    height: 1500px;
    position: absolute;
    top: -600px;
    left: -15px;
    border-radius: 4px;
    background: -o-linear-gradient(24.67deg, #0E6AA7 20.16%, #26A2CB 33.07%, #0C9A85 47.95%, #38A85A 59.54%, #98C15A 69.51%);
    background: linear-gradient(65.33deg, #0E6AA7 20.16%, #26A2CB 33.07%, #0C9A85 47.95%, #38A85A 59.54%, #98C15A 69.51%);
    background-size: cover;
    z-index: -1; }
  @media (max-width: 1024px) {
    .brand__btn {
      height: 63px;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .brand__btn {
      height: 40px;
      font-size: 13px; } }
  .brand__btn .btn__back_transparent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    right: 0;
    background-color: transparent;
    border: 2px solid #000;
    -webkit-transition: border-left-color 0.2s, border-bottom-color 0.4s, border-right-color 0.6s, border-top-color 0.8s;
    -o-transition: border-left-color 0.2s, border-bottom-color 0.4s, border-right-color 0.6s, border-top-color 0.8s;
    transition: border-left-color 0.2s, border-bottom-color 0.4s, border-right-color 0.6s, border-top-color 0.8s; }
  .brand__btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #000;
    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;
    background-color: #ffffff;
    border-radius: 4px; }
  .brand__btn:hover:after {
    -webkit-transform: rotate(720deg);
        -ms-transform: rotate(720deg);
            transform: rotate(720deg);
    -webkit-animation: target 3s infinite linear;
            animation: target 3s infinite linear; }
  .brand__btn:hover .btn__back_transparent {
    border-color: transparent;
    -webkit-transition: border-top-color 0.2s, border-right-color 0.4s, border-bottom-color 0.6s, border-left-color 0.8s;
    -o-transition: border-top-color 0.2s, border-right-color 0.4s, border-bottom-color 0.6s, border-left-color 0.8s;
    transition: border-top-color 0.2s, border-right-color 0.4s, border-bottom-color 0.6s, border-left-color 0.8s; }

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

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

.cursor {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  display: none; }
  @media (max-width: 1023px) {
    .cursor {
      display: none; } }
  .cursor svg {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .cursor .hint {
    opacity: 0;
    visibility: hidden;
    margin-left: 20px;
    margin-top: 20px; }
  .cursor.visible {
    display: block; }
  .cursor.show-prev .hint, .cursor.show-next .hint {
    opacity: 1;
    visibility: visible; }
  .cursor.show-next .hint svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

@media (max-width: 767px) {
  .brand-portfolio {
    padding-top: 10px; } }

.brand-portfolio:last-of-type {
  margin-bottom: 80px; }
  @media (max-width: 1024px) {
    .brand-portfolio:last-of-type {
      margin-bottom: 65px; } }
  @media (max-width: 767px) {
    .brand-portfolio:last-of-type {
      margin-bottom: 25px; } }

.brand-portfolio:not(:last-of-type) {
  margin-bottom: 150px; }
  @media (max-width: 1024px) {
    .brand-portfolio:not(:last-of-type) {
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .brand-portfolio:not(:last-of-type) {
      margin-bottom: 0;
      border-bottom: 1px solid rgba(214, 210, 207, 0.3); } }

.brand-portfolio__wrap {
  padding-bottom: 168px; }
  @media (max-width: 1024px) {
    .brand-portfolio__wrap {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .brand-portfolio__wrap {
      padding-bottom: 40px; } }

.brand-portfolio__head {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  padding-right: 180px; }
  @media (max-width: 1270px) {
    .brand-portfolio__head {
      padding-right: 0; } }
  @media (max-width: 1024px) {
    .brand-portfolio__head {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .brand-portfolio__head {
      display: block;
      margin-bottom: 25px; } }

.brand-portfolio__title {
  width: 500px;
  font-weight: bold;
  font-size: 67px;
  line-height: 59px;
  white-space: nowrap;
  color: #000000; }
  @media (max-width: 1024px) {
    .brand-portfolio__title {
      width: 50%;
      font-size: 41px;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .brand-portfolio__title {
      font-size: 28px;
      margin-bottom: 8px; } }

.brand-portfolio__preview {
  font-size: 19px;
  line-height: 29px;
  color: #000000;
  width: 500px;
  margin-top: 9px; }
  @media (max-width: 1270px) {
    .brand-portfolio__preview {
      width: 450px; } }
  @media (max-width: 1024px) {
    .brand-portfolio__preview {
      font-size: 14px;
      line-height: 22px;
      width: 50%; } }
  @media (max-width: 767px) {
    .brand-portfolio__preview {
      width: 100%;
      margin-top: 0; } }
  @media (width: 1024px) {
    .brand-portfolio__preview {
      padding-left: 76px; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .brand-portfolio__preview {
      padding-left: 45px; } }

.brand-portfolio__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (max-width: 767px) {
    .brand-portfolio__main {
      display: block; } }

@media (min-width: 768px) {
  .brand-portfolio__col {
    width: 50%; }
    .brand-portfolio__col + .brand-portfolio__col {
      padding-left: 76px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .brand-portfolio__col + .brand-portfolio__col {
        padding-left: 45px; } }

@media (max-width: 767px) {
  .brand-portfolio__col + .brand-portfolio__col {
    padding-bottom: 23px; } }

@media (max-width: 767px) {
  .brand-portfolio__col:not(:last-child) {
    margin-bottom: 22px; } }

.brand-project {
  display: block;
  width: 100%; }
  .brand-project:not(:last-child) {
    margin-bottom: 25px; }
  .brand-project.brand-project_solo .brand-project__img {
    height: 784px; }
    @media (max-width: 1023px) {
      .brand-project.brand-project_solo .brand-project__img {
        height: 418px; } }
    @media (max-width: 767px) {
      .brand-project.brand-project_solo .brand-project__img {
        height: auto;
        padding-bottom: 132%; } }
  .brand-project:hover h2 {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .brand-project__img {
    margin-bottom: 20px;
    overflow: hidden;
    height: 342px;
    position: relative; }
    @media (min-width: 1024px) {
      .brand-project__img:hover .brand-project__img-cover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }
    @media (max-width: 1023px) {
      .brand-project__img {
        height: 159px; } }
    @media (max-width: 767px) {
      .brand-project__img {
        height: auto;
        padding-bottom: 55%;
        margin-bottom: 22px; } }
  .brand-project__img-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    height: 100% !important; }
  .brand-project__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .brand-project__title {
        font-size: 16px;
        margin-bottom: 0; } }
  .brand-project__preview {
    font-size: 16px;
    line-height: 25px;
    color: #999999; }
    @media (max-width: 767px) {
      .brand-project__preview {
        font-size: 13px; } }

/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.new-swiper {
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Common Styles */
  /* Bullets */
  /* Progress */ }
  .new-swiper .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }
  .new-swiper .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .new-swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .new-swiper .swiper-container-android .swiper-slide,
  .new-swiper .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  .new-swiper .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .new-swiper .swiper-container-multirow-column > .swiper-wrapper {
    -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; }
  .new-swiper .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    margin: 0 auto; }
  .new-swiper .swiper-slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .new-swiper .swiper-slide-invisible-blank {
    visibility: hidden; }
  .new-swiper .swiper-container-autoheight,
  .new-swiper .swiper-container-autoheight .swiper-slide {
    height: auto; }
  .new-swiper .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }
  .new-swiper .swiper-container-3d {
    -webkit-perspective: 1200px;
            perspective: 1200px; }
  .new-swiper .swiper-container-3d .swiper-wrapper,
  .new-swiper .swiper-container-3d .swiper-slide,
  .new-swiper .swiper-container-3d .swiper-slide-shadow-left,
  .new-swiper .swiper-container-3d .swiper-slide-shadow-right,
  .new-swiper .swiper-container-3d .swiper-slide-shadow-top,
  .new-swiper .swiper-container-3d .swiper-slide-shadow-bottom,
  .new-swiper .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .new-swiper .swiper-container-3d .swiper-slide-shadow-left,
  .new-swiper .swiper-container-3d .swiper-slide-shadow-right,
  .new-swiper .swiper-container-3d .swiper-slide-shadow-top,
  .new-swiper .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .new-swiper .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .new-swiper .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .new-swiper .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .new-swiper .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .new-swiper .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }
  .new-swiper .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
  .new-swiper .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }
  .new-swiper .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; }
  .new-swiper .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory; }
  .new-swiper :root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }
  .new-swiper .swiper-button-prev,
  .new-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .new-swiper .swiper-button-prev.swiper-button-disabled,
  .new-swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .new-swiper .swiper-button-prev:after,
  .new-swiper .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }
  .new-swiper .swiper-button-prev,
  .new-swiper .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }
  .new-swiper .swiper-button-prev:after,
  .new-swiper .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }
  .new-swiper .swiper-button-next,
  .new-swiper .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }
  .new-swiper .swiper-button-next:after,
  .new-swiper .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }
  .new-swiper .swiper-button-prev.swiper-button-white,
  .new-swiper .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff; }
  .new-swiper .swiper-button-prev.swiper-button-black,
  .new-swiper .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000; }
  .new-swiper .swiper-button-lock {
    display: none; }
  .new-swiper :root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }
  .new-swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 10; }
  .new-swiper .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .new-swiper .swiper-pagination-fraction,
  .new-swiper .swiper-pagination-custom,
  .new-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }
  .new-swiper .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }
  .new-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
    position: relative; }
  .new-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .new-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .new-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66); }
  .new-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33); }
  .new-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66); }
  .new-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33); }
  .new-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }
  .new-swiper button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .new-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .new-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
  .new-swiper .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0); }
  .new-swiper .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .new-swiper .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px; }
  .new-swiper .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform; }
  .new-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  .new-swiper .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap; }
  .new-swiper .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }
  .new-swiper .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform; }
  .new-swiper .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  .new-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top; }
  .new-swiper .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top; }
  .new-swiper .swiper-container-horizontal > .swiper-pagination-progressbar,
  .new-swiper .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .new-swiper .swiper-container-vertical > .swiper-pagination-progressbar,
  .new-swiper .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  .new-swiper .swiper-pagination-white {
    --swiper-pagination-color: #ffffff; }
  .new-swiper .swiper-pagination-black {
    --swiper-pagination-color: #000000; }
  .new-swiper .swiper-pagination-lock {
    display: none; }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.estate-page {
  overflow: hidden;
  width: 100%; }

.estate {
  font-family: 'Proxima';
  overflow-x: hidden;
  width: 100%; }
  .estate *,
  .estate :before,
  .estate :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .estate #projects {
    padding-top: 10px; }
  .estate .estate__titles {
    font-size: 175px;
    height: auto;
    margin-bottom: 110px; }
    @media screen and (max-width: 1024px) {
      .estate .estate__titles {
        font-size: 92px;
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .estate .estate__titles {
        font-size: 39px;
        margin-bottom: 30px; } }
  .estate img {
    max-width: 100%;
    height: auto; }
  .estate .link {
    color: #0E6BA7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .estate .link:hover {
      color: #26A2CB; }
      .estate .link:hover .icon_arr {
        background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/estate/arrow_hover.svg"); }
  .estate .tape-block {
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .estate .tape-block {
        height: 77px; }
        .estate .tape-block .tape-title {
          font-size: 28px;
          line-height: 34px;
          margin: 0 50px; }
        .estate .tape-block .star {
          width: 18px;
          height: 18px;
          background-size: cover; }
        .estate .tape-block .arrow {
          width: 40px;
          height: 18px;
          background-size: cover; } }
    @media screen and (max-width: 767px) {
      .estate .tape-block {
        height: 40px; }
        .estate .tape-block .tape-title {
          font-size: 15px;
          line-height: 17px;
          margin: 0 25px; }
        .estate .tape-block .star {
          width: 10px;
          height: 10px;
          background-size: cover; } }
  .estate a:hover {
    color: inherit; }
  .estate .icon_arr {
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 5px;
    background-image: url("/local/templates/.default/markup_notamedia/build/css/../images/estate/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  @media screen and (max-width: 1024px) {
    .estate .brand-box {
      display: block; }
      .estate .brand-box__left {
        margin-bottom: 55px; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .estate .brand-box__left {
        margin-bottom: 15px; } }
  @media screen and (max-width: 1024px) {
    .estate .brand-content__subtitle {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 55px; } }
  @media screen and (max-width: 767px) {
    .estate .brand-content__subtitle {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .estate .brand-content__title {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 20px; } }

.estate-main {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 60%;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1024px) {
    .estate-main {
      width: 100%;
      padding-top: 56px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .estate-main {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .estate-main__title {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    max-width: 700px; }
    @media screen and (max-width: 1024px) {
      .estate-main__title {
        font-size: 46px;
        line-height: 52px; } }
    @media screen and (max-width: 767px) {
      .estate-main__title {
        font-size: 19.4919px;
        line-height: 23px;
        letter-spacing: 0.13em;
        max-width: none; } }
  .estate-main__subtitle {
    font-size: 21px;
    line-height: 31px;
    max-width: 250px; }
    @media (min-width: 1025px) {
      .estate-main__subtitle:not(:last-child) {
        margin-bottom: 52px; } }
    @media screen and (max-width: 1024px) {
      .estate-main__subtitle {
        font-size: 21px;
        line-height: 31px;
        max-width: 300px; } }
    @media screen and (max-width: 767px) {
      .estate-main__subtitle {
        font-size: 13px;
        line-height: 18px;
        max-width: 180px;
        margin-bottom: 25px; } }

.estate-banner {
  position: relative;
  height: 688px;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .estate-banner {
      height: auto; } }
  .estate-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .estate-banner__bg {
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .estate-banner__blue {
    -ms-flex-preferred-size: 63%;
    -webkit-flex-basis: 63%;
            flex-basis: 63%;
    background-color: #0E6BA7;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .estate-banner__blue {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
                flex-basis: 100%;
        width: 100%; } }
  .estate-banner__img {
    -ms-flex-preferred-size: 37%;
    -webkit-flex-basis: 37%;
            flex-basis: 37%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1024px) {
      .estate-banner__img {
        padding-bottom: 76%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
                flex-basis: 100%;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .estate-banner__img {
        padding-bottom: 75%; } }
    .estate-banner__img img {
      height: 100%;
      width: 100%; }
  @media screen and (min-width: 1025px) {
    .estate-banner__container {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 100%; } }

.estate-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch; }
  @media screen and (max-width: 767px) {
    .estate-content__row {
      display: block; } }
  .estate-content__row_space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }

.estate-content__short-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  width: 77%; }
  @media screen and (max-width: 1024px) {
    .estate-content__short-title {
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 767px) {
    .estate-content__short-title {
      font-size: 16px;
      line-height: 22px;
      width: 57%; } }

.estate-content__text {
  font-size: 19px;
  line-height: 24px; }
  @media screen and (max-width: 1024px) {
    .estate-content__text {
      font-size: 14px;
      line-height: 22px; } }
  @media screen and (max-width: 767px) {
    .estate-content__text {
      line-height: 20px; } }
  .estate-content__text_gray {
    color: rgba(0, 0, 0, 0.5); }

.estate-client__subtitle {
  max-width: 900px;
  margin-bottom: 103px; }

.estate-client__content {
  padding: 117px 0 108px; }
  @media screen and (max-width: 1024px) {
    .estate-client__content {
      padding: 70px 0; } }
  @media screen and (max-width: 767px) {
    .estate-client__content {
      padding: 35px 0 55px; } }
  .estate-client__content .text_gradient {
    background: -o-linear-gradient(24.67deg, #0E6AA7 20.16%, #26A2CB 33.07%, #0C9A85 47.95%, #38A85A 59.54%, #98C15A 69.51%);
    background: linear-gradient(65.33deg, #0E6AA7 20.16%, #26A2CB 33.07%, #0C9A85 47.95%, #38A85A 59.54%, #98C15A 69.51%);
    -webkit-background-clip: text;
    color: transparent; }
    @media screen and (max-width: 375px) {
      .estate-client__content .text_gradient span {
        background: -o-linear-gradient(24.67deg, #0E6AA7 33%, #26A2CB 66%, #0C9A85 99%);
        background: linear-gradient(65.33deg, #0E6AA7 33%, #26A2CB 66%, #0C9A85 99%);
        -webkit-background-clip: text;
        color: transparent; } }

.estate-client__item {
  -ms-flex-preferred-size: 30%;
  -webkit-flex-basis: 30%;
          flex-basis: 30%; }
  .estate-client__item:not(:last-child) {
    margin-right: 70px;
    padding-right: 68px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1024px) {
      .estate-client__item:not(:last-child) {
        margin-right: 35px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .estate-client__item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px; } }

.estate-client__img {
  height: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: 47px; }
  @media screen and (max-width: 1024px) {
    .estate-client__img {
      width: 50%;
      height: 100px;
      margin-bottom: 33px; } }
  @media screen and (max-width: 767px) {
    .estate-client__img {
      margin: 0 auto 22px;
      height: auto; } }
  .estate-client__img img {
    width: auto; }

@media screen and (max-width: 767px) {
  .estate-client__main {
    text-align: center;
    width: 88%;
    margin: 0 auto; } }

.estate-benefit__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .estate-benefit__grid {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .estate-benefit__grid {
      display: block; } }

.estate-benefit__col {
  -ms-flex-preferred-size: calc(50% - 90px);
  -webkit-flex-basis: calc(50% - 90px);
          flex-basis: calc(50% - 90px); }
  @media screen and (max-width: 1024px) {
    .estate-benefit__col {
      -ms-flex-preferred-size: 50%;
      -webkit-flex-basis: 50%;
              flex-basis: 50%; } }
  @media screen and (max-width: 767px) {
    .estate-benefit__col {
      margin-bottom: 27px; } }
  .estate-benefit__col:first-child {
    margin-right: 180px; }
    @media screen and (max-width: 1024px) {
      .estate-benefit__col:first-child {
        margin-right: 50px; } }
    @media screen and (max-width: 767px) {
      .estate-benefit__col:first-child {
        margin-right: 0; } }

.estate-benefit__item {
  margin-bottom: 85px;
  min-height: 260px; }
  @media screen and (max-width: 1024px) {
    .estate-benefit__item {
      margin-bottom: 60px;
      min-height: 230px; } }
  @media screen and (max-width: 767px) {
    .estate-benefit__item {
      margin-bottom: 27px;
      min-height: auto; } }

.estate-benefit__content {
  padding-bottom: 140px; }
  @media screen and (max-width: 1024px) {
    .estate-benefit__content {
      padding-bottom: 38px; } }
  @media screen and (max-width: 767px) {
    .estate-benefit__content {
      padding-bottom: 12px; } }
  .estate-benefit__content .brand-content__title {
    padding: 0;
    line-height: 12px; }

.estate-benefit__icon {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .estate-benefit__icon {
      margin-bottom: 15px; }
      .estate-benefit__icon svg {
        width: 35px;
        height: 35px; } }

.estate-download {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px; }
  @media screen and (max-width: 1024px) {
    .estate-download {
      position: static;
      margin-top: 60px;
      width: 210px;
      border: 1px solid #BDBDBD;
      padding: 13px 15px 13px; } }
  @media screen and (max-width: 767px) {
    .estate-download {
      margin-top: 40px; } }
  .estate-download__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .estate-download__icon {
    width: 34px;
    height: 34px;
    padding: 6px;
    border: 1px solid #BDBDBD;
    border-radius: 3px;
    margin-right: 15px; }
    @media screen and (max-width: 1024px) {
      .estate-download__icon {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-radius: 0;
        padding: 0;
        height: 23px;
        padding-right: 12px;
        margin-right: 12px; } }
    .estate-download__icon svg {
      max-width: 100%;
      height: auto; }
  .estate-download__text {
    width: 70%;
    font-size: 16px;
    line-height: 21px;
    color: #000000; }
    @media screen and (max-width: 1024px) {
      .estate-download__text {
        width: auto;
        font-size: 13px;
        line-height: 16px; } }

.estate-main__button {
  display: inline-block; }
  @media screen and (min-width: 1025px) {
    .estate-main__button {
      margin-right: auto; } }
  .estate-main__button .b-button {
    min-width: 298px; }
    @media (max-width: 1024px) {
      .estate-main__button .b-button {
        min-width: 260px; } }
    @media (max-width: 767px) {
      .estate-main__button .b-button {
        min-width: 165px; } }

@media (max-width: 767px) {
  .hide_mob {
    display: none; } }

.estate-main__bottom {
  padding-top: 25px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .estate-main__bottom {
      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;
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .estate-main__bottom {
      padding-top: 8px; } }

.b-button {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  padding: 0 30px;
  border: 0;
  /* border-radius: 3px;*/
  color: #FFF;
  background: #0C273E;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease; }
  .b-button__label {
    font-size: 15px;
    line-height: 36px; }
  .b-button.b-button--border {
    border: 1px solid #1D2A40;
    background-color: #fff;
    border-radius: 100px;
    color: #1D2A40; }
    .b-button.b-button--border .b-button__label {
      font-weight: 400;
      line-height: 38px; }
    .b-button.b-button--border:hover {
      background-color: #1D2A40;
      color: #fff;
      text-decoration: none; }
  .b-button.b-button--white-radius {
    background-color: #fff;
    border-radius: 100px;
    color: #000;
    height: 64px;
    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; }
    @media (max-width: 1024px) {
      .b-button.b-button--white-radius {
        height: 60px; } }
    @media (max-width: 767px) {
      .b-button.b-button--white-radius {
        height: 40px;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase; } }
  @media (max-width: 767px) and (max-width: 1024px) {
    .b-button.b-button--white-radius {
      font-size: 16px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .b-button.b-button--white-radius {
      font-size: 13px; } }
    .b-button.b-button--white-radius:hover {
      background-color: #1D2A40;
      color: #fff;
      text-decoration: none; }
  .b-button.is-disabled {
    cursor: not-allowed;
    background: #CCC; }
    .b-button.is-disabled:hover {
      background: #CCC !important; }
  .b-button:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #FFF;
    background: #1966A5; }

.b-button.b-button--white-radius .b-button__label {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase; }

@media (max-width: 1024px) {
  .b-button.b-button--white-radius .b-button__label {
    font-size: 16px; } }

@media (max-width: 767px) {
  .b-button.b-button--white-radius .b-button__label {
    font-size: 13px; } }

.estate-services {
  padding-bottom: 217px; }
  @media screen and (max-width: 1024px) {
    .estate-services {
      padding-bottom: 128px; } }
  @media screen and (max-width: 767px) {
    .estate-services {
      padding-bottom: 44px; } }
  @media screen and (min-width: 1025px) {
    .estate-services__aside {
      -ms-flex-preferred-size: 41%;
      -webkit-flex-basis: 41%;
              flex-basis: 41%;
      padding-right: 6%; } }
  @media screen and (max-width: 1024px) {
    .estate-services__aside {
      margin-bottom: 45px; } }
  @media screen and (max-width: 767px) {
    .estate-services__aside {
      margin-bottom: 20px; } }
  .estate-services__content {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .estate-services__content {
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .estate-services__content {
        display: block; } }
  .estate-services__row {
    padding-bottom: 75px; }
    @media screen and (max-width: 1024px) {
      .estate-services__row {
        display: block;
        padding-bottom: 0; } }
    .estate-services__row:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 75px; }
      @media screen and (max-width: 1024px) {
        .estate-services__row:not(:last-child) {
          border: none;
          margin-bottom: 60px; } }
      @media screen and (max-width: 767px) {
        .estate-services__row:not(:last-child) {
          margin-bottom: 45px; } }
  .estate-services ul {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%; }
    @media screen and (max-width: 1024px) {
      .estate-services ul {
        -ms-flex-preferred-size: 45%;
        -webkit-flex-basis: 45%;
                flex-basis: 45%; } }
    .estate-services ul:first-child {
      margin-right: 50px; }
      @media screen and (max-width: 767px) {
        .estate-services ul:first-child {
          margin-right: 0; } }
  .estate-services li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 1024px) {
      .estate-services li {
        width: 81%;
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .estate-services li {
        width: 92%;
        margin-bottom: 10px; } }
    .estate-services li::after {
      content: '';
      position: absolute;
      left: -20px;
      top: 10px;
      width: 20px;
      height: 2px;
      background-color: #C4C4C4; }
  .estate-services .estate-content__short-title {
    width: auto; }
    @media screen and (max-width: 1024px) {
      .estate-services .estate-content__short-title {
        width: 58%; } }
    @media screen and (max-width: 767px) {
      .estate-services .estate-content__short-title {
        width: auto; } }
  .estate-services .list_first {
    height: 280px; }
  .estate-services .text_gradient {
    color: transparent;
    white-space: nowrap; }
    .estate-services .text_gradient_first {
      background: -o-linear-gradient(24.67deg, #26a2cb 0%, #0c9a85 10%, #38a85a 30%, #98c15a 70%);
      background: linear-gradient(65.33deg, #26a2cb 0%, #0c9a85 10%, #38a85a 30%, #98c15a 70%);
      -webkit-background-clip: text; }
    .estate-services .text_gradient_second {
      background: -o-linear-gradient(24.67deg, #0E6AA7 5%, #26A2CB 30%, #0C9A85 93%, #98c15a 99%);
      background: linear-gradient(65.33deg, #0E6AA7 5%, #26A2CB 30%, #0C9A85 93%, #98c15a 99%);
      -webkit-background-clip: text; }

.estate-tasks__main {
  position: relative; }

.estate-tasks__subtitle {
  margin-bottom: 58px; }
  @media screen and (min-width: 1025px) {
    .estate-tasks__subtitle {
      max-width: 700px; } }

.estate-tasks__content {
  padding: 193px 0 230px; }
  @media screen and (max-width: 1024px) {
    .estate-tasks__content {
      padding: 72px 0 94px; } }
  @media screen and (max-width: 767px) {
    .estate-tasks__content {
      padding: 52px 0 72px; } }

@media screen and (max-width: 767px) {
  .estate-tasks__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; } }

.estate-tasks__num {
  font-weight: bold;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -0.01em;
  margin-bottom: 75px; }
  @media screen and (max-width: 1024px) {
    .estate-tasks__num {
      font-size: 42px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .estate-tasks__num {
      font-size: 24px;
      line-height: 24px;
      margin-right: 21px; } }

.estate-tasks__item {
  -ms-flex-preferred-size: 33%;
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
  padding: 32px 40px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1024px) {
    .estate-tasks__item {
      -ms-flex-preferred-size: 30%;
      -webkit-flex-basis: 30%;
              flex-basis: 30%;
      padding: 17px 15px 35px 20px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .estate-tasks__item .estate-content__text {
        line-height: 18px; }
      .estate-tasks__item:first-child .num {
        color: #0E6BA7; }
        .estate-tasks__item:first-child .num::after {
          background-color: #0E6BA7; }
      .estate-tasks__item:nth-child(2) .num {
        color: #38A85A; }
        .estate-tasks__item:nth-child(2) .num::after {
          background-color: #38A85A; }
      .estate-tasks__item:nth-child(3) .num {
        color: #86BD58; }
        .estate-tasks__item:nth-child(3) .num::after {
          background-color: #86BD58; } }
  @media screen and (max-width: 767px) {
    .estate-tasks__item {
      padding: 20px 15px 20px 20px; } }
  .estate-tasks__item .num {
    position: relative; }
    .estate-tasks__item .num::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 0px;
      height: 5px;
      background-color: #86BD58;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      max-width: 100%; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .estate-tasks__item .num::after {
          width: 100%; } }
  .estate-tasks__item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1024px) {
      .estate-tasks__item:not(:last-child) {
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .estate-tasks__item:not(:last-child) {
        margin-bottom: 16px; } }

.estate-tasks__img {
  height: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: 47px; }
  .estate-tasks__img img {
    width: auto; }

.brand-content {
  padding: 125px 0 170px; }
  @media (max-width: 767px) {
    .brand-content {
      padding: 35px 0; } }
  .brand-content__subtitle {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    margin-bottom: 45px; }
  .brand-content__title {
    width: 155px;
    min-width: 155px;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.3;
    margin-right: 70px;
    padding-top: 8px; }
    @media (max-width: 1024px) {
      .brand-content__title {
        width: 75px;
        min-width: 75PX; } }
    @media (max-width: 767px) {
      .brand-content__title {
        min-width: auto;
        width: auto;
        margin-bottom: 15px; } }
  .brand-content__text {
    position: relative;
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    background-color: #fff; }
    @media (max-width: 1024px) {
      .brand-content__text {
        font-size: 16px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .brand-content__text {
        font-size: 13px;
        line-height: 20px; } }

.brand-box {
  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; }
  .brand-box:not(:last-child) {
    margin-bottom: 190px; }
    @media (max-width: 1024px) {
      .brand-box:not(:last-child) {
        margin-bottom: 100px; } }
    @media (max-width: 767px) {
      .brand-box:not(:last-child) {
        margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .brand-box {
      display: block; } }

.brand-about {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .brand-about__left {
    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; }
    @media (max-width: 767px) {
      .brand-about__left {
        display: block; } }
  .brand-about__main {
    width: 505px; }
    @media (max-width: 1024px) {
      .brand-about__main {
        width: 455px; } }
    @media (max-width: 767px) {
      .brand-about__main {
        width: 100%; } }
  .brand-about__subtitle {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 45px; }
    @media (max-width: 1024px) {
      .brand-about__subtitle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .brand-about__subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px; } }
  .brand-about__text {
    margin-bottom: 50px; }
    .brand-about__text span {
      display: block;
      color: rgba(0, 0, 0, 0.5);
      background: #fff;
      mix-blend-mode: lighten; }
      .brand-about__text span::-moz-selection {
        background: #000;
        color: #fff; }
      .brand-about__text span::selection {
        background: #000;
        color: #fff; }
    @media (max-width: 767px) {
      .brand-about__text {
        margin-bottom: 33px; } }
  .brand-about__download {
    width: 300px; }
    .brand-about__download span {
      font-size: 20px;
      line-height: 31px;
      color: #000000; }
    @media (max-width: 1024px) {
      .brand-about__download {
        display: none; } }
  .brand-about .link {
    -webkit-transition: 0.8s linear;
    -o-transition: 0.8s linear;
    transition: 0.8s linear; }
    @media (max-width: 1024px) {
      .brand-about .link {
        display: none; } }
    .brand-about .link__main {
      border: 1px solid #D6D2CF;
      padding: 25px;
      margin-top: -10px; }
    .brand-about .link__title {
      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;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: bold;
      font-size: 24px;
      line-height: 26px;
      color: #000000;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .brand-about .link__title h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 1px;
        width: 53px;
        background-color: #9DA1A6;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
    .brand-about .link:hover {
      -webkit-box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.13);
              box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.13);
      -webkit-transition: 0.8s linear;
      -o-transition: 0.8s linear;
      transition: 0.8s linear; }
      .brand-about .link:hover h2:after {
        width: 150px;
        background-color: #F63434;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
  @media (min-width: 1025px) {
    .brand-about .link_tablet {
      display: none; } }
  .brand-about__btn {
    width: 217px;
    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;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    border: 1px solid #D6D2CF;
    padding: 13px 15px; }
    .brand-about__btn span {
      padding-left: 15px;
      margin-left: 15px;
      border-left: 1px solid #C4C4C4; }

.brand-services {
  position: relative; }
  .brand-services .collapse {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px; }
    @media (max-width: 1270px) {
      .brand-services .collapse {
        display: none;
        position: static;
        width: 80%; } }
    @media (max-width: 767px) {
      .brand-services .collapse {
        width: 95%; } }
  .brand-services__elem.is-show .link__icon-plus:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
    -webkit-transition: background-color .2s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: background-color .2s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, background-color .2s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, background-color .2s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, background-color .2s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .brand-services__elem.is-show .link__icon-plus:after {
    -webkit-transition: background-color .2s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: background-color .2s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, background-color .2s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, background-color .2s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, background-color .2s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .brand-services__elem.is-show .link__icon-plus.icon_dark-blue:after {
    background-color: #0D68A7; }
  .brand-services__elem.is-show .link__icon-plus.icon_blue:after {
    background-color: #1899C8; }
  .brand-services__elem.is-show .link__icon-plus.icon_light-blue:after {
    background-color: #19A0BC; }
  .brand-services__elem.is-show .link__icon-plus.icon_green-blue:after {
    background-color: #179B99; }
  .brand-services__elem.is-show .link__icon-plus.icon_green:after {
    background-color: #18A649; }
  .brand-services__elem.is-show .link__icon-plus.icon_light-green:after {
    background-color: #90C149; }
  .brand-services__elem:hover .content {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .brand-services__elem:hover .content span {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .brand-services__elem:hover .link_dark-blue {
    color: #0D68A7; }
  .brand-services__elem:hover .link_blue {
    color: #1899C8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .brand-services__elem:hover .link_light-blue {
    color: #19A0BC;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .brand-services__elem:hover .link_green-blue {
    color: #179B99;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .brand-services__elem:hover .link_green {
    color: #18A649;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .brand-services__elem:hover .link_light-green {
    color: #90C149;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  @media (max-width: 767px) {
    .brand-services__elem:not(:last-child) {
      border-bottom: 1px solid rgba(214, 210, 207, 0.3); } }
  @media (max-width: 767px) {
    .brand-services__elem {
      padding: 7px 0; } }
  .brand-services__elem-title {
    position: relative; }
  .brand-services__links {
    width: 660px; }
    @media (max-width: 1024px) {
      .brand-services__links {
        width: calc(100% - 75px); } }
    @media (max-width: 767px) {
      .brand-services__links {
        width: 100%; } }
  .brand-services .link {
    font-size: 50px;
    line-height: 66px;
    color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap; }
    @media (max-width: 1270px) {
      .brand-services .link {
        font-size: 32px;
        line-height: 56px; }
        .brand-services .link__icon-plus {
          position: absolute;
          top: 50%;
          right: 0;
          width: 28px;
          height: 28px;
          -webkit-transform: rotate(90deg) translateX(-50%);
              -ms-transform: rotate(90deg) translateX(-50%);
                  transform: rotate(90deg) translateX(-50%); }
          .brand-services .link__icon-plus:before {
            content: '';
            display: block;
            position: absolute;
            background-color: #7d7f7d;
            width: 3px;
            height: 100%;
            left: 50%;
            margin-left: -2px;
            top: 50%;
            margin-top: -14px;
            -webkit-transition: -webkit-transform 0.5s ease-in-out;
            transition: -webkit-transform 0.5s ease-in-out;
            -o-transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            opacity: 1; }
          .brand-services .link__icon-plus:after {
            content: '';
            display: block;
            position: absolute;
            background-color: #7d7f7d;
            width: 100%;
            height: 3px;
            left: 50%;
            margin-left: -14px;
            top: 50%;
            margin-top: -2px;
            -webkit-transition: -webkit-transform 0.5s ease-in-out;
            transition: -webkit-transform 0.5s ease-in-out;
            -o-transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg); } }
      @media (max-width: 1270px) and (max-width: 767px) {
        .brand-services .link__icon-plus:after {
          margin-left: -9px;
          margin-top: -7px; } }
    @media (max-width: 1270px) and (max-width: 767px) {
      .brand-services .link__icon-plus {
        width: 17px;
        height: 17px; } }
    @media (max-width: 767px) {
      .brand-services .link {
        font-size: 18px;
        line-height: 36px; } }
  .brand-services .content {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 20px; }
    @media (max-width: 1270px) {
      .brand-services .content {
        opacity: 1;
        padding-top: 0;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .brand-services .content {
        padding-top: 0;
        margin-bottom: 7px; } }
    @media (min-width: 1271px) {
      .brand-services .content span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 2px;
        width: 87px;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; } }
    .brand-services .content_dark-blue span {
      background-color: #0D68A7; }
    .brand-services .content_blue span {
      background-color: #1899C8; }
    .brand-services .content_light-blue span {
      background-color: #19A0BC; }
    .brand-services .content_green-blue span {
      background-color: #179B99; }
    .brand-services .content_green span {
      background-color: #18A649; }
    .brand-services .content_light-green span {
      background-color: #90C149; }

.brand-clients__img {
  width: 23%;
  margin-right: 85px;
  margin-bottom: 45px;
  text-align: center; }
  .brand-clients__img img {
    max-width: 100%; }
  .brand-clients__img:last-child {
    margin-top: -3%; }
    .brand-clients__img:last-child img {
      max-width: 228px; }
      @media (max-width: 767px) {
        .brand-clients__img:last-child img {
          max-width: 120px; } }
  @media (max-width: 767px) {
    .brand-clients__img:nth-child(2n) {
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .brand-clients__img {
      width: 33%;
      margin-right: 72px; } }
  @media (max-width: 767px) {
    .brand-clients__img {
      width: 41%;
      margin-right: 23px;
      margin-bottom: 15px; } }

.brand-clients__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -45px; }
  @media (max-width: 767px) {
    .brand-clients__area {
      margin-bottom: -15px; } }

/* @group Portfolio detailed */
.portfolio_detail_wrapper {
  padding-top: 69px;
  margin-top: -69px;
  width: 100%;
  overflow: hidden;
  font-family: 'Proxima'; }
  .portfolio_detail_wrapper .b-portfolio-section:first-child {
    padding-top: 70px; }

.b-portfolio-section {
  position: relative;
  text-align: center;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*max-width: 1440px;*/
  margin-left: auto;
  margin-right: auto;
  font-family: "Proxima" !important; }
  .b-portfolio-section_fullWidth {
    max-width: none; }
  .b-portfolio-section:first {
    padding-top: 60px;
    margin-top: -60px; }
  .b-portfolio-section img {
    position: relative;
    z-index: 3;
    vertical-align: top;
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .b-portfolio-section img {
        max-width: 100%; } }
  .b-portfolio-section .circle {
    left: 47%;
    position: absolute;
    top: -22px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .b-portfolio-section .circle {
        left: 40%;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5); } }
  .b-portfolio-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .b-portfolio-section__content {
    position: relative;
    z-index: 2;
    padding: 80px 0; }
  .b-portfolio-section__title {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-indent: .05em; }
  .b-portfolio-section__text {
    font-size: 17px;
    line-height: 25px;
    max-width: 61%;
    margin: 30px auto 0; }
    .b-portfolio-section__text:first-child {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .b-portfolio-section__text {
        max-width: none; } }
  .b-portfolio-section__separator {
    margin: 35px 0 0; }
  .b-portfolio-section__soclikes {
    text-align: center;
    margin-top: 55px; }
    .b-portfolio-section__soclikes a {
      width: 146px;
      height: 37px;
      display: inline-block;
      position: relative;
      line-height: 36px;
      font-size: 13px;
      margin: 5px 5px;
      color: #fff;
      padding-left: 36px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center; }
      .b-portfolio-section__soclikes a:before {
        display: block;
        content: "";
        height: 36px;
        width: 36px;
        position: absolute;
        left: 0;
        top: 0;
        border-right: solid 1px #6179ac;
        background-position: center;
        background-repeat: no-repeat; }
    .b-portfolio-section__soclikes .social_facebook {
      background: #3a5897;
      border: solid 1px #1e468e; }
      .b-portfolio-section__soclikes .social_facebook:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxMXB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjEyLjUgOCAxMSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxMi41IDggMTEgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9ImYiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xOS40ODEsMjh2LTguODloMi45NjRsMC43MzktMy43MDNoLTMuNzAzdi0xLjQ4MmMwLTEuNDgsMC43NDEtMi4yMjIsMi4yMjQtMi4yMjJoMS40NzlWOA0KCWMtMC43MzksMC0xLjY2LDAtMi45NjMsMGMtMi43MjIsMC00LjQ0NCwyLjEzNC00LjQ0NCw1LjE4NXYyLjIyM2gtMi45NjJ2My43MDNoMi45NjJWMjhIMTkuNDgxeiIvPg0KPC9zdmc+DQo=); }
    .b-portfolio-section__soclikes .social_googlep {
      background: #e02f2f;
      border: solid 1px #de0707; }
      .b-portfolio-section__soclikes .social_googlep:before {
        border-right: solid 1px #e65959;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMXB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjcuNSA4IDIxIDIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDcuNSA4IDIxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMC41LDhjMCwwLTQuNTkyLDAtNi4xNjQsMGMtMi44MiwwLTUuNDc1LDEuOTc5LTUuNDc1LDQuNDUzYzAsMi41MjgsMS45MjIsNC40OTMsNC43OTEsNC40OTMNCgkJYzAuMjAxLDAsMC4zOTQtMC4wNDQsMC41ODQtMC4wNThjLTAuMTg4LDAuMzU0LTAuMzE2LDAuNzM3LTAuMzE2LDEuMTUzYzAsMC43MDMsMC4zNzYsMS4yNjUsMC44NTQsMS43Mw0KCQljLTAuMzU4LDAtMC43MSwwLjAwMy0xLjA5MSwwLjAwM2MtMy40OTMsMC4wMDMtNi4xODIsMi4yMjUtNi4xODIsNC41MzFjMCwyLjI3MywyLjk0NywzLjY5NCw2LjQ0LDMuNjk0DQoJCWMzLjk4MiwwLDYuMTgzLTIuMjYxLDYuMTgzLTQuNTM0YzAtMS44Mi0wLjUzNy0yLjkxMi0yLjE5OC00LjA5MmMtMC41Ny0wLjM5OS0xLjY1Ny0xLjM4LTEuNjU3LTEuOTU2DQoJCWMwLTAuNjc0LDAuMTkyLTEuMDA2LDEuMjA5LTEuOGMxLjAzOC0wLjgxMiwxLjc3NC0xLjc4MSwxLjc3NC0zLjExMWMwLTEuNTgxLTAuNjgxLTMuNTA5LTIuMDAzLTMuNTA5aDIuMjVMMjAuNSw4eiBNMTguNDMyLDIzLjA3Mw0KCQljMC4wNDgsMC4yMTIsMC4wNzYsMC40MjgsMC4wNzYsMC42NDhjMCwxLjgzNi0xLjE4NSwzLjI3Mi00LjU3OCwzLjI3MmMtMi40MTYsMC00LjE1OS0xLjUyOC00LjE1OS0zLjM2Mw0KCQljMC0xLjc5OCwyLjE2NC0zLjI5OCw0LjU3OS0zLjI3MmMwLjU2MywwLjAwOCwxLjA4OSwwLjA5OCwxLjU2NCwwLjI0OEMxNy4yMjQsMjEuNTIxLDE4LjE2NCwyMi4wMzYsMTguNDMyLDIzLjA3M3ogTTE0LjU2MywxNi4yMjUNCgkJYy0xLjYyLTAuMDQ3LTMuMTYxLTEuODEzLTMuNDQtMy45NGMtMC4yNzgtMi4xMjksMC44MDktMy43NTksMi40MjktMy43MWMxLjYxOSwwLjA1LDMuMTYxLDEuNzU4LDMuNDQsMy44ODYNCgkJQzE3LjI3MSwxNC41ODcsMTYuMTg1LDE2LjI3MiwxNC41NjMsMTYuMjI1eiIvPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjUuNDk5LDE1Ljk5MiAyNS40OTksMTIuOTkyIDIzLjUsMTIuOTkyIDIzLjUsMTUuOTkyIDIwLjUsMTUuOTkyIDIwLjUsMTcuOTkyIDIzLjUsMTcuOTkyIA0KCQkyMy41LDIwLjk5MiAyNS40OTksMjAuOTkyIDI1LjQ5OSwxNy45OTIgMjguNDk5LDE3Ljk5MiAyOC40OTksMTUuOTkyIAkiLz4NCjwvZz4NCjwvc3ZnPg0K); }
    .b-portfolio-section__soclikes .social_twitter {
      background: #2ca8d2;
      border: solid 1px #009dcd; }
      .b-portfolio-section__soclikes .social_twitter:before {
        border-right: solid 1px #56b9db;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjggMTAgMjAgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgOCAxMCAyMCAxNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjgsMTEuODk1Yy0wLjczNSwwLjMyMi0xLjUyNSwwLjUzNy0yLjM1NywwLjYzNWMwLjg1Mi0wLjQ5NywxLjUwMS0xLjI4NywxLjgwOC0yLjIzDQoJYy0wLjc5MywwLjQ2MS0xLjY3MiwwLjc5Ny0yLjYwOCwwLjk3OUMyNC4wOTUsMTAuNDkyLDIzLjAyOCwxMCwyMS44NDcsMTBjLTIuMjY3LDAtNC4xMDMsMS44MDktNC4xMDMsNC4wMzkNCgljMCwwLjMxNCwwLjAzNywwLjYyNSwwLjEwNCwwLjkyMmMtMy40MDktMC4xNzEtNi40MzMtMS43NzktOC40NTgtNC4yMjJjLTAuMzUyLDAuNTk3LTAuNTU2LDEuMjktMC41NTYsMi4wMzINCgljMCwxLjM5OCwwLjcyNiwyLjYzNywxLjgyNSwzLjM2Yy0wLjY3Mi0wLjAyMi0xLjMwNS0wLjIwMi0xLjg1Ny0wLjUwNWMtMC4wMDEsMC4wMTctMC4wMDEsMC4wMzQtMC4wMDEsMC4wNTENCgljMCwxLjk1NSwxLjQxNSwzLjU5LDMuMjkyLDMuOTYxYy0wLjM0MiwwLjA5LTAuNzA0LDAuMTQzLTEuMDgsMC4xNDNjLTAuMjY1LDAtMC41MjEtMC4wMjMtMC43NzEtMC4wNzINCgljMC41MjEsMS42MDQsMi4wMzYsMi43NzEsMy44MzIsMi44MDZjLTEuMzk5LDEuMDgyLTMuMTcxLDEuNzI4LTUuMDk0LDEuNzI4Yy0wLjMzLDAtMC42NTktMC4wMTgtMC45OC0wLjA1NQ0KCUM5LjgxNiwyNS4zMzIsMTEuOTc1LDI2LDE0LjI5MywyNmM3LjU0NSwwLDExLjY3My02LjE1NCwxMS42NzMtMTEuNDkzYzAtMC4xNzMtMC4wMDUtMC4zNTEtMC4wMTItMC41MjENCglDMjYuNzU1LDEzLjQxNSwyNy40NTEsMTIuNzA0LDI4LDExLjg5NXoiLz4NCjwvc3ZnPg0K); }
  .b-portfolio-section.is-dark {
    color: #FFF; }
  .b-portfolio-section.has-fade:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(80%, transparent)) repeat-x;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 20%, transparent 80%) repeat-x;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 20%, transparent 80%) repeat-x;
    pointer-events: none;
    z-index: 4; }

.b-portfolio-detailed-hero {
  color: #FFF;
  opacity: 1 !important; }
  .b-portfolio-detailed-hero__title, .b-portfolio-detailed-hero__subtitle {
    font-family: 'Proxima';
    text-transform: uppercase; }
  .b-portfolio-detailed-hero__title {
    font-weight: 900;
    font-size: 84px;
    line-height: 90px;
    letter-spacing: .1em;
    text-indent: .1em;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .b-portfolio-detailed-hero__title {
        font-size: 26px;
        line-height: 36px; } }
  .b-portfolio-detailed-hero__subtitle {
    font-size: 18px;
    line-height: 23px;
    text-indent: .05em;
    letter-spacing: .05em; }
  .b-portfolio-detailed-hero__separator {
    display: block;
    width: 100px;
    height: 3px;
    margin: 45px auto;
    background-color: #FFF; }
  .b-portfolio-detailed-hero__desc {
    font-size: 17px;
    line-height: 25px;
    margin: 0 auto 30px;
    max-width: 61%; }
    .b-portfolio-detailed-hero__desc em {
      font-style: italic; }
    @media screen and (max-width: 767px) {
      .b-portfolio-detailed-hero__desc {
        max-width: none; } }
  .b-portfolio-detailed-hero__url {
    font-size: 17px;
    line-height: 25px; }
    .b-portfolio-detailed-hero__url a {
      color: #fff;
      font-weight: bold;
      text-decoration: underline; }
  .b-portfolio-detailed-hero .b-portfolio-rewards {
    margin-top: 30px; }

.b-portfolio-rewards {
  text-align: center; }
  .b-portfolio-rewards__item {
    display: inline-block;
    vertical-align: top;
    margin: 30px 30px 0; }
    @media screen and (max-width: 767px) {
      .b-portfolio-rewards__item {
        margin: 30px 0 0; } }

.b-portfolio-reward {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 123px;
  font-size: 11px;
  line-height: 12px; }
  .b-portfolio-reward__inner {
    display: inline-block;
    padding: 5px 15px;
    height: 61px; }
  .b-portfolio-reward__year {
    font-style: italic; }
  .b-portfolio-reward__year, .b-portfolio-reward__value, .b-portfolio-reward__subtitle {
    font-size: 10px; }
  .b-portfolio-reward__title {
    font-family: 'Proxima';
    letter-spacing: .14em;
    text-indent: .14em;
    margin: 7px 0 3px;
    text-transform: uppercase; }
  .b-portfolio-reward__subtitle {
    font-family: 'Proxima';
    margin-bottom: 3px; }
  .b-portfolio-reward__title + .b-portfolio-reward__subtitle {
    margin-top: -3px; }
  .b-portfolio-reward:before, .b-portfolio-reward:after {
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 61px;
    bottom: 0;
    background-size: 100% 100%; }
  .b-portfolio-reward:before {
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjciIGhlaWdodD0iMjM2IiB2aWV3Qm94PSIwIDAgMTI3IDIzNiI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik03My44OCAyMTAuODMzYy04LjI5LS4zMjktMTUuNTgzIDQuNjUxLTE2LjkwOCA1LjMxOS0xLjMyNS42NTktMy4zMTcgMS42NTctMy4zMTcgMS42NTdzNy42MzIgNC42NTEgMTYuNTc5IDQuNjUxYzguOTU2IDAgMTUuNTgyLTYuMzA5IDE1LjU4Mi02LjMwOXMtMy42NDctNC45OC0xMS45MzYtNS4zMTh6TTQ4Ljc2OCAxODkuOGMtOC4wMTctMi4xMzctMTYuMjIyIDEuMTQtMTcuNjYgMS40OTdsLTMuNTk5Ljg5NXM2LjQzOCA2LjIwNCAxNS4xNzggOC4xNTNjOC43MzEgMS45NTggMTYuNTc5LTIuNzU5IDE2LjU3OS0yLjc1OXMtMi40ODItNS42NTgtMTAuNDk4LTcuNzg2ek0zNy40MTQgMTc1LjU5NHMtLjExMi02LjE3Ny02LjY4My0xMS4yNDFjLTYuNTc4LTUuMDY1LTE1LjQwMy01LjIyNi0xNi44NjktNS40NTEtMS40NjYtLjIxNy0zLjY2NS0uNTU2LTMuNjY1LS41NTZzMy41NDMgOC4yIDEwLjg1NCAxMy4zODhjNy4zMTMgNS4xNzggMTYuMzYzIDMuODYgMTYuMzYzIDMuODZ6TTE5LjAzMSAxMzMuNjYxYy01LjQ5OC02LjIxNC0xNC4xNDUtOC4wNC0xNS41MzUtOC41My0xLjQtLjQ5OS0zLjQ5Ni0xLjI1My0zLjQ5Ni0xLjI1M3MxLjkzNiA4LjczNyA4LjEzOSAxNS4yMDVjNi4xOTMgNi40NjggMTUuMzI4IDYuODgyIDE1LjMyOCA2Ljg4MnMxLjA2Mi02LjA4Mi00LjQzNi0xMi4zMDR6TTE2Ljc4NSAxMTUuMzAzczIuNjY5LTUuNTY0LS45MzktMTMuMDQ5Yy0zLjYtNy40ODUtMTEuNDE5LTExLjU5LTEyLjYzMi0xMi40NDYtMS4yMDMtLjg2Ni0zLjAxNy0yLjE1Ni0zLjAxNy0yLjE1NnMtLjUxOCA4LjkzNSAzLjY5MyAxNi44NDNjNC4yMTIgNy45MTcgMTIuODk1IDEwLjgwOCAxMi44OTUgMTAuODA4ek0xOC40OTUgODNzNC40MTctNC4zMDIgMy42MDktMTIuNTY4Yy0uODE3LTguMjc1LTYuNzU4LTE0LjgxOC03LjU5NC0xNi4wNDNsLTIuMDk2LTMuMDZzLTMuNTQzIDguMi0yLjMxMiAxNy4wODhjMS4yNDIgOC44NzggOC4zOTMgMTQuNTgzIDguMzkzIDE0LjU4M3pNMzQuMTI1IDQzLjE0OGMxLjI3OC04LjIxLTIuODI5LTE2LjA0My0zLjMzNy0xNy40MzctLjUwNy0xLjQwMi0xLjI2OS0zLjQ5My0xLjI2OS0zLjQ5M3MtNS40NzkgNy4wNjItNi41MDQgMTUuOTY4Yy0xLjAyMyA4LjkwNiA0LjQ3NSAxNi4yMzEgNC40NzUgMTYuMjMxczUuMzU3LTMuMDYgNi42MzUtMTEuMjY5ek01MC45NTcgMjEuNDI5YzMuMDA4LTcuNzM5LjY4Ny0xNi4yNzguNDg5LTE3Ljc0N2wtLjQ4OS0zLjY4MnMtNi44NyA1LjcxNS05Ljc4MyAxNC4xODhjLTIuOTE0IDguNDgyLjg4MyAxNi44MTQuODgzIDE2LjgxNHM1Ljg5My0xLjgzNSA4LjktOS41NzN6TTc0LjQxNSAxODIuMTg0cy4xNyA3LjY4MyA0LjMxNCAxNC4xNzljNC4xMzUgNi40OTYgMTEuNzY3IDguMzg5IDExLjc2NyA4LjM4OXMxLjkxNy00Ljk1Mi0xLjY4My0xMS4xMTljLTMuNTktNi4xNjctMTAuNTYzLTkuMTUxLTExLjY2My05LjgxMS0xLjA4OS0uNjUtMi43MzUtMS42MzgtMi43MzUtMS42Mzh6TTYzLjM4MiAxOTAuMDkyczMuMTc3LTMuODk3IDIuMzIxLTEwLjk4NmMtLjg1NS03LjA5LTYuMDcxLTEyLjYwNi02LjgxMy0xMy42NDMtLjc0My0xLjA0NS0xLjg2MS0yLjU5OS0xLjg2MS0yLjU5OXMtMi44OTUgNy4xMTctMS42NzMgMTQuNzI1YzEuMjMxIDcuNjA4IDguMDI2IDEyLjUwMyA4LjAyNiAxMi41MDN6TTQ5LjE5OSAxNTguOTM5YzEuMDE2LTcuMDctMi41ODQtMTMuNzU1LTMuMDM1LTE0Ljk1LS40NDEtMS4xOTYtMS4xMTgtMi45ODQtMS4xMTgtMi45ODRzLTQuNjQzIDYuMTEtNS40NDEgMTMuNzgyYy0uOCA3LjY2NCA0LjQ5MiAxNC4xNiA0LjQ5MiAxNC4xNnM0LjA3OC0yLjkzOCA1LjEwMi0xMC4wMDh6TTM4LjMyNSAxMzIuNzY2YzIuODItNi41NjIgMS4wODItMTMuOTUyLjk2LTE1LjIyM2wtLjMxMS0zLjE4MnMtNi4wNzEgNC42OTctOC44MzUgMTEuODljLTIuNzUzIDcuMTkyLjY1OCAxNC44MzcuNjU4IDE0LjgzN3M0LjcxLTEuNzY5IDcuNTI4LTguMzIyek0zNC42MjMgMTA2Ljg2N2M0LjU3Ny01LjQ3MSA1LjAxOS0xMy4wNTkgNS4yNzItMTQuMzExbC42MS0zLjEzNnMtNy4xNjEgMi43NTktMTEuODYgOC44NTljLTQuNjk4IDYuMTAyLTMuNjA4IDE0LjQxNC0zLjYwOCAxNC40MTRzNS4wMTktLjM0NyA5LjU4Ni01LjgyNnpNNTEuNDM3IDY3LjkzN3MtNy42NTktLjM3Ni0xNC40MTcgMy4zMDVjLTYuNzU4IDMuNjcyLTkuMTE2IDExLjcyMi05LjExNiAxMS43MjJzNC43MjggMS43MDQgMTEuMTE4LTEuNDVjNi40LTMuMTUzIDkuODY4LTkuOTEzIDEwLjU5Mi0xMC45NTkuNzMyLTEuMDQ2IDEuODIzLTIuNjE4IDEuODIzLTIuNjE4ek02MS43MzYgNDcuNzk5Yy45MjItLjg4NSAyLjI5NC0yLjIxMiAyLjI5NC0yLjIxMnMtNy40NDMtMS44NDYtMTQuNzgzLjQ2MWMtNy4zNDEgMi4zMDctMTEuMTk0IDkuNzU0LTExLjE5NCA5Ljc1NHM0LjMxNCAyLjU4OSAxMS4xOTQuNzE1YzYuODc5LTEuODY0IDExLjU3OC03LjgzMyAxMi40ODktOC43MTh6TTczLjU1MSAyOC4xODhsMi4yMjgtMi4xODVzLTcuMjkzLTEuNzUxLTE0LjQ0NS41NDZjLTcuMTYyIDIuMjk4LTEwLjg4NCA5LjU5NC0xMC44ODQgOS41OTRzNC4yMjkgMi41MDQgMTAuOTM5LjY0MWM2LjcxMS0xLjg2NCAxMS4yNjktNy43MyAxMi4xNjItOC41OTZ6TTEyNi45NjEgMjMzLjc2N2MtNC4yNzYtMTQuMTc5LTE4LjE2Ny0xOS4yMjUtMzIuMDAxLTI0LjE1OC0xNy41MTktNi4yNTEtMjcuMzQtMTEuMjg4LTQwLjk1OC0yNC42NDctMTMuNTMzLTEzLjI3NC0yMy4xNjctMjkuNzctMjcuNzUzLTQ5LjE3My01LjMwMS0yMi40MzUtMy43NzgtNTAuNDU0IDQuNDA3LTcyLjAzMiA4LjIxMS0yMS42MzEgMjEuNzE3LTM2Ljc2OSAzMi4xMDctNDUuNzgyIDEuOTM1LS4yMzkgNy40ODItMS4xNzggMTIuMDU2LTQuNDA3IDUuNjM5LTMuOTkyIDguMjg5LTEyLjYyNSA4LjI4OS0xMi42MjVzLTIuMTM0IDAtNi4xIDEuMjUxYy03LjQ1OCAyLjMzNi0xNC43MSA2LjU5LTE0LjkzMSAxNS40NS0xNS40NiAxMy4wNTYtMzcuNzU1IDM5LjYzMS00MC42MzkgODAuMjc5LTIuNzI2IDM4LjQ2OCAxMS4wMjQgNzUuODYzIDQyLjExMyA5OS4zMDYgOC41NjIgNi40NTggMTcuMTYxIDExLjEzOCAzMC44MzYgMTYuMjY5IDUuMzAxIDEuOTk2IDE2LjkwNyA2LjY1NiAyMS4yMTIgMTEuOTY2IDQuMzEzIDUuMzEgNS42MzkgOS42MzIgNS42MzkgOS42MzIuNTczIDEuODcyIDYuMjg2LjU0NSA1LjcyMy0xLjMyOXoiLz48L2c+PC9zdmc+Cg==); }
  .b-portfolio-reward:after {
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjciIGhlaWdodD0iMjM2IiB2aWV3Qm94PSIwIDAgMTI3IDIzNiI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik01My4xMiAyMTAuODMzYzguMjktLjMyOSAxNS41ODMgNC42NTEgMTYuOTA4IDUuMzE5IDEuMzI1LjY1OSAzLjMxNyAxLjY1NyAzLjMxNyAxLjY1N3MtNy42MzIgNC42NTEtMTYuNTc5IDQuNjUxYy04Ljk1NiAwLTE1LjU4Mi02LjMwOS0xNS41ODItNi4zMDlzMy42NDctNC45OCAxMS45MzYtNS4zMTh6TTc4LjIzMiAxODkuOGM4LjAxNy0yLjEzNyAxNi4yMjIgMS4xNCAxNy42NiAxLjQ5N2wzLjU5OS44OTVzLTYuNDM4IDYuMjA0LTE1LjE3OCA4LjE1M2MtOC43MzEgMS45NTgtMTYuNTc5LTIuNzU5LTE2LjU3OS0yLjc1OXMyLjQ4Mi01LjY1OCAxMC40OTgtNy43ODZ6TTg5LjU4NiAxNzUuNTk0cy4xMTItNi4xNzcgNi42ODMtMTEuMjQxYzYuNTc4LTUuMDY1IDE1LjQwMy01LjIyNiAxNi44NjktNS40NTEgMS40NjYtLjIxNyAzLjY2NS0uNTU2IDMuNjY1LS41NTZzLTMuNTQzIDguMi0xMC44NTQgMTMuMzg4Yy03LjMxMyA1LjE3OC0xNi4zNjMgMy44Ni0xNi4zNjMgMy44NnpNMTA3Ljk2OSAxMzMuNjYxYzUuNDk4LTYuMjE0IDE0LjE0NS04LjA0IDE1LjUzNS04LjUzIDEuNC0uNDk4IDMuNDk2LTEuMjUyIDMuNDk2LTEuMjUycy0xLjkzNiA4LjczNy04LjEzOSAxNS4yMDVjLTYuMTkzIDYuNDY4LTE1LjMyOCA2Ljg4Mi0xNS4zMjggNi44ODJzLTEuMDYyLTYuMDgzIDQuNDM2LTEyLjMwNXpNMTEwLjIxNSAxMTUuMzAzcy0yLjY2OS01LjU2NC45MzktMTMuMDQ5YzMuNi03LjQ4NSAxMS40MTktMTEuNTkgMTIuNjMyLTEyLjQ0NiAxLjIwMy0uODY2IDMuMDE3LTIuMTU2IDMuMDE3LTIuMTU2cy41MTggOC45MzUtMy42OTMgMTYuODQzYy00LjIxMiA3LjkxNy0xMi44OTUgMTAuODA4LTEyLjg5NSAxMC44MDh6TTEwOC41MDUgODNzLTQuNDE3LTQuMzAyLTMuNjA5LTEyLjU2OGMuODE3LTguMjc1IDYuNzU4LTE0LjgxOCA3LjU5NC0xNi4wNDNsMi4wOTYtMy4wNnMzLjU0MyA4LjIgMi4zMTIgMTcuMDg4Yy0xLjI0MiA4Ljg3OC04LjM5MyAxNC41ODMtOC4zOTMgMTQuNTgzek05Mi44NzUgNDMuMTQ4Yy0xLjI3OC04LjIxIDIuODI5LTE2LjA0MyAzLjMzNy0xNy40MzcuNTA3LTEuNDAyIDEuMjY5LTMuNDkzIDEuMjY5LTMuNDkzczUuNDc5IDcuMDYyIDYuNTA0IDE1Ljk2OGMxLjAyMyA4LjkwNi00LjQ3NSAxNi4yMzEtNC40NzUgMTYuMjMxcy01LjM1Ny0zLjA2LTYuNjM1LTExLjI2OXpNNzYuMDQzIDIxLjQyOWMtMy4wMDgtNy43MzktLjY4Ny0xNi4yNzgtLjQ4OS0xNy43NDdsLjQ4OS0zLjY4MnM2Ljg3IDUuNzE1IDkuNzgzIDE0LjE4OGMyLjkxNCA4LjQ4Mi0uODgzIDE2LjgxNC0uODgzIDE2LjgxNHMtNS44OTMtMS44MzUtOC45LTkuNTczek01Mi41ODUgMTgyLjE4NHMtLjE3IDcuNjgzLTQuMzE0IDE0LjE3OWMtNC4xMzUgNi40OTYtMTEuNzY3IDguMzg5LTExLjc2NyA4LjM4OXMtMS45MTctNC45NTIgMS42ODMtMTEuMTE5YzMuNTktNi4xNjcgMTAuNTYzLTkuMTUxIDExLjY2My05LjgxMSAxLjA4OS0uNjUgMi43MzUtMS42MzggMi43MzUtMS42Mzh6TTYzLjYxOCAxOTAuMDkycy0zLjE3Ny0zLjg5Ny0yLjMyMS0xMC45ODZjLjg1NS03LjA5IDYuMDcxLTEyLjYwNiA2LjgxMy0xMy42NDMuNzQzLTEuMDQ1IDEuODYxLTIuNTk5IDEuODYxLTIuNTk5czIuODk1IDcuMTE3IDEuNjczIDE0LjcyNWMtMS4yMzEgNy42MDgtOC4wMjYgMTIuNTAzLTguMDI2IDEyLjUwM3pNNzcuODAxIDE1OC45MzljLTEuMDE2LTcuMDcgMi41ODQtMTMuNzU1IDMuMDM1LTE0Ljk1LjQ0MS0xLjE5NiAxLjExOC0yLjk4NCAxLjExOC0yLjk4NHM0LjY0MyA2LjExIDUuNDQxIDEzLjc4MmMuOCA3LjY2NC00LjQ5MiAxNC4xNi00LjQ5MiAxNC4xNnMtNC4wNzgtMi45MzgtNS4xMDItMTAuMDA4ek04OC42NzUgMTMyLjc2NmMtMi44Mi02LjU2Mi0xLjA4Mi0xMy45NTItLjk2LTE1LjIyM2wuMzExLTMuMTgyczYuMDcxIDQuNjk3IDguODM1IDExLjg5YzIuNzUzIDcuMTkyLS42NTggMTQuODM3LS42NTggMTQuODM3cy00LjcxLTEuNzY5LTcuNTI4LTguMzIyek05Mi4zNzcgMTA2Ljg2N2MtNC41NzctNS40NzEtNS4wMTktMTMuMDU5LTUuMjcyLTE0LjMxMWwtLjYxLTMuMTM2czcuMTYxIDIuNzU5IDExLjg2IDguODU5YzQuNjk4IDYuMTAyIDMuNjA4IDE0LjQxNCAzLjYwOCAxNC40MTRzLTUuMDE5LS4zNDctOS41ODYtNS44MjZ6TTc1LjU2MyA2Ny45MzdzNy42NTktLjM3NiAxNC40MTcgMy4zMDVjNi43NTggMy42NzIgOS4xMTYgMTEuNzIyIDkuMTE2IDExLjcyMnMtNC43MjggMS43MDQtMTEuMTE4LTEuNDVjLTYuNC0zLjE1My05Ljg2OC05LjkxMy0xMC41OTItMTAuOTU5LS43MzItMS4wNDYtMS44MjMtMi42MTgtMS44MjMtMi42MTh6TTY1LjI2NCA0Ny43OTljLS45MjItLjg4NS0yLjI5NC0yLjIxMi0yLjI5NC0yLjIxMnM3LjQ0My0xLjg0NiAxNC43ODMuNDYxYzcuMzQxIDIuMzA3IDExLjE5NCA5Ljc1NCAxMS4xOTQgOS43NTRzLTQuMzE0IDIuNTg5LTExLjE5NC43MTVjLTYuODc5LTEuODY0LTExLjU3OC03LjgzMy0xMi40ODktOC43MTh6TTUzLjQ0OSAyOC4xODhsLTIuMjI4LTIuMTg1czcuMjkzLTEuNzUxIDE0LjQ0NS41NDZjNy4xNjIgMi4yOTggMTAuODg0IDkuNTk0IDEwLjg4NCA5LjU5NHMtNC4yMjkgMi41MDQtMTAuOTM5LjY0MWMtNi43MTEtMS44NjQtMTEuMjY5LTcuNzMtMTIuMTYyLTguNTk2ek0uMDM5IDIzMy43NjdjNC4yNzYtMTQuMTc5IDE4LjE2Ny0xOS4yMjUgMzIuMDAxLTI0LjE1OCAxNy41MTktNi4yNTEgMjcuMzQtMTEuMjg4IDQwLjk1OC0yNC42NDcgMTMuNTMzLTEzLjI3NCAyMy4xNjctMjkuNzcgMjcuNzUzLTQ5LjE3MyA1LjMwMS0yMi40MzUgMy43NzgtNTAuNDU0LTQuNDA3LTcyLjAzMi04LjIxMS0yMS42MzEtMjEuNzE3LTM2Ljc2OS0zMi4xMDctNDUuNzgyLTEuOTM1LS4yMzktNy40ODItMS4xNzgtMTIuMDU2LTQuNDA3LTUuNjM5LTMuOTkyLTguMjg5LTEyLjYyNS04LjI4OS0xMi42MjVzMi4xMzQgMCA2LjEgMS4yNTFjNy40NTkgMi4zMzcgMTQuNzExIDYuNTkxIDE0LjkzMiAxNS40NSAxNS40NiAxMy4wNTcgMzcuNzU1IDM5LjYzMiA0MC42NCA4MC4yNzkgMi43MjYgMzguNDY4LTExLjAyNCA3NS44NjMtNDIuMTEzIDk5LjMwNi04LjU2MiA2LjQ1OC0xNy4xNjEgMTEuMTM4LTMwLjgzNiAxNi4yNjktNS4zMDEgMS45OTYtMTYuOTA3IDYuNjU2LTIxLjIxMiAxMS45NjYtNC4zMTMgNS4zMS01LjYzOSA5LjYzMi01LjYzOSA5LjYzMi0uNTc1IDEuODcyLTYuMjg4LjU0NS01LjcyNS0xLjMyOXoiLz48L2c+PC9zdmc+Cg==); }

.b-portfolio-detailed-outro {
  padding: 80px 0 0; }
  .b-portfolio-detailed-outro__text {
    max-width: 75%;
    font-size: 17px;
    line-height: 25px;
    margin: 0 auto; }
  .b-portfolio-detailed-outro__image {
    margin: 60px 0; }

.b-share-meta {
  text-align: center; }
  .b-share-meta__item {
    display: inline-block;
    margin: 0 10px; }

.swiper-container__logo-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  padding-bottom: 110px;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateZ(9);
          transform: translateZ(9);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-container__logo-text.loaded {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .swiper-container__logo-text {
      display: none; } }
  .swiper-container__logo-text .b-logo {
    /*transition: height 0.5s ease-in-out,width  0.5s ease-in-out;*/
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
    .swiper-container__logo-text .b-logo.white {
      width: 460px;
      height: 40px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAggAAAAuCAYAAABNluFhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEI0Q0FDOEY3MTYwMTFFNEE2RUE5MDQ0NjM2QUIzRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEI0Q0FDOTA3MTYwMTFFNEE2RUE5MDQ0NjM2QUIzRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjRDQUM4RDcxNjAxMUU0QTZFQTkwNDQ2MzZBQjNGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjRDQUM4RTcxNjAxMUU0QTZFQTkwNDQ2MzZBQjNGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjp8j50AAA+XSURBVHja7F0JtFZVFd6PIaBURFBDUVG0UEwGUXMGMWzQFAkREkVIeQLlUkwtTdGsNAcwhUhJjMQhcMosxQkRNXIAFRGD7IFTODAIKiDw2p/3PGQ93j/sc8+9/zn37m+tvWC9/547nHGfffb+dlVtbW0VlY9acoMq4fWunusS27McyXIoy94se7G0Zmlpfl/PspplCcsilldYZrE8w/JJBd+7ivxEpdq4KUsrwfVrWD7ytA6bGJFgreO6b2zqtJLvUAzNPWmrjSzrUnjOl1gaORqfkA3m3WvJfzQy3+9jP5SuNfsIrl/KssDJYsEKgqRCnmbpyfJZzOfWsOwmbGgfGg6L/wCWH7IcZnkPLDAPsNxu/t2Qk4W4nIV6fQWeexXL+YLrP2RpZ9rRN1zNcp6wzGUsox1OyM+yHCgst7uZE9JQjjd60lbzWTql8JxXhYtLuXiHZS7LcywzzOZnvWfj4UjzbuWiM8vLHo7raSx9BdevYNnZxUZUqllit3wl5Q+tzXcvZvl9DOWgbgfTj+VeltdZqi12fQp3u8mhFn2hf4bq4EKWDo7udYaFcqAIEzuxfJflUpYnWD5gmcxyuFaNU2ChP0FYZluWga40finOZTkxJ40Dc+lZLAtZLqAvjg9coYNROKCJ99SxkDr6mwVfiuEZqoNmLDc4uE8blt9ol8otMDcOYpnJMo+lD/l7nBkSzjTrkBQjKqUgAJNY9syBhjydZTzJzqhtAFPj4yzXkPz8VmEP24Ueu+TuGaqH7zhQ+q9KYZwowgDms3tYZrPsq9VhjaZGQbBBF5aDK6UgbEPRuUiLjDYMFoA5LEel/NxRFJ2ZtdaxkTi6Uzxz+IiM1cdYlq9YlsVENES7lKIeDmB5geR+MYoIUNq/Wsk5Ko53Kxw6xmWwUY4xi/QOFXr+IRQ5/LTT8ZEo4g6ek1m2y1B97MLyC4ty8J+ZoN1JUQCIIoDz7G0kiyhQxD/K7Bd3HYsb/nK6kawAzodwHqy0ZaQjy0MZW4B8wnZmgY+D5hncNcO/SOrxjklsP+1SihJA5Nc0VRLKBo5mjnCgnA2NcwMX8bHjjTUhdIDH4EHy59gE53j3kUY4JIEh5CYe/ixHY8gX4MzzRsH1bVmu0O6kKBPHURTpoEjeelCHYXHmKBeTW3OjGbYMuDHgyX0nRb4VPgEhQ6N1rDgF+ny1o3vtQdGRVJbQ0+z2ygGcarfWLqUQAJFD52g1FAXG1CBH9wLf0LGVVBAARDTcQuGGtWAR7ubpu/2c5SAdM87Qm9zF/ddZEbKGa8pQluHAO1C7k8ICiHjZW6uhIE5l2crh/aytES7N1ycazfC6wBoDHXVUzHs8yXI/RR67oFYGO2JLc+9eLCeRfQgYlC44g8Lj3gUL3P0WZb4n7CszWFYKn5EWw6NrDgNo5+0pHSbAtADP6V+ynF3gd+lRRKh4lyIyoCSwxtNvBrvrsgb+3sLsRjs5WLzQf3A0rdwv6cxRvc0mfpF48RFSLZcCqDZ7UETJXAw15A/VMuJ1+1iWfdQoF6XoOVuYRgetrW0oGUxzf6lQh11BsiOkrhSRP/kGLORvkHtLF3ZEF3rwfTZUy4UAJXd/lpca+A3f6pIUyVeq5cWmz4QMKdVyqbGLufgAMx8NoXhHyziem57gt4dItYz184kE7juGIidkEVw7WGGXeRdVLkRQCgycEyzLnm80s3I61Kcs11Lk7T3P8nk/U8U6NqopmWMweAo3y1hdgb1tQgP1tSvZhUMqsgEoWLPNYgPlKU6o+4VanVsgKX6VwSxfrrSCAIA7+nayo4esRGNUWZa72sKqgd3rYZa7azBjfVPHjzWaUcyQnyJoQ9nKz1AH9Lf6YcxjbSYaRSYBy+JIio5QbRL44Yhhd63GTdgpxoa1FHDELQ7tTipEC+ful3reGE0tJ3VozONjPHel6QTLLMoO0jFkjf5mIS8Xs4T3H57RevstfcHHgfP4PtqVFPUwleWUGONSEQG0yhJfr9uSnqOSjOG+mCKOd1+B8ykppfFbJEsNXAg427Q5Kz5ex5A1JIMDliF4Ei8RlEGkSbcM1hvGCPwNEM58g3YjRQHAP+qPFuW+rVW3acMqybuwiqIIqhpBmf1JGBGXJAlPldFwugon2rTQw6IMJspPHD3/T0bZ6Cgos7PZBX+g40mEbsKB8QjLf1luZblEUA7m1izmJDjDKAp75KzfgImui4P7rDT9Keu4iCIODQkJ2YFmo7qR8g1YldsKrp/CspoieoHLhRul2T5YEACYJqeSn/SahwqvX2MWdVfAgLAJFWuv670YI4XXTzT/TiKZn0nW8jNsruz3zWG/wYQ9x4GMyUl9LaWINE+CFpTdpH8SSM3/dXPUrcI5SnTUmgZNLDTEaz1sEClRB3aVHzt+h/ssyuygY0kEqXMOrDN1XBE1FKXhlkx2pwVUNxsSuu9a7Xa5xQMWZfKuICCarofgeoQev2D+/ybJQkVFztpp8ciPJP+cUXYUXv/PBN7hbYoiGyTYXucgEQYLJyBwxa9rQFOX7ARCYRQdm8A9oVT9WbtdbjHbokyznNeZrfWgDlLfj+py134bBWGSZSXgozp60iA2E/iihN7ldR1MibZz3MGH7J7LBeXBWNY7kPoBwZNrYhgkh/lYu15u8ZZFmcY5ri/kXThVcD2OuutHL/yV5UPBPdpTmQyhNgrCCMtJBfScd5M9k2ClFYSkHAPfUwUhMdRRjJYLMIC+Vu9vMJdPSXhHUCkgdh3mRlcOYrC+TNdul2vg2EpKs94ox/V1CskSnsHHY0UDc5TUajc8qYYBK+APWD6yKIuzlgmBNmRjHfvBQbpQFzLV3SK8D/Iz7BZIHT1Pbo4a3icLKldFJtFUeH1tjutKypw40dEchfDSklFJtprbQtqSYU2iMVV68rTpkG0SepdtLRQ0RWlI05wirrhQrgt4or8o3BFVB1RXoE6OG4b3E5KZORXZBPx9pEybG3JaV+Di6SRcd2cW+O0Vo+yXC1jRS2aijWPaQZKjMTlqzKT8J74mvF49xMtDtbB/30HFz86lGnpI+RnA7XFGjPJ/Y7lTu5yC8XWLMutyWlc2Fs5aC+tCIYCzpXlSCgJwAZXO3OgjUMnLhWUOS8h6IFU83iNFKdjkXbi5xO9ThMoZok36BVRnj5GdA/Iqyi7NtEKOwy3K5NEqipTqJwquR6bkUjw8dwjrEpwtRUPA4zIpwskJ4YtzKLzwO0QPSJIfHWG+8X2H7/B9kjtMLtU5qCT6CfsjlMV9jRTDwjKu2Rw4X7wtoHpD6nJ4N0tCgJGR782M9iM427nwz1iQo7EnTQi0MacKgjTvwjIqL/sljvnaCeeoW5NSEADE8g+gyHs5JG/U2UIFAXWFEK4rHL7DMIsyb5CiFKQ72lZkH75bDOhfoOqdG0i9LTcTRrlseLAeTshwP4K3+GgdTmXjECMSvGx2x3lCE5LlXQBAkHd2Au/SneUAluca+tHVgv5YgANphkWZ88idpeRYi8GEnchHpCgGLMgHe/Q+IwKrP4Qil8PwiXPjH5Fy6CsigE7fhjr+8RzWFSzHO4cwR7nc8WNn/VBAjfQoyQldWrLcRPGZ8rBjtUkZfa/OQ8EtyANJHqniQx2uLGO8L9DupjDzISxJXS3KTs1hfY307H0K5pBxqSDA8Q+ZvJYE0kiryS4XArJuXRlT04YJdxeLskphWxzbmgXZJyDka3Bg9fgOy0+L/D4v5hhQZAcgwEMEi03Y+78pGQp7n4EcQD09eyc4dQ9JWkEA4EgBB7HPAmms8ZblkKYZ5jQpIQi4FB5mOcrimTDFvabzUVEMJnkMdhoIKT9DHRAyNaOBv+NIYWhAY1yRDBqbneerLCdZ3uO6HNbbWR6/V6OkFQTgXyznBNJYz7A8aVkWZlg4dvQo49omZvGaR7KsXZvjVzonFYVN3oW0sBfL0YHVJyyCcKRaU+/v15sxrsgXsMvsQFFo3u8oilxBWN2ulvdDzoZJOavDrchfayJYFY9paOFKAuMo4g04OYBGu4hllmXZzixPUOSlfrdROBZT5JULRjGQhhxhNOx2Md7xYcqnM48ER5uF2FdAoXwksDpFWOelFCV1AmpYLs5Rn8KR1eiE7g0+k/EefvNTtCWz4Tbk3gIGj/y8ESRJ8y5UYo76RxoKAgBmNniUd/S80Z42muzpMe7RxUgSWEvhecJXqnP7jOPMbmtJYPUKMzC4TroZi8InOepTLY2ClATme6ogbJXCM+4xkjf4TigGDpTdaTPa9SR5C+AEiKROIaR+HWV2Rz4CoZX/0fW/KHY1C7DPwFgbFmDdwhqGcEZYBR/RrqaIiUVUwCEu44BF/RuevyOsRNVpWRCAV82k6Dub3HKzS8JRQ1OP3gvJg24kRSkMEyq7MKEeH1N5xfMQdrqNoAysapdReKZVMKWO1G6miIkPzC51ZQ6/XWrhhMM/rO9xnIERMYdQ5FaCMnBAhtVsTRoKAgAO+0PJX+/NOsDxCiFyd5EfjJBwnjxV55SyBoE00dDfWR508OzJwoUTJFt9KXLuUijyBPhcwE9oYQ6/fUcz7iVASLsLWn/MURIGxtYU+cxNphQXQkQ1PB9AQ4KfwAd2uFlmh6uZG0ujL8nZLW929OybUthJKBShA3TKB1KUkjiPwAZGapme6OjZNnPUJl+JtBQELHTgR1geQGPCYRFkSJVyxkI0RG/KpxnOBtIF921jQXABTHjPCsvAmtZZm02RE+CIFNTni3P6/XU5fCTAnDLP0fPnkzxK7yCKnJJTNaXXsAwKpFEfoCiBxbwUn4mzpnONIvUpKcpBZ7PgShXADQ7fIZaGrlBkFDiyRYj3jylfkS/1AedpaYj7RMfvYDNHjUxbQQBw7vvrQBp2vlESLqctyWJcYybL/ixjKCKoUSSz0NYmMPjgSCq19iAeuqU2nyKDAC8MLLDIZPqUVofYwrmKIj84l0C+C6n1/vP8DJVwxrvEdKIQAMUAHp37UHRu7dr7/EWKQkF7UH7P52zRzCy0EiBBl2tTJ3ZH0hwZIeZnUCgK4XkzT8LrHjTy9+tG53PAObGXsMzt5J4aAOvYZGEZEP0NblKBSoN5dwBFoVNtA2loEEecaZSb0yiKdtjP8l5I1zzNLCozdAxZYz+S5134Q0LvAhOeNAwQUT3XO36PdymyfEnGYhL4n/A90gr7rBW+V5JYGNhzVpuFBn0Mfjw1LC9R5IC4wtM54mNhe7u2FHey6G/jEqoL3PdbwjK9qmpra6ssBpkrVFXgma7QniLyi0MoolTek6J40603m/RWmR0rBulcoxBA214f2GJcyT4SynvZUNHqLkuhUHiL/wswAPHLuiGOc2LJAAAAAElFTkSuQmCC"); }
  .swiper-container__logo-text__description {
    position: relative;
    margin-top: 50px; }
    @media (max-height: 635px) and (min-width: 768px) and (orientation: landscape) {
      .swiper-container__logo-text__description {
        margin-top: 20px; } }
    .swiper-container__logo-text__description .b-hero-about__slogan {
      margin-top: 0; }
    .swiper-container__logo-text__description .b-hero-about {
      position: absolute !important;
      top: 0;
      width: 100%; }
    .swiper-container__logo-text__description .b-hero-work {
      position: absolute;
      top: 0;
      width: 100%; }
      .swiper-container__logo-text__description .b-hero-work .b-logo {
        display: none !important; }
  .swiper-container__logo-text__wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
    .swiper-container__logo-text__wrap__inner {
      display: inline-block; }
  .swiper-container__logo-text .b-hero-about {
    position: relative;
    z-index: 2; }
  .swiper-container__logo-text .b-hero-work {
    opacity: 0;
    display: none; }

@media screen and (max-width: 767px) {
  .swiper-wrapper .b-hero-about {
    display: none; }
  .swiper-wrapper .b-hero-work {
    display: none; } }

.b-portfolio-slider {
  position: relative;
  width: 100%;
  height: 474px;
  overflow: hidden; }
  .b-portfolio-slider .w-portfolio-slider {
    position: relative;
    width: 734px;
    margin: 0 auto; }
  .b-portfolio-slider.is-animating .swiper-slide:after {
    opacity: 0; }
  .b-portfolio-slider .swiper-container {
    width: 734px;
    z-index: 2; }
  .b-portfolio-slider .swiper-slide {
    position: relative;
    width: 734px;
    height: 474px; }
    .b-portfolio-slider .swiper-slide:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 734px;
      height: 474px;
      background: url(/local/templates/.default/markup_notamedia/build/css/../images/portfolio-detailed-slider-bg.png);
      -webkit-transition: opacity .2s ease;
      -o-transition: opacity .2s ease;
      transition: opacity .2s ease; }
  .b-portfolio-slider .swiper-prev,
  .b-portfolio-slider .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    .b-portfolio-slider .swiper-prev.is-disabled,
    .b-portfolio-slider .swiper-next.is-disabled {
      opacity: 0; }
  .b-portfolio-slider .swiper-prev {
    left: -130px; }
  .b-portfolio-slider .swiper-next {
    right: -130px; }

.b-header-group.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8; }

.b-header-group .b-header {
  z-index: 9; }

.b-header-group .b-page-filter {
  background: #FFF; }

.header-fixed .b-portfolio-nav.is-visible {
  top: 98px; }
  @media (max-width: 1024px) {
    .header-fixed .b-portfolio-nav.is-visible {
      top: 74px; } }

.b-portfolio-nav {
  position: fixed;
  top: 70px;
  width: 100%;
  left: 0;
  z-index: 10;
  height: 50px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .b-portfolio-nav {
      top: 140px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .b-portfolio-nav {
      top: 140px; } }
  @media (min-width: 1200px) and (max-width: 1279px) {
    .b-portfolio-nav {
      top: 30vh; } }
  @media (max-width: 1460px) {
    .b-portfolio-nav {
      top: 100px; } }
  @media screen and (max-width: 767px) {
    .b-portfolio-nav {
      display: none; } }
  .b-portfolio-nav.is-visible {
    opacity: 1;
    top: 182px; }
  .b-portfolio-nav.full-version .b-portfolio-nav__link {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .b-portfolio-nav.full-version .b-portfolio-nav__link .b-portfolio-nav__label {
      text-indent: 0px; }
    .b-portfolio-nav.full-version .b-portfolio-nav__link:hover .use-icon {
      color: #fff; }
  .b-portfolio-nav.full-version .use-icon {
    color: #000; }

.b-portfolio-nav__item {
  width: 25%; }
  .b-portfolio-nav__item--prev {
    float: left;
    height: 1px; }
    .b-portfolio-nav__item--prev .use-icon {
      margin-right: 5px;
      left: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .b-portfolio-nav__item--prev .b-portfolio-nav__label {
      width: 90%;
      padding-left: 10%; }
  .b-portfolio-nav__item--next {
    float: right;
    height: 1px; }
    .b-portfolio-nav__item--next .use-icon {
      margin-left: 5px;
      right: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .b-portfolio-nav__item--next .b-portfolio-nav__label {
      width: 90%;
      padding-right: 10%; }
  .b-portfolio-nav__item--current {
    width: 50%;
    margin: 0 auto;
    overflow: hidden; }
    .b-portfolio-nav__item--current .b-portfolio-nav__link {
      color: #fff;
      font-family: 'Proxima';
      font-size: 17px;
      text-transform: uppercase;
      letter-spacing: .05em;
      text-indent: .05em;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .b-portfolio-nav__item--current .b-portfolio-nav__link.hidden {
        margin-top: -190px; }
      .b-portfolio-nav__item--current .b-portfolio-nav__link .b-portfolio-nav__bg {
        opacity: 1; }

.b-portfolio-nav__link {
  color: #000;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  height: 50px;
  padding-top: 70px;
  margin-top: -70px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  /*background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);*/ }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .b-portfolio-nav__link {
      padding-top: 140px;
      margin-top: -140px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .b-portfolio-nav__link {
      padding-top: 140px;
      margin-top: -140px; } }
  @media (min-width: 1200px) and (max-width: 1279px) {
    .b-portfolio-nav__link {
      padding-top: 70px;
      margin-top: -70px; } }
  .b-portfolio-nav__link .b-portfolio-nav__label {
    text-indent: -9999px; }
  .b-portfolio-nav__link:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px; }
  .b-portfolio-nav__link:hover {
    color: #fff;
    /*background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);*/ }
    .b-portfolio-nav__link:hover .use-icon {
      color: #fff;
      fill: #fff; }
    .b-portfolio-nav__link:hover .b-portfolio-nav__label {
      text-indent: 0; }
    .b-portfolio-nav__link:hover .b-portfolio-nav__bg {
      opacity: 1; }

.b-portfolio-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: gray;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .b-portfolio-nav__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8); }

.b-portfolio-nav__label {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  position: relative;
  vertical-align: top; }
  .b-portfolio-nav__label .use-icon {
    position: absolute;
    top: 50%;
    margin-top: -6px; }

.b-portfolio-other {
  margin-top: 70px; }
  .b-portfolio-other h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Proxima', sans-serif; }

.trio {
  margin-top: 70px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .trio-item {
    position: relative;
    width: 33.33333%; }
    .trio-item a {
      position: relative;
      display: block; }
    .trio-item__photo {
      width: 100%;
      height: 245px;
      background-size: cover;
      background-repeat: no-repeat; }
    .trio-item__info {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      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: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .trio-item__info-category {
        position: absolute;
        top: 20px;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        color: #999999; }
      .trio-item__info-name {
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: 15px;
        padding: 40px; }
    .trio-item:hover .trio-item__info {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .trio {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .trio-item {
    width: 100%; }

.relevant-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1024px) {
  .relevant-grid:before,
  .relevant-grid:after {
    content: '';
    display: block;
    min-width: 32px; } }

@media screen and (max-width: 767px) {
  .relevant-grid:before,
  .relevant-grid:after {
    min-width: 16px; } }

@media screen and (max-width: 1024px) {
  .relevant-body {
    overflow: auto;
    padding-bottom: 10px;
    margin-left: -32px;
    margin-right: -32px; } }

@media screen and (max-width: 767px) {
  .relevant-body {
    margin-left: -16px;
    margin-right: -16px; } }

.relevant-col {
  width: calc(25% - 11px); }

@media screen and (max-width: 1024px) {
  .relevant-col {
    width: 345px;
    min-width: 345px; }
  .relevant-col:not(:last-child) {
    margin-right: 15px; } }

@media screen and (max-width: 767px) {
  .relevant-col {
    width: 270px;
    min-width: 270px; }
  .relevant-col:not(:last-child) {
    margin-right: 20px; } }

@media screen and (min-width: 1025px) {
  .relevant-col:not(:nth-child(4n)) {
    margin-right: 14px; } }

.relevant-head:not(:last-child) {
  margin-bottom: 85px; }

@media screen and (max-width: 1024px) {
  .relevant-head:not(:last-child) {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .relevant-head:not(:last-child) {
    margin-bottom: 23px; } }

.relevant-head .title {
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px; }

@media screen and (max-width: 1024px) {
  .relevant-head .title {
    font-size: 32px;
    line-height: 40px; } }

@media screen and (max-width: 767px) {
  .relevant-head .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.04em; } }

.relevant-card {
  position: relative;
  color: #fff;
  height: 240px;
  padding: 24px 32px;
  display: block;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .relevant-card {
    height: 187px;
    padding: 20px 25px; } }

@media screen and (min-width: 1025px) {
  .relevant-card:hover .relevant-card__bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .relevant-card {
    padding: 15px 20px; } }

.relevant-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.relevant-card__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.relevant-card__title,
.b-portfolio-other .relevant-card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px; }

@media screen and (max-width: 767px) {
  .relevant-card__title {
    font-size: 16px;
    line-height: 32px; } }

.relevant-card span {
  display: block;
  font-size: 14px;
  line-height: 20px; }

@media screen and (max-width: 767px) {
  .relevant-card span {
    font-size: 12px; } }

.relevant-card:hover {
  text-decoration: none;
  color: #fff !important; }

.relevant-card .relevant-card__title {
  text-align: left;
  color: #fff; }

.relevant-section {
  padding-bottom: 140px; }

@media screen and (max-width: 1024px) {
  .relevant-section {
    padding-bottom: 90px; } }

@media screen and (max-width: 767px) {
  .relevant-section {
    padding-bottom: 50px; } }

.relevant-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media screen and (max-width: 1024px) {
  .relevant-section .l-container {
    max-width: 100%;
    width: 100%;
    padding: 0 32px; } }

@media screen and (max-width: 767px) {
  .relevant-section .l-container {
    padding: 0 16px;
    margin: 0; } }

.relevant-head .title {
  text-transform: uppercase;
  font-weight: bold; }

.relevant-head {
  text-align: center; }

/* @end */
.section-parallax {
  font-family: 'Proxima', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 134px;
  line-height: 98.8%;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  height: 260px;
  margin-bottom: 100px;
  white-space: nowrap; }
  @media (max-width: 1270px) {
    .section-parallax {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-parallax {
      margin-bottom: 25px;
      margin-top: 10px; } }
  .section-parallax.style_2 {
    font-size: 175px;
    height: 340px; }
    @media (min-width: 1200px) {
      .section-parallax.style_2 span {
        top: -240px; } }
    .section-parallax.style_2 .parallax-elem.parallax_top {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      width: auto;
      text-align: left;
      margin: 0; }
    .section-parallax.style_2 .parallax-elem.parallax_bottom {
      -webkit-transform: translate3d(33%, 0, 0);
              transform: translate3d(33%, 0, 0); }
    @media (max-width: 1270px) {
      .section-parallax.style_2 {
        font-size: 93px;
        height: 180px; } }
    @media (max-width: 767px) {
      .section-parallax.style_2 {
        height: 74px;
        font-size: 39px; } }
  @media (max-width: 1270px) {
    .section-parallax {
      font-size: 68px;
      line-height: 98.8%;
      height: 130px; } }
  @media (max-width: 767px) {
    .section-parallax {
      font-size: 28px;
      line-height: 98.8%;
      height: 60px;
      -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3); } }
  .section-parallax:not(:last-child) {
    margin-bottom: 150px; }
    @media (max-width: 1200px) {
      .section-parallax:not(:last-child) {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .section-parallax:not(:last-child) {
        margin-bottom: 55px; }
        .section-parallax:not(:last-child).style_2 {
          margin-bottom: 40px; } }
  .section-parallax span {
    position: absolute;
    left: -50px;
    display: block;
    top: -500px; }

.parallax-elem {
  position: absolute; }
  @media (max-width: 1023px) {
    .parallax-elem {
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease; } }
  .parallax-elem.parallax_top {
    -webkit-transform: translate3d(-42%, 0px, 0px);
            transform: translate3d(-42%, 0px, 0px);
    width: 100%;
    text-align: right;
    margin-left: 20px; }
    @media (max-width: 1200px) {
      .parallax-elem.parallax_top {
        margin-left: 0; } }
  .parallax-elem.parallax_bottom {
    -webkit-transform: translate(30%, 0, 0);
        -ms-transform: translate(30%, 0, 0);
            transform: translate(30%, 0, 0);
    bottom: 0; }

.wh-title, .link a, .text, .title,
.white-text, .topic {
  font-family: 'Proxima'; }

.basic-project {
  padding-bottom: 223px; }
  @media screen and (max-width: 1024px) {
    .basic-project {
      padding-bottom: 142px; } }
  @media screen and (max-width: 767px) {
    .basic-project {
      padding-bottom: 48px; } }
  .basic-project__left {
    position: relative;
    height: 720px;
    -ms-flex-preferred-size: 41%;
    -webkit-flex-basis: 41%;
            flex-basis: 41%;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    @media screen and (max-width: 1024px) {
      .basic-project__left {
        top: 0;
        position: fixed;
        right: -100%;
        -ms-flex-preferred-size: auto;
        -webkit-flex-basis: auto;
                flex-basis: auto;
        width: 100%;
        height: auto;
        z-index: 20;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        height: 100vh; }
        .basic-project__left.is-show {
          right: 0; } }
    @media screen and (min-width: 1025px) {
      .basic-project__left.not-gradient::after {
        -webkit-transition: 0.7s ease-out;
        -o-transition: 0.7s ease-out;
        transition: 0.7s ease-out;
        opacity: 0; }
      .basic-project__left::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 180px;
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 14.77%, #FFFFFF 63.77%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(14.77%, rgba(255, 255, 255, 0)), color-stop(63.77%, #FFFFFF));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14.77%, #FFFFFF 63.77%);
        z-index: 1;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        pointer-events: none; } }
  .basic-project__title_mob {
    display: none; }
    @media screen and (max-width: 1024px) {
      .basic-project__title_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        height: 100px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-right: 40px;
        padding-left: 60px; } }
    @media screen and (max-width: 767px) {
      .basic-project__title_mob {
        height: 57px;
        font-size: 14px;
        line-height: 17px;
        padding-right: 22px;
        padding-left: 22px; }
        .basic-project__title_mob svg {
          width: 18px;
          height: 18px; } }
  .basic-project__right {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%; }
    @media screen and (max-width: 1024px) {
      .basic-project__right {
        -ms-flex-preferred-size: auto;
        -webkit-flex-basis: auto;
                flex-basis: auto; } }
  .basic-project__tabs {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 70px; }
    @media screen and (max-width: 1024px) {
      .basic-project__tabs {
        font-size: 30px;
        line-height: 36px;
        margin: 0;
        padding: 30px 60px;
        overflow: auto;
        max-height: calc(100% - 100px); } }
    @media screen and (max-width: 767px) {
      .basic-project__tabs {
        font-size: 16px;
        line-height: 24px;
        padding: 22px;
        max-height: calc(100% - 57px); } }
  .basic-project__tab {
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .basic-project__tab::after {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        left: -135px;
        display: block;
        width: 0;
        height: 2px;
        background-color: #0e6ba7;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; } }
    @media screen and (max-width: 767px) {
      .basic-project__tab {
        margin-bottom: 15px; } }
    .basic-project__tab.is-active {
      color: #0e6ba7; }
      .basic-project__tab.is-active::after {
        width: 70px; }
    .basic-project__tab:hover {
      color: #0E6BA7; }
  .basic-project__btn_mob {
    display: none; }
    @media screen and (max-width: 1024px) {
      .basic-project__btn_mob {
        display: block;
        font-weight: 600;
        font-size: 24px;
        color: #000000;
        background-image: url(/local/templates/.default/markup_notamedia/build/css/../images/estate/tabs.svg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 30px;
        margin-bottom: 13px;
        padding-left: 15px; } }
    @media screen and (max-width: 767px) {
      .basic-project__btn_mob {
        font-size: 16px;
        line-height: 22px;
        background-size: 10px 13px;
        padding-right: 15px;
        padding-left: 0; } }
  .basic-project__img {
    margin-bottom: 55px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .basic-project__img {
        margin-bottom: 33px;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .basic-project__img {
        margin-bottom: 25px; } }
    .basic-project__img img {
      width: auto; }
  .basic-project__info:not(:first-child) {
    display: none; }
  .basic-project__par {
    line-height: 30px; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .basic-project__par {
        padding-left: 15px; } }
    @media screen and (max-width: 767px) {
      .basic-project__par {
        line-height: 20px; } }
    .basic-project__par .link {
      white-space: normal; }
    .basic-project__par ol {
      counter-reset: myCounter;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .basic-project__par ol {
          margin-bottom: 17px; } }
      @media screen and (max-width: 767px) {
        .basic-project__par ol {
          margin-bottom: 5px; } }
      .basic-project__par ol li:before {
        counter-increment: myCounter;
        content: counter(myCounter) ".";
        position: absolute;
        top: 0;
        left: 0;
        color: #0c9a85;
        line-height: 30px;
        font-weight: 700;
        display: block;
        margin-right: 20px; }
    .basic-project__par ul {
      counter-reset: myCounter;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .basic-project__par ul {
          margin-bottom: 17px; } }
      @media screen and (max-width: 767px) {
        .basic-project__par ul {
          margin-bottom: 5px; } }
      .basic-project__par ul li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0px;
        background-color: #0c9a85;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .basic-project__par ul li:before {
            top: 5px; } }
    .basic-project__par li {
      position: relative;
      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;
      margin-bottom: 15px;
      padding-left: 33px; }
    .basic-project__par p {
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .basic-project__par p {
          margin-bottom: 17px; } }
      @media screen and (max-width: 767px) {
        .basic-project__par p {
          margin-bottom: 5px; } }
    .basic-project__par a {
      white-space: pre-wrap; }
    .basic-project__par b {
      font-weight: 700; }
  .basic-project .mCustomScrollBox {
    margin-left: -135px;
    padding-left: 135px;
    min-width: calc(100% + 135px); }
  .basic-project .mCSB_container {
    overflow: visible; }
  .basic-project .mCSB_draggerContainer {
    opacity: 0; }
  @media screen and (max-width: 1024px) {
    .basic-project .mCSB_inside > .mCSB_container {
      margin-right: 0; } }

.tape-block {
  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;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 160px;
  background: #F7F7F7; }
  .tape-block:hover {
    background: -o-linear-gradient(1deg, #0e6ba7, #26a2cb, #0c9a85, #38a85a, #98c15a);
    background: linear-gradient(89deg, #0e6ba7, #26a2cb, #0c9a85, #38a85a, #98c15a);
    background-size: 1000% 1000%;
    -webkit-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    text-decoration: none; }
    .tape-block:hover .send, .tape-block:hover .arrow {
      display: block; }
    .tape-block:hover .same, .tape-block:hover .star {
      display: none; }
    .tape-block:hover a {
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .tape-block {
      height: 100px; } }

.tape {
  display: block;
  overflow: hidden;
  cursor: pointer; }
  .tape-title {
    font-size: 60px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 120px; }
    .tape-title .send {
      color: #fff; }
  .tape-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: nowrap;
    -webkit-flex: nowrap;
        -ms-flex: nowrap;
            flex: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .tape .send, .tape .arrow {
    display: none; }
  @media screen and (max-width: 767px) {
    .tape-title {
      font-size: 30px;
      margin: 0 60px; } }

.tape .star {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='40' viewBox='0 0 39 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.69 3.27002L19.35 9.68002L31.24 3.70002L28.76 16.77L38.12 26.23L24.92 27.91L18.81 39.74L13.14 27.7L0 25.55L9.7 16.43L7.69 3.27002Z' fill='%23079E7C'/%3E%3Cpath d='M19.06 0L24.95 11.94L38.12 13.85L28.59 23.14L30.84 36.26L19.06 30.06L7.28 36.26L9.53 23.14L0 13.85L13.17 11.94L19.06 0Z' fill='%2310A4DA'/%3E%3Cpath d='M13.8401 14.35H16.7101L21.2501 20.2V14.35H24.2901V25.39H21.5901L16.8801 19.31V25.39H13.8401V14.35Z' fill='%2388CD4B'/%3E%3C/svg%3E%0A"); }

.tape .arrow {
  width: 80px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='81' height='36' viewBox='0 0 81 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62.0104 2.37158L77.9994 18.4175L62.0015 34.3675' stroke='white' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M78 18L0 18' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A"); }

.ours-projects {
  padding-bottom: 127px; }
  @media screen and (max-width: 1024px) {
    .ours-projects {
      padding-bottom: 57px; } }
  @media screen and (max-width: 767px) {
    .ours-projects {
      padding-bottom: 32px; } }
  .ours-projects__link {
    position: relative;
    font-size: 38px;
    line-height: 40px;
    color: #828282;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 40px 0; }
    @media screen and (max-width: 1024px) {
      .ours-projects__link {
        font-size: 20px;
        line-height: 40px;
        padding: 20px 0; } }
    @media screen and (max-width: 767px) {
      .ours-projects__link {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0; } }
    .ours-projects__link:hover .link__desc {
      color: #000; }
    .ours-projects__link:hover .link__arr {
      color: transparent; }
      .ours-projects__link:hover .link__arr::after {
        opacity: 1; }
    .ours-projects__link:hover .link__img {
      opacity: 1; }
    .ours-projects__link:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .ours-projects .link__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .ours-projects .link__row {
        display: block; } }
  .ours-projects .link__name {
    font-weight: 600;
    color: #000;
    width: 375px; }
    @media screen and (max-width: 1024px) {
      .ours-projects .link__name {
        width: 200px; } }
  .ours-projects .link__arr {
    position: relative;
    min-width: 25px; }
    .ours-projects .link__arr::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 24px;
      height: 24px;
      background-image: url(/local/templates/.default/markup_notamedia/build/css/../images/estate/arrow_hover.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 1024px) {
        .ours-projects .link__arr::after {
          width: 14px;
          height: 14px;
          opacity: 1;
          background-image: url(/local/templates/.default/markup_notamedia/build/css/../images/estate/arrow.svg); } }
      @media screen and (max-width: 767px) {
        .ours-projects .link__arr::after {
          width: 10px;
          height: 10px; } }
    @media screen and (max-width: 1024px) {
      .ours-projects .link__arr {
        color: transparent; } }
  @media screen and (max-width: 767px) {
    .ours-projects .link__desc {
      font-size: 12px;
      line-height: 18px; } }
  .ours-projects .link__arr,
  .ours-projects .link__desc,
  .ours-projects .link__img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .ours-projects .link__img {
    position: absolute;
    right: 10%;
    bottom: 0;
    max-width: 266px;
    opacity: 0; }
    @media screen and (max-width: 1024px) {
      .ours-projects .link__img {
        display: none; } }

.sticky {
  background-color: #F8F8F8;
  z-index: 6; }
  @media screen and (min-width: 1025px) {
    .sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 120px;
      right: 0;
      padding: 30px 42px 30px 44px;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      float: right;
      width: 272px;
      margin-bottom: auto; } }
  @media screen and (min-width: 1025px) and (max-width: 1300px) {
    .sticky {
      padding: 30px;
      width: 240px; } }
  @media screen and (max-width: 1024px) {
    .sticky {
      position: fixed;
      top: 72px;
      left: 0;
      right: 0;
      border-bottom: 1px solid #E9E9E9;
      border-top: 1px solid #E9E9E9;
      overflow: auto;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateY(88px);
          -ms-transform: translateY(88px);
              transform: translateY(88px); }
      .sticky.is_show {
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;
        transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;
        -o-transition: opacity .3s ease-in-out, transform .3s ease-out;
        transition: opacity .3s ease-in-out, transform .3s ease-out;
        transition: opacity .3s ease-in-out, transform .3s ease-out, -webkit-transform .3s ease-out;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
  @media screen and (max-width: 767px) {
    .sticky {
      top: 40px; } }
  .sticky-title {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase; }

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .sticky-title {
    font-size: 12px; } }
  @media screen and (max-width: 1024px) {
    .sticky-head {
      display: none; } }
  .sticky-head:not(:last-child) {
    margin-bottom: 28px; }

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .sticky-head:not(:last-child) {
    margin-bottom: 15px; } }
  .sticky-list {
    font-size: 14px;
    line-height: 20px; }

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .sticky-list {
    font-size: 12px;
    line-height: 18px; } }
    @media screen and (max-width: 1024px) {
      .sticky-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        padding: 14px 0;
        color: #8d9095; }
        .sticky-list:before, .sticky-list:after {
          content: '';
          display: block;
          min-width: 89px; } }
    @media screen and (max-width: 767px) {
      .sticky-list {
        font-size: 12px;
        line-height: 16px; }
        .sticky-list:before, .sticky-list:after {
          min-width: 16px; } }
    .sticky-list li span {
      padding-right: 5px; }
      @media screen and (max-width: 1024px) {
        .sticky-list li span {
          display: none; } }
    @media screen and (max-width: 1024px) {
      .sticky-list li {
        position: relative; }
        .sticky-list li:not(:last-child) {
          margin-right: 66px; }
          .sticky-list li:not(:last-child):before {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            left: calc(100% + 33px);
            top: 0;
            bottom: 0;
            background-color: #ececec;
            position: absolute; } }
    @media screen and (max-width: 767px) {
      .sticky-list li:not(:last-child) {
        margin-right: 26px; }
        .sticky-list li:not(:last-child):before {
          left: calc(100% + 13px); } }
    .sticky-list li a {
      -webkit-transition: color .2s ease-out;
      -o-transition: color .2s ease-out;
      transition: color .2s ease-out;
      border: none; }
      @media screen and (min-width: 1025px) {
        .sticky-list li a:hover {
          color: #019681; } }
    .sticky-list li.is_active {
      font-weight: 500; }
      @media screen and (max-width: 1024px) {
        .sticky-list li.is_active {
          color: #09101B; } }
    @media screen and (min-width: 1025px) {
      .sticky-list li:not(:first-child) {
        padding-top: 15px;
        border-top: 1px solid rgba(217, 217, 217, 0.4); }
      .sticky-list li:not(:last-child) {
        margin-bottom: 12px; } }

.start_anchor {
  opacity: 0;
  pointer-events: none; }
  .start_anchor + li {
    padding-top: 0 !important;
    border-top: 0 !important; }

.ie-browser .section-parallax {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6); }

.ie-browser .brand-slider__title {
  margin-left: -7.5px; }

.ie-browser .brand-portfolio__main {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.ie-browser .estate .text_gradient {
  background: none;
  color: #000; }

.ie-browser .estate .brand-box__content {
  width: 100%; }

/*# sourceMappingURL=main.css.map */

/* End */
/* /local/templates/.default/markup_notamedia/build/css/main.css?1623072811673218 */
