/* ==========================================================================
   Index of scss files
   ========================================================================== */
/* Normalize
   ========================================================================== */
/*! 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 {
  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 {
  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"] {
  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; }

/* Include media
   ========================================================================== */
/* Base
   ========================================================================== */
/* Colors
========================================================================== */
/* Fonts
========================================================================== */
/* Animations
========================================================================== */
/* Sizes
========================================================================== */
/* Breakpoints
========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* 1. Font smoothing
========================================================================== */
/* Better font-rendering on OSX
   https://maximilianhoffmann.com/posts/better-font-rendering-on-osx
*/
/* 2. Animation
   ========================================================================== */
/* 3. Get font vw
========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
/* Clearfixes
   ========================================================================== */
.t-head:first-child, .t-content:first-child, .t-content p:first-child, .t-content .c-line:first-child, .t-content ol:first-child,
.t-content ul:first-child, .t-content h1:first-child, .t-content h2:first-child, .t-content h3:first-child, .t-content h4:first-child, .t-content h5:first-child, .t-content h6:first-child, .f-box:first-child, .f-field:first-child {
  margin-top: 0; }

.t-head:last-child, .t-content:last-child, .t-content p:last-child, .t-content .c-line:last-child, .t-content ol:last-child,
.t-content ul:last-child, .t-content h1:last-child, .t-content h2:last-child, .t-content h3:last-child, .t-content h4:last-child, .t-content h5:last-child, .t-content h6:last-child, .f-box:last-child, .f-field:last-child {
  margin-bottom: 0; }

.c-logo {
  text-indent: -99998em; }

.c-logo, .o-ico {
  background-size: cover; }

/* Display flex
   ========================================================================== */
.l-grid, .c-btn__wrap {
  display: -ms-flexbox;
  display: flex; }

/*
    Flex direction
 */
/*
    Flex wrap
 */
.l-grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.l-grid {
  -ms-flex-pack: start;
  justify-content: flex-start; }

/*
    Align items
 */
.c-btn__wrap {
  -ms-flex-align: center;
  align-items: center; }

.l-grid {
  -ms-flex-align: stretch;
  align-items: stretch; }

/*
    Align self
 */
/*
    Align content
 */
.overflow-hidden {
  overflow: hidden; }

.d-flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 670px) {
  .only-mobile {
    display: none !important; } }

/*  Apply a natural box layout model to all elements
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box; }

img {
  max-width: 100%; }

strong {
  font-weight: 700; }

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  font-family: inherit; }

svg {
  fill: currentColor; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.l-grid-wrapper {
  width: 100%; }

.l-grid__item-20 {
  width: 20%; }

.l-grid__item-14 {
  width: 14%; }

.l-grid__item-1 {
  width: 8.33333%; }

.l-grid__item-2 {
  width: 16.66667%; }

.l-grid__item-3 {
  width: 25%; }

.l-grid__item-4 {
  width: 33.33333%; }

.l-grid__item-5 {
  width: 41.66667%; }

.l-grid__item-6 {
  width: 50%; }

.l-grid__item-7 {
  width: 58.33333%; }

.l-grid__item-8 {
  width: 66.66667%; }

.l-grid__item-9 {
  width: 75%; }

.l-grid__item-10 {
  width: 83.33333%; }

.l-grid__item-11 {
  width: 91.66667%; }

.l-grid__item-12 {
  width: 100%; }

@media (max-width: 1620px) {
  .l-grid__item-1\@l {
    width: 8.33333%; }
  .l-grid__item-2\@l {
    width: 16.66667%; }
  .l-grid__item-3\@l {
    width: 25%; }
  .l-grid__item-4\@l {
    width: 33.33333%; }
  .l-grid__item-5\@l {
    width: 41.66667%; }
  .l-grid__item-6\@l {
    width: 50%; }
  .l-grid__item-7\@l {
    width: 58.33333%; }
  .l-grid__item-8\@l {
    width: 66.66667%; }
  .l-grid__item-9\@l {
    width: 75%; }
  .l-grid__item-10\@l {
    width: 83.33333%; }
  .l-grid__item-11\@l {
    width: 91.66667%; }
  .l-grid__item-12\@l {
    width: 100%; } }

@media (max-width: 1366px) {
  .l-grid__item-1\@l-s {
    width: 8.33333%; }
  .l-grid__item-2\@l-s {
    width: 16.66667%; }
  .l-grid__item-3\@l-s {
    width: 25%; }
  .l-grid__item-4\@l-s {
    width: 33.33333%; }
  .l-grid__item-5\@l-s {
    width: 41.66667%; }
  .l-grid__item-6\@l-s {
    width: 50%; }
  .l-grid__item-7\@l-s {
    width: 58.33333%; }
  .l-grid__item-8\@l-s {
    width: 66.66667%; }
  .l-grid__item-9\@l-s {
    width: 75%; }
  .l-grid__item-10\@l-s {
    width: 83.33333%; }
  .l-grid__item-11\@l-s {
    width: 91.66667%; }
  .l-grid__item-12\@l-s {
    width: 100%; } }

@media (max-width: 1200px) {
  .l-grid__item-1\@t {
    width: 8.33333%; }
  .l-grid__item-2\@t {
    width: 16.66667%; }
  .l-grid__item-3\@t {
    width: 25%; }
  .l-grid__item-4\@t {
    width: 33.33333%; }
  .l-grid__item-5\@t {
    width: 41.66667%; }
  .l-grid__item-6\@t {
    width: 50%; }
  .l-grid__item-7\@t {
    width: 58.33333%; }
  .l-grid__item-8\@t {
    width: 66.66667%; }
  .l-grid__item-9\@t {
    width: 75%; }
  .l-grid__item-10\@t {
    width: 83.33333%; }
  .l-grid__item-11\@t {
    width: 91.66667%; }
  .l-grid__item-12\@t {
    width: 100%; } }

@media (max-width: 980px) {
  .l-grid__item-1\@t-m {
    width: 8.33333%; }
  .l-grid__item-2\@t-m {
    width: 16.66667%; }
  .l-grid__item-3\@t-m {
    width: 25%; }
  .l-grid__item-4\@t-m {
    width: 33.33333%; }
  .l-grid__item-5\@t-m {
    width: 41.66667%; }
  .l-grid__item-6\@t-m {
    width: 50%; }
  .l-grid__item-7\@t-m {
    width: 58.33333%; }
  .l-grid__item-8\@t-m {
    width: 66.66667%; }
  .l-grid__item-9\@t-m {
    width: 75%; }
  .l-grid__item-10\@t-m {
    width: 83.33333%; }
  .l-grid__item-11\@t-m {
    width: 91.66667%; }
  .l-grid__item-12\@t-m {
    width: 100%; } }

@media (max-width: 767px) {
  .l-grid__item-1\@t-s {
    width: 8.33333%; }
  .l-grid__item-2\@t-s {
    width: 16.66667%; }
  .l-grid__item-3\@t-s {
    width: 25%; }
  .l-grid__item-4\@t-s {
    width: 33.33333%; }
  .l-grid__item-5\@t-s {
    width: 41.66667%; }
  .l-grid__item-6\@t-s {
    width: 50%; }
  .l-grid__item-7\@t-s {
    width: 58.33333%; }
  .l-grid__item-8\@t-s {
    width: 66.66667%; }
  .l-grid__item-9\@t-s {
    width: 75%; }
  .l-grid__item-10\@t-s {
    width: 83.33333%; }
  .l-grid__item-11\@t-s {
    width: 91.66667%; }
  .l-grid__item-12\@t-s {
    width: 100%; } }

@media (max-width: 670px) {
  .l-grid__item-1\@m {
    width: 8.33333%; }
  .l-grid__item-2\@m {
    width: 16.66667%; }
  .l-grid__item-3\@m {
    width: 25%; }
  .l-grid__item-4\@m {
    width: 33.33333%; }
  .l-grid__item-5\@m {
    width: 41.66667%; }
  .l-grid__item-6\@m {
    width: 50%; }
  .l-grid__item-7\@m {
    width: 58.33333%; }
  .l-grid__item-8\@m {
    width: 66.66667%; }
  .l-grid__item-9\@m {
    width: 75%; }
  .l-grid__item-10\@m {
    width: 83.33333%; }
  .l-grid__item-11\@m {
    width: 91.66667%; }
  .l-grid__item-12\@m {
    width: 100%; } }

@media (max-width: 480px) {
  .l-grid__item-1\@m-s {
    width: 8.33333%; }
  .l-grid__item-2\@m-s {
    width: 16.66667%; }
  .l-grid__item-3\@m-s {
    width: 25%; }
  .l-grid__item-4\@m-s {
    width: 33.33333%; }
  .l-grid__item-5\@m-s {
    width: 41.66667%; }
  .l-grid__item-6\@m-s {
    width: 50%; }
  .l-grid__item-7\@m-s {
    width: 58.33333%; }
  .l-grid__item-8\@m-s {
    width: 66.66667%; }
  .l-grid__item-9\@m-s {
    width: 75%; }
  .l-grid__item-10\@m-s {
    width: 83.33333%; }
  .l-grid__item-11\@m-s {
    width: 91.66667%; }
  .l-grid__item-12\@m-s {
    width: 100%; } }

@media (max-width: 400px) {
  .l-grid__item-1\@s {
    width: 8.33333%; }
  .l-grid__item-2\@s {
    width: 16.66667%; }
  .l-grid__item-3\@s {
    width: 25%; }
  .l-grid__item-4\@s {
    width: 33.33333%; }
  .l-grid__item-5\@s {
    width: 41.66667%; }
  .l-grid__item-6\@s {
    width: 50%; }
  .l-grid__item-7\@s {
    width: 58.33333%; }
  .l-grid__item-8\@s {
    width: 66.66667%; }
  .l-grid__item-9\@s {
    width: 75%; }
  .l-grid__item-10\@s {
    width: 83.33333%; }
  .l-grid__item-11\@s {
    width: 91.66667%; }
  .l-grid__item-12\@s {
    width: 100%; } }

/* Base
   ========================================================================== */
html {
  font-size: 62.5%;
  /* 10px */ }

html.font-size-0 {
  font-size: 50%; }

html.font-size-2 {
  font-size: 70%; }

body {
  min-width: 32rem;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #3e4860;
  background: #fff; }

/* Global Typography
   ========================================================================== */
a {
  text-decoration: underline;
  color: #3e4860;
  transition: opacity 200ms ease-in-out, color 200ms ease-in-out; }
  a:hover {
    text-decoration: none; }

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

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

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

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

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

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

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

.animated.fast {
  animation-duration: 800ms; }

.animated.faster {
  animation-duration: 500ms; }

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

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

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

.fadeOut {
  animation-name: fadeOut; }

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

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

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

.fadeOutUp {
  animation-name: fadeOutUp; }

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

.shake {
  animation-name: shake; }

.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  text-align: right;
  color: #ff3737;
  font-size: 1.4rem; }

.parsley-error.f-control {
  border-color: #ff3737; }

.is-contrast {
  color: yellow !important;
  background: #000 !important; }
  .is-contrast .l-sec, .is-contrast .c-box, .is-contrast .c-idea, .is-contrast .l-header__row, .is-contrast .c-step, .is-contrast .l-aside--default, .is-contrast .l-footer, .is-contrast .c-accordion__header, .is-contrast .c-table {
    color: yellow !important;
    background: #000 !important; }
  .is-contrast .c-line--default, .is-contrast .c-hero-message__head::after {
    background: yellow !important; }
  .is-contrast .c-list--accordion .c-list__item, .is-contrast .c-table {
    border-color: yellow !important; }
  .is-contrast .c-library__list > .c-list__item {
    color: yellow !important;
    background: #000 !important; }
  .is-contrast .l-aside--default::before, .is-contrast .c-nav--aside__item.is-active {
    background: #000; }
  .is-contrast .l-aside__close::before, .is-contrast .c-library__list--uncomplete::after, .is-contrast .c-idea__label--recommend::after {
    content: initial; }
  .is-contrast .c-range__bar, .is-contrast .c-bar__fill, .is-contrast .c-evaulation__inputs-wrapper {
    background: yellow !important; }
  .is-contrast .l-header {
    border-bottom: 0.1rem solid yellow !important; }
  .is-contrast .c-btn--bulge {
    border: 0 !important; }
    .is-contrast .c-btn--bulge .c-btn__bg {
      display: none; }
  .is-contrast .c-bar__value::after {
    border-top-color: yellow !important; }
  .is-contrast .f-choose--default.is-active, .is-contrast .is-answered.c-test--default::before {
    background: yellow !important;
    color: #000 !important; }
  .is-contrast .o-ico svg {
    stroke: yellow !important;
    fill: yellow !important; }
  .is-contrast [class*="u-bg-"] {
    background: #000 !important; }
  .is-contrast .c-btn, .is-contrast .c-krs, .is-contrast .c-tag, .is-contrast .c-bar__value, .is-contrast .f-choose--default, .is-contrast .f-control--text, .is-contrast .c-box--default, .is-contrast .c-box--alt, .is-contrast .c-nav--aside__item::before, .is-contrast .c-tab--alt, .is-contrast .c-library__content, .is-contrast .c-library__pagination, .is-contrast .c-list--pagination .c-list__link, .is-contrast .c-bar__fill, .is-contrast .f-form--contact, .is-contrast .f-control--select, .is-contrast .c-accordion, .is-contrast .c-idea__label--recommend, .is-contrast .c-popup, .is-contrast .c-test--default, .is-contrast .c-test--default::before, .is-contrast .f-choose--comp, .is-contrast .c-test-result, .is-contrast .c-test-result__header, .is-contrast .f-form--settings {
    background: #000 !important;
    color: yellow !important;
    border: 0.1rem solid yellow !important; }
  .is-contrast [class*="u-color-"], .is-contrast [class*="u-text-"] {
    color: yellow !important; }
  .is-contrast [class*="u-border-"] {
    border-color: yellow !important; }
  .is-contrast .c-nav--main .c-nav__item.active .c-btn__label {
    border-bottom: 1px solid yellow; }

.is-contrast a {
  color: yellow !important; }

/* Vendor
   ========================================================================== */
.scrollmagic-pin-spacer {
  pointer-events: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! nouislider - 12.0.0 - 9/14/2018 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0; }

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*!
 *
 *         SimpleBar.js - v2.6.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: -ms-flexbox;
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important; }

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  box-sizing: border-box !important;
  min-height: 100% !important; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s linear; }

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0 linear; }

.simplebar-track.vertical {
  top: 0; }

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

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

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

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

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

.swiper-container-3d {
  perspective: 1200px; }

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0; }

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* Contents
   ========================================================================== */
/* Head
   ========================================================================== */
.t-head {
  margin: 0;
  font-weight: 400;
  line-height: 1.2; }

.t-head--main {
  font-size: 5rem;
  font-weight: 600; }
  @media (max-width: 1620px) {
    .t-head--main {
      font-size: 4.4rem; } }
  @media (max-width: 1200px) {
    .t-head--main {
      font-size: 4.2rem; } }
  @media (max-width: 670px) {
    .t-head--main {
      font-size: 3.5rem; } }
  @media (max-width: 480px) {
    .t-head--main {
      font-size: 3rem; } }

.t-head--primary {
  font-size: 4.4rem; }
  @media (max-width: 1620px) {
    .t-head--primary {
      font-size: 3.9rem; } }
  @media (max-width: 1200px) {
    .t-head--primary {
      font-size: 3.6rem; } }
  @media (max-width: 670px) {
    .t-head--primary {
      font-size: 3rem; } }
  @media (max-width: 480px) {
    .t-head--primary {
      font-size: 2.5rem; } }

.t-head--default {
  font-size: 3.2rem; }
  @media (max-width: 1620px) {
    .t-head--default {
      font-size: 2.8rem; } }
  @media (max-width: 1200px) {
    .t-head--default {
      font-size: 2.5rem; } }
  @media (max-width: 670px) {
    .t-head--default {
      font-size: 2.2rem; } }
  @media (max-width: 480px) {
    .t-head--default {
      font-size: 2rem; } }

.t-head--normal {
  font-size: 2.6rem; }
  @media (max-width: 1620px) {
    .t-head--normal {
      font-size: 2.4rem; } }
  @media (max-width: 1200px) {
    .t-head--normal {
      font-size: 2.2rem; } }
  @media (max-width: 670px) {
    .t-head--normal {
      font-size: 2rem; } }

.t-head--medium {
  font-size: 2rem; }
  @media (max-width: 1620px) {
    .t-head--medium {
      font-size: 1.8rem; } }

.t-head--alt {
  font-size: 1.8rem; }
  @media (max-width: 1620px) {
    .t-head--alt {
      font-size: 1.6rem; } }

.t-head--small {
  font-size: 1.4rem; }
  @media (max-width: 670px) {
    .t-head--small {
      font-size: 1.2rem; } }

.t-head--comp {
  font-size: 1.4rem; }

.t-head-group:not(:last-child) {
  margin-bottom: 5rem; }
  @media (max-width: 1620px) {
    .t-head-group:not(:last-child) {
      margin-bottom: 4rem; } }
  @media (max-width: 670px) {
    .t-head-group:not(:last-child) {
      margin-bottom: 3rem; } }

.t-head-group .t-head:not(:last-child) {
  margin-bottom: 2rem; }
  @media (max-width: 1620px) {
    .t-head-group .t-head:not(:last-child) {
      margin-bottom: 1.5rem; } }

.t-head-group--alt:not(:last-child) {
  margin-bottom: 1rem; }

.t-head-group--alt .t-head:not(:last-child) {
  margin-bottom: 0.5rem; }

.t-head-group--comp:not(:last-child) {
  margin-bottom: 3rem; }
  @media (max-width: 670px) {
    .t-head-group--comp:not(:last-child) {
      margin-bottom: 2rem; } }

.t-head-group--comp .t-head:not(:last-child) {
  margin-bottom: 0.5rem; }

.t-head--ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .t-head--ico .t-head--ico__pic {
    max-height: 5rem;
    max-width: 5rem; }
    .t-head--ico .t-head--ico__pic:not(:last-child) {
      margin-right: 2rem; }
      @media (max-width: 670px) {
        .t-head--ico .t-head--ico__pic:not(:last-child) {
          margin-right: 1rem; } }

.t-content p, .t-content .c-line {
  margin: 0 0 2rem 0; }

.t-content ol,
.t-content ul {
  padding: 0;
  margin-left: 0; }
  .t-content ol li,
  .t-content ul li {
    margin-bottom: 0.5rem;
    line-height: 1.4; }
    .t-content ol li:last-child,
    .t-content ul li:last-child {
      margin-bottom: 0; }

.t-content ol {
  list-style-position: inside; }

.t-content ul {
  list-style: none;
  list-style-type: disc;
  padding-left: 2rem; }

.t-content h1, .t-content h2, .t-content h3, .t-content h4, .t-content h5, .t-content h6 {
  margin: 0 0 2rem 0;
  line-height: 1;
  font-weight: 600; }

.t-content h3 + h1, .t-content h1 + h3, .t-content h2 + h1, .t-content h1 + h2, .t-content h2 + h2, .t-content h2 + h3, .t-content h3 + h2, .t-content h3 + h3, .t-content h3 + h5, .t-content h3 + h4, .t-content h4 + h1, .t-content h4 + h2, .t-content h4 + h3, .t-content h4 + h4, .t-content h4 + h5, .t-content h5 + h1, .t-content h5 + h2, .t-content h5 + h3, .t-content h5 + h4 {
  margin-top: -1.5rem; }

.t-content h1 + p, .t-content h2 + p, .t-content h3 + p, .t-content h4 + p, .t-content h5 + p, .t-content h6 + p, .t-content h1 + ul, .t-content h2 + ul, .t-content h3 + ul, .t-content h4 + ul, .t-content h5 + ul, .t-content h1 + ol, .t-content h2 + ol, .t-content h3 + ol, .t-content h4 + ol, .t-content h5 + ol, .t-content p + ul, .t-content p + ol {
  margin-top: -1rem; }

.t-content h1 {
  font-size: 5.4rem; }
  @media (max-width: 1620px) {
    .t-content h1 {
      font-size: 4.5rem; } }
  @media (max-width: 1200px) {
    .t-content h1 {
      font-size: 4rem; } }
  @media (max-width: 670px) {
    .t-content h1 {
      font-size: 3rem; } }

.t-content h2 {
  font-size: 3.6rem; }
  @media (max-width: 1620px) {
    .t-content h2 {
      font-size: 3.2rem; } }
  @media (max-width: 670px) {
    .t-content h2 {
      font-size: 2.6rem; } }

.t-content h3 {
  font-size: 3rem; }
  @media (max-width: 1620px) {
    .t-content h3 {
      font-size: 2.6rem; } }
  @media (max-width: 670px) {
    .t-content h3 {
      font-size: 2.2rem; } }

.t-content h4 {
  font-size: 2.4rem; }
  @media (max-width: 1366px) {
    .t-content h4 {
      font-size: 2rem; } }
  @media (max-width: 670px) {
    .t-content h4 {
      font-size: 1.8rem; } }

.t-content h5 {
  font-size: 1.7rem; }
  @media (max-width: 670px) {
    .t-content h5 {
      font-size: 1.5rem; } }

.t-content small {
  line-height: 1; }

.t-content hr {
  height: 0.5rem;
  max-width: 30rem;
  margin: 3rem auto 3rem 0;
  border-radius: 0.3rem;
  background-color: #ff8a00;
  opacity: 0.3; }

@media (min-width: 320px) {
  .t-content {
    padding: 0; } }

.t-content ol.t-list-numbered-bullet {
  counter-reset: numbered-with-bullet; }
  .t-content ol.t-list-numbered-bullet > li {
    display: -ms-flexbox;
    display: flex; }
    .t-content ol.t-list-numbered-bullet > li::before {
      content: counter(numbered-with-bullet);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 5.1rem;
      height: 5.4rem;
      margin-right: 2rem;
      color: #fff;
      font-weight: 600;
      background: url("../img/svg/bullet-blue.svg") no-repeat;
      background-size: cover;
      counter-increment: numbered-with-bullet; }
      @media (max-width: 1620px) {
        .t-content ol.t-list-numbered-bullet > li::before {
          width: 4rem;
          height: 4.2rem;
          margin-right: 1rem;
          font-size: 1.8rem; } }
    .t-content ol.t-list-numbered-bullet > li:not(:last-child) {
      margin-bottom: 4rem; }

.t-content ul.t-list-bullet {
  padding-left: 0; }
  .t-content ul.t-list-bullet > li {
    display: -ms-flexbox;
    display: flex; }
    .t-content ul.t-list-bullet > li::before {
      content: '';
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 2.6rem;
      height: 2.9rem;
      margin-right: 1.5rem;
      color: #fff;
      background: url("../img/svg/ico-bullet-empty-blue.svg") no-repeat;
      background-size: cover; }
      @media (max-width: 1620px) {
        .t-content ul.t-list-bullet > li::before {
          width: 2.1rem;
          height: 2.3rem;
          margin-right: 1rem; } }
    .t-content ul.t-list-bullet > li:not(:last-child) {
      margin-bottom: 4rem; }

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

.t-content--default {
  font-size: 2rem; }
  @media (max-width: 1620px) {
    .t-content--default {
      font-size: 1.7rem; } }
  @media (max-width: 480px) {
    .t-content--default {
      font-size: 1.4rem; } }

.t-content--normal {
  font-size: 1.8rem; }
  @media (max-width: 1620px) {
    .t-content--normal {
      font-size: 1.6rem; } }

.t-content--alt {
  font-size: 1.6rem; }
  @media (max-width: 480px) {
    .t-content--alt {
      font-size: 1.4rem; } }

.t-content--comp {
  font-size: 2.2rem; }
  @media (max-width: 1620px) {
    .t-content--comp {
      font-size: 1.8rem; } }
  @media (max-width: 480px) {
    .t-content--comp {
      font-size: 1.6rem; } }

.t-content__float--right {
  float: right;
  max-width: 50%;
  margin: 1rem 0 1rem 3rem; }
  @media (max-width: 1620px) {
    .t-content__float--right {
      margin: 1rem 0 1rem 2rem; } }
  @media (max-width: 670px) {
    .t-content__float--right {
      max-width: 70%; } }
  @media (max-width: 480px) {
    .t-content__float--right {
      max-width: 100%;
      float: none;
      margin: 1rem 0; } }

.t-content__float--left {
  float: left;
  max-width: 50%;
  margin: 1rem 3rem 1rem 0; }
  @media (max-width: 1620px) {
    .t-content__float--left {
      margin: 1rem 2rem 1rem 0; } }
  @media (max-width: 670px) {
    .t-content__float--left {
      max-width: 70%; } }
  @media (max-width: 480px) {
    .t-content__float--left {
      max-width: 100%;
      float: none;
      margin: 1rem 0; } }

.t-content__pic--wide {
  width: 100%; }

.t-text--big {
  font-size: 1.2em; }

/* Components
   ========================================================================== */
/* Buttons
  ========================================================================== */
.c-btn {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  border: 0;
  background: none;
  transition: color 200ms ease-in-out, background 200ms ease-in-out, transform 200ms ease-in-out, opacity 200ms ease-in-out; }
  .c-btn .o-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.c-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed; }

@media (max-width: 670px) {
  .c-btn--print {
    display: none; } }

a.c-btn {
  text-decoration: none; }

.c-btn input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  visibility: hidden; }

.c-btn__wrap {
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.c-btn__wrap--left {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.c-btn__label {
  line-height: 1.2;
  text-align: left; }

.c-btn__ico .o-ico {
  margin-left: auto;
  margin-right: auto;
  transition-duration: 200ms; }

.c-btn--full {
  width: 100%; }

.c-btn--xxl {
  height: 9.5rem;
  padding: 0 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 5rem; }
  @media (max-width: 1620px) {
    .c-btn--xxl {
      height: 8rem;
      font-size: 2rem;
      border-radius: 4rem; } }
  @media (max-width: 980px) {
    .c-btn--xxl {
      font-size: 1.8rem; } }

.c-btn--m {
  height: 3.5rem;
  padding: 0 3rem;
  border-radius: 1.7rem; }
  @media (max-width: 1620px) {
    .c-btn--m {
      height: 3rem;
      padding: 0 2.5rem;
      font-size: 1.3rem; } }

.c-btn--m.c-btn--paddings-s {
  padding: 0 1rem; }
  .c-btn--m.c-btn--paddings-s .c-btn__ico:not(:last-child) {
    margin-right: 0.5rem; }

.c-btn--l {
  height: 5.5rem;
  padding: 0 3rem;
  border-radius: 2.7rem;
  font-size: 1.7rem;
  font-weight: 600; }
  @media (max-width: 1620px) {
    .c-btn--l {
      height: 4.5rem;
      padding: 0 2.5rem;
      border-radius: 2.3rem;
      font-size: 1.6rem; } }

.c-btn--xl {
  height: 6rem;
  padding: 0 3rem;
  border-radius: 3rem;
  font-size: 2rem;
  font-weight: 600; }
  @media (max-width: 1620px) {
    .c-btn--xl {
      height: 5rem;
      padding: 0 2.5rem;
      border-radius: 2.3rem;
      font-size: 1.8rem; } }

.c-btn--rekt {
  border-radius: 0.5rem; }

.c-btn--circle {
  border-radius: 50%;
  padding: 0; }
  @media (max-width: 1620px) {
    .c-btn--circle {
      width: 3rem;
      height: 3rem; } }

.c-btn--circle.c-btn--m {
  width: 3.5rem;
  height: 3.5rem; }

.c-btn--circle.c-btn--s {
  width: 3rem;
  height: 3rem; }

.c-btn--white {
  background-color: #fff;
  color: #3e4860; }

.c-btn--navy-blue {
  background-color: #3e4860;
  color: #fff; }
  .c-btn--navy-blue:hover {
    background-color: #4f5971; }

.c-btn--yellow {
  background-color: #ffce45;
  color: #3e4860; }
  .c-btn--yellow:hover {
    background-color: #4bcdd2;
    color: #fff; }
    .c-btn--yellow:hover svg {
      fill: #fff;
      stroke: #fff; }

.c-btn--orange {
  background-color: #ff8a00;
  color: #fff; }
  .c-btn--orange:hover {
    opacity: 0.8; }

.c-btn--gradient-blue {
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  color: #fff; }
  .c-btn--gradient-blue:hover {
    opacity: 0.9; }

.c-btn--gradient-orange {
  background: linear-gradient(51deg, #ffba00 0%, #ff8a00 100%);
  color: #fff; }
  .c-btn--gradient-orange:hover {
    opacity: 0.9; }

.c-btn--white-gray {
  border: 1px solid #d9d9d9;
  background: #fff; }

.c-btn--white-blue {
  border: 1px solid #4bcdd2;
  background-color: #fff;
  color: #4bcdd2; }
  .c-btn--white-blue:hover {
    background-color: #4bcdd2;
    color: #fff; }
    .c-btn--white-blue:hover .o-ico svg {
      fill: #fff; }

.c-btn--white-navy-blue {
  border: 1px solid #3e4860;
  background-color: transparent;
  color: #3e4860; }
  .c-btn--white-navy-blue:hover {
    background-color: #3e4860;
    color: #fff; }
    .c-btn--white-navy-blue:hover .o-ico svg {
      fill: #fff; }

.c-btn--border-white {
  border: 7px solid #fff; }

.c-btn--border-normal {
  border-width: 2px; }

.c-btn--no-border {
  border: 0; }

.c-btn--hamburger {
  height: 4.4rem;
  padding: 0 1.5rem;
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  border-radius: 0.5rem; }
  @media (min-width: 1201px) {
    .c-btn--hamburger {
      display: none; } }
  @media (max-width: 670px) {
    .c-btn--hamburger {
      height: 3.8rem;
      padding: 0 1rem;
      font-size: 1.4rem; } }
  @media (max-width: 400px) {
    .c-btn--hamburger .c-btn__label {
      display: none; }
    .c-btn--hamburger .c-btn__ico:not(:last-child) {
      margin: 0; } }

.c-btn--hamburger--alt {
  height: 3.5rem;
  padding: 0 1.5rem;
  background: #fff;
  color: #3e4860;
  border: 1px solid #3e4860;
  font-size: 1.4rem; }

.c-btn--tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0; }
  .c-btn--tab-left {
    border-top-left-radius: 2.8rem;
    border-bottom-left-radius: 2.8rem; }
    @media (max-width: 480px) {
      .c-btn--tab-left {
        border-radius: 0;
        border-top-left-radius: 1.8rem;
        border-top-right-radius: 1.8rem; } }
  .c-btn--tab-right {
    margin-left: -1px;
    border-top-right-radius: 2.8rem;
    border-bottom-right-radius: 2.8rem; }
    @media (max-width: 480px) {
      .c-btn--tab-right {
        margin: 0;
        border-radius: 0;
        border-bottom-left-radius: 1.8rem;
        border-bottom-right-radius: 1.8rem; } }
  .c-btn--tab input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden; }

.c-btn--tab.is-active {
  background-color: #3e4860;
  border-color: #3e4860;
  color: #fff; }

.c-btn--tab__label {
  cursor: pointer;
  text-align: center; }

.c-btn--tab-2 {
  transition: none;
  width: 10.5rem;
  height: 11.6rem;
  background: url("../img/svg/bullet-white-stroke.svg") no-repeat;
  background-size: cover; }
  @media (max-width: 1620px) {
    .c-btn--tab-2 {
      width: 9rem;
      height: 10rem; } }
  @media (max-width: 670px) {
    .c-btn--tab-2 {
      width: 8.1rem;
      height: 8.6rem; } }
  .c-btn--tab-2 .c-btn__wrap {
    -ms-flex-pack: center;
    justify-content: center; }

.c-btn--tab-2.is-active {
  width: 10.5rem;
  height: 11.1rem;
  background-image: url("../img/svg/bullet-blue.svg"); }
  @media (max-width: 1620px) {
    .c-btn--tab-2.is-active {
      width: 9rem;
      height: 9.6rem; } }
  .c-btn--tab-2.is-active .c-btn--ico svg {
    fill: #fff; }

.c-btn--close {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #858b9b;
  border-radius: 50%;
  outline: none; }
  .c-btn--close::before, .c-btn--close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 2px;
    background-color: #858b9b;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg); }
  .c-btn--close::before {
    transform: translate(-50%, -50%) rotate(-45deg); }

.c-btn--slide-arrow {
  width: 2.4rem;
  height: 4.9rem; }
  @media (max-width: 1620px) {
    .c-btn--slide-arrow {
      width: 2rem;
      height: 4rem; } }
  @media (max-width: 480px) {
    .c-btn--slide-arrow {
      width: 1.6rem;
      height: 3.3rem; } }

.c-btn--aside-open {
  z-index: 2;
  height: 3.7rem;
  width: 24.6rem;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: url("../img/svg/ico-vertical-bar-l.svg") no-repeat;
  background-size: cover; }

.c-btn--ico-share svg {
  fill: #3e4860; }

.c-btn--ico-share:hover svg {
  fill: #ff8a00; }

.c-btn--bulge {
  position: absolute;
  left: 50%;
  top: -2.6rem;
  width: 10rem;
  height: 5.5rem;
  transform: translate(-50%);
  z-index: 99; }
  .c-btn--bulge .c-btn__ico {
    position: relative;
    z-index: 2; }
    .c-btn--bulge .c-btn__ico:not(:last-child) {
      margin: 0; }
  .c-btn--bulge .c-btn__bg {
    position: absolute;
    left: 0;
    top: 2.4rem;
    width: 10rem;
    height: 3rem; }
    .c-btn--bulge .c-btn__bg svg {
      width: 100%;
      height: 100%; }

.c-btn__bg--ocean svg {
  fill: #4bcdd2; }

.c-btn__bg--white svg {
  fill: #fff; }

.c-btn__bg--navy-blue svg {
  fill: #3e4961; }

.c-btn__bg--navy-blue-2 svg {
  fill: #2c364c; }

.c-btn__bg--gray svg {
  fill: #f4fafc; }

.c-btn--ico.c-btn--ico--left .c-btn__ico {
  margin-right: 10px; }

.c-btn--ico.c-btn--ico--left .c-btn__wrap {
  -ms-flex-pack: left;
  justify-content: left; }

/* Forms
  ========================================================================== */
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

input,
textarea {
  display: block;
  width: 100%; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="radio"],
textarea {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

*::-ms-clear {
  display: none; }

::-webkit-input-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

.f-box {
  margin: 2rem auto;
  max-width: 34rem; }

.f-box--space-high {
  margin-top: 4rem; }

.f-box--space-medium {
  margin-top: 3rem; }

.f-form--default {
  position: relative;
  padding: 5rem;
  background-color: #fff;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.05);
  border: 1px solid #eaeaea;
  border-radius: 0.9rem;
  color: #3e4860;
  overflow: hidden; }
  @media (max-width: 1620px) {
    .f-form--default {
      padding: 4rem; } }
  @media (max-width: 670px) {
    .f-form--default {
      padding: 3rem; } }
  @media (max-width: 480px) {
    .f-form--default {
      padding: 3rem 2rem; } }

.f-form--settings::before {
  content: '';
  display: block;
  position: absolute;
  right: -0.5rem;
  bottom: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.04; }

.f-form--change-mail::before {
  width: 17.6rem;
  height: 8.4rem;
  background-image: url("../img/svg/ico-mail.svg"); }
  @media (max-width: 1620px) {
    .f-form--change-mail::before {
      width: 12.3rem;
      height: 5.9rem; } }

.f-form--delete-acc::before {
  width: 9.7rem;
  height: 11.4rem;
  background-image: url("../img/svg/ico-delete.svg"); }
  @media (max-width: 1620px) {
    .f-form--delete-acc::before {
      width: 6.8rem;
      height: 8rem; } }

.f-form--change-pass::before {
  width: 18.2rem;
  height: 18.2rem;
  background-image: url("../img/svg/ico-key.svg"); }
  @media (max-width: 1620px) {
    .f-form--change-pass::before {
      width: 12.7rem;
      height: 12.7rem; } }

.f-form--contact {
  height: 100%;
  padding: 3rem 5rem; }
  @media (max-width: 1620px) {
    .f-form--contact {
      padding: 2.5rem 4rem; } }
  @media (max-width: 670px) {
    .f-form--contact {
      padding: 2rem; } }
  .f-form--contact::before {
    content: '';
    display: block;
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    opacity: 0.04;
    width: 12.8rem;
    height: 12.8rem;
    background: url("../img/svg/ico-paperplane.svg") no-repeat;
    background-size: cover; }
    @media (max-width: 1620px) {
      .f-form--contact::before {
        width: 10.3rem;
        height: 10.3rem; } }

.f-field + .c-actions {
  margin-top: 0.5rem; }

.f-field--select .f-label:not(:last-child), .f-field--text .f-label:not(:last-child) {
  margin-bottom: 1rem; }

.f-field--text.f-field--text--price {
  position: relative; }
  @media (max-width: 1620px) {
    .f-field--text.f-field--text--price {
      padding-right: 2rem; } }
  .f-field--text.f-field--text--price .f-field--suffix {
    color: #3e4860;
    font-size: 1.8rem;
    height: 5.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 5.5rem;
    padding: 0 1rem; }
    @media (max-width: 1620px) {
      .f-field--text.f-field--text--price .f-field--suffix {
        font-size: 1.6rem;
        line-height: 4.5rem;
        height: 4.5rem; } }

.f-select-border {
  border: 2px solid #fff;
  padding: 2rem 2rem 3rem 2rem; }
  .f-select-border .f-label {
    font-size: 2rem; }

.f-control {
  position: relative;
  z-index: 2; }

.f-control-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .f-control-wrapper:not(:last-child) {
    margin-bottom: 1.5rem; }
  .f-control-wrapper:not(:first-child) {
    margin-top: 1.5rem; }
  .f-control-wrapper .f-field {
    -ms-flex: 1;
    flex: 1; }
    .f-control-wrapper .f-field:not(:last-child) {
      margin-right: 2rem; }

/* Default
   ========================================================================== */
.f-control--default {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e4860;
  border-radius: 0.4rem; }

.f-control--default:disabled {
  opacity: 1; }

/* Text & select & Textarea sizes
   ========================================================================== */
.f-control--text {
  padding: 1rem 2rem;
  color: #3e4860;
  font-size: 1.8rem;
  border: 1px solid #d9d9d9;
  border-radius: 10px; }
  @media (max-width: 1620px) {
    .f-control--text {
      padding: 1rem 1.5rem;
      font-size: 1.6rem; } }

.f-control--text,
.f-control--select {
  height: 4.5rem; }
  @media (max-width: 1620px) {
    .f-control--text,
    .f-control--select {
      height: 4rem; } }

.f-control--alt {
  height: 6rem;
  font-size: 2.6rem;
  border-radius: 0.5rem; }
  @media (max-width: 1620px) {
    .f-control--alt {
      height: 5rem;
      font-size: 2.4rem; } }

.f-control--comp {
  height: 5.5rem; }
  @media (max-width: 1620px) {
    .f-control--comp {
      height: 4.5rem; } }

.f-control--textarea {
  height: 20rem; }
  @media (max-width: 1620px) {
    .f-control--textarea {
      height: 18rem; } }

.f-control--navy-blue {
  background: #3e4860;
  color: #fff;
  font-weight: 600; }
  .f-control--navy-blue:-ms-input-placeholder {
    color: #fff; }
  .f-control--navy-blue::-ms-input-placeholder {
    color: #fff; }
  .f-control--navy-blue::placeholder {
    color: #fff; }

/* Select
   ========================================================================== */
.f-control--select {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 0.7rem; }
  .f-control--select .f-control__ico {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none; }

.f-control--select select {
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 2rem;
  color: #3e4860;
  font-size: 1.7rem;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.f-label {
  display: block; }

.f-label--default {
  font-size: 1.8rem; }
  @media (max-width: 1620px) {
    .f-label--default {
      font-size: 1.6rem; } }

.f-label--comp {
  font-size: 2.2rem; }

.f-label--alt {
  font-size: 1.4rem; }

/* Radio / checkbox - base
   ========================================================================== */
.f-chooses-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none !important;
  margin: 0 -2rem -2rem 0;
  padding: 0 !important; }
  @media (max-width: 980px) {
    .f-chooses-list {
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 1620px) {
    .f-chooses-list {
      margin: 0 -1.5rem -1.5rem 0; } }
  @media (max-width: 670px) {
    .f-chooses-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.f-chooses-list__item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 2rem 2rem 0; }
  @media (max-width: 1620px) {
    .f-chooses-list__item {
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; } }

.f-choose {
  display: block;
  position: relative;
  cursor: pointer; }

.f-choose input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.f-choose__label {
  line-height: 1.2; }

.f-choose--default .f-choose__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 5.5rem;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  color: #3e4860;
  border-radius: 0.9rem;
  border: 1px solid #c9dfe3; }
  @media (max-width: 1620px) {
    .f-choose--default .f-choose__label {
      height: 4.5rem;
      padding: 0 1.5rem;
      font-size: 1.8rem; } }
  @media (max-width: 1200px) {
    .f-choose--default .f-choose__label {
      font-size: 1.5rem; } }

.f-choose--default input:checked + .f-choose__label {
  background-color: #3e4860;
  color: #fff;
  border-color: transparent; }

.f-choose--alt .f-choose__label {
  background-color: #3e4860;
  color: #fff; }

.f-choose--alt input:checked + .f-choose__label {
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%); }

.f-choose--comp .f-choose__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.8rem;
  padding: 0 1rem;
  border: 1px solid #3e4860;
  border-radius: 2rem;
  font-size: 1.6rem;
  color: #3e4860; }
  @media (max-width: 1620px) {
    .f-choose--comp .f-choose__label {
      height: 3.2rem;
      font-size: 1.4rem; } }

.f-choose--comp input:checked + .f-choose__label {
  height: 4rem;
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  color: #fff;
  font-weight: 600;
  border-color: transparent; }
  @media (max-width: 1620px) {
    .f-choose--comp input:checked + .f-choose__label {
      height: 3.4rem; } }

.f-choose--radio .f-choose__indicator {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  border: 0.3rem solid #3e4860;
  border-radius: 50%;
  background-color: #fff; }

.f-choose--radio input:checked + .f-choose__indicator {
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  border-color: transparent; }

/* Checkbox
   ========================================================================== */
.f-choose--checkbox {
  padding-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2; }
  @media (max-width: 1620px) {
    .f-choose--checkbox {
      font-size: 1.4rem; } }
  .f-choose--checkbox .f-choose__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .5rem;
    border: .1rem solid #d3d3d3;
    background: #fff; }
    .f-choose--checkbox .f-choose__indicator::after {
      content: '';
      position: absolute;
      display: none;
      top: .2rem;
      left: .5rem;
      width: .7rem;
      height: .9rem;
      transform: rotate(45deg);
      border: solid #3e4860;
      border-width: 0 .2rem .2rem 0; }
  .f-choose--checkbox input:checked + .f-choose__indicator::after {
    display: block; }

.f-choose--checkbox .f-choose__label:before {
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.6rem; }

.f-choose--checkbox .f-choose__label:after {
  top: 0.3rem;
  left: 0.5rem;
  width: 0.6rem;
  height: 0.8rem;
  transform: rotate(45deg);
  border: solid #000000;
  border-width: 0 2px 2px 0; }

/* Logos
  ========================================================================== */
.c-logo {
  display: block; }

.c-logo--main {
  width: 26.4rem;
  height: 5.6rem;
  background: url("../img/logo.svg") no-repeat center;
  background-size: cover; }
  @media (max-width: 1620px) {
    .c-logo--main {
      width: 24rem;
      height: 5.1rem; } }
  @media (max-width: 480px) {
    .c-logo--main {
      width: 4.4rem;
      height: 5rem;
      background-image: url("../img/logo-sygnet.png"); } }

.c-logo--big {
  width: 30rem;
  height: 7.7rem; }
  @media (max-width: 1620px) {
    .c-logo--big {
      width: 25rem;
      height: 6rem; } }
  @media (max-width: 670px) {
    .c-logo--big {
      width: 20rem;
      height: 4.5rem; } }
  @media (max-width: 480px) {
    .c-logo--big {
      background-image: url("../img/logo.svg"); } }

.c-logo--foot {
  width: 17.9rem;
  height: 4.7rem;
  background-image: url("../img/logo-akademia-color.svg"); }

.c-logo--boss {
  width: 17.4rem;
  height: 4.2rem;
  background-image: url("../img/logo-alt.png"); }

.c-logo--mikroporady {
  width: 17.4rem;
  height: 3.1rem;
  background-image: url("../img/logo-mikroporady.png"); }

/* Icons
  ========================================================================== */
.o-ico {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  transition-duration: 200ms; }
  .o-ico:not(:last-child) {
    margin-right: 1rem; }
  .o-ico:not(:first-child) {
    margin-left: 1rem; }
  .o-ico svg {
    width: 100%;
    height: 100%;
    vertical-align: top; }

.o-ico.is-flipped {
  transform: rotate(180deg); }

.o-ico--yellow svg {
  fill: #ffce45;
  stroke: #ffce45; }

.o-ico--navy-blue svg {
  fill: #3e4860;
  stroke: #3e4860; }

.o-ico--white svg {
  fill: #fff;
  stroke: #fff; }

.o-ico--blue svg {
  fill: #45b8d1;
  stroke: #45b8d1; }

.o-ico--orange svg {
  fill: #ff8a00;
  stroke: #ff8a00; }

.o-ico--hamburger {
  width: 1.6rem;
  height: 1.4rem; }

.o-ico--arrow-left.o-ico--m {
  width: 1.8rem;
  height: 1.1rem;
  transform: rotate(90deg); }

.o-ico--arrow-right.o-ico--m {
  width: 1.8rem;
  height: 1.1rem;
  transform: rotate(-90deg); }

.o-ico--arrow-down.o-ico--m {
  width: 1.4rem;
  height: 0.8rem; }

.o-ico--arrow-with-circle.o-ico--m {
  width: 2.3rem;
  height: 2.3rem; }

.o-ico--arrow-with-circle.o-ico--l {
  width: 4.4rem;
  height: 4.2rem; }

.o-ico--arrow-with-circle-right {
  transform: rotate(-90deg); }

.o-ico--arrow-thin.o-ico--m {
  width: 2.4rem;
  height: 4.9rem; }

.o-ico--arrow-thin-left {
  transform: rotate(180deg); }

.o-ico--target.o-ico--m {
  width: 3.5rem;
  height: 2.8rem; }
  @media (max-width: 1620px) {
    .o-ico--target.o-ico--m {
      width: 3rem;
      height: 2.5rem; } }

.o-ico--target.o-ico--l {
  width: 5rem;
  height: 4rem;
  margin-left: 1rem !important; }
  @media (max-width: 1620px) {
    .o-ico--target.o-ico--l {
      width: 4rem;
      height: 3.2rem; } }

.o-ico--form-1.o-ico--m {
  width: 2.3rem;
  height: 2.8rem; }
  @media (max-width: 1620px) {
    .o-ico--form-1.o-ico--m {
      width: 2rem;
      height: 2.4rem; } }

.o-ico--form-1.o-ico--l {
  width: 3.3rem;
  height: 4rem; }
  @media (max-width: 1620px) {
    .o-ico--form-1.o-ico--l {
      width: 2.5rem;
      height: 3.2rem; } }

.o-ico--bank-wiedzy.o-ico--m {
  width: 2.8rem;
  height: 3rem; }
  @media (max-width: 1620px) {
    .o-ico--bank-wiedzy.o-ico--m {
      width: 2.4rem;
      height: 2.7rem; } }

.o-ico--bank-wiedzy.o-ico--l {
  width: 4rem;
  height: 4.3rem; }
  @media (max-width: 1620px) {
    .o-ico--bank-wiedzy.o-ico--l {
      width: 3.2rem;
      height: 3.4rem; } }

.o-ico--idea-1.o-ico--m {
  width: 4.3rem;
  height: 6.2rem; }

.o-ico--idea-2.o-ico--m {
  width: 5.9rem;
  height: 5.7rem; }

.o-ico--idea-3.o-ico--m {
  width: 4.3rem;
  height: 5.1rem; }

.o-ico--idea-4.o-ico--m {
  width: 4.5rem;
  height: 5.5rem; }

.o-ico--idea-5.o-ico--m {
  width: 4.8rem;
  height: 4.3rem; }

.o-ico--people-1.o-ico--m {
  width: 2.1rem;
  height: 5.1rem; }
  @media (max-width: 1620px) {
    .o-ico--people-1.o-ico--m {
      width: 1.6rem;
      height: 4rem; } }

.o-ico--people-2.o-ico--m {
  width: 3.5rem;
  height: 5.1rem; }
  @media (max-width: 1620px) {
    .o-ico--people-2.o-ico--m {
      width: 2.7rem;
      height: 4rem; } }

.o-ico--people-3.o-ico--m {
  width: 4.8rem;
  height: 5.1rem; }
  @media (max-width: 1620px) {
    .o-ico--people-3.o-ico--m {
      width: 3.7rem;
      height: 4rem; } }

.o-ico--1proc.o-ico--m {
  width: 2.8rem;
  height: 1.8rem; }

.o-ico--1proc2 {
  background-image: url("../img/ico-1proc2.png"); }

.o-ico--1proc2.o-ico--m {
  width: 2.4rem;
  height: 1.7rem; }

.o-ico--user.o-ico--m {
  width: 2.2rem;
  height: 2.2rem; }

.o-ico--search.o-ico--m {
  width: 1.8rem;
  height: 1.8rem; }

.o-ico--eye.o-ico--m {
  width: 2.6rem;
  height: 1.8rem; }

.o-ico--eye-2.o-ico--m {
  width: 1.6rem;
  height: 1.1rem; }

.o-ico--eye-2.o-ico--l {
  width: 3rem;
  height: 2rem; }

.o-ico--share.o-ico--m {
  width: 1.7rem;
  height: 1.4rem; }

.o-ico--share-2.o-ico--m {
  width: 1.5rem;
  height: 1.5rem; }

.o-ico--star.o-ico--m {
  width: 1.3rem;
  height: 1.2rem; }

.o-ico--star.o-ico--s {
  width: 1rem;
  height: 0.9rem; }

.o-ico--login.o-ico--m {
  width: 1.5rem;
  height: 1.5rem; }

.o-ico--close.o-ico--m {
  width: 3.7rem;
  height: 3.7rem; }

.o-ico--fb.o-ico--m {
  width: 1.7rem;
  height: 1.7rem; }

.o-ico--google.o-ico--m {
  width: 1.7rem;
  height: 1.7rem; }

.o-ico--fb-2.o-ico--l, .o-ico--instagram.o-ico--l, .o-ico--twitter.o-ico--l, .o-ico--mail-2.o-ico--l, .o-ico--google-plus.o-ico--l {
  width: 5rem;
  height: 5rem; }

.o-ico--marker.o-ico--m {
  width: 2.6rem;
  height: 3.7rem; }

.o-ico--phone.o-ico--m {
  width: 2.9rem;
  height: 2.9rem; }

.o-ico--register.o-ico--m {
  width: 3.3rem;
  height: 3.3rem; }

.o-ico--bank.o-ico--m {
  width: 3rem;
  height: 2.9rem; }

.o-ico--eye-crossed.o-ico--m {
  width: 1.9rem;
  height: 1.6rem; }

.o-ico--save.o-ico--m {
  width: 1.6rem;
  height: 1.6rem; }

.o-ico--download.o-ico--m {
  width: 2rem;
  height: 1.6rem; }

.o-ico--printer.o-ico--m {
  width: 1.8rem;
  height: 1.8rem; }

.o-ico--printer-2.o-ico--m {
  width: 1.8rem;
  height: 1.8rem; }

.o-ico--help.o-ico--m {
  width: 1.6rem;
  height: 1.6rem; }

.o-ico--thumb-up.o-ico--m {
  width: 2rem;
  height: 2rem; }

.o-ico--plus.o-ico--m {
  width: 1.3rem;
  height: 1.3rem; }

.o-ico--download-2.o-ico--m {
  width: 1.6rem;
  height: 1.2rem; }

.o-ico--unlocked.o-ico--m {
  opacity: 0.8; }

.o-ico--block.o-ico--m,
.o-ico--edit.o-ico--m,
.o-ico--unlocked.o-ico--m,
.o-ico--checked.o-ico--m {
  width: 3.1rem;
  height: 3.1rem; }
  @media (max-width: 1620px) {
    .o-ico--block.o-ico--m,
    .o-ico--edit.o-ico--m,
    .o-ico--unlocked.o-ico--m,
    .o-ico--checked.o-ico--m {
      width: 2.5rem;
      height: 2.5rem; } }

.o-ico--info.o-ico--m {
  width: 2.3rem;
  height: 2.3rem; }

.o-ico--print-fill,
.o-ico--save-fill,
.o-ico--mail-fill {
  width: 2.4rem;
  height: 2.4rem; }

.o-ico--mail-fill {
  background-image: url("../img/svg/ico-mail-fill.svg"); }

.o-ico--save-fill {
  background-image: url("../img/svg/ico-save-fill.svg"); }

.o-ico--print-fill {
  background-image: url("../img/svg/ico-print-fill.svg"); }

.o-ico--arrow-gradient-blue {
  width: 24px;
  height: 49px;
  background-image: url("../img/ico-arrow-left-gradient.png"); }

.o-ico--arrow-gradient-blue-right {
  transform: rotate(180deg); }

.o-ico--earth {
  background: url("../img/ico-earth.png") no-repeat;
  width: 24px;
  height: 24px; }

/* Objects
========================================================================== */
.o-image-wrapper {
  margin: 2.5rem 0; }

.o-image {
  margin: 0; }
  .o-image img {
    display: block;
    margin: 0 auto; }

.o-image__svg--center {
  margin: 0 auto; }

.o-image--1proc-l {
  width: 5rem; }

.c-list {
  margin: 0;
  padding: 0; }

.c-list--default {
  list-style-type: none; }
  .c-list--default,
  .c-list--default .c-list__item {
    display: -ms-flexbox;
    display: flex; }
  .c-list--default .c-list__item {
    -ms-flex-align: center;
    align-items: center; }
    .c-list--default .c-list__item:not(:last-child) {
      margin-right: 1rem; }

.c-list--sizes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .c-list--sizes .c-list__item {
    cursor: pointer; }
    .c-list--sizes .c-list__item:not(:last-child) {
      margin-right: 0.5rem; }
    .c-list--sizes .c-list__item:nth-of-type(2) {
      font-size: 1.7rem; }
    .c-list--sizes .c-list__item:nth-of-type(3) {
      font-size: 2rem; }
  .c-list--sizes .c-list__item.is-active {
    font-weight: 700; }

.c-list--tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 -1rem -1rem 0; }
  .c-list--tags .c-list__item {
    margin: 0 1rem 1rem 0; }

.c-list--pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none; }
  .c-list--pagination .c-list__item {
    font-size: 1.9rem;
    font-weight: 600; }
    @media (max-width: 1620px) {
      .c-list--pagination .c-list__item {
        font-size: 1.7rem; } }
    .c-list--pagination .c-list__item:not(:last-child) {
      margin-right: 1rem; }
  .c-list--pagination .c-list__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.9rem;
    height: 3.9rem;
    border: 1px solid #c9dfe3;
    border-radius: 0.6rem;
    text-decoration: none;
    transition-duration: 200ms; }
    @media (max-width: 1620px) {
      .c-list--pagination .c-list__link {
        width: 3.5rem;
        height: 3.5rem; } }
    .c-list--pagination .c-list__link:hover {
      background-color: #f4fafc; }
  .c-list--pagination .c-list__link.is-active {
    background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
    border: none;
    color: #fff; }
    .c-list--pagination .c-list__link.is-active:hover {
      opacity: 0.9; }
  .c-list--pagination .c-list__link--arrow {
    border: none; }
    .c-list--pagination .c-list__link--arrow:hover {
      background: inherit;
      opacity: 0.8; }

.c-list--bullet-blue {
  padding-left: 2.5rem !important; }
  @media (max-width: 980px) {
    .c-list--bullet-blue {
      padding-left: 1rem; } }
  .c-list--bullet-blue:not(:last-child) {
    margin-top: 2rem; }
  .c-list--bullet-blue > .c-list__item {
    position: relative; }
    .c-list--bullet-blue > .c-list__item:not(:last-child) {
      margin-bottom: 1rem; }
    .c-list--bullet-blue > .c-list__item::before {
      content: '';
      display: block;
      position: absolute;
      left: -2.5rem;
      top: 0.6rem;
      width: 1.5rem;
      height: 1.6rem;
      background: url("../img/svg/bullet-blue.svg") no-repeat;
      background-size: cover; }

.c-list--accordion {
  list-style: none; }
  .c-list--accordion .c-list__item {
    padding: 2rem 3rem; }
    @media (max-width: 1620px) {
      .c-list--accordion .c-list__item {
        padding: 1.5rem 2rem; } }
    .c-list--accordion .c-list__item:not(:last-child) {
      border-bottom: 1px solid #ebecef; }

.c-nav--main {
  height: 100%;
  margin-right: -7rem;
  font-size: 1.6rem;
  text-transform: uppercase; }
  .c-nav--main .c-list--subnav {
    padding: 0 2rem; }
  @media (max-width: 1620px) {
    .c-nav--main {
      margin-right: -5rem;
      font-size: 1.5rem; } }
  @media (max-width: 1200px) {
    .c-nav--main {
      display: none;
      position: fixed;
      left: 0;
      top: 5.9rem;
      width: 100%;
      height: auto;
      max-height: calc(100vh - 5.9rem);
      font-size: 2rem;
      overflow-y: scroll;
      height: 100%;
      background: #272f40; } }
  @media (max-width: 400px) {
    .c-nav--main {
      font-size: 1.5rem; } }
  .c-nav--main .c-nav__list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%; }
    @media (max-width: 1200px) {
      .c-nav--main .c-nav__list {
        display: block; } }
  .c-nav--main .c-nav__item {
    height: 100%;
    margin-right: 7rem; }
    @media (max-width: 1620px) {
      .c-nav--main .c-nav__item {
        margin-right: 5rem; } }
    @media (max-width: 1200px) {
      .c-nav--main .c-nav__item {
        height: auto;
        width: 100%;
        background-color: #272f40; } }
    @media (max-width: 1200px) {
      .c-nav--main .c-nav__item:not(:last-child) {
        margin: 0;
        border-bottom: 1px solid #3e4860; } }
    .c-nav--main .c-nav__item.active .c-btn__label {
      border-bottom: 1px solid #fff;
      padding-bottom: 3px; }
  .c-nav--main .c-nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-decoration: none; }
    @media (max-width: 1200px) {
      .c-nav--main .c-nav__link {
        padding: 2rem; } }
  .c-nav--main .c-nav__label {
    margin-left: 1rem; }

.c-nav--main.is-active {
  display: block; }

.c-nav--alt {
  font-size: 1.9rem; }
  @media (max-width: 1620px) {
    .c-nav--alt {
      font-size: 1.6rem; } }
  @media (max-width: 670px) {
    .c-nav--alt {
      font-size: 1.4rem; } }

.c-nav--alt__list {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0 -2rem -2rem 0; }
  @media (max-width: 980px) {
    .c-nav--alt__list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }

.c-nav--alt__item {
  margin-right: 2rem; }

.c-nav--alt__link {
  color: #fff;
  text-decoration: none; }
  .c-nav--alt__link:hover {
    text-decoration: underline; }

.c-nav--tabs__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important; }
  @media (max-width: 480px) {
    .c-nav--tabs__list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.c-nav--tabs__item {
  width: 50%;
  margin: 0 !important; }
  @media (max-width: 480px) {
    .c-nav--tabs__item {
      width: 100%; } }

.c-nav--tabs-alt .c-btn--tab {
  border-color: #3e4860; }

.c-nav--tabs-alt .c-btn--tab.is-active {
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  border-color: transparent;
  color: #fff; }

.c-nav--tabs-comp .c-btn--tab {
  border-color: #3e4860; }

.c-nav--tabs-comp .c-btn--tab.is-active {
  background: #3e4860;
  border-color: transparent;
  color: #fff; }

.c-nav--aside {
  position: relative; }

.c-nav--aside__list {
  counter-reset: aside;
  max-height: calc(100vh - 19.5rem - 10.5rem - 9rem);
  min-height: 20rem;
  overflow: hidden; }
  @media (max-width: 1620px) {
    .c-nav--aside__list {
      max-height: calc(100vh - 19.5rem - 13rem); } }
  @media (max-width: 980px) {
    .c-nav--aside__list {
      max-height: none;
      min-height: initial; } }

.c-nav--aside__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  font-size: 2rem;
  color: #73b1c5;
  transition-duration: 200ms; }
  @media (max-width: 1620px) {
    .c-nav--aside__item {
      padding: 0.7rem 0;
      font-size: 1.8rem; } }
  .c-nav--aside__item::before {
    content: counter(aside) ".";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.5rem;
    border: 2px solid #73b1c5;
    border-radius: 50%;
    text-align: center;
    font-size: 1.8rem;
    counter-increment: aside; }
    @media (max-width: 1620px) {
      .c-nav--aside__item::before {
        width: 3rem;
        height: 3rem; } }

.c-nav--aside__item.is-active {
  padding: 1.2rem 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0) 100%);
  font-size: 2.2rem;
  font-weight: 700;
  color: #3e4860; }
  @media (max-width: 1620px) {
    .c-nav--aside__item.is-active {
      padding: 1rem 0;
      font-size: 2rem; } }
  .c-nav--aside__item.is-active::before {
    height: 4rem;
    width: 4rem;
    background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
    color: #fff;
    border: 0; }
    @media (max-width: 1620px) {
      .c-nav--aside__item.is-active::before {
        width: 3.5rem;
        height: 3.5rem; } }

.c-nav--aside__link {
  text-decoration: none;
  color: inherit; }

.c-krs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5rem;
  padding: 0 1.5rem;
  border: 1px solid #858b9b;
  border-radius: 1.7rem;
  text-decoration: none; }
  .c-krs .o-ico {
    margin: 0 0.5rem; }
  @media (max-width: 1620px) {
    .c-krs {
      height: 3rem;
      padding: 0 1rem;
      font-size: 1.3rem; } }

.c-krs--alt {
  height: auto;
  padding: 2rem;
  color: #fff;
  border: 0;
  border-radius: 0; }

.c-krs--comp {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 3rem;
  border: 0;
  border-left: 1px solid #c9dfe3;
  border-radius: 0;
  font-size: 2.4rem;
  text-align: center; }
  @media (max-width: 1620px) {
    .c-krs--comp {
      font-size: 2rem; } }
  @media (max-width: 980px) {
    .c-krs--comp {
      height: auto;
      padding: 2rem 2rem 0;
      border-left: 0;
      border-top: 1px solid #c9dfe3; } }
  .c-krs--comp .c-krs__number {
    width: 100%;
    font-size: 3.4rem; }
    @media (max-width: 1620px) {
      .c-krs--comp .c-krs__number {
        font-size: 3rem; } }
    @media (max-width: 980px) {
      .c-krs--comp .c-krs__number {
        font-size: 2.6rem; } }

.c-hero-message {
  position: relative;
  z-index: 2; }
  @media (max-width: 670px) {
    .c-hero-message {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      height: 100%;
      width: 100%;
      padding-bottom: 14rem;
      text-align: center; } }

@media (max-width: 670px) {
  .c-hero-message__head {
    width: 100%; } }

.c-hero-message__head::after {
  content: '';
  display: block;
  width: 9.5rem;
  height: 0.6rem;
  margin: 2.5rem 0 3rem;
  border-radius: 0.3rem;
  background-color: #fff; }
  @media (max-width: 1620px) {
    .c-hero-message__head::after {
      margin: 2rem 0 2.5rem; } }
  @media (max-width: 670px) {
    .c-hero-message__head::after {
      position: relative;
      left: 50%;
      width: 8rem;
      margin: 2rem 0;
      transform: translate(-50%); } }

.c-hero-message__subhead {
  line-height: 1.6; }
  @media (max-width: 1620px) {
    .c-hero-message__subhead {
      line-height: 1.4; } }
  @media (max-width: 980px) {
    .c-hero-message__subhead {
      max-width: 60%;
      line-height: 1.4; } }
  @media (max-width: 670px) {
    .c-hero-message__subhead {
      max-width: none;
      width: 100%;
      line-height: 1.2; } }

.c-hero-message__actions {
  margin-top: 5rem; }
  @media (max-width: 1620px) {
    .c-hero-message__actions {
      margin-top: 4rem; } }
  @media (max-width: 1200px) {
    .c-hero-message__actions {
      margin-top: 3.5rem; } }
  @media (max-width: 670px) {
    .c-hero-message__actions {
      position: absolute;
      bottom: 0;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      .c-hero-message__actions .c-list__item {
        margin: 0 0 1rem; } }

.c-hero-backgrounds {
  position: absolute;
  right: 0; }
  @media (max-width: 670px) {
    .c-hero-backgrounds {
      bottom: -5rem;
      right: auto; } }
  @media (max-width: 480px) {
    .c-hero-backgrounds {
      left: 50%;
      width: 120%;
      transform: translate(-50%); } }

.c-hero__background, .c-hero-message__changing-text {
  display: none;
  animation-duration: 500ms; }

.c-hero__background.is-active {
  display: block;
  position: relative; }

.c-hero__background:nth-of-type(1) {
  right: -25%; }
  @media (max-width: 670px) {
    .c-hero__background:nth-of-type(1) {
      right: auto;
      left: 0;
      width: 100%; } }

.c-hero__background:nth-of-type(2) {
  right: -15%; }
  @media (max-width: 670px) {
    .c-hero__background:nth-of-type(2) {
      right: auto;
      left: 0;
      width: 100%; } }

.c-hero__background:nth-of-type(3) {
  right: -5%; }
  @media (max-width: 670px) {
    .c-hero__background:nth-of-type(3) {
      right: auto;
      left: 0;
      width: 100%; } }

.c-hero__background:nth-of-type(4) {
  right: -23%; }
  @media (max-width: 670px) {
    .c-hero__background:nth-of-type(4) {
      right: auto;
      left: 0;
      width: 100%; } }

.c-hero-message__changing-text.is-active {
  display: inline-block; }

.c-box--default {
  height: 100%;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.05);
  border: 1px solid #ebecef;
  border-radius: 0.9rem;
  color: #3e4860; }
  .c-box--default .c-box__pic {
    height: 5.5rem; }
    @media (max-width: 1620px) {
      .c-box--default .c-box__pic {
        height: 5rem; } }
    .c-box--default .c-box__pic img {
      height: 100%; }

.c-box--alt {
  height: 100%;
  padding: 3rem 5rem;
  background-color: #fff;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.05);
  border: 1px solid #eaeaea;
  border-radius: 0.9rem;
  color: #3e4860; }
  @media (max-width: 1620px) {
    .c-box--alt {
      padding: 2rem 3rem; } }

.c-box--comp {
  padding: 2rem;
  border-radius: 0.9rem; }

.c-box--normal {
  padding: 3rem; }

.c-box--business {
  position: relative;
  padding: 2rem 16rem 2rem 3rem;
  overflow: hidden; }
  @media (max-width: 670px) {
    .c-box--business {
      padding: 2rem; } }
  .c-box--business::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14.1rem;
    height: 28.9rem;
    background: url("../img/ico-business.png") no-repeat;
    background-size: cover;
    transform: translate(0, -50%); }
    @media (max-width: 670px) {
      .c-box--business::after {
        opacity: 0.7; } }

.c-box__row {
  width: 100%; }
  .c-box__row:not(:last-child) {
    margin-bottom: 2rem; }
    @media (max-width: 1620px) {
      .c-box__row:not(:last-child) {
        margin-bottom: 1.5rem; } }

.c-box--outside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  height: 100%; }
  .c-box--outside::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100rem;
    border-radius: 1.5rem;
    background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
    z-index: -1; }
    @media (max-width: 980px) {
      .c-box--outside::before {
        width: 100%; } }

.c-box--outside-left::before {
  left: auto;
  right: 0; }

.c-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2rem -2rem 0; }
  @media (max-width: 1620px) {
    .c-actions {
      margin: 0 -1.5rem -1.5rem 0; } }
  .c-actions .c-btn, .c-actions .c-link, .c-actions .f-field {
    margin: 0 2rem 2rem 0; }
    @media (max-width: 1620px) {
      .c-actions .c-btn, .c-actions .c-link, .c-actions .f-field {
        margin: 0 1.5rem 1.5rem 0; } }

.c-actions--default:not(:first-child) {
  margin-top: 2rem; }
  @media (max-width: 1620px) {
    .c-actions--default:not(:first-child) {
      margin-top: 1.5rem; } }

.c-actions--alt:not(:first-child) {
  margin-top: 5rem; }
  @media (max-width: 1620px) {
    .c-actions--alt:not(:first-child) {
      margin-top: 4rem; } }
  @media (max-width: 670px) {
    .c-actions--alt:not(:first-child) {
      margin-top: 3rem; } }

.c-actions--comp {
  margin: 0 -1.5rem -1.5rem 0; }
  @media (max-width: 1620px) {
    .c-actions--comp {
      margin: 0 -1rem -1rem 0; } }
  .c-actions--comp:not(:first-child) {
    margin-top: 1.5rem; }
    @media (max-width: 1620px) {
      .c-actions--comp:not(:first-child) {
        margin-top: 1rem; } }
  .c-actions--comp .c-btn {
    margin: 0 1.5rem 1.5rem 0; }
    @media (max-width: 1620px) {
      .c-actions--comp .c-btn {
        margin: 0 1rem 1rem 0; } }

.c-actions--stretch .c-btn {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.c-actions--normal:not(:first-child) {
  margin: 0.5rem 0; }

.c-range__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  width: 100%; }
  .c-range__row:not(:last-child) {
    margin-bottom: 2rem; }

.c-range__row--input {
  -ms-flex-pack: center;
  justify-content: center; }

.c-range__bar {
  width: 90%;
  height: 1.2rem;
  background-color: #fff;
  border: 0;
  border-radius: 0.6rem;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.noUi-handle {
  top: -1.6rem !important;
  right: -1rem !important;
  height: 4.4rem !important;
  width: 2rem !important;
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  border-radius: 1rem;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border: 0; }
  .noUi-handle::before, .noUi-handle::after {
    content: initial; }

.c-range__label {
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer; }

.c-range__label.is-active {
  font-weight: 700; }

.c-idea {
  position: relative;
  display: block;
  min-height: 35rem;
  padding: 2rem 2rem;
  background-color: #fff;
  color: #3e4860;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.1);
  text-decoration: none; }

.c-idea--rounded {
  border-radius: 1.5rem; }

.c-idea__row:not(:last-child) {
  margin-bottom: 1rem; }

.c-idea__row--action {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  transform: translate(0, 50%); }

.c-idea__pic {
  margin: 0; }

.c-idea__desc {
  font-size: 1.7rem; }
  @media (max-width: 1620px) {
    .c-idea__desc {
      font-size: 1.5rem; } }

.c-idea__label--recommend {
  margin: 0 0 1rem -2rem; }
  @media (max-width: 480px) {
    .c-idea__label--recommend {
      top: 1rem; } }

.c-pay:not(:first-child) {
  margin-top: 2rem; }

.c-pay__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem; }
  @media (max-width: 1620px) {
    .c-pay__actions {
      margin-top: 3rem; } }

.c-pay__actions--alt {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.c-pay--alt {
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 670px) {
    .c-pay--alt {
      max-width: none; } }

.c-tags-wrapper {
  display: -ms-flexbox;
  display: flex; }

.c-tags__desc:not(:last-child) {
  margin-right: 1rem; }

.c-tags__desc--alt {
  font-size: 1.8rem; }
  @media (max-width: 1620px) {
    .c-tags__desc--alt {
      font-size: 1.6rem; } }

.c-tag {
  display: block;
  padding: 0.4rem 1rem;
  border-radius: 1.1rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 1620px) {
    .c-tag {
      padding: 0.3rem 0.8rem;
      font-size: 1.1rem; } }

.c-tag__label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.c-tag--l {
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 1.5rem;
  border-radius: 1.6rem;
  font-size: 1.5rem; }
  @media (max-width: 1620px) {
    .c-tag--l {
      height: 2.8rem;
      line-height: 2.8rem;
      border-radius: 1.4rem;
      font-size: 1.4rem; } }

.c-tag--orange {
  background-color: #ffddb5;
  color: #c49665; }

.c-tag--blue {
  background-color: #c7f3fa;
  color: #559aa5; }

.c-tag--purple {
  background-color: #d6e3fc;
  color: #7e8dac; }

.c-tag--white {
  background-color: #fff;
  border: 1px solid #d9d9d9; }

.c-tag--white.is-active {
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  color: #fff;
  border: 0; }

.c-link--white {
  color: #fff; }
  .c-link--white:hover {
    color: #fff; }

.c-link--m {
  font-size: 1.6rem; }

.c-carousel {
  padding: 2rem 5rem;
  overflow-y: visible; }
  @media (max-width: 480px) {
    .c-carousel {
      padding: 2rem 3rem; } }

.c-carousel--filtered {
  display: none; }

.c-carousel--filtered.is-active {
  display: block; }

.c-carousel__btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

.c-carousel__btn--next {
  right: 0;
  left: auto; }

.c-carousel__actions:not(:first-child) {
  margin-top: 5.5rem; }

.c-carousel--article {
  padding: 2rem 0; }
  @media (max-width: 670px) {
    .c-carousel--article {
      padding: 2rem 4rem; } }
  .c-carousel--article .swiper-slide {
    opacity: 0; }
  .c-carousel--article .swiper-slide-active {
    margin-top: 3rem;
    opacity: 1;
    z-index: 2; }
    .c-carousel--article .swiper-slide-active .c-idea {
      min-height: 400px; }
      @media (max-width: 670px) {
        .c-carousel--article .swiper-slide-active .c-idea {
          min-height: 300px; } }
  .c-carousel--article .swiper-slide-prev, .c-carousel--article .swiper-slide-next {
    opacity: 0.2; }
    .c-carousel--article .swiper-slide-prev .c-idea, .c-carousel--article .swiper-slide-next .c-idea {
      box-shadow: none;
      min-height: 370px; }
      @media (max-width: 670px) {
        .c-carousel--article .swiper-slide-prev .c-idea, .c-carousel--article .swiper-slide-next .c-idea {
          min-height: auto; } }
  .c-carousel--article .c-carousel__btn {
    left: calc(33% - 5rem); }
    @media (max-width: 670px) {
      .c-carousel--article .c-carousel__btn {
        left: 0; } }
  .c-carousel--article .c-carousel__btn--next {
    left: auto;
    right: calc(33% - 5rem); }
    @media (max-width: 670px) {
      .c-carousel--article .c-carousel__btn--next {
        right: 0; } }

.c-carousel--my-tests {
  padding: 2rem 4rem; }

.c-bar--default {
  width: 100%;
  padding-top: 5.2rem; }
  .c-bar--default .c-bar__frame {
    position: relative;
    height: 3rem;
    border: 0.8rem solid #272f40;
    border-radius: 1.5rem; }
    @media (max-width: 670px) {
      .c-bar--default .c-bar__frame {
        height: 2.5rem; } }
    .c-bar--default .c-bar__frame::after, .c-bar--default .c-bar__frame::before {
      content: '';
      display: block;
      position: absolute;
      top: -0.8rem;
      left: 33%;
      height: 3rem;
      width: 1px;
      background-color: #858b9b;
      z-index: 2; }
      @media (max-width: 480px) {
        .c-bar--default .c-bar__frame::after, .c-bar--default .c-bar__frame::before {
          height: 2.5rem; } }
    .c-bar--default .c-bar__frame::after {
      left: 66%; }
  .c-bar--default .c-bar__fill {
    position: relative;
    height: 1.4rem;
    max-width: 100%;
    min-width: 0%;
    background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
    border-radius: 7px;
    z-index: 3; }
    @media (max-width: 480px) {
      .c-bar--default .c-bar__fill {
        height: 0.8rem; } }
  .c-bar--default .c-bar__value {
    position: absolute;
    right: -2.5rem;
    top: -6rem;
    width: 5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background: #45b8d1;
    border-radius: 0.9rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700; }
    .c-bar--default .c-bar__value::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      border-top: 0.8rem solid #45b8d1;
      transform: translate(-50%); }
  .c-bar--default .c-bar__stages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 1rem; }
  .c-bar--default .c-bar__stage {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase; }

.c-bar-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .c-bar-wrapper .c-bar__label:not(:last-child) {
    margin-right: 1rem; }

.c-bar--alt {
  height: 1rem;
  min-width: 20rem;
  background-color: #eaeaea;
  border-radius: 0.5rem;
  overflow: hidden; }
  .c-bar--alt .c-bar__fill {
    height: 100%;
    background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%); }

.c-step {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 980px) {
    .c-step {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }

.c-step.is-active {
  z-index: 999; }
  .c-step.is-active .c-step__trigger {
    display: none; }
  .c-step.is-active .c-step__content {
    display: block; }
  .c-step.is-active .c-step__close {
    display: block; }

.c-step--default {
  padding: 3rem;
  background-color: #fff;
  border-radius: 2rem; }
  .c-step--default.is-active {
    cursor: inherit; }

@media (max-width: 980px) {
  .c-step__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; } }

.c-step__col:not(:last-child) {
  margin-right: 2rem; }
  @media (max-width: 980px) {
    .c-step__col:not(:last-child) {
      margin: 0 0 2rem; } }

.c-step__pic {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.5rem;
  height: 11.1rem;
  background: url("../img/bullet.png") no-repeat;
  background-size: cover; }
  @media (max-width: 1620px) {
    .c-step__pic {
      width: 9rem;
      height: 9.6rem; } }
  .c-step__pic .c-step__ico:not(:first-child) {
    margin: 0; }

.c-step__ico {
  max-width: 5rem;
  max-height: 4.3rem; }
  @media (max-width: 1620px) {
    .c-step__ico {
      max-width: 4rem;
      max-height: 3.4rem; } }
  .c-step__ico img {
    max-width: 5rem;
    max-height: 4.3rem; }
    @media (max-width: 1620px) {
      .c-step__ico img {
        max-width: 4rem;
        max-height: 3.4rem; } }

.c-step__ico--target {
  margin-left: 1rem !important; }

.c-step__num {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 1rem;
  top: -0.5rem;
  width: 3.4rem;
  height: 3.6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  background: url("../img/bullet-s.png") no-repeat;
  background-size: cover; }
  @media (max-width: 1620px) {
    .c-step__num {
      top: -0.2rem;
      width: 2.5rem;
      height: 2.7rem;
      font-size: 1.6rem; } }

.c-step__head {
  margin-bottom: 1rem;
  font-size: 3rem; }
  @media (max-width: 1620px) {
    .c-step__head {
      font-size: 2.6rem; } }

@media (max-width: 980px) {
  .c-step__subhead {
    margin-right: 0.5rem;
    font-size: 3rem;
    font-weight: 600;
    text-align: center; } }

.c-step__trigger {
  color: #3e4860;
  width: 100%; }
  @media (max-width: 980px) {
    .c-step__trigger {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; } }

@media (max-width: 980px) {
  .c-step__content {
    text-align: center; } }

.c-step__close {
  position: absolute;
  display: none;
  right: 1rem;
  top: 1rem; }

.c-steps-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media (max-width: 980px) {
    .c-steps-wrapper {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; }
      .c-steps-wrapper .c-step:not(:last-child), .c-steps-wrapper .c-steps__arrow:not(:last-child) {
        margin-bottom: 4rem; }
      .c-steps-wrapper .c-steps__arrow {
        transform: rotate(90deg); } }
  @media (max-width: 670px) {
    .c-steps-wrapper .c-steps__arrow {
      display: none; }
    .c-steps-wrapper .c-step:not(:last-child) {
      margin-bottom: 2rem; } }

.c-step--alt {
  display: block;
  max-width: 23rem;
  text-align: center; }
  .c-step--alt .c-step__pic {
    width: 11.6rem;
    height: 12.9rem;
    margin: 0 auto;
    background-image: url("../img/svg/bullet-white-stroke.svg"); }
    @media (max-width: 1620px) {
      .c-step--alt .c-step__pic {
        width: 9rem;
        height: 10rem; } }
  .c-step--alt .c-step__desc {
    margin-top: 2rem;
    font-size: 1.6rem; }
    @media (max-width: 1200px) {
      .c-step--alt .c-step__desc {
        font-size: 1.4rem; } }
    .c-step--alt .c-step__desc p {
      margin: 0; }

.c-steps__arrow {
  width: 4.6rem;
  height: 1.9rem;
  background: url("../img/arrow-right-long-blue.png") no-repeat;
  background-size: cover; }

.c-parallax-wrapper {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none; }
  @media (max-width: 1365px) {
    .c-parallax-wrapper {
      display: none; } }

.c-parallax__item {
  position: absolute; }
  .c-parallax__item .o-ico {
    width: 100%;
    height: 100%; }
    .c-parallax__item .o-ico svg {
      width: 100%;
      height: 100%; }

.c-parallax__item--xs {
  width: 90px;
  height: 96px; }

.c-parallax__item--s {
  width: 110px;
  height: 128px; }

.c-parallax__item--m {
  width: 125px;
  height: 144px; }

.c-parallax__item--l {
  width: 158px;
  height: 185px; }

.c-parallax__item--xl {
  width: 250px;
  height: 280px; }

.c-parallax__item--xxl {
  width: 400px;
  height: 430px; }

.c-parallax__item-1 {
  top: -50px;
  left: -230px; }
  @media (max-width: 1620px) {
    .c-parallax__item-1 {
      left: -320px; } }

.c-parallax__item-2 {
  top: 380px;
  left: -10px; }
  @media (max-width: 1620px) {
    .c-parallax__item-2 {
      left: -60px; } }

.c-parallax__item-3 {
  top: 280px;
  right: 30px; }
  @media (max-width: 1620px) {
    .c-parallax__item-3 {
      right: -40px; } }

.c-parallax__item-4 {
  top: 400px;
  right: 0; }
  @media (max-width: 1620px) {
    .c-parallax__item-4 {
      right: -100px; } }

.c-parallax__item-5 {
  top: 580px;
  right: 10px; }
  @media (max-width: 1620px) {
    .c-parallax__item-5 {
      right: -40px; } }

.c-parallax__item-6 {
  top: 1550px;
  right: -150px; }
  @media (max-width: 1620px) {
    .c-parallax__item-6 {
      right: -300px; } }

.c-parallax__item-7 {
  top: 1600px;
  right: -10px; }
  @media (max-width: 1620px) {
    .c-parallax__item-7 {
      right: -80px; } }

.c-parallax__item-8 {
  top: 2300px;
  left: -40px; }
  @media (max-width: 1620px) {
    .c-parallax__item-8 {
      left: -200px; } }

.c-parallax__item-9 {
  top: 4000px;
  right: -100px; }
  @media (max-width: 1620px) {
    .c-parallax__item-9 {
      right: -200px; } }

.c-parallax__item-10 {
  top: 4000px;
  left: 20px; }
  @media (max-width: 1620px) {
    .c-parallax__item-10 {
      left: -20px; } }

.c-parallax__item-11 {
  top: 5000px;
  left: 50px; }
  @media (max-width: 1620px) {
    .c-parallax__item-11 {
      left: -50px; } }

.c-parallax__item-12 {
  top: 4500px;
  left: -100px; }
  @media (max-width: 1620px) {
    .c-parallax__item-12 {
      left: -170px; } }

.c-parallax__item-13 {
  top: 5800px;
  right: -100px; }
  @media (max-width: 1620px) {
    .c-parallax__item-13 {
      right: -180px; } }

.c-parallax__item-14 {
  top: 5900px;
  right: -40px; }
  @media (max-width: 1620px) {
    .c-parallax__item-14 {
      right: -80px; } }

.c-teaser--alt {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 480px) {
    .c-teaser--alt {
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .c-teaser--alt .c-teaser__pic:not(:last-child) {
        margin: 0 0 1rem; } }
  .c-teaser--alt .c-teaser__pic {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .c-teaser--alt .c-teaser__pic:not(:last-child) {
      margin-right: 2.5rem; }

.c-teaser__desc {
  margin: 2rem 0; }
  .c-teaser__desc--alt {
    margin: 1rem 0; }

.c-teaser__row {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .c-teaser__row:not(:last-child) {
    margin-bottom: 3rem; }
    @media (max-width: 670px) {
      .c-teaser__row:not(:last-child) {
        margin-bottom: 2rem; } }

.c-teaser__col:not(:last-child) {
  margin-right: 3rem; }
  @media (max-width: 670px) {
    .c-teaser__col:not(:last-child) {
      margin-right: 2rem; } }

.c-teaser__ico {
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.c-label__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.c-label--recommend {
  display: inline-block;
  position: relative;
  height: 1.6rem;
  padding: 0 2rem 0 1rem;
  margin: 0 0 1rem -2rem;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ffce45; }
  .c-label--recommend::after {
    content: '';
    position: absolute;
    display: block;
    right: -0.1rem;
    top: 0;
    border-top: 0.8rem solid transparent;
    border-right: 1rem solid #fff;
    border-bottom: 0.8rem solid transparent; }

.c-label--recommend-alt {
  margin-left: -3rem; }
  .c-label--recommend-alt::after {
    border-right-color: #f4fafc; }

.c-profit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 480px) {
    .c-profit {
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }

.c-profit__item:not(:last-child) {
  margin-right: 2rem; }
  @media (max-width: 480px) {
    .c-profit__item:not(:last-child) {
      margin: 0 0 1rem; } }

.c-ico-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem; }
  @media (max-width: 1620px) {
    .c-ico-text {
      font-size: 1.6rem; } }
  .c-ico-text .o-image {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .c-ico-text .o-image:not(:first-child) {
      margin-left: 1rem; }
    .c-ico-text .o-image:not(:last-child) {
      margin-right: 1rem; }

.c-ico-text--alt .o-image:not(:first-child) {
  margin-left: 2rem; }

.c-ico-text--alt .o-image:not(:last-child) {
  margin-right: 2rem; }

.c-ico-text--big {
  font-size: 2.8rem; }
  @media (max-width: 1620px) {
    .c-ico-text--big {
      font-size: 2.4rem; } }
  @media (max-width: 670px) {
    .c-ico-text--big {
      font-size: 2rem; } }

.c-ico-text__text {
  margin: 0; }

.c-text-box {
  display: -ms-flexbox;
  display: flex; }

.c-text-box__pic {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .c-text-box__pic:not(:last-child) {
    margin-right: 2.5rem; }

.l-popups {
  display: none; }

.c-popup {
  position: relative;
  margin: 0 auto;
  padding: 3rem 5rem;
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 1, 0.1);
  border-radius: 1rem;
  overflow: hidden; }
  @media (max-width: 1620px) {
    .c-popup {
      padding: 2.5rem 3.5rem; } }
  @media (max-width: 670px) {
    .c-popup {
      padding: 2rem 3rem; } }
  .c-popup::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2rem;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.04; }
  .c-popup .c-popup-wrap {
    margin-top: 2rem; }
  .c-popup .c-popup-link {
    padding: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    text-decoration: underline; }

.c-popup--default {
  max-width: 65rem; }

.c-popup--video {
  max-width: 70%; }

.c-popup--alt {
  max-width: 72rem; }

.c-popup--login {
  display: -ms-flexbox;
  display: flex;
  max-width: 90rem;
  padding: 0; }
  @media (max-width: 980px) {
    .c-popup--login {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 62rem; } }
  .c-popup--login .c-popup__message {
    display: none;
    text-align: center;
    color: #ff3737;
    padding: 20px; }
    .c-popup--login .c-popup__message.is-active {
      display: block; }
  .c-popup--login .c-popup__sections {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 980px) {
      .c-popup--login .c-popup__sections {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .c-popup--login .c-popup__section {
    width: 50%;
    padding: 4rem; }
    @media (max-width: 980px) {
      .c-popup--login .c-popup__section {
        padding: 3rem 5rem;
        width: 100%; } }
    @media (max-width: 670px) {
      .c-popup--login .c-popup__section {
        padding: 3rem 2rem; } }

.c-popup--login::before, .c-popup--register::before, .c-popup--thanks::before {
  width: 20.6rem;
  height: 18.8rem;
  background-image: url("../img/svg/ico-register.svg"); }
  @media (max-width: 1620px) {
    .c-popup--login::before, .c-popup--register::before, .c-popup--thanks::before {
      width: 14.4rem;
      height: 13.2rem; } }

.c-popup--add-idea::before {
  width: 15.4rem;
  height: 12.4rem;
  background-image: url("../img/svg/ico-tarcza.svg"); }
  @media (max-width: 1620px) {
    .c-popup--add-idea::before {
      width: 13rem;
      height: 10rem; } }

.c-popup--share::before {
  width: 13.2rem;
  height: 13.8rem;
  background-image: url("../img/svg/ico-share-2.svg"); }
  @media (max-width: 1620px) {
    .c-popup--share::before {
      width: 10.5rem;
      height: 10.8rem; } }

.c-popup--save-test::before {
  width: 15.8rem;
  height: 19.2rem;
  background-image: url("../img/svg/ico-form.svg"); }
  @media (max-width: 1620px) {
    .c-popup--save-test::before {
      width: 12rem;
      height: 14rem; } }

.c-alt-login:not(:first-child) {
  margin-top: 5rem; }

.c-alt-login__text {
  position: relative;
  display: inline-block;
  left: 50%;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  transform: translate(-50%); }

.c-library {
  max-width: 106rem;
  margin: 0 auto; }
  @media (max-width: 1620px) {
    .c-library {
      max-width: 95rem; } }

.c-library__tabs {
  display: -ms-flexbox;
  display: flex; }

.c-library__content {
  background-color: #fff;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-left: 1px solid #ebecef;
  border-right: 1px solid #ebecef;
  border-bottom: 1px solid #ebecef;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.07);
  overflow: hidden; }

.c-library__list {
  position: relative;
  display: none;
  list-style: none; }
  .c-library__list > .c-list__item {
    padding: 2rem 3rem;
    background-color: #fff; }
    .c-library__list > .c-list__item:nth-of-type(even) {
      background-color: #f4fafc; }
    @media (max-width: 670px) {
      .c-library__list > .c-list__item {
        padding: 2rem; } }

.c-library__list.is-active {
  display: block; }

.c-library__list--uncomplete {
  border-top-left-radius: 0; }
  .c-library__list--uncomplete::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 1px);
    height: 4rem;
    background-color: #fff;
    transform: translate(0, -50%); }

.c-library__list--favourites {
  border-top-right-radius: 0; }

.c-library__pagination {
  padding: 3rem;
  background-color: #fff;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-top: 1px solid #ebecef; }

.c-list--tests {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list-index; }
  .c-list--tests:not(:first-child) {
    margin-top: 3rem; }
  .c-list--tests > .c-list__item:not(:last-child) {
    margin-bottom: 3rem; }

.c-test--default {
  position: relative;
  padding: 3rem 3rem 3rem 4rem;
  border: 1px solid #ebecef;
  border-radius: 1.5rem;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.07); }
  @media (max-width: 1620px) {
    .c-test--default {
      padding: 2rem 2rem 2rem 3rem; } }
  @media (max-width: 980px) {
    .c-test--default {
      padding: 2rem 2rem 2rem 5.5rem; } }
  @media (max-width: 480px) {
    .c-test--default {
      padding: 3rem 2rem 2rem;
      text-align: center; } }
  .c-test--default::before {
    content: counter(list-index);
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    background-color: #3e4860;
    color: #fff;
    border-radius: 50%;
    font-size: 2.5rem;
    font-weight: 700;
    transform: translate(-50%);
    counter-increment: list-index; }
    @media (max-width: 1620px) {
      .c-test--default::before {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 2rem; } }
    @media (max-width: 980px) {
      .c-test--default::before {
        transform: translate(1rem); } }
    @media (max-width: 480px) {
      .c-test--default::before {
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%); } }

.c-test--default.is-answered::before {
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%); }

.c-test__question {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: 600; }
  @media (max-width: 1620px) {
    .c-test__question {
      font-size: 1.8rem; } }

.c-test-result {
  position: relative;
  padding: 4rem 3rem;
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 1.5rem; }
  @media (max-width: 1620px) {
    .c-test-result {
      padding: 3rem 2rem; } }

.c-test-result__header {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  top: 0;
  height: 4.4rem;
  padding: 0 2rem;
  background-color: #3e4860;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 0.7rem solid #fff;
  border-radius: 2.2rem;
  transform: translate(-50%, -50%); }

.c-reader-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 670px) {
    .c-reader-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center; } }

@media (max-width: 670px) {
  .c-reader-item--alt {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
    .c-reader-item--alt .c-reader-item__desc:not(:last-child) {
      margin-bottom: 1rem; } }

@media (max-width: 670px) {
  .c-reader-item__desc {
    width: 100%; }
    .c-reader-item__desc:not(:last-child) {
      margin-bottom: 2rem; } }

.c-reader-item__actions {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (max-width: 670px) {
    .c-reader-item__actions {
      width: 100%; } }

.c-accordion {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.05);
  border: 1px solid #ebecef;
  border-radius: 1.5rem; }

.c-accordion__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 3rem;
  background-color: #f4fafc;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden; }
  @media (max-width: 1620px) {
    .c-accordion__header {
      padding: 1.5rem 2rem; } }
  .c-accordion__header .t-head:not(:last-child) {
    margin-right: 2rem; }

.c-accordion__header--yellow {
  background-color: #ffce45;
  color: #fff; }

.c-accordion__header--orange {
  background-color: #ff8a00;
  color: #fff; }

.c-accordion__header--blue {
  background-color: #45b8d1;
  color: #fff; }

.c-accordion__btn-hide {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-accordion__content {
  transition: height ease-in-out 0.2s, padding ease-in-out 0.2s; }

.c-accordion.is-hidden .c-accordion__content {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }

.c-accordion__content--default {
  padding: 3rem 5rem; }
  @media (max-width: 1620px) {
    .c-accordion__content--default {
      padding: 2.5rem 4rem; } }
  @media (max-width: 980px) {
    .c-accordion__content--default {
      padding: 2rem 3rem; } }
  @media (max-width: 670px) {
    .c-accordion__content--default {
      padding: 2rem 2rem 3rem; } }

.c-evaulation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 670px) {
    .c-evaulation {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.c-evaulation__header {
  width: 33rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 600; }
  .c-evaulation__header.second {
    margin-bottom: 1.1rem;
    width: 26rem; }
  @media (max-width: 1620px) {
    .c-evaulation__header {
      font-size: 1.6rem; } }
  @media (max-width: 670px) {
    .c-evaulation__header {
      width: 100%;
      text-align: center;
      margin-bottom: 2rem;
      font-size: 1.8rem; } }

.c-evaulation__content {
  width: 100%; }
  @media (max-width: 480px) {
    .c-evaulation__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; } }

.c-evaulation__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 480px) {
    .c-evaulation__group {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .c-evaulation__group:not(:last-child) {
    margin-bottom: 3.5rem; }
    @media (max-width: 1620px) {
      .c-evaulation__group:not(:last-child) {
        margin-bottom: 2.5rem; } }
    @media (max-width: 480px) {
      .c-evaulation__group:not(:last-child) {
        margin: 0 2rem 0 0; } }

.c-evaulation__labels-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: center; }
  @media (max-width: 480px) {
    .c-evaulation__labels-wrapper {
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
      .c-evaulation__labels-wrapper:first-child {
        margin-right: 2rem;
        text-align: right; }
      .c-evaulation__labels-wrapper:last-child {
        margin-left: 2rem;
        text-align: left; } }
  .c-evaulation__labels-wrapper:not(:last-child) {
    margin-bottom: 1rem; }

.c-evaulation__label {
  max-width: 20%;
  font-size: 1.3rem;
  font-weight: 600; }
  @media (max-width: 480px) {
    .c-evaulation__label {
      max-width: none; }
      .c-evaulation__label:not(:last-child) {
        margin-bottom: 2rem; } }

.c-evaulation__inputs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  height: 0.8rem;
  background-color: #d9d9d9; }
  @media (max-width: 480px) {
    .c-evaulation__inputs-wrapper {
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      width: 1rem; } }
  .c-evaulation__inputs-wrapper:not(:last-child) {
    margin-bottom: 1rem; }

.c-table--default {
  width: 100%;
  border-collapse: collapse; }
  .c-table--default td, .c-table--default th {
    padding: 1.5rem;
    font-size: 1.8rem; }
    @media (max-width: 1620px) {
      .c-table--default td, .c-table--default th {
        padding: 1rem;
        font-size: 1.6rem; } }
  .c-table--default th {
    font-size: 2.1rem; }
    @media (max-width: 1620px) {
      .c-table--default th {
        font-size: 1.8rem; } }

.c-table--rounded {
  background-color: #fff;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.05);
  border: 1px solid #ebecef;
  border-radius: 1.5rem;
  overflow: hidden; }
  .c-table--rounded td, .c-table--rounded th {
    border: 1px solid #ebecef; }

.c-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .c-quote:not(:first-child) {
    margin-top: 3rem; }

.c-quote__pic {
  margin: 0; }
  .c-quote__pic:not(:last-child) {
    margin-right: 2rem; }
  .c-quote__pic img {
    display: block; }

.c-line--default {
  display: block;
  width: 100%;
  height: 0.1rem;
  margin: 4rem 0;
  background-color: #c9dfe3; }
  @media (max-width: 1620px) {
    .c-line--default {
      margin: 3rem 0; } }

.c-text-teaser--default {
  color: #fff;
  text-decoration: none;
  text-align: center; }
  .c-text-teaser--default .o-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 8rem;
    margin-bottom: 1rem; }

.c-news-wrapper {
  max-width: 109rem;
  margin: 0 -3rem -3rem 0; }
  @media (max-width: 1620px) {
    .c-news-wrapper {
      margin: 0 -2rem -2rem 0; } }
  .c-news-wrapper .c-news-teaser {
    margin: 0 3rem 3rem 0; }
    @media (max-width: 1620px) {
      .c-news-wrapper .c-news-teaser {
        margin: 0 2rem 2rem 0; } }
  .c-news-wrapper::after {
    content: '';
    display: block;
    clear: both; }

.c-news-teaser {
  position: relative;
  display: block;
  float: left;
  color: #fff;
  border-radius: 1.5rem;
  overflow: hidden; }
  .c-news-teaser:hover .c-news-teaser__text {
    background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; }
  .c-news-teaser:hover .c-news-teaser__pic {
    transform: scale(1.1); }

.c-news-teaser__pic {
  height: 100%;
  transition-duration: 200ms; }
  .c-news-teaser__pic img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0; }

.c-news-teaser__main {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem;
  font-size: 3.4rem;
  font-weight: 600;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%); }
  @media (max-width: 1620px) {
    .c-news-teaser__main {
      font-size: 3rem; } }
  @media (max-width: 980px) {
    .c-news-teaser__main {
      font-size: 2.4rem; } }

.c-news-teaser.height-1 {
  height: 23rem; }
  @media (max-width: 480px) {
    .c-news-teaser.height-1 {
      height: 25rem; } }

.c-news-teaser.height-2 {
  height: 49rem; }
  @media (max-width: 1620px) {
    .c-news-teaser.height-2 {
      height: 48rem; } }
  @media (max-width: 480px) {
    .c-news-teaser.height-2 {
      height: 25rem; } }

.c-news-teaser.width-40 {
  width: calc(40% - 3rem); }
  @media (max-width: 1620px) {
    .c-news-teaser.width-40 {
      width: calc(40% - 2rem); } }
  @media (max-width: 980px) {
    .c-news-teaser.width-40 {
      width: calc(50% - 2rem); } }
  @media (max-width: 480px) {
    .c-news-teaser.width-40 {
      width: calc(100% - 2rem); } }

.c-news-teaser.width-50 {
  width: calc(50% - 3rem); }
  @media (max-width: 1620px) {
    .c-news-teaser.width-50 {
      width: calc(50% - 2rem); } }
  @media (max-width: 480px) {
    .c-news-teaser.width-50 {
      width: calc(100% - 2rem); } }

.c-news-teaser.width-60 {
  width: calc(60% - 3rem); }
  @media (max-width: 1620px) {
    .c-news-teaser.width-60 {
      width: calc(60% - 2rem); } }
  @media (max-width: 980px) {
    .c-news-teaser.width-60 {
      width: calc(50% - 2rem); } }
  @media (max-width: 480px) {
    .c-news-teaser.width-60 {
      width: calc(100% - 2rem); } }

.c-dropdown {
  position: relative; }

.c-dropdown.is-active .c-dropdown-list {
  display: block; }

.c-dropdown.is-active .c-dropdown__arrow {
  transform: rotate(180deg); }

.c-dropdown--mobile .c-dropdown__list {
  left: 50%;
  top: 100%;
  width: 17rem;
  transform: translate(-50%); }
  .c-dropdown--mobile .c-dropdown__list::before {
    position: relative;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #252a37;
    background: transparent;
    transform: translate(-50%); }

.c-dropdown__list {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2; }
  .c-dropdown__list::before {
    content: '';
    display: block;
    height: 1.7rem;
    width: 100%;
    background-color: #252a37; }

.c-dropdown-list {
  display: none;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden; }
  .c-dropdown-list .c-list__item {
    height: 3.5rem;
    width: 100%;
    padding: 0 2rem; }
    .c-dropdown-list .c-list__item:nth-of-type(odd) {
      background-color: #252a37; }
    .c-dropdown-list .c-list__item:nth-of-type(even) {
      background-color: #1b1f2a; }

.c-dropdown__btn {
  padding: 0 2rem;
  z-index: 3; }

.c-dropdown__btn--mobile {
  padding: 0; }

.c-dropdown__link {
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  opacity: 0.6;
  text-decoration: none; }

.c-test-teaser {
  position: relative;
  padding: 5rem; }
  @media (max-width: 1200px) {
    .c-test-teaser {
      padding: 5rem 3rem; } }
  @media (max-width: 670px) {
    .c-test-teaser {
      padding: 3rem 2rem; } }

.c-test-teaser__pic {
  position: relative;
  left: 50%;
  width: 12.5rem;
  margin: -8.5rem 0 2rem 0;
  transform: translate(-50%); }
  @media (max-width: 1620px) {
    .c-test-teaser__pic {
      width: 10rem;
      margin-bottom: 1rem; } }
  @media (max-width: 670px) {
    .c-test-teaser__pic {
      margin-top: -6rem;
      width: 8rem; } }
  .c-test-teaser__pic img {
    width: 100%; }

.c-test-teaser__header, .c-test-teaser__desc {
  text-align: center; }

.c-test-teaser__desc {
  margin: 2rem 0 5rem;
  font-size: 1.8rem; }
  @media (max-width: 1620px) {
    .c-test-teaser__desc {
      font-size: 1.6rem;
      margin: 2rem 0 4rem; } }
  @media (max-width: 670px) {
    .c-test-teaser__desc {
      font-size: 1.4rem;
      margin: 2rem 0 2rem; } }

.l-grid .c-exam-card {
  height: 100%; }

.c-exam-card {
  position: relative;
  padding: 3rem;
  background-color: #f4fafc;
  border-radius: 1.5rem; }

.c-exam-card--main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 670px) {
    .c-exam-card--main {
      display: block;
      padding: 3rem 2rem 4rem; }
      .c-exam-card--main .c-exam-card__head, .c-exam-card--main .c-exam-card__subhead {
        text-align: center; }
      .c-exam-card--main .c-exam-card__actions {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 62%;
        transform: translate(-50%, 50%); }
        .c-exam-card--main .c-exam-card__actions .c-btn {
          height: 3rem;
          font-size: 1.2rem; } }
  .c-exam-card--main .c-exam-card__text {
    margin-right: 2rem; }
    @media (max-width: 670px) {
      .c-exam-card--main .c-exam-card__text {
        margin: 0; } }

.c-exam-card--alt {
  display: block;
  padding: 5rem 3rem;
  text-align: center; }
  @media (max-width: 670px) {
    .c-exam-card--alt {
      padding: 4rem 2rem; } }
  .c-exam-card--alt .c-exam-card__actions {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 62%;
    transform: translate(-50%, 50%); }
    .c-exam-card--alt .c-exam-card__actions .c-btn {
      height: 3rem;
      font-size: 1.2rem; }

.c-exam-card--blocked .c-exam-card__actions .c-btn {
  opacity: 0.6;
  cursor: not-allowed; }

.c-exam-card__subhead {
  margin: 1rem 0;
  font-weight: 600;
  text-transform: uppercase; }

.c-exam-card__head {
  margin: 0; }

.c-exam-card__tooltip {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -30%); }
  .c-exam-card__tooltip:hover .c-exam-card__tooltip-text {
    display: block; }

.c-exam-card__tooltip-text {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 22rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  transform: translate(-50%, calc(-100% - 1.5rem));
  z-index: 2; }
  @media (max-width: 980px) {
    .c-exam-card__tooltip-text {
      right: 0;
      left: auto;
      transform: translate(0, calc(-100% - 1.5rem)); } }
  .c-exam-card__tooltip-text::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-top: 0.8rem solid #6CD8A1;
    transform: translate(-50%); }
    @media (max-width: 980px) {
      .c-exam-card__tooltip-text::after {
        left: auto;
        right: 0;
        transform: translate(-100%); } }

.c-exam-card__tooltip-ico {
  border-radius: 50%; }

.c-exam-card__tooltip--unlocked .c-exam-card__tooltip-ico {
  width: 5rem;
  height: 5rem;
  background: url("../img/svg/ico-unlocked.svg") no-repeat;
  background-size: cover; }
  @media (max-width: 670px) {
    .c-exam-card__tooltip--unlocked .c-exam-card__tooltip-ico {
      width: 4rem;
      height: 4rem; } }

.c-exam-card__tooltip--unlocked .c-exam-card__tooltip-text {
  background-color: #6CD8A1; }

.c-exam-card__tooltip--blocked .c-exam-card__tooltip-ico {
  width: 4rem;
  height: 4rem;
  background: url("../img/svg/ico-block.svg") no-repeat;
  background-size: cover; }
  @media (max-width: 670px) {
    .c-exam-card__tooltip--blocked .c-exam-card__tooltip-ico {
      width: 3rem;
      height: 3rem; } }

.c-exam-card__tooltip--blocked .c-exam-card__tooltip-text {
  background-color: #ff3737; }
  .c-exam-card__tooltip--blocked .c-exam-card__tooltip-text::after {
    border-top-color: #ff3737; }

.c-box--bank {
  border: .1rem solid #e1e1e1;
  background: #f5f5f5;
  margin-bottom: 2rem; }
  .c-box--bank .c-box--bank__head,
  .c-box--bank .c-box--bank__content,
  .c-box--bank .c-box--bank__foot {
    padding: 2.5rem; }
  .c-box--bank .c-box--bank__head {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    height: 16rem;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .c-box--bank .c-box--bank__head {
        display: block; } }
    .c-box--bank .c-box--bank__head .t-head {
      width: 80%; }
      @media (max-width: 767px) {
        .c-box--bank .c-box--bank__head .t-head {
          width: 100%; } }
    .c-box--bank .c-box--bank__head .o-image {
      margin-left: 2rem; }
      @media (max-width: 767px) {
        .c-box--bank .c-box--bank__head .o-image {
          margin-left: 0;
          margin-top: 1rem; } }
  .c-box--bank .c-box--bank__content .t-content {
    margin-bottom: 2rem; }
  .c-box--bank .c-box--bank__foot {
    text-align: left;
    padding-top: 0; }

.js-salvattore::before {
  content: '3 .l-grid__item.size-1of3 .l-grid__item-4 .l-grid__item-6@t-m l-grid__item-12@m'; }

@media screen and (max-width: 768px) {
  .js-salvattore::before {
    content: '1 .l-grid__item.size-1of1 .l-grid__item-4 .l-grid__item-6@t-m l-grid__item-12@m'; } }

@media screen and (min-width: 769px) and (max-width: 1619px) {
  .js-salvattore::before {
    content: '2 .l-grid__item.size-1of2 .l-grid__item-4 .l-grid__item-6@t-m l-grid__item-12@m'; } }

@media screen and (min-width: 1620px) {
  .js-salvattore::before {
    content: '3 .l-grid__item.size-1of3 .l-grid__item-4 .l-grid__item-6@t-m l-grid__item-12@m'; } }

.size-1of1 {
  width: 100%; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33.333%; }

@media (max-width: 380px) {
  .c-box--bank .c-box--bank__head {
    display: block; }
  .c-box--bank .c-box--bank__head .o-image {
    margin-left: 0;
    margin-top: 1rem; }
  .c-box--bank .c-box--bank__head .t-head {
    width: 100%; } }

.c-breadcrumbs {
  padding-top: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-breadcrumbs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none; }
    .c-breadcrumbs ul li {
      color: gray; }
      .c-breadcrumbs ul li a {
        text-decoration: none; }

.c-red {
  color: red; }

.cokie-box {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2rem 0;
  background-color: #dbdbdb;
  text-align: center;
  line-height: 2.1rem;
  z-index: 9999; }
  .cokie-box .btn-box {
    padding-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }

.c-banner {
  padding-top: 4rem;
  display: -ms-flexbox;
  display: flex; }
  .c-banner img {
    width: 100%;
    height: auto; }
  .c-banner.c-banner--bottom {
    padding-top: 0rem;
    padding-bottom: 7rem; }

/* Layouts
   ========================================================================== */
/* Inner
   ========================================================================== */
.l-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 133rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (max-width: 1620px) {
    .l-inner {
      max-width: 120rem; } }

/* Page
   ========================================================================== */
.l-page {
  position: relative;
  overflow: hidden;
  padding-top: 13.4rem; }
  @media (max-width: 1620px) {
    .l-page {
      padding-top: 10.9rem; } }
  @media (max-width: 1200px) {
    .l-page {
      padding-top: 5.9rem; } }

.l-sec {
  position: relative;
  pointer-events: all; }

.l-sec--default {
  padding: 9rem 0; }
  @media (max-width: 1620px) {
    .l-sec--default {
      padding: 7rem 0; } }
  @media (max-width: 980px) {
    .l-sec--default {
      padding: 5rem 0; } }

.l-sec--alt {
  padding: 17rem 0 7rem; }
  @media (max-width: 1620px) {
    .l-sec--alt {
      padding: 15rem 0 6rem; } }
  @media (max-width: 670px) {
    .l-sec--alt {
      padding: 5rem 0; } }

.l-sec--comp {
  padding: 6rem 0; }
  @media (max-width: 1620px) {
    .l-sec--comp {
      padding: 5rem 0; } }
  @media (max-width: 480px) {
    .l-sec--comp {
      padding: 3rem 0; } }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990; }

.l-header.is-scrolled .l-header__row--top {
  height: 5rem; }
  @media (max-width: 1620px) {
    .l-header.is-scrolled .l-header__row--top {
      height: 4.5rem; } }

.l-header.is-scrolled .l-header__row--bottom {
  height: 6rem; }
  @media (max-width: 1620px) {
    .l-header.is-scrolled .l-header__row--bottom {
      height: 5.5rem; } }

@media (max-width: 1200px) {
  .l-header.is-scrolled .c-nav--main {
    top: 5.5rem; } }

.l-header__row--top {
  height: 6.5rem;
  background-color: #fff;
  transition-duration: 100ms; }
  @media (max-width: 1620px) {
    .l-header__row--top {
      height: 5rem; } }
  @media (max-width: 1200px) {
    .l-header__row--top {
      display: none; } }
  .l-header__row--top .l-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.l-header__row--bottom {
  height: 7rem;
  background-color: #3e4860;
  transition-duration: 100ms; }
  @media (max-width: 1620px) {
    .l-header__row--bottom {
      height: 6rem; } }
  .l-header__row--bottom .l-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }

.l-header__mobile-box {
  display: none;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1200px) {
    .l-header__mobile-box {
      display: -ms-flexbox;
      display: flex; } }

.l-sec--hero {
  height: calc(100vh - 13.5rem);
  min-height: 40rem;
  background: linear-gradient(180deg, #40a9d0 0%, #4bcdd2 100%);
  overflow: hidden; }
  @media (max-width: 1200px) {
    .l-sec--hero {
      height: calc(100vh - 7rem); } }
  .l-sec--hero::after {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    right: 20%;
    width: 39.7rem;
    height: 65.7rem;
    background: url("../img/pic-human.png") no-repeat;
    background-size: cover; }
    @media (max-width: 1620px) {
      .l-sec--hero::after {
        right: 10%;
        width: 32rem;
        height: 53.6rem; } }
    @media (max-width: 1200px) {
      .l-sec--hero::after {
        right: -5%; } }
    @media (max-width: 980px) {
      .l-sec--hero::after {
        right: -5%;
        top: auto;
        bottom: -5%; } }
    @media (max-width: 670px) {
      .l-sec--hero::after {
        right: -20%;
        bottom: -25%; } }
    @media (max-width: 480px) {
      .l-sec--hero::after {
        right: -20%;
        bottom: -2rem;
        width: 22rem;
        height: 35.5rem; } }
  .l-sec--hero .l-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 670px) {
      .l-sec--hero .l-inner {
        -ms-flex-align: start;
        align-items: flex-start; } }

.l-sec--with-num::before {
  display: block;
  position: absolute;
  font-size: 20rem;
  font-weight: 700; }
  @media (max-width: 1620px) {
    .l-sec--with-num::before {
      font-size: 15rem; } }

.l-sec--ideas {
  background-color: #3e4961;
  color: #fff; }
  .l-sec--ideas::before {
    content: '1';
    left: 30%;
    top: -5%;
    text-shadow: 0 0 4.7rem rgba(15, 18, 22, 0.42);
    color: #4a5670; }
    @media (max-width: 1620px) {
      .l-sec--ideas::before {
        left: 27%;
        top: 0; } }
    @media (max-width: 670px) {
      .l-sec--ideas::before {
        left: 0; } }

@media (max-width: 670px) {
  .l-sec--ideas__items {
    margin-bottom: 0; } }

.l-sec--tests {
  height: calc(100vh - 13.5rem);
  min-height: 40rem; }
  @media (max-width: 1200px) {
    .l-sec--tests {
      height: calc(100vh - 7rem); } }
  @media (max-width: 670px) {
    .l-sec--tests {
      height: auto; } }

.l-sec--tests__text {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2; }
  @media (max-width: 1200px) {
    .l-sec--tests__text {
      max-width: 60%; } }
  @media (max-width: 670px) {
    .l-sec--tests__text {
      max-width: none;
      position: static;
      transform: translate(0); } }

.l-sec--tests__pic {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%); }
  @media (max-width: 1620px) {
    .l-sec--tests__pic {
      width: 40rem; } }
  @media (max-width: 1200px) {
    .l-sec--tests__pic {
      right: -10%; } }
  @media (max-width: 980px) {
    .l-sec--tests__pic {
      width: 35rem; } }
  @media (max-width: 670px) {
    .l-sec--tests__pic {
      position: static;
      width: auto;
      max-width: 40rem;
      margin: 2rem auto 0;
      transform: translate(0); } }

.l-sec--academy::before {
  content: '3';
  left: 12%;
  top: -5%;
  text-shadow: 0 0 4.7rem rgba(212, 235, 239, 0.7);
  color: #fff; }
  @media (max-width: 1620px) {
    .l-sec--academy::before {
      left: 5%;
      top: 0;
      font-size: 15rem; } }
  @media (max-width: 1200px) {
    .l-sec--academy::before {
      left: 2rem; } }
  @media (max-width: 980px) {
    .l-sec--academy::before {
      left: 30%; } }
  @media (max-width: 670px) {
    .l-sec--academy::before {
      left: 0; } }

@media (max-width: 980px) {
  .l-sec--academy {
    text-align: center; } }

@media (max-width: 980px) {
  .l-sec--support {
    text-align: center; } }

@media (max-width: 670px) {
  .l-sec--support {
    padding-bottom: 5rem;
    margin-bottom: -2rem; } }

.l-sec--stages {
  width: 100%;
  min-height: 100vh; }
  .l-sec--stages::before {
    content: '2';
    left: 31%;
    top: 9%;
    line-height: 1;
    text-shadow: 0 0 4.7rem rgba(15, 18, 22, 0.42);
    color: #4a5670; }
    @media (max-width: 1620px) {
      .l-sec--stages::before {
        left: 27%;
        top: 5%;
        font-size: 15rem; } }
    @media (max-width: 670px) {
      .l-sec--stages::before {
        left: 0; } }
  .l-sec--stages__hero {
    position: absolute;
    bottom: 6rem;
    margin: 0 auto;
    pointer-events: none; }
    @media (max-width: 980px) {
      .l-sec--stages__hero {
        display: none; } }
    @media (max-width: 670px) {
      .l-sec--stages__hero {
        display: none; } }
    @media (max-width: 1620px) {
      .l-sec--stages__hero {
        bottom: 6rem; } }
    .l-sec--stages__hero img {
      transform: translateX(20%); }
      .l-sec--stages__hero img:last-child {
        visibility: hidden;
        opacity: 0;
        position: absolute; }
  .l-sec--stages__content > .t-content {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .l-sec--stages__content > .t-content:nth-child(n+2) {
      opacity: 0;
      visibility: hidden; }

.l-sec--test-steps .c-steps-wrapper {
  margin-top: -10rem; }
  @media (max-width: 1620px) {
    .l-sec--test-steps .c-steps-wrapper {
      margin-top: -7.5rem; } }
  @media (max-width: 480px) {
    .l-sec--test-steps .c-steps-wrapper {
      margin-top: 0rem; } }

.l-sec--stages__bar {
  margin-top: 5rem; }
  @media (max-width: 1620px) {
    .l-sec--stages__bar {
      margin-top: 3rem; } }

.l-sec--settings-header, .l-sec--contact-header, .l-sec--my-test-header, .l-sec--bank-wiedzy-header, .l-sec--czytelnia-header {
  overflow: hidden; }
  .l-sec--settings-header::before, .l-sec--contact-header::before, .l-sec--my-test-header::before, .l-sec--bank-wiedzy-header::before, .l-sec--czytelnia-header::before {
    content: '';
    display: block;
    position: absolute;
    right: 20%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1620px) {
      .l-sec--settings-header::before, .l-sec--contact-header::before, .l-sec--my-test-header::before, .l-sec--bank-wiedzy-header::before, .l-sec--czytelnia-header::before {
        right: 10%; } }

.l-sec--czytelnia-header::before {
  bottom: -2rem;
  width: 13.4rem;
  height: 12.3rem;
  background-image: url("../img/svg/ico-czytelnia.svg");
  background-size: cover; }
  @media (max-width: 1620px) {
    .l-sec--czytelnia-header::before {
      width: 10rem;
      height: 9.5rem; } }

.l-sec--bank-wiedzy-header::before {
  bottom: -2rem;
  width: 17rem;
  height: 19.2rem;
  background-image: url("../img/svg/ico-bank-wiedzy.svg");
  background-size: cover; }
  @media (max-width: 1620px) {
    .l-sec--bank-wiedzy-header::before {
      width: 13rem;
      height: 14rem; } }

.l-sec--my-test-header::before {
  bottom: -2rem;
  width: 17rem;
  height: 19.2rem;
  background-image: url("../img/svg/ico-moje-testy.svg");
  background-size: cover; }
  @media (max-width: 1620px) {
    .l-sec--my-test-header::before {
      width: 14rem;
      height: 15rem; } }

.l-sec--settings-header::before {
  bottom: -6rem;
  width: 20rem;
  height: 20rem;
  background-image: url("../img/svg/ico-settings-cog.svg");
  background-size: cover; }
  @media (max-width: 1620px) {
    .l-sec--settings-header::before {
      bottom: -5rem;
      width: 17rem;
      height: 17rem; } }

.l-sec--contact-header::before {
  bottom: -3rem;
  width: 16rem;
  height: 16rem;
  background-image: url("../img/svg/ico-contact-mail.svg");
  background-size: cover; }
  @media (max-width: 1620px) {
    .l-sec--contact-header::before {
      bottom: -2rem;
      width: 14rem;
      height: 14rem; } }

.l-sec--knowledge-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  min-height: 46rem;
  overflow: hidden; }
  @media (max-width: 1620px) {
    .l-sec--knowledge-header {
      min-height: 35rem; } }

.l-sec--knowledge-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4; }

.l-sec--helping-header {
  background-image: url("../../files/img/pomagam-top-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%; }
  @media (max-width: 980px) {
    .l-sec--helping-header {
      background-position: center; } }

.l-support {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem; }
  @media (max-width: 980px) {
    .l-support {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.l-support__col {
  display: -ms-flexbox;
  display: flex;
  width: 50%; }
  @media (max-width: 980px) {
    .l-support__col {
      width: 100%; } }

.l-support__col:first-of-type {
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (max-width: 670px) {
  .l-support__col:nth-of-type(2) {
    padding-bottom: 2rem; } }

.l-support__inner {
  width: 66.5rem;
  padding: 8rem 5rem;
  z-index: 2; }
  @media (max-width: 1620px) {
    .l-support__inner {
      padding: 8rem 9rem; } }
  @media (max-width: 980px) {
    .l-support__inner {
      width: 100%;
      padding: 6rem 9rem; } }
  @media (max-width: 670px) {
    .l-support__inner {
      padding: 5rem 2rem; } }

.l-support__row:not(:first-child), .l-support__content:not(:first-child) {
  margin-top: 5rem; }
  @media (max-width: 980px) {
    .l-support__row:not(:first-child), .l-support__content:not(:first-child) {
      margin-top: 3rem; } }

.l-support__content {
  position: relative; }
  .l-support__content::before {
    content: '';
    display: block;
    position: absolute;
    left: -7rem;
    top: -3.7rem;
    width: 5rem;
    height: 3.7rem;
    background: url("../img/ico-quote.png") no-repeat;
    background-size: cover; }
    @media (max-width: 1620px) {
      .l-support__content::before {
        width: 4rem;
        height: 3rem;
        left: -5.5rem;
        top: -1.5rem; } }
    @media (max-width: 670px) {
      .l-support__content::before {
        left: -2rem;
        top: -3rem;
        width: 3.4rem;
        height: 2.4rem; } }
  .l-support__content::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -3.7rem;
    width: 5rem;
    height: 3.7rem;
    background: url("../img/ico-quote.png") no-repeat;
    background-size: cover;
    transform: rotate(180deg); }
    @media (max-width: 980px) {
      .l-support__content::after {
        right: -6rem; } }
    @media (max-width: 670px) {
      .l-support__content::after {
        right: 0; } }

.l-support__signature {
  margin-top: 4rem;
  font-style: italic;
  font-size: 2rem;
  color: #ffce45; }
  @media (max-width: 670px) {
    .l-support__signature {
      margin-top: 3rem; } }

.l-support__rocket {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  width: 14rem;
  transform: translate(-50%, 80%);
  transition: transform cubic-bezier(0.8, 0.095, 0.975, 0.89) 2s; }
  @media (max-width: 1620px) {
    .l-support__rocket {
      width: 12rem; } }
  @media (max-width: 980px) {
    .l-support__rocket {
      left: auto;
      right: 2rem;
      width: 9rem;
      transform: translate(0, 80%); } }
  @media (max-width: 670px) {
    .l-support__rocket {
      width: 6rem;
      right: -1rem;
      bottom: 2rem; } }
  .l-support__rocket img {
    width: 100%; }

.l-support__rocket.is-active {
  transform: translate(-50%, 0); }
  @media (max-width: 980px) {
    .l-support__rocket.is-active {
      transform: translate(0, 0); } }

.l-support__clouds {
  display: block;
  position: absolute;
  bottom: -15rem;
  width: 120%;
  height: 23rem;
  background: url("../img/svg/smoke.svg") no-repeat center;
  background-size: cover;
  transform: translate(-50%);
  pointer-events: none; }
  @media (max-width: 980px) {
    .l-support__clouds {
      bottom: -14.8rem; } }
  @media (max-width: 670px) {
    .l-support__clouds {
      bottom: -10rem; } }

.l-tabs__content {
  display: none;
  margin-top: 3rem; }
  @media (max-width: 1620px) {
    .l-tabs__content {
      margin-top: 1.5rem; } }

.l-tabs__content.is-active {
  display: block; }

.c-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  text-align: center; }

.c-tab__desc {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media (max-width: 1620px) {
    .c-tab__desc {
      font-size: 1.6rem; } }
  .c-tab__desc:not(:first-child) {
    margin-top: 2rem; }
    @media (max-width: 1620px) {
      .c-tab__desc:not(:first-child) {
        margin-top: 1.5rem; } }

.c-tab--alt {
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 7rem;
  padding: 0 2rem;
  color: #858b9b;
  font-size: 2.1rem;
  background-color: #f2fdff;
  border: 1px solid #ebecef;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  transform: translate(0, 1rem); }
  @media (max-width: 1620px) {
    .c-tab--alt {
      font-size: 1.8rem; } }
  @media (max-width: 670px) {
    .c-tab--alt {
      font-size: 1.6rem; } }
  .c-tab--alt .c-btn {
    color: inherit; }
    .c-tab--alt .c-btn svg {
      fill: #858b9b; }

.c-tab--alt.is-active {
  background-color: #fff;
  box-shadow: 0 0 26.2px 11.8px rgba(64, 169, 208, 0.07);
  border-bottom: 0;
  font-size: 2.5rem;
  color: #45b8d1;
  transform: translate(0); }
  @media (max-width: 1620px) {
    .c-tab--alt.is-active {
      font-size: 2rem; } }
  @media (max-width: 670px) {
    .c-tab--alt.is-active {
      font-size: 1.8rem; } }
  .c-tab--alt.is-active .c-btn svg {
    fill: #45b8d1; }

.l-footer {
  position: relative;
  z-index: 50;
  padding: 3rem 0 3rem;
  background: #031128; }
  @media (max-width: 980px) {
    .l-footer {
      padding: 1rem 0 3rem;
      text-align: center; } }

.l-footer__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 980px) {
    .l-footer__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  .l-footer__row:not(:last-child) {
    margin-bottom: 2rem; }

.l-footer__logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .l-footer__logos .c-logo {
    margin-right: 2rem; }

.l-footer__copyrights {
  margin: 0;
  font-size: 1.9rem; }
  @media (max-width: 1620px) {
    .l-footer__copyrights {
      font-size: 1.6rem; } }
  @media (max-width: 980px) {
    .l-footer__copyrights {
      width: 100%; } }
  @media (max-width: 670px) {
    .l-footer__copyrights {
      font-size: 1.4rem; } }
  .l-footer__copyrights,
  .l-footer__copyrights a {
    color: #fff; }
  .l-footer__copyrights:not(:first-child) {
    margin-left: 5rem; }
    @media (max-width: 980px) {
      .l-footer__copyrights:not(:first-child) {
        margin: 3rem 0 0; } }

.l-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99; }

.l-overlay.is-active {
  display: block; }

.l-article.has-sidebar {
  min-height: 100vh;
  margin-left: 46.5rem; }
  @media (max-width: 1620px) {
    .l-article.has-sidebar {
      margin-left: 41.5rem; } }
  @media (max-width: 980px) {
    .l-article.has-sidebar {
      margin-left: 0;
      margin-top: 2rem;
      max-width: none; } }

.l-article--default {
  position: relative;
  left: 0;
  max-width: 87.5rem;
  margin: 0 auto;
  transition: all 100ms; }

.l-article--alt {
  max-width: 110rem;
  margin: 0 auto; }
  @media (max-width: 1620px) {
    .l-article--alt {
      max-width: 95rem; } }

.l-article__box:not(:first-child) {
  margin-top: 4rem; }
  @media (max-width: 1620px) {
    .l-article__box:not(:first-child) {
      margin-top: 3.5rem; } }
  @media (max-width: 670px) {
    .l-article__box:not(:first-child) {
      margin-top: 3rem; } }

.l-article__chapter-pic {
  max-width: 100%;
  margin: 0 auto -3.2rem; }

.l-article__chapter-btn {
  position: relative;
  left: 50%;
  transform: translate(-50%); }

.l-aside--default {
  width: 41.5rem;
  height: 100%;
  margin-top: -15rem;
  padding: 15rem 2rem 2rem;
  background-color: #f4fafc;
  transition: transform 100ms; }
  @media (max-width: 1620px) {
    .l-aside--default {
      width: 39rem; } }
  @media (max-width: 980px) {
    .l-aside--default {
      width: 100%;
      margin: 0;
      padding: 0; }
      .l-aside--default .l-aside__header--mobile {
        padding: 1.5rem 2rem;
        padding-right: 14rem; }
        .l-aside--default .l-aside__header--mobile .t-head {
          display: none; }
        .l-aside--default .l-aside__header--mobile .l-aside__title {
          display: block;
          font-size: 1.8rem; }
      .l-aside--default .l-aside__box {
        display: none;
        padding: 2rem; }
        .l-aside--default .l-aside__box .l-aside__actions, .l-aside--default .l-aside__box .c-nav--aside {
          width: 50%; }
        .l-aside--default .l-aside__box .l-aside__actions {
          -ms-flex-line-pack: start;
          align-content: flex-start; } }
  @media (max-width: 670px) {
    .l-aside--default .l-aside__box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-aside--default .l-aside__box .l-aside__actions, .l-aside--default .l-aside__box .c-nav--aside {
        width: 100%; } }
  .l-aside--default::before {
    content: '';
    display: block;
    position: absolute;
    left: -100rem;
    top: 0;
    height: 100%;
    width: 100rem;
    background-color: #f4fafc; }

@media (max-width: 980px) {
  .l-aside--default.is-active {
    height: calc(100vh - 6rem); }
    .l-aside--default.is-active .l-aside__header--mobile .t-head {
      display: block; }
    .l-aside--default.is-active .l-aside__box {
      display: -ms-flexbox;
      display: flex; } }

.l-aside--sticky {
  position: absolute;
  left: 0;
  top: 0; }
  @media (max-width: 980px) {
    .l-aside--sticky {
      position: fixed;
      top: 6rem;
      height: auto;
      overflow: auto;
      z-index: 999; } }

@media (max-width: 980px) {
  .l-aside--sticky.is-scrolled {
    top: 5.5rem; } }

.l-aside__header--desktop {
  margin-bottom: 3rem; }
  @media (max-width: 1620px) {
    .l-aside__header--desktop {
      margin-bottom: 2rem; } }
  @media (max-width: 980px) {
    .l-aside__header--desktop {
      display: none; } }

.l-aside__header--mobile {
  padding: 2rem;
  background-color: #c9dfe3; }
  @media (min-width: 981px) {
    .l-aside__header--mobile {
      display: none; } }

.l-aside__mobile-btn {
  display: none; }
  @media (max-width: 980px) {
    .l-aside__mobile-btn {
      display: block;
      position: absolute;
      right: 2rem;
      top: 1rem; } }

.l-aside__box.is_stuck .l-aside__close {
  top: 0;
  right: -1.5rem; }

.l-aside__close {
  display: none;
  position: absolute;
  right: 0.5rem;
  top: 15rem;
  z-index: 2;
  transform: translate(50%); }
  .l-aside__close::before {
    content: '';
    display: block;
    position: absolute;
    right: -50%;
    top: 50%;
    width: 3.5rem;
    height: 12.5rem;
    background: url("../img/svg/ico-vertical-bar.svg") no-repeat;
    background-size: cover;
    transform: translate(0, -50%); }

.l-aside__open {
  display: none;
  position: fixed;
  left: -10.5rem;
  top: 24.6rem;
  transform: rotate(-90deg); }

.l-aside__close.is-active, .l-aside__open.is-active {
  display: block; }
  @media (max-width: 980px) {
    .l-aside__close.is-active, .l-aside__open.is-active {
      display: none; } }

.l-contact {
  margin-bottom: -4rem; }
  @media (max-width: 980px) {
    .l-contact {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 670px) {
    .l-contact {
      font-size: 1.6rem; } }

.l-contact__row {
  margin-bottom: 4rem; }
  @media (max-width: 980px) {
    .l-contact__row {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      padding-left: 5rem; } }
  @media (max-width: 670px) {
    .l-contact__row {
      padding: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* Modifiers
   ========================================================================== */
/* Colors
   ========================================================================== */
.u-color-black-1 {
  color: #000000;
  fill: #000000; }

.u-color-white-1 {
  color: #fff;
  fill: #fff; }

.u-color-navy-blue-1 {
  color: #3e4860;
  fill: #3e4860; }

.u-color-yellow-1 {
  color: #ffce45;
  fill: #ffce45; }

.u-color-orange-1 {
  color: #ff8a00;
  fill: #ff8a00; }

.u-text-gradient-blue {
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2 !important; }

.u-text-gradient-orange {
  background: linear-gradient(51deg, #ffba00 0%, #ff8a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2 !important; }

.u-bg-gradient-blue {
  background: linear-gradient(51deg, #40a9d0 0%, #4bcdd2 100%);
  color: #fff; }

.u-bg-gray-1 {
  background-color: #f4fafc; }

.u-bg-navy-blue-1 {
  background-color: #3e4961; }

.u-bg-navy-blue-2 {
  background-color: #2c364c; }

.u-bg-blue-1 {
  background-color: #40a9d0; }

.u-bg-white-1 {
  background-color: #fff; }

/* Text aligned
   ========================================================================== */
.u-text-left {
  text-align: left; }

.u-text-center {
  text-align: center; }
  .u-text-center .o-image,
  .u-text-center .c-btn {
    margin-left: auto;
    margin-right: auto; }

.u-text-right {
  text-align: right; }

.u-text-justify {
  text-align: justify; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-underline {
  text-decoration: underline; }

.u-hidden {
  display: none; }

.u-show {
  display: none; }

/* Flexbox utilises
   ========================================================================== */
.u-align-items-center {
  -ms-flex-align: center;
  align-items: center; }

.u-align-items-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.u-align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.u-justify-content-center {
  -ms-flex-pack: center;
  justify-content: center; }

.u-justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.u-justify-content-left {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.u-justify-content-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.u-adapt {
  -ms-flex: 1;
  flex: 1; }

.u-grow {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.u-non-grow {
  -ms-flex-positive: 0;
  flex-grow: 0; }

.u-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.u-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 1620px) {
  .u-hidden\@l {
    display: none; }
  .u-show\@l {
    display: block; }
  .u-adapt\@l {
    -ms-flex: 1;
    flex: 1; }
  .u-non-grow\@l {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .u-no-wrap\@l {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-wrap\@l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-align-items-top\@l {
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-justify-content-center\@l {
    -ms-flex-pack: center;
    justify-content: center; }
  .u-justify-content-left\@l {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-justify-content-right\@l {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-text-center\@l {
    text-align: center; } }

@media (max-width: 1366px) {
  .u-hidden\@l-s {
    display: none; }
  .u-show\@l-s {
    display: block; }
  .u-adapt\@l-s {
    -ms-flex: 1;
    flex: 1; }
  .u-non-grow\@l-s {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .u-no-wrap\@l-s {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-wrap\@l-s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-align-items-top\@l-s {
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-justify-content-center\@l-s {
    -ms-flex-pack: center;
    justify-content: center; }
  .u-justify-content-left\@l-s {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-justify-content-right\@l-s {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-text-center\@l-s {
    text-align: center; } }

@media (max-width: 1200px) {
  .u-hidden\@t {
    display: none; }
  .u-show\@t {
    display: block; }
  .u-adapt\@t {
    -ms-flex: 1;
    flex: 1; }
  .u-non-grow\@t {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .u-no-wrap\@t {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-wrap\@t {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-align-items-top\@t {
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-justify-content-center\@t {
    -ms-flex-pack: center;
    justify-content: center; }
  .u-justify-content-left\@t {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-justify-content-right\@t {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-text-center\@t {
    text-align: center; } }

@media (max-width: 980px) {
  .u-hidden\@t-m {
    display: none; }
  .u-show\@t-m {
    display: block; }
  .u-adapt\@t-m {
    -ms-flex: 1;
    flex: 1; }
  .u-non-grow\@t-m {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .u-no-wrap\@t-m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-wrap\@t-m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-align-items-top\@t-m {
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-justify-content-center\@t-m {
    -ms-flex-pack: center;
    justify-content: center; }
  .u-justify-content-left\@t-m {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-justify-content-right\@t-m {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-text-center\@t-m {
    text-align: center; } }

@media (max-width: 767px) {
  .u-hidden\@t-s {
    display: none; }
  .u-show\@t-s {
    display: block; }
  .u-adapt\@t-s {
    -ms-flex: 1;
    flex: 1; }
  .u-non-grow\@t-s {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .u-no-wrap\@t-s {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-wrap\@t-s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-align-items-top\@t-s {
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-justify-content-center\@t-s {
    -ms-flex-pack: center;
    justify-content: center; }
  .u-justify-content-left\@t-s {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-justify-content-right\@t-s {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-text-center\@t-s {
    text-align: center; } }

@media (max-width: 670px) {
  .u-hidden\@m {
    display: none; }
  .u-show\@m {
    display: block; }
  .u-adapt\@m {
    -ms-flex: 1;
    flex: 1; }
  .u-non-grow\@m {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .u-no-wrap\@m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-wrap\@m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-align-items-top\@m {
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-justify-content-center\@m {
    -ms-flex-pack: center;
    justify-content: center; }
  .u-justify-content-left\@m {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-justify-content-right\@m {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-text-center\@m {
    text-align: center; } }

@media (max-width: 480px) {
  .u-hidden\@m-s {
    display: none; }
  .u-show\@m-s {
    display: block; }
  .u-adapt\@m-s {
    -ms-flex: 1;
    flex: 1; }
  .u-non-grow\@m-s {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .u-no-wrap\@m-s {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-wrap\@m-s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-align-items-top\@m-s {
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-justify-content-center\@m-s {
    -ms-flex-pack: center;
    justify-content: center; }
  .u-justify-content-left\@m-s {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-justify-content-right\@m-s {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-text-center\@m-s {
    text-align: center; } }

@media (max-width: 400px) {
  .u-hidden\@s {
    display: none; }
  .u-show\@s {
    display: block; }
  .u-adapt\@s {
    -ms-flex: 1;
    flex: 1; }
  .u-non-grow\@s {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .u-no-wrap\@s {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-wrap\@s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-align-items-top\@s {
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-justify-content-center\@s {
    -ms-flex-pack: center;
    justify-content: center; }
  .u-justify-content-left\@s {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-justify-content-right\@s {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-text-center\@s {
    text-align: center; } }

.u-font-weight-300 {
  font-weight: 300 !important; }

.u-font-weight-400 {
  font-weight: 400 !important; }

.u-font-weight-500 {
  font-weight: 500 !important; }

.u-font-weight-600 {
  font-weight: 600 !important; }

.u-font-weight-700 {
  font-weight: 700 !important; }

.u-opacity-1 {
  opacity: 0.1; }

.u-opacity-2 {
  opacity: 0.2; }

.u-opacity-3 {
  opacity: 0.3; }

.u-opacity-4 {
  opacity: 0.4; }

.u-opacity-5 {
  opacity: 0.5; }

.u-opacity-6 {
  opacity: 0.6; }

.u-opacity-7 {
  opacity: 0.7; }

.u-opacity-8 {
  opacity: 0.8; }

.u-opacity-9 {
  opacity: 0.9; }

.u-opacity-10 {
  opacity: 1; }

.u-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.u-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.u-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.u-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.u-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.u-order-6 {
  -ms-flex-order: 6;
  order: 6; }

.u-order-7 {
  -ms-flex-order: 7;
  order: 7; }

.u-order-8 {
  -ms-flex-order: 8;
  order: 8; }

.u-order-9 {
  -ms-flex-order: 9;
  order: 9; }

.u-order-10 {
  -ms-flex-order: 10;
  order: 10; }

.u-order-11 {
  -ms-flex-order: 11;
  order: 11; }

.u-order-12 {
  -ms-flex-order: 12;
  order: 12; }

@media (max-width: 1620px) {
  .u-order-1\@l {
    -ms-flex-order: 1;
    order: 1; }
  .u-order-2\@l {
    -ms-flex-order: 2;
    order: 2; }
  .u-order-3\@l {
    -ms-flex-order: 3;
    order: 3; }
  .u-order-4\@l {
    -ms-flex-order: 4;
    order: 4; }
  .u-order-5\@l {
    -ms-flex-order: 5;
    order: 5; }
  .u-order-6\@l {
    -ms-flex-order: 6;
    order: 6; }
  .u-order-7\@l {
    -ms-flex-order: 7;
    order: 7; }
  .u-order-8\@l {
    -ms-flex-order: 8;
    order: 8; }
  .u-order-9\@l {
    -ms-flex-order: 9;
    order: 9; }
  .u-order-10\@l {
    -ms-flex-order: 10;
    order: 10; }
  .u-order-11\@l {
    -ms-flex-order: 11;
    order: 11; }
  .u-order-12\@l {
    -ms-flex-order: 12;
    order: 12; } }

@media (max-width: 1366px) {
  .u-order-1\@l-s {
    -ms-flex-order: 1;
    order: 1; }
  .u-order-2\@l-s {
    -ms-flex-order: 2;
    order: 2; }
  .u-order-3\@l-s {
    -ms-flex-order: 3;
    order: 3; }
  .u-order-4\@l-s {
    -ms-flex-order: 4;
    order: 4; }
  .u-order-5\@l-s {
    -ms-flex-order: 5;
    order: 5; }
  .u-order-6\@l-s {
    -ms-flex-order: 6;
    order: 6; }
  .u-order-7\@l-s {
    -ms-flex-order: 7;
    order: 7; }
  .u-order-8\@l-s {
    -ms-flex-order: 8;
    order: 8; }
  .u-order-9\@l-s {
    -ms-flex-order: 9;
    order: 9; }
  .u-order-10\@l-s {
    -ms-flex-order: 10;
    order: 10; }
  .u-order-11\@l-s {
    -ms-flex-order: 11;
    order: 11; }
  .u-order-12\@l-s {
    -ms-flex-order: 12;
    order: 12; } }

@media (max-width: 1200px) {
  .u-order-1\@t {
    -ms-flex-order: 1;
    order: 1; }
  .u-order-2\@t {
    -ms-flex-order: 2;
    order: 2; }
  .u-order-3\@t {
    -ms-flex-order: 3;
    order: 3; }
  .u-order-4\@t {
    -ms-flex-order: 4;
    order: 4; }
  .u-order-5\@t {
    -ms-flex-order: 5;
    order: 5; }
  .u-order-6\@t {
    -ms-flex-order: 6;
    order: 6; }
  .u-order-7\@t {
    -ms-flex-order: 7;
    order: 7; }
  .u-order-8\@t {
    -ms-flex-order: 8;
    order: 8; }
  .u-order-9\@t {
    -ms-flex-order: 9;
    order: 9; }
  .u-order-10\@t {
    -ms-flex-order: 10;
    order: 10; }
  .u-order-11\@t {
    -ms-flex-order: 11;
    order: 11; }
  .u-order-12\@t {
    -ms-flex-order: 12;
    order: 12; } }

@media (max-width: 980px) {
  .u-order-1\@t-m {
    -ms-flex-order: 1;
    order: 1; }
  .u-order-2\@t-m {
    -ms-flex-order: 2;
    order: 2; }
  .u-order-3\@t-m {
    -ms-flex-order: 3;
    order: 3; }
  .u-order-4\@t-m {
    -ms-flex-order: 4;
    order: 4; }
  .u-order-5\@t-m {
    -ms-flex-order: 5;
    order: 5; }
  .u-order-6\@t-m {
    -ms-flex-order: 6;
    order: 6; }
  .u-order-7\@t-m {
    -ms-flex-order: 7;
    order: 7; }
  .u-order-8\@t-m {
    -ms-flex-order: 8;
    order: 8; }
  .u-order-9\@t-m {
    -ms-flex-order: 9;
    order: 9; }
  .u-order-10\@t-m {
    -ms-flex-order: 10;
    order: 10; }
  .u-order-11\@t-m {
    -ms-flex-order: 11;
    order: 11; }
  .u-order-12\@t-m {
    -ms-flex-order: 12;
    order: 12; } }

@media (max-width: 767px) {
  .u-order-1\@t-s {
    -ms-flex-order: 1;
    order: 1; }
  .u-order-2\@t-s {
    -ms-flex-order: 2;
    order: 2; }
  .u-order-3\@t-s {
    -ms-flex-order: 3;
    order: 3; }
  .u-order-4\@t-s {
    -ms-flex-order: 4;
    order: 4; }
  .u-order-5\@t-s {
    -ms-flex-order: 5;
    order: 5; }
  .u-order-6\@t-s {
    -ms-flex-order: 6;
    order: 6; }
  .u-order-7\@t-s {
    -ms-flex-order: 7;
    order: 7; }
  .u-order-8\@t-s {
    -ms-flex-order: 8;
    order: 8; }
  .u-order-9\@t-s {
    -ms-flex-order: 9;
    order: 9; }
  .u-order-10\@t-s {
    -ms-flex-order: 10;
    order: 10; }
  .u-order-11\@t-s {
    -ms-flex-order: 11;
    order: 11; }
  .u-order-12\@t-s {
    -ms-flex-order: 12;
    order: 12; } }

@media (max-width: 670px) {
  .u-order-1\@m {
    -ms-flex-order: 1;
    order: 1; }
  .u-order-2\@m {
    -ms-flex-order: 2;
    order: 2; }
  .u-order-3\@m {
    -ms-flex-order: 3;
    order: 3; }
  .u-order-4\@m {
    -ms-flex-order: 4;
    order: 4; }
  .u-order-5\@m {
    -ms-flex-order: 5;
    order: 5; }
  .u-order-6\@m {
    -ms-flex-order: 6;
    order: 6; }
  .u-order-7\@m {
    -ms-flex-order: 7;
    order: 7; }
  .u-order-8\@m {
    -ms-flex-order: 8;
    order: 8; }
  .u-order-9\@m {
    -ms-flex-order: 9;
    order: 9; }
  .u-order-10\@m {
    -ms-flex-order: 10;
    order: 10; }
  .u-order-11\@m {
    -ms-flex-order: 11;
    order: 11; }
  .u-order-12\@m {
    -ms-flex-order: 12;
    order: 12; } }

@media (max-width: 480px) {
  .u-order-1\@m-s {
    -ms-flex-order: 1;
    order: 1; }
  .u-order-2\@m-s {
    -ms-flex-order: 2;
    order: 2; }
  .u-order-3\@m-s {
    -ms-flex-order: 3;
    order: 3; }
  .u-order-4\@m-s {
    -ms-flex-order: 4;
    order: 4; }
  .u-order-5\@m-s {
    -ms-flex-order: 5;
    order: 5; }
  .u-order-6\@m-s {
    -ms-flex-order: 6;
    order: 6; }
  .u-order-7\@m-s {
    -ms-flex-order: 7;
    order: 7; }
  .u-order-8\@m-s {
    -ms-flex-order: 8;
    order: 8; }
  .u-order-9\@m-s {
    -ms-flex-order: 9;
    order: 9; }
  .u-order-10\@m-s {
    -ms-flex-order: 10;
    order: 10; }
  .u-order-11\@m-s {
    -ms-flex-order: 11;
    order: 11; }
  .u-order-12\@m-s {
    -ms-flex-order: 12;
    order: 12; } }

@media (max-width: 400px) {
  .u-order-1\@s {
    -ms-flex-order: 1;
    order: 1; }
  .u-order-2\@s {
    -ms-flex-order: 2;
    order: 2; }
  .u-order-3\@s {
    -ms-flex-order: 3;
    order: 3; }
  .u-order-4\@s {
    -ms-flex-order: 4;
    order: 4; }
  .u-order-5\@s {
    -ms-flex-order: 5;
    order: 5; }
  .u-order-6\@s {
    -ms-flex-order: 6;
    order: 6; }
  .u-order-7\@s {
    -ms-flex-order: 7;
    order: 7; }
  .u-order-8\@s {
    -ms-flex-order: 8;
    order: 8; }
  .u-order-9\@s {
    -ms-flex-order: 9;
    order: 9; }
  .u-order-10\@s {
    -ms-flex-order: 10;
    order: 10; }
  .u-order-11\@s {
    -ms-flex-order: 11;
    order: 11; }
  .u-order-12\@s {
    -ms-flex-order: 12;
    order: 12; } }

/* Spaces for the grid
   ========================================================================== */
.u-space-h-1 {
  margin-left: -5px;
  margin-right: -5px; }
  .u-space-h-1 > .l-grid__item {
    padding-left: 5px;
    padding-right: 5px; }

.u-space-v-1 {
  margin-bottom: -5px; }
  .u-space-v-1 > .l-grid__item {
    margin-bottom: 5px; }

.u-space-h-2 {
  margin-left: -10px;
  margin-right: -10px; }
  .u-space-h-2 > .l-grid__item {
    padding-left: 10px;
    padding-right: 10px; }

.u-space-v-2 {
  margin-bottom: -10px; }
  .u-space-v-2 > .l-grid__item {
    margin-bottom: 10px; }

.u-space-h-3 {
  margin-left: -15px;
  margin-right: -15px; }
  .u-space-h-3 > .l-grid__item {
    padding-left: 15px;
    padding-right: 15px; }

.u-space-v-3 {
  margin-bottom: -15px; }
  .u-space-v-3 > .l-grid__item {
    margin-bottom: 15px; }

.u-space-h-4 {
  margin-left: -20px;
  margin-right: -20px; }
  .u-space-h-4 > .l-grid__item {
    padding-left: 20px;
    padding-right: 20px; }

.u-space-v-4 {
  margin-bottom: -20px; }
  .u-space-v-4 > .l-grid__item {
    margin-bottom: 20px; }

.u-space-h-5 {
  margin-left: -25px;
  margin-right: -25px; }
  .u-space-h-5 > .l-grid__item {
    padding-left: 25px;
    padding-right: 25px; }

.u-space-v-5 {
  margin-bottom: -25px; }
  .u-space-v-5 > .l-grid__item {
    margin-bottom: 25px; }

.u-space-h-6 {
  margin-left: -30px;
  margin-right: -30px; }
  .u-space-h-6 > .l-grid__item {
    padding-left: 30px;
    padding-right: 30px; }

.u-space-v-6 {
  margin-bottom: -30px; }
  .u-space-v-6 > .l-grid__item {
    margin-bottom: 30px; }

.u-space-h-7 {
  margin-left: -35px;
  margin-right: -35px; }
  .u-space-h-7 > .l-grid__item {
    padding-left: 35px;
    padding-right: 35px; }

.u-space-v-7 {
  margin-bottom: -35px; }
  .u-space-v-7 > .l-grid__item {
    margin-bottom: 35px; }

.u-space-h-8 {
  margin-left: -40px;
  margin-right: -40px; }
  .u-space-h-8 > .l-grid__item {
    padding-left: 40px;
    padding-right: 40px; }

.u-space-v-8 {
  margin-bottom: -40px; }
  .u-space-v-8 > .l-grid__item {
    margin-bottom: 40px; }

.u-space-h-9 {
  margin-left: -45px;
  margin-right: -45px; }
  .u-space-h-9 > .l-grid__item {
    padding-left: 45px;
    padding-right: 45px; }

.u-space-v-9 {
  margin-bottom: -45px; }
  .u-space-v-9 > .l-grid__item {
    margin-bottom: 45px; }

.u-space-h-10 {
  margin-left: -50px;
  margin-right: -50px; }
  .u-space-h-10 > .l-grid__item {
    padding-left: 50px;
    padding-right: 50px; }

.u-space-v-10 {
  margin-bottom: -50px; }
  .u-space-v-10 > .l-grid__item {
    margin-bottom: 50px; }

.u-space-h-11 {
  margin-left: -55px;
  margin-right: -55px; }
  .u-space-h-11 > .l-grid__item {
    padding-left: 55px;
    padding-right: 55px; }

.u-space-v-11 {
  margin-bottom: -55px; }
  .u-space-v-11 > .l-grid__item {
    margin-bottom: 55px; }

.u-space-h-12 {
  margin-left: -60px;
  margin-right: -60px; }
  .u-space-h-12 > .l-grid__item {
    padding-left: 60px;
    padding-right: 60px; }

.u-space-v-12 {
  margin-bottom: -60px; }
  .u-space-v-12 > .l-grid__item {
    margin-bottom: 60px; }

.u-space-h-13 {
  margin-left: -65px;
  margin-right: -65px; }
  .u-space-h-13 > .l-grid__item {
    padding-left: 65px;
    padding-right: 65px; }

.u-space-v-13 {
  margin-bottom: -65px; }
  .u-space-v-13 > .l-grid__item {
    margin-bottom: 65px; }

.u-space-h-14 {
  margin-left: -70px;
  margin-right: -70px; }
  .u-space-h-14 > .l-grid__item {
    padding-left: 70px;
    padding-right: 70px; }

.u-space-v-14 {
  margin-bottom: -70px; }
  .u-space-v-14 > .l-grid__item {
    margin-bottom: 70px; }

.u-space-h-15 {
  margin-left: -75px;
  margin-right: -75px; }
  .u-space-h-15 > .l-grid__item {
    padding-left: 75px;
    padding-right: 75px; }

.u-space-v-15 {
  margin-bottom: -75px; }
  .u-space-v-15 > .l-grid__item {
    margin-bottom: 75px; }

@media (max-width: 1620px) {
  .u-space-h-1\@l {
    margin-left: -5px;
    margin-right: -5px; }
    .u-space-h-1\@l > .l-grid__item {
      padding-left: 5px;
      padding-right: 5px; }
  .u-space-v-1\@l {
    margin-bottom: -5px; }
    .u-space-v-1\@l > .l-grid__item {
      margin-bottom: 5px; }
  .u-space-h-2\@l {
    margin-left: -10px;
    margin-right: -10px; }
    .u-space-h-2\@l > .l-grid__item {
      padding-left: 10px;
      padding-right: 10px; }
  .u-space-v-2\@l {
    margin-bottom: -10px; }
    .u-space-v-2\@l > .l-grid__item {
      margin-bottom: 10px; }
  .u-space-h-3\@l {
    margin-left: -15px;
    margin-right: -15px; }
    .u-space-h-3\@l > .l-grid__item {
      padding-left: 15px;
      padding-right: 15px; }
  .u-space-v-3\@l {
    margin-bottom: -15px; }
    .u-space-v-3\@l > .l-grid__item {
      margin-bottom: 15px; }
  .u-space-h-4\@l {
    margin-left: -20px;
    margin-right: -20px; }
    .u-space-h-4\@l > .l-grid__item {
      padding-left: 20px;
      padding-right: 20px; }
  .u-space-v-4\@l {
    margin-bottom: -20px; }
    .u-space-v-4\@l > .l-grid__item {
      margin-bottom: 20px; }
  .u-space-h-5\@l {
    margin-left: -25px;
    margin-right: -25px; }
    .u-space-h-5\@l > .l-grid__item {
      padding-left: 25px;
      padding-right: 25px; }
  .u-space-v-5\@l {
    margin-bottom: -25px; }
    .u-space-v-5\@l > .l-grid__item {
      margin-bottom: 25px; }
  .u-space-h-6\@l {
    margin-left: -30px;
    margin-right: -30px; }
    .u-space-h-6\@l > .l-grid__item {
      padding-left: 30px;
      padding-right: 30px; }
  .u-space-v-6\@l {
    margin-bottom: -30px; }
    .u-space-v-6\@l > .l-grid__item {
      margin-bottom: 30px; }
  .u-space-h-7\@l {
    margin-left: -35px;
    margin-right: -35px; }
    .u-space-h-7\@l > .l-grid__item {
      padding-left: 35px;
      padding-right: 35px; }
  .u-space-v-7\@l {
    margin-bottom: -35px; }
    .u-space-v-7\@l > .l-grid__item {
      margin-bottom: 35px; }
  .u-space-h-8\@l {
    margin-left: -40px;
    margin-right: -40px; }
    .u-space-h-8\@l > .l-grid__item {
      padding-left: 40px;
      padding-right: 40px; }
  .u-space-v-8\@l {
    margin-bottom: -40px; }
    .u-space-v-8\@l > .l-grid__item {
      margin-bottom: 40px; }
  .u-space-h-9\@l {
    margin-left: -45px;
    margin-right: -45px; }
    .u-space-h-9\@l > .l-grid__item {
      padding-left: 45px;
      padding-right: 45px; }
  .u-space-v-9\@l {
    margin-bottom: -45px; }
    .u-space-v-9\@l > .l-grid__item {
      margin-bottom: 45px; }
  .u-space-h-10\@l {
    margin-left: -50px;
    margin-right: -50px; }
    .u-space-h-10\@l > .l-grid__item {
      padding-left: 50px;
      padding-right: 50px; }
  .u-space-v-10\@l {
    margin-bottom: -50px; }
    .u-space-v-10\@l > .l-grid__item {
      margin-bottom: 50px; } }

@media (max-width: 1366px) {
  .u-space-h-1\@l-s {
    margin-left: -5px;
    margin-right: -5px; }
    .u-space-h-1\@l-s > .l-grid__item {
      padding-left: 5px;
      padding-right: 5px; }
  .u-space-v-1\@l-s {
    margin-bottom: -5px; }
    .u-space-v-1\@l-s > .l-grid__item {
      margin-bottom: 5px; }
  .u-space-h-2\@l-s {
    margin-left: -10px;
    margin-right: -10px; }
    .u-space-h-2\@l-s > .l-grid__item {
      padding-left: 10px;
      padding-right: 10px; }
  .u-space-v-2\@l-s {
    margin-bottom: -10px; }
    .u-space-v-2\@l-s > .l-grid__item {
      margin-bottom: 10px; }
  .u-space-h-3\@l-s {
    margin-left: -15px;
    margin-right: -15px; }
    .u-space-h-3\@l-s > .l-grid__item {
      padding-left: 15px;
      padding-right: 15px; }
  .u-space-v-3\@l-s {
    margin-bottom: -15px; }
    .u-space-v-3\@l-s > .l-grid__item {
      margin-bottom: 15px; }
  .u-space-h-4\@l-s {
    margin-left: -20px;
    margin-right: -20px; }
    .u-space-h-4\@l-s > .l-grid__item {
      padding-left: 20px;
      padding-right: 20px; }
  .u-space-v-4\@l-s {
    margin-bottom: -20px; }
    .u-space-v-4\@l-s > .l-grid__item {
      margin-bottom: 20px; }
  .u-space-h-5\@l-s {
    margin-left: -25px;
    margin-right: -25px; }
    .u-space-h-5\@l-s > .l-grid__item {
      padding-left: 25px;
      padding-right: 25px; }
  .u-space-v-5\@l-s {
    margin-bottom: -25px; }
    .u-space-v-5\@l-s > .l-grid__item {
      margin-bottom: 25px; }
  .u-space-h-6\@l-s {
    margin-left: -30px;
    margin-right: -30px; }
    .u-space-h-6\@l-s > .l-grid__item {
      padding-left: 30px;
      padding-right: 30px; }
  .u-space-v-6\@l-s {
    margin-bottom: -30px; }
    .u-space-v-6\@l-s > .l-grid__item {
      margin-bottom: 30px; }
  .u-space-h-7\@l-s {
    margin-left: -35px;
    margin-right: -35px; }
    .u-space-h-7\@l-s > .l-grid__item {
      padding-left: 35px;
      padding-right: 35px; }
  .u-space-v-7\@l-s {
    margin-bottom: -35px; }
    .u-space-v-7\@l-s > .l-grid__item {
      margin-bottom: 35px; }
  .u-space-h-8\@l-s {
    margin-left: -40px;
    margin-right: -40px; }
    .u-space-h-8\@l-s > .l-grid__item {
      padding-left: 40px;
      padding-right: 40px; }
  .u-space-v-8\@l-s {
    margin-bottom: -40px; }
    .u-space-v-8\@l-s > .l-grid__item {
      margin-bottom: 40px; }
  .u-space-h-9\@l-s {
    margin-left: -45px;
    margin-right: -45px; }
    .u-space-h-9\@l-s > .l-grid__item {
      padding-left: 45px;
      padding-right: 45px; }
  .u-space-v-9\@l-s {
    margin-bottom: -45px; }
    .u-space-v-9\@l-s > .l-grid__item {
      margin-bottom: 45px; }
  .u-space-h-10\@l-s {
    margin-left: -50px;
    margin-right: -50px; }
    .u-space-h-10\@l-s > .l-grid__item {
      padding-left: 50px;
      padding-right: 50px; }
  .u-space-v-10\@l-s {
    margin-bottom: -50px; }
    .u-space-v-10\@l-s > .l-grid__item {
      margin-bottom: 50px; } }

@media (max-width: 1200px) {
  .u-space-h-1\@t {
    margin-left: -5px;
    margin-right: -5px; }
    .u-space-h-1\@t > .l-grid__item {
      padding-left: 5px;
      padding-right: 5px; }
  .u-space-v-1\@t {
    margin-bottom: -5px; }
    .u-space-v-1\@t > .l-grid__item {
      margin-bottom: 5px; }
  .u-space-h-2\@t {
    margin-left: -10px;
    margin-right: -10px; }
    .u-space-h-2\@t > .l-grid__item {
      padding-left: 10px;
      padding-right: 10px; }
  .u-space-v-2\@t {
    margin-bottom: -10px; }
    .u-space-v-2\@t > .l-grid__item {
      margin-bottom: 10px; }
  .u-space-h-3\@t {
    margin-left: -15px;
    margin-right: -15px; }
    .u-space-h-3\@t > .l-grid__item {
      padding-left: 15px;
      padding-right: 15px; }
  .u-space-v-3\@t {
    margin-bottom: -15px; }
    .u-space-v-3\@t > .l-grid__item {
      margin-bottom: 15px; }
  .u-space-h-4\@t {
    margin-left: -20px;
    margin-right: -20px; }
    .u-space-h-4\@t > .l-grid__item {
      padding-left: 20px;
      padding-right: 20px; }
  .u-space-v-4\@t {
    margin-bottom: -20px; }
    .u-space-v-4\@t > .l-grid__item {
      margin-bottom: 20px; }
  .u-space-h-5\@t {
    margin-left: -25px;
    margin-right: -25px; }
    .u-space-h-5\@t > .l-grid__item {
      padding-left: 25px;
      padding-right: 25px; }
  .u-space-v-5\@t {
    margin-bottom: -25px; }
    .u-space-v-5\@t > .l-grid__item {
      margin-bottom: 25px; }
  .u-space-h-6\@t {
    margin-left: -30px;
    margin-right: -30px; }
    .u-space-h-6\@t > .l-grid__item {
      padding-left: 30px;
      padding-right: 30px; }
  .u-space-v-6\@t {
    margin-bottom: -30px; }
    .u-space-v-6\@t > .l-grid__item {
      margin-bottom: 30px; }
  .u-space-h-7\@t {
    margin-left: -35px;
    margin-right: -35px; }
    .u-space-h-7\@t > .l-grid__item {
      padding-left: 35px;
      padding-right: 35px; }
  .u-space-v-7\@t {
    margin-bottom: -35px; }
    .u-space-v-7\@t > .l-grid__item {
      margin-bottom: 35px; }
  .u-space-h-8\@t {
    margin-left: -40px;
    margin-right: -40px; }
    .u-space-h-8\@t > .l-grid__item {
      padding-left: 40px;
      padding-right: 40px; }
  .u-space-v-8\@t {
    margin-bottom: -40px; }
    .u-space-v-8\@t > .l-grid__item {
      margin-bottom: 40px; }
  .u-space-h-9\@t {
    margin-left: -45px;
    margin-right: -45px; }
    .u-space-h-9\@t > .l-grid__item {
      padding-left: 45px;
      padding-right: 45px; }
  .u-space-v-9\@t {
    margin-bottom: -45px; }
    .u-space-v-9\@t > .l-grid__item {
      margin-bottom: 45px; }
  .u-space-h-10\@t {
    margin-left: -50px;
    margin-right: -50px; }
    .u-space-h-10\@t > .l-grid__item {
      padding-left: 50px;
      padding-right: 50px; }
  .u-space-v-10\@t {
    margin-bottom: -50px; }
    .u-space-v-10\@t > .l-grid__item {
      margin-bottom: 50px; } }

@media (max-width: 980px) {
  .u-space-h-1\@t-m {
    margin-left: -5px;
    margin-right: -5px; }
    .u-space-h-1\@t-m > .l-grid__item {
      padding-left: 5px;
      padding-right: 5px; }
  .u-space-v-1\@t-m {
    margin-bottom: -5px; }
    .u-space-v-1\@t-m > .l-grid__item {
      margin-bottom: 5px; }
  .u-space-h-2\@t-m {
    margin-left: -10px;
    margin-right: -10px; }
    .u-space-h-2\@t-m > .l-grid__item {
      padding-left: 10px;
      padding-right: 10px; }
  .u-space-v-2\@t-m {
    margin-bottom: -10px; }
    .u-space-v-2\@t-m > .l-grid__item {
      margin-bottom: 10px; }
  .u-space-h-3\@t-m {
    margin-left: -15px;
    margin-right: -15px; }
    .u-space-h-3\@t-m > .l-grid__item {
      padding-left: 15px;
      padding-right: 15px; }
  .u-space-v-3\@t-m {
    margin-bottom: -15px; }
    .u-space-v-3\@t-m > .l-grid__item {
      margin-bottom: 15px; }
  .u-space-h-4\@t-m {
    margin-left: -20px;
    margin-right: -20px; }
    .u-space-h-4\@t-m > .l-grid__item {
      padding-left: 20px;
      padding-right: 20px; }
  .u-space-v-4\@t-m {
    margin-bottom: -20px; }
    .u-space-v-4\@t-m > .l-grid__item {
      margin-bottom: 20px; }
  .u-space-h-5\@t-m {
    margin-left: -25px;
    margin-right: -25px; }
    .u-space-h-5\@t-m > .l-grid__item {
      padding-left: 25px;
      padding-right: 25px; }
  .u-space-v-5\@t-m {
    margin-bottom: -25px; }
    .u-space-v-5\@t-m > .l-grid__item {
      margin-bottom: 25px; }
  .u-space-h-6\@t-m {
    margin-left: -30px;
    margin-right: -30px; }
    .u-space-h-6\@t-m > .l-grid__item {
      padding-left: 30px;
      padding-right: 30px; }
  .u-space-v-6\@t-m {
    margin-bottom: -30px; }
    .u-space-v-6\@t-m > .l-grid__item {
      margin-bottom: 30px; }
  .u-space-h-7\@t-m {
    margin-left: -35px;
    margin-right: -35px; }
    .u-space-h-7\@t-m > .l-grid__item {
      padding-left: 35px;
      padding-right: 35px; }
  .u-space-v-7\@t-m {
    margin-bottom: -35px; }
    .u-space-v-7\@t-m > .l-grid__item {
      margin-bottom: 35px; }
  .u-space-h-8\@t-m {
    margin-left: -40px;
    margin-right: -40px; }
    .u-space-h-8\@t-m > .l-grid__item {
      padding-left: 40px;
      padding-right: 40px; }
  .u-space-v-8\@t-m {
    margin-bottom: -40px; }
    .u-space-v-8\@t-m > .l-grid__item {
      margin-bottom: 40px; }
  .u-space-h-9\@t-m {
    margin-left: -45px;
    margin-right: -45px; }
    .u-space-h-9\@t-m > .l-grid__item {
      padding-left: 45px;
      padding-right: 45px; }
  .u-space-v-9\@t-m {
    margin-bottom: -45px; }
    .u-space-v-9\@t-m > .l-grid__item {
      margin-bottom: 45px; }
  .u-space-h-10\@t-m {
    margin-left: -50px;
    margin-right: -50px; }
    .u-space-h-10\@t-m > .l-grid__item {
      padding-left: 50px;
      padding-right: 50px; }
  .u-space-v-10\@t-m {
    margin-bottom: -50px; }
    .u-space-v-10\@t-m > .l-grid__item {
      margin-bottom: 50px; } }

@media (max-width: 767px) {
  .u-space-h-1\@t-s {
    margin-left: -5px;
    margin-right: -5px; }
    .u-space-h-1\@t-s > .l-grid__item {
      padding-left: 5px;
      padding-right: 5px; }
  .u-space-v-1\@t-s {
    margin-bottom: -5px; }
    .u-space-v-1\@t-s > .l-grid__item {
      margin-bottom: 5px; }
  .u-space-h-2\@t-s {
    margin-left: -10px;
    margin-right: -10px; }
    .u-space-h-2\@t-s > .l-grid__item {
      padding-left: 10px;
      padding-right: 10px; }
  .u-space-v-2\@t-s {
    margin-bottom: -10px; }
    .u-space-v-2\@t-s > .l-grid__item {
      margin-bottom: 10px; }
  .u-space-h-3\@t-s {
    margin-left: -15px;
    margin-right: -15px; }
    .u-space-h-3\@t-s > .l-grid__item {
      padding-left: 15px;
      padding-right: 15px; }
  .u-space-v-3\@t-s {
    margin-bottom: -15px; }
    .u-space-v-3\@t-s > .l-grid__item {
      margin-bottom: 15px; }
  .u-space-h-4\@t-s {
    margin-left: -20px;
    margin-right: -20px; }
    .u-space-h-4\@t-s > .l-grid__item {
      padding-left: 20px;
      padding-right: 20px; }
  .u-space-v-4\@t-s {
    margin-bottom: -20px; }
    .u-space-v-4\@t-s > .l-grid__item {
      margin-bottom: 20px; }
  .u-space-h-5\@t-s {
    margin-left: -25px;
    margin-right: -25px; }
    .u-space-h-5\@t-s > .l-grid__item {
      padding-left: 25px;
      padding-right: 25px; }
  .u-space-v-5\@t-s {
    margin-bottom: -25px; }
    .u-space-v-5\@t-s > .l-grid__item {
      margin-bottom: 25px; }
  .u-space-h-6\@t-s {
    margin-left: -30px;
    margin-right: -30px; }
    .u-space-h-6\@t-s > .l-grid__item {
      padding-left: 30px;
      padding-right: 30px; }
  .u-space-v-6\@t-s {
    margin-bottom: -30px; }
    .u-space-v-6\@t-s > .l-grid__item {
      margin-bottom: 30px; }
  .u-space-h-7\@t-s {
    margin-left: -35px;
    margin-right: -35px; }
    .u-space-h-7\@t-s > .l-grid__item {
      padding-left: 35px;
      padding-right: 35px; }
  .u-space-v-7\@t-s {
    margin-bottom: -35px; }
    .u-space-v-7\@t-s > .l-grid__item {
      margin-bottom: 35px; }
  .u-space-h-8\@t-s {
    margin-left: -40px;
    margin-right: -40px; }
    .u-space-h-8\@t-s > .l-grid__item {
      padding-left: 40px;
      padding-right: 40px; }
  .u-space-v-8\@t-s {
    margin-bottom: -40px; }
    .u-space-v-8\@t-s > .l-grid__item {
      margin-bottom: 40px; }
  .u-space-h-9\@t-s {
    margin-left: -45px;
    margin-right: -45px; }
    .u-space-h-9\@t-s > .l-grid__item {
      padding-left: 45px;
      padding-right: 45px; }
  .u-space-v-9\@t-s {
    margin-bottom: -45px; }
    .u-space-v-9\@t-s > .l-grid__item {
      margin-bottom: 45px; }
  .u-space-h-10\@t-s {
    margin-left: -50px;
    margin-right: -50px; }
    .u-space-h-10\@t-s > .l-grid__item {
      padding-left: 50px;
      padding-right: 50px; }
  .u-space-v-10\@t-s {
    margin-bottom: -50px; }
    .u-space-v-10\@t-s > .l-grid__item {
      margin-bottom: 50px; } }

@media (max-width: 670px) {
  .u-space-h-1\@m {
    margin-left: -5px;
    margin-right: -5px; }
    .u-space-h-1\@m > .l-grid__item {
      padding-left: 5px;
      padding-right: 5px; }
  .u-space-v-1\@m {
    margin-bottom: -5px; }
    .u-space-v-1\@m > .l-grid__item {
      margin-bottom: 5px; }
  .u-space-h-2\@m {
    margin-left: -10px;
    margin-right: -10px; }
    .u-space-h-2\@m > .l-grid__item {
      padding-left: 10px;
      padding-right: 10px; }
  .u-space-v-2\@m {
    margin-bottom: -10px; }
    .u-space-v-2\@m > .l-grid__item {
      margin-bottom: 10px; }
  .u-space-h-3\@m {
    margin-left: -15px;
    margin-right: -15px; }
    .u-space-h-3\@m > .l-grid__item {
      padding-left: 15px;
      padding-right: 15px; }
  .u-space-v-3\@m {
    margin-bottom: -15px; }
    .u-space-v-3\@m > .l-grid__item {
      margin-bottom: 15px; }
  .u-space-h-4\@m {
    margin-left: -20px;
    margin-right: -20px; }
    .u-space-h-4\@m > .l-grid__item {
      padding-left: 20px;
      padding-right: 20px; }
  .u-space-v-4\@m {
    margin-bottom: -20px; }
    .u-space-v-4\@m > .l-grid__item {
      margin-bottom: 20px; }
  .u-space-h-5\@m {
    margin-left: -25px;
    margin-right: -25px; }
    .u-space-h-5\@m > .l-grid__item {
      padding-left: 25px;
      padding-right: 25px; }
  .u-space-v-5\@m {
    margin-bottom: -25px; }
    .u-space-v-5\@m > .l-grid__item {
      margin-bottom: 25px; }
  .u-space-h-6\@m {
    margin-left: -30px;
    margin-right: -30px; }
    .u-space-h-6\@m > .l-grid__item {
      padding-left: 30px;
      padding-right: 30px; }
  .u-space-v-6\@m {
    margin-bottom: -30px; }
    .u-space-v-6\@m > .l-grid__item {
      margin-bottom: 30px; }
  .u-space-h-7\@m {
    margin-left: -35px;
    margin-right: -35px; }
    .u-space-h-7\@m > .l-grid__item {
      padding-left: 35px;
      padding-right: 35px; }
  .u-space-v-7\@m {
    margin-bottom: -35px; }
    .u-space-v-7\@m > .l-grid__item {
      margin-bottom: 35px; }
  .u-space-h-8\@m {
    margin-left: -40px;
    margin-right: -40px; }
    .u-space-h-8\@m > .l-grid__item {
      padding-left: 40px;
      padding-right: 40px; }
  .u-space-v-8\@m {
    margin-bottom: -40px; }
    .u-space-v-8\@m > .l-grid__item {
      margin-bottom: 40px; }
  .u-space-h-9\@m {
    margin-left: -45px;
    margin-right: -45px; }
    .u-space-h-9\@m > .l-grid__item {
      padding-left: 45px;
      padding-right: 45px; }
  .u-space-v-9\@m {
    margin-bottom: -45px; }
    .u-space-v-9\@m > .l-grid__item {
      margin-bottom: 45px; }
  .u-space-h-10\@m {
    margin-left: -50px;
    margin-right: -50px; }
    .u-space-h-10\@m > .l-grid__item {
      padding-left: 50px;
      padding-right: 50px; }
  .u-space-v-10\@m {
    margin-bottom: -50px; }
    .u-space-v-10\@m > .l-grid__item {
      margin-bottom: 50px; } }

@media (max-width: 480px) {
  .u-space-h-1\@m-s {
    margin-left: -5px;
    margin-right: -5px; }
    .u-space-h-1\@m-s > .l-grid__item {
      padding-left: 5px;
      padding-right: 5px; }
  .u-space-v-1\@m-s {
    margin-bottom: -5px; }
    .u-space-v-1\@m-s > .l-grid__item {
      margin-bottom: 5px; }
  .u-space-h-2\@m-s {
    margin-left: -10px;
    margin-right: -10px; }
    .u-space-h-2\@m-s > .l-grid__item {
      padding-left: 10px;
      padding-right: 10px; }
  .u-space-v-2\@m-s {
    margin-bottom: -10px; }
    .u-space-v-2\@m-s > .l-grid__item {
      margin-bottom: 10px; }
  .u-space-h-3\@m-s {
    margin-left: -15px;
    margin-right: -15px; }
    .u-space-h-3\@m-s > .l-grid__item {
      padding-left: 15px;
      padding-right: 15px; }
  .u-space-v-3\@m-s {
    margin-bottom: -15px; }
    .u-space-v-3\@m-s > .l-grid__item {
      margin-bottom: 15px; }
  .u-space-h-4\@m-s {
    margin-left: -20px;
    margin-right: -20px; }
    .u-space-h-4\@m-s > .l-grid__item {
      padding-left: 20px;
      padding-right: 20px; }
  .u-space-v-4\@m-s {
    margin-bottom: -20px; }
    .u-space-v-4\@m-s > .l-grid__item {
      margin-bottom: 20px; }
  .u-space-h-5\@m-s {
    margin-left: -25px;
    margin-right: -25px; }
    .u-space-h-5\@m-s > .l-grid__item {
      padding-left: 25px;
      padding-right: 25px; }
  .u-space-v-5\@m-s {
    margin-bottom: -25px; }
    .u-space-v-5\@m-s > .l-grid__item {
      margin-bottom: 25px; }
  .u-space-h-6\@m-s {
    margin-left: -30px;
    margin-right: -30px; }
    .u-space-h-6\@m-s > .l-grid__item {
      padding-left: 30px;
      padding-right: 30px; }
  .u-space-v-6\@m-s {
    margin-bottom: -30px; }
    .u-space-v-6\@m-s > .l-grid__item {
      margin-bottom: 30px; }
  .u-space-h-7\@m-s {
    margin-left: -35px;
    margin-right: -35px; }
    .u-space-h-7\@m-s > .l-grid__item {
      padding-left: 35px;
      padding-right: 35px; }
  .u-space-v-7\@m-s {
    margin-bottom: -35px; }
    .u-space-v-7\@m-s > .l-grid__item {
      margin-bottom: 35px; }
  .u-space-h-8\@m-s {
    margin-left: -40px;
    margin-right: -40px; }
    .u-space-h-8\@m-s > .l-grid__item {
      padding-left: 40px;
      padding-right: 40px; }
  .u-space-v-8\@m-s {
    margin-bottom: -40px; }
    .u-space-v-8\@m-s > .l-grid__item {
      margin-bottom: 40px; }
  .u-space-h-9\@m-s {
    margin-left: -45px;
    margin-right: -45px; }
    .u-space-h-9\@m-s > .l-grid__item {
      padding-left: 45px;
      padding-right: 45px; }
  .u-space-v-9\@m-s {
    margin-bottom: -45px; }
    .u-space-v-9\@m-s > .l-grid__item {
      margin-bottom: 45px; }
  .u-space-h-10\@m-s {
    margin-left: -50px;
    margin-right: -50px; }
    .u-space-h-10\@m-s > .l-grid__item {
      padding-left: 50px;
      padding-right: 50px; }
  .u-space-v-10\@m-s {
    margin-bottom: -50px; }
    .u-space-v-10\@m-s > .l-grid__item {
      margin-bottom: 50px; } }

@media (max-width: 400px) {
  .u-space-h-1\@s {
    margin-left: -5px;
    margin-right: -5px; }
    .u-space-h-1\@s > .l-grid__item {
      padding-left: 5px;
      padding-right: 5px; }
  .u-space-v-1\@s {
    margin-bottom: -5px; }
    .u-space-v-1\@s > .l-grid__item {
      margin-bottom: 5px; }
  .u-space-h-2\@s {
    margin-left: -10px;
    margin-right: -10px; }
    .u-space-h-2\@s > .l-grid__item {
      padding-left: 10px;
      padding-right: 10px; }
  .u-space-v-2\@s {
    margin-bottom: -10px; }
    .u-space-v-2\@s > .l-grid__item {
      margin-bottom: 10px; }
  .u-space-h-3\@s {
    margin-left: -15px;
    margin-right: -15px; }
    .u-space-h-3\@s > .l-grid__item {
      padding-left: 15px;
      padding-right: 15px; }
  .u-space-v-3\@s {
    margin-bottom: -15px; }
    .u-space-v-3\@s > .l-grid__item {
      margin-bottom: 15px; }
  .u-space-h-4\@s {
    margin-left: -20px;
    margin-right: -20px; }
    .u-space-h-4\@s > .l-grid__item {
      padding-left: 20px;
      padding-right: 20px; }
  .u-space-v-4\@s {
    margin-bottom: -20px; }
    .u-space-v-4\@s > .l-grid__item {
      margin-bottom: 20px; }
  .u-space-h-5\@s {
    margin-left: -25px;
    margin-right: -25px; }
    .u-space-h-5\@s > .l-grid__item {
      padding-left: 25px;
      padding-right: 25px; }
  .u-space-v-5\@s {
    margin-bottom: -25px; }
    .u-space-v-5\@s > .l-grid__item {
      margin-bottom: 25px; }
  .u-space-h-6\@s {
    margin-left: -30px;
    margin-right: -30px; }
    .u-space-h-6\@s > .l-grid__item {
      padding-left: 30px;
      padding-right: 30px; }
  .u-space-v-6\@s {
    margin-bottom: -30px; }
    .u-space-v-6\@s > .l-grid__item {
      margin-bottom: 30px; }
  .u-space-h-7\@s {
    margin-left: -35px;
    margin-right: -35px; }
    .u-space-h-7\@s > .l-grid__item {
      padding-left: 35px;
      padding-right: 35px; }
  .u-space-v-7\@s {
    margin-bottom: -35px; }
    .u-space-v-7\@s > .l-grid__item {
      margin-bottom: 35px; }
  .u-space-h-8\@s {
    margin-left: -40px;
    margin-right: -40px; }
    .u-space-h-8\@s > .l-grid__item {
      padding-left: 40px;
      padding-right: 40px; }
  .u-space-v-8\@s {
    margin-bottom: -40px; }
    .u-space-v-8\@s > .l-grid__item {
      margin-bottom: 40px; }
  .u-space-h-9\@s {
    margin-left: -45px;
    margin-right: -45px; }
    .u-space-h-9\@s > .l-grid__item {
      padding-left: 45px;
      padding-right: 45px; }
  .u-space-v-9\@s {
    margin-bottom: -45px; }
    .u-space-v-9\@s > .l-grid__item {
      margin-bottom: 45px; }
  .u-space-h-10\@s {
    margin-left: -50px;
    margin-right: -50px; }
    .u-space-h-10\@s > .l-grid__item {
      padding-left: 50px;
      padding-right: 50px; }
  .u-space-v-10\@s {
    margin-bottom: -50px; }
    .u-space-v-10\@s > .l-grid__item {
      margin-bottom: 50px; } }

/*# sourceMappingURL=main.css.map */
.spinning {
    background-color: #212121;
    padding-right: 40px;
}
.spinning:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    width: 0;
    height: 0;
    box-shadow: 0px 0px 0 1px darken(#212121,10%);
    position: absolute;
    border-radius: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}

.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: 6px;
    top: 50%;
    position: absolute;
    border: 2px solid darken(#212121,40%);
    border-right: 3px solid gray;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease ;

}



@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

.l-error{
    display: none;
}
.l-error p{
    background: #8a4646;
    color: #ffffff;
    padding: 5px 10px;
}

.c-ico-text p{
    margin: 0;
}

.top-test{
    display: flex;
    align-items: baseline;
}
.top-test i {
    cursor: pointer;
    margin-left: 20px;
    text-decoration: underline;
}

.c-hide{
    display: none;
}
form.form-small{
    margin-bottom:15px;
}

.l-article__box .t-content.t-content--default img{
    margin: 0 15px;
}
.l-footer__logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    max-width: 400px;
    align-items: center;
    flex-wrap: wrap;
}
.l-footer__row-images {
    align-items: flex-start;
}

.l-footer__logos .c-logo{
    margin-bottom: 30px;
}
.c-list-icons {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-between;
    margin-top: 48px;
}

.webinar-banner{
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}
.banner-fixed{
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 170px;
}

@media screen and (max-width: 1000px){
    .banner-fixed {
        width: 95%;
        top: 60px;
    }

    .banner-fixed .banner-fixed-box {
        width: 100%;
        max-width: inherit;
    }
}

.banner-fixed-close{
    position: absolute;
    right: 5px;
    top: 7px;
    background-color: white;
    padding: 3px 6px;
    line-height: 1;
    cursor: pointer;
}
@media screen and (max-width: 960px) {
    .banner-fixed{
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    .l-header__row--bottom .js-menu-white{
        display: block;
    }
    .l-header__row--top{
        display: none;
    }
}


.banner-center{
    display: flex;
    justify-content: center;
}


.icon-box{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 30px;
    border: 1px solid black;
}

.icon-box img{
    width: 80px;
}

.icon-box p{
    margin: 0 30px;
    font-size: 22px;
    line-height: 1.6;
    color: black;
}

@media screen and (max-width: 1620px){
    .icon-box p{
        margin: 0 15px;
        font-size: 16px;
        line-height: 1.4;
    }
    .icon-box img{
        width: 60px;
    }
}


.icon-box svg{
    fill: red;
}

.l-tabs__content .f-field{
    margin-bottom: 10px;
}
.l-tabs__content .f-field .f-choose a{
    color: #fff;
}

.c-accordion__content .f-field .f-choose a, .l-article__box .f-field .f-choose a{
    color: #3e4860;
}


.c-pit-box{
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
}

.c-pit-box .l-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.c-pit-box .c-pit-box-left{
    width: 40%;
}

.c-pit-box .c-pit-box-right{
    height: 100%;
    padding: 30px 60px;
    width: 55%;
    background-color: #2566a2;
    color: white;
}

.c-pit-box-icons{
    display: flex;
    justify-content: space-between;
}

.c-pit-box-icons .c-pb-icon{
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.c-pit-box-icons .c-pb-icon:first-child{
    margin: 0;
}

.c-pit-box .u-bg-red-1:hover{
    /*color: #ffffff;*/
}

.c-pit-box ul{
    list-style: none;
    padding-left: 18px;
}

.c-pit-box ul li::before {
    content: "\2022";
    color: #2566a2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.c-pit-box-bottom, .c-pit-box-top{
    height: 20px;
    width: 100%;
    background-color: #ffffff;
}
.c-pit-box-bottom .l-inner, .c-pit-box-top .l-inner{
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.c-pit-box-bottom .c-pit-box-bottom-left{
    width: 40%;
    background-color: #ffffff;
}
.c-pit-box-bottom .c-pit-box-bottom-right{
    width: 55%;
    background-color: #2566a2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.c-pit-box-top .c-pit-box-top-left{
    width: 40%;
    background-color: #ffffff;
}
.c-pit-box-top .c-pit-box-top-right{
    width: 55%;
    background-color: #2566a2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.c-pit-buttons{
    margin-top: 40px;
}

.c-pit-logo{
    height: 46px;
}

.c-pit-logo img{
    height: 100%;
}

.l-sec-pit-box{
    padding: 2rem 0 6rem 0;
}

@media screen and (max-width: 1024px) {
    .c-pit-box-bottom, .c-pit-box-top{
        display: none;
    }
    .c-pit-box .c-pit-box-left{
        padding: 4rem 0;
        width: 100%;
    }
    .c-pit-box .c-pit-box-right{
        width: 100%;
        padding: 4rem;
    }
    .c-pit-box-icons{
        margin-top: 3rem;
    }
}


@media screen and (max-width: 600px) {
    .c-pit-box-icons{
        flex-wrap: wrap;
    }

    .c-pit-box-icons .c-pb-icon{
        width: 100%;
    }
}


.l-popup-pit{
    border-radius: 8px;
    max-width: 730px;
}

.c-popup-pit{
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}

.c-popup-pit .c-popup-pit-item-1{
    width: 55%;
    background-color: #ffffff;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-popup-pit .c-popup-pit-item-2{
    width: 45%;
    background-color: #2566a2;
    padding: 4rem 4rem 4rem 2rem;
    color: #ffffff;
    font-size: 1.8rem;
}

.c-popup-pit .t-head{
    font-weight: 300;
}

.c-popup-pit b {
    font-weight: 900;
}

.c-popup-pit p {
    font-weight: 400;
}

p.t-popup-pit-font-thin{
    font-weight:300;
    margin-top: 0;
}

.t-popup-pit-font-big{
    font-size: 26px;
    font-weight: 700;
}
.t-popup-pit-copy{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.t-popup-pit-copy span{
    color: #ffffff;
    margin-left: 1rem;
    font-size: 1.2rem;
}

.c-popup-pit-button{
    margin: 3rem 0;
}

.banner-fixed-box .c-popup-pit-button{
    margin: 0;
}

.banner-fixed-box .c-popup-pit-button .c-btn{
    margin-right: 2rem;
}
.banner-fixed-box{
    max-width: 400px;
    border-radius: 8px;
    background-color: #ffffff;
    font-weight: 400;
}
.banner-fixed-box b{
    font-weight: 900;
}
.banner-fixed-box .t-head{
    font-size: 2.2rem;
}
.banner-fixed-box .t-popup-pit-font-big{
    margin-right: 1rem;
}

.banner-fixed-box .banner-fixed-top{
    padding: 2rem;
}

.banner-fixed-box .banner-flex{
    display: flex;
}

.banner-fixed-box .banner-fixed-bottom{
    background-color: #2566a2;
    color: #ffffff;
    padding: 2rem;
    font-size: 1.4rem;
}

.c-popup-pit-3{
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-size: 1.6rem;
    width: 100%;
}

.c-popup-pit-3 .u-font-primary {
    font-size: 3.5rem;
}

.c-popup-pit-3 .c-popup-pit-item-blue{
    width: 75%;
    background-color: #2566a2;
    padding: 5rem 4rem 4rem 4rem;
}

.c-popup-pit-3 .c-popup-pit-item-white{
    width: 25%;
    background-color: #ffffff;
    position: relative;
}

.c-popup-pit-3 .f-18{
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
}

.c-popup-pit-3 .t-popup-text-padding{
    padding-right: 20%;
}

.l-popup-pit-2 .c-popup-pit-button{
    margin-bottom: 0;
}

.l-popup-pit-2, .l-popup-pit{
    width: 800px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.l-popup-pit-2 .mfp-close svg,
.l-popup-pit .mfp-close svg {
    fill: #2566a2;
}

.l-popup-pit-2 .c-popup-img-bottom{
    position: absolute;
    bottom: 50px;
    right: 60px;
    max-width: 165%;
}

#pit-popup{
    position: absolute;
    top: 9px;
    left: 12px;
}

.mfp-pit.mfp-bg, .mfp-pit.mfp-wrap{
    top: 0;
    right: 0;
    left: inherit;
}
.mfp-pit.mfp-removing.mfp-bg,.mfp-pit.mfp-removing.mfp-wrap {
    top: 300px;
    right: 200px;
    left: inherit;
    width: 0;
    height: 0;
}
.js__banner-fixed{
    display: none;
}
.js__banner-fixed.active{
    display: block;
}

.mfp-pit .mfp-zoom-in{
    transition: all 2s ease-in-out;
}

.l-sec--support--alt-krs{
    background-image: url("/tpl/img/box-pit/top.jpg");
}
.flex-space-between{
    display: flex;
    justify-content: space-between;
}

.flex-space-between .flex-col{
    width: 47%;
}

.c-icons.item img{
    margin-bottom: 1rem;
}
.c-icons{
    display: flex;
    justify-content: space-between;
    margin-right: 5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.c-icons .item{
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-icons .item p{
    font-size: 1.7rem;
}

.l-sec--support--alt-krs .l-inner{
    padding-top: 4rem;
}
.box-krs span{
    font-size: 4rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.box-krs {
    background-color: #387db1;
    padding: 0.1rem 2.1rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.box-krs-sm {
    background-color: #387db1;
    padding: 0.1rem 2.1rem;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 26px;
    font-weight: 300;
}

.blue-box{
    padding: 4rem;
    background-color: #2566a2;
}

.blue-box .t-head b{
    font-weight: 800;
}

.blue-box .t-popup-pit-copy{
    margin-bottom: 2rem;
}

.buttons-bottom .c-btn{
    min-width: 200px;
    height: 4rem;
    margin-right: 2rem;
}

@media screen and (max-width: 1050px) {
    .flex-space-between{
        flex-wrap: wrap;
    }
    .flex-space-between .flex-col{
        width: 100%;
        margin-bottom: 3rem;
    }
    .c-icons{
        max-width: 500px;
    }
    .l-sec--support--alt-krs{
        background-image: none;
    }
    .box-krs span{
        font-size: 2.5rem;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

    .buttons-bottom .c-btn{
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .c-icons{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .c-icons .item{
        width: 60%;
    }
}

.u-bordered-white-1 {
    border-color: #fff;
}

.u-bg-red-1 {
    background-color: red;
    border-color: red;
}

.u-paint-white-1 {
    color: #fff;
    fill: #fff;
}

.o-ico-pit-box {
    width: 0.4rem;
    height: 0.8rem;
}

.c-btn--th-1 {
    border-color: #d3d3d3;
    background-color: #fff;
    color: #141f2c;
    fill: #141f2c;
}

.c-btn-pit-white {
    background: #fff;
    width: 60%;
}

.c-btn-pit-white-100 {
    background: #fff;
    width: 100%;
}

.l-popup-pit-1 .mfp-close,
.l-popup-pit-2 .mfp-close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #3e4860;
    font-style: normal;
    font-size: 28px;
}

.l-popup-pit .c-popup-pit .t-head {
    font-size: 3rem;
}

.l-popup-pit .c-popup-pit .t-subhead {
    font-size: 3.5rem;
    margin: 14px 0;
}

.show-desktop{
    display: block;
}
.show-mobile{
    display: none;
}
@media screen and (max-width: 1000px) {
    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    .banner-fixed{
        width: 95%;
        top:60px;
    }
    .banner-fixed .banner-fixed-box{
        width: 100%;
        max-width: inherit;
    }
}

.c-granted .c-box{
    padding: 0;
    border: 2px solid #d8dbdf;
}

.c-granted .c-granted-top{
    padding: 2.8rem;
    background: #d8dbdf;
}

.c-granted .c-granted-top p{
    font-size: 2.4rem;
}



.c-granted .c-granted-icon{
    box-sizing: border-box;
    padding: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.c-granted .t-granted-content{
    padding: 4rem 6rem;
}

.c-granted .t-granted-content ul{
    list-style: none;
    padding-left: 2rem;
}

.c-granted .t-granted-content li::before {
    content: "\2022";
    color: #ff8a00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.c-granted .c-granted-button{
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.c-granted-text{
    margin-top: 4rem;
    position: relative;
}

.c-granted-text:before{
    content: '';
    height: 11rem;
    position: absolute;
    top: -11rem;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 1300px) {
    .c-granted .c-granted-top p{
        font-size: 2rem;
    }
}

@media screen and (max-width: 1000px) {
    .c-granted .t-granted-content{
        padding: 3rem;
    }
}

/*krs section*/
.l-sec--text-krs-box {
    padding: 20px;
}
.l-sec--text-krs-box .wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.l-sec--text-krs-box .wrapper .col {
    padding: 30px 40px;
}
.l-sec--text-krs-box .wrapper .col--gray {
    background-color: #f3f4f8;
    max-width: 55%;
    width: 100%;
    color: #283163;
}
.l-sec--text-krs-box .wrapper .col--gray h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    margin: 0;
    margin-bottom: 15px;
    max-width: 545px;
}
.l-sec--text-krs-box .wrapper .col--gray h2 strong {
    font-weight: 800;
}
.l-sec--text-krs-box .wrapper .col--gray p {
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    max-width: 526px;
}
.l-sec--text-krs-box .wrapper .col--blue {
    background-color: #2566a2;
    color: #fff;
    max-width: 45%;
    width: 100%;
}
.l-sec--text-krs-box .wrapper .col--blue h3 {
    font-style: normal;
    font-size: 24px;
    margin-top: 0;
    line-height: 150%;
}
.l-sec--text-krs-box .wrapper .col--blue p {
    font-size: 18px;
    line-height: 150%;
}
.l-sec--text-krs-box .wrapper .col--blue .copy {
    display: flex;
}
.l-sec--text-krs-box .wrapper .col--blue .copy h2 {
    margin-right: 30px;
}
@media all and (max-width: 1020px) {
    .l-sec--text-krs-box .wrapper .col--gray {
        display: none;
    }
    .l-sec--text-krs-box .wrapper .col--blue {
        width: 100%;
        max-width: unset;
    }
    .l-sec--text-krs-box .wrapper .col--blue h3 {
        font-size: 20px;
    }
    .l-sec--text-krs-box .wrapper .col--blue p {
        font-size: 14px;
    }
    .l-sec--text-krs-box .wrapper .col--blue .copy {
        display: block;
    }
    .l-sec--text-krs-box .wrapper .col--blue h2 {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .l-sec--text-krs-box .wrapper .col--blue button {
        margin-bottom: 20px;
    }
}

.copy-btn {
    background: transparent;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
}
.copy-btn  img {
    margin-right: 5px;
}

.c-btn-krs{
    width: 270px;
}

.l-sec--follow {
    background-color: #2566a2;
    color: #fff;
    position: fixed;
    bottom: -150px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    z-index: 99;
    transition: 0.4s ease;
}
.l-sec--follow .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.l-sec--follow .wrapper .col-copy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.l-sec--follow .wrapper .col-copy .copy {
    display: flex;
    align-items: center;
}
.l-sec--follow .wrapper .col-copy .copy > * {
    margin-right: 40px;
}
@media all and (max-width: 1020px) {
    .l-sec--follow {
        z-index: 160;
    }
    .l-sec--follow .wrapper {
        justify-content: center;
    }
    .l-sec--follow .wrapper .col-text {
        display: none;
    }
}
@media all and (max-width: 620px) {
    .l-sec--follow {
        padding: 0 20px;
    }
    .l-sec--follow .wrapper .col-copy {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .l-sec--follow .wrapper .col-copy .copy {
        align-items: center;
    }
    .l-sec--follow .wrapper .col-copy .copy h2 {
        margin-bottom: 10px;
    }
    .l-sec--follow .wrapper .col-copy .copy button {
        margin-right: 0;
    }
}
.follow-space {
    height: 66px;
}
@media all and (max-width: 620px) {
    .follow-space {
        height: 113px;
        order: 999;
    }
}
section .copy-btn {
    background: transparent;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
}
section .copy-btn img {
    margin-right: 5px;
}
.percent {
    padding-top: 5px;
}
.percent *{
    color: #ffffff;
}
.percent .wrapper {
    height: 100%;
}

.percent .wrapper .heading{
    color: #ffffff;
}
.percent .wrapper .copy-btn {
    margin: 10px auto 0 auto;
    background-color: #ff7f00;
    border: 1px solid #ff7f00;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    display: flex !important;
    align-items: center;
    font-size: 15px;
}
.percent .wrapper .copy-btn:hover {
    background-color: #e16f00;
    border: 1px solid #e16f00;
}
.percent .wrapper .copy-btn img {
    margin-right: 5px;
}
.percent .wrapper .copy-btn span {
    display: block;
}
.percent .wrapper .or {
    margin: 0 0 15px;
}
.percent .wrapper .copy {
    z-index: 10;
    margin: 20px auto 30px auto;
}
.percent .wrapper .copy button {
    display: inline;
    padding-top: 5px;
}
.percent .wrapper .copy h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 5px;
}
@media screen and (min-width: 1600px) {
    .percent .wrapper .copy h2 {
        font-size: 33px;
    }
}
.percent .wrapper .copy h3 {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    max-width: 450px;
    font-size: 20px;
    line-height: 150%;
}
@media screen and (min-width: 1600px) {
    .percent .wrapper .copy h3 {
        font-size: 25px;
        max-width: 560px;
    }
}
.percent .wrapper .context {
    text-align: center;
    height: 100%;
    background-color: #2566a2;
    color: #fff;
    padding: 40px 150px 20px 85px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.percent .wrapper .context .c-breadcrumb-list {
    margin-bottom: 7rem;
}
@media all and (max-width: 1500px) {
    .percent .wrapper .context .c-breadcrumb-list {
        margin-bottom: 4rem;
    }
}
.percent .wrapper .context .c-breadcrumb-list li a {
    color: #fff;
}
.percent .wrapper .context .c-breadcrumb-list li::after {
    color: #fff;
}
.percent .wrapper .context .c-breadcrumb-list li:last-child a {
    font-weight: bold;
}
.percent .wrapper .context h1 {
    margin-bottom: 20px;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
}
@media screen and (min-width: 1600px) {
    .percent .wrapper .context h1 {
        font-size: 36px;
    }
}
.percent .wrapper .context .main {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    max-width: 400px;
}
.percent .wrapper .context .c-btn {
    padding: 15px 30px;
    height: unset;
    background-color: #ff7f00;
    border: 1px solid #ff7f00;
    margin-bottom: 3rem;
    margin-top: 1rem;
    border-radius: 10px;
    color: white;
}
.percent .wrapper .context .c-btn:hover {
    background-color: #e16f00;
    border: 1px solid #e16f00;
}
.percent .wrapper .context .c-btn span {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
}
.percent .wrapper .context .more {
    display: none;
}
.percent .wrapper .image {
    width: 100%;
    max-width: 700px;
}
.percent .wrapper .image img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
@media all and (max-width: 1100px) {
    .percent .wrapper .context {
        padding: 5px 25px 10px;
    }
}

#video-pit video{
    width: 100%;
    height: auto;
}

@media all and (max-width: 1100px) {
    .percent .wrapper .context {
        padding: 5px 25px 40px;
    }
}

.c-btn-krs{
    height: 4.2rem;
}

.c-logo--main{
    background: url('/frontend/img/svg/logo.svg') no-repeat center;
}

@media screen and (max-width: 1200px) {
    /*.c-logo--main {*/
    /*    background: url('/frontend/img/logo-white-bg.svg') no-repeat center;*/
    /*    background-size: contain;*/
    /*    width: 16rem;*/
    /*    height: 5.1rem;*/
    /*}*/
    .l-header__row--bottom .l-inner{
        padding-left: 5px;
    }
}
.g-recaptcha-error{
    color: red;
}

.g-recaptcha-box{
    margin-bottom: 20px;
}

@media screen and (min-width: 1201px) {

    .l-header__row--bottom{
        background-color: #ffffff;
    }
    .c-nav--main .c-nav__link{
        color: #0d1928;
    }
    .o-ico--black svg{
        fill: #0d1928;
        stroke: #0d1928;
    }
    .l-header__row--bottom {
        height: 13rem;
    }
    .c-logo--main {
        width: 57.4rem;
        height: 11.6rem;
    }

    .l-header__row--top{
        background-color: #3e4860;
    }

    .l-header__row--top .l-inner{
        justify-content: flex-end;
    }
    .c-list--sizes .c-list__item{
        color: #ffffff;
    }

    .l-header .c-krs{
        border: none;
        line-height: 1.1;
    }

    .l-header .c-krs img{
        margin-right: 1rem;
    }

    .l-page{
       padding-top: 18.4rem;
    }
}

.c-logo--mikroporady{
    background-image: url("../img/logo-mikroporady.svg");
    height: 4rem;
}

.t-content .header-2{
    font-size: 3.6rem;
    font-weight: 600;
}

.t-content .header-3{
    font-size: 3rem;
    margin-top: -2rem;
}

.l-sec--text-krs-box .wrapper .col--gray .header-2{
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    margin: 0;
    margin-bottom: 15px;
    max-width: 545px;
}


.l-sec--text-krs-box .wrapper .col--blue .header-3{
    font-style: normal;
    font-size: 24px;
    margin-top: 0;
    line-height: 150%;
    font-weight: bold;
}

.l-sec--text-krs-box .wrapper .col--blue .header-2{
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}

.col-copy .follow-title{
    font-size: 18px;
    font-weight: bold;
}

.col-copy .header-2{
    font-size: 20px;
    font-weight: bold;
}

.popup-pit-2025.popup-pit-2025-mobile{
    bottom: 0;
    top: inherit;
    right: inherit;
    width: 100%;
    display: none;
}
.popup-pit-2025.popup-pit-2025-mobile .l-popup-content{
    width: 100%;
    max-width: inherit;
    padding: 18px 6px;
}

.popup-mobile-show{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.popup-mobile-show p{
    margin: 0;
}

.popup-mobile-show .ico-arrow{
    transform: rotate(270deg);
    margin-left: 10px;
}

.active .popup-mobile-show .ico-arrow{
    transform: rotate(90deg);
}

.popup-mobile-hidden{
    display: none;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ededed;
}

@media screen and (max-width: 1024px) {
    .popup-pit-2025.popup-pit-2025-mobile{
        display: block;
    }
    .popup-pit-2025-desktop{
        display: none;
    }
}

.active .popup-mobile-hidden{
    display: block;
}
.popup-pit-2025 {
    position: fixed;
    right: 0;
    top:24%;
    z-index: 999;
}
.popup-pit-2025 .l-popup-content{
    position: relative;
    background: #ffffff;
    color: #162a6b;
    border-radius: 8px;
    padding: 32px 16px;
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    text-align: center;
}


.popup-pit-2025 .l-popup-content p{
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
}

.popup-pit-2025 .l-popup-content .image-pit{
    width: 100%
}

.popup-pit-2025 .l-popup-content .a-image-pit{
    width: 88%;
    margin-top: -35px;
    margin-bottom: 15px;
}

.popup-pit-2025 .l-popup-content .popup-btn-border{
    display: inline-block;
    width: 100%;
    text-align: center;
    /*border: 1px solid #000000;*/
    font-size: 23px;
    font-weight: 600;
    padding: 13px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    background: #fff;

    color: #162a6b;
    border: 1px solid #000;
}
.popup-pit-2025 .l-popup-content .popup-btn-border:hover{
    background: #e8eaf1;
}

.popup-link{
    color: #162a6b!important;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

.popup-link:after{
    background: #00b1eb;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
}

.popup-pit-2025 .l-popup-content .icon-down{
    margin-bottom: 15px;
    margin-top: 5px;
}
.popup-pit-2025 .l-popup-content .popup-krs{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.popup-pit-2025.popup-pit-2025-mobile .l-popup-content .popup-krs .popup-krs-btn{
    padding: 10px 15px;
    font-size: 16px;
}
.popup-pit-2025.popup-pit-2025-mobile .l-popup-content .popup-krs .p-krs{
    font-size: 18px;
}
.popup-pit-2025 .l-popup-content .popup-krs .p-krs{
    font-size: 22px;
    font-weight: 600;
    color: #162a6b;
    margin: 0;
}
.popup-pit-2025 .l-popup-content .popup-krs .popup-krs-btn{
    background: red;

    color: #ffffff;
    font-size: 20px;
    font-weight: 600;

    padding: 15px 25px;

    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.popup-pit-2025 .l-popup-content .popup-krs .popup-krs-btn:hover{
    background: #af1010;
}
.popup-pit-2025 .l-popup-content .popup-pit-text-big{
    color: red;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.popup-pit-close{
    cursor: pointer;
    padding: 0 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #162a6b;
    font-size: 20px;
}

.popup-pit-2025 .l-popup-content .content-text{
    font-family: Merriweather;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #ffffff;
}
.img-pit-image{
    height: 40px;
    margin-right:20px;
    width: auto;
}
.popup-pit-2025 .a-content-text{
    text-decoration: none;
}

.logo-box-header {
    display: none;
}
@media (max-width: 1200px) {
    /*body{*/
    /*    padding-top: 10rem;*/
    /*}*/
    .l-header__row--bottom{
        height: 5rem;
    }
    .l-header__row{
        .c-logo--main{
            display: none;
        }
    }
    .l-header.is-scrolled .l-header__row--bottom{
        height: 5rem;
    }
    .c-nav--main{
        top: 5rem;
    }
    .logo-box-header {
        display: block;
        height: 5rem;
        width: 100%;
        position: fixed;
        top: 5rem;
        left: 0;
        z-index: 999;
        background: white;
        box-shadow: 0px -3px 10px -1px rgba(66, 68, 90, 1);
    }
    .logo-box-header .c-logo--main {
        display: block;
        /*background: url(/frontend/img/logo-white-bg.svg) no-repeat center;*/
        position: relative;
        height: 6.5rem;
        width: 31rem;
        background-size: contain;
        top: -7px;
    }
}
.popup-pit-2025 .l-popup-content .popup-krs .p-krs{
    font-size: 18px;
    line-height: 1;
}
.p-krs-small{
    font-size: 11px;
}
