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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.modal {
  display: none;
  width: 100%;
  max-width: 635px;
  min-width: 300px;
  text-align: left;
  border: 2px solid #fede24; }
  .modal.fancybox-content {
    padding: 30px 20px 0; }
    .modal.fancybox-content#order {
      padding-bottom: 30px; }
  @media (min-width: 768px) {
    .modal.fancybox-content {
      padding: 30px 40px 0; } }
  @media (min-width: 768px) {
    .modal .modal-content,
    .modal .modal-links {
      padding-left: 40px;
      padding-right: 40px; } }
  .modal .modal-heading {
    font-size: 2rem;
    margin-bottom: 5rem;
    text-align: left;
    font-weight: bold; }
    @media (max-width: 767px) {
      .modal .modal-heading {
        margin-bottom: 3rem; } }
  .modal .form .row > label,
  .modal .form .row > .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    min-height: 1rem; }
  .modal .form .row-label-full {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .modal .form .row-label-full > label {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 2rem; }
      @media (max-width: 767px) {
        .modal .form .row-label-full > label {
          margin-bottom: 1rem; } }
  .modal [type='text'],
  .modal [type='tel'],
  .modal [type='email'],
  .modal [type='password'] {
    width: 100%;
    height: 45px;
    border: 1px solid #dbdbdb; }
  .modal .button-row {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.checkbox-label [type='checkbox'] {
  width: 22px;
  height: 22px;
  margin: 0 12px 0 0;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  border-radius: 0; }

.checkbox-label span {
  display: inline-block;
  vertical-align: middle; }

.modal-links {
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.4rem;
  border-top: 1px solid #dbdbdb;
  margin-top: 28px; }
  @media (min-width: 768px) {
    .modal-links {
      text-align: right; } }
  .modal-links a {
    color: #111;
    text-decoration: none; }
    .modal-links a:not(:first-child) {
      margin-left: 40px; }

body .fancybox-is-open .fancybox-bg {
  opacity: 0.2; }

body .modal.fancybox-content {
  overflow: visible;
  max-width: 600px; }

body .fancybox-slide .fancybox-close-small {
  padding: 0; }
  @media (min-width: 1024px) {
    body .fancybox-slide .fancybox-close-small {
      top: -44px;
      right: -44px;
      color: #fff; } }

/* This stylesheet generated by Transfonter (https://transfonter.org) on August 23, 2017 4:44 PM */
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

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

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Italic.woff") format("woff"), url("../fonts/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\e905"; }

.icon-add:before {
  content: "\e901"; }

.icon-compare:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e900"; }

.icon-cart:before {
  content: "\e902"; }

.icon-phone:before {
  content: "\e942"; }

.icon-like:before {
  content: "\e9da"; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }

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

* {
  max-height: 1000000px; }

body {
  color: #111;
  background: #fff;
  font: 1.4rem/1.2 "Segoe UI", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 1em;
  color: inherit; }

.bordered {
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 1rem; }

h1, .h1 {
  font-size: 2.6rem; }

h2, .h2 {
  font-size: 2.2rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 1.6rem; }

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

p {
  margin: 0 0 1em; }

a {
  color: #099dea; }
  a:hover, a:focus {
    text-decoration: none; }
  a:hover {
    color: #099dea; }

.text-content ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 1.5rem; }
  .text-content ul ul {
    margin-top: 0.5rem;
    padding-left: 30px; }

.large {
  font-size: 1.8rem; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #111; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e9e9e9; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #e9e9e9; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e9e9e9; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e9e9e9; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #e9e9e9; }

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

textarea {
  resize: vertical;
  vertical-align: top; }

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

.form .row {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }
  .form .row.row-align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .form .row.row-align-top > label,
      .form .row.row-align-top .label {
        padding-top: 1rem; } }
  .form .row > label,
  .form .row > .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 186px;
    flex: 0 0 186px;
    min-height: 1rem; }
    .form .row > label span,
    .form .row > .label span {
      color: #9c9c9c;
      display: block; }
  .form .row .input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .form .row:last-child {
    margin: 0; }
  @media (max-width: 767px) {
    .form .row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .form .row > label,
      .form .row > .label {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: 1rem; } }

.form .row-align-right {
  text-align: right; }

.form .row-label-full {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form .row-label-full > label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .form .row-label-full > label {
        margin-bottom: 1rem; } }

.form .row-button {
  margin-top: 3rem; }

.form [type='text'],
.form [type='tel'],
.form [type='email'],
.form [type='password'],
.form textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #dbdbdb; }

.form textarea {
  height: 120px; }

.form .medium {
  max-width: 256px; }

.form p {
  margin-bottom: 2rem; }

.radio [type='radio'] {
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle; }

.header {
  margin-bottom: 1.5rem; }
  .header a {
    text-decoration: none;
    color: inherit; }

.header-additionals a:hover {
  color: #099dea; }

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0; }
  @media (min-width: 768px) {
    .header-top .header-city {
      display: none; } }
  @media (max-width: 767px) {
    .header-top .header-offices {
      margin-right: 10px; }
    .header-top .header-city {
      white-space: nowrap;
      font-size: 1.2rem; } }
  @media (max-width: 479px) {
    .header-top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header-top .header-schedule {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: 6px; } }

.header-contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header-contacts .col {
    width: 50%; }
  .header-contacts .contact-region {
    text-align: right;
    padding-right: 15px;
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
    text-transform: uppercase;
    white-space: nowrap; }

.header-schedule {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #b5b5b5;
  border-left: 0.4rem solid #fede24;
  position: relative;
  padding-left: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px; }
  .header-schedule::before {
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border-bottom: 0.35rem solid transparent;
    border-left: 0.6rem solid #fede24;
    border-top: 0.35rem solid transparent; }

.header-offices {
  position: relative; }
  .header-offices .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .header-offices img {
    margin-left: 0.2rem; }
  .header-offices b {
    font-size: 2.4rem;
    line-height: 1; }
  .header-offices span {
    text-transform: uppercase;
    font-size: 1.4rem; }
  .header-offices .filials {
    padding-bottom: 2px;
    border-bottom: 1px solid #bdbdbd;
    font-weight: 600;
    letter-spacing: 1px; }
  .header-offices:hover .filials {
    border-color: #111; }

.header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.2rem; }

.header-search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }
  .header-search [type='search'] {
    width: 100%;
    border: 1px solid #099dea;
    height: 46px;
    padding: 2px 5px 6px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: "Lobster", Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #000; }
    .header-search [type='search']::-webkit-input-placeholder {
      color: #000; }
    .header-search [type='search']::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .header-search [type='search']:-moz-placeholder {
      color: #000; }
    .header-search [type='search']:-ms-input-placeholder {
      color: #000; }
    .header-search [type='search'].placeholder {
      color: #000; }
  .header-search button {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 44px;
    width: 35px;
    text-align: center;
    border: 0;
    background: transparent; }

.header-additionals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-additional {
  padding-left: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-additional-icon {
    margin-right: 10px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px; }
  .header-additional-text b {
    font-size: 1.6rem;
    display: block;
    line-height: 1; }
  .header-additional-text span {
    font-size: 1.2rem;
    color: #b5b5b5; }
  .header-additional .exit {
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    width: 33px;
    height: 33px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    background: url(../images/icon-exit.png) no-repeat 50% 50%;
    background-size: 75% 75%;
    margin-left: 10px; }

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 1.2rem; }

.header-menu {
  font-weight: 600; }
  .header-menu li {
    display: inline-block;
    margin-right: 1.8rem; }
  .header-menu a:hover {
    color: #099dea; }

.header-city a {
  padding-bottom: 2px;
  border-bottom: 1px solid #bdbdbd;
  font-weight: 600; }
  .header-city a:hover {
    border-color: #111; }

@media (min-width: 768px) {
  .logo,
  .header-city {
    padding: 0 15px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 244px;
    flex: 0 0 244px; } }

@media (max-width: 767px) {
  .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 120px;
    flex: 1 0 120px; } }

.header-login {
  width: 100%;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px; }

.mobile-bar {
  background-color: #2b2b2b;
  color: #fff;
  padding: 5px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative; }
  .mobile-bar [class^='icon-'] {
    font-size: 22px;
    vertical-align: middle; }
  .mobile-bar .cart-opener {
    margin-left: auto; }
  .mobile-bar .mobile-search {
    margin-right: 15px; }
  .mobile-bar .search-opener {
    margin-top: 2px;
    display: inline-block; }
  .mobile-bar .mobile-search-form {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #111;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2b2b2b; }
    .mobile-bar .mobile-search-form [type='search'] {
      width: 100%;
      height: 30px;
      padding: 1px 10px; }
      .mobile-bar .mobile-search-form [type='search']::-webkit-input-placeholder {
        color: #999; }
      .mobile-bar .mobile-search-form [type='search']::-moz-placeholder {
        opacity: 1;
        color: #999; }
      .mobile-bar .mobile-search-form [type='search']:-moz-placeholder {
        color: #999; }
      .mobile-bar .mobile-search-form [type='search']:-ms-input-placeholder {
        color: #999; }
      .mobile-bar .mobile-search-form [type='search'].placeholder {
        color: #999; }
    .mobile-bar .mobile-search-form button {
      position: absolute;
      bottom: 10px;
      right: 15px;
      background: none;
      border: 0;
      padding: 0;
      width: 35px;
      height: 30px;
      outline: none;
      color: #2b2b2b; }
  .mobile-bar .catalog-opener {
    font-size: 20px; }
  .mobile-bar .cart-opener {
    font-size: 14px; }
    .mobile-bar .cart-opener i {
      display: inline-block;
      vertical-align: middle;
      margin: -4px 4px 0 0; }
  @media (min-width: 769px) {
    .mobile-bar {
      display: none; } }

@media (max-width: 767px) {
  .header {
    margin-bottom: 0; }
  .header-contacts,
  .header-search,
  .header-cart,
  .header-bottom {
    display: none; }
  .header-top {
    padding: 5px 0; }
  .header-offices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    text-align: right; }
    .header-offices span {
      font-size: 1.2rem;
      line-height: 1;
      margin-top: 4px; }
    .header-offices .row {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 4px 0 0; }
      .header-offices .row b {
        font-size: 2rem; }
      .header-offices .row img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 20px;
        margin: 0 4px 0 0; }
  .header-schedule {
    min-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    font-size: 0.9rem; }
    .header-schedule br {
      display: none; }
  .categories-wrapper {
    display: none; } }

.footer {
  border-top: 3px solid #e9e9e9;
  padding-top: 2.5rem; }
  .footer .container {
    position: relative; }
  .footer a {
    color: inherit;
    text-decoration: none; }

.footer-cols {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer-cols > * {
    padding: 0 1rem;
    margin-bottom: 2.5rem; }
  .footer-cols .footer-contacts {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 280px;
    flex: 1 0 280px;
    max-width: 300px; }
  .footer-cols .footer-about-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  .footer-cols .footer-menu-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px; }
  @media (max-width: 767px) {
    .footer-cols {
      margin: 0 -1.5rem; }
      .footer-cols .footer-about-col {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .footer-cols > * {
        padding: 0 1.5rem; } }
  @media (min-width: 768px) {
    .footer-cols .footer-about-col {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
      flex: 1 0 48%; }
    .footer-cols .footer-menu-col {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
      flex: 1 0 20%; } }
  @media (min-width: 1024px) {
    .footer-cols .footer-menu-col {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 24%;
      flex: 1 0 24%; } }

.footer-about {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 38rem;
  margin-bottom: 2rem; }

.footer-info {
  font-size: 0.9rem;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .footer-info {
      max-width: 38rem; } }

.footer-menu {
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase; }
  .footer-menu li {
    margin-bottom: 0.7rem; }
  .footer-menu a:hover {
    color: #099dea; }

.footer-contacts .h {
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.7rem; }

.footer-contacts .contact {
  margin-bottom: 0.6rem; }

.footer-contacts .show-offices {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.2rem; }
  .footer-contacts .show-offices:hover {
    color: #099dea; }

@media (max-width: 767px) {
  .footer {
    padding-bottom: 0; }
  .footer-about-col {
    padding: 26px 15px 36px;
    background: #333;
    color: #999;
    margin-bottom: 0; } }

.wrapper {
  overflow: hidden;
  width: 100%; }

@media (max-width: 767px) {
  .main-holder.full-screen {
    padding-bottom: 0; } }

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem; }
  @media (max-width: 767px) {
    .container {
      padding: 0 15px; } }

address {
  font-style: normal; }
  address a {
    color: inherit;
    text-decoration: none; }
  address .contact-phone {
    font-size: 1.4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
    white-space: nowrap;
    font-weight: 600; }
  address .contact-region {
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .header address .contact-region {
      font-size: 0.9rem;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
  address .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.main-holder {
  padding: 1.5rem 0 9rem;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main-holder > .heading {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 0 1rem; }
  .main-holder .heading + .sidebar + .content {
    padding-top: 0; }
    @media (min-width: 768px) {
      .main-holder .heading + .sidebar + .content {
        margin-top: -4.3rem; } }

.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  padding: 0 1rem; }
  .sidebar .promo {
    margin: 0 0 3.5rem -1rem; }
  @media (max-width: 767px) {
    .sidebar {
      text-align: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding: 1.5rem 1rem 0; }
  @media (max-width: 767px) {
    .content {
      padding-top: 0;
      margin-bottom: 5rem; } }
  @media (min-width: 1200px) {
    .content {
      padding: 3.5rem 1rem 0; } }
  .content.content-visible {
    overflow: visible; }

@media (max-width: 767px) {
  .promo-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
    background: #fbfbfb;
    padding: 15px 0 0; }
    .promo-texts .promo-text {
      padding: 0 15px; } }

@media (max-width: 479px) {
  .promo-texts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.promo-text {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #363636;
  font-weight: bold;
  text-align: left; }
  .promo-text a {
    color: #848484;
    text-decoration: underline; }
    .promo-text a:hover {
      color: #099dea; }
  .promo-text b {
    font-size: 1.8rem;
    display: block;
    line-height: 1;
    margin-bottom: 0.5rem; }
    .promo-text b + b {
      margin-top: 1rem; }
    .promo-text b span {
      font-size: 3.3rem;
      display: block;
      margin-bottom: 0.5rem; }
  .promo-text .problem {
    color: #848484; }
    .promo-text .problem span {
      font-size: 2.2rem; }
  .promo-text .icon-mail {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: bottom;
    margin: 4px 2px 0 0;
    color: #111; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.content-bordered {
  border-top: 3px solid #e9e9e9;
  padding-top: 4rem; }

.footer-cols .promo,
.footer-cols .promo-texts {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
  margin: 1rem 0; }

.section-name {
  text-transform: uppercase;
  font-size: 2.1rem;
  margin-bottom: 1.5rem; }

.categories {
  margin: 0 -10px; }
  .categories > ul {
    color: #b5b5b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 2.8rem;
    letter-spacing: -0.5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .categories > ul li {
      padding: 0 11px; }
    .categories > ul li.active {
      color: #111;
      font-weight: 700; }
  .categories a, .categories span {
    color: inherit;
    text-decoration: none;
    display: inline-block; }
    .categories a:hover, .categories span:hover {
      color: #099dea; }

.categories-wrapper {
  border-bottom: 1px solid #ace845;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  font-weight: 600; }

.sub-categories-wrapper {
  font-size: 1.3rem;
  border-bottom: 0;
  margin-bottom: 0;
  background: -webkit-repeating-linear-gradient(transparent 0px, transparent 2.6rem, #e7e7e7 2.6rem, #e7e7e7 2.7rem);
  background: -o-repeating-linear-gradient(transparent 0px, transparent 2.6rem, #e7e7e7 2.6rem, #e7e7e7 2.7rem);
  background: repeating-linear-gradient(transparent 0px, transparent 2.6rem, #e7e7e7 2.6rem, #e7e7e7 2.7rem); }
  .sub-categories-wrapper .categories > ul {
    line-height: 2.2rem;
    color: #111; }
    .sub-categories-wrapper .categories > ul li {
      padding: 0.5rem 8px 0; }

.in-category {
  font-size: 1.3rem;
  color: #b5b5b5;
  margin-bottom: 1.7rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .in-category span {
    margin-right: 8px; }
  .in-category a {
    color: #111;
    text-decoration: none;
    font-size: 1.4rem; }
    .in-category a:hover {
      color: #099dea; }
  .in-category .show-all {
    margin-left: auto;
    padding-left: 15px;
    text-align: right;
    font-size: 1.2rem; }
    @media (max-width: 479px) {
      .in-category .show-all {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        text-align: left;
        padding-left: 0;
        margin-top: 1rem; } }

.items {
  margin: 0 -6px 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .items .item {
    border: 1px solid #e9e9e9;
    margin: 0 6px 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 12px);
    flex: 0 0 calc(100% - 12px);
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .items .item.best {
      border: 2px solid #ffeb00;
      padding: 11px; }
    @media (min-width: 480px) {
      .items .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 13px);
        flex: 0 0 calc(100% / 2 - 13px); } }
    @media (min-width: 1024px) {
      .items .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 13px);
        flex: 0 0 calc(100% / 3 - 13px); } }
  .items.wishes .item {
    margin-bottom: 57px;
    position: relative; }
  .items.wishes .item-remove {
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 37px;
    color: #9c9c9c; }
    .items.wishes .item-remove i {
      display: inline-block;
      vertical-align: middle;
      margin: -2px 4px 0 0; }
    .items.wishes .item-remove a {
      text-decoration: none;
      color: inherit;
      text-transform: uppercase;
      font-size: 1.2rem; }
      .items.wishes .item-remove a:hover {
        color: #099dea; }

.items-list {
  margin: 0 0 3rem; }
  .items-list .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 0 3rem;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .items-list .item .item-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
      margin-bottom: 0;
      margin-right: 15px; }
      @media (max-width: 479px) {
        .items-list .item .item-image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
          flex: 0 0 100px; } }
    .items-list .item .item-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .items-list .item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .items-list .item-footer > div {
      margin-bottom: 10px;
      margin-top: 0; }
    @media (min-width: 1024px) {
      .items-list .item-footer {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }
    @media (min-width: 1024px) {
      .items-list .item-footer .item-buttons {
        margin: 0 20px 10px;
        white-space: nowrap; } }
  @media (max-width: 479px) {
    .items-list .badges {
      position: static;
      margin-bottom: 1rem; } }

.item-category {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #999;
  text-decoration: underline; }

.item-name {
  margin-bottom: 1rem; }

.item-description {
  margin-bottom: 1rem; }
  .item-description p:last-child {
    margin-bottom: 0; }

.item-image {
  margin-bottom: 10px; }
  .item-image a {
    display: block; }

.item-content {
  margin-bottom: 10px;
  font-size: 1.4rem; }
  .item-content a {
    color: inherit;
    text-decoration: none;
    font-weight: 600; }
    .item-content a:hover {
      color: #099dea; }

.item-footer {
  margin-top: auto; }

.item-available {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 1.2rem;
  color: #474545; }
  .item-available b {
    font-weight: 700; }
  .item-available .few {
    color: #fe595a; }

.item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .item-buttons .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .item-buttons .btn:first-child {
      margin-right: 2px; }

.item-price {
  margin-bottom: 1.2rem; }
  .item-price del, .item-price ins {
    text-decoration: none;
    font-size: 1.6rem; }
  .item-price del {
    text-decoration: line-through;
    color: #8d8d8d;
    font-weight: 600; }
  .item-price ins {
    font-weight: 700;
    font-size: 2.2rem;
    color: #fe595a; }

.regular-price {
  color: #111;
  font-size: 2.2rem;
  font-weight: 700; }

.badges {
  position: absolute;
  top: -1px;
  left: -1px;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.8px; }
  .badges .present {
    background-color: #ffa300;
    color: #fff;
    padding: 0 10px;
    width: 100px;
    line-height: 20px;
    font-weight: 600;
    position: relative; }
    .badges .present::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      height: 0;
      width: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-top: 25px solid #ffa300; }
  .badges .best-choice {
    background-color: #ffeb00;
    color: #4b4625;
    padding: 8px 10px;
    font-weight: bold;
    width: 100px; }
  .badges .free-delivery {
    background-color: #ace845;
    color: #4b4625;
    padding: 8px 10px;
    font-weight: bold;
    width: 100px; }

.item-table {
  width: 100%;
  font-size: 1.1rem;
  margin-bottom: 1rem; }
  .item-table th,
  .item-table td {
    padding: 0 20px 5px 0;
    text-align: left;
    vertical-align: top; }
  @media (max-width: 1023px) {
    .item-table th {
      display: none; }
    .item-table td {
      display: block; }
    .item-table td:before {
      content: attr(data-name);
      display: block;
      font-weight: bold; } }

#back-top {
  clear: both;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  right: 1rem;
  top: -100px;
  z-index: 999;
  margin-bottom: 0; }
  #back-top a {
    color: #111;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    background: #ace845; }
    #back-top a svg {
      fill: #fff;
      margin-top: -4px; }
    #back-top a:hover {
      background: #97de1c; }
      #back-top a:hover svg {
        fill: #fff; }

.nav-opener {
  position: relative;
  display: inline-block;
  width: 28px;
  min-width: 28px;
  height: 31px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 6px;
  margin-right: 15px; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #fff;
    border-radius: 0;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 3px; }
  .nav-opener:after {
    top: 21px; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    top: 12px; }
  .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10; }
  @media (min-width: 768px) {
    .nav-overlay {
      display: none; } }

.header .nav-close {
  position: fixed;
  top: 10px;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  z-index: 11; }

.mobile-navbar,
.mobile-navbar2 {
  display: none; }
  @media (max-width: 767px) {
    .mobile-navbar,
    .mobile-navbar2 {
      display: block;
      position: fixed;
      width: 250px;
      top: 0;
      left: 0;
      -webkit-transform: translate3d(-250px, 0, 0);
      transform: translate3d(-250px, 0, 0);
      bottom: 0;
      height: 100%;
      overflow: auto;
      z-index: 99;
      background: #fff;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      color: #111; } }

.nav-active,
.nav2-active {
  overflow: hidden !important;
  position: relative; }
  @media (max-width: 767px) {
    .nav-active .nav-close,
    .nav2-active .nav-close {
      -webkit-transform: translate3d(260px, 0, 0);
      transform: translate3d(260px, 0, 0);
      opacity: 1;
      -webkit-transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease, opacity 0.3s ease 0.1s;
      transition: transform 0.3s ease, opacity 0.3s ease 0.1s;
      transition: transform 0.3s ease, opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease; }
    .nav-active .nav-overlay,
    .nav2-active .nav-overlay {
      visibility: visible;
      opacity: 1; } }

@media (max-width: 767px) {
  .nav-active .mobile-navbar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (max-width: 767px) {
  .nav2-active .mobile-navbar2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.main-mobile-nav > li,
.catalog-mobile-nav > li {
  border-bottom: 1px solid #b5b5b5; }
  .main-mobile-nav > li > a,
  .main-mobile-nav > li > span,
  .catalog-mobile-nav > li > a,
  .catalog-mobile-nav > li > span {
    font-weight: bold; }
  .main-mobile-nav > li ul,
  .catalog-mobile-nav > li ul {
    padding-bottom: 10px; }
  .main-mobile-nav > li li > a,
  .main-mobile-nav > li li > span,
  .catalog-mobile-nav > li li > a,
  .catalog-mobile-nav > li li > span {
    padding: 5px 15px 5px 30px; }

.main-mobile-nav a,
.main-mobile-nav span,
.catalog-mobile-nav a,
.catalog-mobile-nav span {
  display: block;
  padding: 10px 15px; }

.main-mobile-nav a:hover,
.catalog-mobile-nav a:hover {
  color: #099dea; }

.sections {
  margin: 0 -6px 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sections .section-item {
    margin: 0 6px 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 12px);
    flex: 0 0 calc(100% - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    font-size: 1.6rem; }
    .sections .section-item img {
      width: 100%;
      height: auto;
      max-width: 100%;
      height: auto; }
    @media (min-width: 375px) {
      .sections .section-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 13px);
        flex: 0 0 calc(100% / 2 - 13px); } }
    @media (min-width: 640px) {
      .sections .section-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 13px);
        flex: 0 0 calc(100% / 3 - 13px); } }
    @media (min-width: 1024px) {
      .sections .section-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 13px);
        flex: 0 0 calc(100% / 4 - 13px);
        margin-bottom: 3rem; } }
    .sections .section-item-image {
      margin-bottom: 1rem; }

.home-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (max-width: 479px) {
    .home-sections {
      margin-bottom: 30px; } }

.home-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin: 0 10px 20px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .home-section:hover {
    -webkit-box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.4); }
  .home-section img {
    vertical-align: top; }
  .home-section-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 30px; }
  .home-section-content {
    padding: 30px 15px 30px 30px;
    position: relative;
    z-index: 1; }
  .home-section-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .home-section .go-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #32a7ee;
    font-size: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-section .go-link::after {
      content: '';
      width: 32px;
      height: 32px;
      background: #f1f1f1 url(../images/arrow.svg) no-repeat 50% 50%;
      border-radius: 50%; }
  .home-section br {
    display: none; }

@media (min-width: 480px) and (max-width: 767px) {
  .home-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
    height: 410px; }
    .home-section .home-section-image {
      position: absolute;
      left: 0;
      bottom: 0; } }
  @media (max-width: 479px) {
    .home-section {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 20px);
      flex: 1 0 calc(100% - 20px);
      height: 350px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .home-section .home-section-content {
        padding: 20px 15px 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .home-section .home-section-title {
        margin-bottom: 20px; }
      .home-section .go-link {
        font-size: 16px; }
      .home-section .home-section-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0; }
      .home-section.dacha .home-section-image {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .home-section br {
      display: block; }
    .home-section .home-section-image {
      width: 100%; }
    .home-section.size1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
      flex: 0 0 calc(50% - 20px);
      height: 277px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .home-section.size1 .home-section-content {
        padding: 48px 30px 30px;
        width: 55%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .home-section.size1 .home-section-content .go-link {
          margin-top: auto; }
      .home-section.size1 .home-section-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0; }
    .home-section.size2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 20px);
      flex: 0 0 calc(33.33333% - 20px);
      height: 428px; }
      .home-section.size2 .home-section-content {
        padding-top: 48px; }
      .home-section.size2 .home-section-image {
        position: absolute;
        left: 0;
        bottom: 0; }
      .home-section.size2 .go-link {
        margin-right: 15px; }
    .home-section.size3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58% - 20px);
      flex: 0 0 calc(58% - 20px); }
    .home-section.size4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(42% - 20px);
      flex: 0 0 calc(42% - 20px); }
    .home-section.size3, .home-section.size4 {
      height: 430px; }
      .home-section.size3 .home-section-content, .home-section.size4 .home-section-content {
        padding-top: 48px;
        padding-left: 58px; }
      .home-section.size3 .home-section-image, .home-section.size4 .home-section-image {
        position: absolute;
        left: 0;
        bottom: 0; }
      .home-section.size3 .go-link, .home-section.size4 .go-link {
        margin-right: 15px; } }

.btn {
  border: 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 1.1rem 0.9rem;
  background: #f8f8f8;
  color: #aaa;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn [class^='icon-'] {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 4px 0 0; }
  .btn:active {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1); }

.btn-green {
  background: #ace845;
  padding: 1.8rem 1.5rem;
  min-width: 160px;
  color: #111;
  border-radius: 6px !important;
  font-size: 1.4rem;
  outline: none; }
  .btn-green:hover {
    background: #9ee425;
    color: #111; }

.btn-blue {
  background: #56b7ff;
  padding: 1.8rem 1.5rem;
  min-width: 160px;
  color: #fff;
  border-radius: 6px !important;
  font-size: 1.4rem;
  outline: none; }
  .btn-blue:hover {
    background: #32a8ff;
    color: #fff; }

.btn-gray {
  background: #dbdbdb;
  padding: 1.8rem 3.5rem;
  min-width: 160px;
  color: #111;
  border-radius: 6px !important;
  font-size: 1.4rem;
  outline: none; }
  .btn-gray:hover {
    background: #c9c9c9;
    color: #111; }

.btn-normal {
  text-transform: none; }

.btn-yellow {
  background: #fede24;
  padding: 1rem 3.5rem;
  min-width: 80px;
  color: #111;
  border-radius: 6px !important;
  font-size: 1.4rem;
  outline: none; }
  .btn-yellow:hover {
    background: #fdd801;
    color: #111; }

.tabset {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  font-size: 1.8rem;
  color: #9c9c9c;
  border-bottom: 6px solid #e9e9e9;
  font-weight: 600; }
  .tabset a {
    text-decoration: none;
    color: inherit; }
    .tabset a:hover {
      color: #099dea; }
  .tabset li {
    margin-right: 3.6rem;
    padding-bottom: 10px;
    margin-bottom: -6px;
    border-bottom: 6px solid transparent; }
    .tabset li.active {
      color: #111;
      border-color: #fede24; }

@media (min-width: 768px) and (max-width: 1023px) {
  .tabset {
    font-size: 1.4rem; }
    .tabset li {
      margin-right: 1.5rem; } }
  @media (max-width: 767px) {
    .tabset {
      border-bottom: 0; }
      .tabset li {
        border-bottom: 0;
        border-left: 6px solid transparent;
        padding: 10px 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        display: block; } }

.sidebar-nav-wrapper {
  padding: 2rem;
  font-size: 1.2rem;
  background-color: #f8f8f8;
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: left; }
  .sidebar-nav-wrapper a {
    color: inherit;
    text-decoration: none; }
    .sidebar-nav-wrapper a:hover {
      color: #099dea; }
  @media (min-width: 768px) {
    .sidebar-nav-wrapper {
      max-width: 214px; } }

.sidebar-nav > li:not(:last-child) {
  margin-bottom: 1.7rem; }

.sidebar-nav > li > a,
.sidebar-nav > li > span {
  text-transform: uppercase; }

.sidebar-nav > li ul {
  padding: 1.5rem 0 0 1.5rem; }
  .sidebar-nav > li ul li:not(:last-child) {
    margin-bottom: 1rem; }

.breadcrumbs {
  color: #b5b5b5;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 600; }
  @media (min-width: 768px) {
    .breadcrumbs {
      margin-top: 0.5rem;
      margin-bottom: 1.5rem; } }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #099dea; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li:not(:last-child)::after {
      content: ' /'; }
    .breadcrumbs li:last-child {
      color: #111; }

@media (max-width: 767px) {
  .filters {
    padding-top: 1rem; } }

.filters-block {
  padding-top: 0; }

@media (min-width: 768px) {
  .filter-opener {
    display: none; } }

.filters-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 3px solid #e9e9e9;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .filters-top-bar.active {
    margin-bottom: 0; }
  .filters-top-bar .h1,
  .filters-top-bar h1 {
    margin-right: 15px;
    margin-bottom: 0; }
  .filters-top-bar .filter-opener {
    margin-left: auto; }

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .filter .name {
    width: 115px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    line-height: 25px; }
  .filter .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px; }
    .filter .list .one {
      padding: 0 10px;
      white-space: nowrap;
      line-height: 25px;
      border-radius: 4px;
      cursor: pointer;
      margin-right: 0.4rem; }
      .filter .list .one:hover {
        background: #eee; }
      .filter .list .one.active {
        background: #fede24; }

.filter-row {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .filter-row:not(:last-child) {
    border-bottom: 1px solid #eee; }
  .filter-row select {
    width: 132px;
    height: 25px; }
  .filter-row .first {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .filter-row .first .name {
      width: 115px; }
  @media (min-width: 480px) {
    .filter-row .last {
      margin-left: auto; }
      .filter-row .last .name {
        text-align: right;
        padding-right: 1.5rem; } }
  @media (max-width: 479px) {
    .filter-row .filter {
      margin-bottom: 1rem; }
    .filter-row .last {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }

.brands {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  .brands .first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px; }
    .brands .first .name {
      margin-bottom: 0.7rem;
      line-height: inherit; }
  .brands label {
    display: block;
    margin-bottom: 0.7rem; }
    .brands label [type='checkbox'] {
      margin: 0 4px 0 0;
      display: inline-block;
      vertical-align: middle; }

.brands-cols {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-columns: 1;
  columns: 1; }
  @media (min-width: 481px) {
    .brands-cols {
      -webkit-columns: 2;
      columns: 2; } }

@media (min-width: 640px) and (max-width: 767px) {
  .brands-cols {
    -webkit-columns: 3;
    columns: 3; } }
  @media (min-width: 768px) {
    .brands-cols {
      -webkit-columns: 2;
      columns: 2; } }
  @media (min-width: 1024px) {
    .brands-cols {
      -webkit-columns: 4;
      columns: 4; } }

.brands-cols.horizontal {
  -webkit-columns: auto;
  columns: auto; }
  .brands-cols.horizontal .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 5px;
    margin-left: 0; }
    @media (max-width: 479px) {
      .brands-cols.horizontal .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .brands-cols.horizontal .list .filter-name + .filter-list-inputs {
          margin-top: 5px; }
        .brands-cols.horizontal .list .filter-list-inputs {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%; } }
  .brands-cols.horizontal .filter-name {
    width: 115px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px; }

.filter-list-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .filter-list-inputs .radio {
    margin: 0 15px 5px 0; }

.brands-col {
  padding-right: 15px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column; }

.sorting {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 479px) {
    .sorting {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .sorting .sort-by {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: 1rem; }
      .sorting .sortings {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

.sort-by {
  margin: 0 1rem 0 0; }

.sortings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sortings .one {
    border: 1px solid #eee;
    padding: 0 2rem;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    margin-left: -1px;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative; }
    .sortings .one:hover {
      background: #eee; }
    .sortings .one.active {
      background: #eee;
      padding-right: 3rem; }
      .sortings .one.active span {
        visibility: visible; }
    .sortings .one span {
      height: 3px;
      width: 7px;
      background: #4d4b4b;
      position: absolute;
      right: 7px;
      visibility: hidden; }
    .sortings .one .az {
      top: 8px; }
    .sortings .one .za {
      top: 13px; }
  .sortings .active-az .az {
    width: 12px; }
  .sortings .active-za .za {
    width: 12px; }

.paging {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .paging li {
    display: inline-block;
    margin: 0 2px 8px; }
  .paging ul a,
  .paging ul span {
    display: inline-block;
    padding: 5px 5px;
    min-width: 28px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333; }
  .paging ul a:hover,
  .paging ul span {
    background: #ace845;
    border-color: #ace845; }
  .paging .show-all {
    display: inline-block;
    margin-bottom: 8px;
    white-space: nowrap;
    padding: 0 20px; }
    @media (max-width: 479px) {
      .paging .show-all {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-top: 1rem;
        font-size: 1.6rem; } }

.order {
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 5rem; }
  .order header {
    border-bottom: 2px solid #e7e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.5rem; }
    .order header > div {
      margin-right: 3rem; }
      .order header > div span {
        margin-left: 1.5rem; }
    @media (max-width: 767px) {
      .order header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .order header > div {
          margin-bottom: 1rem; } }

.status span {
  font-weight: bold; }

.status .new {
  color: #ace845; }

.order-table {
  width: 100%;
  margin: 2rem 0; }
  .order-table .item-name {
    font-weight: bold;
    padding-right: 1.5rem; }
  .order-table .order-qnt {
    width: 90px;
    padding-left: 15px; }
  .order-table .order-price {
    width: 100px; }
  .order-table tr td {
    padding: 6px 0; }
  .order-table tr:not(:last-child) {
    border-bottom: 1px solid #ececec; }
  @media (max-width: 479px) {
    .order-table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .order-table tr .order-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }

.tab .form {
  font-size: 1.6rem;
  max-width: 620px; }

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

.box {
  max-width: 660px;
  margin: 0 auto 3rem;
  border: 3px solid #fede24;
  padding: 2rem;
  font-size: 1.3rem; }

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 2rem; }
  .product-images {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 280px;
    flex: 1 0 280px;
    max-width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-images .main-image {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .product-images .product-thumbs {
      width: 66px;
      text-align: center;
      padding: 0 10px; }
  .product .thumb {
    display: block;
    margin: 0 0 15px; }
  .product-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 5rem; }
    @media (min-width: 768px) {
      .product-description {
        margin-top: 6.5rem; } }
  .product-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 768px) {
      .product-content {
        padding: 0 0 0 20px;
        max-width: 425px; } }
  .product .tabset {
    margin-bottom: 2.5rem; }

.product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.2rem; }
  .product-buttons .btn {
    padding: 0.5rem 1rem;
    border-radius: 0 !important; }
  .product-buttons .btn-green,
  .product-buttons .btn-blue {
    margin-right: 2px;
    padding: 1.7rem 1rem;
    min-width: 150px;
    height: auto;
    font-weight: 600; }
  .product-buttons .additional .btn {
    display: block;
    height: 25px; }
    .product-buttons .additional .btn:first-child {
      margin-bottom: 2px; }
    .product-buttons .additional .btn i {
      font-size: 1.2rem;
      margin-right: 0.5rem; }
  @media (max-width: 479px) {
    .product-buttons {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-buttons .btn-green,
      .product-buttons .btn-blue {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 2px; }
      .product-buttons .additional {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .product-buttons .additional .btn {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-bottom: 0;
          padding: 1rem;
          height: auto; }
          .product-buttons .additional .btn:first-child {
            margin-right: 2px; } }

.regular-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  padding: 9px;
  margin-bottom: 1rem; }
  .regular-client .regular-price {
    font-size: 2.1rem;
    white-space: nowrap; }
  .regular-client .for {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin: 0 2rem; }
  .regular-client .btn {
    margin-left: auto; }
  @media (max-width: 479px) {
    .regular-client {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .regular-client .btn {
        margin-top: 0.5rem;
        width: 100%; } }

.product-delivery {
  font-size: 1.3rem; }
  .product-delivery header {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-delivery header div {
      margin-right: 1rem; }
    .product-delivery header img {
      margin-left: auto; }

.product-delivery-row {
  display: table-row; }
  .product-delivery-row > div {
    display: table-cell;
    padding-bottom: 0.6rem; }
  .product-delivery-row .dlvrname {
    padding: 0 15px 0 0; }
  .product-delivery-row .dlvrval {
    width: 80px; }

.product-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1rem;
  font-size: 1.3rem; }
  .product-prices .old-price {
    margin-right: 1rem; }
    .product-prices .old-price span {
      display: block;
      font-size: 1rem; }
    .product-prices .old-price del {
      font-size: 2.2rem;
      text-decoration: none;
      font-style: normal;
      white-space: nowrap; }
  .product-prices .new-price {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    margin-right: 1rem; }
  .product-prices ins {
    color: #fe595a;
    text-decoration: none;
    white-space: nowrap; }
  .product-prices .available {
    margin-left: auto; }

.product-additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 4px solid #e9e9e9;
  margin-top: 1rem;
  padding-top: 1.5rem; }
  .product-additional .h {
    font-size: 1.6rem;
    margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .product-additional .recommend {
      max-width: 66.6666%; }
    .product-additional .you-saw {
      padding-left: 1rem; } }

.saw-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .saw-list div {
    padding: 0 10px;
    margin-bottom: 20px; }

.about-content {
  padding: 6rem 0 2rem; }
  @media (max-width: 767px) {
    .about-content {
      padding-top: 4rem; } }

.about-row {
  padding: 2rem 0 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .about-row:nth-child(odd) {
    background: #fbfbfb; }
  .about-row .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 960px; }
  .about-row .about-image {
    text-align: center;
    margin: 2rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  @media (min-width: 768px) {
    .about-row .about-image {
      margin-top: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 208px;
      flex: 0 0 208px; }
    .about-row .text-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 2rem;
      max-width: 670px;
      font-size: 1.4rem;
      line-height: 1.42; }
      .about-row .text-content h2 {
        font-size: 2.6rem; } }

.about-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem; }
  @media (max-width: 767px) {
    .about-badges {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.about-badge {
  width: 240px;
  position: relative;
  text-align: center;
  padding: 2rem;
  margin-bottom: 75px;
  font-size: 1.6rem;
  line-height: 1.5; }
  .about-badge .h {
    font-size: 1.9rem; }
  @media (min-width: 480px) {
    .about-badge {
      margin: 0 3rem 75px; } }
  .about-badge::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    width: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 55px solid #ace845; }
  .about-badge.green {
    background-color: #ace845; }
  .about-badge.yellow {
    background-color: #ffeb00; }
    .about-badge.yellow::after {
      border-top-color: #ffeb00; }

.custom-ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  line-height: 1.6rem;
  font-size: 1.2rem; }
  .custom-ol li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 32px;
    padding-top: 2px;
    margin-bottom: 1rem; }
    .custom-ol li::before {
      content: counter(step-counter);
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      margin-right: 5px;
      font-size: 1.2rem;
      background-color: #2c2c2c;
      color: white;
      font-weight: bold;
      padding: 2px;
      width: 2.3rem;
      height: 2.3rem;
      border-radius: 50%; }
  @media (max-width: 767px) {
    .custom-ol br {
      display: none; } }
  @media (min-width: 768px) {
    .custom-ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .custom-ol li {
        padding-right: 2rem; } }
  @media (min-width: 1024px) {
    .custom-ol {
      margin-right: -60px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media (min-width: 768px) {
  .about-row-medium .text-content {
    max-width: 585px; }
  .about-row-medium .about-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px; } }

@media (min-width: 768px) {
  .fast-delivery {
    padding-bottom: 8rem; } }

.about-delivery {
  padding: 3rem 1.5rem;
  text-align: center;
  border: 1px solid #111;
  max-width: 170px;
  width: 100%;
  margin: 0 auto; }
  .about-delivery img {
    margin-bottom: 1rem; }
  .about-delivery p {
    text-transform: uppercase;
    font-weight: bold;
    color: #2aa2ff;
    line-height: 2.2rem;
    font-size: 1.3rem;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .about-delivery {
      margin-top: -9rem;
      padding: 9rem 1.5rem 5rem; } }

.video-wrapper {
  padding-top: 56.25%;
  margin: 2rem 0;
  position: relative; }
  .video-wrapper iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }

.about-table {
  border-radius: 10px;
  background: #fbfbfb;
  width: 100%;
  max-width: 750px;
  margin-bottom: 4rem;
  padding: 2rem 1rem;
  font-size: 1.4rem;
  position: relative; }
  .about-table::before {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 30px;
    height: 30px;
    background: #afe94c;
    border-radius: 10px 0 0 0; }
  .about-table::after {
    content: '';
    position: absolute;
    bottom: -21px;
    right: -21px;
    width: 44px;
    height: 44px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .about-table .r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem; }
    @media (min-width: 480px) {
      .about-table .r {
        margin-bottom: 0.5rem; } }
    .about-table .r .n {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 1.8rem;
      position: relative; }
      .about-table .r .n::after {
        content: ': '; }
      @media (min-width: 480px) {
        .about-table .r .n::after {
          content: '';
          position: absolute;
          bottom: 0.2rem;
          right: 0;
          width: 100%;
          height: 2px;
          background: #b7b7b7; } }
      @media (min-width: 480px) {
        .about-table .r .n span {
          z-index: 1;
          padding-right: 3rem;
          background: #fbfbfb;
          position: relative;
          display: inline-block; } }
    .about-table .r .p {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  @media (min-width: 768px) {
    .about-table {
      padding: 3rem 4rem; } }
