@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the .collection-list .product-item font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  height: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

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

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

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

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

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@font-face {
  font-family: 'Futura';
  src: url("../fonts/futura_medium.eot");
  src: url("../fonts/futura_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/futura_medium.woff") format("woff"), url("../fonts/futura_medium.ttf") format("truetype"), url("../fonts/futura_medium.svg#futuramediumcmediumc") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("../fonts/futura_light.eot");
  src: url("../fonts/futura_light.eot?#iefix") format("embedded-opentype"), url("../fonts/futura_light.woff") format("woff"), url("../fonts/futura_light.ttf") format("truetype"), url("../fonts/futura_light.svg#futuralightclightc") format("svg");
  font-weight: 300;
  font-style: normal;
}

.psevdo, a.white-btn:before, section.header-links .cart-wrap:before, .header-cont-wrap .phones-wrap:before, .aside-nav li a:before, .product-item .price.act-price .old-price:after, .product-item .submit-wrap:before, .card-item:after, .adv_item.shit:before, .adv_item.hand:before, .adv_item.indiv:before, .subscribe-wrap .mailsbm-wrap:before, .footer-cont-wrap .main-phone:before, #product-core-image a .lupa:after, .add2cart .buysubmit-wrap:before, .review:before, .projects-img-wrap a:after, h5.white-btn:before, .checkout-step-content .float-right:before, #cart-popup .to-checkout:before, .maiak-before:before, a.pdf:before, #swipebox-arrows #swipebox-prev:before, #swipebox-arrows #swipebox-next:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sprite.png");
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Open Sans", Tahoma, sans-serif;
  color: #312c2a;
  min-width: 945px;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-weight: 300;
  font-family: "Futura", Tahoma, sans-serif;
}

h1, .h1 {
  font-size: 4.0rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3, .h3 {
  font-size: 3.0rem;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 1.4rem;
  line-height: 1.6;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1, .h1 {
    font-size: 5.0rem;
  }
  h2, .h2 {
    font-size: 4.2rem;
  }
  h3, .h3 {
    font-size: 3.6rem;
  }
  h4, .h4 {
    font-size: 3.0rem;
  }
  h5, .h5 {
    font-size: 2.4rem;
  }
  h6, .h6 {
    font-size: 1.4rem;
  }
}

p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #312c2a;
  text-decoration: none;
}

a:hover {
  color: #95C12B;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #7caf02;
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: none;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  /* ====================== TEXTAREA STYLES ===================== */
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none;
}

ol {
  list-style: decimal inside;
}

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

/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
body.mobile-skin {
  min-width: 100%;
}

body.mobile-skin .product-gallery {
  max-width: 100%;
  width: 100%;
}

body.mobile-skin .product-store {
  width: 100%;
  padding: 0;
}

body.mobile-skin #cart-form {
  width: 100%;
}

body.mobile-skin .product-features {
  width: 100%;
  margin-top: 2rem;
}

body.mobile-skin .product-aside {
  width: 100%;
}

body.mobile-skin .product-aside .product-aside-item {
  width: 45%;
  margin: 0;
  padding-right: 1.5rem;
  box-sizing: border-box;
  float: right;
}
.product-aside img {
	float: left;
}

body.mobile-skin .product-aside .product-aside-item li {
  font-size: 1.5rem;
}

body.mobile-skin #product-description {
  width: 100%;
  padding: 0;
}

body.mobile-skin .reviews {
  width: 100%;
}

body.mobile-skin .review-form-fields .review-field label {
  width: 60px;
}

body.mobile-skin .more-images .image, body.mobile-skin .photo-gallery .image {
  width: calc(100% / 3 - 8px);
  height: auto;
}

body.mobile-skin .site-article {
  max-width: 100%;
}

body.mobile-skin .popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 40px;
  overflow: hidden;
  z-index: 99;
  background: white;
  transition: all 300ms;
}

body.mobile-skin .popup-menu.closed {
  top: 0;
  left: -100vw;
}

body.mobile-skin .popup-menu.opened {
  top: 0;
  left: 0;
}

body.mobile-skin main {
  padding-bottom: 5rem;
}

body.mobile-skin #page img {
  max-width: 100%;
}

body.mobile-skin .blog-sidebar {
  width: 100%;
}

body.mobile-skin header {
  height: 40px;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}

body.mobile-skin section.header-links {
  height: 40px;
  padding: 0;
}

body.mobile-skin section.header-links .logo-wrap {
  width: 115px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -57.5px;
  top: 0;
}

body.mobile-skin .cart-wrap {
  padding: 0;
  float: right;
  width: 60px;
  height: 40px;
  line-height: 40px;
  margin-right: 28px;
  box-sizing: border-box;
  padding-left: 30px;
}

body.mobile-skin .cart-wrap:before {
  left: 5px;
  top: 11px;
}

body.mobile-skin .cart-wrap.fixed-cart {
  margin-right: 0;
}

body.mobile-skin .cart-wrap .cart-total-price {
  height: 40px;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  left: -30px;
}

body.mobile-skin .cart-section.fastcheck-cart {
  display: none;
}

body.mobile-skin #header-cart.fixed-cart:after,
body.mobile-skin a#header-cart.fixed-cart:after, body.mobile-skin a#header-cart.opened.fixed-cart:after {
  position: absolute;
  border: 20px solid transparent;
  border-right: 20px solid #f3f3f3;
  border-top: 20px solid #f3f3f3;
  left: -40px;
}

body.mobile-skin #header-cart.opened:after,
body.mobile-skin .cart-wrap:hover:after {
  position: absolute;
  border: 20px solid transparent;
  border-right: 20px solid #f3f3f3;
  border-bottom: 20px solid #f3f3f3;
  left: -40px;
}

body.mobile-skin .cart-wrap.closed:after {
  content: none;
  background: none;
  box-shadow: none;
}

body.mobile-skin .cart-wrap.closed.fixed-cart:after {
  content: "";
}

body.mobile-skin .cart-wrap:hover {
  background: none;
  box-shadow: none;
}

body.mobile-skin .hamburger {
  width: 30px;
  height: 20px;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
}

body.mobile-skin .hamburger div {
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  background: #777;
  border-radius: 2px;
  transition: all 200ms;
}

body.mobile-skin .hamburger div:first-child {
  top: 0;
  margin-top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

body.mobile-skin .hamburger div:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  left: 0;
}

body.mobile-skin .hamburger div:nth-child(3) {
  bottom: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

body.mobile-skin .hamburger.opened div:first-child {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.mobile-skin .hamburger.opened div:nth-child(2) {
  left: -100px;
}

body.mobile-skin .hamburger.opened div:nth-child(3) {
  bottom: 50%;
  margin-bottom: -2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.mobile-skin section.slider-wrap {
  padding: 0;
}

body.mobile-skin section.slider-wrap .mainslider {
  width: 100%;
  float: left;
  height: calc(100vw / 3.5);
}

body.mobile-skin section.slider-wrap .mainslider .slick-slide img {
  width: 100%;
}

body.mobile-skin section.slider-wrap .mainslider .slick-arrow.slick-prev {
  left: 0;
}

body.mobile-skin section.slider-wrap .mainslider .slick-arrow.slick-next {
  right: 0;
}

body.mobile-skin .aside-nav {
  padding: 0 0 0 2rem;
  margin-top: 2rem;
  box-sizing: border-box;
  width: 50%;
}

body.mobile-skin .aside-nav li a {
  padding-left: 0;
}

body.mobile-skin .aside-nav li a:before {
  content: none;
}

body.mobile-skin .aside-nav.to-top {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body.mobile-skin .aside-nav.to-top li {
  margin-bottom: 16px;
}

body.mobile-skin .aside-nav.to-top li a {
  font-size: 1.5rem;
}

body.mobile-skin .checkout-content {
  width: 100%;
  margin-left: 0;
}

body.mobile-skin section.checkout .wa-field {
  width: 100%;
}

body.mobile-skin section.checkout .wa-field .wa-name {
  position: absolute;
  top: -30px;
  text-align: left;
}

body.mobile-skin .wa-field.wa-required .wa-name:after {
  position: relative;
}

body.mobile-skin section.checkout .wa-field .wa-value {
  width: 100%;
}

body.mobile-skin section.checkout .wa-field.wa-field-about {
  height: 102px;
}

body.mobile-skin .checkout-step-content .float-right {
  overflow: hidden;
  float: none;
  position: relative;
  left: 50%;
  top: 20px;
  margin-left: -125px;
}

body.mobile-skin .all-collections .card-item-wrap {
  width: 50%;
  padding: 0 .5rem;
}

body.mobile-skin .all-collections .card-item-wrap .card-item {
  width: 100%;
  height: 105px;
}

body.mobile-skin .projects .project-item a span {
  left: 10px;
}

body.mobile-skin .projects .project-item a .pro-logo {
  display: none;
}

body.mobile-skin .projects .project-item a span {
  font-size: 1.2rem;
  bottom: 20px;
}

body.mobile-skin .projects .project-item a span.geo {
  font-size: .8rem;
  bottom: 8px;
}

body.mobile-skin .projects-img-wrap {
  margin: 0;
}

body.mobile-skin .projects-img-wrap a {
  width: 100%;
  margin: 0 0 10px;
}

body.mobile-skin #page-content .advant {
  display: none;
}

body.mobile-skin .breadcrumbs {
  margin-top: 10px;
}

body.mobile-skin .page-heading h1 {
  margin-top: 10px;
}

body.mobile-skin h1 + .breadcrumbs {
  margin-top: 0;
}

body.mobile-skin .collection-list {
  padding-top: 0;
}

body.mobile-skin .product-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 0;
}

body.mobile-skin .product-item form.addtocart {
  position: relative;
}

body.mobile-skin .product-item form.addtocart .submit-wrap {
  width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  left: auto;
  background: #7caf02;
  visibility: visible;
  opacity: 1;
  margin: 0;
  padding-right: 4px;
  margin-right: 5px;
}

body.mobile-skin .product-item form.addtocart .submit-wrap:before {
  content: none;
}

body.mobile-skin .product-item form.addtocart .submit-wrap input {
  text-indent: -99999px;
  width: 100%;
  height: 100%;
  background: url(../img/wcart_ico.png) center no-repeat;
  border: none;
  padding: 0;
}

body.mobile-skin .product-item:before {
  content: none;
}

body.mobile-skin .product-item .img-wrap {
  height: 160px;
}

body.mobile-skin footer {
  overflow: hidden;
}

body.mobile-skin footer .f-col.left a {
  margin-left: 0;
  float: left;
  margin-right: 1rem;
}

body.mobile-skin .index-header .hamburger {
  display: none;
}

body.mobile-skin .index-header section.header-links .logo-wrap {
  left: 0;
  margin-left: 20px;
}

.clearfix {
  width: 100%;
  display: block;
  position: relative;
  float: none;
  clear: both;
}

header,
main,
footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

header {
  position: relative;
  z-index: 10;
  //box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

main {
  overflow: hidden;
  padding-bottom: 2rem;
  position: relative;
    padding-top: 45px;
}

main section {
  padding-top: 2rem;
}

.slider-wrap {
  padding: 0;
}

.furn-list {
  display: none;
}

.catalog-cards {
    padding: 0 25px 0;
    height: 35px;
    overflow: hidden;
    position: absolute;
    left: 2rem;
    z-index: 100;
    top: 100%;
    width: 1010px;
    box-sizing: border-box;
    background: #d3d4d5;
    transition: height ease 200ms 100ms;

}
.catalog-cards * {
  box-sizing: border-box;
}
.catalog-cards-item {
    box-sizing: border-box;
    display: block;
  float: left;
  overflow: hidden;
  width: 130px;
  height: 182px;
  margin-right: calc((20% - 130px) + (20% - 130px)/4);
}
.catalog-cards-item:last-child {
  margin-right: 0;
}
.catalog-cards-item h3 {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-family: Futura;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
    margin: 0;
}

.light-wrap {
    height: 130px;
    width: 130px;
    border: 1px solid #f4f4f5;
//border-radius: 6px;
    box-sizing: border-box;
    position: absolute;
}
.light-wrap * {
    box-sizing: border-box;
}
.light-mask {
    width: 100%;
    height: 118px;
    margin: 10px 0 0;
    position: relative;
    overflow: hidden;
}
.light-mask::after {
    content: "";
    position: absolute;
    width: 98px;
    height: 2px;
    background: #ededee;
    top: 0;
    left: 15px;
}
.round-mask {
    width: 42px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 50%;
    margin-top: -21px;
}
.round-mask .round {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 3px solid #FFF;
    background: #d3d4d5;
    z-index: 10;
}
.light-lighting {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -10px;
    background: radial-gradient(circle, rgba(255,255,255,8), rgba(255,255,255,.4), rgba(211,212,213,0), rgba(211,212,213,0));
    transition: transform .1s;
    transform: scale(0);
}

.catalog-cards-item:hover .light-lighting {
    transform: scale(1);
}
.catalog-cards-item:hover .round {
    background: #FFF;
}
.catalog-cards-item:hover h3 {
    font-weight: 400;
}

.round-mask::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    background: #FFF;
    top: 0;
    left: 50%;
    margin-left: -14px;
    z-index: 11;
}
.light-mask .leg {
    width: 3px;
    height: 50%;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.5px;
}
.light-rotate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
}
.light-mask .base {
    position: absolute;
    width: 30px;
    height: 3px;
    left: 50%;
    margin-left: -15px;
    top: -3px;
    background: #FFF;
    transform: rotate(180deg);
}

.catalog-cards:hover {
    height: 182px;
}


.catalog-cards-item:nth-child(2) .light-mask {
    margin-top: 46px;
    height: 82px;
}
.catalog-cards-item:nth-child(2) .round-mask {
    top: 23px;
}
.catalog-cards-item:nth-child(2) .leg {
    height: 1%;
}
.catalog-cards-item:nth-child(2) .light-lighting {
    top: -46px;
}


.catalog-cards-item:nth-child(3) .light-rotate {
    transform: rotate(-90deg);
}
.catalog-cards-item:nth-child(3) .light-mask {
    margin-top: 46px;
    height: 82px;
}
.catalog-cards-item:nth-child(3) .round-mask {
    top: 23px;
}
.catalog-cards-item:nth-child(3) .leg {
    height: 1%;
}
.catalog-cards-item:nth-child(3) .light-lighting {
    top: -46px;
}

.catalog-cards-item:nth-child(4) .light-rotate {
    transform: scale(1, -1);
}
.catalog-cards-item:nth-child(4) .light-mask {
    margin-top: 7px;
    height: 121px;
}
.catalog-cards-item:nth-child(4) .base {
    top: 2px;
  transform: none;
}
.catalog-cards-item:nth-child(4) .round-mask {
    margin-top: -19px;
}


.catalog-cards-item:nth-child(5) .light-rotate {
    transform: rotate(180deg);
}
.catalog-cards-item:nth-child(5) .light-mask {
    margin-top: 7px;
    height: 121px;
}
.catalog-cards-item:nth-child(5) .round-mask {
    margin-top: -19px;
}
.catalog-cards-item:nth-child(5) .base {
    width: 36px;
    height: 16px;
    top: 2px;
    margin-left: -18px;
    background: url("/wa-data/public/site/themes/pradex/img/trava.png");
    transform: rotate(180deg);
}

.slide-down-wrap.first.catalog {
    width: 100%;
    height: 182px;
}

.made-in {
  text-align: center;
  padding: 1rem 0 1rem;
    margin-top: 1rem;
    height: 3rem;
    width: 505px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d3d4d5;
}
.made-in .ua {
  display: inline-block;
  position: relative;
    background: url(../img/trizub.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
    margin-right: 10px;
}
.flag {
    height: 3rem;
}
.flag::before {
    content: "";
    height: 15px;
    display: block;
    width: 4px;
    background: #338BCB;
    top: 0;
}
.flag::after {
    content: "";
    display: block;
    height: 15px;
    width: 4px;
    background: #FAD70C;
    top: 50%;
}
.made-in span {
    height: 30px;
    display: block;
    line-height: 30px;
    font-family: "Futura", Tahoma, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFF;
    margin-right: 10px;
}

section,
main > article {
  max-width: 1050px;
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
}

section h3,
main > article h3 {
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  text-align: center;
}

section h1,
main > article h1 {
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 3rem;
  text-align: center;
}

a.white-btn {
  display: inline-block;
  transition: all .2s;
  border: 1px solid #eeeeee;
  background: #FFF;
  color: #7caf02;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  width: auto;
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 50px;
  text-align: left;
  margin-top: 3rem;
  box-sizing: border-box;
  position: relative;
}

a.white-btn:before {
  background-position: -80px -40px;
  top: 11px;
  left: 16px;
  width: 18px;
  height: 12px;
}

a.white-btn:hover {
  color: #FFF;
  background: #7caf02;
}

a.white-btn:hover:before {
  background-position: -60px -40px;
}

section.header-links {
  height: 35px;
  line-height: 35px;
  padding-left: 235px;
  position: relative;
}

section.header-links .logo-wrap {
  position: absolute;
  left: 20px;
  top: 11px;
  width: 180px;
  height: 53px;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.header-links .top-links {
  float: left;
}
.top-links .in-ua {
  font-family: "Futura", Tahoma, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #95C12B;
  text-transform: uppercase;
  letter-spacing: .5px;
  position: relative;
  top: 6px;
}

section.header-links .top-links li {
  display: inline-block;
  float: left;
  margin-right: 2.2rem;
}

section.header-links .top-links li a {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Futura", Tahoma, sans-serif;
  color: #9a9a9a;
  font-weight: 300;
  text-shadow: 0 0 0 rgba(154, 154, 154, 0.5);
}

section.header-links .top-links li a:hover {
  color: #95C12B;
}

section .cart-wrap {
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 1.3rem;
  color: #9a9a9a;
  position: relative;
  padding-left: 45px;
  padding-right: 10px;
  background: #FFF;
  transition: all 200ms;
  width: 160px;
  box-sizing: border-box;
  float: right;
  font-family: "Futura", Tahoma, sans-serif;
}

section .cart-wrap .cart-total {
  font-size: 1.6rem;
  font-weight: 300;
  text-shadow: 0 0 0 #312c2a;
}

section .cart-wrap:before {
  width: 20px;
  height: 17px;
  background-position: -120px 0;
  left: 12px;
  top: 8px;
}

section .cart-wrap:after {
  content: "";
  left: -35px;
  top: 0;
  position: absolute;
  border: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transition: all 200ms;
}

section .cart-wrap .currency {
  font-size: 2rem;
  position: relative;
  left: -2px;
  margin-right: 3px;
  font-weight: 300;
}

section .cart-wrap .cart-qty-total {
  color: #7caf02;
  font-size: 1.6rem;
  font-weight: 300;
  text-shadow: 0 0 0 #7caf02;
}

section .cart-wrap:hover {
  background: #f3f3f3;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

section .cart-wrap:hover:after {
  position: absolute;
  border: 18px solid transparent;
  border-right: 18px solid #f3f3f3;
  border-bottom: 18px solid #f3f3f3;
}

.banner {
  width: 1010px;
  padding: 0;
}
.banner img {
  width: 100%;
}

.header-main {
  height: 35px;
  position: relative;
  padding-left: 245px;
}

.main-nav {
  float: left;
  margin-left: -20px;
}

.main-nav li {
  display: inline-block;
  height: 35px;
  float: left;
}

.main-nav li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 20px 0 10px;
  line-height: 35px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Futura",s Tahoma, sans-serif;
  color: #777
}
.main-nav li.thin a {
  padding: 0 10px 0 10px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Futura", Tahoma, sans-serif;
  color: #777;
}
.main-nav li.thin.catalog a {
  padding: 0 25px 0 10px;
  font-weight: 300;
}
.main-nav li.thin a:hover,
.main-nav li a:hover {
  color: #95C12B;
}
.main-nav li.has-children > a {
  position: relative;
  padding: 0 27px 0 10px;
}

li.has-children > a:before, li.has-children > a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #c9cbc4;
  right: 15%;
  width: 9px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

li.has-children > a:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
}

li.has-children > a:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 7px;
}

li.has-children:hover > a {
  background: #d3d4d5;
}

li.has-children:hover > a:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

li.has-children:hover > a:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-cont-wrap {
  float: right;
  height: 100%;
  line-height: 35px;
    top: 5px;
  position: relative;
}

.header-cont-wrap .cont-time {
  color: #7caf02;
  font-size: 1.1rem;
  display: inline-block;
  margin-right: 1rem;
  font-weight: 600;
  display: none;
}

.header-cont-wrap .recall-but {
  color: #9a9a9a;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-left: 6px;
  cursor: pointer;
}

.header-cont-wrap .recall-but:hover {
  text-decoration: none;
}

.header-cont-wrap a.main-phone {
  color: #312c2a;
  font-size: 2.1rem;
  font-weight: 400;
  float: right;
  font-family: "Futura", Tahoma, sans-serif;
}

.header-cont-wrap .phones-wrap {
  position: relative;
  height: 2.2rem;
  display: inline-block;
}

.header-cont-wrap .phones-wrap:before {
  display: none;
  background-position: -40px 0;
  width: 17px;
  height: 17px;
  left: 0;
  top: 4px;
  position: relative;
  margin-right: 1rem;
}

.aside-nav {
  width: 22.5rem;
  height: 30rem;
  background: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  float: left;
}

.aside-nav li a {
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 4rem;
  transition: all 0.3s;
  position: relative;
  font-size: 1.8rem;
  font-family: "Futura", Tahoma, sans-serif;
}

.aside-nav li a:hover {
  color: #95C12B;
  text-shadow: 0 0 0 #95C12B;
}

.aside-nav li a:before {
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.aside-nav li:nth-child(1) a:before {
  background-position: 0 -220px;
}

.aside-nav li:nth-child(2) a:before {
  background-position: -20px -220px;
}

.aside-nav li:nth-child(3) a:before {
  background-position: -40px -220px;
}

.aside-nav li:nth-child(4) a:before {
  background-position: -60px -220px;
}

.aside-nav li:nth-child(5) a:before {
  background-position: -80px -220px;
}

.aside-nav li:nth-child(6) a:before {
  background-position: -100px -220px;
}

.aside-nav li:nth-child(7) a:before {
  background-position: -120px -220px;
}

.aside-nav li:nth-child(8) a:before {
  background-position: -140px -220px;
}

.aside-nav li:nth-child(9) a:before {
  background-position: -160px -220px;
}

.aside-nav li:nth-child(1) a:hover:before {
  background-position: 0 -240px;
}

.aside-nav li:nth-child(2) a:hover:before {
  background-position: -20px -240px;
}

.aside-nav li:nth-child(3) a:hover:before {
  background-position: -40px -240px;
}

.aside-nav li:nth-child(4) a:hover:before {
  background-position: -60px -240px;
}

.aside-nav li:nth-child(5) a:hover:before {
  background-position: -80px -240px;
}

.aside-nav li:nth-child(6) a:hover:before {
  background-position: -100px -240px;
}

.aside-nav li:nth-child(7) a:hover:before {
  background-position: -120px -240px;
}

.aside-nav li:nth-child(8) a:hover:before {
  background-position: -140px -240px;
}

.aside-nav li:nth-child(9) a:hover:before {
  background-position: -160px -240px;
}

.mainslider {
  width: 100%;
  height: 30rem;
  float: right;
  overflow: hidden;
}

.mainslider .mslide {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainslider .mslide h2 {
  position: absolute;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 300;
  bottom: 2.5rem;
  left: 10rem;
  z-index: 5;
}

.mainslider .slick-arrow {
  position: absolute;
  text-indent: -99999px;
  border: none;
  padding: 0;
  width: 15px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  background: url("../img/sprite.png");
  z-index: 10;
  transition: 150ms all;
  opacity: 0;
}
.mainslider:hover .slick-arrow {
	opacity: 1;
}

.mainslider .slick-arrow.slick-prev {
  background-position: -140px -40px;
  left: 2rem;
}

.mainslider .slick-arrow.slick-next {
  background-position: -160px -40px;
  right: 2rem;
}

.prod-slider,
.collection-slider {
  padding: 1rem 2rem 0;
}

.prod-slider .slick-list,
.collection-slider .slick-list {
  padding: 1rem 0 8rem;
  margin-bottom: -11rem;
}

.cards-slider {
  padding: 2rem  0 0;
  text-align: center;
}

.cards-slider .slick-track {
  position: static;
}

.card-item-wrap {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  transition: all 600ms;
  opacity: 1;
  box-sizing: border-box;
  padding: 0 2rem;
}

.card-item-wrap a {
  outline: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-item-wrap a img {
  
  height: 100%;
}

.card-item-wrap[aria-hidden="true"] {
  opacity: 0;
}

.prod-slider .owl-carousel .owl-stage-outer,
.collection-slider .owl-carousel .owl-stage-outer {
  padding-bottom: 80px;
  margin-bottom: -80px;
}

.cards-slider-wrap {
  text-align: left;
}

.product-item {
  width: 200px;
  padding: 0 20px;
  display: block;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: -1rem;
  box-sizing: border-box;
  outline: none;
}

.product-item > a {
  display: block;
}

.product-item .prodcard-block {
  position: relative;
  z-index: 2;
  transition: all .2s;
  outline: none;
}

.product-item .prodcard-block:hover h3 {
  text-shadow: 0 0 0 #95C12B;
}

.product-item .img-wrap {
  width: 100%;
  height: 296px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 1px;
}
.collection-list .product-item .img-wrap {
	 height: 213px;
}

.product-item .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.product-item .img-wrap .stiker-disc {
  position: absolute;
  display: block;
  width: 90px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #FFF;
  background: #D20000;
  border-radius: 3px;
  border-top: 1px solid #ebb1b1;
  border-bottom: #ebb1b1;
  text-transform: uppercase;
  font-size: 1.1rem;
  left: 0;
  bottom: 2rem;
}

.product-item .img-wrap .stiker-disc b {
  font-weight: 800;
}

.product-item h3 {
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2px;
  text-align: left;
  padding-left: 3px;
  margin-bottom: 1rem;
}

.product-item .price {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Futura", Tahoma, sans-serif;
}

.product-item .price .currency {
  font-weight: 300;
  font-size: 2.5rem;
  margin-left: .2rem;
  position: relative;
  top: -.05rem;
}

.product-item .price.act-price {
  color: #D20000;
}

.product-item .price.act-price .old-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #312c2a;
  position: relative;
  top: -.3rem;
  margin-left: 7px;
}

.product-item .price.act-price .old-price .currency {
  font-size: 1.7rem;
}

.product-item .price.act-price .old-price:after {
  background: #312c2a;
  width: 100%;
  height: 1px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  left: -.4rem;
  top: 50%;
  margin-top: 1px;
}

.product-item input[type="submit"] {
  display: block;
  transition: all .2s;
  border: 1px solid #eeeeee;
  background: #FFF;
  color: #7caf02;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  width: 150px;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 50px;
  text-align: left;
}

.product-item input[type="submit"]:before {
  content: "";
}

.product-item .submit-wrap {
  width: 150px;
  height: 36px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  bottom: -8.5rem;
  transition: all .2s;
  visibility: hidden;
  opacity: 0;
  background: #FFF;
}

.product-item .submit-wrap:before {
  background-position: -20px -40px;
  width: 16px;
  height: 14px;
  left: 16px;
  top: 11px;
}

.product-item .submit-wrap:hover:before {
  background-position: -20px -60px;
}

.product-item .submit-wrap:hover input[type="submit"] {
  color: #FFF;
  background: #7caf02;
}

.product-item:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-bottom: 0;
  background: #FFF;
  z-index: 1;
  border: #FFF;
  box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.product-item:hover .prodcard-block {
  z-index: 40;
}

.product-item:hover .submit-wrap {
  display: block;
  visibility: visible;
  opacity: 1;
  bottom: -5.5rem;
}

.product-item:hover .to-wishlist {
  display: block;
  visibility: visible;
  opacity: 1;
  bottom: -5.5rem;
}

.product-item:hover:before {
  height: calc(100% + 6rem);
  border: 0.1rem solid #eee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.prod-slider .slick-arrow,
.cards-slider .slick-arrow,
.collection-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -2rem;
  width: 13px;
  height: 36px;
  text-indent: -99999px;
  border: none;
  outline: none;
  bottom: 3rem;
  padding: 0;
  background: url("../img/sprite.png");
  z-index: 10;
}

.prod-slider .slick-arrow[aria-disabled="true"],
.cards-slider .slick-arrow[aria-disabled="true"],
.collection-slider .slick-arrow[aria-disabled="true"] {
  visibility: hidden;
}

.prod-slider .slick-arrow.slick-prev,
.cards-slider .slick-arrow.slick-prev,
.collection-slider .slick-arrow.slick-prev {
  background-position: -100px -40px;
  left: -20px;
}

.prod-slider .slick-arrow.slick-prev:hover,
.cards-slider .slick-arrow.slick-prev:hover,
.collection-slider .slick-arrow.slick-prev:hover {
  background-position: -140px -40px;
}

.prod-slider .slick-arrow.slick-next,
.cards-slider .slick-arrow.slick-next,
.collection-slider .slick-arrow.slick-next {
  background-position: -120px -40px;
  left: 100%;
  margin-left: 7px;
}

.prod-slider .slick-arrow.slick-next:hover,
.cards-slider .slick-arrow.slick-next:hover,
.collection-slider .slick-arrow.slick-next:hover {
  background-position: -160px -40px;
}

.prod-slider .slick-arrow,
.collection-slider .slick-arrow {
  top: 110px;
}

.card-item {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.card-item img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.card-item img.scaleble {
  transition: all .2s;
  height: 108%;
  top: -4%;
}

.card-item h5 {
  display: block;
    position: absolute;
    background: #FFF;
    bottom: 12px;
    left: 10px;
    padding: 5px 10px;
    font-family: Futura;
    font-size: 2rem;
    font-weight: 300;
	z-index: 5;
}

.card-item h5 strong {

  font-weight: 300;
  text-transform: none;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}

.card-item:after {
  background-position: -60px -40px;
  right: 1.9rem;
  top: 1.4rem;
  width: 18px;
  height: 12px;
}

.card-item:hover img {
  height: 100%;
  top: 0;
}

.card-item:hover img.logo-pro {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.cards-slider .owl-nav {
  top: -5rem;
}

.col-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col-wrap .adv_item {
  width: 50%;
  min-width: 20rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
  position: relative;
}
.advant h3 { margin-bottom: 0;}
.col-wrap .adv_item h4 {
    font-weight: 300;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 1.8rem;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 0 0 #312c2a;
	margin-bottom: 5px;
}

.col-wrap .adv_item p {
  color: #9a9a9a;
  text-shadow: 0 0 0 #312c2a;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Futura", Tahoma, sans-serif;
}

.col-wrap .adv_item p strong {
	font-weight: 300;
    color: #312c2a;
    text-shadow: 0 0 0 #312c2a;
}

@media (max-width: 870px) {
  .col-wrap .adv_item {
    width: 50%;
    min-width: 27rem;
    padding: 0 5rem;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  .col-wrap .adv_item {
    width: 100%;
    min-width: 27rem;
    padding: 0 5rem;
    box-sizing: border-box;
  }
}

.adv_item.shit:before {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-position: 0 -80px;
}

.adv_item.hand:before {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-position: -40px -80px;
}

.adv_item.indiv:before {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-position: -80px -80px;
}

.project-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-item img {
  position: absolute;
  left: 0;
  top: 0;
}

.project-item img.logo-pro {
  position: relative;
  display: block;
  z-index: 5;
  width: auto;
  height: auto;
}

.project-item h5 {
  color: #7caf02;
}

.project-item span.adress {
  position: absolute;
  color: #7caf02;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  bottom: 1.5rem;
  right: 2rem;
  z-index: 6;
}

.subscribe-wrap {
  width: 315px;
  float: right;
}

.news-wrap {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.news-wrap h3 {
  text-align: left;
}

.news-wrap .white-btn {
  margin-top: 0;
  display: inline-block;
}

.news-wrap .news-item {
  position: relative;
  margin-bottom: 2rem;
}

.news-wrap .news-item img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 100px;
  height: 100px;
}

.news-wrap .news-item span.date {
  position: relative;
  left: 0;
  color: #9a9a9a;
  font-size: 1rem;
  margin-left: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: initial;
}

.news-wrap .news-item h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}

.news-wrap .news-item p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #9a9a9a;
  padding-right: 10%;
}

.news-wrap .owl-nav {
  top: -51px;
  left: 200px;
}

.news-wrap .owl-nav .owl-prev:hover {
  background-position: -20px -20px;
}

.news-wrap .owl-nav .owl-next:hover {
  background-position: -31px -20px;
}

.subscribe-wrap h3 {
  text-align: left;
}

.subscribe-wrap p {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 26px;
}

.subscribe-wrap input[type="text"] {
  width: 173px;
  height: 36px;
  background-color: #eee;
  border: none;
  box-sizing: border-box;
  padding-left: 1rem;
  font-size: 1.3rem;
  float: left;
}

.subscribe-wrap .mailsbm-wrap {
  width: 136px;
  height: 36px;
  float: right;
  position: relative;
}

.subscribe-wrap .mailsbm-wrap:before {
  width: 15px;
  height: 15px;
  top: 12px;
  left: 10px;
  background-position: -60px -20px;
}

.subscribe-wrap .mailsbm-wrap input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 0 0 34px;
}

.subscribe-wrap p.little-grey {
  float: left;
  width: 100%;
  color: #9a9a9a;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 2rem;
}

.subscribe-wrap .in-soc {
  float: left;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
}

a.fb,
a.vk,
a.in,
a.yu {
  width: 20px;
  height: 20px;
  background: url("../img/sprite.png");
  display: inline-block;
  margin-left: 1.7rem;
  position: relative;
  top: 5px;
}

a.vk {
  width: 23px;
  background-position: -20px -120px;
}

a.fb {
  background-position: 0 -120px;
}

a.in {
  background-position: -60px -120px;
}

a.yu {
  background-position: -80px -120px;
}

a.vk:hover {
  width: 23px;
  background-position: -200px -120px;
}

a.fb:hover {
  background-position: -180px -120px;
}

a.in:hover {
  background-position: -240px -120px;
}

a.yu:hover {
  background-position: -260px -120px;
}

.black-pradex {
  width: 97px;
  height: 24px;
  display: inline-block;
  background: url("../img/sprite.png") 0 -140px;
  position: relative;
  top: 4px;
}

.info-block iframe {
  margin: 3rem 0;
}

.info-block h2 {
  font-size: 2.8rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  text-align: center;
}

.info-block p {
  font-family: "Futura", Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

.seo-block {
  padding-top: 1rem;
  color: #9a9a9a;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}

.seo-block h1 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: normal;
  margin-bottom: 2rem;
}

.seo-block strong {
  font-weight: 300;
}

.tags-block {
  max-width: 1000px;
  padding-left: 240px;
  position: relative;
  padding-top: 0;
  margin-top: 20px;
}

.tags-block span {
  font-size: 1.3rem;
  position: absolute;
  left: 20px;
  top: 4px;
}

.tags-block a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  border: 2px solid #eeeeee;
  color: #9a9a9a;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.tags-block a:hover {
  color: #95C12B;
  border: 2px solid #95C12B;
}

.sep-strip {
  max-width: 1700px;
  width: 100%;
  height: 3px;
  background: #eeeeee;
  margin: 0 auto;
}

footer {
  padding: 3rem 0;
  position: relative;
}

.f-col {
  font-size: 1.3rem;
}

.f-col.left {
  float: left;
  width: 130px;
}

.f-col.left a {
  display: block;
  margin-bottom: 1.5rem;
}

.f-col.mid {
  width: calc(100% - 450px);
  float: left;
  height: 100%;
  padding-left: 8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.f-col.mid h5 {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
  width: auto;
  float: left;
}

.f-col.mid .f-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100px;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.f-col.mid .f-links a {
  display: block;
  min-width: 90px;
  font-size: 1.5rem;
  text-decoration: underline;
  color: #9a9a9a;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding-right: 20px;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
}

.f-col.mid .f-links a:hover {
  text-decoration: none;
  color: #7caf02;
}

.f-col.mid .col {
  float: left;
}

.f-col.mid .col.col-thr {
  width: 270px;
}

.f-col.mid .in-soc {
  float: right;
  position: relative;
  top: -4px;
}

.f-col p {
  color: #9a9a9a;
}

.footer-cont-wrap {
  float: right;
}

.footer-cont-wrap .cont-time {
  font-size: 1.1rem;
  font-weight: 800;
}

.footer-cont-wrap .main-phone {
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
}

.footer-cont-wrap .main-phone:before {
  width: 18px;
  height: 18px;
  background-position: -80px 0;
  left: -30px;
  top: 4px;
}

.promo-block {
  overflow: hidden;
}

.page-heading {
  padding-top: 0;
}

.page-heading h1 {
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #777;
}

.page-heading .breadcrumbs {
  color: #9a9a9a;
  font-size: 1.1rem;
}

.page-heading .breadcrumbs a {
  color: #9a9a9a;
  font-size: 1.1rem;
  text-decoration: underline;
  display: inline-block;
}

.page-heading .breadcrumbs a:hover {
  text-decoration: none;
}

.page-heading .breadcrumbs a:after {
  content: "/";
  position: relative;
  display: inline-block;
  margin-left: 6px;
  margin-right: 4px;
}

.sidebar {
  width: 200px;
  float: left;
}

.filter-param h5 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: normal;
  margin-bottom: 18px;
}

.filter-param .chb-label {
  width: 100%;
}

.chb-label {
  font-size: 1.3rem;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  text-transform: lowercase;
  box-sizing: border-box;
  padding-left: 28px;
  margin-bottom: 11px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.chb-label:first-letter {
  text-transform: uppercase;
}

.chb-label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -99999px;
}

.chb-label:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
  background: #efefef;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.chb-label:after {
  transition: 150ms all;
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: 4px;
  top: 21px;
  background: #312c2a;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.chb-label.checked:after {
  top: 4px;
}

.category-main {
  padding-top: 2rem;
}

.category-main .product-item {
  box-sizing: border-box;
  width: 33.3%;
}

#product-list {
  padding-bottom: 8rem;
}

.sb-news {
  margin-top: 2.5rem;
}

.sb-news h5 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.sb-news .sb-allnews-link {
  margin-top: 0;
  width: 100%;
  text-align: center;
}

.sb-news-item {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.sb-news-item span.date {
  font-size: 1.1rem;
  color: #9a9a9a;
  font-weight: 600;
  display: block;
  width: 100%;
}

.sidebar .subscribe-wrap {
  width: 100%;
  margin-top: 3rem;
}

.sidebar .subscribe-wrap h5 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.sidebar .subscribe-wrap p {
  margin-bottom: 1.5rem;
}

.sidebar .subscribe-wrap .mailsbm-wrap {
  width: 100%;
  margin-top: 1rem;
}

.sidebar .subscribe-wrap input {
  width: 100%;
  padding-left: 0;
  text-align: center;
}

.sidebar .subscribe-wrap .fb {
  margin-left: 0;
}

.sorting li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 .5rem;
  transition: all 300ms;
}

.sorting li a {
  color: #9a9a9a;
  font-weight: 400;
}

.sorting li.selected {
  padding: 0 1rem;
}

.sorting li.selected a {
  color: #312c2a;
  font-weight: 800;
}

.sorting .block {
  float: right;
}

.sorting .block li {
  font-size: 1.3rem;
}

i.sort-desc {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-bottom-color: #000;
  position: relative;
  bottom: 0.2rem;
  display: inline-block;
}

i.sort-asc {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  position: relative;
  top: 0.2rem;
  display: inline-block;
}

.sorting.block {
  margin-top: 30px;
  height: 36px;
  line-height: 36px;
  width: calc(100% - 200px);
  float: right;
}

.sorting.block ul.menu-h {
  float: right;
  display: inline-block;
}

.scroll-top {
  background: url("../img/sprite.png") -120px -80px;
  width: 41px;
  height: 36px;
  float: left;
  cursor: pointer;
  left: 2rem;
  bottom: 0;
  position: absolute;
}

.scroll-top:hover {
  background-position: -120px -120px;
}

section.breadcrumbs {
  padding-top: 0;
}

section.breadcrumbs a {
  display: inline-block;
  font-size: 1.1rem;
  color: #9a9a9a;
  text-decoration: underline;
}

section.breadcrumbs a:hover {
  text-decoration: none;
}

section.breadcrumbs a:after {
  content: "/";
  position: relative;
  display: inline-block;
  margin: 0 3px 0 5px;
  top: 1px;
}

section.breadcrumbs span {
  font-size: 1.1rem;
  color: #9a9a9a;
  display: inline-block;
}

.product-art h1 {
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  letter-spacing: inherit;
}

.product-info {
  width: 100%;
  float: left;
}

.product-gallery {
  max-width: 400px;
  width: 32%;
  float: left;
  margin: 0;
}

.more-images .image,
.photo-gallery .image {
  display: block;
  float: left;
  width: 125px;
  height: 96px;
  margin: 4px;
  transition: all 200ms;
  box-sizing: border-box;
  border: 0.1rem solid #FFF;
  box-shadow: 0.15rem 0.26rem 0 rgba(115, 115, 115, 0);
}

.more-images .image img,
.photo-gallery .image img {
  /*max-width: 100%;
  max-height: 100%;*/
  /*-ms-interpolation-mode: nearest-neighbor;*/
      /*image-rendering: -webkit-optimize-contrast;*/
      /*image-rendering: -moz-crisp-edges;*/
      /*image-rendering: pixelated;*/
}

.more-images .image:hover,
.photo-gallery .image:hover {
  border: 0.1rem solid #eee;
  box-shadow: 0.15rem 0.26rem 0.6rem rgba(115, 115, 115, 0.15);
}

.more-images h3,
.photo-gallery h3 {
  text-align: left;
}

#product-core-image {
  position: relative;
}

#product-core-image a .lupa {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 125px;
  background: linear-gradient(to top right, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0), #f3f3f3);
}

#product-core-image a .lupa:after {
  width: 21px;
  height: 19px;
  background-position: -140px 0;
  top: 1rem;
  right: 1rem;
  transition: all 200ms;
}

#product-core-image a img {
  max-width: 100%;
  max-height: 100%;
}

#product-core-image:hover .lupa:after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.product-store {
  float: right;
  padding-left: 4rem;
  box-sizing: border-box;
  width: 68%;
  min-height: 327px;
}

.product-store .collection-slider {
  padding: 0;
  float: left;
}

.inline-select {
  position: relative;
}

.inline-select .color_name {
  display: none;
}

.inline-select h5 {
    padding: 0;
    color: #777;
    font-family: "Futura", Tahoma, sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
}

.inline-select a {
  display: inline-block;
  height: 36px;
  transition: all 200ms;
  background: #f0f0f0;
  padding: 0 14px 0 14px;
  line-height: 36px;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  text-shadow: 0 0 0 #312c2a;
  position: relative;
  margin-right: 2px;
  margin-bottom: 5px;
}
.inline-select a:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 11px;
	left: 9px;
	top: 12px;
	background: url("../img/sprite.png");
	background-position: -20px -260px;
	opacity: 0;
	transition: all 200ms;
}

.inline-select a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.22);
  background: #FFF;
  padding-left: 30px;
}
.inline-select a:hover:before {
	opacity: 1;
}
.inline-select a.selected {
	padding-left: 30px;
}
.inline-select a.selected:before {
	opacity: 1;
	background-position: 0 -260px;
}

.skus {
	position: relative;
	margin-bottom: 10px;
}
.skus li {
	display: inline-block;
}
.skus li label {
  display: inline-block;
  height: 36px;
  transition: all 200ms;
  background: #f0f0f0;
  padding: 0 14px 0 14px;
  line-height: 36px;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  text-shadow: 0 0 0 #312c2a;
  position: relative;
  margin-right: 2px;
  margin-bottom: 5px;
  cursor: pointer;
}
.skus li label input {
	position: absolute;
	left: -99999px;
}
.skus li label:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 11px;
	left: 9px;
	top: 12px;
	background: url("../img/sprite.png");
	background-position: -20px -260px;
	opacity: 0;
	transition: all 200ms;
}
.skus li label:hover {
  box-shadow: 0.15rem 0.26rem 0.6rem rgba(115, 115, 115, 0.3);
  background: #FFF;
  padding-left: 30px;
}
.skus li label:hover:before {
	opacity: 1;
}
.skus li label.selected {
	padding-left: 30px;
}
.skus li label.selected:before {
	opacity: 1;
	background-position: 0 -260px;
}


.inline-select a img {
  max-width: 100%;
  max-height: 100%;
}

.any-color {
  text-decoration: underline;
  transition: all 100ms;
  cursor: pointer;
  float: left;
  font-family: "Futura", Tahoma, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 10px;
}

.any-color:hover {
  text-decoration: none;
  color: #95C12B;
}

.add2cart {
  width: 100%;
  float: left;
}

.add2cart .price {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 4.5rem;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  float: right;
  margin-bottom: 0px;
  width: 170px;
  text-align: center;
}

.add2cart .price .currency {
  font-weight: 300;
  font-size: 3.9rem;
  font-family: "Open Sans", Tahoma, sans-serif;
}

.add2cart .buysubmit-wrap {
  height: 36px;
  width: 170px;
  background: #7caf02;
  float: right;
  position: relative;
  transition: all 100ms;
  box-shadow: 0 0 0 rgba(115, 115, 115, 0.3);
  margin-top: 2rem;
}

.add2cart .buysubmit-wrap input[type="submit"] {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  height: 36px;
  line-height: 37px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 33px 0 63px;
}

.add2cart .buysubmit-wrap:before {
  background-position: -20px -60px;
  width: 15px;
  height: 13px;
  left: 25px;
  top: 12px;
}

.add2cart .buysubmit-wrap:hover {
  background: #82B703;
  box-shadow: 0.15rem 0.26rem 0.6rem rgba(115, 115, 115, 0.3);
}

.qty {
  height: 36px;
  position: relative;
  margin-right: 18px;
  clear: both;
  float: left;
  margin-top: 2rem;
}

.qty:after {
  content: "Количество";
  position: absolute;
  display: block;
  height: 15px;
  line-height: 15px;
  width: 100%;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  color: #b9b9b9;
  font-size: 1rem;
  font-weight: 600;
}

.qty span {
  display: block;
  height: 36px;
  line-height: 36px;
  background: #f0f0f0;
  width: 26px;
  float: left;
  position: relative;
  cursor: pointer;
  transition: all 200ms;
}

.qty span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #b9b9b9;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  border-top: 1px solid #c8c8c8;
  transition: all 200ms;
}

.qty span.plus:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #b9b9b9;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -5px;
  border-right: 1px solid #c8c8c8;
  transition: all 200ms;
}

.qty span:hover {
  background: #b9b9b9;
}

.qty span:hover:after, .qty span:hover:before {
  background: #FFF;
}

.qty span:hover:after {
  border-top: 1px solid #FFF;
}

.qty span:hover:before {
  border-right: 1px solid #FFF;
}

.qty span.minus.disable {
  cursor: default;
}

.qty span.minus.disable:hover {
  background: #f0f0f0;
}

.qty span.minus.disable:hover:after {
  background: #b9b9b9;
  border-top: 1px solid #c8c8c8;
}

.qty input {
  outline: none;
  border: none;
  text-align: center;
  width: 30px;
  height: 36px;
  line-height: 36px;
  font-size: 2rem;
  float: left;
  background: #f0f0f0;
}

#cart-form {
  width: 270px;
  float: right;
}

#cart-form .options {
  float: left;
  height: auto;
  margin-bottom: 2rem;
  width: 100%;
  margin-top: 1px;
}

#cart-form .options .any-color {
  float: right;
  width: 100%;
  box-sizing: border-box;
}

.product-features {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
#cart-form h4,
.product-features h4 {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 0 0 0 #312c2a;
  letter-spacing: inherit;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 2px;
  margin-bottom: 0;
}

.product-features td {
  padding: 0;
  color: #777;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
}

.product-features tr td:first-child {
  width: 135px;
  vertical-align: top;
}

.product-aftersubmit {
  float: right;
  text-align: right;
  width: 270px;
  margin-top: 2rem;
}

.product-aside {
	width: calc(100% - 300px);
	float: left;
	margin-top: 25px;
}

.product-aftersubmit h4 {
  font-size: 1.9rem;
  font-weight: 300;
  //text-shadow: 0 0 0 #312c2a;
  letter-spacing: inherit;
  display: inline-block;
  margin-bottom: 0;
  width: 170px;
  position: relative;
    text-align: left;
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.product-aftersubmit h4:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 12px;
	background: url("../img/sprite.png");
	background-position: -40px -40px;
	top: 6px;
	left: 0;
}

.product-aftersubmit h4:hover:before {
  background-position: -80px -40px;
}


.collection-slider {
  margin-top: 3rem;
  margin-bottom: 45px;
}

.collection-slider h3 {
  margin-bottom: 0;
  text-align: left;
}

.collection-slider h3 a {
  border-bottom: 1px solid;
  color: #312c2a;
}

.collection-slider h3 a:hover {
  border-bottom: none;
}

.collection-slider .slick-list {
  width: 100%;
  margin-left: -1rem;
}

#product-description {
  float: right;
  width: 68%;
  box-sizing: border-box;
  padding-left: 4rem;
  margin-top: 0;
}

.reviews {
  display: inline-block;
  max-width: 400px;
  width: 32%;
}

.reviews h3 {
  text-align: left;
  margin: 20px 0 0;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 300;
	text-shadow: 0 0 0 #312c2a;
	letter-spacing: inherit;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 2px;
	width: 100%;
}

.review {
  position: relative;
  margin: 0 0 3rem 0;
  padding-left: 45px;
}

.review h6 span {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 800;
  width: 100%;
}

.review p {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Futura", Tahoma, sans-serif;
  margin-bottom: 1rem;
}

.review .username {
  font-size: 1.2rem;
  font-weight: 800;
}

.review .date {
  font-size: 1.2rem;
  color: #aaaaaa;
}

.review:before {
  width: 20px;
  height: 15px;
  background-position: -40px -60px;
  left: 0;
  top: 0;
}

.leave-review {
  position: relative;
  display: block;
  padding: 0 25px;
  height: 36px;
  top: 3px;
  line-height: 36px;
  background: #f0f0f0;
  color: #b9b9b9;
  transition: all 200ms;
  float: right;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: initial;
}

.leave-review:hover {
  background: #b9b9b9;
  color: #312c2a;
}

.photo-gallery {
  max-width: 400px;
  width: 32%;
  float: left;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
.photo-gallery .image {
  width: calc(50% - 8px);
  overflow: hidden;
}
.photo-gallery img {
  min-width: 100%;
  display: block;
}

.photo-gallery.cards-slider {
  padding-left: 0;
  padding-right: 0;
}

.photo-gallery h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 0 0 0 #312c2a;
  letter-spacing: inherit;
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 2px;
  margin-bottom: 0;
  width: 100%;
}

.prod-slider.related {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.seo-block.product {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.slide-down-wrap {
  width: 500px;
  position: absolute;
  height: 420px;
  left: 0;
  z-index: 0;
  transition: all 300ms 300ms;
  opacity: 1;
  visibility: hidden;
}

#menu-wrap {
  width: 500px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #d3d4d5;
  z-index: 50;
}

li.has-children.opened .slide-down-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: all 100ms 200ms;
}

.slide-down-wrap {
  margin: 0 auto;
  transition: all 100ms;
}

.slide-down-wrap.first {
  height: 360px;
}

.slide-down-wrap.collect {
  width: 600px;
  height: 420px;
}

.slide-down-wrap.collect .slide-list {
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

.slide-down-wrap.collect .slide-list li {
  margin-bottom: 3px;
  padding-right: 2rem;
  height: 26px;
  width: 25%;
}

.slide-down-wrap.collect .slide-list li a {
  font-size: 1.4rem;
}

.slide-down-wrap.collect .slide-list li a:hover {
  font-size: 1.4rem;
}

.slide-down-wrap.collect .slide-list .white-btn {
  margin-left: -93px;
}

.slide-down-wrap.project {
  width: 230px;
  height: 420px;
  left: 331px;
}

.slide-down-wrap.project .slide-list.slide-projects {
  width: 100%;
  height: 100%;
  padding-left: 50px;
}

.slide-down-wrap.project .slide-list.slide-projects li {
  margin-bottom: 10px;
  width: 100%;
}

.slide-down-wrap.project .slide-list.slide-projects li a {
  font-size: 1.4rem;
}

.slide-down-wrap.project .slide-list.slide-projects li a:hover {
  font-size: 1.4rem;
}

.slide-down-wrap.project .slide-list.slide-projects .white-btn {
  margin-left: -93px;
}

.slide-down-wrap.project .moved-img {

}

.slide-down-wrap .slide-list {
  width: 50%;
  height: 420px;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  padding: 20px 20px 60px 0;
  box-sizing: border-box;
}

.slide-down-wrap .slide-list.slide-projects {
  height: 100%;
  padding-bottom: 4rem;
}

.slide-down-wrap .slide-list.slide-projects li {
  width: 100%;
  margin-bottom: 10px;
}

.slide-down-wrap .slide-list.slide-projects li a {
  font-size: 1.4rem;
  font-weight: 400;
}

.slide-down-wrap .slide-list li {
  width: 33.333%;
  height: 21px;
}

.slide-down-wrap .slide-list li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #9a9a9a;
  height: 21px;
  line-height: 19px;
  position: relative;
  width: 100%;
  transition: all 200ms;
  text-align: left;
  padding: 0;
}

.slide-down-wrap .slide-list li a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  top: 100%;
  margin-top: -2px;
  background: #7caf02;
  transition: all 200ms 100ms;
}

.slide-down-wrap .slide-list li a:hover {
  color: #7caf02;
  font-size: 1.4rem;
}

.slide-down-wrap .slide-list li a:hover:after {
  width: 100%;
}

.slide-down-wrap .slide-list .white-btn {
  position: absolute;
  top: 100%;
  margin-top: -50px;
  left: 50%;
}

.slide-down-wrap .aside-nav {
  background: inherit;
  padding: 2rem 0 0 2rem;
}

.slide-down-wrap .aside-nav li {
  height: auto;
}

.slide-down-wrap .aside-nav li a {
  display: inline;
  line-height: initial;
}

.slide-img-wrap {
  width: 50%;
  height: 420px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 420px;
  padding: 20px 0;
  box-sizing: border-box;
}

.slide-img-wrap img {
  max-width: 100%;
  max-height: 380px;
  transition: all 300ms;
}

.slide-img-wrap img.old {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.slide-list.slide-projects li {
  width: 50%;
  margin-bottom: 8px;
}

li.has-children:hover .slide-down-wrap.less {
  max-height: 340px;
}

.slide-down-wrap.less .slide-content {
  max-height: 100%;
}

.themecat-abt {
  width: 100%;
  float: left;
  text-align: left;
}

.themecat-abt h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.themecat-abt h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #777;
  font-weight: 300;
  text-align: left;
  letter-spacing: initial;
  margin-top: .8rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-shadow: 0 0 0 #312c2a;
}

.themecat-abt p {
  font-size: 1.5rem;
  text-shadow: 0 0 0 #312c2a;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
}

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

.catalog .cat-elem {
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  margin-bottom: 2rem;
}

.catalog .cat-elem a.img-wrap {
  background: #f7f7f7;
  width: 100%;
  height: 170px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 200ms;
}

.catalog .cat-elem a.img-wrap:hover {
  background: #eaeaea;
}

.catalog .cat-elem img {
  position: relative;
}

.catalog .cat-elem img.stol {
  top: 50px;
}

.catalog .cat-elem img.stul {
  top: 40px;
}

.catalog .cat-elem img.kreslo {
  top: 40px;
}

.catalog .cat-elem img.divan {
  top: 10px;
}

.catalog .cat-elem img.ldivan {
  top: 10px;
}

.catalog .cat-elem img.shezlong {
  top: 20px;
}

.catalog .cat-elem img.akses {
  top: 40px;
}

.catalog .cat-elem h3 {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: .8rem;
}

.catalog .cat-elem p {
  font-size: 1.5rem;
  text-shadow: 0 0 0 #312c2a;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  color: #919191;
  width: 100%;
  text-align: left;
}

.catalog .cat-elem.double {
  width: 50%;
}

.catalog .cat-elem.double img {
  display: inline-block;
}

.catalog .cat-elem:nth-child(1), .catalog .cat-elem:nth-child(4), .catalog .cat-elem:nth-child(8) {
  margin-left: -10px;
}

.catalog .cat-elem:nth-child(3), .catalog .cat-elem:nth-child(3), .catalog .cat-elem:nth-child(11) {
  margin-right: -10px;
}

.bestsellers {
  margin-top: 4rem;
}

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

.all-collections {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.all-collections .card-item-wrap {
  margin-bottom: 1rem;
  width: 25%;
}

h1.collection-name {
  font-size: 4rem;
  font-weight: 300;
  margin-top: 2rem;
}

.collection-list {
  padding-top: 0.5rem;
}

.collection-list h2 {
  font-size: 2.6rem;
}

.collection-list .category-main {
  padding-top: 1rem;
}

.collection-list .product-item {
  width: 25%;
}

.collection-abt {
  padding-top: 0;
}

.projects {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects .project-item {
  width: 600px;
  max-width: calc(50% - 10px);
  margin-bottom: 2rem;
  position: relative;
}

.projects .project-item a {
  display: block;
  position: relative;
  width: 100%;
}

.projects .project-item a img {
  position: relative;
  width: 100%;
  display: block;
}

.projects .project-item a span {
  position: absolute;
  font-size: 2.1rem;
  font-weight: 800;
  text-transform: uppercase;
  bottom: 35px;
  left: 30px;
  color: #FFF;
  z-index: 10;
}

.projects .project-item a span.geo {
  font-size: 1rem;
  font-weight: 400;
  bottom: 18px;
}

.projects .project-item a .pro-logo {
  position: absolute;
  bottom: 18px;
  right: 30px;
  width: auto;
  left: auto;
  top: auto;
  z-index: 10;
}

.projects .project-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  opacity: 0.72;
  background-image: linear-gradient(rgba(56, 50, 50, 0), rgba(56, 50, 50, 0.72) 40%, #383232);
  bottom: 0;
  left: 0;
  transition: all .2s;
  z-index: 1;
}

.projects-img-wrap {
  /*margin-left: -20px;*/
  margin-right: -20px;
  overflow: hidden;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.projects-img-wrap a {
  float: left;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  width: calc(33.333333% - 26.666666px);
  margin-bottom: 30px;
  height: 260px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.projects-img-wrap a:nth-child(3n - 1) {
    margin: 0 20px 0 20px;
}

.projects-img-wrap a:nth-child(3n) {
    margin: 0 0 0 20px;
}

.projects-img-wrap a img {
  max-height: 100%;
}

.projects-img-wrap a:before {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.projects-img-wrap a:after {
  width: 21px;
  height: 19px;
  top: -19px;
  right: -21px;
  background-position: -140px -20px;
  transition: all 200ms;
}

.projects-img-wrap a:hover:before {
  visibility: visible;
  opacity: .2;
}

.projects-img-wrap a:hover:after {
  top: 10px;
  right: 10px;
}

.card-item-wrap.gal-wrap {
  max-height: 190px;
  position: relative;
}

.card-item-wrap.gal-wrap .card-item {
  height: 190px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-item-wrap.gal-wrap .card-item img {
  max-height: 105%;
  height: 105%;
  transition: max-height 150ms;
}

.card-item-wrap.gal-wrap .card-item:before {
  display: none;
}

.card-item-wrap.gal-wrap .card-item:after {
  width: 21px;
  height: 19px;
  top: -19px;
  right: -21px;
  background-position: -140px -20px;
  transition: all 300ms;
}

.card-item-wrap.gal-wrap .card-item:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-height: 100%;
}

.card-item-wrap.gal-wrap .card-item:hover:after {
  top: 10px;
  right: 10px;
}

.product-item[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transition: all 200ms;
}

.product-item[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms;
}

.product-list.slick-slider .slick-list {
  overflow: visible;
}

.moved-img {
  position: absolute;
  left: 100%;
  height: 100%;
  box-sizing: border-box;
  width: 0;
  background: #d3d4d5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

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

ul.sorting {
  display: block;
  width: 100%;
  height: 18px;
  margin-bottom: 2rem;
}

aside.sidebar {
  transition: all 200ms;
  overflow: hidden;
}

aside.sidebar.hidden {
  width: 0px;
}

aside.sidebar.visible {
  width: 200px;
}

aside.sidebar.visible h5.white-btn:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

h5.white-btn {
  display: inline-block;
  transition: all .2s;
  border: 1px solid #eeeeee;
  background: #FFF;
  color: #7caf02;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  width: 190px;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 40px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

h5.white-btn:before {
  background-position: -20px -20px;
  top: 11px;
  left: 16px;
  width: 9px;
  height: 14px;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

h5.white-btn:hover {
  color: #FFF;
  background: #7caf02;
}

h5.white-btn:hover:before {
  background-position: 0 -60px;
}

.table.cart {
  border-collapse: collapse;
}

.table.cart td {
  padding: 5px 15px;
}

.table.cart td.img-wrap {
  width: 100px;
}

.table.cart td.name a {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 300;
}

.table.cart td.name .extra-info {
  position: relative;
  color: #9a9a9a;
  margin-left: 8px;
}

.table.cart td.item-price {
  color: #9a9a9a;
  font-size: 1.4rem;
  font-weight: 400;
}

.table.cart td.item-price .currency {
  font-weight: 300;
  font-size: 2rem;
}

.table.cart td .qty {
  margin: 0;
}

.table.cart td .qty:after {
  content: none;
}

.table.cart td.item-total {
  font-size: 2rem;
  font-weight: 300;
}

.table.cart td.item-total .currency {
  font-size: 2.5rem;
  font-weight: 300;
}

.table.cart td.itog {
  font-size: 1.7rem;
  color: #9a9a9a;
}

.table.cart td.cart-total {
  font-size: 2.5rem;
  font-weight: 300;
}

.table.cart td.cart-total .currency {
  font-size: 3rem;
  font-weight: 300;
}

.table.cart td.delete-wrap {
  width: 100px;
}

.table.cart .lasttd {
  height: 70px;
}

.table.cart .lasttd td {
  border-top: 3px solid #f3f3f3;
}

.table.cart a.delete {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  background: #b9b9b9;
  float: right;
  transition: all 200ms;
}

.table.cart a.delete:before, .table.cart a.delete:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #FFF;
  border-radius: 1px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

.table.cart a.delete:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.table.cart a.delete:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.table.cart a.delete:hover {
  background: #E81123;
}

section.checkout {
  max-width: 1000px;
  padding-top: 0;
  padding-bottom: 100px;
}

section.checkout h2 {
  font-size: 2.2rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  color: #777;
}

section.checkout .wa-field {
  height: 36px;
  position: relative;
  width: 365px;
  margin: 15px 0;
  float: left;
}

section.checkout .wa-field .wa-name {
  width: 100px;
  margin-right: 15px;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: right;
  font-size: 1.3rem;
  position: relative;
}

section.checkout .wa-field .wa-value {
  width: 250px;
  height: 36px;
  position: relative;
  box-sizing: border-box;
  float: left;
  /*.errormsg {
				display: block;
				position: absolute;
				right: -23px;
				top: 12px;
				width: 14px;
				height: 11px;
				background: $sprite;
				background-position: -20px -260px;
				text-indent: -9999999px;
			}*/
}

section.checkout .wa-field .wa-value input {
  box-sizing: border-box;
  border: none;
  padding: 0 10px;
  height: 36px;
  width: 100%;
  line-height: 36px;
  background: #eeeeee;
  font-size: 1.3rem;
}

section.checkout .wa-field .wa-value .errormsg {
  font-style: inherit;
  font-size: 1.2rem;
  color: red;
  position: absolute;
  display: none;
}

section.checkout .wa-field .wa-value textarea {
  box-sizing: border-box;
  border: none;
  padding: 15px 10px;
  height: 102px;
  width: 100%;
  background: #eeeeee;
  font-size: 1.3rem;
}

.wa-field.wa-required .wa-name:after {
  content: "*";
  position: absolute;
  font-weight: bold;
  font-size: 1.6rem;
  color: #F70707;
  right: -10px;
  top: 0;
}

.wa-field-address-city span {
  position: absolute;
  top: 100%;
  font-size: 1.2rem;
  color: #b7b7b7;
  left: 2rem;
}

.checkout-content {
  float: left;
  width: 730px;
  margin-left: -124px;
  position: relative;
}

.checkout-step-content .float-right {
  width: 250px;
  margin-top: 15px;
  height: 36px;
  float: right;
  position: relative;
}

.checkout-step-content .float-right input[type="submit"] {
  width: 100%;
  height: 100%;
  line-height: 36px;
  border: none;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 800;
}

.checkout-step-content .float-right:before {
  background-position: -20px -60px;
  width: 15px;
  height: 13px;
  left: 25px;
  top: 12px;
}

.checkout-step-content .float-right:hover {
  background: #82B703;
  box-shadow: 0.15rem 0.26rem 0.6rem rgba(115, 115, 115, 0.3);
}

#header-cart.closed #cart-popup {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#header-cart.closed #cart-popup > * {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#header-cart.opened {
  background: #f3f3f3;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#header-cart.opened #cart-popup {
  max-height: calc(100vh - 50px);
  padding-top: 6px;
  padding-bottom: 20px;
}

#header-cart.opened #cart-popup > * {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#header-cart.opened:after {
  position: absolute;
  border: 18px solid transparent;
  border-right: 18px solid #f3f3f3;
  border-bottom: 18px solid #f3f3f3;
}

#header-cart.fixed-cart {
  position: fixed;
  right: calc((100% - 1010px)/2);
  top: 0;
  z-index: 200;
  background: #f3f3f3;
}

#header-cart.fixed-cart:after {
  position: absolute;
  border: 18px solid transparent;
  border-right: 18px solid #f3f3f3;
  border-top: 18px solid #f3f3f3;
}

#header-cart.fixed-cart:hover:after, #header-cart.fixed-cart.opened:after {
  position: absolute;
  border: 18px solid transparent;
  border-right: 18px solid #f3f3f3;
  border-bottom: 18px solid #f3f3f3;
}

#cart-popup {
  width: 325px;
  max-width: 100vw;
  box-sizing: border-box;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  z-index: 150;
  top: 100%;
  box-shadow: 0 1px 0 #e5e5e5, 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
  overflow: auto;
  padding-left: 6px;
  padding-right: 6px;
}

#cart-popup .cart-item {
  height: 86px;
  width: 100%;
  background: #FFF;
  margin-bottom: 2px;
  position: relative;
  z-index: 50;
  left: 0;
  box-shadow: 0 8px 0 transparent, 0 6px 0 transparent;
  overflow: hidden;
}

#cart-popup .cart-item:hover {
  z-index: 60;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.22);
}

#cart-popup .cart-item .cart-img-wrap {
  width: 87px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

#cart-popup .cart-item .cart-img-wrap img {
  max-width: 80px;
  max-height: 80px;
}

#cart-popup .cart-item .cart-info {
  width: calc(100% - 87px);
  height: 100%;
  float: left;
}

#cart-popup .cart-item .cart-info .cart-name {
  font-size: 1.4rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 300;
  float: left;
}

#cart-popup .cart-item .cart-info .qty {
  margin: 0;
  height: 27px;
}

#cart-popup .cart-item .cart-info .qty span {
  height: 27px;
  background: #FFF;
}

#cart-popup .cart-item .cart-info .qty span:hover {
  background: #b9b9b9;
}

#cart-popup .cart-item .cart-info .qty span.disable:hover {
  background: #FFF;
}

#cart-popup .cart-item .cart-info .qty input {
  height: 27px;
  font-size: 1.6rem;
  line-height: 27px;
  background: #FFF;
  width: 25px;
}

#cart-popup .cart-item .cart-info .qty:after {
  content: "Кол-во.";
  top: 100%;
  text-transform: none;
}

#cart-popup .cart-item .cart-info .price {
  float: left;
  font-size: 2rem;
  font-weight: 300;
  font-family: "Futura", Tahoma, sans-serif;
  color: #312c2a;
  height: 27px;
  line-height: 24px;
  margin-left: 25px;
}

#cart-popup .cart-item .cart-info a.delete {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  background: #b9b9b9;
  float: right;
  transition: all 200ms;
  margin: 4px 8px;
}

#cart-popup .cart-item .cart-info a.delete:before, #cart-popup .cart-item .cart-info a.delete:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #FFF;
  border-radius: 1px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

#cart-popup .cart-item .cart-info a.delete:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cart-popup .cart-item .cart-info a.delete:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#cart-popup .cart-item .cart-info a.delete:hover {
  background: #E81123;
}

#cart-popup .total {
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cart-popup .total span {
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  color: #9a9a9a;
  text-align: center;
  width: 115px;
}

#cart-popup .total span.cart-total {
  font-size: 2.8rem;
  font-family: "Futura", Tahoma, sans-serif;
  color: #1b1b1b;
  font-weight: 300;
}

#cart-popup .total span.cart-total .currency {
  font-size: 2.3rem;
}

#cart-popup .to-checkout {
  width: 76%;
  margin: 0 12%;
  line-height: 36px;
  border: none;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  height: 44px;
  line-height: 44px;
  background: #7caf02;
  display: inline-block;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#cart-popup .to-checkout:before {
  background-position: -20px -60px;
  width: 15px;
  height: 13px;
  left: 25px;
  top: 15px;
}

#cart-popup .to-checkout:hover {
  background: #82B703;
  box-shadow: 0.15rem 0.26rem 0.6rem rgba(115, 115, 115, 0.3);
}

.empty-cart {
  text-align: center;
  padding-top: 2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #312c2a;
}

.site-aside {
  width: 200px;
  float: left;
  height: 100%;
  border-right: 3px solid #eeeeee;
}

.site-aside .pages li {
  height: 30px;
}

.site-aside .pages li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #9a9a9a;
  font-family: "Futura", Tahoma, sans-serif;
  padding: 0 10px;
  transition: all 100ms;
}

.site-aside .pages li a:hover {
  font-weight: 400;
  background: #eeeeee;
}

.site-article {
  max-width: 100%;
  width: 100%;
  float: right;
}

.site-sec {
  padding-top: 2rem;
}

#page .contacts-dil-block {
  width: 100%;
  float: left;
}

#page .contacts-dil-block h2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.contact-item {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}

.contact-item h6 {
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: initial;
  margin-top: 20px;
  text-shadow: 0 0 0 #312c2a;
}

.contact-item h6 strong {
  font-weight: 300;
}

.contact-item p {
  line-height: 1.4;
  font-size: 1.3rem;
}

.contact-item p a {
  color: #9a9a9a;
  text-decoration: underline;
}

.contact-item p a:hover {
  text-decoration: none;
}

#page .centered-img {
  text-align: center;
}

#page p {
  font-size: 1.6rem;
  text-shadow: 0 0 0 #312c2a;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  color: #919191;
}

#page p strong {
  font-weight: 400;
}

#page p img {
  max-width: 100%;
}

#page iframe {
  margin-top: 4rem;
}

#page h3 {
  font-size: 2.4rem;
  text-transform: none;
  letter-spacing: initial;
  text-align: left;
  margin-top: 4rem;
}

#page h4 {
  font-size: 1.9rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 2rem;
}

#page h4 strong {
  font-weight: 300;
}

#page h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

#page ol li {
  font-size: 1.6rem;
  text-shadow: 0 0 0 #312c2a;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  color: #919191;
}

.maiak-before {
  position: relative;
}

.maiak-before:before {
  width: 16px;
  height: 13px;
  background-position: -40px -260px;
  top: 3px;
  left: -25px;
}

.blog-aside {
  width: 300px;
  float: left;
}

.blog-aside .soc-aside {
  margin-bottom: 3rem;
}

.blog-sidebar {
  width: calc(100% - 340px);
  float: right;
}

.post {
  margin-bottom: 4rem;
}

.post img {
  width: 100%;
}

.post h3 {
  text-align: left;
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}

.post p {
  font-family: "Futura", Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

.post .date {
  color: #9a9a9a;
  margin-bottom: 2rem;
  position: relative;
  display: block;
  font-weight: 600;
}

.post h1 {
  font-size: 3.5rem;
  font-weight: 300;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}

.post h2 {
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}

.post a {
  font-family: "Futura", Tahoma, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
}

.comments {
  padding-top: 2rem;
}

.comment-form {
  padding-top: 2rem;
}

a.pdf {
  position: relative;
  padding-left: 15px;
}

a.pdf:before {
  width: 12px;
  height: 14px;
  background-position: -60px -260px;
  top: 10px;
  right: 9px;
}

a#header-cart:after,
a#header-cart.opened:after {
  border: none;
}

a#header-cart.fixed-cart:after,
a#header-cart.opened.fixed-cart:after {
    position: absolute;
    border: 18px solid transparent;
    border-right: 18px solid #f3f3f3;
    border-top: 18px solid #f3f3f3;
}

.product-art .cards-slider {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.hidden-colors {
  height: 550px;
  text-align: center;
  padding: 20px;
  width: 850px;
  max-width: 95%;
  max-height: 95%;
  position: fixed;
  top: -1000px;
  left: 50%;
  margin-left: -425px;
  margin-top: -275px;
  background: #FFF;
  z-index: 70;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35), 0 10px 20px rgba(0, 0, 0, 0.32);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hidden-colors.visible {
  top: 50%;
}

.hidden-colors p {
  width: 70%;
  text-align: left;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
}

.hidden-colors h3 {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: uppercase;
}

.hidden-colors .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  background: #b9b9b9;
  transition: all 200ms;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.hidden-colors .close:before, .hidden-colors .close:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #FFF;
  border-radius: 1px;
  right: 50%;
  top: 0;
  margin-right: -8px;
  margin-top: 13px;
}

.hidden-colors .close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hidden-colors .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hidden-colors .close:hover {
  background: #E81123;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  background: rgba(255, 255, 255, 0.7);
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

.hidden-colors-wrap {
  float: left;
  overflow: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.hidden-color {
  width: 100px;
  height: 120px;
  margin-bottom: 20px;
  float: left;
}

.hidden-color span {
  font-family: "Futura", Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 0;
}

.hidden-color .img-wrap {
  width: 100px;
  height: 100px;
}

.hidden-color .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}

.hidden-color .img-wrap span {
  display: inline-block;
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#user-auth-provider,
.wa-auth-adapters {
  float: left;
  width: 100%;
}

#user-auth-provider li,
.wa-auth-adapters li {
  display: inline-block;
  float: left;
  margin-right: 1.5rem;
}

#user-auth-provider li a,
.wa-auth-adapters li a {
  height: 25px;
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 .7rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #FFF;
  transition: all 200ms;
}

#user-auth-provider li a img,
.wa-auth-adapters li a img {
  margin-right: .7rem;
}

#user-auth-provider li a:hover,
.wa-auth-adapters li a:hover {
  border: 2px solid #95C12B;
}

#user-auth-provider li.selected a,
.wa-auth-adapters li.selected a {
  border: 2px solid #95C12B;
}

.review-form-fields .review-field {
  width: 100%;
  margin: 5px 0;
  float: left;
  display: block;
  position: relative;
  /*.errormsg {
			display: block;
			position: absolute;
			right: -23px;
			top: 12px;
			width: 14px;
			height: 11px;
			background: $sprite;
			background-position: -20px -260px;
			text-indent: -9999999px;
		}*/
}

.review-form-fields .review-field label {
  width: 100px;
  margin-right: 15px;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: left;
  font-size: 1.6rem;
  position: relative;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Futura", Tahoma, sans-serif;
}

.review-form-fields .review-field input {
  width: 250px;
  position: relative;
  box-sizing: border-box;
  float: left;
  border: none;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  background: #eeeeee;
  font-size: 1.3rem;
}

.review-form-fields .review-field .errormsg {
  font-style: inherit;
  font-size: 1.1rem;
  color: red;
  position: absolute;
  left: 115px;
  top: 36px;
}

.review-form-fields .review-field textarea {
  box-sizing: border-box;
  position: relative;
  border: none;
  padding: 15px 10px;
  height: 102px;
  width: 250px;
  background: #eeeeee;
  font-size: 1.3rem;
  resize: none;
}

.wa-field.wa-required .wa-name:after {
  content: "*";
  position: absolute;
  font-weight: bold;
  font-size: 1.6rem;
  color: #F70707;
  right: -10px;
  top: 0;
}

.review-submit {
  margin-bottom: 3rem;
}

.review-submit input.save {
  outline: none;
  border: none;
  background: #82B703;
  height: 36px;
  line-height: 37px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
}

.review-submit em.hint {
  font-style: normal;
  font-size: 1.3rem;
}

.news-wrap .in-soc {
  margin-top: 30px;
}

.news-wrap .in-soc a {
  margin-left: 0;
  margin-right: 1.7rem;
}

.description p {
  font-family: "Futura";
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 6px;
  text-shadow: 0 0 0 #312c2a;
  color: #9a9a9a;
}

.description h3 {
  font-weight: 300;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 0 #312c2a;
}

.description h2 {
  font-weight: 300;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 2.2rem;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 0 #312c2a;
}

.brand-description {
  font-family: "Futura", Tahoma, sans-serif;
  font-weight: 300;
  text-shadow: 0 0 0 #312c2a;
  font-size: 1.7rem;
}

#swipebox-arrows #swipebox-prev {
  width: 40%;
  height: 100%;
}

#swipebox-arrows #swipebox-prev:before {
  width: 15px;
  height: 38px;
  background-position: -100px -40px;
  left: 10%;
  top: 50%;
  margin-top: -19px;
}

#swipebox-arrows #swipebox-prev:hover:before {
  background-position: -140px -40px;
}

#swipebox-arrows #swipebox-next {
  width: 60%;
  height: 100%;
}

#swipebox-arrows #swipebox-next:before {
  width: 15px;
  height: 38px;
  background-position: -120px -40px;
  right: 10%;
  top: 50%;
  margin-top: -19px;
}

#swipebox-arrows #swipebox-next:hover:before {
  background-position: -160px -40px;
}

#swipebox-close {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 800px) {
  #swipebox-arrows {
    width: 100%;
    height: 100%;
  }
}

.makemar-50 {
	display: block;
	width: 100%;
	float: left;
	height: 50px;
}


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