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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated[data-duration=".5s"] {
  animation-duration: .5s;
}

.animated[data-delay=".5s"] {
  animation-delay: .5s;
}

.animated[data-delay="1s"] {
  animation-delay: 1s;
}

.animated[data-delay="1.5s"] {
  animation-delay: 1.5s;
}

.animated2x {
  animation-duration: 2s;
  animation-fill-mode: both;
}

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

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

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

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

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

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

.rubberBand {
  animation-name: rubberBand;
}

@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;
}

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

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

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

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

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

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

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

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

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

.bounceIn {
  animation-name: bounceIn;
}

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

.bounceInDown {
  animation-name: bounceInDown;
}

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

.bounceInLeft {
  animation-name: bounceInLeft;
}

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

.bounceInRight {
  animation-name: bounceInRight;
}

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

.bounceInUp {
  animation-name: bounceInUp;
}

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

.bounceOut {
  animation-name: bounceOut;
}

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

.bounceOutDown {
  animation-name: bounceOutDown;
}

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

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

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

.bounceOutRight {
  animation-name: bounceOutRight;
}

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

.bounceOutUp {
  animation-name: bounceOutUp;
}

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

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDownMini {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownMini {
  animation-name: fadeInDownMini;
}

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

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

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

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

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

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpMini {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpMini {
  animation-name: fadeInUpMini;
}

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

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

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

.fadeOut {
  animation-name: fadeOut;
}

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

.fadeOutDown {
  animation-name: fadeOutDown;
}

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

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

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

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

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

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

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

.fadeOutRight {
  animation-name: fadeOutRight;
}

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

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

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

.fadeOutUp {
  animation-name: fadeOutUp;
}

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

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

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

.hinge {
  animation-name: hinge;
}

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

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

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

.zoomIn {
  animation-name: zoomIn;
}

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

.zoomInDown {
  animation-name: zoomInDown;
}

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

.zoomInLeft {
  animation-name: zoomInLeft;
}

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

.zoomInRight {
  animation-name: zoomInRight;
}

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

.zoomInUp {
  animation-name: zoomInUp;
}

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

.zoomOut {
  animation-name: zoomOut;
}

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

.zoomOutDown {
  animation-name: zoomOutDown;
}

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

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

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

.zoomOutRight {
  animation-name: zoomOutRight;
}

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

.zoomOutUp {
  animation-name: zoomOutUp;
}

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

.slideInDown {
  animation-name: slideInDown;
}

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

.slideInLeft {
  animation-name: slideInLeft;
}

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

.slideInRight {
  animation-name: slideInRight;
}

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

.slideInUp {
  animation-name: slideInUp;
}

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

.slideOutDown {
  animation-name: slideOutDown;
}

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

.slideOutLeft {
  animation-name: slideOutLeft;
}

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

.slideOutRight {
  animation-name: slideOutRight;
}

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

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes c_bounceRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(-20px, 0, 0);
  }
  to {
    transform: none;
  }
}

/* grid
** using global vars: 
** $global-grid-gutter-width
** $global-grid-columns
*/
@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-BlackItalic.woff2") format("woff2"), url("../fonts/TTCommons-BlackItalic.woff") format("woff"), url("../fonts/TTCommons-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-Black.woff2") format("woff2"), url("../fonts/TTCommons-Black.woff") format("woff"), url("../fonts/TTCommons-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-ExtraBold.woff2") format("woff2"), url("../fonts/TTCommons-ExtraBold.woff") format("woff"), url("../fonts/TTCommons-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/TTCommons-ExtraBoldItalic.woff") format("woff"), url("../fonts/TTCommons-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-Bold.woff2") format("woff2"), url("../fonts/TTCommons-Bold.woff") format("woff"), url("../fonts/TTCommons-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-BoldItalic.woff2") format("woff2"), url("../fonts/TTCommons-BoldItalic.woff") format("woff"), url("../fonts/TTCommons-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-DemiBold.woff2") format("woff2"), url("../fonts/TTCommons-DemiBold.woff") format("woff"), url("../fonts/TTCommons-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-DemiBoldItalic.woff2") format("woff2"), url("../fonts/TTCommons-DemiBoldItalic.woff") format("woff"), url("../fonts/TTCommons-DemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-Regular.woff2") format("woff2"), url("../fonts/TTCommons-Regular.woff") format("woff"), url("../fonts/TTCommons-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-Italic.woff2") format("woff2"), url("../fonts/TTCommons-Italic.woff") format("woff"), url("../fonts/TTCommons-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-Medium.woff2") format("woff2"), url("../fonts/TTCommons-Medium.woff") format("woff"), url("../fonts/TTCommons-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-MediumItalic.woff2") format("woff2"), url("../fonts/TTCommons-MediumItalic.woff") format("woff"), url("../fonts/TTCommons-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-Light.woff2") format("woff2"), url("../fonts/TTCommons-Light.woff") format("woff"), url("../fonts/TTCommons-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-LightItalic.woff2") format("woff2"), url("../fonts/TTCommons-LightItalic.woff") format("woff"), url("../fonts/TTCommons-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-ExtraLightItalic.woff2") format("woff2"), url("../fonts/TTCommons-ExtraLightItalic.woff") format("woff"), url("../fonts/TTCommons-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-ExtraLight.woff2") format("woff2"), url("../fonts/TTCommons-ExtraLight.woff") format("woff"), url("../fonts/TTCommons-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-Thin.woff2") format("woff2"), url("../fonts/TTCommons-Thin.woff") format("woff"), url("../fonts/TTCommons-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/TTCommons-ThinItalic.woff2") format("woff2"), url("../fonts/TTCommons-ThinItalic.woff") format("woff"), url("../fonts/TTCommons-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Livret';
  src: url("../fonts/TTLivretDisplayTrialRegular.woff2") format("woff2"), url("../fonts/TTLivretDisplayTrialRegular.woff") format("woff"), url("../fonts/TTLivretDisplayTrialRegular.ttf") format("truetype");
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/*
out_format - calc, raw
*/
a {
  color: #5031CB;
  text-decoration: underline;
  transition: color .33s, border-color .33s;
}

a:hover {
  text-decoration: none;
}

a:not([class]), a.link {
  display: inline;
  padding-bottom: 0.1em;
  line-height: 1.15;
  text-decoration: none;
  transition: color .33s, border-color .33s;
  border-bottom: 1px solid currentColor;
}

.site--bg-dark a:not([class]), .site--bg-dark a.link {
  color: #fff;
}

.site--bg-dark a:not([class]):hover, .site--bg-dark a.link:hover {
  color: #5031cb;
}

button {
  cursor: pointer;
}

.button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: .125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #5031cb;
  outline: none;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: .33s all;
}

@media only screen and (min-width: 1240px) {
  .button {
    height: 62px;
  }
}

@media only screen and (min-width: 1240px) {
  .button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .button {
    font-size: 18px;
  }
}

.button:hover {
  color: #5031cb;
  background-color: #f9f5ea;
}

.button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1240px) {
  .button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 1800px) {
  .button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.button--responsive {
  display: flex;
  width: 100%;
}

.button._alt {
  color: #5031cb;
  background-color: transparent;
  border: 1px solid currentColor;
}

.button._alt:hover {
  color: #fff;
  background-color: #5031cb;
  border-color: #5031cb;
}

body {
  color: rgba(0, 0, 0, 0.7);
}

img, svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

img {
  height: auto;
}

svg {
  fill: currentColor;
}

*, *:after, *:before {
  box-sizing: border-box;
}

a, img {
  border: none;
  outline: none;
}

iframe {
  border: none;
}

.l-wraper,
.wraper {
  width: 92vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 992px) {
  .l-wraper,
  .wraper {
    width: 95.13889vw;
    max-width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .l-wraper,
  .wraper {
    width: 1842px;
  }
}

.wraper-content {
  width: 92vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 992px) {
  .wraper-content {
    width: 95.13889vw;
    max-width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .wraper-content {
    width: 1842px;
  }
}

figure {
  margin-left: auto;
  margin-right: auto;
}

hr {
  border: 1px solid currentColor;
  border-width: 1px 0 0;
}

ul:not([class]),
ul.styled {
  margin: 1em 0;
  padding-left: .7em;
}

ul:not([class]) > li,
ul.styled > li {
  position: relative;
  margin: 0.66em 0;
}

ul:not([class]) > li::marker,
ul.styled > li::marker {
  color: #5031cb;
  line-height: 1;
}

ul.list-marginless,
ol.list-marginless,
ul.list-marginless li,
ol.list-marginless li {
  margin: 0;
}

/* <TYPOGRAPHY> */
body {
  font-family: "TT Commons", sans-serif;
  font-size: 3.73333vmin;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  overflow-x: hidden;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  body {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 1.45833vw;
  }
}

@media only screen and (min-width: 1800px) {
  body {
    font-size: 28px;
  }
}

h1, .h1 {
  font-family: "TT Livret", sans-serif;
  font-size: 9.33333vmin;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 6.66667vw;
  }
}

@media only screen and (min-width: 1800px) {
  h1, .h1 {
    font-size: 128px;
  }
}

h1:first-child, .h1:first-child {
  margin-top: 0;
}

h2, .h2 {
  font-family: "TT Livret", sans-serif;
  font-size: 6.4vmin;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 3.33333vw;
  }
}

@media only screen and (min-width: 1800px) {
  h2, .h2 {
    font-size: 64px;
  }
}

h2:first-child, .h2:first-child {
  margin-top: 0;
}

h2:last-child, .h2:last-child {
  margin-bottom: 0;
}

h3, .h3 {
  font-size: 4.8vmin;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  h3, .h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  h3, .h3 {
    font-size: 44px;
  }
}

h3 + p,
h3 + ul,
h3 + ol, .h3 + p,
.h3 + ul,
.h3 + ol {
  margin-top: 0;
}

h4:first-child, .h4:first-child {
  margin-top: 0;
}

h4:last-child, .h4:last-child {
  margin-bottom: 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bold;
}

/* </TYPOGRAPHY> */
/* GRID
** using global vars: 
** $global-grid-gutter-width
** $global-grid-columns
** $breakpoints
**
** using mixin: 
** make-grid
** make-grid-col
*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.grid .row {
  margin-top: 12px;
}

.grid .row:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1240px) {
  .grid .row {
    margin-top: 30px;
  }
}

*[class^="col-"] {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

*[class^="col-"]:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 568px) {
  *[class^="col-"] {
    margin-top: 20px;
  }
  *[class^="col-"]:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  *[class^="col-"] {
    margin-top: 24px;
  }
  *[class^="col-"]:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  *[class^="col-"] {
    margin-top: 24px;
  }
  *[class^="col-"]:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1240px) {
  *[class^="col-"] {
    margin-top: 24px;
  }
  *[class^="col-"]:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1800px) {
  *[class^="col-"] {
    margin-top: 24px;
  }
  *[class^="col-"]:first-child {
    margin-top: 0;
  }
}

.grid *[class^="col-"] {
  margin-top: 12px;
}

.grid *[class^="col-"]:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1240px) {
  .grid *[class^="col-"] {
    margin-top: 30px;
  }
}

.col-sm-hspace4 {
  margin-top: 20px;
}

@media only screen and (min-width: 420px) {
  .col-xxs-1 {
    margin-top: 0;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .grid .col-xxs-1 {
    margin-top: 0;
  }
  .col-xxs-push-1 {
    margin-left: 4.16667%;
  }
  .col-xxs-pull-1 {
    margin-left: -4.16667%;
  }
  .col-xxs-order-1 {
    order: 1;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-2 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-xxs-2 {
    margin-top: 0;
  }
  .col-xxs-push-2 {
    margin-left: 8.33333%;
  }
  .col-xxs-pull-2 {
    margin-left: -8.33333%;
  }
  .col-xxs-order-2 {
    order: 2;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-3 {
    margin-top: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid .col-xxs-3 {
    margin-top: 0;
  }
  .col-xxs-push-3 {
    margin-left: 12.5%;
  }
  .col-xxs-pull-3 {
    margin-left: -12.5%;
  }
  .col-xxs-order-3 {
    order: 3;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-4 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-xxs-4 {
    margin-top: 0;
  }
  .col-xxs-push-4 {
    margin-left: 16.66667%;
  }
  .col-xxs-pull-4 {
    margin-left: -16.66667%;
  }
  .col-xxs-order-4 {
    order: 4;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-5 {
    margin-top: 0;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .grid .col-xxs-5 {
    margin-top: 0;
  }
  .col-xxs-push-5 {
    margin-left: 20.83333%;
  }
  .col-xxs-pull-5 {
    margin-left: -20.83333%;
  }
  .col-xxs-order-5 {
    order: 5;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-6 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-xxs-6 {
    margin-top: 0;
  }
  .col-xxs-push-6 {
    margin-left: 25%;
  }
  .col-xxs-pull-6 {
    margin-left: -25%;
  }
  .col-xxs-order-6 {
    order: 6;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-7 {
    margin-top: 0;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .grid .col-xxs-7 {
    margin-top: 0;
  }
  .col-xxs-push-7 {
    margin-left: 29.16667%;
  }
  .col-xxs-pull-7 {
    margin-left: -29.16667%;
  }
  .col-xxs-order-7 {
    order: 7;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-8 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-xxs-8 {
    margin-top: 0;
  }
  .col-xxs-push-8 {
    margin-left: 33.33333%;
  }
  .col-xxs-pull-8 {
    margin-left: -33.33333%;
  }
  .col-xxs-order-8 {
    order: 8;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-9 {
    margin-top: 0;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid .col-xxs-9 {
    margin-top: 0;
  }
  .col-xxs-push-9 {
    margin-left: 37.5%;
  }
  .col-xxs-pull-9 {
    margin-left: -37.5%;
  }
  .col-xxs-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-10 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-xxs-10 {
    margin-top: 0;
  }
  .col-xxs-push-10 {
    margin-left: 41.66667%;
  }
  .col-xxs-pull-10 {
    margin-left: -41.66667%;
  }
  .col-xxs-order-10 {
    order: 10;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-11 {
    margin-top: 0;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .grid .col-xxs-11 {
    margin-top: 0;
  }
  .col-xxs-push-11 {
    margin-left: 45.83333%;
  }
  .col-xxs-pull-11 {
    margin-left: -45.83333%;
  }
  .col-xxs-order-11 {
    order: 11;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-12 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-xxs-12 {
    margin-top: 0;
  }
  .col-xxs-push-12 {
    margin-left: 50%;
  }
  .col-xxs-pull-12 {
    margin-left: -50%;
  }
  .col-xxs-order-12 {
    order: 12;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-13 {
    margin-top: 0;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .grid .col-xxs-13 {
    margin-top: 0;
  }
  .col-xxs-push-13 {
    margin-left: 54.16667%;
  }
  .col-xxs-pull-13 {
    margin-left: -54.16667%;
  }
  .col-xxs-order-13 {
    order: 13;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-14 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-xxs-14 {
    margin-top: 0;
  }
  .col-xxs-push-14 {
    margin-left: 58.33333%;
  }
  .col-xxs-pull-14 {
    margin-left: -58.33333%;
  }
  .col-xxs-order-14 {
    order: 14;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-15 {
    margin-top: 0;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid .col-xxs-15 {
    margin-top: 0;
  }
  .col-xxs-push-15 {
    margin-left: 62.5%;
  }
  .col-xxs-pull-15 {
    margin-left: -62.5%;
  }
  .col-xxs-order-15 {
    order: 15;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-16 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-xxs-16 {
    margin-top: 0;
  }
  .col-xxs-push-16 {
    margin-left: 66.66667%;
  }
  .col-xxs-pull-16 {
    margin-left: -66.66667%;
  }
  .col-xxs-order-16 {
    order: 16;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-17 {
    margin-top: 0;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .grid .col-xxs-17 {
    margin-top: 0;
  }
  .col-xxs-push-17 {
    margin-left: 70.83333%;
  }
  .col-xxs-pull-17 {
    margin-left: -70.83333%;
  }
  .col-xxs-order-17 {
    order: 17;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-18 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-xxs-18 {
    margin-top: 0;
  }
  .col-xxs-push-18 {
    margin-left: 75%;
  }
  .col-xxs-pull-18 {
    margin-left: -75%;
  }
  .col-xxs-order-18 {
    order: 18;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-19 {
    margin-top: 0;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .grid .col-xxs-19 {
    margin-top: 0;
  }
  .col-xxs-push-19 {
    margin-left: 79.16667%;
  }
  .col-xxs-pull-19 {
    margin-left: -79.16667%;
  }
  .col-xxs-order-19 {
    order: 19;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-20 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-xxs-20 {
    margin-top: 0;
  }
  .col-xxs-push-20 {
    margin-left: 83.33333%;
  }
  .col-xxs-pull-20 {
    margin-left: -83.33333%;
  }
  .col-xxs-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-21 {
    margin-top: 0;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid .col-xxs-21 {
    margin-top: 0;
  }
  .col-xxs-push-21 {
    margin-left: 87.5%;
  }
  .col-xxs-pull-21 {
    margin-left: -87.5%;
  }
  .col-xxs-order-21 {
    order: 21;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-22 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-xxs-22 {
    margin-top: 0;
  }
  .col-xxs-push-22 {
    margin-left: 91.66667%;
  }
  .col-xxs-pull-22 {
    margin-left: -91.66667%;
  }
  .col-xxs-order-22 {
    order: 22;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-23 {
    margin-top: 0;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .grid .col-xxs-23 {
    margin-top: 0;
  }
  .col-xxs-push-23 {
    margin-left: 95.83333%;
  }
  .col-xxs-pull-23 {
    margin-left: -95.83333%;
  }
  .col-xxs-order-23 {
    order: 23;
  }
}

@media only screen and (min-width: 420px) {
  .col-xxs-24 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .col-xxs-24 {
    margin-top: 0;
  }
  .col-xxs-push-24 {
    margin-left: 100%;
  }
  .col-xxs-pull-24 {
    margin-left: -100%;
  }
  .col-xxs-order-24 {
    order: 24;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-1 {
    margin-top: 0;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .grid .col-xs-1 {
    margin-top: 0;
  }
  .col-xs-push-1 {
    margin-left: 4.16667%;
  }
  .col-xs-pull-1 {
    margin-left: -4.16667%;
  }
  .col-xs-order-1 {
    order: 1;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-2 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-xs-2 {
    margin-top: 0;
  }
  .col-xs-push-2 {
    margin-left: 8.33333%;
  }
  .col-xs-pull-2 {
    margin-left: -8.33333%;
  }
  .col-xs-order-2 {
    order: 2;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-3 {
    margin-top: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid .col-xs-3 {
    margin-top: 0;
  }
  .col-xs-push-3 {
    margin-left: 12.5%;
  }
  .col-xs-pull-3 {
    margin-left: -12.5%;
  }
  .col-xs-order-3 {
    order: 3;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-4 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-xs-4 {
    margin-top: 0;
  }
  .col-xs-push-4 {
    margin-left: 16.66667%;
  }
  .col-xs-pull-4 {
    margin-left: -16.66667%;
  }
  .col-xs-order-4 {
    order: 4;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-5 {
    margin-top: 0;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .grid .col-xs-5 {
    margin-top: 0;
  }
  .col-xs-push-5 {
    margin-left: 20.83333%;
  }
  .col-xs-pull-5 {
    margin-left: -20.83333%;
  }
  .col-xs-order-5 {
    order: 5;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-6 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-xs-6 {
    margin-top: 0;
  }
  .col-xs-push-6 {
    margin-left: 25%;
  }
  .col-xs-pull-6 {
    margin-left: -25%;
  }
  .col-xs-order-6 {
    order: 6;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-7 {
    margin-top: 0;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .grid .col-xs-7 {
    margin-top: 0;
  }
  .col-xs-push-7 {
    margin-left: 29.16667%;
  }
  .col-xs-pull-7 {
    margin-left: -29.16667%;
  }
  .col-xs-order-7 {
    order: 7;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-8 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-xs-8 {
    margin-top: 0;
  }
  .col-xs-push-8 {
    margin-left: 33.33333%;
  }
  .col-xs-pull-8 {
    margin-left: -33.33333%;
  }
  .col-xs-order-8 {
    order: 8;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-9 {
    margin-top: 0;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid .col-xs-9 {
    margin-top: 0;
  }
  .col-xs-push-9 {
    margin-left: 37.5%;
  }
  .col-xs-pull-9 {
    margin-left: -37.5%;
  }
  .col-xs-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-10 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-xs-10 {
    margin-top: 0;
  }
  .col-xs-push-10 {
    margin-left: 41.66667%;
  }
  .col-xs-pull-10 {
    margin-left: -41.66667%;
  }
  .col-xs-order-10 {
    order: 10;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-11 {
    margin-top: 0;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .grid .col-xs-11 {
    margin-top: 0;
  }
  .col-xs-push-11 {
    margin-left: 45.83333%;
  }
  .col-xs-pull-11 {
    margin-left: -45.83333%;
  }
  .col-xs-order-11 {
    order: 11;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-12 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-xs-12 {
    margin-top: 0;
  }
  .col-xs-push-12 {
    margin-left: 50%;
  }
  .col-xs-pull-12 {
    margin-left: -50%;
  }
  .col-xs-order-12 {
    order: 12;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-13 {
    margin-top: 0;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .grid .col-xs-13 {
    margin-top: 0;
  }
  .col-xs-push-13 {
    margin-left: 54.16667%;
  }
  .col-xs-pull-13 {
    margin-left: -54.16667%;
  }
  .col-xs-order-13 {
    order: 13;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-14 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-xs-14 {
    margin-top: 0;
  }
  .col-xs-push-14 {
    margin-left: 58.33333%;
  }
  .col-xs-pull-14 {
    margin-left: -58.33333%;
  }
  .col-xs-order-14 {
    order: 14;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-15 {
    margin-top: 0;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid .col-xs-15 {
    margin-top: 0;
  }
  .col-xs-push-15 {
    margin-left: 62.5%;
  }
  .col-xs-pull-15 {
    margin-left: -62.5%;
  }
  .col-xs-order-15 {
    order: 15;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-16 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-xs-16 {
    margin-top: 0;
  }
  .col-xs-push-16 {
    margin-left: 66.66667%;
  }
  .col-xs-pull-16 {
    margin-left: -66.66667%;
  }
  .col-xs-order-16 {
    order: 16;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-17 {
    margin-top: 0;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .grid .col-xs-17 {
    margin-top: 0;
  }
  .col-xs-push-17 {
    margin-left: 70.83333%;
  }
  .col-xs-pull-17 {
    margin-left: -70.83333%;
  }
  .col-xs-order-17 {
    order: 17;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-18 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-xs-18 {
    margin-top: 0;
  }
  .col-xs-push-18 {
    margin-left: 75%;
  }
  .col-xs-pull-18 {
    margin-left: -75%;
  }
  .col-xs-order-18 {
    order: 18;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-19 {
    margin-top: 0;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .grid .col-xs-19 {
    margin-top: 0;
  }
  .col-xs-push-19 {
    margin-left: 79.16667%;
  }
  .col-xs-pull-19 {
    margin-left: -79.16667%;
  }
  .col-xs-order-19 {
    order: 19;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-20 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-xs-20 {
    margin-top: 0;
  }
  .col-xs-push-20 {
    margin-left: 83.33333%;
  }
  .col-xs-pull-20 {
    margin-left: -83.33333%;
  }
  .col-xs-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-21 {
    margin-top: 0;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid .col-xs-21 {
    margin-top: 0;
  }
  .col-xs-push-21 {
    margin-left: 87.5%;
  }
  .col-xs-pull-21 {
    margin-left: -87.5%;
  }
  .col-xs-order-21 {
    order: 21;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-22 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-xs-22 {
    margin-top: 0;
  }
  .col-xs-push-22 {
    margin-left: 91.66667%;
  }
  .col-xs-pull-22 {
    margin-left: -91.66667%;
  }
  .col-xs-order-22 {
    order: 22;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-23 {
    margin-top: 0;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .grid .col-xs-23 {
    margin-top: 0;
  }
  .col-xs-push-23 {
    margin-left: 95.83333%;
  }
  .col-xs-pull-23 {
    margin-left: -95.83333%;
  }
  .col-xs-order-23 {
    order: 23;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-24 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .col-xs-24 {
    margin-top: 0;
  }
  .col-xs-push-24 {
    margin-left: 100%;
  }
  .col-xs-pull-24 {
    margin-left: -100%;
  }
  .col-xs-order-24 {
    order: 24;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    margin-top: 0;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .grid .col-sm-1 {
    margin-top: 0;
  }
  .col-sm-push-1 {
    margin-left: 4.16667%;
  }
  .col-sm-pull-1 {
    margin-left: -4.16667%;
  }
  .col-sm-order-1 {
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-2 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-sm-2 {
    margin-top: 0;
  }
  .col-sm-push-2 {
    margin-left: 8.33333%;
  }
  .col-sm-pull-2 {
    margin-left: -8.33333%;
  }
  .col-sm-order-2 {
    order: 2;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-3 {
    margin-top: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid .col-sm-3 {
    margin-top: 0;
  }
  .col-sm-push-3 {
    margin-left: 12.5%;
  }
  .col-sm-pull-3 {
    margin-left: -12.5%;
  }
  .col-sm-order-3 {
    order: 3;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-4 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-sm-4 {
    margin-top: 0;
  }
  .col-sm-push-4 {
    margin-left: 16.66667%;
  }
  .col-sm-pull-4 {
    margin-left: -16.66667%;
  }
  .col-sm-order-4 {
    order: 4;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-5 {
    margin-top: 0;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .grid .col-sm-5 {
    margin-top: 0;
  }
  .col-sm-push-5 {
    margin-left: 20.83333%;
  }
  .col-sm-pull-5 {
    margin-left: -20.83333%;
  }
  .col-sm-order-5 {
    order: 5;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-6 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-sm-6 {
    margin-top: 0;
  }
  .col-sm-push-6 {
    margin-left: 25%;
  }
  .col-sm-pull-6 {
    margin-left: -25%;
  }
  .col-sm-order-6 {
    order: 6;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-7 {
    margin-top: 0;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .grid .col-sm-7 {
    margin-top: 0;
  }
  .col-sm-push-7 {
    margin-left: 29.16667%;
  }
  .col-sm-pull-7 {
    margin-left: -29.16667%;
  }
  .col-sm-order-7 {
    order: 7;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-8 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-sm-8 {
    margin-top: 0;
  }
  .col-sm-push-8 {
    margin-left: 33.33333%;
  }
  .col-sm-pull-8 {
    margin-left: -33.33333%;
  }
  .col-sm-order-8 {
    order: 8;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-9 {
    margin-top: 0;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid .col-sm-9 {
    margin-top: 0;
  }
  .col-sm-push-9 {
    margin-left: 37.5%;
  }
  .col-sm-pull-9 {
    margin-left: -37.5%;
  }
  .col-sm-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-10 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-sm-10 {
    margin-top: 0;
  }
  .col-sm-push-10 {
    margin-left: 41.66667%;
  }
  .col-sm-pull-10 {
    margin-left: -41.66667%;
  }
  .col-sm-order-10 {
    order: 10;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-11 {
    margin-top: 0;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .grid .col-sm-11 {
    margin-top: 0;
  }
  .col-sm-push-11 {
    margin-left: 45.83333%;
  }
  .col-sm-pull-11 {
    margin-left: -45.83333%;
  }
  .col-sm-order-11 {
    order: 11;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-12 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-sm-12 {
    margin-top: 0;
  }
  .col-sm-push-12 {
    margin-left: 50%;
  }
  .col-sm-pull-12 {
    margin-left: -50%;
  }
  .col-sm-order-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-13 {
    margin-top: 0;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .grid .col-sm-13 {
    margin-top: 0;
  }
  .col-sm-push-13 {
    margin-left: 54.16667%;
  }
  .col-sm-pull-13 {
    margin-left: -54.16667%;
  }
  .col-sm-order-13 {
    order: 13;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-14 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-sm-14 {
    margin-top: 0;
  }
  .col-sm-push-14 {
    margin-left: 58.33333%;
  }
  .col-sm-pull-14 {
    margin-left: -58.33333%;
  }
  .col-sm-order-14 {
    order: 14;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-15 {
    margin-top: 0;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid .col-sm-15 {
    margin-top: 0;
  }
  .col-sm-push-15 {
    margin-left: 62.5%;
  }
  .col-sm-pull-15 {
    margin-left: -62.5%;
  }
  .col-sm-order-15 {
    order: 15;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-16 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-sm-16 {
    margin-top: 0;
  }
  .col-sm-push-16 {
    margin-left: 66.66667%;
  }
  .col-sm-pull-16 {
    margin-left: -66.66667%;
  }
  .col-sm-order-16 {
    order: 16;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-17 {
    margin-top: 0;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .grid .col-sm-17 {
    margin-top: 0;
  }
  .col-sm-push-17 {
    margin-left: 70.83333%;
  }
  .col-sm-pull-17 {
    margin-left: -70.83333%;
  }
  .col-sm-order-17 {
    order: 17;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-18 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-sm-18 {
    margin-top: 0;
  }
  .col-sm-push-18 {
    margin-left: 75%;
  }
  .col-sm-pull-18 {
    margin-left: -75%;
  }
  .col-sm-order-18 {
    order: 18;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-19 {
    margin-top: 0;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .grid .col-sm-19 {
    margin-top: 0;
  }
  .col-sm-push-19 {
    margin-left: 79.16667%;
  }
  .col-sm-pull-19 {
    margin-left: -79.16667%;
  }
  .col-sm-order-19 {
    order: 19;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-20 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-sm-20 {
    margin-top: 0;
  }
  .col-sm-push-20 {
    margin-left: 83.33333%;
  }
  .col-sm-pull-20 {
    margin-left: -83.33333%;
  }
  .col-sm-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-21 {
    margin-top: 0;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid .col-sm-21 {
    margin-top: 0;
  }
  .col-sm-push-21 {
    margin-left: 87.5%;
  }
  .col-sm-pull-21 {
    margin-left: -87.5%;
  }
  .col-sm-order-21 {
    order: 21;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-22 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-sm-22 {
    margin-top: 0;
  }
  .col-sm-push-22 {
    margin-left: 91.66667%;
  }
  .col-sm-pull-22 {
    margin-left: -91.66667%;
  }
  .col-sm-order-22 {
    order: 22;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-23 {
    margin-top: 0;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .grid .col-sm-23 {
    margin-top: 0;
  }
  .col-sm-push-23 {
    margin-left: 95.83333%;
  }
  .col-sm-pull-23 {
    margin-left: -95.83333%;
  }
  .col-sm-order-23 {
    order: 23;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-24 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .col-sm-24 {
    margin-top: 0;
  }
  .col-sm-push-24 {
    margin-left: 100%;
  }
  .col-sm-pull-24 {
    margin-left: -100%;
  }
  .col-sm-order-24 {
    order: 24;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-1 {
    margin-top: 0;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .grid .col-md-1 {
    margin-top: 0;
  }
  .col-md-push-1 {
    margin-left: 4.16667%;
  }
  .col-md-pull-1 {
    margin-left: -4.16667%;
  }
  .col-md-order-1 {
    order: 1;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-2 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-md-2 {
    margin-top: 0;
  }
  .col-md-push-2 {
    margin-left: 8.33333%;
  }
  .col-md-pull-2 {
    margin-left: -8.33333%;
  }
  .col-md-order-2 {
    order: 2;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-3 {
    margin-top: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid .col-md-3 {
    margin-top: 0;
  }
  .col-md-push-3 {
    margin-left: 12.5%;
  }
  .col-md-pull-3 {
    margin-left: -12.5%;
  }
  .col-md-order-3 {
    order: 3;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-4 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-md-4 {
    margin-top: 0;
  }
  .col-md-push-4 {
    margin-left: 16.66667%;
  }
  .col-md-pull-4 {
    margin-left: -16.66667%;
  }
  .col-md-order-4 {
    order: 4;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-5 {
    margin-top: 0;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .grid .col-md-5 {
    margin-top: 0;
  }
  .col-md-push-5 {
    margin-left: 20.83333%;
  }
  .col-md-pull-5 {
    margin-left: -20.83333%;
  }
  .col-md-order-5 {
    order: 5;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-6 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-md-6 {
    margin-top: 0;
  }
  .col-md-push-6 {
    margin-left: 25%;
  }
  .col-md-pull-6 {
    margin-left: -25%;
  }
  .col-md-order-6 {
    order: 6;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-7 {
    margin-top: 0;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .grid .col-md-7 {
    margin-top: 0;
  }
  .col-md-push-7 {
    margin-left: 29.16667%;
  }
  .col-md-pull-7 {
    margin-left: -29.16667%;
  }
  .col-md-order-7 {
    order: 7;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-8 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-md-8 {
    margin-top: 0;
  }
  .col-md-push-8 {
    margin-left: 33.33333%;
  }
  .col-md-pull-8 {
    margin-left: -33.33333%;
  }
  .col-md-order-8 {
    order: 8;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-9 {
    margin-top: 0;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid .col-md-9 {
    margin-top: 0;
  }
  .col-md-push-9 {
    margin-left: 37.5%;
  }
  .col-md-pull-9 {
    margin-left: -37.5%;
  }
  .col-md-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-10 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-md-10 {
    margin-top: 0;
  }
  .col-md-push-10 {
    margin-left: 41.66667%;
  }
  .col-md-pull-10 {
    margin-left: -41.66667%;
  }
  .col-md-order-10 {
    order: 10;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-11 {
    margin-top: 0;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .grid .col-md-11 {
    margin-top: 0;
  }
  .col-md-push-11 {
    margin-left: 45.83333%;
  }
  .col-md-pull-11 {
    margin-left: -45.83333%;
  }
  .col-md-order-11 {
    order: 11;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-12 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-md-12 {
    margin-top: 0;
  }
  .col-md-push-12 {
    margin-left: 50%;
  }
  .col-md-pull-12 {
    margin-left: -50%;
  }
  .col-md-order-12 {
    order: 12;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-13 {
    margin-top: 0;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .grid .col-md-13 {
    margin-top: 0;
  }
  .col-md-push-13 {
    margin-left: 54.16667%;
  }
  .col-md-pull-13 {
    margin-left: -54.16667%;
  }
  .col-md-order-13 {
    order: 13;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-14 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-md-14 {
    margin-top: 0;
  }
  .col-md-push-14 {
    margin-left: 58.33333%;
  }
  .col-md-pull-14 {
    margin-left: -58.33333%;
  }
  .col-md-order-14 {
    order: 14;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-15 {
    margin-top: 0;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid .col-md-15 {
    margin-top: 0;
  }
  .col-md-push-15 {
    margin-left: 62.5%;
  }
  .col-md-pull-15 {
    margin-left: -62.5%;
  }
  .col-md-order-15 {
    order: 15;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-16 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-md-16 {
    margin-top: 0;
  }
  .col-md-push-16 {
    margin-left: 66.66667%;
  }
  .col-md-pull-16 {
    margin-left: -66.66667%;
  }
  .col-md-order-16 {
    order: 16;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-17 {
    margin-top: 0;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .grid .col-md-17 {
    margin-top: 0;
  }
  .col-md-push-17 {
    margin-left: 70.83333%;
  }
  .col-md-pull-17 {
    margin-left: -70.83333%;
  }
  .col-md-order-17 {
    order: 17;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-18 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-md-18 {
    margin-top: 0;
  }
  .col-md-push-18 {
    margin-left: 75%;
  }
  .col-md-pull-18 {
    margin-left: -75%;
  }
  .col-md-order-18 {
    order: 18;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-19 {
    margin-top: 0;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .grid .col-md-19 {
    margin-top: 0;
  }
  .col-md-push-19 {
    margin-left: 79.16667%;
  }
  .col-md-pull-19 {
    margin-left: -79.16667%;
  }
  .col-md-order-19 {
    order: 19;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-20 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-md-20 {
    margin-top: 0;
  }
  .col-md-push-20 {
    margin-left: 83.33333%;
  }
  .col-md-pull-20 {
    margin-left: -83.33333%;
  }
  .col-md-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-21 {
    margin-top: 0;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid .col-md-21 {
    margin-top: 0;
  }
  .col-md-push-21 {
    margin-left: 87.5%;
  }
  .col-md-pull-21 {
    margin-left: -87.5%;
  }
  .col-md-order-21 {
    order: 21;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-22 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-md-22 {
    margin-top: 0;
  }
  .col-md-push-22 {
    margin-left: 91.66667%;
  }
  .col-md-pull-22 {
    margin-left: -91.66667%;
  }
  .col-md-order-22 {
    order: 22;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-23 {
    margin-top: 0;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .grid .col-md-23 {
    margin-top: 0;
  }
  .col-md-push-23 {
    margin-left: 95.83333%;
  }
  .col-md-pull-23 {
    margin-left: -95.83333%;
  }
  .col-md-order-23 {
    order: 23;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-24 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .col-md-24 {
    margin-top: 0;
  }
  .col-md-push-24 {
    margin-left: 100%;
  }
  .col-md-pull-24 {
    margin-left: -100%;
  }
  .col-md-order-24 {
    order: 24;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-1 {
    margin-top: 0;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .grid .col-lg-1 {
    margin-top: 0;
  }
  .col-lg-push-1 {
    margin-left: 4.16667%;
  }
  .col-lg-pull-1 {
    margin-left: -4.16667%;
  }
  .col-lg-order-1 {
    order: 1;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-2 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-lg-2 {
    margin-top: 0;
  }
  .col-lg-push-2 {
    margin-left: 8.33333%;
  }
  .col-lg-pull-2 {
    margin-left: -8.33333%;
  }
  .col-lg-order-2 {
    order: 2;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-3 {
    margin-top: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid .col-lg-3 {
    margin-top: 0;
  }
  .col-lg-push-3 {
    margin-left: 12.5%;
  }
  .col-lg-pull-3 {
    margin-left: -12.5%;
  }
  .col-lg-order-3 {
    order: 3;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-4 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-lg-4 {
    margin-top: 0;
  }
  .col-lg-push-4 {
    margin-left: 16.66667%;
  }
  .col-lg-pull-4 {
    margin-left: -16.66667%;
  }
  .col-lg-order-4 {
    order: 4;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-5 {
    margin-top: 0;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .grid .col-lg-5 {
    margin-top: 0;
  }
  .col-lg-push-5 {
    margin-left: 20.83333%;
  }
  .col-lg-pull-5 {
    margin-left: -20.83333%;
  }
  .col-lg-order-5 {
    order: 5;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-6 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-lg-6 {
    margin-top: 0;
  }
  .col-lg-push-6 {
    margin-left: 25%;
  }
  .col-lg-pull-6 {
    margin-left: -25%;
  }
  .col-lg-order-6 {
    order: 6;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-7 {
    margin-top: 0;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .grid .col-lg-7 {
    margin-top: 0;
  }
  .col-lg-push-7 {
    margin-left: 29.16667%;
  }
  .col-lg-pull-7 {
    margin-left: -29.16667%;
  }
  .col-lg-order-7 {
    order: 7;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-8 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-lg-8 {
    margin-top: 0;
  }
  .col-lg-push-8 {
    margin-left: 33.33333%;
  }
  .col-lg-pull-8 {
    margin-left: -33.33333%;
  }
  .col-lg-order-8 {
    order: 8;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-9 {
    margin-top: 0;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid .col-lg-9 {
    margin-top: 0;
  }
  .col-lg-push-9 {
    margin-left: 37.5%;
  }
  .col-lg-pull-9 {
    margin-left: -37.5%;
  }
  .col-lg-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-10 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-lg-10 {
    margin-top: 0;
  }
  .col-lg-push-10 {
    margin-left: 41.66667%;
  }
  .col-lg-pull-10 {
    margin-left: -41.66667%;
  }
  .col-lg-order-10 {
    order: 10;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-11 {
    margin-top: 0;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .grid .col-lg-11 {
    margin-top: 0;
  }
  .col-lg-push-11 {
    margin-left: 45.83333%;
  }
  .col-lg-pull-11 {
    margin-left: -45.83333%;
  }
  .col-lg-order-11 {
    order: 11;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-12 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-lg-12 {
    margin-top: 0;
  }
  .col-lg-push-12 {
    margin-left: 50%;
  }
  .col-lg-pull-12 {
    margin-left: -50%;
  }
  .col-lg-order-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-13 {
    margin-top: 0;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .grid .col-lg-13 {
    margin-top: 0;
  }
  .col-lg-push-13 {
    margin-left: 54.16667%;
  }
  .col-lg-pull-13 {
    margin-left: -54.16667%;
  }
  .col-lg-order-13 {
    order: 13;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-14 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-lg-14 {
    margin-top: 0;
  }
  .col-lg-push-14 {
    margin-left: 58.33333%;
  }
  .col-lg-pull-14 {
    margin-left: -58.33333%;
  }
  .col-lg-order-14 {
    order: 14;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-15 {
    margin-top: 0;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid .col-lg-15 {
    margin-top: 0;
  }
  .col-lg-push-15 {
    margin-left: 62.5%;
  }
  .col-lg-pull-15 {
    margin-left: -62.5%;
  }
  .col-lg-order-15 {
    order: 15;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-16 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-lg-16 {
    margin-top: 0;
  }
  .col-lg-push-16 {
    margin-left: 66.66667%;
  }
  .col-lg-pull-16 {
    margin-left: -66.66667%;
  }
  .col-lg-order-16 {
    order: 16;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-17 {
    margin-top: 0;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .grid .col-lg-17 {
    margin-top: 0;
  }
  .col-lg-push-17 {
    margin-left: 70.83333%;
  }
  .col-lg-pull-17 {
    margin-left: -70.83333%;
  }
  .col-lg-order-17 {
    order: 17;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-18 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-lg-18 {
    margin-top: 0;
  }
  .col-lg-push-18 {
    margin-left: 75%;
  }
  .col-lg-pull-18 {
    margin-left: -75%;
  }
  .col-lg-order-18 {
    order: 18;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-19 {
    margin-top: 0;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .grid .col-lg-19 {
    margin-top: 0;
  }
  .col-lg-push-19 {
    margin-left: 79.16667%;
  }
  .col-lg-pull-19 {
    margin-left: -79.16667%;
  }
  .col-lg-order-19 {
    order: 19;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-20 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-lg-20 {
    margin-top: 0;
  }
  .col-lg-push-20 {
    margin-left: 83.33333%;
  }
  .col-lg-pull-20 {
    margin-left: -83.33333%;
  }
  .col-lg-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-21 {
    margin-top: 0;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid .col-lg-21 {
    margin-top: 0;
  }
  .col-lg-push-21 {
    margin-left: 87.5%;
  }
  .col-lg-pull-21 {
    margin-left: -87.5%;
  }
  .col-lg-order-21 {
    order: 21;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-22 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-lg-22 {
    margin-top: 0;
  }
  .col-lg-push-22 {
    margin-left: 91.66667%;
  }
  .col-lg-pull-22 {
    margin-left: -91.66667%;
  }
  .col-lg-order-22 {
    order: 22;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-23 {
    margin-top: 0;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .grid .col-lg-23 {
    margin-top: 0;
  }
  .col-lg-push-23 {
    margin-left: 95.83333%;
  }
  .col-lg-pull-23 {
    margin-left: -95.83333%;
  }
  .col-lg-order-23 {
    order: 23;
  }
}

@media only screen and (min-width: 1240px) {
  .col-lg-24 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .col-lg-24 {
    margin-top: 0;
  }
  .col-lg-push-24 {
    margin-left: 100%;
  }
  .col-lg-pull-24 {
    margin-left: -100%;
  }
  .col-lg-order-24 {
    order: 24;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-1 {
    margin-top: 0;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .grid .col-vlg-1 {
    margin-top: 0;
  }
  .col-vlg-push-1 {
    margin-left: 4.16667%;
  }
  .col-vlg-pull-1 {
    margin-left: -4.16667%;
  }
  .col-vlg-order-1 {
    order: 1;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-2 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-vlg-2 {
    margin-top: 0;
  }
  .col-vlg-push-2 {
    margin-left: 8.33333%;
  }
  .col-vlg-pull-2 {
    margin-left: -8.33333%;
  }
  .col-vlg-order-2 {
    order: 2;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-3 {
    margin-top: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid .col-vlg-3 {
    margin-top: 0;
  }
  .col-vlg-push-3 {
    margin-left: 12.5%;
  }
  .col-vlg-pull-3 {
    margin-left: -12.5%;
  }
  .col-vlg-order-3 {
    order: 3;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-4 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-vlg-4 {
    margin-top: 0;
  }
  .col-vlg-push-4 {
    margin-left: 16.66667%;
  }
  .col-vlg-pull-4 {
    margin-left: -16.66667%;
  }
  .col-vlg-order-4 {
    order: 4;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-5 {
    margin-top: 0;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .grid .col-vlg-5 {
    margin-top: 0;
  }
  .col-vlg-push-5 {
    margin-left: 20.83333%;
  }
  .col-vlg-pull-5 {
    margin-left: -20.83333%;
  }
  .col-vlg-order-5 {
    order: 5;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-6 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-vlg-6 {
    margin-top: 0;
  }
  .col-vlg-push-6 {
    margin-left: 25%;
  }
  .col-vlg-pull-6 {
    margin-left: -25%;
  }
  .col-vlg-order-6 {
    order: 6;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-7 {
    margin-top: 0;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .grid .col-vlg-7 {
    margin-top: 0;
  }
  .col-vlg-push-7 {
    margin-left: 29.16667%;
  }
  .col-vlg-pull-7 {
    margin-left: -29.16667%;
  }
  .col-vlg-order-7 {
    order: 7;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-8 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-vlg-8 {
    margin-top: 0;
  }
  .col-vlg-push-8 {
    margin-left: 33.33333%;
  }
  .col-vlg-pull-8 {
    margin-left: -33.33333%;
  }
  .col-vlg-order-8 {
    order: 8;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-9 {
    margin-top: 0;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid .col-vlg-9 {
    margin-top: 0;
  }
  .col-vlg-push-9 {
    margin-left: 37.5%;
  }
  .col-vlg-pull-9 {
    margin-left: -37.5%;
  }
  .col-vlg-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-10 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-vlg-10 {
    margin-top: 0;
  }
  .col-vlg-push-10 {
    margin-left: 41.66667%;
  }
  .col-vlg-pull-10 {
    margin-left: -41.66667%;
  }
  .col-vlg-order-10 {
    order: 10;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-11 {
    margin-top: 0;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .grid .col-vlg-11 {
    margin-top: 0;
  }
  .col-vlg-push-11 {
    margin-left: 45.83333%;
  }
  .col-vlg-pull-11 {
    margin-left: -45.83333%;
  }
  .col-vlg-order-11 {
    order: 11;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-12 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-vlg-12 {
    margin-top: 0;
  }
  .col-vlg-push-12 {
    margin-left: 50%;
  }
  .col-vlg-pull-12 {
    margin-left: -50%;
  }
  .col-vlg-order-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-13 {
    margin-top: 0;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .grid .col-vlg-13 {
    margin-top: 0;
  }
  .col-vlg-push-13 {
    margin-left: 54.16667%;
  }
  .col-vlg-pull-13 {
    margin-left: -54.16667%;
  }
  .col-vlg-order-13 {
    order: 13;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-14 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-vlg-14 {
    margin-top: 0;
  }
  .col-vlg-push-14 {
    margin-left: 58.33333%;
  }
  .col-vlg-pull-14 {
    margin-left: -58.33333%;
  }
  .col-vlg-order-14 {
    order: 14;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-15 {
    margin-top: 0;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid .col-vlg-15 {
    margin-top: 0;
  }
  .col-vlg-push-15 {
    margin-left: 62.5%;
  }
  .col-vlg-pull-15 {
    margin-left: -62.5%;
  }
  .col-vlg-order-15 {
    order: 15;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-16 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-vlg-16 {
    margin-top: 0;
  }
  .col-vlg-push-16 {
    margin-left: 66.66667%;
  }
  .col-vlg-pull-16 {
    margin-left: -66.66667%;
  }
  .col-vlg-order-16 {
    order: 16;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-17 {
    margin-top: 0;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .grid .col-vlg-17 {
    margin-top: 0;
  }
  .col-vlg-push-17 {
    margin-left: 70.83333%;
  }
  .col-vlg-pull-17 {
    margin-left: -70.83333%;
  }
  .col-vlg-order-17 {
    order: 17;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-18 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-vlg-18 {
    margin-top: 0;
  }
  .col-vlg-push-18 {
    margin-left: 75%;
  }
  .col-vlg-pull-18 {
    margin-left: -75%;
  }
  .col-vlg-order-18 {
    order: 18;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-19 {
    margin-top: 0;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .grid .col-vlg-19 {
    margin-top: 0;
  }
  .col-vlg-push-19 {
    margin-left: 79.16667%;
  }
  .col-vlg-pull-19 {
    margin-left: -79.16667%;
  }
  .col-vlg-order-19 {
    order: 19;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-20 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-vlg-20 {
    margin-top: 0;
  }
  .col-vlg-push-20 {
    margin-left: 83.33333%;
  }
  .col-vlg-pull-20 {
    margin-left: -83.33333%;
  }
  .col-vlg-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-21 {
    margin-top: 0;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid .col-vlg-21 {
    margin-top: 0;
  }
  .col-vlg-push-21 {
    margin-left: 87.5%;
  }
  .col-vlg-pull-21 {
    margin-left: -87.5%;
  }
  .col-vlg-order-21 {
    order: 21;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-22 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-vlg-22 {
    margin-top: 0;
  }
  .col-vlg-push-22 {
    margin-left: 91.66667%;
  }
  .col-vlg-pull-22 {
    margin-left: -91.66667%;
  }
  .col-vlg-order-22 {
    order: 22;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-23 {
    margin-top: 0;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .grid .col-vlg-23 {
    margin-top: 0;
  }
  .col-vlg-push-23 {
    margin-left: 95.83333%;
  }
  .col-vlg-pull-23 {
    margin-left: -95.83333%;
  }
  .col-vlg-order-23 {
    order: 23;
  }
}

@media only screen and (min-width: 1400px) {
  .col-vlg-24 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .col-vlg-24 {
    margin-top: 0;
  }
  .col-vlg-push-24 {
    margin-left: 100%;
  }
  .col-vlg-pull-24 {
    margin-left: -100%;
  }
  .col-vlg-order-24 {
    order: 24;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-1 {
    margin-top: 0;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .grid .col-xl-1 {
    margin-top: 0;
  }
  .col-xl-push-1 {
    margin-left: 4.16667%;
  }
  .col-xl-pull-1 {
    margin-left: -4.16667%;
  }
  .col-xl-order-1 {
    order: 1;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-2 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid .col-xl-2 {
    margin-top: 0;
  }
  .col-xl-push-2 {
    margin-left: 8.33333%;
  }
  .col-xl-pull-2 {
    margin-left: -8.33333%;
  }
  .col-xl-order-2 {
    order: 2;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-3 {
    margin-top: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid .col-xl-3 {
    margin-top: 0;
  }
  .col-xl-push-3 {
    margin-left: 12.5%;
  }
  .col-xl-pull-3 {
    margin-left: -12.5%;
  }
  .col-xl-order-3 {
    order: 3;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-4 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid .col-xl-4 {
    margin-top: 0;
  }
  .col-xl-push-4 {
    margin-left: 16.66667%;
  }
  .col-xl-pull-4 {
    margin-left: -16.66667%;
  }
  .col-xl-order-4 {
    order: 4;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-5 {
    margin-top: 0;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .grid .col-xl-5 {
    margin-top: 0;
  }
  .col-xl-push-5 {
    margin-left: 20.83333%;
  }
  .col-xl-pull-5 {
    margin-left: -20.83333%;
  }
  .col-xl-order-5 {
    order: 5;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-6 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .col-xl-6 {
    margin-top: 0;
  }
  .col-xl-push-6 {
    margin-left: 25%;
  }
  .col-xl-pull-6 {
    margin-left: -25%;
  }
  .col-xl-order-6 {
    order: 6;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-7 {
    margin-top: 0;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .grid .col-xl-7 {
    margin-top: 0;
  }
  .col-xl-push-7 {
    margin-left: 29.16667%;
  }
  .col-xl-pull-7 {
    margin-left: -29.16667%;
  }
  .col-xl-order-7 {
    order: 7;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-8 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid .col-xl-8 {
    margin-top: 0;
  }
  .col-xl-push-8 {
    margin-left: 33.33333%;
  }
  .col-xl-pull-8 {
    margin-left: -33.33333%;
  }
  .col-xl-order-8 {
    order: 8;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-9 {
    margin-top: 0;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .grid .col-xl-9 {
    margin-top: 0;
  }
  .col-xl-push-9 {
    margin-left: 37.5%;
  }
  .col-xl-pull-9 {
    margin-left: -37.5%;
  }
  .col-xl-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-10 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid .col-xl-10 {
    margin-top: 0;
  }
  .col-xl-push-10 {
    margin-left: 41.66667%;
  }
  .col-xl-pull-10 {
    margin-left: -41.66667%;
  }
  .col-xl-order-10 {
    order: 10;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-11 {
    margin-top: 0;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .grid .col-xl-11 {
    margin-top: 0;
  }
  .col-xl-push-11 {
    margin-left: 45.83333%;
  }
  .col-xl-pull-11 {
    margin-left: -45.83333%;
  }
  .col-xl-order-11 {
    order: 11;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-12 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .col-xl-12 {
    margin-top: 0;
  }
  .col-xl-push-12 {
    margin-left: 50%;
  }
  .col-xl-pull-12 {
    margin-left: -50%;
  }
  .col-xl-order-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-13 {
    margin-top: 0;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .grid .col-xl-13 {
    margin-top: 0;
  }
  .col-xl-push-13 {
    margin-left: 54.16667%;
  }
  .col-xl-pull-13 {
    margin-left: -54.16667%;
  }
  .col-xl-order-13 {
    order: 13;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-14 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid .col-xl-14 {
    margin-top: 0;
  }
  .col-xl-push-14 {
    margin-left: 58.33333%;
  }
  .col-xl-pull-14 {
    margin-left: -58.33333%;
  }
  .col-xl-order-14 {
    order: 14;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-15 {
    margin-top: 0;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .grid .col-xl-15 {
    margin-top: 0;
  }
  .col-xl-push-15 {
    margin-left: 62.5%;
  }
  .col-xl-pull-15 {
    margin-left: -62.5%;
  }
  .col-xl-order-15 {
    order: 15;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-16 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid .col-xl-16 {
    margin-top: 0;
  }
  .col-xl-push-16 {
    margin-left: 66.66667%;
  }
  .col-xl-pull-16 {
    margin-left: -66.66667%;
  }
  .col-xl-order-16 {
    order: 16;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-17 {
    margin-top: 0;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .grid .col-xl-17 {
    margin-top: 0;
  }
  .col-xl-push-17 {
    margin-left: 70.83333%;
  }
  .col-xl-pull-17 {
    margin-left: -70.83333%;
  }
  .col-xl-order-17 {
    order: 17;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-18 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .col-xl-18 {
    margin-top: 0;
  }
  .col-xl-push-18 {
    margin-left: 75%;
  }
  .col-xl-pull-18 {
    margin-left: -75%;
  }
  .col-xl-order-18 {
    order: 18;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-19 {
    margin-top: 0;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .grid .col-xl-19 {
    margin-top: 0;
  }
  .col-xl-push-19 {
    margin-left: 79.16667%;
  }
  .col-xl-pull-19 {
    margin-left: -79.16667%;
  }
  .col-xl-order-19 {
    order: 19;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-20 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid .col-xl-20 {
    margin-top: 0;
  }
  .col-xl-push-20 {
    margin-left: 83.33333%;
  }
  .col-xl-pull-20 {
    margin-left: -83.33333%;
  }
  .col-xl-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-21 {
    margin-top: 0;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .grid .col-xl-21 {
    margin-top: 0;
  }
  .col-xl-push-21 {
    margin-left: 87.5%;
  }
  .col-xl-pull-21 {
    margin-left: -87.5%;
  }
  .col-xl-order-21 {
    order: 21;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-22 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid .col-xl-22 {
    margin-top: 0;
  }
  .col-xl-push-22 {
    margin-left: 91.66667%;
  }
  .col-xl-pull-22 {
    margin-left: -91.66667%;
  }
  .col-xl-order-22 {
    order: 22;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-23 {
    margin-top: 0;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .grid .col-xl-23 {
    margin-top: 0;
  }
  .col-xl-push-23 {
    margin-left: 95.83333%;
  }
  .col-xl-pull-23 {
    margin-left: -95.83333%;
  }
  .col-xl-order-23 {
    order: 23;
  }
}

@media only screen and (min-width: 1800px) {
  .col-xl-24 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .col-xl-24 {
    margin-top: 0;
  }
  .col-xl-push-24 {
    margin-left: 100%;
  }
  .col-xl-pull-24 {
    margin-left: -100%;
  }
  .col-xl-order-24 {
    order: 24;
  }
}

[data-st-fade-animation],
[data-onload-fade-animation] {
  opacity: 0;
}

.site--bg-dark {
  color: #fff;
  background-color: #000;
}

.site._scroll_hide {
  overflow: hidden;
}

.site__body {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 568px) {
  .site__body {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .site__body {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .site__body {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1240px) {
  .site__body {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1800px) {
  .site__body {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 992px) {
  .site__body {
    padding-top: 9.47917vw;
  }
}

@media only screen and (min-width: 1800px) {
  .site__body {
    padding-top: 180px;
  }
}

.b-about__cover, .b-blog-preview-card__cover, .b-f-feature-id1__cover-2, .b-f-feature-id1__cover-3, .b-f-feature-id1__cover-main, .b-f-feature-id4__cover-2, .b-f-feature-id4__cover-3, .b-f-feature-id4__cover-main, .b-goto-card__cover, .b-preview-card__cover, .responsive-wrpic, .responsive-wrpic-16-9, .responsive-wrpic-16-10, .responsive-wrpic-4-3, .responsive-wrpic-16-10, .responsive-wrpic-16-9, .responsive-wrpic-4-3 {
  position: relative;
}

.b-about__cover img, .b-blog-preview-card__cover img, .b-f-feature-id1__cover-2 img, .b-f-feature-id1__cover-3 img, .b-f-feature-id1__cover-main img, .b-f-feature-id4__cover-2 img, .b-f-feature-id4__cover-3 img, .b-f-feature-id4__cover-main img, .b-goto-card__cover img, .b-preview-card__cover img, .responsive-wrpic img, .responsive-wrpic-16-9 img, .responsive-wrpic-16-10 img, .responsive-wrpic-4-3 img, .responsive-wrpic-16-10 img, .responsive-wrpic-16-9 img, .responsive-wrpic-4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-page-heading__caption {
  font-family: "TT Livret", sans-serif;
  font-size: 9.33333vmin;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .b-page-heading__caption {
    font-size: 6.66667vmin;
  }
}

@media only screen and (min-width: 1800px) {
  .b-page-heading__caption {
    font-size: 128px;
  }
}

.site--bg-dark .b-page-heading__caption {
  color: #fff;
}

.b-page-heading-with-cover {
  margin-bottom: 24px;
  border-radius: 15px;
  overflow: hidden;
}

.b-page-heading-with-cover__cover {
  position: relative;
  background-color: #000;
}

.b-page-heading-with-cover__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 136.81159%;
}

.b-page-heading-with-cover__cover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.b-page-heading-with-cover__caption {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "TT Livret", sans-serif;
  font-size: 9.33333vmin;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
}

@media only screen and (min-width: 992px) {
  .b-page-heading-with-cover__caption {
    font-size: 6.66667vmin;
  }
}

@media only screen and (min-width: 1800px) {
  .b-page-heading-with-cover__caption {
    font-size: 128px;
  }
}

.site--bg-dark .b-page-heading-with-cover__caption {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .b-page-heading-with-cover {
    margin-bottom: 50px;
    border-radius: 20px;
  }
  .b-page-heading-with-cover__cover:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 26.38436%;
  }
}

/* <SECTIONS> */
/* </SECTIONS> */
.caption-wrpic {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  width: 1.875em;
  height: 0.70833em;
  border-radius: 1em;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .caption-wrpic {
    width: 2.1875em;
    height: 0.8125em;
  }
}

.caption-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-f-content-with-cover {
  margin-bottom: 40px;
}

.b-f-content-with-cover:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .b-f-content-with-cover {
    margin-bottom: 40px;
  }
  .b-f-content-with-cover:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-f-content-with-cover {
    margin-bottom: 60px;
  }
  .b-f-content-with-cover:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-content-with-cover {
    margin-bottom: 80px;
  }
  .b-f-content-with-cover:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-f-content-with-cover {
    margin-bottom: 100px;
  }
  .b-f-content-with-cover:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-content-with-cover {
    margin-bottom: 150px;
  }
  .b-f-content-with-cover:last-child {
    margin-bottom: 0;
  }
}

.b-f-content-with-cover__cover {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}

.b-f-content-with-cover__content {
  position: relative;
  padding-left: 57px;
}

.b-f-content-with-cover__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: #000;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-f-content-with-cover__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-content-with-cover__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-content-with-cover__caption {
    font-size: 44px;
  }
}

.b-f-content-with-cover__wricon {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
}

.b-f-content-with-cover__button-wraper {
  margin-top: 16px;
}

.b-f-content-with-cover__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: 0.125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #5031CB;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  transition: .33s all;
}

@media only screen and (min-width: 1200px) {
  .b-f-content-with-cover__button {
    height: 62px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-f-content-with-cover__button {
    font-size: 18px;
  }
}

.b-f-content-with-cover__button:hover {
  color: #5031CB;
  background-color: #F9F5EA;
}

.b-f-content-with-cover__button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1200px) {
  .b-f-content-with-cover__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .b-f-content-with-cover__cover {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-content-with-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .b-f-content-with-cover__cover {
    margin-left: auto;
    flex: 0 0 calc( 11 * ( ( 100% - 23 * 30px ) / 24 ) + 10 * 30px + 0 * 30px);
    order: 2;
  }
  .b-f-content-with-cover__wricon {
    width: 4.6875vw;
  }
  .b-f-content-with-cover__content {
    flex: 0 0 calc( 11 * ( ( 100% - 23 * 30px ) / 24 ) + 10 * 30px + 0 * 30px);
    padding-left: 6.25vw;
  }
  .b-f-content-with-cover__caption {
    margin-bottom: 20px;
  }
  .b-f-content-with-cover__button-wraper {
    margin-top: 36px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-content-with-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .b-f-content-with-cover__cover {
    margin-left: auto;
    flex: 0 0 calc( 11 * ( ( 100% - 23 * 30px ) / 24 ) + 10 * 30px + 0 * 30px);
    order: 2;
  }
  .b-f-content-with-cover__content {
    flex: 0 0 calc( 10 * ( ( 100% - 23 * 30px ) / 24 ) + 9 * 30px + 0 * 30px);
    padding-left: 126px;
  }
  .b-f-content-with-cover__wricon {
    width: 90px;
  }
  .b-f-content-with-cover__caption {
    margin-bottom: 30px;
  }
  .b-f-content-with-cover__button-wraper {
    margin-top: 50px;
  }
}

.b-callback__cover {
  position: relative;
  margin-bottom: 40px;
}

.b-callback__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 110.72464%;
}

.b-callback__cover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-callback__caption {
  margin-bottom: 32px;
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  color: #fff;
}

.b-callback__caption:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .b-callback__caption {
    margin-bottom: 32px;
  }
  .b-callback__caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-callback__caption {
    margin-bottom: 40px;
  }
  .b-callback__caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-callback__caption {
    margin-bottom: 50px;
  }
  .b-callback__caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-callback__caption {
    margin-bottom: 55px;
  }
  .b-callback__caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-callback__caption {
    margin-bottom: 70px;
  }
  .b-callback__caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-callback__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-callback__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-callback__caption {
    font-size: 44px;
  }
}

.b-callback__caption-wricon {
  flex: 0 0 45px;
  width: 45px;
  max-width: 45px;
  margin-right: 12px;
}

.b-callback__caption-icon {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .b-callback__caption-wricon {
    margin-right: 24px;
  }
  .b-callback__cover {
    position: absolute;
    bottom: 50px;
    right: -4.16667vw;
    width: 46.66667vw;
    margin: 0;
  }
  .b-callback__body {
    max-width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .b-callback__caption-wricon {
    flex: 0 0 58px;
    width: 58px;
    max-width: 58px;
    margin-right: 24px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-callback__caption-wricon {
    margin-right: 36px;
  }
  .b-callback__cover {
    bottom: 32px;
    right: -80px;
    width: 896px;
  }
}

.b-f-feature-id1 {
  padding: 40px 12px;
  color: rgba(0, 0, 0, 0.7);
  background: #F9F5EA url(../img//general/bg-decor-feature1-xs.svg) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}

.b-f-feature-id1__gallery {
  margin-bottom: 24px;
}

.b-f-feature-id1__cover-main:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 80%;
}

.b-f-feature-id1__cover-2 {
  display: none;
}

.b-f-feature-id1__cover-2:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 75.55556%;
}

.b-f-feature-id1__cover-3 {
  display: none;
}

.b-f-feature-id1__cover-3:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 82.22222%;
}

.b-f-feature-id1__body {
  position: relative;
  padding-left: calc( 12vmin + 12px);
}

.b-f-feature-id1__wricon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12vmin;
}

.b-f-feature-id1__icon {
  width: 100%;
  height: auto;
}

.b-f-feature-id1__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 12px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-f-feature-id1__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id1__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id1__caption {
    font-size: 44px;
  }
}

.b-f-feature-id1__desc-col1 {
  margin-bottom: 1em;
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id1 {
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../img//general/bg-decor-feature1.svg);
  }
  .b-f-feature-id1__gallery {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .b-f-feature-id1__cover-main {
    width: calc((100% - 30px * 2) * 0.46429);
    border-radius: 20px;
    overflow: hidden;
  }
  .b-f-feature-id1__cover-main:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 79.74359%;
  }
  .b-f-feature-id1__cover-2 {
    display: block;
    width: calc((100% - 30px * 2) * 0.21429);
    margin-left: 30px;
    border-radius: 20px;
    overflow: hidden;
  }
  .b-f-feature-id1__cover-2:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 75.55556%;
  }
  .b-f-feature-id1__cover-3 {
    display: block;
    width: calc((100% - 30px * 2) * 0.32143);
    margin-left: 30px;
    border-radius: 20px;
    overflow: hidden;
  }
  .b-f-feature-id1__cover-3:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 82.22222%;
  }
  .b-f-feature-id1__body {
    padding-left: 5.72917vw;
  }
  .b-f-feature-id1__wricon {
    width: 3.125vw;
  }
  .b-f-feature-id1__content {
    display: flex;
  }
  .b-f-feature-id1__caption {
    flex: 0 0 calc( 7 * ( ( 100% - 20 * 30px ) / 21 ) + 6 * 30px + 0 * 30px);
    max-width: calc( 7 * ( ( 100% - 20 * 30px ) / 21 ) + 6 * 30px + 0 * 30px);
    margin-right: 30px;
  }
  .b-f-feature-id1__desc {
    flex: 0 0 calc( 14 * ( ( 100% - 20 * 30px ) / 21 ) + 13 * 30px + 0 * 30px);
    max-width: calc( 14 * ( ( 100% - 20 * 30px ) / 21 ) + 13 * 30px + 0 * 30px);
  }
}

@media only screen and (min-width: 1200px) {
  .b-f-feature-id1 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .b-f-feature-id1__gallery {
    margin-bottom: 100px;
  }
  .b-f-feature-id1__desc {
    display: flex;
  }
  .b-f-feature-id1__desc-col1 {
    flex: 0 0 calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
    max-width: calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
    margin-right: auto;
  }
  .b-f-feature-id1__desc-col2 {
    flex: 0 0 calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
    max-width: calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id1 {
    padding-left: 51px;
    padding-right: 51px;
  }
  .b-f-feature-id1__gallery {
    margin-bottom: 150px;
  }
  .b-f-feature-id1__cover-main {
    width: calc((100% - 30px * 2) * 0.46429);
  }
  .b-f-feature-id1__cover-2 {
    width: calc((100% - 30px * 2) * 0.21429);
    margin-left: 30px;
  }
  .b-f-feature-id1__cover-3 {
    width: calc((100% - 30px * 2) * 0.32143);
    margin-left: 30px;
  }
  .b-f-feature-id1__body {
    padding-left: 109px;
  }
  .b-f-feature-id1__wricon {
    width: 60px;
  }
  .b-f-feature-id1__desc {
    display: flex;
  }
  .b-f-feature-id1__desc-col1 {
    flex: 0 0 calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
    margin-right: auto;
  }
  .b-f-feature-id1__desc-col2 {
    flex: 0 0 calc( 6 * ( ( 100% - 13 * 30px ) / 14 ) + 5 * 30px + 0 * 30px);
  }
}

.b-f-feature-id2 {
  margin-bottom: 40px;
  position: relative;
  padding-top: 115.2vmin;
}

.b-f-feature-id2:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .b-f-feature-id2 {
    margin-bottom: 40px;
  }
  .b-f-feature-id2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-f-feature-id2 {
    margin-bottom: 60px;
  }
  .b-f-feature-id2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id2 {
    margin-bottom: 80px;
  }
  .b-f-feature-id2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-f-feature-id2 {
    margin-bottom: 100px;
  }
  .b-f-feature-id2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id2 {
    margin-bottom: 150px;
  }
  .b-f-feature-id2:last-child {
    margin-bottom: 0;
  }
}

.b-f-feature-id2__bg-layer {
  position: absolute;
  left: -4vw;
  top: 0;
  width: 100vw;
  height: 138.66667vmin;
  z-index: 1;
}

.b-f-feature-id2__bg-layer-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 50%;
}

.b-f-feature-id2__body {
  position: relative;
  padding-top: 5px;
  padding-left: calc( 12vmin + 12px);
  z-index: 2;
}

.b-f-feature-id2__wricon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12vmin;
}

.b-f-feature-id2__icon {
  width: 100%;
  height: auto;
}

.b-f-feature-id2__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #fff;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-f-feature-id2__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id2__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id2__caption {
    font-size: 44px;
  }
}

.b-f-feature-id2__desc {
  color: rgba(255, 255, 255, 0.5);
}

.b-f-feature-id2__cover {
  margin-top: 40px;
  pointer-events: none;
}

.b-f-feature-id2__cover-pic {
  display: block;
  max-width: none;
  width: 110%;
  margin-left: -10%;
}

@media only screen and (min-width: 420px) {
  .b-f-feature-id2__cover-pic {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-f-feature-id2__body {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id2 {
    min-height: 45.83333vw;
    padding-top: 33.95833vw;
  }
  .b-f-feature-id2__bg-layer {
    left: -2.43055vw;
    width: 44.01042vw;
    height: 45.83333vw;
  }
  .b-f-feature-id2__bg-layer-pic {
    object-position: right;
  }
  .b-f-feature-id2__body {
    padding: 0;
  }
  .b-f-feature-id2__content {
    max-width: calc( 12 * ( ( 100% - 23 * 30px ) / 24 ) + 11 * 30px + 0 * 30px);
  }
  .b-f-feature-id2__wricon {
    top: auto;
    bottom: calc(100% + 6.77083vw);
    width: 3.125vw;
  }
  .b-f-feature-id2__caption {
    margin-bottom: 20px;
  }
  .b-f-feature-id2__cover {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 41.14583vw;
    z-index: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .b-f-feature-id2::before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    left: -2.43055vw;
    top: -38%;
    width: 100vw;
    height: 100%;
    background: url(../img//general/bg-decor-pic01.svg) no-repeat top;
    background-size: 100% auto;
  }
  .b-f-feature-id2__content {
    max-width: calc( 9 * ( ( 100% - 23 * 30px ) / 24 ) + 8 * 30px + 0 * 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id2 {
    min-height: 880px;
    padding-top: 652px;
  }
  .b-f-feature-id2::before {
    left: calc(921px - 50vw);
  }
  .b-f-feature-id2__bg-layer {
    left: calc(921px - 50vw);
    width: 845px;
    height: 880px;
  }
  .b-f-feature-id2__wricon {
    bottom: calc(100% + 130px);
    width: 60px;
  }
  .b-f-feature-id2__caption {
    margin-bottom: 30px;
  }
  .b-f-feature-id2__cover {
    width: 790px;
  }
}

.b-f-feature-id3 {
  margin-bottom: 40px;
  position: relative;
  padding: 40px 12px;
  background: #363A3C url(../img//general/bg-decor-pic02-xs.svg) no-repeat top;
  border-radius: 20px;
  overflow: hidden;
}

.b-f-feature-id3:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .b-f-feature-id3 {
    margin-bottom: 40px;
  }
  .b-f-feature-id3:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-f-feature-id3 {
    margin-bottom: 60px;
  }
  .b-f-feature-id3:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id3 {
    margin-bottom: 80px;
  }
  .b-f-feature-id3:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-f-feature-id3 {
    margin-bottom: 100px;
  }
  .b-f-feature-id3:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id3 {
    margin-bottom: 150px;
  }
  .b-f-feature-id3:last-child {
    margin-bottom: 0;
  }
}

.b-f-feature-id3__col-gallery {
  margin-bottom: 40px;
}

.b-f-feature-id3__gallery {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.b-f-feature-id3__m-cover {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}

.b-f-feature-id3__m-cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 70.3125%;
}

.b-f-feature-id3__m-cover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-f-feature-id3__s-cover {
  position: relative;
  width: 28vmin;
  margin-left: auto;
  border-radius: 5px;
  overflow: hidden;
  order: 4;
}

.b-f-feature-id3__s-cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 66.66667%;
}

.b-f-feature-id3__s-cover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-f-feature-id3__persons-items {
  display: flex;
  align-items: center;
}

.b-f-feature-id3__persons-item {
  display: block;
  position: relative;
  width: 12vmin;
  height: 12vmin;
  border-radius: 50%;
  overflow: hidden;
}

.b-f-feature-id3__persons-item:nth-child(n+2) {
  margin-left: -5.86667vmin;
}

.b-f-feature-id3__persons-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-f-feature-id3__persons-item-add {
  width: 12vmin;
  height: 12vmin;
  margin-left: 4px;
}

.b-f-feature-id3__persons-item-add img {
  display: block;
  width: 100%;
  height: auto;
}

.b-f-feature-id3__persons-caption {
  margin-top: 8px;
  letter-spacing: normal;
  font-weight: 500;
}

.b-f-feature-id3__content {
  position: relative;
  margin-bottom: 40px;
  padding-left: calc( 12vmin + 12px);
  z-index: 9;
}

.b-f-feature-id3__wricon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12vmin;
}

.b-f-feature-id3__icon {
  width: 100%;
  height: auto;
}

.b-f-feature-id3__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #fff;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-f-feature-id3__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id3__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id3__caption {
    font-size: 44px;
  }
}

.b-f-feature-id3__desc {
  color: rgba(255, 255, 255, 0.5);
}

.b-f-feature-id3__button-wraper {
  display: none;
}

.b-f-feature-id3__goto {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .b-f-feature-id3__content {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id3 {
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../img//general/bg-decor-pic02.svg);
    display: flex;
  }
  .b-f-feature-id3__col-gallery {
    flex: 0 0 47%;
    max-width: calc(50% - 15px);
    margin: 0 auto 0 0;
    padding: 0;
  }
  .b-f-feature-id3__col-content {
    flex: 0 0 calc(50% - 15px);
    margin: 0;
    padding: 0;
  }
  .b-f-feature-id3__m-cover {
    margin-bottom: 30px;
  }
  .b-f-feature-id3__s-cover {
    width: 10.41667vw;
    border-radius: 20px;
  }
  .b-f-feature-id3__s-cover:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 75%;
  }
  .b-f-feature-id3__persons-item {
    width: 6.5625vw;
    height: 6.5625vw;
  }
  .b-f-feature-id3__persons-item:nth-child(n+2) {
    margin-left: -3.28125vw;
  }
  .b-f-feature-id3__persons-item-add {
    width: 6.5625vw;
    height: 6.5625vw;
    margin-left: 8px;
  }
  .b-f-feature-id3__persons-caption {
    font-size: 16px;
    margin-top: 12px;
    margin-left: 3.4375vw;
  }
  .b-f-feature-id3__wricon {
    width: 3.125vw;
  }
  .b-f-feature-id3__content {
    margin-bottom: 50px;
  }
  .b-f-feature-id3__caption {
    margin-bottom: 20px;
  }
  .b-f-feature-id3__button-wraper {
    display: block;
  }
  .b-f-feature-id3__goto {
    display: flex;
    justify-content: flex-end;
    margin-top: -30px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .b-f-feature-id3 {
    padding-bottom: 100px;
  }
  .b-f-feature-id3__m-cover {
    border-radius: 20px;
  }
  .b-f-feature-id3__m-cover:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 76.54321%;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id3 {
    padding: 55px 50px 150px;
  }
  .b-f-feature-id3__col-gallery {
    flex: 0 0 47%;
    max-width: 810px;
  }
  .b-f-feature-id3__col-content {
    flex: 0 0 50%;
    max-width: 850px;
  }
  .b-f-feature-id3__m-cover {
    margin-bottom: 40px;
  }
  .b-f-feature-id3__s-cover {
    width: 200px;
  }
  .b-f-feature-id3__persons-item {
    width: 126px;
    height: 126px;
  }
  .b-f-feature-id3__persons-item:nth-child(n+2) {
    margin-left: -63px;
  }
  .b-f-feature-id3__persons-item-add {
    width: 126px;
    height: 126px;
    margin-left: 8px;
  }
  .b-f-feature-id3__persons-caption {
    font-size: 16px;
    margin-top: 16px;
    margin-left: 66px;
  }
  .b-f-feature-id3__content {
    margin-bottom: 60px;
    padding-top: 185px;
  }
  .b-f-feature-id3__wricon {
    top: 55px;
    width: 60px;
  }
  .b-f-feature-id3__caption {
    max-width: 66%;
    margin-bottom: 30px;
  }
}

.b-f-feature-id4 {
  padding: 40px 12px;
  color: rgba(0, 0, 0, 0.7);
  background: #fff url(../img//general/bg-decor-feature1-xs.svg) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}

.b-f-feature-id4__gallery {
  margin-bottom: 24px;
}

.b-f-feature-id4__cover-main:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 80%;
}

.b-f-feature-id4__cover-2 {
  display: none;
}

.b-f-feature-id4__cover-2:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 75.55556%;
}

.b-f-feature-id4__cover-3 {
  display: none;
}

.b-f-feature-id4__cover-3:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 82.22222%;
}

.b-f-feature-id4__body {
  position: relative;
  padding-left: calc( 12vmin + 12px);
}

.b-f-feature-id4__wricon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12vmin;
}

.b-f-feature-id4__icon {
  width: 100%;
  height: auto;
}

.b-f-feature-id4__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 12px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-f-feature-id4__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id4__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id4__caption {
    font-size: 44px;
  }
}

.b-f-feature-id4__desc-col1 {
  margin-bottom: 1em;
}

@media only screen and (min-width: 992px) {
  .b-f-feature-id4 {
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../img//general/bg-decor-feature1.svg);
  }
  .b-f-feature-id4__gallery {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .b-f-feature-id4__cover-main {
    width: calc((100% - 30px * 2) * 0.46429);
    border-radius: 20px;
    overflow: hidden;
  }
  .b-f-feature-id4__cover-main:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 79.74359%;
  }
  .b-f-feature-id4__cover-2 {
    display: block;
    width: calc((100% - 30px * 2) * 0.21429);
    margin-left: 30px;
    border-radius: 20px;
    overflow: hidden;
  }
  .b-f-feature-id4__cover-2:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 75.55556%;
  }
  .b-f-feature-id4__cover-3 {
    display: block;
    width: calc((100% - 30px * 2) * 0.32143);
    margin-left: 30px;
    border-radius: 20px;
    overflow: hidden;
  }
  .b-f-feature-id4__cover-3:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 82.22222%;
  }
  .b-f-feature-id4__body {
    padding-left: 5.72917vw;
  }
  .b-f-feature-id4__wricon {
    width: 3.125vw;
  }
  .b-f-feature-id4__content {
    display: flex;
  }
  .b-f-feature-id4__caption {
    flex: 0 0 calc( 7 * ( ( 100% - 20 * 30px ) / 21 ) + 6 * 30px + 0 * 30px);
    max-width: calc( 7 * ( ( 100% - 20 * 30px ) / 21 ) + 6 * 30px + 0 * 30px);
    margin-right: 30px;
  }
  .b-f-feature-id4__desc {
    flex: 0 0 calc( 14 * ( ( 100% - 20 * 30px ) / 21 ) + 13 * 30px + 0 * 30px);
    max-width: calc( 14 * ( ( 100% - 20 * 30px ) / 21 ) + 13 * 30px + 0 * 30px);
  }
}

@media only screen and (min-width: 1200px) {
  .b-f-feature-id4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .b-f-feature-id4__gallery {
    margin-bottom: 100px;
  }
  .b-f-feature-id4__desc {
    display: flex;
  }
  .b-f-feature-id4__desc-col1 {
    flex: 0 0 calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
    max-width: calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
    margin-right: auto;
  }
  .b-f-feature-id4__desc-col2 {
    flex: 0 0 calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
    max-width: calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .b-f-feature-id4 {
    padding-left: 51px;
    padding-right: 51px;
  }
  .b-f-feature-id4__gallery {
    margin-bottom: 150px;
  }
  .b-f-feature-id4__cover-main {
    width: calc((100% - 30px * 2) * 0.46429);
  }
  .b-f-feature-id4__cover-2 {
    width: calc((100% - 30px * 2) * 0.21429);
    margin-left: 30px;
  }
  .b-f-feature-id4__cover-3 {
    width: calc((100% - 30px * 2) * 0.32143);
    margin-left: 30px;
  }
  .b-f-feature-id4__body {
    padding-left: 109px;
  }
  .b-f-feature-id4__wricon {
    width: 60px;
  }
  .b-f-feature-id4__desc {
    display: flex;
  }
  .b-f-feature-id4__desc-col1 {
    flex: 0 0 calc( 7 * ( ( 100% - 13 * 30px ) / 14 ) + 6 * 30px + 0 * 30px);
    margin-right: auto;
  }
  .b-f-feature-id4__desc-col2 {
    flex: 0 0 calc( 6 * ( ( 100% - 13 * 30px ) / 14 ) + 5 * 30px + 0 * 30px);
  }
}

.b-goto-card__cover-wraper {
  width: 100%;
  margin-bottom: 24px;
  padding: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.b-goto-card__cover {
  margin-bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
}

.b-goto-card__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 67.34007%;
}

.b-goto-card__cover-txt {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
}

.b-goto-card__more {
  text-align: center;
}

.b-goto-card__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  font-size: 4.8vmin;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: currentColor;
  outline: none;
  border: none;
  cursor: pointer;
  transition: .33s color;
}

.b-goto-card__button-icon {
  position: relative;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  top: -0.1em;
}

.b-goto-card__button:hover {
  color: #5031CB;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-goto-card__button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .b-goto-card__button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 568px) {
  .b-goto-card {
    max-width: 320px;
  }
  .b-goto-card__cover-txt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .b-goto-card {
    width: 17.70833vw;
  }
  .b-goto-card__cover-txt {
    font-size: 0.83333vw;
  }
  .b-goto-card__button {
    font-size: 0.9375vw;
  }
  .b-goto-card__button-icon {
    width: 11px;
    height: 11px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-goto-card {
    width: 320px;
  }
  .b-goto-card__cover-txt {
    font-size: 16px;
  }
  .b-goto-card__button {
    font-size: 18px;
  }
}

.b-factors {
  padding: 40px 0 0;
  color: #fff;
  background-color: #363A3C;
  border-radius: 30px;
  overflow: hidden;
}

.b-factors__caption {
  font-family: "TT Livret", sans-serif;
  font-size: 6.4vmin;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-factors__caption {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .b-factors__caption {
    font-size: 3.33333vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-factors__caption {
    font-size: 64px;
  }
}

.b-factors__item {
  position: relative;
}

.b-factors__item:nth-child(1) {
  padding: 0 12px 32px;
}

.b-factors__item:nth-child(n+2) {
  padding: 24px 12px 60px;
  border-radius: 30px 30px 0 0;
}

.b-factors__item:nth-child(n+3) {
  margin-top: -25px;
}

.b-factors__item:nth-child(2n+2) {
  color: #000;
  background-color: #F9F5EA;
}

.b-factors__item:nth-child(2n+1):not(:first-child) {
  color: #000;
  background-color: #D7BCB3;
}

.b-factors__item-cover {
  position: relative;
  margin-bottom: 24px;
}

.b-factors__item-wrpic {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.b-factors__item-wrpic:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 60.625%;
}

.b-factors__item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-factors__item-desc {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .b-factors {
    padding-top: 50px;
  }
  .b-factors__caption {
    margin-bottom: 32px;
  }
  .b-factors__item {
    position: relative;
    display: flex;
    z-index: 1;
  }
  .b-factors__item-cover {
    align-self: flex-start;
    flex: 0 0 10.625vw;
    max-width: 10.625vw;
    margin-right: 5.46875vw;
    z-index: 2;
  }
  .b-factors__item-cover::after {
    content: "";
    display: block;
    position: absolute;
    top: -17%;
    left: -17%;
    width: 134%;
    height: 134%;
    background: url(../img//general/pic-outlines-decor.svg) no-repeat center center;
    background-size: contain;
    z-index: -1;
  }
  .b-factors__item:nth-child(1) .b-factors__item-cover::after {
    background-image: url(../img//general/pic-outlines-decor-white.svg);
  }
  .b-factors__item-wrpic:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 95.09804%;
  }
  .b-factors__item-desc {
    font-size: 2.29167vw;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .b-factors {
    padding-top: 70px;
  }
  .b-factors__caption {
    margin-bottom: 50px;
  }
  .b-factors__item:nth-child(1) {
    padding: 0 50px 44px;
  }
  .b-factors__item:nth-child(n+2) {
    padding: 70px 50px;
  }
  .b-factors__item-desc {
    max-width: calc( 16 * ( ( 100% - 23 * 30px ) / 24 ) + 15 * 30px + 0 * 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .b-factors__item-cover {
    flex: 0 0 204px;
    max-width: 204px;
    margin-right: 105px;
  }
  .b-factors__item-desc {
    max-width: calc( 14 * ( ( 100% - 23 * 30px ) / 24 ) + 13 * 30px + 0 * 30px);
    font-size: 44px;
  }
}

.b-razdel {
  counter-reset: razdel;
}

.b-razdel__items {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.b-razdel__item {
  display: flex;
  align-items: center;
  counter-increment: razdel;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.b-razdel__item::before {
  content: "0" counter(razdel);
  display: block;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75em;
  height: 1.6875em;
  margin-right: 24px;
  padding: 0.2em 0 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid currentColor;
  border-radius: 50%;
}

.b-razdel__item-link {
  color: inherit;
  text-decoration: none;
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-razdel__item-link {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-razdel__item-link {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-razdel__item-link {
    font-size: 44px;
  }
}

.b-razdel__item-link-icon {
  width: 9px;
  height: 9px;
  margin-right: 8px;
}

.b-razdel__item-link:hover {
  color: #5031CB;
}

@media only screen and (min-width: 992px) {
  .b-razdel__item {
    margin-left: calc( 1 * ( ( 100% - 1 * 30px ) / 2 ) + 0 * 30px + 1 * 30px);
  }
  .b-razdel__item::before {
    font-size: 20px;
    margin-right: 50px;
  }
  .b-razdel__item-link-icon {
    width: 13px;
    height: 13px;
    margin-right: 16px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-razdel__item {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (hover: hover) {
  .b-razdel__item::before {
    transition: color 0.33s, border-color 0.33s;
  }
  .b-razdel__item:hover::before {
    color: rgba(80, 49, 203, 0.3);
  }
}

.b-academy-benefits {
  background-color: #fff;
}

.b-academy-benefits__item {
  overflow: hidden;
}

.b-academy-benefits__item-col--content {
  padding: 24px 4vw;
}

.b-academy-benefits__content-sl-item:nth-child(n+2) {
  display: none;
}

.b-academy-benefits__gallery-item:nth-child(n+2) {
  
}

.b-academy-benefits__cover {
  position: relative;
  width: 100%;
  height: 73.33333vmin;
}

.b-academy-benefits__cover-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-academy-benefits__content {
  position: relative;
  padding-top: 6px;
  padding-left: calc( 12vmin + 12px);
  z-index: 9;
}

.b-academy-benefits__wricon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12vmin;
}

.b-academy-benefits__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #000;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-academy-benefits__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {

  .b-academy-benefits{
    height: 300vh;
  }

  .b-academy-benefits__caption {
    font-size: 2.29167vw;
  }  
}

@media only screen and (min-width: 1800px) {
  .b-academy-benefits__caption {
    font-size: 44px;
  }
}

.b-academy-benefits__desc {
  color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 992px) {
  .b-academy-benefits__item {
    display: flex;
    height: 100vh;
  }
  .b-academy-benefits__item-col {
    flex: 0 0 50%;
    margin: 0;
    padding: 0;
  }
  .b-academy-benefits__item-col--gallery {
    order: 3;
  }
  .b-academy-benefits__item__col-content {
    flex: 0 0 50%;
    height: 49.47917vw;
    margin: 0;
    padding: 0;
  }

  .b-academy-benefits__item:nth-child(1){
    position: sticky; top: 0;
  }

  .b-academy-benefits__item:nth-child(n+2) {
    display: none;
  }
  .b-academy-benefits__content-sl {
    height: 100vh;
  }
  .b-academy-benefits__content-sl-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .b-academy-benefits__content-sl-item:nth-child(n+2) {
    display: flex;
  }
  .b-academy-benefits__gallery {
    position: relative;
    height: 100vh;
  }
  .b-academy-benefits__gallery-item {
    height: 100vh;
  }
  .b-academy-benefits__gallery-item:nth-child(n+2) {
    position: absolute;
    top: 100%; left: 0; width: 100%;
    display: block;
  }
  .b-academy-benefits__cover {
    height: 100vh;
  }
  .b-academy-benefits__content {
    max-width: 70%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .b-academy-benefits__wricon {
    display: inline-block;
    position: static;
    margin: 0 0 40px;
    padding: 0;
  }
  .b-academy-benefits__caption {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

.b-filter {
  margin: 0 -4vw 40px;
  overflow: hidden;
}

.b-filter__items {
  margin-bottom: -10px;
  padding: 0 4vw 10px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.b-filter__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-width: 6.42857em;
  height: 2.28571em;
  margin-right: 8px;
  padding: 0.25em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #000;
  border-radius: 7px;
  border: 1px solid currentColor;
  cursor: pointer;
}

.site--bg-dark .b-filter__item {
  color: #fff;
}

.b-filter__item:last-child {
  margin-right: 0;
}

.b-filter__item._active {
  color: #fff;
  background-color: #5031CB;
  border-color: #5031CB;
}

.b-tabs {
  margin: 0 -4vw 40px;
  overflow: hidden;
}

.b-tabs__items {
  margin-bottom: -10px;
  padding: 0 4vw 10px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.b-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-width: 6.42857em;
  height: 2.28571em;
  margin-right: 8px;
  padding: 0.25em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #000;
  border-radius: 7px;
  border: 1px solid currentColor;
  cursor: pointer;
}

.site--bg-dark .b-tabs__item {
  color: #fff;
}

.b-tabs__item:last-child {
  margin-right: 0;
}

.b-tabs__item._active {
  color: #fff;
  background-color: #5031CB;
  border-color: #5031CB;
}

.tab-content {
  display: none;
}

.tab-content._open {
  display: block;
}

table {
  min-width: 100%;
  font-size: 3.73333vmin;
  text-align: left;
  table-layout: fixed;
  border-collapse: collapse;
}

@media only screen and (min-width: 1200px) {
  table {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1800px) {
  table {
    font-size: 24px;
  }
}

th {
  font-weight: normal;
  white-space: nowrap;
}

td {
  color: currentColor;
}

.site--bg-dark td {
  color: rgba(255, 255, 255, 0.5);
}

th,
td {
  padding: 8px 8px 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

th:last-child,
td:last-child {
  text-align: right;
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  th,
  td {
    padding-top: 12px;
    padding-top: 12px;
  }
}

/* BLOG */
.b-cards-grid__item {
  margin-top: 16px;
}

.b-cards-grid__item:nth-child(-n+1) {
  margin-top: 0;
}

@media only screen and (min-width: 568px) {
  .b-cards-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
  }
  .b-cards-grid__item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .b-cards-grid__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-cards-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
  }
  .b-cards-grid__item {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .b-cards-grid__item:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-cards-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-cards-grid__item {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 32px;
  }
}

.b-blog-more {
  margin-top: 32px;
  text-align: center;
}

.b-blog-more:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 568px) {
  .b-blog-more {
    margin-top: 32px;
  }
  .b-blog-more:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-blog-more {
    margin-top: 40px;
  }
  .b-blog-more:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-blog-more {
    margin-top: 50px;
  }
  .b-blog-more:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-blog-more {
    margin-top: 55px;
  }
  .b-blog-more:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-blog-more {
    margin-top: 70px;
  }
  .b-blog-more:first-child {
    margin-top: 0;
  }
}

.b-blog-preview-card {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 12px 12px 28px;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
}

.site--bg-dark .b-blog-preview-card,
.section--bg-dark .b-blog-preview-card {
  background-color: #fff;
  border: none;
}

.b-blog-preview-card--is-cell {
  height: 100%;
}

.b-blog-preview-card__cover {
  margin-bottom: 8px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.b-blog-preview-card__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 85.35354%;
}

.b-blog-preview-card__data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 3.2vmin;
  font-weight: normal;
  line-height: 1;
}

.b-blog-preview-card__caption {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 4.8vmin;
  font-weight: 500;
  line-height: 1.15em;
  color: #000;
}

.b-blog-preview-card__desc {
  font-size: 3.73333vmin;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

.b-blog-preview-card__icon {
  pointer-events: none;
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #5031CB;
}

@media only screen and (min-width: 992px) {
  .b-blog-preview-card__caption {
    font-size: 1.66667vw;
  }
  .b-blog-preview-card__desc {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-blog-preview-card {
    padding: 20px 20px 60px;
  }
  .b-blog-preview-card__cover {
    margin-bottom: 12px;
  }
  .b-blog-preview-card__data {
    font-size: 14px;
  }
  .b-blog-preview-card__caption {
    margin-top: 32px;
  }
  .b-blog-preview-card__desc {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-blog-preview-card__caption {
    font-size: 32px;
  }
  .b-blog-preview-card__icon {
    bottom: 24px;
    right: 24px;
  }
}

.b-article h1, .b-article h2, .b-article h3, .b-article h4, .b-article strong, .b-article b {
  color: #000;
}

.site--bg-dark .b-article h1, .site--bg-dark .b-article h2, .site--bg-dark .b-article h3, .site--bg-dark .b-article h4, .site--bg-dark .b-article strong, .site--bg-dark .b-article b {
  color: currentColor;
}

.b-article h3 {
  margin-bottom: 24px;
}

.b-article h3:not(:first-child) {
  margin-top: 32px;
}

.b-article__facts {
  display: none;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .b-article h3 {
    margin-bottom: 32px;
  }
  .b-article h3:not(:first-child) {
    margin-top: 50px;
  }
  .b-article__facts {
    display: block;
    position: relative;
    width: 100%;
  }
  .b-article__facts-items {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    width: 172px;
    max-width: calc( 3 * ( ( 100% - 17 * 30px ) / 18 ) + 2 * 30px + 0 * 30px);
  }
  .b-article__facts-item {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
  }
  .b-article__facts-item-wrpic {
    margin-bottom: 12px;
  }
}

.b-article-cover {
  margin-bottom: 1em;
}

.b-article-cover img {
  width: 100%;
  border-radius: 20px;
}

.b-article-note {
  margin-bottom: 32px;
  padding: 40px 24px;
  text-align: center;
  background-color: #F9F5EA;
  border-radius: 10px;
}

.b-article-note:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .b-article-note {
    margin-bottom: 50px;
    padding-left: calc( 1 * ( ( 100% - 19 * 30px ) / 20 ) + 0 * 30px + 1 * 30px);
    padding-right: calc( 1 * ( ( 100% - 19 * 30px ) / 20 ) + 0 * 30px + 1 * 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .b-article-note {
    padding-left: calc( 1 * ( ( 100% - 15 * 30px ) / 16 ) + 0 * 30px + 1 * 30px);
    padding-right: calc( 1 * ( ( 100% - 15 * 30px ) / 16 ) + 0 * 30px + 1 * 30px);
  }
}

.b-article-facts {
  display: none;
  position: relative;
}

.b-article-facts__item {
  text-align: center;
}

.b-article-facts__item-wrpic {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1240px) {
  .b-article-facts {
    display: block;
    font-size: 18px;
    color: #5031cb;
  }
  .b-article-facts__items {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 180px;
    max-width: calc( 3 * ( ( 100% - 17 * 30px ) / 18 ) + 2 * 30px + 0 * 30px);
  }
  .b-article-facts__item {
    margin-bottom: 30px;
  }
  .b-article-facts__item:last-child {
    margin-bottom: 0;
  }
  .b-article-facts--bottom-fix .b-article-facts__items {
    top: auto;
    bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-article-facts__items {
    max-width: calc( 4 * ( ( 100% - 15 * 30px ) / 16 ) + 3 * 30px + 0 * 30px);
  }
}

/* About */
.b-about__col {
  margin-bottom: 16px;
}

.b-about__col:last-child {
  margin-bottom: 0;
}

.b-about__cover {
  border-radius: 20px;
  overflow: hidden;
}

.b-about__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 100%;
}

.b-about__desc {
  margin-bottom: 16px;
  font-size: 4.8vmin;
}

@media only screen and (min-width: 768px) {
  .b-about {
    display: flex;
  }
  .b-about__col {
    margin: 0;
    flex: 0 0 calc( 1 * ( ( 100% - 1 * 12px ) / 2 ) + 0 * 12px + 0 * 12px);
  }
  .b-about__col:nth-child(1) {
    margin-right: 12px;
  }
  .b-about__cover:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 97.5%;
  }
  .b-about__desc {
    font-size: 3.125vw;
  }
}

@media only screen and (min-width: 992px) {
  .b-about__col {
    flex: 0 0 calc( 1 * ( ( 100% - 1 * 30px ) / 2 ) + 0 * 30px + 0 * 30px);
  }
  .b-about__col:nth-child(1) {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-about__col {
    flex: 0 0 calc( 1 * ( ( 100% - 1 * 60px ) / 2 ) + 0 * 60px + 0 * 60px);
  }
  .b-about__col:nth-child(1) {
    flex: 0 0 calc( 11 * ( ( 100% - 23 * 60px ) / 24 ) + 10 * 60px + 0 * 60px);
    margin-right: 60px;
  }
  .b-about__col:nth-child(2) {
    flex: 0 0 calc( 12 * ( ( 100% - 23 * 60px ) / 24 ) + 11 * 60px + 0 * 60px);
  }
  .b-about__desc {
    margin-bottom: 60px;
    font-size: 60px;
  }
}

.b-about-features {
  border-radius: 30px;
  overflow: hidden;
}

.b-about-features__item {
  position: relative;
  padding: 24px 12px 60px;
  border-radius: 30px 30px 0 0;
  z-index: 1;
}

.b-about-features__item:nth-child(1) {
  background-color: #F9F5EA;
}

.b-about-features__item:nth-child(2) {
  background-color: #D7BCB3;
}

.b-about-features__item:nth-child(3) {
  background-color: #F9F5EA;
}

.b-about-features__item:nth-child(4) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #363A3C;
}

.b-about-features__item:nth-child(n+2) {
  margin-top: -25px;
}

.b-about-features__item-cover {
  position: relative;
  margin-bottom: 24px;
}

.b-about-features__item-wrpic {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.b-about-features__item-wrpic:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 60.625%;
}

.b-about-features__item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-about-features__item-caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: #000;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-about-features__item-caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-about-features__item-caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-about-features__item-caption {
    font-size: 44px;
  }
}

.b-about-features__item:nth-child(4) .b-about-features__item-caption {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .b-about-features__item {
    display: flex;
  }
  .b-about-features__item-cover {
    align-self: flex-start;
    flex: 0 0 10.625vw;
    max-width: 10.625vw;
    margin-right: 5.46875vw;
    z-index: 2;
  }
  .b-about-features__item-cover::after {
    content: "";
    display: block;
    position: absolute;
    top: -17%;
    left: -17%;
    width: 134%;
    height: 134%;
    background: url(../img//general/pic-outlines-decor.svg) no-repeat center center;
    background-size: contain;
    z-index: -1;
  }
  .b-about-features__item:nth-child(4) .b-about-features__item-cover::after {
    background-image: url(../img//general/pic-outlines-decor-white.svg);
  }
  .b-about-features__item-wrpic:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 95.09804%;
  }
}

@media only screen and (min-width: 1200px) {
  .b-about-features__item {
    padding: 70px 50px;
  }
  .b-about-features__item-caption {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-about-features__item-cover {
    margin-right: 105px;
    flex: 0 0 204px;
    max-width: 204px;
  }
  .b-about-features__item-caption {
    margin-bottom: 30px;
  }
}

/* Page Templates */
.b-page-block-id01__group-main {
  margin-bottom: 40px;
}

.b-page-block-id01__cover, .b-page-block-id01__gallery {
  margin-bottom: 24px;
}

.b-page-block-id01__cover {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.b-page-block-id01__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 76.52174%;
}

.b-page-block-id01__cover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-page-block-id01__gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.b-page-block-id01__gallery-item:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 76.52174%;
}

.b-page-block-id01__gallery-item:nth-child(n+2) {
  display: none;
}

.b-page-block-id01__gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-page-block-id01__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-page-block-id01__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-page-block-id01__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-page-block-id01__caption {
    font-size: 44px;
  }
}

.b-page-block-id01__more {
  margin-top: 24px;
}

@media only screen and (min-width: 992px) {
  .b-page-block-id01 {
    display: flex;
  }
  .b-page-block-id01__group-main, .b-page-block-id01__group-sec {
    flex: 0 0 calc( 1 * ( ( 100% - 1 * 30px ) / 2 ) + 0 * 30px + 0 * 30px);
    max-width: calc( 1 * ( ( 100% - 1 * 30px ) / 2 ) + 0 * 30px + 0 * 30px);
  }
  .b-page-block-id01__group-main {
    margin-right: 30px;
  }
  .b-page-block-id01__caption {
    margin-bottom: 20px;
  }
  .b-page-block-id01__cover {
    margin-bottom: 50px;
    max-width: 872px;
  }
  .b-page-block-id01__cover:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 71.33028%;
  }
  .b-page-block-id01__gallery {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 36px;
  }
  .b-page-block-id01__gallery-item:nth-child(1) {
    width: calc( 7 * ( ( 100% - 11 * 30px ) / 12 ) + 6 * 30px + 0 * 30px);
    max-width: 500px;
    margin-right: 30px;
  }
  .b-page-block-id01__gallery-item:nth-child(1):before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 88.8%;
  }
  .b-page-block-id01__gallery-item:nth-child(2) {
    display: block;
    width: calc( 5 * ( ( 100% - 11 * 30px ) / 12 ) + 4 * 30px + 0 * 30px);
    max-width: 360px;
    margin-left: auto;
  }
  .b-page-block-id01__gallery-item:nth-child(2):before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 76.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id01__group-main {
    padding-right: 24px;
  }
  .b-page-block-id01__more {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-page-block-id01__group-main {
    padding-right: 34px;
  }
  .b-page-block-id01__caption {
    margin-bottom: 30px;
  }
}

.b-meet-to-person {
  margin-top: 40px;
}

.b-meet-to-person:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 568px) {
  .b-meet-to-person {
    margin-top: 40px;
  }
  .b-meet-to-person:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-meet-to-person {
    margin-top: 60px;
  }
  .b-meet-to-person:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-meet-to-person {
    margin-top: 80px;
  }
  .b-meet-to-person:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-meet-to-person {
    margin-top: 100px;
  }
  .b-meet-to-person:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-meet-to-person {
    margin-top: 150px;
  }
  .b-meet-to-person:first-child {
    margin-top: 0;
  }
}

.b-meet-to-person__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-meet-to-person__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-meet-to-person__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-meet-to-person__caption {
    font-size: 44px;
  }
}

.b-meet-to-person__desc-col {
  margin-bottom: 1em;
}

.b-meet-to-person__person-cover {
  position: relative;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}

.b-meet-to-person__person-cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 107.24638%;
}

.b-meet-to-person__person-cover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-meet-to-person__callback {
  margin-top: 24px;
}

@media only screen and (max-width: 567px) {
  .b-meet-to-person {
    display: flex;
    flex-direction: column;
  }
  .b-meet-to-person__person-info, .b-meet-to-person__desc {
    display: contents;
  }
  .b-meet-to-person__caption {
    order: -1;
  }
  .b-meet-to-person__desc-col:nth-child(1) {
    margin-bottom: 24px;
    order: -1;
  }
}

@media only screen and (min-width: 992px) {
  .b-meet-to-person {
    display: flex;
    flex-wrap: wrap;
  }
  .b-meet-to-person__person-cover {
    flex: 0 0 16.14583vw;
    max-width: 16.14583vw;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .b-meet-to-person__person-info {
    flex: 0 0 calc(100% - 16.14583vw - 30px);
  }
  .b-meet-to-person__caption {
    margin-bottom: 20px;
  }
  .b-meet-to-person__desc {
    display: flex;
  }
  .b-meet-to-person__desc-col {
    flex: 0 1 calc( 1 * ( ( 100% - 1 * 30px ) / 2 ) + 0 * 30px + 0 * 30px);
    margin: 0;
  }
  .b-meet-to-person__desc-col:nth-child(1) {
    margin-right: 30px;
  }
  .b-meet-to-person__callback {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-meet-to-person__person-info {
    padding-top: 1em;
  }
}

@media only screen and (min-width: 1800px) {
  .b-meet-to-person__caption {
    margin-bottom: 30px;
  }
  .b-meet-to-person__desc-col:nth-child(2) {
    flex: 0 0 906px;
  }
}

.b-procedure-infoline {
  display: flex;
  margin-bottom: 40px;
}

.b-procedure-infoline__pic-wraper {
  flex: 0 0 34.13333vmin;
  margin-right: 24px;
}

.b-procedure-infoline__pic {
  width: auto;
  height: auto;
}

.b-procedure-infoline__body {
  flex: 0 1 auto;
}

.b-procedure-infoline__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-procedure-infoline__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-procedure-infoline__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-procedure-infoline__caption {
    font-size: 44px;
  }
}

.b-procedure-infoline__desc {
  margin-bottom: 16px;
  font-size: 3.73333vmin;
  line-height: 1.15;
}

.b-procedure-infoline__more-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: 0.125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  transition: .33s all;
  color: #A58EFF;
  background-color: transparent;
  border: 1px solid #A58EFF;
}

@media only screen and (min-width: 1200px) {
  .b-procedure-infoline__more-btn {
    height: 62px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-procedure-infoline__more-btn {
    font-size: 18px;
  }
}

.b-procedure-infoline__more-btn-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1200px) {
  .b-procedure-infoline__more-btn-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.b-procedure-infoline__more-btn:hover {
  color: #fff;
  background-color: #A58EFF;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-procedure-infoline__desc {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .b-procedure-infoline__pic-wraper {
    flex-basis: 12.70833vw;
    margin-right: 3.75vw;
  }
  .b-procedure-infoline__body {
    display: flex;
    align-items: center;
  }
  .b-procedure-infoline__caption {
    flex: 0 0 auto;
    max-width: 200px;
    margin: 0 30px 0 0;
  }
  .b-procedure-infoline__desc {
    flex: 0 1 auto;
    font-size: 2.08333vw;
    margin: 0 30px 0 0;
  }
  .b-procedure-infoline__more {
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 1800px) {
  .b-procedure-infoline {
    margin-bottom: 52px;
  }
  .b-procedure-infoline__pic-wraper {
    flex-basis: 244px;
    margin-right: 72px;
  }
  .b-procedure-infoline__desc {
    margin-right: 60px;
    font-size: 40px;
  }
}

.b-icf-procedure-infoline {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.b-icf-procedure-infoline--has-decor-line {
  padding-top: 24px;
  border: 1px solid currentColor;
  border-width: 1px 0 0;
}

.b-icf-procedure-infoline__pic-wraper {
  flex: 0 0 34.13333vmin;
  margin-right: 24px;
}

.b-icf-procedure-infoline__pic {
  width: auto;
  height: auto;
}

.b-icf-procedure-infoline__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-icf-procedure-infoline__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-icf-procedure-infoline__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-icf-procedure-infoline__caption {
    font-size: 44px;
  }
}

.b-icf-procedure-infoline__features {
  margin: 40px -4vw 0;
  overflow: hidden;
}

.b-icf-procedure-infoline__features-items {
  display: flex;
  margin-bottom: -10px;
  padding: 0 4vw 10px;
  overflow: hidden;
  overflow-x: auto;
}

.b-icf-procedure-infoline__features-item {
  display: flex;
  flex: 0 0 auto;
  max-width: 50vmin;
  margin-right: 24px;
}

.b-icf-procedure-infoline__features-item:last-child {
  margin-right: 0;
}

.b-icf-procedure-infoline__features-item-wricon {
  flex: 0 0 12vmin;
  max-width: 12vmin;
  margin-right: 12px;
}

.b-icf-procedure-infoline__features-item-desc {
  flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  line-height: normal;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-icf-procedure-infoline__features-item-wricon {
    flex-basis: 50px;
    max-width: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .b-icf-procedure-infoline--has-decor-line {
    padding-top: 32px;
  }
  .b-icf-procedure-infoline__pic-wraper {
    flex: 0 0 13.125vw;
    margin-right: 32px;
  }
  .b-icf-procedure-infoline__caption {
    flex: 0 0 13.64583vw;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .b-icf-procedure-infoline__features {
    flex: 0 0 calc(100% - 26.77083vw - 16px - 32px);
    margin: 0;
    overflow: initial;
  }
  .b-icf-procedure-infoline__features-items {
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .b-icf-procedure-infoline__features-item {
    flex: 1 1 auto;
    max-width: 25%;
  }
  .b-icf-procedure-infoline__features-item-wricon {
    flex: 0 0 3.125vw;
    max-width: 3.125vw;
    margin-right: 15px;
  }
  .b-icf-procedure-infoline__features-item-desc {
    font-size: 1.25vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-icf-procedure-infoline--has-decor-line {
    padding-top: 40px;
  }
  .b-icf-procedure-infoline__pic-wraper {
    flex: 0 0 252px;
    margin-right: 50px;
  }
  .b-icf-procedure-infoline__caption {
    flex: 0 0 262px;
    margin-right: 30px;
  }
  .b-icf-procedure-infoline__features {
    flex: 0 0 calc(100% - 252px - 262px - 30px - 50px);
  }
  .b-icf-procedure-infoline__features-item-wricon {
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 15px;
  }
  .b-icf-procedure-infoline__features-item-desc {
    font-size: 24px;
  }
}

.b-page-block-id02 {
  margin-bottom: 40px;
  padding: 40px 12px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #363A3C;
  border-radius: 20px;
  overflow: hidden;
}

.b-page-block-id02:last-child {
  margin-bottom: 0;
}

.b-page-block-id02__group-main {
  margin-bottom: 40px;
}

.b-page-block-id02__group-sec {
  margin-bottom: 40px;
}

.b-page-block-id02__group-third {
  margin-bottom: 40px;
}

.b-page-block-id02__group-third:last-child {
  margin-bottom: 0;
}

.b-page-block-id02__cover {
  position: relative;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}

.b-page-block-id02__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 70%;
}

.b-page-block-id02__cover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-page-block-id02__desc {
  margin-bottom: auto;
}

.b-page-block-id02__comb-eff {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.b-page-block-id02__comb-eff-pic-wraper {
  flex: 0 0 12vmin;
  max-width: 12vmin;
  margin-right: 12px;
}

.b-page-block-id02__comb-eff-desc {
  font-size: 4.8vmin;
  color: #fff;
}

.b-page-block-id02__buttons-item {
  margin-top: 16px;
}

.b-page-block-id02__buttons-item:first-child {
  margin-top: 0;
}

.b-page-block-id02__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: 0.125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  transition: .33s all;
  color: #000;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id02__button {
    height: 62px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id02__button {
    font-size: 18px;
  }
}

.b-page-block-id02__button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id02__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.b-page-block-id02__button:hover {
  color: #fff;
  background-color: #5031CB;
}

.b-page-block-id02__button--colorset-alt {
  color: #fff;
  background: transparent;
  border: 1px solid currentColor;
}

.b-page-block-id02__button--colorset-alt:hover {
  color: #000;
  background-color: #fff;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-page-block-id02__comb-eff-pic-wraper {
    max-width: 70px;
    margin-right: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .b-page-block-id02__buttons {
    display: flex;
  }
  .b-page-block-id02__buttons-item {
    margin: 0 24px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-page-block-id02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 30px;
  }
  .b-page-block-id02__group-main {
    flex: 0 0 40.625vw;
  }
  .b-page-block-id02__group-sec {
    flex: 0 0 28.125vw;
  }
  .b-page-block-id02__group-third {
    flex: 0 0 18.75vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .b-page-block-id02__cover {
    max-width: 780px;
  }
  .b-page-block-id02__cover:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 79.74359%;
  }
  .b-page-block-id02__comb-eff {
    display: block;
  }
  .b-page-block-id02__comb-eff-pic-wraper {
    width: 6.77083vw;
    margin-bottom: 24px;
  }
  .b-page-block-id02__comb-eff-desc {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id02 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-page-block-id02 {
    margin-bottom: 70px;
    padding: 40px;
  }
  .b-page-block-id02__group-main {
    flex: 0 0 780px;
  }
  .b-page-block-id02__group-sec {
    flex: 0 0 540px;
  }
  .b-page-block-id02__group-third {
    flex: 0 0 360px;
  }
  .b-page-block-id02__comb-eff-pic-wraper {
    width: 130px;
    margin-bottom: 32px;
  }
}

.b-page-block-id03 {
  margin-bottom: 40px;
  padding: 40px 12px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #F9F5EA;
  border-radius: 20px;
  overflow: hidden;
}

.b-page-block-id03:last-child {
  margin-bottom: 0;
}

.b-page-block-id03__group-main {
  margin-bottom: 40px;
}

.b-page-block-id03__group-sec {
  margin-bottom: 40px;
}

.b-page-block-id03__group-third {
  margin-bottom: 40px;
}

.b-page-block-id03__group-note {
  margin-bottom: 24px;
}

.b-page-block-id03__cover {
  position: relative;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}

.b-page-block-id03__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 70%;
}

.b-page-block-id03__cover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-page-block-id03__note {
  display: flex;
  align-items: center;
  padding: 40px 12px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.b-page-block-id03__note-wricon {
  flex: 0 0 14.66667vmin;
  max-width: 14.66667vmin;
  margin-right: 12px;
}

.b-page-block-id03__note-caption {
  font-size: 4.26667vmin;
}

.b-page-block-id03__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: 0.125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  transition: .33s all;
  color: #fff;
  background-color: #5031CB;
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id03__button {
    height: 62px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id03__button {
    font-size: 18px;
  }
}

.b-page-block-id03__button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id03__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.b-page-block-id03__button:hover {
  color: #5031CB;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .b-page-block-id03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 30px;
  }
  .b-page-block-id03__group-main {
    flex: 0 0 30.83333vw;
  }
  .b-page-block-id03__group-sec {
    flex: 0 0 19.6875vw;
  }
  .b-page-block-id03__group-third {
    flex: 0 0 calc( 100% - 19.6875vw - 30.83333vw - 2 * 20px);
  }
  .b-page-block-id03__cover:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 105.06757%;
  }
  .b-page-block-id03__group-sec .b-page-block-id03__cover:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 82.01058%;
  }
  .b-page-block-id03__note {
    padding: 18px 64px 18px 36px;
    border-radius: 20px;
  }
  .b-page-block-id03__note-wricon {
    flex: 0 0 4.16667vw;
    max-width: 4.16667vw;
    margin-right: 20px;
  }
  .b-page-block-id03__note-caption {
    font-size: 1em;
  }
  .b-page-block-id03__group-callback {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .b-page-block-id03 {
    margin-bottom: 50px;
  }
  .b-page-block-id03__group-third {
    flex: 0 0 calc( 100% - 19.6875vw - 30.83333vw - 2 * 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .b-page-block-id03 {
    margin-bottom: 70px;
    padding: 40px;
  }
  .b-page-block-id03__group-main {
    flex: 0 0 592px;
  }
  .b-page-block-id03__group-sec {
    flex: 0 0 378px;
  }
  .b-page-block-id03__group-third {
    flex: 0 0 calc( 100% - 378px - 592px - 2 * 30px);
  }
  .b-page-block-id03__note-wricon {
    flex: 0 0 80px;
    max-width: 80px;
  }
}

.b-ivashi__caption {
  margin-bottom: 24px;
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}

.b-ivashi__items {
  display: flex;
  flex-wrap: wrap;
}

.b-ivashi__item {
  flex: 0 0 calc( 1 * ( ( 100% - 1 * 12px ) / 2 ) + 0 * 12px + 0 * 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  text-align: center;
}

.b-ivashi__item:nth-child(-n+2) {
  margin-top: 0;
}

.b-ivashi__item-wricon {
  width: 14.66667vmin;
  margin-bottom: 8px;
}

.b-ivashi__item-caption {
  font-size: 1em;
  line-height: 1.15;
}

@media only screen and (min-width: 992px) {
  .b-ivashi {
    display: block;
    position: relative;
  }
  .b-ivashi__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 52%;
    max-width: 15.625vw;
    margin: 0;
    font-size: 2.29167vw;
  }
  .b-ivashi__items {
    display: block;
    position: relative;
  }
  .b-ivashi__items:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 84.42623%;
  }
  .b-ivashi__item {
    position: absolute;
    margin: 0;
  }
  .b-ivashi__item:nth-child(1) {
    top: 0;
    left: calc(50% - 5.20833vw);
    width: 10.41667vw;
  }
  .b-ivashi__item:nth-child(2) {
    top: 6.45833vw;
    left: calc(100% - 10.41667vw);
    width: 10.41667vw;
  }
  .b-ivashi__item:nth-child(3) {
    top: calc(100% - 6.66667vw - 6.51042vw);
    left: calc(100% - 10.41667vw);
    width: 10.41667vw;
  }
  .b-ivashi__item:nth-child(4) {
    top: calc(100% - 6.66667vw);
    left: calc(50% - 5.20833vw);
    width: 10.41667vw;
  }
  .b-ivashi__item:nth-child(5) {
    top: calc(100% - 6.66667vw - 6.51042vw);
    left: 0;
    width: 10.41667vw;
  }
  .b-ivashi__item:nth-child(6) {
    top: 6.45833vw;
    left: 0;
    width: 10.41667vw;
  }
  .b-ivashi__item-wricon {
    margin-bottom: 12px;
    width: 6.66667vw;
  }
  .b-ivashi__item-caption {
    font-size: 0.9375vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-ivashi__caption {
    max-width: 300px;
    font-size: 44px;
  }
  .b-ivashi__item:nth-child(1) {
    top: 0;
    left: calc(50% - 100px);
    width: 200px;
  }
  .b-ivashi__item:nth-child(2) {
    top: 124px;
    left: calc(100% - 200px);
    width: 200px;
  }
  .b-ivashi__item:nth-child(3) {
    top: calc(100% - 128px - 125px);
    left: calc(100% - 200px);
    width: 200px;
  }
  .b-ivashi__item:nth-child(4) {
    top: calc(100% - 128px);
    left: calc(50% - 100px);
    width: 200px;
  }
  .b-ivashi__item:nth-child(5) {
    top: calc(100% - 128px - 125px);
    left: 0;
    width: 200px;
  }
  .b-ivashi__item:nth-child(6) {
    top: 124px;
    left: 0;
    width: 200px;
  }
  .b-ivashi__item-wricon {
    margin-bottom: 16px;
    width: 128px;
  }
  .b-ivashi__item-caption {
    font-size: 18px;
  }
}

.b-program-heading {
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

.section--bg-dark .b-program-heading {
  border-color: #fff;
}

.b-program-heading__caption {
  font-size: 4.8vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #000;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-program-heading__caption {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-program-heading__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-program-heading__caption {
    font-size: 44px;
  }
}

.section--bg-dark .b-program-heading__caption {
  color: #fff;
}

.b-program-heading__label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
  padding: 10px 1em calc(10px - 0.25em);
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  background-color: #5031CB;
}

.b-program-heading__desc-1, .b-program-heading__desc-2 {
  margin-bottom: 16px;
  font-size: 1em;
}

.b-program-heading__desc-1:last-child, .b-program-heading__desc-2:last-child {
  margin-bottom: 0;
}

.b-program-heading__desc-1 {
  color: #000;
}

.section--bg-dark .b-program-heading__desc-1 {
  color: #fff;
}

.b-program-heading__desc-2 {
  color: rgba(0, 0, 0, 0.5);
}

.section--bg-dark .b-program-heading__desc-2 {
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 992px) {
  .b-program-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 16px;
  }
  .b-program-heading__label {
    margin: 0;
  }
  .b-program-heading__desc-1, .b-program-heading__desc-2 {
    margin: 0 0 0 1.5em;
  }
}

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

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: 0;
}

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

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.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-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: flex;
  justify-content: 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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.b-accordion {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.b-accordion__item {
  margin-bottom: 20px;
}

.b-accordion__item-header::after {
  content: "";
  display: block;
  position: absolute;
}

.b-checkout-mc-line {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #363A3C;
  z-index: 199;
}

.b-checkout-mc-line__inner {
  width: 92vw;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  align-items: center;
  height: 66px;
}

@media only screen and (min-width: 992px) {
  .b-checkout-mc-line__inner {
    width: 95.13889vw;
    max-width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .b-checkout-mc-line__inner {
    width: 1842px;
  }
}

.b-checkout-mc-line__mc-wraper {
  margin-right: auto;
}

.b-checkout-mc-line__mc-wraper:last-child {
  margin-right: 0;
}

.b-checkout-mc-line__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: .125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #5031cb;
  outline: none;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: .33s all;
}

@media only screen and (min-width: 1240px) {
  .b-checkout-mc-line__button {
    height: 62px;
  }
}

@media only screen and (min-width: 1240px) {
  .b-checkout-mc-line__button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-checkout-mc-line__button {
    font-size: 18px;
  }
}

.b-checkout-mc-line__button:hover {
  color: #5031cb;
  background-color: #f9f5ea;
}

.b-checkout-mc-line__button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1240px) {
  .b-checkout-mc-line__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-checkout-mc-line__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .b-checkout-mc-line__mc-wraper {
    margin-left: auto;
    margin-right: 24px;
  }
}

.b-checkout-mc {
  display: flex;
  align-items: center;
}

.b-checkout-mc__counter {
  display: flex;
  align-items: center;
}

.b-checkout-mc__counter-pretxt {
  font-family: "TT Commons", sans-serif;
  font-size: 3.73333vmin;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-right: 12px;
  margin-top: 0.25em;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-checkout-mc__counter-pretxt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .b-checkout-mc__counter-pretxt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1240px) {
  .b-checkout-mc__counter-pretxt {
    font-size: 18px;
  }
}

.b-checkout-mc__counter-val {
  font-family: "TT Commons", sans-serif;
  font-size: 3.73333vmin;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.77778em;
  height: 1.77778em;
  padding-top: 0.2em;
  color: #fff;
  background-color: #a58eff;
  border-radius: 50%;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-checkout-mc__counter-val {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .b-checkout-mc__counter-val {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1240px) {
  .b-checkout-mc__counter-val {
    font-size: 18px;
  }
}

.b-side-checkout {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 201;
  pointer-events: none;
  transition: background .33s;
}

.site._cart_opened .b-side-checkout {
  pointer-events: auto;
  backdrop-filter: blur(12px);
  transition-delay: 0s;
}

.b-side-checkout__closeline {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 202;
  background-color: #363A3C;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity .33s;
}

.site._cart_opened .b-side-checkout__closeline {
  transition: opacity .33s .33s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.b-side-checkout__close {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.b-side-checkout__close-icon {
  width: 100%;
  height: auto;
}

.b-side-checkout__body {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: #363A3C;
  overflow: hidden;
  transition: transform .33s ease-in-out;
  will-change: transform;
}

.site._cart_opened .b-side-checkout__body {
  transform: translateX(-100%);
}

.b-side-checkout__layers {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b-side-checkout__layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #363A3C;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9;
}

.b-side-checkout__layer:nth-child(n+2) {
  display: none;
}

.b-side-checkout__layer-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 60px 5vw 30px;
}

.b-side-checkout__group {
  margin-bottom: 32px;
}

.b-side-checkout__group:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .b-side-checkout__group {
    margin-bottom: 32px;
  }
  .b-side-checkout__group:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-side-checkout__group {
    margin-bottom: 40px;
  }
  .b-side-checkout__group:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-checkout__group {
    margin-bottom: 50px;
  }
  .b-side-checkout__group:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout__group {
    margin-bottom: 55px;
  }
  .b-side-checkout__group:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout__group {
    margin-bottom: 70px;
  }
  .b-side-checkout__group:last-child {
    margin-bottom: 0;
  }
}

.b-side-checkout__group-caption {
  font-family: "TT Livret", sans-serif;
  font-size: 6.4vmin;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-side-checkout__group-caption {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-checkout__group-caption {
    font-size: 3.33333vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout__group-caption {
    font-size: 64px;
  }
}

.b-side-checkout__group-caption:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .b-side-checkout__group-caption {
    margin-bottom: 32px;
  }
  .b-side-checkout__group-caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-side-checkout__group-caption {
    margin-bottom: 40px;
  }
  .b-side-checkout__group-caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-checkout__group-caption {
    margin-bottom: 50px;
  }
  .b-side-checkout__group-caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout__group-caption {
    margin-bottom: 55px;
  }
  .b-side-checkout__group-caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout__group-caption {
    margin-bottom: 70px;
  }
  .b-side-checkout__group-caption:last-child {
    margin-bottom: 0;
  }
}

.b-side-checkout__items {
  width: 100%;
}

.b-side-checkout__items-header {
  display: none;
}

.b-side-checkout__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding: 12px;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 8px;
}

.b-side-checkout__item:last-child {
  margin-bottom: 0;
}

.b-side-checkout__total {
  margin-top: 20px;
}

.b-side-checkout__total-sum {
  margin-bottom: 12px;
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.b-side-checkout__total-sum-currency {
  color: rgba(255, 255, 255, 0.5);
}

.b-side-checkout__order-button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #5031cb;
  outline: none;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: .33s all;
  width: 100%;
  height: 80px;
  padding-left: 80px;
  padding-right: 50px;
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout__order-button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout__order-button {
    font-size: 18px;
  }
}

.b-side-checkout__order-button:hover {
  color: #5031cb;
  background-color: #f9f5ea;
}

.b-side-checkout__order-button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout__order-button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout__order-button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.b-side-checkout__order-button-decor-icon {
  pointer-events: none;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 34px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.b-side-checkout__order-button-icon {
  position: absolute;
  bottom: 12px;
  right: 20px;
  pointer-events: none;
}

.b-side-checkout__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #5031cb;
  outline: none;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: .33s all;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout__button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout__button {
    font-size: 18px;
  }
}

.b-side-checkout__button:hover {
  color: #5031cb;
  background-color: #f9f5ea;
}

.b-side-checkout__button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.b-side-checkout__button._alt {
  color: #a58eff;
  background-color: transparent;
  border: 1px solid currentColor;
}

.b-side-checkout__button._alt:hover {
  color: #fff;
  background-color: #a58eff;
  border-color: #a58eff;
}

.b-side-checkout__button-icon {
  position: absolute;
  bottom: 12px;
  right: 20px;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .b-side-checkout__closeline {
    padding-right: 5vw;
  }
  .b-side-checkout__items {
    display: table;
    text-align: left;
    padding-right: 32px;
  }
  .b-side-checkout__items-header {
    display: table-row;
  }
  .b-side-checkout__items-header > * {
    display: table-cell;
    padding: 12px 12px 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .b-side-checkout__items-header > *:last-child {
    padding-right: 0;
    text-align: right;
  }
  .b-side-checkout__item {
    display: table-row;
    position: relative;
    padding: 0;
    border: none;
  }
  .b-side-checkout__item > * {
    display: table-cell;
    padding: 12px 12px 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .b-side-checkout__item-price {
    text-align: right;
    padding-right: 0;
  }
  .b-side-checkout__item-remove {
    position: absolute;
    left: 100%;
    top: calc(50% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .b-side-checkout__item-remove .icon {
    width: 15px;
    height: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-checkout__closeline {
    width: 90%;
  }
  .b-side-checkout__body {
    width: 90%;
  }
  .b-side-checkout__layer-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .b-side-checkout__total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
  }
  .b-side-checkout__total-sum {
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 44px;
    font-weight: 400;
  }
  .b-side-checkout__order-button {
    width: 330px;
    height: 100px;
    padding-left: 80px;
    padding-right: 50px;
  }
  .b-side-checkout__order-button-decor-icon {
    max-width: 45px;
    left: 30px;
  }
  .b-side-checkout__order-button-icon {
    bottom: 18px;
    right: 28px;
  }
  .b-side-checkout__button {
    width: 330px;
    height: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .b-side-checkout__button-icon {
    bottom: 18px;
    right: 28px;
  }
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout__closeline {
    height: 80px;
    padding-right: 60px;
  }
  .b-side-checkout__close {
    width: 50px;
    height: 50px;
  }
  .b-side-checkout__layer-inner {
    padding-top: 100px;
    padding-right: 60px;
    padding-left: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout__closeline {
    height: 100px;
    padding-right: 60px;
  }
  .b-side-checkout__close {
    width: 80px;
    height: 80px;
  }
  .b-side-checkout__layer-inner {
    padding-top: 160px;
    padding-right: 60px;
    padding-left: 100px;
  }
}

.b-success-offer-list {
  font-size: 3.73333vmin;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.b-success-offer-list__li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.b-success-offer-list__li-wricon {
  flex: 0 0 75px;
  width: 75px;
  margin-right: 20px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-success-offer-list {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .b-success-offer-list {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1240px) {
  .b-success-offer-list {
    max-width: 75%;
  }
  .b-success-offer-list__li {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-success-offer-list {
    font-size: 44px;
  }
  .b-success-offer-list__li {
    margin-bottom: 30px;
  }
  .b-success-offer-list__li-wricon {
    flex: 0 0 115px;
    width: 115px;
    margin-right: 30px;
  }
}

.b-success-offer-actions {
  margin-top: 20px;
}

.b-success-offer-actions__item {
  margin-bottom: 12px;
}

.b-success-offer-actions__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .b-success-offer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .b-success-offer-actions__item {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .b-success-offer-actions__item:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-success-offer-actions {
    margin-top: 30px;
  }
  .b-success-offer-actions__item {
    margin-right: 30px;
  }
  .b-success-offer-actions__item:last-child {
    margin-right: 0;
  }
}

.b-side-checkout-offer-btn-wraper {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .b-side-checkout-offer-btn-wraper {
    width: 415px;
  }
}

.b-side-checkout-offer-button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #5031cb;
  outline: none;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: .33s all;
  width: 100%;
  height: 80px;
  padding-left: 80px;
  padding-right: 50px;
  text-align: left;
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout-offer-button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout-offer-button {
    font-size: 18px;
  }
}

.b-side-checkout-offer-button:hover {
  color: #5031cb;
  background-color: #f9f5ea;
}

.b-side-checkout-offer-button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout-offer-button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout-offer-button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.b-side-checkout-offer-button__decor-icon {
  pointer-events: none;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 34px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.b-side-checkout-offer-button__icon {
  position: absolute;
  bottom: 12px;
  right: 20px;
  pointer-events: none;
}

@media only screen and (min-width: 992px) {
  .b-side-checkout-offer-button {
    width: 415px;
    height: 100px;
    padding-left: 80px;
    padding-right: 50px;
  }
  .b-side-checkout-offer-button__decor-icon {
    max-width: 61px;
    left: 30px;
  }
  .b-side-checkout-offer-button__icon {
    bottom: 18px;
    right: 28px;
  }
}

@media only screen and (min-width: 1240px) {
  .b-side-checkout-offer-button {
    padding-left: 115px;
  }
}

.b-side-checkout-offer-btn-add-txt {
  margin-top: 12px;
  padding: 0 5vw;
  text-align: center;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  background: url(../img/general/button-decor.svg) no-repeat top center;
  background-size: contain;
}

@media only screen and (min-width: 992px) {
  .b-side-checkout-offer-btn-add-txt {
    margin-top: 20px;
    padding: 0 75px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-checkout-offer-btn-add-txt {
    margin-top: 30px;
  }
}

.b-constructor__col {
  margin-top: 40px;
}

.b-constructor__col:first-child {
  margin-top: 0;
}

.b-constructor__filter {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #171A1C;
  border-radius: 20px;
}

.b-constructor__filter-pic-wraper {
  position: relative;
}

.b-constructor__filter-pic-wraper:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 157.63636%;
}

.b-constructor__filter-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .b-constructor__row {
    display: flex;
  }
  .b-constructor__col {
    margin: 0;
  }
  .b-constructor__col--filter {
    flex: 0 0 calc( 12 * ( ( 100% - 23 * 30px ) / 24 ) + 11 * 30px + 0 * 30px);
    width: calc( 12 * ( ( 100% - 23 * 30px ) / 24 ) + 11 * 30px + 0 * 30px);
    max-width: calc( 12 * ( ( 100% - 23 * 30px ) / 24 ) + 11 * 30px + 0 * 30px);
  }
  .b-constructor__col--products {
    flex: 0 0 calc( 12 * ( ( 100% - 23 * 30px ) / 24 ) + 11 * 30px + 0 * 30px);
    width: calc( 12 * ( ( 100% - 23 * 30px ) / 24 ) + 11 * 30px + 0 * 30px);
    max-width: calc( 12 * ( ( 100% - 23 * 30px ) / 24 ) + 11 * 30px + 0 * 30px);
  }
  .b-constructor__col:first-child {
    margin: 0 30px 0 0;
  }
  .b-constructor__filter {
    padding: 32px 0;
    height: auto;
  }
  .b-constructor__filter-pic-wraper {
    width: 550px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1240px) {
  .b-constructor__col {
    margin: 0;
  }
  .b-constructor__col--filter {
    flex: 0 0 33.125vw;
    width: 33.125vw;
    max-width: 33.125vw;
  }
  .b-constructor__col--products {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 33.125vw - 30px);
    width: calc(100% - 33.125vw - 30px);
    max-width: calc(100% - 33.125vw - 30px);
  }
  .b-constructor__filter {
    border-radius: 30px;
  }
  .b-constructor__total {
    margin-top: auto;
  }
}

@media only screen and (min-width: 1800px) {
  .b-constructor__col--filter {
    flex: 0 0 636px;
    width: 636px;
    max-width: 636px;
  }
  .b-constructor__col--products {
    flex: 0 0 calc(100% - 636px - 30px);
    width: calc(100% - 636px - 30px);
    max-width: calc(100% - 636px - 30px);
  }
}

.girl-fill {
  opacity: 0;
  cursor: pointer;
}

.girl-fill._hover {
  opacity: 0.5;
}

.girl-fill._active {
  opacity: 1;
}

.girl-fill._untouch {
  pointer-events: none;
}

.girl-text-part {
  opacity: 0.25;
}

.girl-text-part text {
  cursor: pointer;
}

.girl-text-part._hover, .girl-text-part._active {
  opacity: 1;
}

.footer {
  padding: 40px 0;
  color: #fff;
  background: #363A3C;
}

.footer__inner {
  width: 92vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 992px) {
  .footer__inner {
    width: 95.13889vw;
    max-width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .footer__inner {
    width: 1842px;
  }
}

.footer__logo {
  width: 215px;
  margin-bottom: 40px;
}

.footer__logo--pic {
  width: 100%;
  height: auto;
}

.footer__menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-bottom: 40px;
}

.footer__menu-li {
  margin-bottom: 24px;
}

.footer__menu-li:last-child {
  margin-bottom: 0;
}

.footer__menu-item {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  color: #fff;
}

.footer__menu-item:hover {
  color: #5031CB;
}

.footer__callback-btn {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #A58EFF;
}

.footer__callback-btn:hover {
  color: #fff;
}

.footer__callback-btn-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.footer__address {
  margin-top: 32px;
}

.footer__social {
  margin-top: 32px;
}

@media only screen and (min-width: 992px) {
  .footer__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .footer__row--bottom {
    align-items: flex-end;
  }
  .footer__logo, .footer__menu {
    margin-bottom: 0;
  }
  .footer__logo {
    flex: 0 0 200px;
    width: 200px;
    margin: 0 5.20833vw 0 0;
  }
  .footer__menu {
    display: flex;
    align-items: center;
    margin-right: auto;
  }
  .footer__menu-li {
    margin: 0 20px 0 0;
  }
  .footer__menu-li:last-child {
    margin-right: 0;
  }
  .footer__address {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1400px) {
  .footer__menu-li {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1800px) {
  .footer__logo {
    width: 240px;
    margin-right: 100px;
  }
  .footer__menu-li {
    margin-right: 40px;
  }
}

.b-social-list {
  display: flex;
}

.b-social-list__li {
  margin-right: 20px;
}

.b-social-list__li:last-child {
  margin-right: 0;
}

.b-social-list__item {
  display: block;
}

.form {
  /* MQ */
  /* Side mod */
  /* Modal mod */
}

.form__header {
  margin-bottom: 20px;
}

.form__header:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .form__header {
    margin-bottom: 20px;
  }
  .form__header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .form__header {
    margin-bottom: 20px;
  }
  .form__header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .form__header {
    margin-bottom: 20px;
  }
  .form__header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .form__header {
    margin-bottom: 20px;
  }
  .form__header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .form__header {
    margin-bottom: 20px;
  }
  .form__header:last-child {
    margin-bottom: 0;
  }
}

.form__item {
  margin-bottom: 30px;
}

.form__label {
  margin: 0 0 0.25em;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  user-select: none;
  cursor: pointer;
  color: #9E9E9E;
}

.form__input, .form__textarea {
  font-size: 4.8vmin;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  width: 100%;
  padding: 0;
  color: currentColor;
  background-color: transparent;
  outline: none;
  border: 1px solid currentColor;
  border-width: 0 0 1px;
  border-radius: 0;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .form__input, .form__textarea {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .form__input, .form__textarea {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .form__input, .form__textarea {
    font-size: 44px;
  }
}

.form__input::placeholder, .form__textarea::placeholder {
  color: currentColor;
  opacity: 0.3;
}

.form__select {
  color: currentColor;
  background-color: transparent;
  border: 1px solid currentColor;
  border-width: 0 0 1px;
  outline: none;
}

.form__input {
  padding-bottom: 12px;
}

.form__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: .125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  outline: none;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: .33s all;
  color: #000;
  background-color: #fff;
}

@media only screen and (min-width: 1240px) {
  .form__button {
    height: 62px;
  }
}

@media only screen and (min-width: 1240px) {
  .form__button {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .form__button {
    font-size: 18px;
  }
}

.form__button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1240px) {
  .form__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 1800px) {
  .form__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.form__button:hover {
  color: #fff;
  background-color: #5031cb;
}

.form__policy {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
}

.form .m-danger {
  border-color: red;
}

@media only screen and (min-width: 768px) {
  .form {
    max-width: 575px;
  }
}

@media only screen and (min-width: 992px) {
  .form__input {
    padding-bottom: 4px;
  }
}

@media only screen and (min-width: 1240px) {
  .form__item {
    margin-bottom: 40px;
  }
  .form__policy {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1800px) {
  .form__item {
    margin-bottom: 50px;
  }
}

.file-upload {
  display: block;
  padding: 12px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px dashed #000;
  border-radius: 2px;
  cursor: pointer;
  transition: all .5s;
}

.file-upload__button, .file-upload__path {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 9;
}

.file-upload__path {
  font-size: 10px;
}

.file-upload__icon {
  width: 20px;
  height: 20px;
  color: #999;
}

.file-upload input[type=file] {
  position: absolute;
  top: -100px;
  left: -200px;
}

@media only screen and (min-width: 768px) {
  .file-upload {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 1em 2em;
  }
  .file-upload__path {
    font-size: 11px;
  }
}

.file-upload:hover {
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.input-checkbox {
  display: none;
}

.input-checkbox + * {
  position: relative;
  margin: 0;
  user-select: none;
  cursor: pointer;
}

.input-checkbox + *:before {
  content: "";
  display: block;
  position: static;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  margin-right: 12px;
  border: 2px solid #a58eff;
  border-radius: 2px;
}

.input-checkbox:checked + *::before {
  background: #fff;
  box-shadow: 0 0 0px 6px #5031cb inset;
}

@media only screen and (min-width: 768px) {
  .input-checkbox + *:before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}

/*
.header {
	position: fixed; top: 0; left: 0; right: 0;
	background-color: #fff;
	z-index: z(header);	

	.site--bg-dark &{
		background-color: #000;
	}

	&__inner{
		@include wraper();	

		position: relative;	
		height: 128px;	
		padding: 24px 0;
		border-bottom: 1px solid #000;

		.site--bg-dark &{ border-color: #fff; }
	}

	&__main-row{
		display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	}

	&__branding{
		position: relative;
	}

	&__branding-logo{
		display: block;
		width: 280px;
		max-width: respval(186px, $default_resp_val, vmin);
		color: currentColor;

		&-pic{
			display: block;
			height: auto;
		}
	}

	&__branding-desc{
		display: none;		
	}

	&__col-night{
		margin-left: auto;
	}

	&__col-view{
		position: absolute; bottom: 20px;
	}

	&__col-back{
		position: absolute; bottom: 20px;
	}

	&__col-toggle{
		margin-left: 24px;
	}


	&__col-view,
	&__col-back{
		.site._menu_opened &{ display: none; }
	}	

	@include mq('xs'){

		&__branding{
			display: flex; align-items: center;
		}

		&__branding-desc{
			display: block;
			margin-left: get-var(gutter-xs);
		}
	}

	@include mq('md'){
		$g: get-var(gutter-xs);

		&__inner{
			
		}

		&__col-branding{
			flex: 0 0 colspan(12, 24, $g);
			margin-right: get-var(gutter-xs);
		}

		&__col-view{
			order: initial;
			flex: 0 0 auto;
			margin: 0;
			align-self: flex-start;
			display: block;
			position: static;
		}

		&__col-back{
			display: none;
		}

		&__branding-logo{
			width: 280px;
			max-width: 20vw;
		}

		&__branding-desc{
			position: static;
			flex: 0 0 colspan(1, 2);
			margin-left: auto;
			font-size: 20px;
		}
	}

	@include mq('lg'){

		&__inner{
			
		}

		&__col-branding{
			flex: 0 0 colspan(12, 24);
			margin-right: get-var(gutter);
		}

		&__col-toggle{
			margin-left: 40px;
		}

		&__branding-desc{
			font-size: 24px;
		}
	}
}
*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #000;
  transition: transform .6s;
  z-index: 200;
}

.site--has-hero .header,
.site--bg-dark .header {
  color: #fff;
}

.header__inner {
  width: 92vw;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

@media only screen and (min-width: 992px) {
  .header__inner {
    width: 95.13889vw;
    max-width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .header__inner {
    width: 1842px;
  }
}

.header__col-lang, .header__col-navigation, .header__col-callback {
  display: none;
}

.header__logo {
  color: inherit;
  text-decoration: none;
}

.header__logo-pic {
  display: block;
}

.header__phone, .header__email {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.header__lang {
  display: flex;
  align-items: center;
}

.header__lang-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
}

.header__lang-item:hover {
  color: #5031CB;
}

.header__lang-item:nth-child(n+2) {
  margin-left: 15px;
}

.header__lang-item:nth-child(n+2):before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: -8px;
  top: -0.25em;
  width: 1px;
  height: calc(100% + 0.25em);
  background-color: currentColor;
}

.header__menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: flex;
  align-items: center;
}

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

.header__menu-li:last-child {
  margin-right: 0;
}

.header__menu-item {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  color: currentColor;
}

.header__menu-item:hover {
  color: #A58EFF;
}

.header__callback-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  transition: .33s all;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: currentColor;
  border-radius: 0;
}

.header__callback-btn-icon {
  position: relative;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  top: -0.1em;
}

.header__callback-btn:hover {
  color: #5031CB;
}

@media only screen and (min-width: 992px) {
  .header__col-branding {
    display: contents;
  }
  .header__col-lang {
    display: block;
    margin-right: 20px;
  }
  .header__col-navigation {
    display: flex;
    flex: 1 0 auto;
    margin-right: 20px;
  }
  .header__col-navigation-left {
    margin-right: auto;
  }
  .header__col-callback {
    display: block;
  }
  .header__logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__logo-pic {
    width: 10.52083vw;
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .header__inner {
    height: 94px;
  }
  .header__col-toggle {
    display: none;
  }
  .header__col-lang, .header__col-navigation {
    margin-right: 30px;
  }
  .header__logo {
    top: 30px;
  }
  .header__menu-li {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1800px) {
  .header__inner {
    height: 94px;
  }
  .header__col-lang, .header__col-navigation {
    margin-right: 40px;
  }
  .header__logo-pic {
    width: 202px;
    height: auto;
  }
  .header__lang-item {
    font-size: 16px;
  }
  .header__menu-li {
    margin-right: 40px;
  }
  .header__menu-item {
    font-size: 16px;
  }
  .header__callback-btn {
    font-size: 16px;
  }
}

.toggle-menu-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: block;
  width: 32px;
  height: 26px;
  border: none;
  transition: background-color .2s, opacity .2s;
}

.toggle-menu-btn__icon {
  display: block;
  width: 100%;
  height: 100%;
}

/*
.b-main-navigation {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: z(header)-2;
	pointer-events: none;

	.site._menu_opened &{
		pointer-events: auto;		
		transition-delay: 0s;
	}

	&__body{
	  	position: absolute;
	  	top: 0;
	  	right: 0;
	  	height: 100%;
	  	width: 100vw;
	  	background: #fff;
	  	transition: transform 0.5s ease;
	  	transition-delay: .33s;
	  	transform: translateX(103vw);

	  	.site--bg-dark &{ 
	  		color: currentColor;
	  		background: #000; 
	  	}

	  	.site._menu_opened &{
	  		transform: none;
	  	}

		&-inner {
			display: flex;
			height: 100%;
			flex-direction: column;
			padding: 128px get-var(wraper-to-viewport-halfsize-xs) 30px;
			font-size: 1em;
			overflow: hidden;
			overflow-y: auto;
		}
	}

	&__menu{
		@include nl;

		&-li{
			border: 1px solid #000;
			border-width: 0 0 1px;

			.site--bg-dark &{
				border-color: currentColor;
			}
		}

		&-item{
			@include unlink;
			position: relative;
			display: block;
			padding: 20px 0;

			&-caption{
				@include unlink;
				@include font-template(menu_item_caption);
			}

			&-desc{
				display: none;
			}

			&-cover{				
				position: absolute;

				&-pic{
					position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
				}
			}
		}

		&-item{
			transition: background .5s;

			&._active{
				padding-left: 15px;
				color: #fff;
				background-color: #000;

				.site--bg-dark &{
					color: #000;
					background-color: #fff;
				}
			}		
		}

	}

	&__email,
	&__phone{
		@include unlink;

		font-size: respval(24px, get-var(m-resp-val), vmin);
	}


	@include mq('sm'){

	   &__body {

	   }

	   &__body-inner {
	    	padding: 128px 30px 2em;
	    	font-size: 1em;
	    	text-align: left;
	   }

	   &__email,
		&__phone{
			font-size: 32px;
		}
	}

	@include mq('md'){

		&__body{
			opacity: 0;
			width: 100%;
			transform: none;
			transition: transform 0.5s, opacity 0.5s;
			overflow: hidden;
			overflow-y: scroll;

			.site._menu_opened &{
				opacity: 1;
			}
		}

		&__body-inner{
			width: get-var(wraper-lg);
			max-width: calc(100% - 30px);
			margin-left: auto; margin-right: auto;
			padding: 127px 0 0;
			overflow: initial;
		}		
	}

	@include mq('lg'){

	}

	@include mq('xl'){
		
		&__body-inner {
			width: get-var(wraper-xl);
		}	
	}

	@include mq('hover'){

	}
}
*/
.b-side-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 198;
  pointer-events: none;
  transition: background-color .5s;
  transition-delay: 0.5s;
}

.site._menu_opened .b-side-navigation {
  pointer-events: auto;
  transition-delay: 0s;
}

.b-side-navigation__body {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  color: #fff;
  background-color: #363A3C;
  transition: transform 0.5s ease;
  transition-delay: .33s;
  transform: translateX(103vw);
}

.site._menu_opened .b-side-navigation__body {
  transform: none;
}

.b-side-navigation__body-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 80px 5vw 20px;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
  overflow-y: auto;
}

.b-side-navigation__menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding-bottom: 24px;
  margin: 0 -5vw 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.b-side-navigation__menu-li {
  padding-left: 5vw;
  padding-right: 5vw;
  margin-bottom: 20px;
}

.b-side-navigation__menu-li:last-child {
  margin-bottom: 0;
}

.b-side-navigation__menu-item {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
}

.b-side-navigation__contacts {
  margin: 0 -5vw 24px;
  padding: 0 5vw 24px;
  border-bottom: 1px solid #EBE6E5;
}

.b-side-navigation__phone-pretext {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}

.b-side-navigation__phone {
  color: inherit;
  text-decoration: none;
  font-size: 6.66667vw;
  font-weight: 600;
  line-height: 1.1;
}

.b-side-navigation__social {
  margin-bottom: 24px;
}

.b-side-navigation__social-pretext {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.b-side-navigation__social-links {
  display: flex;
  align-items: center;
}

.b-side-navigation__social-links-item {
  margin-right: 12px;
}

.b-side-navigation__social-links-item:last-child {
  margin-right: 0;
}

.b-side-navigation__callback {
  margin-top: auto;
}

.b-side-navigation__callback-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.125em 1.5em 0;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #5031CB;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  transition: .33s all;
  width: 100%;
  height: 13.33333vw;
  font-size: 6.66667vw;
  font-weight: 700;
  line-height: 1;
}

.b-side-navigation__callback-btn:hover {
  color: #5031CB;
  background-color: #F9F5EA;
}

.b-side-navigation__callback-btn-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1200px) {
  .b-side-navigation__callback-btn-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 420px) {
  .b-side-navigation__phone {
    font-size: 32px;
  }
  .b-side-navigation__callback-btn {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .b-side-navigation__body {
    width: 50vw;
    transform: translateX(53vw);
  }
  .b-side-navigation__body-inner {
    padding: 100px 30px 2em;
    font-size: 1em;
    text-align: left;
  }
  .b-side-navigation__menu {
    margin-left: 0;
    margin-right: 0;
  }
  .b-side-navigation__menu-li {
    padding-left: 0;
    padding-right: 0;
  }
  .b-side-navigation__contacts {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-navigation__body-inner {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-side-navigation {
    display: none;
  }
  .b-side-navigation__body-inner {
    padding: 12vh 100px 45px;
  }
}

.b-wa-button {
  position: fixed;
  bottom: 200px;
  right: 2.43055vw;
  width: 80px;
  height: 80px;
  z-index: 201;
  opacity: 0;
  pointer-events: none;
}

.b-wa-button._active {
  opacity: 1;
  pointer-events: auto;
}

.b-wa-button svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1800px) {
  .b-wa-button {
    right: calc(50vw - 921px);
  }
}

@media (hover: hover) {
  .b-wa-button {
    transition: opacity .5s;
  }
  .b-wa-button svg .circle {
    transition: fill .33s, stroke .33s;
  }
  .b-wa-button svg .phone {
    transition: fill .33s, stroke .33s;
  }
  .b-wa-button svg .outline {
    transition: fill .33s, stroke .33s;
  }
  .b-wa-button:hover svg .circle {
    fill: transparent;
  }
  .b-wa-button:hover svg .phone {
    fill: #5031CB;
  }
  .b-wa-button:hover svg .outline {
    fill: #F9F5EA;
    stroke: #5031CB;
    stroke-opacity: 1;
  }
}

.b-callback-dropdown {
  position: relative;
}

.b-callback-dropdown__label {
  display: flex;
  align-items: center;
  height: 40px;
  cursor: pointer;
  user-select: none;
}

.b-callback-dropdown__label--size-content{ height: auto; }

.b-callback-dropdown__content {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 100%;
  width: 205px;
  padding: 20px;
  text-align: right;
  background-color: #292B2C;
  border-radius: 5px;
  z-index: 1;
}

.b-callback-dropdown__item {
  margin-bottom: 6px;
}

.b-callback-dropdown__item:last-child {
  margin-bottom: 0;
}

.b-callback-dropdown__link {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.b-callback-dropdown__link:hover {
  color: #a58eff;
}

.b-callback-dropdown--bottom-fix .b-callback-dropdown__content {
  top: auto;
  bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .b-callback-dropdown__label--size-content .button{ min-width: 250px; }
}


.section-hero {
  position: relative;
  color: #fff;
  background: #000;
}

.section-hero__layer {
  position: relative;
  z-index: 2;
}

.section-hero__layer--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-hero__inner {
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 150vmin;
  width: 92vw;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 100px; padding-bottom: 100px;
}


.section-hero__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-hero__cover-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-hero__cover--has-dark-overlay::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.section-hero__heading {
  margin-bottom: 16px;
  text-align: center;
}

.section-hero__title {
  font-family: "TT Livret", sans-serif;
  font-size: 9.33333vmin;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}


.section-hero__bottom {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0 0 24px;
  line-height: 1.2; text-align: center; letter-spacing: normal;
}

.section-hero__tags {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.section-hero__tags-item {
  position: relative;
  margin-bottom: 21px;
}

.section-hero__tags-item:last-child {
  margin-bottom: 0;
}

.section-hero__tags-item:nth-child(n+2)::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 8px);
  left: calc(50% - 3px);
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.section-hero__scroll-down{
  position: absolute;
  left: 0; right: 0; bottom: 80px;
  display: flex; align-items: center; flex-direction: column; gap: 16px;
}

.section-hero__scroll-down-caption{
  font-size: 12px; font-weight: 500; text-transform: uppercase; text-align: center;
}
.section-hero__scroll-down-wrapper{
  display: flex; justify-content: center;
}

@media only screen and (min-width: 992px) {

  .section-hero__inner {
    width: 95.13889vw; height: 49.73958vw;
    max-width: calc(100% - 30px);
  }  

  .section-hero__heading {
    
  }

  .section-hero__title {
    font-size: 6.66667vw;
    line-height: 1.1;
  }  

  .section-hero__tags {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25vw;
    line-height: 1;
  }
  .section-hero__tags-item {
    margin: 0 2.5em 0 0;
  }
  .section-hero__tags-item:last-child {
    margin-right: 0;
  }
  .section-hero__tags-item:nth-child(n+2)::before {
    bottom: calc(50% - 0.25em + 0.06em);
    left: -1.5em;
    width: 0.5em;
    height: 0.5em;
  }  

  .section-hero__scroll-down-caption{
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1800px) {

  .section-hero__inner {
    width: 1842px; height: 955px;
    padding-top: 150px;
  }

  .section-hero__heading{
    margin-bottom: 50px;
  }  

  .section-hero__title {
    font-size: 128px;
    line-height: 1.05; 
  }  

  .section-hero__tags {
    font-size: 24px;
  }

  .section-hero__scroll-down{
    bottom: 100px;
  }  
}



.b-page-heading-with-cover {
  position: relative;
  overflow: hidden;
}

.b-page-heading-with-cover__caption {
  font-family: "TT Livret", sans-serif;
  font-size: 9.33333vmin;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) {
  .b-page-heading-with-cover__caption {
    font-size: 6.66667vmin;
  }
}

@media only screen and (min-width: 1800px) {
  .b-page-heading-with-cover__caption {
    font-size: 128px;
  }
}

.b-highlights-cards {
  margin: 0 -4vw;
  overflow: hidden;
}

.b-highlights-cards__items {
  display: flex;
  align-items: flex-start;
  margin: 0 0 -10px;
  padding: 6px 4vw 10px;
  overflow: hidden;
  overflow-x: auto;
}

.b-highlights-cards__item {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 130px;
  margin-right: 22px;
}

.b-highlights-cards__item:last-child {
  margin-right: 0;
}

.b-highlights-cards__item:hover {
  color: #A58EFF;
}

.b-highlights-cards__item--last {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 130px;
  height: 200px;
  border: 1px solid currentColor;
  border-radius: 15px;
  overflow: hidden;
}

.b-highlights-cards__item--last:hover {
  color: #A58EFF;
}

.b-highlights-cards__item-wrpic {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
  border-radius: 15px;
  overflow: hidden;
  outline: 1px solid #A58EFF;
  outline-offset: 5px;
}

.b-highlights-cards__item-wrpic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  background: rgba(165, 142, 255, 0.5) url(../img/general/icons/plus.svg) no-repeat center center;
  background-size: 31.64557% auto;
  opacity: 0;
  transition: opacity 0.33s;
}

.b-highlights-cards__item:hover .b-highlights-cards__item-wrpic::after {
  opacity: 1;
}

.b-highlights-cards__item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-highlights-cards__item-caption {
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .b-highlights-cards {
    margin: 0;
    overflow: initial;
  }
  .b-highlights-cards__items {
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .b-highlights-cards__item {
    padding: 0;
    margin: 0 30px 0 0;
    flex: 0 0 calc( 1 * ( ( 100% - 7 * 30px ) / 8 ) + 0 * 30px + 0 * 30px);
  }
  .b-highlights-cards__item:last-child {
    margin-right: 0;
  }
  .b-highlights-cards__item--last {
    height: 12.76042vw;
  }
  .b-highlights-cards__item-wrpic {
    height: 12.76042vw;
  }
  .b-highlights-cards__item-caption {
    font-size: 1.45833vw;
  }
}

@media only screen and (min-width: 1200px) {
  .b-highlights-cards__item {
    flex: 0 0 calc( 1 * ( ( 100% - 9 * 30px ) / 10 ) + 0 * 30px + 0 * 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .b-highlights-cards__item {
    flex: 0 0 calc( 1 * ( ( 100% - 9 * 30px ) / 10 ) + 0 * 30px + 0 * 30px);
  }
  .b-highlights-cards__item--last {
    height: 245px;
  }
  .b-highlights-cards__item-wrpic {
    height: 245px;
  }
  .b-highlights-cards__item-caption {
    font-size: 28px;
  }
}

/* popup */
.b-highlights-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 203;
}

.b-highlights-popup__close {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 9;
}

.b-highlights-popup__close-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.b-highlights-popup__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.b-highlights-popup__slider {
  display: flex;
  width: 100%;
}

.b-highlights-popup__slider-item {
  width: auto;
}

.b-highlights-popup__slider-item:last-child {
  margin-right: 0;
}

.b-highlights-popup__products-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  transition: background 0.2s;
  z-index: 11;
}

.b-highlights-popup__products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  padding: 50px 0;
  background-color: #171A1C;
  overflow: hidden;
  overflow-y: auto;
  transform: translateY(100vh);
  transition: all 0.2s ease;
}

.b-highlights-popup__products-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  z-index: 3;
}

.b-highlights-popup._products_open .b-highlights-popup__products-panel {
  background-color: rgba(23, 26, 28, 0.5);
  pointer-events: auto;
}

.b-highlights-popup._products_open .b-highlights-popup__products {
  transform: none;
}

@media only screen and (min-width: 768px) {
  .b-highlights-popup__wraper {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 992px) {
  .b-highlights-popup__body {
    justify-content: center;
  }
  .b-highlights-popup__close {
    top: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
  }
  .b-highlights-popup__products-panel {
    padding-top: 60vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .b-highlights-popup__products {
    position: static;
    overflow: initial;
    height: auto;
    transform: translateY(40vh);
  }
  .b-highlights-popup__products-close {
    display: none;
  }
}

@media only screen and (min-width: 1240px) {
  .b-highlights-popup__wraper {
    width: 95.13889vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-highlights-popup__close {
    top: 50px;
    right: 50px;
  }
  .b-highlights-popup__wraper {
    width: 1842px;
  }
}

.b-hl-stories {
  position: relative;
  width: 100vw;
  background-color: #363a3c;
}

.b-hl-stories:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 177.77778%;
}

.b-hl-stories::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}

.b-hl-stories--has-products::after {
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background-position: top, bottom;
  background-size: 100% 75px, 100% 65px;
}

.b-hl-stories__timeline {
  position: absolute;
  top: 15px;
  left: 16px;
  right: 16px;
  display: flex;
  z-index: 3;
}

.b-hl-stories__timeline-el {
  flex: 1 0 auto;
  width: auto;
  height: 3px;
  margin-right: 12px;
  background: #f9f5ea;
  border-radius: 5px;
  overflow: hidden;
}

.b-hl-stories__timeline-el:last-child {
  margin-right: 0;
}

.b-hl-stories__timeline-el-inner {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #a58eff;
  animation: none;
}

.b-hl-stories__timeline-el._active .b-hl-stories__timeline-el-inner {
  animation: tl_w100;
  animation-timing-function: linear;
}

.b-hl-stories__timeline-el._viewed .b-hl-stories__timeline-el-inner {
  width: 100%;
  animation: none;
}

.b-hl-stories__data {
  position: absolute;
  top: 28px;
  left: 16px;
  right: 16px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  z-index: 3;
}

.b-hl-stories__data-wrpic {
  position: relative;
  flex: 0 0 42px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}

.b-hl-stories__data-wrpic:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 100%;
}

.b-hl-stories__data-wrpic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-hl-stories__data-caption {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
}

.b-hl-stories__heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13%;
  display: block;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  z-index: 3;
}

.b-hl-stories__heading-caption {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000;
}

.b-hl-stories__heading-desc {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.b-hl-stories__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-hl-stories__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.b-hl-stories__item img, .b-hl-stories__item picture, .b-hl-stories__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.b-hl-stories__item:first-child, .b-hl-stories__item._active {
  opacity: 1;
}

.b-hl-stories__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  z-index: 3;
}

.b-hl-stories._inActive {
  pointer-events: none;
  cursor: pointer;
}

.b-hl-stories._inActive::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.b-hl-stories._inActive:hover::after {
  opacity: 0;
}

.b-hl-stories._inActive .b-hl-stories__link,
.b-hl-stories._inActive .b-hl-stories__heading,
.b-hl-stories._inActive .b-hl-stories__timeline {
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .b-hl-stories {
    width: 100%;
    width: min(80vh * 9 / 16, 420px);
    max-width: 100%;
  }
}

@keyframes tl_w100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.b-play-in-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
}

.b-play-in-modal__layer-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 1;
}

.b-play-in-modal__layer-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.b-play-in-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}

.b-play-in-modal__close-icon {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.b-play-in-modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92vw;
  height: 870px;
  max-height: calc(100vh - 160px);
  border-radius: 20px;
  overflow: hidden;
}

.b-play-in-modal__body img,
.b-play-in-modal__body video {
  display: block;
  height: 100%;
  width: 100%;
}

.b-play-in-modal__body img {
  object-fit: cover;
}

.b-play-in-modal__body video {
  object-fit: contain;
  background: #000;
}

.b-play-in-modal__content {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background: #171A1C;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .b-play-in-modal__body {
    width: 95.13889vw;
    border-radius: 40px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-play-in-modal__close {
    top: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
  }
}

.b-play-in {
  display: flex;
  align-items: flex-start;
}

.b-play-in__wr-media {
  position: relative;
  display: block;
  flex: 0 0 140px;
  width: 140px;
  max-width: 140px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}

.b-play-in__wr-media::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  left: calc(50% + 3px);
  background: url(../img//general/play.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.b-play-in__media {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-play-in__text {
  margin-bottom: 15px;
  color: #5031cb;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.b-play-in__text:last-child {
  margin-bottom: 0;
}

.b-play-in__link {
  color: inherit;
  text-decoration: none;
  font-family: "TT Livret", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #5031cb;
  text-transform: uppercase;
}

.b-play-in__link:hover {
  color: #301d79;
}

.b-play-in--construction-mod {
  align-items: center;
}

@media only screen and (min-width: 1240px) {
  .b-play-in {
    align-items: center;
    max-width: 755px;
  }
  .b-play-in__text {
    font-size: calc(7.33333px + 100vw * 0.00556);
  }
}

@media only screen and (min-width: 1800px) {
  .b-play-in__text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .b-price {
    min-height: 500px;
  }
}

.b-price-filter {
  margin: 0 -4vw 40px;
  overflow: hidden;
}

.b-price-filter__items {
  margin-bottom: -10px;
  padding: 0 4vw 10px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.b-price-filter__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-width: 6.42857em;
  height: 2.28571em;
  margin-right: 8px;
  padding: 0.25em 1.5em 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border-radius: 7px;
  border: 1px solid currentColor;
  cursor: pointer;
}

.b-price-filter__item:last-child {
  margin-right: 0;
}

.b-price-filter__item._active {
  color: #fff;
  background-color: #5031CB;
  border-color: #5031CB;
}

@media only screen and (min-width: 992px) {
  .b-price-filter {
    margin-left: 0;
    margin-right: 0;
  }
  .b-price-filter__items {
    margin: 0;
    padding: 0;
    overflow: initial;
    white-space: initial;
  }
  .b-price-filter__item {
    margin-bottom: 5px;
  }
}

/* Services Filter */
.b-services-filter {
  margin: 0 -4vw 40px;
  overflow: hidden;
}

.b-services-filter__row {
  margin-bottom: 8px;
  overflow: hidden;
}

.b-services-filter__row--lvl-2 {
  display: none;
}

.b-services-filter__items {
  margin-bottom: -10px;
  padding: 0 4vw 10px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.b-services-filter__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-width: 6.42857em;
  height: 2.28571em;
  margin-right: 8px;
  padding: 0.25em 1.5em 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border-radius: 7px;
  border: 1px solid currentColor;
  cursor: pointer;
}

.b-services-filter__item:last-child {
  margin-right: 0;
}

.b-services-filter__item._active {
  color: #fff;
  background-color: #5031CB;
  border-color: #5031CB;
}

@media only screen and (min-width: 992px) {
  .b-services-filter {
    margin-left: 0;
    margin-right: 0;
  }
  .b-services-filter__items {
    margin: 0;
    padding: 0;
    overflow: initial;
    white-space: initial;
  }
  .b-services-filter__item {
    margin-bottom: 5px;
  }
}

/* Products */
.b-preview-card {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 12px 12px 80px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}

.site--bg-dark .b-preview-card,
.section--bg-dark .b-preview-card,
.section--bg-gray .b-preview-card {
  border: none;
}

.b-preview-card--is-cell {
  height: 100%;
}

.b-preview-card--more-placeholder {
  position: relative;
  min-height: 200px;
  padding: 10px;
  color: #000;
  background-color: transparent;
  border: 2px dashed #000;
}

.site--bg-dark .b-preview-card--more-placeholder,
.section--bg-dark .b-preview-card--more-placeholder,
.section--bg-gray .b-preview-card--more-placeholder {
  color: #fff;
  border: 2px dashed #fff;
}

.b-preview-card__label {
  position: absolute;
  top: 32px;
  right: 0;
  padding: 10px 0.7em calc(10px - 0.2em);
  font-size: 4.8vmin;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #5031CB;
  z-index: 9;
}

.b-preview-card__cover {
  margin-bottom: 24px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.b-preview-card__cover:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 58.58586%;
}

.b-preview-card__cover--ar-4-3:before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: 84.84848%;
}

.b-preview-card__caption {
  font-size: 4.8vmin;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #000;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-preview-card__caption {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .b-preview-card__caption {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-preview-card__caption {
    font-size: 44px;
  }
}

.b-preview-card--more-placeholder .b-preview-card__caption {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  margin: 0;
  color: currentColor;
  text-align: center;
}

.b-preview-card__add-text, .b-preview-card__duration {
  position: absolute;
  left: 12px;
  bottom: 24px;
}

.b-preview-card__icon {
  pointer-events: none;
  position: absolute;
  right: 14px;
  bottom: 24px;
  width: 13px;
  height: 13px;
  color: #5031CB;
}

.b-preview-card__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 12px;
  background-color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s, transform 0.33s;
  pointer-events: none;
}

.b-preview-card._lvl2_open .b-preview-card__actions,
.b-preview-card._ap_active .b-preview-card__actions {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.b-preview-card._lvl2_open .b-preview-card__icon,
.b-preview-card._ap_active .b-preview-card__icon {
  display: none;
}

.b-preview-card__order {
  margin-left: auto;
}

.b-preview-card__order-lvl2 {
  display: none;
}

.b-preview-card._lvl2_open .b-preview-card__order-lvl1 {
  display: none;
}

.b-preview-card._lvl2_open .b-preview-card__order-lvl2 {
  display: block;
}

.b-preview-card__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: .125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #5031cb;
  outline: none;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: .33s all;
}

@media only screen and (min-width: 1240px) {
  .b-preview-card__button {
    height: 62px;
  }
}

@media only screen and (min-width: 1240px) {
  .b-preview-card__button {
    font-size: 0.9375vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-preview-card__button {
    font-size: 18px;
  }
}

.b-preview-card__button:hover {
  color: #5031cb;
  background-color: #f9f5ea;
}

.b-preview-card__button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1240px) {
  .b-preview-card__button-icon {
    flex: 0 0 0.67708vw;
    width: 0.67708vw;
    height: 0.67708vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-preview-card__button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

.b-preview-card__button--colorset-alt {
  color: #5031cb;
  background-color: transparent;
  border: 1px solid currentColor;
}

.b-preview-card__button--colorset-alt:hover {
  color: #fff;
  background-color: #5031cb;
  border-color: #5031cb;
}

.b-preview-card__more-button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  padding: .125em 1.5em 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #5031cb;
  background-color: transparent;
  border: 1px solid currentColor;
  outline: none;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: .33s all;
  margin-right: auto;
}

@media only screen and (min-width: 1240px) {
  .b-preview-card__more-button {
    height: 62px;
  }
}

@media only screen and (min-width: 1240px) {
  .b-preview-card__more-button {
    font-size: 0.9375vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-preview-card__more-button {
    font-size: 18px;
  }
}

.b-preview-card__more-button:hover {
  color: #fff;
  background-color: #5031cb;
  border-color: #5031cb;
}

.b-preview-card__more-button-icon {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 1240px) {
  .b-preview-card__more-button-icon {
    flex: 0 0 0.67708vw;
    width: 0.67708vw;
    height: 0.67708vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-preview-card__more-button-icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-preview-card__label {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .b-preview-card__label {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1240px) {
  .b-preview-card {
    padding: 16px 20px 72px;
    border-radius: 30px;
  }
  .b-preview-card__cover {
    margin-bottom: 24px;
    border-radius: 30px 30px 0 0;
  }
  .b-preview-card__add-text, .b-preview-card__duration {
    left: 20px;
    bottom: 24px;
  }
  .b-preview-card__icon {
    right: 24px;
    bottom: 24px;
  }
  .b-preview-card__actions {
    padding: 0 20px 24px;
  }
}

@media only screen and (min-width: 1800px) {
  .b-preview-card__add-text, .b-preview-card__duration {
    bottom: 32px;
  }
  .b-preview-card__icon {
    bottom: 32px;
    right: 24px;
    width: 16px;
    height: 16px;
  }
}

.b-product-cards-carousel__items {
  display: flex;
}

.b-product-cards-carousel__navigation {
  display: flex;
  margin-top: 30px;
  justify-content: flex-end;
}

.b-product-cards-carousel__navigation-item {
  margin-left: 12px;
  color: #fff;
  cursor: pointer;
  transition: all .33s;
}

.b-product-cards-carousel__navigation-item:hover {
  color: #a58eff;
}

@media only screen and (min-width: 1240px) {
  .b-product-cards-carousel__item {
    flex: 0 0 calc( 6 * ( ( 95.13889vw - 23 * 30px ) / 24 ) + 5 * 30px + 0 * 30px);
    margin-right: 20px;
  }
  .b-product-cards-carousel__item:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-product-cards-carousel__item {
    flex: 0 0 calc( 6 * ( ( 1842px - 23 * 30px ) / 24 ) + 5 * 30px + 0 * 30px);
  }
}

/*
.section{
	position: relative;
	@include hspace('padding-top', '1');
	@include hspace('padding-bottom', '1');

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	z-index: 1;
	overflow: hidden;	


	&--bg-dark{
		color: #fff;
		background-color: #000;
	}

	&--cards{
		padding: 40px 0;
		color: #fff;
		background: #000 url(../img//general/bg-decor-pic01.png) no-repeat top;
	}

	&--bg-dark + &--bg-dark,
	&--bg-default + &--bg-default{
		padding-top: 0;
	}

	&__wraper{
		@include wraper;
	}

	&__header{ 
		@include hspace('margin-bottom', 2);
	}

	&__body{}

	&__title{
		@include font-template('section_caption');

		color: #000;

		&:last-child{ margin-bottom: 0; }
	}

	&--feature-blocks{
		padding-top: 0;
	}

	&--form &__header{
		margin-bottom: 40px;
	}

	&--razdel &__header{
		margin-bottom: 24px;
	}

	&--bg-dark &__title{
		color: #fff;
	}

	@include mq('sm'){

	}

	@include mq('sm_op'){
	
	}

	@include mq('md'){

		&--razdel &__header{
			margin-bottom: 40px;
		}

		&__title{
			
		}

		&--form &__header{
			position: relative;
			margin-bottom: respval(215px, 1920px);
			z-index: 9;
		}

		&--form &__title{
			max-width: colspan(16, 24);
		}		
	}	

	@include mq('lg'){

		&--cards{
			padding: 60px 0 get-hspace('lg_1');
		}
	
	}

	@include mq('xl'){

		&--cards{
			padding: 85px 0 get-hspace('xl_1');
		}

		&--razdel &__header{
			margin-bottom: 40px;
		}

		&--form &__header{
			margin-bottom: 215px;
		}

		&--form &__title{
			max-width: colspan(16, 24);
		}
	}
}
*/
.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 568px) {
  .section {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .section {
    padding-top: 80px;
  }

  .section--ov-visible-md{
    overflow: visible;
  }
}

@media only screen and (min-width: 1200px) {
  .section {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1800px) {
  .section {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 568px) {
  .section {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .section {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .section {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1800px) {
  .section {
    padding-bottom: 150px;
  }
}

.section--bg-dark {
  color: #fff;
  background-color: #000;
}

.section--bg-gray {
  color: #fff;
  background-color: #363A3C;
}

.section--bg-light {
  background-color: #F9F5EA;
}

.section--cards {
  padding: 40px 0;
  color: #fff;
  background: #000 url(../img//general/bg-decor-pic01.png) no-repeat top;
}

.section--bg-dark + .section--bg-dark,
.section--bg-default + .section--bg-default {
  padding-top: 0;
}

.section__wraper {
  width: 92vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 992px) {
  .section__wraper {
    width: 95.13889vw;
    max-width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 1800px) {
  .section__wraper {
    width: 1842px;
  }
}

.section__header {
  margin-bottom: 32px;
}

.section__header:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .section__header {
    margin-bottom: 32px;
  }
  .section__header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .section__header {
    margin-bottom: 40px;
  }
  .section__header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .section__header {
    margin-bottom: 50px;
  }
  .section__header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .section__header {
    margin-bottom: 55px;
  }
  .section__header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .section__header {
    margin-bottom: 70px;
  }
  .section__header:last-child {
    margin-bottom: 0;
  }
}

.section__header--has-decor-line {
  padding-bottom: 24px;
  border-bottom: 1px solid currentColor;
}

.section__title {
  font-family: "TT Livret", sans-serif;
  font-size: 6.4vmin;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 16px;
  color: #000;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .section__title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .section__title {
    font-size: 3.33333vw;
  }
}

@media only screen and (min-width: 1800px) {
  .section__title {
    font-size: 64px;
  }
}

.section__title:last-child {
  margin-bottom: 0;
}

.section__subtitle {
  font-size: 4.26667vmin;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .section__subtitle {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .section__subtitle {
    font-size: 2.29167vw;
  }
}

@media only screen and (min-width: 1800px) {
  .section__subtitle {
    font-size: 44px;
  }
}

.section--feature-blocks {
  padding-top: 0;
}

.section--form .section__header {
  margin-bottom: 40px;
}

.section--razdel .section__header {
  margin-bottom: 24px;
}

.section--bg-dark .section__title,
.section--bg-gray .section__title {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .section--hspace-low {
    padding: 50px 0;
  }
  .section--hspace-low .section__header {
    margin-bottom: 40px;
  }
  .section--razdel .section__header {
    margin-bottom: 40px;
  }
  .section--form .section__header {
    position: relative;
    margin-bottom: 11.19792vw;
    z-index: 9;
  }
  .section--form .section__title {
    max-width: calc( 16 * ( ( 100% - 23 * 30px ) / 24 ) + 15 * 30px + 0 * 30px);
  }
}

@media only screen and (min-width: 1200px) {
  .section--hspace-low {
    padding: 70px 0;
  }
  .section--hspace-low .section__header {
    margin-bottom: 50px;
  }
  .section--cards {
    padding: 60px 0 100px;
  }
  .section__header--has-decor-line {
    padding-bottom: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .section--hspace-low {
    padding: 80px 0;
  }
  .section--cards {
    padding: 85px 0 150px;
  }
  .section__header--has-decor-line {
    padding-bottom: 50px;
  }
  .section--razdel .section__header {
    margin-bottom: 40px;
  }
  .section--form .section__header {
    margin-bottom: 215px;
  }
  .section--form .section__title {
    max-width: calc( 16 * ( ( 100% - 23 * 30px ) / 24 ) + 15 * 30px + 0 * 30px);
  }
}

/*
// SIDE
.b-side-ov-panel{
	display: none;
	position: fixed; top: 0; bottom: 0; right: 0;
	width: 100%;	
	z-index: z-index('header')-1;	
	pointer-events: none;
	transition: background-color .5s, backdrop-filter .2s;
	transition-delay: 0.5s;

	&._opened{
		pointer-events: auto;
		background-color: rgba( get-color(bg_dark), .8);
		backdrop-filter: blur(12px);		
		transition-delay: 0s;
	}

	// CLOSE & BODY PART

	&__closeline{
		position: fixed; top: 0; right: 0; width: 95vw;
		height: auto; padding: 80px 5vw 0;
		display: flex; align-items: center;
		justify-content: flex-end;
		z-index: z-index('header')+2;		
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		transition: opacity .33s;
	}

	&__close{
		font-size: 15px;
		color: get-color(base);
		transition: color .5s;
		cursor: pointer;
	}	

	&__body{
		position: absolute; top: 0; left: 100%;
		height: 100%; width: 95vw;
		color: get-color(base); background-color: #000;
		overflow: hidden;
		overflow-y: auto;

		transition: transform .33s ease-in-out;
		will-change: transform;		

		&-inner{
			display: flex;			
			min-height: 100%;
			flex-direction: column;
			padding: 80px 5vw 30px;
		}
	}	

	&__body-header{
		@include hspace('margin-bottom', 3);

		padding-right: 40px;
	}

	&__body-caption{
		@include heading-2;
		@include hspace('margin-bottom', 4);
	}

	&__body-subcaption{
		@include font-template(subcaption);
	}

	&._opened &__closeline{
		transition: opacity .33s .33s;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	&._opened &__body{ transform: translateX(-100%); }

	@include mq('sm_op'){

		&__closeline{
			padding-top: 100px;
		}

		&__body{
			&-inner{
				padding-top: 100px;
			}
		}
	}

	@include mq('md'){

		&__closeline,
		&__body{
			width: 780px; max-width: 100%;
		}

		&--quiz &__closeline,
		&--quiz &__body{
			width: 100%;
		}

		&__closeline{
			padding: 120px 50px 0 0;
			justify-content: flex-end;
			background-color: transparent;			
		}

		&__body-header{
			padding-right: 0;
		}

		&__body-inner{
			padding-top: 120px;
			padding-left: 50px; padding-right: 50px;
		}

		&__close{
			text-transform: uppercase;

			&-icon{
				
			}			
		}
	}

	@include mq('lg'){

		&__closeline,
		&__body{
			width: 50%;
		}

		&--quiz &__closeline,
		&--quiz &__body{
			width: 75%;
		}

		&__closeline{
			padding-top: calc(120px + 5vh + 5px);
			padding-right: get-var(wraper-to-viewport-halfsize-lg);
		}

		&__body-inner{
			padding-left: respval(120px, 1920px); 
			padding-right: calc( 2.43055vw + 50px);
			padding-top: calc(120px + 5vh);
		}
	}

	@include mq('xl'){

		&__closeline{
			padding-top: 180px;
			padding-right: 45px;
		}

		&__body-inner{
			padding-top: 172px;
			padding-left: 120px;
			padding-right: 100px;
		}		
	}
}
*/
.b-side-ov-panel {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 201;
  pointer-events: none;
  transition: background-color .5s, backdrop-filter .2s;
  transition-delay: 0.5s;
}

.b-side-ov-panel._opened {
  pointer-events: auto;
  backdrop-filter: blur(12px);
  transition-delay: 0s;
}

.b-side-ov-panel__close {
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
}

.b-side-ov-panel__body {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 95vw;
  color: #fff;
  background-color: #363A3C;
  overflow: hidden;
  overflow-y: auto;
  transition: transform .33s ease-in-out;
  will-change: transform;
}

.b-side-ov-panel__body-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 80px 5vw 30px;
}

.b-side-ov-panel__body-header {
  margin-bottom: 32px;
  padding-right: 40px;
}

.b-side-ov-panel__body-header:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .b-side-ov-panel__body-header {
    margin-bottom: 32px;
  }
  .b-side-ov-panel__body-header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-side-ov-panel__body-header {
    margin-bottom: 40px;
  }
  .b-side-ov-panel__body-header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-ov-panel__body-header {
    margin-bottom: 50px;
  }
  .b-side-ov-panel__body-header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-side-ov-panel__body-header {
    margin-bottom: 55px;
  }
  .b-side-ov-panel__body-header:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-ov-panel__body-header {
    margin-bottom: 70px;
  }
  .b-side-ov-panel__body-header:last-child {
    margin-bottom: 0;
  }
}

.b-side-ov-panel__body-caption {
  font-family: "TT Livret", sans-serif;
  font-size: 6.4vmin;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (min-width: 568px) and (orientation: portrait) {
  .b-side-ov-panel__body-caption {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-ov-panel__body-caption {
    font-size: 3.33333vw;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-ov-panel__body-caption {
    font-size: 64px;
  }
}

.b-side-ov-panel__body-caption:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .b-side-ov-panel__body-caption {
    margin-bottom: 20px;
  }
  .b-side-ov-panel__body-caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-side-ov-panel__body-caption {
    margin-bottom: 20px;
  }
  .b-side-ov-panel__body-caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-ov-panel__body-caption {
    margin-bottom: 20px;
  }
  .b-side-ov-panel__body-caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-side-ov-panel__body-caption {
    margin-bottom: 20px;
  }
  .b-side-ov-panel__body-caption:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-ov-panel__body-caption {
    margin-bottom: 20px;
  }
  .b-side-ov-panel__body-caption:last-child {
    margin-bottom: 0;
  }
}

.b-side-ov-panel._opened .b-side-ov-panel__closeline {
  transition: opacity .33s .33s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.b-side-ov-panel._opened .b-side-ov-panel__body {
  transform: translateX(-100%);
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-side-ov-panel__body-inner {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-ov-panel__body {
    width: 780px;
    max-width: 100%;
  }
  .b-side-ov-panel__body-header {
    padding-right: 0;
  }
  .b-side-ov-panel__body-inner {
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .b-side-ov-panel__close {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 60px;
  }
  .b-side-ov-panel__close-icon {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .b-side-ov-panel__body {
    width: 50%;
  }
  .b-side-ov-panel__body-inner {
    padding-left: 6.25vw;
    padding-right: calc( 2.43055vw + 50px);
    padding-top: calc(120px + 5vh);
  }
}

@media only screen and (min-width: 1800px) {
  .b-side-ov-panel__body-inner {
    padding: 250px 120px 120px;
  }
  .b-side-ov-panel__close {
    width: 80px;
    height: 80px;
  }
}

.slick-slider {
  margin-left: -4vw;
  margin-right: -4vw;
}

@media only screen and (min-width: 768px) {
  .slick-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.slick-list {
  margin-left: -6px;
  margin-right: -6px;
}

@media only screen and (min-width: 1240px) {
  .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.slick-carousel .slick-list {
  margin-left: 0;
  margin-right: 0;
  padding-left: 4vw;
  padding-right: 4vw;
}

@media only screen and (min-width: 768px) {
  .slick-carousel .slick-list {
    margin-left: -6px;
    margin-right: -6px;
    padding: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .slick-carousel .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
}

.slick-slide {
  margin-left: 6px;
  margin-right: 6px;
}

@media only screen and (min-width: 1240px) {
  .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.slick-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .slick-navigation {
    margin-top: 50px;
    padding-bottom: 4px;
  }
}

.slick-arrow {
  position: static;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #9E9E9E;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  z-index: 11;
  transition: all .5s ease;
}

.slick-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.slick-arrow:hover {
  color: #000;
}

.site--bg-dark .slick-arrow:hover {
  color: #fff;
}

.slick-prev {
  order: -1;
  left: 0;
}

.slick-next {
  order: 9;
  right: 0;
}

.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 50px;
  padding: 0;
  text-align: center;
}

.slick-dots > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 0;
}

.slick-dots > li > button {
  width: 16px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  outline: none;
  background: #9E9E9E;
  transition: all .5s;
}

.slick-dots > li:hover > button,
.slick-dots > li.slick-active > button {
  background-color: #000;
}

.site--bg-dark .slick-dots > li:hover > button, .site--bg-dark
.slick-dots > li.slick-active > button {
  background-color: #fff;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 16px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 0;
  outline: none;
  background: #9E9E9E;
  opacity: 1;
  transition: all .5s;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: none;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.lt-ie8 .clearfix {
  zoom: 1;
}

.colored {
  color: #5031cb;
}

.colored-secondary {
  color: #a58eff;
}

.colored-tertiary {
  color: #d7bcb3;
}

.img-responsive {
  width: 100%;
}

.img-circle {
  border-radius: 50%;
}

img.rounded {
  border-radius: 20px;
}

a.unlink {
  text-decoration: none;
  color: inherit;
}

.responsive-pic {
  width: 100%;
  height: auto;
}

.txt-center, .a-txt-center {
  text-align: center;
}

.txt-left, .a-txt-left {
  text-align: left;
}

.txt-right, .a-txt-right {
  text-align: right;
}

.txt-preline, .a-txt-preline {
  white-space: pre-line;
}

@media only screen and (max-width: 767px) {
  .formated-text br {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  .txt-xxs-center, .a-txt-xxs-center {
    text-align: center;
  }
  .txt-xxs-left, .a-txt-xxs-left {
    text-align: left;
  }
  .txt-xxs-right, .a-txt-xxs-right {
    text-align: right;
  }
  .txt-xxs-preline, .a-txt-xxs-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 568px) {
  .txt-xs-center, .a-txt-xs-center {
    text-align: center;
  }
  .txt-xs-left, .a-txt-xs-left {
    text-align: left;
  }
  .txt-xs-right, .a-txt-xs-right {
    text-align: right;
  }
  .txt-xs-preline, .a-txt-xs-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 768px) {
  .txt-sm-center, .a-txt-sm-center {
    text-align: center;
  }
  .txt-sm-left, .a-txt-sm-left {
    text-align: left;
  }
  .txt-sm-right, .a-txt-sm-right {
    text-align: right;
  }
  .txt-sm-preline, .a-txt-sm-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 992px) {
  .txt-md-center, .a-txt-md-center {
    text-align: center;
  }
  .txt-md-left, .a-txt-md-left {
    text-align: left;
  }
  .txt-md-right, .a-txt-md-right {
    text-align: right;
  }
  .txt-md-preline, .a-txt-md-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 1240px) {
  .txt-lg-center, .a-txt-lg-center {
    text-align: center;
  }
  .txt-lg-left, .a-txt-lg-left {
    text-align: left;
  }
  .txt-lg-right, .a-txt-lg-right {
    text-align: right;
  }
  .txt-lg-preline, .a-txt-lg-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 1400px) {
  .txt-vlg-center, .a-txt-vlg-center {
    text-align: center;
  }
  .txt-vlg-left, .a-txt-vlg-left {
    text-align: left;
  }
  .txt-vlg-right, .a-txt-vlg-right {
    text-align: right;
  }
  .txt-vlg-preline, .a-txt-vlg-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 1800px) {
  .txt-xl-center, .a-txt-xl-center {
    text-align: center;
  }
  .txt-xl-left, .a-txt-xl-left {
    text-align: left;
  }
  .txt-xl-right, .a-txt-xl-right {
    text-align: right;
  }
  .txt-xl-preline, .a-txt-xl-preline {
    white-space: pre-line;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.responsive-wraper {
  position: relative;
}

.responsive-wraper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-wrpic, .responsive-wrpic-16-9, .responsive-wrpic-16-10, .responsive-wrpic-4-3 {
  position: relative;
}

.responsive-wrpic img, .responsive-wrpic-16-9 img, .responsive-wrpic-16-10 img, .responsive-wrpic-4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.responsive-wrpic-16-9 {
  padding-top: 56.25%;
}

.responsive-wrpic-16-10 {
  padding-top: 62.5%;
}

.responsive-wrpic-4-3 {
  padding-top: 75%;
}

.mb-hspace1 {
  margin-bottom: 40px;
}

.mb-hspace1:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .mb-hspace1 {
    margin-bottom: 40px;
  }
  .mb-hspace1:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mb-hspace1 {
    margin-bottom: 60px;
  }
  .mb-hspace1:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mb-hspace1 {
    margin-bottom: 80px;
  }
  .mb-hspace1:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .mb-hspace1 {
    margin-bottom: 100px;
  }
  .mb-hspace1:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .mb-hspace1 {
    margin-bottom: 150px;
  }
  .mb-hspace1:last-child {
    margin-bottom: 0;
  }
}

.mt-hspace1 {
  margin-top: 40px;
}

.mt-hspace1:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 568px) {
  .mt-hspace1 {
    margin-top: 40px;
  }
  .mt-hspace1:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mt-hspace1 {
    margin-top: 60px;
  }
  .mt-hspace1:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mt-hspace1 {
    margin-top: 80px;
  }
  .mt-hspace1:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .mt-hspace1 {
    margin-top: 100px;
  }
  .mt-hspace1:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .mt-hspace1 {
    margin-top: 150px;
  }
  .mt-hspace1:first-child {
    margin-top: 0;
  }
}

.pt-hspace1 {
  padding-top: 40px;
}

@media only screen and (min-width: 568px) {
  .pt-hspace1 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .pt-hspace1 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .pt-hspace1 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1240px) {
  .pt-hspace1 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1800px) {
  .pt-hspace1 {
    padding-top: 150px;
  }
}

.mb-hspace2 {
  margin-bottom: 32px;
}

.mb-hspace2:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .mb-hspace2 {
    margin-bottom: 32px;
  }
  .mb-hspace2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mb-hspace2 {
    margin-bottom: 40px;
  }
  .mb-hspace2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mb-hspace2 {
    margin-bottom: 50px;
  }
  .mb-hspace2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .mb-hspace2 {
    margin-bottom: 55px;
  }
  .mb-hspace2:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .mb-hspace2 {
    margin-bottom: 70px;
  }
  .mb-hspace2:last-child {
    margin-bottom: 0;
  }
}

.mt-hspace2 {
  margin-top: 32px;
}

.mt-hspace2:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 568px) {
  .mt-hspace2 {
    margin-top: 32px;
  }
  .mt-hspace2:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mt-hspace2 {
    margin-top: 40px;
  }
  .mt-hspace2:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mt-hspace2 {
    margin-top: 50px;
  }
  .mt-hspace2:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .mt-hspace2 {
    margin-top: 55px;
  }
  .mt-hspace2:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .mt-hspace2 {
    margin-top: 70px;
  }
  .mt-hspace2:first-child {
    margin-top: 0;
  }
}

.pt-hspace2 {
  padding-top: 32px;
}

@media only screen and (min-width: 568px) {
  .pt-hspace2 {
    padding-top: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .pt-hspace2 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .pt-hspace2 {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1240px) {
  .pt-hspace2 {
    padding-top: 55px;
  }
}

@media only screen and (min-width: 1800px) {
  .pt-hspace2 {
    padding-top: 70px;
  }
}

.mb-hspace3 {
  margin-bottom: 20px;
}

.mb-hspace3:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .mb-hspace3 {
    margin-bottom: 20px;
  }
  .mb-hspace3:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mb-hspace3 {
    margin-bottom: 24px;
  }
  .mb-hspace3:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mb-hspace3 {
    margin-bottom: 24px;
  }
  .mb-hspace3:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .mb-hspace3 {
    margin-bottom: 24px;
  }
  .mb-hspace3:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .mb-hspace3 {
    margin-bottom: 24px;
  }
  .mb-hspace3:last-child {
    margin-bottom: 0;
  }
}

.mt-hspace3 {
  margin-top: 20px;
}

.mt-hspace3:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 568px) {
  .mt-hspace3 {
    margin-top: 20px;
  }
  .mt-hspace3:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mt-hspace3 {
    margin-top: 24px;
  }
  .mt-hspace3:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mt-hspace3 {
    margin-top: 24px;
  }
  .mt-hspace3:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .mt-hspace3 {
    margin-top: 24px;
  }
  .mt-hspace3:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .mt-hspace3 {
    margin-top: 24px;
  }
  .mt-hspace3:first-child {
    margin-top: 0;
  }
}

.pt-hspace3 {
  padding-top: 20px;
}

@media only screen and (min-width: 568px) {
  .pt-hspace3 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .pt-hspace3 {
    padding-top: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .pt-hspace3 {
    padding-top: 24px;
  }
}

@media only screen and (min-width: 1240px) {
  .pt-hspace3 {
    padding-top: 24px;
  }
}

@media only screen and (min-width: 1800px) {
  .pt-hspace3 {
    padding-top: 24px;
  }
}

.mb-hspace4 {
  margin-bottom: 20px;
}

.mb-hspace4:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .mb-hspace4 {
    margin-bottom: 20px;
  }
  .mb-hspace4:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mb-hspace4 {
    margin-bottom: 20px;
  }
  .mb-hspace4:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mb-hspace4 {
    margin-bottom: 20px;
  }
  .mb-hspace4:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .mb-hspace4 {
    margin-bottom: 20px;
  }
  .mb-hspace4:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .mb-hspace4 {
    margin-bottom: 20px;
  }
  .mb-hspace4:last-child {
    margin-bottom: 0;
  }
}

.mt-hspace4 {
  margin-top: 20px;
}

.mt-hspace4:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 568px) {
  .mt-hspace4 {
    margin-top: 20px;
  }
  .mt-hspace4:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mt-hspace4 {
    margin-top: 20px;
  }
  .mt-hspace4:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mt-hspace4 {
    margin-top: 20px;
  }
  .mt-hspace4:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1240px) {
  .mt-hspace4 {
    margin-top: 20px;
  }
  .mt-hspace4:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .mt-hspace4 {
    margin-top: 20px;
  }
  .mt-hspace4:first-child {
    margin-top: 0;
  }
}

.pt-hspace4 {
  padding-top: 20px;
}

@media only screen and (min-width: 568px) {
  .pt-hspace4 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .pt-hspace4 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .pt-hspace4 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1240px) {
  .pt-hspace4 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1800px) {
  .pt-hspace4 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 420px) {
  .mt-hspace-xxs-1 {
    margin-top: false;
  }
}

@media only screen and (min-width: 420px) {
  .mt-hspace-xxs-2 {
    margin-top: false;
  }
}

@media only screen and (min-width: 420px) {
  .mt-hspace-xxs-3 {
    margin-top: false;
  }
}

@media only screen and (min-width: 420px) {
  .mt-hspace-xxs-4 {
    margin-top: false;
  }
}

@media only screen and (min-width: 568px) {
  .mt-hspace-xs-1 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 568px) {
  .mt-hspace-xs-2 {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 568px) {
  .mt-hspace-xs-3 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 568px) {
  .mt-hspace-xs-4 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .mt-hspace-sm-1 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .mt-hspace-sm-2 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .mt-hspace-sm-3 {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .mt-hspace-sm-4 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .mt-hspace-md-1 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .mt-hspace-md-2 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .mt-hspace-md-3 {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .mt-hspace-md-4 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1240px) {
  .mt-hspace-lg-1 {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1240px) {
  .mt-hspace-lg-2 {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 1240px) {
  .mt-hspace-lg-3 {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1240px) {
  .mt-hspace-lg-4 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .mt-hspace-vlg-1 {
    margin-top: false;
  }
}

@media only screen and (min-width: 1400px) {
  .mt-hspace-vlg-2 {
    margin-top: false;
  }
}

@media only screen and (min-width: 1400px) {
  .mt-hspace-vlg-3 {
    margin-top: false;
  }
}

@media only screen and (min-width: 1400px) {
  .mt-hspace-vlg-4 {
    margin-top: false;
  }
}

@media only screen and (min-width: 1800px) {
  .mt-hspace-xl-1 {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 1800px) {
  .mt-hspace-xl-2 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1800px) {
  .mt-hspace-xl-3 {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1800px) {
  .mt-hspace-xl-4 {
    margin-top: 20px;
  }
}

/*.icon-share{ @include sprite-icon($share); }*/
.hidden {
  display: none !important;
}

@media only screen and (min-width: 420px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
  .visible-xxs-table {
    display: table !important;
  }
}

@media only screen and (min-width: 568px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-table {
    display: table !important;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-table {
    display: table !important;
  }
}

@media only screen and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-table {
    display: table !important;
  }
}

@media only screen and (min-width: 1240px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-table {
    display: table !important;
  }
}

@media only screen and (min-width: 1400px) {
  .hidden-vlg {
    display: none !important;
  }
  .visible-vlg {
    display: block !important;
  }
  .visible-vlg-inline {
    display: inline !important;
  }
  .visible-vlg-inline-block {
    display: inline-block !important;
  }
  .visible-vlg-table {
    display: table !important;
  }
}

@media only screen and (min-width: 1800px) {
  .hidden-xl {
    display: none !important;
  }
  .visible-xl {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .visible-xl-table {
    display: table !important;
  }
}

.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.fancybox-slide--html .fancybox-close-small,
.fancybox-close-small {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  z-index: 1;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
}

.fancybox-slide--html .fancybox-close-small svg,
.fancybox-close-small svg {
  display: none;
}

.fancybox-slide--html .fancybox-close-small::before, .fancybox-slide--html .fancybox-close-small::after,
.fancybox-close-small::before,
.fancybox-close-small::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  margin-left: -16px;
  background-color: currentColor;
}

.site--bg_dark .fancybox-slide--html .fancybox-close-small::before, .site--bg_dark .fancybox-slide--html .fancybox-close-small::after, .site--bg_dark
.fancybox-close-small::before, .site--bg_dark
.fancybox-close-small::after {
  background-color: #000;
}

.fancybox-slide--html .fancybox-close-small::before,
.fancybox-close-small::before {
  transform: rotate(45deg);
}

.fancybox-slide--html .fancybox-close-small::after,
.fancybox-close-small::after {
  transform: rotate(-45deg);
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
