@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-Light.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-Light.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans.woff") format("woff"), url("../fonts/Open-Sans/OpenSans.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-Semibold.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/Open-Sans/OpenSans-Bold.woff") format("woff"), url("../fonts/Open-Sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton/PantonExtraBold.woff2") format("woff2"), url("../fonts/Panton/PantonExtraBold.woff") format("woff"), url("../fonts/Panton/PantonExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IconFont";
  src: url("../fonts/techavto-icons/techavto-icons.woff2") format("woff2"), url("../fonts/techavto-icons/techavto-icons.woff") format("woff"), url("../fonts/techavto-icons/techavto-icons.ttf") format("truetype");
  font-display: swap;
}

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

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

.is-hidden {
  display: none;
}

.mw-container {
  max-width: 1180px;
  margin: auto;
  padding: 0.1px 40px;
}

@media screen and (max-width: 599px) {
  .mw-container {
    padding: 0.1px 10px;
  }
}

.mini-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-sprite {
  position: absolute;
  z-index: -1;
}

.slider-arrow {
  display: none;
  z-index: 1;
  position: absolute;
  cursor: pointer;
}

.bread-section {
  width: 100%;
}

.breadcrumbs {
  margin-bottom: 30px;
  color: #979d9f;
  font-size: 12px;
}

.breadcrumbs a {
  color: #008adc;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .breadcrumbs {
    margin-left: 0;
    text-align: center;
  }
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-basket:before {
  content: '\e801';
}

/* '' */
.icon-user:before {
  content: '\e802';
}

/* '' */
.icon-phone:before {
  content: '\e803';
}

/* '' */
.icon-truck:before {
  content: '\e804';
}

/* '' */
.icon-heart:before {
  content: '\e805';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e806';
}

/* '' */
.icon-wallet:before {
  content: '\e807';
}

/* '' */
.icon-money:before {
  content: '\e808';
}

/* '' */
.icon-right-open:before {
  content: '\f006';
}

/* '' */
.icon-user-female:before {
  content: '\f063';
}

/* '' */
.icon-certificate:before {
  content: '\f0a3';
}

/* '' */
.icon-facebook-rect:before {
  content: '\f301';
}

/* '' */
.icon-googleplus-rect:before {
  content: '\f309';
}

/* '' */
.icon-vkontakte-rect:before {
  content: '\f30a';
}

/* '' */
.icon-odnoklassniki-rect:before {
  content: '\f30d';
}

/* '' */
.icon-instagram-filled:before {
  content: '\f31f';
}

/* '' */
.icon-visa:before {
  content: '\f328';
}

/* '' */
.icon-mastercard:before {
  content: '\f329';
}

/* '' */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

header {
  background: url(../images/header-footer/header-bg-left.jpg) left bottom no-repeat, url(../images/header-footer/header-bg-right.jpg) right bottom no-repeat, #eaeff1;
}
.lang.mob{
  text-align: center;
}
.lang.mob a{
  color: #000;
  font-weight: bold;
}
.lang.mob a.active{
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  header {
    background: #eaeff1;
  }
}

header .top-line-bg {
  background-color: #181818;
}

header .top-line {
  font-size: 12px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
    header .second-line { min-height:90px; }
}
@media screen and (max-width: 999px) {
  header .top-line {
    display: none;
  }
}

header .top-line > nav, header .top-line > .right-block {
  height: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top-line > nav a, header .top-line > .right-block a {
  color: white;
  font-weight: 400;
  text-decoration: none;
}

header .top-line > nav a:hover {
  text-decoration: underline;
}

header .top-line > nav {
  width: 560px;
}

header .top-line > .right-block {
  width: 369px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .top-line > .right-block > .auth-links a {
  margin-right: 20px;
}

header .currency-select-wrap {
  position: relative;
  color: #df2525;
}

header .currency-select-wrap > .currency-select {
  color: inherit;
  font-weight: 700;
  width: 40px;
  height: 19px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header .currency-select-wrap > .currency-select::-ms-expand {
  display: none;
}

header .currency-select-wrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  vertical-align: middle;
  margin-left: 3px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #de2424 transparent transparent;
  border-width: 4px 4px 0;
}

header .second-line {
  margin: 30px 0;
  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;
}

header .second-line > .header-logo {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

header .second-line > .header-logo > .grey-text {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #8a9295;
  font-size: 13px;
}

@media screen and (max-width: 1179px) {
  header .second-line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 999px) {
  header .second-line {
    display: none;
  }
}

header .cart-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
  font-size: 13px;
}

header .cart-block a {
  color: #008adc;
}

header .cart-block .round-red-button {
  margin-right: 5px;
}

header .cart-block .grey-text {
  color: #8a9295;
  font-size: 12px;
}

header .cart-block > div {
  margin-left: 5px;
}

header .cart-button-mob {
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  background: none;
  font-family: "IconFont", sans-serif;
  color: #de2424;
  font-size: 34px;
}

header .cart-button-mob .cart-count {
  position: absolute;
  right: -7px;
  top: -3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #00b941;
  border-radius: 50%;
  line-height: 20px;
  text-shadow: 0.5px 0.9px 0 #009434;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

header .phones-block {
  position: relative;
  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;
  width: 330px;
  font-size: 24px;
  font-weight: 600;
}

header .phones-block .round-red-button {
  font-size: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

header .phones-block a {
  text-decoration: none;
  color: #171717;
  font-size: 15px;
  font-weight: 700;
}

header .phones-block .operator-icon {
  display: inline-block;
}

header .phones-block .grey-text {
  color: #8a9295;
  font-size: 12px;
  font-weight: 400;
}

header .phones-block .call-back-link {
  color: #008adc;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  cursor: pointer;
}

header .phones-block .call-back-link > span:last-child {
  text-decoration: underline;
}

header .phones-block .call-back-link > .icon-phone {
  margin-right: 5px;
  font-family: "IconFont", sans-serif;
  font-size: 14px;
}

header .header-search {
  margin: 0 20px;
}

header .search-bg {
  position: absolute;
  z-index: 0;
  border: none;
  background-color: white;
  border-radius: 3px;
  width: 265px;
  height: 44px;
  box-shadow: 0.5px 1.9px 1px #dee3e5;
}

@media screen and (max-width: 1179px) {
  header .search-bg {
    width: 225px;
  }
}

header input {
  position: relative;
  height: 42px;
}

header input[type="text"] {
  font-size: 13px;
  border: none;
  margin-left: 20px;
  width: 200px;
}

@media screen and (max-width: 1179px) {
  header input[type="text"] {
    width: 160px;
  }
}

header input[type="submit"] {
  font-family: "IconFont", sans-serif;
  border: none;
  background: none;
  color: #1e1e1e;
  font-size: 18px;
  cursor: pointer;
}

header .red-nav {
  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: 0 80px;
  position: relative;
  height: 52px;
}

@media screen and (max-width: 1179px) {
  header .red-nav {
    width: 98%;
    padding: 0 40px;
  }
}

@media screen and (max-width: 999px) {
  header .red-nav {
    display: none;
  }
}

header .red-nav .nav-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 10px;
  height: 52px;
  width: 100%;
  background-color: #de2424;
  border-radius: 5px;
}

header .red-nav .separator {
  z-index: 1;
  border-left: 1px solid #f44b4b;
  border-right: 1px solid #cf1010;
  width: 2px;
  height: 24px;
}

header .red-nav .nav-item > a {
  display: block;
  height: 52px;
  line-height: 52px;
  position: relative;
  z-index: 1;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

header .red-nav .nav-item > a.is-active {
  padding: 0 30px;
  background-color: #af0c0c;
}

header .red-nav .flyout {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 70px;
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  background-color: white;
  z-index: 20;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

header .red-nav .flyout.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .red-nav .flyout > .subcategory {
  margin-bottom: 10px;
}

header .red-nav .flyout a {
  display: block;
  width: 255px;
  color: #808789;
  font-size: 12.5px;
  line-height: 19px;
}

header .red-nav .flyout a:first-child {
  color: #181818;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

header .mobile-header {
  display: none;
}

@media screen and (max-width: 999px) {
  header .mobile-header {
    padding: 30px 10px;
    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;
  }
}

header .mobile-header .icon-sidebar {
  border: none;
  background-color: transparent;
}

header .mobile-header .round-callback {
  width: 54px;
  height: 54px;
  background-color: #de2424;
  border-radius: 50%;
  border: none;
  font-family: "IconFont", sans-serif;
  color: white;
  font-size: 31px;
  font-weight: 400;
}

header .round-red-button {
  width: 44px;
  height: 44px;
  background-color: #de2424;
  border-radius: 50%;
  border: none;
  font-family: "IconFont", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
}

#header-sidebar {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

#header-sidebar.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}

#header-sidebar.active .sidebar-bg {
  left: 0;
}

#header-sidebar.active .behind-sidebar {
  opacity: 0.85;
}

#header-sidebar .behind-sidebar {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  opacity: 0;
  -webkit-transition: opacity 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out;
}

#header-sidebar .icon-sidebar-close {
  position: absolute;
  left: 275px;
  top: 25px;
  border: none;
  background-color: transparent;
}

#header-sidebar .sidebar-bg {
  position: absolute;
  width: 250px;
  height: 100%;
  background-color: #ebeff0;
  overflow-x: hidden;
  overflow-y: auto;
  left: -250px;
  -webkit-transition: left 0.33s ease-in-out;
  transition: left 0.33s ease-in-out;
}

#header-sidebar .logo {
  margin: 13px 0 40px 30px;
  display: block;
  width: 193px;
  height: 42px;
}

#header-sidebar .logo img {
  width: inherit;
  height: inherit;
}

#header-sidebar .main-nav a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 16px 0;
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #f7fbfc;
  border-top: 1px solid #d4dbdd;
}

#header-sidebar .main-nav a b {
  font-size: 20px;
}

#header-sidebar .main-nav a:first-child {
  border-top: none;
}

#header-sidebar .main-nav a:last-child {
  border-bottom: none;
}

#header-sidebar .search-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  border: none;
  background-color: white;
  border-radius: 3px;
  width: 200px;
  height: 44px;
  box-shadow: 0.5px 1.9px 1px #dee3e5;
}

#header-sidebar form {
  margin-left: 15px;
  margin-top: 20px;
  position: relative;
}

#header-sidebar .sidebar-textfield {
  position: relative;
  height: 42px;
  margin-left: 10px;
  width: 140px;
  border: none;
  font-size: 14px;
}

#header-sidebar input[type="tel"] {
  font-size: 13px;
  border: none;
  margin-left: 20px;
  width: 155px;
}

#header-sidebar .submit-search {
  font-family: "IconFont", sans-serif;
  border: none;
  background: none;
  color: #1e1e1e;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

#header-sidebar .secondary-nav {
  margin: 30px 0 15px;
}

#header-sidebar .secondary-nav a {
  margin: 15px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #878d8e;
  font-size: 15px;
}

#header-sidebar .phones-block {
  margin: 30px 0;
}

#header-sidebar .phones-block a {
  margin: 10px auto;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
}

#header-sidebar .icon-phone {
  display: block;
  margin: auto;
  width: 32px;
  color: #de2424;
  font-family: "IconFont", sans-serif;
  font-size: 39px;
}

#header-sidebar .work-time {
  text-align: center;
  color: #a2a8aa;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#header-sidebar .submit-callback {
  margin-top: 10px;
  border: none;
  width: 200px;
  height: 44px;
  background-color: #de2424;
  border-radius: 5px;
  color: #ebeff0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

#header-sidebar .icons-social {
  margin: 40px auto 20px;
  font-family: "IconFont", sans-serif;
  text-align: center;
  font-size: 19px;
}

#header-sidebar .icons-social a {
  color: #737373;
  text-decoration: none;
  margin-right: 10px;
}

#header-sidebar .icons-social a:hover {
  color: #c1c1c1;
}

#header-sidebar .copyrights {
  text-align: center;
  color: #737373;
  font-size: 13px;
}

#header-sidebar .currency-select-wrap {
  text-align: center;
  color: #202020;
  font-size: 13px;
  margin: 50px 0;
}

footer {
  background: url("../images/header-footer/footer-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 40px 0;
  color: #737373;
  font-size: 13px;
  font-weight: 400;
}

footer .logo {
  width: 203px;
}

@media screen and (max-width: 1179px) {
  footer .logo {
    display: block;
    margin: auto;
  }
}

footer .site-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 38px;
  margin-bottom: 20px;
  width: 915px;
  height: 45px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

footer .site-nav a {
  color: white;
  text-decoration: none;
}

footer .site-nav b {
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1179px) {
  footer .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
    width: 90%;
  }
}

@media screen and (max-width: 999px) {
  footer .site-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
  }
  footer .site-nav a {
    margin: 10px auto;
  }
}

footer .icons-social {
  /*width: 145px;
  margin-top: 60px;*/
  width: 203px;
  font-family: "IconFont", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

footer .icons-social img {
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
}

footer .icons-social a {
  text-decoration: none;
  color: #737373;
  margin-right: 5px;
}

footer .icons-social a:hover {
  color: white;
}

@media screen and (max-width: 1179px) {
  footer .icons-social {
    display: block;
    margin: 0 auto 10px;
  }
}

footer .copyrights {
  /*margin-left: 110px;*/
  margin-left: 40px;
}

@media screen and (max-width: 1179px) {
  footer .copyrights {
    display: block;
    margin: auto;
    text-align: center;
  }
}

footer .extra-links {
  margin-top: 25px;
  max-width: 600px;
}

footer .extra-links a {
  color: #737373;
}

@media screen and (max-width: 1179px) {
  footer .extra-links {
    display: block;
    margin: 10px auto;
  }
}

footer .phones {
  float: right;
  font-size: 26px;
  text-align: right;
}

footer .phones small {
  display: block;
  font-size: 12px;
}

footer .phones a {
  color: inherit;
  text-decoration: none;
}

footer .phones .icon-phone {
  vertical-align: middle;
  margin-right: 5px;
  font-family: "IconFont", sans-serif;
  font-size: 12px;
}

footer .phones .call-back {
  cursor: pointer;
  margin-top: 20px;
  float: right;
  text-decoration: none;
  color: white;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 1179px) {
  footer .phones {
    margin-top: 30px;
    float: none;
    display: block;
    text-align: center;
    color: white;
  }
  footer .phones small {
    font-size: 26px;
  }
  footer .phones a {
    display: block;
    margin: 10px auto;
  }
  footer .phones .icon-phone {
    font-size: 18px;
  }
  footer .phones .punctuation {
    display: none;
  }
  footer .phones .call-back {
    float: none;
    font-size: 16px;
  }
}

.hero {
  margin-top: 10px;
}

.hero .slider-big, .hero .slider-small {
  visibility: hidden;
}

.hero .slider-big.slick-initialized, .hero .slider-small.slick-initialized {
  visibility: visible;
}

.hero .slider-big {
  width: 830px;
}

@media screen and (max-width: 1179px) {
  .hero .slider-big {
    max-width: 830px;
    width: 95%;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  .hero .slider-big {
    display: none;
  }
}

.hero .slider-small {
  width: 320px;
  float: right;
}

@media screen and (max-width: 1179px) {
  .hero .slider-small {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .hero .slider-small {
    display: block;
    float: none;
    margin: auto;
    width: 95%;
    max-width: 320px;
  }
}

.hero h1 {
  font-family: "Panton", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.hero p {
  font-size: 13px;
  font-weight: 400;
}

.hero .slick-custom-dot {
  width: 11px;
  height: 11px;
  border: 3px solid #e9eff1;
  border-radius: 50%;
}

.hero .slick-active .slick-custom-dot {
  border: 3px solid #1e1e1e;
}

.hero .slick-dots {
  bottom: 5px;
  left: 20px;
  text-align: left;
  width: 200px;
}

.hero .slick-dots li {
  width: 11px;
  height: 11px;
}

.hero .slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.category-tabs .accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0;
}

.category-tabs .accordion-tabs-minimal::after {
  clear: both;
  content: "";
  display: block;
}

.category-tabs .accordion-tabs-minimal .tab-header-and-content {
  list-style: none;
}

@media screen and (min-width: 1000px) {
  .category-tabs .accordion-tabs-minimal .tab-header-and-content {
    display: inline;
  }
}

.category-tabs .accordion-tabs-minimal .tab-link {
  font-family: "Panton", sans-serif;
  position: relative;
  left: 5px;
  bottom: -5px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #ebeff0;
  border-top: 5px solid #de2424;
  color: #202020;
  display: block;
  padding: 0.75em 1.618em;
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .category-tabs .accordion-tabs-minimal .tab-link {
    border-top: 0;
    display: inline-block;
  }
}

.category-tabs .accordion-tabs-minimal .tab-link:hover {
  color: #de2424;
}

.category-tabs .accordion-tabs-minimal .tab-link:focus {
  outline: none;
}

.category-tabs .accordion-tabs-minimal .tab-link.is-active {
  color: white;
  border-bottom: 0;
  background-color: #de2424;
}

@media screen and (min-width: 1000px) {
  .category-tabs .accordion-tabs-minimal .tab-link.is-active {
    margin-bottom: -1px;
  }
}

.category-tabs .accordion-tabs-minimal .tab-content {
  position: relative;
  z-index: 1;
  padding: 1.5em 1.618em;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .category-tabs .accordion-tabs-minimal .tab-content {
    border-top: 5px solid #de2424;
    float: left;
  }
}

.category-tabs .accordion-tabs-minimal .tab-link {
  width: 98%;
}

@media screen and (min-width: 1000px) {
  .category-tabs .accordion-tabs-minimal .tab-link {
    width: auto;
  }
}

.category-tabs .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .category-tabs .tab-content {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.category-tabs .category-block {
  margin-bottom: 10px;
  position: relative;
  width: 265px;
  height: 72px;
  border: 2px solid transparent;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(189, 197, 199, 0.3);
  line-height: 68px;
}

.category-tabs .category-block img {
  z-index: -1;
  position: absolute;
  top: -2px;
  left: -2px;
}

.category-tabs .category-block span {
  margin-left: 90px;
  display: inline-block;
  vertical-align: middle;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 17px;
}

.category-tabs .category-block:hover {
  border: 2px solid #c7cdcf;
  box-shadow: inset 0 -6px 0 #dfe5e6;
}

.goods-slider-section {
  overflow: hidden;
  margin-bottom: -60px;
  padding-bottom: 60px;
}

.goods-slider-section .mw-container {
  position: relative;
}

.goods-slider-section .mw-container:hover {
  z-index: 1;
}

.goods-slider-section .slider-body {
  margin: 20px 0;
  display: none;
}

.goods-slider-section .slider-body.slick-initialized {
  display: block;
}

.goods-slider-section .slick-list {
  overflow: visible;
}

.goods-slider-section .slick-disabled {
  opacity: 0;
}

.goods-slider-section .icon-slider-prev {
  top: 45%;
}

.goods-slider-section .icon-slider-next {
  top: 45%;
  right: 15px;
}

.goods-slider-section .slick-active .goods-card {
  opacity: 1;
}

.goods-slider-section .goods-card {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in 0s;
  transition: opacity 0.5s ease-in 0s;
}

.why-us .features {
  margin: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why-us .text-block {
  margin-left: 20px;
}

.why-us .name {
  margin-top: 5px;
  width: 150px;
  color: #1e1e1e;
}

.why-us .description {
  margin-top: 10px;
  width: 160px;
  color: #979d9f;
  font-size: 13px;
}

.why-us .feature-card {
  margin: auto;
  width: 260px;
}

@media screen and (max-width: 1179px) {
  .why-us .card-wrapper {
    width: 50%;
  }
  .why-us .card-wrapper:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .why-us .card-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}

.company-reviews {
  position: relative;
}

.company-reviews .slider-body {
  margin: 40px;
}

.company-reviews .icon-slider-next {
  top: 60%;
  right: 15px;
}

.company-reviews .icon-slider-prev {
  top: 60%;
}

.reply-card {
  width: 480px;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .reply-card {
    width: auto;
  }
}

.reply-card > .avatar {
  width: 85px;
  height: 85px;
  background-color: #de2424;
  border: 5px solid #ebeff0;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .reply-card > .avatar {
    display: block;
    margin: auto;
  }
}

.reply-card > .text-block {
  max-width: 360px;
  margin-top: 27px;
  margin-left: 25px;
}

@media screen and (max-width: 599px) {
  .reply-card > .text-block {
    text-align: center;
    max-width: none;
  }
}

.reply-card > .text-block > .name {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
}

.reply-card > .text-block > .date {
  color: #979d9f;
  font-size: 12px;
}

.reply-card > .text-block > .comment {
  position: relative;
  margin-top: 30px;
  color: #202020;
  font-size: 13px;
}

.reply-card > .text-block > .comment:before {
  content: '“';
  position: absolute;
  left: -25px;
  top: -5px;
  color: #d5dddf;
  font-size: 36px;
  font-weight: 600;
}

.about-us-short {
  color: #202020;
  font-size: 13px;
  margin-bottom: 40px;
}

.about-us-short p {
  margin-top: 40px;
}

.about-us-short b {
  font-size: 16px;
}

.best-brands {
  position: relative;
}

.best-brands .slider-body {
  margin: 40px;
}

.best-brands .slider-body img {
  margin: 0 18px;
}

.best-brands .icon-slider-next {
  top: 62%;
  right: 15px;
}

.best-brands .icon-slider-prev {
  top: 62%;
}

.best-brands .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.contact-form {
  background: url("../images/index/contact-form-bg.jpg") center no-repeat;
  background-size: cover;
}

.contact-form .yellow-rect {
  margin: auto;
  max-width: 411px;
  height: 52px;
  background-color: #ffd900;
  line-height: 52px;
}

@media screen and (max-width: 599px) {
  .contact-form .yellow-rect {
    width: 270px;
  }
}

.contact-form h2 {
  color: #1e1e1e;
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  .contact-form h2 {
    font-size: 21px;
  }
}

.contact-form form {
  margin: 20px auto 30px;
  max-width: 600px;
}

.contact-form input[type="tel"], .contact-form input[type="text"] {
  margin-right: 5px;
  text-align: center;
  width: 194px;
  height: 40px;
  background-color: white;
  border: 1px solid #dde2e4;
  border-radius: 4px;
  box-shadow: 0 1px 2px #ccd8dc;
  font-size: 13px;
}

@media screen and (max-width: 999px) {
  .contact-form input[type="tel"], .contact-form input[type="text"] {
    display: block;
    margin: 10px auto;
  }
}

.contact-form input[type="submit"], .footer-contact-btn {
  border: none;
  width: 192px;
  height: 38px;
  background-color: #3f3f3f;
  border-radius: 4px;
  box-shadow: 0 3px 2px #c2cdd0, inset 0 -3px 0 #1e1e1e;
  color: white;
  font-size: 14px;
  padding: 10px;
  margin: 20px auto;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .contact-form input[type="submit"], .footer-contact-btn {
    display: block;
    margin: 20px auto;
  }
}

.contact-form .form-description {
  margin: 20px auto;
  text-align: center;
  max-width: 380px;
  color: #979d9f;
  font-size: 13px;
  font-weight: 400;
}

.contact-form .phones-header {
  text-align: center;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 600;
}

.contact-form .phones {
  text-align: center;
  font-size: 21px;
  margin-bottom: 30px;
}

.contact-form .phones a {
  color: #1e1e1e;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .contact-form .phones a {
    display: block;
    margin: 10px auto;
  }
  .contact-form .phones a:first-child {
    margin-top: 30px;
  }
}

.contact-form .phones span {
  color: #979d9f;
}

@media screen and (max-width: 599px) {
  .contact-form .phones span {
    display: none;
  }
}

.map-short {
  overflow: hidden;
  position: relative;
}

.map-short > .black-address {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 360px / 2);
  margin: auto;
  width: 361px;
  height: 46px;
  background-color: #1e1e1e;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  border-radius: 5px;
}

@media screen and (max-width: 999px) {
  .map-short > .black-address {
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .map-short > .black-address > .un-skew {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.seo-description {
  margin: 30px auto;
}

.seo-description p {
  color: #979d9f;
  font-size: 12px;
}

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

@media screen and (max-width: 999px) {
  .subcategory-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.subcategory-card {
  text-decoration: none;
  position: relative;
  /*margin: 10px;
  width: 264px;*/
  margin: 5px;
  width: 200px;
  overflow: hidden;
  height: 274px;
  background-color: white;
  border-radius: 5px;
  border: solid transparent 2px;
  box-shadow: 0 3px 3px rgba(189, 197, 199, 0.3);
  text-align: center;
  color: #1e1e1e;
  font-size: 14px;
}

.subcategory-card .image-wrapper {
  position: relative;
  margin: 12px auto 20px;
  width: 200px;
  height: 200px;
}

.subcategory-card .image-wrapper > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.subcategory-card:hover {
  border: 2px solid #c7cdcf;
  box-shadow: inset 0 -6px 0 #dfe5e6;
}

.category-description {
  margin: auto;
  color: #202020;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.category-description h2 {
  margin: 35px auto 17px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.category-description ul {
  padding-left: 18px;
}

.category-description li {
  margin-bottom: 20px;
}

.delivery {
  margin-bottom: 50px;
}

.delivery .red-text {
  margin: 35px auto;
  text-align: center;
  color: #de2424;
  font-weight: 600;
  font-size: 18px;
}

.delivery .red-text .icon-truck {
  font-family: "IconFont", sans-serif;
  font-weight: 400;
  font-size: 36px;
}

.delivery h2 {
  margin: 30px;
  text-align: left;
}

.delivery-card {
  margin: 0 0 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 118px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(189, 197, 199, 0.3);
}

.delivery-card h3 {
  margin-top: 0;
  font-size: 16px;
}

.delivery-card .description {
  margin-left: 20px;
  width: 740px;
  font-size: 13px;
}

.delivery-card .price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  text-align: right;
  width: 160px;
  color: #979d9f;
  font-size: 15px;
  font-weight: 400;
}

.delivery-card .price small {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

@media screen and (max-width: 599px) {
  .delivery-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .delivery-card .price {
    margin: auto;
    text-align: center;
  }
  .delivery-card img {
    display: block;
    margin: 0 auto 10px;
  }
}

.catalogue-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 999px) {
  .catalogue-section {
    display: block;
  }
}

.catalogue-section > .banner {
  position: absolute;
  right: 30px;
  top: -75px;
}

@media screen and (max-width: 999px) {
  .catalogue-section > .banner {
    display: none;
  }
}

.catalogue-sidebar {
  width: 233px;
}

.catalogue-sidebar .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px;
}

.catalogue-sidebar .filters-section .title {
  margin-bottom: 0;
}

.catalogue-sidebar .sidebar-nav {
  margin-bottom: 20px;
  /* Text style for "usual text" */
  color: #1a1a1a;
  font-size: 13px;
}

.catalogue-sidebar .sidebar-nav > .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1a1a1a;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.catalogue-sidebar .sidebar-nav > .category:before {
  content: '';
  display: inline-block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #969ea1;
  border-width: 4.5px 0 4.5px 4px;
  margin-right: 10px;
  margin-top: 3px;
}

.catalogue-sidebar .sidebar-nav > .category.active {
  /* Text style for "selected text" */
  color: white;
  font-weight: 700;
  background-color: #df2525;
  border-radius: 3px;
}

.catalogue-sidebar .sidebar-nav > .category.active:before {
  content: '';
  display: inline-block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: white transparent transparent;
  border-width: 4.5px 4.5px 0;
  margin-right: 10px;
  margin-top: 5px;
}

.catalogue-sidebar .sidebar-nav > .subcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #808789;
  font-size: 12px;
  margin-left: 25px;
  margin-bottom: 10px;
}

.catalogue-sidebar .sidebar-nav > .subcategory:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  display: inline-block;
  margin-right: 10px;
}

.catalogue-sidebar .sidebar-nav > .subcategory.active {
  /* Text style for "selected subcat" */
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .catalogue-sidebar .sidebar-nav {
    display: none;
  }
}

.catalogue-sidebar .news-block {
  margin: 20px auto 40px;
  width: 180px;
  height: 200px;
}

.catalogue-sidebar .news-block a {
  text-decoration: underline;
  display: block;
  color: inherit;
  font-size: 13px;
  margin-bottom: 20px;
}

.catalogue-sidebar .news-block .grey-button {
  width: 98px;
  height: 34px;
  background-color: #ebeff0;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  color: #979d9f;
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  .catalogue-sidebar .news-block {
    display: none;
  }
}

.catalogue-sidebar .banner {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .catalogue-sidebar .banner {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .catalogue-sidebar {
    width: 100%;
  }
}

#filters_toggle {
  width: 100%;
  display: none;
  background-color: white;
  border: 2px solid #ebeff0;
  border-radius: 5px;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 999px) {
  #filters_toggle {
    display: block;
  }
}

.filters-section {
  background-color: white;
  border: 2px solid #ebeff0;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 13px;
}

.filters-section .filter-group {
  margin: 17px 0;
}

.filters-section .range-inputs {
  margin-top: 10px;
}

.filters-section .range-inputs > input[type="text"] {
  display: inline-block;
  width: 30%;
  min-width: 40px;
  margin: 0 5px;
  padding: 3px 5px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.filters-section .range-inputs > input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
}

.filters-section .range-inputs > input[type="text"]::-moz-placeholder {
  opacity: 1;
}

.filters-section .range-inputs > input[type="text"]:-ms-input-placeholder {
  opacity: 1;
}

.filters-section .range-inputs > input[type="text"]::placeholder {
  opacity: 1;
}

.filters-section .js-range-slider {
  margin: 10px 20px 0 0;
  height: 16px;
  padding: 0 8px;
}

.filters-section .js-range-slider > .r-bar-wrapper {
  position: relative;
  height: 100%;
}

.filters-section .js-range-slider > .r-bar-wrapper:before, .filters-section .js-range-slider > .r-bar-wrapper > .r-bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin: -1.5px 0 0;
}

.filters-section .js-range-slider > .r-bar-wrapper:before {
  content: "";
  display: block;
  background: #f0f0f0;
}

.filters-section .js-range-slider > .r-bar-wrapper .r-bar {
  background: #f2a9a9;
}

.filters-section .js-range-slider > .r-bar-wrapper > .r-point {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.01);
  background: #de2424;
  margin: 0 0 0 -8px;
  cursor: pointer;
}

.filters-section .js-range-slider > .r-bar-wrapper > .r-point.right {
  left: 100%;
}

.filters-section .js-range-slider > .r-bar-wrapper > .r-point.left {
  left: 0;
}

.filters-section label {
  margin: 20px 0;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  display: block;
}

.filters-section label:first-of-type {
  margin: 10px 0;
}

.filters-section input[type=checkbox] {
  display: none;
}

.filters-section label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #c4c9ca;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(156, 166, 169, 0.61);
}

.filters-section input[type=checkbox]:checked + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #de2424;
  border-radius: 4px;
}

.filters-section .black-button, .filters-section .my-login-page input[type="submit"], .my-login-page .filters-section input[type="submit"], .filters-section .my-register-page input[type="submit"], .my-register-page .filters-section input[type="submit"], .filters-section .my-forgot-password input[type="submit"], .my-forgot-password .filters-section input[type="submit"] {
  display: block;
  width: calc(100% - 25px);
  margin: 10px 0;
}

@media screen and (max-width: 999px) {
  .filters-section {
    display: none;
  }
}

.catalogue-body {
  margin: 15px 0 30px 30px;
}

@media screen and (max-width: 999px) {
  .catalogue-body {
    margin-left: 0;
  }
}

.catalogue-body > section {
	text-align: center;
}

.sorting {
  font-size: 13px;
  color: #202020;
}

.sorting .sorting-option {
  cursor: pointer;
  margin: 10px 0;
}

.sorting .sorting-option:first-child {
  margin: 0 0 10px;
}

.sorting .sorting-option > a {
  text-decoration: none;
  color: #de2424;
  border-bottom: dashed 1px;
}

.sorting .dropdown {
  margin-left: 5px;
  position: relative;
}

.sorting .dropdown-content {
  width: 170px;
  display: none;
  padding: 5px 10px 0;
  position: absolute;
  left: -10px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px grey solid;
}

.sorting .dropdown:hover .dropdown-content {
  display: block;
}

.goods-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .bottom-line {
    display: block;
  }
}

.catalogue-up {
  width: 41px;
  height: 38px;
  background-color: #ebeff0;
  border: none;
  border-radius: 4px;
}

.catalogue-up > .icon-catalogue-up {
  display: block;
  margin: auto;
}

.load-more {
  margin-left: 10%;
  width: 183px;
  height: 38px;
  background: none;
  border: 2px solid #202020;
  border-radius: 4px;
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  .load-more {
    margin-left: calc(50% - (183px / 2) - 41px);
  }
}

.pagination {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  margin: 0 0 0 10px;
}

.pagination li {
  display: inline-block;
  border-radius: 4px;
}

.pagination > .selected {
  background-color: #ebeff0;
}

.pagination > .selected a {
  color: #202020;
}

.pagination a {
  display: inline-block;
  width: 41px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #a5aaac;
}

.pagination a:hover {
  color: #202020;
}

@media screen and (max-width: 599px) {
  .pagination {
    display: block;
    width: 291px;
    margin: 20px auto 0;
  }
  .pagination a {
    width: 38px;
  }
}

@media screen and (max-width: 599px) {
  #s-dialog-wrapper .popup-window {
    top: 10px;
  }
}

#s-dialog-wrapper .buy-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#s-dialog-wrapper .skus-item {
  padding: 5px 15px 10px;
  margin-bottom: 3px;
  background-color: white;
  border: 1px solid #d5dadc;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 -3px 0 #d8dee0;
  font-size: 13px;
}

#s-dialog-wrapper .skus-item .price {
  font-size: 13px;
  margin-left: 30px;
}

#s-dialog-wrapper .skus-item input {
  vertical-align: bottom;
}

#s-dialog-wrapper .skus-item:checked {
  border: red 1px solid;
}

#s-dialog-wrapper .skus-item:active {
  border: red 1px solid;
}

#s-dialog-wrapper .price {
  text-align: center;
  color: #181818;
  font-size: 30px;
  margin: 20px auto;
  font-weight: 700;
}

#s-dialog-wrapper .price-extra {
  color: #7b7b7b;
  font-size: 12px;
}

#s-dialog-wrapper .buy-button {
  display: block;
  margin: 10px auto;
  width: 211px;
  height: 42px;
  background-color: #72cd00;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.09), inset 0 -3px 0 #5fc500;
  text-shadow: 0 2px 1px #58b600;
  color: white;
  font-size: 16px;
}

#s-dialog-wrapper .buy-button .icon-basket {
  margin-right: 10px;
}

#s-dialog-wrapper .buy-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

#s-dialog-wrapper .buy-button:hover {
  background-color: #8ae200;
}

#s-dialog-wrapper .icon-basket {
  color: white;
  font-family: "IconFont", sans-serif;
}

#s-dialog-wrapper .brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  color: #181818;
  font-size: 14px;
}

#s-dialog-wrapper .brand-block > a {
  line-height: 80px;
}

#s-dialog-wrapper .brand-block .description {
  margin-top: 20px;
  margin-left: 10px;
}

#s-dialog-wrapper .brand-block a {
  color: #008adc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#s-dialog-wrapper .brand-block .grey-text {
  color: #969ea1;
  font-size: 12px;
}

#s-dialog-wrapper #product-image {
  display: block;
  margin: 10px auto;
}

#s-dialog-wrapper .quantity-selector {
  margin: auto;
}

.goods-card {
  position: relative;
  width: 200px;
  height: 380px;
  margin: auto;
  text-align: center;
}

.goods-card img {
  margin: auto;
}

.goods-card a {
  text-decoration: none;
}

.goods-card > .img-wrapper {
  height: 200px;
  display: block;
  line-height: 200px;
}

.goods-card > .img-wrapper > img {
  vertical-align: middle;
  display: inline;
}

.goods-card .description {
  margin: 10px auto;
  width: 180px;
  color: #979d9f;
  font-size: 12px;
}

.goods-card .name {
  margin: 20px auto;
  width: 180px;
  color: #202020;
  font-size: 13px;
}

.goods-card .price {
  display: inline;
  position: relative;
  margin: 0 auto;
  width: 180px;
  color: #202020;
  font-size: 18px;
  font-weight: 600;
}

.goods-card .price.on-sale {
  color: #de2424;
}

.goods-card .price-extra {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 600;
  margin-top: 2px;
}

.goods-card .old-price {
  display: block;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 600;
  text-decoration: line-through;
}

.goods-card .buy-button {
  display: none;
  margin: 16px auto;
  width: 125px;
  height: 35px;
  text-decoration: none;
  background-color: #3f3f3f;
  box-shadow: 0 3px 2px #c2cdd0, inset 0 -3px 0 #1e1e1e;
  border-radius: 3px;
  color: white;
  font-size: 14px;
  line-height: 35px;
}

.goods-card:hover {
  z-index: 1;
}

.goods-card:hover .selection-bg, .goods-card:hover .buy-button {
  display: block;
}

.selection-bg {
  display: none;
  position: absolute;
  left: -45px;
  top: -10px;
  z-index: -1;
  width: 290px;
  height: 400px;
  background-color: white;
  border: 1px solid #dde2e4;
  border-radius: 5px;
  box-shadow: 0 4px 10px #dde2e4;
}

.goods-card .badge {
  position: absolute;
  right: 0;
  top: 0;
}

.goods-card .badge > span {
  display: none;
}

.goods-card .badge.bestseller {
  width: 76px;
  height: 78px;
  background: url(../images/badges/hit.png);
}

.goods-card .badge.low-price {
  width: 68px;
  height: 75px;
  background: url(../images/badges/sale.png);
}

.goods-card .badge.new {
  width: 56px;
  height: 78px;
  background: url(../images/badges/new.png);
}

@media screen and (max-width: 1179px) {
  .product-page .laptop-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.product-page .zoom-button {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 48px;
  height: 48px;
  background-color: #eaeff1;
  border: none;
  border-radius: 50%;
}

.product-page .icon-search {
  color: #969ea1;
  font-family: "IconFont", sans-serif;
  font-size: 16px;
}

.product-page .preview-medium {
  position: relative;
}

.product-page .preview-medium > img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  .product-page .preview-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-page .preview-col .preview-small {
    margin: 10px;
  }
  .product-page .preview-col img {
    max-width: 100%;
    height: auto;
  }
}

.product-page .preview-small.active {
  outline: 2px solid #eaeff1;
}

.product-page .buy-col {
  margin-left: 25px;
  width: 213px;
}

.product-page .buy-col .quantity-selector {
  margin: 20px auto 0;
}

.product-page .skus-item {
  padding: 5px 15px 10px;
  margin-bottom: 3px;
  background-color: white;
  border: 1px solid #d5dadc;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 -3px 0 #d8dee0;
  font-size: 13px;
}

.product-page .skus-item .price {
  font-size: 13px;
  margin-left: 30px;
}

.product-page .skus-item input {
  vertical-align: bottom;
}

.product-page .skus-item:checked {
  border: red 1px solid;
}

.product-page .skus-item:active {
  border: red 1px solid;
}

.product-page .price {
  text-align: center;
  color: #181818;
  font-size: 30px;
  margin: 0 auto 20px;
  font-weight: 700;
}
.product-page .old-price {
    display: block;
    color: #6d6d6d;
    font-size: 18px;
    margin: 10px 0 0 0;
    text-decoration: line-through;
}
.product-page .price.on-sale {
    color: #de2424;
}

.product-page .price-extra {
  text-align: center;
  color: #7b7b7b;
  font-weight: 600;
  margin-top: 20px;
}

.product-page .buy-button {
  margin: 10px auto;
  width: 211px;
  height: 42px;
  background-color: #72cd00;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.09), inset 0 -3px 0 #5fc500;
  text-shadow: 0 2px 1px #58b600;
  color: white;
  font-size: 16px;
}

.product-page .buy-button .icon-basket {
  margin-right: 10px;
}

.product-page .buy-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.product-page .buy-button:hover {
  background-color: #8ae200;
}

.product-page .icon-basket {
  color: white;
  font-family: "IconFont", sans-serif;
}

.product-page .quick-buy-form {
  position: relative;
}

.product-page .quick-buy-form label {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}

.product-page .storequickorder-button {
  cursor: pointer;
  width: 211px;
  height: 36px;
  background-image: url(../images/sprite.png);
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08), inset 0 -3px 0 #4ac400;
  color: #18a800;
  font-size: 13px;
  padding: 10px 10px 10px 30px;
  margin: 0 auto 15px;
  display: block;
}

.product-page .storequickorder-button > .icon-quickorder {
  margin-right: 5px;
}

.product-page .storequickorder-button:hover {
  border: 1px solid #98db3d;
}

.product-page .compare-button, .product-page .compare-link {
  display: block;
  margin: 0 auto 10px;
  background: none;
  border: none;
  padding: 0;
  color: #008adc;
  font-size: 13px;
  text-decoration: underline;
}

.product-page .compare-button .icon-compare, .product-page .compare-link .icon-compare {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.product-page .compare-link {
  width: 75px;
}

.product-page .brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  color: #181818;
  font-size: 14px;
}

.product-page .brand-block > a {
  line-height: 80px;
}

.product-page .brand-block .description {
  margin-top: 20px;
  margin-left: 10px;
}

.product-page .brand-block a {
  color: #008adc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-page .brand-block .grey-text {
  color: #969ea1;
  font-size: 12px;
}

.product-page .info-col {
  margin-left: 25px;
  max-width: 320px;
  font-size: 13px;
}

.product-page .info-col .title {
  font-size: 15px;
  font-weight: 600;
}

.product-page .info-col a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin: 15px 10px 0 0;
}

.product-page .info-col ul {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 400;
  padding-left: 10px;
  color: #ccc;
}

.product-page .info-col ul span {
  color: #202020;
}

.product-page .info-col li {
  margin-bottom: 8px;
}

.product-page .info-col .icon-info-circle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.product-page .info-col .icon-info-circle .tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
}

.product-page .info-col .icon-info-circle .tooltip-text:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: black;
}

.product-page .info-col .icon-info-circle:hover .tooltip-text {
  visibility: visible;
}

.product-page .info-col .payment-info {
  margin-bottom: 80px;
}

@media screen and (max-width: 1179px) {
  .product-page .info-col {
    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;
    max-width: 100%;
  }
  .product-page .info-col > div {
    margin: 0 30px;
  }
  .product-page .info-col .payment-info {
    margin-left: inherit;
    margin-bottom: inherit;
  }
}

@media screen and (max-width: 599px) {
  .product-page .info-col {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-page .info-col > div {
    margin: 20px 0;
  }
}

.product-page .accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0;
}

.product-page .accordion-tabs-minimal::after {
  clear: both;
  content: "";
  display: block;
}

.product-page .accordion-tabs-minimal .tab-header-and-content {
  list-style: none;
}

@media screen and (min-width: 1000px) {
  .product-page .accordion-tabs-minimal .tab-header-and-content {
    display: inline;
  }
}

.product-page .accordion-tabs-minimal .tab-link {
  background-color: #fff;
  border-top: 3px solid #dae4e6;
  color: #333;
  display: block;
  padding: 0.75em 1.618em;
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .product-page .accordion-tabs-minimal .tab-link {
    border-top: 0;
    display: inline-block;
  }
}

.product-page .accordion-tabs-minimal .tab-link:hover {
  color: #477dca;
}

.product-page .accordion-tabs-minimal .tab-link:focus {
  outline: none;
}

.product-page .accordion-tabs-minimal .tab-link.is-active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  background-color: #eaeff1;
}

@media screen and (min-width: 1000px) {
  .product-page .accordion-tabs-minimal .tab-link.is-active {
    margin-bottom: -1px;
  }
}

.product-page .accordion-tabs-minimal .tab-content {
  display: none;
  padding: 1.5em 1.618em;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .product-page .accordion-tabs-minimal .tab-content {
    border-top: 3px solid #dae4e6;
    float: left;
  }
}

.product-page .icon-reviews {
  display: inline-block;
  margin-right: 7px;
}

.product-page .tab-link .stars {
  margin-left: 7px;
  margin-top: 5px;
  height: 14px;
}

.product-page .product-description {
  font-size: 13px;
  font-weight: 400;
}

.product-page .product-description h2 {
  text-transform: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin: 30px auto;
}

.product-page .product-description h2:first-child {
  margin: 0 auto 30px;
}

.product-page .product-description .grey-text {
  color: #969ea1;
}

.product-page .video-wrapper {
  margin-top: 20px;
}

.product-page table {
  border-collapse: collapse;
}

.product-page td {
  height: 35px;
  width: 300px;
  padding-left: 30px;
}

.product-page td:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.product-page td:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.product-page tr:nth-child(even) {
  background-color: #eaeff1;
}

.reviews {
  font-size: 13px;
}

.reviews .grey-text {
  color: #969ea1;
}

.reviews .black-button, .reviews .my-login-page input[type="submit"], .my-login-page .reviews input[type="submit"], .reviews .my-register-page input[type="submit"], .my-register-page .reviews input[type="submit"], .reviews .my-forgot-password input[type="submit"], .my-forgot-password .reviews input[type="submit"] {
  margin: 25px 15px 45px 0;
  font-size: 14px;
  border: none;
}

.reviews .blue-link {
  color: #008adc;
}

.review .title {
  font-size: 16px;
  font-weight: 700;
}

.review .stars {
  margin: 5px 0 10px;
}

.review .username {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}

.review .date {
  color: #969ea1;
  font-size: 12px;
}

.review hr {
  margin: 20px auto 30px;
  border: none;
  height: 3px;
  background-color: #eaeff1;
}

.cart {
  margin-bottom: 20px;
}

.cart .cart-table {
  margin: 45px auto 0;
  max-width: 870px;
  border-collapse: collapse;
}

@media screen and (max-width: 599px) {
  .cart .cart-table {
    display: block;
  }
  .cart .cart-table th {
    display: none;
  }
  .cart .cart-table thead, .cart .cart-table tbody, .cart .cart-table td, .cart .cart-table tr {
    display: block;
  }
  .cart .cart-table tr {
    margin-bottom: 20px;
  }
}

.cart .cart-table > thead th {
  text-align: left;
  color: #969ea1;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 30px;
}

.cart .cart-table td {
  border-bottom: 2px solid #eaeff1;
  padding: 10px 10px 10px 0;
}

@media screen and (max-width: 599px) {
  .cart .cart-table td {
    border-bottom: none;
    display: block;
    margin: auto;
  }
}

.cart .cart-table .thumb {
  width: 15%;
}

.cart .cart-table .name {
  width: 35%;
  font-size: 14px;
}

.cart .cart-table .quantity {
  width: 20%;
  min-width: 112px;
}

.cart .cart-table .price {
  width: 25%;
  font-size: 18px;
  font-weight: 700;
}

.cart .cart-table .delete {
  width: 30px;
}

.cart .cart-table .delete > .icon-cart-delete {
  background-color: transparent;
}

@media screen and (max-width: 599px) {
  .cart .cart-table .thumb, .cart .cart-table .name, .cart .cart-table .price {
    width: auto;
    text-align: center;
  }
}

.quantity-selector {
  position: relative;
  width: 99px;
  height: 29px;
  border: 1px solid #d0d9db;
  border-radius: 5px;
}

.quantity-selector > .grey-text {
  display: block;
  color: #98a9b0;
  font-size: 11px;
  font-weight: 600;
  width: 99px;
  position: absolute;
  top: -13px;
  text-align: center;
}

.quantity-selector > .black-button, .my-login-page .quantity-selector > input[type="submit"], .my-register-page .quantity-selector > input[type="submit"], .my-forgot-password .quantity-selector > input[type="submit"] {
  padding: 0;
  line-height: 23px;
  /* Style for "╨Я╤А╤П╨╝╨╛╤Г╨│╨╛╨╗╤М╨╜╨╕╨║," */
  width: 22px;
  height: 23px;
  margin-top: 3px;
  text-shadow: 0 2px 1px #0e0e0e;
  color: white;
  font-size: 22px;
  font-weight: 600;
}

.quantity-selector > .black-button.decrease-amount, .my-login-page .quantity-selector > input.decrease-amount[type="submit"], .my-register-page .quantity-selector > input.decrease-amount[type="submit"], .my-forgot-password .quantity-selector > input.decrease-amount[type="submit"] {
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 2;
  padding-top: 1px;
}

.quantity-selector > .black-button.increase-amount, .my-login-page .quantity-selector > input.increase-amount[type="submit"], .my-register-page .quantity-selector > input.increase-amount[type="submit"], .my-forgot-password .quantity-selector > input.increase-amount[type="submit"] {
  position: absolute;
  top: 0;
  right: 3px;
}

.quantity-selector > .quantity-input {
  position: absolute;
  left: 0;
  width: 99px;
  height: 29px;
  background-color: #eaeff1;
  border: 1px solid #bfd0d7;
  border-radius: 3px;
  text-align: center;
}

.cart .total-block {
  padding-top: 1px;
  margin: -2px auto 0;
  width: 284px;
  height: 150px;
  background-color: #eaeff1;
  border-radius: 4px;
}

.cart .total-block .green-button {
  display: block;
  margin: 26px auto 0;
  width: 246px;
  height: 49px;
  background-color: #72cd00;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.09), inset 0 -3px 0 #5fc500;
  text-shadow: 0 2px 1px #58b600;
  color: white;
  font-weight: 600;
}

.cart .total-block .icon-basket {
  margin-right: 15px;
  display: inline-block;
  font-family: "IconFont", sans-serif;
  text-shadow: 0 2px 1px #58b600;
  font-weight: 400;
}

.cart .total-text {
  line-height: 28px;
  margin-top: 25px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.cart .total-text .grey-text {
  vertical-align: top;
  font-size: 18px;
  color: #969ea1;
  font-weight: 400;
}

.cart .total-text .amount {
  vertical-align: middle;
}

.cart .total-text .currency {
  vertical-align: top;
  font-size: 20px;
}

.cart .quick-buy-form {
  margin: 30px auto;
  width: 211px;
  position: relative;
}

.cart .quick-buy-form label {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}

.cart .quick-buy-phone {
  width: 211px;
  height: 42px;
  padding-left: 25px;
  background-color: white;
  border: 1px solid #d0d9db;
  border-radius: 5px;
}

.cart .quick-buy-phone::-webkit-input-placeholder {
  font-size: 13px;
}

.cart .quick-buy-phone::-moz-placeholder {
  font-size: 13px;
}

.cart .quick-buy-phone:-ms-input-placeholder {
  font-size: 13px;
}

.cart .quick-buy-phone::placeholder {
  font-size: 13px;
}

.cart .quick-buy-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43px;
  height: 42px;
  background-color: #3d3d3d;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 2px #bfced1, inset 0 -3px 0 #181818;
}

.cart .quick-buy-button .icon-basket {
  color: white;
  font-family: "IconFont", sans-serif;
}

.checkout {
  margin-bottom: 30px;
}

.checkout .wa-field .wa-name, .checkout .field > span {
  display: none;
}

.checkout .wa-field-address .wa-name {
  display: block;
  margin: 30px 0 20px;
  font-weight: 600;
}

.checkout .errormsg {
  color: orangered;
}

.checkout .numeration-circle {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #de2424;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 44px;
  padding-left: 5px;
}

.checkout .step-title {
  margin: 0 auto 0 10px;
  font-weight: 600;
  font-size: 25px;
  text-decoration: none;
  color: #202020;
}

.checkout .back-link {
  margin-left: 10px;
  color: #969ea1;
  font-size: 13px;
  position: relative;
  top: -3px;
}

.checkout hr {
  margin: 10px 0 20px 0;
  border: none;
  height: 3px;
  background-color: #eaeff1;
  border-radius: 2px;
}

.checkout .step-contents {
  padding: 0 50px;
}

.checkout .grey-text {
  color: #969ea1;
  font-size: 13px;
}

.checkout .delivery-option, .checkout .payment-option {
  margin: 30px 0;
}

.checkout label {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}

.checkout label i {
  display: block;
  margin: 0 auto;
}

.checkout .icon-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 54px;
  vertical-align: middle;
}

.checkout input[type=radio] {
  display: none;
}

.checkout .checkbox-bg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #c4c9ca;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(156, 166, 169, 0.61);
}

.checkout input[type=radio]:checked + label .checkbox-check {
  display: inline-block;
  margin-bottom: 3px;
  margin-top: 2px;
  margin-left: 2px;
  width: 14px;
  height: 14px;
  background-color: #969ea1;
  border-radius: 4px;
}

.checkout .price {
  margin-left: 10px;
  color: #de2424;
  font-size: 20px;
  font-weight: 700;
}

.checkout .delivery-description, .checkout .payment-description {
  font-size: 13px;
}

.checkout .blue-link {
  color: #008adc;
}

.checkout .next-button {
  padding: 0 30px;
  height: 49px;
  background-color: #72cd00;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.09), inset 0 -3px 0 #5fc500;
  text-shadow: 0 2px 1px #58b600;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.checkout .next-button .icon-right-white {
  margin-left: 10px;
}

.checkout .checkout-step {
  margin-bottom: 50px;
}

.checkout .order-contact-form {
  font-size: 13px;
  margin-bottom: 30px;
  /*.select-wrapper {
      margin: 10px 0;
      position: relative;
      width: 307px;

      &::after {
        content: "▼";
        padding: 12px 8px;
        position: absolute;
        right: 5px;
        top: 0;
        z-index: 1;
        text-align: center;
        width: 10%;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;

        font-size: 12px;
        color: #969ea1;
      }
    }*/
}

.checkout .order-contact-form input {
  margin: 10px 0;
  display: block;
  padding-left: 20px;
  width: 307px;
  height: 36px;
  background-color: white;
  border: 1px solid #d0d9db;
  border-radius: 4px;
}

.checkout .order-contact-form label {
  font-size: inherit;
}

.checkout .order-contact-form select {
  padding-left: 20px;
  width: 307px;
  height: 36px;
  background-color: white;
  border: 1px solid #d0d9db;
  border-radius: 4px;
}

.checkout .confirm-address, .checkout .confirm-name {
  font-size: 14px;
}

.checkout .confirm-table {
  font-size: 13px;
}

.checkout .confirm-table th {
  font-weight: 400;
  color: #969ea1;
  text-align: left;
}

.checkout .confirm-table td {
  padding-left: 0;
  padding-bottom: 5px;
}

.checkout .confirm-table:first-of-type {
  width: 80%;
  margin-top: 10px;
}

.checkout .confirm-table:first-of-type td:nth-child(1) {
  width: 50%;
}

.checkout .confirm-table:first-of-type td:nth-child(n+2) {
  width: 10%;
}

.checkout .confirm-table:nth-of-type(2) {
  width: 350px;
  margin-bottom: 30px;
}

.checkout .confirm-table:nth-of-type(2) td {
  padding-top: 10px;
}

.checkout .row-total {
  font-size: 18px;
  font-weight: 700;
}

.checkout .order-comment {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 93px;
  background-color: white;
  border: 1px solid #d0d9db;
  border-radius: 4px;
}

#create-user {
  display: inline;
  width: auto;
  height: auto;
  margin-right: 5px;
}

.s-auth-wrapper input[type="radio"] {
  display: inline;
}

.article-list-section {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 999px) {
  .article-list-section {
    display: block;
  }
}

.article-list-section > .catalogue-sidebar > .rubric-block {
  width: 233px;
  background-color: white;
  border: 2px solid #eaeff1;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}

.article-list-section > .catalogue-sidebar > .rubric-block > .title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-list-section > .catalogue-sidebar > .rubric-block > a {
  display: block;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
}

.article-list-section > .catalogue-sidebar > .rubric-block > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .article-list-section > .catalogue-sidebar > .rubric-block {
    width: 100%;
    text-align: center;
  }
}

.article-list-section > .article-list {
  margin-left: 30px;
}

@media screen and (max-width: 999px) {
  .article-list-section > .article-list {
    margin-left: 0;
  }
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-size: 13px;
}

.article-card > .article-text {
  margin-left: 20px;
}

.article-card h2 {
  color: #2d2d2d;
  font-size: 18px;
  text-align: left;
  margin: 0 0 20px;
  text-transform: none;
}

.article-card a {
  text-decoration: none;
}

.article-card .date {
  margin-top: 15px;
  color: #969ea1;
  font-size: 12px;
}

.article-card .comments-link {
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .article-card {
    display: block;
  }
  .article-card > a > img {
    display: block;
    margin: 0 auto 10px;
  }
}

.article-section {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
}

.article-section hr {
  margin: 30px 0 20px;
  border: none;
  height: 6px;
  background-color: #eaeff1;
  border-radius: 3px;
}

.article-section figure {
  max-width: 820px;
  margin: 30px auto;
}

.article-section figure img {
  max-width: 100%;
  height: auto;
}

.article-section figcaption {
  color: #969ea1;
}

.article-section h3 {
  font-size: 16px;
  margin: 30px 0 20px;
}

.article-section .b-post .b-credentials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-section .b-post .b-credentials .b-userpic {
  width: 20px;
  border-radius: 50%;
  margin: 0 4px 0 0;
}

.article-section .b-post .b-credentials .b-username {
  color: #444;
  margin: 0 4px 0 0;
}

.article-section .b-post .b-credentials .b-date {
  color: #888;
  font-size: 0.85em;
}

.article-section .b-comment-form {
  margin: 2em 0 0;
  background: #f8f8f8;
  border-radius: 2px;
  padding: 1em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}

.article-section .b-comment-form .b-form-buttons {
  margin: 1em 0 0;
}

.article-section .b-comment-form .b-comment-body {
  margin: 1em 0 0;
}

.article-section .b-comment-form .b-cancel-button {
  margin-right: 10px;
}

.article-section .b-comment-form textarea {
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.article-section .b-comment-form .b-logout-link {
  margin: 0 0 0 4px;
}

.article-section .b-comment-form .userpic {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 4px;
}

.article-section .b-comments-wrapper .b-comment-wrapper {
  margin: 1.5em 0 0;
}

.article-section .b-comments-wrapper .b-comment-wrapper > .b-comment-wrapper {
  padding-left: 50px;
}

.article-section .b-comments-wrapper .b-credentials {
  padding: 6px 0.25em 6px 6px;
  border-bottom: 1px solid #f0f0f0;
}

.article-section .b-comments-wrapper .b-credentials > .left-column {
  padding: 0 8px 0 0;
}

.article-section .b-comments-wrapper .b-credentials .b-username {
  margin: 0 0.25em;
}

.article-section .b-comments-wrapper .b-credentials .b-staff {
  margin: 0 0.25em;
  padding: 0.25em;
  border-radius: 2px;
  background: #d2ffd2;
  color: #666;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.05);
}

.article-section .b-comments-wrapper .b-credentials .b-date {
  margin: 0 0.25em;
  font-size: 0.8em;
  color: #aaa;
}

.article-section .b-comments-wrapper .b-text {
  margin-top: 10px;
}

.order-confirmed-section {
  margin-bottom: 150px;
  margin-top: 50px;
  text-align: center;
}

.order-confirmed-section > h2 {
  margin: 40px auto 5px;
  font-size: 30px;
  text-transform: none;
}

.order-confirmed-section > .grey-text {
  color: #969ea1;
  font-size: 18px;
}

.order-confirmed-section > .green-text {
  color: #5bc200;
  font-size: 15px;
  margin: 30px auto 50px;
}

.order-confirmed-section > .social-text {
  max-width: 440px;
  margin: auto;
  font-size: 15px;
}

.order-confirmed-section > .icons-social {
  margin-top: 15px;
  margin-bottom: 45px;
}

.order-confirmed-section > .icons-social > a {
  text-decoration: none;
  font-family: "IconFont", sans-serif;
  color: #969ea1;
  font-size: 30px;
  margin-right: 10px;
}

.order-confirmed-section > .icons-social > a:last-child {
  margin-right: 0;
}

.order-confirmed-section > .icons-social > a:hover {
  color: #636b6e;
}

.order-confirmed-section > .blue-link {
  color: #008adc;
  font-size: 15px;
}

.partner-business-photos {
  margin-bottom: 40px;
}

.partner-photos-card {
  margin-top: 30px;
  border: 3px solid #eaeff1;
  border-radius: 3px;
  padding: 25px 25px 25px 66px;
}

.partner-photos-card > h3 {
  margin: auto;
  font-size: 18px;
}

.partner-photos-card > h3:before {
  margin-left: -45px;
  margin-right: 10px;
  display: inline-block;
  content: '';
  width: 35px;
  height: 21px;
  background-image: url("../images/company-reviews/cars-icon.png");
}

.partner-photos-card > .address {
  color: #8f9a9d;
  font-size: 13px;
}

.partner-photos-card > .cars-icon {
  width: 35px;
  height: 21px;
  background-image: url("../images/company-reviews/cars-icon.png");
}

.partner-photo-line {
  margin-top: 25px;
}

.partner-photo-line > a {
  margin-bottom: 20px;
  margin-right: 10px;
  position: relative;
}

.partner-photo-line > a:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  content: '';
  width: 34px;
  height: 34px;
  background-image: url("../images/company-reviews/photo-zoom-icon.png");
}

.partner-photo-line > a > img {
  box-shadow: 0 3px 4px #b4bdc0;
}

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

.partner-reviews > .reply-card {
  margin-bottom: 50px;
}

.about-us {
  margin-bottom: 50px;
  font-size: 13px;
}

.about-us > .banner {
  border-radius: 5px;
  margin: auto;
  max-width: 1100px;
  height: 199px;
  background-image: url("../images/about-us/grey-banner-bg.jpg");
  text-align: center;
}

.about-us > .banner > img {
  margin-top: 75px;
}

.about-us h2 {
  margin: 30px auto 15px;
  font-size: 18px;
  text-transform: none;
  text-align: left;
}

.get-pricelist-section {
  font-size: 13px;
  margin-bottom: 50px;
}

.get-pricelist-section > .banner {
  border-radius: 5px;
  margin: auto;
  max-width: 1100px;
  height: 199px;
  background-image: url("../images/about-us/grey-banner-bg.jpg");
  text-align: center;
}

.get-pricelist-section > .banner > img {
  margin-top: 75px;
}

.get-pricelist-section > p {
  margin: 35px 0;
}

.get-pricelist-section > .download-buttons {
  text-align: center;
  max-width: 670px;
  margin: auto;
}

.get-pricelist-section > .download-buttons > .grey-text {
  color: #969ea1;
}

.get-pricelist-section .red-button {
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 25px;
  background-color: #de2424;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.get-pricelist-section .red-button > .un-skew > img {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.get-pricelist-section .red-button:first-child {
  margin-right: 15px;
}

.contacts-section {
  margin-bottom: 50px;
  font-size: 13px;
}

.contacts-section > .contacts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-section > .company-name {
  margin-left: 30px;
}

.contacts-section .contacts-block {
  position: relative;
  margin-top: 30px;
}

.contacts-section .contacts-block > .icon {
  position: absolute;
  top: -4px;
}

.contacts-section .contacts-block > .icon.icon-phone {
  color: #969ea1;
  font-family: "IconFont", sans-serif;
  font-size: 20px;
}

.contacts-section .contacts-block > .texts {
  padding-left: 30px;
  line-height: 22px;
}

.contacts-section .contacts-block > .texts > .operator-icon {
  margin-left: 5px;
  display: inline-block;
}

.contacts-section .contacts-block .title {
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 15px;
}

.contacts-section .contacts-block a {
  color: #008adc;
}

.cabinet-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.cabinet-nav a {
  color: #303030;
  text-decoration: none;
  font-weight: 600;
}

.cabinet-nav .is-selected > a {
  color: #de2424;
}

.my-profile-page, .my-login-page, .my-orders-page, .my-order-page {
  margin-bottom: 30px;
}

.my-profile-page > .page-header, .my-login-page > .page-header, .my-orders-page > .page-header, .my-order-page > .page-header {
  font-family: "Panton", sans-serif;
  font-size: 26px;
}

.my-profile-page .wa-field, .my-login-page .wa-field, .my-orders-page .wa-field, .my-order-page .wa-field {
  margin-bottom: 5px;
}

.my-profile-page .wa-name, .my-login-page .wa-name, .my-orders-page .wa-name, .my-order-page .wa-name {
  display: inline-block;
  width: 200px;
}

.my-profile-page .wa-value, .my-login-page .wa-value, .my-orders-page .wa-value, .my-order-page .wa-value {
  display: inline-block;
}

.my-profile-page .button-block, .my-login-page .button-block, .my-orders-page .button-block, .my-order-page .button-block {
  margin-top: 15px;
}

.auth-item a img, .wa-auth-adapters a img {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.my-profile-page .order-item, .my-login-page .order-item, .my-orders-page .order-item, .my-order-page .order-item {
  margin: 10px 0 0;
  background: rgba(250, 250, 250, 0.1);
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.my-profile-page .order-header, .my-login-page .order-header, .my-orders-page .order-header, .my-order-page .order-header {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 5px;
}

.my-profile-page .order-details, .my-login-page .order-details, .my-orders-page .order-details, .my-order-page .order-details {
  padding: 10px 15px;
}

.my-profile-page .order-details .label, .my-login-page .order-details .label, .my-orders-page .order-details .label, .my-order-page .order-details .label {
  color: #888;
}

.my-profile-page .goods-list li, .my-login-page .goods-list li, .my-orders-page .goods-list li, .my-order-page .goods-list li {
  margin: 5px 0;
}

.my-profile-page .order-shipping, .my-login-page .order-shipping, .my-orders-page .order-shipping, .my-order-page .order-shipping {
  margin-top: 10px;
}

.my-profile-page .order-payment, .my-login-page .order-payment, .my-orders-page .order-payment, .my-order-page .order-payment {
  margin-top: 5px;
}

.my-profile-page .contact-block, .my-login-page .contact-block, .my-orders-page .contact-block, .my-order-page .contact-block {
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.my-profile-page .contact-block .userpic, .my-login-page .contact-block .userpic, .my-orders-page .contact-block .userpic, .my-order-page .contact-block .userpic {
  vertical-align: middle;
}

.my-profile-page .contact-block .user-name, .my-login-page .contact-block .user-name, .my-orders-page .contact-block .user-name, .my-order-page .contact-block .user-name {
  margin: 0 0 0 20px;
  font-weight: bold;
}

.my-profile-page .contact-block .address-wrapper, .my-login-page .contact-block .address-wrapper, .my-orders-page .contact-block .address-wrapper, .my-order-page .contact-block .address-wrapper {
  margin: 10px 0 0 0;
}

.my-profile-page .list-wrapper, .my-login-page .list-wrapper, .my-orders-page .list-wrapper, .my-order-page .list-wrapper {
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.my-profile-page .list-wrapper td, .my-login-page .list-wrapper td, .my-orders-page .list-wrapper td, .my-order-page .list-wrapper td {
  padding: 0.5em;
  text-align: right;
  border: solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0 0;
}

.my-profile-page .list-wrapper td:first-child, .my-login-page .list-wrapper td:first-child, .my-orders-page .list-wrapper td:first-child, .my-order-page .list-wrapper td:first-child {
  text-align: left;
}

.my-profile-page .list-wrapper .total-sum td, .my-login-page .list-wrapper .total-sum td, .my-orders-page .list-wrapper .total-sum td, .my-order-page .list-wrapper .total-sum td {
  font-weight: bold;
}

.my-login-page .s-profile-header, .my-register-page .s-profile-header, .my-forgot-password .s-profile-header {
  text-align: left;
}

.my-login-page .wa-field:first-child, .my-register-page .wa-field:first-child, .my-forgot-password .wa-field:first-child {
  margin-top: 20px;
}

.my-login-page input[type="text"], .my-login-page input[type="password"], .my-register-page input[type="text"], .my-register-page input[type="password"], .my-forgot-password input[type="text"], .my-forgot-password input[type="password"] {
  margin: 5px 0 10px;
  display: block;
  padding-left: 20px;
  width: 307px;
  height: 36px;
  background-color: white;
  border: 1px solid #d0d9db;
  border-radius: 4px;
}

.my-login-page .wa-field .wa-name, .my-register-page .wa-field .wa-name, .my-forgot-password .wa-field .wa-name {
  display: block;
}

.my-login-page label, .my-register-page label, .my-forgot-password label {
  font-weight: 400;
  font-size: 14px;
}

.my-login-page a, .my-register-page a, .my-forgot-password a {
  font-size: 15px;
  color: #0e0e0e;
  text-decoration: underline;
}

.reviews-page {
  font-size: 14px;
}

.reviews-page #product-review-form {
  display: none;
  margin: 10px 0 0;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.reviews-page #product-review-form.is-shown {
  display: inline-block;
}

.reviews-page .logout-link {
  color: #888;
  margin: 0 5px;
}

.reviews-page input[type="text"], .reviews-page textarea {
  display: inline-block;
  margin: 10px 0 0;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #121212;
}

.reviews-page .reply-notification {
  display: none;
  font-size: 12px;
  margin: 10px 0 5px;
}

.reviews-page .comment-submit {
  margin-top: 5px;
}

.reviews-page .header-block {
  margin: 10px 0 5px;
}

.reviews-page .reviews {
  line-height: 1.5;
}

.reviews-page .inner-review-wrapper {
  margin-left: 30px;
}

.compare-page {
  margin-bottom: 30px;
}

.compare-page h2 {
  text-align: left;
  margin-top: 0;
}

.compare-page #compare-all {
  margin-right: 10px;
}

.compare-page #compare-table {
  margin: 20px 0;
  border-collapse: collapse;
}

.compare-page #compare-table .name-wrapper a {
  color: #036;
}

.compare-page #compare-table .compare-remove {
  margin-left: 5px;
}

.compare-page #compare-table td, .compare-page #compare-table th {
  padding: 10px;
  border: solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
}

.compare-page #compare-table tr:nth-child(2n) > td, .compare-page #compare-table tr:nth-child(2n) > th {
  background: rgba(0, 0, 0, 0.025);
}

.compare-page #compare-table th {
  color: #aaa;
  font-weight: 400;
}

.fullscreen-cover {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 239, 241, 0.8);
  position: fixed;
  top: 0;
}

.popup-window {
  position: absolute;
  left: calc(50% - 263px);
  top: calc(50% - 225px);
  width: 526px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 8px 29px rgba(84, 92, 95, 0.4);
  padding: 10px 60px 50px;
  font-size: 13px;
}

@media screen and (max-width: 599px) {
  .popup-window {
    width: 300px;
    left: calc(50% - 150px);
    padding: 10px 20px;
  }
  .popup-window h2 {
    margin: 10px auto;
    width: 180px;
  }
  .popup-window input[type="submit"] {
    margin: 25px 0;
  }
}

.popup-window .icon-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popup-window .icon-popup-close div {
  width: 100%;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #E1CA9D;
  position: relative;
}

.popup-window .icon-popup-close div:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-window .icon-popup-close div:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#product_added_popup h2, #call_back_fullscreen h2, #feedback_result_popup h2 {
  margin: 30px auto 0;
}

#product_added_popup p, #call_back_fullscreen p, #feedback_result_popup p {
  text-align: center;
  margin-bottom: 30px;
}

#product_added_popup input[type=text], #product_added_popup input[type=tel], #product_added_popup textarea, #call_back_fullscreen input[type=text], #call_back_fullscreen input[type=tel], #call_back_fullscreen textarea, #feedback_result_popup input[type=text], #feedback_result_popup input[type=tel], #feedback_result_popup textarea {
  width: 90%;
  padding: 12px 15px;
  display: block;
  margin: 0 auto;
  background: none;
  border: none;
  text-align: center;
}

#product_added_popup label, #call_back_fullscreen label, #feedback_result_popup label {
  display: block;
  margin: 10px auto 0;
  width: 246px;
  height: 44px;
  border: 1px solid #d1d7d8;
  box-shadow: inset 2.1px 2.1px 6px rgba(206, 212, 214, 0.45);
  border-radius: 5px;
}

#product_added_popup textarea, #call_back_fullscreen textarea, #feedback_result_popup textarea {
  height: 100px;
}

#product_added_popup button[type="submit"], #call_back_fullscreen button[type="submit"], #feedback_result_popup button[type="submit"] {
  font-size: 14px;
  display: block;
  margin: 10px auto 0;
  width: 244px;
  height: 44px;
  border: none;
  color: #FFF;
  background-color: #3d3d3d;
  box-shadow: 0 3px 2px #bfced1, inset 0 -3px 0 #181818;
  border-radius: 5px;
}

#product_added_popup img {
  display: block;
  margin: 20px auto 0;
}

#product_added_popup .top-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 18px;
  margin-left: -30px;
}

@media screen and (max-width: 599px) {
  #product_added_popup .top-text {
    margin-left: 0;
  }
}

#product_added_popup h2 {
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  #product_added_popup h2 {
    width: auto;
  }
}

#product_added_popup p {
  color: #83898c;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

#product_added_popup .checkout-button {
  display: block;
  margin: auto;
  width: 244px;
  height: 44px;
  background-color: #5ebe00;
  box-shadow: 0 3px 1px rgba(191, 206, 209, 0.5), inset 0 -3px 0 #478f00;
  border-radius: 5px;
  text-align: center;
  /* Text style for "╨Ю╨д╨Ю╨а╨Ь╨Ш╨в╨м ╨Ч╨Р╨Ъ╨Р╨Ч" */
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
}

#product_added_popup .close-button {
  display: block;
  margin: 10px auto;
  width: 242px;
  height: 36px;
  background-color: #eaeff1;
  font-weight: 700;
  border-radius: 5px;
}

#product_added_popup .cart-link {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  color: #1a1a1a;
}

.icon-address {
  background-image: url(../images/sprite.png);
  background-position: -150px -139px;
  width: 14px;
  height: 23px;
}

.icon-cart-delete {
  background-image: url(../images/sprite.png);
  background-position: -164px -139px;
  width: 18px;
  height: 17px;
}

.icon-catalogue-up {
  background-image: url(../images/sprite.png);
  background-position: -167px -162px;
  width: 24px;
  height: 10px;
}

.icon-clients {
  background-image: url(../images/sprite.png);
  background-position: -75px -38px;
  width: 75px;
  height: 75px;
}

.icon-clock {
  background-image: url(../images/sprite.png);
  background-position: -150px -88px;
  width: 22px;
  height: 20px;
}

.icon-compare {
  background-image: url(../images/sprite.png);
  background-position: -108px -188px;
  width: 14px;
  height: 12px;
}

.icon-credit-cards {
  background-image: url(../images/sprite.png);
  background-position: -150px -162px;
  width: 17px;
  height: 17px;
}

.icon-delivery {
  background-image: url(../images/sprite.png);
  background-position: 0px -113px;
  width: 75px;
  height: 75px;
}

.icon-info-circle {
  background-image: url(../images/sprite.png);
  background-position: -200px -38px;
  width: 11px;
  height: 11px;
}

.icon-kievstar {
  background-image: url(../images/sprite.png);
  background-position: -36px -188px;
  width: 15px;
  height: 15px;
}

.icon-lifecell {
  background-image: url(../images/sprite.png);
  background-position: -196px -88px;
  width: 15px;
  height: 15px;
}

.icon-popup-close {
  background-image: url(../images/sprite.png);
  background-position: -150px -38px;
  width: 50px;
  height: 50px;
}

.icon-price-tag {
  background-image: url(../images/sprite.png);
  background-position: -75px -113px;
  width: 75px;
  height: 75px;
}

.icon-quality {
  background-image: url(../images/sprite.png);
  background-position: 0px -38px;
  width: 75px;
  height: 75px;
}

.icon-quickorder {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 211px;
  height: 38px;
}

.icon-reviews {
  background-image: url(../images/sprite.png);
  background-position: -182px -139px;
  width: 17px;
  height: 17px;
}

.icon-right-white {
  background-image: url(../images/sprite.png);
  background-position: 0px -188px;
  width: 12px;
  height: 20px;
}

.icon-sidebar-close {
  background-image: url(../images/sprite.png);
  background-position: -188px -113px;
  width: 20px;
  height: 20px;
}

.icon-sidebar-subcategory, .catalogue-sidebar .sidebar-nav > .subcategory:before {
  background-image: url(../images/sprite.png);
  background-position: -200px -49px;
  width: 7px;
  height: 8px;
}

.icon-sidebar {
  background-image: url(../images/sprite.png);
  background-position: -150px -113px;
  width: 38px;
  height: 26px;
}

.icon-slider-next {
  background-image: url(../images/sprite.png);
  background-position: -24px -188px;
  width: 12px;
  height: 20px;
}

.icon-slider-prev {
  background-image: url(../images/sprite.png);
  background-position: -12px -188px;
  width: 12px;
  height: 20px;
}

.icon-star-empty, .icon16.star-empty {
  background-image: url(../images/sprite.png);
  background-position: -66px -188px;
  width: 14px;
  height: 14px;
}

.icon-star-half, .icon16.star-half {
  background-image: url(../images/sprite.png);
  background-position: -80px -188px;
  width: 14px;
  height: 14px;
}

.icon-star, .icon16.star {
  background-image: url(../images/sprite.png);
  background-position: -94px -188px;
  width: 14px;
  height: 14px;
}

.icon-truck-2 {
  background-image: url(../images/sprite.png);
  background-position: -172px -88px;
  width: 24px;
  height: 17px;
}

.icon-vodafone {
  background-image: url(../images/sprite.png);
  background-position: -51px -188px;
  width: 15px;
  height: 15px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
}

body > .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

h1.breadcrumb-header {
  margin: 30px 0 5px;
  color: #202020;
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  h1.breadcrumb-header {
    margin-left: 0;
    text-align: center;
  }
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
}

h2 {
  text-align: center;
  color: #202020;
  font-family: "Panton", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.slick-slide:focus, input:focus, button:focus {
  outline: none;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.s-button, .category-tabs .accordion-tabs-minimal .tab-link, #product_added_popup label, #call_back_fullscreen label, #feedback_result_popup label {
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.s-button > .un-skew, .category-tabs .accordion-tabs-minimal .tab-link > .un-skew, #product_added_popup label > .un-skew, #call_back_fullscreen label > .un-skew, #feedback_result_popup label > .un-skew {
  display: block;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.black-button, .my-login-page input[type="submit"], .my-register-page input[type="submit"], .my-forgot-password input[type="submit"] {
  border: none;
  padding: 0 15px;
  background-color: #3d3d3d;
  border-radius: 5px;
  box-shadow: 0 3px 2px #bfced1, inset 0 -3px 0 #181818;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: white;
}

.icon16 {
  display: inline-block;
  vertical-align: baseline;
}

#buyspinner {
  display: none;
  margin-left: 50px;
}

@media(min-width:600px){
  .delivery-option .wa-form, .checkout .delivery-description, .checkout .payment-description {
    margin-left: 75px;
  }
}

.select2 {
  display:  block !important;;
}

.select2-container {
  max-width: 380px;
}

#policy-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dae1e2;
    z-index: 2;
    padding: 10px;
    text-align: center;
}

#policy-notice div {
    display: inline-block;
	width: 100%;
	max-width: 1180px;
}

#policy-notice p {
    font-size: 14px;
    line-height: 20px;
	margin: 0px;
}

#policy-notice a {
	text-decoration: underline;
}

#policy-notice button {
    display: block;
    float: right;
    margin-left: 10px;
}

.free_shipping #photo-medium:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "Бесплатная доставка";
    z-index: 0;
    background-color: rgba(138, 226, 0, 0.9);
    padding: 7px 10px;
    border-radius: 10px;
    text-shadow: 0 1px 1px #58b600;
    color: #fff;
    font-size: 16px;
}

#credit {
    text-align: center;
    border-top: 3px solid #dae4e6;
    border-bottom: 3px solid #dae4e6;
    margin: 10px 0 15px 0;
    padding: 10px 0 5px 0;
}
#credit span.ib {
    margin: 3px;
    float: left;
}
#credit span.title {
    font-size: 15px;
    font-weight: 600;
}
#credit a.link {
    color: #008adc;
    font-size: 13px;
    text-decoration: underline;
}
#credit a.credit-button {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 211px;
    height: 42px;
    background-color: #ed3125;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 0 rgba(0,0,0,.09), inset 0 -3px 0 #de2424;
    text-shadow: 0 2px 1px #de2424;
    color: #fff;
    font-size: 16px;
}
#credit .credit-button:hover {
    background-color: #F33;
}
/* homepage slider begin */
.mw-container {
    min-height: 55px;
}
#hero-slider-big {
    display: block;
    margin: 0 auto;
}
#hero-slider-small {
    display: none;
}
@media screen and (max-width: 999px) {
    #hero-slider-big {
        display: none;
    }
    #hero-slider-small {
        display: block;
    }
}
/* homepage slider end */
/* gcaptcha hidden */
.grecaptcha-badge { opacity:0; visibility:hidden; }