@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700,800&subset=latin-ext");
/* RESET */
ul, menu, li, dl, dd, dt, ol, h1, h2, h3, h4, h5, h6, form, body, html, p, fieldset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* BASE */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

p {
  margin: 0;
  padding: 0 0 1em;
}

/* Lists */
ul, ol {
  padding: 0 0 1em;
  margin: 0;
}

li {
  list-style-type: none;
}

dd {
  margin: 0 0 0 40px;
}

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

h1, h2, h3 {
  margin: 0;
  padding: 0 0 1em;
}

h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* FLEX */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.container {
  max-width: 1116px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}

.line-title {
  text-align: center;
  position: relative;
  display: block;
  font-size: 36px;
  padding: 0;
  margin-bottom: 0.3em;
}
.line-title:before {
  content: "";
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 0;
}
.line-title span {
  text-transform: uppercase;
  line-height: 1.4em;
  position: relative;
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 0.3em 30px;
  z-index: 1;
  font-weight: 700;
}
@media (min-width: 769px) and (max-width: 1040px) {
  .line-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .line-title {
    font-size: 24px;
  }
  .line-title span {
    padding: 0.3em 10px;
  }
}
.line-title--black span {
  background: #000;
  color: #fff;
}
.line-title--black:before {
  background-color: #fff;
}

.call-button {
  text-align: center;
  padding: 20px 0 50px;
}

@media (min-width: 769px) {
  .mih {
    min-height: 500px;
  }
}
@font-face {
  font-family: "khdk-icons";
  src: url("fonts/khdk-icons.eot?q6oue8");
  src: url("fonts/khdk-icons.eot?q6oue8#iefix") format("embedded-opentype"), url("fonts/khdk-icons.ttf?q6oue8") format("truetype"), url("fonts/khdk-icons.woff?q6oue8") format("woff"), url("fonts/khdk-icons.svg?q6oue8#khdk-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon--], [class*=" icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "khdk-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--shopping_cart:before {
  content: "";
}

.icon--logo:before {
  content: "";
}

.icon--twitter:before {
  content: "";
}

.icon--facebook:before {
  content: "";
}

.icon--instagram:before {
  content: "";
}

.icon--pinterest:before {
  content: "";
}

.icon--youtube:before {
  content: "";
}

html *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #626262;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1.1904761905;
}

a {
  text-decoration: none;
  outline: 0 !important;
  color: #c50000;
}

img {
  max-width: 100%;
}

time {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 16px;
  color: #626262;
  display: block;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

h1, .h1 {
  padding: 30px 0;
  line-height: 1.1860465116;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 25px;
  padding: 0 0 1em;
  display: block;
}

.h2-section {
  font-size: 35px;
  padding: 0 0 1em;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

p {
  padding: 0 0 1.5em;
}

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

table {
  width: 100%;
  margin-bottom: 2em;
}
table tr td, table tr th {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
}
table thead {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #b2b2b2;
}
table tbody tr th {
  text-align: left;
}
table tbody tr td, table tbody tr th {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}
table tfoot th, table tfoot td {
  border-top: 1px solid #ccc;
}
table select {
  width: auto;
}
table label {
  padding: 0;
}

.wsw-content,
.wysiwyg-content {
  *zoom: 1;
}
.wsw-content:before, .wsw-content:after,
.wysiwyg-content:before,
.wysiwyg-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.wsw-content:after,
.wysiwyg-content:after {
  clear: both;
}
.wsw-content img,
.wysiwyg-content img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.wsw-content .img-centered img,
.wysiwyg-content .img-centered img {
  margin: 0 auto;
}
.wsw-content .img-wide img,
.wysiwyg-content .img-wide img {
  width: 100%;
}
.wsw-content img + em,
.wysiwyg-content img + em {
  display: block;
  font-size: 0.8em;
  padding-top: 0.5em;
}
@media (min-width: 769px) {
  .wsw-content .img-left,
.wysiwyg-content .img-left {
    float: left;
    padding-right: 30px;
    max-width: 50%;
  }
  .wsw-content .img-left img,
.wysiwyg-content .img-left img {
    width: 100%;
  }
  .wsw-content .img-right,
.wysiwyg-content .img-right {
    float: right;
    padding-left: 30px;
    max-width: 50%;
  }
  .wsw-content .img-right img,
.wysiwyg-content .img-right img {
    width: 100%;
  }
}
.wsw-content a:hover,
.wysiwyg-content a:hover {
  text-decoration: underline;
}
.wsw-content .lead,
.wysiwyg-content .lead {
  /*@include fontMedium;
  font-size: 1.3em;*/
}
.wsw-content ul,
.wysiwyg-content ul {
  padding-bottom: 1.5em;
}
.wsw-content ul > li,
.wysiwyg-content ul > li {
  padding-left: 24px;
  padding-bottom: 5px;
  position: relative;
}
.wsw-content ul > li:before,
.wysiwyg-content ul > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #b2b2b2;
  left: 0;
  top: 0.6em;
  margin-top: -2px;
}
.wsw-content ul > li:last-child,
.wysiwyg-content ul > li:last-child {
  padding-bottom: 0;
}
.wsw-content ol,
.wysiwyg-content ol {
  counter-reset: my-counter;
  padding-bottom: 1.5em;
}
.wsw-content ol > *:before,
.wysiwyg-content ol > *:before {
  content: counter(my-counter) ". ";
  counter-increment: my-counter;
}
.wsw-content ol > li,
.wysiwyg-content ol > li {
  margin-left: 36px;
  padding-bottom: 5px;
  position: relative;
}
.wsw-content ol > li:before,
.wysiwyg-content ol > li:before {
  position: absolute;
  left: -36px;
  top: 0;
  color: #b2b2b2;
}
.wsw-content ol > li:last-child,
.wysiwyg-content ol > li:last-child {
  padding-bottom: 0;
}
.wsw-content ul ul, .wsw-content ul ol, .wsw-content ol ul, .wsw-content ol ol,
.wysiwyg-content ul ul,
.wysiwyg-content ul ol,
.wysiwyg-content ol ul,
.wysiwyg-content ol ol {
  padding-bottom: 0;
}
.wsw-content blockquote,
.wysiwyg-content blockquote {
  position: relative;
  margin: 0;
  padding: 0 0 1.5em 75px;
  font-style: italic;
  min-height: 70px;
}
.wsw-content blockquote p ,
.wysiwyg-content blockquote p  {
  padding: 0 !important;
}
.wsw-content blockquote:before,
.wysiwyg-content blockquote:before {
  content: "";
  width: 57px;
  height: 55px;
  background: url("../images/gfx/blockquote.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .wsw-content blockquote,
.wysiwyg-content blockquote {
    padding-left: 45px;
    min-height: 43px;
  }
  .wsw-content blockquote:before,
.wysiwyg-content blockquote:before {
    width: 32px;
    height: 31px;
  }
}

.iframe-holder {
  position: relative;
  display: block;
  padding-bottom: 56%;
  background: #eee;
}
.iframe-holder iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

input[type=text],
input[type=number],
input[type=email],
select,
span.like-input {
  border-radius: 0;
  padding: 10px;
  line-height: 25px;
  width: 100%;
  border: 1px solid #626262;
  background: #fff;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  color: #000;
}
input[type=text][disabled], input[type=text][readonly],
input[type=number][disabled],
input[type=number][readonly],
input[type=email][disabled],
input[type=email][readonly],
select[disabled],
select[readonly],
span.like-input[disabled],
span.like-input[readonly] {
  opacity: 0.4;
  background: #ccc;
}

select {
  padding-right: 30px;
  background-image: url("../images/gfx/caret.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

span.like-input {
  background: #eee;
  border-color: #eee;
}

:not(.checkbox) > label {
  display: block;
  color: #b2b2b2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  padding-bottom: 5px;
  font-size: 0.9em;
}

.checkbox input {
  margin-right: 15px;
}

fieldset h2, fieldset legend {
  padding: 30px 0 15px;
}
fieldset h2 small, fieldset legend small {
  font-size: 0.5em;
  color: #b2b2b2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
fieldset p {
  padding: 0 0 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}
html:after {
  display: none;
}

body {
  background: #fff;
  padding-top: 56px;
}
body:after {
  display: none !important;
}

@media (min-width: 1041px) {
  body:after {
    content: "desktop";
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body:after {
    content: "phone";
  }
}
#header {
  background: #000;
  color: #b2b2b2;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  line-height: 56px;
  z-index: 20;
}
#header a {
  color: #b2b2b2;
}
#header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
#header .container > *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header #logo {
  display: block;
  width: 120px;
  overflow: hidden;
  text-indent: -100000px;
  background: url("../images/gfx/logo.svg") center center no-repeat;
  background-size: 100% auto;
  margin-right: auto;
  opacity: 1;
}
#header #logo:hover {
  opacity: 0.7;
}
#header .menu {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#header .menu li a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
#header .menu li.in-path > a, #header .menu li.active > a,
#header .menu li > a:hover {
  color: #ccc;
}
#header .menu li.is-store a {
  background: #626262;
}
#header .menu li .submenu {
  line-height: 1.4;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#header .menu li .submenu a {
  padding: 0 22px;
  font-size: 17px;
}
#header .icart {
  position: relative;
}
#header .icart__handle {
  width: 56px;
  text-align: center;
  display: block;
  cursor: pointer;
}
#header .icart__content {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 20px;
  line-height: 1.5;
  display: none;
  font-size: 18px;
  text-align: center;
}
#header .icart__content a {
  color: #c50000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
#header .icart__content > div {
  white-space: nowrap;
}
#header .icart.has-cart .icart__handle,
#header .icart.has-cart .icart__content, #header .icart:hover .icart__handle,
#header .icart:hover .icart__content {
  background: #292929;
}
#header .icart.has-cart .icart__handle, #header .icart:hover .icart__handle {
  color: #fff;
}
#header .icart.has-cart .icart__content, #header .icart:hover .icart__content {
  display: block;
}

@media (min-width: 1041px) {
  #header .menu {
    display: table;
  }
  #header .menu > li {
    display: table-cell;
    padding-left: 2px;
    position: relative;
  }
  #header .menu > li .submenu {
    position: absolute;
    background: #000;
    overflow: hidden;
    max-height: 0;
    opacity: 0.5;
    left: 0;
    top: 100%;
    min-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
  }
  #header .menu > li .submenu li a {
    white-space: nowrap;
    line-height: 1.3888888889;
  }
  #header .menu > li.open .submenu {
    padding: 0 0 15px;
    max-height: 500px;
    opacity: 1;
  }
  #header .menu > li.has-submenu > a:after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 0;
    height: 0;
    border-color: #626262 transparent transparent;
    border-width: 10px 7.5px 0;
    border-style: solid;
    margin-left: 10px;
  }

  .switch {
    display: none;
  }
}
@media (max-width: 1040px) {
  #header .menu {
    background: #000;
    position: absolute;
    top: 100%;
    width: 200px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  #header .menu .submenu {
    line-height: 1.4;
    text-transform: none;
    padding-bottom: 15px;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #header .switch {
    z-index: 10;
    width: 56px;
    height: 56px;
    cursor: pointer;
    position: relative;
  }
  #header .switch span, #header .switch:before, #header .switch:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #b2b2b2;
    position: absolute;
    right: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
  }
  #header .switch:before {
    top: 20px;
  }
  #header .switch span {
    top: 27px;
  }
  #header .switch:after {
    top: 34px;
  }
  #header .switch:hover span, #header .switch:hover:before, #header .switch:hover:after {
    background: #fff;
  }

  body > *:not(#header) {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*-webkit-transform: translateZ(0);*/
  }

  .has-menu body > *:not(#header) {
    opacity: 0.7;
  }
  .has-menu #header .menu {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .has-menu #header .switch span {
    opacity: 0;
  }
  .has-menu #header .switch:before {
    top: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .has-menu #header .switch:after {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
#footer {
  background: #000;
  color: #b2b2b2;
}
#footer a {
  color: #b2b2b2;
}
#footer a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  #footer .container {
    max-width: 360px;
  }
}
#footer .footer__newsletter {
  border-bottom: 2px solid #b2b2b2;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #footer .footer__newsletter {
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .footer__newsletter > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .footer__newsletter h2 {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  #footer .footer__newsletter {
    padding-top: 15px;
  }
}
#footer .footer__newsletter__form input {
  border: 0;
  margin-bottom: 18px;
  font-size: 17px;
  min-width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer__newsletter__form input:not([type=submit]) {
  padding: 11px;
  text-align: center;
}
#footer .footer__newsletter__form input:not([type=submit]):-moz-placeholder {
  color: #626262;
}
#footer .footer__newsletter__form input:not([type=submit])::-moz-placeholder {
  color: #626262;
}
#footer .footer__newsletter__form input:not([type=submit]):-ms-input-placeholder {
  color: #626262;
}
#footer .footer__newsletter__form input:not([type=submit])::-webkit-input-placeholder {
  color: #626262;
}
#footer .footer__newsletter__form input[type=submit] {
  background-color: #777676;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 769px) {
  #footer .footer__newsletter__form {
    *zoom: 1;
  }
  #footer .footer__newsletter__form:before, #footer .footer__newsletter__form:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #footer .footer__newsletter__form:after {
    clear: both;
  }
  #footer .footer__newsletter__form input {
    width: 47.2%;
  }
  #footer .footer__newsletter__form input:nth-child(1), #footer .footer__newsletter__form input:nth-child(3) {
    float: left;
  }
  #footer .footer__newsletter__form input:nth-child(2), #footer .footer__newsletter__form input:nth-child(4) {
    float: right;
  }
}
@media (max-width: 768px) {
  #footer .footer__newsletter__form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1041px) {
  #footer .footer__newsletter {
    color: #fff;
    font-size: 17px;
  }
  #footer .footer__newsletter__agit {
    flex-basis: 32.7%;
  }
  #footer .footer__newsletter__form {
    flex-basis: 65%;
  }
}
#footer .footer__links {
  margin-bottom: 38px;
}
@media (min-width: 1041px) {
  #footer .footer__links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .footer__links > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#footer .footer__social__links {
  font-size: 68px;
}
@media (max-width: 768px) {
  #footer .footer__social__links {
    font-size: 40px;
  }
}
@media (min-width: 1041px) and (max-width: 1132px) {
  #footer .footer__social__links {
    font-size: 5.9vw;
  }
}
#footer .footer__social big {
  text-transform: uppercase;
  font-size: 36px;
}
@media (max-width: 768px) {
  #footer .footer__social big {
    font-size: 24px;
  }
}
#footer .footer__social p {
  padding: 0;
}
@media (min-width: 769px) {
  #footer .footer__social {
    flex-basis: 37.6%;
  }
}
@media (max-width: 1040px) {
  #footer .footer__social {
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  #footer .footer__social {
    border-top: 1px solid #b2b2b2;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #footer .footer__menu {
    display: none;
  }
}
#footer .footer__menu .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#footer .footer__menu .menu > *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer__menu .menu > li > a {
  display: none;
}
#footer .footer__menu .menu > li > ul > li {
  padding-bottom: 14px;
}
#footer .footer__menu .menu > li > ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer .footer__menu .menu > li > ul > li > a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #626262;
}
#footer .footer__menu .menu > li > ul > li > ul {
  padding-top: 10px;
}
#footer .footer__menu .menu > li > ul > li > ul > li {
  line-height: 1.1;
}
#footer .footer__menu .menu > li > ul > li > ul > li > a {
  font-size: 18px;
}
@media (min-width: 1041px) {
  #footer .footer__menu {
    border-right: 2px solid #b2b2b2;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  #footer .footer__menu {
    flex-basis: 59.1%;
  }
}
#footer .footer__credits {
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  border-top: 2px solid #b2b2b2;
}
#footer .footer__credits a {
  color: #fff;
}
#footer .footer__credits a:hover {
  color: #c50000;
}
#footer .footer__credits span {
  padding: 0 5px;
}
@media (max-width: 768px) {
  #footer .footer__credits span {
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    height: 0;
  }
}

.instant-products {
  opacity: 0 !important;
  background: #fff;
  position: fixed;
  left: 10px;
  right: 10px;
  top: 0;
  z-index: 15;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  max-height: 95vh;
}
.instant-products .container {
  padding: 80px 20px 0;
}
.instant-products .line-title {
  font-size: 26px;
}
.instant-products .fproducts__item {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.instant-products .fproducts__item__image {
  max-width: 110px;
}
.instant-products .fproducts__item h3 {
  padding-top: 10px;
  font-size: 16px;
}
.instant-products .fproducts__item h3 small {
  display: none;
}
.instant-products .fproducts__item__call {
  padding-top: 5px;
}
@media (min-width: 1041px) {
  .instant-products .fproducts {
    flex-wrap: nowrap;
  }
}

.has-instant-products .instant-products {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: auto;
  opacity: 1 !important;
}

.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  border: 0;
  cursor: pointer;
  padding: 10px 30px;
  line-height: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .btn {
    min-width: 250px;
    padding: 10px 20px;
  }
}
a:hover .btn, .btn:hover {
  background-color: #b2b2b2;
  text-decoration: none !important;
}
.btn--dk {
  color: #000;
  background-color: #fff;
}
a:hover .btn--dk, .btn--dk:hover {
  background-color: #b2b2b2;
}
.btn.ajax-progress {
  opacity: 0.5;
}

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: #000;
}
.carousel, .carousel__item {
  height: 33.3333333333vw;
}
.carousel__item {
  overflow: hidden;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
}
.carousel__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel__item big {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4vw;
  text-shadow: 0 0 5px black;
}
.carousel .flickity-prev-next-button {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 5;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateZ(0);
}
.carousel .flickity-prev-next-button svg {
  display: none;
}
.carousel .flickity-prev-next-button:before, .carousel .flickity-prev-next-button:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 10px;
  margin: -5px -25px;
  background: #fff;
  border-radius: 0 5px 5px 0;
  left: 50%;
  top: 50%;
  padding: 0;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.carousel .flickity-prev-next-button:before {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  margin-top: -19px;
}
.carousel .flickity-prev-next-button:after {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  margin-top: 19px;
}
.carousel .flickity-prev-next-button:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.carousel .flickity-prev-next-button.previous {
  left: 0;
}
.carousel .flickity-prev-next-button.next {
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 768px) {
  .carousel .flickity-prev-next-button {
    display: none;
  }
}
@media (max-width: 1040px) {
  .carousel, .carousel__item {
    height: 50vw;
  }
}

@-webkit-keyframes slowScale {
  0% {
    background-size: auto 102%;
  }
  100% {
    background-size: auto 120%;
  }
}
@-moz-keyframes slowScale {
  0% {
    background-size: auto 102%;
  }
  100% {
    background-size: auto 120%;
  }
}
@-ms-keyframes slowScale {
  0% {
    background-size: auto 102%;
  }
  100% {
    background-size: auto 120%;
  }
}
@-o-keyframes slowScale {
  0% {
    background-size: auto 102%;
  }
  100% {
    background-size: auto 120%;
  }
}
@keyframes slowScale {
  0% {
    background-size: auto 102%;
  }
  100% {
    background-size: auto 120%;
  }
}
@-webkit-keyframes shakeMe {
  0% {
    -webkit-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  30% {
    -webkit-transform: translate(2px, -1px);
    transform: translate(2px, -1px);
  }
  40% {
    -webkit-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
  }
  50% {
    -webkit-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
  }
  60% {
    -webkit-transform: translate(-1px, 0px);
    transform: translate(-1px, 0px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(1px, 0px);
    transform: translate(1px, 0px);
  }
  90% {
    -webkit-transform: translate(1px, 0px);
    transform: translate(1px, 0px);
  }
  100% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
}
@-moz-keyframes shakeMe {
  0% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  10% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  20% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  30% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  80% {
    -webkit-transform: translate(1px, 0px);
    transform: translate(1px, 0px);
  }
  90% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  100% {
    -webkit-transform: translate(-1px, 0px);
    transform: translate(-1px, 0px);
  }
}
@-ms-keyframes shakeMe {
  0% {
    -webkit-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
  }
  10% {
    -webkit-transform: translate(2px, -1px);
    transform: translate(2px, -1px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  50% {
    -webkit-transform: translate(-1px, 0px);
    transform: translate(-1px, 0px);
  }
  60% {
    -webkit-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
  }
  70% {
    -webkit-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
  }
  80% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  90% {
    -webkit-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
  }
  100% {
    -webkit-transform: translate(2px, -1px);
    transform: translate(2px, -1px);
  }
}
@-o-keyframes shakeMe {
  0% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, -1px);
    transform: translate(2px, -1px);
  }
  30% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  60% {
    -webkit-transform: translate(-1px, 0px);
    transform: translate(-1px, 0px);
  }
  70% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  80% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  90% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  100% {
    -webkit-transform: translate(-1px, 0px);
    transform: translate(-1px, 0px);
  }
}
@keyframes shakeMe {
  0% {
    -webkit-transform: translate(-1px, 2px);
    transform: translate(-1px, 2px);
  }
  10% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  20% {
    -webkit-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  30% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
  }
  60% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  70% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  80% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  90% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  100% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
}
@-webkit-keyframes blowMe {
  0% {
    -webkit-transform: rotateX(1deg) rotateY(2deg) rotateZ(3deg);
    transform: rotateX(1deg) rotateY(2deg) rotateZ(3deg);
  }
  33% {
    -webkit-transform: rotateX(2deg) rotateY(3deg) rotateZ(5deg);
    transform: rotateX(2deg) rotateY(3deg) rotateZ(5deg);
  }
  66% {
    -webkit-transform: rotateX(5deg) rotateY(2deg) rotateZ(2deg);
    transform: rotateX(5deg) rotateY(2deg) rotateZ(2deg);
  }
  100% {
    -webkit-transform: rotateX(5deg) rotateY(4deg) rotateZ(4deg);
    transform: rotateX(5deg) rotateY(4deg) rotateZ(4deg);
  }
}
@-moz-keyframes blowMe {
  0% {
    -webkit-transform: rotateX(4deg) rotateY(3deg) rotateZ(3deg);
    transform: rotateX(4deg) rotateY(3deg) rotateZ(3deg);
  }
  33% {
    -webkit-transform: rotateX(1deg) rotateY(4deg) rotateZ(2deg);
    transform: rotateX(1deg) rotateY(4deg) rotateZ(2deg);
  }
  66% {
    -webkit-transform: rotateX(1deg) rotateY(5deg) rotateZ(5deg);
    transform: rotateX(1deg) rotateY(5deg) rotateZ(5deg);
  }
  100% {
    -webkit-transform: rotateX(4deg) rotateY(1deg) rotateZ(1deg);
    transform: rotateX(4deg) rotateY(1deg) rotateZ(1deg);
  }
}
@-ms-keyframes blowMe {
  0% {
    -webkit-transform: rotateX(5deg) rotateY(2deg) rotateZ(5deg);
    transform: rotateX(5deg) rotateY(2deg) rotateZ(5deg);
  }
  33% {
    -webkit-transform: rotateX(5deg) rotateY(5deg) rotateZ(1deg);
    transform: rotateX(5deg) rotateY(5deg) rotateZ(1deg);
  }
  66% {
    -webkit-transform: rotateX(3deg) rotateY(4deg) rotateZ(2deg);
    transform: rotateX(3deg) rotateY(4deg) rotateZ(2deg);
  }
  100% {
    -webkit-transform: rotateX(3deg) rotateY(1deg) rotateZ(3deg);
    transform: rotateX(3deg) rotateY(1deg) rotateZ(3deg);
  }
}
@-o-keyframes blowMe {
  0% {
    -webkit-transform: rotateX(4deg) rotateY(4deg) rotateZ(5deg);
    transform: rotateX(4deg) rotateY(4deg) rotateZ(5deg);
  }
  33% {
    -webkit-transform: rotateX(5deg) rotateY(1deg) rotateZ(2deg);
    transform: rotateX(5deg) rotateY(1deg) rotateZ(2deg);
  }
  66% {
    -webkit-transform: rotateX(5deg) rotateY(2deg) rotateZ(3deg);
    transform: rotateX(5deg) rotateY(2deg) rotateZ(3deg);
  }
  100% {
    -webkit-transform: rotateX(4deg) rotateY(1deg) rotateZ(1deg);
    transform: rotateX(4deg) rotateY(1deg) rotateZ(1deg);
  }
}
@keyframes blowMe {
  0% {
    -webkit-transform: rotateX(4deg) rotateY(4deg) rotateZ(3deg);
    transform: rotateX(4deg) rotateY(4deg) rotateZ(3deg);
  }
  33% {
    -webkit-transform: rotateX(2deg) rotateY(4deg) rotateZ(5deg);
    transform: rotateX(2deg) rotateY(4deg) rotateZ(5deg);
  }
  66% {
    -webkit-transform: rotateX(3deg) rotateY(2deg) rotateZ(1deg);
    transform: rotateX(3deg) rotateY(2deg) rotateZ(1deg);
  }
  100% {
    -webkit-transform: rotateX(5deg) rotateY(5deg) rotateZ(4deg);
    transform: rotateX(5deg) rotateY(5deg) rotateZ(4deg);
  }
}
@-webkit-keyframes scaleMe {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  33% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  66% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-moz-keyframes scaleMe {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  33% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  66% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-ms-keyframes scaleMe {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  33% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  66% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-o-keyframes scaleMe {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  33% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  66% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes scaleMe {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  33% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  66% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-webkit-keyframes hideMe {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0.5;
  }
  2% {
    opacity: 1;
  }
}
@-moz-keyframes hideMe {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0.5;
  }
  2% {
    opacity: 1;
  }
}
@-ms-keyframes hideMe {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0.5;
  }
  2% {
    opacity: 1;
  }
}
@-o-keyframes hideMe {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0.5;
  }
  2% {
    opacity: 1;
  }
}
@keyframes hideMe {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0.5;
  }
  2% {
    opacity: 1;
  }
}
@-webkit-keyframes blurMe {
  0% {
    filter: blur(0);
  }
  1% {
    filter: blur(10px);
  }
  2% {
    filter: blur(0);
  }
}
@-moz-keyframes blurMe {
  0% {
    filter: blur(0);
  }
  1% {
    filter: blur(10px);
  }
  2% {
    filter: blur(0);
  }
}
@-ms-keyframes blurMe {
  0% {
    filter: blur(0);
  }
  1% {
    filter: blur(10px);
  }
  2% {
    filter: blur(0);
  }
}
@-o-keyframes blurMe {
  0% {
    filter: blur(0);
  }
  1% {
    filter: blur(10px);
  }
  2% {
    filter: blur(0);
  }
}
@keyframes blurMe {
  0% {
    filter: blur(0);
  }
  1% {
    filter: blur(10px);
  }
  2% {
    filter: blur(0);
  }
}
@-webkit-keyframes skewMe {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  1% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg);
  }
  2% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@-moz-keyframes skewMe {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  1% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg);
  }
  2% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@-ms-keyframes skewMe {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  1% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg);
  }
  2% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@-o-keyframes skewMe {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  1% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg);
  }
  2% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@keyframes skewMe {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  1% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg);
  }
  2% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
.carousel__item--compose {
  background: center center no-repeat;
  background-size: cover;
  perspective: 400px;
}
.carousel__item--compose.carousel__item--dark-blood {
  background-image: url(../images/gfx/../carousel/dark-blood-bg.jpg);
  background-position: right center;
}
.carousel__item--compose.carousel__item--ghoul {
  background-image: url(../images/gfx/../carousel/ghoul-bg.jpg);
  background-position: right center;
}
.carousel__item--compose__pane {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

[data-animate*=slowScale] {
  -webkit-animation: slowScale 10s linear 0s infinite alternate;
  animation: slowScale 10s linear 0s infinite alternate;
}

[data-animate*=shakeMe] {
  -webkit-animation: shakeMe 0.5s linear 0s infinite;
  animation: shakeMe 0.5s linear 0s infinite;
}

[data-animate*=blowMe] {
  -webkit-animation: blowMe 10s linear 0s infinite alternate, hideMe 3s linear 0s infinite;
  animation: blowMe 10s linear 0s infinite alternate, hideMe 3s linear 0s infinite;
  transform-origin: 40% 40%;
}

[data-animate*=scaleMe] {
  -webkit-animation: scaleMe 2s linear 0s infinite alternate;
  animation: scaleMe 2s linear 0s infinite alternate;
  transform-origin: 40% 40%;
}

[data-animate*=glitchMe] {
  -webkit-animation: hideMe 5s linear 0s infinite, blurMe 6.1s linear 1s infinite, skewMe 4.2s infinite;
  animation: hideMe 5s linear 0s infinite, blurMe 6.1s linear 1s infinite, skewMe 4.2s infinite;
}

[data-animate*=scaleIn] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

[data-animate*=slideUp] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition-delay: 0.3s;
}

[data-animate*=slideDown] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.is-selected [data-animate*=scaleIn] {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.is-selected [data-animate*=slideUp] {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.is-selected [data-animate*=slideDown] {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.categories-filter {
  text-align: center;
  padding-bottom: 40px;
}
.categories-filter, .categories-filter big {
  font-size: 24px;
}
.categories-filter big {
  padding-top: 10px;
}
.categories-filter ul, .categories-filter li {
  display: inline-block;
}
.categories-filter li:not([data-category=all]):before {
  content: "/";
  padding: 0 10px;
}

.tab-handles {
  text-align: center;
  padding-bottom: 40px;
  color: #b2b2b2;
}
.tab-handles li {
  display: inline-block;
  font-size: 24px;
}
.tab-handles li:not(:first-child):before {
  content: "/";
  padding: 0 10px;
}
.tab-handles li a {
  color: #333;
}
.tab-handles li a:hover, .tab-handles li.active a {
  color: #b2b2b2;
}

.tab-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  color: #b2b2b2;
  position: relative;
  top: -2em;
}

@media (max-width: 768px) {
  .tab-handles li {
    display: block;
  }
  .tab-handles li:before {
    display: none;
  }
}
.tab-panes {
  margin-bottom: 60px;
  position: relative;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.product-gallery {
  padding-bottom: 30px;
}
.product-gallery img {
  display: block;
  width: 100%;
}
.product-gallery__main {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border: 1px solid #626262;
}
.product-gallery__main img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border: 0;
}
.product-gallery__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.product-gallery__list > *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-gallery__list a {
  flex-basis: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #626262;
  margin-top: 20px;
  margin-right: 5%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
}
.product-gallery__list a img {
  height: auto;
}
.product-gallery__list a.active {
  opacity: 0.5;
}
.product-gallery__list a:nth-child(3n+0) {
  margin-right: 0;
}

@media (min-width: 769px) {
  .reviews {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .reviews > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.reviews__item {
  flex-basis: 33.3333333333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  padding-right: 3%;
  padding-bottom: 3em;
}
.reviews__item__image {
  display: block;
  height: 55px;
  overflow: hidden;
}
.reviews__item__title {
  margin-top: 10px;
  color: #b2b2b2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 18px;
  padding: 0;
}
.reviews__item__content {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.reviews__item__link:hover {
  text-decoration: underline;
}

.hp-intro {
  /*background: url('../images/gfx/teaser.jpg') center center no-repeat #000;
  background-size: cover;*/
  background: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -56px;
  /*position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;*/
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateZ(0);
  /*-webkit-transform-origin: center top;
  transform-origin: center top;*/
}
.hp-intro > *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hp-intro div {
  text-align: center;
  color: #fff;
  max-width: 80%;
  position: relative;
  z-index: 10;
}
.hp-intro div h1 {
  padding: 0;
  height: 133px;
  background: url("../images/gfx/teaser-logo.svg") center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -100000px;
}
.hp-intro div span {
  padding-top: 0.9em;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 34px;
  text-shadow: 0px 1px 1px rgba(1, 1, 1, 0.35);
}
.hp-intro .btn {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*html.is-home body {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}*/
video,
iframe:not([data-dojo-attach-point]) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  object-fit: cover;
}

/*html.is-home.has-intro {
    overflow: hidden;
    body {

    }
}*/
/*html.is-home:not(.has-intro) {
    .hp-intro {
        //@include transform(translate(0,-100%) scale(.5));
        //opacity: 0;
        //@include transform(translate(0,-200px) scale(.5));
        @include transform(translate(0,-100%));
        //@include transform(rotateX(-179deg));
    }
}*/
.menu-over .hp-intro {
  z-index: 1;
}

/*.last-news {
    &__item {
        min-height: 176px;
        position: relative;
        &__image {
            position: absolute;
            width: 176px;
            height: 176px;
            left: 0;
            top: 0;
            img {
                border: 1px solid $baseColor;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
            }
        }
        a {
            display: block;
            position: relative;
            padding-left: 200px;
        }
        h3 {
            color: #000;
            padding: 0;
            @include fontMedium;
            font-size: 27px;
            line-height: (33 / 30);
        }
        time {
            padding: 2px 0 0;
        }
        .link {
            font-size: 16px;
            @include fontRegularItalic;
        }
        @include phoneOnly {
            margin-bottom: 30px;        
            a {
                padding-top: 200px;
                padding-left: 0;
            }
        }
    }
    &__items {
        @include phoneNo {
            @include displayFlex;
            @include flexJustify(space-between);
            @include flexWrap(wrap);
            position: relative;
            margin-bottom: 22px;
            .last-news {
                &__item {
                    @include flexBasis(48%);
                    h3 {
                        margin-bottom: -.1em;
                        position: relative;
                        top: -.1em;
                    }
                }
            }
        }
    }
}*/
.fproducts {
  margin-left: -1%;
  margin-right: -1%;
  /*&:not([class*="grid"]) {
      .fproducts__item {
          @include flexBasis(20%);
          @include tabletOnly {
              @include flexBasis(25%);
          }
          @include phoneOnly {
              @include flexBasis(50%);
          }
      }
  }*/
}
.fproducts__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
  margin: 0 0 50px;
  text-align: center;
  position: relative;
}
.fproducts__item__image {
  margin: 0 auto;
  max-width: 200px;
}
.fproducts__item__image span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  display: block;
  padding-bottom: 163%;
  position: relative;
  overflow: hidden;
  max-height: 350px;
  top: 0;
}
.fproducts__item__image span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.fproducts__item h2,
.fproducts__item h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 25px 0 0;
  color: #000;
}
.fproducts__item h2 small,
.fproducts__item h3 small {
  font-size: 14px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  padding-top: 5px;
  color: #626262 !important;
}
.fproducts__item__call {
  color: #c50000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
  padding-top: 15px;
}
.fproducts__item:hover .fproducts__item__image span {
  top: -10px;
}
@media (min-width: 471px) {
  .fproducts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .fproducts > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fproducts .fproducts__item {
  flex-basis: 16.6666666667%;
}
@media (min-width: 769px) and (max-width: 1040px) {
  .fproducts .fproducts__item {
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .fproducts .fproducts__item {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 530px) {
  .fproducts .fproducts__item {
    flex-basis: 50%;
  }
}
@media (min-width: 1041px) {
  :not(.instant-products) .fproducts:not(.fproducts--7) .fproducts__item {
    flex-basis: 16.6666666667%;
  }
  :not(.instant-products) .fproducts.fproducts--7 .fproducts__item {
    flex-basis: 25%;
  }
}

.artists .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.artists .container > *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.artists .container > *:not(.artists__item) {
  flex-basis: 100%;
}
.artists__item {
  flex-basis: 260px;
  text-align: center;
}
.artists__item a {
  display: block;
  color: #626262;
}
.artists__item__image {
  padding-bottom: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
}
.artists__item__image img {
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #666;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 1px solid #626262;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.artists__item p, .artists__item h3 small {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 16px;
  display: block;
}
.artists__item h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 40px;
  font-size: 21px;
}
.artists__item h3 small {
  color: #626262;
  padding-top: 5px;
}
.artists__item p {
  padding: 0.7em 0;
}
.artists__item:hover .artists__item__image {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.artists--hp {
  background: #000;
}
.artists--hp .artists__item {
  color: #fff;
}
.artists--hp .artists__item__image img {
  border-color: #fff;
}
.artists--hp .artists__item h3 {
  color: #fff;
}
.artists--hp .artists__item p {
  color: #b2b2b2;
}
.artists--hp .artists__item h3 small {
  color: #fff;
}

.artist-detail__article h1 {
  padding-top: 0;
  text-transform: none;
  text-align: left;
  padding-left: 27.4193548387%;
}
.artist-detail__article h1 small {
  display: block;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
@media (min-width: 769px) {
  .artist-detail__article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .artist-detail__article > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .artist-detail__article > * {
    flex-basis: 100%;
  }
}
.artist-detail__article__main {
  flex-basis: 72.5806451613%;
}
.artist-detail__article__aside {
  flex-basis: 22.4014336918%;
}
.artist-detail__article__aside img {
  width: 100%;
  max-width: 250px;
  display: block;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  border: 1px solid #626262;
}
.artist-detail__links {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.artist-detail__links big {
  font-style: normal;
  font-size: 21px;
  padding: 0 0 10px;
  display: block;
}
.artist-detail__links p {
  padding: 0;
}
.artist-detail__products .line-title span {
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 768px) {
  .artist-detail__article h1 {
    padding-left: 0;
    text-align: center;
  }
  .artist-detail__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}

@media (min-width: 769px) {
  .news-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-list > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.news-list__item {
  flex-basis: 48%;
  padding-bottom: 40px;
}
.news-list__item a {
  display: block;
  color: #626262;
}
.news-list__item__image {
  display: block;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-list__item__image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
}
.news-list__item h2 {
  color: #000;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 27px;
  line-height: 1.1;
}
.news-list__item__perex {
  padding: 10px 0 20px;
  font-size: 0.9em;
}
.news-list__item time {
  padding: 2px 0 5px;
}
.news-list__item:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

@media (min-width: 1041px) {
  .news-page {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .news-page > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.news-page > h1 {
  padding-bottom: 10px;
  flex-basis: 100%;
}
.news-page > time {
  font-size: 21px;
  padding-bottom: 3em;
  flex-basis: 100%;
  display: block;
}
.news-page__main {
  flex-basis: 62.9%;
  padding-bottom: 60px;
}
@media (max-width: 1040px) {
  .news-page__main {
    padding-bottom: 20px;
  }
}
.news-page__main h1 {
  padding-bottom: 5px;
}
.news-page__main > time {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 30px;
}
.news-page__main #disqus_thread iframe {
  position: static;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
}
.news-page__main .wsw-content img {
  float: none !important;
}
.news-page__aside {
  flex-basis: 33.4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 43px 0;
  color: #b2b2b2;
}
.news-page__aside .holder {
  background: #000;
  padding: 43px;
}
@media (max-width: 768px) {
  .news-page__aside {
    padding: 20px;
    margin: 0 -10px 10px;
  }
}
.news-page__aside big {
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #b2b2b2;
  padding: 30px 0 0;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .news-page__aside big {
    font-size: 32px;
  }
}
.news-page__aside .news-list__item {
  padding: 40px 0 0;
}
.news-page__aside .news-list__item__image {
  margin-bottom: 10px;
  border: 1px solid #b2b2b2;
}
.news-page__aside .news-list__item h3 {
  font-size: 18px;
  color: #b2b2b2;
  padding: 0;
}
.news-page__aside .fproducts__item__title h3 {
  color: #fff;
}
.news-page__aside .fproducts__item__title h3 small {
  color: #b2b2b2 !important;
}
.news-page__aside .fproducts__item:hover .fproducts__item__call {
  color: #fff;
}
@media (min-width: 769px) {
  .news-page__aside .fproducts__item__image {
    max-width: initial;
    background: #fff;
    overflow: hidden;
  }
  .news-page__aside .fproducts__item__image span {
    padding-bottom: 132%;
  }
  .news-page__aside .fproducts__item__image span img {
    min-width: initial;
    min-height: initial;
    max-width: 100%;
    max-height: 100%;
  }
  .news-page__aside .fproducts__item__title h3 {
    color: #fff;
  }
  .news-page__aside .fproducts__item__title h3 small {
    color: #b2b2b2 !important;
  }
  .news-page__aside .fproducts__item:hover .fproducts__item__call {
    color: #fff;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  .news-page__aside .holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .news-page__aside .holder > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .news-page__aside .fproducts__item {
    flex-basis: 300px;
  }
  .news-page__aside .news-page__related {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 43px;
  }
}

.discoraphy__header {
  text-align: center;
  padding-bottom: 20px;
}
.discoraphy__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -15px;
}
.discoraphy__list > *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.discoraphy__list__item {
  margin: 0 14px 35px;
  flex-basis: 200px;
}
.discoraphy__list__item img {
  border: 1px solid #626262;
  width: 198px;
  height: 198px;
  display: block;
  margin-bottom: 15px;
}
.discoraphy__list__item h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
}
.discoraphy__list__item h2 small {
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  padding: 5px 0;
}
.discoraphy__list__item p {
  padding: 0;
}
.discoraphy__list__item a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 16px;
}

.dealers__title {
  font-style: normal;
}
.dealers__map {
  width: 100%;
  height: 600px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 1040px) {
  .dealers__map {
    height: 60vw;
  }
}
@media (max-width: 650px) {
  .dealers__map {
    display: none;
  }
}
.dealers__map .map {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.dealers__map .map.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 10;
}
.dealers__map[data-level=continent] [data-type=world]:not(.active), .dealers__map[data-level=country] [data-type=world]:not(.active), .dealers__map[data-level=country] [data-type=continent]:not(.active) {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.dealers__map .map-back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  min-width: initial;
}
.dealers__map[data-level=world] .map-back {
  display: none;
}
.dealers__select {
  top: 0;
  right: 0;
  z-index: 20;
  width: auto;
  margin: 0 auto 20px;
  max-width: 100%;
}
@media (max-width: 650px) {
  .dealers__select {
    width: 100%;
  }
}
.dealers__list {
  padding-bottom: 60px;
}
.dealers__list__continent, .dealers__list__country, .dealers__list__region__title, .dealers__list__item {
  display: none;
}
.dealers__list__continent.active, .dealers__list__country.active, .dealers__list__region__title.active, .dealers__list__item.active {
  display: block;
}
.dealers__list__continent__title {
  font-size: 42px;
}
@media (max-width: 768px) {
  .dealers__list__continent__title {
    font-size: 24px;
  }
}
.dealers__list__country__title {
  font-size: 26px;
  padding-bottom: 5px;
  margin: 30px 0;
  border-bottom: 1px solid #ddd;
}
.dealers__list__item {
  padding: 0 0 30px 0;
  margin-right: 2%;
  overflow: hidden;
  /*&:before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      margin-bottom: 17px;
      background: #0bcbd7;
  }*/
}
.dealers__list__item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  padding: 0;
  line-height: 1;
}
.dealers__list__item__link {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.dealers__list__item__city {
  font-size: 16px;
}
.dealers__list__item p {
  padding: 0;
}
.dealers__list__item .note {
  color: #b2b2b2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 14px;
}
.dealers__list__item a:hover {
  text-decoration: underline;
}
.dealers__list__region__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  padding: 0;
  margin: 1.5em 0;
  flex-basis: 100%;
}
.dealers__list__country.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dealers__list__country.active > *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dealers__list__country.active > h3 {
  flex-basis: 100%;
}
.dealers__list__item.active {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1041px) {
  .dealers__list__item.active {
    flex-basis: 23%;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  .dealers__list__item.active {
    flex-basis: 31%;
  }
}
@media (max-width: 768px) {
  .dealers__list__item.active {
    flex-basis: 48%;
  }
}
@media (max-width: 620px) {
  .dealers__list__item.active {
    flex-basis: 100%;
    margin-right: 0;
  }
}

.page-contacts {
  padding-bottom: 60px;
}
.page-contacts__map {
  position: relative;
}
.page-contacts__map > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .page-contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
  }
  .page-contacts > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-contacts__contact {
    flex-basis: 30%;
  }
  .page-contacts__map {
    flex-basis: 67%;
  }
}
@media (max-width: 768px) {
  .page-contacts__map {
    height: 300px;
  }
}

/*.product-list {
    @include displayFlex;
    @include flexWrap(wrap);
    @include flexJustify(center);
    &__item {
        @include flexBasis(30%);
        min-width: 260px;
        margin: 0 2% 30px;
        text-align: center;
        position: relative;
        &__image {
            padding-top: 100%;
            position: relative;
            img {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
            }
        }
        h2 {
            font-size: 24px;
            @include fontBold;
            padding: 20px 0 0;
            color: #000;
        }
        p {
            @include fontRegularItalic;
            padding: 0;
            font-size: 14px;
            color: $baseColor;
        }
        .call {
            display: block;
            color: $baseLink;
            font-size: 14px;
            @include fontSemibold;
            font-style: italic;
            padding-top: 15px;
        }
        @include desktopNo {
            @include flexBasis(45%);
        }
    }
}*/
.product-detail__header h1 {
  padding-bottom: 0;
}
.product-detail__header p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.product-detail__info {
  padding-bottom: 40px;
}
.product-detail__prices {
  padding-bottom: 30px;
}
.product-detail__prices li:not(.active) {
  cursor: pointer;
}
.product-detail__prices.selected li:not(.active) {
  opacity: 0.5;
}
.product-detail #frm-addToCartForm-size {
  display: inline-block;
  width: auto;
}
.product-detail__embed {
  position: relative;
  padding-bottom: 56%;
}
.product-detail__embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product-detail__embed__title {
  padding: 10px 0 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}
.product-detail__badges big {
  padding-bottom: 0.5em;
}
.product-detail__videos {
  margin: 0 -1%;
}
.product-detail__videos__item {
  flex-basis: 33.3333333333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
}
.product-detail__videos__item > span {
  display: block;
}
.product-detail__videos__item__image {
  display: block;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}
.product-detail__videos__item__image img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate(0, -12.5%);
  transform: translate(0, -12.5%);
}
.product-detail__videos__item__image:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #3a3a3a;
  background: #fff;
}
.product-detail__videos__item__image:after {
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-color: #666;
  border-width: 16px 0 16px 25px;
  z-index: 5;
  margin-left: 3px;
}
.product-detail__videos__item__image:before, .product-detail__videos__item__image:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.product-detail__videos__item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  display: block;
  padding: 10px 0 30px;
  color: #626262;
}
.product-detail__videos__item:hover .product-detail__videos__item__image:before {
  width: 70px;
  height: 70px;
  opacity: 0.7;
}
.product-detail__videos__item.active .product-detail__videos__item__image:before {
  background-color: #c50000;
  border: 0;
}
.product-detail__videos__item.active .product-detail__videos__item__image:after {
  border-left-color: #fff;
}

@media (min-width: 769px) {
  .product-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-detail > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-detail > * {
    flex-basis: 48%;
  }
  .product-detail__header {
    flex-basis: 100%;
    order: 1;
  }
  .product-detail__info {
    order: 3;
  }
  .product-detail__gallery {
    order: 2;
  }
  .product-detail__more {
    flex-basis: 100%;
    order: 4;
  }
  .product-detail__videos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-detail__videos > *   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-detail .related-products {
    flex-basis: 100%;
    order: 4;
  }
}
@media (max-width: 1040px) {
  .product-detail__badges {
    padding-bottom: 20px;
  }
  .product-detail__badges big {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .product-detail .product-gallery {
    padding-bottom: 15px;
  }
  .product-detail__badges img {
    width: 120px;
  }
  .product-detail__videos__item {
    display: block;
  }
  .product-detail__videos__item__image {
    display: none !important;
  }
  .product-detail__videos__item__title {
    padding: 10px 0;
    border-top: 1px solid #b2b2b2;
  }
  .product-detail__videos__item.active [class*=__title] {
    color: #c50000;
  }
  .product-detail__embed__title {
    padding-bottom: 25px;
  }
}
table .item-count * {
  vertical-align: middle;
}
table .item-count input {
  width: 80px;
  display: inline-block;
}
table .item-count .number-input-wrapper {
  display: inline-block;
}
table .item-count .btn {
  min-width: initial;
  height: 40px;
  width: 20px;
  padding: 0;
  background: none;
  margin: 0 10px 0 15px;
}
table .item-count .btn span {
  display: block;
  height: 20px;
  cursor: pointer;
  opacity: 0.7;
}
table .item-count .btn span:hover {
  opacity: 1;
}
table .item-count .btn span:before {
  content: "";
  border: 10px solid transparent;
  display: block;
  position: relative;
  top: 2px;
}
table .item-count .btn span:first-child:before {
  border-top-width: 0;
  border-bottom-width: 16px;
  border-bottom-color: black;
}
table .item-count .btn span:last-child:before {
  border-bottom-width: 0;
  border-top-width: 16px;
  border-top-color: black;
}
table .item-remove a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
table .item-remove a:before, table .item-remove a:after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: red;
  position: absolute;
  left: 0;
  top: 19px;
}
table .item-remove a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
table .item-remove a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
table .item-price,
table .item-total-price {
  text-align: right;
}
table select {
  display: inline-block;
}

.shopping-cart-navigation {
  padding: 2em 0 4em;
  *zoom: 1;
}
.shopping-cart-navigation:before, .shopping-cart-navigation:after {
  display: table;
  content: "";
  line-height: 0;
}
.shopping-cart-navigation:after {
  clear: both;
}
@media (min-width: 769px) {
  .shopping-cart-navigation .next {
    float: right;
  }
}
@media (max-width: 768px) {
  .shopping-cart-navigation .next {
    margin-bottom: 20px;
  }
  .shopping-cart-navigation .btn {
    display: block;
    width: 100%;
  }
}

.discount-code {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.discount-code > *   {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.discount-code input {
  flex-grow: 1;
}
.discount-code .btn {
  flex-basis: 30%;
}

/*@include desktopOnly {
    #frm-customerForm,
    #frm-viewCustomerForm {
        @include displayFlex;
        @include flexJustify(space-between);
        @include flexWrap(wrap);
        > * {
            @include flexBasis(100%);
        }
        fieldset {
            @include flexBasis(48%);
        }
    }
}*/
.error-page {
  max-width: 720px;
  text-align: center;
  padding-top: 420px;
  background: url("../images/gfx/fail.png") center 100px no-repeat;
}
.error-page small {
  font-size: 36px;
  color: #c50000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .error-page {
    background-size: 100px auto;
    background-position: center 50px;
    padding-top: 180px;
  }
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  /*position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;*/
  /* vertically center */
  /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
}

/*.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}*/
.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
/*.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}*/
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.35;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

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