/* ========================================================================
 Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #656666; }
/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active, a:hover {
  outline: none; }
/*
 * Style
 */
a, .uk-link {
  color: #ff6e2f;
  text-decoration: none;
  cursor: pointer; }

a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link {
  color: #ff6e2f;
  text-decoration: underline; }
/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted; }
/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }
/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #ff0d0d;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8; }
/*
 * Emphasize
 */
em {
  color: #656666; }
/*
 * Insert
 */
ins {
  background: #ffd;
  color: #656666;
  text-decoration: none; }
/*
 * Mark
 */
mark {
  background: #ffd;
  color: #656666; }
/*
 * Quote
 */
q {
  font-style: italic; }
/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }
/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas, img, video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box; }
/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box; } }
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden; }
/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0; }
/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p, ul, ol, dl, pre, address, fieldset, figure {
  margin: 0 0 20px 0; }
/* Add margin if adjacent element */
* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 20px; }
/* Headings
 ========================================================================== */
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none; }
/* Add margin if adjacent element */
* + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6, * + .uk-heading-small, * + .uk-heading-medium, * + .uk-heading-large, * + .uk-heading-xlarge, * + .uk-heading-2xlarge {
  margin-top: 40px; }
/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2; }

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3; }

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4; }

h4, .uk-h4 {
  font-size: 1rem;
  line-height: 1.4; }

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4; }

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4; }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem; }

  h2, .uk-h2 {
    font-size: 2rem; } }
/* Lists
 ========================================================================== */
ul, ol {
  padding-left: 30px; }
/*
 * Reset margin for nested lists
 */
ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
  margin: 0; }
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5; }
/* Add margin if adjacent element */
* + hr, * + .uk-hr {
  margin-top: 20px; }
/* Address
 ========================================================================== */
address {
  font-style: normal; }
/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  color: #333; }
/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px; }
/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0; }

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #656666; }
  blockquote footer::before {
    content: "— "; }
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #656666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff; }

pre code {
  font-family: Consolas, monaco, monospace; }
/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }
/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details, main {
  /* 1 */
  /* 2 */
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/*
 * Add the correct display in IE.
 */
template {
  display: none; }
/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
  content: "640px"; }

.uk-breakpoint-m::before {
  content: "960px"; }

.uk-breakpoint-l::before {
  content: "1200px"; }

.uk-breakpoint-xl::before {
  content: "1600px"; }

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px; }
/* ========================================================================
 Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0; }
/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer; }
/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }
/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor; }
/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0); }
/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }
/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999; }

.uk-icon-link:hover, .uk-icon-link:focus {
  color: #656666;
  outline: none; }
/* OnClick + Active */
.uk-icon-link:active, .uk-active > .uk-icon-link {
  color: #585959; }
/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }
/* Hover + Focus */
.uk-icon-button:hover, .uk-icon-button:focus {
  background-color: #ebebeb;
  color: #656666;
  outline: none; }
/* OnClick + Active */
.uk-icon-button:active, .uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #656666; }
/* ========================================================================
 Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0; }
/* Focus */
.uk-range:focus {
  outline: none; }

.uk-range::-moz-focus-outer {
  border: none; }
/* IE11 Reset */
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent; }
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer; }

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer; }

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer; }
/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc; }
/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc; }
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0; }
/* IE11 */
.uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc; }
/* Edge + IE11 */
.uk-range::-ms-tooltip {
  display: none; }
/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-webkit-slider-runnable-track, .uk-range:active::-webkit-slider-runnable-track {
  /* 1 */
  background: #d2d2d2; }
/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-moz-range-track {
  background: #d2d2d2; }
/* Edge */
.uk-range::-ms-fill-lower, .uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-ms-fill-lower, .uk-range:focus::-ms-fill-upper {
  background: #d2d2d2; }
/* ========================================================================
 Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input, .uk-select, .uk-textarea, .uk-radio, .uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit; }
/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible; }
/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none; }
/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold; }
/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto; }
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button, .uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button, .uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {
  opacity: 1; }
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled), .uk-checkbox:not(:disabled) {
  cursor: pointer; }
/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0; }
/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
 `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input, .uk-textarea {
  -webkit-appearance: none; }
/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input, .uk-select, .uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #656666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border; }
/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block; }
/* 2 */
.uk-input:not(input), .uk-select:not(select) {
  line-height: 38px; }
/*
 * Multi-line
 */
.uk-select[multiple], .uk-select[size], .uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top; }
/* Focus */
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #656666;
  border-color: #ff6e2f; }
/* Disabled */
.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5; }
/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
  color: #999 !important; }

.uk-input::placeholder {
  color: #999; }

.uk-textarea::-ms-input-placeholder {
  color: #999 !important; }

.uk-textarea::placeholder {
  color: #999; }
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem; }

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px; }

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px; }
/*
 * Large
 */
.uk-form-large {
  font-size: 1rem; }

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px; }

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px; }
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger, .uk-form-danger:focus {
  color: #ff0d0d;
  border-color: #ff0d0d; }
/*
 * Success
 */
.uk-form-success, .uk-form-success:focus {
  color: #28aa79;
  border-color: #28aa79; }
/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent; }

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed; }
/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px; }

select.uk-form-width-xsmall {
  width: 75px; }

.uk-form-width-small {
  width: 130px; }

.uk-form-width-medium {
  width: 200px; }

.uk-form-width-large {
  width: 500px; }
/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23656666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23656666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }
/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none; }
/* 4 */
.uk-select:not([multiple]):not([size]) option {
  color: #444; }
/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.uk-input[list]:hover, .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23656666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none; }
/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio, .uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border; }

.uk-radio {
  border-radius: 50%; }
/* Focus */
.uk-radio:focus, .uk-checkbox:focus {
  outline: none;
  border-color: #ff6e2f; }
/*
 * Checked
 */
.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
  background-color: #ff6e2f;
  border-color: transparent; }
/* Focus */
.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
  background-color: #fb4c00; }
/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
/*
 * Disabled
 */
.uk-radio:disabled, .uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5; }

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4; }
/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle; }
/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select, .uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer; }

.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden; }
/* Label
 ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 0.875rem; }
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px; }
/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
    .uk-form-horizontal .uk-form-label {
      display: block;
      margin-bottom: 5px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
    .uk-form-horizontal .uk-form-label {
      width: 200px;
      margin-top: 7px;
      float: left; }
    .uk-form-horizontal .uk-form-controls {
      margin-left: 215px; }
    .uk-form-horizontal .uk-form-controls-text {
      padding-top: 7px; } }
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999; }
/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #656666; }
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none; }
/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important; }
/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto; }

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important; }
/* ========================================================================
 Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 60px; }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 60px;
    padding-bottom: 80px; } }
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0; }
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }
/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px; }
/*
 * Large
 */
.uk-section-large {
  padding-top: 60px;
  padding-bottom: 60px; }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px; } }
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 200px;
    padding-bottom: 200px; } }
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff; }
/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8; }
/*
 * Primary
 */
.uk-section-primary {
  background: #ff6e2f; }

/*
 * Secondary
 */

.uk-section-secondary {
  background: #040720; }

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
 Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px; } }
/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0; }
/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0; }
/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 770px; }

.uk-container-small {
  max-width: 900px; }

.uk-container-large {
  max-width: 1400px; }

.uk-container-xlarge {
  max-width: 1600px; }

.uk-container-expand {
  max-width: none; }
/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0; }

.uk-container-expand-right {
  margin-right: 0; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (770px / 2) - 30px); }

  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px); } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left, .uk-container-expand-right {
    max-width: calc(50% + (1170px / 2) - 40px); }

  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (770px / 2) - 40px); }

  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px); }

  .uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px); }

  .uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px); } }
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
  width: calc(100% + 20px); }

.uk-container-item-padding-remove-left {
  margin-left: -20px; }

.uk-container-item-padding-remove-right {
  margin-right: -20px; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + 30px); }

  .uk-container-item-padding-remove-left {
    margin-left: -30px; }

  .uk-container-item-padding-remove-right {
    margin-right: -30px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + 40px); }

  .uk-container-item-padding-remove-left {
    margin-left: -40px; }

  .uk-container-item-padding-remove-right {
    margin-right: -40px; } }
/* ========================================================================
 Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0; }
/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button, .uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none; }
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1; }
/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #656666; }

.uk-search-input:focus {
  outline: none; }
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999 !important; }

.uk-search-input::placeholder {
  color: #999; }
/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none; }
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999; }
/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #999; }
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none; }
/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto; }
/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 180px; }
/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: transparent;
  border: 1px solid #e5e5e5; }
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: transparent; }
/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px; }

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px; }

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }
/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px; }
/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem; }
/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px; }

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px; }

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }
/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px; }
/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem; }
/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px; }

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px; }

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px; }
/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999; }
/* Hover + Focus */
.uk-search-toggle:hover, .uk-search-toggle:focus {
  color: #656666; }
/* ========================================================================
 Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }
/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none; }
/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y; }
/* 6 */
.uk-slideshow-items > :focus {
  outline: none; }
/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none; }
/* ========================================================================
 Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }
/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden; }
/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative; }
/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none; }

.uk-slider-items.uk-grid {
  flex-wrap: nowrap; }
/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y; }
/* 4 */
.uk-slider-items > :focus {
  outline: none; }
/* ========================================================================
 Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none; }
/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0; }
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }
/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px; }

.uk-grid > * {
  padding-left: 30px; }
/* Vertical */
.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
  margin-top: 30px; }
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* Vertical */
    .uk-grid {
      margin-left: -40px; }
    .uk-grid > * {
      padding-left: 40px; }
    .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
      margin-top: 40px; } }
/*
 * Small
 */
/* Horizontal */
.uk-grid-small, .uk-grid-column-small {
  margin-left: -15px; }

.uk-grid-small > *, .uk-grid-column-small > * {
  padding-left: 15px; }
/* Vertical */
.uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {
  margin-top: 15px; }
/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium, .uk-grid-column-medium {
  margin-left: -30px; }

.uk-grid-medium > *, .uk-grid-column-medium > * {
  padding-left: 30px; }
/* Vertical */
.uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin, * + .uk-grid-margin-medium {
  margin-top: 30px; }
/*
 * Large
 */
/* Horizontal */
.uk-grid-large, .uk-grid-column-large {
  margin-left: -40px; }

.uk-grid-large > *, .uk-grid-column-large > * {
  padding-left: 40px; }
/* Vertical */
.uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large {
  margin-top: 40px; }
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* Vertical */
    .uk-grid-large, .uk-grid-column-large {
      margin-left: -70px; }
    .uk-grid-large > *, .uk-grid-column-large > * {
      padding-left: 70px; }
    .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large {
      margin-top: 70px; } }
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse, .uk-grid-column-collapse {
  margin-left: 0; }

.uk-grid-collapse > *, .uk-grid-column-collapse > * {
  padding-left: 0; }
/* Vertical */
.uk-grid + .uk-grid-collapse, .uk-grid + .uk-grid-row-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0; }
/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative; }

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5; }
/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5; }
/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px; }

.uk-grid-divider > * {
  padding-left: 60px; }

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px; }
/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* Vertical */
    .uk-grid-divider {
      margin-left: -80px; }
    .uk-grid-divider > * {
      padding-left: 80px; }
    .uk-grid-divider > :not(.uk-first-column)::before {
      left: 40px; }
    .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
      margin-top: 80px; }
    .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
      top: -40px;
      left: 80px; } }
/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small, .uk-grid-divider.uk-grid-column-small {
  margin-left: -30px; }

.uk-grid-divider.uk-grid-small > *, .uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px; }

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px; }
/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px; }

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px; }

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px; }

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px; }
/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium, .uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px; }

.uk-grid-divider.uk-grid-medium > *, .uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px; }

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px; }
/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px; }

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px; }
/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {
  margin-left: -80px; }

.uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px; }

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px; }
/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px; }

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px; }

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px; }

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px; }
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* Vertical */
    .uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {
      margin-left: -140px; }
    .uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * {
      padding-left: 140px; }
    .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
      left: 70px; }
    .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
      margin-top: 140px; }
    .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
      top: -70px;
      left: 140px; }
    .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
      top: -70px; }
    .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
      left: 140px; } }
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *, .uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap; }

.uk-grid-match > * > :not([class*='uk-width']), .uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto; }
/* ========================================================================
 Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
.uk-breadcrumb {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  padding: 0;
  list-style: none; }
/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.uk-breadcrumb > * {
  flex: none; }
/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999; }
/* Hover + Focus */
.uk-breadcrumb > * > :hover, .uk-breadcrumb > * > :focus {
  color: #656666;
  text-decoration: none; }
/* Disabled */
/* Active */

.uk-breadcrumb > :last-child > span, .uk-breadcrumb > :last-child > a:not([href]) {
  color: #656666; }
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  font-size: 0.875rem;
  color: #999; }
/* ========================================================================
 Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(101, 102, 102, 0.5);
  transition: color 0.1s ease-in-out; }
/* Hover + Focus */
.uk-slidenav:hover, .uk-slidenav:focus {
  color: rgba(101, 102, 102, 0.9);
  outline: none; }
/* OnClick */
.uk-slidenav:active {
  color: rgba(101, 102, 102, 0.5); }
/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */

/* Size modifier
 ========================================================================== */

.uk-slidenav-large {
  padding: 10px 10px; }
/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex; }
/* ========================================================================
 Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px; }
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px; }
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(101, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color; }
/* Hover + Focus */
.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
  background-color: rgba(101, 102, 102, 0.6);
  outline: none;
  border-color: transparent; }
/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(101, 102, 102, 0.2);
  border-color: transparent; }
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(101, 102, 102, 0.6);
  border-color: transparent; }
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px; }
/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px; }
/* ========================================================================
 Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear; }
/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  animation-name: uk-fade-scale-18; }
/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  animation-name: uk-fade-right; }
/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small; }

.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small; }

.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small; }

.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small; }
/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium; }

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium; }

.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium; }

.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium; }
/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s; }
/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake; }
/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s; }
/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in; }
/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s; }
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none; }
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }
/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none; }
/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }

  100% {
    opacity: 1;
    transform: scale(1); } }
/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }

  100% {
    opacity: 1;
    transform: scale(1); } }
/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1); }

  100% {
    transform: scale(1.2); } }
/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }

  10% {
    transform: translateX(-9px); }

  20% {
    transform: translateX(8px); }

  30% {
    transform: translateX(-7px); }

  40% {
    transform: translateX(6px); }

  50% {
    transform: translateX(-5px); }

  60% {
    transform: translateX(4px); }

  70% {
    transform: translateX(-3px); }

  80% {
    transform: translateX(2px); }

  90% {
    transform: translateX(-1px); } }
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }

  100% {
    stroke-dashoffset: 0; } }
/* ========================================================================
 Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-child-width-1-2 > * {
  width: 50%; }

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001); }

.uk-child-width-1-4 > * {
  width: 25%; }

.uk-child-width-1-5 > * {
  width: 20%; }

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001); }

.uk-child-width-auto > * {
  width: auto; }
/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%; }

  .uk-child-width-1-2\@s > * {
    width: 50%; }

  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001); }

  .uk-child-width-1-4\@s > * {
    width: 25%; }

  .uk-child-width-1-5\@s > * {
    width: 20%; }

  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001); }

  .uk-child-width-auto\@s > * {
    width: auto; }

  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%; }

  .uk-child-width-1-2\@m > * {
    width: 50%; }

  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001); }

  .uk-child-width-1-4\@m > * {
    width: 25%; }

  .uk-child-width-1-5\@m > * {
    width: 20%; }

  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001); }

  .uk-child-width-auto\@m > * {
    width: auto; }

  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%; }

  .uk-child-width-1-2\@l > * {
    width: 50%; }

  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001); }

  .uk-child-width-1-4\@l > * {
    width: 25%; }

  .uk-child-width-1-5\@l > * {
    width: 20%; }

  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001); }

  .uk-child-width-auto\@l > * {
    width: auto; }

  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%; }

  .uk-child-width-1-2\@xl > * {
    width: 50%; }

  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001); }

  .uk-child-width-1-4\@xl > * {
    width: 25%; }

  .uk-child-width-1-5\@xl > * {
    width: 20%; }

  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001); }

  .uk-child-width-auto\@xl > * {
    width: auto; }

  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%; }
/* Halves */
.uk-width-1-2 {
  width: 50%; }
/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001); }

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001); }
/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }
/* Fifths */
.uk-width-1-5 {
  width: 20%; }

.uk-width-2-5 {
  width: 40%; }

.uk-width-3-5 {
  width: 60%; }

.uk-width-4-5 {
  width: 80%; }
/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001); }

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001); }
/* Pixel */
.uk-width-small {
  width: 150px; }

.uk-width-medium {
  width: 300px; }

.uk-width-large {
  width: 450px; }

.uk-width-xlarge {
  width: 600px; }

.uk-width-2xlarge {
  width: 750px; }
/* Auto */
.uk-width-auto {
  width: auto; }
/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
    .uk-width-1-1\@s {
      width: 100%; }
    .uk-width-1-2\@s {
      width: 50%; }
    .uk-width-1-3\@s {
      width: calc(100% * 1 / 3.001); }
    .uk-width-2-3\@s {
      width: calc(100% * 2 / 3.001); }
    .uk-width-1-4\@s {
      width: 25%; }
    .uk-width-3-4\@s {
      width: 75%; }
    .uk-width-1-5\@s {
      width: 20%; }
    .uk-width-2-5\@s {
      width: 40%; }
    .uk-width-3-5\@s {
      width: 60%; }
    .uk-width-4-5\@s {
      width: 80%; }
    .uk-width-1-6\@s {
      width: calc(100% * 1 / 6.001); }
    .uk-width-5-6\@s {
      width: calc(100% * 5 / 6.001); }
    .uk-width-small\@s {
      width: 150px; }
    .uk-width-medium\@s {
      width: 300px; }
    .uk-width-large\@s {
      width: 450px; }
    .uk-width-xlarge\@s {
      width: 600px; }
    .uk-width-2xlarge\@s {
      width: 750px; }
    .uk-width-auto\@s {
      width: auto; }
    .uk-width-expand\@s {
      flex: 1;
      min-width: 1px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
    .uk-width-1-1\@m {
      width: 100%; }
    .uk-width-1-2\@m {
      width: 50%; }
    .uk-width-1-3\@m {
      width: calc(100% * 1 / 3.001); }
    .uk-width-2-3\@m {
      width: calc(100% * 2 / 3.001); }
    .uk-width-1-4\@m {
      width: 25%; }
    .uk-width-3-4\@m {
      width: 75%; }
    .uk-width-1-5\@m {
      width: 20%; }
    .uk-width-2-5\@m {
      width: 40%; }
    .uk-width-3-5\@m {
      width: 60%; }
    .uk-width-4-5\@m {
      width: 80%; }
    .uk-width-1-6\@m {
      width: calc(100% * 1 / 6.001); }
    .uk-width-5-6\@m {
      width: calc(100% * 5 / 6.001); }
    .uk-width-small\@m {
      width: 150px; }
    .uk-width-medium\@m {
      width: 300px; }
    .uk-width-large\@m {
      width: 450px; }
    .uk-width-xlarge\@m {
      width: 600px; }
    .uk-width-2xlarge\@m {
      width: 750px; }
    .uk-width-auto\@m {
      width: auto; }
    .uk-width-expand\@m {
      flex: 1;
      min-width: 1px; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
    .uk-width-1-1\@l {
      width: 100%; }
    .uk-width-1-2\@l {
      width: 50%; }
    .uk-width-1-3\@l {
      width: calc(100% * 1 / 3.001); }
    .uk-width-2-3\@l {
      width: calc(100% * 2 / 3.001); }
    .uk-width-1-4\@l {
      width: 25%; }
    .uk-width-3-4\@l {
      width: 75%; }
    .uk-width-1-5\@l {
      width: 20%; }
    .uk-width-2-5\@l {
      width: 40%; }
    .uk-width-3-5\@l {
      width: 60%; }
    .uk-width-4-5\@l {
      width: 80%; }
    .uk-width-1-6\@l {
      width: calc(100% * 1 / 6.001); }
    .uk-width-5-6\@l {
      width: calc(100% * 5 / 6.001); }
    .uk-width-small\@l {
      width: 150px; }
    .uk-width-medium\@l {
      width: 300px; }
    .uk-width-large\@l {
      width: 450px; }
    .uk-width-xlarge\@l {
      width: 600px; }
    .uk-width-2xlarge\@l {
      width: 750px; }
    .uk-width-auto\@l {
      width: auto; }
    .uk-width-expand\@l {
      flex: 1;
      min-width: 1px; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
    .uk-width-1-1\@xl {
      width: 100%; }
    .uk-width-1-2\@xl {
      width: 50%; }
    .uk-width-1-3\@xl {
      width: calc(100% * 1 / 3.001); }
    .uk-width-2-3\@xl {
      width: calc(100% * 2 / 3.001); }
    .uk-width-1-4\@xl {
      width: 25%; }
    .uk-width-3-4\@xl {
      width: 75%; }
    .uk-width-1-5\@xl {
      width: 20%; }
    .uk-width-2-5\@xl {
      width: 40%; }
    .uk-width-3-5\@xl {
      width: 60%; }
    .uk-width-4-5\@xl {
      width: 80%; }
    .uk-width-1-6\@xl {
      width: calc(100% * 1 / 6.001); }
    .uk-width-5-6\@xl {
      width: calc(100% * 5 / 6.001); }
    .uk-width-small\@xl {
      width: 150px; }
    .uk-width-medium\@xl {
      width: 300px; }
    .uk-width-large\@xl {
      width: 450px; }
    .uk-width-xlarge\@xl {
      width: 600px; }
    .uk-width-2xlarge\@xl {
      width: 750px; }
    .uk-width-auto\@xl {
      width: auto; }
    .uk-width-expand\@xl {
      flex: 1;
      min-width: 1px; } }
/* ========================================================================
 Component: Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box; }
/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%; }
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh; }
/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px; }

.uk-height-medium {
  height: 300px; }

.uk-height-large {
  height: 450px; }

.uk-height-max-small {
  max-height: 150px; }

.uk-height-max-medium {
  max-height: 300px; }

.uk-height-max-large {
  max-height: 450px; }
/* ========================================================================
 Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

iframe.uk-cover {
  pointer-events: none; }
/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative; }
/* ========================================================================
 Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff; }

.uk-background-muted {
  background-color: #f8f8f8; }

.uk-background-primary {
  background-color: #ff6e2f; }

.uk-background-secondary {
  background-color: #040720; }
/* Size
 ========================================================================== */
.uk-background-cover, .uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.uk-background-cover {
  background-size: cover; }

.uk-background-contain {
  background-size: contain; }
/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0; }

.uk-background-top-center {
  background-position: 50% 0; }

.uk-background-top-right {
  background-position: 100% 0; }

.uk-background-center-left {
  background-position: 0 50%; }

.uk-background-center-center {
  background-position: 50% 50%; }

.uk-background-center-right {
  background-position: 100% 50%; }

.uk-background-bottom-left {
  background-position: 0 100%; }

.uk-background-bottom-center {
  background-position: 50% 100%; }

.uk-background-bottom-right {
  background-position: 100% 100%; }
/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat; }
/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden; }
/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll; } }
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important; } }
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important; } }
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important; } }
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important; } }
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply; }

.uk-background-blend-screen {
  background-blend-mode: screen; }

.uk-background-blend-overlay {
  background-blend-mode: overlay; }

.uk-background-blend-darken {
  background-blend-mode: darken; }

.uk-background-blend-lighten {
  background-blend-mode: lighten; }

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge; }

.uk-background-blend-color-burn {
  background-blend-mode: color-burn; }

.uk-background-blend-hard-light {
  background-blend-mode: hard-light; }

.uk-background-blend-soft-light {
  background-blend-mode: soft-light; }

.uk-background-blend-difference {
  background-blend-mode: difference; }

.uk-background-blend-exclusion {
  background-blend-mode: exclusion; }

.uk-background-blend-hue {
  background-blend-mode: hue; }

.uk-background-blend-saturation {
  background-blend-mode: saturation; }

.uk-background-blend-color {
  background-blend-mode: color; }

.uk-background-blend-luminosity {
  background-blend-mode: luminosity; }
/* ========================================================================
 Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
[class*='uk-position-top'], [class*='uk-position-bottom'], [class*='uk-position-left'], [class*='uk-position-right'], [class*='uk-position-center'] {
  position: absolute !important;
  /* 1 */
  max-width: 100%; }
/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }
/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }
/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }
/* Vertical */
[class*='uk-position-center-left'], [class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: max-content; }
/* Horizontal */
.uk-position-top-center, .uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }
/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important; }

.uk-position-absolute {
  position: absolute !important; }

.uk-position-fixed {
  position: fixed !important; }

.uk-position-z-index {
  z-index: 1; }
/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px; }

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px); }

.uk-position-small[class*='uk-position-center-left'], .uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px); }

.uk-position-small.uk-position-top-center, .uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px); }
/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-medium[class*='uk-position-center-left'], .uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-medium.uk-position-top-center, .uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }
/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-large[class*='uk-position-center-left'], .uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-large.uk-position-top-center, .uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px; }

  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px); }

  .uk-position-large[class*='uk-position-center-left'], .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px); }

  .uk-position-large.uk-position-top-center, .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px); } }
/* ========================================================================
 Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }
/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none; }
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade, [class*='uk-transition-scale'], [class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }
/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }
/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1); }

.uk-transition-scale-down {
  transform: scale(1.1, 1.1); }
/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1); }

.uk-transition-toggle:hover .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1); }
/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%); }

.uk-transition-slide-bottom {
  transform: translateY(100%); }

.uk-transition-slide-left {
  transform: translateX(-100%); }

.uk-transition-slide-right {
  transform: translateX(100%); }

.uk-transition-slide-top-small {
  transform: translateY(-10px); }

.uk-transition-slide-bottom-small {
  transform: translateY(10px); }

.uk-transition-slide-left-small {
  transform: translateX(-10px); }

.uk-transition-slide-right-small {
  transform: translateX(10px); }

.uk-transition-slide-top-medium {
  transform: translateY(-50px); }

.uk-transition-slide-bottom-medium {
  transform: translateY(50px); }

.uk-transition-slide-left-medium {
  transform: translateX(-50px); }

.uk-transition-slide-right-medium {
  transform: translateX(50px); }
/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'], .uk-transition-toggle:focus [class*='uk-transition-slide'], .uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0); }
/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1; }
/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s; }
/* ========================================================================
 Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden], .uk-hidden {
  display: none !important; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important; } }
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important; } }
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important; } }
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important; } }
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important; } }
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important; }
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }
/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important; }
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }
/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
  outline: none; }
/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important; } }
/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important; }

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important; } }

.fw-header {
  background-color: #fff;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6; }
  .fw-header-selects {
    position: absolute;
    flex-shrink: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -120px;
    display: flex;
    z-index: 100; }
    @media (max-width: 1600px) {
  .fw-header-selects {
    position: static;
    transform: translateY(0); } }
    .fw-header-selects .select__head {
      padding: 6px;
      border: 1px solid #d9d9d9;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .fw-header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .fw-header__wrap-left {
    display: flex;
    align-items: center; }
  .fw-header__wrap-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .fw-header__logo {
    margin-right: 90px; }
    .fw-header__logo a {
      height: 100%;
      display: block; }
      .fw-header__logo a img {
        height: 100%; }
    @media (max-width: 1600px) {
  .fw-header__logo {
    margin-right: 40px; } }
    @media (max-width: 1100px) {
  .fw-header__logo {
    margin-right: 25px;
    height: 50px; } }
    @media (max-width: 1050px) {
  .fw-header__logo {
    margin-right: 15px; } }
  .fw-header__login-wrap {
    padding-right: 30px;
    flex-shrink: 0; }
    @media (max-width: 1600px) {
  .fw-header__login-wrap {
    padding-right: 20px; } }
  .fw-header__login-wrap-inner {
    width: 145px;
    display: flex;
    justify-content: flex-end; }
  .fw-header__buttons {
    padding-left: 20px;
    flex-shrink: 0;
    border-left: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center; }
    .fw-header__buttons .fw-icon-menu__link {
      margin-right: 15px; }
    @media (max-width: 1600px) {
  .fw-header__buttons {
    padding-left: 10px; } }
    @media (max-width: 1050px) {
  .fw-header__buttons {
    padding-left: 10px;
    border-left: none;
    padding-left: 0; } }
    @media (max-width: 960px) {
  .fw-header__buttons {
    padding-left: 10px;
    border-left: 1px solid #e6e6e6; } }
  .fw-header__search-btn-wrap {
    margin-right: 50px;
    flex-shrink: 0; }
    @media (max-width: 1600px) {
  .fw-header__search-btn-wrap {
    margin-right: 20px; } }
    @media (max-width: 1120px) {
  .fw-header__search-btn-wrap {
    margin-right: 12px; } }
  .fw-header__search-btn {
    cursor: pointer; }
  .fw-header__mobile-search-close {
    cursor: pointer; }
  .fw-header__mobile-search {
    display: none;
    position: absolute;
    left: 180px;
    background: #f3f3f3;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 10;
    width: 660px; }
    .fw-header__mobile-search form {
      height: 100%; }
    .fw-header__mobile-search .fw-form-search__wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 15px 0 25px;
      height: 100%; }
      .fw-header__mobile-search .fw-form-search__wrap input {
        background: transparent;
        border: none;
        font-size: 16px;
        color: #040720;
        font-weight: 700;
        height: 100%; }
      @media (max-width: 960px) {
  .fw-header__mobile-search .fw-form-search__wrap {
    padding: 0 15px; } }
    @media (max-width: 1600px) {
  .fw-header__mobile-search {
    width: 640px;
    left: 160px; } }
    @media (max-width: 1400px) {
  .fw-header__mobile-search {
    width: auto;
    left: 150px;
    right: 370px; } }
    @media (max-width: 1120px) {
  .fw-header__mobile-search {
    right: 360px; } }
    @media (max-width: 1100px) {
  .fw-header__mobile-search {
    left: 125px; } }
    @media (max-width: 1050px) {
  .fw-header__mobile-search {
    right: 350px; } }
    @media (max-width: 960px) {
  .fw-header__mobile-search {
    right: 145px; } }
    @media (max-width: 640px) {
  .fw-header__mobile-search {
    left: 0px;
    right: 0px; } }
  .fw-header__mobile-search.show {
    display: block; }
  .fw-header .uk-icon {
    color: #000; }
    .fw-header .uk-icon svg > * {
      stroke-width: 2; }
  .fw-header .fw-icon-menu__link {
    display: block; }
    .fw-header .fw-icon-menu__link span.uk-icon {
      display: block; }

.fw-header.uk-sticky-below {
  z-index: 990; }

.fw-header__mobile-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: rgba(223, 223, 223, 0.7); }

.fw-header__buttons {
  position: relative; }

.js-cart-component-open {
  cursor: pointer; }

.fw-menu-level-1__menu-item > .menu-link:before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #ff6e2f;
  transition: width linear 0.3s; }
  .fw-menu-level-1__menu-item:hover > .menu-link:before {
    width: 100%; }

.fw-dropdown-icon {
  display: none;
  transition: transform 0.4s; }

.fw-menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-weight: 400;
  font-family: 'Mont', sans-serif; }
  @media (max-width: 960px) {
  .fw-menu {
    flex-direction: column;
    overflow-y: auto;
    flex-wrap: nowrap; }
    .fw-menu .menu {
      height: auto; } }

.fw-menu-link {
  color: #040720;
  display: block;
  font-size: 16px; }
  .fw-menu-link:hover {
    color: #ff6e2f;
    background-color: transparent;
    text-decoration: none; }

.fw-menu-item-dropdown > .fw-menu-link:after {
  position: static;
  display: inline-block;
  margin-left: 0.625rem; }
  @media (max-width: 960px) {
    .fw-menu-item-dropdown > .fw-menu-link:after {
      right: 1rem;
      position: absolute; } }
  .fw-menu-item-dropdown.arrow-hide > .fw-menu-link:after {
    display: none; }

.fw-mobile-menu {
  box-shadow: 1px 1px 10px #c5c5c5;
  padding: 35px 25px;
  background: #fff;
  transform: translateX(0px);
  transition: transform 0.3s;
  width: 290px;
  box-sizing: border-box;
  height: 100vh;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto; }
  .fw-mobile-menu__mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3); }
  .fw-mobile-menu__mainnav {
    padding: 15px 0; }
  .fw-mobile-menu__mainnav ul {
    margin: 0; }
  .fw-mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
  .fw-mobile-menu__login-profile a.mobile-login {
    width: 145px;
    height: 48px; }
  .fw-mobile-menu__login-profile .cust-profile-link-mobile {
    display: flex;
    align-items: center; }
    .fw-mobile-menu__login-profile .cust-profile-link-mobile__image {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      overflow: hidden; }
      .fw-mobile-menu__login-profile .cust-profile-link-mobile__image img {
        width: 100%; }
    .fw-mobile-menu__login-profile .cust-profile-link-mobile__info {
      margin-left: 10px;
      color: #040720;
      font-size: 12px;
      line-height: 1.25;
      font-weight: 700;
      text-align: center; }
      .fw-mobile-menu__login-profile .cust-profile-link-mobile__info .mobile-profile-name {
        margin-bottom: 3px; }
      .fw-mobile-menu__login-profile .cust-profile-link-mobile__info .mobile-level {
        width: 60px;
        height: 18px;
        border-radius: 12px;
        background-color: #f1f1f1;
        display: flex;
        justify-content: center;
        align-items: center; }
  .fw-mobile-menu__selects {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .fw-mobile-menu__selects .fw-header-select__custom .selectric-wrapper {
    width: 112px; }
  .fw-mobile-menu__selects .fw-header-select__custom .selectric .label {
    padding: 5px 25px; }
  .fw-mobile-menu__selects .selectric-wrapper .selectric::after {
    right: 25px; }
  .fw-mobile-menu__buttons {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center; }
  .fw-mobile-menu__buttons a + a {
    margin-left: 20px; }
  .fw-mobile-menu__buttons a {
    color: #040720; }
    .fw-mobile-menu__buttons a svg > * {
      stroke-width: 2px; }
  .fw-mobile-menu .fw-dropdown-icon {
    display: block; }
  .fw-mobile-menu .fw-menu-link {
    width: 100%; }
  .fw-mobile-menu .fw-menu-item-dropdown .fw-menu-link {
    width: auto; }
  .fw-mobile-menu .fw-menu-link-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .fw-mobile-menu .fw-menu-dropdown {
    box-shadow: none;
    position: static;
    border: 0;
    width: auto; }
  .fw-mobile-menu .fw-menu-level-2 {
    padding: 0;
    padding-bottom: 15px; }
  .fw-mobile-menu .fw-menu-level-3 {
    padding: 5px 0; }
  .fw-mobile-menu .fw-menu-level-3__menu-link {
    padding: 5px 20px; }
  .fw-mobile-menu .fw-menu-level-4 {
    padding: 5px 0; }
  .fw-mobile-menu .fw-menu-level-4__menu-link {
    padding: 5px 30px; }
  .fw-mobile-menu__close {
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #ff6e2f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  .fw-mobile-menu__close svg {
    transform: rotate(0);
    transition: 0.3s; }
  .fw-mobile-menu__close:hover svg {
    transform: rotate(90deg); }
  .fw-mobile-menu .fw-dropdown-icon.open {
    transform: rotate(90deg); }

.fw-mobile-menu__hide {
  transform: translateX(-350px); }

.fw-menu-level-1__dropdown {
  box-shadow: 1px 1px 10px #c5c5c5;
  position: absolute; }
  .fw-menu-level-1__menu-item + .fw-menu-level-1__menu-item {
    margin-left: 3rem; }
    @media (max-width: 1200px) {
    .fw-menu-level-1__menu-item + .fw-menu-level-1__menu-item {
      margin-left: 2rem; } }
    @media (max-width: 1100px) {
    .fw-menu-level-1__menu-item + .fw-menu-level-1__menu-item {
      margin-left: 1.5rem; } }
    @media (max-width: 1050px) {
    .fw-menu-level-1__menu-item + .fw-menu-level-1__menu-item {
      margin-left: 0.8rem; } }
    @media (max-width: 960px) {
    .fw-menu-level-1__menu-item + .fw-menu-level-1__menu-item {
      margin-left: 0; } }
  .fw-menu-level-1__menu-item:hover > .menu-link {
    color: #ff6e2f; }
  @media (min-width: 960px) {
      .fw-menu-level-1__menu-item:hover .fw-menu-level-1__dropdown {
        display: block; } }
  .fw-menu-level-1__menu-item.fw-current-menu-item .fw-menu-level-1__menu-link {
    color: #ff6e2f;
    background-color: transparent; }
  @media (min-width: 960px) and (max-width: 1200px) {
    .fw-menu-level-1__menu-item .menu-link {
      padding: 0.5rem 0.75rem; } }
  .fw-menu-level-1__menu-link {
    color: #040720;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    padding: 0.5rem 0;
    position: relative;
    white-space: nowrap;
    transition: color linear 0.3s; }

.menu-btn__dropdown {
  position: absolute;
  width: 46px;
  height: 56px;
  right: 0;
  top: 0; }

.menu-link__title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: nowrap; }

.fw-menu-level-2 {
  list-style: none;
  padding: 15px 0;
  margin: 0; }
  .fw-menu-level-2__menu-link {
    color: #000;
    padding: 5px 20px; }
  .fw-menu-level-2__menu-link:hover {
    color: #ff6e2f;
    background-color: rgba(255, 255, 255, 0.2); }
  .fw-menu-level-2__dropdown {
    left: 100%;
    top: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    position: absolute;
    box-shadow: 1px 1px 10px #c5c5c5;
    border-left: 1px solid #dcdcdc;
    width: fit-content; }
  @media (min-width: 960px) {
      .fw-menu-level-2__menu-item-dropdown:hover .fw-menu-level-2__dropdown {
        display: block; } }
  .fw-menu-level-2__menu-item-dropdown > .menu-link {
    padding-right: 2.25rem !important; }
    .fw-menu-level-2__menu-item-dropdown > .menu-link:after {
      top: 1rem; }
    .fw-menu-level-2__menu-item-dropdown > .menu-link:hover:after {
      transform: translateX(5px); }
    @media (max-width: 960px) {
    .fw-menu-level-2__menu-item-dropdown > .menu-link:after {
      display: none; } }
  .fw-menu-level-2__menu-item-dropdown .menu__dropdown {
    background: #e9ecef; }
    @media (max-width: 1200px) {
    .fw-menu-level-2__menu-item-dropdown .menu__dropdown {
      position: absolute;
      width: -moz-fit-content;
      width: -webkit-fit-content;
      width: fit-content;
      z-index: 10;
      top: 0;
      left: 100%;
      border-left: 10px solid transparent; } }

.menu-level-3 .menu-link {
  color: #040720; }
  .menu-level-3 .menu-link:hover {
    color: #ff6e2f; }
  @media (max-width: 960px) {
  .menu-level-3 .menu-link {
    padding: 0.5rem 1.5rem 0.5rem 2rem; } }

.fw-menu-dropdown {
  display: none;
  background: #fff;
  z-index: 99;
  min-width: 150px; }
  .fw-menu-dropdown .menu {
    display: block;
    background: #040720;
    padding: 1rem 0; }
  @media (max-width: 960px) {
    .fw-menu-dropdown .menu {
      padding: 0; } }
  .fw-menu-dropdown .open {
    display: block; }
  @media (max-width: 1200px) {
      .fw-menu-dropdown:hover > .menu__dropdown {
        display: block;
        position: absolute;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        z-index: 101; } }

.bg-menu {
  background: #fff; }

.fw-menu-level-2.column-2 {
  width: 25rem;
  column-count: 2;
  padding: 1rem 0.5rem;
  column-rule: 1px dashed rgba(255, 255, 255, 0.2); }
  .fw-menu-level-2.column-2 .menu-item {
    display: inline-block;
    width: 100%; }
  .fw-menu-level-2.column-3 {
    width: 37.5rem;
    column-count: 3;
    padding: 1rem 0.5rem;
    column-rule: 1px dashed rgba(255, 255, 255, 0.2); }
  .fw-menu-level-2.column-3 .menu-item {
    display: inline-block;
    width: 100%; }

.fw-menu-level-3 {
  list-style: none;
  padding: 15px 0;
  margin: 0; }
  .fw-menu-level-3__menu-link {
    padding: 5px 20px; }
  @media (min-width: 960px) {
      .fw-menu-level-3__menu-item-dropdown:hover .fw-menu-level-3__dropdown {
        display: block; } }
  .fw-menu-level-3__dropdown {
    left: 100%;
    top: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    position: absolute;
    box-shadow: 1px 1px 10px #c5c5c5;
    border-left: 1px solid #dcdcdc;
    width: fit-content; }

.fw-menu-level-4 {
  list-style: none;
  padding: 15px 0;
  margin: 0; }
  .fw-menu-level-4__menu-link {
    padding: 5px 20px; }

.fw-menu-level-1__menu-item.fw-current-menu-item .fw-menu-level-1__menu-link .custom-catalog-link-icon {
  color: #ff6e2f; }

.js-custom-catalog-link {
  display: flex;
  align-items: center; }
  .js-custom-catalog-link .custom-catalog-link-icon {
    margin-left: 5px;
    color: #040720;
    transform: rotate(0deg);
    transition: 0.2s;
    pointer-events: none; }
  .js-custom-catalog-link.active-menu .custom-catalog-link-icon {
    color: #ff6e2f;
    transform: rotate(180deg); }

.js-custom-catalog-link.active-menu {
  color: #ff6e2f; }

.fw-categories-header {
  display: none; }
  .fw-categories-header__top-line {
    padding: 0 15px 12px; }
  .fw-categories-header__top-line a {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #040720;
    border-bottom: 1px solid #eaeaea; }
    .fw-categories-header__top-line a:hover {
      color: #ff6e2f; }
  .fw-categories-header__catalog-link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .fw-categories-header__title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #040720; }
  .fw-categories-header__product-block {
    padding-top: 35px;
    border-top: 1px solid #dfc228; }
  .fw-categories-header__product-slider {
    padding-top: 25px; }
  .fw-categories-header__product-slider-items .menu-prod-card__wrap {
    width: 14.286%;
    box-sizing: border-box;
    padding: 4px; }
  .fw-categories-header__product-slider-items .menu-prod-card {
    display: block;
    width: 100%; }
    .fw-categories-header__product-slider-items .menu-prod-card .menu-prod-image {
      width: 100%;
      height: 100px;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 12px; }
      .fw-categories-header__product-slider-items .menu-prod-card .menu-prod-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(1);
        transition: 0.3s; }
    .fw-categories-header__product-slider-items .menu-prod-card:hover .menu-prod-image img {
      filter: brightness(0.7); }
  .fw-categories-header__product-slider-items .menu-prod-mane {
    text-align: center;
    color: #040720;
    font-size: 0.875rem;
    font-weight: 700; }
    .fw-categories-header__product-slider-items .menu-prod-mane span {
      color: #ff6e2f; }
  .fw-categories-header__product-slider-arr.uk-slidenav {
    box-shadow: none;
    background-color: transparent; }
  .fw-categories-header__product-slider-arr.uk-slidenav:hover {
    background-color: transparent;
    color: #ff6e2f; }
  .fw-categories-header__product-slider-arr.uk-slidenav:active {
    background-color: transparent;
    color: #ff6e2f; }
  .fw-categories-header__product-slider-arr.uk-slidenav:focus {
    background-color: transparent;
    color: #ff6e2f; }
  .fw-categories-header.open-menu {
    display: block; }
  .fw-categories-header ul.catalog_menu.level-1 {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media (min-width: 960px) {
  .fw-categories-header {
    position: absolute;
    top: 135%;
    left: 0;
    right: 0;
    padding: 50px 60px 60px 60px; }
    .fw-categories-header ul.catalog_menu.level-1 {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      margin-top: 7px;
      margin-bottom: 22px; }

    .fw-categories-header li.nav-item-level-1 {
      box-sizing: border-box;
      width: 25%;
      padding: 23px 0px;
      display: flex; }

    .fw-categories-header .link-wrap-level-1 {
      display: flex;
      align-items: center; }

    .fw-categories-header a.nav-link-level-1 {
      text-transform: uppercase;
      color: #040720;
      font-weight: 700;
      font-size: 1em; }
      .fw-categories-header a.nav-link-level-1:hover {
        color: #ff6e2f; }

    .fw-categories-header .custom-header-nav__body-level-1 {
      margin-left: 9px; }

    .fw-categories-header .custom-header-nav__image-level-1 {
      width: 30px;
      height: 30px; }
      .fw-categories-header .custom-header-nav__image-level-1 img {
        width: 100%;
        object-fit: contain;
        object-position: top; }

    .fw-categories-header ul.catalog_menu.level-2 {
      list-style: none;
      margin: 0;
      padding: 0; }

    .fw-categories-header a.nav-link-level-2 {
      font-size: 1rem;
      font-weight: 400;
      color: #7b7b7b; }
      .fw-categories-header a.nav-link-level-2:hover {
        color: #ff6e2f; }

    .fw-categories-header .fw-cat-nav__btn-icon {
      display: none; } }
  @media (max-width: 960px) {
  .fw-categories-header ul.catalog_menu.level-1 {
    padding-left: 10px; }
  .fw-categories-header li.nav-item-level-1 {
    padding: 3px 0; }
  .fw-categories-header a.nav-link-level-1 {
    font-weight: 600;
    font-size: 0.935rem;
    color: #040720; }
    .fw-categories-header a.nav-link-level-1:hover {
      color: #ff6e2f; }
  .fw-categories-header ul.catalog_menu.level-2 {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 7px; }
  .fw-categories-header a.nav-link-level-2 {
    color: #040720;
    font-weight: 600;
    font-size: 0.875rem; }
    .fw-categories-header a.nav-link-level-2:hover {
      color: #ff6e2f; }
  .fw-categories-header .fw-cat-nav__btn-icon {
    transition: 0.3s;
    margin-left: 8px;
    transform: rotate(0deg);
    transition: 0.2s;
    cursor: pointer; }
    .fw-categories-header .fw-cat-nav__btn-icon.rotate {
      transform: rotate(180deg); }

    .fw-categories-header .fw-cat-nav__btn-icon:hover {
      color: #ff6e2f; } }

@media (min-width: 960px) {
    .custom-header-drop-menu {
      border-radius: 0 0 10px 10px;
      background-color: #f6f6f6;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } }
/* ========================================================================
 Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.fw-btn {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  white-space: nowrap;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color; }

.fw-btn:not(:disabled) {
  cursor: pointer; }
/*
 * Remove the inner border and padding in Firefox.
 */
.fw-btn::-moz-focus-inner {
  border: 0;
  padding: 0; }
/* Hover */
.fw-btn:hover {
  /* 9 */
  text-decoration: none; }
/* Focus */
.fw-btn:focus {
  outline: none; }
/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.fw-btn-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5; }
/* Hover + Focus */
.fw-btn-default:hover, .fw-btn-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2; }
/* OnClick + Active */
.fw-btn-default:active, .fw-btn-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999; }
/*
 * Primary
 */
.fw-btn-primary {
  background-color: #ff6e2f;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 17px 50px;
  transition: 0.3s; }
/* Hover + Focus */
.fw-btn-primary:hover, .fw-btn-primary:focus {
  background-color: #ff5c16;
  color: #fff; }
/* OnClick + Active */
.fw-btn-primary:active, .fw-btn-primary.uk-active {
  background-color: #fb4c00;
  color: #fff; }
/*
 * Primary-border
 */
.fw-btn-primary-border {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ff6e2f;
  border: 1px solid transparent;
  border-color: #ff6e2f;
  transition: 0.3s; }
/* Hover + Focus */
.fw-btn-primary-border:hover, .fw-btn-primary-border:focus {
  background-color: #ff5c16;
  color: #fff; }
/* OnClick + Active */
.fw-btn-primary-border:active, .fw-btn-primary-border.uk-active {
  background-color: #fb4c00;
  color: #fff; }
/*
 * Secondary
 */
.fw-btn-secondary {
  background-color: #040720;
  color: #fff;
  border: 1px solid transparent; }
/* Hover + Focus */
.fw-btn-secondary:hover, .fw-btn-secondary:focus {
  background-color: #010209;
  color: #fff; }
/* OnClick + Active */
.fw-btn-secondary:active, .fw-btn-secondary.uk-active {
  background-color: #000;
  color: #fff; }
/*
 * Disabled
 * The same for all style modifiers
 */
.fw-btn-default:disabled, .fw-btn-primary:disabled, .fw-btn-secondary:disabled, .fw-btn-accent:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5; }

.fw-btn-accent {
  background-image: linear-gradient(to right, #ff6e2f 0%, #040720 100%);
  background-repeat: repeat-x;
  color: #fff; }
  .fw-btn-accent:hover {
    background-image: linear-gradient(to right, #ff6e2f 50%, #040720 100%);
    background-repeat: repeat-x; }
/* Size modifiers
 ========================================================================== */
.fw-btn-sm {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem; }

@media (min-width: 1200px) {
    .fw-btn-lg {
      padding: 0 40px;
      line-height: 53px;
      font-size: 0.875rem; } }
/*
 * Link
 * 1. Reset
 * 2. Style
 */
.fw-btn-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #ff6e2f; }
/* Hover + Focus */
.fw-btn-link:hover, .fw-btn-link:focus {
  color: #ff6e2f;
  text-decoration: underline; }
/* Disabled */
.fw-btn-link:disabled {
  color: #999;
  text-decoration: none; }

.fw-btn-light-border {
  background-color: transparent;
  color: #fff;
  border: 1px solid transparent;
  border-color: #fff; }
/* Hover + Focus */
.fw-btn-light-border:hover, .fw-btn-light-border:focus {
  background-color: #fff;
  border-color: #fff;
  color: #262729 !important; }
/* OnClick + Active */
.fw-btn-light-border:active, .fw-btn-light-border.uk-active {
  background-color: #fff;
  color: #262729 !important; }
/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.fw-btn-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative; }
/* Group
 ========================================================================== */
/*
 * Collapse border
 */
.uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px; }
/*
 * Create position context to superimpose the successor elements border
 * Known issue: If you use an `a` element as button and an icon inside,
 * the active state will not work if you click the icon inside the button
 * Workaround: Just use a `button` or `input` element as button
 */
.uk-button-group .uk-button:hover, .uk-button-group .uk-button:focus, .uk-button-group .uk-button:active, .uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1; }

.fw-btn-continue {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.fw-btn-action {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.fw-btn-catalog {
  padding-left: 15px;
  padding-right: 15px; }

.fw-btn .uk-icon {
  transform: translateY(-1px); }

.fw-btn-dark {
  background-color: #040720;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  min-width: 145px;
  height: 60px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px; }
  .fw-btn-dark:hover {
    background: #ff6e2f;
    color: #fff; }

.fw-btn-lite {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 17px 40px;
  background: transparent;
  border: 1px solid #040720;
  color: #040720;
  transition: 0.3s; }
  .fw-btn-lite:hover {
    color: #fff;
    background: #040720; }

.fw-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center; }
  .fw-btn-icon span + span {
    margin-left: 6px; }
  .fw-btn-icon span svg {
    width: 23px;
    height: 23px; }

.fw-btn-gold {
  background: #f5f5f5;
  border: 1px solid #dfc228;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #040720;
  min-width: 210px;
  height: 48px;
  width: 100%;
  cursor: pointer; }
  @media (max-width: 960px) {
  .fw-btn-gold {
    min-width: 150px; } }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

article a:not([class]) {
  color: #ff6e2f;
  border-bottom: 1px solid transparent;
  transition: 0.3s; }
  article a:not([class]):hover {
    text-decoration: none;
    border-bottom: 1px solid #ff6e2f; }

.fw-link, .fw-link-default {
  color: #ff6e2f;
  border-bottom: 1px solid transparent; }
  .fw-link:hover, .fw-link-default:hover {
    border-color: inherit; }

.fw-link-bbs {
  border-bottom: 1px solid;
  text-decoration: none; }
  .fw-link-bbs:hover {
    text-decoration: none; }

.fw-link-bbds {
  border-bottom: 1px dashed;
  text-decoration: none; }
  .fw-link-bbds:hover {
    text-decoration: none; }

.fw-link-bbdt {
  border-bottom: 1px dotted;
  text-decoration: none; }
  .fw-link-bbdt:hover {
    text-decoration: none; }

.fw-link-text-primary {
  color: #656666; }
  .fw-link-text-primary:hover {
    color: #ff6e2f; }

.fw-link-gray-primary {
  color: #f5f5f5; }
  .fw-link-gray-primary:hover {
    color: #ff6e2f; }

.fw-read-more {
  color: #ff6e2f;
  border: 0; }
  .fw-read-more span {
    transition: 0.3s; }
  .fw-read-more:hover {
    text-decoration: none; }
  .fw-read-more:hover span, .fw-read-more:hover .fw-link-arrow-right {
    transform: translateX(3px); }
  .fw-read-more:hover .span-inverse, .fw-read-more:hover .fw-link-arrow-left {
    transform: translateX(-3px); }

.fw-link-text-secondary {
  color: #656666; }
  .fw-link-text-secondary:hover {
    color: #040720; }

.fw-link-text-white {
  color: #656666; }
  .fw-link-text-white:hover {
    color: #fff; }

.fw-link-light-primary {
  color: #fff; }
  .fw-link-light-primary:hover {
    color: #ff6e2f; }

.fw-link-light-secondary {
  color: #fff; }
  .fw-link-light-secondary:hover {
    color: #040720; }

.fw-link-nodecor {
  text-decoration: none; }
  .fw-link-nodecor:hover {
    text-decoration: none; }

.fw-link-parent {
  margin-bottom: 5px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  height: 22px;
  border-radius: 4px;
  line-height: 22px;
  border: 1px solid #ff6e2f;
  color: #ff6e2f;
  padding: 0 10px; }
  .fw-link-parent:hover {
    background-color: #ff6e2f;
    color: #fff;
    text-decoration: none; }

.fw-social-icon {
  display: block;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  will-change: transform; }
  .fw-social-icon:hover {
    transform: scale(1.2); }

.icon-instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: rgba(255, 255, 255, 0.7) !important;
  transition: 0.3s; }
  .icon-instagram:hover {
    color: #fff !important; }

.icon-telegram {
  background: #08c !important;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: 0.3s; }
  .icon-telegram:hover {
    color: #fff !important; }

.icon-facebook {
  background: #3b5998 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: 0.3s; }
  .icon-facebook:hover {
    color: #fff !important; }

.icon-vk {
  background: #4d7198 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: 0.3s; }
  .icon-vk:hover {
    color: #fff !important; }
/*
 $base-text-color
 $primary
 */
.fw-title {
  display: flex;
  flex-wrap: wrap; }
  .fw-title-center {
    text-align: center;
    justify-content: center; }
  .fw-title-center + .fw-title-line {
    margin-left: auto;
    margin-right: auto; }
  .fw-title h1 {
    font-size: 45px;
    line-height: 1.3;
    color: #040720;
    font-weight: 700;
    margin-bottom: 0; }
  @media (max-width: 960px) {
    .fw-title h1 {
      font-size: 35px; } }
  @media (max-width: 640px) {
    .fw-title h1 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .fw-title h1 {
      font-size: 20px; } }
  .fw-title h2 {
    font-size: 45px;
    line-height: 1.3;
    color: #040720;
    font-weight: 700;
    margin-bottom: 0; }
  @media (max-width: 960px) {
    .fw-title h2 {
      font-size: 35px; } }
  @media (max-width: 640px) {
    .fw-title h2 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .fw-title h2 {
      font-size: 20px; } }
  .fw-title h3 {
    font-weight: 700;
    margin-bottom: 0; }

.fw-title-line {
  width: 5rem;
  background: transparent;
  height: 0.0625rem;
  margin-bottom: 1.5rem; }

.fw-footer-title {
  font-weight: 700;
  color: white;
  font-size: 1.125rem; }

.fw-page-title {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5; }

@media (max-width: 576px) {
    .fw-title-media-center {
      justify-content: center; } }

.fw-icon-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin-left: -15px;
  margin-bottom: 0; }
  .fw-icon-menu > li {
    padding-left: 15px;
    text-align: center; }
  .fw-icon-menu > li > a {
    color: #656666;
    transition: all linear 0.3s; }
    .fw-icon-menu > li > a:hover {
      color: #ff6e2f;
      text-decoration: none; }
  .fw-icon-menu__link {
    position: relative;
    display: block; }
  .fw-icon-menu__item {
    position: relative;
    width: min-content; }
  .fw-icon-menu__icon {
    position: relative;
    margin: 0 auto 2px;
    line-height: 1;
    /*
     &:hover ~ .fw-icon-menu__name {
     opacity: 1;
     }
     //В хроме не красиво увеличивается - текст размазанный
     &:hover .fw-icon-menu__badge {
     transform: scale(1.2);
     }*/ }
  .fw-icon-menu__badge {
    border: 4px solid #fff;
    position: absolute;
    left: 15%;
    transform: translateX(50%);
    top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
    background-color: #ff6e2f;
    color: #fff;
    font-weight: 700;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s; }
  .fw-icon-menu__badge-changeVal {
    color: #ff6e2f; }
  .fw-icon-menu__badge[data-val="0"] {
    display: none; }
  .fw-icon-menu__badge#wishes_count {
    background-color: #e3e3e3;
    color: #040720; }
  .fw-icon-menu__badge#wishes_count-mobile {
    background-color: #e3e3e3;
    color: #040720; }
  .fw-icon-menu__name {
    font-size: 14px;
    /*position: absolute;
     bottom: -30px;
     left: 50%;
     transform: translateX(-50%);
     opacity: 0;
     transition: 0.3s;*/ }

.fw-main-slider {
  padding: 30px 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden; }
  .fw-main-slider__wrap {
    position: relative;
    overflow: visible !important; }
  .fw-main-slider__item {
    margin: 0 10px;
    max-width: 1150px;
    min-height: 350px;
    width: 100%;
    position: relative;
    max-height: 460px; }
  .fw-main-slider__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 60px;
    display: flex;
    align-items: flex-end; }
  @media (max-width: 960px) {
    .fw-main-slider__body {
      padding: 40px; } }
  @media (max-width: 768px) {
    .fw-main-slider__body {
      padding: 30px; } }
  @media (max-width: 640px) {
    .fw-main-slider__body {
      padding: 25px; } }
  .fw-main-slider__descr {
    width: 100%; }
  .fw-main-slider__descr-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  @media (max-width: 640px) {
    .fw-main-slider__descr-line {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  .fw-main-slider__banner-title {
    margin-bottom: 5px; }
  .fw-main-slider__banner-title p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.8rem;
    margin-bottom: 0;
    line-height: 1.35; }
    @media (max-width: 960px) {
    .fw-main-slider__banner-title p {
      font-size: 2rem; } }
    @media (max-width: 640px) {
    .fw-main-slider__banner-title p {
      font-size: 1.275rem; } }
  .fw-main-slider__banner-title.white p {
    color: #fff; }
  .fw-main-slider__banner-status {
    color: #fff;
    background-color: #fb6666;
    border-radius: 5px;
    line-height: 28px;
    padding: 0 22px;
    display: inline-block; }
  @media (max-width: 640px) {
    .fw-main-slider__descr-left {
      margin-bottom: 15px; } }
  .fw-main-slider__descr-right {
    display: flex;
    align-items: center; }
  @media (max-width: 400px) {
    .fw-main-slider__descr-right {
      width: 100%; } }
  .fw-main-slider__banner-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 60px;
    padding: 0 0;
    box-sizing: border-box; }
    @media (max-width: 960px) {
    .fw-main-slider__banner-btn a {
      width: 140px;
      height: 48px; } }
  .fw-main-slider__banner-price {
    font-weight: 700;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 2.125rem; }
  .fw-main-slider__banner-price.white {
    color: #fff; }
  @media (max-width: 960px) {
    .fw-main-slider__banner-price {
      font-size: 1.55rem; } }
  @media (max-width: 640px) {
    .fw-main-slider__banner-price {
      font-size: 1.275rem; } }
  @media (max-width: 400px) {
    .fw-main-slider__banner-price {
      font-size: 1.275rem;
      margin-left: 0; } }
  .fw-main-slider__banner-discount {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 4px 4px 10px;
    line-height: 23px;
    background: url('/uploads/storage/icons/discount-bg.svg') center/100% 100% no-repeat; }
  .fw-main-slider__image-desc {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .fw-main-slider__image-desc img {
    opacity: 0.5;
    transition: opacity 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 500px) {
    .fw-main-slider__image-desc {
      display: none; } }
  .fw-main-slider__image-mobile {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none; }
  .fw-main-slider__image-mobile img {
    opacity: 0.5;
    transition: opacity 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 500px) {
    .fw-main-slider__image-mobile {
      display: block; } }
  .fw-main-slider__item.uk-active img {
    opacity: 1; }
  .fw-main-slider-arr {
    top: 47%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; }
  @media (max-width: 1200px) {
    .fw-main-slider-arr {
      display: none; } }
  .fw-main-slider__items-wrap {
    transform: translateX(0px);
    transition: transform 0.5s ease; }
  .fw-main-slider__items-wrap.hover-left {
    transform: translateX(40px); }
  .fw-main-slider__items-wrap.hover-right {
    transform: translateX(-40px); }
  .fw-main-slider__trigger {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 460px;
    background: transparent;
    top: 0;
    cursor: pointer; }
  .fw-main-slider__trigger a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .fw-main-slider__trigger.lefttrigger {
    left: -98%; }
  .fw-main-slider__trigger.righttrigger {
    right: -98%; }
  @media (max-width: 1200px) {
    .fw-main-slider__trigger {
      display: none; } }

#livesearch {
  position: absolute;
  left: 0px;
  top: 91px;
  right: 0px;
  background: transparent;
  z-index: 999999;
  box-shadow: 0 25px 15px -15px rgba(0, 0, 0, 0.25);
  max-height: calc(100vh - 400px);
  overflow-y: auto; }
  @media (max-width: 640px) {
  #livesearch {
    top: 71px; } }
  #livesearch.empty {
    max-height: none;
    height: 210px; }

.fw-livesearch-noitems {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .fw-livesearch-noitems div:nth-child(1) {
    color: #000;
    font-size: 1.125rem; }
  .fw-livesearch-noitems a {
    display: block; }

.livesearch-link {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 700;
  height: 45px;
  border-radius: 5px;
  margin-top: 0px; }
  .livesearch-link:hover {
    background-color: #ff6e2f;
    border-color: #ff6e2f;
    color: #fff;
    text-decoration: none; }
  .livesearch-link:first-of-type {
    border-top-color: transparent; }
  .livesearch-link-toSearch {
    background-color: #ff6e2f;
    border-color: #ff6e2f;
    color: #fff; }
  .livesearch-link-toSearch:hover {
    background-color: #e24400;
    border-color: #e24400; }

.fw-livesearch-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.2s;
  border-bottom-color: #e5e5e5;
  font-size: 14px; }
  .fw-livesearch-item__body {
    flex-grow: 1; }
  .fw-livesearch-item__img {
    margin-right: 10px;
    flex: 0 0 75px;
    width: 75px;
    height: 89px;
    border-radius: 5px;
    overflow: hidden; }
  .fw-livesearch-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .fw-livesearch-item__name {
    font-weight: 700;
    color: #040720;
    font-size: 16px; }
  .fw-livesearch-item__text {
    font-size: 12px; }
  .fw-livesearch-item__price-block {
    font-size: 16px;
    display: flex;
    margin-top: 10px;
    align-items: center; }
  .fw-livesearch-item__price-block sup {
    top: -0.3em; }
  @media (max-width: 640px) {
    .fw-livesearch-item__price-block {
      margin-top: 5px; } }
  .fw-livesearch-item__price_old {
    text-decoration: line-through;
    margin-right: 10px; }
  .fw-livesearch-item__discount {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    padding: 4px 4px 4px 7px;
    color: #fff;
    background: url('/uploads/storage/icons/discount-bg.svg') center/100% 100% no-repeat; }
  .fw-livesearch-item__price {
    color: #040720;
    font-weight: 700;
    margin-right: auto; }
  .fw-livesearch-item__toCart {
    margin-left: 15px;
    opacity: 0;
    position: relative; }
  .fw-livesearch-item__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .fw-livesearch-item:first-of-type {
    border-top-color: transparent; }
  .fw-livesearch-item:hover {
    border-color: #ff6e2f;
    border-bottom-color: #ff6e2f; }
  .fw-livesearch-item:hover .fw-livesearch-item__toCart {
    opacity: 1;
    z-index: 20; }

.product-card {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  padding: 0.9375rem 0.9375rem;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #f4f4f4; }
  .product-card:hover {
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15); }
  .product-card__wrap {
    box-sizing: border-box; }
  .product-card__img {
    position: relative; }
  .product-card__title {
    font-weight: 500;
    color: #656666; }
  .product-card__title:hover {
    color: #ff6e2f;
    text-decoration: none; }
  .product-card__oldprice {
    font-weight: 200;
    position: relative;
    display: inline-block;
    margin-right: 0.5rem; }
  .product-card__oldprice::after {
    content: '';
    display: block;
    border-top: 1px solid red;
    position: absolute;
    width: 100%;
    height: 1px;
    transform: rotate(-15deg);
    top: 50%; }
  .product-card__price {
    font-size: 1.25rem;
    font-weight: 500;
    color: #040720; }
  .product-card__pricecart {
    margin-bottom: 0.75rem; }
  .product-card .fw-btn-addToCart {
    width: 100%; }

.product-card__top {
  position: relative; }
  .product-card__top .col-text {
    width: calc(100% - 40px); }
  .product-card__top .col-buttons {
    width: 36px;
    position: absolute;
    right: 0;
    top: 0; }

.fw-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  transition: 0.3s;
  position: relative; }
  .fw-product-card:hover {
    border-color: #dfc228; }
  .fw-product-card:hover .fw-product-card__desire-btn {
    opacity: 1; }
  .fw-product-card__desire-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transition: 0.3s; }
  .fw-product-card__desire-btn span svg path {
    stroke-width: 2;
    stroke: #fff !important;
    fill: transparent;
    transition: 0.3s; }
  .fw-product-card__desire-btn:hover span svg path {
    stroke: #ff6e2f !important;
    fill: #ff6e2f; }
  .fw-product-card__image {
    border-radius: 10px;
    overflow: hidden;
    height: 105px;
    position: relative; }
  .fw-product-card__image a {
    display: block;
    height: 100%;
    width: 100%; }
    .fw-product-card__image a img {
      width: 100%;
      filter: brightness(1);
      transition: 0.3s;
      margin-top: -15px; }
  .fw-product-card__image:hover a img {
    filter: brightness(0.6); }
  .fw-product-card__body {
    padding: 20px 24px 30px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  @media (max-width: 1200px) {
    .fw-product-card__body {
      padding: 20px; } }
  .fw-product-card__name {
    text-align: center;
    margin-bottom: 10px;
    color: #040720;
    font-weight: 700;
    display: block; }
  .fw-product-card__props {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .fw-product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; }
  .fw-product-card__price {
    font-size: 20px; }
  .fw-product-card__price .old-price {
    font-weight: 600;
    margin-right: 6px;
    text-decoration: line-through;
    font-size: 18px; }
  .fw-product-card__price .actual-price {
    color: #040720;
    font-weight: 700; }
    .fw-product-card__price .actual-price span sup {
      top: -0.3em;
      font-size: 70%; }
  .fw-product-card__more-wrap a {
    display: block;
    font-size: 12px;
    color: #dfc228;
    border: 1px solid #dfc228;
    border-radius: 10px;
    background-color: #fff;
    padding: 7px 8px;
    transition: 0.3s; }
    .fw-product-card__more-wrap a:hover {
      background-color: #dfc228;
      color: #fff; }
  .fw-product-card__discount {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 4px 4px 10px;
    line-height: 23px;
    background: url('/uploads/storage/icons/discount-bg.svg') center/100% 100% no-repeat; }

.fw-catalog-page__prod-wrap .fw-product-card .fw-property-item {
  font-weight: 500; }
  .fw-catalog-page__prod-wrap .fw-product-card .fw-property-item .fw-property-vals__value {
    font-weight: 600; }

.fw-prod-page__proucts-slider-tabs .fw-product-card .fw-property-vals .fw-property-vals__value {
  font-weight: 500;
  color: #656666; }

.fw-product-tabs__switcher .fw-product-card .fw-property-vals .fw-property-vals__value {
  font-weight: 500;
  color: #656666; }

.fw-prod-page__proucts-slider-tabs .fw-product-card__body {
  padding: 20px 30px 25px; }
  .fw-prod-page__proucts-slider-tabs .fw-product-card__name {
    text-align: left;
    margin-bottom: 0; }
  .fw-prod-page__proucts-slider-tabs .fw-product-card__props {
    border-top: none;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 0px; }
  .fw-prod-page__proucts-slider-tabs .fw-property-name {
    display: none; }
  .fw-prod-page__proucts-slider-tabs .fw-property-item {
    display: none;
    margin-bottom: 0; }
  .fw-prod-page__proucts-slider-tabs .fw-property-item.prop-type-Type {
    display: block; }

.fw-product-tabs__block-vp .fw-product-card__body {
  padding: 20px 30px 25px; }
  .fw-product-tabs__block-vp .fw-product-card__name {
    text-align: left;
    margin-bottom: 0; }
  .fw-product-tabs__block-vp .fw-product-card__props {
    border-top: none;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 0px; }
  .fw-product-tabs__block-vp .fw-property-name {
    display: none; }
  .fw-product-tabs__block-vp .fw-property-item {
    display: none;
    margin-bottom: 0; }
  .fw-product-tabs__block-vp .fw-property-item.prop-type-Type {
    display: block; }

.fw-product-card__help-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(147, 147, 147, 0.3);
  border: 1px solid rgba(147, 147, 147, 0.2);
  box-sizing: border-box;
  border-radius: 7px;
  cursor: pointer; }
  .fw-product-card__help-btn::before {
    content: "i";
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.fw-product-card__help-hint {
  display: none;
  text-align: left;
  background: #fff;
  padding: 6px 15px 3px 10px;
  box-sizing: border-box;
  max-width: 150px;
  min-width: 90px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 28px;
  border-radius: 4px;
  color: #040720;
  font-size: 10px;
  line-height: 13px;
  box-shadow: 4px 4px 4px 0px rgba(35, 62, 83, 0.2); }
  .fw-product-card__help-hint p {
    margin: 0; }
  .fw-product-card__help-hint::before {
    position: absolute;
    content: "";
    right: -8px;
    top: 6px;
    border: 5px solid transparent;
    border-left: 5px solid #fff; }

.fw-product-card__help-btn:hover .fw-product-card__help-hint {
  display: block; }

.js-desire.js-desire-custom.active {
  color: #ff6e2f; }
  .js-desire.js-desire-custom.active path {
    fill: #ff6e2f;
    stroke: #ff6e2f !important; }

.fw-sticker-wrap {
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  z-index: 10;
  display: flex; }

.fw-sticker {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  height: 22px;
  border-radius: 45px;
  line-height: 1;
  box-sizing: border-box; }
  .fw-sticker-wrap {
    position: absolute; }
  .fw-sticker-transform {
    z-index: 1;
    position: absolute;
    top: 12px;
    right: -30px;
    padding: 6px 40px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85);
    transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85); }
  .fw-sticker-promo {
    background-color: #ff6e2f; }
  .fw-sticker-sale {
    background-color: #ff6e2f; }
  .fw-sticker-hit {
    background-color: #ffce00; }
  .fw-sticker-new {
    background-color: #fb3e32; }

.fw-property-item {
  display: flex;
  margin-bottom: 18px;
  line-height: 1.25;
  color: #040720; }
  .fw-property-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 640px) {
    .fw-property-item {
      font-size: 14px; } }
  .fw-property-values {
    flex: 0 0 35%;
    max-width: 35%;
    padding-left: 20px;
    position: relative;
    bottom: -4px; }
  @media (max-width: 640px) {
    .fw-property-values {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 10px; } }
  .fw-property-name {
    margin-right: 6px; }
  .fw-property-name span {
    position: relative; }

.fw-property-values__value + .fw-property-values__value:before {
  content: ',';
  position: relative;
  left: -5px; }

.fw-basket-product__property {
  font-size: 14px;
  line-height: 1.5; }

.fw-property__list {
  margin-top: 5px; }
  .fw-property__item {
    font-size: 14px;
    line-height: 1.5; }
  .fw-property__name {
    color: #7c7c7c; }
  .fw-property__value {
    color: #4d4d4d; }
  .fw-property__value-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(3px); }
