@charset "utf-8";
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("../fonts/alsrubl-arial-regular.eot");
  src: url("f../onts/alsrubl-arial-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/alsrubl-arial-regular.woff") format("woff"), url("../fonts/alsrubl-arial-regular.ttf") format("truetype"), url("../fonts/alsrubl-arial-regular.svg#ALSRublArialRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("../fonts/alsrubl-arial-italic.eot");
  src: url("alsrubl-arial-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/alsrubl-arial-italic.woff") format("woff"), url("../fonts/alsrubl-arial-italic.ttf") format("truetype"), url("../fonts/alsrubl-arial-italic.svg#ALSRublArialItalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("alsrubl-arial-bold.eot");
  src: url("../fonts/alsrubl-arial-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/alsrubl-arial-bold.woff") format("woff"), url("../fonts/alsrubl-arial-bold.ttf") format("truetype"), url("../fonts/alsrubl-arial-bold.svg#ALSRublArialBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url("../fonts/alsrubl-arial-bolditalic.eot");
  src: url("../fonts/alsrubl-arial-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/alsrubl-arial-bolditalic.woff") format("woff"), url("../fonts/alsrubl-arial-bolditalic.ttf") format("truetype"), url("../fonts/alsrubl-arial-bolditalic.svg#ALSRublArialBoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  color: #2a2a2a;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  width: 100%;
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
img {
  border: 0;
  outline: none;
}
a {
  color: #242424;
  outline: none;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #e93c2b;
  text-decoration: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
}
input,
textarea,
button,
select {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Open Sans', Sans-Serif;
  color: #2a2a2a;
  outline: none;
}
input:disabled,
textarea:disabled,
button:disabled,
select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  border: 1px solid #e3e3e3;
  padding: 6px 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}
h1 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 30px;
}
h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
p {
  line-height: 1.8;
  margin: 0 0 20px;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
main,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.ruble {
  font-family: 'ALSRubl-Arial', sans-serif;
  line-height: normal;
}
.clear {
  clear: both;
}
.clear-table {
  content: '';
  display: table;
  width: 100%;
}
::-webkit-input-placeholder {
  color: #b7b7b7;
}
::-moz-input-placeholder {
  color: #b7b7b7;
}
:-moz-placeholder {
  color: #b7b7b7;
}
:-ms-input-placeholder {
  color: #b7b7b7;
}
.wa-submit-button,
input[type=button],
input[type=submit],
.button {
  background: #ff3d2a;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.wa-submit-button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.button:hover {
  color: #fff;
  background: #2a2a2a;
}
.wa-submit-button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.wa-submit-button:disabled:hover,
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover {
  background: #ccc;
}
.button_black {
  background: #2a2a2a;
}
.button_black:hover {
  background: c-body-hover;
}
.button_gray {
  background: #f2f2f2;
  color: #2a2a2a;
}
.button_gray:hover {
  background: #ff3d2a;
  color: #fff;
}
.button_low {
  font-size: 12px;
  font-size: 0.75rem;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.button .fa {
  margin-right: 10px;
}
.button:disabled,
.button_disabled {
  background: #ccc;
  cursor: not-allowed;
}
.button:disabled:hover,
.button_disabled:hover {
  background: #ccc;
  color: inherit;
}
.button-one {
  background: none;
  border: none;
  border-bottom: 1px dashed #ff3d2a;
  cursor: pointer;
  color: #ff3d2a;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  transition: border 0.2s ease-out;
}
.button-one:hover {
  border-bottom-color: transparent;
}
.s-checkbox {
  cursor: pointer;
  display: inline-block;
  margin: 0 3px 3px 0;
  position: relative;
  vertical-align: middle;
}
.s-checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.s-checkbox input+.s-checkbox__element {
  transition: border 0.2s ease-out;
}
.s-checkbox input:checked+.s-checkbox__element {
  border-color: #242424;
}
.s-checkbox input+.s-checkbox__element:before {
  content: "\f00c";
  color: #242424;
  font: bold normal normal 11px/1 "Font Awesome 5 Free";
  font-size: 8px;
  font-size: 0.5rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease-out;
  visibility: hidden;
}
.s-checkbox input:checked+.s-checkbox__element:before {
  opacity: 1;
  visibility: visible;
}
.s-checkbox input:disabled+.s-checkbox__element {
  border-color: #f5f5f5;
  cursor: not-allowed;
}
.s-checkbox input:disabled+.s-checkbox__element:before {
  opacity: 0;
  visibility: hidden;
}
.s-checkbox__element {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  display: block;
  width: 14px;
  height: 14px;
}
.s-radio {
  cursor: pointer;
  display: inline-block;
  margin: 0 3px 3px 0;
  position: relative;
  vertical-align: middle;
}
.s-radio input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.s-radio input+.s-radio__element {
  transition: border 0.2s ease-out;
}
.s-radio input:checked+.s-radio__element {
  border-color: #242424;
}
.s-radio input+.s-radio__element:before {
  content: "\f111";
  color: #242424;
  font: bold normal normal 11px/1 "Font Awesome 5 Free";
  font-size: 6px;
  font-size: 0.375rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.s-radio input:checked+.s-radio__element:before {
  opacity: 1;
  visibility: visible;
}
.s-radio input:disabled+.s-radio__element {
  border-color: #f5f5f5;
  cursor: not-allowed;
}
.s-radio input:disabled+.s-radio__element:before {
  opacity: 0;
  visibility: hidden;
}
.s-radio__element {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  display: block;
  width: 14px;
  height: 14px;
}
.hint {
  color: #a1a1a1;
  font-size: 12px;
  font-size: 0.75rem;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.h-promo {
  background: #e93c2b;
  color: #fff;
  display: block;
  padding: 14px 0 16px;
  position: relative;
  text-align: center;
  width: 100%;
}
.h-promo .wrap {
  position: relative;
}
.h-promo__close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.h-promo__text {
  font-weight: 600;
  line-height: 1.8;
  padding: 0 40px;
}
.h-promo__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__wrap {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.header__top {
  background: #f8f9f9;
  border-bottom: 1px solid #ededed;
  padding: 18px 0 15px;
}
.header__top:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.header__left {
  float: left;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}
.header__right {
  float: right;
}
.header__search {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 0 10px;
}
.header__middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 20px;
  padding-bottom: 25px;
}
.header__logo {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  -ms-flex: none;
      flex: none;
  width: 260px;
}
.menu {
  margin-left: -15px;
}
.menu__bar,
.menu__search {
  display: none;
}
.menu__title,
.menu__close {
  display: none;
}
.menu__list {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
.menu__list a {
  color: #2a2a2a;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.menu__list a:hover {
  color: #e93c2b;
}
.menu__list_active span {
  color: #e93c2b;
}
.auth {
  display: inline-block;
  font-weight: 600;
  margin-left: 30px;
}
.auth a {
  color: #2a2a2a;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: top;
}
.auth a:hover {
  color: #e93c2b;
}
.auth span {
  display: inline-block;
  margin: -1px 5px 0;
  vertical-align: top;
}
.phone {
  line-height: 1.4;
  margin: 0 auto 0;
  padding-right: 5%;
  white-space: nowrap;
}
.phone__number {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
}
.phone__number a {
  color: #2a2a2a;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.phone__sep {
  background: #ff3d2a;
  display: inline-block;
  margin: 0 15px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 8px;
  height: 8px;
}
.phone__time {
  font-size: 12px;
  font-size: 0.75rem;
}
.phone__time .fa {
  color: #ff3d2a;
  font-weight: 400;
}
.phone__call {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 30px;
}
.phone__call .fa {
  color: #ff3d2a;
  font-size: 11px;
  font-size: 0.6875rem;
}
.phone__call-link {
  color: #242424;
  border-bottom: 1px dashed;
  transition: border 0.2s ease-out;
}
.phone__call:hover .phone__call-link {
  border-bottom-color: transparent;
}
.hicon {
  color: #242424;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.hicon .fa {
  font-weight: normal;
}
.hcount {
  background: #ff3d2a;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  opacity: 0;
  position: absolute;
  bottom: -8px;
  right: -8px;
  text-align: center;
  transition: transform 0.2s ease-out;
  visibility: hidden;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.hcount_active {
  opacity: 1;
  visibility: visible;
}
.favorits {
  margin-right: 40px;
}
.compare {
  margin-right: 40px;
}
.mcart {
  padding: 10px 0;
  white-space: nowrap;
}
.mcart .fa {
  font-weight: bold;
}
.mcart__link:hover {
  color: #2a2a2a;
}
.mcart__count {
  left: 16px;
  bottom: 2px;
}
.mcart__price {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 20px;
}
.mcart__items {
  background: #fff;
  border-top: 10px solid #ff3d2a;
  box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
  font-size: 0;
  line-height: normal;
  opacity: 0;
  padding: 15px 5px 15px 15px;
  position: absolute;
  right: 0;
  top: 54px;
  text-align: center;
  visibility: hidden;
  width: 270px;
  z-index: 40;
}
.mcart__items:before {
  background: #fff;
  content: '';
  position: absolute;
  top: -10px;
  left: -2%;
  width: 104%;
  height: 7px;
  z-index: 10;
}
.mcart__items h4 {
  margin-bottom: 0;
}
.mcart:hover .mcart__items {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-out;
  top: 40px;
}
.mcart__items-bl {
  max-height: 340px;
  overflow: auto;
  padding-right: 10px;
}
.mcart__items-bl::-webkit-scrollbar {
  background: #ededed;
  border: 1px solid #fff;
  width: 3px;
}
.mcart__items-bl::-webkit-scrollbar-thumb {
  background-color: #ff3d2a;
}
.mcart__items-bl::-webkit-scrollbar-thumb:hover {
  background-color: #ff3d2a;
}
.mcart__item {
  border-bottom: 1px dotted #212121;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.mcart__delete {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
}
.mcart__img {
  float: left;
  text-align: center;
  width: 50px;
}
.mcart__img img {
  width: 70%;
}
.mcart__info {
  margin-left: 50px;
}
.mcart__name {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mcart__p {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.mcart__all {
  padding-right: 10px;
}
.mcart .button {
  margin-top: 10px;
  width: 100%;
}
.search {
  background: #fff;
  overflow: auto;
  padding: 40px 80px;
  position: fixed;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.26, 1);
  top: 0;
  right: -500px;
  bottom: 0;
  width: 500px;
  height: 100%;
  z-index: 99999;
}
.search_active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.search__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.search__form {
  margin-bottom: 50px;
  position: relative;
}
input.search__input {
  border: none;
  border-bottom: 3px solid #ff3d2a;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 40px 0 0;
  width: 100%;
  height: 40px;
}
.search__button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.search__info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
.search__error {
  color: #ff3d2a;
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
}
.search-res {
  font-size: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-width: 260px;
  z-index: 40;
}
.search-res_active {
  opacity: 1;
  top: 47px;
  visibility: visible;
  transition: all 0.2s ease-out;
}
.search-res__title {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  margin-right: 10px;
}
.search-res__link {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.search-res__list {
  border-bottom: 1px dotted #212121;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}
.search-res__list:last-child {
  border-bottom-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-res__img {
  float: left;
  width: 50px;
  text-align: center;
}
.search-res__img img {
  width: 70%;
}
.search-res__info {
  display: block;
  margin-left: 55px;
}
.search-res__name {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  text-decoration: underline;
}
.search-res__list:hover .search-res__name {
  text-decoration: none;
}
.search-res__price {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 5px;
  text-decoration: none;
}
.search-res__price-old {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  text-decoration: line-through;
}
.search-res__stock {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
}
.search-res__stock-high {
  color: #00ad5d;
}
.search-res__stock-low {
  color: #ffa500;
}
.search-res__stock-none,
.search-res__stock-critical {
  color: #ff3d2a;
}
@media screen and (min-width: 980px) {
  .cMenu {
    background: #f8f9f9;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  .cMenu__bar,
  .cMenu__title,
  .cMenu__close {
    display: none;
  }
  .cMenu li {
    list-style: none;
  }
  .cMenu a {
    text-decoration: none;
  }
  .cMenu a:hover {
    color: #e93c2b;
  }
  .cMenu__block {
    opacity: 0;
    overflow: hidden;
    position: relative;
    z-index: 30;
  }
  .cMenu__lv1 {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 -14px;
    position: relative;
  }
  .cMenu__lv1_left {
    -ms-flex-pack: left;
        justify-content: left;
  }
  .cMenu__lv1_center {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .cMenu__li-lv1 {
    line-height: 54px;
  }
  .cMenu__link-lv1 {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 15px;
    white-space: nowrap;
    transition: color 0.2s ease-out;
  }
  .cMenu__lv2 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-size: 0;
    line-height: normal;
    opacity: 0;
    padding: 10px 0 20px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    left: 0;
    top: 65px;
  }
  .cMenu__lv2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
  }
  .cMenu__lv2 li {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cMenu__lv2 .cMenu__name {
    white-space: nowrap;
  }
  .cMenu__li-lv1:hover>.cMenu__lv2 {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out;
    top: 59px;
  }
  .cMenu__li-lv2 {
    display: inline-block;
    margin: 15px 0;
    padding: 0 30px;
    vertical-align: top;
    width: 33.33%;
  }
  .cMenu__link-lv2 {
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    position: relative;
  }
  .cMenu__link-lv2:hover {
    border-bottom-color: transparent;
  }
  .cMenu__lv3 {
    margin: 15px 5px 0;
  }
  .cMenu__lv3 li {
    margin-top: 5px;
    padding-left: 10px;
    position: relative;
  }
  .cMenu__lv3 li:before {
    background: #757b91;
    content: '';
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .cMenu__lv3 .cMenu__name,
  .cMenu__lv3 a {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
  }
  .cMenu__lv4 {
    margin: 15px 5px;
  }
  .cMenu__li-lv4:before {
    top: 7px;
  }
  .cMenu__lv5 {
    margin: 15px 5px;
  }
  .cMenu__li-lv5:before {
    top: 7px;
  }
  .cMenu__yet {
    font-weight: 600;
  }
  .cMenu__yet .cMenu__lv2 .fa-caret-down,
  .cMenu__yet .cMenu__lv2 .fa-angle-right {
    display: none;
  }
  .cMenu__lv2 li {
    line-height: normal;
  }
  .cMenu__lv2 .cMenu__lv2 {
    font-weight: normal;
    opacity: 1;
    position: static;
    visibility: inherit;
  }
  .cMenu__lv2 .cMenu__lv2:before {
    display: none;
  }
  .cMenu__lv2 .cMenu__li-lv1 {
    display: inline-block !important;
    margin: 15px 0;
    padding: 0 30px;
    vertical-align: top;
    width: 33.33%;
  }
  .cMenu__lv2 .cMenu__link-lv1 {
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
    position: relative;
  }
  .cMenu__lv2 .cMenu__link-lv1:hover {
    border-bottom-color: transparent;
  }
  .cMenu__lv2 .cMenu__lv2 {
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .cMenu__lv2 .cMenu__lv2 li {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 10px;
    position: relative;
    width: 100%;
  }
  .cMenu__lv2 .cMenu__lv2 li:before {
    background: #757b91;
    content: '';
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .cMenu__lv2 .cMenu__lv2 .cMenu__li-lv2 {
    margin-top: 15px;
  }
  .cMenu__lv2 .cMenu__lv2 .cMenu__name,
  .cMenu__lv2 .cMenu__lv2 a {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    vertical-align: top;
  }
  .cMenu__active {
    color: #e93c2b;
  }
  .cMenu__li-lv1:hover>.cMenuV__lv2 {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out;
    top: 59px;
  }
  .cMenuV__lv2,
  .cMenuV__lv3,
  .cMenuV__lv4 {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    font-size: 0;
    line-height: normal;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 240px;
    left: 15px;
    top: 65px;
  }
  .cMenuV__lv2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
  }
  .cMenuV__lv2 .fa-angle-right {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cMenuV__lv2 .cMenu__active,
  .cMenuV__lv2 a {
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 18px;
    position: relative;
  }
  .cMenuV__lv2 .cMenu__active:hover,
  .cMenuV__lv2 a:hover {
    background: #f9f9f9;
  }
  .cMenuV__lv2 li {
    display: block;
    width: 100%;
  }
  .cMenuV__lv2 li ul {
    left: calc(100% + 20px);
    top: 0;
  }
  .cMenuV__lv2 li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out;
    left: 100%;
  }
  .cMenuV__li-tree {
    position: relative;
  }
  .cMenu__li-lv1_right li ul {
    left: auto;
    right: calc(100% + 20px);
    top: 0;
  }
  .cMenu__li-lv1_right li:hover>ul {
    left: auto;
    right: 100%;
  }
  .cMenu__li-lv1_right:hover>.cMenuV__lv2 {
    right: 15px;
    left: auto;
  }
  .cMenu__li-lv1_right .fa-angle-right {
    left: 5px;
    right: auto;
    transform: rotate(-180deg);
    transform-origin: 50% 20%;
  }
  .cMenu__li-lv1_right .cMenu__yet-block .fa-caret-down {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: 45% -5%;
  }
  .cMenu__yet-block.cMenuV__lv2 {
    right: 15px;
    left: auto;
  }
  .cMenu__yet .cMenu__link-lv1 {
    line-height: normal;
    white-space: normal;
  }
  .cMenu__yet .cMenu__li-lv1_right:hover>.cMenuV__lv2 {
    right: 100%;
  }
  .cMenu__yet .cMenuV__lv2 .cMenuV__lv2 {
    top: 0;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
/* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  background: none;
  color: inherit;
  border: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme-slider {
  margin-bottom: 40px;
}
.owl-theme-slider_mt {
  margin-top: 20px;
}
.owl-theme-slider img {
  display: block;
  width: 100%;
}
.owl-theme-nav .owl-dots {
  text-align: left;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100%;
}
.owl-theme-nav .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme-nav .owl-dots .owl-dot span {
  background: #242424;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.owl-theme-nav .owl-dots .owl-dot.active span,
.owl-theme-nav .owl-dots .owl-dot:hover span {
  background: #ff3d2a;
}
.owl-theme-nav .owl-nav {
  opacity: 0;
  font-size: 0;
  transition: opacity 0.2s ease-out;
}
.owl-theme-nav:hover .owl-nav {
  opacity: 1;
}
.owl-theme-nav .owl-prev,
.owl-theme-nav .owl-next {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  font: 900 normal normal 0/1 "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -23px;
  position: absolute;
  transition: background 0.2s ease-out;
  top: 50%;
  width: 46px;
  height: 46px;
}
.owl-theme-nav .owl-prev:before,
.owl-theme-nav .owl-next:before {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1px;
  transition: color 0.2s ease-out;
}
.owl-theme-nav .owl-prev:hover,
.owl-theme-nav .owl-next:hover {
  background: #ff3d2a;
}
.owl-theme-nav .owl-prev:hover:before,
.owl-theme-nav .owl-next:hover:before {
  color: #fff;
}
.owl-theme-nav .owl-prev {
  left: 20px;
}
.owl-theme-nav .owl-prev:before {
  content: "\f104";
}
.owl-theme-nav .owl-next {
  right: 20px;
}
.owl-theme-nav .owl-next:before {
  content: "\f105";
}
.wrap_slider .wrap {
  padding-left: 90px;
}
.owl-des {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.owl-des__title {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 40px;
  animation-delay: 0.7s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-des__info {
  color: #242424;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 40px;
  animation-delay: 0.9s;
  animation-duration: 0.9s;
  animation-fill-mode: both;
}
.owl-des__button {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-item.active .owl-des__title,
.owl-item.active .owl-des__info,
.owl-item.active .owl-des__button {
  animation-name: fadeInLeft;
}
.owl-products .owl-stage-outer {
  margin: 0 -10px;
  padding: 0 10px;
}
.owl-theme-nav2 .owl-nav {
  background: #fff;
  position: absolute;
  padding-left: 20px;
  right: 0;
  top: -68px;
  font-size: 0;
}
.owl-theme-nav2-bg .owl-nav {
  background: #f8f8f8;
}
.owl-theme-nav2-no-bg .owl-nav {
  background: none;
}
.owl-theme-nav2 .owl-prev,
.owl-theme-nav2 .owl-next {
  background: #efefef;
  border-radius: 4px;
  display: inline-block;
  font: 900 normal normal 0/1 "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.2s ease-out;
  width: 36px;
  height: 36px;
}
.owl-theme-nav2 .owl-prev:before,
.owl-theme-nav2 .owl-next:before {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 2px;
  transition: color 0.2s ease-out;
}
.owl-theme-nav2 .owl-prev:hover,
.owl-theme-nav2 .owl-next:hover {
  background: #ff3d2a;
}
.owl-theme-nav2 .owl-prev:hover:before,
.owl-theme-nav2 .owl-next:hover:before {
  color: #fff;
}
.owl-theme-nav2 .disabled:hover {
  background: #efefef;
}
.owl-theme-nav2 .disabled:hover:before {
  color: #2a2a2a;
}
.owl-theme-nav2 .owl-prev {
  margin-right: 5px;
}
.owl-theme-nav2 .owl-prev:before {
  content: "\f104";
}
.owl-theme-nav2 .owl-next:before {
  content: "\f105";
}
.owl-theme-brands {
  margin-bottom: 60px;
}
.owl-theme-brands .owl-item img {
  width: 100% !important;
  height: auto !important;
}
.owl-timer__img {
  font-size: 0;
  float: left;
  text-align: center;
  width: 40%;
  height: 460px;
  line-height: 460px;
}
.owl-timer__img img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.owl-timer__info {
  text-align: center;
  position: absolute;
  padding-left: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
}
.owl-timer__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.owl-timer__title span {
  color: #ff3d2a;
}
.owl-timer__text {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
.timer {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.timer__item {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
  padding: 10px;
  width: 55px;
}
.timer__num {
  border-bottom: 1px solid;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.timer__name {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .owl-des__title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
  .owl-des__info {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .wrap_slider .wrap {
    padding-left: 20px;
  }
  .owl-timer__img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    line-height: normal;
  }
  .owl-timer__img img {
    max-width: 90%;
    max-height: 120px;
  }
  .owl-timer__info {
    margin-bottom: 40px;
    position: static;
    padding-left: 0;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
  .owl-timer__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .owl-theme-slider .owl-item {
    overflow: hidden;
    height: 300px;
  }
  .owl-theme-slider img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 300px;
  }
  .owl-item.active {
    z-index: 1;
  }
  .owl-des__title {
    margin-bottom: 30px;
  }
  .owl-des__info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 380px) {
  .timer__item {
    margin: 0 5px;
    width: 50px;
  }
  .timer__num {
    border-bottom: 1px solid;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .timer__name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.bread {
  border-bottom: 1px solid #ededed;
  display: block;
  font-size: 0;
  padding: 20px 0 0;
  margin: 0 0 40px;
}
.bread__link {
  color: #777;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
  text-decoration: none;
  vertical-align: middle;
}
.bread__link_last {
  color: #e93c2b;
}
.bread__sep {
  color: #a1a1a1;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 10px 20px;
  vertical-align: middle;
}
.promo {
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 1.4;
  margin-top: -20px;
  margin-bottom: 60px;
}
.promo__item {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease-out;
  width: calc(33.33% - 15px);
}
.promo__img {
  transition: transform 2s ease-out;
  width: 100%;
}
.promo__item:hover .promo__img {
  transform: scale(1.2);
}
.promo__title {
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 100;
}
.promo__title:hover {
  color: #e93c2b;
}
.promoImg {
  margin-bottom: 70px;
}
.promoImg_mb {
  margin-bottom: 40px;
}
.promoImg img {
  width: 100%;
}
.main {
  min-height: 400px;
}
.main_pb {
  padding-bottom: 70px;
}
.main__left {
  float: left;
  width: 260px;
}
.main__right {
  margin-left: 290px;
  margin-bottom: 60px;
}
.main__right:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.main__center {
  text-align: center;
}
.main__text {
  margin-bottom: 60px;
}
.main__title {
  color: #2a2a2a;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-decoration: none;
}
.main__title_low {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
}
.main__title_mb {
  margin-bottom: 20px;
}
.main__title span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  z-index: 2;
}
.main__title:before {
  background: #eee;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  z-index: 1;
}
.main__title_bg span {
  background: #5e6c6c;
  color: #f5f5f5;
}
.main__title_bg span:hover {
  color: #e93c2b;
}
.main__title_bg2 span {
  background: #f8f8f8;
}
.main__title_bg2 span:hover {
  color: #e93c2b;
}
.main__bg2 {
  background: #f8f8f8;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 1px;
}
.main__bg {
  background: #5e6c6c;
  box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 1px;
}
.widget {
  margin-bottom: 40px;
  text-align: center;
}
.widget #vk_groups,
.widget iframe {
  display: inline-block;
}
.m-news {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  margin: 0 -10px 50px;
}
.m-news a {
  color: #2a2a2a;
  text-decoration: none;
}
.m-news__img {
  display: block;
  font-size: 0;
  margin: -20px -20px 10px;
  overflow: hidden;
}
.m-news__img img {
  transition: transform 2s ease-out;
  width: 100%;
}
.m-news__list:hover img {
  transform: scale(1.2);
}
.m-news__list {
  background: #fff;
  margin: 0 10px;
  padding: 20px;
  position: relative;
  transition: box-shadow 0.3s ease-out;
  width: calc(25% - 20px);
}
.m-news__list:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.m-news__date {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.m-news__date .fa {
  font-weight: 400;
  margin-right: 5px;
}
.m-news__name {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: color 0.2s ease-out;
}
.m-news__list:hover .m-news__name {
  color: #ff3d2a;
}
.m-news__des {
  font-size: 12px;
  font-size: 0.75rem;
}
.page_pb {
  padding-bottom: 70px;
}
.page ol,
.page ul {
  margin: 20px;
}
.page li {
  margin: 5px 0;
  line-height: 1.8;
}
.page table {
  margin-bottom: 30px;
  width: 100%;
}
.page th,
.page td {
  padding: 15px 12px;
  line-height: 1.6;
}
.page tr:nth-child(2n) {
  background: #f4f5fb;
}
.page sup {
  position: relative;
  top: -0.5em;
}
.page sub {
  position: relative;
  bottom: -0.5em;
}
.page img {
  max-width: 100%;
}
.tags {
  margin-bottom: 40px;
  margin-left: -15px;
}
.tags_mb {
  margin-bottom: 0;
}
.tags__list {
  border-bottom: 2px solid #ebebeb;
  color: #2a2a2a;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0 10px 15px;
  padding: 5px 0;
  text-decoration: none;
}
.tags__list:hover {
  border-color: #ff3d2a;
}
.m-bar {
  background: #f8f9f9;
  margin-bottom: 40px;
  padding: 1px 15px 16px;
}
.m-bar__tab {
  display: none;
}
.m-left li {
  list-style-type: none;
}
.m-left__list {
  padding-top: 15px;
}
.m-left__list a {
  line-height: 1.4;
  text-decoration: none;
}
.m-left__active {
  color: #e93c2b;
}
.m-left__dop {
  margin-left: 15px;
}
.m-left__dop li {
  padding-top: 8px;
}
.m-left__dop a {
  font-size: 12px;
  font-size: 0.75rem;
}
.category__sub {
  font-size: 0;
  margin-left: -20px;
}
.category__sub-list {
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 20px;
  vertical-align: middle;
  width: 20%;
}
.category__sub-link {
  display: table;
}
.category__sub-img {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}
.category__sub-img img {
  max-width: 65px;
}
.category__sub-name {
  display: table-cell;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  vertical-align: middle;
}
.category__des {
  margin-bottom: 80px;
}
.error-404 {
  padding: 50px 0 70px;
  text-align: center;
}
.error-404__title {
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: bold;
}
.error-404__inf {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.error-404__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 60px;
}
.filter {
  margin-bottom: 40px;
}
.filter__bar {
  display: none;
}
.filter__block {
  width: 100%;
}
.filter__wrap {
  border: 1px solid #e3e3e3;
}
.filter__param {
  display: block;
  position: relative;
}
.filter__param:last-child .filter__name {
  border-bottom: none;
}
.filter__param_price {
  padding-top: 0;
}
.filter__name {
  background: #f8f9f9;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: -1px;
  padding: 15px 30px 15px 10px;
  position: relative;
}
.filter__name-icon {
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.filter__name .fa-minus {
  display: none;
}
.filter__name_active .fa-minus {
  display: block;
}
.filter__name_active .fa-plus {
  display: none;
}
.filter__check {
  display: none;
  font-size: 0;
  padding: 5px 10px 15px;
  width: 100%;
}
.filter__check-all,
.filter__check-all-no {
  border-bottom: 1px dashed;
  cursor: pointer;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
  margin-left: 19px;
}
.filter__check-dop {
  display: none;
}
.filter__label {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
  vertical-align: top;
  width: 100%;
}
.filter__label_active {
  color: #242424;
}
.filter__sr {
  margin-top: 20px;
}
.filter__reset {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  text-decoration: none;
}
.filter__reset:hover {
  color: #ff3d2a;
}
.filter__inp {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 0 10px;
  width: calc(50% - 7.5px);
  height: 30px;
}
.filter__inp + .filter__inp {
  float: right;
}
.filter__sliders {
  padding: 15px 10px 0;
  position: relative;
}
.filter .ui-slider-horizontal {
  height: 3px;
  border: none;
}
.filter .ui-slider-horizontal .ui-slider-handle,
.filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  background-color: #e93c2b;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
  top: -9px;
  margin-left: -9px;
  outline: none;
  height: 18px;
  width: 18px;
  z-index: 0;
}
.filter .ui-slider-horizontal.ui-widget-content {
  background: #e3e3e3;
  border-color: #e3e3e3;
  clear: both;
  height: 3px;
  margin-left: 9px;
  margin-bottom: 30px;
  width: calc(100% - 18px);
}
.filter .ui-slider-horizontal .ui-widget-header {
  background: #e93c2b;
  height: 3px;
  position: relative;
  top: 0;
  z-index: 0;
}
.filter .ui-corner-all {
  transition: none;
}
.sorting {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 10px 15px;
  position: relative;
  text-align: right;
}
.sorting__sort {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
}
.sorting__sort-title {
  display: inline-block;
}
.sorting__sort-name {
  background-color: #fff;
  border: 1px solid #eee;
  color: #101413;
  display: inline-block;
  cursor: pointer;
  line-height: 34px;
  margin-left: 10px;
  padding: 0 49px 0 15px;
  position: relative;
}
.sorting__sort-down {
  display: inline-block;
  border-left: 1px solid #eee;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}
.sorting__sort-down .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  transform: translate(-50%);
}
.sorting__sort-block {
  background-color: #fff;
  border: 1px solid #eee;
  opacity: 0;
  min-width: 200px;
  position: absolute;
  text-align: left;
  transition: all 0.3s ease-out;
  top: 38px;
  right: 0;
  visibility: hidden;
  z-index: 20;
}
.sorting__sort-block_active {
  opacity: 1;
  visibility: visible;
}
.sorting__sort-list {
  border-bottom: 1px solid #eee;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.sorting__sort-list:last-child {
  border-bottom-color: transparent;
}
.sorting__sort-list a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 15px;
  text-decoration: none;
}
.sorting__sort-list:hover {
  background-color: #f8f9f9;
}
.sorting__sort-list:hover a {
  color: #ff3d2a;
}
.sorting__sort-list_active a {
  color: #ff3d2a;
  font-weight: 600;
}
.sorting__sort-arr {
  float: right;
  margin: 10px;
}
.sorting__switch {
  color: #898888;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  left: 46px;
  top: 50%;
  transition: color 0.3s ease-out;
  transform: translateY(-50%);
}
.sorting__switch+.sorting__switch {
  left: 15px;
}
.sorting__switch_active {
  color: #ff3d2a;
}
.pagin {
  display: block;
  font-size: 0;
  margin-bottom: 40px;
  text-align: right;
}
.pagin li {
  border: 1px solid #eee;
  color: #ca1619;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: -1px;
  text-align: center;
  vertical-align: center;
}
.pagin span,
.pagin a {
  color: #2a2a2a;
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.pagin a:hover {
  color: #ff3d2a;
}
.pagin .selected a {
  color: #ff3d2a;
  font-weight: bold;
}
.products {
  font-size: 0;
  margin: 0 -15px 40px;
  position: relative;
}
.products__list {
  display: inline-block;
  margin: 0 15px 20px;
  position: relative;
  transition: box-shadow 0.2s ease-out;
  vertical-align: top;
  width: calc(33.33% - 30px);
}
.products__list a {
  text-decoration: none;
}
.products__img {
  background: #fff;
  border: 1px solid #eee;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  height: 320px;
  line-height: 320px;
}
.products__img img {
  width: auto;
  height: auto;
  max-height: 60%;
  max-width: 70%;
  transition: transform 0.4s ease-out;
  vertical-align: middle;
}
.products__list:hover .products__img img {
  transform: scale(0.95) translateY(-20px);
}
.products__info {
  display: block;
  text-align: center;
}
.products__rating {
  color: #ff3d2a;
  display: block;
  margin-bottom: 5px;
}
.products__stock {
  color: #00ad5d;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 7px;
}
.products__stock_red {
  color: #ff3d2a;
}
.products__stock_yellow {
  color: #ff8400;
}
.products__name {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  transition: color 0.3s ease-out;
  text-decoration: none;
}
.products__list:hover .products__name {
  color: #ff3d2a;
}
.products__summary {
  display: none;
}
.products__price {
  color: #2a2a2a;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.products__price-old {
  color: #ff3d2a;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  text-decoration: line-through;
}
.products__addtocart {
  position: absolute;
  text-align: center;
  top: 270px;
  left: 0;
  width: 100%;
  height: 40px;
}
.products__favcom {
  color: #242424;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: -5px;
}
.products__favcom .fa {
  font-weight: normal;
}
.products__favcom_vis +.products__button {
  opacity: 1;
}
.products__favcom_vis span {
  opacity: 1;
  text-align: center;
}
.products__favorit,
.products__compare,
.products__button {
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  opacity: 0;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.products__favorit:hover,
.products__compare:hover,
.products__button:hover {
  background: #ff3d2a;
  color: #fff;
}
.products__favorit {
  animation-delay: 0.3s;
}
.products__compare {
  animation-delay: 0.2s;
}
.products__button {
  animation-delay: 0.1s;
}
.products__list:hover .products__favorit,
.products__list:hover .products__compare,
.products__list:hover .products__button {
  animation-name: fadeLeft;
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
.products__button .icon16 {
  margin-right: 0;
}
.products__favorit_active,
.products__compare_active {
  background: #ff3d2a;
  color: #fff;
}
.products_slider {
  margin: 0 0 60px;
}
.products_slider .products__list {
  margin: 0;
  width: 100%;
}
.products_row {
  margin: 0 0 20px;
}
.products_row .badge {
  left: 10px;
  right: auto;
}
.products_row .products__list {
  border: 1px solid #eee;
  margin: 0 0 20px;
  padding: 20px;
  width: 100%;
}
.products_row .products__img {
  display: inline-block;
  border: none;
  border-right: 1px solid #eee;
  border-bottom-color: transparent;
  float: left;
  margin-bottom: 0;
  padding-right: 20px;
  width: 160px;
  height: auto;
  line-height: 160px;
}
.products_row .products__list:hover .products__img img {
  transform: scale(0.95);
}
.products_row .products__list:hover .products__img img img {
  max-height: 160px;
}
.products_row .products__info {
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  width: calc(100% - 180px);
}
.products_row .products__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.products_row .products__price {
  margin-bottom: 20px;
}
.products_row .products__summary {
  color: #2a2a2a;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.products_row .products__addtocart {
  margin-left: 180px;
  position: static;
  text-align: left;
}
.products_row .products__favorit,
.products_row .products__compare,
.products_row .products__button {
  animation-name: none !important;
  opacity: 1;
  text-align: center;
}
.badges {
  color: #fff;
  display: block;
  font-size: 0;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: absolute;
  text-align: right;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.badges .badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  height: 20px;
  line-height: 20px;
  margin-left: 2px;
  margin-bottom: 2px;
  padding: 0 10px;
}
.badges .low-price {
  background-color: #ff3d2a;
}
.badges .new {
  background-color: #00ad5d;
}
.badges .bestseller {
  background-color: #ff8400;
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.p-images {
  font-size: 0;
  float: left;
  margin-bottom: 40px;
  width: 45%;
}
.p-images__container {
  position: relative;
}
.p-images__video {
  display: none;
  height: 400px;
}
.p-images__video iframe {
  width: 100%;
  height: 100%;
}
.p-images__block a {
  display: block;
  height: 400px;
  line-height: 400px;
  text-align: center;
}
.p-images__block img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 360px;
  vertical-align: middle;
}
.p-images__dop {
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  margin-top: 20px;
}
.p-images__dop-link {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  line-height: 75px;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  text-align: center;
  transition: border-color 0.1s ease-out;
}
.p-images__dop-link_active {
  border-color: #ccc;
}
.p-images__dop-video {
  color: #e3e3e3;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-images__dop-link_active.p-images__dop-video {
  color: #ccc;
}
.p-images__dop-img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.product h1 {
  margin-bottom: 10px;
}
.product__card_modal {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 30px;
  text-align: left;
  vertical-align: middle;
  max-width: 1400px;
  position: relative;
  width: 100%;
}
.product__card_modal:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.product__card_modal h1 {
  margin-bottom: 10px;
}
.product__card_modal .product__one-click,
.product__card_modal .product__rating-count,
.product__card_modal .product__rating-link,
.product__card_modal .product__summary-link,
.product__card_modal .product__category,
.product__card_modal .tags {
  display: none;
}
.product__rating {
  margin-bottom: 30px;
}
.product__rating-star {
  color: #ff3d2a;
  margin-right: 5px;
}
.product__rating-count {
  color: #a1a1a1;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
}
.product__rating-link {
  color: #a1a1a1;
  font-size: 12px;
  font-size: 0.75rem;
}
.product__rating-link-name {
  border-bottom: 1px dashed;
  color: #a1a1a1;
  cursor: pointer;
  transition: border 0.2s ease-out;
}
.product__rating-link-name:hover {
  border-bottom-color: transparent;
}
.product__rating-link .fa {
  font-weight: normal;
  margin-right: 5px;
}
.product__info {
  margin-left: calc(45% + 50px);
  margin-bottom: 40px;
  position: relative;
}
.product__info:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.product__add2cart {
  margin-bottom: 30px;
}
.product__add2cart .products__favcom {
  margin-left: 0;
}
.product__prices {
  margin-bottom: 20px;
}
.product__price {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}
.product__price-old {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: line-through;
}
.product__price-dis div {
  background: #ff3d2a;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  padding: 5px 6px;
}
.product__cart {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.product__button {
  padding: 0 15px;
}
.product__summary {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.product__summary-link {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
}
.product__category {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.product__category a {
  text-transform: lowercase;
}
.options {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0;
  font-size: 0;
  margin-bottom: 20px;
  padding: 10px 0;
}
.options__title {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.options .options__list:not(.color) a {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  display: inline-block;
  margin: 10px 8px 10px 0;
  padding: 6px 10px;
  transition: all 0.2s ease-out;
  text-decoration: none;
  vertical-align: middle;
}
.options .options__list:not(.color) a.selected {
  background: #ff3d2a;
  border-color: #ff3d2a;
  color: #fff;
}
.options .options__list:not(.color) a:hover {
  border-color: #ff3d2a;
}
.options__name {
  font-size: 12px;
  font-size: 0.75rem;
}
.options .color a {
  border: 3px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-size: 0;
  margin: 10px 8px 10px 0;
  padding: 0;
  transition: all 0.2s ease-out;
  text-decoration: none;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.options .color a .options__name {
  display: none;
}
.options .color a.selected {
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
  border-color: #fff;
  color: #fff;
}
.skus {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  padding: 20px 0 10px;
}
.skus li {
  list-style-type: none;
  margin-bottom: 10px;
}
.skus label {
  cursor: pointer;
}
.skus__name {
  font-weight: 600;
  margin-right: 10px;
}
.skus__art {
  margin-right: 10px;
}
.skus__price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.services {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.services__list {
  margin-bottom: 10px;
}
.services label {
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
}
.services select {
  padding: 2px 5px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.stocks {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 30px;
}
.stocks__stock {
  margin-bottom: 10px;
}
.stocks .stock-high {
  color: #00ad5d;
}
.stocks .stock-low {
  color: #ffa500;
}
.stocks .stock-none,
.stocks .stock-critical {
  color: #e9545d;
}
.counter {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  display: inline-block;
  font-size: 0;
  margin-right: 5px;
  vertical-align: top;
}
.counter__count {
  display: inline-block;
}
.counter__count input {
  background: transparent;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  text-align: center;
  width: 28px;
  height: 38px;
}
.counter__minus,
.counter__plus {
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0 9px;
  line-height: 38px;
}
.counter_low .counter__count input {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 5px 0;
  height: 20px;
}
.counter_low .counter__minus,
.counter_low .counter__plus {
  padding: 5px;
  line-height: 20px;
}
.collection {
  font-size: 0;
  margin-bottom: 40px;
}
.collection__list {
  background: #fff;
  padding: 8px;
}
.collection__list:nth-child(2n+1) {
  background: #f8f8f8;
}
.collection__link {
  display: inline-block;
  width: calc(100% - 320px);
}
.collection__link:hover {
  color: #ff3d2a;
}
.collection__img {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 30px;
}
.collection__img img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 30px;
}
.collection__name {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 10px;
  vertical-align: middle;
  width: calc(100% - 45px);
}
.collection__total {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 110px;
}
.collection__price {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.collection__price-old {
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.collection__count {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 100px;
}
.collection__addcart {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 110px;
}
.tab {
  margin-bottom: 60px;
}
.tab__names {
  background: #f8f8f8;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  font-size: 0;
  margin-bottom: 40px;
}
.tab__name {
  color: #a1a1a1;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 40px;
  padding: 20px 0;
  position: relative;
  transition: all 0.2s ease-out;
}
.tab__name:last-child {
  margin-right: 0;
}
.tab__name:before {
  background-color: #ff3d2a;
  content: '';
  height: 3px;
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.2s ease-out;
  transform: scale(0);
  visibility: hidden;
  width: 100%;
}
.tab__name_active {
  color: #2a2a2a;
}
.tab__name_active:before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.tab__block {
  display: none;
}
.tab__block:first-child {
  display: block;
}
.tab__block .products_slider {
  margin-bottom: 0;
}
.features {
  font-size: 0;
}
.features__list {
  display: block;
  padding: 12px 0;
  width: 100%;
  max-width: 800px;
}
.features__name {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 10px;
  position: relative;
  width: 70%;
}
.features__name:before {
  border-top: 1px dotted #e3e3e3;
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
}
.features__name span {
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.features__val {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding-left: 10px;
  width: 30%;
}
.icon10,
.icon16 {
  display: inline-block;
  font: bold normal normal 11px/1 "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-right: 1px;
}
.icon10 {
  min-width: 11px;
  min-height: 11px;
}
.icon16 {
  min-width: 14px;
  min-height: 14px;
}
.star:before,
.star-hover:before {
  content: "\f005";
}
.star-empty:before {
  content: "\f005";
  font-weight: normal;
}
.star-half:before {
  content: "\f5c0";
}
.i-saved {
  margin-right: 5px;
  width: 12px;
}
.i-saved:before {
  content: "\f00c";
}
.i-remove:before {
  content: "\f056";
  color: #ff3d2a;
}
.i-cart {
  margin-right: 5px;
  width: 12px;
}
.i-cart:before {
  content: "\f07a";
}
.loading,
.i-loading {
  margin-right: 5px;
  width: 12px;
}
.loading_mr,
.i-loading_mr {
  margin-right: 0;
}
.loading:before,
.i-loading:before {
  animation: fa-spin 2s infinite linear;
  content: "\f110";
  display: inline-block;
}
.icon10.color,
.icon16.color {
  background-image: none;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 3px 3px 0;
}
.icon10.color {
  width: 11px;
  height: 11px;
}
.icon16.color {
  width: 14px;
  height: 14px;
}
.i-down {
  margin-right: 5px;
  width: 12px;
}
.i-down:before {
  content: "\f107";
}
.icon16 {
  font-size: 14px;
  font-size: 0.875rem;
}
.icon16.i-loading,
.icon16.i-cart,
.icon16.i-saved,
.icon16.i-down {
  width: 16px;
}
.a-pulse {
  animation: a-pulse 0.5s 1 linear;
}
@keyframes fa-spin {
 {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes a-pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.6);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.p-cookies {
  background: #1a2332;
  border-top: 1px solid #28364d;
  font-size: 0;
  padding: 12px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 888;
}
.p-cookies__text {
  color: #868ca7;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-right: 20px;
  width: calc(100% - 120px);
}
.p-cookies__button {
  display: inline-block;
  width: 120px;
}
.p-cookies__button .button {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.currency {
  float: right;
  font-size: 11px;
  font-size: 0.6875rem;
  height: 26px;
  padding: 0 5px;
}
.footer {
  background: #f6f7f7;
  border-top: 1px solid #e3e3e3;
  font-size: 0;
  color: #2a2a2a;
  line-height: 2;
  padding: 60px 0 0;
}
.footer p {
  line-height: 2;
}
.footer__bl {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 60px;
  vertical-align: top;
}
.footer__bl_1 {
  padding-right: 30px;
  width: 30%;
}
.footer__bl_2 {
  padding-right: 20px;
  width: 20%;
}
.footer__bl_3 {
  padding-right: 20px;
  width: 20%;
}
.footer__bl_4 {
  width: 30%;
}
.footer__bl_5 {
  padding-right: 30px;
  width: 40%;
}
.footer__bl_6 {
  width: 30%;
}
.footer__bl_7 {
  width: 30%;
}
.footer__title {
  color: #2a2a2a;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer__title a {
  color: #2a2a2a;
  text-decoration: none;
}
.footer__copy {
  background: #f2f2f2;
  border-top: 1px solid #eee;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 26px;
  padding: 30px 0 80px;
}
.footer__pay {
  float: right;
  font-size: 0;
  margin-right: 5px;
}
.footer__pay img {
  height: 26px;
  margin-right: 5px;
}
.f-menu__list {
  margin-bottom: 10px;
}
.f-menu a {
  color: #2a2a2a;
  text-decoration: none;
}
.f-menu a:hover {
  color: #ff3d2a;
}
.subscribe {
  position: relative;
}
input.subscribe__input {
  background: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  height: 40px;
}
.subscribe__button {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0;
  text-transform: uppercase;
}
.subscribe label {
  font-size: 11px;
  font-size: 0.6875rem;
}
label.subscribe_error {
  color: #f00;
}
input.subscribe_error {
  border-color: #f00;
}
.subscribe__thank {
  color: #008000;
  font-weight: bold;
}
.soz {
  line-height: 39px;
}
.soz__list {
  color: #242424;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 10px;
  text-align: center;
  transition: all 0.2s ease-out;
  text-decoration: none;
  width: 30px;
  height: 30px;
}
.soz__list:hover {
  color: #ff3d2a;
}
.pBott {
  background: #f5f5f5;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  display: block;
  opacity: 0;
  padding: 5px 0 7px;
  position: fixed;
  transition: all 0.3s ease-out;
  bottom: -45px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.pBott_active {
  bottom: 0;
  opacity: 1;
}
.pBott .hicon {
  float: left;
  margin-top: 10px;
}
.pBott .hicon__title {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 5px;
}
.pBott .mcart {
  float: right;
  margin-top: 0;
}
.pBott .button {
  float: right;
  margin-left: 10px;
}
.upTop {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #666;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 0;
  position: fixed;
  right: -50px;
  bottom: 60px;
  text-align: center;
  transition: all 0.4s ease-out;
  visibility: hidden;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 999;
}
.upTop_active {
  opacity: 0.8;
  right: 20px;
  visibility: visible;
}
.upTop_active:hover {
  opacity: 1;
  bottom: 70px;
}
.ss-modal {
  font-size: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ss-modal_active {
  opacity: 1;
  transition: opacity 0.1s ease-out;
  visibility: visible;
}
.ss-modal-wrap {
  background: #1e1e1e;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.26, 1);
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.ss-modal-wrap_active {
  opacity: 0.65;
  visibility: visible;
}
.ss-modal__close {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 10px;
}
.ss-modal__inner {
  width: 100%;
  height: 100%;
}
.ss-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ss-modal__content {
  height: 100%;
  text-align: center;
}
.ss-modal__content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ss-modal__wrap {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px;
  vertical-align: middle;
  width: 100%;
}
.s-product-reviews .stars-wrapper {
  color: #ff3d2a;
}
.s-product-reviews .stars-wrapper .icon10 {
  margin-top: 1px;
  vertical-align: top;
}
.s-product-reviews .s-rating-text {
  margin-bottom: 20px;
}
.s-product-reviews .s-rating-distribution td {
  background: transparent;
  border: 0;
  vertical-align: middle;
  padding: 0.3em;
}
.s-product-reviews .s-rating-distribution .column-1 {
  font-size: 12px;
  font-size: 0.75rem;
}
.s-product-reviews .s-rating-distribution .bar {
  background: #f5f5f5;
  width: 200px;
}
.s-product-reviews .s-rating-distribution .bar .filling {
  background: #242424;
  height: 12px;
}
.s-product-reviews .s-buttons-wrapper {
  margin: 2em 0 0;
}
.s-product-reviews .s-buttons-wrapper .s-button {
  margin: 0 0 0 1em;
}
.s-product-reviews .s-buttons-wrapper .s-button:first-child {
  margin-left: 0;
}
.s-reviews-page {
  margin-bottom: 40px;
}
.s-reviews-header {
  margin: 0;
}
.s-form-wrapper {
  overflow: hidden;
  margin: 20px 0 0;
}
.s-form-wrapper .s-review-form.is-shown {
  display: none;
}
.s-review-button {
  float: right;
  margin: 0;
}
.s-review-button .s-button.is-active {
  background: #000;
}
.s-review-form {
  background: #fff;
  border-radius: 5px;
  display: none;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 500px;
}
.s-review-form.is-shown {
  display: inline-block;
}
.s-review-form .s-review-field {
  margin: 1em 0 0;
}
.s-review-form .s-review-field .header-block {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.s-review-form .s-review-field label {
  text-transform: uppercase;
  font-size: 0.8em;
}
.s-review-form .s-review-field.service-agreement-wrapper label {
  text-transform: none;
  font-size: inherit;
}
.s-review-form .s-review-field:first-child {
  margin-top: 0;
}
.s-review-form .s-review-field.user-name-block img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 4px 0 0;
  border-radius: 50%;
}
.s-review-form .s-review-field.user-name-block .s-logout-link {
  margin: 0 0.5em;
  color: #888;
}
.s-review-form .s-review-field.reply-notification {
  display: none;
}
.s-review-form .s-review-field .s-rates-wrapper {
  color: #ff3d2a;
  display: inline-block;
}
.s-review-form .s-review-field .s-rates-wrapper .s-rate-item {
  cursor: pointer;
}
.s-review-form .s-errors-wrapper {
  display: none;
  margin: 1em 0 0;
  padding: 0.5em;
  border-radius: 2px;
  background: rgba(255,0,0,0.1);
}
.s-review-form .s-errors-wrapper.is-shown {
  display: inline-block;
}
.s-review-form .s-errors-wrapper .error {
  margin: 0.5em 0 0;
  line-height: 1.25em;
  font-style: italic;
}
.s-review-form .s-errors-wrapper .error:first-child {
  margin-top: 0;
}
.s-reviews-wrapper {
  margin: 20px 0 0;
}
.s-reviews-wrapper .s-reviews-count {
  margin: 0;
}
.s-reviews-wrapper .s-reviews-list {
  margin: 1em 0 0;
}
.s-reviews-list {
  margin: 0;
}
.s-reviews-list >.s-review-item {
  margin: 20px 0 0;
}
.s-reviews-list .s-rates-wrapper {
  color: #ff3d2a;
}
.s-reviews-list .s-rates-wrapper:first-child {
  margin-top: 0;
}
.s-reviews-list .s-review-item {
  padding: 20px;
  background: #f8f9f9;
  border-radius: 4px;
}
.s-reviews-list .s-review-item .s-review-header {
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.8;
  margin: 0;
  padding: 0 0 5px;
}
.s-reviews-list .s-review-item .s-review-header .s-review-name {
  display: inline-block;
  margin: 0 10px 0 0;
}
.s-reviews-list .s-review-item .s-review-header .s-rates-wrapper,
.s-reviews-list .s-review-item .s-review-header .staff-wrapper,
.s-reviews-list .s-review-item .s-review-header .username-wrapper,
.s-reviews-list .s-review-item .s-review-header .date-wrapper {
  display: inline-block;
  margin: 0 10px 0 0;
}
.s-reviews-list .s-review-item .s-review-header .staff-wrapper {
  padding: 2px 10px;
  background: #242424;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 2px;
}
.s-reviews-list .s-review-item .s-review-header .date-wrapper {
  color: #b4b4b4;
}
.s-reviews-list .s-review-item .description-wrapper {
  margin: 10px 0 0;
  line-height: 1.4;
}
.s-reviews-list .s-review-item .actions-wrapper {
  margin-top: 20px;
  text-align: right;
}
.s-reviews-list .inner-review-wrapper {
  background: #f8f9f9;
}
.s-reviews-list .inner-review-wrapper .inner-review-wrapper {
  padding-left: 40px;
}
.s-reviews-list .inner-review-wrapper .description-wrapper {
  font-size: 12px;
  font-size: 0.75rem;
}
.s-reviews-list .inner-review-wrapper .s-review-name {
  font-size: 15px;
  font-size: 0.9375rem;
}
.s-reviews-list .inner-review-wrapper .s-review-header {
  font-size: 12px;
  font-size: 0.75rem;
}
.s-reviews-list .inner-review-wrapper .s-review-item {
  padding-left: 40px;
}
.s-reviews-list .inner-review-wrapper .review-item {
  margin: 0 0 2em;
  position: relative;
}
.s-reviews-list .inner-review-wrapper .review-item .review-header {
  display: none;
}
.s-reviews-list .inner-review-wrapper .review-item:after {
  position: absolute;
  top: -0.2em;
  right: 100%;
  margin: 0 0.5em 0 0;
  content: "";
  opacity: 0.33;
  width: 2.5em;
  height: 2.5em;
  background: #000;
  background-size: 1em;
}
#review-text {
  max-height: 100px;
}
div.auth-type-wrapper,
ul.auth-type-wrapper {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
div.auth-type-wrapper li,
ul.auth-type-wrapper li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
div.auth-type-wrapper img,
ul.auth-type-wrapper img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.wa-login-url,
.wa-signup-url,
.wa-login-forgotpassword-url {
  display: inline-block;
  margin-top: 10px;
}
.wa-forgotpassword-button {
  display: inline-block;
  margin-top: 20px;
}
.wa-form input[type="text"],
.wa-form input[type="email"],
.wa-form input[type="password"],
.wa-form select,
.wa-form textarea {
  background: rgba(250,250,250,0.976);
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
}
.wa-form .error,
.wa-form .wa-error {
  border-color: #f00;
}
.wa-form_max-w {
  max-width: 450px;
}
.wa-form label,
.wa-form_log-req a,
.wa-form .wa-submit {
  font-size: 12px;
  font-size: 0.75rem;
}
.wa-form .wa-name {
  font-weight: 600;
  margin-bottom: 8px;
}
.wa-form .wa-field {
  margin-bottom: 20px;
}
.wa-form .wa-field .field {
  display: block;
  margin-bottom: 5px;
}
.wa-form .wa-field .field span {
  font-size: 12px;
  font-size: 0.75rem;
}
.wa-form em.error,
.wa-form .errormsg,
.wa-form .wa-error-msg {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  color: #f00;
  margin-top: 3px;
}
.wa-captcha {
  font-size: 12px;
  font-size: 0.75rem;
}
.wa-captcha img {
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}
.wa-captcha strong {
  display: inline-block;
  vertical-align: middle;
}
.wa-captcha input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  max-width: 150px;
}
.wa-captcha p {
  margin-bottom: 10px;
}
.wa-form .wa-forgotpassword-form-fields .wa-field-login .wa-name,
.wa-form .wa-login-form-fields .wa-field-login .wa-name,
.wa-form .wa-forgotpassword-form-fields .wa-field-password .wa-name,
.wa-form .wa-login-form-fields .wa-field-password .wa-name,
.wa-form .wa-forgotpassword-form-fields .wa-captcha-field .wa-name,
.wa-form .wa-login-form-fields .wa-captcha-field .wa-name {
  top: 0.5em;
  transform: none;
}
.wa-form .wa-forgotpassword-form-fields .wa-captcha-input,
.wa-form .wa-login-form-fields .wa-captcha-input {
  float: right;
  width: calc(100% - 140px);
}
.wa-form .wa-signup-form-actions,
.wa-form .wa-forgotpassword-form-actions,
.wa-form .wa-login-form-actions {
  margin-left: 0;
}
.is-hidden {
  display: none;
}
.s-profile-wrapper .general-button {
  display: inline-block;
  margin-bottom: 10px;
}
.s-profile-wrapper .s-profile-header {
  margin: 0 0 0;
}
.s-profile-wrapper .hint-wrapper {
  margin: 1em 0;
  padding: 1em;
  border-radius: 2px;
}
.s-profile-wrapper .hint-wrapper.is-success {
  color: #fff;
  background: #6dca6d;
}
.s-profile-wrapper .wa-error-msg {
  display: inline-block;
  padding: 0.5em;
  margin: 0.5em 0 0;
  background: rgba(255,127,127,0.1);
  border-radius: 2px;
}
.s-profile-wrapper .wa-form_read {
  padding: 0;
}
.s-profile-wrapper .wa-form_read .wa-field {
  padding: 1em 0;
  border-top: 1px solid rgba(0,0,0,0.05);
  display: table;
  width: 100%;
  table-layout: fixed;
}
.s-profile-wrapper .wa-form_read .wa-field:first-child {
  margin-top: 0;
}
.s-profile-wrapper .wa-form_read .wa-field.button-block {
  padding-top: 1em;
}
.s-profile-wrapper .wa-form_read .wa-field.button-block input + input {
  margin-left: 1em;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-name,
.s-profile-wrapper .wa-form_read .wa-field .wa-value {
  display: table-cell;
  vertical-align: middle;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-name {
  width: 30%;
  text-transform: uppercase;
  color: #2a2a2a;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-submit a {
  line-height: 2em;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-value {
  padding: 0;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-value a + p {
  margin-top: 0;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-value .field {
  margin: 1em 0 0;
  display: block;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-value .field:first-child {
  margin-top: 0;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-value .field > span {
  text-transform: uppercase;
  color: #444;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-value .field input {
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.s-profile-wrapper .wa-form_read .wa-field .wa-value .field select {
  margin: 0 0 0 8px;
}
.s-orders-list .s-order-item {
  margin: 40px 0;
  overflow: hidden;
}
.s-orders-list .s-order-item:first-child {
  margin-top: 0;
}
.s-orders-list .s-order-item .s-order-header {
  display: table;
  border-radius: 4px 4px 0 0;
  width: 100%;
  padding: 15px 20px;
  background: rgba(0,0,0,0.1);
  text-decoration: none;
  color: #fff;
}
.s-orders-list .s-order-item .s-order-header .left-column,
.s-orders-list .s-order-item .s-order-header .right-column {
  display: table-cell;
  vertical-align: middle;
}
.s-orders-list .s-order-item .s-order-header .right-column {
  text-align: right;
}
.s-orders-list .s-order-item .s-order-details {
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  padding: 20px;
}
.s-orders-list .s-order-item .s-order-details .s-order-list .goods-list {
  background: #f5f5f5;
  margin: 20px 0;
  padding: 1px 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
.s-orders-list .s-order-item .s-order-details .s-order-list .goods-list li {
  margin: 20px;
}
.s-orders-list .s-order-item .s-order-details .s-order-shipping {
  margin: 1em 0 0;
}
.s-orders-list .s-order-item .s-order-details .s-order-payment {
  margin: 1em 0 0;
}
.s-orders-list .s-order-item .s-order-details .label {
  font-weight: 600;
}
.s-order-wrapper {
  margin: 0;
}
.s-order-wrapper .s-order-header {
  margin: 0 0 20px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
}
.s-order-wrapper .s-contacts-wrapper {
  margin-bottom: 40px;
}
.s-order-wrapper .s-contacts-wrapper .s-contact-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}
.s-order-wrapper .s-contacts-wrapper .s-contact-wrapper:first-child {
  margin-left: 0;
}
.s-order-wrapper .s-contacts-wrapper .s-contact-wrapper .s-contact-header {
  margin: 0;
}
.s-order-wrapper .s-contacts-wrapper .s-contact-wrapper .s-contact-block {
  display: inline-block;
  margin: 10px 0 0;
  padding: 15px;
  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);
}
.s-order-wrapper .s-contacts-wrapper .s-contact-wrapper .s-contact-block .s-userpic {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.s-order-wrapper .s-contacts-wrapper .s-contact-wrapper .s-contact-block .s-user-name {
  margin: 0 0 0 0.5em;
  line-height: 1.5em;
  font-weight: bold;
}
.s-order-wrapper .s-contacts-wrapper .s-contact-wrapper .s-contact-block .s-address-wrapper {
  margin: 0.5em 0 0;
  line-height: 1.25em;
}
.s-order-wrapper .s-plugin-wrapper,
.s-order-wrapper .s-comment-wrapper {
  padding: 1em;
  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);
}
.s-order-wrapper .s-list-wrapper {
  margin: 40px 0 60px;
  padding: 1em;
  overflow: hidden;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.table,
.s-order-list {
  width: 100%;
}
.table .align-right,
.s-order-list .align-right {
  white-space: nowrap;
}
.table tr.service td,
.s-order-list tr.service td {
  border-top: 0;
}
.table tr th,
.s-order-list tr th {
  border-top: 0;
  padding: 10px;
}
.table tr td,
.s-order-list tr td {
  padding: 10px;
  border: solid rgba(0,0,0,0.05);
  border-width: 1px 0 0;
}
.table tr td:first-child,
.s-order-list tr td:first-child {
  text-align: left;
  width: 50%;
}
.table tr.total-sum td,
.s-order-list tr.total-sum td {
  font-weight: bold;
  font-size: 1.1em;
}
.s-compare-filter {
  margin-bottom: 50px;
  text-align: right;
}
.s-compare-bottom {
  margin: 40px 0 60px;
  text-align: center;
}
.s-cart-page-left form {
  overflow: hidden;
}
.s-cart-page-left .cart-left {
  float: right;
  margin-right: 0;
}
.s-cart-header {
  margin: 0;
}
.s-cart-page .s-empty-cart {
  margin: 1em 0 0;
}
.s-cart-products {
  margin-bottom: 20px;
}
.cart-left {
  display: inline-block;
  margin-right: 20px;
  width: calc(100% - 400px);
}
.s-cart-product {
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  margin: 0 0 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 20px;
  overflow: hidden;
}
.s-cart-product > .left-column,
.s-cart-product > .right-column {
  display: table-cell;
  vertical-align: top;
}
.s-cart-product > .left-column {
  width: 96px;
}
.s-cart-product > .right-column {
  padding: 0 0 0 20px;
}
.s-product-image {
  display: block;
}
.s-product-image img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.s-delete-wrapper {
  margin: 1em 0 0;
  text-align: center;
}
.s-delete-button {
  display: inline-block;
}
.s-product-name {
  margin: 0;
}
.s-cart-page .s-buttons-wrapper {
  float: right;
  clear: right;
}
.s-product-quantity {
  border-radius: 4px;
  font-size: 12px;
  width: 50px;
  height: 24px;
  text-align: center;
}
.s-product-quantity+.s-button {
  margin-right: 0;
}
.s-cart-page .s-buttons-wrapper .s-button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin: 0 8px;
}
.s-product-services {
  margin: 1em 0 0;
}
.s-product-services .s-service {
  margin: 0.5em 0 0;
}
.s-product-total {
  float: right;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-left: 10px;
}
.s-cart-page-left .s-cart-total {
  float: left;
}
.s-cart-total {
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  padding: 20px;
  width: 380px;
}
.s-affiliate-bonus-wrapper {
  margin: 1em 0 0;
}
.s-affiliate-bonus-wrapper .s-text-block,
.s-affiliate-bonus-wrapper .s-affiliate-discount,
.s-affiliate-bonus-wrapper .s-button-block {
  margin: 1em 0 0;
}
.s-affiliate-bonus-wrapper .s-text-block:first-child,
.s-affiliate-bonus-wrapper .s-affiliate-discount:first-child,
.s-affiliate-bonus-wrapper .s-button-block:first-child {
  margin-top: 0;
}
.s-affiliate-hint-wrapper {
  margin: 1em 0 0;
}
.s-coupon-wrapper {
  overflow: hidden;
}
.s-coupon-header {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.s-coupon-wrapper input {
  float: right;
  height: 30px;
  line-height: 30px;
}
.s-coupon-wrapper .s-text {
  border-radius: 4px;
  background: #f5f5f5;
  font-size: 12px;
  font-size: 0.75rem;
  width: 55%;
  height: 30px;
  float: left;
}
.s-coupon-wrapper .error-message {
  margin: 1em 0;
  color: #f00;
}
.s-total-wrapper {
  border-bottom: 2px solid #f5f5f5;
  overflow: hidden;
  margin: 30px 0 20px;
  padding-bottom: 20px;
}
.s-total-wrapper .s-total-header {
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold;
}
.s-total-wrapper .s-total {
  float: right;
  font-size: 26px;
  font-weight: bold;
}
.s-cart-checkout input {
  width: 100%;
}
.s-cart-checkout-one {
  opacity: 0.85;
  margin-top: 10px;
}
.s-checkout-featured {
  margin: 0 0 40px;
  display: block;
  vertical-align: baseline;
}
.s-checkout-featured img {
  margin: 0 0 10px 10px;
}
.s-checkout-featured img:first-child {
  margin-left: 0;
}
.s-cartprice {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 2px 0;
}
.s-cartprice-name {
  float: left;
  width: 70%;
}
.s-cartprice-price {
  float: right;
  width: 30%;
  text-align: right;
}
.s-cart-info {
  background: #f5f5f5;
  margin: 20px -20px -20px;
  padding: 20px;
  text-align: center;
}
.s-cart-info p {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .s-cart-total {
    width: 300px;
  }
  .cart-left {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .s-cart-total {
    float: none;
    width: 100%;
  }
  .cart-left {
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .s-cart-page .s-cart-products .s-cart-product > .left-column {
    width: 46px;
  }
}
.s-auth-wrapper ul {
  margin-bottom: 40px;
}
.s-auth-wrapper li {
  list-style: none;
  margin: 0 0 10px;
}
.s-checkout-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-nav-item {
  vertical-align: top;
  list-style: none;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}
.s-nav-item-num {
  color: #fff;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  text-align: center;
}
.s-nav-item a {
  color: #2a2a2a;
  background: #f5f5f5;
  border-right: 2px solid #fff;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  padding: 15px 20px;
  text-decoration: none;
}
.s-nav-item.is-done a {
  color: #fff;
  background: #757b91;
  cursor: pointer;
}
.s-nav-item.is-current a {
  color: #fff;
  background: #565656;
}
.s-nav-item.is-done .s-nav-item-num,
.s-nav-item.is-current .s-nav-item-num {
  background: #f5f5f5;
  color: #2a2a2a;
}
.s-steps-wrapper {
  margin-top: 30px;
}
.s-authorized-wrapper {
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px;
  background: #f5f5f5;
}
.s-authorized-user {
  display: table;
  width: 100%;
}
.s-authorized-user .left-column,
.s-authorized-user .right-column {
  display: table-cell;
  vertical-align: middle;
}
.s-authorized-user .left-column {
  width: 50px;
  padding-right: 20px;
  line-height: 0;
}
.s-authorized-user .left-column img {
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.s-authorized-wrapper .s-hint {
  margin: 10px 0 0;
}
.s-contact-form {
  margin-bottom: 60px;
}
.s-contact-form .wa-form {
  width: 100%;
  max-width: 767px;
}
.s-payment-item.has-error {
  border-color: #f00;
}
.s-step-content {
  margin: 0 0 60px;
}
.s-payment-item,
.s-shipping-item {
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  list-style: none;
  margin-bottom: 20px;
  padding: 20px;
  transition: all 0.2s ease-out;
}
.s-payment-item:hover,
.s-shipping-item:hover {
  background: #fafafa;
}
.s-payment-item.is-selected,
.s-shipping-item.is-selected {
  background: #fafafa;
  border-color: #ffc600;
}
.s-payment-header,
.s-shipping-header {
  border-bottom: 2px solid #f5f5f5;
  font-size: 16px;
  padding-bottom: 15px;
}
.s-payment-header .s-radio,
.s-shipping-header .s-radio {
  margin: 0 10px 0 0;
}
.s-payment-image,
.s-shipping-image {
  margin-right: 10px;
  max-width: 16px;
  vertical-align: middle;
}
.s-shipping-select {
  width: 100%;
}
.s-payment-description,
.s-shipping-description {
  font-size: 12px;
  margin-bottom: 10px;
}
.s-shipping-options .wa-address {
  margin-top: 20px;
}
.s-shipping-controls {
  margin-bottom: 10px;
}
.s-price-wrapper {
  font-weight: bold;
}
.s-price {
  margin-left: 10px;
}
.s-comment {
  margin-top: 10px;
}
.s-delivery-wrapper {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 15px;
}
.s-delivery {
  font-weight: bold;
  margin-left: 10px;
  white-space: nowrap;
}
.wa-error-msg.c-error,
.s-shipping-options .s-shipping-error,
.s-shipping-options .error {
  color: #f00;
  margin-bottom: 0;
}
.s-confirm-wrapper {
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  margin-bottom: 60px;
  padding: 20px;
}
.s-contact-block {
  display: inline-block;
  margin: 10px 0 30px;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.s-contact-block .s-userpic {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.s-contact-block .s-user-name {
  margin-left: 10px;
  font-weight: bold;
}
.s-address-wrapper {
  margin-top: 10px;
  line-height: 1.4;
}
.s-confirm-wrapper .s-cart-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  line-height: 1.5em;
}
.s-cart-item .s-image-column,
.s-cart-item .s-text-column {
  display: table-cell;
  vertical-align: top;
}
.s-cart-item .s-image-column {
  width: 96px;
  line-height: 0;
  text-align: center;
}
.s-cart-item .s-name {
  font-weight: bold;
  margin-bottom: 15px;
}
.s-cart-item .s-total {
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
}
.s-cart-item .bold {
  font-weight: bold;
}
.s-confirm-wrapper .s-services {
  margin-top: 20px;
}
.s-confirm-wrapper .s-service {
  list-style: none;
  font-size: 12px;
}
.s-confirm-wrapper .s-service:first-child {
  margin-left: 0;
}
.s-confirm-wrapper .s-service-ornament {
  margin: 10px 0 0;
}
.s-confirm-wrapper .s-service-name {
  margin: 10px 0 0;
}
.s-confirm-wrapper .s-service-price {
  margin: 0 10px;
  font-weight: bold;
}
.s-confirm-wrapper .s-service-info {
  color: #ccc;
}
.s-textarea-wrapper {
  margin-top: 20px;
}
.s-textarea-wrapper textarea {
  height: 100px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
}
.s-terms-wrapper .error {
  color: #f00;
}
.s-terms-wrapper {
  margin-top: 20px;
}
.s-plugin-wrapper {
  margin: 20px 0 0;
}
.s-plugin-wrapper input {
  width: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .s-nav-item {
    border-bottom: 1px solid #fff;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}
@media screen and (max-width: 480px) {
  .s-cart-item .s-image-column {
    width: 60px;
  }
}
.bellLight__politika {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
input[type="submit"].bellLight__submit {
  background: #ff3d2a !important;
  line-height: 34px;
}
input[type="submit"].bellLight__submit:hover {
  background: #000 !important;
}
input[type="button"].clicklite__buttonClose,
input[type="submit"].clicklite__button {
  line-height: 34px;
}
.clicklite__policyCheckbox {
  -webkit-appearance: checkbox;
}
.clicklite__buttonView.button-one {
  width: auto;
}
.cartOS .auth {
  background: #f5f5f5;
  font-size: 12px;
  font-size: 0.75rem;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}
.cartOS .auth a {
  color: #242424;
}
.cartOS .auth:hover {
  background: #f5f5f5;
}
.cartOS .cartOS__button {
  background: #ff3d2a;
}
.cartOS .cartOS__button:hover {
  background: #000;
}
.cartOS input.cartOS__couponButton {
  color: #2a2a2a;
  line-height: 30px;
}
.mailer {
  padding-top: 15px;
}
.mailer a {
  display: block;
  text-decoration: none;
}
.clicklite__counterCount input {
  padding: 0;
}
@media screen and (max-width: 980px) {
  .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wrap_slider {
    padding-right: 0;
    padding-left: 0;
  }
  .menu {
    margin-left: 0;
  }
  .menu__bar {
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: -3px;
  }
  .menu__icon {
    text-align: center;
    width: 20px;
  }
  .menu__block {
    background: #fff;
    display: block;
    position: fixed;
    overflow: auto;
    opacity: 0;
    padding: 0 20px 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.3s ease-out;
    z-index: 9999;
  }
  .menu__block_active {
    opacity: 1;
    visibility: visible;
  }
  .menu__title {
    background: #f5f5f5;
    border-bottom: 2px solid;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 -20px 10px;
    padding: 15px 20px 10px;
  }
  .menu__close {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    right: 20px;
    top: 16px;
    height: 14px;
    line-height: 14px;
  }
  .menu__list {
    display: block;
    margin: 0 0 5px;
    line-height: 20px;
  }
  .menu__list_active span,
  .menu__list a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header__search {
    float: left;
    margin-left: 10px;
  }
  .phone__number {
    font-size: 16px;
    font-size: 1rem;
  }
  .phone__number a {
    display: block;
  }
  .phone__sep {
    display: none;
  }
  .phone__time {
    display: none;
  }
  .phone__call-link span {
    display: none;
  }
  .bread {
    margin-bottom: 20px;
  }
  .cMenu {
    background: #f8f9f9;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  .cMenu li {
    position: relative;
  }
  .cMenu a:hover {
    color: #e93c2b;
  }
  .cMenu .fa-angle-right {
    float: right;
    margin-top: 4px;
  }
  .cMenu .fa-caret-down {
    float: right;
    margin-top: 3px;
  }
  .cMenu__bar {
    cursor: pointer;
    display: block;
    height: 45px;
  }
  .cMenu__barIcon {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 20px;
    height: 45px;
    line-height: 45px;
  }
  .cMenu__barTitle {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 45px;
  }
  .cMenu__block {
    background: #fff;
    overflow: auto;
    opacity: 0;
    position: fixed;
    padding: 0 0 60px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .cMenu__block_active {
    opacity: 1 !important;
    visibility: visible;
  }
  .cMenu__title {
    background: #f5f5f5;
    border-bottom: 2px solid;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    padding: 15px 20px 10px;
  }
  .cMenu__close {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    right: 20px;
    top: 16px;
    height: 14px;
    line-height: 14px;
  }
  .cMenu__li-lv1 {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    margin: 0;
    line-height: 20px;
  }
  .cMenu__link-lv1 {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
  }
  .cMenuV__lv2,
  .cMenu__lv2 {
    background: #f9f9f9;
    display: none;
    padding: 10px 20px 25px;
  }
  .cMenuV__lv2 ul,
  .cMenu__lv2 ul {
    display: none;
    margin: 10px 0 10px 10px;
  }
  .cMenuV__lv2 li,
  .cMenu__lv2 li {
    list-style: none;
  }
  .cMenuV__lv2 a,
  .cMenu__lv2 a {
    display: block;
    padding: 5px 0;
  }
  .cMenuV__lv3 .cMenuV__name,
  .cMenu__lv3 .cMenu__name {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .cMenu__yet {
    display: none;
  }
  .cMenu__active {
    color: #e93c2b;
  }
  .main__left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .main__left .main__title {
    display: none;
  }
  .main__right {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .m-bar {
    margin-bottom: 20px;
    padding: 0;
  }
  .m-bar__tab {
    background: #f8f9f9;
    cursor: pointer;
    display: block;
    height: 45px;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .m-bar__icon {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 20px;
    height: 45px;
    line-height: 45px;
  }
  .m-bar__title {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 45px;
  }
  .m-bar__block {
    background: #fff;
    display: none;
    padding-bottom: 15px;
  }
  .filter {
    margin-bottom: 20px;
  }
  .filter .main__title_left {
    display: none;
  }
  .filter__block {
    display: none;
    padding-top: 15px;
  }
  .filter__bar {
    background: #f8f9f9;
    cursor: pointer;
    display: block;
    height: 45px;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .filter__barIcon {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin-right: 20px;
    height: 45px;
    line-height: 45px;
  }
  .filter__barTitle {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 45px;
  }
  .p-images__dop {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pagin {
    text-align: center;
  }
  .footer__bl {
    width: 50%;
  }
  .footer__bl_2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mcart {
    margin-right: 10px;
  }
  .mcart__price {
    display: none;
  }
  .promo__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .pBott .hicon__title {
    display: none;
  }
  .pBott .favorits .hcount,
  .pBott .compare .hcount {
    left: initial;
    right: -8px;
  }
  .m-news__list {
    width: calc(33.33% - 20px);
  }
  .m-news__list:last-child {
    display: none;
  }
  .timer {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px;
  }
  .category__sub-list {
    width: 33.33%;
  }
  .products__list {
    width: calc(50% - 30px);
  }
  .products__favorit,
  .products__compare,
  .products__button {
    opacity: 1;
  }
  .main__title_mr {
    margin-right: 90px;
  }
  .p-images {
    float: none;
    margin-bottom: 40px;
    width: 100%;
  }
  .p-images__video {
    height: 300px;
  }
  .p-images__block a {
    height: 300px;
    line-height: 300px;
  }
  .p-images__block img {
    max-height: 300px;
  }
  .product__card_modal {
    padding: 20px;
  }
  .product__info {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 30px 20px 0;
    margin-left: 0;
  }
  .ss-modal__wrap {
    padding: 10px;
  }
  .footer__pay {
    float: none;
    margin-right: 0;
  }
  .tab {
    margin-bottom: 60px;
  }
  .tab__names {
    display: none;
  }
  .tab__block {
    display: block !important;
  }
  .tab__block .main__title {
    cursor: pointer;
  }
  .tab__block .main__title span {
    border-bottom: 1px dashed;
    position: relative;
  }
  .tab__block .main__title span:after {
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 20px;
    height: 5px;
  }
  .tab__bl {
    display: none;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  .header__middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .header__middle .favorits,
  .header__middle .compare,
  .header__middle .mcart {
    display: none;
  }
  .header__logo {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: left;
  }
  .phone {
    padding-right: 0;
    text-align: right;
  }
  .phone__call {
    margin-right: 0;
  }
  .collection__link {
    width: calc(100% - 220px);
  }
  .collection__count {
    display: none;
  }
  .footer__copy {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 580px) {
  .search {
    padding: 40px 30px;
    right: -100%;
    width: 100%;
  }
  .search_active {
    right: 0;
  }
  .m-news__list {
    width: calc(50% - 10px);
  }
  .m-news__list:nth-child(3) {
    display: none;
  }
  .promo {
    width: 100%;
    display: block;
  }
  .promo__item {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .sorting {
    padding: 10px;
  }
  .sorting__sort-title {
    display: none;
  }
  .sorting__sort-name {
    margin-left: 0;
  }
  .products_row .products__preview {
    top: 20px;
    bottom: auto;
  }
  .products_row .products__img {
    border-right: none;
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
  .products_row .products__info {
    margin-left: 0;
    width: 100%;
  }
  .products_row .products__addtocart {
    margin-left: 0;
    text-align: center;
  }
  .p-images__video {
    height: 250px;
  }
  .p-images__block a {
    height: 250px;
    line-height: 250px;
  }
  .p-images__block img {
    max-height: 250px;
  }
  .footer__bl {
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
  .footer__bl_1 p {
    margin-bottom: 0;
  }
  .product__card_modal {
    padding: 20px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
  h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header__logo {
    width: 50%;
  }
  .header__logo img {
    width: 80%;
  }
  .phone__number {
    font-size: 16px;
    font-size: 1rem;
  }
  .main__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .m-news {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .m-news__list {
    margin: 0 0 20px;
    width: 100%;
  }
  .m-news__list:last-child {
    margin-bottom: 0;
  }
  .pBott .compare {
    margin-right: 0;
  }
  .products__list {
    width: calc(100% - 30px);
  }
  .collection__link {
    margin-bottom: 10px;
    width: 100%;
  }
  .collection__total {
    text-align: left;
    width: 50%;
  }
  .collection__addcart {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .pBott {
    padding-bottom: 10px;
  }
  .pBott .button {
    display: none;
  }
  .counter__minus,
  .counter__plus {
    padding: 10px 5px;
  }
}


/* Product request / cart disabled */
.productrequest-product-button{min-width:190px;text-align:center;}
.productrequest-list-actions{height:auto;}
.products__request-button{width:auto;min-width:132px;padding:0 12px;opacity:1;font-size:12px;line-height:40px;color:#242424;}
.products__request-button:hover{color:#fff;}
.products_row .products__request-button{width:auto;min-width:132px;}
.productrequest-collection-button{white-space:nowrap;}
.productrequest-hidden-cart-column{visibility:hidden;}
.productrequest-cart-disabled{margin:60px auto;text-align:center;max-width:760px;line-height:1.6;}
.productrequest-cart-disabled h1{margin-bottom:15px;}
@media (max-width: 600px){.products__request-button{min-width:120px;font-size:11px;padding:0 8px}.productrequest-product-button{width:100%;}}


/* Product request modal v4 */
.productrequest-modal-open{overflow:hidden!important;}
.productrequest-modal{position:fixed!important;left:0!important;top:0!important;right:0!important;bottom:0!important;display:none!important;z-index:2147483000!important;background:rgba(0,0,0,.58)!important;padding:20px!important;box-sizing:border-box!important;overflow:auto!important;}
.productrequest-modal.productrequest-modal_open{display:flex!important;align-items:center!important;justify-content:center!important;}
.productrequest-modal__box{position:relative!important;width:100%!important;max-width:520px!important;background:#fff!important;border-radius:8px!important;padding:24px!important;box-shadow:0 10px 40px rgba(0,0,0,.3)!important;box-sizing:border-box!important;color:#242424!important;margin:auto!important;}
.productrequest-modal__close{position:absolute!important;right:12px!important;top:8px!important;border:0!important;background:transparent!important;font-size:32px!important;line-height:1!important;cursor:pointer!important;color:#242424!important;padding:0!important;}
.productrequest-modal__title{font-size:22px!important;font-weight:700!important;margin:0 0 8px!important;}
.productrequest-modal__product{margin:0 0 16px!important;color:#555!important;font-weight:600!important;}
.productrequest-modal .pr-field{display:block!important;margin-bottom:12px!important;text-align:left!important;}
.productrequest-modal .pr-field span{display:block!important;margin-bottom:5px!important;font-size:13px!important;color:#444!important;}
.productrequest-modal input,.productrequest-modal textarea{width:100%!important;box-sizing:border-box!important;border:1px solid #ddd!important;border-radius:4px!important;padding:10px!important;font-size:15px!important;background:#fff!important;color:#242424!important;box-shadow:none!important;}
.productrequest-modal textarea{height:92px!important;resize:vertical!important;}
.productrequest-modal .pr-note{margin:-4px 0 12px!important;color:#777!important;font-size:12px!important;line-height:1.4!important;}
.productrequest-modal .pr-submit-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 22px!important;border:0!important;border-radius:4px!important;background:#ff3d2a!important;color:#fff!important;font-size:15px!important;font-weight:600!important;line-height:1.2!important;cursor:pointer!important;text-decoration:none!important;}
.productrequest-modal .pr-submit-btn:disabled{opacity:.6!important;cursor:default!important;}
.productrequest-modal .pr-status{margin-top:12px!important;font-size:14px!important;}
.productrequest-modal .pr-status.is-error{color:#b00020!important;}
.productrequest-modal .pr-status.is-ok{color:#1f7a37!important;}
@media(max-width:520px){.productrequest-modal__box{padding:20px!important}.productrequest-modal .pr-submit-btn{width:100%!important}}
