/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.4em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

@font-face {
  font-family: 'Narziss Pro AZ';
  src: url("../fonts/NarzissProAZ-Heavy.eot");
  src: url("../fonts/NarzissProAZ-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/NarzissProAZ-Heavy.woff") format("woff"), url("../fonts/NarzissProAZ-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

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

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

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

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

.SumoSelect .optWrapper ul, #panel .language ul, .phones, .panel-controls, .ui-autocomplete, #nav > ul, #nav > ul ul, .mobile-language ul, .mobile-contacts ul, .brands-panel .brands-list, .brands-panel .drop ul, #promo ul, #footer ul, .foot-bottom ul, .date-list, .breadcrumbs ul, .filter .choosed ul, .pagination ul, .sort .sort-type, .sort .view, .order-menu ul, .photo .big-photo, .photo .preview, .blog-list, .list, .social-list, .note ul, .reviews, .web-pages, .fade-gallery ul, .tab-controls, ol, .side-menu ul, .block-404 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, form:after,
fieldset:after, .row:after, .phone-holder:after, .container:after, #header .holder:after, .foot-bottom:after, .foot-bottom ul:after, .product:after, .share:after, .social-list:after, .subscribe-form:after, .details-info:after, .about-prod:after, .review-head:after, .history .two-columns:after, .order-info:after, .popup .popup-holder:after, .popup .popup-footer:after, .popup .review .review-controls:after, .contact-holder:after, .widgets:after, .faq-form .two-cols:after, .block-404:after, .block-404 ul:after, .results:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis, .filter .choosed li a {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.product-list, .date-list, .vote-holder, .blog-list, .note, .note ul, .brand-item ul, .fade-gallery .preview, .tab-controls, .account-form .row-inline, .popup .photo .preview {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px; }
  .product-list > *, .date-list > *, .vote-holder > *, .blog-list > *, .note > *, .note ul > *, .brand-item ul > *, .fade-gallery .preview > *, .tab-controls > *, .account-form .row-inline > *, .popup .photo .preview > * {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal; }
    @media (max-width: 979px) {
      .product-list > *, .date-list > *, .vote-holder > *, .blog-list > *, .note > *, .note ul > *, .brand-item ul > *, .fade-gallery .preview > *, .tab-controls > *, .account-form .row-inline > *, .popup .photo .preview > * {
        font-size: 16px;
        line-height: 19px; } }
    @media (max-width: 767px) {
      .product-list > *, .date-list > *, .vote-holder > *, .blog-list > *, .note > *, .note ul > *, .brand-item ul > *, .fade-gallery .preview > *, .tab-controls > *, .account-form .row-inline > *, .popup .photo .preview > * {
        font-size: 14px;
        line-height: 17px; } }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 18px/24px "Futura New", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 18px; } }

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

.gm-style img {
  max-width: none; }

a {
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: normal;
  margin: 0;
  display: block;
  color: inherit; }
  h1 span, .h1 span,
  h2 span, .h2 span,
  h3 span, .h3 span,
  h4 span, .h4 span,
  h5 span, .h5 span,
  h6 span, .h6 span,
  .h span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 20px; }
    h1 span:after, .h1 span:after,
    h2 span:after, .h2 span:after,
    h3 span:after, .h3 span:after,
    h4 span:after, .h4 span:after,
    h5 span:after, .h5 span:after,
    h6 span:after, .h6 span:after,
    .h span:after {
      content: '';
      position: absolute;
      height: 2px;
      background-color: #c5cbd1;
      top: calc(50% - 1px);
      left: 100%;
      width: 2000px; }

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 22px;
  overflow: hidden;
  font-family: "Narziss Pro AZ", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  h1 + .sly, .h1 + .sly {
    margin-top: -20px; }
  h1 sup, .h1 sup {
    font: 15px "Futura New", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: none;
    padding-left: 20px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 26px;
      line-height: 31px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 22px; }
  @media (max-width: 979px) {
    h2, .h2 {
      font-size: 34px;
      line-height: 39px; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 26px;
      line-height: 31px; } }

h3, .h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 12px; } }

h4, .h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
  overflow: hidden; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 24px; }
  p a {
    border-bottom: 1px solid; }

b, strong {
  font-weight: 900; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: #e10035; }

.red-stripe {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 16px;
  font-family: "Narziss Pro AZ", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  border-bottom: 2px solid #c9ced4;
  padding-bottom: 10px; }
  .red-stripe span {
    position: relative;
    padding-right: 10px; }
    .red-stripe span:after {
      content: '';
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #e10035; }
  @media (max-width: 767px) {
    .red-stripe {
      font-size: 22px;
      line-height: 26px;
      padding-bottom: 6px; }
      .red-stripe span:after {
        bottom: -8px; } }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  padding: 8px 14px;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-shadow: none;
  background: white;
  border-radius: 3px;
  font: 18px/24px "Futura New", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
          transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  /* &.to-left {
    float: left;
  } */ }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
    opacity: 1; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
    transition: color 0.2s ease-in-out;
    opacity: 1; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999;
    transition: color 0.2s ease-in-out;
    opacity: 1; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999;
    transition: color 0.2s ease-in-out;
    opacity: 1; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999;
    -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
    opacity: 1; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: black;
    outline: none; }
    input[type='text']:focus::-webkit-input-placeholder,
    input[type='tel']:focus::-webkit-input-placeholder,
    input[type='email']:focus::-webkit-input-placeholder,
    input[type='search']:focus::-webkit-input-placeholder,
    input[type='password']:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: black; }
    input[type='text']:focus::-moz-placeholder,
    input[type='tel']:focus::-moz-placeholder,
    input[type='email']:focus::-moz-placeholder,
    input[type='search']:focus::-moz-placeholder,
    input[type='password']:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      opacity: 1;
      color: black; }
    input[type='text']:focus:-moz-placeholder,
    input[type='tel']:focus:-moz-placeholder,
    input[type='email']:focus:-moz-placeholder,
    input[type='search']:focus:-moz-placeholder,
    input[type='password']:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      color: black; }
    input[type='text']:focus:-ms-input-placeholder,
    input[type='tel']:focus:-ms-input-placeholder,
    input[type='email']:focus:-ms-input-placeholder,
    input[type='search']:focus:-ms-input-placeholder,
    input[type='password']:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: black; }
    input[type='text']:focus.placeholder,
    input[type='tel']:focus.placeholder,
    input[type='email']:focus.placeholder,
    input[type='search']:focus.placeholder,
    input[type='password']:focus.placeholder,
    textarea:focus.placeholder {
      color: black; }

select {
  -webkit-border-radius: 0; }

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  padding: 0; }

.row {
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .row {
      margin-bottom: 10px; } }

.input {
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  background-color: #f3f3f3;
  text-align: left;
  border: 2px solid #f3f3f3;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  margin: 0 0 30px;
  /* @include media('<phone') {
    margin-bottom: 10px;
  } */ }
  .input > label {
    position: absolute;
    font: 18px/24px "Futura New", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    top: 6px;
    left: 14px;
    color: #999;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    cursor: text;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none; }
  .input em {
    font-style: normal;
    color: #cc0937; }
  .input input, .input textarea {
    background-color: transparent;
    border: none;
    padding: 7px 14px; }
  .input.focus > label {
    top: -26px;
    left: 0;
    font-size: 12px; }
  .input.focus input {
    background-color: white; }
  .input.enter > label {
    top: -26px;
    left: 0;
    font-size: 12px; }
  .input.error:after {
    opacity: 1; }
  .input.select {
    border: 0;
    background-color: transparent; }
    .input.select .SumoSelect {
      margin: 0; }
      .input.select .SumoSelect .placeholder {
        opacity: 0; }
    .input.select > label {
      top: 8px; }
    .input.select.enter label, .input.select.focus label {
      top: -24px; }

.input-control {
  display: block;
  position: relative;
  min-height: 40px;
  background-color: #fff;
  text-align: left;
  border: 1px solid #b7b7b7;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color; }
  .input-control input {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0; }

.button {
  display: inline-block;
  vertical-align: top;
  background-color: #252525;
  color: white;
  font: 15px/40px "Futura New", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0 20px;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
          transition-property: background-color, color, border-color;
  text-decoration: none;
  letter-spacing: 0.1em; }
  .button:hover {
    color: white;
    background-color: #e10035; }
  .button.fullwidth {
    display: block;
    width: 100% !important; }
  .button.upper {
    text-transform: uppercase; }
  .button.red {
    background-color: #e10035;
    font-weight: 900; }
    .button.red:hover {
      background-color: #bd002d; }
    .button.red:focus {
      color: #fff; }
  .button.social {
    font-weight: 900;
    letter-spacing: 0.05em; }
  .button.btn-facebook {
    background-color: #3f67bf; }
    .button.btn-facebook:hover {
      background-color: #698cda; }
  .button.btn-google {
    background-color: #e65343; }
    .button.btn-google:hover {
      background-color: #f17669; }
  .button.blue {
    background-color: #00b3e0;
    color: #fff; }
    .button.blue:hover {
      background-color: #000; }
  .button.big {
    line-height: 50px; }
    .button.big.green {
      font-size: 18px;
      font-weight: 900; }
  .button.green {
    background-color: #dcefb3;
    color: #429d00;
    border-radius: 5px;
    letter-spacing: 0; }
    .button.green .fa {
      margin-left: 5px; }
    .button.green:hover {
      color: #dcefb3;
      background-color: #429d00; }
  .button.white {
    color: black;
    background-color: white; }
    .button.white:hover {
      color: white;
      background-color: #e10035; }
  .button.back {
    letter-spacing: normal;
    margin-left: 10px;
    position: relative; }
    .button.back:before {
      content: '';
      position: absolute;
      left: -10px;
      top: 0;
      -webkit-transition: border-color 0.2s ease-in-out;
              transition: border-color 0.2s ease-in-out;
      height: 0;
      width: 0;
      border-bottom: 20px solid transparent;
      border-right: 10px solid #e10035;
      border-top: 20px solid transparent; }
    .button.back:hover:before {
      height: 0;
      width: 0;
      border-bottom: 20px solid transparent;
      border-right: 10px solid #bd002d;
      border-top: 20px solid transparent; }

.SumoSelect {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: left;
  background-color: #f3f3f3;
  border-radius: 0;
  border: 2px solid #f3f3f3;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  outline: none;
  line-height: 24px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .SumoSelect {
      margin-bottom: 10px; } }
  .SumoSelect select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: 0;
    opacity: 0;
    z-index: 20;
    pointer-events: none; }
    .mobile .SumoSelect select {
      pointer-events: auto; }
  .SumoSelect .SelectBox {
    margin: 0;
    cursor: pointer;
    position: relative;
    border-radius: 0;
    padding: 6px 50px 6px 12px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    /* &:before {
      content: '\f0d7';
      position: absolute;
      top: 0;
      right: 13px;
      bottom: 0;
      font: 18px/37px 'FontAwesome';
      color: #666;
      pointer-events: none;
      transition: color $animation-speed ease-in-out;
    } */ }
    .SumoSelect .SelectBox .placeholder {
      color: #999;
      -webkit-transition: color 0.2s ease-in-out;
              transition: color 0.2s ease-in-out; }
    .SumoSelect .SelectBox:after {
      content: '';
      position: absolute;
      right: 36px;
      top: calc(50% - 9px);
      height: 19px;
      width: 1px;
      background-color: #e10035;
      pointer-events: none; }
    .SumoSelect .SelectBox:hover {
      /* border-color: #fff;
      background-color: #fff;
      color: $white;
      .placeholder {color: white;}
      &:before {color: white;} */ }
  .SumoSelect .fa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    padding: 0 8px 0 0;
    pointer-events: none;
    -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
    -webkit-transition-property: color, -webkit-transform;
            transition-property: color, transform; }
  .SumoSelect .optWrapper {
    position: absolute;
    z-index: 100;
    left: -1px;
    right: -1px;
    top: 50px;
    padding: 0;
    max-height: 193px;
    background-color: white;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    overflow-y: auto;
    border-radius: 0; }
    .SumoSelect .optWrapper li {
      border: solid #f3f3f3;
      border-width: 0 2px;
      -webkit-transition: border-color 0.2s ease-in-out;
              transition: border-color 0.2s ease-in-out; }
      .SumoSelect .optWrapper li:first-child {
        display: none; }
      .SumoSelect .optWrapper li:nth-child(2) {
        border-top-width: 2px; }
      .SumoSelect .optWrapper li:last-child {
        border-bottom-width: 2px; }
      .SumoSelect .optWrapper li.selected label {
        color: white;
        background-color: #e10035; }
      .SumoSelect .optWrapper li:hover, .SumoSelect .optWrapper li.selected {
        border-color: #e10035; }
    .SumoSelect .optWrapper label {
      display: block;
      text-align: left;
      color: black;
      padding: 7px 14px;
      margin: 0;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
              transition: 0.2s ease-in-out;
      -webkit-transition-property: background-color, color, border-color;
              transition-property: background-color, color, border-color;
      background-color: white;
      border-radius: 0;
      border: none; }
      .SumoSelect .optWrapper label:hover {
        color: white;
        background-color: #e10035; }
  .SumoSelect.open .fa {
    color: #e10035; }
  .SumoSelect.open .optWrapper {
    -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
    animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards; }

.phone-holder .SumoSelect {
  float: left;
  width: 115px; }
  @media (max-width: 767px) {
    .phone-holder .SumoSelect {
      float: none;
      margin-bottom: 30px; } }

.phone-holder .input {
  float: right;
  width: calc(100% - 125px); }
  @media (max-width: 767px) {
    .phone-holder .input {
      float: none;
      width: 100%; } }

.number {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  width: 66px; }
  .number input {
    width: 44px;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .number .fa {
    position: absolute;
    right: 0; }
  .number .fa-angle-up {
    top: -3px; }
  .number .fa-angle-down {
    bottom: -3px; }

.quick-order {
  float: right;
  width: 314px;
  font-size: 18px;
  line-height: 24px; }
  .quick-order label {
    display: block;
    padding-bottom: 12px; }
  .quick-order input {
    float: left;
    width: calc(100% - 104px); }
  .quick-order .button {
    letter-spacing: normal;
    min-width: 84px;
    float: right; }
  @media (max-width: 767px) {
    .quick-order {
      width: auto;
      float: none; }
      .quick-order input {
        width: calc(100% - 94px); } }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.fadescale {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0; }

.fadescale-transitions {
  -webkit-transition: all .3s;
  transition: all .3s; }

.fadescale.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.slideright {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0; }

.slideright-transitions {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.slideright.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.slidebottom {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0; }

.slidebottom-transitions {
  -webkit-transition: all .3s;
  transition: all .3s; }

.slidebottom.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.newspaper {
  -webkit-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0; }

.newspaper-transitions {
  -webkit-transition: all .5s;
  transition: all .5s; }

.newspaper.show {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.fall {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.fall > :first-child {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0; }

.fall.show > :first-child {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1; }

.sidefall {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.sidefall > :first-child {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0; }

.sidefall.show > :first-child {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1; }

.stickyup {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0; }

.stickyup-transitions {
  -webkit-transition: all .3s;
  transition: all .3s; }

.stickyup.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1; }

.horizflip {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.horizflip > :first-child {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg); }

.horizflip-transitions > :first-child {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0; }

.horizflip.show > :first-child {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1; }

.vertflip {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.vertflip > :first-child {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  opacity: 0; }

.vertflip-transitions > :first-child {
  -webkit-transition: all .3s;
  transition: all .3s; }

.vertflip.show > :first-child {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

.sign {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.sign > :first-child {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  opacity: 0; }

.sign-transitions > :first-child {
  -webkit-transition: all .3s;
  transition: all .3s; }

.sign.show > :first-child {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

.superscale {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.superscale-transitions {
  -webkit-transition: -webkit-transform 0.3s,opacity .3s;
  transition: transform 0.3s,opacity .3s; }

.superscale.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.slit {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.slit > :first-child {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0; }

.slit.show > :first-child {
  -webkit-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out; }

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
            transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
            transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

.rotatebottom {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.rotatebottom-transitions > :first-child {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.rotatebottom > :first-child {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
  opacity: 0; }

.rotatebottom.show > :first-child {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1; }

.rotateleft {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.rotateleft-transitions > :first-child {
  -webkit-transition: all .3s;
  transition: all .3s; }

.rotateleft > :first-child {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
  opacity: 0; }

.rotateleft.show > :first-child {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1; }

.blur-overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px); }

.blur {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0; }

.blur-transitions {
  -webkit-transition: all .3s;
  transition: all .3s; }

.blur.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.fancybox-skin {
  box-shadow: none;
  background-color: transparent; }

.fancybox-inner {
  height: auto !important;
  background-color: transparent; }

.fancybox-close {
  width: 60px;
  height: 60px;
  top: 0;
  right: -60px;
  overflow: hidden;
  background: black; }
  .fancybox-close span {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .fancybox-close span:after, .fancybox-close span:before {
      content: '';
      position: absolute;
      background-color: #fff;
      -webkit-transition: background-color 0.2s ease-in-out;
              transition: background-color 0.2s ease-in-out; }
    .fancybox-close span:before {
      top: 0;
      bottom: 0;
      left: calc(50% - 1px);
      width: 2px; }
    .fancybox-close span:after {
      left: 0;
      right: 0;
      top: calc(50% - 1px);
      height: 2px; }
    @media (max-width: 767px) {
      .fancybox-close span {
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px; } }
  .fancybox-close:hover span:after, .fancybox-close:hover span:before {
    background-color: #e10035; }
  @media (max-width: 767px) {
    .fancybox-close {
      right: 0;
      width: 30px;
      height: 30px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; } }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding-right: 1px; }
  @media (max-width: 1617px) {
    #wrapper {
      padding-right: 0 !important; } }

.container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }

@media screen and (max-width: 1186px) {
  .container {
    max-width: 980px; } }

@media screen and (max-width: 979px) {
  .container {
    max-width: 768px; } }

@media screen and (max-width: 767px) {
  .container {
    max-width: 320px;
    padding: 0 10px; } }

.size-medium {
  font-size: 15px;
  line-height: 22px; }
  .size-medium p {
    margin-bottom: 22px; }

.size-small {
  font-size: 12px;
  line-height: 15px; }
  .size-small p {
    margin-bottom: 15px; }

.multi-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px; }

.align-center {
  text-align: center; }

.middle {
  vertical-align: middle !important; }

#sidebar {
  float: left;
  width: 262px; }
  @media (max-width: 979px) {
    #sidebar {
      float: none;
      width: 100%; }
      #sidebar .ads {
        display: none; } }
  @media (max-width: 767px) {
    #sidebar {
      border-top: 1px solid #e1e1e1; } }

#content {
  float: right;
  width: calc(100% - 294px); }
  @media (max-width: 979px) {
    #content {
      float: none;
      width: 100%; } }

.large {
  float: left;
  width: calc(100% - 294px); }
  @media (max-width: 767px) {
    .large {
      float: none;
      width: 100%; } }

.small {
  float: right;
  width: 262px; }
  @media (max-width: 767px) {
    .small {
      float: none;
      width: 100%; } }

.upper {
  text-transform: uppercase; }

.price {
  display: block;
  font-weight: 900; }
  .price:after {
    content: ' \20BC';
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif; }
  .price.old-price {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 500;
    padding: 0 4px; }
    .price.old-price:before {
      content: '';
      position: absolute;
      top: calc(50% + 1px);
      height: 1px;
      left: 0;
      right: 0;
      background-color: #e10035;
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
              transform: rotate(-10deg); }
    .price.old-price:after {
      font-weight: 400; }
  .price.price-us:after {
    content: '\0024';
    font-weight: bold;
    padding-left: 4px;
    font-size: 18px; }

.price-frame .price {
  display: inline-block;
  vertical-align: top; }

.price-frame .old {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 4px;
  margin: 0 0 0 6px;
  color: #999;
  font-weight: 500; }
  .price-frame .old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    height: 1px;
    background-color: #e10035;
    pointer-events: none; }
  .price-frame .old:after {
    content: ' \20BC';
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif; }
  .price-frame .old.price-us:after {
    content: '\0024';
    font-size: 16px;
    font-weight: 500;
    padding-left: 4px; }

#panel {
  background-color: black;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  color: white;
  position: relative;
  z-index: 100; }
  #panel .container {
    height: 100%; }
  #panel a {
    color: white; }
    #panel a:hover {
      color: #e10035; }
  #panel .fa {
    color: #e10035;
    margin-right: 9px; }
  #panel .language {
    float: right;
    position: relative; }
    @media (max-width: 767px) {
      #panel .language {
        display: none; } }
    #panel .language span {
      display: block;
      cursor: pointer;
      -webkit-transition: color 0.2s ease-in-out;
              transition: color 0.2s ease-in-out; }
    #panel .language .fa {
      font-size: 13px;
      color: white;
      margin: 0 0 0 5px;
      -webkit-transition: color 0.2s ease-in-out;
              transition: color 0.2s ease-in-out; }
    #panel .language ul {
      position: absolute;
      top: 100%;
      right: 0;
      width: 50px;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: top center;
          -ms-transform-origin: top center;
              transform-origin: top center;
      overflow: hidden;
      background-color: black;
      text-align: center;
      z-index: 100; }
      #panel .language ul .active {
        display: none; }
      #panel .language ul a {
        display: block; }
        #panel .language ul a:hover {
          color: white;
          background-color: #e10035; }
    #panel .language:hover span, #panel .language:hover .fa {
      color: #e10035; }
    #panel .language:hover ul {
      -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
              animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards; }
  @media (max-width: 979px) {
    #panel {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200; } }
  @media (max-width: 767px) {
    #panel {
      height: 40px;
      line-height: 40px;
      z-index: 250; } }

.phones {
  float: left; }
  .phones li {
    float: left;
    padding-right: 25px; }
    @media (max-width: 767px) {
      .phones li {
        display: none; } }
  .phones .mobile-search {
    display: none; }
    @media (max-width: 767px) {
      .phones .mobile-search {
        display: block; } }

.panel-controls {
  float: right; }
  .panel-controls li {
    float: left;
    padding-right: 25px; }
  @media (max-width: 767px) {
    .panel-controls {
      font-size: 0;
      line-height: 0; }
      .panel-controls li {
        padding: 0 0 0 25px; }
      .panel-controls .fa, .panel-controls span {
        font-size: 15px;
        line-height: 40px; }
      .panel-controls .fa {
        margin-right: 0 !important; }
      .panel-controls span {
        margin-left: 9px; } }

#header {
  width: 100%;
  padding: 30px 0;
  position: relative;
  z-index: 90; }
  #header .holder {
    padding-bottom: 29px; }
  @media (max-width: 979px) {
    #header {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    #header {
      padding-top: 70px; }
      #header .holder {
        padding: 0; }
      .navigation #header {
        z-index: 230; } }

.logo {
  display: block;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat 50% 50%/100% 100%;
  width: 185px;
  height: 71px;
  overflow: hidden;
  text-indent: 121%;
  white-space: nowrap; }
  .logo a {
    display: block;
    height: 100%; }

.filter-button {
  float: left;
  font-size: 18px;
  line-height: 24px;
  padding: 2px 0 0 64px;
  background: url(../images/smart.jpg) no-repeat;
  width: 173px;
  height: 57px;
  color: #e10035;
  margin: 10px 89px 0 0; }
  @media (max-width: 979px) {
    .filter-button {
      margin-right: 39px; } }
  @media (max-width: 767px) {
    .filter-button {
      display: none; } }

.search-button {
  float: right;
  width: 262px;
  height: 50px;
  color: #ccc;
  font-size: 18px;
  line-height: 46px;
  padding: 0 20px;
  margin-top: 14px;
  border: 2px solid #ccc; }
  .search-button .fa {
    color: #e10035;
    margin-right: 20px; }
  .search-button:hover {
    color: black;
    border-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 979px) {
    .search-button {
      width: 212px; } }
  @media (max-width: 767px) {
    .search-button {
      display: none; } }

.search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #e10035;
  text-align: center;
  color: white;
  padding: 21px 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out; }
  .search .container {
    max-width: 668px; }
  .search h1, .search .h1 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .search .close {
    position: absolute;
    bottom: 0;
    right: -82px;
    width: 44px;
    height: 44px;
    opacity: .3;
    overflow: hidden;
    text-indent: 121%;
    white-space: nowrap;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .search .close:after, .search .close:before {
      content: '';
      position: absolute;
      background-color: black; }
    .search .close:after {
      top: 0;
      bottom: 0;
      width: 2px;
      left: calc(50% - 1px); }
    .search .close:before {
      left: 0;
      right: 0;
      height: 2px;
      top: calc(50% - 1px); }
    .search .close:hover {
      opacity: 1; }
    @media (max-width: 979px) {
      .search .close {
        width: 34px;
        height: 34px;
        right: -30px;
        bottom: auto;
        top: 0; } }
    @media (max-width: 767px) {
      .search .close {
        right: 10px; } }
  .search .input {
    background-color: transparent !important;
    border-radius: 0;
    border-width: 0 0 2px;
    border-color: white;
    margin: 0; }
    .search .input input {
      padding: 13px 40px 13px 20px;
      font-size: 25px;
      color: white;
      background-color: transparent !important; }
      .search .input input::-webkit-input-placeholder {
        color: black;
        text-align: center; }
      .search .input input::-moz-placeholder {
        opacity: 1;
        color: black;
        text-align: center; }
      .search .input input:-moz-placeholder {
        color: black;
        text-align: center; }
      .search .input input:-ms-input-placeholder {
        color: black;
        text-align: center; }
      .search .input input.placeholder {
        color: black;
        text-align: center; }
      .search .input input:focus::-webkit-input-placeholder {
        color: transparent; }
      .search .input input:focus::-moz-placeholder {
        opacity: 1;
        color: transparent; }
      .search .input input:focus:-moz-placeholder {
        color: transparent; }
      .search .input input:focus:-ms-input-placeholder {
        color: transparent; }
      .search .input input:focus.placeholder {
        color: transparent; }
  .search button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    opacity: .3;
    font-size: 20px;
    padding: 16px 0;
    margin: 0;
    width: 30px;
    text-align: right;
    -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out; }
    .search button:hover {
      opacity: 1; }
  .search.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media (max-width: 979px) {
    .search {
      padding-top: 71px; } }
  @media (max-width: 767px) {
    .search {
      position: fixed;
      padding-top: 61px;
      bottom: auto;
      padding-bottom: 40px; } }

.quick-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 90;
  text-align: center;
  display: none; }
  @media (max-width: 767px) {
    .quick-buttons {
      display: block;
      z-index: 240; } }
  .quick-buttons a {
    float: left;
    width: 50%;
    border: 0;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background-color: #009ac0; }
    .quick-buttons a:nth-child(2) {
      background-color: #51c000; }
  .quick-buttons .fa {
    margin-right: 7px; }

.mobile-menu {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 5px 20px 0 0;
  display: none; }
  .mobile-menu span {
    position: absolute;
    top: calc(50% - 1px);
    left: 4px;
    right: 4px;
    height: 2px;
    background-color: #e10035;
    -webkit-transition: background 0s 0.3s;
            transition: background 0s 0.3s; }
    .mobile-menu span:after, .mobile-menu span:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #e10035;
      -webkit-transition-duration: 0.3s, 0.3s;
              transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
              transition-delay: 0.3s, 0s; }
    .mobile-menu span:after {
      top: -6px;
      -webkit-transition-property: top, -webkit-transform;
              transition-property: top, transform; }
    .mobile-menu span:before {
      bottom: -6px;
      -webkit-transition-property: bottom, -webkit-transform;
              transition-property: bottom, transform; }
  .navigation .mobile-menu span {
    background-color: rgba(242, 242, 242, 0); }
    .navigation .mobile-menu span:after, .navigation .mobile-menu span:before {
      -webkit-transition-delay: 0s, 0.3s;
              transition-delay: 0s, 0.3s;
      background-color: white; }
    .navigation .mobile-menu span:after {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .navigation .mobile-menu span:before {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .mobile-menu {
      display: block; } }

.ui-autocomplete {
  position: absolute;
  z-index: 90;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 50px;
  color: black; }
  .ui-autocomplete li {
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out; }
    .ui-autocomplete li:hover {
      background-color: #e10035; }
      .ui-autocomplete li:hover .name {
        color: white; }
      .ui-autocomplete li:hover a {
        color: white !important; }
    .ui-autocomplete li.view-all a {
      display: block;
      padding-left: 65px;
      font-size: 15px;
      text-transform: uppercase;
      color: black; }
    .ui-autocomplete li.view-all span {
      border-bottom: 1px solid; }
    .ui-autocomplete li.view-all .fa {
      margin-left: 7px; }
  .ui-autocomplete .visual {
    float: left;
    width: 50px;
    height: 50px;
    padding: 2px;
    text-align: center;
    margin-right: 15px; }
  .ui-autocomplete img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .ui-autocomplete .name {
    display: block;
    overflow: hidden;
    font-weight: normal;
    -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out; }

.ui-helper-hidden-accessible {
  display: none; }

#nav {
  width: 100%;
  text-align: center; }
  #nav .fa {
    margin-left: 6px; }
  #nav > ul {
    display: inline-block;
    vertical-align: top; }
    #nav > ul > li {
      float: left;
      margin: 0 16px;
      position: relative; }
      @media (max-width: 979px) {
        #nav > ul > li {
          margin: 0 10px; } }
      #nav > ul > li > a {
        color: black;
        text-transform: uppercase;
        font: 20px/35px "Narziss Pro AZ", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
      #nav > ul > li .active > a, #nav > ul > li:hover > a {
        color: #e10035; }
      #nav > ul > li:hover ul {
        -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
                animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards; }
    #nav > ul ul {
      position: absolute;
      top: 100%;
      left: -7px;
      min-width: 130px;
      background-color: white;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(0, 0, 0, 0.1);
      text-align: left;
      font-size: 15px;
      line-height: 25px;
      white-space: nowrap;
      padding: 8px 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: top center;
          -ms-transform-origin: top center;
              transform-origin: top center;
      overflow: hidden; }
      #nav > ul ul a {
        color: black;
        display: block;
        padding: 0 20px; }
        #nav > ul ul a:hover {
          color: #e10035; }
      #nav > ul ul.active a {
        color: #e10035; }
  #nav .back {
    position: fixed;
    left: 5px;
    top: 350px;
    color: white;
    font-size: 16px;
    line-height: 22px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out; }
    #nav .back .fa {
      color: #e10035;
      font-size: 20px;
      line-height: 22px;
      margin-right: 7px; }
  @media (max-width: 767px) {
    #nav {
      position: fixed;
      left: 0;
      right: 0;
      top: -100px;
      bottom: -100px;
      z-index: 150;
      padding: 140px 0;
      background-color: rgba(0, 0, 0, 0.9);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out; }
      #nav > ul {
        display: block;
        width: 100%;
        position: relative;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
                transition: transform 0.2s ease-in-out; }
        #nav > ul.open {
          -webkit-transform: translateX(-100%);
              -ms-transform: translateX(-100%);
                  transform: translateX(-100%); }
          #nav > ul.open + .back {
            opacity: 1;
            pointer-events: auto; }
        #nav > ul > li {
          float: none;
          width: 100%;
          margin: 0;
          position: static;
          border-bottom: 1px solid white; }
          #nav > ul > li > a {
            display: block;
            line-height: 40px;
            color: white; }
            #nav > ul > li > a .fa {
              color: #e10035;
              -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
        #nav > ul .active > a {
          color: #e10035; }
        #nav > ul ul {
          top: 0;
          left: 100%;
          padding: 0;
          width: 100%;
          background: none;
          box-shadow: none;
          border: 0;
          font-size: 20px;
          line-height: 40px;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
          #nav > ul ul li {
            border-bottom: 1px solid white; }
          #nav > ul ul a {
            color: white;
            display: block;
            text-align: center; }
      .navigation #nav {
        opacity: 1;
        pointer-events: auto; } }

.mobile-language {
  position: fixed;
  right: 0;
  width: 50%;
  bottom: 60px;
  font-size: 16px;
  line-height: 40px;
  display: none;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .mobile-language {
      display: block; } }
  .mobile-language ul {
    display: inline-block;
    vertical-align: top; }
  .mobile-language li {
    float: left; }
    .mobile-language li.active a {
      background-color: black;
      color: #e10035;
      font-weight: 500; }
  .mobile-language a {
    display: block;
    color: white;
    width: 40px;
    text-align: center; }

.mobile-contacts {
  position: fixed;
  left: 0;
  bottom: 60px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding-left: 10px;
  display: none; }
  @media (max-width: 767px) {
    .mobile-contacts {
      display: block; } }
  .mobile-contacts ul {
    display: inline-block;
    vertical-align: top; }
  .mobile-contacts li {
    display: block; }
  .mobile-contacts a {
    color: white; }
  .mobile-contacts .fa {
    color: #e10035;
    margin-right: 9px; }

.brands-panel {
  background-color: #f2f2f2;
  text-align: center;
  position: relative;
  z-index: 80; }
  .brands-panel.as-filter {
    background-color: transparent;
    text-align: left;
    margin-bottom: 15px; }
    .brands-panel.as-filter .drop {
      display: none; }
    .brands-panel.as-filter a {
      line-height: 24px !important; }
    @media (max-width: 767px) {
      .brands-panel.as-filter li {
        display: block !important; } }
  .brands-panel .container {
    height: 100%; }
  .brands-panel .brands-list {
    display: inline-block;
    vertical-align: top; }
    .brands-panel .brands-list > li {
      float: left;
      padding: 0 7px; }
      @media (max-width: 979px) {
        .brands-panel .brands-list > li {
          padding: 0 5px; } }
      @media (max-width: 767px) {
        .brands-panel .brands-list > li {
          display: none; }
          .brands-panel .brands-list > li:first-child {
            display: block; } }
      .brands-panel .brands-list > li > a {
        text-transform: uppercase;
        color: black;
        line-height: 50px; }
        .brands-panel .brands-list > li > a span {
          border-bottom: 1px solid #e10035; }
        @media (max-width: 767px) {
          .brands-panel .brands-list > li > a {
            line-height: 40px; } }
      .brands-panel .brands-list > li:hover > a {
        color: #e10035; }
      .brands-panel .brands-list > li:hover .drop {
        -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
                animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards; }
  .brands-panel .drop {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    padding: 37px 0; }
    @media (max-width: 979px) {
      .brands-panel .drop {
        display: none; } }
    .brands-panel .drop ul {
      overflow: hidden;
      -webkit-column-count: 5;
         -moz-column-count: 5;
              column-count: 5;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; }
    .brands-panel .drop li {
      max-width: 195px;
      padding-left: 30px; }
      .brands-panel .drop li.all {
        text-transform: uppercase; }
    .brands-panel .drop a {
      color: black;
      border-bottom: 1px solid; }
      .brands-panel .drop a:hover {
        color: #e10035; }
      .brands-panel .drop a .fa {
        margin-right: -16px;
        margin-left: 11px; }
  .brands-panel .letter {
    float: left;
    width: 187px;
    text-align: center;
    font: 100px/100px "Narziss Pro AZ", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }

#promo {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
  margin-bottom: 12px; }
  @media (max-width: 979px) {
    #promo {
      height: 350px; } }
  @media (max-width: 767px) {
    #promo {
      height: 250px; } }
  #promo ul {
    width: 100%;
    height: 100%;
    position: relative; }
  #promo li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #promo li a {
      display: block;
      height: 100%;
      background-size: auto 100%;
      background-position: 50%;
      background-repeat: no-repeat; }
    #promo li.active {
      z-index: 5; }
  #promo .fa {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
    color: black; }
    @media (max-width: 979px) {
      #promo .fa {
        font-size: 37px;
        width: 40px;
        height: 40px;
        line-height: 40px; } }
    #promo .fa:hover {
      color: white;
      background-color: #e10035; }
  #promo .fa-angle-left {
    left: 0;
    padding-right: 4px; }
  #promo .fa-angle-right {
    right: 0;
    padding-left: 4px; }

#main {
  padding-top: 28px; }

#footer {
  position: relative;
  background-color: black;
  color: white;
  padding: 34px 0; }
  #footer .logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #000 url(../images/footer-logo.png) no-repeat 50% 0/138px auto;
    width: 164px;
    height: 105px;
    padding: 0 13px; }
    @media (max-width: 767px) {
      #footer .logo {
        bottom: 80px;
        background-size: 100px auto;
        width: 120px;
        height: 90px; } }
  @media (max-width: 767px) {
    #footer {
      padding: 20px 0 60px; }
      #footer ul {
        display: none;
        padding-bottom: 10px; }
      #footer .open ul {
        display: block; } }

.foot-bottom {
  padding: 10px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 18px; }
  @media (max-width: 767px) {
    .foot-bottom {
      padding: 65px 0 0; } }
  .foot-bottom ul {
    float: left; }
    @media (max-width: 767px) {
      .foot-bottom ul {
        display: block !important;
        float: none;
        text-align: center;
        font-size: 0;
        line-height: 0;
        letter-spacing: -5px; } }
  .foot-bottom li {
    float: left;
    margin: 0 24px 0 0; }
    .foot-bottom li:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .foot-bottom li {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: normal;
        margin: 0 10px; } }
  .foot-bottom a {
    color: rgba(255, 255, 255, 0.8); }
    .foot-bottom a:hover {
      color: #fff; }

.copyright {
  float: right;
  text-align: right;
  font-style: normal; }
  .copyright a {
    color: #fff; }
    .copyright a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .copyright strong {
    font-weight: 500; }
  @media (max-width: 767px) {
    .copyright {
      float: none;
      display: block;
      text-align: center;
      max-width: 250px;
      margin: 8px auto 0; } }

.menu {
  padding: 0 0 13px; }
  @media (max-width: 767px) {
    .menu {
      display: block;
      padding-bottom: 25px; } }
  .menu .title {
    display: block;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 27px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.05em; }
    .menu .title:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 2px;
      background-color: #e10035; }
    .menu .title .fa {
      display: none;
      font-size: 14px;
      padding: 0 0 0 6px;
      color: #e10035;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
              transition: transform 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .menu .title .fa {
          display: inline-block; } }
    @media (max-width: 767px) {
      .menu .title {
        padding-bottom: 8px;
        margin-bottom: 16px; } }
  .menu li {
    margin: 0 0 11px; }
    .menu li span {
      font-family: "Futura New", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .menu a {
    color: white;
    text-decoration: none; }
    .menu a:hover {
      color: #e10035; }
    .menu a.fa:before {
      padding-right: 9px; }
  .menu .open .title .fa {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.sly {
  position: relative;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .sly {
      margin: 0; } }
  .sly:after, .sly:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    z-index: 40;
    display: none; }
  .sly:before {
    left: 0;
    background: -webkit-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .sly:after {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  .sly.single {
    width: 292px;
    margin: 0 auto; }
    .sly.single:before, .sly.single:after {
      z-index: 10; }
  .sly .sly-holder {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0; }
  .sly .controls {
    position: absolute;
    top: -34px;
    right: 15px;
    z-index: 20;
    width: 80px;
    font-size: 30px;
    line-height: 30px;
    display: none; }
    @media (max-width: 767px) {
      .sly .controls {
        width: 50px;
        right: 0; } }
    .sly .controls .fa {
      float: left;
      color: black; }
      .sly .controls .fa:hover {
        color: #e10035; }
      .sly .controls .fa.disabled {
        pointer-events: none;
        opacity: .5; }
    .sly .controls .fa-angle-right {
      float: right; }
    .sly .controls.side-controls {
      top: 180px;
      left: 0;
      right: 0;
      width: 100%; }
      .sly .controls.side-controls .fa {
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #000; }
        .sly .controls.side-controls .fa.fa-angle-left:before {
          padding-right: 3px; }
        .sly .controls.side-controls .fa.fa-angle-right:before {
          padding-left: 3px; }
        .sly .controls.side-controls .fa:hover {
          background-color: #e10035; }
  .sly .product-list {
    margin: 0;
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      .sly .product-list .item {
        margin: 0 19px; }
        .sly .product-list .item footer {
          opacity: 1;
          pointer-events: auto; } }
  .sly .blog-list {
    margin: 0; }
    @media (max-width: 979px) {
      .sly .blog-list li {
        width: 300px;
        padding-left: 12px;
        padding-right: 12px; } }
  .sly.init:after, .sly.init:before,
  .sly.init .controls {
    display: block; }

.product-list {
  margin: 0 -15px;
  padding-bottom: 60px; }
  @media (max-width: 1186px) {
    .product-list {
      text-align: center; } }
  .product-list .item {
    width: 262px;
    text-align: center;
    padding: 16px 16px 7px;
    position: relative;
    z-index: 1;
    margin: 0 15px;
    -webkit-transition: z-index 0.2s ease-in-out;
            transition: z-index 0.2s ease-in-out; }
    .product-list .item:before {
      content: '';
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -88px;
      background-color: white;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(0, 0, 0, 0.1);
      pointer-events: none;
      -webkit-transition: 0.2s ease-in-out;
              transition: 0.2s ease-in-out;
      -webkit-transition-property: opacity, bottom;
              transition-property: opacity, bottom; }
    .product-list .item:hover {
      z-index: 10; }
      .product-list .item:hover:before, .product-list .item:hover footer {
        opacity: 1;
        pointer-events: auto; }
      .product-list .item:hover .countdown-row {
        opacity: 0; }
      .product-list .item:hover .countdown:after {
        opacity: 1; }
    .product-list .item.offer:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -16px;
      opacity: 1;
      border: 5px solid #e10035;
      box-shadow: none; }
    .product-list .item.offer:hover footer {
      -webkit-transition-delay: 250ms;
              transition-delay: 250ms; }
    .product-list .item.offer:hover:before {
      bottom: -88px; }
    @media (max-width: 767px) {
      .product-list .item.offer {
        display: block;
        margin: 0 auto; } }
  .product-list .visual {
    display: block;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    height: 293px;
    white-space: nowrap;
    text-align: center; }
    .product-list .visual:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%;
      margin-left: -4px; }
    .product-list .visual > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .product-list .visual img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .product-list .name {
    display: block;
    font-weight: normal;
    margin-bottom: -2px;
    position: relative;
    z-index: 2; }
    .product-list .name a {
      color: black; }
      .product-list .name a:hover {
        color: #999; }
  .product-list .price {
    margin-bottom: 17px;
    position: relative;
    z-index: 2; }
  .product-list footer {
    position: absolute;
    bottom: -59px;
    left: 50px;
    right: 40px;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out; }
  .product-list .button {
    float: right;
    min-width: 100px;
    text-align: center; }
  .product-list .favorite-button {
    margin-top: 8px; }
  .product-list.view-list {
    margin: 0; }
    .product-list.view-list .item {
      width: 100%;
      margin: 0 0 10px;
      text-align: left;
      height: 300px;
      padding: 0;
      font-size: 15px;
      line-height: 22px;
      color: #666;
      border: 1px solid #ebebeb;
      -webkit-transition: box-shadow 0.2s ease-in-out;
              transition: box-shadow 0.2s ease-in-out; }
      .product-list.view-list .item:before {
        display: none !important; }
      .product-list.view-list .item:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .product-list.view-list .visual {
      float: left;
      margin: 0 36px 0 0;
      height: 298px;
      width: 224px;
      padding: 2px;
      text-align: center; }

@media (max-width: 1186px) and (min-width: 981px) {
  .product-list.view-list .visual {
    margin-right: 0; } }
    .product-list.view-list .info {
      overflow: hidden;
      padding: 24px 24px 0 0; }
    .product-list.view-list .brand-name {
      display: block;
      color: black;
      padding-bottom: 1px; }
    .product-list.view-list .name {
      color: black;
      display: block;
      font-size: 25px;
      line-height: 30px;
      height: 60px;
      overflow: hidden;
      padding-bottom: 5px; }
    .product-list.view-list p {
      margin: 0 0 22px;
      max-height: 66px;
      overflow: hidden; }
    .product-list.view-list footer {
      left: 260px;
      bottom: -4px;
      right: 24px;
      opacity: 1;
      text-align: right;
      pointer-events: auto; }

@media (max-width: 1186px) and (min-width: 981px) {
  .product-list.view-list footer {
    left: 224px; } }
    .product-list.view-list .button {
      float: none;
      margin-left: 15px; }

@media (max-width: 1186px) and (min-width: 981px) {
  .product-list.view-list .id {
    margin: 0 0 0 15px; }
  .product-list.view-list .rating-holder {
    padding-left: 15px; } }
  .product-list.wishes .item {
    padding-bottom: 50px; }
    .product-list.wishes .item footer {
      display: block;
      opacity: 1;
      pointer-events: auto;
      bottom: 0; }
      .product-list.wishes .item footer .button {
        float: none; }
    .product-list.wishes .item:before {
      bottom: -38px; }
  .product-list.wishes .delete {
    position: absolute;
    top: 142px;
    left: 14px;
    color: #999;
    font-size: 15px;
    line-height: 18px;
    z-index: 20; }
    .product-list.wishes .delete span {
      display: block;
      margin: 0 auto 2px;
      position: relative;
      width: 18px;
      height: 18px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .product-list.wishes .delete span:after, .product-list.wishes .delete span:before {
        content: '';
        position: absolute;
        background-color: #999;
        -webkit-transition: background-color 0.2s ease-in-out;
                transition: background-color 0.2s ease-in-out; }
      .product-list.wishes .delete span:before {
        left: 0;
        right: 0;
        top: calc(50% - 1px);
        height: 2px; }
      .product-list.wishes .delete span:after {
        top: 0;
        bottom: 0;
        left: calc(50% - 1px);
        width: 2px; }
    .product-list.wishes .delete:hover {
      color: #e10035; }
      .product-list.wishes .delete:hover span:after, .product-list.wishes .delete:hover span:before {
        background-color: #e10035; }

.count-reviews {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 15px;
  color: black;
  border-bottom: 1px solid;
  position: relative;
  z-index: 2; }
  .count-reviews:hover {
    color: #e10035; }

.price-holder {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  padding-top: 2px; }
  .price-holder .price {
    margin: 0 0 0 8px;
    font-size: 25px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle; }
    .price-holder .price:after {
      font-size: 33px; }
    .price-holder .price.price-us:after {
      font-size: 24px;
      padding-left: 6px; }
  .price-holder .old {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 2px 2px;
    padding: 0 4px;
    position: relative; }
    .price-holder .old:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
              transform: rotate(-10deg);
      height: 1px;
      background-color: #e10035;
      pointer-events: none; }
  .price-holder .discount {
    color: #e10035;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 2px 2px; }

.line {
  color: black;
  text-align: right;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 24px; }
  .line .id {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0 7px 0 28px;
    background-color: #f5f5f5; }
    @media (max-width: 767px) {
      .line .id {
        display: block;
        text-align: center;
        margin: 0;
        padding: 5px; } }
  .line .add {
    display: inline-block;
    vertical-align: top;
    color: black; }
    .line .add .fa {
      color: #e10035;
      margin-right: 3px; }
    .line .add:hover {
      color: #e10035; }
    @media (max-width: 767px) {
      .line .add {
        padding-top: 5px; } }
  @media (max-width: 767px) {
    .line {
      padding-bottom: 12px; } }

.countdown {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 214px;
  height: 47px;
  z-index: 10;
  text-align: center;
  font-size: 30px;
  line-height: 47px;
  color: white;
  pointer-events: none;
  background-color: rgba(225, 0, 53, 0.8); }
  .countdown .countdown-row {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out; }
  .countdown .countdown-section {
    float: left;
    position: relative; }
    .countdown .countdown-section:after {
      content: ':';
      position: absolute;
      top: -2px;
      right: -3px; }
    .countdown .countdown-section:last-of-type:after {
      display: none; }
  .countdown .countdown-amount {
    width: 52px;
    display: block; }
  .countdown .countdown-period {
    display: none; }
  .countdown:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out; }

.favorite-button {
  float: left;
  font-size: 20px;
  line-height: 24px;
  color: black;
  position: relative; }
  .favorite-button:after {
    content: "\f004";
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out; }
  .favorite-button.added:after, .favorite-button:hover:after {
    opacity: 1; }

.rating-holder {
  display: inline-block;
  vertical-align: top;
  padding: 2px 0 2px 25px; }
  @media (max-width: 767px) {
    .rating-holder {
      display: block;
      clear: both;
      text-align: center;
      padding: 6px 0 10px; } }

.br-theme-fontawesome-stars {
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2; }
  .br-theme-fontawesome-stars .br-widget {
    white-space: nowrap; }
    .br-theme-fontawesome-stars .br-widget a {
      margin: 0 3px; }
      .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f005';
        color: #ccc; }
      .br-theme-fontawesome-stars .br-widget a.br-active:after {
        color: #e10035; }
      .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        color: #e10035; }
    .br-theme-fontawesome-stars .br-widget .br-current-rating {
      display: none; }
  .br-theme-fontawesome-stars .br-readonly a {
    cursor: default; }

.gray-block {
  background-color: #f8f8f8; }
  .gray-block .big-pic {
    float: left; }

.date-block {
  position: relative;
  padding: 48px 0 7px; }
  .date-block h1, .date-block .h1 {
    font-size: 50px;
    line-height: 53px;
    margin-bottom: 55px;
    position: relative;
    z-index: 10; }
    @media (max-width: 979px) {
      .date-block h1, .date-block .h1 {
        font-size: 42px;
        line-height: 45px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .date-block h1, .date-block .h1 {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 28px;
        text-align: center; } }
  .date-block .big-pic {
    position: absolute;
    top: 40px;
    left: 0;
    right: 15px;
    bottom: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    z-index: 5; }
    @media (max-width: 1186px) {
      .date-block .big-pic {
        top: auto;
        height: 75%;
        bottom: 20px;
        right: 20px; } }
    @media (max-width: 979px) {
      .date-block .big-pic {
        opacity: .6;
        height: 60%; } }
    @media (max-width: 767px) {
      .date-block .big-pic {
        opacity: 1;
        float: none;
        position: static;
        display: block;
        width: 100%;
        height: 300px;
        margin: 30px 0 15px;
        background-position: 50%; } }
  @media (max-width: 767px) {
    .date-block {
      padding: 30px 0; } }

.date-list {
  overflow: hidden;
  max-width: 713px;
  position: relative;
  z-index: 10; }
  .date-list li {
    width: 50%;
    font-size: 15px;
    line-height: 21px;
    padding: 0 15px 38px; }
    @media (max-width: 767px) {
      .date-list li {
        display: block;
        width: 100%;
        padding: 0 0 16px;
        text-align: center; } }
  .date-list .ico {
    width: 98px;
    height: 98px;
    line-height: 98px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 0 18px;
    text-align: center; }
    .date-list .ico.tower svg {
      width: 60px;
      height: 60px; }
    .date-list .ico.flakon svg {
      width: 76px;
      height: 76px; }
    .date-list .ico.money svg {
      width: 61px;
      height: 61px; }
    .date-list .ico.truck svg {
      width: 64px;
      height: 64px; }
    @media (max-width: 979px) {
      .date-list .ico {
        width: 82px;
        height: 82px;
        line-height: 82px;
        margin-bottom: 14px; }
        .date-list .ico.tower svg {
          width: 44px;
          height: 44px; }
        .date-list .ico.flakon svg {
          width: 60px;
          height: 60px; }
        .date-list .ico.money svg {
          width: 46px;
          height: 46px; }
        .date-list .ico.truck svg {
          width: 48px;
          height: 48px; } }
    @media (max-width: 767px) {
      .date-list .ico {
        margin: 0 auto 14px; } }
  .date-list .title {
    display: block;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 15px; }
    @media (max-width: 979px) {
      .date-list .title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 12px; } }
  .date-list svg {
    display: inline-block;
    vertical-align: middle;
    fill: #e10035; }
  .date-list p {
    max-width: 270px;
    margin: 0; }
    @media (max-width: 767px) {
      .date-list p {
        max-width: 100%; } }

.breadcrumbs {
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  padding-bottom: 12px; }
  .breadcrumbs ul {
    overflow: hidden; }
  .breadcrumbs li {
    float: left;
    margin-bottom: 5px; }
    .breadcrumbs li:after {
      content: '/';
      color: #e10035;
      padding: 0 4px; }
    .breadcrumbs li:last-child:after {
      display: none; }
  .breadcrumbs a {
    color: black; }
    .breadcrumbs a:hover {
      color: #e10035; }

.mobile-filter {
  position: fixed;
  z-index: 200;
  top: 65px;
  left: 292px;
  width: 40px;
  height: 40px;
  color: white !important;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  background-color: black;
  display: none;
  -webkit-transform: translateX(-292px);
      -ms-transform: translateX(-292px);
          transform: translateX(-292px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out; }
  .mobile-filter .fa-reply {
    display: none; }
  @media (max-width: 979px) {
    .mobile-filter {
      display: block; } }
  @media (max-width: 767px) {
    .mobile-filter {
      width: 30px;
      height: 30px;
      font-size: 21px;
      line-height: 30px;
      z-index: 220; } }
  .options .mobile-filter {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    color: #e10035 !important; }
    .options .mobile-filter .fa-sliders {
      display: none; }
    .options .mobile-filter .fa-reply {
      display: inline; }

.filter {
  width: 100%; }
  .filter .choosed {
    width: 262px;
    margin-bottom: 20px;
    padding: 10px 20px 20px;
    background-color: #f5f5f5; }
    .filter .choosed .title {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 25px;
      font-weight: 500;
      padding-bottom: 8px; }
    .filter .choosed button {
      float: right;
      padding: 0;
      margin: 3px 0 0;
      background: none;
      border: 0;
      font-size: 18px;
      line-height: 19px;
      color: #666;
      border-bottom: 1px solid; }
      .filter .choosed button:hover {
        color: #e10035; }
    .filter .choosed ul {
      overflow: hidden;
      margin: 0 -5px; }
    .filter .choosed li {
      float: left;
      max-width: 100%;
      font-size: 15px;
      line-height: 33px;
      padding: 5px; }
      .filter .choosed li a {
        color: white;
        display: block;
        padding: 0 44px 0 12px;
        border-radius: 5px;
        background-color: black;
        position: relative; }
        .filter .choosed li a:hover {
          background-color: #7a7a7a; }
      .filter .choosed li span {
        position: absolute;
        top: 5px;
        right: 9px;
        width: 22px;
        height: 22px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
        .filter .choosed li span:after, .filter .choosed li span:before {
          content: '';
          position: absolute;
          background-color: white; }
        .filter .choosed li span:before {
          left: 0;
          right: 0;
          top: calc(50% - 1px);
          height: 2px; }
        .filter .choosed li span:after {
          top: 0;
          bottom: 0;
          left: calc(50% - 1px);
          width: 2px; }
  .filter .filter-holder {
    width: 262px;
    border: 1px solid #d9d9d9;
    padding: 19px;
    margin-bottom: 20px; }
  .filter .check-holder {
    display: block; }
  .filter .filter-input {
    margin: 12px 0 15px; }
  .filter .scroll:last-child {
    margin: 0; }
    .filter .scroll:last-child .check-holder:last-child {
      margin-bottom: 0; }
  @media (max-width: 979px) {
    .filter {
      position: fixed;
      z-index: 150;
      top: 50px;
      left: 0;
      bottom: 0;
      width: auto;
      overflow-y: auto;
      padding: 15px;
      height: calc(100% - 50px);
      background-color: white;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
              transition: transform 0.2s ease-in-out; }
      .filter .filter-holder {
        margin: 0; }
      .options .filter {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  @media (max-width: 767px) {
    .filter {
      top: 40px;
      height: calc(100% - 80px); } }

.scroll {
  max-height: 192px;
  overflow: hidden;
  position: relative;
  padding-right: 15px;
  margin-bottom: 30px; }
  .scroll:after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 10px;
    bottom: 0;
    height: 30px;
    display: none;
    pointer-events: none;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .scroll .scroll-holder {
    overflow: hidden;
    width: 100%;
    max-height: 192px;
    position: relative; }
  .scroll .scroll-frame {
    overflow: hidden; }
  .scroll.init:after, .scroll.init:before {
    display: block !important; }
  .scroll.init .scroll-frame {
    padding-bottom: 17px; }

.scrollbar {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  border-radius: 5px;
  background-color: #ebebeb;
  display: none; }
  .init .scrollbar {
    display: block; }
  .scrollbar .handle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background-color: #e10035;
    cursor: pointer; }
  .scrollbar .mousearea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }

.radio-holder, .check-holder {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 18px;
  color: #666;
  margin-bottom: 6px;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out; }
  .radio-holder .icheck-item, .check-holder .icheck-item {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .radio-holder > .fa, .check-holder > .fa {
    position: absolute;
    top: 2px;
    left: 1px;
    -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
    -webkit-transition-property: opacity, color;
            transition-property: opacity, color; }
  .radio-holder .fa-circle-o, .radio-holder .fa-check-square-o, .check-holder .fa-circle-o, .check-holder .fa-check-square-o {
    opacity: 0; }
  .radio-holder.checked, .check-holder.checked {
    color: black; }
    .radio-holder.checked .fa-circle-o, .radio-holder.checked .fa-check-square-o, .check-holder.checked .fa-circle-o, .check-holder.checked .fa-check-square-o {
      opacity: 1; }
    .radio-holder.checked .fa-circle-thin, .radio-holder.checked .fa-square-o, .check-holder.checked .fa-circle-thin, .check-holder.checked .fa-square-o {
      opacity: 0; }
  .radio-holder .icon, .check-holder .icon {
    display: block;
    font-size: 20px;
    margin: -3px 0; }
  .radio-holder:hover, .check-holder:hover {
    color: black; }

.radio-holder > .fa {
  top: 1px; }

.radio-holder.checked > .fa {
  color: #e10035; }

.slider-range {
  padding-bottom: 39px;
  line-height: 40px; }
  .slider-range input {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    margin-bottom: 40px; }
  .slider-range > span {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    text-align: center; }
  .slider-range .price {
    float: right; }
    .slider-range .price:after {
      font-size: 30px; }

.slider {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #ccc; }
  .slider .ui-slider-range {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #e10035; }
  .slider .ui-slider-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e10035;
    border: 3px solid white;
    margin: -8px 0 0 -10px;
    cursor: pointer; }

.ads {
  width: 100%;
  padding-bottom: 30px; }
  .ads a {
    display: block; }
  .ads img {
    width: 100%;
    display: block; }
  @media (max-width: 767px) {
    .ads {
      padding-bottom: 20px; } }

.pagination {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 40px; }
  .pagination ul {
    overflow: hidden; }
  .pagination li {
    float: left; }
    .pagination li.active {
      font-weight: 500;
      pointer-events: none; }
      .pagination li.active a {
        color: #e10035; }
  .pagination a {
    color: black;
    margin: 0 12px; }
    .pagination a:hover {
      color: #e10035; }
  .pagination .fa {
    font-size: 15px; }
  @media (max-width: 767px) {
    .pagination a {
      margin: 0 7px; } }

.sort {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 6px 0 0 20px;
  font-size: 18px;
  line-height: 38px; }
  .sort .title {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 5; }
  .sort .sort-type {
    float: left;
    padding: 0 55px 0 15px; }
    .sort .sort-type li {
      float: left;
      padding: 0 15px; }
      .sort .sort-type li[class^=sorting] a {
        color: black; }
        .sort .sort-type li[class^=sorting] a .fa {
          display: inline; }
      .sort .sort-type li.sorting_asc .fa-long-arrow-down {
        display: none !important; }
      .sort .sort-type li.sorting_desc .fa-long-arrow-up {
        display: none !important; }
    .sort .sort-type .fa {
      font-size: 15px;
      color: #e10035;
      display: none;
      margin-left: 4px; }
    .sort .sort-type a {
      color: #999; }
      .sort .sort-type a:hover {
        color: black; }
  .sort .SumoSelect {
    float: left;
    min-width: 90px;
    width: auto; }
    .sort .SumoSelect .optWrapper {
      right: auto;
      white-space: nowrap;
      min-width: calc(100% + 2px); }
    .sort .SumoSelect li:first-child {
      display: block; }
    .sort .SumoSelect li:nth-child(2) {
      border-top-width: 0; }
    .sort .SumoSelect li:last-child label {
      text-transform: uppercase;
      font-size: 15px;
      position: relative; }
      .sort .SumoSelect li:last-child label:before {
        content: '';
        position: absolute;
        left: 14px;
        right: 29px;
        bottom: 10px;
        height: 1px;
        background-color: black;
        -webkit-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out; }
      .sort .SumoSelect li:last-child label:after {
        content: '\f0da';
        font-family: FontAwesome;
        margin-left: 10px; }
      .sort .SumoSelect li:last-child label:hover:before {
        opacity: 0; }
    .sort .SumoSelect li.selected label:before {
      opacity: 0; }
  .sort .view {
    float: right;
    font-size: 20px;
    padding: 0 2px; }
    .sort .view li {
      float: left;
      padding: 0 12px; }
      .sort .view li.active a {
        color: #e10035; }
    .sort .view a {
      color: #999; }
      .sort .view a:hover {
        color: black; }
  @media (max-width: 1186px) {
    .sort .sort-type {
      padding: 0 25px 0 10px; }
      .sort .sort-type li {
        padding: 0 10px; } }
  @media (max-width: 767px) {
    .sort {
      padding: 5px 0 5px 20px;
      height: auto;
      line-height: 36px; }
      .sort .view {
        display: none; }
      .sort .sort-type {
        padding: 0 0 0 5px; }
        .sort .sort-type li {
          padding: 0 5px; }
      .sort .SumoSelect {
        margin: 0; } }

.perfumer {
  width: 100%;
  overflow: hidden; }
  .perfumer .visual {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 35px; }
    .perfumer .visual img {
      display: block; }
  .perfumer p a {
    color: #e10035; }
    .perfumer p a:hover {
      border-color: transparent; }
  .perfumer .scroll {
    max-height: 160px; }
    .perfumer .scroll .scroll-holder {
      max-height: 160px; }
    .perfumer .scroll .scroll-frame {
      padding-bottom: 0; }
  .perfumer .scrollbar {
    background-color: transparent; }
    .perfumer .scrollbar .handle {
      background-color: #ebebeb; }
  @media (max-width: 767px) {
    .perfumer .visual {
      float: none;
      display: block;
      margin: 0 auto 20px; }
    .perfumer .scroll {
      max-height: 200px; }
      .perfumer .scroll .scroll-holder {
        max-height: 200px; } }

.order {
  padding-bottom: 10px; }
  .order .column {
    float: right;
    width: 50%;
    padding-bottom: 30px; }
    .order .column:first-of-type {
      float: left;
      max-width: 458px;
      padding-top: 10px;
      counter-reset: counter; }
    @media (max-width: 979px) {
      .order .column {
        float: none;
        width: 100%; }
        .order .column:first-of-type {
          float: none; } }
  .order .button {
    float: left;
    width: 165px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .order .button {
        width: 50%; } }
  .order .forgot {
    float: right;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid;
    margin-top: 10px; }
  .order .social {
    float: left;
    width: 50%; }
  .order .step {
    width: 100%;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .order .step {
        padding-bottom: 20px; } }
    .order .step .title {
      display: block;
      font-size: 18px;
      line-height: 35px;
      position: relative;
      padding-left: 44px;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .order .step .title:before {
        content: counter(counter);
        counter-increment: counter;
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        height: 35px;
        color: white;
        text-align: center;
        line-height: 35px;
        font-weight: 900;
        border-radius: 50%;
        background-color: black; }
      .order .step .title .fa {
        font-size: 15px;
        color: #e10035;
        margin-right: 8px; }
      @media (max-width: 767px) {
        .order .step .title {
          font-size: 16px;
          line-height: 28px;
          padding-left: 37px;
          margin-bottom: 15px; }
          .order .step .title:before {
            width: 28px;
            height: 28px;
            line-height: 28px; } }
  .order .radio-holder {
    display: block; }
  .order dl.total {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    padding: 24px 0 8px;
    border-top: 1px solid #ccc; }
    .order dl.total dt {
      display: block;
      overflow: hidden; }
    .order dl.total dd {
      margin: 0 0 16px;
      display: block;
      overflow: hidden; }
    .order dl.total .price:not(.old-price) {
      font-size: 30px;
      margin-bottom: 6px; }
      .order dl.total .price:not(.old-price):after {
        font-size: 38px; }
      .order dl.total .price:not(.old-price).price-us:after {
        font-size: 28px; }
    .order dl.total .old-price {
      margin: -2px 0 3px; }
      .order dl.total .old-price.price-us:after {
        font-size: 20px;
        font-weight: 500;
        padding-left: 4px; }

.or {
  display: block;
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px; }
  .or span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 12px; }
    .or span:after, .or span:before {
      content: '';
      top: calc(50% + 1px);
      position: absolute;
      width: 1000px;
      height: 1px;
      background-color: #cfcfcf; }
    .or span:before {
      right: 100%; }
    .or span:after {
      left: 100%; }

.order-menu {
  width: 100%;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .order-menu {
      padding-bottom: 6px;
      font-size: 14px;
      line-height: 18px; } }
  .order-menu ul {
    overflow: hidden; }
  .order-menu li {
    float: left;
    padding: 0 30px 10px 0; }
    .order-menu li.active a {
      color: black;
      border-color: #e10035; }
  .order-menu a {
    display: block;
    color: #999;
    border-bottom: 3px solid; }
    .order-menu a:hover {
      color: black; }

.basket table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 1px; }
  .basket table td {
    padding: 15px;
    height: 127px;
    vertical-align: top;
    border: solid #d7d7d7;
    border-width: 1px 0; }
    .basket table td:first-child {
      border-width: 1px 0 1px 1px;
      padding-left: 30px; }

@media screen and (max-width: 1186px) and (min-width: 981px) {
  .basket table td:first-child {
    padding-left: 15px; } }
    .basket table td:last-child {
      border-width: 1px 1px 1px 0;
      padding-right: 30px; }

@media screen and (max-width: 1186px) and (min-width: 981px) {
  .basket table td:last-child {
    padding-right: 10px; } }
    .basket table td.middle {
      padding-top: 0;
      padding-bottom: 0; }

@media screen and (max-width: 1186px) and (min-width: 981px) {
  .basket table td {
    padding: 10px; } }
  .basket table .delete {
    display: inline-block;
    vertical-align: middle;
    color: #999; }
    .basket table .delete span {
      display: block;
      margin: 2px auto 0;
      position: relative;
      width: 22px;
      height: 22px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .basket table .delete span:after, .basket table .delete span:before {
        content: '';
        position: absolute;
        background-color: #999;
        -webkit-transition: background-color 0.2s ease-in-out;
                transition: background-color 0.2s ease-in-out; }
      .basket table .delete span:before {
        left: 0;
        right: 0;
        top: calc(50% - 1px);
        height: 2px; }
      .basket table .delete span:after {
        top: 0;
        bottom: 0;
        left: calc(50% - 1px);
        width: 2px; }
    .basket table .delete:hover {
      color: #e10035; }
      .basket table .delete:hover span:after, .basket table .delete:hover span:before {
        background-color: #e10035; }
  .basket table .visual {
    display: inline-block;
    vertical-align: middle;
    height: 125px; }
    .basket table .visual img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .basket table .name {
    display: block; }
  .basket table .description {
    display: block; }
    .basket table .description i {
      font-style: normal;
      color: #e10035; }
  .basket table .title {
    display: block; }
  .basket table .quantity {
    display: block;
    font-size: 25px;
    padding-top: 4px; }

@media screen and (max-width: 767px) {
  .basket table tbody, .basket table tr, .basket table td {
    display: block; }
  .basket table tr {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 18px;
    margin: 0 0 14px; }
  .basket table td {
    width: 100%;
    height: auto;
    border: none;
    padding: 0; }
    .basket table td:nth-last-child(2), .basket table td:last-child {
      position: absolute;
      width: 33%;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      right: 0;
      text-align: center;
      padding: 0; }
      .basket table td:nth-last-child(2) .price, .basket table td:last-child .price {
        padding-top: 0; }
    .basket table td:nth-last-child(2) {
      right: auto;
      left: 33%; }
  .basket table br {
    display: none; }
  .basket table .delete {
    position: absolute;
    top: 0;
    right: 0; }
  .basket table .visual {
    text-align: center;
    width: 100%; }
    .basket table .visual img {
      display: inline-block; }
  .basket table .price {
    padding-top: 30px; }
  .basket table .name, .basket table .description {
    text-align: center; } }

.basket .number {
  margin-top: 5px; }

.basket .price {
  font-size: 25px;
  white-space: nowrap; }
  .basket .price:after {
    font-size: 32px; }
  .basket .price.price-us:after {
    font-size: 23px; }

.basket .old-price {
  font-size: 18px;
  line-height: 22px;
  margin: -3px 0; }
  .basket .old-price:after {
    font-size: 24px; }
  .basket .old-price.price-us:after {
    font-size: 18px;
    font-weight: 500;
    padding-left: 4px; }

.basket .total {
  text-align: right;
  font-size: 18px;
  line-height: 22px; }
  .basket .total .col {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 26px; }

.bonus {
  color: #999;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px; }
  .bonus .fa {
    margin-right: 5px; }

.product {
  padding-bottom: 24px; }
  .product .info {
    float: right;
    width: 682px; }
    @media (max-width: 1186px) {
      .product .info {
        width: 630px; } }
    @media (max-width: 979px) {
      .product .info {
        float: none;
        width: 100%; } }
  .product .top {
    width: 100%; }
  .product .id {
    margin-right: 0; }
  .product .brand-logo {
    float: left; }
  .product .brand-name {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 19px 0 5px;
    text-transform: uppercase; }
  .product .name {
    display: block;
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 31px; }
  .product .social-list {
    padding: 0; }
    .product .social-list a {
      background-color: #f2f2f2;
      color: #e10035; }

.assortment {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 21px; }
  .assortment td {
    height: 79px;
    padding: 0 10px;
    border: solid #d7d7d7;
    border-width: 1px 0;
    vertical-align: middle; }
    .assortment td:first-child {
      padding-left: 20px;
      text-align: center; }
    .assortment td:last-child {
      padding-right: 20px; }
  .assortment img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .assortment .separator {
    color: #e10035; }
  .assortment .button {
    width: 100px;
    font-weight: 900;
    vertical-align: middle; }
  .assortment .price-holder {
    vertical-align: middle;
    padding: 0 0 8px;
    font-size: 18px;
    white-space: nowrap; }
    .assortment .price-holder .discount, .assortment .price-holder .old {
      padding-bottom: 3px; }
  .assortment .attraction td {
    border-color: #e10035; }
    .assortment .attraction td:first-child {
      border-left-width: 1px; }
    .assortment .attraction td:last-child {
      border-right-width: 1px; }
  @media (max-width: 767px) {
    .assortment thead, .assortment tbody, .assortment tr, .assortment th, .assortment td {
      display: block;
      border: none;
      height: auto; }
    .assortment tr {
      overflow: hidden;
      text-align: center;
      padding: 10px;
      margin-bottom: 6px;
      border-bottom: 2px solid #d7d7d7; }
      .assortment tr.attraction {
        border: 2px solid #e10035; }
    .assortment td {
      padding: 0; }
      .assortment td:first-child {
        display: none; }
      .assortment td:last-child, .assortment td:nth-last-child(2) {
        float: left;
        width: 50%;
        padding: 0; }
    .assortment .button {
      width: 100%; } }

.photo {
  float: left;
  width: 360px;
  text-align: center; }
  .photo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .photo .big-photo {
    width: 100%;
    height: 506px;
    position: relative; }
    .photo .big-photo[data-popup="on"] {
      cursor: pointer; }
    .photo .big-photo li {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: white;
      text-align: center;
      background-size: contain;
      background-position: 50%;
      background-repeat: no-repeat; }
    @media (max-width: 1186px) {
      .photo .big-photo {
        height: 360px; } }
    @media (max-width: 767px) {
      .photo .big-photo {
        height: 260px; } }
  .photo .preview {
    display: inline-block;
    vertical-align: top;
    margin: 0 -14px; }
    .photo .preview li {
      float: left;
      margin: 0 15px; }
      .photo .preview li.active a:after, .photo .preview li.active a:before {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      @media (max-width: 1186px) {
        .photo .preview li {
          margin: 0 4px 8px; } }
    .photo .preview a {
      display: block;
      width: 67px;
      height: 67px;
      border: 1px solid #d7d7d7;
      position: relative;
      overflow: hidden;
      color: white;
      background-size: contain;
      background-position: 50%;
      background-repeat: no-repeat; }
      .photo .preview a:after, .photo .preview a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 50%;
        background-color: rgba(225, 0, 53, 0.6);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
                transition: transform 0.2s ease-in-out; }
      .photo .preview a:before {
        top: 0;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
      .photo .preview a:after {
        bottom: 0;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); }
      .photo .preview a:hover:after, .photo .preview a:hover:before {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .photo .preview .fa {
      z-index: 10;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      text-align: center;
      font-size: 30px;
      pointer-events: none;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (max-width: 1186px) {
      .photo .preview {
        margin: 0 -4px; } }

@media (max-width: 1186px) and (min-width: 981px) {
  .photo {
    width: 305px; } }
  @media (max-width: 979px) {
    .photo {
      float: none;
      margin: 0 auto 20px; } }
  @media (max-width: 767px) {
    .photo {
      width: 100%; } }

.share {
  font-size: 18px;
  line-height: 24px;
  float: left; }
  .share span {
    display: block;
    padding-bottom: 12px; }
  @media (max-width: 767px) {
    .share {
      float: none;
      text-align: center;
      font-size: 0;
      line-height: 0;
      letter-spacing: -5px; }
      .share li, .share span {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: normal; }
      .share .social-list li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px; } }

.vote-holder {
  margin: 0 -25px; }

.vote {
  width: 33.333%;
  padding: 0 25px 63px;
  font-size: 15px;
  line-height: 18px; }
  .vote h4 {
    margin-bottom: 14px; }
    .vote h4 .fa {
      margin-right: 12px; }
      .vote h4 .fa:nth-of-type(2) {
        display: none;
        position: absolute;
        top: 50%;
        right: 2px;
        margin: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (max-width: 767px) {
          .vote h4 .fa:nth-of-type(2) {
            display: block; } }
  .vote.think .fa {
    color: #f07f9a; }
  .vote.think .progress span {
    background-color: #f07f9a; }
  .vote.long .fa {
    color: #d196ea; }
  .vote.long .progress span {
    background-color: #d196ea; }
  .vote.distance .fa {
    color: #78cce4; }
  .vote.distance .progress span {
    background-color: #78cce4; }
  .vote.age .fa {
    color: #cebca5; }
  .vote.age .progress span {
    background-color: #cebca5; }
  .vote.season .fa {
    color: #aec56f; }
  .vote.season .progress span {
    background-color: #aec56f; }
  .vote.time .fa {
    color: #f9b256; }
  .vote.time .progress span {
    background-color: #f9b256; }
  .vote dl {
    margin: 0;
    overflow: hidden; }
    .vote dl dt {
      float: left;
      width: 192px;
      position: relative;
      overflow: hidden; }
      .vote dl dt:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px;
        height: 0;
        overflow: hidden;
        border-bottom: 1px dashed #999; }
      .vote dl dt > span {
        position: relative;
        background-color: white;
        padding-right: 5px; }
        .vote dl dt > span i {
          color: #999;
          font-style: normal; }
        .vote dl dt > span.count {
          float: right;
          color: #999;
          padding-left: 5px; }
    .vote dl dd {
      overflow: hidden;
      margin-bottom: 5px; }
    .vote dl .plus {
      float: right;
      width: 18px;
      height: 18px;
      background-color: #b1b1b1;
      border-radius: 2px;
      text-align: center;
      font-size: 18px;
      color: white;
      margin-left: 10px; }
      .vote dl .plus:hover {
        background-color: #666; }
    .vote dl .progress {
      float: left;
      height: 18px;
      width: calc(100% - 28px); }
      .vote dl .progress span {
        display: block;
        height: 100%; }
  @media (max-width: 1186px) {
    .vote {
      padding-bottom: 40px; } }
  @media (max-width: 979px) {
    .vote {
      width: 50%; } }
  @media (max-width: 767px) {
    .vote {
      width: 100%;
      float: none;
      padding-bottom: 10px; }
      .vote dl {
        display: none; }
      .vote.open dl {
        display: block; }
      .vote.open h4 .fa:nth-of-type(2) {
        -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg); } }

.brand-list {
  padding: 24px 0 48px;
  margin-bottom: 40px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #f2f2f2; }
  @media (max-width: 1186px) {
    .brand-list {
      padding: 14px 0 24px; } }
  @media (max-width: 767px) {
    .brand-list {
      display: block;
      font-size: 0;
      line-height: 0;
      letter-spacing: 0;
      padding-bottom: 4px;
      margin-bottom: 20px; } }
  .brand-list li.show-all {
    padding: 18px 4px 16px 34px;
    border-left: 2px dotted #e10035;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px; }
    .brand-list li.show-all a {
      color: #000; }
      .brand-list li.show-all a:hover {
        opacity: 1; }
  @media (max-width: 1186px) {
    .brand-list li {
      padding: 0 10px; }
      .brand-list li:nth-child(6) {
        display: none; }
      .brand-list li.show-all {
        padding: 10px 6px 10px 10px; } }
  @media (max-width: 767px) {
    .brand-list li {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding-bottom: 10px;
      text-align: center; }
      .brand-list li:nth-child(6) {
        display: inline-block; }
      .brand-list li.show-all {
        width: 100%;
        border-left-width: 0;
        border-top: 2px dotted #e10035; } }
  .brand-list a, .brand-list img {
    display: inline-block;
    vertical-align: middle; }
  .brand-list a:hover {
    opacity: .3; }
    .brand-list a:hover b {
      color: #e10035; }
  .brand-list b {
    display: block;
    font-weight: inherit; }
    @media (max-width: 767px) {
      .brand-list b {
        display: inline; } }

.blog-list {
  margin: 0 -16px; }
  @media (max-width: 979px) {
    .blog-list {
      margin: 0 -8px; } }
  .blog-list li {
    width: 292px;
    padding: 0 16px 28px;
    line-height: 22px; }
    @media (max-width: 979px) {
      .blog-list li {
        width: 33.333%;
        padding: 0 8px 16px;
        line-height: 19px; } }
    @media (max-width: 767px) {
      .blog-list li {
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 22px; } }
  .blog-list a {
    display: block;
    color: #000;
    border: 2px solid #f2f2f2; }
    .blog-list a:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      color: #e10035; }
  .blog-list .pic {
    height: 151px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: -2px -2px 1px; }
  .blog-list .title {
    display: block;
    font-weight: normal;
    padding: 16px; }
    @media (max-width: 979px) {
      .blog-list .title {
        padding: 8px; } }

.bottom-info {
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 0 0 18px; }

.feed-block {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 18px; }
  .feed-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #ccc; }
  @media (max-width: 767px) {
    .feed-block {
      padding-top: 15px;
      padding-bottom: 20px; }
      .feed-block .social-list {
        font-size: 0;
        line-height: 0;
        letter-spacing: -5px;
        text-align: center; }
        .feed-block .social-list li {
          float: none;
          display: inline-block;
          vertical-align: top;
          font-size: 16px;
          line-height: 40px;
          letter-spacing: normal;
          margin: 0 5px; } }

.list {
  margin-bottom: 24px; }
  .list li {
    position: relative;
    padding-left: 12px; }
    .list li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #e10035;
      border-radius: 50%;
      pointer-events: none; }

.social-list {
  float: left;
  padding-top: 5px; }
  .social-list.gray a {
    background-color: #f2f2f2;
    color: #e10035; }
  @media (max-width: 767px) {
    .social-list {
      float: none;
      margin-bottom: 15px; } }
  .social-list li {
    float: left;
    margin: 0 10px 0 0; }
  .social-list a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #e10035;
    text-align: center;
    font-size: 16px;
    line-height: 40px; }
    .social-list a:hover {
      background-color: #e10035;
      color: #fff; }

.subscribe-form {
  float: right;
  font-size: 15px;
  line-height: 22px; }
  @media (max-width: 979px) {
    .subscribe-form {
      position: relative;
      margin-bottom: 4px; } }
  @media (max-width: 767px) {
    .subscribe-form {
      float: none; } }
  .subscribe-form label, .subscribe-form .input-control, .subscribe-form .button {
    float: left; }
    @media (max-width: 767px) {
      .subscribe-form label, .subscribe-form .input-control, .subscribe-form .button {
        float: none; } }
  .subscribe-form .button {
    font-weight: 900;
    margin-left: 22px;
    line-height: 45px;
    width: 149px;
    text-align: center; }
    @media (max-width: 767px) {
      .subscribe-form .button {
        width: 100%;
        margin: 0; } }
  .subscribe-form .input-control {
    padding-left: 40px;
    width: 270px;
    height: 45px; }
    .subscribe-form .input-control:before {
      content: '\f003';
      position: absolute;
      top: 0;
      left: 18px;
      bottom: 0;
      font: 18px/45px 'FontAwesome';
      color: #e10035; }
    @media (max-width: 767px) {
      .subscribe-form .input-control {
        width: 100%;
        margin: 0 0 10px; } }
  .subscribe-form label {
    text-transform: uppercase;
    margin-right: 20px;
    padding: 9px 0 0; }
    @media (max-width: 979px) {
      .subscribe-form label {
        padding-top: 0;
        position: absolute;
        bottom: -28px;
        right: -20px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .subscribe-form label {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        margin: 0 0 6px;
        text-align: center; } }
  .subscribe-form b {
    font-weight: 900; }

.details-info {
  float: left;
  width: 340px;
  padding: 0;
  margin: 0 35px 40px 0; }
  .details-info dt {
    float: left;
    margin: 0 5px 0 0; }
  .details-info dd {
    display: block;
    overflow: hidden;
    margin: 0; }
  .details-info a {
    border-bottom: 1px solid; }
    .details-info a:hover {
      color: #e10035; }
  @media (max-width: 1186px) {
    .details-info {
      margin: 0 5px 10px 0; } }
  @media (max-width: 979px) {
    .details-info {
      float: none;
      width: 100%;
      margin: 0 0 40px; } }
  @media (max-width: 767px) {
    .details-info {
      margin-bottom: 25px; } }

.about-prod {
  overflow: hidden;
  margin: 0 0 40px; }
  .about-prod .author {
    float: left;
    width: 83px;
    text-align: center; }
    @media (max-width: 1186px) {
      .about-prod .author {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .about-prod .author {
        margin-right: 10px; } }
  .about-prod .visual {
    width: 100%;
    height: 83px;
    border-radius: 50%;
    margin: 0 0 10px;
    overflow: hidden; }
  .about-prod img {
    display: inline-block;
    vertical-align: top; }
  .about-prod span {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #666;
    padding-top: 4px; }
  .about-prod .title {
    display: block;
    font-weight: 900; }
  .about-prod a {
    border-bottom: 1px solid; }
  .about-prod .frame {
    padding-left: 35px;
    overflow: hidden; }
    @media (max-width: 1186px) {
      .about-prod .frame {
        padding-left: 20px; }
        .about-prod .frame p {
          margin-bottom: 12px; } }
    @media (max-width: 767px) {
      .about-prod .frame {
        padding-left: 0;
        overflow: visible; } }
  @media (max-width: 1186px) {
    .about-prod {
      margin-bottom: 30px; } }

.note {
  margin: 0 -42px; }
  .note .item {
    width: 33.333%;
    padding: 0 42px 40px; }
    @media (max-width: 1186px) {
      .note .item {
        padding: 0 24px 40px; } }
    @media (max-width: 979px) {
      .note .item {
        padding: 0 2px 20px; } }
    @media (max-width: 767px) {
      .note .item {
        width: 100%;
        display: block;
        padding: 0 0 20px; } }
  .note ul {
    margin: 0 -2px; }
  .note li {
    width: 33.333%;
    padding: 0 2px 4px; }
  .note a {
    display: block;
    position: relative;
    height: 100px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    .note a:hover span {
      background-color: #e10035; }
  .note span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    padding: 5px 2px;
    -webkit-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out; }
  @media (max-width: 1186px) {
    .note {
      margin: 0 -24px; } }
  @media (max-width: 979px) {
    .note {
      margin: 0 -2px; } }
  @media (max-width: 767px) {
    .note {
      margin: 0; } }

.review-head .h1, .review-head h1 {
  float: left; }
  @media (max-width: 767px) {
    .review-head .h1, .review-head h1 {
      float: none;
      margin-bottom: 14px; } }

.review-head .button {
  float: right;
  margin-top: -9px;
  letter-spacing: normal; }
  .review-head .button:before {
    font-family: 'FontAwesome';
    padding-right: 12px; }
  @media (max-width: 767px) {
    .review-head .button {
      float: none;
      margin: 0 0 20px; } }

@media (max-width: 767px) {
  .review-head {
    text-align: center; } }

.reviews {
  padding-bottom: 15px; }
  .reviews li {
    margin: 0 0 35px; }
    @media (max-width: 1186px) {
      .reviews li {
        margin-bottom: 25px; } }
  .reviews .review-body {
    position: relative;
    padding-bottom: 1px;
    border-bottom: 1px solid #d8dce0;
    margin: -3px 0 15px; }
    .reviews .review-body:after, .reviews .review-body:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 35px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .reviews .review-body:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 9px;
      margin-left: -9px; }
    .reviews .review-body:before {
      border-color: rgba(216, 220, 224, 0);
      border-top-color: #d8dce0;
      border-width: 10px;
      margin-left: -10px; }
  .reviews p {
    margin-bottom: 14px; }
  .reviews .author {
    display: block;
    color: #666; }
    .reviews .author b {
      color: #000;
      padding-right: 5px; }

.web-pages li {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 12px; }

.letter {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 22px; }
  .letter span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    font-size: 40px;
    line-height: 43px;
    font-weight: normal;
    color: #e10035;
    padding: 0 56px; }
    .letter span:before, .letter span:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 25px;
      height: 1px;
      background-color: #000; }
    .letter span:before {
      left: 0; }
    .letter span:after {
      right: 0; }

.brand-item {
  padding: 0 0 12px; }
  .brand-item ul {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    @media (max-width: 767px) {
      .brand-item ul {
        margin: 0 -2px; } }
  .brand-item li {
    width: 166px;
    margin: 0 15px 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .brand-item li {
        width: calc(50% - 4px);
        margin: 0 2px 12px; } }
  .brand-item a {
    display: block;
    text-decoration: none;
    color: #000; }
    .brand-item a:hover .pic {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .brand-item .pic {
    width: 100%;
    height: 166px;
    margin: 0 0 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-align: center;
    -webkit-transition: box-shadow 0.2s ease-in-out;
            transition: box-shadow 0.2s ease-in-out; }
    .brand-item .pic:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%;
      margin-left: -4px; }
    .brand-item .pic > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 767px) {
      .brand-item .pic {
        height: 70px;
        margin-bottom: 6px; } }
  @media (max-width: 767px) {
    .brand-item img {
      max-width: 70%;
      max-height: 70%; } }
  .brand-item .name {
    display: block; }

#aside {
  float: right;
  width: 360px;
  margin: 0 0 0 30px; }
  @media (max-width: 1186px) {
    #aside {
      width: 292px;
      margin-left: 20px; } }
  @media (max-width: 979px) {
    #aside {
      display: none; } }

.content {
  overflow: hidden;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .content {
      padding-bottom: 0; } }
  .content .social-list {
    float: none;
    margin-bottom: 24px; }

figure {
  display: block;
  padding: 20px 0;
  margin: 0 0 10px; }
  figure:first-child {
    padding-top: 0; }
  figure img {
    display: inline-block;
    vertical-align: top; }
  figure figcaption {
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 18px 0 0;
    color: #999; }
    @media (max-width: 767px) {
      figure figcaption {
        padding-top: 10px; } }
  @media (max-width: 767px) {
    figure {
      padding: 10px 0; } }

@media (max-width: 767px) {
  iframe {
    max-height: 190px; } }

.fade-gallery {
  padding: 0 0 30px; }
  .fade-gallery .preview {
    text-align: center;
    margin: 0 auto; }
    .fade-gallery .preview li {
      width: 67px;
      height: 67px;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .fade-gallery .preview li {
          margin: 0 4px 8px;
          width: 57px;
          height: 57px; } }
    .fade-gallery .preview a {
      display: block;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%; }
  .fade-gallery .sly {
    margin: 0; }
    .fade-gallery .sly:before {
      left: calc(50% - 291px); }
    .fade-gallery .sly:after {
      right: calc(50% - 291px); }
    @media (max-width: 767px) {
      .fade-gallery .sly {
        padding: 0 20px; }
        .fade-gallery .sly:before {
          left: 15px; }
        .fade-gallery .sly:after {
          right: 15px; } }
    .fade-gallery .sly .controls {
      width: 646px;
      right: 50%;
      top: 18px;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); }
      @media (max-width: 1186px) {
        .fade-gallery .sly .controls {
          width: 626px; } }
      @media (max-width: 767px) {
        .fade-gallery .sly .controls {
          width: auto;
          top: 13px;
          right: 0;
          left: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
    .fade-gallery .sly .sly-holder {
      padding: 0;
      z-index: 25;
      max-width: 582px;
      margin: 0 auto; }

ul.gallery {
  position: relative;
  width: 100%;
  height: 467px;
  margin-bottom: 30px; }
  ul.gallery li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
  @media (max-width: 1186px) {
    ul.gallery {
      height: 400px; } }
  @media (max-width: 767px) {
    ul.gallery {
      height: 200px;
      margin-bottom: 8px; } }

.social-review {
  margin: 0 0 24px; }

.tabset {
  position: relative; }
  .tabset .control {
    display: none;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    border-bottom: 3px solid #000;
    padding: 4px 6px; }
    .tabset .control:after {
      content: '\f078';
      font-family: 'FontAwesome';
      color: #e10035;
      position: absolute;
      top: 50%;
      right: 6px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (max-width: 767px) {
      .tabset .control {
        display: block; } }

.tab-controls li {
  vertical-align: bottom;
  width: calc(100% / 5);
  font-size: 25px;
  line-height: 30px; }
  .tab-controls li.active {
    font-weight: 900; }
    .tab-controls li.active a {
      border-color: #e10035;
      color: #000; }
  @media (max-width: 979px) {
    .tab-controls li {
      font-size: 22px;
      line-height: 27px; } }
  @media (max-width: 767px) {
    .tab-controls li {
      display: block;
      width: 100%;
      font-size: 16px;
      line-height: 19px;
      border-bottom: 1px solid #f3f3f3; }
      .tab-controls li.last-child {
        border-bottom-width: 0; }
      .tab-controls li.active {
        /* font-weight: normal; */ }
        .tab-controls li.active a {
          color: #e10035; } }

.tab-controls a {
  display: block;
  height: 100%;
  color: #666;
  padding: 4px 20px 13px 20px;
  border-bottom: 6px solid #000;
  -webkit-transition-property: color, border-color;
          transition-property: color, border-color; }
  .tab-controls a:hover {
    color: #000; }
  @media (max-width: 767px) {
    .tab-controls a {
      padding: 6px;
      border: none; }
      .tab-controls a br {
        display: none; } }

@media (max-width: 767px) {
  .tab-controls {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: #fff;
    border: 2px solid #f3f3f3;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
    .tab-controls.open {
      display: block; } }

.tab {
  position: absolute;
  left: -9999px;
  max-width: 100%;
  padding: 34px 0; }
  .tab.active {
    position: static; }

.account-form {
  max-width: 488px;
  width: 100%;
  margin: 0 auto; }
  .account-form .row-inline {
    margin: 0 -5px 30px; }
    .account-form .row-inline .input {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
    .account-form .row-inline > label {
      vertical-align: middle;
      line-height: 36px;
      margin: 0 5px;
      width: 100px;
      color: #999; }
      .account-form .row-inline > label span {
        display: inline-block;
        vertical-align: middle;
        line-height: 18px; }
  .account-form .day {
    width: 92px; }
  .account-form .month {
    width: 150px; }
  .account-form .year {
    width: 116px; }
  .account-form .button {
    display: block;
    font-weight: 900;
    font-size: 15px;
    min-width: 165px;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .account-form .row-inline {
      margin-top: -19px; }
      .account-form .row-inline > label {
        display: block;
        line-height: 17px;
        margin-bottom: 6px;
        width: auto;
        font-size: 12px;
        line-height: 15px; }
    .account-form .day {
      width: 78px; }
    .account-form .month {
      width: 112px; }
    .account-form .year {
      width: 90px; } }

.history {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: -25px 0 0; }
  .history th {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    color: #e10035;
    padding: 20px;
    text-align: left; }
    .history th:first-child {
      padding-left: 6px; }
  .history td {
    position: relative;
    color: #666;
    padding: 14px 20px; }
    .history td:last-child {
      padding-left: 26px; }
      .history td:last-child:before {
        content: '';
        position: absolute;
        left: 3px;
        font-family: 'FontAwesome'; }
    .history td.expanded {
      padding: 0; }
    .history td.paid {
      color: #339900; }
      .history td.paid:before {
        content: '\f058'; }
    .history td.waiting {
      color: #0097c3; }
      .history td.waiting:before {
        content: '\f251'; }
    .history td.canceled {
      color: #999; }
      .history td.canceled:before {
        content: '\f00d'; }
    .history td td {
      color: #000; }
  .history > tbody > tr > td > a {
    position: relative;
    color: #666;
    border-bottom: 1px solid; }
    .history > tbody > tr > td > a:after {
      content: '\f0d7';
      position: absolute;
      right: -12px;
      color: #e10035;
      font-family: 'FontAwesome'; }
    .history > tbody > tr > td > a:hover {
      color: #000; }
  .history > tbody > tr:nth-child(4n-7) > td {
    background-color: #f2f2f2; }
  .history > tbody > tr.active + tr .two-columns {
    display: block; }
  .history .two-columns {
    display: none;
    padding: 20px; }
  .history .column {
    width: 50%;
    float: left; }
    @media (max-width: 979px) {
      .history .column {
        float: none;
        width: 100%; } }
  .history .total {
    color: #000; }
  @media (max-width: 767px) {
    .history thead {
      display: none; }
    .history tbody, .history tr, .history th, .history td {
      display: block; }
    .history > tbody > tr > td:not(.expanded) {
      position: relative;
      padding: 6px 6px 6px 50%; }
      .history > tbody > tr > td:not(.expanded):last-child:before {
        position: relative;
        left: auto;
        top: auto;
        padding-right: 3px; }
    .history > tbody > tr > td:before {
      content: attr(data-title);
      position: absolute;
      left: 6px;
      top: 6px;
      width: 45%; }
    .history .two-columns {
      padding: 6px 0; }
    .history .basket table td:first-child {
      padding-left: 0; } }

.order-info {
  padding: 0;
  margin: 0 0 30px; }
  .order-info:first-child {
    padding-top: 10px; }
  .order-info dt {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    width: 180px;
    padding: 0 20px 0 0;
    margin: 0; }
    @media (max-width: 767px) {
      .order-info dt {
        width: auto;
        padding-right: 10px; } }
  .order-info dd {
    display: inline;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0 10px 0 0; }
    .order-info dd:after {
      content: '\A';
      white-space: pre; }

@media screen and (max-width: 979px) {
  .order-info:first-child {
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .order-info {
    margin-bottom: 15px; } }

.bonuses {
  padding: 0;
  margin: 0 0 10px; }
  .bonuses dt {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 5px 0;
    min-width: 185px;
    font-weight: normal; }
  .bonuses dd {
    display: inline;
    font-weight: 900;
    margin: 0; }
    .bonuses dd:after {
      content: '\A';
      white-space: pre; }

.next-discount {
  margin: 0 0 20px; }
  .next-discount span {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    padding: 7px 5px 7px 20px;
    background-color: #f2f2f2;
    border: 1px dashed #000;
    color: #000; }
  .next-discount b {
    font-weight: 900;
    padding: 0 4px; }
  .next-discount .fa:before {
    padding-right: 5px; }

.all-discounts {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px; }
  .all-discounts span {
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    border-bottom: 1px solid;
    letter-spacing: -0.04em; }
  .all-discounts:before {
    font-size: 20px;
    line-height: 19px;
    padding-right: 12px; }
  .all-discounts:hover {
    color: #e10035; }

hr {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #d2d2d2;
  margin: 22px 0;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none; }
  @media (max-width: 767px) {
    hr {
      margin: 18px 0; } }

ol {
  counter-reset: ols;
  padding-bottom: 10px; }
  ol li {
    counter-increment: ols;
    position: relative;
    margin: 0 0 20px; }
    ol li:before {
      content: counters(ols, ". ") ". ";
      color: #e10035; }
    ol li li {
      margin-bottom: 0; }
  ol ol {
    padding-left: 16px;
    padding-bottom: 0; }

.text-block {
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .text-block {
      padding-bottom: 10px; } }

.popup {
  position: absolute;
  background-color: white; }
  .popup .button:not(.social) {
    font-weight: 900; }
  .popup .popup-title {
    display: block;
    text-align: center;
    background-color: #e10035;
    color: white;
    font: 30px/60px "Narziss Pro AZ", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (max-width: 767px) {
      .popup .popup-title {
        font-size: 26px; } }
  .popup .popup-holder {
    padding: 30px 20px; }
  .popup .popup-footer {
    width: 100%;
    padding: 20px;
    border: 1px solid #d2d2d2;
    background-color: #f5f5f5; }
    .popup .popup-footer .button {
      float: right;
      font-weight: 900;
      min-width: 120px; }
      @media (max-width: 767px) {
        .popup .popup-footer .button {
          width: 100%;
          margin: 0 0 10px;
          float: none !important; }
          .popup .popup-footer .button:last-child {
            margin-bottom: 0; } }
    .popup .popup-footer .back {
      float: left;
      min-width: 190px; }
  .popup .login {
    width: 840px;
    max-width: 840px; }
    .popup .login .forgot {
      float: right;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 25px;
      border-bottom: 1px solid; }
    .popup .login .button:not(.social) {
      margin-bottom: 20px; }
    @media (max-width: 979px) {
      .popup .login {
        width: 690px; } }
  .popup .registration-holder {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 50%;
    right: 0;
    bottom: 0; }
    .popup .registration-holder:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%;
      margin-left: -4px; }
    .popup .registration-holder > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .popup .registration-holder:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    .popup .registration-holder .center {
      position: relative; }
    .popup .registration-holder .title {
      color: white;
      display: block;
      margin-bottom: 15px;
      font: 30px/35px "Narziss Pro AZ", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    .popup .registration-holder .button {
      min-width: 220px; }
    @media (max-width: 767px) {
      .popup .registration-holder {
        position: relative;
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
        display: block; } }
  .popup .social {
    float: left;
    width: 50%; }
  .popup .column {
    float: left;
    width: 50%; }
    .popup .column .popup-holder {
      padding: 30px; }
    @media (max-width: 767px) {
      .popup .column {
        float: none;
        width: 100%; }
        .popup .column .popup-holder {
          padding: 30px 10px; } }
  .popup .bottom {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    padding-top: 22px; }
    .popup .bottom p {
      margin-bottom: 22px; }
      .popup .bottom p:last-child {
        margin: 0; }
  .popup .registration {
    max-width: 390px;
    width: 390px; }
  .popup .smart-filter {
    max-width: 870px;
    width: 870px;
    background: url(../images/popup/img02.jpg) no-repeat 0 100%; }
    .popup .smart-filter .popup-holder {
      padding-top: 24px;
      padding-left: 15px;
      padding-right: 15px; }
    .popup .smart-filter .column {
      width: 195px;
      padding: 0 15px; }
      .popup .smart-filter .column:last-child {
        width: 255px; }
      @media (max-width: 979px) {
        .popup .smart-filter .column:last-child {
          width: 100%;
          margin: 0 -15px; }
        .popup .smart-filter .column .item {
          width: calc(50% - 30px);
          float: left;
          margin: 0 15px 30px; } }
    .popup .smart-filter h4 {
      color: black;
      margin-bottom: 8px; }
    .popup .smart-filter .filter-holder {
      width: 262px;
      border: 1px solid #d9d9d9;
      padding: 19px;
      margin-bottom: 20px; }
    .popup .smart-filter .check-holder {
      display: block; }
    .popup .smart-filter .filter-input {
      margin: 12px 0 15px; }
      .popup .smart-filter .filter-input + .scroll {
        max-height: 114px;
        height: 114px; }
        .popup .smart-filter .filter-input + .scroll .scroll-holder {
          height: 114px;
          max-height: 114px; }
    .popup .smart-filter .scroll:last-child {
      margin: 0; }
      .popup .smart-filter .scroll:last-child .check-holder:last-child {
        margin-bottom: 0; }
    .popup .smart-filter .select {
      max-width: 115px;
      margin-bottom: 20px; }
      .popup .smart-filter .select .optWrapper {
        max-height: 154px; }
      .popup .smart-filter .select:last-child {
        margin: 0; }
    @media (max-width: 979px) {
      .popup .smart-filter {
        width: 628px; }
        .popup .smart-filter .scroll.init:after {
          display: none !important; } }
  .popup .basket table {
    margin: 0; }
  .popup .basket td:first-child {
    padding-left: 15px;
    padding-right: 0; }
  .popup .basket td:last-child {
    padding-right: 0; }
  .popup .cart {
    max-width: 612px;
    width: 612px; }
    .popup .cart .scroll {
      margin: 0;
      padding: 0;
      max-height: 440px; }
      .popup .cart .scroll:before {
        content: '';
        position: absolute;
        z-index: 10;
        left: 0;
        right: 30px;
        top: 0;
        height: 25px;
        display: none;
        pointer-events: none;
        background: -webkit-linear-gradient(top, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
      .popup .cart .scroll:after {
        height: 25px;
        right: 30px; }
      .popup .cart .scroll .scroll-holder {
        max-height: 440px;
        padding: 10px 40px 10px 20px; }
    .popup .cart .scrollbar {
      top: 20px;
      right: 10px;
      bottom: 20px; }
      .popup .cart .scrollbar .handle {
        background-color: black; }
    @media (max-width: 767px) {
      .popup .cart table .title {
        display: none; } }
  .popup .callback {
    max-width: 370px;
    width: 370px; }
  .popup .subscribe {
    max-width: 390px;
    width: 390px; }
  .popup .notification {
    font-size: 15px;
    line-height: 22px;
    max-width: 400px;
    width: 400px;
    color: black;
    text-align: center; }
    .popup .notification p {
      margin-bottom: 30px; }
    .popup .notification .separator {
      display: block;
      overflow: hidden;
      text-align: center;
      line-height: 40px; }
      @media (max-width: 767px) {
        .popup .notification .separator {
          position: absolute;
          left: 0;
          right: 0;
          text-align: center;
          top: 40px; } }
    .popup .notification .button {
      min-width: 160px; }
      .popup .notification .button:first-child {
        float: left; }
      .popup .notification .button:nth-child(2) {
        float: right; }
      @media (max-width: 767px) {
        .popup .notification .button {
          width: 100%;
          float: none !important; }
          .popup .notification .button:first-child {
            margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .popup .notification .clearfix {
        position: relative; } }
  .popup .message {
    font-size: 15px;
    line-height: 22px;
    max-width: 524px;
    width: 524px;
    color: black;
    text-align: center; }
    .popup .message p:last-child {
      margin-bottom: 0; }
    .popup .message .icon {
      display: block;
      margin: 0 auto 20px;
      width: 53px;
      height: 53px; }
      .popup .message .icon img {
        display: block;
        width: 100%;
        height: 100%; }
  .popup .review {
    max-width: 530px;
    width: 530px; }
    .popup .review .button {
      min-width: 250px; }
    .popup .review .review-controls {
      margin: -15px 0 29px; }
    .popup .review .title {
      display: block;
      color: black;
      font-size: 15px;
      line-height: 22px; }
    .popup .review .column {
      width: auto; }
      .popup .review .column:nth-child(2) {
        float: right; }
      @media (max-width: 767px) {
        .popup .review .column {
          float: left; }
          .popup .review .column:nth-child(2) {
            float: right; } }
    .popup .review .br-theme-fontawesome-stars {
      font-size: 20px;
      line-height: 20px; }
      .popup .review .br-theme-fontawesome-stars .br-widget a:first-child {
        margin-left: 0; }
    .popup .review .radio-holder {
      float: left;
      margin: 3px 18px 0 0; }
      .popup .review .radio-holder:last-child {
        margin-right: 0; }
      .popup .review .radio-holder.checked > .fa {
        color: black; }
      .popup .review .radio-holder.checked .icon {
        color: #e10035; }
  .popup .report {
    max-width: 530px;
    width: 530px; }
    .popup .report .popup-holder {
      padding-top: 20px; }
    .popup .report .button {
      min-width: 250px; }
    .popup .report .basket {
      padding-bottom: 20px; }
      .popup .report .basket table {
        border-collapse: collapse; }
        .popup .report .basket table td {
          border-color: transparent !important; }
          .popup .report .basket table td:first-child {
            padding-left: 0; }
  .popup .before {
    max-width: 1020px;
    width: 1020px;
    font-size: 18px;
    line-height: 24px;
    color: black; }
    .popup .before .visual {
      float: left;
      width: 220px;
      margin-right: 20px; }
      @media (max-width: 979px) {
        .popup .before .visual {
          float: none;
          margin: 0 auto 20px; } }
      @media (max-width: 767px) {
        .popup .before .visual {
          display: none; } }
    .popup .before .info {
      float: right;
      width: calc(100% - 240px); }
      @media (max-width: 979px) {
        .popup .before .info {
          float: none;
          width: 100%; } }
    .popup .before .title {
      display: block;
      font-size: 25px;
      line-height: 30px;
      color: black;
      font-weight: normal;
      margin-bottom: 23px; }
    .popup .before .assortment {
      margin-bottom: 0; }
    .popup .before .scroll {
      max-height: 236px;
      margin-right: -10px;
      padding-right: 30px; }
      .popup .before .scroll:after {
        height: 20px; }
      .popup .before .scroll .scroll-holder {
        max-height: 236px; }
    .popup .before .scrollbar .mousearea {
      background-color: black;
      border-radius: 5px; }
    .popup .before .more {
      display: inline-block;
      vertical-align: top;
      font-size: 15px;
      line-height: 18px;
      text-transform: uppercase;
      border-bottom: 1px solid; }
      .popup .before .more .fa {
        margin-right: -16px;
        margin-left: 11px; }
    @media (max-width: 979px) {
      .popup .before {
        width: 618px; }
        .popup .before .line {
          text-align: center; } }
  .popup .photo {
    max-width: 800px;
    width: 800px;
    position: relative; }
    .popup .photo .big-photo {
      height: 500px; }
    .popup .photo .preview {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -116px;
      margin: 0; }
      .popup .photo .preview li {
        float: none;
        background-color: white;
        margin: 0 5px; }
        .popup .photo .preview li.video {
          background-color: #e10035; }
        @media (max-width: 979px) {
          .popup .photo .preview li {
            margin-bottom: 10px; } }
      .popup .photo .preview a {
        width: 100px;
        height: 100px;
        border: 0; }
      .popup .photo .preview .fa {
        font-size: 64px;
        width: 64px; }
      @media (max-width: 979px) {
        .popup .photo .preview {
          bottom: -130px; } }
      @media (max-width: 767px) {
        .popup .photo .preview {
          bottom: 0;
          -webkit-transform: translateY(100%);
              -ms-transform: translateY(100%);
                  transform: translateY(100%);
          padding-top: 10px; } }
    .popup .photo > .fa {
      position: absolute;
      width: 36px;
      height: 36px;
      background-color: black;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 10;
      text-align: center;
      font-size: 30px;
      line-height: 34px;
      color: white; }
      .popup .photo > .fa:hover {
        color: white;
        background-color: #e10035; }
    .popup .photo > .fa-angle-left {
      left: -60px;
      padding-right: 4px; }
    .popup .photo > .fa-angle-right {
      right: -60px;
      padding-left: 4px; }
    @media (max-width: 979px) {
      .popup .photo {
        width: 618px; } }
    @media (max-width: 767px) {
      .popup .photo {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .popup {
      max-width: 300px;
      width: 300px; }
      .popup .fancybox-inner > *, .popup .fancybox-inner {
        width: 300px !important; } }

.contact-holder {
  padding: 18px 0 0; }

.contact-form {
  float: left;
  width: calc(100% - 389px);
  margin-bottom: 45px; }
  @media (max-width: 1186px) {
    .contact-form {
      float: none;
      width: 100%; } }

.contact-list {
  float: right;
  width: 315px;
  padding: 0;
  margin: -2px 0 45px 74px;
  list-style-type: none;
  overflow: hidden; }
  .contact-list .title {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 4px; }
    @media (max-width: 767px) {
      .contact-list .title {
        font-size: 14px;
        line-height: 17px; } }
  .contact-list li {
    margin: 0 0 43px;
    font-size: 25px;
    line-height: 28px;
    font-weight: normal; }
    .contact-list li:last-child {
      margin-bottom: 0; }
    @media (max-width: 1186px) {
      .contact-list li {
        float: left;
        width: 50%;
        padding: 0 10px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .contact-list li {
        float: none;
        width: 100%;
        padding: 0;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 15px; } }
  .contact-list span {
    text-transform: uppercase;
    color: #999; }
  .contact-list .fa {
    color: #e10035;
    margin-right: 3px; }
  @media (max-width: 1186px) {
    .contact-list {
      float: none;
      width: calc(100% + 20px);
      margin: 0 -10px 40px; } }
  @media (max-width: 767px) {
    .contact-list {
      margin: 0 0 40px;
      width: 100%; } }

.side-mobile {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  display: none; }
  .side-mobile:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -4px;
    right: -4px;
    bottom: -2px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #e1e1e1;
    border-top-color: #fff; }
  .side-mobile span {
    position: absolute;
    top: calc(50% - 1px);
    left: 4px;
    right: 4px;
    height: 2px;
    background-color: #999;
    -webkit-transition: background 0s 0.3s;
            transition: background 0s 0.3s; }
    .side-mobile span:after, .side-mobile span:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #999;
      -webkit-transition-duration: 0.3s, 0.3s;
              transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
              transition-delay: 0.3s, 0s; }
    .side-mobile span:after {
      top: -6px;
      -webkit-transition-property: top, -webkit-transform;
              transition-property: top, transform; }
    .side-mobile span:before {
      bottom: -6px;
      -webkit-transition-property: bottom, -webkit-transform;
              transition-property: bottom, transform; }
  .open .side-mobile span {
    background-color: rgba(242, 242, 242, 0); }
    .open .side-mobile span:after, .open .side-mobile span:before {
      -webkit-transition-delay: 0s, 0.3s;
              transition-delay: 0s, 0.3s;
      background-color: #999; }
    .open .side-mobile span:after {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .open .side-mobile span:before {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .side-mobile {
      display: block; } }

.side-menu {
  max-width: 210px; }
  @media (max-width: 979px) {
    .side-menu ul {
      text-align: justify;
      -moz-text-align-last: justify;
           text-align-last: justify;
      border-bottom: 1px solid #e1e1e1;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .side-menu ul {
      border-bottom: none;
      text-align: center;
      -moz-text-align-last: center;
           text-align-last: center;
      margin-bottom: 0; } }
  .side-menu li {
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0; }
    .side-menu li.active {
      font-weight: 900; }
      .side-menu li.active a {
        color: #000; }
    .side-menu li:last-child {
      border-bottom: none; }
    @media (max-width: 979px) {
      .side-menu li {
        display: inline-block;
        vertical-align: top;
        border: none;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .side-menu li {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        text-align: center; }
        .side-menu li:last-child {
          border-bottom: 1px solid #e1e1e1; } }
  .side-menu a {
    display: block;
    color: #999;
    padding: 5px 0; }
    .side-menu a:hover {
      color: #000; }
  @media (max-width: 979px) {
    .side-menu {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .side-menu {
      display: none; } }

.widgets {
  margin: 0 -15px;
  padding: 0 0 20px; }
  .widgets .col {
    float: left;
    margin: 0 15px 30px; }
    @media (max-width: 1186px) {
      .widgets .col {
        max-width: calc(50% - 30px); } }
  @media (max-width: 767px) {
    .widgets {
      display: none; } }

.accordion {
  margin: 0 0 34px; }
  .accordion .item {
    position: relative;
    padding: 0 0 8px;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #d7d7d7; }
    .accordion .item.active .heading {
      font-weight: 900; }
      .accordion .item.active .heading:after {
        display: none; }
  .accordion .heading {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    padding-right: 26px; }
    .accordion .heading:after, .accordion .heading:before {
      content: '';
      position: absolute;
      background-color: #a0a0a0; }
    .accordion .heading:before {
      width: 12px;
      height: 2px;
      top: 9px;
      right: 6px; }
    .accordion .heading:after {
      height: 12px;
      width: 2px;
      top: 4px;
      right: 11px; }
  .accordion .expanded {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 37px 0 17px; }
  .accordion footer {
    padding: 24px 0 0; }
    .accordion footer a {
      border-bottom: 1px solid; }
      .accordion footer a:hover {
        color: #e10035; }
  .accordion p {
    margin: 0; }

.faq-form {
  margin: 0 0 30px; }
  .faq-form .two-cols {
    margin: 0 -10px; }
    @media (max-width: 767px) {
      .faq-form .two-cols {
        margin: 0; } }
  .faq-form .col {
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px; }
    @media (max-width: 767px) {
      .faq-form .col {
        width: 100%;
        margin: 0; } }
  .faq-form textarea {
    height: 106px !important; }

.block-404 {
  padding: 4px 0 20px; }
  .block-404 .pic, .block-404 .frame {
    float: left;
    width: 50%; }
  .block-404 .pic {
    white-space: nowrap;
    text-align: center; }
    .block-404 .pic:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%;
      margin-left: -4px; }
    .block-404 .pic > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 767px) {
      .block-404 .pic {
        width: 80px;
        padding-right: 15px; } }
  .block-404 img {
    vertical-align: middle; }
  .block-404 .frame {
    padding: 60px 0 0;
    margin-left: -60px;
    font-size: 20px;
    line-height: 25px; }
    @media (max-width: 767px) {
      .block-404 .frame {
        float: none;
        overflow: visible;
        width: 100%;
        margin-left: 0;
        font-size: 16px;
        line-height: 21px;
        padding-top: 10px; } }
  .block-404 .title {
    display: block;
    font-size: 40px;
    line-height: 46px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 50px; }
    @media (max-width: 979px) {
      .block-404 .title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .block-404 .title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px; } }
  .block-404 nav {
    padding: 20px 0 0; }
    @media (max-width: 767px) {
      .block-404 nav {
        padding: 10px 0; } }
  .block-404 li {
    float: left;
    margin: 0 30px 0 0;
    font: 20px/25px "Narziss Pro AZ", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: uppercase; }
    .block-404 li:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .block-404 li {
        font-size: 16px;
        line-height: 21px;
        margin-right: 12px; } }

.order-results {
  padding: 12px 0 0;
  font: 30px/45px "Narziss Pro AZ", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  border-bottom: 2px solid #dce3eb;
  margin-bottom: 35px; }
  .order-results p {
    margin-bottom: 50px; }

@media screen and (max-width: 979px) {
  .order-results {
    font-size: 24px;
    line-height: 35px; }
    .order-results p {
      margin-bottom: 35px; } }

@media screen and (max-width: 767px) {
  .order-results {
    font-size: 20px;
    line-height: 27px;
    padding-top: 0; }
    .order-results p {
      margin-bottom: 20px; } }

.results {
  padding: 0 0 30px; }
  .results .column {
    float: left;
    width: 50%; }

@media screen and (max-width: 979px) {
  .results .column {
    float: none;
    width: 100%; } }

@media screen and (max-width: 979px) {
  .results .button {
    margin-bottom: 20px; } }

@media print {
  * {
    -webkit-print-color-adjust: exact; }
  body {
    min-width: 1000px; }
  #panel, #header, .brands-panel, .bottom-info, #footer, .breadcrumbs, h1, .h1, .results .button {
    display: none; }
  .order-results {
    padding-top: 300px; } }
/*# sourceMappingURL=main.css.map */