/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(../fonts/stylesheet.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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

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

/* Reset margins and paddings on most elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
pre,
blockquote,
figure,
hr {
  margin: 0;
  padding: 0; }

/* Removes discs from ul */
ul {
  list-style: none; }

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit; }

input,
textarea,
button {
  border: 1px solid gray; }

button {
  border-radius: 0;
  padding: 0.75em 1em;
  background-color: transparent; }

embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #ff0463;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #ff0463; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -o-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth; }

body {
  font-family: 'AdihausDIN',Helvetica,Arial,sans-serif;
  min-height: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  position: relative; }

.header {
  background-color: #000;
  color: #ebedee;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10; }

.nav-top {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 32px; }
  .nav-top__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav-top__links li {
      border-right: 1px solid #767677;
      padding: 0 10px;
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 12px; }
    .nav-top__links li:nth-child(4),
    .nav-top__links li:nth-child(5) {
      border: none; }
  .nav-top__wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #000), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), to(#363738));
    background: -o-linear-gradient(left, #000 30%, transparent 50%), -o-linear-gradient(top, #000 0, #363738);
    background: linear-gradient(90deg, #000 30%, transparent 50%), linear-gradient(180deg, #000 0, #363738); }
  .nav-top__link {
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .nav-top__link:hover, .nav-top__link:focus, .nav-top__link:active {
      opacity: .7; }
    .nav-top__link--boldest {
      font-weight: 700;
      font-size: 1.2rem;
      padding: 0 2px;
      color: #fff; }
      .nav-top__link--boldest:hover, .nav-top__link--boldest:focus, .nav-top__link--boldest:active {
        background-color: #fff;
        color: #000;
        opacity: 1; }
  .nav-top__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav-top__login:hover #profile,
    .nav-top__login:active #profile,
    .nav-top__login:focus #profile {
      stroke: #02f56f; }

#profile {
  margin-left: 5px;
  height: 24px;
  width: 24px;
  stroke: currentColor; }

.nav-search {
  width: 100%;
  position: absolute;
  height: 100vh;
  z-index: 100;
  background-color: rgba(197, 192, 201, 0.8);
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in; }
  .nav-search__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0; }
  .nav-search__img {
    position: absolute;
    top: 5%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px; }
  .nav-search__form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff; }
  .nav-search__input {
    width: 50%;
    padding: 5px;
    font-size: 2rem;
    outline: none;
    border: none;
    line-height: 1; }
    .nav-search__input::-webkit-input-placeholder {
      padding-left: 5px; }
    .nav-search__input:-ms-input-placeholder {
      padding-left: 5px; }
    .nav-search__input::-ms-input-placeholder {
      padding-left: 5px; }
    .nav-search__input::placeholder {
      padding-left: 5px; }
  .nav-search__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .nav-search__close:hover, .nav-search__close:active, .nav-search__close:focus {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.nav-bottom {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nav-bottom__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .nav-bottom__logo {
    margin-right: 10px;
    height: 70px;
    width: 70px;
    position: relative;
    top: -25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .nav-bottom__logo:hover, .nav-bottom__logo:focus {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .nav-bottom__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nav-bottom__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    font-size: 1.5rem;
    font-weight: 400;
    height: 100%;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .nav-bottom__tab:nth-child(4)::before, .nav-bottom__tab:nth-child(6)::before {
      content: '';
      width: 1px;
      background-color: rgba(255, 255, 255, 0.3);
      height: 50%;
      position: relative;
      right: 4px; }
    .nav-bottom__tab:hover, .nav-bottom__tab:focus {
      background-color: #fff; }
    .nav-bottom__tab:hover .nav-bottom__link,
    .nav-bottom__tab:focus .nav-bottom__link,
    .nav-bottom__tab:active .nav-bottom__link {
      color: #000; }
    .nav-bottom__tab:hover .tabs,
    .nav-bottom__tab:focus .tabs,
    .nav-bottom__tab:active .tabs {
      display: block; }
  .nav-bottom__link {
    text-decoration: none;
    color: #fff;
    font-family: 'AdineuePRObold',Helvetica,Arial,sans-serif;
    font-weight: 600; }
  .nav-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .nav-bottom__search {
    padding: 0 30px;
    height: 32px;
    width: 140px;
    color: #000;
    border: none; }
    .nav-bottom__search::-webkit-input-placeholder {
      font-size: 1.3rem; }
    .nav-bottom__search:-ms-input-placeholder {
      font-size: 1.3rem; }
    .nav-bottom__search::-ms-input-placeholder {
      font-size: 1.3rem; }
    .nav-bottom__search::placeholder {
      font-size: 1.3rem; }
  .nav-bottom__bag-link {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: 1px;
    cursor: pointer;
    text-decoration: none; }
    .nav-bottom__bag-link:hover, .nav-bottom__bag-link:focus, .nav-bottom__bag-link:active {
      background-color: #fff; }
    .nav-bottom__bag-link:hover #bag-inactive,
    .nav-bottom__bag-link:focus #bag-inactive,
    .nav-bottom__bag-link:active #bag-inactive {
      stroke: #000; }
    .nav-bottom__bag-link:hover .nav-bottom__bag-count,
    .nav-bottom__bag-link:focus .nav-bottom__bag-count,
    .nav-bottom__bag-link:active .nav-bottom__bag-count {
      display: block; }
  .nav-bottom__bag-count {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    width: 310px;
    text-align: center;
    padding: 17px 0;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 2; }

.tabs {
  position: absolute;
  z-index: 5;
  top: 80px;
  left: 0;
  background-color: #fff;
  width: 100%;
  display: none;
  padding: 30px 5px 10px 5%; }

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tabs-list__title {
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    text-transform: uppercase;
    font-family: 'AdineuePROBold',Helvetica,Arial,sans-serif; }
  .tabs-list__item {
    width: 160px;
    margin-right: 20px; }
    .tabs-list__item li {
      margin-top: 2px; }
    .tabs-list__item li a {
      font-size: 1.4rem;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.9); }
      .tabs-list__item li a:hover, .tabs-list__item li a:active, .tabs-list__item li a:focus {
        text-decoration: underline; }
    .tabs-list__item ul {
      height: 370px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      margin-top: 10px; }
  .tabs-list--spots ul,
  .tabs-list--brands ul {
    height: auto;
    padding-bottom: 10px;
    border: none; }
  .tabs-list__linkAll {
    font-weight: 700;
    font-size: 1.4rem;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.9);
    line-height: 4rem;
    font-family: 'AdineuePROBold',Helvetica,Arial,sans-serif; }
    .tabs-list__linkAll:hover, .tabs-list__linkAll:active, .tabs-list__linkAll:focus {
      text-decoration: underline; }
    .tabs-list__linkAll--twoColumns {
      line-height: 1; }
  .tabs-list__img-wrap {
    margin-top: 10px;
    width: 160px;
    height: 75px;
    display: block;
    overflow: hidden; }

#section__sports ul {
  height: auto;
  padding-bottom: 10px;
  border: none; }

#search,
#bag-inactive {
  width: 24px;
  height: 24px;
  stroke: #fff; }

#search {
  position: absolute;
  left: 5px; }

.feedback {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 400px;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .feedback__btn {
    position: absolute;
    top: 50%;
    left: -90px;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 40px;
    width: 140px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    background: #eee;
    color: #000;
    font-size: 1.8rem;
    border: 2px solid #ccc;
    letter-spacing: 2px; }
  .feedback__block {
    padding: 50px 30px; }
  .feedback__title {
    text-transform: uppercase;
    font-size: 2.6rem;
    font-family: 'AdineuePROBold',Helvetica,Arial,sans-serif;
    letter-spacing: 1.5px;
    font-style: normal;
    margin: 0 0 20px 0; }
  .feedback__about {
    font-size: 1.6rem;
    letter-spacing: .5px;
    line-height: 1.8; }
  .feedback__help {
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none; }
  .feedback__close {
    right: 10px;
    top: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .feedback__active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.top-block {
  padding-top: 80px;
  position: relative;
  height: 550px;
  overflow: hidden;
  background: #ccc; }
  .top-block__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    .top-block__img source {
      width: 100%;
      height: auto; }
  .top-block__title, .top-block__sup-title {
    font-family: AdineuePRO,Helvetica,Arial,sans-serif;
    color: #fff;
    position: absolute;
    left: 120px;
    top: 40%;
    z-index: 2;
    font-size: 3.6rem;
    width: 50%;
    line-height: 1.2;
    height: 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-shadow: 1px 1px #000; }
  .top-block__sup-title {
    font-size: 2rem;
    max-height: 200px;
    top: 50%;
    width: 350px;
    max-width: 40%; }

.sub-block {
  padding: 25px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  text-align: center;
  color: #fff; }
  .sub-block__card {
    height: 550px;
    position: relative;
    overflow: hidden;
    background-color: #000; }
  .sub-block__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    .sub-block__img--left {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 5%);
      -ms-transform: translate(-50%, 5%);
      -o-transform: translate(-50%, 5%);
      transform: translate(-50%, 5%);
      height: 80%;
      width: 90%; }
  .sub-block__title {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    width: 75%;
    max-height: 70px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 1px 1px #000; }
  .sub-block__article {
    position: absolute;
    top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    width: 75%;
    max-height: 70px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }

.btn {
  display: block;
  background-color: #fff;
  width: 160px;
  padding: 15px 5px 15px 35px;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: 'AdihausDIN',Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  text-align: left;
  position: relative;
  z-index: 1; }
  .btn__arrow {
    position: absolute;
    width: 50px;
    height: 20px;
    fill: black; }
    .btn__arrow--light {
      fill: white; }
  .btn--light::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 1px solid #fff; }
  .btn--light:hover, .btn--light:focus, .btn--light:active {
    color: rgba(0, 0, 0, 0.6); }
  .btn--light:hover .btn__arrow,
  .btn--light:focus .btn__arrow,
  .btn--light:active .btn__arrow {
    fill: rgba(0, 0, 0, 0.6); }
  .btn--dark {
    color: #fff;
    background-color: #000; }
    .btn--dark::before {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      display: inline-block;
      width: 100%;
      height: 100%;
      z-index: 0;
      border: 1px solid #000; }
    .btn--dark:hover, .btn--dark:focus, .btn--dark:active {
      color: rgba(255, 255, 255, 0.6); }
    .btn--dark:hover .btn__arrow,
    .btn--dark:focus .btn__arrow,
    .btn--dark:active .btn__arrow {
      fill: rgba(255, 255, 255, 0.6); }
  .btn__home-block {
    position: absolute;
    top: 65%;
    left: 195px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 15px 5px 15px 35px; }
  .btn__top-block {
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
  .btn__women {
    padding: 15px 5px 15px 30px;
    width: 200px; }
  .btn__men {
    padding: 15px 5px 15px 30px;
    margin: 15px 0;
    width: 180px; }
  .btn__link-feedback {
    margin: 40px 0 20px 0;
    width: 200px;
    border: 2px solid #000;
    padding: 10px 5px 10px 30px; }
    .btn__link-feedback:hover, .btn__link-feedback:focus, .btn__link-feedback:active {
      color: #524f4f; }
    .btn__link-feedback:hover .btn__arrow,
    .btn__link-feedback:focus .btn__arrow,
    .btn__link-feedback:active .btn__arrow {
      fill: #524f4f; }

.preview-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  padding: 0 25px;
  margin: 25px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.preview-item {
  height: 235px;
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preview-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1; }
  .preview-item__link {
    font-family: 'AdihausDIN',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 0 2px; }
    .preview-item__link:hover, .preview-item__link:focus, .preview-item__link:active {
      background-color: #000;
      color: #fff; }

.block-double {
  overflow: hidden;
  max-height: 480px;
  position: relative; }
  .block-double__wrap {
    position: absolute;
    width: 25%;
    height: 100%;
    z-index: 2;
    top: 25%;
    left: 15%;
    width: 350px; }
  .block-double__title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 3.6rem;
    line-height: 32px;
    text-shadow: 1px 1px #000; }
  .block-double__sub-title {
    text-shadow: 1px 1px #000;
    color: #fff;
    font-family: 'AdihausDIN',Helvetica,Arial,sans-serif;
    letter-spacing: 1.5px; }

.carusel {
  text-align: center;
  padding: 40px 0; }
  .carusel__title {
    font-size: 3rem;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px; }
  .carusel__header {
    font-size: 3rem; }
  .carusel__wrap {
    width: 1000px;
    margin: 0 auto;
    height: 420px;
    overflow: hidden;
    position: relative; }
  .carusel__item {
    height: 350px;
    width: 215px;
    display: block;
    margin: 0;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align-last: left;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    cursor: pointer; }
    .carusel__item:hover, .carusel__item:focus, .carusel__item:active {
      border: 1px solid #000; }
  .carusel__wrap-img {
    position: relative;
    width: 215px;
    height: 215px;
    overflow: hidden; }
    .carusel__wrap-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .carusel__bottom {
    padding: 0 5px 0 15px; }
  .carusel__title {
    font-size: 1.6rem;
    padding: 0;
    margin: 5px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .carusel__sup-title {
    color: #767677;
    font-size: 1.4rem;
    padding-top: 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.owl-nav {
  position: absolute;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 11px; }

.owl-stage-outer {
  padding-left: 15px; }

.owl-next,
.owl-prev,
.owl-next .disabled {
  width: 24px;
  height: 24px;
  border-radius: 0 !important;
  background: #fff !important;
  outline: none; }
  .owl-next:hover,
  .owl-prev:hover,
  .owl-next .disabled:hover {
    background: #000 !important; }
  .owl-next span,
  .owl-prev span,
  .owl-next .disabled span {
    font-size: 3rem;
    line-height: .8; }

.owl-dot span {
  border-radius: 0 !important;
  background-color: #000 !important;
  width: 20px !important;
  height: 2px !important;
  margin: 5px 4px !important; }

.owl-dot.active span {
  height: 6px !important;
  outline: none; }

.owl-dot {
  outline: none; }
  .owl-dot:hover span {
    height: 6px !important; }

.owl-dots {
  margin-top: 15px; }

.singUp {
  background-color: #ede734;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 20px 40px 40px; }
  .singUp__title {
    font-size: 2.6rem;
    line-height: 24px;
    max-width: 450px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'AdineuePRO',Helvetica,Arial,sans-serif; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 10px; }
  .nav-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    max-width: 900px; }
  .nav-links__items {
    width: 185px; }
    .nav-links__items li a {
      color: #000;
      text-decoration: none;
      font-size: 1.4rem;
      font-family: 'AdihausDIN',Helvetica,Arial,sans-serif;
      line-height: 23px;
      letter-spacing: 1px; }
      .nav-links__items li a:hover, .nav-links__items li a:active, .nav-links__items li a:focus {
        text-decoration: underline; }
  .nav-links__title {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    text-decoration: none; }
    .nav-links__title:hover, .nav-links__title:active, .nav-links__title:focus {
      text-decoration: underline; }

.disable:hover, .disable:active, .disable:focus {
  text-decoration: none; }

.copy {
  height: 40px;
  font-size: 1.2rem;
  color: #c8cbcc;
  background-color: #363738; }
  .copy__wrap {
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .copy a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    color: #c8cbcc;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .copy a:hover, .copy a:active, .copy a:focus {
      color: #fff; }
  .copy__wrap-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .copy__wrap-link li {
      padding: 0 10px;
      position: relative; }
      .copy__wrap-link li ::before {
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 80%;
        background-color: #c8cbcc;
        left: 0; }
  .copy__location {
    padding: 0 5px 0 50px;
    display: block; }
  .copy__wrap-loc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .copy__flag {
    position: absolute;
    left: 20px;
    top: 2px;
    width: 20px;
    height: 12px; }

@media screen and (max-width: 1024px) {
  .carusel__wrap {
    width: 75%; } }

@media screen and (max-width: 960px) {
  .owl-nav {
    display: none; }
  .carusel__wrap {
    width: 80%; }
  .nav-links__items {
    width: 160px; }
  .preview-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 25px; } }

@media screen and (max-width: 900px) {
  .carusel__wrap {
    width: 70%; } }

@media screen and (max-width: 700px) {
  .carusel__wrap {
    width: 80%; }
  .feedback {
    display: none; }
  .singUp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .singUp__title {
      margin-bottom: 20px; }
  .sub-block {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 25px; }
  .top-block__title,
  .top-block__sup-title {
    left: 60px;
    top: 55%; }
  .top-block__sup-title {
    top: 65%; }
  .btn__home-block {
    top: 80%;
    left: 140px; } }
