@charset "UTF-8";
/* libs & base styles */
/*******************************************************************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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 {
  -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;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-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;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  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 .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.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: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.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 .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! jQuery.Flipster, v1.1.2 (built 2017-11-10) */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.flipster:focus {
  outline: none;
}

.flipster__container, .flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}

.flipster--click .flipster__item--past, .flipster--click .flipster__item--future {
  cursor: pointer;
}

.flipster__item img {
  max-width: 100%;
}

.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: .5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}

.flipster__button:hover, .flipster__button:focus {
  opacity: 1;
}

.flipster__button--prev {
  left: 0;
}

.flipster__button--next {
  right: 0;
}

.flipster__nav, .flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}

.flipster__nav__item {
  display: inline-block;
  margin: 0 .25em;
}

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: .5em 1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__link::after {
  content: '';
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) translateY(-0.25em);
      -ms-transform: translateY(100%) translateY(-0.25em);
          transform: translateY(100%) translateY(-0.25em);
  -webkit-transition: inherit;
  transition: inherit;
}

.flipster__nav__item--current > .flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
  color: #fff;
}

.flipster__nav__item--current > .flipster__nav__link::after, .flipster__nav__link:hover::after, .flipster__nav__link:focus::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: .5em;
  background: #4e4441;
  z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
  color: #fff;
}

.flipster__nav__child .flipster__nav__link::after {
  background: #fff;
}

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link, .flipster__nav__child .flipster__nav__link:hover, .flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}

.flipster__nav__item--current .flipster__nav__child {
  display: block;
}

.flipster--carousel .flipster__container, .flipster--carousel .flipster__item, .flipster--carousel .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px;
}

.flipster--carousel .flipster__item--past, .flipster--carousel .flipster__item--future {
  opacity: 0;
  -webkit-transition-delay: 115ms;
          transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2, .flipster--carousel .flipster__item--future-2 {
  opacity: .6;
  -webkit-transition-delay: 90ms;
          transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1, .flipster--carousel .flipster__item--future-1 {
  opacity: .8;
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
          transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
          transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(45deg) scale(0.8);
          transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
          transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
          transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(-45deg) scale(0.8);
          transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(175%) scale(0.5);
      -ms-transform: translateX(175%) scale(0.5);
          transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) scale(0.65);
      -ms-transform: translateX(25%) scale(0.65);
          transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(0) scale(0.8);
      -ms-transform: translateX(0) scale(0.8);
          transform: translateX(0) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-175%) scale(0.5);
      -ms-transform: translateX(-175%) scale(0.5);
          transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) scale(0.65);
      -ms-transform: translateX(-25%) scale(0.65);
          transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(0) scale(0.8);
      -ms-transform: translateX(0) scale(0.8);
          transform: translateX(0) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) rotateY(0deg) scale(1);
          transform: translateX(0) rotateY(0deg) scale(1);
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}

.flipster--coverflow .flipster__container, .flipster--coverflow .flipster__item, .flipster--coverflow .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scale(0.75) rotateY(55deg);
          transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale(0.75) rotateY(-55deg);
          transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.flipster--flat .flipster__container, .flipster--flat .flipster__item, .flipster--flat .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
  opacity: .5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.flipster--wheel {
  overflow: hidden;
}

.flipster--wheel .flipster__container, .flipster--wheel .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
      -ms-transform: rotate(-80deg) translate(-170%, 110%);
          transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(80deg) translate(170%, 110%);
      -ms-transform: rotate(80deg) translate(170%, 110%);
          transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
      -ms-transform: rotate(-60deg) translate(-70%, 75%);
          transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(60deg) translate(70%, 75%);
      -ms-transform: rotate(60deg) translate(70%, 75%);
          transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
      -ms-transform: rotate(-40deg) translate(-17%, 30%);
          transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(40deg) translate(17%, 30%);
      -ms-transform: rotate(40deg) translate(17%, 30%);
          transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(20deg);
      -ms-transform: rotate(20deg);
          transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

/*Fonts */
/*******************************************************************/
@font-face {
  font-family: 'Open Sans Regular';
  src: url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Light';
  src: url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Italic';
  src: url("../fonts/opensans-italic.woff2") format("woff2"), url("../fonts/opensans-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avanti Bold';
  src: url("../fonts/AvantiBold.woff2") format("woff2"), url("../fonts/AvantiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Variables */
/*******************************************************************/
/* Mixins */
/*******************************************************************/
/* Tags */
/*******************************************************************/
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 36px;
  font-family: "Avanti Bold", sans-serif;
}

@media (max-width: 992px) {
  h2 {
    font-size: 38px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 36px;
  font-family: "Open Sans Light", sans-serif;
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  h3 {
    font-size: 24px;
  }
}

h5 {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 26px;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button, select, input, textarea {
  outline: none;
}

button:focus {
  outline: none;
}

figure {
  margin: 0;
}

img {
  display: block;
}

/* classes */
/*******************************************************************/
.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1130px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nowrap {
  white-space: nowrap;
}

.old-price {
  display: inline-block;
  position: relative;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 22px;
  color: #000;
}

.old-price:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -3px;
  right: 0;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.current-price {
  font-family: "Avanti Bold", sans-serif;
  font-size: 38px;
  color: #d21f36;
}

@media (max-width: 500px) {
  .current-price {
    font-size: 31px;
  }
}

@media (max-width: 500px) {
  .old-price {
    font-size: 17px;
  }
  .old-price:before {
    height: 1px;
  }
}

/* сomponents */
/*******************************************************************/
.proposals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.proposals .proposal {
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 204px;
  height: 110px;
  border: 1px solid #acacac;
  -webkit-transition: .3s border-color;
  transition: .3s border-color;
}

.proposals .proposal .text {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  padding: 0 14px 15px 14px;
  position: relative;
  -webkit-transition: .3s color;
  transition: .3s color;
  text-align: center;
  line-height: 1.3;
}

.proposals .proposal .nowrap {
  white-space: nowrap;
}

.proposals .proposal .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 76px;
  height: 76px;
  background-color: #dcdcdc;
  -webkit-transition: .5s background-color;
  transition: .5s background-color;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.proposals .proposal .icon:before {
  content: "";
  width: 49px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/p-icon1.png) no-repeat;
  background-position: 0 0;
  opacity: 1;
  -webkit-transition: .2s .1s opacity linear;
  transition: .2s .1s opacity linear;
}

.proposals .proposal .icon:after {
  content: "";
  width: 49px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/p-icon1.png) no-repeat;
  background-position: 0 0;
  opacity: 0;
  -webkit-transition: .2s .1s opacity linear;
  transition: .2s .1s opacity linear;
}

.proposals .proposal:hover {
  border-color: #46a4d9;
}

.proposals .proposal:hover .icon {
  background-color: #46a4d9;
}

.proposals .proposal:hover .icon:before {
  opacity: 0;
}

@media (max-width: 992px) {
  .proposals .proposal:hover .icon:before {
    opacity: 1;
  }
}

.proposals .proposal:hover .icon:after {
  opacity: 1;
}

@media (max-width: 992px) {
  .proposals .proposal:hover .icon:after {
    opacity: 0;
  }
}

.proposals .proposal_white .text {
  color: #dcdcdc;
}

.proposals .proposal_white:hover .text {
  color: #46a4d9;
}

.scroll-down {
  position: absolute;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  margin-bottom: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down:before {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  height: 55px;
  width: 1px;
}

.scroll-down:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.scroll-down .icon {
  background: url(../img/scroll-down-arrow.png) no-repeat;
  background-position: 0 -15px;
  width: 27px;
  height: 15px;
}

.scroll-down_blue {
  background: rgba(23, 48, 82, 0.17);
  border: 1px solid #173052;
}

.scroll-down_blue:before {
  background: #173052;
}

.scroll-down_blue:after {
  background: #173052;
}

.scroll-down_blue .icon {
  background-position: 0 -15px;
}

.scroll-down_gray {
  background: rgba(133, 133, 134, 0.17);
  border: 1px solid #858586;
}

.scroll-down_gray:before {
  background: #858586;
}

.scroll-down_gray:after {
  background: #858586;
}

.scroll-down_gray .icon {
  background-position: 0 0;
}

.btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 24px;
  color: #fefefe;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  font-family: "Avanti Bold", sans-serif;
}

@media (max-width: 500px) {
  .btn {
    font-size: 19px;
  }
}

.btn_order {
  background-color: #d21f36;
  width: 180px;
  line-height: 56px;
  text-align: center;
}

@media (max-width: 500px) {
  .btn_order {
    width: 144px;
    line-height: 44px;
  }
}

.btn_order:hover {
  background-color: #be1d32;
}

.timer {
  margin-top: 5px;
  width: 272px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.timer .time {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.timer .time li {
  height: 42px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.timer .time li.time-bg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  font-size: 27px;
  font-family: "Open Sans Light", sans-serif;
  width: 28px;
  background: #fff;
  border-radius: 3px;
  margin-left: 3px;
  color: #6582a9;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.6);
}

.timer .time li.time-bg:first-child {
  margin-left: 0;
}

.timer .time-num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.timer .time-sepr {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px !important;
  font-family: "Open Sans Regular", sans-serif;
  margin-right: -3px;
}

.timer .time-name {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Open Sans Light", sans-serif;
}

.timer .time-name li {
  text-align: center;
  width: 25%;
  margin-left: 24px;
}

.timer .time-name li:first-child {
  margin-left: 0;
}

.order-form__title {
  color: #f9f9f9;
  font-size: 30px;
  line-height: 28px;
}

.order-form .form-group {
  margin-bottom: 8px;
}

.order-form .form-group:last-child {
  margin-bottom: 0;
  margin-top: 27px;
}

.order-form .select-box {
  margin-bottom: 12px;
}

.order-form select {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 30px;
  padding-left: 14px;
  padding-right: 14px;
  background: #fff;
  border: 1px solid #949494;
  font-size: 16px;
  font-family: "Open Sans Regular", sans-serif;
  color: rgba(0, 0, 0, 0.77);
  /*for WebKit*/
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
  background-image: url("../img/select-arrow.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.order-form select:focus {
  color: black;
}

.order-form select::-ms-expand {
  display: none;
}

.order-form input {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 30px;
  padding-left: 14px;
  padding-right: 14px;
  background: #fff;
  border: 1px solid #949494;
  font-size: 16px;
  font-family: "Open Sans Regular", sans-serif;
  color: rgba(0, 0, 0, 0.77);
}

.order-form input:focus {
  color: black;
}

.order-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.77);
}

.order-form input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(0, 0, 0, 0.77);
}

.order-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.77);
}

.order-form input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: rgba(0, 0, 0, 0.77);
}

.order-form input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}

.order-form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: black;
}

.order-form input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

.order-form input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: black;
}

.order-form button {
  border: none;
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  color: #fefefe;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  font-family: "Avanti Bold", sans-serif;
  text-transform: uppercase;
  background-color: #d21f36;
  width: 100%;
  line-height: 56px;
  text-align: center;
}

.order-form button:hover {
  background-color: #be1d32;
}

.order-form label {
  display: none;
}

.demo {
  position: relative;
}

.demo__img-details {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.demo__img-details:selection {
  background: transparent;
}

.demo__img-details-moz-selection {
  background: transparent;
}

.demo__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.demo__img:selection {
  background: transparent;
}

.demo__img-moz-selection {
  background: transparent;
}

.demo__img-details-b {
  position: absolute;
  right: 2%;
  top: 7%;
  width: 31.29%;
}

.dot {
  z-index: 100;
  position: relative;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 750px) {
  .dot {
    width: 26px;
    height: 26px;
  }
}

.dot__dot {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid #45a2d7;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 5px transparent;
}

.dot__dot:before {
  content: "";
  width: 23px;
  height: 23px;
  background: #45a2d7;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 750px) {
  .dot__dot:before {
    width: 20px;
    height: 20px;
  }
}

.dot__dot:hover {
  -webkit-animation: pulse 800ms ease-in-out infinite;
          animation: pulse 800ms ease-in-out infinite;
}

.dot__dot:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/search-icon.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 750px) {
  .dot__dot:after {
    width: 8px;
    height: 8px;
  }
}

.dot__tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 380px;
  z-index: 2000;
  position: relative;
  position: absolute;
  background: #45a2d7;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  display: none;
  color: #fff;
  font-family: "Open Sans Light", sans-serif;
  font-size: 14px;
  bottom: 100%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: auto;
  margin-bottom: 48px;
}

.dot__tooltip:before {
  position: absolute;
  bottom: -50px;
  left: 50%;
  content: "";
  height: 50px;
  width: 2px;
  background: red;
}

@media only screen and (max-width: 768px) {
  .dot__tooltip:before {
    display: none;
  }
}

.dot__tooltip-info {
  width: 290px;
  padding: 12px 20px;
}

.dot__tooltip-title {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.dot__tooltip_right {
  bottom: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 75px;
}

.dot__tooltip_right:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  left: -45px;
  top: 50%;
  bottom: auto;
  background: #45a2d7;
}

@media only screen and (max-width: 768px) {
  .dot__tooltip_right:before {
    display: none;
  }
}

.dot__tooltip_right .dot__tooltip-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.dot__tooltip_right .dot__tooltip-info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.dot__tooltip_left {
  bottom: auto;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
  top: 50%;
  left: -45px;
}

.dot__tooltip_left:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  left: 100%;
  top: 50%;
  bottom: auto;
  background: #45a2d7;
}

@media only screen and (max-width: 768px) {
  .dot__tooltip_left:before {
    display: none;
  }
}

.dot__tooltip_left .dot__tooltip-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.dot__tooltip_left .dot__tooltip-info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.line {
  position: absolute;
  top: 23px;
  left: 50%;
  height: 65px;
  width: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #888;
}

@media (max-width: 768px) {
  .line {
    display: none;
  }
}

.line:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #888;
}

.line:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  border-radius: 50%;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #888;
}

.privacy-policy {
  position: relative;
  color: #5f5e5e;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.privacy-policy:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #5f5e5e;
  left: 0;
  right: 0;
  bottom: 0;
}

.privacy-policy__content {
  text-align: justify;
}

.privacy-policy .remodal-close {
  left: auto;
  right: 0;
}

.order-modal {
  background: #e8e8e8;
  position: relative;
  max-width: 400px;
  width: 100%;
  padding: 50px 65px 40px 65px;
}

@media only screen and (max-width: 600px) {
  .order-modal {
    padding: 50px 45px 40px 45px;
  }
}

@media only screen and (max-width: 500px) {
  .order-modal {
    padding: 40px 35px 40px 35px;
  }
}

@media only screen and (max-width: 320px) {
  .order-modal {
    padding: 40px 20px 40px 20px;
  }
}

.order-modal .remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  cursor: pointer;
}

.order-modal .price-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 600px) {
  .order-modal .price-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.order-modal .current-price {
  margin-left: 10px;
}

/* partials */
/*******************************************************************/
.top {
  overflow: hidden;
  position: relative;
  background: url(../img/top-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  box-shadow: 0 0 40px black;
  z-index: 1;
}

@media (max-width: 768px) {
  .top {
    background-position: 20% 50%;
  }
}

.top .center {
  position: relative;
  max-width: 687px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 160px;
  margin-bottom: 130px;
}

@media (max-width: 1300px) {
  .top .center {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 600px) {
  .top .center {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .center__main {
  position: relative;
  width: 100%;
  padding: 35px 50px 75px 80px;
  border: 10px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1300px) {
  .top .center__main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 75px 0 85px 0;
  }
}

@media (max-width: 768px) {
  .top .center__main {
    background: rgba(255, 255, 255, 0.4);
  }
}

@media (max-width: 600px) {
  .top .center__main {
    border: none;
    padding: 75px 0 65px 0;
    background: rgba(255, 255, 255, 0.4);
  }
}

@media (max-width: 500px) {
  .top .center__main {
    padding: 45px 0 35px 0;
  }
}

.top .center__top {
  text-align: right;
  width: 450px;
}

@media (max-width: 1300px) {
  .top .center__top {
    width: 100%;
    text-align: center;
  }
}

.top .center__bottom {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1300px) {
  .top .center__bottom {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  .top .center__bottom {
    margin-top: 25px;
  }
}

.top .scroll-down {
  bottom: 20px;
}

.top .btn_order {
  margin-left: 12px;
}

.top .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top .current-price {
  margin-top: 3px;
  line-height: 0.77em;
}

@media (max-width: 500px) {
  .top .current-price {
    font-size: 31px;
  }
}

@media (max-width: 500px) {
  .top .old-price {
    font-size: 17px;
  }
  .top .old-price:before {
    height: 1px;
  }
}

.top .boots {
  position: absolute;
  z-index: 3;
  top: -165px;
  left: -470px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.top .boots:hover, .top .boots:focus, .top .boots:active {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
      transform: rotate(-4deg);
}

@media (max-width: 1300px) {
  .top .boots {
    margin-bottom: 45px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    z-index: 3;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 450px;
  }
  .top .boots:hover, .top .boots:focus, .top .boots:active {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
}

@media (max-width: 600px) {
  .top .boots {
    max-width: 380px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 500px) {
  .top .boots {
    max-width: 350px;
    margin-bottom: 54px;
  }
}

@media (max-width: 400px) {
  .top .boots {
    max-width: 290px;
  }
}

.top .sale {
  position: absolute;
  z-index: 2;
  top: -110px;
  right: -159px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.top .sale:hover, .top .sale:focus, .top .sale:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media (max-width: 1300px) {
  .top .sale {
    position: absolute;
    z-index: 5;
    top: -110px;
    right: 50%;
    -webkit-transform: translateX(70%);
        -ms-transform: translateX(70%);
            transform: translateX(70%);
  }
  .top .sale:hover, .top .sale:focus, .top .sale:active {
    -webkit-animation: none;
            animation: none;
  }
}

@media (max-width: 600px) {
  .top .sale {
    width: 230px;
    top: -100px;
  }
}

@media (max-width: 500px) {
  .top .sale {
    width: 220px;
  }
}

@media (max-width: 400px) {
  .top .sale {
    width: 180px;
    top: -90px;
  }
}

.top .timer-box {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  right: 100px;
  bottom: 0;
  width: 500px;
  bottom: -5px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#46a3d9+0,0d4387+100 */
  background: #46a3d9;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #46a3d9 0%, #0d4387 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #46a3d9 0%, #0d4387 100%);
  background: linear-gradient(135deg, #46a3d9 0%, #0d4387 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a3d9', endColorstr='#0d4387',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 1300px) {
  .top .timer-box {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
}

@media (max-width: 600px) {
  .top .timer-box {
    position: static;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 320px) {
  .top .timer-box {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.top .title {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.top .container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1300px) {
  .top .container-1 {
    max-width: 1150px;
  }
}

@media (max-width: 768px) {
  .top .container-1 {
    max-width: 100%;
  }
}

.top .container-2 {
  padding-top: 5px;
  padding-bottom: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1300px) {
  .top .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .top .container-2 {
    padding-top: 25px;
    max-width: 100%;
    padding-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .top .container-2 {
    padding-bottom: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.top h2 {
  position: relative;
  z-index: 10;
  color: #0d4387;
}

@media (max-width: 600px) {
  .top h2 {
    font-size: 42px;
  }
}

@media (max-width: 500px) {
  .top h2 {
    font-size: 36px;
  }
}

@media (max-width: 400px) {
  .top h2 {
    font-size: 30px;
  }
}

.top h5 {
  position: relative;
  z-index: 10;
  color: #000;
}

@media (max-width: 600px) {
  .top h5 {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .top h5 {
    font-size: 20px;
    margin-top: 5px;
  }
}

@media (max-width: 400px) {
  .top h5 {
    font-size: 17px;
  }
}

.top-model {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 40px;
  background-image: url(../img/tm-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 768px) {
  .top-model {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .top-model {
    padding-top: 70px;
  }
}

@media (max-width: 500px) {
  .top-model {
    padding-top: 50px;
  }
}

.top-model__bottom {
  margin-top: 70px;
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 992px) {
  .top-model__bottom {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media (max-width: 768px) {
  .top-model__bottom {
    margin-top: 50px;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 550px) {
  .top-model__bottom {
    margin-bottom: 0;
  }
}

.top-model__bottom .img-2 {
  padding-bottom: 20px;
  padding-left: 20px;
}

.top-model__bottom .mobile {
  display: none;
}

@media (max-width: 768px) {
  .top-model__bottom .mobile {
    display: block;
  }
}

.top-model .proposals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1000;
}

@media (max-width: 992px) {
  .top-model .proposals {
    width: 480px;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .top-model .proposals {
    width: 450px;
  }
}

@media (max-width: 500px) {
  .top-model .proposals {
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 992px) {
  .top-model .proposals .proposal {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .top-model .proposals .proposal {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .top-model .proposals .proposal .icon {
    background: #46a4d9;
  }
}

.top-model .proposals .proposal-1 .icon:before {
  height: 46px;
  background: url(../img/p-icon1.png) no-repeat;
}

@media (max-width: 992px) {
  .top-model .proposals .proposal-1 .icon:before {
    height: 46px;
    background: url(../img/p-icon1.png) no-repeat;
    background-position: 0 -46px;
  }
}

.top-model .proposals .proposal-1 .icon:after {
  height: 46px;
  background: url(../img/p-icon1.png) no-repeat;
  background-position: 0 -46px;
}

@media (max-width: 992px) {
  .top-model .proposals .proposal-1 .icon:after {
    height: 46px;
    background: url(../img/p-icon1.png) no-repeat;
  }
}

.top-model .proposals .proposal-2 .icon:before {
  height: 54px;
  background: url(../img/p-icon2.png) no-repeat;
}

@media (max-width: 992px) {
  .top-model .proposals .proposal-2 .icon:before {
    height: 54px;
    background: url(../img/p-icon2.png) no-repeat;
    background-position: 0 -54px;
  }
}

.top-model .proposals .proposal-2 .icon:after {
  height: 54px;
  background: url(../img/p-icon2.png) no-repeat;
  background-position: 0 -54px;
}

@media (max-width: 992px) {
  .top-model .proposals .proposal-2 .icon:after {
    height: 54px;
    background: url(../img/p-icon2.png) no-repeat;
  }
}

.top-model .proposals .proposal-3 .icon:before {
  height: 41px;
  background: url(../img/p-icon3.png) no-repeat;
}

@media (max-width: 992px) {
  .top-model .proposals .proposal-3 .icon:before {
    height: 41px;
    background: url(../img/p-icon3.png) no-repeat;
    background-position: 0 -41px;
  }
}

.top-model .proposals .proposal-3 .icon:after {
  height: 41px;
  background: url(../img/p-icon3.png) no-repeat;
  background-position: 0 -41px;
}

@media (max-width: 992px) {
  .top-model .proposals .proposal-3 .icon:after {
    height: 41px;
    background: url(../img/p-icon3.png) no-repeat;
  }
}

.top-model .proposals .proposal-4 .icon:before {
  height: 37px;
  background: url(../img/p-icon4.png) no-repeat;
}

@media (max-width: 992px) {
  .top-model .proposals .proposal-4 .icon:before {
    height: 37px;
    background: url(../img/p-icon4.png) no-repeat;
    background-position: 0 -37px;
  }
}

.top-model .proposals .proposal-4 .icon:after {
  height: 37px;
  background: url(../img/p-icon4.png) no-repeat;
  background-position: 0 -37px;
}

@media (max-width: 992px) {
  .top-model .proposals .proposal-4 .icon:after {
    height: 37px;
    background: url(../img/p-icon4.png) no-repeat;
  }
}

.top-model .dot-1 {
  position: absolute;
  top: 30%;
  left: 42%;
}

.top-model .dot-2 {
  position: absolute;
  bottom: 30%;
  left: 38%;
}

.top-model .dot-3 {
  position: absolute;
  top: 47%;
  right: 17%;
}

.top-model .dot-4 {
  position: absolute;
  top: 15%;
  left: 17%;
}

.top-model .dot-5 {
  position: absolute;
  left: 40%;
  bottom: 25%;
}

.top-model .container {
  max-width: 1250px;
}

@media (max-width: 768px) {
  .top-model .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .top-model .demo-1 {
    display: none;
  }
}

@media (max-width: 992px) {
  .top-model .demo-2 {
    display: none;
  }
}

.top-model .tooltip {
  max-width: 480px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background: #45a2d7;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  color: #fff;
  font-family: "Open Sans Light", sans-serif;
  font-size: 14px;
}

@media (max-width: 550px) {
  .top-model .tooltip {
    max-width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid white;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-model .tooltip:last-child {
    border-bottom: none;
  }
}

.top-model .tooltip__img {
  width: 137px;
  float: left;
}

.top-model .tooltip__info {
  margin-left: 137px;
  padding: 12px 20px;
  max-width: 100%;
}

@media (max-width: 320px) {
  .top-model .tooltip__info {
    padding: 12px 12px;
  }
}

.top-model .tooltip__title {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (max-width: 400px) {
  .top-model .tooltip__title {
    margin-bottom: 8px;
  }
}

@media (max-width: 400px) {
  .top-model .tooltip__paragraph {
    font-size: 13px;
  }
}

.top-model .mobile {
  width: 100%;
  margin: auto;
  display: none;
}

@media (max-width: 768px) {
  .top-model .mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-model h3 {
  position: relative;
  z-index: 1000;
  text-align: center;
  margin-bottom: 47px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .top-model h3 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 500px) {
  .top-model h3 {
    margin-bottom: 35px;
  }
}

.discount-box {
  position: relative;
  padding-top: 135px;
  padding-bottom: 160px;
  background: url(../img/bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

@media (max-width: 768px) {
  .discount-box {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 500px) {
  .discount-box {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .discount-box {
    padding-bottom: 40px;
  }
}

.discount-box__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.discount-box .discount {
  color: #d21f36;
}

.discount-box .scroll-down {
  bottom: 35px;
}

.discount-box .item-wrap {
  min-height: 620px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .discount-box .item-wrap {
    min-height: 500px;
  }
}

@media (max-width: 600px) {
  .discount-box .item-wrap {
    min-height: 300px;
  }
}

.discount-box .item-wrap {
  position: relative;
  z-index: 10;
}

.discount-box .item-2 .item__img-1 {
  width: 200px;
}

.discount-box .item-2 .item__img-1 img {
  position: relative;
  top: -15px;
}

.discount-box .item__img {
  position: relative;
  width: 330px;
  opacity: 1;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
}

.discount-box .item__img-1 {
  position: relative;
  z-index: 10;
}

.discount-box .item__img-2 {
  width: 220px;
  position: absolute;
  z-index: 4;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-53%) translateX(-50%);
      -ms-transform: translateY(-53%) translateX(-50%);
          transform: translateY(-53%) translateX(-50%);
}

@media (max-width: 1300px) {
  .discount-box .item__img-2 {
    opacity: 1;
  }
}

.discount-box .item-3 .item__img-1 {
  width: 300px;
}

@media (max-width: 600px) {
  .discount-box .owl-carousel-wrap {
    margin-bottom: 50px;
  }
}

.discount-box .owl-item {
  -webkit-transition: .8s transform;
  transition: .8s transform;
}

.discount-box .owl-item.active.center {
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
  z-index: 10000;
}

@media (max-width: 1500px) {
  .discount-box .owl-item.active.center {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
}

@media (max-width: 768px) {
  .discount-box .owl-item.active.center {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media (max-width: 600px) {
  .discount-box .owl-item.active.center {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (max-width: 600px) {
  .discount-box .owl-item.active.center {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.discount-box .owl-item.active.center .item-3 .item__img-1 {
  width: 280px;
}

.discount-box .owl-item.active.center .item__img-2 {
  opacity: 1;
}

.discount-box .time-left {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .discount-box .time-left {
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .discount-box .time-left {
    font-size: 23px;
  }
}

.discount-box .owl-nav {
  display: block !important;
}

.discount-box .owl-theme .owl-nav .owl-prev,
.discount-box .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 57px;
  border-radius: 0;
  background: url(../img/tm-arrow.png) no-repeat;
}

@media (max-width: 500px) {
  .discount-box .owl-theme .owl-nav .owl-prev,
  .discount-box .owl-theme .owl-nav .owl-next {
    -webkit-transform: scale(0.5) translateY(-100%);
        -ms-transform: scale(0.5) translateY(-100%);
            transform: scale(0.5) translateY(-100%);
  }
}

.discount-box .owl-theme .owl-nav .owl-next {
  right: 32%;
  background-position: -26px 0;
}

@media (max-width: 1400px) {
  .discount-box .owl-theme .owl-nav .owl-next {
    right: 29%;
  }
}

@media (max-width: 1300px) {
  .discount-box .owl-theme .owl-nav .owl-next {
    right: 200px;
  }
}

@media (max-width: 992px) {
  .discount-box .owl-theme .owl-nav .owl-next {
    right: 10%;
  }
}

@media (max-width: 500px) {
  .discount-box .owl-theme .owl-nav .owl-next {
    right: 25px;
  }
}

@media (max-width: 400px) {
  .discount-box .owl-theme .owl-nav .owl-next {
    right: 0;
  }
}

.discount-box .owl-theme .owl-nav .owl-prev {
  left: 32%;
  background-position: 0 0;
}

@media (max-width: 1400px) {
  .discount-box .owl-theme .owl-nav .owl-prev {
    left: 29%;
  }
}

@media (max-width: 1300px) {
  .discount-box .owl-theme .owl-nav .owl-prev {
    left: 200px;
  }
}

@media (max-width: 992px) {
  .discount-box .owl-theme .owl-nav .owl-prev {
    left: 10%;
  }
}

@media (max-width: 500px) {
  .discount-box .owl-theme .owl-nav .owl-prev {
    left: 25px;
  }
}

@media (max-width: 400px) {
  .discount-box .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}

.discount-box .container-2 {
  position: relative;
  z-index: 100;
  margin-top: -50px;
  text-align: center;
}

@media (max-width: 500px) {
  .discount-box .btn_order {
    width: 180px;
    line-height: 56px;
    font-size: 24px;
  }
}

.catalog {
  position: relative;
  padding-top: 115px;
  padding-bottom: 80px;
  background: url(../img/d-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media (max-width: 768px) {
  .catalog {
    padding-top: 80px;
  }
}

@media (max-width: 600px) {
  .catalog {
    padding-top: 75px;
  }
}

@media (max-width: 500px) {
  .catalog {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

.catalog .main {
  position: relative;
  padding: 35px 30px;
  border: 1px solid #888;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .catalog .main {
    padding: 20px;
    border: none;
  }
}

@media (max-width: 500px) {
  .catalog .main {
    padding: 0;
  }
}

.catalog .line {
  top: 36px;
}

.catalog__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .catalog__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.catalog__top .slider-wrap {
  width: 587px;
}

@media (max-width: 1300px) {
  .catalog__top .slider-wrap {
    width: 420px;
  }
}

@media (max-width: 992px) {
  .catalog__top .slider-wrap {
    width: 100%;
  }
}

.catalog__bottom {
  margin-top: 30px;
}

.catalog__bottom .title {
  color: #2d2d2e;
  font-size: 24px;
  font-family: "Open Sans Light", sans-serif;
  text-transform: uppercase;
  padding-bottom: 14px;
}

@media (max-width: 500px) {
  .catalog__bottom .title {
    text-align: center;
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .catalog__bottom .title {
    font-size: 18px;
  }
}

.catalog__bottom .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #888;
  margin-top: 10px;
}

.catalog__bottom p {
  margin-bottom: 16px;
  color: #373636;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
}

@media (max-width: 500px) {
  .catalog__bottom p {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .catalog__bottom p {
    font-size: 14px;
  }
}

.catalog__bottom p:last-child {
  margin-bottom: 0;
}

.catalog .timer__title {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.catalog .timer-box {
  margin-top: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  bottom: -5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#46a3d9+0,0d4387+100 */
  background: #46a3d9;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #46a3d9 0%, #0d4387 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #46a3d9 0%, #0d4387 100%);
  background: linear-gradient(135deg, #46a3d9 0%, #0d4387 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a3d9', endColorstr='#0d4387',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 500px) {
  .catalog .timer-box {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.catalog__info {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 417px;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 14px;
  color: #373636;
}

@media (max-width: 992px) {
  .catalog__info {
    margin-top: 30px;
    width: 100%;
  }
}

.catalog__info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 500px) {
  .catalog__info-bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.catalog__info .list li {
  line-height: 1.4;
  font-size: 14px;
}

.catalog__info .list li span {
  color: #373636;
  font-family: "Open Sans Bold", sans-serif;
}

.catalog__info .title {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .catalog__info .title {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .catalog__info .title img {
    display: none;
    margin-bottom: 20px;
  }
}

.catalog__info .subtitle {
  position: absolute;
  bottom: 0;
  left: 27px;
  font-family: "Open Sans Light", sans-serif;
  font-size: 24px;
  line-height: 21px;
  color: #2d2d2e;
}

@media (max-width: 500px) {
  .catalog__info .subtitle {
    position: static;
  }
}

.catalog .owl-prev,
.catalog .owl-next {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 65px;
  height: 26px;
  border-radius: 20px;
  background: #85a8bd;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  bottom: 20px;
}

@media (max-width: 500px) {
  .catalog .owl-prev,
  .catalog .owl-next {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media (max-width: 400px) {
  .catalog .owl-prev,
  .catalog .owl-next {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
    bottom: 10px;
  }
}

.catalog .owl-prev:hover,
.catalog .owl-next:hover {
  background: #46a3d9;
}

.catalog .owl-prev:before,
.catalog .owl-next:before {
  content: "";
  width: 22px;
  height: 14px;
  background: url(../img/slider-arrows.png) no-repeat;
  background-position: 0 0;
}

.catalog .owl-prev {
  left: 20px;
  padding-right: 10px;
}

.catalog .owl-next {
  right: 20px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.catalog .owl-next:before {
  background-position: -25px 0;
}

.second-item{
  max-height: 390px;
  overflow: hidden;
}


/*.catalog__slider.first-item .owl-prev,
.catalog__slider.last-item .owl-next {
  background: #c4c4c4;
  cursor: auto;
}*/

.catalog .price-box {
  margin-right: 35px;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 500px) {
  .catalog .price-box {
    margin-right: 0;
  }
}

.catalog .current-price {
  margin-top: 3px;
  line-height: .77em;
}

@media (max-width: 500px) {
  .catalog .current-price {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .catalog .old-price {
    font-size: 16px;
  }
}

.catalog .slider-wrap {
  border: 1px solid #c4c4c4;
}

@media (max-width: 768px) {
  .catalog .container {
    max-width: 100%;
  }
}

.catalog h3 {
  margin-bottom: 65px;
  text-align: center;
  color: #393a3a;
  font-family: "Open Sans Bold", sans-serif;
}

@media (max-width: 768px) {
  .catalog h3 {
    margin-bottom: 45px;
  }
}

@media (max-width: 500px) {
  .catalog h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .catalog h3 {
    font-size: 23px;
  }
}

.winter-offer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/wo-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media (max-width: 1500px) {
  .winter-offer {
    background-size: auto;
  }
}

@media (max-width: 1300px) {
  .winter-offer {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .winter-offer {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 500px) {
  .winter-offer {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 400px) {
  .winter-offer {
    padding-top: 45px;
    padding-bottom: 50px;
    background-position: 30% 50%;
  }
}

.winter-offer__info {
  width: 500px;
  margin-left: 35px;
}

@media (max-width: 1300px) {
  .winter-offer__info {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .winter-offer__info {
    width: 100%;
  }
}

.winter-offer__title {
  margin-top: 110px;
}

@media (max-width: 992px) {
  .winter-offer__title {
    margin-top: 0;
  }
}

.winter-offer__slider {
  width: 800px;
  position: relative;
  left: -180px;
}

@media (max-width: 768px) {
  .winter-offer__slider {
    width: 80%;
    margin: auto;
    left: 0;
  }
}

@media (max-width: 400px) {
  .winter-offer__slider {
    width: 90%;
  }
}

@media (max-width: 350px) {
  .winter-offer__slider {
    width: 100%;
  }
}

.winter-offer__slider-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 550px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .winter-offer__slider-wrap {
    margin-top: 30px;
    margin-left: 110px;
  }
}

@media (max-width: 768px) {
  .winter-offer__slider-wrap {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .winter-offer__slider-wrap {
    width: 100%;
  }
}

.winter-offer .slider__item .flipster__item__content {
  position: relative;
}

.winter-offer .slider__item .flipster__item__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 56, 87, 0.6);
  opacity: 1;
  -webkit-transition: .7s opacity;
  transition: .7s opacity;
}

.winter-offer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .winter-offer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 600px) {
  .winter-offer .container {
    max-width: 100%;
  }
}

.winter-offer h2 {
  color: #fff;
  line-height: 1.25;
}

.winter-offer h2 span {
  display: block;
  color: #d21f36;
}

.winter-offer .owl-prev,
.winter-offer .owl-next {
  opacity: 1;
  position: absolute;
  bottom: 40px;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 65px;
  height: 26px;
  border-radius: 20px;
  background: #c5505f;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

@media (max-width: 500px) {
  .winter-offer .owl-prev,
  .winter-offer .owl-next {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    bottom: 25px;
  }
}

@media (max-width: 400px) {
  .winter-offer .owl-prev,
  .winter-offer .owl-next {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
  }
}

.winter-offer .owl-prev:hover,
.winter-offer .owl-next:hover {
  background: #d21f36;
}

.winter-offer .owl-prev:before,
.winter-offer .owl-next:before {
  content: "";
  width: 22px;
  height: 14px;
  background: url(../img/slider-arrows.png) no-repeat;
  background-position: 0 0;
}

.winter-offer .owl-prev {
  left: 20px;
  padding-right: 10px;
}

.winter-offer .owl-next {
  right: 20px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.winter-offer .owl-next:before {
  background-position: -25px 0;
}

.winter-offer .winter-offer__slider.first-item .owl-prev,
.winter-offer .winter-offer__slider.last-item .owl-next {
  background: #555555;
  cursor: auto;
}

.winter-offer .winter-offer__slider.first-item .owl-prev:hover,
.winter-offer .winter-offer__slider.last-item .owl-next:hover {
  background: #555555;
}

.del-rev {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  padding-top: 130px;
  background: url(../img/dev-rev-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media (max-width: 992px) {
  .del-rev {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .del-rev {
    padding-top: 70px;
  }
}

@media (max-width: 400px) {
  .del-rev {
    padding-top: 60px;
  }
}

.delivery {
  margin-bottom: 130px;
}

@media (max-width: 992px) {
  .delivery {
    margin-bottom: 80px;
  }
}

@media (max-width: 500px) {
  .delivery {
    margin-bottom: 50px;
  }
}

.delivery__title {
  color: #dcdcdc;
  text-align: center;
  margin-bottom: 45px;
}

.delivery .proposals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 10000000;
}

@media (max-width: 992px) {
  .delivery .proposals {
    width: 480px;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .delivery .proposals {
    width: 450px;
  }
}

@media (max-width: 500px) {
  .delivery .proposals {
    max-width: 300px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 992px) {
  .delivery .proposals .proposal {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .delivery .proposals .proposal {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .delivery .proposals .proposal .icon {
    background: #46a4d9;
  }
}

.delivery .proposals .proposal-1 .icon:before {
  height: 47px;
  width: 34px;
  background: url(../img/p-icon5.png) no-repeat;
}

@media (max-width: 992px) {
  .delivery .proposals .proposal-1 .icon:before {
    height: 48px;
    width: 34px;
    background: url(../img/p-icon5.png) no-repeat;
    background-position: 0 -48px;
  }
}

.delivery .proposals .proposal-1 .icon:after {
  height: 48px;
  width: 34px;
  background: url(../img/p-icon5.png) no-repeat;
  background-position: 0 -48px;
}

@media (max-width: 992px) {
  .delivery .proposals .proposal-1 .icon:after {
    height: 48px;
    width: 34px;
    background: url(../img/p-icon5.png) no-repeat;
    background-position: 0 -48px;
  }
}

.delivery .proposals .proposal-2 .text {
  padding-bottom: 6px;
}

.delivery .proposals .proposal-2 .icon:before {
  width: 28px;
  height: 50px;
  background: url(../img/p-icon6.png) no-repeat;
}

@media (max-width: 992px) {
  .delivery .proposals .proposal-2 .icon:before {
    width: 28px;
    height: 50px;
    background: url(../img/p-icon6.png) no-repeat;
    background-position: 0 -50px;
  }
}

.delivery .proposals .proposal-2 .icon:after {
  width: 28px;
  height: 50px;
  background: url(../img/p-icon6.png) no-repeat;
  background-position: 0 -50px;
}

@media (max-width: 992px) {
  .delivery .proposals .proposal-2 .icon:after {
    width: 28px;
    height: 50px;
    background: url(../img/p-icon6.png) no-repeat;
  }
}

.delivery .proposals .proposal-3 .icon:before {
  height: 41px;
  background: url(../img/p-icon3.png) no-repeat;
}

@media (max-width: 992px) {
  .delivery .proposals .proposal-3 .icon:before {
    height: 41px;
    background: url(../img/p-icon3.png) no-repeat;
    background-position: 0 -41px;
  }
}

.delivery .proposals .proposal-3 .icon:after {
  height: 41px;
  background: url(../img/p-icon3.png) no-repeat;
  background-position: 0 -41px;
}

@media (max-width: 992px) {
  .delivery .proposals .proposal-3 .icon:after {
    height: 41px;
    background: url(../img/p-icon3.png) no-repeat;
  }
}

.delivery .proposals .proposal-4 .icon:before {
  height: 37px;
  background: url(../img/p-icon4.png) no-repeat;
}

@media (max-width: 992px) {
  .delivery .proposals .proposal-4 .icon:before {
    height: 37px;
    background: url(../img/p-icon4.png) no-repeat;
    background-position: 0 -37px;
  }
}

.delivery .proposals .proposal-4 .icon:after {
  height: 37px;
  background: url(../img/p-icon4.png) no-repeat;
  background-position: 0 -37px;
}

@media (max-width: 992px) {
  .delivery .proposals .proposal-4 .icon:after {
    height: 37px;
    background: url(../img/p-icon4.png) no-repeat;
  }
}

.reviews {
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .reviews {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .reviews {
    padding-bottom: 80px;
  }
}

@media (max-width: 500px) {
  .reviews {
    padding-bottom: 40px;
  }
}

.reviews__title {
  color: #dcdcdc;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 500px) {
  .reviews__title {
    margin-bottom: 40px;
  }
}

.reviews .review {
  position: relative;
  width: 630px;
  min-height: 400px;
  position: relative;
}

@media (max-width: 1300px) {
  .reviews .review {
    width: 576px;
  }
}

@media (max-width: 992px) {
  .reviews .review {
    min-height: auto;
    width: 100%;
  }
}

.reviews .review__wrap {
  position: absolute;
  top: 0;
  padding: 25px 65px 30px 65px;
  background: #fff;
  -webkit-transition: .5s top;
  transition: .5s top;
  background: #dcdcdc;
}

@media (max-width: 992px) {
  .reviews .review__wrap {
    position: static;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 576px) {
  .reviews .review__wrap {
    padding: 25px 20px 30px 20px;
  }
}

.reviews .review__name-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
}

.reviews .review__name {
  margin-bottom: 7px;
  font-family: "Open Sans Bold", sans-serif;
  color: #000;
  font-size: 16px;
}

.reviews .review__img {
  width: 60px;
}

.reviews .review__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .reviews .review__top {
    margin-bottom: 30px;
  }
}

.reviews .review__stars {
  width: 100px;
}

.reviews .review__comment {
  font-family: "Open Sans Italic", sans-serif;
  font-size: 14px;
}

.reviews .owl-item {
  opacity: 0;
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
}

@media (max-width: 992px) {
  .reviews .owl-item {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.reviews .owl-item.active.center {
  position: relative;
  z-index: 999999;
  opacity: 1;
}

.reviews .owl-item.active.center .review__wrap {
  top: 60px;
}

@media (max-width: 992px) {
  .reviews .owl-item.active.center .review__wrap {
    top: 0;
  }
}

.reviews .owl-item.active {
  opacity: .5;
}

@media (max-width: 992px) {
  .reviews .owl-item.active {
    opacity: 1;
  }
}

.reviews .owl-item.active.center + .owl-item {
  opacity: .5;
  top: 136px;
}

@media (max-width: 992px) {
  .reviews .owl-item.active.center + .owl-item {
    opacity: 1;
    top: 0;
  }
}

.reviews .owl-nav {
  display: block !important;
}

.reviews .owl-carousel .owl-nav .owl-prev,
.reviews .owl-carousel .owl-nav .owl-next {
  opacity: 1;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 65px;
  height: 26px;
  border-radius: 20px;
  background: #85a8bd;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.reviews .owl-carousel .owl-nav .owl-prev:hover,
.reviews .owl-carousel .owl-nav .owl-next:hover {
  background: #46a3d9;
}

.reviews .owl-carousel .owl-nav .owl-prev:before,
.reviews .owl-carousel .owl-nav .owl-next:before {
  content: "";
  width: 22px;
  height: 14px;
  background: url(../img/slider-arrows.png) no-repeat;
  background-position: 0 0;
}

.reviews .owl-carousel .owl-nav .owl-prev {
  top: 40%;
  left: 145px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 10px;
}

@media (max-width: 1300px) {
  .reviews .owl-carousel .owl-nav .owl-prev {
    left: 90px;
  }
}

@media (max-width: 992px) {
  .reviews .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}

.reviews .owl-carousel .owl-nav .owl-next {
  top: 40%;
  right: 145px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
}

@media (max-width: 1300px) {
  .reviews .owl-carousel .owl-nav .owl-next {
    right: 90px;
  }
}

@media (max-width: 992px) {
  .reviews .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}

.reviews .owl-carousel .owl-nav .owl-next:before {
  background-position: -25px 0;
}

.reviews__slider.first-item .owl-nav .owl-prev,
.reviews__slider.last-item .owl-nav .owl-next {
  background: #c4c4c4 !important;
  cursor: auto;
}

.reviews .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
}

.reviews .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #dcdcdc;
  border-radius: 0;
  -webkit-transition: .3s width, .3s height;
  transition: .3s width, .3s height;
}

.reviews .owl-dots .owl-dot.active span {
  width: 18px;
  height: 18px;
  background: #46a4d9;
}

.footer {
  position: relative;
  padding-top: 140px;
  background: url(../img/footer-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}

@media (max-width: 500px) {
  .footer {
    padding-top: 50px;
  }
}

.footer__boots {
  position: absolute;
  bottom: 25px;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

@media (max-width: 1400px) {
  .footer__boots {
    left: -60px;
  }
}

@media (max-width: 1300px) {
  .footer__boots {
    display: none;
  }
}

.footer__top {
  position: relative;
  z-index: 10px;
  margin-bottom: 200px;
}

@media (max-width: 1300px) {
  .footer__top {
    margin-bottom: 70px;
  }
}

@media (max-width: 500px) {
  .footer__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .footer__top {
    margin-bottom: 30px;
  }
}

.footer__bottom .container {
  border-top: 2px solid #b8b8b8;
  padding-top: 7px;
  padding-bottom: 10px;
}

.footer__title {
  margin-bottom: 25px;
  text-align: center;
  color: #393a3a;
  font-family: "Open Sans Bold", sans-serif;
}

@media (max-width: 600px) {
  .footer__title {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .footer__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .footer__title {
    font-size: 18px;
  }
}

.footer__subtitle {
  max-width: 640px;
  width: 100%;
  margin: auto;
  text-align: center;
}

@media (max-width: 600px) {
  .footer__subtitle {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .footer__subtitle {
    font-size: 16px;
  }
}

.footer .center {
  position: relative;
  max-width: 687px;
  width: 100%;
  margin-bottom: 140px;
}

@media (max-width: 1300px) {
  .footer .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 600px) {
  .footer .center {
    margin-bottom: 0;
  }
}

.footer .center__main {
  position: relative;
  width: 100%;
  padding: 40px 50px 80px 80px;
  border: 10px solid #0d4487;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1300px) {
  .footer .center__main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 75px 50px 95px 80px;
  }
}

@media (max-width: 600px) {
  .footer .center__main {
    border: none;
    padding: 75px 0 65px 0;
  }
}

@media (max-width: 500px) {
  .footer .center__main {
    padding: 75px 0 35px 0;
  }
}

@media (max-width: 400px) {
  .footer .center__main {
    padding: 45px 0 35px 0;
  }
}

.footer .center__top {
  width: 450px;
}

@media (max-width: 1300px) {
  .footer .center__top {
    width: 100%;
    text-align: center;
  }
}

.footer .center__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1300px) {
  .footer .center__bottom {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .center .boots {
  display: none;
  left: 50%;
  width: 450px;
}

@media (max-width: 1300px) {
  .footer .center .boots {
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .footer .center .boots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 17px;
  }
  .footer .center .boots img {
    max-width: 90%;
  }
}

@media (max-width: 400px) {
  .footer .center .boots img {
    max-width: 95%;
  }
}

.footer .center h2 {
  color: #0d4387;
  line-height: 1.1em;
}

@media (max-width: 600px) {
  .footer .center h2 {
    font-size: 42px;
  }
}

@media (max-width: 500px) {
  .footer .center h2 {
    font-size: 36px;
  }
}

@media (max-width: 400px) {
  .footer .center h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .footer .center h5 {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .footer .center h5 {
    font-size: 20px;
    margin-top: 5px;
  }
}

@media (max-width: 400px) {
  .footer .center h5 {
    font-size: 17px;
  }
}

.footer .price-box {
  margin-top: 30px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer .current-price {
  margin-top: 3px;
  line-height: .77em;
}

@media (max-width: 500px) {
  .footer .current-price {
    font-size: 31px;
  }
}

@media (max-width: 500px) {
  .footer .old-price {
    font-size: 17px;
  }
  .footer .old-price:before {
    height: 1px;
  }
}

.footer .sale {
  position: absolute;
  z-index: 2;
  top: -57px;
  right: auto;
  left: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

@media (max-width: 1300px) {
  .footer .sale {
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

@media (max-width: 600px) {
  .footer .sale {
    width: 230px;
    top: -100px;
  }
}

@media (max-width: 500px) {
  .footer .sale {
    width: 220px;
  }
}

@media (max-width: 400px) {
  .footer .sale {
    width: 180px;
    top: -90px;
  }
}

.footer .timer-box {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  right: 100px;
  width: 513px;
  bottom: 5px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#46a3d9+0,0d4387+100 */
  background: #46a3d9;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #46a3d9 0%, #0d4387 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #46a3d9 0%, #0d4387 100%);
  background: linear-gradient(135deg, #46a3d9 0%, #0d4387 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a3d9', endColorstr='#0d4387',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 1300px) {
  .footer .timer-box {
    right: auto;
    padding-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 600px) {
  .footer .timer-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.footer .timer-box__title {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.footer__copyright {
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #5f5e5e;
}

@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 5px;
    text-align: center;
  }
}

.footer .copyright {
  margin-top: 5px;
}

.footer .container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1300px) {
  .footer .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer .container-2 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .footer .container-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer .container-3 {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 380px;
}

@media (max-width: 1300px) {
  .footer .container-3 {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .footer .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* keyframes */
/*******************************************************************/
/* ----------------------------------------------
 * Generated by Animista on 2017-12-1 22:43:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation color-change-3x
 * ----------------------------------------
 */
@-webkit-keyframes color-change-3x {
  0% {
    background-color: #19dcea;
  }
  50% {
    background-color: #b22cff;
  }
  100% {
    background-color: #ea2222;
  }
}

@keyframes color-change-3x {
  0% {
    background-color: #19dcea;
  }
  50% {
    background-color: #b22cff;
  }
  100% {
    background-color: #ea2222;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    box-shadow: 0 0 0px transparent;
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    box-shadow: 0 0 0px transparent;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: perspective(300px) rotateY(0);
            transform: perspective(300px) rotateY(0);
  }
  33.333% {
    -webkit-transform: perspective(300px) rotateY(5deg);
            transform: perspective(300px) rotateY(5deg);
  }
  66.666% {
    -webkit-transform: perspective(300px) rotateY(-5deg);
            transform: perspective(300px) rotateY(-5deg);
  }
  100% {
    -webkit-transform: perspective(300px) rotateY(0);
            transform: perspective(300px) rotateY(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: perspective(300px) rotateY(0);
            transform: perspective(300px) rotateY(0);
  }
  33.333% {
    -webkit-transform: perspective(300px) rotateY(5deg);
            transform: perspective(300px) rotateY(5deg);
  }
  66.666% {
    -webkit-transform: perspective(300px) rotateY(-5deg);
            transform: perspective(300px) rotateY(-5deg);
  }
  100% {
    -webkit-transform: perspective(300px) rotateY(0);
            transform: perspective(300px) rotateY(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: perspective(300px) rotateY(0);
            transform: perspective(300px) rotateY(0);
  }
  33.333% {
    -webkit-transform: perspective(300px) rotateY(-5deg);
            transform: perspective(300px) rotateY(-5deg);
  }
  66.666% {
    -webkit-transform: perspective(300px) rotateY(5deg);
            transform: perspective(300px) rotateY(5deg);
  }
  100% {
    -webkit-transform: perspective(300px) rotateY(0);
            transform: perspective(300px) rotateY(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: perspective(300px) rotateY(0);
            transform: perspective(300px) rotateY(0);
  }
  33.333% {
    -webkit-transform: perspective(300px) rotateY(-5deg);
            transform: perspective(300px) rotateY(-5deg);
  }
  66.666% {
    -webkit-transform: perspective(300px) rotateY(5deg);
            transform: perspective(300px) rotateY(5deg);
  }
  100% {
    -webkit-transform: perspective(300px) rotateY(0);
            transform: perspective(300px) rotateY(0);
  }
}

.remodal-wrapper, .remodal-overlay {
  z-index: 999999;
  background: rgba(31, 31, 31, 0.6);
}

.parallax-window {
  min-height: auto;
}

@media (min-width: 768px) {
  .parallax-window {
    min-height: 400px;
  }
}

/* @group Flipster Carousel Theme */
.flipster--mytheme .flipster__container,
.flipster--mytheme .flipster__item,
.flipster--mytheme .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--mytheme .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px;
}

.flipster--mytheme .flipster__item--past,
.flipster--mytheme .flipster__item--future {
  opacity: 0;
  -webkit-transition-delay: 115ms;
          transition-delay: 115ms;
}

.flipster--mytheme .flipster__item--past-2,
.flipster--mytheme .flipster__item--future-2 {
  opacity: 1;
  -webkit-transition-delay: 90ms;
          transition-delay: 90ms;
}

.flipster--mytheme .flipster__item--past-1,
.flipster--mytheme .flipster__item--future-1 {
  /* opacity: 0.8; */
  opacity: 1;
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
  /* margin-right: -320px !important; */
}

.flipster--mytheme .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(80%) scale(0.5);
      -ms-transform: translateX(80%) scale(0.5);
          transform: translateX(80%) scale(0.5);
}

.flipster--mytheme .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(5%) scale(0.8);
      -ms-transform: translateX(5%) scale(0.8);
          transform: translateX(5%) scale(0.8);
}

.flipster--mytheme .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: scale(0.88);
      -ms-transform: scale(0.88);
          transform: scale(0.88);
}

.flipster--mytheme .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-80%) scale(0.5);
      -ms-transform: translateX(-80%) scale(0.5);
          transform: translateX(-80%) scale(0.5);
}

.flipster--mytheme .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-5%) scale(0.8);
      -ms-transform: translateX(-5%) scale(0.8);
          transform: translateX(-5%) scale(0.8);
}

.flipster--mytheme .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: scale(0.88);
      -ms-transform: scale(0.88);
          transform: scale(0.88);
}

.flipster--mytheme.no-rotate .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(75%) scale(0.5);
      -ms-transform: translateX(75%) scale(0.5);
          transform: translateX(75%) scale(0.5);
}

.flipster--mytheme.no-rotate .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(5%) scale(0.9);
      -ms-transform: translateX(5%) scale(0.9);
          transform: translateX(5%) scale(0.9);
}

.flipster--mytheme.no-rotate .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
      -ms-transform: translateX(0%) scale(0.8);
          transform: translateX(0%) scale(0.8);
}

.flipster--mytheme.no-rotate .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-75%) scale(0.5);
      -ms-transform: translateX(-75%) scale(0.5);
          transform: translateX(-75%) scale(0.5);
}

.flipster--mytheme.no-rotate .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-5%) scale(0.7);
      -ms-transform: translateX(-5%) scale(0.7);
          transform: translateX(-5%) scale(0.7);
}

.flipster--mytheme.no-rotate .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.88);
      -ms-transform: translateX(0%) scale(0.88);
          transform: translateX(0%) scale(0.88);
}

.flipster--mytheme .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) rotateY(0deg) scale(1);
          transform: translateX(0) rotateY(0deg) scale(1);
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}

.flipster--mytheme .flipster__item--current .flipster__item__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

/* @end */
.flipster__button--prev,
.flipster__button--next {
  opacity: 1;
  position: absolute;
  bottom: 55px;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 65px;
  height: 26px;
  border-radius: 20px;
  background: #c5505f;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.flipster__button--prev:hover,
.flipster__button--next:hover {
  background: #d21f36;
}

.flipster__button--prev:before,
.flipster__button--next:before {
  content: "";
  width: 22px;
  height: 14px;
  background: url(../img/slider-arrows.png) no-repeat;
  background-position: 0 0;
}

.flipster__button--prev {
  left: 180px;
  padding-right: 10px;
}

.flipster__button--next {
  right: 180px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flipster__button--next:before {
  background-position: -25px 0;
}

.winter-offer__slider.first-item .flipster__button--prev,
.winter-offer__slider.last-item .flipster__button--next {
  background: #555555;
  cursor: auto;
}

.winter-offer__slider.first-item .flipster__button--prev:hover,
.winter-offer__slider.last-item .flipster__button--next:hover {
  background: #555555;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}


/*update*/
.order-form label, label.error{
  display: none !important;
}

/*BLACK FRIDAY*/

.show{
  opacity: 1 !important;
  visibility: visible !important;
}

.f-opacity{
  opacity: 0;
  visibility: hidden;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

.friday{
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 750px;
  background: #111;
  padding: 40px 20px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
  
  .friday:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border: 4px dashed #eb2226;
    pointer-events: none;
  }

  .friday p{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
  }

  .friday-img{
    margin: auto;
  }
    .friday-img img{
      width: 100%;
      max-width: 650px;
      height: auto;
      margin: auto;
    }

.f-close{
  position: absolute;
  right: -30px;
  top: -30px;
  background: url('../img/f-close.png') no-repeat center top / contain;
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .f-close{
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .friday{
    width: 95%;
  }

  .friday p{
    font-size: 16px;
  }
}


/*new year*/
.e-top{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url('../img/e-top.png') no-repeat center top / cover;
  width: 100%;
  height: 70px;
  z-index: 999;
}

#xmas{
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 998;
}


/**/
.sale-top{
  position: relative;
  width: 100%;
  padding: 10px 0;
  background: #f02d2e url('../img/texture_sale-top.png') no-repeat center top / cover;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  border-bottom: 4px solid #b91c1d;
  z-index: 5000;
}

  .sale-top h6{
    max-width: 520px;
    margin: auto;
    font-size: 30px;
    text-align: center;
  }

  .sale-top span{
    color: gold;
    font-weight: bold;
  }

@media screen and (max-width: 520px) {
  .sale-top h6{
    font-size: 20px;
  }
}

@media screen and (max-width: 360px) {
  .sale-top h6{
    font-size: 16px;
  }
}