/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, ../bower_components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 36, ../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 49, ../bower_components/normalize-scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 86, ../bower_components/normalize-scss/_normalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 96, ../bower_components/normalize-scss/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 108, ../bower_components/normalize-scss/_normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 117, ../bower_components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0; }

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 152, ../bower_components/normalize-scss/_normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 197, ../bower_components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 236, ../bower_components/normalize-scss/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 252, ../bower_components/normalize-scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 256, ../bower_components/normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 311, ../bower_components/normalize-scss/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 322, ../bower_components/normalize-scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 333, ../bower_components/normalize-scss/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 341, ../bower_components/normalize-scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 351, ../bower_components/normalize-scss/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 360, ../bower_components/normalize-scss/_normalize.scss */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 387, ../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 405, ../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 416, ../bower_components/normalize-scss/_normalize.scss */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 431, ../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 446, ../bower_components/normalize-scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 455, ../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 466, ../bower_components/normalize-scss/_normalize.scss */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 476, ../bower_components/normalize-scss/_normalize.scss */
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`.
 */
/* line 492, ../bower_components/normalize-scss/_normalize.scss */
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
 *  (include `-moz` to future-proof).
 */
/* line 503, ../bower_components/normalize-scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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).
 */
/* line 516, ../bower_components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 525, ../bower_components/normalize-scss/_normalize.scss */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 538, ../bower_components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 551, ../bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 560, ../bower_components/normalize-scss/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 571, ../bower_components/normalize-scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 576, ../bower_components/normalize-scss/_normalize.scss */
td,
th {
  padding: 0; }

/* line 7, ../sass/theme/_ico.scss */
.ico {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 41px;
  vertical-align: middle; }

/* line 24, ../bower_components/SassyIcons/stylesheets/icons/_sprite-map-create.scss */
.ico_ereader, .ico_instagram_passive, .ico_twitter_passive, .ico_warranty, .ico_twitter_hover, .social__link_twitter:hover .ico, .ico_facebook_hover, .social__link_facebook:hover .ico, .ico_youtube_passive, .ico_mcaffee, .ico_navitel, .ico_narr8, .ico_youtube_hover, .social__link_youtube:hover .ico, .ico_ota, .ico_google_passive, .ico_draw, .ico_instagram_hover, .social__link_instagram:hover .ico, .ico_google_hover, .social__link_google:hover .ico, .ico_facebook_passive, .ico_evernote, .ico_cloud, .ico_arrow_right, .ico_store, .ico_office, .ico_support, .ico_arrow_left, .ico_delivery {
  background-image: url('../images/icons/all/png-s04fd71a218.png');
  background-repeat: no-repeat; }
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
  /* line 30, ../bower_components/SassyIcons/stylesheets/icons/_sprite-map-create.scss */
  .ico_ereader, .ico_instagram_passive, .ico_twitter_passive, .ico_warranty, .ico_twitter_hover, .social__link_twitter:hover .ico, .ico_facebook_hover, .social__link_facebook:hover .ico, .ico_youtube_passive, .ico_mcaffee, .ico_navitel, .ico_narr8, .ico_youtube_hover, .social__link_youtube:hover .ico, .ico_ota, .ico_google_passive, .ico_draw, .ico_instagram_hover, .social__link_instagram:hover .ico, .ico_google_hover, .social__link_google:hover .ico, .ico_facebook_passive, .ico_evernote, .ico_cloud, .ico_arrow_right, .ico_store, .ico_office, .ico_support, .ico_arrow_left, .ico_delivery {
    background-image: url('../images/icons/all/png-s04fd71a218.png');
    background-size: 58px auto; } }
/* line 61, ../sass/theme/_mixins.scss */
.ico_ereader {
  background-position: 0 -304px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_ereader {
      background-position: 0 -304px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_instagram_passive {
  background-position: 0 -809px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_instagram_passive {
      background-position: 0 -809px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_twitter_passive {
  background-position: 0 -1475px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_twitter_passive {
      background-position: 0 -1475px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_warranty {
  background-position: 0 -1545px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_warranty {
      background-position: 0 -1545px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_twitter_hover, .social__link_twitter:hover .ico {
  background-position: 0 -1405px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_twitter_hover, .social__link_twitter:hover .ico {
      background-position: 0 -1405px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_facebook_hover, .social__link_facebook:hover .ico {
  background-position: 0 -459px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_facebook_hover, .social__link_facebook:hover .ico {
      background-position: 0 -459px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_youtube_passive {
  background-position: 0 -1683px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_youtube_passive {
      background-position: 0 -1683px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_mcaffee {
  background-position: 0 -879px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_mcaffee {
      background-position: 0 -879px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_navitel {
  background-position: 0 -1035px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_navitel {
      background-position: 0 -1035px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_narr8 {
  background-position: 0 -958px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_narr8 {
      background-position: 0 -958px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_youtube_hover, .social__link_youtube:hover .ico {
  background-position: 0 -1613px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_youtube_hover, .social__link_youtube:hover .ico {
      background-position: 0 -1613px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_ota {
  background-position: 0 -1191px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_ota {
      background-position: 0 -1191px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_google_passive {
  background-position: 0 -669px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_google_passive {
      background-position: 0 -669px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_draw {
  background-position: 0 -227px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_draw {
      background-position: 0 -227px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_instagram_hover, .social__link_instagram:hover .ico {
  background-position: 0 -739px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_instagram_hover, .social__link_instagram:hover .ico {
      background-position: 0 -739px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_google_hover, .social__link_google:hover .ico {
  background-position: 0 -599px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_google_hover, .social__link_google:hover .ico {
      background-position: 0 -599px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_facebook_passive {
  background-position: 0 -529px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_facebook_passive {
      background-position: 0 -529px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_evernote {
  background-position: 0 -381px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_evernote {
      background-position: 0 -381px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_cloud {
  background-position: 0 -87px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_cloud {
      background-position: 0 -87px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_arrow_right {
  background-position: 0 -41px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_arrow_right {
      background-position: 0 -41px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_store {
  background-position: 0 -1259px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_store {
      background-position: 0 -1259px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_office {
  background-position: 0 -1113px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_office {
      background-position: 0 -1113px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_support {
  background-position: 0 -1337px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_support {
      background-position: 0 -1337px; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_arrow_left {
  background-position: 0 0; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_arrow_left {
      background-position: 0 0; } }

/* line 61, ../sass/theme/_mixins.scss */
.ico_delivery {
  background-position: 0 -166px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 125dpi), (min-resolution: 1.3dppx) {
    /* line 61, ../sass/theme/_mixins.scss */
    .ico_delivery {
      background-position: 0 -166px; } }

/* line 27, ../sass/theme/_ico.scss */
.ico_mcaffee {
  width: 48px;
  height: 48px; }

/* line 27, ../sass/theme/_ico.scss */
.ico_navitel {
  width: 48px;
  height: 48px; }

/* line 27, ../sass/theme/_ico.scss */
.ico_draw {
  width: 48px;
  height: 48px; }

/* line 27, ../sass/theme/_ico.scss */
.ico_narr8 {
  width: 48px;
  height: 48px; }

/* line 27, ../sass/theme/_ico.scss */
.ico_evernote {
  width: 48px;
  height: 48px; }

/* line 27, ../sass/theme/_ico.scss */
.ico_office {
  width: 48px;
  height: 48px; }

/* line 27, ../sass/theme/_ico.scss */
.ico_store {
  width: 48px;
  height: 48px; }

/* line 27, ../sass/theme/_ico.scss */
.ico_ereader {
  width: 48px;
  height: 48px; }

/* line 27, ../sass/theme/_ico.scss */
.ico_cloud {
  width: 48px;
  height: 48px; }

/* line 33, ../sass/theme/_ico.scss */
.ico_arrow_right {
  width: 24px;
  height: 16px; }

/* line 38, ../sass/theme/_ico.scss */
.ico_arrow_left {
  width: 17px;
  height: 11px; }

/* line 43, ../sass/theme/_ico.scss */
.ico_cross {
  width: 11px;
  height: 11px; }

/* line 48, ../sass/theme/_ico.scss */
.ico_delivery {
  width: 49px;
  height: 31px; }

/* line 53, ../sass/theme/_ico.scss */
.ico_ota {
  width: 58px;
  height: 38px; }

/* line 58, ../sass/theme/_ico.scss */
.ico_warranty {
  width: 39px;
  height: 38px; }

/* line 63, ../sass/theme/_ico.scss */
.ico_support {
  width: 37px;
  height: 38px; }

/* line 11, ../bower_components/susy/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 10, ../sass/theme/_scaffold.scss */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 25, ../sass/theme/_scaffold.scss */
html {
  font-size: 62.5%; }

/* line 29, ../sass/theme/_scaffold.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #0d0d0d;
  background-color: white; }

/* line 41, ../sass/theme/_scaffold.scss */
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  /* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
  .container:after {
    content: " ";
    display: block;
    clear: both; }

/* line 48, ../sass/theme/_scaffold.scss */
a {
  color: #7e7e7e; }
  /* line 24, ../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.0.alpha.20/stylesheets/compass/typography/links/_link-colors.scss */
  a:hover {
    color: #8e0a27; }
  /* line 27, ../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.0.alpha.20/stylesheets/compass/typography/links/_link-colors.scss */
  a:active {
    color: #8e0a27; }

/* line 55, ../sass/theme/_scaffold.scss */
img {
  vertical-align: middle; }

/* line 62, ../sass/theme/_scaffold.scss */
h1, h2, h3, h4, h5, h6 {
  color: #0d0d0d;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 18px;
  padding: 0;
  margin: 0; }

/* line 77, ../sass/theme/_scaffold.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0; }

/* line 86, ../sass/theme/_scaffold.scss */
.btn {
  font-weight: 400;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  outline: none; }
  /* line 55, ../sass/theme/_mixins.scss */
  .btn__ico {
    margin: 0 11px; }
  /* line 61, ../sass/theme/_mixins.scss */
  .btn_ico_right {
    padding-right: 27px !important; }
  /* line 61, ../sass/theme/_mixins.scss */
  .btn_red {
    color: white;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzMGQzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMGEyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(#b30d31, #8e0a27);
    background-image: -webkit-linear-gradient(#b30d31, #8e0a27);
    background-image: linear-gradient(#b30d31, #8e0a27); }
    /* line 10, ../sass/theme/_mixins.scss */
    .btn_red:hover, .btn_red:focus, .btn_red.hover, .btn_red.focus {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3MTMzYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllMGYyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -moz-linear-gradient(#c7133a, #9e0f2e);
      background-image: -webkit-linear-gradient(#c7133a, #9e0f2e);
      background-image: linear-gradient(#c7133a, #9e0f2e); }
    /* line 17, ../sass/theme/_mixins.scss */
    .btn_red:active, .btn_red.active {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMGEyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IzMGQzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -moz-linear-gradient(#8e0a27, #b30d31);
      background-image: -webkit-linear-gradient(#8e0a27, #b30d31);
      background-image: linear-gradient(#8e0a27, #b30d31); }
  /* line 61, ../sass/theme/_mixins.scss */
  .btn_gray {
    color: white;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiOGI4YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(#8b8b8b, #777777);
    background-image: -webkit-linear-gradient(#8b8b8b, #777777);
    background-image: linear-gradient(#8b8b8b, #777777); }
    /* line 10, ../sass/theme/_mixins.scss */
    .btn_gray:hover, .btn_gray:focus, .btn_gray.hover, .btn_gray.focus {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1ODM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -moz-linear-gradient(#999999, #858383);
      background-image: -webkit-linear-gradient(#999999, #858383);
      background-image: linear-gradient(#999999, #858383); }
    /* line 17, ../sass/theme/_mixins.scss */
    .btn_gray:active, .btn_gray.active {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhiOGI4YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -moz-linear-gradient(#777777, #8b8b8b);
      background-image: -webkit-linear-gradient(#777777, #8b8b8b);
      background-image: linear-gradient(#777777, #8b8b8b); }
  /* line 61, ../sass/theme/_mixins.scss */
  .btn_small {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 9px 35px;
    font-size: 16px;
    line-height: 20px; }
  /* line 61, ../sass/theme/_mixins.scss */
  .btn_large {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 12px 43px;
    font-size: 18px;
    line-height: normal; }

/* line 152, ../sass/theme/_scaffold.scss */
.input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 1px 2px rgba(218, 218, 218, 0.75);
  -webkit-box-shadow: inset 0 1px 2px rgba(218, 218, 218, 0.75);
  box-shadow: inset 0 1px 2px rgba(218, 218, 218, 0.75);
  color: #0d0d0d;
  background-color: #f4f4f4;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 12px 18px;
  outline: none;
  width: 100%;
  vertical-align: middle; }
  /* line 165, ../sass/theme/_scaffold.scss */
  .input:hover, .input.hover {
    -moz-box-shadow: inset 0 1px 2px rgba(218, 218, 218, 0.75);
    -webkit-box-shadow: inset 0 1px 2px rgba(218, 218, 218, 0.75);
    box-shadow: inset 0 1px 2px rgba(218, 218, 218, 0.75);
    background-color: #f4f4f4;
    border-color: #b2b2b2; }
  /* line 172, ../sass/theme/_scaffold.scss */
  .input:active, .input.active {
    -moz-box-shadow: inset 0 1px 2px rgba(173, 173, 173, 0.75);
    -webkit-box-shadow: inset 0 1px 2px rgba(173, 173, 173, 0.75);
    box-shadow: inset 0 1px 2px rgba(173, 173, 173, 0.75);
    background-color: #f4f4f4;
    border-color: #999999; }
  /* line 179, ../sass/theme/_scaffold.scss */
  .input-small {
    padding: 7px 18px; }

/* line 5, ../sass/_layout.scss */
.main,
.header,
.footer {
  max-width: 1280px;
  margin: 0 auto; }

/* line 5, ../sass/_header.scss */
.header {
  background-color: #8e0a27;
  height: 60px;
  padding: 14px 20px;
  text-align: right; }
  /* line 55, ../sass/theme/_mixins.scss */
  .header__logo {
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../images/logo.png?1402494892');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 154px;
    height: 30px;
    float: left; }

/* line 55, ../sass/theme/_mixins.scss */
.logo__link {
  display: block; }

@media (max-width: 479px) {
  /* line 55, ../sass/theme/_mixins.scss */
  .header__logo {
    width: 32px;
    background-position: 0 0; } }
/* line 5, ../sass/_footer.scss */
.footer {
  background-color: #424242;
  padding-left: 20px;
  padding-right: 20px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .footer__copyright {
    color: #b6b6b6;
    line-height: 18px;
    padding-top: 22px;
    margin-bottom: 15px; }

/* line 55, ../sass/theme/_mixins.scss */
.community__title {
  color: #e6e6e6;
  display: none; }

/* line 24, ../sass/_footer.scss */
.social {
  font-size: 0;
  padding-bottom: 27px; }

@media (min-width: 768px) {
  /* line 47, ../sass/_footer.scss */
  .footer {
    overflow: hidden;
    *zoom: 1; }
    /* line 55, ../sass/theme/_mixins.scss */
    .footer__copyright {
      float: left;
      padding: 28px 0;
      margin: 0; }

  /* line 57, ../sass/_footer.scss */
  .community {
    float: right; }
    /* line 55, ../sass/theme/_mixins.scss */
    .community__title {
      display: block;
      padding: 28px 12px 28px 0;
      float: left; }

  /* line 67, ../sass/_footer.scss */
  .social {
    float: left;
    padding: 15px 0; } }
/* line 5, ../sass/_menu.scss */
.menu {
  display: none; }

@media (min-width: 768px) {
  /* line 15, ../sass/_menu.scss */
  .menu {
    overflow: hidden;
    *zoom: 1;
    display: block; }
    /* line 61, ../sass/theme/_mixins.scss */
    .menu_fixed {
      -moz-box-shadow: #cccccc 10px 0 10px;
      -webkit-box-shadow: #cccccc 10px 0 10px;
      box-shadow: #cccccc 10px 0 10px;
      background: white;
      position: fixed;
      top: 0;
      width: 100%;
      max-width: 1280px;
      z-index: 999; }
      /* line 28, ../sass/_menu.scss */
      .menu_fixed .nav-item_hidden {
        display: block !important; }
      /* line 32, ../sass/_menu.scss */
      .menu_fixed .nav-item__link {
        padding: 16px 8px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .menu__title {
      font-size: 16px;
      float: left;
      padding: 16px 0 16px 20px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .menu__nav {
      float: right; }

  /* line 55, ../sass/theme/_mixins.scss */
  .nav__list {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1; }
    /* line 62, ../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.0.alpha.20/stylesheets/compass/typography/lists/_horizontal-list.scss */
    .nav__list li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      /* line 49, ../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.0.alpha.20/stylesheets/compass/typography/lists/_horizontal-list.scss */
      .nav__list li:first-child {
        padding-left: 0; }
      /* line 50, ../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.0.alpha.20/stylesheets/compass/typography/lists/_horizontal-list.scss */
      .nav__list li:last-child {
        padding-right: 0; }
      /* line 52, ../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.0.alpha.20/stylesheets/compass/typography/lists/_horizontal-list.scss */
      .nav__list li.last {
        padding-right: 0; }

  /* line 61, ../sass/theme/_mixins.scss */
  .btn_buy {
    margin-top: 8px;
    margin-left: 10px;
    border: 0; }

  /* line 62, ../sass/_menu.scss */
  .nav-item {
    padding: 0 !important; }
    /* line 61, ../sass/theme/_mixins.scss */
    .nav-item_hidden {
      display: none; }
    /* line 55, ../sass/theme/_mixins.scss */
    .nav-item__link {
      color: #0d0d0d;
      display: block;
      padding: 16px 20px;
      text-decoration: none; }
      /* line 61, ../sass/theme/_mixins.scss */
      .nav-item__link_active {
        color: #8e0a27;
        border-bottom: 3px solid #8e0a27; }
      /* line 80, ../sass/_menu.scss */
      .nav-item__link:hover {
        color: #0d0d0d;
        border-bottom: 3px solid #7e7e7e; } }
/* line 5, ../sass/_info.scss */
.info {
  background: #f4f4f4;
  text-align: center; }

/* line 10, ../sass/_info.scss */
.info-data {
  padding-top: 24px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__subtitle {
    display: none; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__desc {
    line-height: 22px;
    margin: 20px 0;
    padding-left: 10px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__options {
    display: none; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__button {
    margin: 0 20px 0 20px;
    padding-bottom: 36px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__btn {
    width: 100%; }
    /* line 61, ../sass/theme/_mixins.scss */
    .info-data__btn_desktop {
      display: none; }

/* line 55, ../sass/theme/_mixins.scss */
.info-gallery__img {
  margin: 0 auto; }

/* line 48, ../sass/_info.scss */
.swiper-slide {
  padding: 0 27px; }

/* line 52, ../sass/_info.scss */
.pagination {
  padding: 26px 0; }

@media (max-width: 479px) {
  /* line 55, ../sass/theme/_mixins.scss */
  .info-gallery__img {
    display: block;
    max-width: 100% !important;
    height: auto; } }
@media (min-width: 480px) and (max-width: 767px) {
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__btn {
    width: 250px; }

  /* line 79, ../sass/_info.scss */
  .swiper-slide {
    padding: 0 50px; }

  /* line 55, ../sass/theme/_mixins.scss */
  .info-gallery__img {
    display: block;
    max-width: 100% !important;
    height: auto; } }
@media (min-width: 768px) {
  /* line 96, ../sass/_info.scss */
  .info {
    text-align: left;
    overflow: hidden; }
    /* line 55, ../sass/theme/_mixins.scss */
    .info__data {
      float: left;
      width: 330px;
      padding: 84px 40px 0 26px; }

  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__subtitle {
    display: block;
    font-size: 30px;
    margin-top: 33px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__desc {
    font-size: 16px;
    padding: 0;
    margin: 15px 0 0 0; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__options {
    display: block; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__button {
    margin: 0; }
  /* line 55, ../sass/theme/_mixins.scss */
  .info-data__btn {
    width: 250px;
    display: inline-block; }
    /* line 61, ../sass/theme/_mixins.scss */
    .info-data__btn_mobile {
      display: none; }

  /* line 138, ../sass/_info.scss */
  .pagination {
    display: none; }

  /* line 55, ../sass/theme/_mixins.scss */
  .data-options__option {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #7e7e7e;
    font-size: 20px;
    color: #0d0d0d;
    display: inline-block;
    width: 79px;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    margin: 40px 3px 20px 0; }
    /* line 61, ../sass/theme/_mixins.scss */
    .data-options__option_active {
      border: 2px solid #8e0a27; }

  /* line 161, ../sass/_info.scss */
  .info-gallery {
    height: 450px; }
    /* line 61, ../sass/theme/_mixins.scss */
    .info-gallery__img_hidden {
      display: none; }

  /* line 171, ../sass/_info.scss */
  .swiper-slide {
    min-height: 420px;
    padding: 0;
    margin: 37px 0 0 0; } }
/* line 5, ../sass/_colorpicker.scss */
.colorpicker {
  color: white;
  padding: 34px 0;
  text-align: center;
  position: relative; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colorpicker_blue-color {
    background-color: #0a2a80; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colorpicker_violet-color {
    background-color: #6a2383; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colorpicker_red-color {
    background-color: #c11a39; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colorpicker_mint-color {
    background-color: #48bfb4; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colorpicker_white-color {
    background-color: #d6d6d6; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colorpicker_black-color {
    background-color: #282828; }
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker__title {
    font-size: 24px;
    margin-bottom: 23px; }
    /* line 61, ../sass/theme/_mixins.scss */
    .colorpicker__title_cwhite {
      color: #333; }
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker__desc {
    color: #dfdfdf;
    line-height: 22px;
    padding: 0 45px 33px 45px; }
    /* line 61, ../sass/theme/_mixins.scss */
    .colorpicker__desc_cwhite {
      color: #333; }
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker__img {
    display: block;
    max-width: 100% !important;
    height: auto; }
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker__text {
    display: none; }

/* line 63, ../sass/_colorpicker.scss */
.colorpicker-colors {
  padding: 0 20px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker-colors__color {
    display: inline-block; }

/* line 55, ../sass/theme/_mixins.scss */
.colors-color__title {
  visibility: hidden; }
/* line 55, ../sass/theme/_mixins.scss */
.colors-color__item {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin: 0 auto 10px auto; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colors-color__item_active {
    width: 40px;
    height: 40px;
    border: 5px solid white; }
    /* line 90, ../sass/_colorpicker.scss */
    .colors-color__item_active + .colors-color__title {
      visibility: visible; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colors-color__item_blue {
    background-color: #002486; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colors-color__item_violet {
    background-color: #721b93; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colors-color__item_red {
    background-color: #b11330; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colors-color__item_mint {
    background-color: #1fd3c5; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colors-color__item_cwhite {
    background-color: white; }
  /* line 61, ../sass/theme/_mixins.scss */
  .colors-color__item_cblack {
    background-color: #0d0d0d; }

@media (min-width: 480px) and (max-width: 767px) {
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker__title {
    font-size: 36px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker__desc {
    font-size: 16px; }

  /* line 137, ../sass/_colorpicker.scss */
  .colors-color {
    margin-right: 10px; } }
@media (min-width: 768px) {
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker__title {
    font-size: 36px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .colorpicker__desc {
    font-size: 16px; }

  /* line 160, ../sass/_colorpicker.scss */
  .colors-color {
    margin-right: 10px; } }
/* line 5, ../sass/_video.scss */
.video {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background: url(../images/NFC.jpg) no-repeat center center;
  height: 180px;
  position: relative; }
  /* line 55, ../sass/theme/_mixins.scss */
  .video__data {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* line 55, ../sass/theme/_mixins.scss */
  .video__title {
    color: white;
    font-size: 24px;
    font-weight: 300;
    text-align: center; }
  /* line 55, ../sass/theme/_mixins.scss */
  .video__desc {
    display: none; }
  /* line 55, ../sass/theme/_mixins.scss */
  .video__play {
    background: url(../images/play_icon.png) no-repeat;
    width: 66px;
    height: 66px;
    display: block;
    margin: 15px auto 0 auto;
    font-size: 0; }

@media (min-width: 480px) and (max-width: 767px) {
  /* line 44, ../sass/_video.scss */
  .video {
    height: 268px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .video__title {
      font-size: 36px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .video__desc {
      padding-left: 13%;
      padding-right: 13%;
      color: white;
      display: block;
      line-height: 22px;
      text-align: center;
      margin: 20px 0; }
    /* line 55, ../sass/theme/_mixins.scss */
    .video__play {
      margin: 0 auto; } }
@media (min-width: 768px) {
  /* line 72, ../sass/_video.scss */
  .video {
    height: 580px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .video__title {
      font-size: 36px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .video__desc {
      padding-left: 17.14286%;
      padding-right: 17.14286%;
      color: white;
      display: block;
      line-height: 22px;
      text-align: center;
      margin: 20px 0; }
    /* line 55, ../sass/theme/_mixins.scss */
    .video__play {
      margin: 0 auto; } }
/* line 95, ../sass/_video.scss */
.video-js {
  padding-top: 39.25%; }

/* line 99, ../sass/_video.scss */
.vjs-fullscreen {
  padding-top: 0; }

/* line 103, ../sass/_video.scss */
.vjs-big-play-button {
  background: url(../images/play_icon.png) no-repeat !important;
  border: 0 !important;
  width: 66px !important;
  height: 66px !important;
  content: "" !important;
  text-shadow: none !important;
  font-size: 0 !important;
  margin-top: -33px !important; }

/* line 5, ../sass/_features.scss */
.feature {
  text-align: center;
  padding: 30px 20px;
  border-bottom: 1px solid #e6e6e6; }
  /* line 55, ../sass/theme/_mixins.scss */
  .feature__img {
    display: block;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
    width: 90%; }
  /* line 55, ../sass/theme/_mixins.scss */
  .feature__title {
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0; }
  /* line 55, ../sass/theme/_mixins.scss */
  .feature__desc {
    color: #333333;
    line-height: 22px; }

@media (min-width: 480px) and (max-width: 767px) {
  /* line 36, ../sass/_features.scss */
  .features {
    overflow: hidden;
    *zoom: 1; }
    /* line 55, ../sass/theme/_mixins.scss */
    .features__feature {
      float: left;
      width: 50%; }
      /* line 61, ../sass/theme/_mixins.scss */
      .features__feature_large {
        width: 100%;
        padding: 30px; }
        /* line 47, ../sass/_features.scss */
        .features__feature_large .feature__title {
          font-size: 36px; } }
@media (min-width: 768px) {
  /* line 61, ../sass/_features.scss */
  .features {
    overflow: hidden;
    *zoom: 1; }
    /* line 55, ../sass/theme/_mixins.scss */
    .features__feature {
      width: 29.78723%;
      float: left; }
      /* line 61, ../sass/theme/_mixins.scss */
      .features__feature_large {
        width: 68.08511%;
        float: left; }
        /* line 70, ../sass/_features.scss */
        .features__feature_large .feature__title {
          font-size: 36px; } }
/* line 5, ../sass/_apps.scss */
.apps {
  background-color: #333333;
  padding: 30px 0; }
  /* line 55, ../sass/theme/_mixins.scss */
  .apps__title {
    font-size: 24px;
    font-weight: 300;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 20px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .apps__desc {
    color: #dfdfdf;
    line-height: 22px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 20px; }

/* line 29, ../sass/_apps.scss */
.app {
  padding: 20px;
  border-bottom: 1px solid #424242; }
  /* line 55, ../sass/theme/_mixins.scss */
  .app__desc {
    color: #b2b2b2;
    line-height: 22px;
    margin: -10px 0 0 66px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .app__img {
    display: block;
    max-width: 100% !important;
    height: auto;
    margin: 10px auto 27px auto; }
  /* line 55, ../sass/theme/_mixins.scss */
  .app__delimiter {
    display: none; }

/* line 49, ../sass/_apps.scss */
.app-title {
  overflow: hidden;
  *zoom: 1; }
  /* line 55, ../sass/theme/_mixins.scss */
  .app-title__title {
    color: white;
    font-size: 20px;
    font-weight: 300;
    vertical-align: top; }
  /* line 55, ../sass/theme/_mixins.scss */
  .app-title__ico {
    float: left;
    margin-right: 14px; }

@media (min-width: 480px) and (max-width: 767px) {
  /* line 55, ../sass/theme/_mixins.scss */
  .apps__title {
    font-size: 36px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .apps__desc {
    font-size: 16px; }

  /* line 83, ../sass/_apps.scss */
  .app {
    border: 0; }
    /* line 61, ../sass/theme/_mixins.scss */
    .app_small {
      width: 50%;
      float: left; }
    /* line 61, ../sass/theme/_mixins.scss */
    .app_large {
      border-bottom: 1px solid #424242; }
    /* line 61, ../sass/theme/_mixins.scss */
    .app_last {
      border: 0; }
    /* line 55, ../sass/theme/_mixins.scss */
    .app__desc {
      margin: 20px 0 0 0; }
    /* line 55, ../sass/theme/_mixins.scss */
    .app__delimiter {
      display: block;
      background-color: #424242;
      height: 1px;
      border: 0;
      clear: both; }

  /* line 55, ../sass/theme/_mixins.scss */
  .app-title__title {
    vertical-align: middle;
    font-size: 24px; } }
@media (min-width: 768px) {
  /* line 125, ../sass/_apps.scss */
  .apps {
    overflow: hidden;
    *zoom: 1; }
    /* line 55, ../sass/theme/_mixins.scss */
    .apps__title {
      font-size: 36px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .apps__desc {
      font-size: 16px; }

  /* line 137, ../sass/_apps.scss */
  .app {
    border: 0; }
    /* line 61, ../sass/theme/_mixins.scss */
    .app_small {
      width: 33.333%;
      float: left; }
    /* line 61, ../sass/theme/_mixins.scss */
    .app_large {
      width: 33.333%;
      float: left; }
    /* line 55, ../sass/theme/_mixins.scss */
    .app__desc {
      margin: 20px 0 0 0; }
    /* line 55, ../sass/theme/_mixins.scss */
    .app__delimiter {
      display: block;
      background-color: #424242;
      height: 1px;
      border: 0;
      clear: both; }
    /* line 55, ../sass/theme/_mixins.scss */
    .app__img-wrapper {
      margin-bottom: 20px; }

  /* line 55, ../sass/theme/_mixins.scss */
  .app-title__title {
    vertical-align: middle;
    font-size: 24px; } }
/* line 5, ../sass/_specs.scss */
.specs {
  position: relative; }
  /* line 55, ../sass/theme/_mixins.scss */
  .specs__title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin: 20px 0; }
  /* line 55, ../sass/theme/_mixins.scss */
  .specs__paginator {
    position: absolute;
    width: 100%;
    top: 179px;
    left: 0;
    text-align: center;
    z-index: 999; }
  /* line 26, ../sass/_specs.scss */
  .specs .swiper-slide {
    padding: 0; }

/* line 31, ../sass/_specs.scss */
.spec {
  border-top: 1px solid #e6e6e6;
  line-height: 18px;
  padding: 14px 20px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .spec__row {
    display: inline-block;
    width: 22px; }
  /* line 61, ../sass/theme/_mixins.scss */
  .spec_same {
    background-color: #feefa1;
    border: 0; }
  /* line 61, ../sass/theme/_mixins.scss */
  .spec_article {
    background-color: #f4f4f4;
    color: #7e7e7e;
    text-transform: uppercase; }
  /* line 61, ../sass/theme/_mixins.scss */
  .spec_first {
    padding-bottom: 37px; }
    /* line 55, ../sass/_specs.scss */
    .spec_first .spec__name {
      display: none; }
  /* line 55, ../sass/theme/_mixins.scss */
  .spec__name {
    font-weight: 700;
    margin-bottom: 10px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .spec__img-wrapper {
    text-align: center;
    height: 76px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .spec__title {
    text-align: center;
    margin: 14px 0 5px 0; }
  /* line 55, ../sass/theme/_mixins.scss */
  .spec__desc {
    color: #7e7e7e;
    text-transform: uppercase;
    text-align: center; }
  /* line 61, ../sass/theme/_mixins.scss */
  .spec_buy {
    text-align: center; }
  /* line 85, ../sass/_specs.scss */
  .spec strong {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 10px; }
  /* line 95, ../sass/_specs.scss */
  .spec .btn {
    width: 100%; }

@media (min-width: 480px) and (max-width: 767px) {
  /* line 55, ../sass/theme/_mixins.scss */
  .specs__slider {
    overflow: hidden;
    *zoom: 1; }
  /* line 111, ../sass/_specs.scss */
  .specs .swiper-slide {
    width: 33.3333%;
    float: left; } }
@media (min-width: 768px) {
  /* line 55, ../sass/theme/_mixins.scss */
  .specs__title {
    font-size: 36px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .specs__slider {
    overflow: hidden;
    *zoom: 1; }
  /* line 132, ../sass/_specs.scss */
  .specs .swiper-slide {
    width: 25%;
    float: left;
    margin-top: 0; }
    /* line 136, ../sass/_specs.scss */
    .specs .swiper-slide.slider__first {
      width: 50%;
      float: left; }

  /* line 55, ../sass/theme/_mixins.scss */
  .spec__name {
    display: none; }

  /* line 150, ../sass/_specs.scss */
  .slider__first .spec {
    overflow: hidden;
    *zoom: 1; }
  /* line 154, ../sass/_specs.scss */
  .slider__first .spec__name {
    width: 50%;
    float: left;
    display: block;
    margin-bottom: 0; }
  /* line 160, ../sass/_specs.scss */
  .slider__first .spec__value {
    width: 50%;
    float: left; } }
/* line 5, ../sass/_services.scss */
.services {
  background-color: #333333; }

/* line 9, ../sass/_services.scss */
.service {
  padding: 25px 20px;
  border-bottom: 1px solid #424242; }
  /* line 55, ../sass/theme/_mixins.scss */
  .service__ico-wrapper {
    float: left;
    width: 58px;
    text-align: center; }
  /* line 55, ../sass/theme/_mixins.scss */
  .service__title {
    overflow: hidden;
    *zoom: 1;
    font-size: 16px;
    color: white;
    padding-left: 8px; }
  /* line 55, ../sass/theme/_mixins.scss */
  .service__desc {
    color: #b6b6b6;
    font-size: 13px;
    line-height: 20px;
    margin-top: 7px;
    padding-left: 66px; }

@media (min-width: 480px) and (max-width: 767px) {
  /* line 41, ../sass/_services.scss */
  .services {
    overflow: hidden;
    *zoom: 1; }

  /* line 45, ../sass/_services.scss */
  .service {
    width: 50%;
    float: left;
    text-align: center; }
    /* line 55, ../sass/theme/_mixins.scss */
    .service__ico-wrapper {
      float: none;
      width: auto;
      height: 38px;
      margin-bottom: 20px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .service__title {
      padding-left: 0; }
    /* line 55, ../sass/theme/_mixins.scss */
    .service__desc {
      padding-left: 0; } }
@media (min-width: 768px) {
  /* line 72, ../sass/_services.scss */
  .services {
    overflow: hidden;
    *zoom: 1; }

  /* line 76, ../sass/_services.scss */
  .service {
    width: 25%;
    float: left;
    text-align: center; }
    /* line 55, ../sass/theme/_mixins.scss */
    .service__ico-wrapper {
      float: none;
      width: auto;
      height: 38px;
      margin-bottom: 20px; }
    /* line 55, ../sass/theme/_mixins.scss */
    .service__title {
      padding-left: 0; }
    /* line 55, ../sass/theme/_mixins.scss */
    .service__desc {
      padding-left: 0; } }
