/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */

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

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */

html {
  font-family:
    system-ui,
    /* macOS 10.11-10.12 */ -apple-system,
    /* Windows 6+ */ "Segoe UI",
    /* Android 4+ */ "Roboto",
    /* Ubuntu 10.10+ */ "Ubuntu",
    /* Gnome 3+ */ "Cantarell",
    /* KDE Plasma 5+ */ "Noto Sans",
    /* fallback */ sans-serif,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */

code,
kbd,
samp,
pre {
  font-family:
    /* macOS 10.10+ */ "Menlo",
    /* Windows 6+ */ "Consolas",
    /* Android 4+ */ "Roboto Mono",
    /* Ubuntu 10.10+ */ "Ubuntu Monospace",
    /* KDE Plasma 5+ */ "Noto Mono",
    /* KDE Plasma 4+ */ "Oxygen Mono",
    /* Linux/OpenOffice fallback */ "Liberation Mono",
    /* fallback */ monospace,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.


button,
html [type="button"], / 1
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; / 2
}
*/
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove default input styling from WebKit (rounded corners and inset shadows)
 */
input:not([type=checkbox]),
input:not([type=radio]),
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/gilroy/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/gilroy/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Regular.eot");
  src: url("../fonts/montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Italic.eot");
  src: url("../fonts/montserrat/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Italic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Italic.woff") format("woff"), url("../fonts/montserrat/Montserrat-Italic.ttf") format("truetype"), url("../fonts/montserrat/Montserrat-Italic.svg#Montserrat-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-BoldItalic.eot");
  src: url("../fonts/montserrat/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype"), url("../fonts/montserrat/Montserrat-BoldItalic.svg#Montserrat-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Black.eot");
  src: url("../fonts/montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Black.woff") format("woff"), url("../fonts/montserrat/Montserrat-Black.ttf") format("truetype"), url("../fonts/montserrat/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Bold.eot");
  src: url("../fonts/montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype"), url("../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-BlackItalic.eot");
  src: url("../fonts/montserrat/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-BlackItalic.woff") format("woff"), url("../fonts/montserrat/Montserrat-BlackItalic.ttf") format("truetype"), url("../fonts/montserrat/Montserrat-BlackItalic.svg#Montserrat-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

.container:before, .header:before, .footer:before, .page:before, .wrapper:before, .productCondition:before, .productShop:before, .productMain:before, .container:after, .header:after, .footer:after, .page:after, .wrapper:after, .productCondition:after, .productShop:after, .productMain:after {
  display: table;
  content: "";
  line-height: 0; }

.container:after, .header:after, .footer:after, .page:after, .wrapper:after, .productCondition:after, .productShop:after, .productMain:after {
  clear: both; }

.menuHeader li, div.pagination li, .breadcrumb li {
  float: left;
  text-align: center; }
  .menuHeader li a:hover, div.pagination li a:hover, .breadcrumb li a:hover, .menuHeader li a:focus, div.pagination li a:focus, .breadcrumb li a:focus {
    text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.5rem; }
  @media (min-width: 1024px) {
    h1, h2, h3, h4 {
      margin-bottom: 2rem; } }

h1 {
  font-size: 1.95rem;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 1.95rem;
      line-height: 2rem; } }

h2 {
  font-size: 1.56rem;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 1.95rem;
      line-height: 2rem; } }

h3 {
  font-size: 1.25rem; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 1.56rem;
      line-height: 2rem; } }

h4 {
  font-size: 1.25rem;
  line-height: 2rem; }

a, a:hover, a:focus, a:visited {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

a:hover, a:focus {
  color: #ff9f19;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

b,
strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

p, ul, ol, pre, table, blockquote {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #4c4c4c;
  margin-top: 0;
  padding-bottom: 1rem;
  text-align: left; }

ul ul, ol ol, ul ol, ol ul {
  text-align: left;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

hr, .hr {
  background-color: #ededed;
  border: 0;
  height: 1px; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

blockquote, .checkResult {
  padding: 4rem 2rem 3rem;
  background-color: #ff9f19;
  margin: 2rem 0 4rem; }
  blockquote h3, .checkResult h3 {
    color: #ffffff; }
  blockquote p, .checkResult p {
    text-align: center; }

::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #9d9d9d;
  opacity: 1; }

:-moz-placeholder {
  font-size: 0.875rem;
  color: #9d9d9d;
  opacity: 1; }

::-moz-placeholder {
  font-size: 0.875rem;
  color: #9d9d9d;
  opacity: 1; }

:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #9d9d9d;
  opacity: 1; }

button {
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

button, input, textarea, select {
  outline: none;
  border: none; }
  button:active, input:active, textarea:active, select:active {
    outline: none; }
  button:focus, input:focus, textarea:focus, select:focus {
    outline: none; }

button, input, textarea {
  display: inline-block;
  margin-bottom: 2rem;
  text-align: left;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

input[type="text"], textarea {
  padding: 1rem; }
  input[type="text"]:focus, textarea:focus {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

input[type="checkbox"] {
  position: absolute;
  left: -9999px; }

input[type="checkbox"] + label {
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border: 1px solid #ff9f19;
  border-radius: 3px;
  cursor: pointer; }

input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: .7rem;
  height: 1.4rem;
  left: .6rem;
  top: .1rem; }

input[type="checkbox"]:checked + label:before {
  border-right: 2px solid #ff9f19;
  border-bottom: 2px solid #ff9f19;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

input[type="submit"] {
  cursor: pointer;
  display: block;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #002d56;
  border-radius: 3px;
  color: #ffffff; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #004c8f; }

.button {
  display: inline-block;
  cursor: pointer;
  padding: 0.5rem 2rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #ff9f19;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .button:visited {
    color: #ffffff; }
  .button:hover, .button:focus {
    text-decoration: none;
    color: #ff9f19 !important;
    border-color: #ff9f19; }
    .button:hover:before, .button:focus:before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.formSearch {
  padding: 2rem 0.7rem 0 0; }
  .formSearch form {
    position: relative;
    width: 90%;
    margin: 0 0 0 auto; }

.searchInput {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0.5rem 1rem !important;
  border: 1px solid #ededed;
  height: 40px;
  border-radius: 20px !important;
  background-color: #f7f7f7; }

.iconSearch {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 50%;
  margin-top: -20px;
  border-radius: 40px;
  background-color: transparent; }
  .iconSearch svg {
    position: absolute;
    color: #ff9f19;
    top: 9px;
    left: 9px; }

.formFeedback {
  max-width: 600px;
  margin: 0 auto; }
  .formFeedback div {
    position: relative; }

.formControl {
  width: 100%;
  height: 4.1rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(181, 180, 224, 0.5);
  margin-bottom: 0;
  color: #343434;
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 2rem; }
  .formControl::-webkit-input-placeholder {
    color: #002d56;
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    opacity: 1; }
  .formControl:-moz-placeholder {
    color: #002d56;
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    opacity: 1; }
  .formControl::-moz-placeholder {
    color: #002d56;
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    opacity: 1; }
  .formControl:-ms-input-placeholder {
    color: #002d56;
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    opacity: 1; }
  .formControl.error {
    color: #ff9016;
    border-bottom-color: #ff9016; }
    .formControl.error::-webkit-input-placeholder {
      color: #ff9016; }
    .formControl.error:-moz-placeholder {
      color: #ff9016; }
    .formControl.error::-moz-placeholder {
      color: #ff9016; }
    .formControl.error:-ms-input-placeholder {
      color: #ff9016; }

.error_formFeedback {
  color: #ff9016;
  font-size: 12px;
  position: absolute;
  bottom: -16px;
  right: 0;
  line-height: 12px; }

textarea.formControl:focus {
  height: 9em;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s; }

textarea.formControl + .error_formFeedback {
  bottom: -6px; }

/*
.iconSearch {
  @extend %icon;

  background: url("../images/icon/search.svg") no-repeat;
}
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

:focus {
  outline: none; }

html, body {
  height: 100%; }

body {
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  color: #4c4c4c; }
  body.no-scroll {
    overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

a.svg {
  position: relative;
  display: inline-block; }
  a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.coverImg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  width: 100%;
  max-width: none; }

.containImg {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center";
  width: 100%;
  max-width: none; }

.overlay {
  overflow: hidden; }
  .overlay:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 45, 86, 0.2);
    z-index: 99; }

.container, .header, .footer, .page {
  width: 100%;
  margin: 0 auto; }

.wrapper {
  width: 100%;
  padding: 0 1rem; }
  @media (min-width: 1200px) {
    .wrapper {
      max-width: 1200px;
      margin: 0 auto; } }

.bgLight {
  background-color: #f7f7f7; }

.whiteText {
  color: #ffffff; }

.main {
  width: 100%;
  position: relative;
  padding-top: 64px; }
  @media (min-width: 1024px) {
    .main {
      padding-top: 144px; } }

.page {
  width: 100%;
  margin: 0 auto 2rem; }

a.svg {
  position: relative;
  display: inline-block; }
  a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.title {
  position: relative;
  margin: 2rem auto 4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 2rem; }
  .title:before, .title:after {
    content: '';
    position: absolute;
    width: 38px;
    height: 6px;
    bottom: -24px;
    left: 50%; }
  .title:before {
    background-color: #ff9016;
    margin-left: -38px; }
  .title:after {
    background-color: #ff9016; }

table, th, td {
  border: none; }

table {
  width: 800px !important;
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }
  table > tbody > tr:nth-child(odd) {
    background-color: rgba(181, 180, 224, 0.2); }
  table > tbody > tr:last-of-type:not(:nth-child(odd)) {
    border-bottom: 1px solid rgba(181, 180, 224, 0.5); }
  table > tbody > tr > td {
    border-radius: 0; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }
  @media (min-width: 768px) {
    table {
      width: 100% !important; } }

tr {
  border-bottom: none; }

td, th {
  padding: 12px;
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

.scrollTable {
  width: 100%;
  overflow-x: scroll; }
  @media (min-width: 768px) {
    .scrollTable {
      overflow-x: auto; } }

.content {
  max-width: 992px;
  margin: 2rem auto 0;
  padding: 0 1rem; }
  .content img {
    max-width: 280px;
    margin: 2rem auto; }
  .content li {
    position: relative;
    padding: 4px 16px; }
    .content li:before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      left: 0;
      top: 12px;
      background-color: #ff9f19; }
  .content.textCenter > p {
    text-align: center; }
  @media (min-width: 480px) {
    .content img {
      max-width: 100%; } }
  @media (min-width: 1024px) {
    .content {
      margin-top: 4rem;
      padding: 0; } }

.header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  background-color: #002d56;
  -webkit-box-shadow: 0 6px 12px 6px rgba(0, 45, 86, 0.3);
          box-shadow: 0 6px 12px 6px rgba(0, 45, 86, 0.3);
  z-index: 999; }
  .header .wrapper {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .header .wrapper::before, .header .wrapper::after {
      content: none; }
  @media (min-width: 1024px) {
    .header {
      height: auto;
      background-color: #002d56; } }

.logoCompany {
  width: auto;
  margin: auto;
  padding: .6rem; }
  .logoCompany a {
    display: block;
    width: 100px;
    line-height: 0; }
  @media (min-width: 1024px) {
    .logoCompany {
      padding: 1rem;
      width: 17%; }
      .logoCompany a {
        display: block;
        width: 100%; } }

.headerInfo {
  width: 100%; }
  .headerInfo .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0; }
    .headerInfo .wrapper.nomobile {
      display: none; }
      @media (min-width: 1024px) {
        .headerInfo .wrapper.nomobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
  @media (min-width: 1024px) {
    .headerInfo {
      width: 83%;
      border-top: none; } }

.formSearch {
  width: 100%;
  max-width: 400px; }
  @media (min-width: 1024px) {
    .formSearch {
      width: 50%; } }

.headerPhone {
  width: 100%;
  padding: 2rem 0 0;
  text-align: left; }
  .headerPhone a {
    display: inline-block;
    line-height: 3rem;
    color: white;
    padding: 0 16px;
    position: relative;
    margin-left: 16px; }
    .headerPhone a:before {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -94px;
      margin-top: -8px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/icon/phone.svg"); }
  @media (min-width: 1024px) {
    .headerPhone {
      width: 50%; }
      .headerPhone a {
        display: inline-block;
        line-height: 3rem; } }

.facebook {
  margin-bottom: 1rem; }
  .facebook span {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .facebook:hover {
    opacity: .7; }
  @media (min-width: 1024px) {
    .facebook span {
      text-align: left; } }

.footer {
  padding-top: 3rem;
  background-color: #002d56; }
  .footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer .wrapper:not(:last-of-type) {
      padding-bottom: 2rem; }
  .footer h3 {
    color: #ffffff;
    font-size: 1rem;
    width: 100%; }
    @media (min-width: 1024px) {
      .footer h3 {
        text-align: left; } }
  .footer p, .footer li, .footer a, .footer a:hover, .footer a:focus, .footer a:visited {
    width: 100%;
    color: #ffffff;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0; }
    @media (min-width: 1024px) {
      .footer p, .footer li, .footer a, .footer a:hover, .footer a:focus, .footer a:visited {
        text-align: left; } }
  .footer ul {
    padding-bottom: 0; }
  .footer a:hover, .footer a:focus {
    text-decoration: underline; }

.footerContact {
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .footerContact .footerContactAddress {
    width: 100%;
    margin-bottom: 2rem; }
    .footerContact .footerContactAddress + .footerContactAddress {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 2rem; }
  @media (min-width: 768px) {
    .footerContact .footerContactAddress + .footerContactAddress {
      margin-top: 0;
      border-top: none;
      padding-top: 0; } }
  @media (min-width: 1024px) {
    .footerContact {
      width: 25%;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .footerContact .footerContactAddress {
        width: 100%; } }

.footerInfo {
  width: 100%;
  padding-left: 0; }
  .footerInfo .footerTime h3 {
    padding-top: 2rem; }
  @media (min-width: 1024px) {
    .footerInfo {
      width: 75%;
      padding-left: 2rem; } }

.footerSocial {
  width: 100%;
  padding-top: 2rem; }
  @media (min-width: 1024px) {
    .footerSocial {
      display: block;
      width: 50%;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 2rem; } }
  @media (min-width: 1200px) {
    .footerSocial {
      width: 25%;
      border-top: none;
      margin-top: 0;
      padding-top: 0; } }

.menuFooter {
  display: none; }
  @media (min-width: 1024px) {
    .menuFooter {
      display: block;
      width: 35%; }
      .menuFooter:nth-of-type(3) {
        width: 30%; } }
  @media (min-width: 1200px) {
    .menuFooter {
      width: 25%; }
      .menuFooter:nth-of-type(3) {
        width: 25%; } }

.footerTime, .footerBannerWrapper {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem; }
  @media (min-width: 1024px) {
    .footerTime, .footerBannerWrapper {
      width: 50%; } }

.footerBannerWrapper {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .footerBannerWrapper .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-left: none;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footerBannerWrapper img {
    height: auto;
    margin: 1rem; }
  @media (min-width: 1024px) {
    .footerBannerWrapper .container {
      border-left: 1px solid rgba(255, 255, 255, 0.2); } }

.footerBanner {
  width: 100% !important; }
  .footerBanner a, .footerBanner a:hover, .footerBanner a:focus, .footerBanner a:visited {
    display: inline-block;
    margin-bottom: 0;
    text-align: center; }
    .footerBanner a img, .footerBanner a:hover img, .footerBanner a:focus img, .footerBanner a:visited img {
      height: auto;
      margin: 0.5rem 0; }
    @media (min-width: 480px) {
      .footerBanner a, .footerBanner a:hover, .footerBanner a:focus, .footerBanner a:visited {
        text-align: left; } }
    @media (min-width: 1024px) {
      .footerBanner a, .footerBanner a:hover, .footerBanner a:focus, .footerBanner a:visited {
        text-align: right; } }
  @media (min-width: 480px) {
    .footerBanner {
      width: 50% !important; } }

a.footerBanner, a.footerBanner:hover, a.footerBanner:focus {
  text-align: center; }
  @media (min-width: 480px) {
    a.footerBanner, a.footerBanner:hover, a.footerBanner:focus {
      text-align: right; } }

.footerTime {
  display: none; }
  @media (min-width: 1200px) {
    .footerTime {
      display: block; } }

.footerTimeMobile {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0; }
  .footerTimeMobile h3, .footerTimeMobile p {
    text-align: center;
    padding-bottom: 0; }
  .footerTimeMobile p {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .footerTimeMobile {
      border: none;
      padding: 0; }
      .footerTimeMobile h3, .footerTimeMobile p {
        text-align: left; } }
  @media (min-width: 1200px) {
    .footerTimeMobile {
      display: none; } }

.signature {
  width: 100%;
  background-color: #ffffff;
  margin-top: 1rem; }

.copy, .linecore {
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #343434; }

.copy {
  float: none; }
  @media (min-width: 768px) {
    .copy {
      width: 60%;
      float: left;
      text-align: left; } }

.linecore {
  float: none; }
  .linecore a, .linecore a:visited {
    font-weight: bold;
    color: #343434; }
    .linecore a:hover, .linecore a:focus, .linecore a:visited:hover, .linecore a:visited:focus {
      color: #ff9016;
      text-decoration: none; }
      .linecore a:hover span, .linecore a:focus span, .linecore a:visited:hover span, .linecore a:visited:focus span {
        color: #002d56; }
  @media (min-width: 768px) {
    .linecore {
      width: 40%;
      float: right;
      text-align: right; } }

.nav {
  display: none;
  padding: 0; }
  @media (min-width: 1024px) {
    .nav {
      display: block; } }

.menuHeader {
  padding-bottom: 0; }
  .menuHeader a {
    display: inline-block;
    padding: 1rem 0.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: "Gilroy", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (min-width: 1024px) {
      .menuHeader a {
        color: white; }
        .menuHeader a:visited {
          color: white; }
        .menuHeader a:hover, .menuHeader a:focus {
          color: #ff9f19; } }
  .menuHeader li {
    max-width: 204px; }
  .menuHeader .submenu {
    position: relative;
    z-index: 20; }
    .menuHeader .submenu ul {
      width: 100%;
      display: none;
      position: absolute;
      border: 1px solid #ededed;
      background-color: #ffffff;
      z-index: 10; }
      @media (min-width: 1024px) {
        .menuHeader .submenu ul {
          width: 204px; } }
    .menuHeader .submenu li {
      float: none;
      text-align: left; }
      .menuHeader .submenu li a {
        width: 100%;
        font-weight: normal;
        line-height: 1rem;
        text-align: left;
        color: #4c4c4c; }
        .menuHeader .submenu li a:visited {
          color: #4c4c4c; }
    .menuHeader .submenu li:not(:last-of-type) {
      border-bottom: 1px solid #ededed; }
  .menuHeader .submenu > a {
    position: relative; }
    .menuHeader .submenu > a:after {
      content: '';
      position: absolute;
      top: 29px;
      right: 6px;
      width: 5px;
      height: 5px;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .menuHeader .submenu > a.activeDropdown:after {
      border-right-color: #ff9f19;
      border-bottom-color: #ff9f19;
      top: 18px;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .menuHeader .submenu > a:after {
      right: 0;
      border-right-color: white;
      border-bottom-color: white; }
    .menuHeader .submenu > a.activeDropdown:after {
      top: 32px; }
    .menuHeader .submenu > a:hover:after {
      border-right-color: #ff9f19;
      border-bottom-color: #ff9f19;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .menuHeader .submenu > a:visited {
      color: white; }
      .menuHeader .submenu > a:visited:hover, .menuHeader .submenu > a:visited:focus {
        color: #ff9f19; }
  @media (min-width: 1200px) {
    .menuHeader a {
      padding: 1rem; }
    .menuHeader .submenu > a:after {
      right: 6px; } }

.menuLang {
  position: absolute;
  z-index: 99;
  width: calc(100% + 2px);
  left: -1px;
  display: none; }
  .menuLang li {
    border: 1px solid #ededed;
    background-color: #ffffff; }
    .menuLang li:not(:last-of-type) {
      border-bottom: none; }
  .menuLang .active {
    display: none; }

.lang {
  position: absolute;
  top: 0;
  right: 1px;
  outline: none;
  float: right;
  padding-right: 8px; }
  .lang ul {
    padding-bottom: 0; }
  .lang a, .lang .selectLang {
    display: inline-block;
    width: 100%;
    padding: 1rem;
    font-size: 0.875rem;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .lang .selectLang {
    position: relative;
    cursor: pointer;
    margin: 0;
    font-weight: bold;
    color: white; }
    .lang .selectLang:after {
      content: '';
      position: absolute;
      top: 29px;
      right: 6px;
      width: 5px;
      height: 5px;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .lang .selectLang.activeDropdown:after {
      border-right-color: #ff9f19;
      border-bottom-color: #ff9f19;
      top: 18px;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .lang .selectLang:after {
      border-right-color: white;
      border-bottom-color: white; }
    .lang .selectLang.activeDropdown:after {
      top: 32px; }
  .lang:hover .selectLang {
    color: #ff9f19;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .lang:hover .selectLang:after {
      border-right-color: #ff9f19;
      border-bottom-color: #ff9f19;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  @media (min-width: 1024px) {
    .lang {
      position: relative; } }

.langMob {
  display: block;
  width: 100%; }
  .langMob .menuLang {
    position: relative;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .langMob .menuLang li {
      border: 1px solid #ededed;
      background-color: #ffffff;
      width: 100%; }
      .langMob .menuLang li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 1rem 2rem; }
    .langMob .menuLang .active {
      display: block; }
  @media (min-width: 480px) {
    .langMob {
      width: 40%; } }
  @media (min-width: 1024px) {
    .langMob {
      display: none; } }

div.pagination {
  text-align: center; }

ul.pagination {
  overflow: auto;
  display: inline-block;
  width: auto;
  margin: 2rem auto;
  padding-bottom: 0; }
  ul.pagination li {
    display: block;
    border: 1px solid transparent;
    font-size: 1rem; }
    ul.pagination li:before {
      content: none; }
  ul.pagination a, ul.pagination a:visited, ul.pagination span {
    display: table-cell;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    color: #ff9f19; }
  ul.pagination a:hover, ul.pagination a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff9f19;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  ul.pagination .active > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff9f19;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  ul.pagination .dotted > span {
    padding-bottom: 8px; }
  ul.pagination li:first-of-type,
  ul.pagination li:last-of-type {
    display: none; }
  ul.pagination .prev,
  ul.pagination .next,
  ul.pagination li:nth-child(2),
  ul.pagination li:nth-last-child(2) {
    position: relative;
    margin: 0 8px; }
    ul.pagination .prev a, ul.pagination .prev span,
    ul.pagination .next a,
    ul.pagination .next span,
    ul.pagination li:nth-child(2) a,
    ul.pagination li:nth-child(2) span,
    ul.pagination li:nth-last-child(2) a,
    ul.pagination li:nth-last-child(2) span {
      font-size: 0; }
    ul.pagination .prev:before,
    ul.pagination .next:before,
    ul.pagination li:nth-child(2):before,
    ul.pagination li:nth-last-child(2):before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      margin: auto;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    ul.pagination .prev:hover:before,
    ul.pagination .next:hover:before,
    ul.pagination li:nth-child(2):hover:before,
    ul.pagination li:nth-last-child(2):hover:before {
      border-color: #ffffff; }
  ul.pagination .prev:before,
  ul.pagination li:nth-child(2):before {
    border-left: 1px solid #ff9f19;
    border-bottom: 1px solid #ff9f19;
    top: 20px;
    left: 22px; }
  ul.pagination .next:before,
  ul.pagination li:nth-last-child(2):before {
    border-right: 1px solid #ff9f19;
    border-top: 1px solid #ff9f19;
    top: 20px;
    right: 22px; }
  @media (max-width: 768px) {
    ul.pagination a {
      width: 6rem; }
    ul.pagination .prev:before,
    ul.pagination li:nth-child(2):before {
      left: 44px; }
    ul.pagination .next:before,
    ul.pagination li:nth-last-child(2):before {
      right: 44px; }
    ul.pagination li:not(:nth-child(2)):not(:nth-last-child(2)) {
      display: none; } }

.menuHamburger {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border-right: 1px solid rgba(237, 237, 237, 0.3);
  background-color: #002d56;
  padding: 0;
  margin: 0; }
  .menuHamburger:before {
    content: none; }
  @media (min-width: 1024px) {
    .menuHamburger {
      display: none; } }

.menuHamburgerIcon {
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  height: 2px;
  width: 50%;
  background-color: #ff9f19;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .menuHamburgerIcon::before, .menuHamburgerIcon::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ff9f19;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .menuHamburgerIcon::before {
    top: -10px; }
  .menuHamburgerIcon::after {
    bottom: -10px;
    width: 70%; }

.menuOpen .menuHamburgerIcon {
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .menuOpen .menuHamburgerIcon::before {
    background-color: white;
    top: 0;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .menuOpen .menuHamburgerIcon::after {
    background-color: white;
    bottom: 0;
    width: 100%;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }

.menuMob {
  display: none;
  position: fixed;
  top: 64px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #002d56;
  border-top: 1px solid rgba(237, 237, 237, 0.3);
  overflow: auto;
  z-index: 90; }
  .menuMob .wrapper {
    padding: 0;
    width: 100%;
    max-width: 360px;
    margin: auto; }
    @media (min-width: 1024px) {
      .menuMob .wrapper {
        max-width: none;
        padding-left: 0; } }
  .menuMob .formSearch {
    padding: 2rem 0 1rem; }
    .menuMob .formSearch form {
      margin: 0 auto; }
    @media (min-width: 1024px) {
      .menuMob .formSearch {
        padding: 2rem 0.7rem 0 0; }
        .menuMob .formSearch form {
          margin: 0 0 0 auto; } }
  .menuMob .headerPhone {
    text-align: center; }
    @media (min-width: 1024px) {
      .menuMob .headerPhone {
        text-align: left; } }
  .menuMob .menuHeader {
    display: block; }
    .menuMob .menuHeader li {
      position: relative;
      max-width: 100%;
      float: none; }
      .menuMob .menuHeader li::before {
        content: '';
        position: absolute;
        width: 240px;
        height: 1px;
        background-color: rgba(237, 237, 237, 0.5);
        left: 50%;
        bottom: 0;
        margin-left: -120px; }
      .menuMob .menuHeader li a {
        width: 100%;
        padding: 1rem !important;
        color: white;
        display: block; }
    .menuMob .menuHeader .submenu {
      position: relative; }
      .menuMob .menuHeader .submenu ul {
        display: none;
        position: relative;
        top: 0;
        border: none;
        background-color: #004c8f;
        z-index: 10; }
      .menuMob .menuHeader .submenu li {
        float: none;
        text-align: left; }
        .menuMob .menuHeader .submenu li:not(:last-of-type) {
          border-bottom: 0; }
        .menuMob .menuHeader .submenu li::before {
          bottom: 48px; }
        .menuMob .menuHeader .submenu li a {
          width: 100%;
          font-weight: normal;
          color: white;
          line-height: 1rem;
          display: inline-block;
          text-align: center;
          padding: 1rem; }
    .menuMob .menuHeader .submenu > a:after, .menuMob .menuHeader .submenu > a.activeDropdown:after {
      right: 50%;
      margin-right: -110px; }
  @media (min-width: 1024px) {
    .menuMob {
      display: block !important;
      position: relative;
      top: 0;
      background-color: #002d56;
      overflow: hidden; }
      .menuMob .menuHeader {
        display: none; } }

.breadcrumb {
  padding: 1rem 0 2rem;
  margin-bottom: 2rem; }
  .breadcrumb li.active, .breadcrumb li span, .breadcrumb li a, .breadcrumb li a:hover, .breadcrumb li a:focus, .breadcrumb li a:visited {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #343434;
    padding-right: 7px; }
  .breadcrumb li a, .breadcrumb li a:visited {
    color: #343434;
    -webkit-transition: .5s color;
    -o-transition: .5s color;
    transition: .5s color; }
  .breadcrumb li a:hover span, .breadcrumb li a:focus span {
    color: #ff9f19;
    -webkit-transition: .5s color;
    -o-transition: .5s color;
    transition: .5s color; }
  .breadcrumb li.separator {
    position: relative; }
    .breadcrumb li.separator:after {
      content: '';
      position: absolute;
      top: 10px;
      right: 5px;
      width: 0;
      height: 0;
      border-top: 3px solid transparent;
      border-left: 4px solid #ff9016;
      border-bottom: 3px solid transparent; }

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.zoom {
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.photoItem, .photoItem:hover, .photoItem:focus, .photoItem:visited {
  line-height: 0; }

.photoItem {
  position: relative;
  width: 100%;
  margin-bottom: 2rem; }
  .photoItem img {
    height: 14rem; }
  .photoItem:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .photoItem:hover:before, .photoItem:focus:before {
    background-color: rgba(0, 45, 86, 0.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .photoItem:hover .zoom, .photoItem:focus .zoom {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  @media (min-width: 480px) {
    .photoItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 98%; }
      .photoItem:nth-child(1n + 1) {
        margin-left: Infinity; }
      .photoItem:nth-child(1n + 1) {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .photoItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .photoItem:nth-child(2n + 1) {
        margin-left: 4%; }
      .photoItem:nth-child(2n + 1) {
        margin-left: 0; }
      .photoItem:nth-child(2n + 2) {
        margin-left: 4%; }
      .photoItem:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .photoItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .photoItem:nth-child(3n + 1) {
        margin-left: 3%; }
      .photoItem:nth-child(3n + 1) {
        margin-left: 0; }
      .photoItem:nth-child(3n + 2) {
        margin-left: 3%; }
      .photoItem:nth-child(3n + 1) {
        margin-left: 0; }
      .photoItem:nth-child(3n + 3) {
        margin-left: 3%; }
      .photoItem:nth-child(3n + 1) {
        margin-left: 0; } }

.galleryLink, .galleryLink:hover, .galleryLink:focus, .galleryLink:visited {
  background-color: #ffffff;
  line-height: 1rem;
  text-align: center;
  padding: 1rem;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: bold;
  color: #ff9f19;
  border-top: 1px solid #ededed;
  width: 100%;
  height: 3rem;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.galleryItemImg {
  line-height: 0; }
  .galleryItemImg img {
    height: 12rem; }

.galleryItemText {
  padding: 1rem; }
  .galleryItemText h3, .galleryItemText p {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0; }
  .galleryItemText h3 {
    font-size: 1rem;
    height: auto;
    overflow: visible; }
  .galleryItemText p {
    font-size: 0.875rem;
    height: auto; }
  .galleryItemText .galleryDate {
    color: #ff9f19;
    margin: 1rem 0;
    height: 2rem; }
  @media (min-width: 480px) {
    .galleryItemText h3, .galleryItemText p {
      overflow: hidden; }
    .galleryItemText h3 {
      height: 2rem; }
    .galleryItemText p {
      height: 6rem; } }
  @media (min-width: 768px) {
    .galleryItemText h3, .galleryItemText p {
      text-align: left;
      overflow: hidden; }
    .galleryItemText .galleryItemImg img {
      height: 14rem; } }

.galleryItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  width: 100%;
  border: 1px solid #ededed; }
  .galleryItem:hover, .galleryItem:focus {
    border: 1px solid rgba(181, 180, 224, 0.5); }
    .galleryItem:hover .galleryLink, .galleryItem:focus .galleryLink {
      background-color: #f7f7f7;
      color: #ff9f19;
      border-top: 1px solid rgba(181, 180, 224, 0.5); }
  @media (min-width: 480px) {
    .galleryItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 98%; }
      .galleryItem:nth-child(1n + 1) {
        margin-left: Infinity; }
      .galleryItem:nth-child(1n + 1) {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .galleryItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .galleryItem:nth-child(2n + 1) {
        margin-left: 4%; }
      .galleryItem:nth-child(2n + 1) {
        margin-left: 0; }
      .galleryItem:nth-child(2n + 2) {
        margin-left: 4%; }
      .galleryItem:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .galleryItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .galleryItem:nth-child(3n + 1) {
        margin-left: 3%; }
      .galleryItem:nth-child(3n + 1) {
        margin-left: 0; }
      .galleryItem:nth-child(3n + 2) {
        margin-left: 3%; }
      .galleryItem:nth-child(3n + 1) {
        margin-left: 0; }
      .galleryItem:nth-child(3n + 3) {
        margin-left: 3%; }
      .galleryItem:nth-child(3n + 1) {
        margin-left: 0; } }

.partnerLogo {
  height: 12rem;
  border-bottom: 1px solid #ededed;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%; }

.partnerName {
  min-height: 4rem;
  background-color: transparent;
  line-height: 1rem;
  text-align: center;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #004c8f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.partnerItem {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  border: 1px solid #ededed;
  background-color: #ffffff; }
  .partnerItem:hover, .partnerItem:focus {
    border: 1px solid rgba(181, 180, 224, 0.5);
    background-color: #f7f7f7;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .partnerItem:hover .partnerName, .partnerItem:focus .partnerName {
      text-decoration: none;
      color: #002d56; }
    .partnerItem:hover .partnerLogo, .partnerItem:focus .partnerLogo {
      border-bottom: 1px solid rgba(181, 180, 224, 0.5); }
  @media (min-width: 480px) {
    .partnerItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .partnerItem:nth-child(2n + 1) {
        margin-left: 4%; }
      .partnerItem:nth-child(2n + 1) {
        margin-left: 0; }
      .partnerItem:nth-child(2n + 2) {
        margin-left: 4%; }
      .partnerItem:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .partnerItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .partnerItem:nth-child(3n + 1) {
        margin-left: 3%; }
      .partnerItem:nth-child(3n + 1) {
        margin-left: 0; }
      .partnerItem:nth-child(3n + 2) {
        margin-left: 3%; }
      .partnerItem:nth-child(3n + 1) {
        margin-left: 0; }
      .partnerItem:nth-child(3n + 3) {
        margin-left: 3%; }
      .partnerItem:nth-child(3n + 1) {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .partnerItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 23%; }
      .partnerItem:nth-child(4n + 1) {
        margin-left: 2.66667%; }
      .partnerItem:nth-child(4n + 1) {
        margin-left: 0; }
      .partnerItem:nth-child(4n + 2) {
        margin-left: 2.66667%; }
      .partnerItem:nth-child(4n + 1) {
        margin-left: 0; }
      .partnerItem:nth-child(4n + 3) {
        margin-left: 2.66667%; }
      .partnerItem:nth-child(4n + 1) {
        margin-left: 0; }
      .partnerItem:nth-child(4n + 4) {
        margin-left: 2.66667%; }
      .partnerItem:nth-child(4n + 1) {
        margin-left: 0; } }

.carouselPartnerItem {
  display: block;
  width: 100%;
  margin: 0 1rem;
  border: 1px solid #ededed; }
  .carouselPartnerItem .partnerLogo {
    border-bottom: none; }
  .carouselPartnerItem:hover, .carouselPartnerItem:focus {
    border: 1px solid rgba(181, 180, 224, 0.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }

.catalog .page {
  width: 100%;
  float: none; }

@media (min-width: 1024px) {
  .catalog .page {
    width: 78%;
    float: right; } }

@media (min-width: 1151px) {
  .catalog .page {
    width: 80%; } }

.sidebar {
  float: left;
  width: 0;
  padding-bottom: 2rem; }
  @media (min-width: 1024px) {
    .sidebar {
      width: 20%; } }
  @media (min-width: 1151px) {
    .sidebar {
      width: 18%; } }

.catalogItemLink, .catalogItemLink:hover, .catalogItemLink:focus, .catalogItemLink:visited {
  width: 50%;
  background-color: #ffffff;
  line-height: 1rem;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #ff9f19;
  border-left: 1px solid #ededed;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.catalogItemPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 50%;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold; }

.catalogItemPriceNew, .catalogItemPriceOld {
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative; }
  .catalogItemPriceNew span, .catalogItemPriceOld span {
    text-transform: none; }

.catalogItemPriceOld {
  opacity: .5;
  font-size: 0.875rem;
  margin-top: -1rem; }
  .catalogItemPriceOld:after {
    content: '';
    position: absolute;
    left: 25%;
    top: 50%;
    width: 50%;
    height: 1px;
    background-color: #4c4c4c;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg); }

.catalogPriceWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  border-top: 1px solid #ededed; }

.catalogItemImg {
  display: block;
  width: 100%;
  height: 12rem;
  line-height: 0;
  padding: 1rem;
  border-bottom: 1px solid #ededed;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .catalogItemImg img {
    height: 10rem; }
  .catalogItemImg:hover, .catalogItemImg:focus, .catalogItemImg:visited {
    line-height: 0; }

.catalogItemInfo {
  width: 100%;
  padding: 1rem; }
  .catalogItemInfo .catalogItemTitle, .catalogItemInfo .catalogItemText {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .catalogItemInfo .catalogItemTitle {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    height: auto;
    overflow: visible; }
  .catalogItemInfo .catalogItemText {
    font-size: 0.875rem;
    line-height: 1.5rem;
    height: auto; }
    .catalogItemInfo .catalogItemText p {
      font-size: 0.875rem; }
  @media (min-width: 480px) {
    .catalogItemInfo .catalogItemTitle {
      height: 3rem;
      overflow: hidden; }
    .catalogItemInfo .catalogItemText {
      height: 6rem;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .catalogItemInfo .catalogItemTitle, .catalogItemInfo .catalogItemText {
      overflow: hidden; }
    .catalogItemInfo .catalogItemImg {
      height: 14rem; }
      .catalogItemInfo .catalogItemImg img {
        height: 12rem; } }

.catalogItemCondition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0; }

.catalogItemCode, .catalogItemOn, .catalogItemOff {
  width: 60%;
  font-size: 0.875rem;
  line-height: 1rem; }

.catalogItemOn, .catalogItemOff {
  width: 40%;
  text-align: right; }

.catalogItemOn {
  color: #10b94f; }

.catalogItemOff {
  color: #ff9f19; }

.catalogItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  border: 1px solid #ededed;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  @media (min-width: 480px) {
    .catalogItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 98%; }
      .catalogItem:nth-child(1n + 1) {
        margin-left: Infinity; }
      .catalogItem:nth-child(1n + 1) {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .catalogItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .catalogItem:nth-child(2n + 1) {
        margin-left: 4%; }
      .catalogItem:nth-child(2n + 1) {
        margin-left: 0; }
      .catalogItem:nth-child(2n + 2) {
        margin-left: 4%; }
      .catalogItem:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 1151px) {
    .catalogItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .catalogItem:nth-child(3n + 1) {
        margin-left: 3%; }
      .catalogItem:nth-child(3n + 1) {
        margin-left: 0; }
      .catalogItem:nth-child(3n + 2) {
        margin-left: 3%; }
      .catalogItem:nth-child(3n + 1) {
        margin-left: 0; }
      .catalogItem:nth-child(3n + 3) {
        margin-left: 3%; }
      .catalogItem:nth-child(3n + 1) {
        margin-left: 0; } }
  .catalogItem:hover, .catalogItem:focus {
    border: 1px solid rgba(181, 180, 224, 0.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .catalogItem:hover .catalogItemTitle, .catalogItem:focus .catalogItemTitle {
      color: #ff9f19; }
    .catalogItem:hover .catalogItemLink, .catalogItem:focus .catalogItemLink {
      background-color: #f7f7f7;
      border-left: 1px solid rgba(181, 180, 224, 0.5); }
    .catalogItem:hover .catalogPriceWrap, .catalogItem:focus .catalogPriceWrap {
      border-top: 1px solid rgba(181, 180, 224, 0.5); }
    .catalogItem:hover .catalogItemImg, .catalogItem:focus .catalogItemImg {
      border-bottom: 1px solid rgba(181, 180, 224, 0.5); }

.catalogItemCarousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  margin: 0 1rem;
  width: 100%;
  border: 1px solid #ededed;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .catalogItemCarousel:hover, .catalogItemCarousel:focus {
    border: 1px solid rgba(181, 180, 224, 0.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .catalogItemCarousel:hover .catalogItemTitle, .catalogItemCarousel:focus .catalogItemTitle {
      color: #ff9f19; }
    .catalogItemCarousel:hover .catalogItemLink, .catalogItemCarousel:focus .catalogItemLink {
      background-color: #f7f7f7;
      border-left: 1px solid rgba(181, 180, 224, 0.5); }
    .catalogItemCarousel:hover .catalogPriceWrap, .catalogItemCarousel:focus .catalogPriceWrap {
      border-top: 1px solid rgba(181, 180, 224, 0.5); }
    .catalogItemCarousel:hover .catalogItemImg, .catalogItemCarousel:focus .catalogItemImg {
      border-bottom: 1px solid rgba(181, 180, 224, 0.5); }

.top, .new, .action {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 1rem;
  font-size: 0.875rem; }

.top {
  background-color: #002d56; }

.action {
  background-color: #ff9016; }

.new {
  background-color: #10b94f; }

.partners .content {
  padding: 2rem 0 1rem;
  margin-bottom: 2rem;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }

.contact {
  margin-bottom: 2rem; }

.contactItem {
  margin: 2rem auto;
  overflow: hidden; }
  .contactItem .contactAddress {
    width: 100%;
    margin: 2rem auto;
    float: none; }
    .contactItem .contactAddress h3 {
      font-size: 1rem;
      color: #343434; }
    .contactItem .contactAddress p {
      text-align: center; }
  .contactItem .map {
    width: 100%;
    height: 24rem;
    float: none; }
  @media (min-width: 1024px) {
    .contactItem .contactAddress {
      width: 35%;
      float: left; }
      .contactItem .contactAddress h3 {
        text-align: left; }
      .contactItem .contactAddress p {
        text-align: left; }
    .contactItem .map {
      width: 65%;
      float: right; } }

.contactForm {
  padding: 2rem 0; }

.product {
  margin-top: 0; }
  @media (min-width: 768px) {
    .product {
      margin-top: -1.5rem; } }

.productTitle {
  width: 100%;
  color: #002d56;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .productTitle {
      font-size: 1.56rem; } }

.productPhoto > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: contain; object-position: top";
  width: 100%;
  max-width: none; }

.productPhotoThumb {
  width: 100%;
  height: 6rem;
  border: 1px solid #ededed;
  margin: 2rem 0.5rem;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .productPhotoThumb img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    font-family: "object-fit: contain; object-position: top";
    width: 100%;
    max-width: none; }

.productGalleryNav {
  display: none; }
  @media (min-width: 480px) {
    .productGalleryNav {
      display: block; } }

.productPhotoWrapper {
  width: 100%;
  float: none;
  padding-right: 0;
  padding-bottom: 4rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .productPhotoWrapper {
      width: 50%;
      float: left;
      padding-right: 2rem; } }

.productCode, .productOn, .productOff {
  width: 50%;
  font-size: 0.875rem; }

.productCode {
  float: left; }

.productOn, .productOff {
  text-align: right;
  float: right; }

.productOn {
  color: #10b94f; }

.productOff {
  color: #ff9f19; }

.productCondition {
  padding: 1rem 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }

.productPrice {
  width: 100%;
  float: none;
  text-align: center;
  font-size: 1.95rem;
  font-weight: bold;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ededed; }
  .productPrice span {
    text-transform: none;
    font-size: 1.56rem; }
  @media (min-width: 1024px) {
    .productPrice {
      width: 50%;
      float: left;
      text-align: left;
      padding-bottom: 0;
      border-bottom: none; } }

.productOrder {
  width: 100%;
  float: none;
  padding-top: 2rem; }
  .productOrder .button {
    display: block;
    width: 9rem;
    text-align: center;
    font-size: 0.875rem;
    margin: auto;
    float: none; }
    .productOrder .button:before {
      background-color: #004c8f; }
    .productOrder .button:hover, .productOrder .button:focus {
      color: #ffffff !important; }
  @media (min-width: 1024px) {
    .productOrder {
      width: 50%;
      float: right;
      padding-top: 0; }
      .productOrder .button {
        float: right; } }

.productShop {
  padding: 2rem 0;
  border-bottom: 1px solid #ededed; }

.productNotice {
  padding: 0; }
  .productNotice p {
    text-align: center; }
    @media (min-width: 768px) {
      .productNotice p {
        text-align: left; } }

.productInfo, .productTitle {
  width: 100%;
  float: none; }
  @media (min-width: 768px) {
    .productInfo, .productTitle {
      width: 50%;
      float: right; } }

.productMain {
  width: 100%;
  border: none;
  padding: 0;
  font-size: 0.875rem; }
  .productMain p {
    font-size: 0.875rem; }
  @media (min-width: 768px) {
    .productMain {
      border-left: none;
      border-right: none;
      padding: 2rem; } }
  @media (min-width: 1024px) {
    .productMain {
      border: 1px solid #ededed;
      padding: 2rem; } }

.viewDescription, .viewSpecification {
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-weight: bold; }
  .viewDescription:not(.active), .viewSpecification:not(.active) {
    cursor: pointer; }
  .viewDescription:hover, .viewDescription:focus, .viewSpecification:hover, .viewSpecification:focus {
    background-color: #f7f7f7; }
  @media (min-width: 768px) {
    .viewDescription, .viewSpecification {
      width: 50%; } }

.viewDescription {
  border-bottom: 1px solid #ededed; }
  @media (min-width: 768px) {
    .viewDescription {
      border-bottom: none; } }

.productFeatureNav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #ededed;
  background-color: #ffffff; }
  .productFeatureNav .active {
    background-color: #f7f7f7; }
  .productFeatureNav a, .productFeatureNav a:hover, .productFeatureNav a:focus, .productFeatureNav a:visited {
    color: #002d56; }

.productDescription {
  margin-top: 2rem;
  padding: 2rem 1rem;
  border: 1px solid #ededed; }
  .productDescription h3 {
    margin: 1rem auto; }

.specificationTitle {
  border: 1px solid #ededed;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem; }

.specificationInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  border: 1px solid #ededed; }
  @media (min-width: 768px) {
    .specificationInfo {
      margin-top: 0;
      border-top: none; } }

.specificationValue, .specificationName {
  width: 100%;
  float: none;
  font-size: 0.875rem;
  padding: 0.5rem 1rem; }
  @media (min-width: 768px) {
    .specificationValue, .specificationName {
      width: 50%; } }

.specificationName {
  border-bottom: 1px solid #ededed;
  border-right: none; }
  @media (min-width: 768px) {
    .specificationName {
      border-bottom: none;
      border-right: 1px solid #ededed; } }

.specificationWrapper {
  margin-top: 2rem; }

.filterHeader {
  padding: 1rem;
  border-bottom: 1px solid #ededed; }
  .filterHeader h3 {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.25rem; }

.filterTitle {
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
  color: #002d56;
  text-align: left; }
  .filterTitle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .filterTitle.active:after {
    margin-top: -5px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.inputsPrice {
  position: relative;
  padding: 0 1rem 1rem; }
  .inputsPrice input[type="text"] {
    margin-bottom: 1rem;
    padding: 0.5rem;
    width: 45%;
    border: 1px solid #ededed;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    background: #ffffff;
    color: #4c4c4c; }
    .inputsPrice input[type="text"] + input[type="text"] {
      margin-left: 7%; }
  .inputsPrice:before {
    content: '';
    position: absolute;
    top: 26%;
    left: 47%;
    height: 1px;
    width: 4%;
    background-color: #9d9d9d; }

.checkbox {
  color: #4c4c4c;
  padding-left: 2.5rem;
  line-height: 1.5rem;
  padding-bottom: .5rem; }
  .checkbox label {
    font-size: 0.875rem;
    line-height: 1rem; }
  .checkbox input[type="checkbox"]:not(:checked) + label {
    color: #4c4c4c;
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    border: none; }
    .checkbox input[type="checkbox"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: -1.5rem;
      top: 0;
      width: 17px;
      height: 17px;
      border: 1px solid #9d9d9d;
      background: #ffffff;
      border-radius: 2px;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  .checkbox input[type="checkbox"]:checked + label {
    color: #4c4c4c;
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    border: none; }
    .checkbox input[type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: -1.5rem;
      top: 0;
      width: 17px;
      height: 17px;
      border: 1px solid #9d9d9d;
      border-radius: 2px;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #004c8f;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .checkbox input[type="checkbox"]:checked + label:after {
      content: '';
      position: absolute;
      left: -18px;
      top: 2px;
      width: 5px;
      height: 10px;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      -o-transition: transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }

.formGroup {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ededed; }

.filterUsed {
  display: inline-block;
  position: relative;
  padding-left: 0;
  padding-right: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ff9f19;
  background-color: transparent; }
  .filterUsed:before, .filterUsed:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 9px;
    width: 10px;
    height: 1px;
    background-color: #4c4c4c;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .filterUsed:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.filterSubmit {
  display: inline-block;
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin: 1rem auto;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #ff9f19;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1rem;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .filterSubmit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #004c8f;
    border-radius: 3px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .filterSubmit:visited {
    color: #ffffff; }
  .filterSubmit:hover, .filterSubmit:focus {
    text-decoration: none; }
    .filterSubmit:hover:before, .filterSubmit:focus:before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.formSubmit {
  text-align: center;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ededed; }
  @media (min-width: 1024px) {
    .formSubmit {
      display: block;
      border-bottom: none; } }

.formFilterUsed {
  padding: 1rem;
  border-bottom: 1px solid #ededed; }
  .formFilterUsed form {
    display: inline-block; }

.filterWrapper {
  border: 1px solid #ededed;
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 100;
  width: 280px;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  top: 0;
  bottom: 0; }
  .filterWrapper .close {
    display: block;
    bottom: auto;
    height: 50px;
    width: 50px;
    border-right: none;
    border-bottom: none;
    left: auto;
    right: 0;
    background-position-y: 80%; }
  @media (min-width: 1024px) {
    .filterWrapper {
      display: block;
      position: relative;
      width: 100%;
      -webkit-box-shadow: none;
              box-shadow: none;
      overflow: hidden; }
      .filterWrapper .close {
        display: none; } }

.filterOn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  text-align: center;
  background-color: #f7f7f7;
  border-top: 1px solid #ededed; }
  .filterOn .filterSubmit {
    font-family: "Montserrat", sans-serif;
    padding: 1rem 4rem; }
  .filterOn + .footer {
    margin-bottom: 5rem; }
  @media (min-width: 1024px) {
    .filterOn {
      display: none; }
      .filterOn + .footer {
        margin-bottom: 0; } }

.catalogNavigation {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  z-index: 12; }
  .catalogNavigation .catalogButton {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    color: #002d56;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.25rem;
    padding: 1rem 1rem 1rem 2rem;
    background-color: #ffffff;
    border: 1px solid #ededed; }
  .catalogNavigation ul {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 53px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    padding-bottom: 0; }
    .catalogNavigation ul a, .catalogNavigation ul a:hover, .catalogNavigation ul a:focus, .catalogNavigation ul a:visited {
      display: inline-block;
      width: 100%;
      line-height: 1.25rem;
      padding: 1rem 1rem 1rem 2rem;
      font-size: 0.875rem;
      color: #4c4c4c;
      text-decoration: none;
      text-align: center;
      background-color: #ffffff;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .catalogNavigation ul a:hover, .catalogNavigation ul a:focus {
      background-color: #f7f7f7;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .catalogNavigation ul li:not(:last-of-type) {
      border-bottom: 1px solid #ededed; }
  .catalogNavigation:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  @media (min-width: 1024px) {
    .catalogNavigation {
      width: 48%;
      margin-bottom: 0; }
      .catalogNavigation .catalogButton {
        text-align: left; }
      .catalogNavigation ul a, .catalogNavigation ul a:hover, .catalogNavigation ul a:focus, .catalogNavigation ul a:visited {
        color: #4c4c4c;
        text-align: left; } }

.formSort {
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 11; }
  @media (min-width: 1024px) {
    .formSort {
      width: 48%;
      margin-left: 4%; } }

.select {
  width: 100%;
  height: 52px;
  cursor: pointer;
  background-color: #ffffff; }
  .selectExpand {
    width: 0;
    height: 52px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0; }
    .selectExpand::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-top: -3px;
      width: 5px;
      height: 5px;
      border-right: 1px solid #4c4c4c;
      border-bottom: 1px solid #4c4c4c;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: .6; }
    .selectExpand:hover::after {
      opacity: 1; }
    .selectExpand:checked::after {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .selectExpandLabel {
    display: block;
    width: 100%;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
  .selectClose {
    display: none; }
  .selectCloseLabel {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: none; }
  .selectItems {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    padding-top: 52px;
    z-index: 10; }
  .selectInput {
    display: none; }
  .selectLabel {
    -webkit-transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    -o-transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    display: block;
    height: 0;
    font-size: 0.875rem;
    text-align: center;
    line-height: 3.25rem;
    overflow: hidden;
    color: #4c4c4c;
    background-color: #ffffff;
    cursor: pointer;
    padding-left: 2rem; }
    @media (min-width: 1024px) {
      .selectLabel {
        text-align: left; } }
  .selectPlaceholder {
    height: 52px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    background-color: transparent;
    width: 100%; }
  .selectExpand:checked + .selectCloseLabel {
    display: block; }
    .selectExpand:checked + .selectCloseLabel + .selectOptions .selectLabel {
      height: 52px; }
      .selectExpand:checked + .selectCloseLabel + .selectOptions .selectLabel:hover {
        background-color: #f7f7f7; }
    .selectExpand:checked + .selectCloseLabel + .selectOptions + .selectExpandLabel {
      display: none; }
  .selectInput:checked + .selectLabel {
    height: 52px;
    margin-top: -52px;
    font-weight: bold;
    color: #ff9f19; }

.catalogSortWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem; }

.slider {
  position: relative;
  margin-bottom: 0;
  margin-top: 0; }
  .slider button.slick-prev,
  .slider button.slick-next {
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none; }
    .slider button.slick-prev:before,
    .slider button.slick-next:before {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff; }
    .slider button.slick-prev:hover, .slider button.slick-prev:focus,
    .slider button.slick-next:hover,
    .slider button.slick-next:focus {
      background: #ff9f19; }
  .slider .slick-prev {
    left: 0;
    margin-left: 20px; }
  .slider .slick-next {
    right: 0;
    margin-right: 20px; }
  @media (min-width: 1240px) {
    .slider .slick-prev {
      left: 50%;
      margin-left: -600px; }
    .slider .slick-next {
      right: 50%;
      margin-right: -600px; } }

.sliderImg {
  position: relative;
  height: 26rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f7f7f7; }
  @media (min-width: 768px) {
    .sliderImg {
      height: 416px; } }
  @media (min-width: 1024px) {
    .sliderImg {
      height: 44rem; } }

.sliderInfo {
  width: 100%; }

.sliderText {
  font-size: 1.56rem;
  line-height: 2rem;
  text-align: center;
  position: absolute;
  bottom: 50%;
  color: #ffffff;
  width: 90%;
  left: 5%;
  margin-left: 0;
  padding-bottom: 2rem;
  z-index: 50; }
  @media (min-width: 768px) {
    .sliderText {
      width: 600px;
      left: 50%;
      margin-left: -300px;
      font-size: 3rem;
      line-height: 3rem; } }

.sliderButton {
  position: absolute;
  width: 200px;
  padding: 1rem;
  left: 50%;
  bottom: 40%;
  margin-left: -100px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #ff9016;
  border-radius: 5px;
  color: #ffffff !important; }
  .sliderButton:hover, .sliderButton:focus {
    background-color: #ff9f19;
    font-size: 0.875rem;
    color: #ffffff !important; }

.newsMain {
  padding-bottom: 4rem;
  margin-bottom: 4rem; }
  @media (min-width: 1024px) {
    .newsMain {
      padding-bottom: 2rem; } }

.partnersMain {
  padding: 2rem 0 6rem;
  margin: 2rem 0; }

.carouselPartners button.slick-prev, .carouselPartners button.slick-next {
  bottom: -96px; }

.company {
  margin-bottom: 4rem; }
  .company .content {
    width: 100%;
    max-width: 100%;
    -webkit-columns: 1 auto;
       -moz-columns: 1 auto;
            columns: 1 auto; }
    @media (min-width: 1024px) {
      .company .content {
        -webkit-columns: 2 auto;
           -moz-columns: 2 auto;
                columns: 2 auto;
        -webkit-column-gap: 4rem;
           -moz-column-gap: 4rem;
                column-gap: 4rem; } }

.newsItemImg {
  height: 12rem;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .newsItemImg {
      height: 14rem; } }

.newsItemText {
  border-top: 1px solid #ededed;
  padding: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
  .newsItemText h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    text-align: left;
    height: auto; }
  .newsItemText p {
    font-size: 0.875rem; }
  @media (min-width: 768px) {
    .newsItemText h3 {
      height: 72px;
      overflow: hidden; } }

.newsItemLink {
  background-color: #ffffff;
  line-height: 1rem;
  text-align: center;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ff9f19;
  border-top: 1px solid #ededed;
  -webkit-flex-basis: 3rem;
      -ms-flex-preferred-size: 3rem;
          flex-basis: 3rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  height: 3rem;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.newsItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  width: 100%;
  border: 1px solid #ededed; }
  .newsItem:hover, .newsItem:focus {
    border: 1px solid rgba(181, 180, 224, 0.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .newsItem:hover .newsItemLink, .newsItem:focus .newsItemLink {
      background-color: #f7f7f7;
      text-decoration: none;
      color: #ff9f19;
      border-top: 1px solid rgba(181, 180, 224, 0.5); }
  @media (min-width: 768px) {
    .newsItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .newsItem:nth-child(2n + 1) {
        margin-left: 4%; }
      .newsItem:nth-child(2n + 1) {
        margin-left: 0; }
      .newsItem:nth-child(2n + 2) {
        margin-left: 4%; }
      .newsItem:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .newsItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .newsItem:nth-child(3n + 1) {
        margin-left: 3%; }
      .newsItem:nth-child(3n + 1) {
        margin-left: 0; }
      .newsItem:nth-child(3n + 2) {
        margin-left: 3%; }
      .newsItem:nth-child(3n + 1) {
        margin-left: 0; }
      .newsItem:nth-child(3n + 3) {
        margin-left: 3%; }
      .newsItem:nth-child(3n + 1) {
        margin-left: 0; } }

.carouselNewsItem {
  width: 100%;
  margin: 0 1rem;
  border: 1px solid #ededed; }
  .carouselNewsItem .newsItemText {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 0;
    height: auto;
    overflow: auto; }
    @media (min-width: 768px) {
      .carouselNewsItem .newsItemText {
        height: 18rem;
        overflow: hidden; } }
  .carouselNewsItem:hover, .carouselNewsItem:focus {
    border: 1px solid rgba(181, 180, 224, 0.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .carouselNewsItem:hover .newsItemLink, .carouselNewsItem:focus .newsItemLink {
      background-color: #f7f7f7;
      text-decoration: none;
      color: #ff9f19;
      border-top: 1px solid rgba(181, 180, 224, 0.5); }

.newsDate {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ededed;
  color: #9d9d9d;
  text-align: center;
  margin-bottom: 2rem; }

.newsIntrotext {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 2rem; }

.newsIntroduction {
  width: 100%;
  margin-bottom: 2rem; }
  .newsIntroduction img {
    display: block;
    max-width: 100%;
    margin: 2rem auto; }

.newsContent {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 2rem; }

.page404 {
  padding-bottom: 4rem;
  text-align: center; }
  .page404 .content, .page404 .content p {
    text-align: center; }
  .page404 .button {
    margin: 4rem auto; }

.error404 {
  color: #ff9f19;
  font-weight: bold;
  font-size: 148px;
  line-height: 212px;
  margin: auto; }
  @media (min-width: 1024px) {
    .error404 {
      font-size: 212px; } }

.sisea-results {
  padding-top: 1rem; }

.sisea-result h3 {
  margin-bottom: 0;
  text-align: left; }

.sisea-result a, .sisea-result a:hover, .sisea-result a:focus, .sisea-result a:visited {
  color: #ff9f19;
  text-decoration: none; }

.sisea-result a:hover, .sisea-result a:focus {
  text-decoration: underline; }

.sisea-result .extract {
  margin-bottom: 1rem; }

.sisea-paging {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: auto;
  margin: 0 auto 2rem; }

.sisea-page {
  display: table-cell;
  border: 1px solid #ff9f19;
  font-size: 1rem; }
  .sisea-page a, .sisea-page a:visited {
    display: table-cell;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    color: #ff9f19; }
  .sisea-page a:hover, .sisea-page a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff9f19;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .sisea-page.sisea-current-page {
    height: 1rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 3rem;
    color: #ffffff;
    background-color: #ff9f19;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.popup {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 101;
  left: 2%;
  top: 2rem;
  bottom: 2rem;
  width: 96%;
  margin: 2rem auto;
  border: 1px solid #ededed;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .popup {
      width: 90%;
      left: 5%; } }
  @media (min-width: 1200px) {
    .popup {
      width: 80%;
      left: 10%; } }

.close {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 0;
  border: none;
  color: #ff9f19;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  background-image: url("../images/icon/cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%; }
  .close:before {
    content: none; }

.orderProductImg {
  width: 100%;
  max-height: 200px;
  padding: 1rem; }
  .orderProductImg img {
    max-height: 160px; }
  @media (min-width: 480px) {
    .orderProductImg {
      width: 80%; } }
  @media (min-width: 768px) {
    .orderProductImg {
      width: 50%; } }
  @media (min-width: 1024px) {
    .orderProductImg {
      width: 20%;
      max-height: 160px; } }

.orderProductDescription {
  width: 100%;
  padding: 1rem; }
  .orderProductDescription p {
    font-size: 0.875rem; }
  @media (min-width: 1024px) {
    .orderProductDescription {
      width: 60%; }
      .orderProductDescription h3, .orderProductDescription p {
        text-align: left; } }

.orderProductAmount {
  width: 100%; }
  .orderProductAmount input[type="submit"] {
    padding: 1rem 2rem; }
  .orderProductAmount input[type="number"] {
    float: left;
    width: 3rem;
    height: 3rem;
    padding: 0;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    color: #4c4c4c;
    border: 2px rgba(181, 180, 224, 0.5) solid;
    background: #ffffff;
    outline: none;
    -moz-appearance: textfield; }
    .orderProductAmount input[type="number"]::-webkit-inner-spin-button, .orderProductAmount input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .orderProductAmount span.spinner {
    display: block;
    margin: 2rem auto;
    width: 9rem;
    height: 3rem;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none; }
    .orderProductAmount span.spinner .sub, .orderProductAmount span.spinner .add {
      float: left;
      display: block;
      width: 3rem;
      height: 3rem;
      text-align: center;
      font-size: 1.5em;
      line-height: 2.8rem;
      color: #4c4c4c;
      border: 2px rgba(181, 180, 224, 0.5) solid;
      border-right: 0;
      border-radius: 2px 0 0 2px;
      cursor: pointer;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
    .orderProductAmount span.spinner .add {
      top: 0;
      border: 2px rgba(181, 180, 224, 0.5) solid;
      border-left: 0;
      border-radius: 0 2px 2px 0; }
    .orderProductAmount span.spinner .sub:hover, .orderProductAmount span.spinner .add:hover {
      background: #f7f7f7; }
  @media (min-width: 1024px) {
    .orderProductAmount {
      width: 20%; } }

.orderProductWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem; }

.orderClient {
  width: 100%;
  background-color: #f7f7f7;
  padding: 2rem; }
  .orderClient div {
    position: relative;
    max-width: 480px;
    margin: 0 auto; }
  .orderClient input[type="submit"] {
    padding: 1rem 2rem; }


/*# sourceMappingURL=style.css.map*/