@charset "UTF-8";
/* Systems */
.-rouble:after {
  content: "Р";
  margin-left: 2px;
}

/* Extends */
.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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;
}

* {
  outline: none;
  box-sizing: border-box;
}

button {
  cursor: pointer;
  border: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

/* Styles */
@media (min-width: 768px) {
  .-mobile {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .-mobile-ext {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .-pc {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .-pc-ext {
    display: none !important;
  }
}

/* Project configs */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* open-sans-300 - cyrillic_latin_cyrillic-ext */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300.woff2") format("woff2"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300.woff") format("woff"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300.ttf") format("truetype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - cyrillic_latin_cyrillic-ext */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-regular.woff2") format("woff2"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-regular.woff") format("woff"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-regular.ttf") format("truetype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-300italic - cyrillic_latin_cyrillic-ext */
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300italic.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300italic.woff2") format("woff2"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300italic.woff") format("woff"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300italic.ttf") format("truetype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - cyrillic_latin_cyrillic-ext */
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-italic.woff2") format("woff2"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-italic.woff") format("woff"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-italic.ttf") format("truetype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - cyrillic_latin_cyrillic-ext */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700.woff2") format("woff2"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700.woff") format("woff"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700.ttf") format("truetype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700italic - cyrillic_latin_cyrillic-ext */
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700italic.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700italic.woff2") format("woff2"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700italic.woff") format("woff"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700italic.ttf") format("truetype"), url("/fonts/OpenSans/open-sans-v15-cyrillic_latin_cyrillic-ext-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-Light.eot");
  src: local("Rubik"), local("Rubik-Light"), url("/fonts/Rubik/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik/Rubik-Light.woff2") format("woff2"), url("/fonts/Rubik/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-Regular.eot");
  src: local("Rubik"), local("Rubik-Regular"), url("/fonts/Rubik/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik/Rubik-Regular.woff2") format("woff2"), url("/fonts/Rubik/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-Medium.eot");
  src: local("Rubik Medium"), local("Rubik-Medium"), url("/fonts/Rubik/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik/Rubik-Medium.woff2") format("woff"), url("/fonts/Rubik/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("Rubik-Bold.eot");
  src: local("/fonts/Rubik/Rubik Bold"), local("Rubik-Bold"), url("/fonts/Rubik/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik/Rubik-Bold.woff2") format("woff2"), url("/fonts/Rubik/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* Colors */
/* Fonts */
/* Font params */
html, body {
  background: #121212;
  color: #fff;
  font-size: 1em;
  font-family: "Rubik", Arial, sans-serif;
  line-height: normal;
  font-weight: normal;
}

html {
  /*padding-top: 58px;

  @include lg {
      padding-top: 87px;
  }*/
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #18a4ff;
}

b, strong {
  font-weight: 600;
}

.main {
  position: relative;
  overflow: hidden;
}

s,
strike {
  text-decoration: none;
  /*we're replacing the default line-through*/
  position: relative;
  display: inline-block;
  /* keeps it from wrapping across multiple lines */
}

s:after,
strike:after {
  content: "";
  /* required property */
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid red;
  height: 45%;
  /* adjust as necessary, depending on line thickness */
  /* or use calc() if you don't need to support IE8: */
  height: calc(50% - 1px);
  /* 1px = half the line thickness */
  width: 100%;
}

.-neon {
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
}

.-white-neon {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 6px 8px rgba(0, 0, 0, 0.8), 3px 8px 8px rgba(0, 0, 0, 0.8), 3px 10px 8px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5), 0 -10px 25px rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* Holder */
.-holder {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 420px) {
  .-holder {
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .-holder {
    max-width: 1280px;
    padding: 0;
  }
}

.-holder-wide {
  padding: 0 10px;
}
@media (min-width: 420px) {
  .-holder-wide {
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .-holder-wide {
    padding: 0 48px;
  }
}

/* Logo */
/* Logo */
.logo {
  /*display: none;*/
}
@media (min-width: 576px) {
  .logo {
    display: block;
  }
}

.logo__link {
  display: block;
}

.logo__image {
  max-width: 42px;
}
@media (min-width: 768px) {
  .logo__image {
    max-width: 100%;
  }
}

.header.-fixed .logo__image {
  max-width: 42px;
}

@media (min-width: 768px) {
  .header.-fixed .logo__image {
    max-width: 54px;
  }
}

/* Menu Hamburgers */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 14px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #B0252F;
}

.hamburger-box {
  width: 32px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #B0252F;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  transform: translate3d(64px, 64px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  transform: translate3d(64px, -64px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  transform: translate3d(-64px, -64px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.5714285714px, -7px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.5714285714px, -7px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Navigation */
.menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
}

.menu__item {
  /*background: url('/img/elements/menu-divider.png');
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 1px 26px;*/
}
@media (min-width: 1024px) {
  .menu__item {
    border: none;
  }
}
.menu__item:last-child {
  background: none;
}

.menu__link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 18px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .menu__link {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .menu__link {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .menu__link {
    font-size: 18px;
  }
}
.menu__link:hover {
  color: #B0252F;
}

/* Mobile menu trigger */
/*.mobile-menu-trigger {
    @include sm {
        display: none;
    }
}*/
.mobile-menu-trigger {
  display: none;
}
.mobile-menu-trigger .hamburger {
  padding: 0;
}

/* Custom radioubuttons */
.radio-cust:checked,
.radio-cust:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-cust:checked + label,
.radio-cust:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

.radio-cust:checked + label i,
.radio-cust:not(:checked) + label i {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 50;
  color: #B0252F;
  display: none;
}

.radio-cust:checked + label i {
  display: block;
}

.radio-cust:checked + label:before,
.radio-cust:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}

.radio-cust:checked + label:after,
.radio-cust:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  /*background: #D1578A; pink*/
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-cust:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-cust:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Slider */
.slider > .slider__slide {
  display: none;
}

.slider > .slider__slide:first-child {
  display: block;
}

.slider.slick-initialized > .slider__slide {
  display: block;
}

.slider__slide {
  position: relative;
}

.slider__image {
  width: 100%;
}

.slider .slick-dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .slider .slick-dots {
    bottom: 40px;
  }
}

.slider .slick-dots li {
  margin-right: 10px;
  opacity: 0.6;
}

.slider .slick-dots li.slick-active {
  opacity: 1;
}

.slider .slick-dots li:last-child {
  margin-right: 0;
}

.slider .slick-dots li button {
  text-indent: -9999px;
  background: #fff;
  width: 12px;
  height: 12px;
  font-size: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.slider .slick-prev,
.slider .slick-next {
  background: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 60px;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .slider .slick-prev,
.slider .slick-next {
    height: 100px;
    margin-top: -50px;
    width: 34px;
  }
}

.slider .slick-prev {
  background: url("/img/elements/left-arrow.png") no-repeat;
  background-size: 100% auto;
  left: 10px;
  z-index: 2;
}

.slider .slick-next {
  background: url("/img/elements/right-arrow.png") no-repeat;
  background-size: 100% auto;
  right: 10px;
}

.slider__slide .overlay {
  opacity: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .slider__slide .overlay {
    opacity: 1;
  }
}

.slick-slide.slick-current + .slick-slide .overlay {
  opacity: 0;
}

/* Slider */
.carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  z-index: 9;
}

.carousel .slick-prev {
  right: 60px;
}

.carousel .slick-next {
  right: 0;
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
  content: " ";
  display: block;
  width: 16px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: 8px;
}

.carousel .slick-arrow:before {
  background: url("/img/icons/arrow-left.png") no-repeat;
}

.carousel .slick-prev:before {
  background: url("/img/icons/arrow-left.png") no-repeat;
}

.carousel .slick-next:before {
  background: url("/img/icons/arrow-right.png") no-repeat;
}

/* Box */
.box {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .box {
    margin-bottom: 56px;
  }
}

.box .holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box:last-child {
  margin-bottom: 0;
}

.box__title {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 0 24px;
}
@media (min-width: 576px) {
  .box__title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .box__title {
    font-size: 32px;
    padding: 24px 0 36px;
  }
}
@media (min-width: 1024px) {
  .box__title {
    font-size: 40px;
  }
}

.box__title:before,
.box__title:after {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.box__title:before {
  right: 0.5em;
  margin-left: -50%;
}

.box__title:after {
  left: 0.5em;
  margin-right: -50%;
}

.box__separator {
  padding: 16px 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .box__separator {
    padding: 8px 0;
    max-height: 36px;
  }
}
@media (min-width: 1024px) {
  .box__separator {
    padding: 21px 0;
    max-height: 100%;
  }
}

.box__image-container,
.box__gallery-container {
  width: 100%;
}

.box__image {
  width: 100%;
}

.box__image-container .box__image {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}

.box__content {
  width: 100%;
}

.box__description {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.6em;
}

.box__holder {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 1280px) {
  .box__holder {
    width: 1120px;
  }
}

/* White neon box */
.box__title.-white-neon {
  font-size: 18px;
  position: relative;
}
.box__title.-white-neon:before, .box__title.-white-neon:after {
  display: none;
}
@media (min-width: 420px) {
  .box__title.-white-neon {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .box__title.-white-neon {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .box__title.-white-neon {
    font-size: 36px;
  }
}

.box__title-divider-neon {
  position: absolute;
  width: 10%;
  top: 5px;
  padding: 20px 0;
}
@media (min-width: 576px) {
  .box__title-divider-neon {
    width: 15%;
    top: 10px;
  }
}
@media (min-width: 768px) {
  .box__title-divider-neon {
    width: 20%;
    top: 25px;
  }
}
@media (min-width: 1024px) {
  .box__title-divider-neon {
    width: 25%;
    top: 20px;
  }
}

.box__title-divider-neon > span {
  display: block;
  background: #fff;
  height: 3px;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 6px 8px rgba(0, 0, 0, 0.8), 3px 8px 8px rgba(0, 0, 0, 0.8), 3px 10px 8px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5), 0 -10px 25px rgba(255, 255, 255, 0.5);
}

.box__title-divider-neon.-left {
  left: 0;
}

.box__title-divider-neon.-right {
  right: 0;
}

/* Box */
.btn {
  padding: 5px 12px;
  background: #B0252F;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.btn:hover {
  background-color: #ca3c77;
}

.btn-red {
  background: #B0252F;
}
.btn-red:hover {
  background-color: #ca3c77;
}

/* Text box */
.text-box {
  color: #fff;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 1280px) {
  .text-box {
    max-width: 840px;
  }
}

.text-box p {
  margin-bottom: 1em;
}

.text-box ul {
  list-style-position: inside;
  margin-bottom: 1em;
}

/* Carousel */
.carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  z-index: 9;
}

.carousel .slick-prev {
  right: 60px;
}

.carousel .slick-next {
  right: 0;
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
  content: " ";
  display: block;
  width: 16px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: 8px;
}

.carousel .slick-arrow:before {
  background: url("/img/icons/arrow-left.png") no-repeat;
}

.carousel .slick-prev:before {
  background: url("/img/icons/arrow-left.png") no-repeat;
}

.carousel .slick-next:before {
  background: url("/img/icons/arrow-right.png") no-repeat;
}

/* Scroll to top */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  opacity: 0;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.scroll-top img {
  padding: 10px;
  width: 50px;
}

/*.scroll-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
.scroll-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

/*.scroll-top:hover i {
    color: #fff;
}*/
/* Form */
/* Form */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.form__field-row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .form__field-row {
    margin-bottom: 1em;
  }
}

.form__field-row .form__field-wrap {
  position: relative;
  width: 100%;
}

.form__field-row.-double,
.form__field-row.-quarter {
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*.form__field-row:last-child {
    margin-bottom: 0;
}*/
.form__title {
  color: #2d2d2c;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  padding-bottom: 1em;
}

.form__label {
  color: #2d2d2c;
}

/* Input */
.form__input {
  color: #fff;
  padding: 12px 18px;
  font-size: 18px;
  background: transparent;
  line-height: 24px;
  border: 1px solid #555;
  width: 100%;
}

.form__input-text {
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .form__input-text {
    margin-bottom: 0;
  }
}

.form__input-textarea {
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .form__input-textarea {
    margin-bottom: 0;
  }
}

.form__input-with-label-inside {
  padding-left: 52px;
}

.form__input-label-inside {
  position: absolute;
  font-size: 18px;
  line-height: 24px;
  padding: 13px 12px;
  border-right: 1px solid #555;
}

/* Button */
.form__btn {
  display: inline-block;
  padding: 12px 56px;
  font-size: 18px;
  text-decoration: none;
  background: transparent;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form__btn-action {
  background: #b0252f;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form__btn-action:hover {
  background: #861c24;
}

.form__field-row.-double .form__input-text {
  width: 100%;
}
@media (min-width: 576px) {
  .form__field-row.-double .form__input-text {
    width: 49.25%;
  }
}

.form__field-row.-quarter .form__input-text {
  width: 49.25%;
}
@media (min-width: 576px) {
  .form__field-row.-quarter .form__input-text {
    width: 24%;
  }
}

.form .errorSummary {
  margin-bottom: 20px;
}

.form .errorSummary ul {
  list-style-position: inside;
}

/* Gallery */
/* Gallery */
.gallery,
.gallery__image {
  max-height: 160px;
}
@media (min-width: 420px) {
  .gallery,
.gallery__image {
    max-height: 200px;
  }
}
@media (min-width: 576px) {
  .gallery,
.gallery__image {
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .gallery,
.gallery__image {
    max-height: 400px;
  }
}
@media (min-width: 1280px) {
  .gallery,
.gallery__image {
    max-height: 524px;
  }
}

.gallery__view {
  display: block;
}

.gallery .film_roll_prev,
.gallery .film_roll_next {
  display: none !important;
}

/* Social */
.social {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1023px) {
  .social {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.social__btn {
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: left center;
}

.social__btn-instagram {
  background-image: url("/img/elements/instagram-i.png");
  background-size: auto 28px;
}
.social__btn-telegram {
  background-image: url("/img/elements/telegram-i.png");
  background-size: auto 28px;
}

.social__btn-vk {
  background-image: url("/img/elements/vk-icon.png");
}

.social__link {
  display: block;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}

/* Grid */
.grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

/* Inner page */
.inner-page {
  position: relative;
}

.inner-page__layout {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.inner-page__layout-container {
  padding: 0 20px 40px;
}
@media (min-width: 576px) {
  .inner-page__layout-container {
    padding: 0 68px 40px;
  }
}

.inner-page__title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #f0faff;
  text-shadow: 0 0 0.5em #2e96ff, 0 0 0.5em #2e96ff, 0 0 0.5em #2e96ff, 0 20px 12px black, 3px 22px 16px black, -3px 24px 16px black, 0 20px 12px black, 3px 22px 16px black, -3px 24px 16px black, 3px 3px 10px rgba(0, 115, 255, 0.6), -3px -3px 10px rgba(0, 115, 255, 0.6), 10px 10px 100px rgba(0, 195, 255, 0.6), -10px -10px 100px rgba(0, 195, 255, 0.6), 5px 5px 10px rgba(46, 150, 255, 0.6), -5px -5px 10px rgba(46, 150, 255, 0.6), 3px 3px 5px rgba(0, 75, 216, 0.6), -3px -3px 5px rgba(0, 75, 216, 0.6), 2px 2px 2px rgba(28, 110, 164, 0), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 73, 218, 0.6), 50px 50px 90px rgba(0, 90, 250, 0.6), -50px -50px 90px rgba(0, 90, 250, 0.6), 10px 5px 10px rgba(0, 73, 218, 0.6), -10px -5px 10px rgba(0, 73, 218, 0.6);
  padding: 40px 0 60px;
  font-size: 32px;
}
@media (min-width: 576px) {
  .inner-page__title {
    padding: 100px 0 160px;
    font-size: 60px;
  }
}

.inner-page__home-link {
  position: absolute;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: normal;
  top: 10px;
  left: 10px;
  font-size: 10px;
}
@media (min-width: 576px) {
  .inner-page__home-link {
    font-size: 12px;
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .inner-page__home-link {
    top: 60px;
    left: 80px;
  }
}

.inner-page__home-link-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
  display: inner-block;
}

.inner-page__home-link-text {
  display: none;
  max-width: 60px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .inner-page__home-link-text {
    display: block;
    max-width: 80px;
  }
}

/* Custom tooltip */
.tooltip {
  display: inline;
  position: relative;
}

.tooltip:hover {
  color: #c00;
  text-decoration: none;
}

.tooltip:hover:after {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5em;
  bottom: 1.35em;
  color: #fff;
  content: attr(title);
  display: block;
  left: 1em;
  padding: 0.3em 1em;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  z-index: 98;
}

.tooltip:hover:before {
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 0.4em 0.4em 0 0.4em;
  bottom: 1em;
  content: "";
  display: block;
  left: 2em;
  position: absolute;
  z-index: 99;
}

/* Sidebar */
.sidebar {
  margin-bottom: 24px;
}
.sidebar:last-child {
  margin-bottom: 0;
}

.sidebar__inner {
  border: 1px solid #1f1f1f;
  padding: 10px;
}

.sidebar__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

/* Modals */
.modal-bbg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  position: fixed;
  z-index: 3500;
  display: none;
  top: 0;
}

.modal-bbg.hided {
  z-index: 3600;
}

.remodal-close {
  right: 0;
  left: auto;
}

.modal-box {
  padding: 0;
  position: fixed;
}

.modal-box__header {
  background-position: 0 center;
  text-align: center;
  margin: 40px 0;
}

.modal-box__header span {
  padding: 0 20px;
  font-size: 28px;
}

.modal-box__body {
  padding: 30px 80px;
}

.modal-box .message-note {
  text-align: center;
  font-size: 18px;
}

.modal-loader {
  display: none;
}

.modal-loader .ajax-loader {
  margin: 0 auto;
}

.message-box {
  height: auto;
  position: absolute;
  padding: 5px;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background: #fff;
  left: 20px;
  right: 20px;
  top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.message-box__header {
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}

.message-box .form-wrapper {
  width: 100%;
  height: 100%;
  /* border: 1px solid #D85C58;*/
}

.message-box__body {
  padding: 24px;
  padding-top: 30px;
  /*font-weight: bold;*/
  font-size: 18px;
}

.message-box__body p {
  line-height: 1.5em;
  font-size: 13px;
}

.message-box__body p:last-child {
  margin-bottom: 0;
}

.message-box a.cross-exit {
  display: none;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px;
}

.message-box .buttons {
  /*margin: 0 auto;
  margin-top: 20px;
  width: 130px;
  overflow: hidden;*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 20px;
}

/*.message-box .buttons.two-button {
    width: 270px;
}*/
.message-box .buttons a {
  float: left;
  padding: 7px 24px;
  text-align: center;
  user-select: none;
  margin-left: 10px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.message-box .buttons a:first-child {
  margin-left: 0;
}

.message-box .buttons .btn-cancel {
  border: 1px solid #E00A0B;
  background: none;
  color: #000;
}

.message-box .buttons .btn-cancel:hover {
  background: #E00A0B;
  border: 1px solid #E00A0B;
  color: #fff;
}

.message-box .buttons .btn-action {
  background: #E00A0B;
  border: 1px solid #E00A0B;
}

.message-box .buttons .btn-action:hover {
  background: #f51718;
  border: 1px solid #f51718;
}

/* width >= 768 */
@media screen and (min-width: 48em) {
  .message-box {
    width: 600px;
    top: 20%;
    left: 50%;
    right: auto;
    margin-left: -300px;
  }

  .message-box__header {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .message-box__body p {
    font-size: 14px;
  }
}
/* width >= 768 */
@media screen and (min-width: 35.5em) {
  .message-box .buttons a {
    font-size: 16px;
  }
}
/* Vendors */
.tooltipster-location.tooltipster-sidetip .tooltipster-box {
  border: none;
  background: #ebebeb;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.tooltipster-location.tooltipster-sidetip .tooltipster-content {
  padding: 6px;
}

.tooltipster-location.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ebebeb;
}

.tooltipster-location.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  top: -2px;
}

.tooltipster-location.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ebebeb;
}

.tabs__nav {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tabs__nav-item {
  background: #b1b1b1;
  color: #222221;
  width: 50%;
  text-decoration: none;
  text-align: center;
  padding: 20px 0 32px;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tabs__nav-item.-active {
  background: #c5c5c5;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fonts/Fontawesome/fa-solid-900.eot");
  src: url("/fonts/Fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/Fontawesome/fa-solid-900.woff2") format("woff2"), url("/fonts/Fontawesome/fa-solid-900.woff") format("woff"), url("/fonts/Fontawesome/fa-solid-900.ttf") format("truetype"), url("/fonts/Fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Blocks */
.header {
  z-index: 99;
  overflow: hidden;
  padding: 8px 0;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .header {
    padding: 16px 0 20px;
  }
}

.header.-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 0 10px;
}

.header__holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*@include lg-r {
      @include flex-between;
      padding-right: 0;
  }*/
}

.header__logo {
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header__logo {
    width: 100px;
    position: absolute;
    left: 20px;
    margin: 0;
    top: 50%;
    margin-top: -50px;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    width: 120px;
    left: 10%;
    top: auto;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    left: 15%;
  }
}

.header__menu {
  position: relative;
  padding-top: 6px;
}
@media (min-width: 1024px) {
  .header__menu {
    display: block;
  }
}

.header.-fixed .header__menu {
   display: none !important;
}

@media (min-width: 1024px) {
  .header.-fixed .header__working-time {
    display: none;
  }
}

.header__menu .menu {
  display: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .header__menu .menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.header__catalog-menu {
  width: 100%;
  order: 2;
}


.header.-fixed .header__catalog-menu {
  position: relative;
}

@media (min-width: 1024px) {
  .header__catalog-menu {
    display: none;
  }

  .header.-fixed .header__catalog-menu {
    display: block;
    width: 620px;
    order: 0;
  }
}

@media (min-width: 1280px) {
  .header.-fixed .header__catalog-menu {
    width: 850px;
  }
}

.header__cart-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__working-time {
  display: none;
}
@media (min-width: 576px) {
  .header__working-time {
    display: block;
  }
}

.header__select-city {
  font-size: 14px;
}
@media (min-width: 576px) {
  .header__select-city {
    font-size: 16px;
  }
}

.cart-box__inner {
  /*background: #ebebeb;*/
  height: 34px;
  padding: 5px 12px;
  /*@include border-radius(20px);*/
}
@media (min-width: 768px) {
  .cart-box__inner {
    height: 38px;
  }
}

.cart-box__image {
  width: 24px;
}
@media (min-width: 768px) {
  .cart-box__image {
    width: 28px;
  }
}

.cart-box__price {
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cart-box__price {
    /*font-size: 16px;*/
  }
}

.cart-box__price .-divider {
  margin: 0 3px;
}

.cart-box__count {
  margin-right: 8px;
}

.cart-box__link {
  text-decoration: none;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-city__description {
  font-weight: 300;
  color: #828282;
  font-size: 13px;
}

.select-city__icon {
  color: #B0252F;
}

.select-city__icon-caret {
  color: #B0252F;
  font-size: 14px;
}

.select-city__link {
  text-decoration: none;
  color: #fff;
}

/*.select-city__options {
    display: none;
    pointer-events: auto; 
}
.tooltipster-content .select-city__options {
    display: block;
}
.select-city_city-link {
    display: block;
    background: $orange;
    padding: 8px 16px;
    color: $white;
    text-decoration: none;
    margin-bottom: 6px;
    min-width: 160px;

    @include border-radius(8px);
}
.select-city__option:last-child .select-city_city-link {
    margin-bottom: 0;
}*/
.working-time__description {
  font-weight: 300;
  color: #828282;
  font-size: 13px;
}

.working-time__icon {
  color: #B0252F;
}

@media (min-width: 1600px) {
  .catalog__holder {
    max-width: 1600px;
  }
}

.catalog__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
  padding: 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  .catalog__title {
    margin-top: 28px;
    font-size: 28px;
  }
}

.catalog__title.-root {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .catalog__title.-root {
    font-size: 36px;
  }
}

.catalog-item {
  width: 96%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.catalog-item.item-type-additional {
  width: 32%;
}
@media (min-width: 420px) {
  .catalog-item {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .catalog-item {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .catalog-item {
    width: 18%;
  }
}
@media (min-width: 1600px) {
  .catalog-item {
    width: 18%;
  }
}

.catalog__items {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .catalog__items {
    margin-top: 36px;
  }
}

@media (min-width: 420px) {
  .catalog__items-extra-wide .catalog-item {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .catalog__items-extra-wide .catalog-item {
    width: 49%;
  }
}
@media (min-width: 1600px) {
  .catalog__items-extra-wide .catalog-item {
    width: 32%;
  }
}

.catalog__items-wide .catalog-item {
  width: 100%;
}
@media (min-width: 576px) {
  .catalog__items-wide .catalog-item {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .catalog__items-wide .catalog-item {
    width: 32%;
  }
}
@media (min-width: 1600px) {
  .catalog__items-wide .catalog-item {
    width: 24%;
  }
}

@media (min-width: 420px) {
  .catalog__items-narrow .catalog-item {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .catalog__items-narrow .catalog-item {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .catalog__items-narrow .catalog-item {
    width: 24%;
  }
}
@media (min-width: 1600px) {
  .catalog__items-narrow .catalog-item {
    width: 18%;
  }
}

@media (min-width: 420px) {
  .catalog__items-extra-narrow .catalog-item {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .catalog__items-extra-narrow .catalog-item {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .catalog__items-extra-narrow .catalog-item {
    width: 18%;
  }
}
@media (min-width: 1600px) {
  .catalog__items-extra-narrow .catalog-item {
    width: 15%;
  }
}

.catalog-item__top-box {
  border-bottom: 1px dashed #7CBA4F;
  padding-top: 10px;
  padding-bottom: 4px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.catalog-item__params-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 6px;
}
.catalog-item__params-group label {
  margin-right: 5px;
  margin-bottom: 6px;
}
.catalog-item__params-group label:last-child {
  margin: 0;
}

.catalog-item__options {
  padding-top: 3px;
}

.catalog-item__price {
  color: #B0252F;
  font-weight: 500;
  line-height: 1em;
  font-size: 18px;
  line-height: 14px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .catalog-item__price {
    font-size: 20px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  .catalog-item__price {
    font-size: 22px;
    line-height: 18px;
  }
}
.catalog-item__price:after {
  font-size: 0.75em;
}

.catalog-item__weight {
  color: #B0252F;
  font-size: 10px;
  font-weight: 500;
  margin-left: 10px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .catalog-item__weight {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .catalog-item__weight {
    font-size: 14px;
  }
}

.catalog-item__title {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .catalog-item__title {
    font-size: 18px;
  }
}

.catalog-item__description {
  padding-top: 5px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .catalog-item__description {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .catalog-item__description {
    font-size: 14px;
  }
}

.catalog-item__full-description {
  display: none;
}

.catalog-item__image-container {
  position: relative;
}

.catalog-item__image-container.-lazy {
  max-width:100%;
  position:relative;
  background-image: url('/upload/products/default.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
.catalog-item__image-container.-lazy img {
    position:absolute;
    width:100%;
    height:100%;
}

.catalog-item__image-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  z-index: 3;
}

.catalog-item__image {
  width: 100%;
  filter: saturate(1.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.catalog-item__actions_box {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 4;
  height: 120px;
  width: 100%;
  margin-top: -60px;
  padding: 0 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .catalog-item__actions_box {
    padding: 0 20px;
  }
}

.catalog-item:hover .catalog-item__image-overlay,
.catalog-item.-selected .catalog-item__image-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.catalog-item:hover .catalog-item__actions_box,
.catalog-item.-selected .catalog-item__actions_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.catalog-item__update-count {
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .catalog-item__update-count {
    width: 43px;
    height: 43px;
  }
}

.catalog-item__halyal-icons {
  position: absolute;
  top: 10px;
  left: 10px;
}

.catalog-item__icons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.catalog-item__icon-image {
  width: 64px;
  height: auto;
}

.catalog-item__add-to-cart-btn {
  padding: 5px 12px;
  background: #B0252F;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.catalog-item__update-count.-decrease {
  background-image: url(/img/elements/decrease-icon.png);
}
.catalog-item__update-count.-decrease:hover {
  background-image: url(/img/elements/decrease-icon-active.png?v=1.3);
}

.catalog-item__update-count.-increase {
  background-image: url(/img/elements/increase-icon.png);
}
.catalog-item__update-count.-increase:hover {
  background-image: url(/img/elements/increase-icon-active.png?v=1.3);
}

.catalog-item__item-count-box {
  text-align: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.catalog-item__item-count {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  font-size: 66px;
  font-weight: 500;
  line-height: 1em;
}
@media (min-width: 768px) {
  .catalog-item__item-count {
    height: 120px;
    width: 120px;
    font-size: 136px;
  }
}

.catalog-item__item-count.-no-count {
  background: url(/img/elements/cross-icon.png) no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.catalog-item__show-popup {
  cursor: pointer;
}

.catalog-item__update_actions_box {
  display: none;
  width: 102px;  
  background: #000;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.catalog-item.-selected .catalog-item__update_actions_box {
  display: -webkit-flex;
  display: flex;
}
.catalog-item.-selected .catalog-item__add-to-cart-btn.-hided {
  display: none;
}
.catalog-item__updatable-item-count-input {
  -webkit-flex: 0 1 auto;
  flex: 1 0 auto;
  text-align: center;
  padding-top: 4px;
}
.catalog-item__update-count-action {
  width: 32px;
  height: 29px;
  display: inline-block;
  cursor: pointer;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
  padding-top: 4px;
}

.catalog-menu-box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.catalog-menu-box.no-stick {
  position: static;
}
@media (min-width: 1024px) {
  .catalog-menu-box {
    display: block;
  }
}

.catalog-menu-box__holder {
  margin: 0 auto;
  padding: 6px 0;
  position: relative;
}
@media (min-width: 1280px) {
  .catalog-menu-box__holder {
    padding: 8px 0;
    max-width: 1140px;
  }
}

.catalog-menu {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.catalog-menu__item {
  /*width: 13%;

  @include md {
      width: 14%;
  }*/
}

.catalog-menu__link {
  font-size: 14px;
}
@media (min-width: 768px) {
  .catalog-menu__link {
    font-size: 16px;
  }
}

.catalog-menu__item.-active .catalog-menu__link,
.catalog-menu-fixed__item.-active .catalog-menu-fixed__link {
  color: #B0252F
}

.rolls-menu {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.rolls-menu__item.-title .rolls-menu__link {
  color: #B0252F;
  font-weight: bold;
  text-transform: uppercase;
}

.rolls-menu-mobile {
  margin-top: 32px;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rolls-menu-mobile__item {
  width: 50%;
}
.rolls-menu-mobile__item.-wide {
  width: 100%;
}
.rolls-menu-mobile__item.-title .rolls-menu-mobile__link {
  color: #B0252F;
  font-weight: bold;
  text-transform: uppercase;
}
.rolls-menu-mobile__item:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #424242;
  width: 100%;
  position: relative;
  left: 0px;
}

.rolls-menu-mobile__link {
  font-size: 14px;
}
.rolls-menu-mobile__link:hover {
  cursor: pointer;
  background: #B0252F;
  color: #fff;
}
@media (min-width: 420px) {
  .rolls-menu-mobile__link {
    font-size: 16px;
  }
}

.main-menu.-mobile {
  width: 100%;
  padding: 10px 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu.-mobile .main-menu__link {
  text-transform: none;
  font-size: 14px;
}

.footer-menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-scrolled {
  overflow: hidden;
}
.menu-scrolled__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.menu-scrolled__scroll-btn {
  display: none;
  position: absolute;
  font-size: 24px;  
  text-decoration: none;
  color: #000;
}
.catalog-menu__scroll-btn {
  top: 10px;
}
.catalog-menu-fixed__scroll-btn {
  top: 2px;
}
.menu-scrolled__scroll-btn.-left {
  left: -16px;
}
.menu-scrolled__scroll-btn.-right {
  right: -24px;
}

@keyframes fade {
  from { opacity: 1.0; }
  50% { opacity: 0.2; }
  to { opacity: 1.0; }
}                                                                                                                                                                                                                                  

@-webkit-keyframes fade {
  from { opacity: 1.0; }
  50% { opacity: 0.2; }
  to { opacity: 1.0; }
}

.menu-scrolled__scroll-btn.-blink {
  animation:fade 1500ms infinite;
  -webkit-animation:fade 1500ms infinite;
}

/* Menu mobile */
.menu-mobile {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  color: #000;
  position: fixed;
  z-index: 99;
  /*@include lg-r {
      display: none;
      overflow-y: auto;
  }*/
}

.menu-mobile .menu__close {
  display: block;
  background: url(/img/elements/cross-link.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  text-decoration: none;
  z-index: 100;
  cursor: pointer;
}

.menu-mobile.-active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-mobile__contacts-box {
  padding: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-mobile__logo {
  display: block;
}

.category-menu {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-menu__item {
  width: 50%;
}
.category-menu__item:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #424242;
  width: 100%;
  position: relative;
  left: 0px;
}

.category-menu__link {
  font-size: 14px;
  /*padding: 12px 28px;*/
}
.category-menu__link:hover {
  cursor: pointer;
  background: #B0252F;
  color: #fff;
}
@media (min-width: 420px) {
  .category-menu__link {
    font-size: 16px;
  }
}

.not-working-popup {
  background: url(/img/elements/not-working-bg.jpg);
  background-size: cover;
  background-position: center top;
  padding: 0 32px;
  overflow: hidden;
}

.not-working-popup__body {
  padding: 0;
  padding-top: 40px;
  padding-bottom: 120px;
}

.not-working-popup__header {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 32px 0;
}

.not-working-popup__header span {
  font-size: 18px;
  font-weight: 300;
}

.slider-box {
  position: relative;
}

.select-location-modal,
.select-affiliate-modal {
  background: url(/img/elements/locations-bg.jpg);
  background-size: cover;
  background-position: center top;
  padding: 0 32px;
  overflow: hidden;
}

.select-location-modal__body {
  padding: 0;
  padding-top: 40px;
  padding-bottom: 80px;
}

.select-location-modal__header {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 32px 0;
}

.select-location-modal__header span {
  font-size: 18px;
  font-weight: 300;
}

.select-location-list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*@media (min-width: 576px) {
  .select-location-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}*/

.select-location-list__underline {
  position: absolute;
  display: none;
  height: 10px;
  width: 100%;
  bottom: -30px;
}

.select-location-list__underline-top-line {
  display: block;
  height: 1px;
  background: #fff;
  width: 100px;
  margin-left: -132px;
  transition: 0.3s ease-in-out;
}

.select-location-list__underline-bottom-line {
  display: block;
  height: 1px;
  background: #fff;
  margin-top: 10px;
  width: 60px;
  margin-left: -92px;
  transition: 0.45s ease-in-out;
}

.select-location-list__item {
  width: 49%;
  text-align: center;
  margin-bottom: 16px;
}
.select-location-list__item:hover ~ .select-location-list__underline {
  display: none;
}
.select-location-list__item:nth-of-type(1):hover ~ .select-location-list__underline .select-location-list__underline-top-line {
  margin-left: calc(12.5% - 60px);
}
.select-location-list__item:nth-of-type(2):hover ~ .select-location-list__underline .select-location-list__underline-top-line {
  margin-left: calc(32.5% - 60px);
}
.select-location-list__item:nth-of-type(3):hover ~ .select-location-list__underline .select-location-list__underline-top-line {
  margin-left: calc(52.5% - 60px);
}
.select-location-list__item:nth-of-type(4):hover ~ .select-location-list__underline .select-location-list__underline-top-line {
  margin-left: calc(72.5% - 60px);
}
.select-location-list__item:nth-of-type(5):hover ~ .select-location-list__underline .select-location-list__underline-top-line {
  margin-left: calc(92.5% - 60px);
}
.select-location-list__item:nth-of-type(1):hover ~ .select-location-list__underline .select-location-list__underline-bottom-line {
  margin-left: calc(12.5% - 40px);
}
.select-location-list__item:nth-of-type(2):hover ~ .select-location-list__underline .select-location-list__underline-bottom-line {
  margin-left: calc(32.5% - 40px);
}
.select-location-list__item:nth-of-type(3):hover ~ .select-location-list__underline .select-location-list__underline-bottom-line {
  margin-left: calc(52.5% - 40px);
}
.select-location-list__item:nth-of-type(4):hover ~ .select-location-list__underline .select-location-list__underline-bottom-line {
  margin-left: calc(72.5% - 40px);
}
.select-location-list__item:nth-of-type(5):hover ~ .select-location-list__underline .select-location-list__underline-bottom-line {
  margin-left: calc(92.5% - 40px);
}
@media (min-width: 576px) {
  .select-location-list__item {
    width: 22%;
    /*margin-bottom: 0;*/
  }
  .select-location-list__item:hover ~ .select-location-list__underline {
    display: block;
  }
}

.select-location-list__link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.select-location-list__icon {
  max-width: 50px;
  margin-bottom: 16px;
}

.select-location-list__name {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
}

.street-autocomplete__container .ui-autocomplete {
  top: 50px;
  z-index: 10;
}
.street-autocomplete__container .ui-autocomplete .ui-menu-item {
  padding: 3px 18px;
}

.street-autocomplete__status {
  padding-top: 12px;
  display: none;
}
.street-autocomplete__status strong {
  color: #fff;
}

.street-autocomplete__delivery-price-box {
  display: none;
}

/* Themes */
.street-autocomplete__container .ui-autocomplete {
  background: #080808;
  color: #fff;
}

.street-autocomplete__status {
  color: #fff;
}

.areas-map__map {
  margin-top: 10px;
}
.areas-map__legend {
  margin-bottom: 32px;
}

.areas-map__legend-inner {
  padding: 16px 24px;
}

.areas-map__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.areas-map__item {
  width: 50%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .areas-map__item {
    width: 25%;
  }
}

.areas-map__item-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.areas-map__item-color {
  width: 36px;
  height: 36px;
  margin-right: 6px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}

.areas-map__item-name {
  font-weight: 500;
  font-size: 18px;
}

.areas-map__item-price {
  color: #fff;
  font-size: 18px;
}

.areas-map__notice-sign {
  color: #fff;
}

.areas-map__notice {
  font-size: 12px;
}
.areas-map__notice strong {
  color: #fff;
}

.order-total-sidebar__rows {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #262626;
  font-size: 14px;
}
@media (min-width: 768px) {
  .order-total-sidebar__rows {
    font-size: 16px;
  }
}

.order-total-sidebar__row {
  padding: 3px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-total-sidebar__item-price {
  font-weight: 500;
}

.order-total-sidebar__item-name {
  width: 80%;
}
.order-total-sidebar__item-name.-balls {
  font-weight: 500;
}

.order-total-sidebar__item-description {
  width: 80%;
  color: #9c9c9c;
  font-size: 12px;
}

.order-total-sidebar__item-count {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  top: -1px;
}

.order-total-sidebar__total-name {
  font-size: 20px;
  font-weight: 500;
}

.order-total-sidebar__total-price-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-total-sidebar__total-price {
  font-size: 20px;
  font-weight: 500;
}

.order-total-sidebar__address-info {
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  line-height: 1.6em;
}
.order-total-sidebar__address-info strong {
  color: #fab117;
}

.order-total-sidebar__carryout-address {
  color: #9c9c9c;
}

.footer {
  padding: 0px 0 40px;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #fff;
}

.footer__holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .footer__holder {
    padding: 0 24px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .footer__holder {
    padding: 0;
    width: 1200px;
  }
}

/*.footer__holder-top .footer__column {
    display: none;

    @include sm {
        display: block;
    }
}*/
.footer__holder-top .footer__column-social {
  display: block;
}

.footer__logo {
  width: 64px;
}
@media (min-width: 576px) {
  .footer__logo {
    width: 96px;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    width: 120px;
  }
}

.footer__logo .logo__link {
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__logo .logo__link {
    text-align: left;
  }
}

.footer__logo .logo__image {
  max-width: 64px;
}
@media (min-width: 576px) {
  .footer__logo .logo__image {
    max-width: 96px;
  }
}
@media (min-width: 1280px) {
  .footer__logo .logo__image {
    max-width: 150px;
  }
}

.footer__menu {
  /*display: none;

  @include sm {
      display: block;
  }*/
}

.footer__menu .menu__link {
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .footer__menu .menu__link {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .footer__menu .menu__link {
    font-size: 16px;
  }
}

.footer__phone {
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
}

.footer__phone a {
  text-decoration: none;
  color: #fff;
}

/* Pages */
.career-form {
  margin: 0 auto;
  margin-bottom: 40px;
  background: #c5c5c5;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 1280px) {
  .career-form {
    max-width: 1140px;
  }
}

/*.career-page .inner-page__layout {
    padding-bottom: 60px;

    @include sm {
        padding-bottom: 120px;
    }
}*/
.cart-items__wrapper {
  background: transparent url("/img/elements/cart-middle.png") repeat-y;
  background-size: 100% auto;
  padding: 20px 16px;
  color: #000;
}
@media (min-width: 576px) {
  .cart-items__wrapper {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .cart-items__wrapper {
    padding: 20px 50px;
  }
}

@media (min-width: 576px) {
  .cart-items {
    padding-bottom: 20px;
  }
}

.cart-items__top {
  background: transparent url("/img/elements/cart-top.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  height: 50px;
  position: relative;
  top: 2px;
}

.cart-items__bottom {
  background: transparent url("/img/elements/cart-bottom.png") no-repeat;
  background-size: 100% auto;
  background-position: left top;
  height: 50px;
}

.cart-items__header {
  font-size: 20px;
  color: #121212;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .cart-items__header {
    font-size: 28px;
  }
}

.cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #cacaca;
}
.cart-item:last-child {
  border-bottom: none;
}

.cart-item__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .cart-item__inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.cart-item__info {
  width: 100%;
  padding-left: 10px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .cart-item__info {
    padding-left: 0;
  }
}

.cart-item__name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 576px) {
  .cart-item__name {
    font-size: 18px;
  }
}

.cart-item__description {
  color: #656565;
  font-size: 14px;
}

.cart-item__counter {
  padding: 0px 24px 0 10px;
  display: none;
}
@media (min-width: 768px) {
  .cart-item__counter {
    display: block;
  }
}

.cart-item__actions_box {
  padding: 5px 10px;
  text-align: center;
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .cart-item__actions_box {
    padding: 5px 20px;
    width: 160px;
    border-left: 1px solid #656565;
    border-right: 1px solid #656565;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cart-item__action-btn {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  /*display: inline-block;
  cursor: pointer;
  background-size: 100% auto;
  background-repeat: no-repeat;

  @include flex-settings(0,1,auto);*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.cart-item__action-btn.-decrease {
  background: #2d2d2d;
}

.cart-item__action-btn.-increase {
  background: #b0252f;
}

.cart-item__item-count-box {
  display: block;
  width: 36px;
  text-align: center;
  font-weight: 500;
}

.cart-item__price-box {
  text-align: right;
  white-space: nowrap;
  font-size: 18px;
  width: 40%;
}
@media (min-width: 576px) {
  .cart-item__price-box {
    width: 180px;
  }
}

.cart-item__remove-box {
  width: 10%;
}

.cart-item__remove-btn {
  font-weight: 300;
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  top: -2px;
  text-align: right;
  width: 30px;
}
@media (min-width: 576px) {
  .cart-item__remove-btn {
    padding-right: 6px;
  }
}

.cart-items__form-submit {
  background: #b0252f;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 12px 56px;
  text-decoration: none;
}

/*.cart-item__image-box {
    width: 100px;
    height: 100px;
}
.cart-item__image {
    max-width: 100%;
    max-height: 100%;

    @include border-radius(10px);
}*/
.cart-total {
  font-size: 22px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .cart-total {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cart-total__text {
  padding-top: 10px;
}
.cart-total__text.-mobile {
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
}

.cart-total__total-price {
  font-weight: 500;
}

.cart-total__divider {
  background: url(/img/elements/cart-total-divider.png) repeat-x;
  height: 16px;
}
@media (min-width: 576px) {
  .cart-total__divider {
    margin-bottom: 24px;
  }
}

/* Cart box notification */
.cart-box-notification {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 20;
}
@media (min-width: 360px) {
  .cart-box-notification {
    width: 320px;
    left: auto;
  }
}

.cart-box-notification__wrapper {
  padding: 12px 16px;
}

.cart-box-notification__header {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}

.cart-box-notification__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cart-box-notification__item-info {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cart-box-notification__item-image {
  padding-right: 10px;
  max-width: 120px;
}
.cart-box-notification__item-image img {
  width: 100%;
}

.cart-box-notification__item-name {
  color: #262626;
  font-size: 16px;
}

.cart-box-notification__item-description {
  font-size: 12px;
  margin-bottom: 10px;
}

.cart-box-notification__item-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2em;
}

.cart-box-notification__item-price {
  font-size: 22px;
}

.cart-box-notification__item-remove {
  font-size: 13px;
}

.cart-box-notification__cart-link {
  text-transform: none;
  padding: 5px 10px;
  font-size: 14px;
}

.cart-box-notification__close {
  position: absolute;
  top: 0;
  right: 0;
}

/* Themes */
.cart-box-notification {
  border: 1px solid #232323;
  color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 27px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(255, 255, 255, 0.25);
  background: #0d0d0d;
  background: rgba(13, 13, 13, 0.8);
}

.cart-box-notification__header {
  color: #fff;
}

.cart-box-notification__item-name {
  color: #fff;
}

.cart-box-notification__item-description {
  color: #999;
}

.cart-box-notification__item-price {
  color: #B0252F;
  font-size: 20px;
  font-weight: 500;
}

.cart-box-notification__item-remove {
  color: #fff;
}

.cart-box-notification__close {
  color: #B0252F;
}

.cart-page__holder {
  padding: 20px 0;
  max-width: 760px;
}

.cart-page .layout__content {
  background: url(/img/elements/cart-page-bg.jpg) no-repeat;
  background-size: cover;
}

.order-form {
  margin: 0 auto;
  background: #000;
  padding: 16px;
}

.order-form__inner {
  border: 1px solid #1f1f1f;
  padding: 10px;
}
@media (min-width: 576px) {
  .order-form__inner {
    padding: 32px;
  }
}

.order-form__delivery-type-btn {
  border: 1px solid #c9c9c9;
  color: #000;
  padding: 12px 20px;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .order-form__delivery-type-btn {
    padding: 12px 56px;
    margin-bottom: 0;
  }
}

.order-form__delivery-type-btn.-active {
  background: #b0252f;
  border: 1px solid #b0252f;
  color: #fff;
}

.order-form__delivery-type-btn.-carryout {
  border-left: none;
}

.delivery-areas-sidebar__area-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.delivery-areas-sidebar__area-name {
  width: 50%;
  font-weight: 500;
  font-size: 16px;
}

.delivery-areas-sidebar__area-delivery-price {
  width: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
}

.delivery-areas-sidebar__area-description {
  font-size: 12px;
  width: 100%;
  color: #9c9c9c;
}

.delivery-areas-sidebar__map-link-box {
  text-align: center;
}

.delivery-areas-sidebar__link {
  color: #fff;
  font-size: 14px;
}

.delivery-areas-sidebar__bottom-info {
  color: #9c9c9c;
  font-size: 12px;
  margin-bottom: 12px;
}
.delivery-areas-sidebar__bottom-info strong {
  font-weight: 500;
  color: #fff;
}

.checkout-page .layout__content {
  background: url(/img/elements/cart-page-bg.jpg) no-repeat;
  background-size: cover;
}

.checkout-page__holder {
  padding-bottom: 16px;
  padding-top: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .checkout-page__holder {
    padding-top: 32px;
    padding-bottom: 60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.checkout-page__main-container {
  width: 100%;
  margin-bottom: 24px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .checkout-page__main-container {
    width: auto;
    margin-bottom: 0;
    padding-right: 24px;
  }
}

.checkout-page__main-container-inner {
  padding: 20px;
}

.checkout-page__sidebar-container {
  background: #000;
  padding: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .checkout-page__sidebar-container {
    width: 360px;
  }
}

.order-progress {
  margin-bottom: 40px;
  font-size: 18px;
}

.order-progress__holder {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .order-progress__holder {
    max-width: 840px;
  }
}

.order-progress__step {
  background: #c5c5c5;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  flex: 0 1 auto;
}

.order-progress__step.-active {
  background: #396639;
}

.order-progress__delimeter {
  height: 8px;
  background: #c5c5c5;
  flex: 1 1 auto;
  position: relative;
}

.order-progress__delimeter-mark {
  display: none;
  height: 20px;
  width: 20px;
  background: #396639;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

.order-progress__delimeter.-active .order-progress__delimeter-left {
  background: #396639;
  width: 50%;
  height: 8px;
}
.order-progress__delimeter.-active .order-progress__delimeter-mark {
  display: block;
}

.order-status {
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
}

.order-status__name {
  text-transform: uppercase;
  font-weight: 500;
}

.order-summary {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.order-summary__number-box {
  margin-bottom: 24px;
}

.order-summary__id,
.order-summary__total-sum,
.order-summary__delivery-time {
  font-weight: 500;
}

.final-page__to-home {
  text-align: center;
  margin-bottom: 40px;
}


/* Промокоды */
.cart-promocode .form__input {
    max-width: 180px;
}
.cart-promocode .form__btn-action {
    display: none;
    padding: 8px 28px;
    cursor: pointer;
}
.cart-promocode .form__btn-action.active {
    display: inline-block;     
}
.cart-promocode .promocode-message {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding-top: 8px;
}

.cart-item.promo-present .cart-item__actions_box {
    border: none;
}

/* Страница товара */
.item-type-product {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .item-type-product {
      max-width: 640px;
      width: auto;    
  }
}

/* Popup товара*/
.product-view-modal {
  padding: 10px;
  background: #121212;
  top: 20px;
}

.product-view-modal .item-type-popup {
  margin-top: 0px;
}

.product-view-modal .catalog-item {
  width: 100%;
  margin-bottom: 0px;
}

.product-view-modal .catalog-item__info-box {
    padding-left: 20px;
}

.product-view-modal .catalog-item__image-container {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 680px) {
  .product-view-modal {
    width: 640px;
    top: 20%;
  }

  .product-view-modal .item-type-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-view-modal .catalog-item__info-box {
    min-width: 260px;
  }
}

@media screen and (min-width: 420px) {
  .product-view-modal {
     padding: 20px; 
  }
}

.contacts-list a {
  text-decoration: none;
  color: #fff;
}

@-webkit-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}

@-moz-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}

.slider-new {
  opacity:0;
  min-height: 96px;
  margin-top: 24px;
}

@media screen and (min-width: 36em) {
  .slider-new {
    min-height: 180px;
  }
}
/* width >= 768 */
@media screen and (min-width: 48em) {
  .slider-new {
    min-height: 260px;
  }
}
/* width >= 1024 */
@media screen and (min-width: 64em) {
  .slider-new {
    min-height: 300px;
    margin-top: 0px;
  }
}

.slider-new.slick-initialized{
  opacity:1;
  -webkit-animation: fadein 1s ease-in alternate;
    -moz-animation: fadein 1s ease-in alternate;
    animation: fadein 1s ease-in alternate;
}

.slider-new .slick-slide {
  width: 320px;
  margin: 0 4px;
}

.slick-disabled {
  cursor: no-drop;
  opacity: 0.5;
  pointer-events: none;
}

/* width >= 576 */
@media screen and (min-width: 36em) {
  .slider-new .slick-slide {
    width: 480px;
    margin: 0 12px;
  }
}
/* width >= 768 */
@media screen and (min-width: 48em) {
  .slider-new .slick-slide {
    width: 680px;
    margin: 0 12px;
  }
}
/* width >= 1024 */
@media screen and (min-width: 64em) {
  .slider-new .slick-slide {
    width: 1024px;
    margin: 0 12px;
  }
}

.slider-new .slick-slide img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-new .slick-prev, 
.slider-new .slick-next {
  height: 100%;
  margin-top: 0px;
  top: 0px;
  display: block;
  background-position: center center;
  background-size: 100%;
}

/* width >= 768 */
@media screen and (min-width: 48em) {
  .slider-new .slick-prev, 
  .slider-new .slick-next {
    width: 60px;
    background-size: auto;
  }
}
.slider-box-new .catalog-menu-box {
  background: none;
}
.slider-new .slick-slide.next,
.slider-new .slick-slide.prev {
  opacity: 0.4;
}
.slider-new .slider__popup-open {
  cursor: pointer;
}

.slider-info-popup {
  padding: 0;
  top: 20px;
  bottom: 20px; 
  left: 60px;
  right: 60px;
  opacity: 1; 
  display: none;
  /*background: url(/img/elements/not-working-bg.jpg);*/
  background-size: cover;
  background-position: center top;
  background: none;
}

.slider-info-popup__description,
.slider-promo-mobile__description {
  background: url(/img/elements/slider-popup-bg.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
}
.slider-info-popup__description_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
}
.slider-info-popup__description_text {
  z-index: 3;
  position: relative;
}

/* width >= 768 */
@media screen and (min-width: 48em) {
  .slider-info-popup {
    margin-left: -330px;
    left: 50%;
    right: auto;
  }
}
/* width >= 1280 */
/*@media screen and (min-width: 80em) {
  .slider-info-popup {
    bottom: auto;
  }
}*/

.slider-info-popup__content {
  height: 100%;
  overflow-y: auto;
}
.slider-info-popup__description {
  padding: 24px;
}
.slider-info-popup__description h2 {
  color: #fff;
  margin-bottom: 24px;
}
.slider-info-popup__description p {
  color: #fff;
  line-height: 24px;
  white-space: break-spaces;
}
.slider-info-popup__description strong {
  color: #B0252F;
}
.slider-info-popup__image img {
  width: 100%;
}
.slider-info-popup__close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: -39px;
    width: 24px;
    height: 24px;
}
.slider-info-popup__close svg {
    width: 24px;
    height: 24px;
    will-change: transform;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slider-info-popup__close svg:hover {
  -webkit-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -o-transform: scale(1.11);
  transform: scale(1.11);
}
.slider-info-popup__close svg path {
  fill: white;
}

.slider-info-mobile-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  opacity: 1; 
  display: none;
  overflow-y: auto;
  background: url(/img/elements/not-working-bg.jpg);
  background-size: cover;
  background-position: center top;
  margin: 0;
}
.slider-info-mobile-popup {
  width: 100%;
}
.slider-info-mobile-popup .btn-close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 1;
}

.slider-promo-mobile__description {
  user-select: none;
  padding: 24px;
}
.slider-promo-mobile__description h2 {
  margin-bottom: 24px;
}
.slider-promo-mobile__description p {
  color: #fff;
  line-height: 24px;
  white-space: break-spaces;
}
.slider-promo-mobile__description strong {
  color: #B0252F;
}
/*.slider-info-mobile-popup__progress {
  display: block;
  width: 90%;
  margin: 0 5%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
  top: 10px;
  position: absolute;
  border: 1px solid #fff;
}*/


@-webkit-keyframes slideanim {
  from {width: 0%;}
  to {width: 100%;}
}

@keyframes slideanim {
  from {width: 0%;}
  to {width: 100%;}
}

.progressbar-promo {  
  width: 100%;
  top: 10px;  
  position: absolute;
}
.progressbar-promo__wrapper {
  padding: 0 4%;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
    justify-content: space-between;
}
.progressbar-promo__item {
  height: 5px;
  margin:0 10px;
  position: relative;

  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.progressbar-promo__item .progressbar-promo__placeholder {
  width: 100%;
  height: 5px;
  background: #fff;
  opacity: 0.7;
  border-radius: 10px;
}
.progressbar-promo__item .progressbar-promo__filler {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: #fff;
  border-radius: 10px;
  
}
.progressbar-promo__item.--viewed .progressbar-promo__filler {
  width: 100%;
}
.progressbar-promo__item.--animated .progressbar-promo__filler {
  width: 100%;
  
  /*-webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;*/
    animation: slideanim 6s forwards;
    
}

.additional_products__description {
  padding: 20px 0;
}
.additional_products__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white-theme,
.white-theme .header {
  background-color: #fff;
}
.white-theme .header {
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.white-theme,
.white-theme .menu__link,
.white-theme .select-city__link,
.white-theme .cart-box__link,
.white-theme .footer__phone a,
.white-theme .footer,
.white-theme .areas-map__notice strong,
.white-theme .text-box,
.white-theme .contacts-list a,
.white-theme .form__input,
.white-theme .cart-promocode .promocode-message,
.white-theme .street-autocomplete__status,
.white-theme .street-autocomplete__status strong,
.white-theme .street-autocomplete__container .ui-autocomplete,
.white-theme .order-status__description a,
.white-theme .catalog-item__price,
.radio-cust:checked + label, 
.radio-cust:not(:checked) + label {
  color: #000;
}
.white-theme.cart-page .layout__content,
.white-theme.checkout-page .layout__content,
.white-theme .order-form,
.white-theme .checkout-page__sidebar-container  {
  background: none;
}
.white-theme .street-autocomplete__container .ui-autocomplete {
  background: #ccc;
}
.white-theme .footer {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.white-theme .order-form__inner,
.white-theme .sidebar__inner,
.white-theme .form__input  {
  border: 1px solid #c9c9c9;
}
.white-theme .form__input-label-inside {
  border-right: 1px solid #c9c9c9;
}
.white-theme .catalog-item__top-box {
  border-bottom: 1px solid #bfbfbf;
}
.white-theme .catalog-item__title {
  font-size: 14px !important;
} 
.white-theme .catalog-item__price {
  font-size: 18px !important;
}

.white-theme .catalog-item.item-type-category {
  display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.white-theme .catalog-item.item-type-category .catalog-item__info-box {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}
.white-theme .catalog-item.item-type-category .catalog-item__bottom-box {
  height: 100%;
  position: relative;
}
.white-theme .catalog-item.item-type-category .catalog-item__params-group {
  position: absolute;
    bottom: 20px;
    /* width: 100%; */
    left: 0;
    right: 0;
}
.white-theme .catalog-item.item-type-category .catalog-item__description {
  padding-bottom: 24px;
}
.white-theme .catalog-item.item-type-popup,
.white-theme .not-working-popup,
.white-theme .select-location-modal__header {
  color: #fff;
}
.white-theme .areas-map__item-price,
.white-theme .areas-map__notice-sign {
  color: #000;
}

.catalog-item__tags {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 3px 0;
    position: absolute;
    top: 10px;
    left: 10px;
}

.catalog-item__tag {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 3px 10px;  
  /*color: #0c0;*/
  color: #fff;
  user-select: none;
  margin-right: 3px;
}
.catalog-item__tag:last-child {
  margin-right: 0;
}
.catalog-item__tag.-best {
  background: #db2029;
  /*background: rgb(0 204 0 / 20%);*/
}
.catalog-item__tag.-spicy {
  background: #c00;
  /*background: rgb(204 0 0 / 20%);*/
  /*color: #c00;*/
}
.catalog-item__tag.-new {
  background: #ff8d00;
  /*background: #ff8d00ad;*/
  /*color: #995e16;*/
}

/* Payment types */
.payment-types-select label {
  margin-right: 24px;
  margin-bottom: 10px;
}
.payment-types-select label:last-child {
  margin-right: 0;
}

/* width >= 768 */
@media screen and (min-width: 48em) {
  .slider-info-popup {
      width: 700px;
  }
}

/*# sourceMappingURL=main.css.map */
