@font-face {
  font-family: "Rubl Sign";
  src: url("../fonts/rouble.otf");
  src: url("../fonts/rouble.eot") format("embedded-opentype"), url("../fonts/rouble.woff2") format("woff2"), url("../fonts/rouble.woff") format("woff"), url("../fonts/rouble.ttf") format("truetype"), url("../fonts/rouble.svg#rouble") format("svg"); }

/*! 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.
 */
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.5em; }

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 {
  -webkit-box-sizing: content-box;
  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;
  font-size: 0.857em; }

/* 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 */
  outline: none !important; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

abbr[title],
dfn[title] {
  cursor: help; }

u,
ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

html {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  background-color: #edeef0;
  color: #372f2b;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  max-width: 100%;
  font-style: italic; }

.gm-style img,
img[width],
img[height] {
  max-width: none; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, address,
table,
fieldset, figure,
pre,
hr,
iframe, p {
  margin-bottom: 16px; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
  ul:last-child, ol:last-child, dl:last-child,
  blockquote:last-child, address:last-child,
  table:last-child,
  fieldset:last-child, figure:last-child,
  pre:last-child,
  hr:last-child,
  iframe:last-child, p:last-child {
    margin-bottom: 0; }

li {
  list-style: none;
  margin: 0 0 8px; }
  li:last-child {
    margin-bottom: 0; }

ul, ol, dd {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  /*&:hover {
		text-decoration: underline;
	}*/ }

.img-round {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.pull-none {
  float: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.clear {
  clear: both;
  width: 100%;
  height: 0;
  overflow: hidden; }

.display-none {
  display: none;
  visibility: hidden;
  opacity: 0; }

.clear-list, .clear-list ul, .clear-list li {
  margin: 0;
  padding: 0; }

.clear-list li {
  list-style: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear; }
  .fade.in {
    opacity: 1; }

.product .header h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

footer .copy a {
  -webkit-transition: .3s color;
  transition: .3s color; }

.btn > .svg-icon, .menu li a .svg-icon {
  -webkit-transition: .3s fill;
  transition: .3s fill; }

body {
  font-family: "Fira Sans", sans-serif; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, .head-font, .btn, .menu, .cat-items li .sku, .cat-items li .link, .cat-items li .price, .cat-items li.not-found, .flags span, .paginate a, .menu-catalog, .search .form form input[type="text"], .product .info .sku, .product .info .price, section.tabs ul.nav li, .items-small li a {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 300;
  line-height: 1em; }

b, strong {
  font-weight: 500;
  color: black; }

.svg-icon {
  width: 24px;
  height: 24px;
  display: inline-block; }
  .svg-icon, .svg-icon svg {
    vertical-align: top; }
  .svg-icon svg {
    width: 100%;
    height: auto; }

/* Buttons base style */
.btn {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 16px;
  line-height: 1.71429em;
  letter-spacing: inherit;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  outline-offset: 0;
  border: 0;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .btn > .svg-icon {
    fill: rgba(0, 0, 0, 0.87); }
  .btn > .label {
    vertical-align: top; }
  .btn:hover {
    color: black; }
  .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn.active:focus {
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.3); }
  .btn:disabled, .btn.disabled, .btn[disabled] {
    opacity: .8;
    cursor: default;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.05); }

.btn-link:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.btn-default, .btn-link {
  color: rgba(0, 0, 0, 0.5); }
  .btn-default > .svg-icon, .btn-link > .svg-icon {
    fill: rgba(0, 0, 0, 0.5); }
  .btn-default:hover, .btn-link:hover {
    color: rgba(0, 0, 0, 0.7); }
    .btn-default:hover > .svg-icon, .btn-link:hover > .svg-icon {
      fill: rgba(0, 0, 0, 0.7); }
  .btn-default:disabled, .btn-default.disabled, .btn-default[disabled], .btn-link:disabled, .btn-link.disabled, .btn-link[disabled] {
    color: rgba(0, 0, 0, 0.4) !important;
    background-color: initial; }
    .btn-default:disabled > .svg-icon, .btn-default.disabled > .svg-icon, .btn-default[disabled] > .svg-icon, .btn-link:disabled > .svg-icon, .btn-link.disabled > .svg-icon, .btn-link[disabled] > .svg-icon {
      fill: rgba(0, 0, 0, 0.4) !important; }

.btn-link > .label {
  text-decoration: underline; }

/* -- Buttons circle */
.btn.btn-fab {
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .btn.btn-fab > span, .btn.btn-fab > .svg-icon {
    line-height: 36px; }

.btn-default {
  background-color: #c4c6cc; }
  .btn-default:hover {
    background-color: #bcbec5; }
  .btn-default:active, .btn-default.active {
    background-color: #b4b6be; }
  .btn-default:focus {
    background-color: #abaeb7; }
  .btn-default:disabled, .btn-default.disabled, .btn-default[disabled] {
    background-color: #e2e2e2 !important; }

.btn-primary {
  color: rgba(255, 255, 255, 0.87);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #0085dc; }
  .btn-primary > .svg-icon {
    fill: rgba(255, 255, 255, 0.87); }
  .btn-primary:hover {
    color: white; }
    .btn-primary:hover > .svg-icon {
      fill: white; }
  .btn-primary:disabled, .btn-primary.disabled, .btn-primary[disabled] {
    color: rgba(255, 255, 255, 0.87) !important; }
    .btn-primary:disabled > .svg-icon, .btn-primary.disabled > .svg-icon, .btn-primary[disabled] > .svg-icon {
      fill: rgba(255, 255, 255, 0.87) !important; }
  .btn-primary:hover {
    background-color: #006fb8; }
  .btn-primary:active, .btn-primary.active {
    background-color: #005a95; }
  .btn-primary:focus {
    background-color: #004471; }
  .btn-primary:disabled, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #66b7eb !important; }

.btn-success {
  color: rgba(255, 255, 255, 0.87);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #4caf50; }
  .btn-success > .svg-icon {
    fill: rgba(255, 255, 255, 0.87); }
  .btn-success:hover {
    color: white; }
    .btn-success:hover > .svg-icon {
      fill: white; }
  .btn-success:disabled, .btn-success.disabled, .btn-success[disabled] {
    color: rgba(255, 255, 255, 0.87) !important; }
    .btn-success:disabled > .svg-icon, .btn-success.disabled > .svg-icon, .btn-success[disabled] > .svg-icon {
      fill: rgba(255, 255, 255, 0.87) !important; }
  .btn-success:hover {
    background-color: #419645; }
  .btn-success:active, .btn-success.active {
    background-color: #367d39; }
  .btn-success:focus {
    background-color: #2c642e; }
  .btn-success:disabled, .btn-success.disabled, .btn-success[disabled] {
    background-color: #adc4ad !important; }

.btn-danger {
  color: rgba(255, 255, 255, 0.87);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #db3737; }
  .btn-danger > .svg-icon {
    fill: rgba(255, 255, 255, 0.87); }
  .btn-danger:hover {
    color: white; }
    .btn-danger:hover > .svg-icon {
      fill: white; }
  .btn-danger:disabled, .btn-danger.disabled, .btn-danger[disabled] {
    color: rgba(255, 255, 255, 0.87) !important; }
    .btn-danger:disabled > .svg-icon, .btn-danger.disabled > .svg-icon, .btn-danger[disabled] > .svg-icon {
      fill: rgba(255, 255, 255, 0.87) !important; }
  .btn-danger:hover {
    background-color: #ca2424; }
  .btn-danger:active, .btn-danger.active {
    background-color: #ac1f1f; }
  .btn-danger:focus {
    background-color: #8d1919; }
  .btn-danger:disabled, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #dfa8a8 !important; }

/* -- Buttons sizes */
.btn {
  height: 36px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn:not(.btn-fab) {
    min-width: 36px; }
  .btn.btn-fab {
    width: 36px; }
  .btn > .svg-icon {
    width: 24px;
    height: 24px;
    padding: 3px; }
    .btn > .svg-icon:first-child:not(:last-child) {
      margin-left: -4px;
      margin-right: 4px; }
  .btn.btn-icon {
    padding: 6px; }

.btn-lg, .btn-group-lg > .btn {
  height: 44px;
  font-size: 18px;
  padding: 8px 32px;
  line-height: 1em; }
  .btn-lg:not(.btn-fab), .btn-group-lg > .btn:not(.btn-fab) {
    min-width: 44px; }
  .btn-lg.btn-fab, .btn-group-lg > .btn.btn-fab {
    width: 44px; }
  .btn-lg > .svg-icon, .btn-group-lg > .btn > .svg-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    padding: 2px; }
    .btn-lg > .svg-icon:first-child:not(:last-child), .btn-group-lg > .btn > .svg-icon:first-child:not(:last-child) {
      margin-left: -2px;
      margin-right: 7px; }
  .btn-lg.btn-icon, .btn-group-lg > .btn.btn-icon {
    padding: 6px; }

.btn-group-vertical.btn-group-lg > .btn + .btn {
  height: 45px; }

.btn-sm, .btn-group-sm > .btn {
  height: 28px;
  font-size: 14px;
  padding: 4px 16px;
  line-height: 1em; }
  .btn-sm:not(.btn-fab), .btn-group-sm > .btn:not(.btn-fab) {
    min-width: 28px; }
  .btn-sm.btn-fab, .btn-group-sm > .btn.btn-fab {
    width: 28px; }
  .btn-sm > .svg-icon, .btn-group-sm > .btn > .svg-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    padding: 3px; }
    .btn-sm > .svg-icon:first-child:not(:last-child), .btn-group-sm > .btn > .svg-icon:first-child:not(:last-child) {
      margin-left: -3px;
      margin-right: 2.5px; }
  .btn-sm.btn-icon, .btn-group-sm > .btn.btn-icon {
    padding: 2px; }

.btn-group-vertical.btn-group-sm > .btn + .btn {
  height: 29px; }

.btn-xs, .btn-group-xs > .btn {
  height: 20px;
  font-size: 12px;
  padding: 2px 8px;
  line-height: 1em; }
  .btn-xs:not(.btn-fab), .btn-group-xs > .btn:not(.btn-fab) {
    min-width: 20px; }
  .btn-xs.btn-fab, .btn-group-xs > .btn.btn-fab {
    width: 20px; }
  .btn-xs > .svg-icon, .btn-group-xs > .btn > .svg-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    padding: 2px; }
    .btn-xs > .svg-icon:first-child:not(:last-child), .btn-group-xs > .btn > .svg-icon:first-child:not(:last-child) {
      margin-left: -2px;
      margin-right: 1px; }
  .btn-xs.btn-icon, .btn-group-xs > .btn.btn-icon {
    padding: 0px; }

.btn-group-vertical.btn-group-xs > .btn + .btn {
  height: 21px; }

/* -- Button groups */
.btn-group, .btn-group-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .btn-group > .btn, .btn-group-vertical > .btn {
    -webkit-border-radius: 0;
    border-radius: 0; }
    .btn-group > .btn:first-child, .btn-group-vertical > .btn:first-child {
      -webkit-border-top-left-radius: 1px;
      border-top-left-radius: 1px; }
    .btn-group > .btn:last-child, .btn-group-vertical > .btn:last-child {
      -webkit-border-bottom-right-radius: 1px;
      border-bottom-right-radius: 1px; }
    .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:disabled, .btn-group > .btn.disabled, .btn-group > .btn[disabled], .btn-group-vertical > .btn:disabled, .btn-group-vertical > .btn.disabled, .btn-group-vertical > .btn[disabled] {
      z-index: 0; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.btn-group > .btn:first-child {
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-left-radius: 1px; }

.btn-group > .btn:last-child {
  -webkit-border-top-right-radius: 1px;
  border-top-right-radius: 1px; }

.btn-group-vertical > .btn:first-child {
  -webkit-border-top-right-radius: 1px;
  border-top-right-radius: 1px; }

.btn-group-vertical > .btn:last-child {
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-left-radius: 1px; }

.btn-group > .btn + .btn {
  margin-left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.btn-group-vertical > .btn + .btn {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.btn-group > .btn:focus:hover, .btn-group > .btn:active:hover, .btn-group > .btn.active:hover {
  z-index: 2; }

body, .wrap {
  min-width: 980px; }

.back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  min-height: 100vh; }
  body.home-page .back,
  body.error-404 .back {
    background: url("../images/bg.jpg") no-repeat 50% 50%;
    background-size: cover; }

.app {
  position: relative;
  z-index: 10; }

.wrap {
  width: 980px;
  margin: 0 auto;
  position: relative; }

.page, .page-text {
  padding-top: 100px; }

.page aside {
  float: left;
  width: 240px; }

.page main {
  margin-left: 250px; }
  .page main.product {
    margin-left: 260px; }

.layer, .menu-catalog, .product .images figure, .product .images .image-viewer li, .items-small li a {
  background-color: white;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.goto-home {
  margin-top: 40px; }

.page-text {
  margin: 0 110px; }
  .page-text h1 {
    color: black;
    margin-bottom: 10px;
    padding: 0 20px; }
  .page-text .layer {
    border-top: 1px solid #aaa;
    padding: 20px; }

.color-theme {
  color: #0085dc; }

.page-404 {
  padding-top: 60px;
  margin: 0 110px; }
  .page-404 h1 {
    color: #0085dc;
    border-bottom: 2px solid #0085dc; }

.menu {
  clear: left;
  font-size: 19px;
  line-height: 24px; }
  .menu li {
    float: left;
    padding: 16px 8px 0;
    margin-bottom: 0;
    height: 50px; }
    .menu li.icon {
      float: right;
      padding-left: 32px; }
    .menu li a {
      display: inline-block;
      color: #545c6a;
      border-bottom: 1px solid #545c6a;
      height: 22px;
      white-space: nowrap;
      position: relative;
      -webkit-transition: .3s color, .3s height, .3s border-bottom;
      transition: .3s color, .3s height, .3s border-bottom; }
      .menu li a .svg-icon {
        position: absolute;
        top: 4px;
        left: -24px;
        fill: #545c6a;
        padding-right: 8px;
        width: 24px;
        height: 22px;
        padding-bottom: 6px; }
      .menu li a:hover {
        color: #0085dc;
        border-bottom-color: #0085dc; }
        .menu li a:hover .svg-icon {
          fill: #0085dc; }
  .menu li.active {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 -8px; }
    .menu li.active a {
      color: #0085dc;
      border-bottom: 4px solid #0085dc;
      height: 33px; }
      .menu li.active a .svg-icon {
        fill: #0085dc; }
    .menu li.active.icon {
      padding-left: 40px; }

.welcome {
  padding: 40px 20px 40px 130px; }
  .welcome .logo {
    position: absolute;
    top: 40px;
    left: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .3s box-shadow;
    transition: .3s box-shadow; }
    .welcome .logo, .welcome .logo .svg-icon {
      width: 82px;
      height: 100px; }
    .welcome .logo .svg-icon {
      fill: #0085dc; }
    .welcome .logo:hover {
      -webkit-box-shadow: 0 0 10px rgba(9, 42, 75, 0.1);
      box-shadow: 0 0 10px rgba(9, 42, 75, 0.1); }
  .welcome .head-top {
    height: 65px;
    width: 50%;
    float: left; }
    .welcome .head-top h2 {
      color: #0085dc;
      font-size: 36px;
      margin-bottom: 14px; }
      .welcome .head-top h2 small {
        line-height: 14px; }
    .welcome .head-top h3 {
      margin: 0;
      color: #858f9f;
      color: rgba(84, 92, 106, 0.4); }
    .welcome .head-top h3, .welcome .head-top h2 small {
      font-size: 24px; }
    .welcome .head-top h2, .welcome .head-top h3 {
      text-transform: uppercase;
      line-height: 24px; }
    .welcome .head-top .whatsapp {
      color: #2cb742;
      fill: #2cb742; }
      .welcome .head-top .whatsapp .svg-icon {
        padding: 3px; }
    .welcome .head-top.is-right {
      text-align: right; }
      .welcome .head-top.is-right h2 {
        letter-spacing: 1.4px; }
      .welcome .head-top.is-right h3 {
        text-transform: none;
        font-size: 20px; }
  .welcome .intro {
    padding-top: 40px;
    margin-left: -110px;
    clear: left;
    font-size: 14px;
    color: #6d6d74; }
  .welcome .menu {
    margin: 0 -8px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  z-index: 300;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  header .logo {
    position: absolute;
    top: 9px;
    left: 20px; }
    header .logo, header .logo .svg-icon {
      width: 41px;
      height: 50px; }
    header .logo .svg-icon {
      fill: #0085dc; }
  header .menu {
    padding: 10px 20px 0 76px; }

.cat-items {
  overflow: hidden;
  padding: 10px 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cat-items li {
    width: 220px;
    float: left;
    margin: 0 20px 20px 0;
    padding-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .cat-items li figure {
      width: 220px;
      height: 220px;
      vertical-align: top;
      margin: 0; }
      .cat-items li figure a, .cat-items li figure img {
        vertical-align: top;
        display: inline-block; }
    .cat-items li .sku, .cat-items li .price {
      font-weight: 400; }
    .cat-items li .sku {
      height: 34px;
      padding: 9px 15px;
      border-bottom: 1px solid #eaeaea;
      color: black;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 10px; }
    .cat-items li .link, .cat-items li .sizes {
      margin: 0 15px 10px;
      display: inline-block; }
    .cat-items li .link {
      font-size: 18px;
      line-height: 22px;
      text-decoration: underline;
      color: #545c6a;
      -webkit-text-decoration-color: #c9cfd8;
      -moz-text-decoration-color: #c9cfd8;
      text-decoration-color: #c9cfd8; }
    .cat-items li .sizes {
      color: black;
      line-height: 20px; }
      .cat-items li .sizes .size {
        color: #545c6a; }
    .cat-items li .price {
      font-size: 28px;
      color: #0085dc;
      height: 24px;
      line-height: 24px;
      border-left: 3px solid #0085dc;
      padding-left: 12px;
      margin-bottom: 10px; }
    .cat-items li .price small { margin-left: 0.2em; }
    .cat-items li .old-price { padding-left: 15px; }
	.old-price {
	  font-family: "Fira Sans Extra Condensed", sans-serif;
	  font-size: 18px;
	  color: #bbb; }
	.product .info .price + .old-price { margin-top: -5px; margin-bottom: 15px; }  
    .old-price span { text-decoration: line-through; }
      .cat-items li .price .rur {
        font-size: 18px;
        margin-left: 5px;
        font-weight: 300; }
      .cat-items li .price.empty {
        border-left-color: #e1520f;
        color: #e1520f;
        font-size: 18px; }
    .cat-items li .flags {
      top: 7px;
      right: 7px;
      width: 60px;
      text-align: right; }
      .cat-items li .flags span {
        margin-bottom: 1px; }
    .cat-items li .null {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .cat-items li.clear {
      width: 100%;
      margin: 0;
      padding-bottom: 0; }
    .cat-items li.not-found {
      width: 100%;
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      padding: 15px;
      font-size: 18px;
      line-height: 22px;
      color: #545c6a; }
    .cat-items li.empty {
      margin-bottom: 0;
      height: 0;
      padding: 0; }

.flags {
  position: absolute;
  z-index: 10; }
  .flags span {
    font-weight: 400;
    text-transform: uppercase;
    background-color: gray;
    color: white;
    font-size: 13px;
    opacity: .95;
    height: 22px;
    line-height: 13px;
    padding: 5px 7px 0 14px;
    display: inline-block;
	vertical-align: top; }
    .flags span.bg-blue {
      background-color: #0085dc; }
    .flags span.bg-sky {
      background-color: #00dca0; }
    .flags span.bg-red {
      background-color: #dc1000;
      font-size: 14px; }

.paginate {
  border-top: 1px solid #bec6cc;
  margin: 0 20px 40px 10px;
  padding-top: 15px;
  overflow: hidden;
  text-align: center; }
  .paginate a {
    font-size: 18px;
    color: #545c6a;
    text-decoration: underline;
    -webkit-text-decoration-color: #c9cfd8;
    -moz-text-decoration-color: #c9cfd8;
    text-decoration-color: #c9cfd8;
    -webkit-transition: .3s color, .3s text-decoration-color;
    transition: .3s color, .3s text-decoration-color; }
    .paginate a.prev {
      float: left; }
    .paginate a.next {
      float: right; }
    .paginate a:hover {
      color: #0085dc;
      -webkit-text-decoration-color: #0085dc;
      -moz-text-decoration-color: #0085dc;
      text-decoration-color: #0085dc; }

.menu-catalog {
  /*li.active {
		a {
			color: $color-theme;
			text-decoration-color: $color-theme;
		}
		&.child a:after {
			background-color: $color-theme;
			opacity: 1;
		}
	}*/ }
  .menu-catalog + .menu-catalog {
    margin-top: 20px;
  }
  .menu-catalog li {
    font-size: 18px;
    line-height: 20px;
    color: black;
    padding: 12px 10px 9px 20px;
    margin: 0; }
    .menu-catalog li a {
      -webkit-transition: .3s color, .3s text-decoration-color;
      transition: .3s color, .3s text-decoration-color;
      color: #545c6a;
      text-decoration: underline;
      -webkit-text-decoration-color: #c9cfd8;
      -moz-text-decoration-color: #c9cfd8;
      text-decoration-color: #c9cfd8; }
      .menu-catalog li a:hover {
        color: #0085dc;
        -webkit-text-decoration-color: #0085dc;
        -moz-text-decoration-color: #0085dc;
        text-decoration-color: #0085dc; }
  .menu-catalog li.child ul {
    padding-top: 10px; }
  .menu-catalog li.child > span {
    display: block; }
  .menu-catalog li.child li {
    font-size: 14px;
    padding: 5px 0 5px 12px; }
  .menu-catalog li.child a {
    position: relative; }
    .menu-catalog li.child a:after {
      content: "";
      width: 5px;
      height: 5px;
      position: absolute;
      top: 8px;
      left: -13px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #545c6a;
      opacity: .5;
      -webkit-transition: .3s background-color, .3s opacity;
      transition: .3s background-color, .3s opacity; }
  .menu-catalog li.active a, .menu-catalog li a:hover {
    color: #0085dc;
    -webkit-text-decoration-color: #0085dc;
    -moz-text-decoration-color: #0085dc;
    text-decoration-color: #0085dc; }
    .menu-catalog li.active a:after, .menu-catalog li a:hover:after {
      background-color: #0085dc;
      opacity: 1; }
  .menu-catalog > li + li {
    border-top: 1px solid #eaeaea; }
	
  .menu-catalog label { cursor: pointer; }
  .menu-catalog label span, .menu-catalog label input { vertical-align: middle; }
  .menu-catalog label input { margin-right: 10px; }
  .menu-catalog label span { 
     color: #545c6a;
	 display: inline-block;
	 -webkit-transition: .3s color;
	 transition: .3s color; }
  .menu-catalog label:hover span { color: #0085dc; }

.search {
  height: 42px;
  border-bottom: 1px solid #bec6cc;
  margin-bottom: 10px;
  margin-left: 10px; }
  .search .form {
    float: left;
    width: 30%;
    padding-top: 10px; }
    .search .form .icon-search {
      float: left;
      fill: #545c6a;
      padding: 4px 8px 4px 0; }
    .search .form form {
      margin-left: 24px; }
      .search .form form input[type="text"] {
        width: 100%;
        border: 0 none;
        height: 24px;
        line-height: 24px;
        padding: 0;
        margin: 0;
        background-color: transparent;
        outline: 0 none !important; }

.product .product-content {
  overflow: hidden; }

.product .header {
  height: 40px;
  border-bottom: 1px solid #dae1e7;
  padding: 6px 20px 0; }
  .product .header h1 {
    font-size: 24px;
    color: black; }

.product .body {
  padding: 0 20px; }

.product .images {
  float: left;
  width: 324px; }
  .product .images figure {
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px; }
    .product .images figure a, .product .images figure img {
      display: inline-block;
      vertical-align: top; }
    .product .images figure img {
      width: 100%;
      height: auto; }
  .product .images .image-viewer {
    width: 334px;
    overflow: hidden;
    padding: 5px;
    margin: 0 -5px 10px; }
    .product .images .image-viewer ul {
      margin: 0;
      padding: 0; }
    .product .images .image-viewer li {
      float: left;
      margin: 0 15px 0 0;
      width: 98px;
      height: 98px; }
      .product .images .image-viewer li a, .product .images .image-viewer li img {
        display: inline-block;
        vertical-align: top; }
      .product .images .image-viewer li img {
        width: 100%;
        height: auto; }

.product .info {
  margin-left: 344px;
  position: relative; }
  .product .info .sku, .product .info .price {
    font-weight: 400; }
  .product .info .sku {
    padding-top: 20px;
    margin-bottom: 15px;
    color: black;
    font-size: 18px; }
  .product .info .price {
    color: #0085dc;
    font-size: 36px;
    margin-bottom: 15px; }
    .product .info .price small {
      font-size: 18px;
      line-height: 18px;
      font-weight: 300; }
    .product .info .price.empty {
      border-left-color: #e1520f;
      color: #e1520f;
      font-size: 28px; }
  .product .info .properties {
    margin-bottom: 15px; }
    .product .info .properties li {
      list-style: none;
      margin: 0 0 8px; }
    .product .info .properties .label {
      float: left;
      width: 130px;
      position: relative;
      color: black; }
      .product .info .properties .label span {
        position: relative;
        z-index: 10;
        background-color: #edeef0;
        display: inline-block;
        padding-right: 5px; }
      .product .info .properties .label:after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 5px;
        left: 0;
        width: 100%;
        border-bottom: 1px dotted #aeaeae;
        height: 0; }
    .product .info .properties .value {
      margin-left: 140px;
      font-size: 14px;
      color: #545c6a; }
  .product .info .description {
    font-size: 14px;
    color: #545c6a; }
  .product .info .flags {
    top: 1px;
    right: 0; }
    .product .info .flags span {
      margin-left: 1px; }

.product .navigate {
  border-top: 1px solid #dae1e7;
  padding: 15px 20px;
  height: 90px;
  margin-top: 15px; }
  .product .navigate .row {
    width: 50%;
    float: left;
    height: 60px; }

section {
  padding-top: 10px; }
  .wrap > section {
    margin-bottom: 30px; }
  .wrap > section.tabs {
    margin-bottom: 20px; }
  section > h2, section > h3 {
    color: #0085dc;
    padding: 0 20px;
    margin-bottom: 10px; }
  section .layer {
    border-top: 1px solid #0085dc;
    padding: 20px; }
    section .layer hr {
      border-top: 1px solid #ebebeb;
      border-bottom: 0 none;
      margin-left: -20px;
      margin-right: -20px; }
    section .layer .text {
      position: relative; }
  section.tabs ul.nav {
    padding: 0 20px;
    height: 40px; }
    section.tabs ul.nav li {
      float: left;
      font-size: 21px;
      margin-bottom: 0; }
      section.tabs ul.nav li a {
        display: inline-block;
        height: 26px;
        border-bottom: 2px solid rgba(84, 92, 106, 0.2);
        color: #545c6a;
        -webkit-transition: .3s color, .3s border-bottom-color;
        transition: .3s color, .3s border-bottom-color; }
      section.tabs ul.nav li.active a, section.tabs ul.nav li a:hover {
        color: #0085dc;
        border-bottom-color: #0085dc; }
      section.tabs ul.nav li.active a {
        cursor: default; }
  section .tab {
    overflow: hidden; }
    section .tab .items-small {
      width: 995px;
      width: -webkit-calc(100% + 10px);
      width: calc(100% + 10px);
      margin-left: 2px; }
  section.media {
    padding: 0 200px; }
    section.media h2 {
      padding: 0; }
    section.media .share {
      height: 44px; }
    section.media .btn {
      float: left;
      padding: 8px 0 8px 20px;
      width: 104px;
      text-align: left;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      section.media .btn + .btn {
        margin-left: 15px; }
      section.media .btn .svg-icon {
        fill: white; }
      section.media .btn .label.data-count {
        color: white;
        font-size: 13px;
        width: 34px;
        text-align: center; }

.btn.btn-soc-vk {
  background-color: #4c75a3; }
  .btn.btn-soc-vk:hover, .btn.btn-soc-vk:focus, .btn.btn-soc-vk:active {
    background-color: #3c5c80; }

.btn.btn-soc-ok {
  background-color: #f6881f; }
  .btn.btn-soc-ok:hover, .btn.btn-soc-ok:focus, .btn.btn-soc-ok:active {
    background-color: #d96f09; }

.btn.btn-soc-fb {
  background-color: #3b5999; }
  .btn.btn-soc-fb:hover, .btn.btn-soc-fb:focus, .btn.btn-soc-fb:active {
    background-color: #2d4474; }

.btn.btn-soc-tw {
  background-color: #55acee; }
  .btn.btn-soc-tw:hover, .btn.btn-soc-tw:focus, .btn.btn-soc-tw:active {
    background-color: #2795e9; }

.btn.btn-soc-gp {
  background-color: #dd4b39; }
  .btn.btn-soc-gp:hover, .btn.btn-soc-gp:focus, .btn.btn-soc-gp:active {
    background-color: #c23321; }

.items-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .items-small li {
    float: left;
    width: 183px;
    margin: 0 15px 15px 0; }
    .items-small li a {
      display: block;
      font-size: 17px;
      line-height: 22px;
      position: relative;
      -webkit-transition: .3s box-shadow;
      transition: .3s box-shadow;
      min-height: 100%; }
    .items-small li a, .items-small li figure, .items-small li img {
      vertical-align: top; }
    .items-small li figure {
      width: 183px;
      height: 183px;
      margin-bottom: 10px; }
    .items-small li .sku {
      display: inline-block;
      margin-left: 15px;
      color: black;
      font-weight: 400; }
    .items-small li .label {
      display: inline-block;
      margin: 0 15px 10px;
      color: #545c6a;
      text-decoration: underline;
      -webkit-text-decoration-color: #c9cfd8;
      -moz-text-decoration-color: #c9cfd8;
      text-decoration-color: #c9cfd8;
      -webkit-transition: .3s color, .3s text-decoration-color;
      transition: .3s color, .3s text-decoration-color; }
    .items-small li .price {
      position: absolute;
      font-size: 30px;
      font-weight: 400;
      color: white;
      left: 0;
      right: 0;
      height: 0;
      text-align: center;
      top: 161px;
      opacity: 0;
      -webkit-transition: .3s transform, .3s opacity;
      transition: .3s transform, .3s opacity;
      line-height: 30px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: 50% 21px;
      -ms-transform-origin: 50% 21px;
      transform-origin: 50% 21px; }
      .items-small li .price span {
        display: inline-block;
        background-color: #0085dc;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        padding: 6px 12px;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px 2px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px 2px rgba(255, 255, 255, 0.4); }
        .items-small li .price span:after {
          content: "o";
          font-family: "Rubl Sign";
          vertical-align: top;
          line-height: 30px;
          font-size: 22px;
          margin-left: 2px; }
    .items-small li a:hover {
      -webkit-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.25);
      box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.25); }
      .items-small li a:hover .label {
        color: #0085dc;
        -webkit-text-decoration-color: #0085dc;
        -moz-text-decoration-color: #0085dc;
        text-decoration-color: #0085dc; }
      .items-small li a:hover .price {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .items-small li.clear, .items-small li.empty {
      padding: 0;
      height: 0; }
    .items-small li.clear {
      width: 100%;
      margin: 0; }
    .items-small li.empty {
      margin-bottom: 0; }

.ya-map {
  margin: 0 -19px -19px -19px;
  padding-top: 20px; }

footer {
  background-color: rgba(136, 144, 159, 0.5);
  padding: 30px 0 40px;
  margin-top: 20px; }
  footer .wrap {
    padding: 0 20px; }
  footer .logo {
    position: absolute;
    top: 0;
    left: 20px; }
    footer .logo, footer .logo .svg-icon {
      width: 41px;
      height: 50px; }
    footer .logo .svg-icon {
      fill: #545c6a; }
  footer .copy {
    margin-left: 60px;
    font-size: 13px;
    line-height: 15px;
    color: #555d62; }
    footer .copy p {
      margin-bottom: 7px; }
    footer .copy a {
      color: #282c2f;
      text-decoration: underline; }
      footer .copy a:hover {
        color: black; }

header a.logo, footer a.logo {
  -webkit-transition: .3s box-shadow;
  transition: .3s box-shadow; }
  header a.logo:hover, footer a.logo:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

@supports (display: flex) {
  .app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh; }
    .app > .wrap.wrap-full {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  section .tab .items-small {
    width: 100%;
    margin-left: 0; }
    section .tab .items-small li {
      margin-right: 0; }
  section .tab {
    overflow: visible; } }
