* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

body {
  font: 16px/23px 'PT Sans', Arial, sans-serif;
  height: 100%;
  color: #282828;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.layout {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1240px;
}

.layout-fluid {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.layout__table {
  display: table;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.row:before, .row:after, .clr:before, .clr:after, .layout:before, .layout:after, .layout-fluid:before, .layout-fluid:after, .section:before, .section:after, nav:before, nav:after, .product-card:before, .product-card:after {
  content: " ";
  display: table;
}

.row:after, .clr:after, .layout:after, .layout-fluid:after, .section:after, nav:after, .product-card:after {
  clear: both;
}

.body-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(33, 43, 68, 0.5);
}

/* Style */
a, .link {
  color: #317dda;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a:hover, .link:hover {
  color: #B00000;
}

.dashed {
  border-bottom: 1px dashed;
}

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

.ul-style li, .ol-style li {
  position: relative;
  text-align: left;
  margin-bottom: 14px;
  margin-left: 18px;
}

.ul-style li:last-child, .ol-style li:last-child {
  margin-bottom: 0;
}

.ul-style_default {
  list-style-type: disc;
}

.ol-style_default {
  list-style-type: decimal;
}

.ul-style_inline li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 14px;
  margin-left: 0;
  font-weight: bold;
}

.ul-style_inline li:before {
  content: "•";
  margin-right: 10px;
}

.ul-style_inline li:last-child {
  margin: 0;
}

.ul-style_check li {
  margin-left: 25px;
}

.ul-style_check li:before {
  content: "\f00c";
  position: absolute;
  font-size: 16px;
  top: -1px;
  left: -25px;
  color: #28a762;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.ul-style_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.wide {
  width: 100%;
}

img {
  font: 0/0 a;
  border: 0;
}

.img-popup:hover {
  cursor: pointer;
  opacity: .7;
  border-color: #decaca;
}

.img-border {
  padding: 15px;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img-left {
  float: left;
  margin: 0 20px 20px 0;
}

.img-right {
  float: right;
  margin: 0 0 20px 20px;
}

.img-desc {
  width: 190px;
  padding: 4px;
  background: #fff;
  border: 1px solid #dfe1e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img-desc_left {
  float: left;
  margin: 0 20px 20px 0;
}

.img-desc_right {
  float: right;
  margin: 0 0 20px 20px;
}

iframe {
  border: 0;
}

/* Text */
.text-strong {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

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

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

.text-small {
  font-size: 15px;
  line-height: 20px;
}

.text-border {
  overflow: hidden;
  margin: 5px 0;
  font-size: 14px;
}

.text-border:before, .text-border:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: 0 10px;
}

.text-border:before {
  margin-left: -100%;
}

.text-border:after {
  margin-right: -100%;
}

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

.text-border_right {
  text-align: right;
}

/* Icon */
.icon {
  display: inline-block;
  vertical-align: top;
}

.fa-caret-down, .fa-caret-up {
  font-size: 13px;
}

.sticker {
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sticker img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 4px;
}

.sticker__notice {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  font-size: 12px;
  line-height: 25px;
  white-space: nowrap;
  text-align: center;
  background: rgba(46, 51, 71, 0.7607843137254902);
  color: #fff;
  padding: 0 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  z-index: 7;
}

.sticker__notice:before {
  content: '';
  position: absolute;
  left: 14px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom: 6px solid rgba(46, 51, 71, 0.7607843137254902);
}

.sticker:hover .sticker__notice {
  display: block;
}

/* Form */
button, input, optgroup, select, textarea {
  position: relative;
  color: inherit;
  font: inherit;
  margin: 0;
  border: 0;
  outline: none;
}

button, input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}

label {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #434343;
}

.input, .input-text, .textarea {
  background: #ecedf1;
  display: block;
  border-bottom: 1px solid #dadde6;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input, .select {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}

.input_without-border {
  border-color: transparent;
}

.input_radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.textarea {
  padding: 5px 10px;
  resize: none;
  min-height: 70px;
}

.select {
  padding-right: 30px;
  color: #999;
  font-size: 16px;
  -webkit-appearance: none;
  background: #fff url('../img/arrow-select.png') 100% 50% no-repeat;
}

::-webkit-input-placeholder {
  color: #b7b8b9;
}

::-moz-placeholder {
  color: #b7b8b9;
}

:-moz-placeholder {
  color: #b7b8b9;
}

:-ms-input-placeholder {
  color: #b7b8b9;
}

.input.error {
  background: #ff9b9b;
}

.input.error::-webkit-input-placeholder {
  color: #ff1e1e;
}

.input.error::-moz-placeholder {
  color: #ff1e1e;
}

.input.error:-moz-placeholder {
  color: #ff1e1e;
}

.input.error:-ms-input-placeholder {
  color: #ff1e1e;
}

.form-success, .form-notice {
  display: none;
}

.form-block {
  display: block;
}

.form-block label {
  font-weight: bold;
  padding: 0 5px;
}

.form-block__row {
  margin-bottom: 20px;
}

.form-block__row:last-child {
  margin-bottom: 0;
}

.form-block__row_inline {
  font-size: 0;
}

.form-block__cell {
  position: relative;
  margin-top: 15px;
}

.form-block__cell:first-child {
  margin-top: 0;
}

.form-block__cell_hidden {
  display: none !important;
}

.form-block__cell_error label {
  color: #db3737;
}

.form-block__cell_error input {
  border-color: #efbfbf !important;
  background: #ffe4e4 !important;
}

.form-block__row_inline .form-block__cell {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2%;
  margin-top: 0;
}

.form-block__row_inline .form-block__cell:last-child {
  margin-right: 0;
}

.form-block__row_inline-3 .form-block__cell {
  width: 32%;
  margin-right: 2%;
}

.form-block__row_inline-2 .form-block__cell {
  width: 49%;
  margin-right: 2%;
}

.form-block_white .input, .form-block_white .input-text, .form-block_white .textarea {
  background: #fff;
}

.block-agreement {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #999;
}

.registration-form {
  max-width: 450px;
  padding: 20px 25px;
  background: #eceef7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.forgot-password-link {
  float: right;
  font-size: 14px;
}

.registration-stropuva {
  margin-top: 30px;
  padding: 20px 25px;
  background: #eceef7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* Change count */
.change-count {
  position: relative;
}

.change-count input {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px 0 5px;
  height: 41px;
  line-height: 41px;
  background: #dfe1e7;
}

.change-count__button {
  position: absolute;
  right: 7px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.change-count__button i {
  font-size: 18px;
  color: #a0a3ad;
}

.change-count__button:hover i {
  color: #c32131;
}

.change-count__button_minus {
  bottom: 2px;
}

.change-count__button_plus {
  top: 2px;
}

/* Checkbox */
.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__custom {
  position: relative;
  float: left;
  cursor: pointer;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #BABABA;
  background: #fff;
}

.checkbox__label {
  cursor: pointer;
  position: relative;
  top: -1px;
  line-height: 20px;
  display: block;
  padding-left: 23px;
}

.checkbox__input:checked+.checkbox__custom:before {
  content: '\f00c';
  position: absolute;
  font-size: 11px;
  line-height: 1;
  top: 50%;
  left: 2px;
  margin-top: -1px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  transition: all .2s;
  font-weight: 900;
}

.checkbox__input:checked+.checkbox__custom {
  background: #c32132;
  border-color: transparent;
}

.checkbox_radio .checkbox__custom, .checkbox_radio .checkbox__input:checked+.checkbox__custom:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.checkbox-disabled {
  opacity: .5;
}

/* Upload Images */
.upload-block input[type=file] {
  display: none;
}

.upload-block .upload-block__button {
  padding: 0;
}

.upload-block__clear {
  display: none;
  margin: 0 0 4px 15px;
  font-size: 15px;
  color: #ce2121;
  border-bottom: 1px dotted;
  cursor: pointer;
}

.upload-block.is-images .upload-block__clear {
  display: inline-block;
}

.upload-block__image {
  display: inline-block;
  position: relative;
  margin: 10px 10px 0 0;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

/* Table */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table th [class*="col-"], table td [class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table {
  width: 100%;
  border: 1px solid #e8e8e8;
}

.table td, .table th {
  padding: 10px 20px;
  background: #fff;
  vertical-align: top;
}

.table th {
  font-weight: normal;
  padding: 10px 20px;
  color: #8d8d8d;
  text-align: left;
}

.table-heading th {
  font-weight: bold;
  color: #282828;
}

.table tr:nth-child(2n+1) td {
  background: #f5f5f7;
}

.td-yellow {
  background: #f9f4aa !important;
}

.th-yellow {
  background: #ece794 !important;
}

.td-red, .th-red {
  background: #ff7a71 !important;
}

.td-green, .th-green {
  background: #aee6c3 !important;
}

/* Button */
.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 6px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button_border {
  padding: 4px 15px;
  border: 2px solid #e5e5e5;
}

.button_border:hover {
  border-color: #f42f2a;
  color: #f42f2a;
}

.button_radius {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.button_default {
  background: #4a4343;
  background: -webkit-linear-gradient(top right, #4a4343, #632329);
  background: -o-linear-gradient(top right, #4a4343, #632329);
  background: -moz-linear-gradient(top right, #4a4343, #632329);
  background: linear-gradient(top right, #4a4343, #632329);
  color: #fff;
}

.button_default:hover {
  background: #4a4343;
  color: #fff;
}

.button_gray {
  background: #7f696b;
  color: #fff;
}

.button_gray:hover {
  background: #695859;
  color: #fff;
}

.button_red {
  background: #7f696b;
  color: #fff;
}

.button_red:hover {
  background: #695859;
  color: #fff;
}

.button_buy {
  background: #cc1313;
  background: -webkit-linear-gradient(top right, #cc1313, #a52f3a);
  background: -o-linear-gradient(top right, #cc1313, #a52f3a);
  background: -moz-linear-gradient(top right, #cc1313, #a52f3a);
  background: linear-gradient(top right, #cc1313, #a52f3a);
  color: #fff;
}

.button_buy:hover {
  background: #4a4343;
}

.button_added {
  background: #59964b !important;
  color: #fff !important;
  opacity: 1 !important;
}

.button_whatsapp {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  padding: 0 14px 0 3px;
  background: #0c9f43;
  color: #fff;
  font-weight: bold;
}

.button_whatsapp:hover {
  color: #fff;
  background-color: #078b38;
}

.button_whatsapp svg {
  margin: 7px 7px 8px 8px;
}

.button_small {
  padding: 2px 10px;
}

.button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=45);
  opacity: .45;
}

/* Modal */
.open-popup {
  cursor: pointer;
}

.modal-block {
  position: relative;
  width: 500px;
  margin: 30px auto;
  padding: 40px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.modal-block_large {
  width: 800px;
}

.modal-block__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.modal-block__title_center, .modal-block__text_center {
  text-align: center;
}

.modal-block__text {
  font-size: 14px;
  line-height: 19px;
  background: #e9f0f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.mfp-figure:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
}

img.mfp-img {
  padding: 40px;
}

.mfp-bottom-bar {
  margin: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  right: 0;
  color: #fff;
  background: #c32132;
  opacity: 1;
}

/* Slider */
.slides-arrows {
  position: absolute;
  font-size: 38px;
  color: #522125;
  top: 50%;
  margin-top: -19px;
  cursor: pointer;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: .2s linear;
}

.slides-arrows:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}

.slides-arrows_prev {
  left: 10px;
}

.slides-arrows_next {
  right: 10px;
}

.slides-arrows_next-down, .slides-arrows_prev-up {
  position: absolute;
  top: inherit;
  margin-top: inherit;
  bottom: -10px;
}

.slides-arrows_next-down {
  right: 50%;
  margin-right: -32px;
}

.slides-arrows_prev-up {
  left: 50%;
  margin-left: -32px;
}

.slides-arrows:hover {
  color: rgba(165, 153, 154, 0.59) !important;
  text-shadow: none !important;
}

.slides-arrows:hover:before {
  background: #f0f5ff !important;
}

.slides-arrows.slick-disabled {
  cursor: not-allowed;
  filter: alpha(opacity=45);
  opacity: .45;
}

.banner-slider__item {
  display: none;
}

.banner-slider_responsive {
  margin: 0 !important;
}

.banner-slider_responsive img {
  margin: 0 auto;
}

.banner-slider_responsive .slick-dots {
  left: 50%;
  bottom: 20px;
  width: auto;
  padding: 5px 2px;
  background: rgba(19, 19, 19, 0.54);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.banner-slider_responsive .slides-arrows {
  color: #fff;
}

.banner-slider_responsive .slides-arrows:before {
  background: #35393e;
}

/* Gallery */
.gallery {
  font-size: 0;
}

.gallery__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

.gallery__item:hover img {
  opacity: 0.8;
}

.gallery__item img {
  display: block;
  max-height: 215px !important;
  width: auto !important;
  cursor: pointer;
  border: 2px solid #676f7b;
  box-shadow: 0 0 4px #a5a5a5;
}

/* Tab content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Notice */
.notice {
  position: relative;
  margin: 10px 0;
  background: #e0e0e0;
  padding: 15px 15px 15px 45px;
  line-height: 17px;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.notice::before {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 10px;
  color: #bfbcaf;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.notice_inline {
  display: inline-block;
}

.notice_top {
  margin: 0 0 10px;
}

.notice_info {
  background: #eae8df;
}

.notice_info::before {
  content: "\f05a";
}

.notice_error, .notice_warning {
  background: #ffc6c6;
}

.notice_error::before, .notice_warning::before {
  content: "\f057";
  color: #f59196;
}

.notice_success {
  background: #e0f7dd;
}

.notice_success::before {
  content: "\f058";
  color: #87c37f;
}

.maintenance-page {
  background: #fb4e4e;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/* ----------- Header ----------- */
.header {
  position: relative;
}

.header__top {
  position: relative;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.39);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.39);
  z-index: 1;
}

.header__logo, .header__contact, .header__whatsapp, .header__basket, .header__compare, .header__login {
  display: table-cell;
  vertical-align: middle;
}

.header__logo {
  min-width: 250px;
  white-space: nowrap;
}

.logo-icon, .logo-name {
  display: inline-block;
  vertical-align: middle;
}

.logo-icon {
  width: auto;
  height: 48px;
}

.logo-name {
  height: 14px;
  margin: 0 0 0 5px;
}

.header-icon {
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: #908586;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 32px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.header__contact {
  width: 100%;
  padding: 0 6%;
}

.header__contact-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.header__contact-phone {
  position: relative;
  padding-left: 42px;
  font-size: 20px;
  font-weight: bold;
}

.header__contact-phone i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  background: #c32132;
}

.header__contact-callback {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.header__contact-address {
  font-size: 14px;
}

.header__contact-address-title {
  line-height: 24px;
}

.header__contact-address-city {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  border: 1px solid #ececec;
  padding: 2px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.header__contact-address-city:hover {
  border-color: transparent;
  background: #ececec;
}

.header__contact-address-desc {
  color: #66686b;
  padding-left: 5px;
}

.header__whatsapp {
  white-space: nowrap;
  padding-right: 40px;
}

/* City */
.city-wrap {
  margin-top: 20px;
  padding: 0 10px;
}

.city-list {
  float: left;
  width: 33.3333%;
  padding-right: 5px;
}

.city-muted {
  opacity: .2;
}

/* Compare */
.header__compare {
  padding-right: 30px;
}

.compare-head {
  display: block;
  position: relative;
}

.compare-head i {
  background: #908586;
}

.compare-head__count {
  position: absolute;
  top: -3px;
  right: -6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 0 4px;
  background: #e3e7f1;
  color: #808080;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.compare-head.active i {
  background: #35393e;
}

/* User */
.header__login {
  padding-right: 40px;
}

.user {
  position: relative;
}

.user__link {
  display: block;
  cursor: pointer;
}

.user__menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 7px;
  min-width: 100%;
  z-index: 10;
}

.user__menu_active {
  display: block;
}

.user__menu-link {
  position: relative;
  display: block;
  white-space: nowrap;
  background: #2c3138;
  border-top: 1px solid #44484c;
  color: #fff;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: bold;
}

.user__menu-link:first-child {
  border-top: 0;
}

.user__menu-link:hover {
  color: #9faebf;
}

/* Basket */
.header__basket {
  white-space: nowrap;
  font-size: 0;
}

.basket-head {
  position: relative;
  display: block;
  padding: 8px 15px 8px 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #292828;
  background: -webkit-linear-gradient(top right, #292828, #632329);
  background: -o-linear-gradient(top right, #292828, #632329);
  background: -moz-linear-gradient(top right, #292828, #632329);
  background: linear-gradient(top right, #292828, #632329);
  color: #fff;
}

.basket-head__count {
  position: absolute;
  top: -3px;
  right: -6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 0 4px;
  background: #e3e7f1;
  color: #808080;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.basket-head__info {
  position: relative;
  font-size: 13px;
  line-height: 16px;
}

.basket-head__info-count {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.basket-head__info-text {
  display: inline-block;
  border-bottom: 1px dashed;
  line-height: 13px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.basket-head__icon {
  position: absolute;
  left: -17px;
  top: 50%;
  margin-top: -16px;
}

.basket-head__icon i {
  background: #c32131;
  font-size: 17px;
}

.basket-head__icon i:before {
  position: relative;
  left: -1px;
}

.basket-head:hover {
  color: #fdd8db;
}

.header__bottom {
  background: #35393e;
}

.header__cat, .header__nav, .header__search {
  display: table-cell;
  vertical-align: middle;
}

.header__nav {
  width: 100%;
  white-space: nowrap;
}

.header__search {
  min-width: 180px;
}

/* Navbar */
.navbar {
  display: table;
  width: 100%;
}

.navbar__item {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 1%;
}

.navbar__link {
  display: block;
  padding: 11px 0;
  color: #798188;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.navbar__link:hover, .navbar__item:hover .navbar__link, .navbar__item_current .navbar__link {
  background: #2c3138;
  color: #fff;
}

.navbar__item:hover .navbar__link i, .navbar__item.active .navbar__link i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: .2s ease -webkit-transform;
  transition: .2s ease transform;
}

.navbar__sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 7px;
  min-width: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .navbar__item:hover .navbar__sub-menu {
    display: block;
    z-index: 15;
  }
}

.navbar__item.active .navbar__sub-menu {
  display: block;
}

.navbar__sub-inner {
  padding: 0 15px;
  background: #35393e;
}

.navbar__sub-link {
  position: relative;
  display: block;
  color: #fff;
  border-bottom: 1px solid #44484c;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
}

.navbar__sub-link:last-child {
  border-bottom: 0;
}

.navbar__sub-link:hover {
  color: #9faebf;
}

/* Head catalog */
.head-catalog {
  position: relative;
  white-space: nowrap;
}

.head-catalog__button {
  position: relative;
  display: block;
  padding: 11px 25px;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #c32130;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.head-catalog__button:before {
  content: "\f02e";
  position: absolute;
  font-size: 40px;
  top: 0;
  right: 5px;
  color: rgba(64, 64, 64, 0.16);
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  z-index: -1;
}

.head-catalog__button:hover {
  background: #2c3138;
  color: #fff;
}

.head-catalog__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 7px;
  min-width: 100%;
  z-index: 20;
}

@media screen and (min-width: 1024px) {
  .head-catalog:hover .head-catalog__dropdown {
    display: block;
  }
}

.head-catalog__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  background: #35393e;
}

.head-catalog__category {
  padding: 0 15px;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.head-catalog__banner img {
  display: block;
}

.category__item {
  display: block;
}

.category__link {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  white-space: normal;
  border-bottom: 1px solid #44484c;
}

.category__link:hover, span.category__link {
  color: #9faebf;
}

.category__item:last-child .category__link {
  border-bottom: 0;
}

/* search */
.search {
  position: relative;
}

.search__input {
  overflow: hidden;
}

.search__input .input {
  background: #1a1e23;
  border-width: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
  padding-right: 40px;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.search__input ::-webkit-input-placeholder {
  color: #d0c8c8;
}

.search__input ::-moz-placeholder {
  color: #d0c8c8;
}

.search__input :-moz-placeholder {
  color: #d0c8c8;
}

.search__input :-ms-input-placeholder {
  color: #d0c8c8;
}

.search__button {
  position: absolute;
  right: 0;
  z-index: 10;
}

.search__button .button {
  font-size: 19px;
  color: #908586;
  height: 32px;
  width: 40px;
  padding: 0;
  background: transparent
}

.search__button .button:hover {
  color: #fff;
}

.search__button .spinner {
  display: none;
  padding: 6px 0 3px;
  width: 40px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  background: transparent
}

.search__button.loading .button {
  display: none;
}

.search__button.loading .spinner {
  display: block;
}

.search__result {
  position: absolute;
  display: none;
  font-size: 14px;
  background: #fff;
  padding: 5px;
  width: 100%;
  max-width: 300px;
  top: 100%;
  right: 0;
  z-index: 77;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search__result_show {
  display: block;
}

.search__result-content {
  margin-bottom: 5px;
}

.search__result-item {
  position: relative;
  display: block;
  padding: 2px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search__result-item:nth-child(2n) {
  background: #f9f9f9;
}

.search__result-item:hover {
  background: #F3F3F3;
}

.search__result .button {
  padding: 0 10px;
  font-weight: normal;
  font-size: 14px;
}

/* ----------- Content ----------- */
.content {
  position: relative;
  padding: 0 0 260px;
  width: 100%;
}

.content-side {
  position: relative;
  float: left;
  width: 240px;
  margin-right: -240px;
  z-index: 10;
}

.content-main {
  display: block;
  float: left;
  position: relative;
  padding-left: 280px;
  width: 100%;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 10px 0;
  font-size: 0;
  background: #f5f5f5;
}

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 14px;
}

.breadcrumbs__item:last-child {
  padding-right: 0;
}

.breadcrumbs__item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  height: 4px;
  width: 4px;
  background: #9a9da4;
}

.breadcrumbs__link {
  display: block;
  font-size: 14px;
  color: #66686b;
}

/* Link list */
.link-list {
  margin-top: 15px;
  font-size: 0;
}

.link-list_page {
  padding: 25px 0 15px;
}

.link-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 7px 0;
  padding: 3px 11px;
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  border: 1px solid #ececec;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.link-list__item:last-child {
  margin-right: 0;
}

.link-list__item.active {
  background: #ececec;
  color: #585858;
  cursor: default;
  border-color: transparent;
}

/* Link nav */
.link-nav__item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #282828;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.link-nav__item:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.link-nav__item:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.link-nav__item:after {
  content: "\f0da";
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 10px;
  color: #e5e5e5;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.link-nav__item:hover {
  background: #cc1313;
  color: #fff;
  border-color: transparent;
  z-index: 1;
}

.link-nav__item:hover:after {
  color: #fff;
}

/* Link page */
.page-nav {
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 2px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.page-nav__item {
  margin-bottom: 20px;
}

.page-nav__item:last-child {
  margin-bottom: 0;
}

.page-nav__link {
  position: relative;
  display: block;
  font-weight: bold;
  color: #282828;
}

.page-nav__link:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -15px;
  height: 4px;
  width: 5px;
  background: #ececec;
}

.page-nav__sub-menu {
  margin-top: 5px;
}

.page-nav__sub-link {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  border-bottom: 1px solid #eef0f4;
}

.page-nav__sub-link:last-child {
  border-bottom: 0;
}

.page-nav__sub-link_current, .page-nav__item_current .page-nav__link {
  color: #B00000;
  font-weight: bold;
}

/* Title block */
.title-block {
  margin-top: 20px;
}

.breadcrumbs+.title-block {
  margin-top: 10px;
}

.content-main .title-block {
  margin: 0 0 15px;
}

.title-block__name {
  font-size: 35px;
  line-height: 50px;
  font-weight: normal;
  margin: 0;
}

.title-block__desc {
  font-size: 14px;
  margin-top: 20px;
}

/* Content block */
.content-block {
  padding: 30px 0;
}

.content-block p {
  margin: 10px 0;
}

/* Content article */
.content-article img {
  max-width: 100%;
  max-height: 100%;
}

.content-article p {
  margin: 20px 0;
  line-height: 24px;
}

.content-article p:first-child {
  margin-top: 0;
}

.content-article .ul-style, .content-article .ol-style {
  margin: 10px 0 20px;
}

.content-article .ul-style li, .content-article .ol-style li {
  margin-bottom: 14px;
}

.ul-style .ul-style, .ol-style .ol-style, .ul-style .ol-style, .ol-style .ul-style {
  margin-left: 10px;
}

.content-article h2 {
  margin: 50px 0 25px;
  font-weight: normal;
}

.content-article h2:first-child, .title-block+h2 {
  margin: 0 0 25px;
}

.content-article h3 {
  margin: 40px 0 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #b16f63;
}

.content-article h3:first-child, .content-article h4:first-child {
  margin: 0 0 20px;
}

.content-article h4 {
  margin: 40px 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #861717;
}

.content-article h2+h3 {
  margin-top: 0;
}

.content-article .products-slider {
  margin-bottom: 50px;
}

/* Section */
.section {
  position: relative;
  margin: 25px 0;
  padding: 35px 0;
}

.section__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.section__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4588235294117647);
}

.section__title {
  font-size: 28px;
}

.section__body {
  margin-top: 30px;
}

.section-hit, .section-same {
  background: #f5f5f5;
  margin-bottom: 0;
}

.section-mainslider {
  padding: 0;
  margin: 0;
}

.section-bannerslider {
  margin: 0;
  background: #35393e;
  background: -webkit-linear-gradient(top right, #292828, #48282b);
  background: -o-linear-gradient(top right, #292828, #48282b);
  background: -moz-linear-gradient(top right, #292828, #48282b);
  background: linear-gradient(top right, #292828, #48282b);
}

.section-desc {
  margin: 0;
  font-size: 13px;
  background: #f5f5f5;
}

.section-desc .ul-style li {
  margin-bottom: 5px;
}

/* ----------- Products ----------- */
.products_grid {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.products_grid .product-card {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 1%;
  border-bottom: 1px solid #eee;
}

.products_grid .product-card:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

/* ----------- Product card ----------- */
.product-card {
  position: relative;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-card__sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.product-card__sticker .sticker {
  margin-bottom: 5px;
}

.product-card__compare {
  position: absolute;
  top: 5px;
  right: 5px;
}

.button-compare {
  line-height: 21px;
  cursor: pointer;
}

.button-compare i {
  vertical-align: top;
  font-size: 21px;
  color: #d4d4d4;
}

.button-compare:hover i, .button-compare_active i {
  color: #35393e;
}

.product-card__cover {
  float: left;
  width: 35%;
  display: block;
  height: 320px;
  line-height: 320px;
  text-align: center;
}

.product-card__cover img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-card__content {
  float: right;
  width: 65%;
  height: 100%;
  padding: 20px 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.product-card__name {
  display: block;
  color: #282828;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.product-card__name span {
  color: #B00000;
}

.product-card__info {
  margin-top: 5px;
  height: 140px;
  overflow: hidden;
}

.product-card__properties li {
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  text-overflow: ellipsis;
}

.product-card__properties li span {
  margin-right: 3px;
  font-weight: bold;
  color: #66686b;
}

.properties-strong, .properties-strong span {
  font-weight: bold;
  color: #c32130 !important;
}

.product-card__buy {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
}

.product-card__buy:before, .product-card__buy:after {
  content: '';
  display: table;
  height: 0;
}

.product-card__buy:after {
  clear: both;
}

.product-card__price {
  position: relative;
  display: block;
  width: 100%;
  height: 43px;
  line-height: 22px;
}

.product-card__price-current, .product-card__price-new {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.product-card__price-current {
  line-height: 33px;
}

.product-card__price-old {
  text-decoration: line-through;
  font-size: 13px;
}

.product-card__price-new {
  color: #ff0009;
}

.product-card__button {
  margin-top: 15px;
}

.product-card__button .button {
  padding: 2px 15px;
  font-size: 14px;
  color: #cc1313;
  border: 2px solid #cc1313;
  background: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.product-card__button .button:hover {
  background: #cc1313;
  color: #fff;
  border-color: transparent
}

.product-card__button .button_added {
  border-color: transparent;
}

/* Product compare */
.product-card_compare {
  width: 240px;
}

.product-card_compare .product-card__cover {
  width: 100%;
  height: 120px;
  line-height: 120px;
}

.product-card_compare .product-card__content {
  width: 100%;
}

.product-card_compare .product-card__price-current, .product-card_compare .product-card__price-new {
  font-size: 16px;
}

/* Product slider */
.products-same .product-card {
  width: 450px;
  margin-right: 20px;
}

.products-slider .product-card {
  width: 450px;
  margin-right: 20px;
  border: 1px solid #ececec;
}

/* Product accessories */
.product-accessories {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product-accessories .slides-arrows {
    font-size: 26px;
    bottom: -35px;
  }
}

.product-accessories__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.product-accessory {
  border: 1px solid #e5e5e5 !important;
  margin-bottom: 7px;
}

.product-accessory__cover {
  display: block;
  float: left;
  width: 35%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.product-accessory__cover img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
}

.product-accessory__content {
  float: right;
  width: 65%;
  padding: 15px 10px;
}

.product-accessory__name {
  display: block;
  color: #282828;
  font-size: 16px;
  line-height: 20px;
}

.product-accessory__price {
  margin-top: 10px;
}

.product-accessory__price-current, .product-accessory__price-new {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

.product-accessory__price-old {
  text-decoration: line-through;
  font-size: 13px;
  line-height: 15px;
  color: #9da6b0;
}

.product-accessory__price-new {
  color: #ff0009;
}

/* ----------- Category page ----------- */
.category-nav {
  padding: 3px 15px;
  margin-bottom: 10px;
  background: #c32132;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-nav__link {
  position: relative;
  display: block;
  color: #efd3d6;
  font-weight: bold;
  padding: 10px 10px 10px 0;
  font-size: 15px;
  line-height: 16px;
  border-bottom: 1px solid #dc2d3f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.category-nav__link:after {
  content: "\f0da";
  position: absolute;
  font-size: 13px;
  top: 50%;
  right: 0;
  color: #efd3d6;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.category-nav__link:last-child {
  border: 0;
}

span.category-nav__link, span.category-nav__link:after, .category-nav__link:hover, .category-nav__link:hover:after {
  color: #fff;
}

/* Category list */
.category-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
  text-align: center;
  margin: 0 -1%;
}

.category-list__item {
  display: inline-block;
  vertical-align: bottom;
  width: 23%;
  padding: 0 0 20px;
  margin: 1%;
}

.category-list__cover {
  margin: 0 auto 15px;
  height: 300px;
  line-height: 300px;
  border: 1px solid #dedede;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-list__cover img {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
}

.category-list__name {
  font-size: 18px;
  color: #38393c;
}

.category-list__item:hover .category-list__name {
  color: #B00000;
}

/* ----------- Filter ----------- */
.filter-search {
  padding: 7px;
  margin-bottom: 10px;
  text-align: center;
  background: #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.filter-search__text {
  padding: 2px 0 7px;
  font-weight: bold;
  color: #646877;
  font-size: 14px;
}

.filter-block {
  margin-bottom: 30px;
  padding: 0 15px;
  background: #262626;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.filter {
  padding: 12px 0;
  border-bottom: 1px solid #383838;
}

.filter:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.filter .checkbox {
  display: block;
  margin-bottom: 4px;
}

.filter .checkbox:last-child {
  margin-bottom: 0;
}

.filter .checkbox__custom {
  background: #4e4e4e;
  border-color: #4e4e4e;
}

.filter .checkbox__label {
  color: #fff;
}

.filter__name {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.filter__content {
  margin-top: 10px;
  max-height: 250px;
  overflow: auto;
}

.filter__content_column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.filter-range_inputs {
  font-size: 0;
  margin-bottom: -10px;
}

.filter-range_inputs .input {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-right: 2%;
  background: transparent;
  border: 1px solid #424242;
  color: #fff;
}

.filter-range_inputs .input:last-child {
  margin-right: 0;
}

.filter-range_inputs i {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 4%;
  margin-right: 2%;
  background: #463c3e;
}

.filter-range .irs-slider {
  width: 18px;
  height: 18px;
  top: 19px;
  background: #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: col-resize;
}

.filter-range .irs-slider:hover {
  background-position: inherit;
}

.filter-range .irs {
  height: 40px;
}

/*  Filter panel */
.filter-panel {
  margin: 15px 0;
  padding: 5px 12px;
  border: 1px solid #ececec;
  border-width: 1px 0;
}

.control-sort {
  font-size: 0;
}

.control-sort__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
  font-size: 14px;
  color: #282828;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.control-sort__link:last-child {
  margin-right: 0;
}

.control-sort__link:hover {
  color: #4a4a4a;
}

.control-sort__link_active {
  color: #c32132;
}

.control-sort__link_active i {
  margin-left: 4px;
}

.control-sort__link_down i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.control-sort__link_active.control-sort__link_sale:after, .control-sort__link_active.control-sort__link_new:after {
  content: "\f057";
  position: relative;
  right: 0;
  margin-left: 4px;
  font-size: 13px;
  color: #c32132;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.control-sort__link_filter {
  background: #303439;
  padding: 3px 10px;
  color: #fff;
}

.control-sort__link_filter:hover {
  color: #fff;
}

/* Category sort */
.category-sort {
  padding: 3px 15px;
  margin-bottom: 10px;
  border: 2px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-sort__link {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  border-bottom: 1px solid #ececec;
}

.category-sort__link:last-child {
  border: 0;
}

.category-sort__link.active, .category-sort__link.active:hover {
  font-weight: bold;
  color: #3775b5;
}

/* Preloader */
.preloader {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.content-main .preloader {
  left: 280px;
}

/* Paginator */
.paginator {
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
}

.paginator__link, .paginator__current {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #372727;
  border: 1px solid #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.paginator__current {
  color: #fff;
  background: #232323;
  border-color: transparent;
}

/* ----------- Main ----------- */
/* Category block */
.section-category {
  margin: 0;
}

.category-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
  margin: 0 -1%;
}

.category-block__item {
  display: inline-block;
  vertical-align: bottom;
  width: 23%;
  margin: 1%;
  text-align: center;
  line-height: 1;
}

.category-block__cover {
  margin: 0 auto 15px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border: 1px solid #dedede;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: -2px 3px 0 #ffffff, 0 7px 0 rgb(239, 239, 239);
}

.category-block__cover img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.category-block__title {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #38393c;
  max-width: 230px;
}

.category-block__item:hover .category-block__title {
  color: #ec3232;
}

.category-block__item:hover .category-block__cover {
  box-shadow: -2px 3px 0 #ffffff, 0 7px 0 rgb(216, 193, 193);
}

/* Advantages */
.section-advantages .section__title {
  text-align: center;
}

.advantages {
  margin: 0 -1%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  counter-reset: heading;
  font-size: 0;
}

.advantages__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  padding: 30px;
  margin: 1%;
  border: 1px solid #dedede;
  overflow: hidden;
}

.advantages__icon {
  position: absolute;
  top: 10px;
  left: -15px;
  font-size: 80px;
  color: #f1f1f1;
  text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 rgb(251, 248, 248);
  z-index: -1;
}

.advantages__name {
  font-size: 20px;
  line-height: 24px;
}

.advantages__text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #999;
}

/* Question */
.section-question {
  text-align: center;
}

.question-block {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}

.question-block i {
  vertical-align: middle;
  font-size: 56px;
  color: #47505a;
}

.question-block .button {
  vertical-align: middle;
  max-width: 150px;
  line-height: 17px;
}

.question-block__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

/* ----------- Section about ----------- */
.section-about h1 {
  margin: 0 0 25px;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
}

/* ----------- Product page ----------- */
.section-product-content {
  margin: 0;
}

.section-product-content .section__title {
  font-weight: bold;
}

.product-head {
  margin-bottom: 15px;
}

.title-block_product {
  margin: 10px 0 0;
}

.product-compare {
  position: relative;
  float: right;
  margin-top: 5px;
  font-size: 15px;
  z-index: 4;
}

.product-compare i {
  margin-right: 3px;
}

.product-store {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #ececec;
  padding: 10px 15px;
  background: #e7eaf6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}

.product-store:before {
  content: "\f3c5";
  position: absolute;
  font-size: 90px;
  top: 20px;
  right: 15px;
  color: #d4dce6;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  z-index: -1;
}

.product-store__address {
  color: #646877;
}

.product-store__address span {
  font-weight: bold;
}

.product-colors {
  text-align: center;
  margin-top: 10px;
}

.product-colors__text {
  color: #66686b;
  font-size: 14px;
  font-weight: bold;
}

.switch-colors {
  display: inline-block;
  padding: 10px 6px;
  font-size: 0;
  line-height: 1;
  text-align: center;
  border: 2px solid #eee;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.switch-colors__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 13px;
  height: 13px;
  background: #dfe1e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.switch-colors__item:hover {
  opacity: .7;
}

.switch-colors__item.active {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #dfe1e7;
  -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #dfe1e7;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #dfe1e7;
}

.product-gallery {
  position: relative;
  overflow: hidden;
}

.product-photo {
  position: relative;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.product-photo__item {
  height: 370px;
  line-height: 368px;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-photo__item:before {
  content: '\f00e';
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 4px;
  font-size: 24px;
  line-height: 1;
  color: rgba(46, 51, 71, 0.5686274509803921);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  z-index: 2;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  font-weight: 900;
}

.product-photo__item:hover:before {
  color: #c32132;
}

.product-photo img {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-photo img:hover {
  opacity: .7;
}

.product-thumb {
  position: relative;
  margin-right: 10px;
  width: 81px;
  float: left;
  z-index: 5;
}

.product-thumb .slick-track {
  margin: 0;
}

.product-thumb .slides-arrows {
  font-size: 26px;
  bottom: -25px;
}

.product-thumb__item {
  margin-bottom: 7px;
}

.product-thumb__item-inner {
  position: relative;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-thumb__item-inner:hover {
  border-color: #dadde2;
}

.product-thumb .slick-current .product-thumb__item-inner {
  border-color: #a0a3a7;
}

.product-thumb img {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 60px;
  max-width: 60px;
}

.product-thumb img:hover {
  opacity: .7;
}

.product-sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.product-sticker .sticker {
  margin-bottom: 5px;
}

.product-top {
  margin-bottom: 40px;
}

.product-top__gallery, .product-top__content, .product-desc__content {
  float: left;
}

.product-top__gallery {
  position: relative;
  width: 40%;
}

.product-top__content {
  width: 60%;
  padding-left: 3%;
}

.product-desc__content {
  width: 65%;
  padding-right: 15px;
}

.product-desc__side {
  float: right;
  width: 35%;
  padding-left: 15px;
}

.product-nav {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  z-index: 17;
}

.product-nav__link {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 16px 25px 14px;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  background: #35393e;
  color: #b6bdc3;
  font-weight: bold;
  cursor: pointer;
}

.product-nav__link:hover {
  color: #fff;
  background: #2c3138;
  border-color: #c32132;
}

.product-nav__link.active {
  background: #181c21;
  color: #d0b1b0;
}

.product-nav__link .amount {
  color: #ccdfff;
}

.product-variations .selectize-input {
  width: auto;
  max-width: 500px;
  padding: 4px 20px 4px 0;
  border-width: 0 0 1px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.product-variations .selectize-input:after {
  right: 0 !important;
}

.product-variations .selectize-input.input-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.product-variations .selectize-input.dropdown-active::before {
  content: none;
}

.product-variations .selectize-dropdown {
  margin: 0;
}

.product-variations .selectize-dropdown .option {
  cursor: pointer;
}

.product-order {
  position: relative;
  margin-top: 30px;
}

.product-price {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 20px 12px;
  background: #292828;
  background: -webkit-linear-gradient(top right, #292828, #632329);
  background: -o-linear-gradient(top right, #292828, #632329);
  background: -moz-linear-gradient(top right, #292828, #632329);
  background: linear-gradient(top right, #292828, #632329);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}

.product-price:before {
  content: "\f06d";
  position: absolute;
  font-size: 300px;
  bottom: 20px;
  right: 10px;
  color: rgba(111, 59, 59, 0.38);
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  z-index: -1;
}

.product-price__items {
  overflow: hidden;
}

.product-price__new, .product-price__current {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}

.product-price__old {
  text-decoration: line-through;
  font-size: 14px;
  color: #8e8e8e;
}

.product-price__best {
  margin-top: 4px;
  font-size: 13px;
  font-weight: bold;
}

.product-price__best .link {
  color: #dec6c8;
}

.product-price__best .link:hover {
  color: #d84857;
}

.product-order .change-count {
  float: left;
  max-width: 50px;
  margin-right: 5px;
}

.product-order .product-buy {
  overflow: hidden;
}

.product-order__action {
  font-size: 0;
}

.product-order__action-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.product-order__action-item:last-child {
  margin-right: 0;
}

.product-order__action-item .button {
  font-size: 16px;
  font-weight: bold;
  padding: 9px 22px;
}

.product-content__main {
  display: block;
  float: left;
  position: relative;
  padding-right: 320px;
  width: 100%;
}

.product-content__side {
  position: relative;
  float: right;
  width: 280px;
  margin-left: -280px;
  padding-top: 35px;
  z-index: 10;
}

.product-sublink {
  margin-bottom: 20px;
}

.product-banner {
  margin-bottom: 20px;
}

.product-banner img {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Product properties */
.product-properties {
  margin: 15px 0;
  font-size: 0;
  line-height: 1;
}

.product-properties__name, .product-properties__value {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  width: 70%;
  font-size: 16px;
  line-height: 16px;
}

.product-properties__value {
  width: 30%;
  padding-left: 10px;
  font-weight: bold;
}

.product-properties__name {
  position: relative;
}

.product-properties__name span {
  position: relative;
  z-index: 7;
  background: #fff;
  padding-right: 10px;
}

.product-properties__name:after {
  position: absolute;
  content: "";
  border-bottom: 1px dotted #D9D9D9;
  width: 100%;
  bottom: 3px;
  left: 0;
}

.product-properties-all {
  font-size: 14px;
}

.product-properties-head .product-properties {
  margin: 10px 0;
}

.product-properties-head .product-properties__name, .product-properties-head .product-properties__value {
  font-size: 15px;
  width: auto;
}

.product-properties-head .product-properties__value {
  padding-left: 5px;
}

.product-properties-head .product-properties__name span:after {
  content: ':';
}

/* Product reviews */
.button-reviews {
  margin: -2px 0 0 10px;
}

.product-review {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}

.product-review:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.product-review__head {
  margin-bottom: 15px;
}

.product-review__head-meta {
  display: inline-block;
  padding: 4px 10px;
  background: #ececec;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-review__rating {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.product-review__rating i {
  position: relative;
  font-size: 21px;
  color: #40c4e0;
  margin-left: 3px;
  top: 1px;
}

.product-review__rating span {
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
}

.product-review__body {
  padding: 0 10px;
}

.product-reviews_section .product-review__body {
  padding: 0;
}

.product-review__product {
  font-weight: bold;
}

.product-review__name {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #646877;
}

.product-review__date {
  display: inline-block;
  vertical-align: middle;
  color: #272727;
}

.product-review__title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 7px;
}

.product-review__answer {
  margin: 15px 20px 0;
  padding: 5px 0 5px 10px;
  border-left: 2px solid #a8c5bc;
}

.product-review__expert {
  display: inline-block;
  padding: 2px 10px;
  background: #3D806D;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-review__content {
  margin-top: 10px;
}

.review-attachment__title {
  font-size: 14px;
  color: #999;
}

.review-attachment__image {
  margin: 10px 10px 0 0;
  margin: auto;
  max-height: 70px;
  max-width: 70px;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-comment-form {
  display: none;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 3px solid #eee;
}

.product-comment-form.active {
  display: block;
}

.product-comment-form form {
  max-width: 600px;
}

.rating-list {
  height: 35px;
  padding-top: 4px;
}

.rating-list__star i {
  cursor: pointer;
  font-size: 24px;
  color: #bebcaf;
}

.rating-list__star.active i {
  color: #c32132;
}

.videos-slider {
  margin-top: 30px;
}

.videos-slider__item {
  margin-right: 20px;
}

/* ----------- Contact Block ----------- */
.contact-block__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.contact-block__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-block__title {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
  line-height: 32px;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-block__title:after {
  content: "\f3c5";
  position: absolute;
  top: -2px;
  left: 0;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  width: 32px;
  height: 32px;
  background: #908586;
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  line-height: 32px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.contact-block__title span {
  color: #c32132;
}

.contact-block__side {
  float: left;
  width: 35%;
  padding-top: 15px;
}

.contact-block__map {
  float: left;
  width: 65%;
  padding-left: 30px;
}

.contact-block__info-item {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-block__info-item:last-child {
  margin-bottom: 0;
}

.contact-block__info-item strong {
  display: block;
  font-size: 14px;
  color: #66686b;
}

/* ----------- Account ----------- */
.account-block {
  display: inline-block;
  min-width: 400px;
  padding: 20px 25px;
  background: #eceef7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.account-info {
  margin-bottom: 30px;
}

.account-info__name {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.user-info__field {
  font-size: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d8e0;
}

.user-info__field:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.user-info__field dt, .user-info__field dd {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  width: 50%;
  font-size: 14px;
}

.user-info__field dd {
  text-align: right;
}

.user-info__field dt {
  font-weight: bold;
  color: #646877;
}

.orders-table {
  width: 100%;
}

/* ----------- Cart ----------- */
.checkout-steps {
  font-size: 0;
  margin-bottom: 40px;
  counter-reset: section;
}

.checkout-steps__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #646877;
  padding: 10px;
  background: #ececec;
  overflow: hidden;
}

.checkout-steps__item:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: counters(section, '.');
  counter-increment: section;
  font-size: 70px;
  color: #d3d5de;
}

.checkout-steps__item i {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 7px;
}

.checkout-steps__item_current {
  background: #292828;
  background: -webkit-linear-gradient(top right, #292828, #632329);
  background: -o-linear-gradient(top right, #292828, #632329);
  background: -moz-linear-gradient(top right, #292828, #632329);
  background: linear-gradient(top right, #292828, #632329);
  color: #fff;
}

.checkout-steps__item_current i {
  color: #fff;
}

.checkout-steps__item_current:before {
  color: #77565a;
}

.checkout-block__main {
  position: relative;
  display: block;
  float: left;
  padding-right: 400px;
  width: 100%;
}

.checkout-block__side {
  position: relative;
  float: right;
  width: 370px;
  margin-left: -370px;
  z-index: 10;
}

.checkout-subtotal {
  padding: 15px;
  margin-bottom: 10px;
  background: #35393e;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-info-text {
  margin-top: 4px;
  font-size: 13px;
  color: #9ac5fb;
}

.checkout-promo {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.checkout-promo .input {
  background: #1a1e23;
  color: #fff;
}

.checkout-value {
  color: #fff;
}

.checkout-value_total {
  margin-bottom: 15px;
  color: #282828;
}

.checkout-value__item {
  margin: 0 0 10px;
}

.checkout-value__item:last-child {
  margin: 0;
}

.checkout-value__value {
  float: right;
  margin: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.checkout-value__name {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  margin: 0;
}

.checkout-value__name span {
  position: relative;
  background: #35393e;
  padding-right: 10px;
  z-index: 7;
}

.checkout-value__name:after {
  position: absolute;
  content: "";
  border-bottom: 1px dotted #929292;
  width: 100%;
  bottom: 6px;
  left: 0;
}

.checkout-value_total .checkout-value__name span {
  background: #eceef7;
}

.checkout-info {
  margin-top: 25px;
}

.checkout-info__content {
  padding: 10px 15px;
  background: #eceef7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-info .block-agreement {
  text-align: center;
}

.checkout-notice {
  display: none;
  margin: 10px 0 15px;
  padding: 10px 10px 10px 35px;
  font-size: 15px;
}

.checkout-notice:before {
  font-size: 16px;
}

.basket-list .basket-card {
  margin-bottom: 15px;
}

.basket-list .basket-card:last-child {
  margin: 0;
}

.basket-card {
  position: relative;
  padding: 15px 50px 15px 15px;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.basket-card__delete {
  position: absolute;
  top: 20px;
  right: 15px;
  line-height: 19px;
}

.basket-card__delete i {
  vertical-align: top;
  font-size: 19px;
  color: #9a9da4;
  cursor: pointer;
}

.basket-card__delete i:hover {
  color: #666;
}

.basket-card__cover {
  float: left;
  width: 100%;
  max-width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.basket-card__cover img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 68px;
  max-height: 60px;
}

.basket-card__content {
  margin-left: 90px;
  font-size: 0;
}

.basket-card__info, .basket-card__count-price, .basket-card__count, .basket-card__price {
  display: inline-block;
  vertical-align: top;
}

.basket-card__info {
  width: 45%;
  padding-top: 5px;
}

.basket-card__count-price {
  width: 55%;
  padding-left: 7.5%;
}

.basket-card__count {
  width: 80px;
  padding-right: 20px;
}

.basket-card__price-current, .basket-card__price-new {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #80828a;
}

.basket-card__price-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #9da6b0;
  line-height: 1;
}

.basket-card__price-total {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 0 5px;
}

.basket-card__price-total span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #80828a;
}

.basket-card__price-total i {
  font-style: normal;
}

.basket-card__name {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.basket-card__desc {
  font-size: 14px;
}

.basket-card__data {
  font-size: 0;
  margin: 0 0 10px;
}

.basket-card__data-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  line-height: 19px;
}

.basket-card__data-item:last-child {
  margin-right: 0;
}

.basket-card__data-item_brand {
  background: #4d5162;
  color: #fff;
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.checkout-shipping, .checkout-payment {
  padding: 15px;
  background: #eceef7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-payment {
  margin-top: 25px;
}

.checkout-shipping .checkbox, .checkout-payment .checkbox {
  display: block;
  margin: 5px 0;
}

/* ----------- compare ----------- */
.products-compare .slick-track {
  margin: 0;
}

.products-compare .slides-arrows {
  top: 80px;
  z-index: 11;
}

.compare__options {
  float: left;
  width: 240px;
  margin-right: -240px;
  border-right: 1px solid #ececec;
  z-index: 10;
}

.compare__products {
  float: left;
  padding-left: 240px;
  width: 100%;
}

.compare__head {
  position: relative;
  height: 345px;
  border-bottom: 1px solid #ececec;
}

.compare-product {
  max-width: 270px;
  border-right: 1px solid #ececec;
}

.compare-delete {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 10px;
  font-size: 14px;
  background: #ececec;
  color: #585858;
  cursor: pointer;
  z-index: 7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.compare-delete:hover {
  background: #FFDEDB;
  color: #CE2323;
}

.compare__options .checkbox {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.compare__item_options {
  font-weight: bold;
  color: #646877;
}

.compare__item {
  padding: 0 15px;
  font-size: 14px;
  line-height: 18px;
}

.compare__item:before, .compare__item:after {
  content: '';
  display: block;
  height: 10px;
}

.compare__item:hover, .compare__item.hover {
  background: #f7f9fd;
}

/* ----------- block articles ----------- */
.section-articles__news, .section-articles__actions {
  float: left;
  width: 45%;
  margin-right: 10%;
}

.section-articles__news {
  margin-right: 0;
}

.article-list {
  font-size: 0;
}

.article-list__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}

.article-list__cover {
  width: 94px;
  padding: 3px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.article-list__cover img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.article-list__content {
  padding: 5px;
}

.article-list__date {
  font-size: 13px;
  color: #7e818a;
}

.article-list__title {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}

/* ----------- articles ----------- */
.articles {
  font-size: 0;
  margin: 0 -15px 35px;
}

.articles .article-card {
  width: 33.3333%;
  padding: 15px;
}

.article-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.article-card__cover {
  position: relative;
  display: block;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.article-card__content {
  padding: 10px;
}

.article-card__info {
  margin: 5px 0;
  font-size: 13px;
  line-height: 1;
}

.article-card__date, .article-card__category {
  display: inline-block;
  vertical-align: top;
  color: #7e818a;
}

.article-card__name {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
}

.article-card__summary {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}

.article-card__summary p {
  margin: 0;
}

/* ----------- Footer ----------- */
.footer {
  margin: -260px auto 0;
  height: 260px;
  width: 100%;
  background: #f5f5f5;
}

.footer__top {
  padding: 15px 0;
  background: #35393e;
  font-size: 0;
}

.footer__bottom {
  padding: 25px 0;
}

.footer__content {
  display: block;
  float: right;
  position: relative;
  padding-left: 280px;
  width: 100%;
}

.footer__side {
  position: relative;
  float: left;
  width: 240px;
  margin-right: -240px;
  z-index: 10;
}

.contact-foot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding: 0 10px 0 47px;
  line-height: 1;
}

.contact-foot_subscription {
  width: 50%;
  padding-right: 0;
}

.contact-foot i {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 0;
  font-size: 38px;
  color: #505050;
}

.contact-foot__title {
  font-size: 16px;
  font-weight: bold;
  color: #e4e4e4;
}

.contact-foot__info {
  margin-top: 4px;
  font-size: 12px;
  color: #afafaf;
}

.subscription-form__button {
  float: right;
  line-height: 23px;
}

.subscription-form__input {
  overflow: hidden;
  padding-right: 15px;
}

.subscription-form__input .input {
  background: #1a1e23;
  color: #fff;
}

.footer__col {
  float: left;
  width: 25%;
  padding: 0 3% 0 0;
}

.footer__title {
  margin-bottom: 10px;
  font-weight: bold;
}

.footer__nav-item {
  margin-bottom: 3px;
}

.footer__nav-item:last-child {
  margin-bottom: 0;
}

.footer__nav-link {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #66686b;
}

.footer__copyright {
  color: #66686b;
  font-size: 13px;
  font-weight: bold;
}

.logo-footer {
  display: block;
  margin-bottom: 15px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: .3;
}

.social-list {
  margin-top: 20px;
}

.social-list__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.social-list__item:first-child {
  padding-left: 0;
}

.social-list__item:last-child {
  padding-right: 0;
}

.social-list__item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -2px;
  height: 4px;
  width: 4px;
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social-list__item:first-child:before {
  content: none;
}

.social-list__link {
  display: block;
  color: #66686b;
  font-size: 19px;
}

.footer__dev {
  color: #66686b;
  font-size: 13px;
}

.footer__dev a {
  color: #66686b;
  font-weight: bold;
}

.footer__dev a:hover {
  color: #da6666;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row_margin {
  margin-bottom: 25px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* ----------- adaptive ----------- */
.m-side__head, .m-filters__head, .m-button-filter, .m-button-side, .m-filters-result {
  display: none;
}

.m-header {
  display: none;
  position: relative;
  height: 60px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(69, 72, 78, 0.33);
  z-index: 12;
}

.m-header__logo, .m-header__search, .m-header__compare, .m-header__basket, .m-header__whatsapp, .m-header__phone, .m-header__bars {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.m-header .header-icon {
  width: 36px;
  height: 36px;
  line-height: 36px !important;
}

.m-header .active .header-icon {
  background: #c32130;
}

.m-header__logo .logo-icon {
  white-space: nowrap;
  height: 40px;
}

.m-header__basket .basket-head {
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.m-header__basket .basket-head__icon {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0;
}

.m-header__whatsapp .button_whatsapp {
  padding: 0;
}

.m-header__search {
  padding: 0 20px;
  width: 100%;
}

.m-button-search {
  display: none;
}

.m-header__search .search__button .button {
  height: 36px;
}

.m-header__search .search__input .input {
  height: 36px;
  line-height: 36px;
}

.m-header__search .search__result {
  max-width: none;
}

.m-header__bars {
  padding-right: 0;
}

.m-button-bars, .m-button-search {
  cursor: pointer;
}

.m-button-bars .m-button-bars__close, .m-button-bars.active .m-button-bars__open {
  display: none;
}

.m-button-bars.active .m-button-bars__close {
  display: block;
}

.m-button-side {
  margin-bottom: 10px;
}

.m-button-side i {
  margin-right: 5px;
}

.m-filters__head, .m-side__head {
  margin-bottom: 15px;
}

.m-filters__head-close, .m-side__head-close {
  float: right;
  width: 40px;
  height: 40px;
  padding: 0;
  font-family: Arial;
  font-size: 28px;
  line-height: 40px;
}

.m-filters__head-title, .m-side__head-title {
  font-size: 24px;
  line-height: 40px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.body-gutter {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
