@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* FONTS */
@font-face {
  src: url("sourcesanspro-regular-webfont.eot");
  src: url("sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("sourcesanspro-regular-webfont.woff2") format("woff2"), url("sourcesanspro-regular-webfont.woff") format("woff"), url("sourcesanspro-regular-webfont.ttf") format("truetype"), url("sourcesanspro-regular-webfont.svg#Source Sans Pro") format("svg");
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: normal; }
@font-face {
  src: url("sourcesanspro-semibold-webfont.eot");
  src: url("sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("sourcesanspro-semibold-webfont.woff2") format("woff2"), url("sourcesanspro-semibold-webfont.woff") format("woff"), url("sourcesanspro-semibold-webfont.ttf") format("truetype"), url("sourcesanspro-semibold-webfont.svg#Source Sans Pro") format("svg");
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal; }
@font-face {
  src: url("rouble-webfont.eot");
  src: url("rouble-webfont.eot?#iefix") format("embedded-opentype"), url("rouble-webfont.woff2") format("woff2"), url("rouble-webfont.woff") format("woff"), url("rouble-webfont.ttf") format("truetype"), url("rouble-webfont.svg#rouble") format("svg");
  font-family: "rouble";
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 39, theme.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 56, theme.scss */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 85, theme.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 96, theme.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 105, theme.scss */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 111, theme.scss */
a:focus {
  outline: thin dotted; }

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

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 135, theme.scss */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, theme.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 154, theme.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 170, theme.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 180, theme.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 186, theme.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

/* line 205, theme.scss */
sup {
  top: -0.5em; }

/* line 208, theme.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 217, theme.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 223, theme.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 232, theme.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 241, theme.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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 250, theme.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 261, theme.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 286, theme.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.
 */
/* line 297, theme.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 309, theme.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 317, theme.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 331, theme.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 5 and Chrome
 * on OS X.
 */
/* line 343, theme.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 359, theme.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 371, theme.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aa8e6ba9a796c266ab68)
 * Config saved to config.json and https://gist.github.com/aa8e6ba9a796c266ab68
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 389, theme.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 404, theme.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 411, theme.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 420, theme.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 425, theme.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 431, theme.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 439, theme.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

@media (min-width: 1024px) {
  /* line 447, theme.scss */
  .container {
    width: 990px; }

  /* line 449, theme.scss */
  .row {
    margin-left: -5px;
    margin-right: -5px; }

  /* line 452, theme.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; } }
/* line 459, theme.scss */
.row {
  margin-left: -10px;
  margin-right: -10px; }

/* line 463, theme.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-xs-2, .col-sm-2, .col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-4, .col-sm-4, .col-md-4, .col-xs-5, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6, .col-xs-7, .col-sm-7, .col-md-7, .col-xs-8, .col-sm-8, .col-md-8, .col-xs-9, .col-sm-9, .col-md-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xs-11, .col-sm-11, .col-md-11, .col-xs-12, .col-sm-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

/* line 469, theme.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

/* line 472, theme.scss */
.col-xs-12 {
  width: 100%; }

/* line 475, theme.scss */
.col-xs-11 {
  width: 91.66666667%; }

/* line 478, theme.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 481, theme.scss */
.col-xs-9 {
  width: 75%; }

/* line 484, theme.scss */
.col-xs-8 {
  width: 66.66666667%; }

/* line 487, theme.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 490, theme.scss */
.col-xs-6 {
  width: 50%; }

/* line 493, theme.scss */
.col-xs-5 {
  width: 41.66666667%; }

/* line 496, theme.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 499, theme.scss */
.col-xs-3 {
  width: 25%; }

/* line 502, theme.scss */
.col-xs-2 {
  width: 16.66666667%; }

/* line 505, theme.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 508, theme.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 511, theme.scss */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 514, theme.scss */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 517, theme.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 520, theme.scss */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 523, theme.scss */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 526, theme.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 529, theme.scss */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 532, theme.scss */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 535, theme.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 538, theme.scss */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 541, theme.scss */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 544, theme.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 547, theme.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 550, theme.scss */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 553, theme.scss */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 556, theme.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 559, theme.scss */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 562, theme.scss */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 565, theme.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 568, theme.scss */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 571, theme.scss */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 574, theme.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 577, theme.scss */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 580, theme.scss */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 583, theme.scss */
.col-xs-push-0 {
  left: auto; }

/* line 586, theme.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

/* line 589, theme.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 592, theme.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 595, theme.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 598, theme.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 601, theme.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 604, theme.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 607, theme.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 610, theme.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 613, theme.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 616, theme.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 619, theme.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 622, theme.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 480px) {
  /* line 626, theme.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  /* line 628, theme.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 630, theme.scss */
  .col-sm-11 {
    width: 91.66666667%; }

  /* line 632, theme.scss */
  .col-sm-10 {
    width: 83.33333333%; }

  /* line 634, theme.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 636, theme.scss */
  .col-sm-8 {
    width: 66.66666667%; }

  /* line 638, theme.scss */
  .col-sm-7 {
    width: 58.33333333%; }

  /* line 640, theme.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 642, theme.scss */
  .col-sm-5 {
    width: 41.66666667%; }

  /* line 644, theme.scss */
  .col-sm-4 {
    width: 33.33333333%; }

  /* line 646, theme.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 648, theme.scss */
  .col-sm-2 {
    width: 16.66666667%; }

  /* line 650, theme.scss */
  .col-sm-1 {
    width: 8.33333333%; }

  /* line 652, theme.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 654, theme.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }

  /* line 656, theme.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }

  /* line 658, theme.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 660, theme.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }

  /* line 662, theme.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }

  /* line 664, theme.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 666, theme.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }

  /* line 668, theme.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }

  /* line 670, theme.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 672, theme.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }

  /* line 674, theme.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }

  /* line 676, theme.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 678, theme.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 680, theme.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }

  /* line 682, theme.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }

  /* line 684, theme.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 686, theme.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }

  /* line 688, theme.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }

  /* line 690, theme.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 692, theme.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }

  /* line 694, theme.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }

  /* line 696, theme.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 698, theme.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }

  /* line 700, theme.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }

  /* line 702, theme.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 704, theme.scss */
  .col-sm-offset-12 {
    margin-left: 100%; }

  /* line 706, theme.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  /* line 708, theme.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  /* line 710, theme.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 712, theme.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  /* line 714, theme.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  /* line 716, theme.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 718, theme.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  /* line 720, theme.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  /* line 722, theme.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 724, theme.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  /* line 726, theme.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  /* line 728, theme.scss */
  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 768px) {
  /* line 732, theme.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  /* line 734, theme.scss */
  .col-md-12 {
    width: 100%; }

  /* line 736, theme.scss */
  .col-md-11 {
    width: 91.66666667%; }

  /* line 738, theme.scss */
  .col-md-10 {
    width: 83.33333333%; }

  /* line 740, theme.scss */
  .col-md-9 {
    width: 75%; }

  /* line 742, theme.scss */
  .col-md-8 {
    width: 66.66666667%; }

  /* line 744, theme.scss */
  .col-md-7 {
    width: 58.33333333%; }

  /* line 746, theme.scss */
  .col-md-6 {
    width: 50%; }

  /* line 748, theme.scss */
  .col-md-5 {
    width: 41.66666667%; }

  /* line 750, theme.scss */
  .col-md-4 {
    width: 33.33333333%; }

  /* line 752, theme.scss */
  .col-md-3 {
    width: 25%; }

  /* line 754, theme.scss */
  .col-md-2 {
    width: 16.66666667%; }

  /* line 756, theme.scss */
  .col-md-1 {
    width: 8.33333333%; }

  /* line 758, theme.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 760, theme.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }

  /* line 762, theme.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }

  /* line 764, theme.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 766, theme.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }

  /* line 768, theme.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }

  /* line 770, theme.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 772, theme.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }

  /* line 774, theme.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }

  /* line 776, theme.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 778, theme.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }

  /* line 780, theme.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }

  /* line 782, theme.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 784, theme.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 786, theme.scss */
  .col-md-push-11 {
    left: 91.66666667%; }

  /* line 788, theme.scss */
  .col-md-push-10 {
    left: 83.33333333%; }

  /* line 790, theme.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 792, theme.scss */
  .col-md-push-8 {
    left: 66.66666667%; }

  /* line 794, theme.scss */
  .col-md-push-7 {
    left: 58.33333333%; }

  /* line 796, theme.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 798, theme.scss */
  .col-md-push-5 {
    left: 41.66666667%; }

  /* line 800, theme.scss */
  .col-md-push-4 {
    left: 33.33333333%; }

  /* line 802, theme.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 804, theme.scss */
  .col-md-push-2 {
    left: 16.66666667%; }

  /* line 806, theme.scss */
  .col-md-push-1 {
    left: 8.33333333%; }

  /* line 808, theme.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 810, theme.scss */
  .col-md-offset-12 {
    margin-left: 100%; }

  /* line 812, theme.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  /* line 814, theme.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  /* line 816, theme.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 818, theme.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  /* line 820, theme.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  /* line 822, theme.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 824, theme.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  /* line 826, theme.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  /* line 828, theme.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 830, theme.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  /* line 832, theme.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  /* line 834, theme.scss */
  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1025px) {
  /* line 838, theme.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  /* line 840, theme.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 842, theme.scss */
  .col-lg-11 {
    width: 91.66666667%; }

  /* line 844, theme.scss */
  .col-lg-10 {
    width: 83.33333333%; }

  /* line 846, theme.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 848, theme.scss */
  .col-lg-8 {
    width: 66.66666667%; }

  /* line 850, theme.scss */
  .col-lg-7 {
    width: 58.33333333%; }

  /* line 852, theme.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 854, theme.scss */
  .col-lg-5 {
    width: 41.66666667%; }

  /* line 856, theme.scss */
  .col-lg-4 {
    width: 33.33333333%; }

  /* line 858, theme.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 860, theme.scss */
  .col-lg-2 {
    width: 16.66666667%; }

  /* line 862, theme.scss */
  .col-lg-1 {
    width: 8.33333333%; }

  /* line 864, theme.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 866, theme.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }

  /* line 868, theme.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }

  /* line 870, theme.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 872, theme.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }

  /* line 874, theme.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }

  /* line 876, theme.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 878, theme.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }

  /* line 880, theme.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }

  /* line 882, theme.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 884, theme.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }

  /* line 886, theme.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }

  /* line 888, theme.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 890, theme.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 892, theme.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }

  /* line 894, theme.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }

  /* line 896, theme.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 898, theme.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }

  /* line 900, theme.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }

  /* line 902, theme.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 904, theme.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }

  /* line 906, theme.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }

  /* line 908, theme.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 910, theme.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }

  /* line 912, theme.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }

  /* line 914, theme.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 916, theme.scss */
  .col-lg-offset-12 {
    margin-left: 100%; }

  /* line 918, theme.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  /* line 920, theme.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  /* line 922, theme.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 924, theme.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  /* line 926, theme.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  /* line 928, theme.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 930, theme.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  /* line 932, theme.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  /* line 934, theme.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 936, theme.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  /* line 938, theme.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  /* line 940, theme.scss */
  .col-lg-offset-0 {
    margin-left: 0%; } }
/* line 943, theme.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

/* line 954, theme.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

/* line 960, theme.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 965, theme.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 975, theme.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 984, theme.scss */
.pswp__share-tooltip a, .pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

/* line 988, theme.scss */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right, .pswp__caption--fake {
  visibility: hidden; }

/* line 991, theme.scss */
.pswp__button {
  position: relative;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 1008, theme.scss */
.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

/* line 1011, theme.scss */
.pswp__button:active {
  outline: 0;
  opacity: .9; }

/* line 1015, theme.scss */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 1019, theme.scss */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

/* line 1022, theme.scss */
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) no-repeat;
  -webkit-background-size: 264px 88px;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35 / 32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11 / 10), (min-resolution: 1.1dppx) {
  /* line 1030, theme.scss */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg); }

  /* line 1032, theme.scss */
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0; } }
/* line 1035, theme.scss */
.pswp__button--close {
  background-position: 0 -44px; }

/* line 1038, theme.scss */
.pswp__button--share {
  background-position: -44px -44px; }

/* line 1041, theme.scss */
.pswp__button--fs {
  display: none; }

/* line 1044, theme.scss */
.pswp--supports-fs .pswp__button--fs {
  display: block; }

/* line 1047, theme.scss */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

/* line 1050, theme.scss */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

/* line 1054, theme.scss */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* line 1057, theme.scss */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* line 1060, theme.scss */
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

/* line 1068, theme.scss */
.pswp__button--arrow--left {
  left: 0; }

/* line 1071, theme.scss */
.pswp__button--arrow--right {
  right: 0; }

/* line 1074, theme.scss */
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

/* line 1082, theme.scss */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

/* line 1086, theme.scss */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/* line 1090, theme.scss */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1096, theme.scss */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

/* line 1113, theme.scss */
.pswp__share-modal--hidden {
  display: none; }

/* line 1116, theme.scss */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: -o-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

/* line 1140, theme.scss */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px; }

/* line 1146, theme.scss */
.pswp__share-tooltip a:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; }

/* line 1150, theme.scss */
.pswp__share-tooltip a:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }

/* line 1154, theme.scss */
.pswp__share-modal--fade-in {
  opacity: 1; }

/* line 1157, theme.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* line 1162, theme.scss */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

/* line 1165, theme.scss */
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

/* line 1179, theme.scss */
.pswp__caption--empty, .pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

/* line 1182, theme.scss */
.pswp__counter, .pswp__preloader {
  height: 44px;
  top: 0;
  position: absolute; }

/* line 1187, theme.scss */
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

/* line 1191, theme.scss */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

/* line 1194, theme.scss */
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

/* line 1198, theme.scss */
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

/* line 1202, theme.scss */
a.pswp__share--download:hover {
  background: #DDD; }

/* line 1205, theme.scss */
.pswp__counter {
  left: 0;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: .75;
  padding: 0 10px; }

/* line 1213, theme.scss */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

/* line 1220, theme.scss */
.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

/* line 1224, theme.scss */
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

/* line 1233, theme.scss */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__ui {
  visibility: visible; }

/* line 1236, theme.scss */
.pswp__preloader {
  width: 44px;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr; }

/* line 1247, theme.scss */
.pswp--css_animation .pswp__preloader--active, .pswp__preloader--active {
  opacity: 1; }

/* line 1250, theme.scss */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

/* line 1255, theme.scss */
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../img/preloader.gif) no-repeat; }

/* line 1258, theme.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite; }

/* line 1262, theme.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite; }

/* line 1266, theme.scss */
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

/* line 1276, theme.scss */
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

/* line 1282, theme.scss */
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0; }

@media screen and (max-width: 1024px) {
  /* line 1300, theme.scss */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); } }
@keyframes donut-rotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); } }
/* line 1339, theme.scss */
.pswp__ui {
  -webkit-font-smoothing: auto;
  opacity: 1;
  z-index: 1550; }

/* line 1344, theme.scss */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

/* line 1351, theme.scss */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 1358, theme.scss */
.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5); }

/* line 1361, theme.scss */
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3); }

/* line 1364, theme.scss */
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

/* line 1367, theme.scss */
.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001; }

/* line 1370, theme.scss */
.pswp__element--disabled {
  display: none !important; }

/* line 1373, theme.scss */
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 1377, theme.scss */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%; }

/* line 1381, theme.scss */
.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0; }

/* line 1387, theme.scss */
.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

/* line 1390, theme.scss */
.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute; }

/* line 1393, theme.scss */
.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0; }

/* line 1401, theme.scss */
.pswp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1406, theme.scss */
.pswp img {
  max-width: none;
  height: auto !important;
  max-height: none; }

/* line 1411, theme.scss */
.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 1418, theme.scss */
.pswp--open {
  display: block; }

/* line 1421, theme.scss */
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 1426, theme.scss */
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

/* line 1431, theme.scss */
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* line 1436, theme.scss */
.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity; }

/* line 1445, theme.scss */
.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* line 1454, theme.scss */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

/* line 1462, theme.scss */
.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 1474, theme.scss */
.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 1479, theme.scss */
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-align: center; }

/* line 1485, theme.scss */
.pswp__item {
  right: 0;
  bottom: 0; }

/* line 1489, theme.scss */
.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/* line 1495, theme.scss */
.pswp__img--placeholder--blank {
  background: #222; }

/* line 1498, theme.scss */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/* line 1504, theme.scss */
.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

/* line 1514, theme.scss */
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* slick-slider */
/* line 1519, theme.scss */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

/* line 1523, theme.scss */
.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

/* line 1526, theme.scss */
.slick-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 1540, theme.scss */
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

/* line 1545, theme.scss */
.slick-list:focus {
  outline: 0; }

/* line 1548, theme.scss */
.slick-list.dragging {
  cursor: pointer; }

/* line 1551, theme.scss */
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 1556, theme.scss */
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }

/* line 1562, theme.scss */
.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

/* line 1566, theme.scss */
.slick-track:after {
  clear: both; }

/* line 1569, theme.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

/* line 1575, theme.scss */
[dir=rtl] .slick-slide {
  float: right; }

/* line 1578, theme.scss */
.slick-slide img {
  display: block; }

/* line 1581, theme.scss */
.slick-slide.slick-loading img {
  display: none; }

/* line 1584, theme.scss */
.slick-slide.dragging img {
  pointer-events: none; }

/* line 1587, theme.scss */
.slick-initialized .slick-slide {
  display: block; }

/* line 1590, theme.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* line 1595, theme.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* line 1598, theme.scss */
.slick-disabled {
  display: none !important; }

/* line 1601, theme.scss */
.slick-list,
.slick-track {
  height: 100%; }

/* slick arrow */
/* line 1606, theme.scss */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -20px;
  border: 1px solid #d6d6d7;
  width: 40px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

/* line 1620, theme.scss */
.slick-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -6px 0 0 -5px;
  width: 10px;
  height: 12px;
  --custom-fill-color-0: #3a91c4;
  --custom-fill-color-1: #3a91c4; }

/* line 1631, theme.scss */
.slick-arrow:hover {
  border-color: #3a91c4; }

/* line 1634, theme.scss */
.slick-arrow.btn-prev,
.slick-arrow.btn-prev-arrow {
  left: 0; }

/* line 1638, theme.scss */
.slick-arrow.btn-next,
.slick-arrow.btn-next-arrow {
  right: 0; }

/* line 1642, theme.scss */
.slick-arrow.btn-prev-arrow,
.slick-arrow.btn-next-arrow {
  bottom: 0;
  top: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 100%; }

/* line 1652, theme.scss */
.slick-arrow.btn-prev-arrow svg,
.slick-arrow.btn-next-arrow svg {
  top: 0;
  margin: 0;
  width: 15px;
  height: 60px; }

/* line 1659, theme.scss */
.slick-arrow.btn-prev-arrow svg {
  left: 0; }

/* line 1662, theme.scss */
.slick-arrow.btn-next-arrow svg {
  left: auto;
  right: 0; }

/* line 1666, theme.scss */
.slick-arrow.btn-prev-arrow.slick-disabled,
.slick-arrow.btn-next-arrow.slick-disabled {
  display: block !important;
  opacity: 0.5; }

/* slick dots */
/* line 1672, theme.scss */
.slick-dots {
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center; }

/* line 1679, theme.scss */
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 6px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: #8b8d92; }

/* line 1691, theme.scss */
.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #58a9d8; }

/* custom scrollbar */
/* line 1696, theme.scss */
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

/* line 1704, theme.scss */
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

/* line 1709, theme.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

/* line 1712, theme.scss */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* line 1715, theme.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

/* line 1719, theme.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* line 1722, theme.scss */
.mCSB_scrollTools {
  position: absolute;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75; }

/* line 1731, theme.scss */
.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* line 1734, theme.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

/* line 1738, theme.scss */
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* line 1741, theme.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

/* line 1749, theme.scss */
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

/* line 1752, theme.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

/* line 1761, theme.scss */
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

/* line 1767, theme.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  text-align: center; }

/* line 1775, theme.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

/* line 1778, theme.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

/* line 1781, theme.scss */
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

/* line 1789, theme.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* line 1792, theme.scss */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

/* line 1796, theme.scss */
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

/* line 1799, theme.scss */
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* line 1802, theme.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 1810, theme.scss */
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* line 1813, theme.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

/* line 1816, theme.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

/* line 1821, theme.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

/* line 1826, theme.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

/* line 1831, theme.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

/* line 1835, theme.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

/* line 1839, theme.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

/* line 1848, theme.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

/* line 1851, theme.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* line 1854, theme.scss */
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

/* line 1866, theme.scss */
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1873, theme.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

/* line 1876, theme.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* line 1879, theme.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* line 1882, theme.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* line 1885, theme.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* line 1888, theme.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

/* line 1891, theme.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

/* line 1895, theme.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

/* line 1898, theme.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

/* line 1901, theme.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

/* line 1905, theme.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* line 1908, theme.scss */
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  width: 6px; }

/* line 1914, theme.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

/* line 1919, theme.scss */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0; }

/* line 1922, theme.scss */
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4; }

/* line 1927, theme.scss */
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

/* line 1930, theme.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

/* line 1933, theme.scss */
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

/* line 1936, theme.scss */
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

/* line 1939, theme.scss */
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75; }

/* line 1942, theme.scss */
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9; }

/* line 1945, theme.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  display: none; }

/* line 1948, theme.scss */
.mCSB_draggerContainer {
  background: #efefef !important; }

/* line 1951, theme.scss */
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  background: 0 0;
  opacity: 0; }

/* line 1955, theme.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ccc !important;
  opacity: 1 !important; }

/* line 1961, theme.scss */
.mCSB_scrollTools_vertical {
  opacity: 1 !important; }

/* line 1964, theme.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* line 1971, theme.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*template*/
/* line 1977, theme.scss */
.all-wrap {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%; }

/* line 1984, theme.scss */
.main-wrap,
.footer-wrap {
  display: table-row;
  width: 100%; }

/* line 1989, theme.scss */
.main-wrap {
  height: 95%; }

/* line 1991, theme.scss */
.is-menu-open .main-wrap::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5); }

/* line 2003, theme.scss */
.footer-wrap {
  height: auto;
  min-height: 5%; }

/* line 2008, theme.scss */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px; }

/* line 2013, theme.scss */
.content-wrap .container-fluid {
  padding: 0 7px; }

@media (min-width: 768px) {
  /* line 2016, theme.scss */
  .content-wrap .container-fluid {
    padding: 0 20px; } }
/* line 2019, theme.scss */
.content::after {
  content: "";
  clear: both;
  display: table; }

/*end template*/
/* breadcrumbs */
/* line 2026, theme.scss */
.breadcrumbs {
  position: relative;
  overflow: auto;
  list-style: none;
  margin: 0 auto;
  padding: 10px 50px 10px 0;
  text-align: left;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #5f6062; }

/* line 2039, theme.scss */
.breadcrumbs li {
  position: relative;
  display: inline; }

/* line 2042, theme.scss */
.breadcrumbs li::after {
  content: ">";
  margin: 0 5px; }

/* line 2045, theme.scss */
.breadcrumbs li:last-child::after {
  display: none; }

/* line 2047, theme.scss */
.breadcrumbs li:first-child {
  padding: 0;
  background: none; }

/* line 2050, theme.scss */
.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  text-decoration: none; }

/* pagination */
/* line 2057, theme.scss */
.pagination {
  position: relative;
  margin: 20px auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center; }

/* line 2063, theme.scss */
.pagination::after {
  content: "";
  clear: both;
  display: table; }

/* line 2067, theme.scss */
.pagination__item,
.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 6px;
  border: 1px solid transparent;
  padding: 0 9px;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  text-decoration: none;
  color: #3a91c4;
  background: none;
  -webkit-transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s; }

/* line 2083, theme.scss */
.pagination__item_prev, .pagination__item_next,
.pagination .li_prev,
.pagination .li_next {
  border-color: #d6d6d7;
  color: #5f6062;
  background: #fff; }

/* line 2089, theme.scss */
.pagination__item_prev:hover, .pagination__item_next:hover,
.pagination .li_prev:hover,
.pagination .li_next:hover {
  border-color: #3a91c4;
  text-decoration: none; }

/* line 2094, theme.scss */
.pagination__item_prev svg, .pagination__item_next svg,
.pagination .li_prev svg,
.pagination .li_next svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  width: 8px;
  height: 12px; }

/* line 2102, theme.scss */
.pagination__item_prev.is-disabled, .pagination__item_next.is-disabled,
.pagination .li_prev.is-disabled,
.pagination .li_next.is-disabled {
  opacity: 0.5;
  cursor: default; }

/* line 2107, theme.scss */
.pagination__item:hover,
.pagination li:hover {
  text-decoration: underline; }

/* line 2110, theme.scss */
.pagination__item.is-active,
.pagination li.is-active {
  border: 1px solid #d6d6d7;
  color: #5f6062;
  font-weight: 700;
  line-height: 26px; }

/* content */
/* line 2118, theme.scss */
.content {
  padding: 15px 0 40px; }

/* form */
/* line 2122, theme.scss */
.alert {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  width: 100%; }

/* line 2129, theme.scss */
.alert-error {
  background: #ce1d1d; }

/* line 2131, theme.scss */
.alert-success {
  background: #37a13c; }

/* line 2134, theme.scss */
.input-groups {
  padding: 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%; }

/* line 2160, theme.scss */
.input-group {
  -webkit-flex-basis: 27.5%;
  -ms-flex-preferred-size: 27.5%;
  flex-basis: 27.5%;
  padding: 0 35px; }

/* line 2165, theme.scss */
.input-group_big {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

/* line 2172, theme.scss */
.input {
  margin: 0 auto 10px;
  max-width: 430px; }

/* line 2175, theme.scss */
.input + .input {
  margin-top: 20px; }

/* line 2177, theme.scss */
.input_error input, .input_error textarea {
  border-color: #ce1d1d; }

/* line 2180, theme.scss */
.input-text,
select,
.input-textarea,
.bx-content input[type="text"],
.bx-content input[type="search"],
.bx-content input[type="password"],
.bx-content input[type="tel"],
.bx-content input[type="email"],
.bx-content textarea,
.bx-content select,
.counter input[type="text"],
.bx_ordercart_coupon input[type="text"] {
  margin-bottom: 15px;
  padding: 0 10px;
  width: 100%;
  min-width: 60px;
  border: 1px solid #cbcbd0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.4rem;
  background: #fff;
  color: #5f6062;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s; }

/* line 2206, theme.scss */
.input-text:focus,
select:focus,
.input-textarea:focus,
.bx-content input[type="text"]:focus,
.bx-content input[type="search"]:focus,
.bx-content input[type="password"]:focus,
.bx-content input[type="tel"]:focus,
.bx-content input[type="email"]:focus,
.bx-content textarea:focus,
.bx-content select:focus,
.counter input[type="text"]:focus,
.bx_ordercart_coupon input[type="text"]:focus {
  border-color: #3a91c4; }

/* line 2219, theme.scss */
.input-text::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.input-textarea::-webkit-input-placeholder,
.bx-content input[type="text"]::-webkit-input-placeholder,
.bx-content input[type="search"]::-webkit-input-placeholder,
.bx-content input[type="password"]::-webkit-input-placeholder,
.bx-content input[type="tel"]::-webkit-input-placeholder,
.bx-content input[type="email"]::-webkit-input-placeholder,
.bx-content textarea::-webkit-input-placeholder,
.bx-content select::-webkit-input-placeholder,
.counter input[type="text"]::-webkit-input-placeholder,
.bx_ordercart_coupon input[type="text"]::-webkit-input-placeholder {
  color: #5f6062;
  font-family: inherit;
  opacity: 1; }

/* line 2234, theme.scss */
.input-text::-moz-placeholder,
select::-moz-placeholder,
.input-textarea::-moz-placeholder,
.bx-content input[type="text"]::-moz-placeholder,
.bx-content input[type="search"]::-moz-placeholder,
.bx-content input[type="password"]::-moz-placeholder,
.bx-content input[type="tel"]::-moz-placeholder,
.bx-content input[type="email"]::-moz-placeholder,
.bx-content textarea::-moz-placeholder,
.bx-content select::-moz-placeholder,
.counter input[type="text"]::-moz-placeholder,
.bx_ordercart_coupon input[type="text"]::-moz-placeholder {
  color: #5f6062;
  font-family: inherit;
  opacity: 1; }

/* line 2249, theme.scss */
.input-text:-moz-placeholder,
select:-moz-placeholder,
.input-textarea:-moz-placeholder,
.bx-content input[type="text"]:-moz-placeholder,
.bx-content input[type="search"]:-moz-placeholder,
.bx-content input[type="password"]:-moz-placeholder,
.bx-content input[type="tel"]:-moz-placeholder,
.bx-content input[type="email"]:-moz-placeholder,
.bx-content textarea:-moz-placeholder,
.bx-content select:-moz-placeholder,
.counter input[type="text"]:-moz-placeholder,
.bx_ordercart_coupon input[type="text"]:-moz-placeholder {
  color: #5f6062;
  font-family: inherit;
  opacity: 1; }

/* line 2264, theme.scss */
.input-text:-ms-input-placeholder,
select:-ms-input-placeholder,
.input-textarea:-ms-input-placeholder,
.bx-content input[type="text"]:-ms-input-placeholder,
.bx-content input[type="search"]:-ms-input-placeholder,
.bx-content input[type="password"]:-ms-input-placeholder,
.bx-content input[type="tel"]:-ms-input-placeholder,
.bx-content input[type="email"]:-ms-input-placeholder,
.bx-content textarea:-ms-input-placeholder,
.bx-content select:-ms-input-placeholder,
.counter input[type="text"]:-ms-input-placeholder,
.bx_ordercart_coupon input[type="text"]:-ms-input-placeholder {
  color: #5f6062;
  font-family: inherit;
  opacity: 1; }

/* line 2280, theme.scss */
.input-text,
select,
.bx-content input[type="text"],
.bx-content input[type="search"],
.bx-content input[type="password"],
.bx-content input[type="tel"],
.bx-content input[type="email"],
.bx-content select,
.counter input[type="text"],
.bx_ordercart_coupon input[type="text"] {
  height: 40px;
  line-height: 40px; }

/* line 2293, theme.scss */
.input-textarea,
.bx-content textarea {
  padding: 10px;
  max-width: 100%;
  height: 130px;
  line-height: 1.2; }

/* line 2300, theme.scss */
select {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #5f6062;
  background: #fff url(select-arrow.svg) no-repeat;
  background-position: right 9px top 16px;
  -webkit-background-size: 8px 46px;
  background-size: 8px 46px; }

/* line 2314, theme.scss */
select option {
  color: #000; }

/* line 2317, theme.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 2322, theme.scss */
label {
  position: relative; }

/* checkbox */
/* line 2326, theme.scss */
.inline-checkbox {
  display: inline-block;
  vertical-align: top;
  margin: 5px 30px 5px 0;
  min-width: 60px; }

/* line 2332, theme.scss */
.input-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden; }

/* line 2335, theme.scss */
.input-checkbox input[type="checkbox"] + label {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 18px;
  font-size: 0.75rem;
  line-height: 1.2;
  cursor: pointer; }

/* line 2343, theme.scss */
.input-checkbox input[type="checkbox"] + label::before, .input-checkbox input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  display: block; }

/* line 2347, theme.scss */
.input-checkbox input[type="checkbox"] + label::before {
  left: 0;
  top: 0.6em;
  margin-top: -5px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5; }

/* line 2356, theme.scss */
.input-checkbox input[type="checkbox"] + label::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  left: 5px;
  top: 0.6em;
  z-index: 2;
  display: none;
  margin-top: -1px;
  margin-left: -3px;
  width: 8px;
  height: 6px;
  font-size: 7px;
  line-height: 1;
  color: #aeaeae; }

/* line 2375, theme.scss */
.input-checkbox input[type="checkbox"]:checked + label::before {
  border: 1px solid #4bbcdd; }

/* line 2377, theme.scss */
.input-checkbox input[type="checkbox"]:checked + label::after {
  display: block; }

/* line 2379, theme.scss */
label > .input-checkbox input[type="checkbox"] {
  display: block; }

/* radio */
/* line 2383, theme.scss */
.inline-radio {
  display: inline-block;
  vertical-align: top;
  margin: 5px 30px 5px 0;
  min-width: 60px; }

/* line 2389, theme.scss */
.input-radio input[type="radio"] {
  position: absolute;
  visibility: hidden; }

/* line 2392, theme.scss */
.input-radio input[type="radio"] + label {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 18px;
  font-size: 0.75rem;
  line-height: 1.2;
  cursor: pointer; }

/* line 2400, theme.scss */
.input-radio input[type="radio"] + label::before, .input-radio input[type="radio"] + label::after {
  content: "";
  position: absolute;
  display: block; }

/* line 2404, theme.scss */
.input-radio input[type="radio"] + label::before {
  left: 0;
  top: 0.6em;
  margin-top: -6px;
  z-index: 1;
  width: 11px;
  height: 11px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f5f5f5; }

/* line 2415, theme.scss */
.input-radio input[type="radio"] + label::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  left: 5px;
  top: 0.6em;
  z-index: 2;
  display: none;
  margin-top: -1px;
  margin-left: -3px;
  width: 8px;
  height: 6px;
  font-size: 7px;
  line-height: 1;
  color: #aeaeae; }

/* line 2434, theme.scss */
.input-radio input[type="radio"]:checked + label::before {
  border: 1px solid #4bbcdd; }

/* line 2436, theme.scss */
.input-radio input[type="radio"]:checked + label::after {
  display: block; }

/* line 2438, theme.scss */
label > .input-radio input[type="radio"] {
  display: block; }

/* buttons */
/* line 2442, theme.scss */
.btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 9px 15px;
  min-width: 120px;
  color: #fff;
  background: #58a9d8;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

/* line 2462, theme.scss */
.btn:hover {
  background: #3a91c4;
  color: #fff;
  text-decoration: none; }

/* line 2466, theme.scss */
.btn_basket {
  width: 100%; }

/* line 2468, theme.scss */
.btn_medium {
  padding: 5px 10px; }

/* rouble */
/* line 2472, theme.scss */
.rouble::before {
  content: "o";
  font-family: rouble;
  font-weight: normal;
  font-size: 0.9em; }

/* hidden and visible */
/* line 2479, theme.scss */
.is-hidden {
  display: none !important; }

/* typography */
/* line 2483, theme.scss */
html,
body {
  height: 100%; }

/* line 2487, theme.scss */
html {
  font-size: 10px; }

/* line 2490, theme.scss */
body {
  background: #f4f4f4;
  color: #5f6062;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 140%;
  font-weight: 400;
  line-height: 1.7;
  width: 100%;
  min-width: 320px; }

@media (min-width: 769px) {
  /* line 2500, theme.scss */
  body {
    padding-top: 0 !important; } }
/* line 2503, theme.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2; }

/* line 2520, theme.scss */
h1,
.h1 {
  margin: 0 0 1em;
  padding: 0;
  font-size: 3rem; }

@media (max-width: 768px) {
  /* line 2526, theme.scss */
  h1,
  .h1 {
    font-size: 2rem; } }
/* line 2530, theme.scss */
h2,
.h2 {
  margin: 0 0 0.8em;
  padding: 0;
  font-size: 2.5rem; }

@media (max-width: 768px) {
  /* line 2536, theme.scss */
  h2,
  .h2 {
    font-size: 1.8rem; } }
/* line 2540, theme.scss */
h3,
.h3 {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1.8rem; }

@media (max-width: 768px) {
  /* line 2546, theme.scss */
  h3,
  .h3 {
    font-size: 1.6rem; } }
/* line 2550, theme.scss */
h4,
.h4 {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1.7rem; }

@media (max-width: 768px) {
  /* line 2556, theme.scss */
  h4,
  .h4 {
    font-size: 1.6rem; } }
/* line 2560, theme.scss */
h5,
.h5 {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1rem; }

/* line 2566, theme.scss */
h6,
.h6 {
  margin: 0 0 1em;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 500; }

/* line 2573, theme.scss */
p {
  margin: 0 0 1em; }

/* line 2576, theme.scss */
hr {
  margin: 30px 0;
  height: 1px;
  border: 0 none;
  background: #f4f4f4; }

/* line 2582, theme.scss */
a {
  color: inherit;
  text-decoration: underline; }

/* line 2585, theme.scss */
a:active, a:hover, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

/* line 2589, theme.scss */
a[href^=mailto] {
  line-height: 1.2;
  text-decoration: none; }

/* line 2592, theme.scss */
a[href^=mailto]:hover {
  text-decoration: underline; }

/* line 2594, theme.scss */
a[href^=tel] {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap; }

/* line 2600, theme.scss */
blockquote {
  border-left: 5px solid #58a9d8;
  font-style: italic;
  margin: 1.5em 0 1.5em;
  padding: 0 0 0 2em; }

/* line 2606, theme.scss */
strong, b {
  font-weight: bold; }

/* line 2609, theme.scss */
em, dfn, i {
  font-style: italic; }

/* line 2612, theme.scss */
ul, ol {
  padding: 0; }

/* line 2615, theme.scss */
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 1em 1em; }

/* line 2620, theme.scss */
ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 1em 1.5em; }

/* line 2625, theme.scss */
li {
  padding: 0 0 0 0.5em; }

/* line 2627, theme.scss */
li ul, li ol {
  margin: 0.5em 0 0.5em 1em;
  padding: 0; }

/* line 2631, theme.scss */
img {
  border: 0;
  display: inline;
  height: auto;
  max-width: 100%;
  vertical-align: top; }

/* line 2638, theme.scss */
.text-uppercase {
  text-transform: uppercase; }

/* line 2641, theme.scss */
.text-justify {
  text-align: justify; }

/* line 2644, theme.scss */
.text-center {
  text-align: center; }

/* line 2647, theme.scss */
.text-right {
  text-align: right; }

/* line 2650, theme.scss */
.text-left {
  text-align: left; }

/* line 2653, theme.scss */
table p:last-child, table ul:last-child, table ol:last-child {
  margin-bottom: 0; }

/* lists */
/* line 2657, theme.scss */
.menu-color-wrapper {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  width: 100%; }
  /* line 2662, theme.scss */
  .menu-color-wrapper .menu-color {
    width: 30px;
    height: 30px;
    cursor: pointer; }

/* line 2668, theme.scss */
.filter-item-color-main {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 1px solid #e7e7e7; }

/* line 2676, theme.scss */
.colors {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer; }

/* line 2683, theme.scss */
.check-list {
  line-height: 1.3;
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 2688, theme.scss */
.check-list li {
  margin: 0 0 0.5em;
  position: relative;
  padding: 0 0 0 50px; }

/* line 2692, theme.scss */
.check-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  height: 19px;
  background: url(bg_sprite.svg) no-repeat 0 0; }

/* line 2702, theme.scss */
.global-site-notice {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 1.6rem;
  background: #fcfcfc; }

/* line 2708, theme.scss */
.global-site-notice p:last-child {
  margin-bottom: 0; }

/* line 2711, theme.scss */
.colors__item {
  min-height: 16px; }

/* line 2713, theme.scss */
.colors__item span {
  vertical-align: middle; }

/* line 2715, theme.scss */
.colors__item .filter-color {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  min-width: 16px; }

/*   
.colors__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: auto; }
.colors__item_beige::before {
  border: 1px solid #e6e3ca;
  background: #F5F5DC; }
.colors__item_black::before {
  background: #000; }
.colors__item_darkblue::before {
  background: #103bb2; }
.colors__item_dodgerblue::before {
  background: #1E90FF; }
.colors__item_navy::before {
  background: #000080; }
.colors__item_blue::before {
  background: #149bcc; }
.colors__item_lightskyblue::before {
  background: #87CEFA; }
.colors__item_brown::before {
  background: #A52A2A; }
.colors__item_seashell::before {
  border: 1px solid #e6e3ca;
  background: #FFF5EE; }
.colors__item_floralwhite::before {
  border: 1px solid #e6e3ca;
  background: #FFFAF0; }
.colors__item_green::before {
  background: #008000; }
.colors__item_grey::before {
  background: #808080; }
.colors__item_multi::before {
  background: -webkit-linear-gradient(45deg, #fffc00 0, red 50%, #0a00b2 100%);
  background: -moz-linear-gradient(45deg, #fffc00 0, red 50%, #0a00b2 100%);
  background: -o-linear-gradient(45deg, #fffc00 0, red 50%, #0a00b2 100%);
  background: linear-gradient(45deg, #fffc00 0, red 50%, #0a00b2 100%); }
.colors__item_orange::before {
  background: #FFA500; }
.colors__item_pink::before {
  background: #FFC0CB; }
.colors__item_purple::before {
  background: #800080; }
.colors__item_red::before {
  background: #FF0000; }
.colors__item_white::before {
  border: 1px solid #d6d6d7;
  background: #fff; }
.colors__item_yellow::before {
  background: #FFFF00; }
 */
/* line 2783, theme.scss */
.slideshow {
  position: relative;
  padding: 38% 0 0;
  width: 100%;
  max-width: 100% !important; }

@media (min-width: 980px) {
  /* line 2789, theme.scss */
  .slideshow {
    padding-top: 0;
    height: 360px; } }
/* line 2792, theme.scss */
.slideshow__inner {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0; }

/* line 2800, theme.scss */
.slideshow__inner.slick-slider {
  overflow: visible; }

/* line 2802, theme.scss */
.slideshow-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 2810, theme.scss */
.slideshow-item__big-link {
  display: block;
  height: 100%;
  width: 100%; }

/* line 2814, theme.scss */
.slideshow-item__descr {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  margin: 25px 50px;
  max-height: 90%;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.55);
  color: #fff; }

/* line 2823, theme.scss */
.slideshow-item__descr_dark {
  background: rgba(255, 255, 255, 0.55);
  color: #000; }

@media (min-width: 640px) {
  /* line 2827, theme.scss */
  .slideshow-item__descr {
    padding: 1em;
    max-width: 400px;
    font-size: 1.5em; }

  /* line 2831, theme.scss */
  .slideshow-item__descr_left {
    left: 0; }

  /* line 2833, theme.scss */
  .slideshow-item__descr_right {
    right: 0;
    text-align: right; }

  /* line 2836, theme.scss */
  .slideshow-item__descr_bottom {
    bottom: 0; }

  /* line 2838, theme.scss */
  .slideshow-item__descr_top {
    top: 0; }

  /* line 2840, theme.scss */
  .slideshow-item__descr_center {
    left: 50%;
    top: 50%;
    margin: 0;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media (max-width: 640px) {
  /* line 2849, theme.scss */
  .slideshow-item__descr {
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0.5em;
    max-width: 95%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media (max-width: 640px) {
  /* line 2860, theme.scss */
  .slideshow-item__descr .btn {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1; } }
/* line 2864, theme.scss */
.slideshow-item__name {
  font-size: 2em;
  line-height: 1; }

@media (max-width: 640px) {
  /* line 2868, theme.scss */
  .slideshow-item__name {
    font-size: 1.25em; } }
/* line 2870, theme.scss */
.slideshow-item__name + .slideshow-item__text {
  margin-top: 1em; }

@media (max-width: 640px) {
  /* line 2873, theme.scss */
  .slideshow-item__name + .slideshow-item__text {
    margin-top: 0.5em; } }
/* line 2875, theme.scss */
.slideshow-item__link {
  font-family: Arial, Helvetica, sans-serif; }

/* line 2877, theme.scss */
.slideshow-item__text-block + .slideshow-item__link,
.slideshow-item__text-block + .slideshow-item__btn {
  margin-top: 1em; }

@media (max-width: 640px) {
  /* line 2881, theme.scss */
  .slideshow-item__text-block + .slideshow-item__link,
  .slideshow-item__text-block + .slideshow-item__btn {
    margin-top: 0.5em; } }
/* line 2884, theme.scss */
.slideshow-item__link {
  display: block;
  text-decoration: underline; }

/* line 2887, theme.scss */
.slideshow-item:hover .slideshow-item__link {
  text-decoration: none; }

/* line 2890, theme.scss */
.home-master-classes {
  margin: 20px 0 50px; }

/* line 2893, theme.scss */
.master-classes-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 2px; }

/* line 2920, theme.scss */
.master-classes-wrap.slick-slider {
  margin: 0 -10px;
  padding: 0 10px; }

/* line 2924, theme.scss */
.master-class-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 20px 24px 0;
  padding: 0;
  width: 100%;
  white-space: normal; }

/* line 2937, theme.scss */
.master-class-item.slick-slide {
  width: 305px; }

/* 
@media (min-width: 360px) {
  .master-class-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%; } }
@media (min-width: 640px) {
  .master-class-item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferr ed-size: 33.33%;
            flex-basis: 33.33%;
    width: 33.33%; } }
 */
/* line 2953, theme.scss */
.master-class-item__inner {
  display: block;
  border: 1px solid #d6d6d7;
  width: 100%;
  text-decoration: none;
  color: #333;
  background: #fff; }

/* line 2960, theme.scss */
.master-class-item__inner:hover {
  text-decoration: none;
  color: #5f6062;
  background: #f4f4f4;
  -webkit-transition: background .8s linear;
  -o-transition: background .8s linear;
  transition: background .8s linear; }

/* line 2967, theme.scss */
.master-class-item__img {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%; }

/* line 2972, theme.scss */
.master-class-item__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%; }

/* line 2978, theme.scss */
.master-class-item__info {
  padding: 12px; }

/* line 2980, theme.scss */
.master-class-item__name {
  display: block;
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0;
  max-height: 2.4em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  text-decoration: none; }

/* line 2990, theme.scss */
.master-class-item__date {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222; }

/* line 2998, theme.scss */
.master-class-item__descr {
  overflow: hidden;
  max-height: 3.9em;
  line-height: 1.3em;
  color: #888; }

/* line 3003, theme.scss */
.master-class-item__more {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3a91c4; }

/* line 3009, theme.scss */
.master-class-item__more::after {
  content: "\203A";
  margin-left: 3px; }

/* line 3013, theme.scss */
.block-subscribe {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 40px;
  width: 100%;
  color: #58a9d8;
  background: #fff url("subscribe2.jpg") no-repeat right bottom;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 3022, theme.scss */
.block-subscribe::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 100px 0 300px 200px white;
  box-shadow: 100px 0 300px 200px white; }

/* line 3029, theme.scss */
.block-subscribe__inner {
  position: relative;
  z-index: 2; }

/* line 3032, theme.scss */
.block-subscribe__inner::after {
  content: "";
  clear: both;
  display: table; }

/* line 3036, theme.scss */
.block-subscribe p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3; }

/* line 3040, theme.scss */
.block-subscribe__form {
  display: block;
  padding-bottom: 28px; }

@media (min-width: 980px) {
  /* line 3044, theme.scss */
  .block-subscribe__form {
    max-width: 100%;
    width: 270px; } }
/* line 3047, theme.scss */
.block-subscribe__form label {
  display: block;
  padding-bottom: 1em;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #333; }

/* line 3053, theme.scss */
.block-subscribe__input {
  position: relative;
  float: left;
  width: 100%;
  height: 28px; }

/* line 3058, theme.scss */
.block-subscribe__input input {
  border: 1px solid #58a9d8;
  padding: 5px 60px 5px 40px;
  width: 100%;
  height: 100%; }

/* line 3063, theme.scss */
.block-subscribe__input svg {
  position: absolute;
  left: 8px;
  top: 3px;
  width: 27px;
  height: 24px; }

/* line 3069, theme.scss */
.block-subscribe__btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 56px;
  min-width: 0;
  line-height: 28px; }

/* line 3079, theme.scss */
.block-coversation {
  margin-top: 20px; }

/* line 3081, theme.scss */
.block-coversation__row {
  margin: 0 0 30px;
  width: 100%; }

/* line 3084, theme.scss */
.block-coversation__title {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2.2rem; }

/* line 3089, theme.scss */
.reviews a {
  border: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #3a91c4;
  text-decoration: none;
  cursor: pointer; }

/* line 3096, theme.scss */
.reviews a:hover {
  text-decoration: underline; }

/* line 3099, theme.scss */
.reviews__slider {
  margin-bottom: 40px; }

/* line 3101, theme.scss */
.reviews__slider.slick-slider {
  padding: 0 30px; }

/* line 3104, theme.scss */
.reviews__links::after {
  content: "";
  clear: both;
  display: table; }

/* line 3109, theme.scss */
.reviews__add-review {
  float: left; }

/* line 3111, theme.scss */
.reviews__add-review svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  --custom-fill-color-0: #3a91c4; }

/* line 3118, theme.scss */
.reviews__add-review:hover {
  text-decoration: none !important;
  color: #333; }

/* line 3121, theme.scss */
.reviews__add-review:hover svg {
  --custom-fill-color-0: #333; }

/* line 3124, theme.scss */
.reviews__read-all {
  float: right; }

/* line 3127, theme.scss */
.reviews__form {
  max-height: 0;
  padding: 0 2px;
  overflow: hidden;
  -webkit-transition: padding 0.3s, max-height 0.3s;
  -o-transition: padding 0.3s, max-height 0.3s;
  transition: padding 0.3s, max-height 0.3s; }

/* line 3134, theme.scss */
.reviews__form_center {
  text-align: center; }

/* line 3136, theme.scss */
.reviews__form-title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1; }

/* line 3140, theme.scss */
.reviews__form.is-open {
  border-bottom: 1px solid #cbcbd0;
  border-top: 1px solid #cbcbd0;
  margin: 20px 0;
  padding: 15px 2px 20px;
  max-height: 1000px; }

/* line 3147, theme.scss */
.review {
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
  white-space: normal; }

/* line 3152, theme.scss */
.slick-slider .review {
  margin-bottom: 0; }

/* line 3154, theme.scss */
.review__info {
  margin-bottom: 5px;
  overflow: hidden; }

/* line 3157, theme.scss */
.review__name, .review__date {
  float: left; }

/* line 3159, theme.scss */
.review__name {
  margin-right: 3px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.375; }

/* line 3164, theme.scss */
.review__name::after {
  content: ', '; }

/* line 3166, theme.scss */
.review blockquote {
  margin: 0 0 7px;
  border: 0;
  padding: 0;
  font-size: 1.4rem;
  font-style: normal; }

/* line 3172, theme.scss */
.review blockquote::before {
  content: open-quote; }

/* line 3174, theme.scss */
.review blockquote::after {
  content: close-quote; }

/* line 3177, theme.scss */
.quantity-out-of-stock {
  position: relative;
  border: 1px solid #d6d6d7;
  padding: 10px;
  background-color: #fff; }

/* line 3182, theme.scss */
.quantity-out-of-stock::before {
  content: " ";
  position: absolute;
  left: 24px;
  top: -5px;
  width: 8px;
  height: 8px;
  border: 0 none;
  border-left: 1px solid #d6d6d7;
  border-top: 1px solid #d6d6d7;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 3196, theme.scss */
.quantity-out-of-stock__text {
  line-height: 1; }

/* line 3198, theme.scss */
.quantity-out-of-stock__text p {
  margin-bottom: 6px; }

/* line 3200, theme.scss */
.quantity-out-of-stock__link a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #58a9d8;
  cursor: pointer; }

/* line 3205, theme.scss */
.quantity-out-of-stock__link a:hover {
  text-decoration: underline; }

/* line 3207, theme.scss */
.quantity-out-of-stock__link svg {
  position: relative;
  left: 0;
  top: 3px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 20px;
  height: 17px;
  --custom-fill-color-0: #58a9d8;
  --custom-fill-color-1: #58a9d8; }

/* photoswipe */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 3221, theme.scss */
.pswp__share-tooltip a, .pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

/* line 3225, theme.scss */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right, .pswp__caption--fake {
  visibility: hidden; }

/* line 3228, theme.scss */
.pswp__button {
  position: relative;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 3245, theme.scss */
.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

/* line 3248, theme.scss */
.pswp__button:active {
  outline: 0;
  opacity: .9; }

/* line 3252, theme.scss */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 3256, theme.scss */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

/* line 3259, theme.scss */
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) no-repeat;
  -webkit-background-size: 264px 88px;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35 / 32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11 / 10), (min-resolution: 1.1dppx) {
  /* line 3267, theme.scss */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg); }

  /* line 3269, theme.scss */
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0; } }
/* line 3272, theme.scss */
.pswp__button--close {
  background-position: 0 -44px; }

/* line 3275, theme.scss */
.pswp__button--share {
  background-position: -44px -44px; }

/* line 3278, theme.scss */
.pswp__button--fs {
  display: none; }

/* line 3281, theme.scss */
.pswp--supports-fs .pswp__button--fs {
  display: block; }

/* line 3284, theme.scss */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

/* line 3287, theme.scss */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

/* line 3291, theme.scss */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* line 3294, theme.scss */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* line 3297, theme.scss */
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

/* line 3305, theme.scss */
.pswp__button--arrow--left {
  left: 0; }

/* line 3308, theme.scss */
.pswp__button--arrow--right {
  right: 0; }

/* line 3311, theme.scss */
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

/* line 3319, theme.scss */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

/* line 3323, theme.scss */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/* line 3327, theme.scss */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 3333, theme.scss */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

/* line 3350, theme.scss */
.pswp__share-modal--hidden {
  display: none; }

/* line 3353, theme.scss */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: -o-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

/* line 3377, theme.scss */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px; }

/* line 3383, theme.scss */
.pswp__share-tooltip a:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; }

/* line 3387, theme.scss */
.pswp__share-tooltip a:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }

/* line 3391, theme.scss */
.pswp__share-modal--fade-in {
  opacity: 1; }

/* line 3394, theme.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* line 3399, theme.scss */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

/* line 3402, theme.scss */
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

/* line 3416, theme.scss */
.pswp__caption--empty, .pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

/* line 3419, theme.scss */
.pswp__counter, .pswp__preloader {
  height: 44px;
  top: 0;
  position: absolute; }

/* line 3424, theme.scss */
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

/* line 3428, theme.scss */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

/* line 3431, theme.scss */
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

/* line 3435, theme.scss */
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

/* line 3439, theme.scss */
a.pswp__share--download:hover {
  background: #DDD; }

/* line 3442, theme.scss */
.pswp__counter {
  left: 0;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: .75;
  padding: 0 10px; }

/* line 3450, theme.scss */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

/* line 3457, theme.scss */
.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

/* line 3461, theme.scss */
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

/* line 3470, theme.scss */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__ui {
  visibility: visible; }

/* line 3473, theme.scss */
.pswp__preloader {
  width: 44px;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr; }

/* line 3484, theme.scss */
.pswp--css_animation .pswp__preloader--active, .pswp__preloader--active {
  opacity: 1; }

/* line 3487, theme.scss */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

/* line 3492, theme.scss */
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../img/preloader.gif) no-repeat; }

/* line 3495, theme.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite; }

/* line 3499, theme.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite; }

/* line 3503, theme.scss */
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

/* line 3513, theme.scss */
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

/* line 3519, theme.scss */
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0; }

@media screen and (max-width: 1024px) {
  /* line 3537, theme.scss */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); } }
@keyframes donut-rotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); } }
/* line 3576, theme.scss */
.pswp__ui {
  -webkit-font-smoothing: auto;
  opacity: 1;
  z-index: 1550; }

/* line 3581, theme.scss */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

/* line 3588, theme.scss */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 3595, theme.scss */
.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5); }

/* line 3598, theme.scss */
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3); }

/* line 3601, theme.scss */
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

/* line 3604, theme.scss */
.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001; }

/* line 3607, theme.scss */
.pswp__element--disabled {
  display: none !important; }

/* line 3610, theme.scss */
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 3614, theme.scss */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%; }

/* line 3618, theme.scss */
.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0; }

/* line 3624, theme.scss */
.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

/* line 3627, theme.scss */
.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute; }

/* line 3630, theme.scss */
.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0; }

/* line 3638, theme.scss */
.pswp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 3643, theme.scss */
.pswp img {
  max-width: none; }

/* line 3646, theme.scss */
.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 3653, theme.scss */
.pswp--open {
  display: block; }

/* line 3656, theme.scss */
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 3661, theme.scss */
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

/* line 3666, theme.scss */
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* line 3671, theme.scss */
.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity; }

/* line 3680, theme.scss */
.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* line 3689, theme.scss */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

/* line 3697, theme.scss */
.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 3709, theme.scss */
.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* line 3714, theme.scss */
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* line 3719, theme.scss */
.pswp__item {
  right: 0;
  bottom: 0; }

/* line 3723, theme.scss */
.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/* line 3729, theme.scss */
.pswp__img--placeholder--blank {
  background: #222; }

/* line 3732, theme.scss */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/* line 3738, theme.scss */
.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

/* line 3748, theme.scss */
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* line 3752, theme.scss */
.thumbnails_photo-swipe {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  z-index: 1501;
  background: #fff;
  background: rgba(255, 255, 255, 0.7); }

/* line 3764, theme.scss */
.thumbnails_photo-swipe li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  border: 3px solid transparent;
  padding: 0; }

/* line 3771, theme.scss */
.thumbnails_photo-swipe a {
  cursor: pointer; }

/* line 3774, theme.scss */
.thumbnails_photo-swipe img {
  max-width: 70px;
  max-height: 70px;
  display: block; }

/* line 3779, theme.scss */
.thumbnails_photo-swipe li {
  border: 2px solid transparent; }

/* line 3782, theme.scss */
.thumbnails_photo-swipe li.is-active {
  border-color: #58a9d8; }

/* line 3785, theme.scss */
.pswp__bg {
  background: #fff; }

/* line 3788, theme.scss */
.pswp .pswp__ui--fit,
.pswp .pswp__ui,
.pswp__top-bar, .pswp__caption {
  background: transparent; }

/* line 3793, theme.scss */
.pswp__button--close {
  width: 50px;
  height: 50px;
  margin: 5px;
  background: none; }

@media (min-width: 640px) {
  /* line 3800, theme.scss */
  .pswp__button--close {
    width: 100px;
    height: 100px; } }
/* line 3804, theme.scss */
.pswp__button--close-icon {
  width: 25px;
  height: 25px;
  --custom-fill-color-0: #505252;
  --custom-fill-color-1: #505252; }

/* line 3810, theme.scss */
.side-box {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 186px;
  color: #333;
  background: #f4f4f4; }

/* line 3819, theme.scss */
.block {
  margin: 40px 0 0; }

/* line 3821, theme.scss */
.block::after {
  content: "";
  clear: both;
  display: table; }

/* line 3825, theme.scss */
.block__title {
  border-top: 1px solid #d6d6d7;
  padding: 10px 0;
  font-size: 2rem;
  text-transform: capitalize;
  color: #333; }

/* line 3831, theme.scss */
.block p {
  margin: 0 auto 10px; }

/* line 3834, theme.scss */
.care-icons dt,
.care-icons dd {
  vertical-align: middle; }

/* line 3838, theme.scss */
.care-icon {
  position: relative;
  float: left;
  display: block;
  margin-right: 5px;
  overflow: hidden;
  height: 30px;
  line-height: 30px; }

/* line 3846, theme.scss */
.care-icon img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 100%; }

/* line 3852, theme.scss */
.tooltip {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px;
  max-width: 320px;
  -webkit-box-shadow: 0 0 26px 4px rgba(12, 7, 18, 0.1);
  box-shadow: 0 0 26px 4px rgba(12, 7, 18, 0.1);
  background: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, -o-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s; }

/* line 3877, theme.scss */
.tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  display: block;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top-color: #fff; }

/* line 3886, theme.scss */
.tooltip_left::before {
  left: 10px;
  margin-left: 0; }

/* line 3889, theme.scss */
.tooltip *._bottom::before {
  top: -18px;
  bottom: auto;
  border-top-color: transparent;
  border-bottom-color: #fff; }

/* line 3894, theme.scss */
.tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* line 3901, theme.scss */
.section-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 310px; }

@media (max-width: 768px) {
  /* line 3907, theme.scss */
  .section-header {
    height: auto; } }
/* line 3909, theme.scss */
.section-header__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 12px;
  min-width: 260px;
  min-height: 74px;
  font-size: 3rem;
  color: #333;
  background: #c7e4f4; }

/* line 3919, theme.scss */
.section-header__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  min-height: 74px; }

/* line 3924, theme.scss */
.section-header__title > span {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 768px) {
  /* line 3928, theme.scss */
  .section-header__title {
    font-size: 2rem; } }
/* line 3930, theme.scss */
.section-header figure {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  margin: 0; }

/* line 3936, theme.scss */
.section-header figure img {
  display: block; }

@media (max-width: 480px) {
  /* line 3939, theme.scss */
  .section-header figure img {
    display: none; } }
/* line 3941, theme.scss */
.section-header figcaption {
  position: absolute;
  right: 44px;
  bottom: 62px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff; }

@media (max-width: 640px) {
  /* line 3951, theme.scss */
  .section-header figcaption {
    display: none; } }
/* line 3953, theme.scss */
.section-header__nav {
  position: relative;
  z-index: 2;
  margin-top: 15px; }

/* line 3957, theme.scss */
.section-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.22; }

/* line 3964, theme.scss */
.section-header__nav li {
  vertical-align: top;
  margin: 6px 0 0;
  padding: 0; }

/* line 3968, theme.scss */
.section-header__nav a {
  position: relative;
  display: inline-block;
  padding: 12px 28px 12px 12px;
  width: 260px;
  font-size: 1.6rem;
  line-height: 1.375;
  text-decoration: none;
  color: #333;
  background: #d6d6d7;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

/* line 3981, theme.scss */
.section-header__nav a.is-active, .section-header__nav a:hover {
  background: #58a9d8;
  color: #fff; }

/* line 3985, theme.scss */
.section-inner h1 {
  margin-bottom: 0.5em; }

/* bitrix alert */
/* line 3989, theme.scss */
.alert {
  margin: 15px 0;
  padding: 10px 25px; }

/* line 3993, theme.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

/* line 3998, theme.scss */
.alert .icon-warning {
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px; }

/* line 4005, theme.scss */
.alert .icon-warning:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMiIgc3R5bGU9InBvc2l0aW9uOmFic29sdXRlIj4KCTxnPgoJCTxwYXRoIGQ9Ik0uNyAyMmEuNy43IDAgMCAxLS42NC0uNDMuNjkuNjkgMCAwIDEgLjE1LS43NSA3LjggNy44IDAgMCAwIDEuNjgtNC4zMUE5LjIzIDkuMjMgMCAwIDEgMCAxMUMwIDQuOTIgNi4yNyAwIDE0IDBzMTQgNC45MiAxNCAxMS02LjI3IDExLTE0IDExYTE2LjQ4IDE2LjQ4IDAgMCAxLTguNjktMi4zN0M0LjA2IDIwLjY4IDIuNDQgMjIgLjcgMjJ6bTguOC0xMmExLjUgMS41IDAgMSAwIDEuNSAxLjVBMS41IDEuNSAwIDAgMCA5LjUgMTB6bTUgMGExLjUgMS41IDAgMSAwIDEuNSAxLjUgMS41IDEuNSAwIDAgMC0xLjUtMS41em01IDBhMS41IDEuNSAwIDEgMCAxLjUgMS41IDEuNSAxLjUgMCAwIDAtMS41LTEuNXoiIGZpbGw9IiM4YTZkM2IiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+");
  content: '';
  display: block;
  height: 22px;
  width: 28px; }

/* line 4012, theme.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 4022, theme.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 4030, theme.scss */
.bx-content input[type="text"],
.bx-content input[type="search"],
.bx-content input[type="password"],
.bx-content input[type="tel"],
.bx-content input[type="email"],
.bx-content textarea,
.bx-content select {
  margin-bottom: 0; }

/* bitrix cart */
/* line 4040, theme.scss */
.bx_ordercart_order_table_container > table {
  margin: 24px 0 0;
  width: 100%; }

/* line 4044, theme.scss */
.bx_ordercart_order_table_container > table > thead > tr {
  border-bottom: 1px solid #d6d6d7;
  border-top: 1px solid #d6d6d7; }

/* line 4048, theme.scss */
.bx_ordercart_order_table_container > table > tbody > tr {
  border-bottom: 1px solid #d6d6d7; }

/* line 4051, theme.scss */
.bx_ordercart_order_table_container > table > thead > tr > td,
.bx_ordercart_order_table_container > table > tbody > tr > td {
  padding: 12px;
  vertical-align: top; }

/* line 4056, theme.scss */
.bx_ordercart_order_table_container h2 {
  margin-bottom: 10px; }

/* line 4059, theme.scss */
.bx_ordercart_order_table_container h2 a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #3a91c4;
  text-decoration: none; }

/* line 4065, theme.scss */
.bx_ordercart_order_table_container h2 a:hover {
  text-decoration: underline; }

/* line 4068, theme.scss */
.bx_ordercart_order_table_container .item,
.bx_ordercart_order_table_container .itemphoto {
  padding-left: 0; }

/* line 4072, theme.scss */
.bx_ordercart_order_table_container .margin {
  padding: 0; }

/* line 4075, theme.scss */
.bx_ordercart_photo {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 67px;
  width: 67px; }

/* line 4082, theme.scss */
.bx_ordercart_order_table_container .counter input {
  display: block;
  margin: 0;
  padding: 0 5px;
  width: 55px; }

/* line 4088, theme.scss */
.bx_ordercart_order_table_container .counter td {
  vertical-align: top; }

/* line 4091, theme.scss */
.bx_ordercart_order_table_container .counter td:last-child {
  padding: 0 0 0 3px; }

/* line 4094, theme.scss */
.basket_quantity_control .plus,
.basket_quantity_control .minus {
  background: #f4f4f4;
  border: 1px solid #cbcbd0;
  border-left: 0 none;
  cursor: pointer;
  display: block;
  height: 20px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  width: 20px; }

/* line 4110, theme.scss */
.basket_quantity_control .plus {
  border-bottom-color: transparent;
  line-height: 19px; }

/* line 4114, theme.scss */
.basket_quantity_control .plus:before {
  content: '+'; }

/* line 4117, theme.scss */
.basket_quantity_control .minus:before {
  content: '-'; }

/* line 4120, theme.scss */
.basket_quantity_control .plus:hover,
.basket_quantity_control .minus:hover {
  background: #3a91c4;
  color: #fff; }

/* line 4125, theme.scss */
.bx_ordercart .bx_sort_container a, .bx_ordercart .bx_sort_container span {
  display: inline-block;
  vertical-align: middle; }

/* line 4129, theme.scss */
.bx_ordercart .bx_sort_container a {
  border: 1px solid #58a9d8;
  color: #58a9d8;
  font-size: 14px;
  font-weight: 700;
  margin: 3px 5px;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap; }

/* line 4142, theme.scss */
.bx_ordercart .bx_sort_container a > div {
  display: inline; }

/* line 4145, theme.scss */
.bx_ordercart .bx_sort_container a.current,
.bx_ordercart .bx_sort_container a:hover {
  background: #58a9d8;
  color: #fff; }

/* line 4150, theme.scss */
.bx_ordercart_order_table_container .control {
  text-align: center; }

/* line 4152, theme.scss */
.bx_ordercart_order_table_container .control a {
  color: #3a91c4;
  text-decoration: none; }

/* line 4155, theme.scss */
.bx_ordercart_order_table_container .control a:hover {
  text-decoration: underline; }

/* line 4158, theme.scss */
.bx_ordercart_order_table_container .custom span {
  display: none; }

/* line 4161, theme.scss */
.bx_ordercart_order_table_container .item > div + div {
  margin-top: 5px; }

/* line 4164, theme.scss */
.bx_ordercart_order_table_container .item > div > span {
  display: block;
  margin-bottom: 5px; }

/* line 4168, theme.scss */
.bx_ordercart_order_table_container .sku_prop_list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto !important; }

/* line 4175, theme.scss */
.bx_ordercart_order_table_container .sku_prop_list li[data-property="COLOR_REF"] a {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 4179, theme.scss */
.bx_ordercart_order_table_container .sku_prop_list li[data-property="COLOR_REF"] a span {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px; }

/* line 4189, theme.scss */
.bx_ordercart_order_table_container .sku_prop_list li a {
  border: 1px solid #3a91c4;
  color: #5f6062;
  display: block;
  padding: 5px;
  line-height: 1.1;
  text-decoration: none; }

/* line 4197, theme.scss */
.bx_ordercart_order_table_container .sku_prop_list li.bx_active a,
.bx_ordercart_order_table_container .sku_prop_list li a:hover {
  border-width: 2px;
  padding: 4px;
  text-decoration: none; }

/* line 4203, theme.scss */
.bx_ordercart_order_pay {
  margin-top: 40px; }

/* line 4206, theme.scss */
.bx_ordercart_order_pay_left {
  float: left;
  max-width: 50%; }

/* line 4210, theme.scss */
.bx_ordercart_coupon span {
  display: block;
  margin-bottom: 5px; }

/* line 4214, theme.scss */
.bx_ordercart_coupon input[type="text"] {
  float: left;
  margin-right: 10px;
  width: 200px; }

/* line 4219, theme.scss */
.bx_ordercart_coupon .bx_bt_button {
  padding: 0;
  background: transparent;
  border: 1px solid #58a9d8;
  color: #58a9d8;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 50px; }

/* line 4235, theme.scss */
.bx_ordercart_coupon .bx_bt_button:hover {
  background: #58a9d8;
  color: #fff; }

/* line 4239, theme.scss */
.bx_ordercart_order_pay_right {
  float: right;
  max-width: 50%;
  text-align: right; }

/* line 4244, theme.scss */
.bx_ordercart_order_sum {
  font-weight: 700; }

/* line 4247, theme.scss */
.bx_ordercart_order_sum td {
  padding-bottom: 5px;
  padding-left: 5px; }

/* line 4251, theme.scss */
.bx_ordercart_order_pay_center {
  margin-top: 30px;
  text-align: right; }

/* line 4255, theme.scss */
.bx_ordercart_order_pay_center .checkout {
  background: #58a9d8;
  border: 2px solid #58a9d8;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  vertical-align: top; }

/* line 4268, theme.scss */
.bx_ordercart_order_pay_center .checkout:hover {
  background: transparent;
  color: #58a9d8; }

@media (max-width: 768px) {
  /* line 4273, theme.scss */
  .bx_ordercart_order_table_container > table > thead {
    display: none; }

  /* line 4275, theme.scss */
  .bx_ordercart_order_table_container > table,
  .bx_ordercart_order_table_container tbody,
  .bx_ordercart_order_table_container tr {
    display: block;
    width: 100%; }

  /* line 4280, theme.scss */
  .bx_ordercart_order_table_container > table > tbody > tr > td {
    display: inline-block;
    padding-left: 0; }

  /* line 4283, theme.scss */
  .bx_ordercart_order_table_container .custom span {
    display: block; }

  /* line 4285, theme.scss */
  .bx_ordercart_order_table_container .margin {
    display: none; }

  /* line 4287, theme.scss */
  .bx_ordercart_order_table_container .itemphoto {
    display: block;
    float: left; }

  /* line 4290, theme.scss */
  .bx_ordercart_order_table_container .item {
    display: block;
    margin-left: 100px; }

  /* line 4293, theme.scss */
  .bx_ordercart_order_table_container .control {
    display: block;
    padding: 0 0 10px;
    text-align: right;
    width: 100%; }

  /* line 4298, theme.scss */
  .bx_ordercart_order_table_container .control a {
    color: #3a91c4;
    text-decoration: none; }

  /* line 4301, theme.scss */
  .bx_ordercart_order_table_container .control a:hover {
    text-decoration: underline; }

  /* line 4303, theme.scss */
  .bx_ordercart_order_table_container .control br {
    display: none; }

  /* line 4305, theme.scss */
  .bx_ordercart_order_pay_left, .bx_ordercart_order_pay_right {
    display: inline-block;
    float: none;
    margin-bottom: 25px;
    max-width: 100%;
    vertical-align: top;
    width: 100%; }

  /* line 4312, theme.scss */
  .bx_ordercart_order_pay_center {
    margin-top: 0; }

  /* line 4314, theme.scss */
  .bx_ordercart_order_sum {
    display: inline-block;
    vertical-align: top; } }
/* line 4317, theme.scss */
.bx_ordercart_order_table_container .old_price {
  font-size: .9em;
  color: #ccc;
  text-decoration: line-through; }

/* bitrix order */
/* line 4323, theme.scss */
.bx-soa {
  float: left;
  padding-left: 0;
  width: 75%; }

/* line 4328, theme.scss */
.bx-soa-sidebar {
  float: right;
  padding-left: 20px;
  padding-right: 0;
  width: 25%; }

/* line 4334, theme.scss */
.bx-soa-cart-total {
  border: 1px solid #d7d7d8;
  padding: 10px;
  position: relative;
  text-align: right; }

/* line 4340, theme.scss */
.bx-soa-cart-total-fixed {
  background: #fff;
  position: fixed;
  top: 10px; }

/* line 4345, theme.scss */
.bx-soa-cart-total-line {
  overflow: hidden;
  padding: 5px; }

/* line 4349, theme.scss */
.bx-soa-cart-t {
  float: left; }

/* line 4352, theme.scss */
.bx-soa-cart-d {
  float: right; }

/* line 4355, theme.scss */
.bx-soa-cart-total-line + .bx-soa-cart-total-line {
  border-top: 1px solid #f4f4f4; }

/* line 4358, theme.scss */
.bx-soa-cart-total-line-total {
  font-weight: bold; }

/* line 4361, theme.scss */
.bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 1.2em !important; }

/* line 4364, theme.scss */
.visible-xs {
  display: none; }

/* line 4367, theme.scss */
.bx-step-completed .bx-soa-section-title-container {
  background: #3a91c4;
  color: #fff; }

/* line 4371, theme.scss */
.bx-step-completed .bx-soa-section-title-container h2,
.bx-step-completed .bx-soa-section-title-container a {
  color: #fff; }

/* line 4375, theme.scss */
.bx-step-completed .bx-soa-editstep {
  display: block !important; }

/* line 4378, theme.scss */
.bx-soa-section-title-container {
  background: #f4f4f4;
  border-top: 1px solid #d7d7d8;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 12px;
  width: 100%; }

/* line 4386, theme.scss */
.bx-soa-section-title,
.cms-page-view #main h2.bx-soa-section-title {
  font-size: 16px;
  margin-bottom: 0;
  padding: 0; }

/* line 4392, theme.scss */
.bx-soa-section-title {
  float: left; }

/* line 4395, theme.scss */
.bx-soa-section-title-container .text-right {
  float: right;
  text-align: right; }

/* line 4399, theme.scss */
.bx-soa-section-content {
  display: inline-block;
  padding: 15px 0 !important;
  vertical-align: top;
  width: 100%; }

/* line 4405, theme.scss */
.bx-soa-item-tr {
  margin-bottom: 15px; }

/* line 4408, theme.scss */
.bx-soa-item-title {
  margin-bottom: 10px; }

/* line 4411, theme.scss */
.bx-soa-item-title a {
  color: #3a91c4;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none; }

/* line 4417, theme.scss */
.bx-soa-item-img-block {
  float: left; }

/* line 4420, theme.scss */
.bx-soa-item-imgcontainer {
  height: 100px;
  width: 100px; }

/* line 4424, theme.scss */
.bx-soa-item-content, .bx-soa-item-properties {
  margin-left: 120px;
  overflow: hidden; }

/* line 4428, theme.scss */
.bx-soa-item-properties {
  margin-top: 3px; }

/* line 4431, theme.scss */
.bx-soa-item-td-title, .bx-soa-item-td-text {
  float: left;
  padding-right: 5px; }

/* line 4435, theme.scss */
.bx-soa-item-td-title {
  clear: both; }

/* line 4438, theme.scss */
.bx-soa-coupon {
  margin-bottom: 10px;
  overflow: hidden; }

/* line 4442, theme.scss */
.bx-soa-coupon-input {
  float: left;
  width: 150px; }

/* line 4446, theme.scss */
.bx-soa-section-content .radio-inline {
  display: inline-block;
  margin-bottom: 5px; }

/* line 4450, theme.scss */
.bx-soa-section-content .radio-inline input {
  margin-right: 3px;
  opacity: 1 !important;
  position: static !important; }

/* line 4455, theme.scss */
.bx-soa-section-content .form-group {
  margin-bottom: 10px; }

/* line 4458, theme.scss */
.bx-soa-pickup-preview-img {
  float: right;
  margin-right: 10px; }

/* line 4462, theme.scss */
.bx-soa-more {
  margin-top: 10px;
  overflow: hidden; }

/* line 4466, theme.scss */
.bx-soa-pp {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  width: 100%; }

/* line 4472, theme.scss */
.bx-soa-pp-item-container {
  float: left;
  width: 60%; }

/* line 4476, theme.scss */
.bx-soa-pp-desc-container {
  background: #f4f4f4;
  float: right;
  padding: 10px;
  width: 40%; }

/* line 4482, theme.scss */
.bx-soa-pp-company, .sale-order-payment-change-pp-company {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: top; }

/* line 4489, theme.scss */
.bx-soa-pp-desc-container .bx-soa-pp-company {
  margin: 0; }

/* line 4492, theme.scss */
.bx-soa-pp-list {
  font-weight: bold; }

/* line 4495, theme.scss */
.bx-soa-pp-desc-container .bx-soa-pp-list-termin, .bx-soa-pp-desc-container .bx-soa-pp-list-description {
  display: inline; }

/* line 4498, theme.scss */
.bx-soa-pp-company-logo {
  margin-bottom: 10px; }

/* line 4501, theme.scss */
.bx-soa-pp-company-subTitle {
  font-weight: bold;
  margin-bottom: 0.5em; }

/* line 4505, theme.scss */
.bx-soa-pp-company-graf-container, .sale-order-payment-change-pp-company-image {
  background: #fff;
  border: 2px solid #d7d7d8;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%; }

/* line 4513, theme.scss */
.bx-soa-pp-company-smalltitle, .sale-order-payment-change-pp-company-smalltitle {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 0.5em;
  text-align: center;
  width: 125px; }

/* region */
/* line 4521, theme.scss */
.bx-sls .dropdown-block {
  background-color: #fff;
  position: relative; }

/* line 4525, theme.scss */
.bx-sls .bx-ui-sls-container {
  overflow: hidden;
  min-height: 40px; }

/* line 4529, theme.scss */
.bx-sls .bx-ui-sls-pane {
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px #c7c7c7;
  box-shadow: 0 2px 3px #c7c7c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  left: 0;
  top: 35px;
  padding: 5px 5px 3px 5px;
  position: absolute;
  width: 100%; }

/* line 4547, theme.scss */
.bx-sls .dropdown-active .bx-ui-sls-pane {
  display: block; }

/* line 4550, theme.scss */
.bx-sls .bx-ui-sls-variants {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 4555, theme.scss */
.bx-sls .dropdown-item {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 4px 7px 10px;
  margin-bottom: 2px; }

/* line 4561, theme.scss */
.bx-sls .dropdown-item:hover {
  background-color: #f1f3f5;
  cursor: pointer; }

/* line 4565, theme.scss */
.bx-sls .dropdown-img {
  border: 0;
  display: inline-block;
  height: 12px;
  margin: 3px 12px 0 0;
  vertical-align: top;
  width: 16px; }

/* line 4573, theme.scss */
.bx-sls .dropdown-item-text {
  color: #aba8ac;
  display: inline-block;
  vertical-align: top; }

/* line 4578, theme.scss */
.bx-sls .dropdown-item-text span {
  color: #25282c; }

/* line 4581, theme.scss */
.bx-sls .dropdown-list-title {
  border-bottom: 1px solid #e5e5e5;
  height: 37px;
  line-height: 37px;
  padding-left: 8px; }

/* line 4587, theme.scss */
.bx-sls .dropdown-icon {
  display: none; }

/* line 4590, theme.scss */
.bx-sls .quick-locations {
  margin-bottom: 5px; }

/* line 4593, theme.scss */
.bx-sls .quick-location-tag {
  background-color: #f2f5f8;
  border: 1px solid #cad3dc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #1e55b9;
  display: inline-block;
  font-size: 15px;
  height: 27px;
  line-height: 26px;
  margin: 0 3px;
  padding: 0 14px;
  text-decoration: none;
  margin-bottom: 10px; }

/* line 4608, theme.scss */
.bx-sls .quick-location-tag:hover {
  background-color: #fafafa; }

/* line 4611, theme.scss */
.bx-sls .dropdown-fade2white {
  width: 46px;
  height: 31px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 30%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 30%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1); }

/* line 4624, theme.scss */
.bx-sls .bx-ui-sls-clear {
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
  margin-top: 2px;
  position: absolute;
  top: 0;
  right: 0;
  display: block; }

/* line 4636, theme.scss */
.bx-sls .bx-ui-sls-clear:hover {
  background-position: 6px -3418px; }

/* line 4639, theme.scss */
.bx-sls .bx-ui-sls-loader {
  background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right -1px !important;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: 2px;
  display: none; }

/* line 4650, theme.scss */
.bx-sls .bx-ui-sls-go-edit {
  display: none; }

/* line 4653, theme.scss */
.bx-sls .bx-ui-sls-pane {
  max-height: 300px; }

/* line 4656, theme.scss */
.bx-sls input::-ms-clear {
  display: none; }

/* line 4659, theme.scss */
.bx-sls input[type="text"] {
  position: relative; }

/* line 4662, theme.scss */
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
  position: absolute !important;
  top: 0;
  left: 0;
  color: #000 !important;
  opacity: 1 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-position: right 1px;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
  outline: 0;
  z-index: 10; }

/* line 4677, theme.scss */
.bx-sls .bx-ui-sls-route {
  color: #aba8ac !important;
  z-index: 5; }

/* line 4681, theme.scss */
.bx-sls .bx-ui-sls-pane {
  background-color: #fff;
  z-index: 999;
  border: 1px solid #87919c; }

/* line 4686, theme.scss */
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant, .bx-sls .bx-ui-sls-error {
  padding: 10px 10px; }

/* line 4689, theme.scss */
.bx-sls .bx-ui-sls-error {
  color: #f22;
  padding-left: 30px;
  position: relative; }

/* line 4694, theme.scss */
.bx-sls .bx-ui-sls-error div {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll; }

/* line 4702, theme.scss */
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover, .bx-sls .bx-ui-sls-variant-active {
  background-color: #e0e8ea; }

/* line 4705, theme.scss */
.adm-sls-edit-link {
  margin-top: 10px; }

/* line 4708, theme.scss */
.bx-admin-mode .bx-sls-go-edit {
  margin-left: 10px;
  display: none; }

/* line 4712, theme.scss */
.bx-admin-mode .dropdown-block {
  border-color: #87919c #959ea9 #9ea7b1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
  height: 25px; }

/* line 4720, theme.scss */
.bx-sls.bx-admin-mode .bx-ui-sls-fake, .bx-sls.bx-admin-mode .bx-ui-sls-route {
  height: 25px; }

/* line 4723, theme.scss */
.bx-admin-mode .dropdown-icon {
  top: 7px; }

/* line 4726, theme.scss */
.bx-admin-mode .dropdown-fade2white {
  height: 22px; }

/* line 4729, theme.scss */
.bx-admin-mode .dropdown-fade2white {
  right: 1px; }

/* line 4732, theme.scss */
.bx-admin-mode .bx-ui-sls-clear {
  background-position: 6px -3389px;
  height: 22px; }

/* line 4736, theme.scss */
.bx-admin-mode .bx-ui-sls-clear:hover {
  background-position: 6px -3421px; }

/* line 4739, theme.scss */
.bx-admin-mode .bx-ui-sls-loader {
  background-position: right -4px !important;
  height: 21px; }

/* line 4743, theme.scss */
.bx-admin-mode .bx-ui-sls-pane {
  top: 27px; }

/* End */
/* end region */
/* line 4748, theme.scss */
.bx-soa-pp-delivery-cost {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #fff;
  line-height: 1;
  padding: 1px 3px;
  position: absolute;
  right: 0; }

/* line 4758, theme.scss */
.bx-selected .bx-soa-pp-company-graf-container, .bx-selected .sale-order-payment-change-pp-company-image {
  border-color: #3a91c4; }

/* line 4761, theme.scss */
.bx-soa-pp-company-image, .sale-order-payment-change-pp-company-image {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 65px;
  width: 100%; }

/* line 4769, theme.scss */
.checkbox input[type="checkbox"] {
  opacity: 1 !important;
  position: static !important; }

@media (max-width: 768px) {
  /* line 4774, theme.scss */
  .visible-xs {
    display: block; }

  /* line 4776, theme.scss */
  .bx-soa-sidebar {
    display: none; }

  /* line 4778, theme.scss */
  .bx-soa {
    float: none;
    width: 100%; }

  /* line 4781, theme.scss */
  .bx-soa-pp-item-container, .bx-soa-pp-desc-container {
    float: none;
    width: 100%; }

  /* line 4784, theme.scss */
  .bx-soa-pp-desc-container {
    margin-top: 15px; } }
/* bitrix order success */
/* line 4788, theme.scss */
.sale-paysystem-wrapper {
  border: 1px solid #d7d7d8;
  padding: 10px; }

/* line 4792, theme.scss */
.sale-paysystem-yandex-button {
  display: block;
  margin: 10px 0; }

/* line 4796, theme.scss */
.sale-paysystem-wrapper .tablebodytext {
  display: block; }

/* line 4799, theme.scss */
.sale-paysystem-yandex-button-item {
  background-color: #58a9d8;
  border: 2px solid #58a9d8;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: normal 16px/22px "Source Sans Pro",Arial,Helvetica,sans-serif;
  margin: 0;
  min-width: 120px;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

/* line 4820, theme.scss */
.sale-paysystem-yandex-button-item:hover {
  background: transparent;
  color: #58a9d8;
  text-decoration: none; }

/* line 4825, theme.scss */
.sale_order_full_table {
  margin: 0 -10px;
  width: auto; }

/* line 4829, theme.scss */
.sale_order_full_table .paysystem_name {
  font-size: 12px;
  max-width: 100px;
  text-align: center; }

/* line 4834, theme.scss */
.sale_order_full_table .pay_name {
  font-weight: bold; }

/* orders history */
/* line 4838, theme.scss */
.bx-content a {
  color: #3a91c4;
  text-decoration: none; }

/* line 4842, theme.scss */
.bx-content + .sidebar {
  background: #fff;
  float: right;
  margin: 0;
  width: 25%; }

/* line 4848, theme.scss */
.bx-inclinkspersonal-item {
  display: block;
  margin-bottom: 3px; }

/* line 4852, theme.scss */
.bx-inclinkspersonal-item-element {
  background: #f4f4f4;
  color: #5f6062;
  display: block;
  padding: 10px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

/* line 4861, theme.scss */
.bx-inclinkspersonal-selected .bx-inclinkspersonal-item-element,
.bx-inclinkspersonal-item-element:hover {
  background: #58a9d8;
  color: #fff;
  text-decoration: none; }

/* line 4867, theme.scss */
.sale-order-title {
  clear: both;
  margin-top: 10px; }

/* line 4871, theme.scss */
.sale-order-title, h1.sale-order-title {
  font-size: 24px;
  margin-bottom: 0.5em; }

/* line 4875, theme.scss */
.sale-order-list-container + .sale-order-title {
  margin-top: 1em; }

/* line 4878, theme.scss */
.sale-order-list-container {
  border: 1px solid #d7d7d8;
  margin-bottom: 20px; }

/* line 4882, theme.scss */
.sale-order-history-link {
  margin: 0 2em 0.5em 0; }

/* line 4885, theme.scss */
.sale-order-list-title,
#main h2.sale-order-list-title,
.sale-order-list-accomplished-title,
#main h2.sale-order-list-accomplished-title {
  background: #f4f4f4;
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px 15px; }

/* line 4894, theme.scss */
.sale-order-list-container {
  padding: 0; }

/* line 4897, theme.scss */
.sale-order-list-accomplished-title-container,
.sale-order-list-accomplished-date-container {
  display: block;
  float: none;
  width: 100%; }

/* line 4903, theme.scss */
.sale-order-list-accomplished-date-container {
  padding: 5px 25px; }

/* line 4906, theme.scss */
.sale-order-list-inner-accomplished {
  padding: 0 15px 10px; }

/* line 4909, theme.scss */
.sale-order-list-inner-container {
  padding: 10px 15px; }

/* line 4912, theme.scss */
.sale-order-list-inner-title-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  text-transform: uppercase;
  width: 100%; }

/* line 4922, theme.scss */
.sale-order-list-inner-title-line-item, .sale-order-list-inner-title-line-border {
  display: inline-block;
  vertical-align: middle; }

/* line 4926, theme.scss */
.sale-order-list-inner-title-line-item {
  color: #5f6062;
  font-size: 12px;
  font-weight: bold;
  line-height: 1; }

/* line 4932, theme.scss */
.sale-order-list-inner-title-line-border {
  background: #5f6062;
  height: 1px;
  margin: 5px 0 5px 5px;
  width: 100%; }

/* line 4938, theme.scss */
.sale-order-list-payment-title,
.sale-order-payment-change-payment-title {
  font-weight: bold; }

/* line 4942, theme.scss */
.sale-order-list-status-alert, .sale-order-list-status-success, .sale-order-list-shipment-status-block,
.sale-order-payment-change-status-alert, .sale-order-payment-change-status-success {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin-left: 5px;
  padding: 2px;
  vertical-align: middle; }

/* line 4952, theme.scss */
.sale-order-list-status-alert,
.sale-order-payment-change-status-alert {
  border: 1px solid #d9534f;
  background: #fadddc;
  color: #d9534f; }

/* line 4958, theme.scss */
.sale-order-list-status-success,
.sale-order-payment-change-status-success {
  border: 1px solid #5cb85c;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==);
  background-position: center right;
  -webkit-background-size: 15px 15px;
  background-size: 15px;
  padding-right: 15px;
  background-repeat: no-repeat; }

/* line 4968, theme.scss */
.sale-order-list-shipment-status-block {
  background: #f4f4f4;
  border: 1px solid #d7d7d8; }

/* line 4972, theme.scss */
.sale-order-list-change-payment {
  border-bottom: 1px dashed #3a91c4;
  font-size: 12px; }

/* line 4976, theme.scss */
.sale-order-list-change-payment:hover,
.sale-order-list-change-payment:active,
.sale-order-list-change-payment:focus {
  border-bottom: none;
  text-decoration: none; }

/* line 4982, theme.scss */
.sale-order-list-inner-row {
  margin: 5px 0 10px;
  overflow: hidden; }

/* line 4986, theme.scss */
.sale-order-list-inner-row:last-child {
  margin-bottom: 0; }

/* line 4989, theme.scss */
.sale-order-list-inner-row-body {
  display: table;
  width: 100%; }

/* line 4993, theme.scss */
.sale-order-list-payment, .sale-order-list-button-container {
  display: table-cell;
  vertical-align: top; }

/* line 4997, theme.scss */
.sale-order-list-button-container {
  text-align: right; }

/* line 5000, theme.scss */
a.sale-order-list-button {
  background: #58a9d8;
  border: 2px solid #58a9d8;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 5px 20px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  vertical-align: top; }

/* line 5013, theme.scss */
a.sale-order-list-button:hover {
  background: transparent;
  color: #58a9d8;
  text-decoration: none; }

/* line 5018, theme.scss */
.sale-order-list-inner-row-template {
  display: none; }

/* line 5021, theme.scss */
.sale-order-list-about-container, .sale-order-list-repeat-container, .sale-order-list-cancel-container {
  float: left; }

/* line 5024, theme.scss */
.sale-order-list-repeat-container a, .sale-order-list-cancel-container a {
  font-size: 12px; }

/* line 5027, theme.scss */
.sale-order-list-about-container {
  width: 60%; }

/* line 5030, theme.scss */
.sale-order-list-repeat-container, .sale-order-list-cancel-container {
  text-align: right;
  width: 20%; }

/* line 5034, theme.scss */
.sale-order-list-about-link {
  font-weight: bold; }

/* line 5036, theme.scss */
.sale-order-list-about-link:hover {
  text-decoration: underline; }

/* line 5039, theme.scss */
a.sale-order-list-cancel-link {
  color: #d6d6d7; }

/* line 5041, theme.scss */
a.sale-order-list-cancel-link::before {
  display: none; }

/* line 5043, theme.scss */
a.sale-order-list-cancel-link:hover {
  text-decoration: underline; }

/* line 5046, theme.scss */
.sale-order-list-repeat-link {
  display: inline-block;
  line-height: 1;
  padding: 6px 0 6px 30px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

/* line 5053, theme.scss */
.sale-order-list-repeat-link:hover {
  text-decoration: underline; }

/* line 5056, theme.scss */
.sale-order-list-repeat-link:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDUxIDQ2Ij4KPGcgZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3R5bGU9ImZpbGw6IHZhcigtLWN1c3RvbS1maWxsLWNvbG9yLTAsY3VycmVudENvbG9yKTtzdHJva2U6IHZhcigtLWN1c3RvbS1zdHJva2UtY29sb3ItMSxjdXJyZW50Q29sb3IpOyI+CiAgICAgICAgICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwIiBkPSJNMjguMzQgMTBjLS4xLjAwNS0uMi4wMjMtLjI5NS4wNTVMMTYuNTQgMTQuNTc4YS44NzQuODc0IDAgMCAwLS41NC43OTZ2MTUuMjZhLjg3Ljg3IDAgMCAwIC41NC43OGwxMS41MDUgNC41MjVhLjg5Ljg5IDAgMCAwIC42NSAwbDExLjUwMy00LjUyNGEuODc0Ljg3NCAwIDAgMCAuNTQyLS43OXYtMTUuMjVhLjg3NC44NzQgMCAwIDAtLjU0Mi0uNzk2bC0xMS41MDQtNC41MjNBLjk2Ljk2IDAgMCAwIDI4LjM0IDEwem0uMDMgMS43NTZsOS4xNyAzLjYxLTMuNDE4IDEuMzQ1LTkuMTc3LTMuNjEgMy40MjUtMS4zNDR6bS01Ljc1MiAyLjI2NWw5LjE3IDMuNjA0LTMuNDE4IDEuMzUzLTkuMTctMy42MSAzLjQxOC0xLjM0NnptLTQuODk0IDIuNjA2bDkuNzggMy44NDN2MTMuNDM1bC05Ljc4LTMuODV2LTEzLjQzem0yMS4yOTIgMHYxMy40M2wtOS43OCAzLjg1VjIwLjQ2OGw0LjAyLTEuNTg1djMuMjdhLjg1Ljg1IDAgMCAwIC40MzMuNzQyLjg3NC44NzQgMCAwIDAgLjg2NSAwIC44NS44NSAwIDAgMCAuNDMzLS43NDJWMTguMjFsNC4wMi0xLjU4NWguMDA4ek0uMjYyIDI3LjAxNmMuMDY2LjA2Ni4zMjguMjYzLjU5LjI2M2EuODQyLjg0MiAwIDAgMCAuNjU2LS4yNjRsNC41MjUtNC45MTggNC41MjQgNC44NTNjLjA2Ni4wNjYuMzI4LjI2My41OS4yNjMuMTk3IDAgLjM5NC0uMDY1LjU5LS4xOTcuMTMyLS4xMy4yNjMtLjM5My4yNjMtLjU5IDAtLjE5Ni0uMDY2LS40Ni0uMTk3LS41OUw2LjY5IDIwLjI2MkM2LjYyNCAyMC4xOTcgNi4zNjIgMjAgNi4xIDIwYS44My44MyAwIDAgMC0uNTkuMjYyTC4zOTIgMjUuNzdhLjk1NS45NTUgMCAwIDAtLjM5My41OWMuMDY1LjI2My4xMy40Ni4yNi42NTZ6IiBzdHlsZT0ic3Ryb2tlLXdpZHRoOiB2YXIoLS1jdXN0b20tc3Ryb2tlLXdpZHRoLTIsMCk7Ij48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjciIGQ9Ik02IDIzYzAgMTIuMTUgOS44NSAyMiAyMiAyMnMyMi05Ljg1IDIyLTIyUzQwLjE1IDEgMjggMSIgc3R5bGU9ImZpbGw6IHZhcigtLWN1c3RvbS1maWxsLWNvbG9yLTMsbm9uZSk7c3Ryb2tlLXdpZHRoOiB2YXIoLS1jdXN0b20tc3Ryb2tlLXdpZHRoLTQsMS43KTsiPjwvcGF0aD4KICAgICAgICA8L2c+Cjwvc3ZnPg==");
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDUxIDQ2Ij4KPGcgZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3R5bGU9ImZpbGw6ICMyNjdhNzYiPgogICAgICAgICAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMCIgZD0iTTI4LjM0IDEwYy0uMS4wMDUtLjIuMDIzLS4yOTUuMDU1TDE2LjU0IDE0LjU3OGEuODc0Ljg3NCAwIDAgMC0uNTQuNzk2djE1LjI2YS44Ny44NyAwIDAgMCAuNTQuNzhsMTEuNTA1IDQuNTI1YS44OS44OSAwIDAgMCAuNjUgMGwxMS41MDMtNC41MjRhLjg3NC44NzQgMCAwIDAgLjU0Mi0uNzl2LTE1LjI1YS44NzQuODc0IDAgMCAwLS41NDItLjc5NmwtMTEuNTA0LTQuNTIzQS45Ni45NiAwIDAgMCAyOC4zNCAxMHptLjAzIDEuNzU2bDkuMTcgMy42MS0zLjQxOCAxLjM0NS05LjE3Ny0zLjYxIDMuNDI1LTEuMzQ0em0tNS43NTIgMi4yNjVsOS4xNyAzLjYwNC0zLjQxOCAxLjM1My05LjE3LTMuNjEgMy40MTgtMS4zNDZ6bS00Ljg5NCAyLjYwNmw5Ljc4IDMuODQzdjEzLjQzNWwtOS43OC0zLjg1di0xMy40M3ptMjEuMjkyIDB2MTMuNDNsLTkuNzggMy44NVYyMC40NjhsNC4wMi0xLjU4NXYzLjI3YS44NS44NSAwIDAgMCAuNDMzLjc0Mi44NzQuODc0IDAgMCAwIC44NjUgMCAuODUuODUgMCAwIDAgLjQzMy0uNzQyVjE4LjIxbDQuMDItMS41ODVoLjAwOHpNLjI2MiAyNy4wMTZjLjA2Ni4wNjYuMzI4LjI2My41OS4yNjNhLjg0Mi44NDIgMCAwIDAgLjY1Ni0uMjY0bDQuNTI1LTQuOTE4IDQuNTI0IDQuODUzYy4wNjYuMDY2LjMyOC4yNjMuNTkuMjYzLjE5NyAwIC4zOTQtLjA2NS41OS0uMTk3LjEzMi0uMTMuMjYzLS4zOTMuMjYzLS41OSAwLS4xOTYtLjA2Ni0uNDYtLjE5Ny0uNTlMNi42OSAyMC4yNjJDNi42MjQgMjAuMTk3IDYuMzYyIDIwIDYuMSAyMGEuODMuODMgMCAwIDAtLjU5LjI2MkwuMzkyIDI1Ljc3YS45NTUuOTU1IDAgMCAwLS4zOTMuNTljLjA2NS4yNjMuMTMuNDYuMjYuNjU2eiIgc3R5bGU9InN0cm9rZS13aWR0aDogdmFyKC0tY3VzdG9tLXN0cm9rZS13aWR0aC0yLDApOyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMyNjdhNzYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjciIGQ9Ik02IDIzYzAgMTIuMTUgOS44NSAyMiAyMiAyMnMyMi05Ljg1IDIyLTIyUzQwLjE1IDEgMjggMSIgc3R5bGU9ImZpbGw6IHZhcigtLWN1c3RvbS1maWxsLWNvbG9yLTMsbm9uZSk7c3Ryb2tlLXdpZHRoOiB2YXIoLS1jdXN0b20tc3Ryb2tlLXdpZHRoLTQsMS43KTsiPjwvcGF0aD4KICAgICAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px; }

/* line 5068, theme.scss */
.sale-order-payment-change-pp-list {
  margin: 10px 0; }

/* profile */
/* line 5072, theme.scss */
.main-profile-block-shown {
  margin-bottom: 30px; }

/* line 5074, theme.scss */
.main-profile-block-shown::after {
  content: "";
  clear: both;
  display: table; }

/* line 5079, theme.scss */
.main-profile-form-buttons-block, #main p.main-profile-form-buttons-block {
  margin-bottom: 15px; }

/* line 5082, theme.scss */
.main-profile-block-date-info::after {
  content: "";
  clear: both;
  display: table; }

/* line 5087, theme.scss */
.main-profile-block-date-info > div,
.main-profile-form-buttons-block {
  margin-left: 0; }

/* line 5091, theme.scss */
.main-profile-block-shown .form-group {
  margin: 15px 0; }

/* line 5093, theme.scss */
.main-profile-block-shown .form-group::after {
  content: "";
  clear: both;
  display: table; }

/* line 5098, theme.scss */
.main-profile-form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1; }

/* line 5104, theme.scss */
.main-profile-form-password-annotation,
p.main-profile-form-password-annotation {
  font-size: 12px;
  margin: 10px 0 0; }

/* line 5109, theme.scss */
.main-profile-social-block {
  border-top: 1px solid #f4f4f4;
  padding-top: 20px; }

/* personal */
/* line 5114, theme.scss */
.sale-personal-section-index {
  margin: 20px 0; }

/* line 5117, theme.scss */
.sale-personal-section-row-flex {
  margin: 0 -10px; }

/* line 5120, theme.scss */
.sale-personal-section-row-flex .col-lg-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 33.33%; }

/* line 5129, theme.scss */
.sale-personal-section-index-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #58a9d8;
  color: #fff;
  height: 193px;
  line-height: 163px;
  max-width: 307px;
  padding: 15px;
  opacity: 0.8;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* line 5145, theme.scss */
.sale-personal-section-index-block:hover {
  opacity: 1; }

/* line 5148, theme.scss */
.sale-personal-section-index-block-link,
.sale-personal-section-index-block-name {
  color: #fff !important; }

/* line 5152, theme.scss */
.sale-personal-section-index-block-link {
  display: inline-block;
  margin: 0;
  line-height: 1;
  text-decoration: none !important;
  vertical-align: middle; }

/* line 5159, theme.scss */
.sale-personal-section-index-block-name {
  font-size: 20px !important;
  margin: 0 !important; }

/* line 5163, theme.scss */
.sale-personal-section-index-block-ico {
  display: block;
  font-size: 64px;
  margin-bottom: 20px; }

@media (max-width: 768px) {
  /* line 5169, theme.scss */
  .sale-personal-section-index {
    display: none; }

  /* line 5171, theme.scss */
  .sale-personal-section-row-flex {
    text-align: center; }

  /* line 5173, theme.scss */
  .sale-personal-section-row-flex:after {
    clear: both;
    content: '';
    display: table; }

  /* line 5177, theme.scss */
  .sale-personal-section-row-flex .col-lg-4 {
    width: 50%; }

  /* line 5179, theme.scss */
  .bx-content.col-md-9, .bx-content + .sidebar {
    float: none;
    overflow: hidden;
    padding: 0;
    width: auto; }

  /* line 5184, theme.scss */
  .bx-content.col-md-9 {
    margin-bottom: 20px; }

  /* line 5186, theme.scss */
  .bx-content.col-md-9 > br {
    display: none; } }
/* subscribe */
/* line 5190, theme.scss */
.bx-sidebar-block {
  margin-bottom: 30px; }

/* line 5192, theme.scss */
.bx-sidebar-block ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 5196, theme.scss */
.bx-sidebar-block li {
  padding: 0; }

/* line 5198, theme.scss */
.bx-sidebar-block a {
  text-decoration: none; }

/* line 5201, theme.scss */
.bx-subscribe form {
  overflow: hidden;
  position: relative; }

/* line 5205, theme.scss */
.bx-subscribe form:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyNCIgdmlld0JveD0iLTgwIDg4LjUgOTkuMyA4NS41Ij4KCTxnPgogICAgICAgIDxwYXRoIGQ9Ik02LjIgMTU4LjVoLTczLjFjLTEuMSAwLTItLjktMi0ydi0zMmMwLTEuMS45LTIgMi0yczIgLjkgMiAydjMwSDQuMnYtNDQuNGwtMzMuMyAyNS40Yy0uNy41LTEuNy41LTIuNCAwbC0zNi42LTI3LjljLS43LS41LTEtMS40LS43LTIuMi4zLS44IDEtMS40IDEuOS0xLjRINi4zYy4zIDAgLjUuMS44LjIuMi4xLjUuMy42LjUuMi4yLjMuNC40LjYuMS4yLjEuNC4xLjd2NTAuNGMwIDEuMi0uOSAyLjEtMiAyLjF6TS02MSAxMDhsMzAuNyAyMy40TC4zIDEwOEgtNjF6IiBmaWxsPSIjNWY2MDYyIiBzdHlsZT0iZmlsbDogdmFyKC0tY3VzdG9tLWZpbGwtY29sb3ItMCwjNWY2MDYyKTsiPjwvcGF0aD4KCTwvZz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  height: 24px;
  left: 5px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 27px; }

/* line 5217, theme.scss */
.bx-subscribe input.bx-form-control {
  border: 1px solid #58a9d8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 28px;
  padding: 5px 15px 5px 35px;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%; }

/* line 5230, theme.scss */
.bx-subscribe input.bx-form-control:focus {
  border-color: #3a91c4; }

/* line 5233, theme.scss */
.bx_subscribe_submit_container .btn-subscribe {
  background: #58a9d8;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  line-height: 28px;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 50px; }

/* line 5250, theme.scss */
.bx_subscribe_submit_container .btn-subscribe:before {
  content: 'OK';
  left: 50%;
  line-height: 1em;
  margin-left: -10px;
  margin-top: -0.5em;
  position: absolute;
  text-indent: 0;
  top: 50%;
  width: 20px; }

/* line 5261, theme.scss */
.bx_subscribe_submit_container .btn-subscribe:hover {
  background: #3a91c4; }

/* line 5264, theme.scss */
.bx-block-title,
#main h3.bx-block-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-transform: uppercase; }

/* line 5272, theme.scss */
.bx-wt i.fa {
  color: #58a9d8; }

/* line 5275, theme.scss */
.bx-socialsidebar-group {
  overflow: hidden; }

/* line 5277, theme.scss */
.bx-socialsidebar-group ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 5282, theme.scss */
.bx-socialsidebar-icon {
  background: url(social_sprite.png) no-repeat -100% -100%;
  display: block;
  float: left;
  height: 35px;
  margin: 0 5px 5px 0;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 35px; }

/* line 5294, theme.scss */
.bx-socialsidebar-icon:hover {
  opacity: 1; }

/* line 5297, theme.scss */
.bx-socialsidebar-icon.fb {
  background-position: 0 0; }

/* line 5300, theme.scss */
.bx-socialsidebar-icon.gp {
  background-position: -44px 0; }

/* line 5303, theme.scss */
.bx-socialsidebar-icon.tw {
  background-position: -88px 0; }

/* line 5306, theme.scss */
.bx-socialsidebar-icon.vk {
  background-position: -132px 0; }

/* line 5309, theme.scss */
.bx-socialsidebar-icon.in {
  background-position: -176px 0; }

/* line 5312, theme.scss */
.bx-socialsidebar-icon.osinka {
  background-position: 216px 0; }

/* login form */
/* line 5316, theme.scss */
.cms-page-view #main hr.bxe-light {
  margin: 20px 0 10px; }

/* line 5319, theme.scss */
.bx-authform-label-container {
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }

/* line 5324, theme.scss */
.bx-authform-formgroup-container {
  margin: 15px 0; }

/* line 5327, theme.scss */
.bx-authform-formgroup-container input[type="checkbox"] {
  opacity: 1 !important;
  position: static !important; }

/* line 5331, theme.scss */
.bx-authform-starrequired {
  color: red;
  margin-right: 3px; }

/* line 5335, theme.scss */
.bx-authform-link-container {
  margin-bottom: 15px; }

/* line 5338, theme.scss */
.bx-authform-social ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 5343, theme.scss */
.bx-authform-social ul li, .bx-auth-serv-icons a {
  display: inline-block;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  position: relative;
  width: 35px; }

/* line 5351, theme.scss */
.bx-authform-social-icon, .bx-ss-icon {
  background-image: url(social_sprite_big.png);
  background-repeat: no-repeat;
  border-bottom: 0;
  display: block;
  height: 100%;
  width: 100%; }

/* line 5359, theme.scss */
.livejournal.bx-authform-social-icon, .bx-ss-icon.livejournal {
  background-position: -352px 0; }

/* line 5362, theme.scss */
.openid-mail-ru.bx-authform-social-icon, .bx-ss-icon.openid-mail-ru {
  background-position: -440px 0; }

/* line 5365, theme.scss */
.liveinternet.bx-authform-social-icon, .bx-ss-icon.liveinternet {
  background-position: -528px 0; }

/* line 5368, theme.scss */
.blogger.bx-authform-social-icon, .bx-ss-icon.blogger {
  background-position: -572px 0; }

/* line 5371, theme.scss */
.openid.bx-authform-social-icon, .bx-ss-icon.openid {
  background-position: -176px 0; }

/* line 5374, theme.scss */
.bx-authform-social-popup {
  background: #fff;
  display: none;
  font-size: 14px;
  padding: 15px;
  width: auto;
  white-space: nowrap; }

/* line 5382, theme.scss */
.popup-window {
  background-color: #fff;
  -webkit-box-shadow: 0 7px 21px rgba(83, 92, 105, 0.12), 0 -1px 6px 0 rgba(83, 92, 105, 0.06);
  box-shadow: 0 7px 21px rgba(83, 92, 105, 0.12), 0 -1px 6px 0 rgba(83, 92, 105, 0.06);
  padding: 10px;
  font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; }

/* line 5389, theme.scss */
.bx-authform-social-popup .btn,
.bx-authform-social-popup .button {
  min-width: 60px; }

/* orders profile */
/* line 5394, theme.scss */
.sale-personal-profile-list-container {
  width: 100%; }

/* line 5397, theme.scss */
.sale-personal-profile-list-container tr {
  border-bottom: 1px solid #d7d7d8;
  border-top: 1px solid #d7d7d8; }

/* line 5401, theme.scss */
.sale-personal-profile-list-container th,
.sale-personal-profile-list-container td {
  padding: 5px;
  text-align: left; }

/* line 5406, theme.scss */
.sale-personal-profile-list-arrow-up .fa,
.sale-personal-profile-list-arrow-down .fa {
  color: #d7d7d8;
  font-size: 12px; }

/* line 5411, theme.scss */
.sale-personal-profile-list-arrow-up:hover .fa,
.sale-personal-profile-list-arrow-down:hover .fa {
  color: inherit; }

/* line 5415, theme.scss */
.sale-personal-profile-list-change-button,
.sale-personal-profile-list-close-button,
.sale-personal-profile-list-border {
  display: inline-block;
  line-height: 28px;
  vertical-align: top; }

/* line 5422, theme.scss */
.sale-personal-profile-list-border {
  background: #d7d7d8;
  height: 28px;
  margin: 0 5px;
  width: 1px; }

/* line 5428, theme.scss */
.sale-personal-profile-list-close-button {
  height: 28px;
  position: relative;
  text-align: center;
  text-indent: -9999px;
  width: 28px; }

/* line 5435, theme.scss */
.sale-personal-profile-list-close-button:before {
  color: #f1544a;
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0; }

/* line 5449, theme.scss */
.sale-personal-profile-list-close-button:hover:before {
  color: inherit; }

@media (max-width: 768px) {
  /* line 5453, theme.scss */
  .sale-personal-profile-list-container {
    display: block;
    overflow: auto; }

  /* line 5456, theme.scss */
  .sale-personal-profile-list-container th,
  .sale-personal-profile-list-actions {
    white-space: nowrap; } }
/* constructor */
/* line 5461, theme.scss */
.constructor ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: list; }

/* line 5467, theme.scss */
.constructor-item {
  margin: 0 0 10px;
  border: 1px solid #d6d6d7;
  background: #fff;
  position: relative; }

/* line 5473, theme.scss */
.constructor-item-title {
  position: relative;
  padding: 15px 90px 15px 35px;
  width: 100%;
  cursor: pointer; }

/* line 5479, theme.scss */
.constructor-item-title:before {
  content: counter(list) ". ";
  position: absolute;
  left: 15px;
  top: 15px;
  counter-increment: list; }

/* line 5486, theme.scss */
.constructor-item-title__name,
.constructor-item-title:before {
  font-size: 16px;
  font-weight: bold; }

/* line 5491, theme.scss */
.constructor-item-title__name {
  max-width: 90%; }

/* line 5494, theme.scss */
.constructor-item-title__value {
  font-weight: normal;
  font-size: 14px; }

/* line 5498, theme.scss */
.constructor-item.is-selected .constructor-item-title__value:before {
  content: '/';
  margin: 0 3px; }

/* line 5502, theme.scss */
.constructor-item-title__img {
  position: absolute;
  top: 50%;
  right: 25px;
  max-height: 100%;
  padding: 5px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 5513, theme.scss */
.constructor-item-title__img img {
  max-height: 40px;
  max-width: 50px;
  height: auto;
  width: auto; }

/* line 5519, theme.scss */
.constructor-item-title__trigger {
  width: 25px;
  height: 100%;
  border-left: 1px solid #d6d6d7;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

/* line 5528, theme.scss */
.constructor-item-title__trigger:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  background: #fff url(select-arrow.svg) no-repeat 0 0;
  -webkit-background-size: 8px 46px;
  background-size: 8px 46px; }

/* line 5541, theme.scss */
.constructor-item.is-opened .constructor-item-title__trigger:before {
  background-position: 0 -40px; }

/* line 5544, theme.scss */
.constructor-item-body {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  z-index: 2;
  max-height: 0;
  padding: 0 15px 15px;
  visibility: hidden;
  border: 1px solid #d6d6d7;
  background: #fff;
  -webkit-transition: visibility 0.15s, max-height 0.15s linear;
  -o-transition: visibility 0.15s, max-height 0.15s linear;
  transition: visibility 0.15s, max-height 0.15s linear; }

/* line 5559, theme.scss */
.constructor-item.is-opened .constructor-item-body {
  max-height: 10000px;
  visibility: visible; }

/* line 5563, theme.scss */
.constructor-item-body__title {
  margin: 0 -15px 10px;
  padding: 10px 15px;
  text-align: center;
  background: #f4f4f4; }

/* line 5569, theme.scss */
.constructor-item-body__title:before,
.constructor-item-body__title:after {
  content: '--';
  margin: 0 3px; }

/* line 5574, theme.scss */
.constructor-item-body__inner {
  max-height: 240px;
  overflow: auto; }

/* line 5578, theme.scss */
.constructor-item-body ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 5583, theme.scss */
.constructor-item-body ul li {
  width: 49%;
  padding: 10px;
  display: inline-block;
  vertical-align: top; }

/* line 5589, theme.scss */
.constructor-item-body__variant {
  display: block;
  cursor: pointer; }

/* line 5593, theme.scss */
.constructor-item-body__img,
.constructor-item-body__name {
  display: table-cell;
  vertical-align: middle; }

/* line 5598, theme.scss */
.constructor-item-body__img {
  padding-right: 10px;
  position: relative; }

/* line 5602, theme.scss */
.constructor-item-body__img img,
.constructor-item-body__img .border {
  width: 60px;
  height: 60px;
  display: block; }

/* line 5608, theme.scss */
.constructor-item-body__img img {
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 5613, theme.scss */
.constructor-item-body__img .border {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }

/* line 5629, theme.scss */
.constructor-item-body__img .border .icon {
  display: none; }

/* line 5632, theme.scss */
.constructor-item-body__img .border .icon svg {
  width: 100%;
  height: 100%; }

/* line 5636, theme.scss */
.constructor-item-body__variant:hover .constructor-item-body__img .border {
  -webkit-box-shadow: inset 0 0 0 6px #58a9d8, inset 0 0 0 7px #fff;
  box-shadow: inset 0 0 0 6px #58a9d8, inset 0 0 0 7px #fff; }

/* line 5640, theme.scss */
.constructor-item-body__variant input:checked + .constructor-item-body__img .border {
  -webkit-box-shadow: inset 0 0 0 3px #58a9d8, inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 3px #58a9d8, inset 0 0 0 4px #fff; }

/* line 5644, theme.scss */
.constructor-item-body__variant input:checked + .constructor-item-body__img .border .icon {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  width: 18px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block; }

/* line 5656, theme.scss */
.constructor-item_noimg .constructor-item-body ul li {
  width: auto; }

/* line 5659, theme.scss */
.constructor-item_noimg li .constructor-item-body__variant span {
  border: 2px solid transparent;
  padding: 3px 5px; }

/* line 5663, theme.scss */
.constructor-item_noimg li .constructor-item-body__variant input:checked + .constructor-item-body__name {
  border-color: #3a91c4; }

/* line 5666, theme.scss */
.price-total-label {
  float: left;
  font-weight: 600;
  font-size: 16px;
  padding-right: 30%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333; }

/* line 5677, theme.scss */
.bx-content .btn,
a.sale-order-list-button {
  color: #fff; }

/* line 5681, theme.scss */
[id^="wait"] {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  border: 0 none !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.5) url("loader.gif") no-repeat scroll center center !important; }

/* line 5693, theme.scss */
.header-wrap {
  position: relative;
  z-index: 3; }

@media (max-width: 768px) {
  /* line 5697, theme.scss */
  .header-wrap.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 55;
    width: 100%;
    min-width: 320px; } }
/* line 5706, theme.scss */
.header-wrap .header {
  position: relative;
  z-index: 7;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #d6d6d7;
  background: #fff;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  overflow: visible; }

/* line 5716, theme.scss */
.header a {
  color: inherit;
  color: #333; }

@media (max-width: 768px) {
  /* line 5721, theme.scss */
  .header {
    border: 0; } }
@media (max-width: 768px) {
  /* line 5724, theme.scss */
  .header-contacts__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; } }
@media (max-width: 480px) {
  /* line 5729, theme.scss */
  .header-contacts__item {
    display: block;
    margin: 0; }

  /* line 5732, theme.scss */
  .header-contacts__item + .header-contacts__item {
    margin-top: 2px; } }
/* line 5734, theme.scss */
.header-contacts a {
  font-size: 1.125em; }

/* line 5736, theme.scss */
.header-contacts a[href^="tel"] {
  color: #8b8d92; }

/* line 5738, theme.scss */
.header-contacts a[href^="mailto"] {
  color: #3a91c4; }

@media (max-width: 768px) {
  /* line 5741, theme.scss */
  .header-contacts {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    z-index: 56;
    text-align: center;
    white-space: nowrap; } }
@media (max-width: 480px) {
  /* line 5750, theme.scss */
  .header-contacts {
    top: 35px;
    font-size: 1.2rem; } }
/* line 5753, theme.scss */
.header-logo {
  display: block;
  margin: 0 auto;
  padding: 7px 0;
  width: 280px;
  height: 64px; }

/* line 5759, theme.scss */
.header-logo img {
  width: 100%;
  height: 100%; }

@media (max-width: 1024px) {
  /* line 5763, theme.scss */
  .header-logo {
    width: 240px; } }
@media (max-width: 768px) {
  /* line 5766, theme.scss */
  .header-logo {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 200px;
    height: 50px; } }
@media (max-width: 480px) {
  /* line 5773, theme.scss */
  .header-logo {
    padding: 5px 0 0;
    height: 35px; } }
/* line 5777, theme.scss */
.h-top, .h-bottom {
  padding: 0 20px;
  position: relative; }

@media (max-width: 768px) {
  /* line 5781, theme.scss */
  .h-top, .h-bottom {
    position: static;
    padding: 0 15px; } }
/* line 5785, theme.scss */
.h-top {
  display: table;
  border-bottom: 1px solid #d6d6d7;
  width: 100%; }

@media (max-width: 768px) {
  /* line 5790, theme.scss */
  .h-top {
    border-bottom: none;
    padding: 0;
    text-align: center; } }
/* line 5795, theme.scss */
.h-col {
  display: table-cell;
  vertical-align: middle; }

@media (max-width: 768px) {
  /* line 5799, theme.scss */
  .h-col {
    display: inline-block;
    width: auto; } }
/* line 5802, theme.scss */
.h-col_left, .h-col_right {
  width: 40%; }

@media (max-width: 1024px) {
  /* line 5805, theme.scss */
  .h-col_left {
    width: 25%; } }
@media (max-width: 768px) {
  /* line 5808, theme.scss */
  .h-col_left {
    padding: 0;
    margin: 0;
    width: 0; } }
/* line 5812, theme.scss */
.h-col_center {
  width: 20%;
  text-align: center; }

@media (max-width: 768px) {
  /* line 5816, theme.scss */
  .h-col_center {
    padding-bottom: 25px;
    width: auto; } }
@media (max-width: 480px) {
  /* line 5820, theme.scss */
  .h-col_center {
    padding-bottom: 45px; } }
/* line 5822, theme.scss */
.h-col_right {
  text-align: right; }

@media (max-width: 1024px) {
  /* line 5825, theme.scss */
  .h-col_right {
    width: 50%; } }
@media (max-width: 768px) {
  /* line 5828, theme.scss */
  .h-col_right {
    display: block;
    margin: 0;
    width: auto; } }
/* line 5833, theme.scss */
.hamburger-header {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #8b8d92;
  cursor: pointer; }

/* line 5844, theme.scss */
.hamburger-header svg {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 19px; }

@media (min-width: 769px) {
  /* line 5850, theme.scss */
  .hamburger-header {
    display: none; } }
/* line 5853, theme.scss */
.subcollections_list {
  padding-left: 15px; }

/* line 5856, theme.scss */
.subcollections_list--link:hover {
  color: #3a91c4; }

/* line 5860, theme.scss */
.header-menu {
  height: 39px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  text-align: center; }

/* line 5864, theme.scss */
.header-menu li {
  display: inline-block;
  vertical-align: middle; }

/* line 5867, theme.scss */
.header-menu a {
  text-decoration: none; }

/* line 5869, theme.scss */
.header-menu a:hover {
  text-decoration: underline; }

/* line 5871, theme.scss */
.header-menu__level1 {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 5876, theme.scss */
.header-menu__level1 > li {
  margin: 0;
  padding: 0 15px;
  font-size: 1.6rem; }

/* line 5880, theme.scss */
.header-menu__level1 > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0 7px;
  line-height: 19px;
  text-decoration: none;
  color: #333;
  border-bottom: 3px solid transparent; }

/* line 5889, theme.scss */
.header-menu__level1 > li:hover > a, .header-menu__level1 > li.is-active > a {
  border-bottom-color: #58a9d8;
  text-decoration: none; }

/* line 5892, theme.scss */
.header-menu__level1 > li.is-parent > a {
  padding-right: 15px; }

/* line 5894, theme.scss */
.header-menu__level1 > li.is-parent > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333;
  width: 0;
  height: 0; }

/* line 5905, theme.scss */
.header-menu__level2 {
  list-style: none;
  margin: 0;
  border-right: 1px solid #d6d6d7;
  padding: 15px 0 15px 15px;
  width: 165px;
  min-height: 250px;
  font-size: 1.4rem;
  line-height: 1.2; }

/* line 5914, theme.scss */
.header-menu__level2 > li {
  display: block;
  margin: 0;
  padding: 0; }

/* line 5918, theme.scss */
.header-menu__level2 > li.is-active > a,
.header-menu__level2 > li a:hover {
  text-decoration: underline; }

/* line 5921, theme.scss */
.header-menu__level2 > li.is-parent > a {
  position: relative;
  padding-right: 30px; }

/* line 5924, theme.scss */
.header-menu__level2 > li.is-parent > a::after {
  position: absolute;
  right: 15px;
  top: 11px;
  content: "";
  display: block;
  border-right: 1px solid #5f6062;
  border-top: 1px solid #5f6062;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 5937, theme.scss */
.header-menu__level2 > li.is-parent.is-open > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 142px;
  width: 16px;
  height: 16px;
  border-right: 1px solid #d6d6d7;
  border-top: 1px solid #d6d6d7;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 5950, theme.scss */
.header-menu__level2 > li.is-all {
  margin-top: 10px; }

/* line 5952, theme.scss */
.header-menu__level2 > li.is-all > a {
  border-top: 1px solid #d6d6d7;
  padding: 15px 0 5px; }

/* line 5955, theme.scss */
.header-menu__level2 > li.is-all > a:after {
  top: 20px; }

/* line 5957, theme.scss */
.header-menu__level2 a {
  display: block;
  padding: 5px 0; }

/* line 5960, theme.scss */
.header-menu__level3 {
  position: absolute;
  left: 165px;
  top: 0;
  display: none;
  margin: 0;
  padding: 15px;
  width: -webkit-calc(100% - 165px);
  width: calc(100% - 165px);
  min-height: 100%;
  -webkit-column-width: 170px;
  -moz-column-width: 170px;
  column-width: 170px;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; }

/* line 5976, theme.scss */
.with-prod .header-menu__level3 {
  width: -webkit-calc(100% - 395px);
  width: calc(100% - 395px); }

/* line 5979, theme.scss */
.is-open > .header-menu__level3 {
  display: block; }

/* line 5981, theme.scss */
.header-menu__level3 li {
  display: block;
  margin: 0;
  padding: 0; }

/* line 5985, theme.scss */
.header-menu__level3 a {
  display: inline-block;
  width: 100%; }

/* line 5988, theme.scss */
.header-menu__level3 .is-active > li > a,
.header-menu__level3 a:hover {
  text-decoration: underline; }

/* line 5991, theme.scss */
.header-menu__level3 > li.is-parent > a {
  font-weight: 700;
  text-transform: uppercase; }

@media (max-width: 920px) {
  /* line 5995, theme.scss */
  .header-menu__level3 {
    min-height: 0; } }
/* line 5997, theme.scss */
.header-menu__level4 {
  list-style: none;
  margin: 0 0 5px;
  padding: 0; }

/* line 6001, theme.scss */
.header-menu__level4 .is-active > li > a,
.header-menu__level4 a:hover {
  text-decoration: underline; }

/* line 6004, theme.scss */
.header-menu__level4 a {
  padding: 3px 0; }

/* line 6006, theme.scss */
.header-menu__dropdown {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #d6d6d7;
  text-align: left;
  background: #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

/* line 6048, theme.scss */
.is-open > .header-menu__dropdown {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

/* line 6052, theme.scss */
.header-menu__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 6058, theme.scss */
.header-menu__column_first {
  width: -webkit-calc(100% - 231px);
  width: calc(100% - 231px); }

/* line 6061, theme.scss */
.header-menu__column_second {
  width: 231px;
  border-left: 1px solid #d6d6d7;
  padding: 15px;
  overflow: hidden;
  min-height: 100%; }

@media (max-width: 920px) {
  /* line 6068, theme.scss */
  .header-menu__column_second {
    border-left: 0 none;
    border-top: 1px solid #d6d6d7;
    min-height: 0;
    width: 100%; } }
/* line 6073, theme.scss */
.header-menu__promo-img {
  overflow: hidden;
  margin-bottom: 15px;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px; }

@media (max-width: 920px) {
  /* line 6081, theme.scss */
  .header-menu__promo-img {
    float: left;
    margin: 0 15px 0 0; } }
/* line 6084, theme.scss */
.header-menu__promo-title {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1; }

/* line 6088, theme.scss */
.header-menu__promo-link {
  font-size: 1.4rem;
  text-decoration: underline; }

/* line 6091, theme.scss */
.header-menu__more {
  position: relative;
  display: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 !important;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

/* line 6100, theme.scss */
.header-menu__more > a {
  border-bottom: 0 none !important;
  padding: 10px 35px 10px 20px !important; }

/* line 6103, theme.scss */
.header-menu__more > a::before {
  right: 20px !important; }

/* line 6105, theme.scss */
.header-menu__more ul {
  position: absolute;
  left: auto;
  right: -1px;
  top: 40px;
  display: none;
  width: auto;
  border: 1px solid #d6d6d7;
  border-top: 0;
  margin: 0;
  padding: 8px 0;
  text-align: left;
  background: #fff; }

/* line 6118, theme.scss */
.header-menu__more ul li {
  display: block;
  padding: 0;
  text-align: left; }

/* line 6122, theme.scss */
.header-menu__more ul a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #333; }

/* line 6128, theme.scss */
.header-menu__more:hover {
  border-left-color: #d6d6d7;
  border-right-color: #d6d6d7; }

/* line 6131, theme.scss */
.header-menu__more:hover a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background: #fff; }

/* line 6140, theme.scss */
.header-menu__more:hover ul {
  display: block; }

/* line 6142, theme.scss */
.header-menu__top {
  display: none; }

@media (max-width: 768px) {
  /* line 6145, theme.scss */
  .header-menu__top {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-bottom: 1px solid #cbcbd0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center; }

  /* line 6155, theme.scss */
  .header-menu__top span {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center; }

  /* line 6159, theme.scss */
  .header-menu__toggle {
    position: absolute;
    top: 0;
    border: 0 none;
    width: 50px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: none; }

  /* line 6168, theme.scss */
  .header-menu__toggle svg {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 19px;
    fill: #333; }

  /* line 6174, theme.scss */
  .header-menu__toggle_home {
    left: 0; }

  /* line 6176, theme.scss */
  .header-menu__toggle_level {
    right: 0; }

  /* line 6178, theme.scss */
  .header-menu__level1 {
    position: static;
    margin-top: 70px; } }
/* line 6181, theme.scss */
.header-menu__home {
  display: block; }

/* line 6183, theme.scss */
.is-open > .header-menu__home {
  display: none !important; }

/* line 6185, theme.scss */
.header-menu__back {
  display: none !important; }

/* line 6187, theme.scss */
.is-open > .header-menu__back {
  display: block !important; }

@media (max-width: 768px) {
  /* line 6191, theme.scss */
  .h-nav {
    display: none; }

  /* line 6193, theme.scss */
  .h-nav.is-open {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    background: #f4f4f4; }

  /* line 6207, theme.scss */
  .h-nav.is-open .header-menu__level1 {
    overflow: hidden; }

  /* line 6209, theme.scss */
  .h-nav.is-open .header-menu__level1 ul,
  .h-nav.is-open .header-menu__level1 li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }

  /* line 6214, theme.scss */
  .h-nav.is-open .header-menu__level1 ul {
    border: 0 none;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }

  /* line 6219, theme.scss */
  .h-nav.is-open .header-menu__level1 li {
    display: block; }

  /* line 6221, theme.scss */
  .h-nav.is-open .header-menu__level1 li > a {
    display: block;
    border-bottom: 1px solid #cbcbd0;
    padding: 17px 60px 17px 20px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    text-align: left;
    background: #fff; }

  /* line 6230, theme.scss */
  .h-nav.is-open .header-menu__level1 .is-parent > a::before {
    display: none; }

  /* line 6232, theme.scss */
  .h-nav.is-open .header-menu__level1 .is-parent > a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 19px;
    width: 12px;
    height: 12px; }

  /* line 6240, theme.scss */
  .h-nav.is-open .header-menu__level1 > .is-parent > a::after {
    border-top: 2px solid #8b8d92;
    border-right: 2px solid #8b8d92;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  /* line 6246, theme.scss */
  .h-nav.is-open .header-menu__level1 .is-all a {
    border-top: 0 none; }

  /* line 6248, theme.scss */
  .h-nav.is-open .header-menu__dropdown {
    top: 69px;
    left: 0;
    right: 0;
    z-index: 2;
    width: auto;
    min-height: -webkit-calc(100% - 69px);
    min-height: calc(100% - 69px);
    display: block;
    background: #f4f4f4;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

  /* line 6267, theme.scss */
  .h-nav.is-open .is-open .header-menu__dropdown {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  /* line 6271, theme.scss */
  .h-nav.is-open .header-menu__column_first {
    width: 100%; }

  /* line 6273, theme.scss */
  .h-nav.is-open .header-menu__column_second {
    background: #fff; }

  /* line 6275, theme.scss */
  .h-nav.is-open .header-menu__level2 {
    padding: 0;
    width: 100%; }

  /* line 6278, theme.scss */
  .h-nav.is-open .header-menu__level2 > .is-parent > a::after {
    border: 0 none;
    border-bottom: 2px solid #8b8d92;
    border-right: 2px solid #8b8d92;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  /* line 6285, theme.scss */
  .h-nav.is-open .header-menu__level2 > .is-parent.is-open > a::after {
    bottom: 15px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }

  /* line 6290, theme.scss */
  .h-nav.is-open .header-menu__level2 .is-open > .header-menu__level3 {
    position: static;
    display: block;
    width: 100%;
    max-height: 5000px; }

  /* line 6295, theme.scss */
  .h-nav.is-open .header-menu__level2 .is-open > .header-menu__level3 a {
    background: #f4f4f4; }

  /* line 6297, theme.scss */
  .h-nav.is-open .header-menu__level3 {
    position: static;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }

  /* line 6305, theme.scss */
  .h-nav.is-open .header-menu__level3 li > a {
    padding: 12px 0 12px 35px; }

  /* line 6307, theme.scss */
  .h-nav.is-open .header-menu__level3 li > a.colors__item {
    padding-left: 60px !important; }

  /* line 6309, theme.scss */
  .h-nav.is-open .header-menu__level3 li > a.colors__item::before {
    left: 35px; }

  /* line 6311, theme.scss */
  .h-nav.is-open .header-menu__level3 .is-parent > a {
    background: #fff !important; }

  /* line 6313, theme.scss */
  .h-nav.is-open .header-menu__level3 .is-parent > a::after {
    display: none; }

  /* line 6315, theme.scss */
  .h-nav .is-hidden {
    display: block !important; }

  /* line 6317, theme.scss */
  .h-nav li.header-menu__more {
    display: none !important; } }
/* line 6320, theme.scss */
.header-search {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1;
  display: block;
  border: 1px solid transparent;
  padding: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* line 6332, theme.scss */
.header-search.is-open {
  right: 20px;
  top: 0;
  z-index: 1;
  display: block;
  border: 1px solid #8b8d92;
  margin: 0;
  width: auto;
  height: 100%;
  background: #fff; }

@media (max-width: 768px) {
  /* line 6343, theme.scss */
  .header-search {
    display: none; }

  /* line 6345, theme.scss */
  .header-search.is-open {
    left: 0;
    right: 0;
    top: 73px;
    border: 1px solid #8b8d92;
    margin: 7px;
    height: auto; } }
/* line 6352, theme.scss */
.header-search__input {
  outline: 0 none;
  border: 0;
  padding: 0 50px 0 10px;
  width: 0;
  height: 36px;
  font-size: 13px;
  background: none; }

/* line 6360, theme.scss */
.is-open .header-search__input {
  width: 100%; }

/* line 6362, theme.scss */
.header-search__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  width: 33px;
  height: 100%;
  background: none; }

@media (max-width: 768px) {
  /* line 6373, theme.scss */
  .header-search__btn {
    border-left: 1px solid #8b8d92;
    background: #d6d6d7; } }
/* line 6376, theme.scss */
.header-search__btn svg {
  padding-top: 7px;
  width: 18px;
  height: 20px;
  fill: #8b8d92;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s; }

/* line 6384, theme.scss */
.header-search__btn:hover {
  fill: #333; }

/* line 6386, theme.scss */
.header-search__toggle {
  display: none;
  cursor: pointer; }

/* line 6389, theme.scss */
.header-search__toggle.is-open svg.header-search__open {
  display: none !important; }

/* line 6391, theme.scss */
.header-search__toggle.is-open svg.header-search__close {
  display: inline-block !important; }

@media (max-width: 768px) {
  /* line 6394, theme.scss */
  .header-search__toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    color: #8b8d92; }

  /* line 6405, theme.scss */
  .header-search__toggle svg {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 19px; } }
/* line 6410, theme.scss */
.header-search__close {
  display: none !important; }

/* line 6413, theme.scss */
.quicklinks {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

/* line 6421, theme.scss */
.quicklinks__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  text-align: center; }

/* line 6428, theme.scss */
.quicklinks__item-inner {
  position: relative;
  display: block;
  padding: 29px 5px 8px;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
  color: #8b8d92;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s; }

@media (min-width: 1024px) {
  /* line 6440, theme.scss */
  .quicklinks__item-inner {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 769px) {
  /* line 6444, theme.scss */
  .quicklinks__item-inner {
    padding: 42px 5px 20px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left; }

  /* line 6449, theme.scss */
  .has-dropdown .quicklinks__item-inner {
    padding-right: 25px; }

  /* line 6451, theme.scss */
  .has-dropdown .quicklinks__item-inner::before {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 25px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #8b8d92;
    width: 0;
    height: 0; } }
@media (max-width: 768px) {
  /* line 6462, theme.scss */
  li + li .quicklinks__item-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 16px;
    background: #d2d2d2; } }
/* line 6472, theme.scss */
.quicklinks__item-inner > a {
  text-decoration: none; }

/* line 6474, theme.scss */
.quicklinks__item-inner > a:hover {
  text-decoration: underline; }

/* line 6476, theme.scss */
.quicklinks__item_basket-qty {
  position: absolute;
  left: 50%;
  top: 4px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 0 5px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fff;
  background: #f1544a;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }

@media (min-width: 769px) {
  /* line 6494, theme.scss */
  .quicklinks__item_basket-qty {
    top: 18px; } }
/* line 6496, theme.scss */
.quicklinks__item svg {
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -10px;
  width: 20px;
  height: 18px; }

@media (min-width: 769px) {
  /* line 6504, theme.scss */
  .quicklinks__item svg {
    top: 20px; } }
@media (max-width: 768px) {
  /* line 6507, theme.scss */
  .quicklinks__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0; } }
@media (max-width: 768px) {
  /* line 6515, theme.scss */
  .quicklinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    overflow: hidden;
    border-bottom: 1px #d6d6d7 solid;
    border-top: 1px #d6d6d7 solid;
    height: 51px;
    background: #fff;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s; }

  /* line 6530, theme.scss */
  .is-fixed .quicklinks {
    height: 31px; }

  /* line 6532, theme.scss */
  .is-fixed .quicklinks__item-inner {
    height: 31px;
    padding-bottom: 0; } }
/* line 6536, theme.scss */
.basket-dropdown {
  position: absolute;
  right: -1px;
  top: 70px;
  z-index: 2;
  width: 355px;
  background: #fff;
  -webkit-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out; }

@media (max-width: 768px) {
  /* line 6547, theme.scss */
  .basket-dropdown {
    display: none; } }
/* line 6549, theme.scss */
.basket-dropdown__inner {
  overflow: hidden;
  padding: 0 15px;
  max-height: 0; }

/* line 6553, theme.scss */
.is-open .basket-dropdown__inner {
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #d6d6d7;
  padding: 15px 15px 0;
  max-height: 520px; }

/* line 6559, theme.scss */
.basket-dropdown.is-open::before, .basket-dropdown.is-open::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 100%;
  margin-bottom: -1px;
  border: 7px solid transparent;
  width: 0;
  height: 0;
  pointer-events: none; }

/* line 6569, theme.scss */
.basket-dropdown.is-open::before {
  border-bottom-color: #d6d6d7;
  border-width: 8px;
  margin-right: -8px; }

/* line 6573, theme.scss */
.basket-dropdown.is-open::after {
  margin-right: -7px;
  border-bottom-color: #fff; }

/* line 6576, theme.scss */
.basket-dropdown__name {
  margin: 0 0 1em;
  border-bottom: 1px solid #d6d6d7;
  padding: 0 0 1em;
  font-weight: normal;
  font-size: 1.6rem;
  color: #333; }

/* line 6583, theme.scss */
.basket-dropdown__products {
  list-style: none;
  margin: 0 0 15px;
  padding: 0; }

/* line 6587, theme.scss */
.basket-dropdown__footer {
  margin: 0 -15px;
  padding: 15px;
  border-top: 1px solid #d6d6d7;
  background: #f4f4f4; }

/* line 6592, theme.scss */
.basket-dropdown__total {
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #5f6062; }

/* line 6597, theme.scss */
.basket-dropdown__total::after {
  content: "";
  clear: both;
  display: table; }

/* line 6601, theme.scss */
.basket-dropdown__total-label {
  float: left; }

/* line 6603, theme.scss */
.basket-dropdown__total-value {
  float: right;
  font-weight: bold; }

/* line 6607, theme.scss */
.basket-dropdown-product {
  position: relative;
  margin: 0;
  padding: 0; }

/* line 6611, theme.scss */
.basket-dropdown-product::after {
  content: "";
  clear: both;
  display: table; }

/* line 6615, theme.scss */
.basket-dropdown-product + .basket-dropdown-product {
  margin-top: 15px; }

/* line 6617, theme.scss */
.basket-dropdown-product__img {
  float: left;
  margin-right: 10px;
  width: 85px;
  max-width: 100%;
  max-height: 85px; }

/* line 6623, theme.scss */
.basket-dropdown-product__name {
  margin-bottom: 0.5em;
  padding: 0;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: none; }

/* line 6630, theme.scss */
.basket-dropdown-product__name a {
  color: #58a9d8; }

/* line 6632, theme.scss */
.basket-dropdown-product__tocart {
  overflow: hidden;
  font-size: 1.4rem; }

/* line 6635, theme.scss */
.basket-dropdown-product__prices {
  float: left; }

/* line 6637, theme.scss */
.basket-dropdown-product__count {
  margin-left: 3px; }

/* line 6639, theme.scss */
.basket-dropdown-product__count::before {
  content: "\D7";
  margin-left: 3px; }

/* line 6642, theme.scss */
.basket-dropdown-product__total {
  float: right; }

/* line 6644, theme.scss */
.basket-dropdown-product__remove {
  position: absolute;
  left: -5px;
  top: -5px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #58a9d8; }

/* line 6659, theme.scss */
.basket-dropdown-product__remove:hover, .basket-dropdown-product__remove:focus, .basket-dropdown-product__remove:active {
  text-decoration: none;
  color: #fff;
  background: #3a91c4; }

/* line 6664, theme.scss */
.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 50px 0 0;
  border-top: 5px solid #58a9d8;
  padding: 35px 0;
  width: 100%;
  background: #fff; }

@media (max-width: 820px) {
  /* line 6674, theme.scss */
  .footer__main-info {
    float: left;
    max-width: 60%; } }
/* line 6677, theme.scss */
.footer__logo {
  display: block;
  overflow: hidden;
  margin-top: -15px;
  max-height: 90px;
  max-width: 200px; }

@media (max-width: 820px) {
  /* line 6684, theme.scss */
  .footer__logo {
    margin-top: -10px; } }
/* line 6686, theme.scss */
.footer__logo + .footer__copyright {
  margin-top: -5px; }

/* line 6688, theme.scss */
.footer__copyright {
  margin: 0; }

/* line 6690, theme.scss */
.footer__contacts {
  margin: 20px 0; }

/* line 6692, theme.scss */
.footer__contact {
  position: relative;
  margin-bottom: 5px;
  padding: 4px 0 2px 30px; }

/* line 6696, theme.scss */
.footer__contact svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 25px;
  height: 20px;
  --custom-fill-color-0: inherit; }

/* line 6704, theme.scss */
.footer__contact_phone svg {
  left: -3px; }

/* line 6706, theme.scss */
.footer__social-links-name {
  margin: 0 0 0.5em;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  line-height: 1.2; }

@media (max-width: 820px) {
  /* line 6712, theme.scss */
  .footer__social-links {
    float: right;
    max-width: 40%;
    text-align: right; } }
/* line 6716, theme.scss */
.footer__main-info, .footer__social-links {
  font-family: "Source Sans Pro", Helvetica, sans-serif; }

@media (max-width: 640px) {
  /* line 6719, theme.scss */
  .footer__main-info, .footer__social-links {
    float: none;
    max-width: 100%;
    text-align: left; } }
/* line 6724, theme.scss */
.footer-columns {
  position: relative;
  display: table;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 100%; }

/* line 6730, theme.scss */
.footer-columns::after {
  content: "";
  clear: both;
  display: table; }

@media (max-width: 820px) {
  /* line 6735, theme.scss */
  .footer-columns {
    display: block; } }
/* line 6737, theme.scss */
.footer-columns__item {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px; }

/* line 6741, theme.scss */
.footer-columns__item:first-child {
  padding-left: 0; }

@media (max-width: 820px) {
  /* line 6744, theme.scss */
  .footer-columns__item:first-child {
    float: none;
    overflow: hidden;
    padding: 0 10px;
    width: 100%; } }
@media (max-width: 820px) {
  /* line 6750, theme.scss */
  .footer-columns__item {
    float: left;
    display: block;
    padding: 0 10px;
    width: 33.33%; }

  /* line 6755, theme.scss */
  .footer-columns__item + .footer-columns__item {
    margin-top: 30px; } }
@media (max-width: 640px) {
  /* line 6758, theme.scss */
  .footer-columns__item {
    width: 100%; } }
/* line 6761, theme.scss */
.copyright {
  font-size: 12px;
  line-height: 1.2; }

/* line 6765, theme.scss */
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left; }

/* line 6771, theme.scss */
.social-links::after {
  content: "";
  clear: both;
  display: table; }

/* line 6775, theme.scss */
.social-links li {
  float: left;
  margin: 3px 4px 3px 0;
  padding: 0; }

/* line 6779, theme.scss */
.social-links li:last-child {
  margin-right: 0; }

/* line 6781, theme.scss */
.social-links__item {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: none;
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

/* line 6802, theme.scss */
.social-links__item:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

/* line 6806, theme.scss */
.social-links__item svg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

/* line 6811, theme.scss */
.social-links__item_instagram {
  background: #d93275; }

/* line 6813, theme.scss */
.social-links__item_instagram svg {
  margin-top: -2px;
  width: 60%;
  height: 60%; }

/* line 6817, theme.scss */
.social-links__item_facebook {
  text-align: right;
  background: #3a5795; }

/* line 6820, theme.scss */
.social-links__item_facebook svg {
  vertical-align: bottom;
  margin-bottom: -5px;
  margin-right: 5px;
  width: 37%;
  height: 85%; }

/* line 6826, theme.scss */
.social-links__item_vk {
  background: #54769B; }

/* line 6828, theme.scss */
.social-links__item_pinterest {
  background: #bb0f23; }

/* line 6830, theme.scss */
.social-links__item_pinterest svg {
  vertical-align: bottom;
  margin-bottom: -2px;
  width: 68%;
  height: 90%; }

/* line 6836, theme.scss */
.footer-menu a {
  text-decoration: none; }

/* line 6839, theme.scss */
.footer-menu__name {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cbcbd0;
  margin: 0 0 6px;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  line-height: 1.2; }

/* line 6850, theme.scss */
.footer-menu__list {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.1; }

/* line 6857, theme.scss */
.footer-menu__list li {
  margin: 10px 0 0;
  padding: 0; }

/* line 6861, theme.scss */
.payments {
  margin: 15px 0;
  text-align: center; }

/* line 6864, theme.scss */
.payments__icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

/* line 6868, theme.scss */
.payments__icon + .payments__icon {
  margin-left: 10px; }

@media (min-width: 768px) {
  /* line 6871, theme.scss */
  .payments__icon + .payments__icon {
    margin-left: 18px;
    max-width: 65px; } }
/* line 6874, theme.scss */
.payments__icon img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  height: 45px;
  max-width: 100%; }

/* line 6880, theme.scss */
.payments__icon svg {
  display: inline-block;
  vertical-align: middle;
  height: 27px; }

@media (min-width: 768px) {
  /* line 6885, theme.scss */
  .payments__icon svg {
    height: 44px; } }
/* line 6887, theme.scss */
.payments__icon_mc svg {
  width: 30px; }

@media (min-width: 768px) {
  /* line 6890, theme.scss */
  .payments__icon_mc svg {
    width: 52px; } }
/* line 6892, theme.scss */
.payments__icon_vi svg {
  width: 32px; }

@media (min-width: 768px) {
  /* line 6895, theme.scss */
  .payments__icon_vi svg {
    width: 62px; } }
/* line 6898, theme.scss */
.catalog-top {
  display: table;
  table-layout: fixed;
  padding: 20px;
  width: 100%;
  background: #fff; }

/* line 6904, theme.scss */
.catalog-top__img, .catalog-top__text {
  display: table-cell;
  vertical-align: top; }

@media (max-width: 1024px) {
  /* line 6908, theme.scss */
  .catalog-top__img, .catalog-top__text {
    display: block; } }
/* line 6910, theme.scss */
.catalog-top__img {
  padding-top: 7px;
  padding-right: 15px;
  width: 33.33%; }

@media (min-width: 1920px) {
  /* line 6915, theme.scss */
  .catalog-top__img {
    margin-bottom: 10px;
    width: 300px; } }
@media (max-width: 1024px) {
  /* line 6919, theme.scss */
  .catalog-top__img {
    margin-bottom: 10px;
    width: 100%; } }
@media (max-width: 768px) {
  /* line 6923, theme.scss */
  .catalog-top__img {
    display: none; } }
/* line 6925, theme.scss */
.catalog-top__name {
  margin-bottom: 15px; }

/* line 6927, theme.scss */
.catalog-top__link {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #3a91c4; }

/* line 6931, theme.scss */
.catalog-top__link:hover {
  text-decoration: underline; }

/* line 6933, theme.scss */
.catalog-top__descr {
  font-size: 1.4rem;
  margin-bottom: 15px; }

/* line 6936, theme.scss */
.catalog-top__descr p:last-child,
.catalog-top__descr ul:last-child,
.catalog-top__descr ol:last-child {
  margin-bottom: 0; }

/* line 6941, theme.scss */
.catalog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 0; }

@media (max-width: 1200px) {
  /* line 6969, theme.scss */
  .catalog-list {
    margin-left: -5px;
    margin-right: -5px; } }
@media (min-width: 1201px) {
  /* line 6973, theme.scss */
  .catalog-list_small .catalog-list__item {
    width: 25%;
    flex: 1 0 25%; } }
/* line 6977, theme.scss */
.catalog-list__item {
  float: none;
  padding: 0 5px;
  margin-bottom: 20px; }

@media (min-width: 1920px) {
  /* line 6982, theme.scss */
  .catalog-list__item {
    flex: 1 0 16.667%;
    padding: 0 5px; } }
@media (min-width: 1401px) and (max-width: 1920px) {
  /* line 6986, theme.scss */
  .catalog-list__item {
    flex: 1 0 16.667%; } }
@media (max-width: 1600px) {
  /* line 6989, theme.scss */
  .catalog-list__item {
    padding: 0 5px;
    margin-bottom: 10px; } }
@media (min-width: 1201px) and (max-width: 1400px) {
  /* line 6993, theme.scss */
  .catalog-list__item {
    flex: 1 0 25%; } }
@media (min-width: 860px) and (max-width: 1200px), (min-width: 521px) and (max-width: 768px) {
  /* line 6996, theme.scss */
  .catalog-list__item {
    flex-basis: 33.3%; } }
@media (min-width: 768px) and (max-width: 859px), (max-width: 520px) {
  /* line 6999, theme.scss */
  .catalog-list__item {
    flex: 1 0 50%; } }
/* line 7002, theme.scss */
.catalog-sort {
  margin: 15px 0;
  font-family: Arial, Helvetica, sans-serif; }

/* line 7005, theme.scss */
.catalog-sort::after {
  content: "";
  clear: both;
  display: table; }

/* line 7009, theme.scss */
.catalog-sort__left {
  float: left; }

/* line 7011, theme.scss */
.catalog-sort__left + .catalog-sort__right {
  margin-left: 15px; }

@media (max-width: 860px) {
  /* line 7014, theme.scss */
  .catalog-sort__left + .catalog-sort__right {
    margin: 10px 0 0; } }
/* line 7016, theme.scss */
.catalog-sort__right {
  float: right; }

@media (max-width: 860px) {
  /* line 7019, theme.scss */
  .catalog-sort__left, .catalog-sort__right {
    float: none;
    display: block;
    width: 100%; } }
/* line 7023, theme.scss */
.catalog-sort__col {
  display: inline-block;
  vertical-align: top; }

/* line 7026, theme.scss */
.catalog-sort__label, .catalog-sort__value {
  display: inline-block;
  vertical-align: middle; }

/* line 7030, theme.scss */
.catalog-slider {
  margin: 0 -10px; }

/* line 7033, theme.scss */
.catalog-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #d6d6d7;
  max-width: 100%;
  height: 100%;
  background: #fff; }

/* line 7040, theme.scss */
.catalog-item__inner {
  display: block;
  height: 100%;
  padding-bottom: 32px;
  text-decoration: none; }

/* line 7045, theme.scss */
.catalog-slider_small-cards .catalog-item__inner {
  padding-bottom: 0; }

@media (max-width: 1024px) {
  /* line 7048, theme.scss */
  .catalog-item__inner {
    padding-bottom: 77px; } }
/* line 7050, theme.scss */
.catalog-slider_small-cards .catalog-item {
  margin: 0 5px 10px;
  width: 175px; }

/* line 7053, theme.scss */
.catalog-slider_middle-cards .catalog-item {
  margin: 0 10px 20px;
  width: 225px; }

/* line 7056, theme.scss */
.catalog-slider_big-cards .catalog-item {
  margin: 0 10px 20px;
  width: 305px; }

/* line 7059, theme.scss */
.slick-slider .catalog-item {
  margin-bottom: 0; }

/* line 7061, theme.scss */
.catalog-item__img {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 0; }

/* line 7068, theme.scss */
.catalog-item__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  width: auto;
  height: auto;
  min-height: 100%;
  max-width: none;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 7081, theme.scss */
.catalog-item__text {
  position: relative;
  padding: 12px 12px 0; }

/* line 7084, theme.scss */
.catalog-item__name {
  overflow: hidden;
  margin-bottom: 5px;
  height: 3em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333; }

/* line 7093, theme.scss */
.catalog-slider_small-cards .catalog-item__name {
  height: auto; }

/* line 7095, theme.scss */
.catalog-item__props {
  overflow: hidden;
  margin: 3px 0 6px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #8b8d92; }

/* line 7101, theme.scss */
.catalog-item__prices {
  position: absolute;
  left: 12px;
  bottom: 12px;
  overflow: hidden;
  height: 1em;
  line-height: 1; }

@media (max-width: 1024px) {
  /* line 7109, theme.scss */
  .catalog-item__prices {
    bottom: 54px; } }
/* line 7111, theme.scss */
.catalog-slider_small-cards .catalog-item__prices {
  display: none; }

/* line 7113, theme.scss */
.catalog-item__price {
  font-weight: bold;
  color: #5f6062; }

/* line 7116, theme.scss */
.catalog-item__price_new {
  font-weight: bold;
  color: #f1544a; }

/* line 7119, theme.scss */
.catalog-item__price_old {
  margin-left: 5px;
  font-size: 1.2rem;
  text-decoration: line-through;
  color: #8b8d92; }

/* line 7124, theme.scss */
.catalog-item__badges {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s; }

@media (min-width: 769px) {
  /* line 7134, theme.scss */
  .catalog-item:hover .catalog-item__badges {
    left: -100%; } }
/* line 7136, theme.scss */
.catalog-item__badge {
  float: left;
  padding: 6px 8px;
  max-height: 31px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #333;
  background: #fff; }

/* line 7147, theme.scss */
.catalog-item__badge_sale {
  color: #fff;
  background: #f1544a; }

/* line 7150, theme.scss */
.catalog-item__badge + .catalog-item__badge {
  margin-left: 4px; }

@media (max-width: 1024px) {
  /* line 7153, theme.scss */
  .catalog-item__buttons {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    height: 30px;
    border-top: 1px solid #f4f4f4; } }
/* line 7160, theme.scss */
.catalog-item__favorite {
  position: absolute;
  left: 12px;
  top: 6px;
  z-index: 2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0 none;
  opacity: 0;
  padding: 10px;
  width: 42px;
  height: 38px;
  background: #fff;
  -webkit-transition: left 0.3s, opacity 0.3s;
  -o-transition: left 0.3s, opacity 0.3s;
  transition: left 0.3s, opacity 0.3s; }

/* line 7176, theme.scss */
.catalog-item__favorite svg {
  --custom-fill-color-0: none;
  --custom-stroke-color-1: #5f6062;
  --custom-stroke-width-2: 2.25;
  width: 19px;
  height: 18px; }

/* line 7182, theme.scss */
.catalog-item__favorite.is-active svg {
  --custom-stroke-color-1: #3a91c4;
  --custom-fill-color-0: #3a91c4; }

@media (max-width: 1024px) {
  /* line 7186, theme.scss */
  .catalog-item__favorite {
    position: static;
    padding: 0;
    width: 22px;
    opacity: 1; } }
@media (min-width: 1025px) {
  /* line 7192, theme.scss */
  .catalog-item:hover .catalog-item__favorite {
    opacity: 1;
    left: 6px; } }
/* line 7196, theme.scss */
.catalog-filter {
  padding: 20px 10px 10px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff; }

/* line 7201, theme.scss */
.catalog-filter-toggle {
  margin: 10px 0;
  width: 100%; }

@media (min-width: 769px) {
  /* line 7205, theme.scss */
  .catalog-filter-toggle {
    display: none; } }
@media (max-width: 768px) {
  /* line 7208, theme.scss */
  .catalog-filter {
    display: none; }

  /* line 7210, theme.scss */
  .catalog-filter.is-open {
    display: block;
    margin-bottom: 20px; } }
/* line 7213, theme.scss */
.catalog-filter__title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  line-height: 1.3;
  text-align: left;
  color: #333; }

/* line 7221, theme.scss */
.catalog-filter__clear {
  width: 100%;
  border: 1px solid #58a9d8;
  text-decoration: none;
  color: #58a9d8;
  background: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, color 0.2s;
  -o-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s; }

/* line 7231, theme.scss */
.catalog-filter__clear:hover, .catalog-filter__clear:focus {
  border-color: #3a91c4;
  color: #3a91c4;
  background: transparent; }

/* line 7235, theme.scss */
.catalog-filter__clear-wrap {
  display: block;
  margin: 0;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px; }

/* line 7240, theme.scss */
.catalog-filter__checkbox {
  display: block;
  margin: 0;
  font-weight: 400;
  cursor: pointer; }

/* line 7245, theme.scss */
.catalog-filter__checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0; }

/* line 7249, theme.scss */
.catalog-filter__checkbox input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 4px 32px;
  text-decoration: none; }

/* line 7255, theme.scss */
.catalog-filter__checkbox input[type="checkbox"]:checked + span .check {
  background-color: #58a9d8;
  border-color: #58a9d8; }

/* line 7258, theme.scss */
.catalog-filter__checkbox input[type="checkbox"]:checked + span .check svg {
  display: block; }

/* line 7261, theme.scss */
.catalog-filter-block + .catalog-filter-block {
  margin-top: 10px; }

/* line 7264, theme.scss */
.catalog-filter-block__title {
  position: relative;
  margin: 0;
  padding: 10px 34px 10px 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  text-decoration: none;
  color: #5f6062;
  background: #f4f4f4;
  cursor: pointer; }

/* line 7274, theme.scss */
.catalog-filter-block__title-group {
  margin: 15px 0 5px;
  text-transform: uppercase; }

/* line 7277, theme.scss */
.catalog-filter-block__title-group:first-child {
  margin-top: 0; }

/* line 7279, theme.scss */
.catalog-filter-block__title:hover, .catalog-filter-block__title:focus {
  text-decoration: underline; }

/* line 7281, theme.scss */
.catalog-filter-block__title svg {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: auto;
  width: 14px;
  height: 15px;
  --custom-fill-color-2: #5f6062; }

/* line 7289, theme.scss */
.is-open .catalog-filter-block__title svg {
  --custom-fill-color-2: transparent; }

/* line 7292, theme.scss */
.catalog-filter-block__content {
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  -webkit-transition: max-height 0.3s, padding 0.3s;
  -o-transition: max-height 0.3s, padding 0.3s;
  transition: max-height 0.3s, padding 0.3s; }

/* line 7299, theme.scss */
.catalog-filter-block__content ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 7303, theme.scss */
.catalog-filter-block__content ol li {
  margin: 0;
  padding: 0; }

/* line 7306, theme.scss */
.catalog-filter-block__content ol a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 4px 32px;
  text-decoration: none; }

/* line 7313, theme.scss */
.catalog-filter-block.is-open .catalog-filter-block__content {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 5000px; }

/* line 7318, theme.scss */
.catalog-filter-block .count {
  margin-left: 3px;
  color: #8b8d92; }

/* line 7322, theme.scss */
.catalog-filter-block .check {
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 2px solid #d6d6d7;
  background: #fff; }

/* line 7330, theme.scss */
.catalog-filter-block .check svg {
  position: absolute;
  left: 3px;
  top: 3px;
  display: none;
  width: 10px;
  height: 10px; }

/* line 7338, theme.scss */
.catalog-filter-block__slider {
  position: relative;
  margin: 8px auto;
  border: 1px solid #d3d3d3;
  width: 95%;
  height: 11px;
  background: #e6e6e6; }

/* line 7345, theme.scss */
.catalog-filter-block__slider .ui-slider-handle {
  position: absolute;
  top: -8px;
  margin-left: -7px;
  display: block;
  border: 0;
  -webkit-border-radius: 22%;
  border-radius: 22%;
  width: 14px;
  height: 25px;
  background: #58a9d8;
  cursor: default; }

/* line 7357, theme.scss */
.catalog-filter-block__slider-min, .catalog-filter-block__slider-max {
  font-size: 1.4rem;
  line-height: 1; }

/* line 7360, theme.scss */
.catalog-filter-block__slider-min {
  float: left; }

/* line 7362, theme.scss */
.catalog-filter-block__slider-max {
  float: right; }

/* line 7364, theme.scss */
.catalog-filter-block__slider-range {
  line-height: 1;
  text-align: center;
  color: #8b8d92; }

/* line 7369, theme.scss */
.catalog-filter-block .is-active .check {
  background-color: #58a9d8;
  border-color: #58a9d8; }

/* line 7372, theme.scss */
.catalog-filter-block .is-active .check svg {
  display: block; }

/* line 7375, theme.scss */
.catalog-filter-block .colors li {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin: 8px; }

/* line 7381, theme.scss */
.catalog-filter-block .colors label {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  height: 25px;
  width: 25px; }

/* line 7387, theme.scss */
.catalog-filter-block .colors label.is-active {
  -webkit-box-shadow: 0 0 4px 2px #3a91c4;
  box-shadow: 0 0 4px 2px #3a91c4; }

/* line 7391, theme.scss */
.catalog-filter-block .colors .filter-color {
  height: 100%;
  display: block; }

/* line 7395, theme.scss */
.catalog-filter-block .colors__item {
  padding-left: 25px;
  min-height: 25px;
  cursor: pointer; }

/* line 7399, theme.scss */
.catalog-filter-block .colors__item::before {
  width: 25px;
  height: 25px; }

/* line 7403, theme.scss */
.catalog-filter-block input:checked + .colors__item::after,
.catalog-filter-block .colors__item.is-active::after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border: 3px solid #3a91c4;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 7415, theme.scss */
.catalog-filter-block__more, .catalog-filter-block__less {
  display: block;
  vertical-align: top;
  margin: 5px 0 0;
  padding: 0;
  color: #3a91c4;
  text-decoration: none;
  cursor: pointer; }

/* line 7424, theme.scss */
.catalog-filter-block .bx-filter-parameters-box-container-block {
  display: none; }

/* line 7427, theme.scss */
.catalog-filter-block .bx-ui-slider-track {
  height: auto !important;
  background: none !important; }

/* line 7431, theme.scss */
.catalog-filter-block .bx-ui-slider-track-container {
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 7436, theme.scss */
.catalog-filter-block .bx-ui-slider-part {
  display: none; }

/* line 7439, theme.scss */
.catalog-filter-block .bx-ui-slider-pricebar-v, .catalog-filter-block .bx-ui-slider-pricebar-vd, .catalog-filter-block .bx-ui-slider-pricebar-vn {
  display: none; }

/* line 7442, theme.scss */
.catalog-filter-block .bx-ui-slider-range {
  position: relative;
  margin: 8px auto;
  border: 1px solid #d3d3d3;
  width: 95%;
  height: 11px;
  background: #e6e6e6; }

/* line 7450, theme.scss */
.catalog-filter-block .bx-ui-slider-handle {
  position: absolute;
  top: -8px;
  margin-left: -7px !important;
  display: block;
  border: 0;
  -webkit-border-radius: 22%;
  border-radius: 22%;
  width: 14px;
  height: 25px;
  background: #58a9d8 !important;
  cursor: default; }

/* line 7462, theme.scss */
.catalog-filter-block .bx-ui-slider-handle.right {
  margin: 0 -7px 0 0 !important; }

@media (min-width: 651px) {
  /* line 7466, theme.scss */
  .product-page__columns {
    display: table;
    table-layout: fixed;
    width: 100%; }

  /* line 7470, theme.scss */
  .product-page__column {
    display: table-cell;
    vertical-align: top; }

  /* line 7473, theme.scss */
  .product-page__column_left {
    width: 45%;
    padding-right: 20px; } }
/* line 7477, theme.scss */
.product-page__bottom {
  background-color: #fff;
  padding-top: 20px;
  margin-top: 40px; }

/* line 7482, theme.scss */
.product-page__section {
  margin: 30px 0;
  padding: 0; }

@media (min-width: 768px) {
  /* line 7486, theme.scss */
  .product-page__section {
    padding: 72px 0; } }
/* line 7488, theme.scss */
.product-page__section_bggrey {
  position: relative;
  background: #f4f4f4; }

/* line 7491, theme.scss */
.product-page__section_bggrey::before, .product-page__section_bggrey::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 600%;
  background: #f4f4f4; }

/* line 7499, theme.scss */
.product-page__section_bggrey::before {
  left: -600%; }

/* line 7501, theme.scss */
.product-page__section_bggrey::after {
  right: -600%; }

@media (max-width: 768px) {
  /* line 7504, theme.scss */
  .product-page__section_info {
    background: none; }

  /* line 7506, theme.scss */
  .product-page__section_info::before, .product-page__section_info::after {
    display: none; } }
/* line 7509, theme.scss */
.product-page__small-width {
  width: 800px;
  max-width: 100%;
  margin: 0 auto; }

/* line 7514, theme.scss */
.product-page__small-title {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #333; }

/* line 7520, theme.scss */
.product-page__big-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2; }

/* line 7525, theme.scss */
.product-page__images {
  max-width: 100%; }

@media (min-width: 769px) {
  /* line 7528, theme.scss */
  .product-page__images.is-fixed {
    position: fixed;
    top: 18px;
    margin-top: 0; }

  /* line 7532, theme.scss */
  .product-page__images.is-fixed-bottom {
    position: absolute;
    bottom: 25px; } }
@media (max-width: 768px) {
  /* line 7536, theme.scss */
  .product-page__images {
    width: 100% !important; } }
/* line 7539, theme.scss */
.product-page__bigimg {
  position: relative;
  display: block; }

/* line 7542, theme.scss */
.product-page__bigimg a {
  display: block;
  text-decoration: none; }

/* line 7545, theme.scss */
.product-page__bigimg img {
  width: 100%; }

/* line 7547, theme.scss */
.product-page__bigimg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

/* line 7559, theme.scss */
.product-page__bigimg:hover::before {
  background: rgba(255, 255, 255, 0.5); }

/* line 7562, theme.scss */
.product-page__previews ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 7567, theme.scss */
.product-page__previews li {
  display: inline-block;
  vertical-align: top;
  border: 2px solid transparent;
  margin: 12px 12px 0 0;
  padding: 0;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }

/* line 7576, theme.scss */
.product-page__previews li.is-active {
  border-color: #58a9d8; }

/* line 7579, theme.scss */
.product-page__previews a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-decoration: none; }

/* line 7587, theme.scss */
.product-page__previews a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

/* line 7599, theme.scss */
.product-page__previews a:hover::before {
  background: rgba(255, 255, 255, 0.5); }

/* line 7601, theme.scss */
.product-page__previews a img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 100%; }

/* line 7607, theme.scss */
.product-page__share-block {
  margin: 20px 0; }

/* line 7609, theme.scss */
.product-page__share-block_v-center {
  margin: 12px 0 0; }

/* line 7612, theme.scss */
.product-page__price-wrap {
  margin: 0 0 25px;
  overflow: hidden; }

/* line 7616, theme.scss */
.product-page__price {
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1; }

/* line 7621, theme.scss */
.product-page__old-price {
  text-decoration: line-through;
  line-height: 1;
  margin: 0 0 0 10px;
  font-size: .9em;
  color: #ccc; }

@media (min-width: 920px) {
  /* line 7629, theme.scss */
  .product-page__options {
    float: left;
    width: 41%; } }
/* line 7633, theme.scss */
.product-page__option {
  margin-bottom: 15px; }

/* line 7635, theme.scss */
.product-page__option-label {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 1; }

/* line 7640, theme.scss */
.product-page__option select {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  width: 160px;
  max-width: 100%; }

/* line 7646, theme.scss */
.product-page__option select#qty {
  width: 80px; }

/* line 7648, theme.scss */
.product-page__option select option[disabled] {
  background: #dcdcdc; }

/* line 7651, theme.scss */
.product-page__quantity-out-of-stock {
  clear: both;
  margin: 10px 0; }

/* line 7655, theme.scss */
.product-page__addtocart {
  width: 100%; }

/* line 7657, theme.scss */
.product-page__addtocart[disabled] {
  cursor: not-allowed;
  opacity: .5; }

@media (min-width: 920px) {
  /* line 7662, theme.scss */
  .product-page__properties {
    float: right;
    width: 55%; } }
/* line 7666, theme.scss */
.product-page__description, .product-page__reviews {
  margin: 40px 0; }

/* line 7668, theme.scss */
.product-page__favorites {
  margin: 15px 0; }

/* line 7671, theme.scss */
.product-page__favorite {
  border: 0 none;
  padding: 0;
  width: 20px;
  height: 20px;
  background: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

/* line 7684, theme.scss */
.product-page__favorite svg {
  --custom-fill-color-0: none;
  --custom-stroke-color-1: #5f6062;
  --custom-stroke-width-2: 2.25;
  width: 20px;
  height: 20px; }

/* line 7690, theme.scss */
.product-page__favorite:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

/* line 7694, theme.scss */
.product-page__favorite.is-active svg {
  --custom-stroke-color-1: #3a91c4;
  --custom-fill-color-0: #3a91c4; }

/* line 7697, theme.scss */
.product-page__favorite_share {
  float: left;
  margin-right: 15px;
  margin-top: 2px; }

/* line 7701, theme.scss */
.product-page__favorite_share svg {
  width: 21px;
  height: 21px; }

/* line 7705, theme.scss */
.js-product-zoom-img,
.js-product-zoom-img-big {
  cursor: url("zoomin.png"), url("zoomin.cur"), pointer; }

/* line 7709, theme.scss */
.products-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 7713, theme.scss */
.products-row [class*=cell-] {
  margin-bottom: 20px; }

/* line 7716, theme.scss */
.product-property {
  margin: 0 0 10px 0;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2; }

/* line 7721, theme.scss */
.product-property__label {
  display: inline-block;
  vertical-align: top;
  padding-right: 7px;
  width: 35%;
  font-weight: 700; }

/* line 7727, theme.scss */
.product-property__value {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 63%; }

/* line 7733, theme.scss */
.product-page_constructor .product-page__previews a {
  height: 64px;
  line-height: 59px; }

/* line 7737, theme.scss */
.product-page-action {
  margin: 25px 0; }

/* line 7739, theme.scss */
.product-page-action::after {
  content: "";
  clear: both;
  display: table; }

/* line 7743, theme.scss */
.product-page-action.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin: 0;
  -webkit-box-shadow: inset 0 1px 0 0 #d6d6d7;
  box-shadow: inset 0 1px 0 0 #d6d6d7;
  padding: 15px 0;
  background: #fff; }

/* line 7754, theme.scss */
.product-page-action.is-fixed .product-page-action-inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px; }

/* line 7759, theme.scss */
.product-page-action-details {
  margin-bottom: 5px; }

/* line 7761, theme.scss */
.product-page-action-details::after {
  content: "";
  clear: both;
  display: table; }

@media (min-width: 769px) {
  /* line 7766, theme.scss */
  .is-fixed .product-page-action-details {
    float: left;
    padding-right: 30px;
    width: 43%; } }
/* line 7770, theme.scss */
.product-page-action-details__name {
  float: left;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.6rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333; }

/* line 7779, theme.scss */
.product-page-action-details__price {
  float: right;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 22px;
  text-align: right;
  color: #333; }

/* line 7786, theme.scss */
.product-page-action-details__price-text {
  display: inline-block;
  vertical-align: bottom; }

/* line 7789, theme.scss */
.product-page-action-details__price-text_new {
  color: #f1544a; }

/* line 7791, theme.scss */
.product-page-action-details__price-text_old {
  font-size: 1.4rem;
  text-decoration: line-through;
  color: #8b8d92; }

/* line 7795, theme.scss */
.product-page-action-tocart {
  overflow: hidden; }

@media (min-width: 769px) {
  /* line 7798, theme.scss */
  .is-fixed .product-page-action-tocart {
    float: right;
    width: 57%; } }
/* line 7801, theme.scss */
.product-page-action__qty {
  position: relative;
  float: left;
  margin-right: 3.60432%;
  margin-bottom: 10px;
  width: 25.9964%; }

@media (min-width: 768px) and (max-width: 980px) {
  /* line 7808, theme.scss */
  .product-page-action__qty {
    width: 36.92758%;
    margin-right: 5.11989%; } }
@media (max-width: 480px) {
  /* line 7812, theme.scss */
  .product-page-action__qty {
    margin: 0 0 10px;
    width: 100%; } }
/* line 7815, theme.scss */
.product-page-action__qty label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d6d6d7;
  padding: 14px 5px 14px 18px;
  pointer-events: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0; }

/* line 7832, theme.scss */
.product-page-action__qty label::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  border-style: solid;
  border-width: 5px 3.5px 0;
  border-color: #5f6062 transparent transparent;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 7845, theme.scss */
.product-page-action__qty select {
  position: relative;
  opacity: 0;
  z-index: 2;
  margin-bottom: 0;
  height: 48px;
  line-height: 36px; }

/* line 7852, theme.scss */
.product-page-action__tocart {
  float: right;
  width: 70.39748%; }

@media (min-width: 768px) and (max-width: 980px) {
  /* line 7856, theme.scss */
  .product-page-action__tocart {
    width: 57.95131%; } }
@media (max-width: 480px) {
  /* line 7859, theme.scss */
  .product-page-action__tocart {
    width: 100%; } }
/* line 7861, theme.scss */
.product-page-action__tocart .btn {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 48px;
  font-size: 1.8rem;
  line-height: 22px; }

/* line 7868, theme.scss */
.product-page-wool__columns {
  position: relative; }

@media (min-width: 769px) {
  /* line 7872, theme.scss */
  .product-page-wool__columns {
    margin-bottom: 50px; }

  /* line 7874, theme.scss */
  .product-page-wool__columns::after {
    content: "";
    clear: both;
    display: table; }

  /* line 7878, theme.scss */
  .product-page-wool__column_left {
    float: left;
    padding-right: 30px;
    width: 43%; }

  /* line 7882, theme.scss */
  .product-page-wool__column_right {
    float: right;
    width: 57%; } }
/* line 7886, theme.scss */
.product-page-wool__brand {
  margin-bottom: 5px;
  font-size: 1.6rem;
  text-align: center; }

/* line 7890, theme.scss */
.product-page-wool__brand a {
  text-decoration: none;
  color: #3a91c4; }

/* line 7894, theme.scss */
.product-page-wool__name {
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center; }

/* line 7899, theme.scss */
.product-page-wool__info {
  text-align: center;
  margin-bottom: 20px;
  color: #8b8d92; }

/* line 7904, theme.scss */
.product-page-wool__price {
  font-weight: 600;
  text-align: center;
  color: #333; }

/* line 7909, theme.scss */
.product-page__section-title {
  font-weight: 600; }

@media (min-width: 769px) {
  /* line 7912, theme.scss */
  .product-page__section-title {
    text-align: center; } }
/* constructor */
/* line 7916, theme.scss */
.constructor ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: list; }

/* line 7922, theme.scss */
.constructor-item {
  margin: 0 0 10px;
  padding: 0;
  border: 1px solid #d6d6d7;
  background: #fff;
  position: relative; }

/* line 7928, theme.scss */
.constructor-item-title {
  position: relative;
  padding: 15px 90px 15px 35px;
  width: 100%;
  cursor: pointer; }

@media (max-width: 520px) {
  /* line 7934, theme.scss */
  .constructor-item-title {
    padding: 10px 75px 10px 20px; } }
/* line 7936, theme.scss */
.constructor-item-title::before {
  content: counter(list) ". ";
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  counter-increment: list; }

@media (max-width: 520px) {
  /* line 7945, theme.scss */
  .constructor-item-title::before {
    left: 5px;
    top: 10px; } }
/* line 7948, theme.scss */
.constructor-item-title__name {
  max-width: 90%;
  font-size: 1.6rem;
  font-weight: bold; }

/* line 7952, theme.scss */
.constructor-item-title__value {
  font-weight: normal;
  font-size: 1.4rem; }

/* line 7955, theme.scss */
.constructor-item-title__img {
  position: absolute;
  right: 25px;
  top: 50%;
  padding: 5px;
  max-height: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 7965, theme.scss */
.constructor-item-title__img img {
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 40px; }

/* line 7970, theme.scss */
.constructor-item-title__trigger {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 100%;
  border-left: 1px solid #d6d6d7; }

/* line 7978, theme.scss */
.constructor-item-title__trigger::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  background: #fff url("select-arrow.svg") no-repeat 0 0;
  -webkit-background-size: 8px 46px;
  background-size: 8px 46px; }

/* line 7990, theme.scss */
.is-opened .constructor-item-title__trigger::before {
  background-position: 0 -40px; }

/* line 7992, theme.scss */
.constructor-item.is-selected .constructor-item-title__value::before {
  content: "/";
  margin: 0 3px; }

/* line 7995, theme.scss */
.constructor-item-body {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  z-index: 55;
  border: 1px solid #d6d6d7;
  padding: 0 15px 15px;
  max-height: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: visibility 0.15s, max-height 0.15s linear;
  -o-transition: visibility 0.15s, max-height 0.15s linear;
  transition: visibility 0.15s, max-height 0.15s linear; }

/* line 8009, theme.scss */
.is-opened .constructor-item-body {
  max-height: 10000px;
  visibility: visible; }

/* line 8012, theme.scss */
.constructor-item-body__title {
  margin: 0 -15px 10px;
  padding: 10px 15px;
  text-align: center;
  background: #f4f4f4; }

/* line 8017, theme.scss */
.constructor-item-body__title::before, .constructor-item-body__title::after {
  content: '--';
  margin: 0 3px; }

/* line 8020, theme.scss */
.constructor-item-body__inner {
  max-height: 240px;
  overflow: auto; }

/* line 8023, theme.scss */
.constructor-item-body ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 8027, theme.scss */
.constructor-item-body ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 49%; }

/* line 8032, theme.scss */
.constructor-item-body__variant {
  display: block;
  cursor: pointer; }

/* line 8035, theme.scss */
.constructor-item-body__name, .constructor-item-body__img {
  display: table-cell;
  vertical-align: middle; }

/* line 8038, theme.scss */
.constructor-item-body__img {
  padding-right: 10px;
  position: relative; }

/* line 8041, theme.scss */
.constructor-item-body__img img,
.constructor-item-body__img .border {
  display: block;
  width: 60px;
  height: 60px; }

/* line 8046, theme.scss */
.constructor-item-body__img img {
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 8050, theme.scss */
.constructor-item-body__img .border {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }

/* line 8064, theme.scss */
.constructor-item-body__img .border .icon {
  display: none; }

/* line 8066, theme.scss */
.constructor-item-body__img .border .icon svg {
  width: 100%;
  height: 100%; }

/* line 8069, theme.scss */
.constructor-item-body__variant:hover .constructor-item-body__img .border {
  -webkit-box-shadow: inset 0 0 0 6px #58a9d8, inset 0 0 0 7px #fff;
  box-shadow: inset 0 0 0 6px #58a9d8, inset 0 0 0 7px #fff; }

/* line 8072, theme.scss */
.constructor-item-body__variant input:checked + .constructor-item-body__img .border {
  -webkit-box-shadow: inset 0 0 0 3px #58a9d8, inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 3px #58a9d8, inset 0 0 0 4px #fff; }

/* line 8075, theme.scss */
.constructor-item-body__variant input:checked + .constructor-item-body__img .border .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  opacity: 1;
  width: 18px;
  height: 14px;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%); }

/* line 8086, theme.scss */
.constructor-item_noimg .constructor-item-body ul li {
  width: auto; }

/* line 8088, theme.scss */
.constructor-item_noimg .constructor-item-body__variant span {
  border: 2px solid transparent;
  padding: 3px 5px; }

/* line 8091, theme.scss */
.constructor-item_noimg .constructor-item-body__variant input:checked + .constructor-item-body__name {
  border-color: #3a91c4; }

/* line 8094, theme.scss */
.product-props-list::after {
  content: "";
  clear: both;
  display: table; }

@media (min-width: 769px) {
  /* line 8100, theme.scss */
  .product-props-list {
    border-bottom: 1px solid #d6d6d7; } }
@media (min-width: 920px) {
  /* line 8104, theme.scss */
  .product-props-list {
    margin: 0 -1%; } }
/* line 8107, theme.scss */
.product-props-list dl {
  margin: 0;
  overflow: hidden;
  font-size: 1.4rem; }

@media (min-width: 768px) {
  /* line 8112, theme.scss */
  .product-props-list dl {
    border-top: 1px solid #d6d6d7;
    padding: 18px 0; } }
@media (min-width: 920px) {
  /* line 8116, theme.scss */
  .product-props-list dl {
    float: left;
    margin: 0 1%;
    width: 48%; }

  /* line 8120, theme.scss */
  .product-props-list dl.product-props-list__full-width {
    width: 100%; } }
/* line 8123, theme.scss */
.product-props-list dt,
.product-props-list dd {
  display: table-cell;
  vertical-align: top; }

/* line 8128, theme.scss */
.product-props-list dt {
  padding-right: 10px;
  min-width: 120px;
  font-weight: 700; }

/* line 8133, theme.scss */
.product-props-list dd a {
  text-decoration: none;
  color: #3a91c4; }

/* line 8136, theme.scss */
.product-props-list dd a:hover {
  text-decoration: underline; }

/* line 8139, theme.scss */
.shades {
  margin: 0 0 25px; }

/* line 8141, theme.scss */
.shades__title {
  display: none; }

@media (min-width: 769px) {
  /* line 8144, theme.scss */
  .shades__title {
    display: block;
    margin: 0 0 10px; } }
@media (min-width: 769px) {
  /* line 8148, theme.scss */
  .shades__body {
    border: 1px solid #d6d6d7;
    padding: 25px 0 0; } }
/* line 8151, theme.scss */
.shades__count {
  margin: 25px 0 20px;
  border-bottom: 1px solid #d6d6d7;
  padding-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center; }

@media (min-width: 769px) {
  /* line 8160, theme.scss */
  .shades__count {
    margin: 0;
    border: 0;
    padding: 0 0 18px; } }
/* line 8164, theme.scss */
.shades__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0; }

@media (min-width: 769px) {
  /* line 8186, theme.scss */
  .shades__list {
    padding: 0 20px 5px; } }
/* line 8188, theme.scss */
.shades__list li {
  position: relative;
  margin: 0 5px 15px;
  padding: 0;
  width: 54px;
  height: 54px; }

@media (min-width: 769px) {
  /* line 8195, theme.scss */
  .shades__list li {
    width: 60px;
    height: 60px;
    margin-right: 14px; } }
/* line 8199, theme.scss */
.shades__list li:hover .border {
  -webkit-box-shadow: inset 0 0 0 6px #58a9d8, inset 0 0 0 7px #fff;
  box-shadow: inset 0 0 0 6px #58a9d8, inset 0 0 0 7px #fff; }

/* line 8202, theme.scss */
.shades__list li.selected .border,
.shades__list li.is-active .border {
  -webkit-box-shadow: inset 0 0 0 3px #58a9d8, inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 3px #58a9d8, inset 0 0 0 4px #fff; }

/* line 8206, theme.scss */
.shades__list li.selected .border .icon,
.shades__list li.is-active .border .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  opacity: 1;
  width: 18px;
  height: 14px;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%); }

/* line 8218, theme.scss */
.shades__list li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 8224, theme.scss */
.shades__color,
.shades .shades__item {
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 8238, theme.scss */
.shades__color .border,
.shades .border {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }

/* line 8255, theme.scss */
.shades__color .border .icon,
.shades .border .icon {
  display: none; }

/* line 8258, theme.scss */
.shades__color .border .icon svg,
.shades .border .icon svg {
  width: 100%;
  height: 100%; }

/* pages */
/* line 8264, theme.scss */
.main-page-slider {
  margin-bottom: 30px; }

/* line 8267, theme.scss */
.section_homepage + .section_homepage {
  margin-top: 30px; }

/* line 8270, theme.scss */
.section_trending {
  margin-bottom: 60px; }

/* line 8273, theme.scss */
.section_bggrey {
  padding: 25px 0;
  background: #f4f4f4; }

/* line 8277, theme.scss */
.section_product-bottom + .section_product-bottom {
  margin-top: 40px; }

/* line 8280, theme.scss */
.sidebar {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  width: 240px; }

@media (max-width: 768px) {
  /* line 8286, theme.scss */
  .sidebar {
    display: block;
    width: 100%; } }
/* line 8290, theme.scss */
.sidebar + .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 0; }

@media (max-width: 768px) {
  /* line 8296, theme.scss */
  .sidebar + .content {
    display: block;
    padding-left: 0; } }
/* pages */
/* line 8301, theme.scss */
.content-block {
  padding: 5px 20px;
  background: #fff; }

/* line 8305, theme.scss */
.page-bgwhite body {
  background: #fff; }

/* line 8308, theme.scss */
.page-bgwhite .content-block {
  padding: 0; }

/* catalog */
/* line 8312, theme.scss */
.catalog-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -10px 25px; }

/* line 8337, theme.scss */
.catalog-slider .slick-slider {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px; }

/* share */
/* line 8343, theme.scss */
.ya-share2 ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 8348, theme.scss */
.ya-share2 li {
  margin: 0;
  padding: 0; }

/* line 8351, theme.scss */
.hamburger-header {
  z-index: 99; }

@media all and (min-width: 769px) {
  /* line 8356, theme.scss */
  .quicklinks__item.quicklinks__item_basket.has-dropdown.mobile {
    display: none; } }
@media all and (max-width: 768px) {
  /* line 8359, theme.scss */
  .quicklinks__item.quicklinks__item_basket.has-dropdown {
    display: none; }

  /* line 8360, theme.scss */
  .quicklinks__item.quicklinks__item_basket.has-dropdown.mobile {
    display: block; } }
/* line 8381, theme.scss */
.catalog-item__img img {
  padding: 3px; }

/* line 8387, theme.scss */
select::-ms-expand {
  display: none; }

@media (min-width: 1201px) and (max-width: 1400px) {
  /* line 8394, theme.scss */
  .catalog-list__item {
    max-width: 25%; } }
@media (min-width: 860px) and (max-width: 1200px), (min-width: 521px) and (max-width: 768px) {
  /* line 8399, theme.scss */
  .catalog-list__item {
    max-width: 33%; } }
@media (min-width: 768px) and (max-width: 859px), (max-width: 520px) {
  /* line 8404, theme.scss */
  .catalog-list__item {
    max-width: 50%; } }
