@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}
body {
  font-family: 'Raleway', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #141414;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1644px;
  }
}
body.is-lock {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
button,
input:focus {
  box-shadow: none !important;
}
label {
  cursor: pointer;
}
.invisible,
.tree-nav__drop {
  visibility: hidden;
}
.modification_price_old {
  color: #cf0000;
  text-decoration: line-through;
  margin-left: 10px;
}
[hidden] {
  display: none;
}
a {
  color: #cf142b;
}
a:hover {
  color: #E83531;
}
h1 {
  font-size: 2em;
}
.form-control,
.form-input__control,
.form__select,
.variants-select__field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8cfd9;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-theme {
  color: #fff;
  background-color: #cf142b;
  border-color: #cf142b;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
textarea.form-control,
textarea.form-input__control,
textarea.form__select,
textarea.variants-select__field {
  height: auto;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.has-feedback {
  position: relative;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.btn-toolbar {
  margin-left: -5px;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  left: 0;
  top: 0;
  height: 100%;
}
.affix,
.mfp-bg,
.mfp-wrap {
  position: fixed;
}
.mfp-container:before,
.mfp-figure:after {
  content: '';
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.mfp-bg {
  width: 100%;
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-wrap {
  width: 100%;
  z-index: 5010;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-close,
.mfp-preloader {
  text-align: center;
  position: absolute;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  top: 50%;
  width: auto;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
.svg-icon,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  box-shadow: none !important;
}
.cols-nav,
.overlay,
.tree-nav {
  box-shadow: 0 3px 4px rgba(0,0,0,0.15);
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.basement,
.col--align-center,
.offline {
  text-align: center;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.ico-flag--en,
.ico-flag--ru,
.ico-flag--ua {
  background-image: url(../_img/sprite.png);
  width: 16px;
  height: 16px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.ico-flag {
  display: inline-block;
}
.ico-flag--ru {
  background-position: 0 0;
}
.ico-flag--en {
  background-position: 0 -16px;
}
.ico-flag--ua {
  background-position: -16px 0;
}
.svg-icon {
  max-height: 100%;
  fill: currentColor;
}
.svg-star__edge {
  fill: currentColor;
}
.svg-star__field {
  fill: inherit;
}
.page__overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(11,11,11,0.6);
  -webkit-animation: fade .5s;
  animation: fade .5s;
}
.page__body--js-pushed {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  height: 100vh;
  overflow: hidden;
}
.offline,
.spinner-circle:after {
  -webkit-transform: translate(-50%,-50%);
}
header.page__hgroup {
  position: sticky;
  left: 0;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 1002;
  padding: 15px 0;
  background-color: #fff;
  margin-bottom: 20px;
}
#top-menu {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page__hgroup.header-scroll {
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  border-bottom: 1px solid #e1e1e1;
}
.page__headline {
  font-size: .9em;
  border-top: 2px solid #5280b2;
}
.page_header_center_text {
  padding: 10px 0 0;
  text-align: center;
  color: #de0000;
  margin-bottom: 10px;
}
.page__top-menu {
  padding: 5px 0;
}
.page__main-banner {
  padding-bottom: 10px;
}
.page__user-bar {
  float: right;
}
.page__content {
  padding: 25px 0 50px;
  position: relative;
}
.page__mainnav-hor {
  position: relative;
  top: 1px;
}
.page__breadcrumbs {
  padding: 10px 0;
}
.page__seo-text {
  padding: 40px 0;
}
.page__viewed {
  padding-bottom: 50px;
}
footer {
  position: relative;
  color: #141414;
  padding-bottom: 20px;
  overflow: hidden;
}
footer:after {
  background-image: url(/templates/i/foot_bg.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 20px;
  display: block;
  background-color: #fff;
  content: '';
  z-index: 1;
}
.page__basement {
  position: relative;
  border-bottom: 5px solid #f10d2a;
  padding-bottom: 68px;
}
.page__footer {
  padding: 30px 0;
}
.content__header {
  padding-bottom: 15px;
}
.content__header--xs {
  padding-bottom: 0;
}
.content__title {
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 2rem;
  line-height: 1.1;
  color: #000;
}
.content__quote {
  color: #9aa1ab;
}
.content__hinfo {
  display: inline-block;
  font-size: .9em;
  color: #000;
  white-space: nowrap;
}
.content__hinfo-number {
  font-weight: 700;
}
.content__pagination {
  margin-top: 25px;
  text-align: center;
}
.content__sidebar {
  border-left: 1px solid #dfe4eb;
  padding-left: 30px;
}
.content__img {
  display: block;
  padding: 1em;
  border: 1px solid #dfe4eb;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 1.4285714286rem;
}
.start-page__row {
  padding-top: 40px;
}
.footer {
  color: #141414;
}
.footer__title {
  font-size: 1.2rem;
  color: #141414;
}
.footer__inner {
  margin-top: 10px;
}
.footer__items {
  list-style: none;
  padding-left: 0;
}
.footer__item {
  margin-top: 5px;
}
.footer__link {
  color: #cf142b;
  text-decoration: none;
}
.footer__link:hover {
  color: #ff8001;
  text-decoration: none;
}
.basement {
  color: #dfdfdf;
}
.basement__link {
  color: #487ebb;
  text-decoration: none;
}
.basement__link:hover {
  color: #ff8001;
  text-decoration: none;
}
.error-page {
  font-size: 1rem;
  max-width: 55.7142857143rem;
  margin: 0 auto;
  padding: 2.1428571429em 0;
}
.error-page__cell + .error-page__cell {
  margin-top: 1.4285714286em;
}
.error-page__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.error-page__title {
  font-size: 1.7857142857rem;
  color: #000;
}
.error-page__desc {
  font-size: 1rem;
  margin-top: .3571428571em;
}
.error-page__button {
  margin-top: 1.4285714286rem;
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
}
.offline {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 1rem;
}
.offline__title {
  font-size: 4em;
  color: #000;
  margin-bottom: .3em;
  line-height: 1;
}
.offline__intro {
  font-size: 1.7em;
  margin-bottom: .3em;
}
.frame-content {
  font-size: 1rem;
}
.frame-content__header {
  padding: 1.1em 1.8em;
  margin-bottom: 1.2em;
  background: #f2f6f9;
}
.frame-content__header--sm {
  padding: .85em 1.4em;
  margin-bottom: 1em;
}
.frame-content__header-nav {
  display: inline-block;
  vertical-align: baseline;
  font-size: .9em;
}
.frame-content__header-nav:before {
  content: '/';
  padding: 0 10px;
}
.frame-content__header-link {
  color: #487ebb;
  text-decoration: none;
}
.frame-content__header-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.frame-content__title {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.5em;
  line-height: 1;
  color: #000;
}
.frame-content__title--sm {
  font-size: 1em;
  font-weight: 700;
}
.frame-content__title-link {
  color: #000;
  text-decoration: none;
}
.frame-content__title-link:hover {
  color: #000;
  text-decoration: underline;
}
.frame-content__row:not(:last-child) {
  margin-bottom: 20px;
}
.list-nav--align-center,
.typo figcaption {
  text-align: center;
}
.typo {
  line-height: 1.5;
}
.typo > :last-child {
  margin-bottom: 0;
}
.typo > :first-child {
  margin-top: 0;
}
.typo a {
  color: #487ebb;
  text-decoration: none;
}
.typo a:hover {
  color: #ff8001;
  text-decoration: none;
}
.typo {
  font-size: 16px;
}
.typo dl,
.typo figure,
.typo form,
.typo form fieldset,
.typo ol,
.typo p,
.typo table,
.typo ul {
  margin: 0 0 .6em;
  margin: 0;
  font-size: 16px;
}
.typo figcaption {
  font-size: .8em;
  line-height: 1;
}
.typo blockquote {
  position: relative;
  min-height: 45px;
  padding: 0 0 .8em 3.7em;
  color: #999;
}
.typo blockquote:after {
  content: "";
  display: table;
}
.typo blockquote:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='3em' viewBox='0 0 448 512'%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3em;
}
.typo--seo .title {
  font-size: 1.5em;
  color: #fff;
}
.cols-nav__link,
.site-info__title,
.typo b,
.typo dt,
.typo strong,
.typo table tfoot,
.typo table thead {
  font-weight: 700;
}
.typo hr {
  height: 1px;
  background: #666;
}
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  margin: 1.5em 0 .5em;
  line-height: 1.1;
}
.typo h1 {
  font-size: 2em;
  color: #000;
}
.typo h2 {
  font-size: 1.6em;
}
.typo h3 {
  font-size: 1.4em;
}
.typo h4 {
  font-size: 1.3em;
}
.typo h5 {
  font-size: 1.2em;
}
.typo h6 {
  font-size: 1.1em;
}
.typo ul {
  margin-left: 1.1em;
  list-style: disc;
}
.typo ol ol,
.typo ul ul {
  margin: 0 0 0 2em;
}
.typo ul ul {
  list-style: circle;
}
.typo ul ul ul {
  list-style: square;
}
.typo ol {
  list-style: none;
  counter-reset: num;
}
.typo ol li:before {
  content: counters(num,".") " ";
  counter-increment: num;
}
.typo dd {
  margin-bottom: .4em;
}
.typo table {
  border-color: #000;
}
.typo table caption {
  font-size: 1.3em;
}
.typo table td {
  padding: .2em .5em;
}
.typo cite,
.typo dfn,
.typo em,
.typo i,
.typo var {
  font-style: italic;
}
.typo code,
.typo kbd,
.typo pre,
.typo samp {
  font-size: 1em;
}
.typo ins {
  text-decoration: underline;
}
.typo del,
.typo s,
.typo strike {
  text-decoration: line-through;
}
.typo mark {
  background: #ff0;
  color: #000;
}
.typo small {
  font-size: 80%;
}
.typo sub,
.typo sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.typo sup {
  top: -0.5em;
}
.typo sub {
  bottom: -0.25em;
}
.typo abbr[title] {
  border-bottom: 1px dotted;
}
.typo audio:not([controls]) {
  display: none;
  height: 0;
}
.typo iframe {
  max-width: 100%;
}
.list-nav--align-right {
  text-align: right;
}
.list-nav--valign-middle .list-nav__item {
  vertical-align: middle;
}
.list-nav--valign-bottom .list-nav__item {
  vertical-align: bottom;
}
.list-nav__items {
  font-size: 0;
  margin-top: -8px;
  margin-left: -20px;
}
.list-nav__item {
  display: inline-block;
  font-size: .9rem;
  vertical-align: top;
  position: relative;
  margin-left: 20px;
  margin-top: 8px;
}
.list-nav__item:hover .list-nav__drop {
  display: block;
}
.list-nav__item:hover .list-nav__link {
  color: #de0000;
}
.list-nav__item--active .list-nav__link {
  color: #9aa1ab;
}
.list-nav__item--active .list-nav__arrow {
  fill: #9aa1ab;
}
.list-nav__link {
  color: #487ebb;
  text-decoration: none;
  border: 0;
}
.list-nav__link:hover {
  color: #de0000;
  text-decoration: none;
}
.list-nav__link--empty,
.list-nav__link--empty:hover {
  color: #666 !important;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.list-nav__ico {
  float: left;
  margin-right: 3px;
}
.list-nav__ico--caret-down {
  width: 8px;
  height: 8px;
  fill: #9aa1ab;
}
.list-nav__ico--caret-down svg {
  max-height: 100%;
  max-width: 100%;
}
.list-nav__arrow {
  display: inline-block;
  fill: #487ebb;
  color: #487ebb;
  position: relative;
  top: -1px;
}
.list-nav__arrow--down {
  width: 8px;
  height: 5px;
}
.list-nav__drop {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
}
.list-nav__drop--rtl {
  right: 0;
  left: auto;
}
.tree-nav {
  position: relative;
  padding: 5px 0;
  border: 2px solid #ff8001;
  text-align: left;
  background: #fff;
}
.tree-nav__item {
  position: relative;
  padding: 0 5px;
}
.tree-nav__item--top-drop {
  position: static;
}
.tree-nav__link {
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 5px 30px 5px 10px;
  color: #487ebb;
  text-decoration: none;
}
.tree-nav__item:hover > .tree-nav__link {
  background: #5280b2;
  color: #fff;
}
.tree-nav__ico {
  float: left;
  margin-top: -1px;
  margin-right: 4px;
}
.tree-nav__arrow {
  position: absolute;
  right: 5px;
  top: 4px;
  display: inline-block;
  fill: #487ebb;
}
.tree-nav__arrow--right {
  width: 4px;
  height: 7px;
}
.tree-nav__item:hover > .tree-nav__link .tree-nav__arrow {
  fill: #fff;
}
.tree-nav__drop {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.cols-nav {
  border: 1px solid #dfe4eb;
  text-align: left;
  background: #fff;
  font-size: 1rem;
  padding: 20px 30px 20px 0;
}
.cols-nav__items {
  display: table;
}
.cols-nav__col {
  display: table-cell;
  padding-left: 30px;
}
.cols-nav__item {
  width: 200px;
  padding: 10px 0;
  line-height: 1;
  border: 1px solid red;
}
.modal__header-close,
.search-nav__inner,
.user-panel__item:first-child {
  border-left: 1px solid #dfe4eb;
}
.cols-nav__link {
  color: #000;
  text-decoration: none;
  font-size: 1.1em;
}
.cols-nav__link:hover {
  color: #000;
  text-decoration: underline;
}
.cols-subnav {
  margin-top: 3px;
}
.cols-subnav__item {
  padding-top: 5px;
}
.cols-subnav__link {
  color: #487ebb;
  text-decoration: none;
  line-height: 1;
}
.cols-subnav__link:hover {
  color: #ff8001;
  text-decoration: none;
}

.open_more_mody {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.open_more_mody span {
  font-size: 24px;
  font-weight: 600;
}
.sidebar-nav__item {
  border: 1px solid #dfe4eb;
  border-top: 0;
  position: relative;
}
.sidebar-nav__item:first-child {
  border-top: 1px solid #dfe4eb;
}
.sidebar-nav__item--active .sidebar-nav__link,
.sidebar-nav__item--active .sidebar-nav__link:hover {
  color: #666 !important;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.sidebar-nav__link,
.sidebar-nav__active {
  display: block;
  padding: 13px 50px 13px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}
.sidebar-nav__link {
  color: #000;
}
.sidebar-nav__active {
  color: #E83531;
}
.sidebar-nav .sidebar-nav__item:hover > .hover_menu {
  display: block !important;
  position: absolute;
  left: 100%;
  top: -1px;
  background: #fff;
  min-width: 200px;
  z-index: 100;
}
.sidebar-nav .sidebar-nav__item .hover_menu:hover > .hover_menu {
  display: block !important;
  position: absolute;
  left: 100%;
  top: -1px;
  background: #fff;
  min-width: 200px;
  z-index: 100;
}
.sidebar-nav .sub_menu .sidebar-nav__item {
  padding-left: 10px;
}
.search-nav__item:last-child .search-nav__inner {
  border-bottom: 1px solid #dfe4eb;
}
.search-nav__title {
  display: block;
  padding: 10px 15px;
  border: 1px solid #dfe4eb;
  color: #000;
  font-weight: 700;
  background: #f2f6f9;
}
.search-nav__inner:not(:last-child),
.search-nav__title:not(:first-child) {
  border-top: 0;
}
.search-nav__inner {
  padding: 10px 15px 20px;
  border-right: 1px solid #dfe4eb;
  font-size: .9rem;
}
.search-nav__inner-item {
  display: table;
}
.search-nav__inner-item:not(:first-child) {
  padding-top: 8px;
}
.search-nav__inner-link {
  color: #487ebb;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 4px;
  padding-left: 4px;
  line-height: 1;
}
.search-nav__inner-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.search-nav__inner-link--active {
  color: #9aa1ab;
}
.search-nav__inner-count {
  display: table-cell;
  vertical-align: middle;
  color: #9aa1ab;
  font-size: .9em;
}
.overlay {
  padding: 5px 0;
  border: 1px solid #dfe4eb;
  text-align: left;
  background: #fff;
}
.overlay__item {
  position: relative;
}
.overlay__item:hover {
  background: #f2f6f9;
}
.modal,
.user-panel__item:hover {
  background: #fff;
}
.overlay__item:hover > .overlay__drop {
  display: block;
}
.overlay__link {
  display: block;
  padding: 5px 30px 5px 10px;
  white-space: nowrap;
  color: #487ebb;
  text-decoration: none;
}
.overlay__link:hover {
  color: #487ebb;
}
.overlay__ico {
  float: left;
  margin-top: -1px;
  margin-right: 4px;
}
.overlay__arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  fill: #487ebb;
}
.overlay__arrow--right {
  width: 4px;
  height: 7px;
}
.overlay__drop {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
}
.overlay__drop--rtl {
  right: 100%;
  left: auto;
}
.user-panel {
  font-size: 0;
}
.user-panel--align-center {
  text-align: center;
}
.modal__footer,
.user-panel--align-right {
  text-align: right;
}
.user-panel--valign-middle .user-panel__item {
  vertical-align: middle;
}
.user-panel--valign-bottom .user-panel__item {
  vertical-align: bottom;
}
.user-panel__item {
  display: inline-block;
  font-size: .9rem;
  vertical-align: top;
  position: relative;
  border-right: 1px solid #dfe4eb;
  border-top: 0;
  border-bottom: 0;
}
.user-panel__item:hover .user-panel__drop {
  display: block;
}
.user-panel__item--active .user-panel__link {
  color: #ff8001;
}
.user-panel__link,
.user-panel__link:hover {
  color: #487ebb;
  text-decoration: none;
}
.user-panel__link {
  padding: 7px 15px;
  display: block;
  font-size: .9rem;
  cursor: pointer;
  white-space: nowrap;
}
.user-panel__link--empty,
.user-panel__link--empty:hover {
  color: #666 !important;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.user-panel__ico {
  float: left;
  margin-right: 5px;
}
.user-panel__ico--wishlist {
  width: 16px;
  height: 15px;
}
.user-panel__ico--compare {
  width: 13px;
  height: 15px;
}
.user-panel__ico--profile {
  width: 16px;
  height: 16px;
}
.user-panel__link--empty .user-panel__ico {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.user-panel__arrow {
  display: inline-block;
  fill: #487ebb;
  position: relative;
  top: -1px;
}
.user-panel__arrow--down {
  width: 8px;
  height: 5px;
}
.user-panel__drop {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
}
.user-panel__drop--rtl {
  right: 0;
  left: auto;
}
.modal {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
  box-shadow: #ccc 0px 0px 20px;
}
.modal__header {
  position: relative;
  padding: 15px;
  background: #f2f6f9;
  border-bottom: 1px solid #dfe4eb;
}
.modal__header-title {
  font-size: 21px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}
.modal__header-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 62px;
  cursor: pointer;
}
.modal__header-close:active {
  box-shadow: inset 0 5px 7px rgba(0,0,0,0.125);
}
.modal__header-close-ico {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  text-align: center;
}
.modal__content {
  padding: 15px;
}
.modal__content-cell {
  margin-bottom: 15px;
}
.modal__footer {
  padding: 15px;
  background: #f2f6f9;
  border-top: 1px solid #dfe4eb;
}
.modal__footer-row:not(:first-child) {
  margin-top: 20px;
}
.modal__footer-btn {
  display: inline-block;
  margin-left: 15px;
}
.modal--sm {
  max-width: 500px;
}
.modal--lg {
  max-width: 900px;
}
.banner-simple__ico svg,
.soc-groups__ico svg {
  max-width: 100%;
  max-height: 100%;
}
.site-info {
  display: table;
}
.site-info-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-info-phone .site-info__inner {
  margin-right: auto;
}
.site-info__aside,
.site-info__inner {
  display: table-cell;
  vertical-align: middle;
}
.site-info__aside {
  padding-right: 5px;
}
.site-info__ico {
  color: #de0000;
}
.site-info__ico--phone-big {
  width: 32px;
  height: 32px;
}
.site-info__ico--phone-big > i,
.site-info__ico--clock-big > i {
  font-size: 32px;
}
.site-info__ico--clock-big {
  width: 36px;
  height: 36px;
}
.site-info__title {
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}
.site-info__title-link {
  color: #487ebb;
  text-decoration: none;
}
.site-info__title-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.site-info__desc {
  color: #666;
}
.site-info__link {
  color: #487ebb;
  text-decoration: none;
}
.site-info__link:hover {
  color: #ff8001;
  text-decoration: none;
}
.soc-groups {
  margin-left: -10px;
}
.soc-groups__ico {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  text-decoration: none;
}
.soc-groups__ico svg {
  display: block;
}
.soc-groups__ico:hover {
  opacity: .7;
}
.pay-icons {
  margin-left: -5px;
}
.pay-icons__ico {
  display: inline-block;
  padding: 5px;
  line-height: 20px;
  margin-left: 5px;
  text-align: center;
  color: #fff;
  background: #000;
  text-decoration: none;
}
.pay-icons__ico:hover {
  color: #fff;
}
.star-rating {
  display: inline-block;
  font-size: 1rem;
}
.star-rating__stars {
  float: left;
}
.star-rating__star {
  float: left;
  margin-left: 1px;
  color: #FFB300;
  width: 14px;
  height: 14px;
}
.star-rating__star:first-child {
  margin-left: 0;
}
.star-rating__star .svg-icon {
  color: #F2AF1D;
  fill: transparent;
}
.star-rating__star--active .svg-icon {
  fill: #F2AF1D;
}
.star-rating__votes {
  float: left;
  font-size: .9em;
  margin-left: 5px;
  color: #9aa1ab;
}
.star-rating__votes-link {
  text-decoration: none;
  color: #9aa1ab;
  border-bottom: 0;
}
.star-rating__votes-link:hover {
  text-decoration: none;
}
.star-voting__wrap {
  display: inline-block;
  font-size: 1rem;
}
.star-voting__wrap:after {
  content: "";
  display: table;
}
.star-voting__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  width: 21px;
  height: 21px;
}
.star-voting__ico .svg-icon {
  color: #F2AF1D;
  fill: transparent;
}
.star-voting__input {
  display: none;
}
.star-voting__ico:hover .svg-icon,
.star-voting__ico:hover ~ .star-voting__ico .svg-icon,
.star-voting__input:checked ~ .star-voting__ico .svg-icon {
  fill: #F2AF1D;
}
.message {
  padding: 5px 10px;
}
a.b-share__handle,
span.b-share {
  padding: 0 !important;
}
.message--success {
  background-color: #dff0d8;
  border: 1px solid #dff0d8;
}
.message--error {
  background-color: #ffefe8;
  border: 1px solid #e89b88;
}
.message--info {
  background-color: #FCF8E3;
  border: 1px solid #efe4ae;
}
.message__list {
  margin-left: 15px;
  list-style-type: disc;
}
.message__item,
.message__list p {
  margin-top: 5px;
}
.message__item:first-child,
.message__list p:first-child {
  margin-top: 0;
}
.likes {
  margin: -10px 0 0 -15px;
  font-size: 0;
}
.likes__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 10px 0 0 15px;
}
.tooltip,
.tooltip__label {
  display: inline;
}
.likes__item--gp {
  width: 58px;
  height: 20px;
}
.likes__item--tw {
  height: 20px;
}
span.b-share {
  font: inherit !important;
}
span.b-share__text {
  margin: 0;
}
span.b-share-btn__wrap {
  margin: 0 !important;
}
.b-share {
  margin-left: -5px;
}
.b-share__handle {
  margin-left: 5px;
}
.b-share__link {
  border-radius: 0 !important;
}
.tooltip {
  position: relative;
}
.tooltip__position {
  position: absolute;
  bottom: 1px;
  right: -19px;
}
.tooltip__ico {
  position: relative;
  width: 14px;
  height: 14px;
  fill: #5280b2;
  color: #5280b2;
}
.tooltip__ico:hover .tooltip__drop {
  display: block;
}
.tooltip__drop {
  display: none;
  position: absolute;
  z-index: 10;
  left: 100%;
  top: -5px;
  padding-left: 3px;
}
.tooltip__drop--rtl {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: 3px;
}
.tooltip__desc {
  border: 1px solid #c8cfd9;
  box-shadow: 0 3px 10px rgba(57,93,132,0.2);
  background: #fff;
  font-size: .9rem;
  padding: 15px;
  width: 200px;
  font-weight: 400;
  font-style: normal;
  color: #666;
  text-transform: none;
  line-height: 1.3;
  text-decoration: none;
}
.tooltip__desc--md {
  width: 300px;
}
.tooltip__desc--lg {
  width: 400px;
}
[data-loader-frame] {
  position: relative;
}
[data-loader-frame]:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: rgba(255,255,255,0.5);
  z-index: 100;
}
.spinner-circle {
  border-radius: 80%;
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation: tcon-spin360 675ms linear infinite forwards;
  animation: tcon-spin360 675ms linear infinite forwards;
  background: #d3d3d3;
  z-index: 200;
  opacity: .7;
}
.spinner-circle:after,
.spinner-circle:before {
  content: "";
  display: block;
  position: absolute;
}
.banner-simple,
.banner-simple__item {
  position: relative;
}
.spinner-circle:before {
  border-radius: 0 90px 90px 0;
  height: 40px;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #000;
  background-image: -webkit-linear-gradient(lightgray,#000);
  background-image: linear-gradient(lightgray,#000);
}
.spinner-circle:after {
  border-radius: 80%;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  background: #fff;
}
.benefits {
  font-size: 1rem;
}
.benefits__item {
  display: table;
}
.benefits__ico,
.benefits__inner {
  display: table-cell;
  vertical-align: middle;
}
.benefits__ico {
  color: #000;
  padding-right: .7em;
}
.benefits__title {
  margin-bottom: .2em;
  color: #000;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
}
.benefits__desc {
  color: #999;
}
.brand-image__img,
.brands-widget__img {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.btn--main {
  outline: 0 !important;
  border: 0;
  background: #5280b2;
  color: #fff;
}
.btn--main:focus,
.btn--main:hover {
  background: #99b4d1;
  color: #fff;
}
.btn-default__ico {
  display: inline-block;
  fill: #5280b2;
  color: #5280b2;
}
.btn-default__ico--search {
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
}
.btn-default__ico--download {
  width: 15px;
  height: 15px;
  fill: #000;
}
.btn-default__ico--down,
.btn-default__ico--top {
  width: 8px;
  height: 8px;
  fill: #9aa1ab;
  color: #9aa1ab;
}
.shop_filter_bottom button {
  font-size: 13px;
  padding: 6px 10px;
}
.btn-white {
  background: #fff;
}
.btn-white--active {
  background: #f2f6f9;
}
.btn-white__ico {
  color: #ff8001;
}
.btn-white__ico--wishlist {
  font-size: 16px;
}
.btn-white__ico--compare {
  font-size: 16px;
  font-weight: 600;
}
.btn-white--active .btn-white__ico {
  fill: #000;
  color: #000;
}
.brand-image,
.brand-sidebar,
.brands-widget__item,
.paginator__item,
.widget-primary {
  border: 1px solid #dfe4eb;
}
.board-nav {
  padding: 15px;
  background: #f2f6f9;
  font-size: 1rem;
}
.board-nav__header {
  display: block;
  text-decoration: none;
}
.board-nav__header:hover .board-nav__title {
  text-decoration: underline;
}
.board-nav__imagebox {
  float: left;
  padding: 0 5px 0 0;
}
.board-nav__img {
  max-width: 20px;
  max-height: 20px;
}
.board-nav__title {
  display: block;
  overflow: hidden;
  font-size: 1.3em;
  color: #000;
}
.board-nav__inner {
  display: none;
}
.widget-primary {
  margin-top: 13px;
  position: relative;
  padding: 0 15px;
}
.post__readmore,
.small-post__readmore {
  margin-top: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.widget-primary__title {
  padding: 0 20px;
  background: #fff;
  position: relative;
  margin-left: 30px;
  top: -13px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1c1c1c;
}
.widget-primary__arrow {
  position: absolute;
  top: calc(9%);
  display: inline-block;
  cursor: pointer;
  width: 15px;
  height: 82px;
  padding: 15px 0;
  fill: #c8cfd9;
  color: #c8cfd9;
  background: #fff;
}
.widget-primary__arrow.slick-disabled {
  visibility: hidden;
  cursor: default;
}
.widget-primary__arrow--left {
  left: -10px;
}
.widget-primary__arrow--right {
  right: -10px;
}
.widget-secondary__header {
  margin-bottom: 1.2rem;
  font-size: 0;
}
.widget-secondary__title {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
}
.widget-secondary__viewall {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1rem;
}
.widget-secondary__viewall:before {
  content: '/';
  padding: 0 10px;
}
.post__readmore:after,
.small-post__readmore:after {
  content: '>';
  margin-left: 5px;
}
.widget-secondary__hlink {
  color: #487ebb;
  text-decoration: none;
}
.widget-secondary__hlink:hover {
  color: #ff8001;
  text-decoration: none;
}
.widget-sidebar__header {
  padding: 15px 25px;
  margin-bottom: 1.2rem;
  background: #f2f6f9;
}
.post__image,
.small-post__image {
  margin-bottom: 5px;
  display: block;
}
.widget-sidebar__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.post__title,
.small-post__title {
  font-size: 1.3em;
}
.widget-sidebar__inner {
  padding-right: 40px;
}
.widget-sidebar__item:not(:first-child) {
  padding-top: 30px;
}
.post__date {
  display: block;
  color: #9aa1ab;
  padding-bottom: 3px;
}
.post__title-link {
  color: #487ebb;
  text-decoration: none;
}
.post__title-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.post__desc {
  padding-top: 5px;
}
.post__readmore {
  color: #487ebb;
  display: block;
}
.post__readmore:hover {
  color: #ff8001;
  text-decoration: none;
}
.post__expire {
  display: block;
  padding: 5px 0;
  color: #c00;
}
.small-post__date {
  display: block;
  color: #9aa1ab;
  padding-bottom: 3px;
}
.small-post__title-link {
  color: #487ebb;
  text-decoration: none;
}
.small-post__title-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.small-post__desc {
  padding-top: 5px;
}
.small-post__readmore {
  color: #487ebb;
  display: block;
}
.small-post__readmore:hover {
  color: #ff8001;
  text-decoration: none;
}
.brands-widget__item {
  padding: 10px;
}
.brands-widget__link {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  height: 50px;
}
.brands-widget__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100%;
  font-size: 35px;
  color: #000;
}
.brand-image__img,
.brand-sidebar__img {
  top: 50%;
  left: 50%;
  display: block;
  max-height: 120px;
}
.brands-widget__img:hover {
  color: rgba(0,0,0,0.7);
}
.brand-image {
  display: block;
  text-decoration: none;
}
.brand-image__photo {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
}
.brand-image__img {
  position: absolute;
  transform: translate(-50%,-50%);
  padding: 20px;
}
.brand-image__title {
  display: block;
  padding: 10px;
  border-top: 1px solid #dfe4eb;
  text-align: center;
  font-weight: 700;
  color: #000;
  background: #f2f6f9;
}
.brand-sidebar {
  display: block;
  text-decoration: none;
}
.brand-sidebar__photo {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
}
.brand-sidebar__img {
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 20px;
}
.seo-text__title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}
.breadcrumb {
  color: #9aa1ab;
  font-size: 12px;
  background: none;
  margin: 0;
  padding: 0;
}
.paginator__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border-radius: 2px;
  color: #000;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.paginator__item:not(:first-child) {
  margin-left: 5px;
}
.paginator__item a {
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.paginator__item a:hover {
  color: #ff8001;
  text-decoration: none;
}
.paginator__item--active {
  color: #fff;
  border-color: #c5cdd8;
  background-color: #c5cdd8;
}
.paginator__item--ellipsis {
  border: 0;
}
.paginator__arrow {
  display: block;
  margin: 0 auto;
  width: 20px;
}
.paginator__arrow--left {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.comments__list {
  padding-bottom: 40px;
}
.comments__post {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfe4eb;
}
.comments__post:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.comments__parent-header,
.comments__post-header {
  padding-bottom: 5px;
}
.comments__parent-author,
.comments__post-author {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.1em;
  font-weight: 700;
  color: #000;
}
.comments__parent-date,
.comments__post-date {
  display: inline-block;
  margin-right: 5px;
  color: #9aa1ab;
}
.comments__post-rate {
  display: inline-block;
  position: relative;
  top: 2px;
}
.comments__post-text {
  margin-bottom: 10px;
  color: #666;
}
.comments__post-vote {
  float: left;
  font-size: 0;
  color: #9aa1ab;
}
.comments__post-vote-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 1rem;
  color: #9aa1ab;
  text-decoration: none;
}
.comments__post-vote-item:not(:first-child) {
  margin-left: 15px;
}
.comments__post-vote-ico {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.comments__post-vote-ico--dislike {
  -webkit-transform: scale(-1,-1);
  -ms-transform: scale(-1,-1);
  transform: scale(-1,-1);
}
.comments__post-reply {
  float: left;
  font-size: .9rem;
  margin-left: 25px;
}
.comments__post-reply-link {
  color: #487ebb;
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.comments__post-reply-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.comments__post-reply-form {
  margin-top: 10px;
  padding: 0 20px 20px;
  background-color: #f2f6f9;
}
.comments__form-header {
  background-color: #f2f6f9;
  margin-bottom: 1px;
  padding: 15px;
  color: #000;
  font-weight: 700;
}
.comments__form-body {
  background-color: #f2f6f9;
  padding: 0 15px 15px;
}
.comments__parent {
  margin-top: 10px;
}
.comments__parent-item {
  padding: 20px;
  background: #f2f6f9;
}
.comments__parent-item:not(:first-child) {
  margin-top: 1px;
}
.comments__parent-author,
.comments__parent-date {
  font-size: .9rem;
}
.comments__parent-text {
  color: #666;
}
#comments-list,
.comments #comments-anchor {
  position: absolute;
  margin-top: -50px;
}
.autocomplete,
.form__checkbox-field,
.form__info {
  position: relative;
  margin-bottom: 5px;
}
.form--bg {
  padding: 15px;
  background: #f2f6f9;
}
.form__messages,
.form__row {
  padding-top: 20px;
}
.form__row:first-child {
  padding-top: 0;
}
.form__field {
  padding-top: 20px;
}
.form__field:first-child {
  padding-top: 0;
}
.form__field--hor {
  display: table;
  width: 100%;
}
.form__label {
  padding-bottom: 8px;
  color: #666;
}
.form__require-mark::before {
  content: '*';
  font-size: 16px;
  position: relative;
  left: 2px;
  color: #e89b88;
}
.form__desc {
  line-height: 1.6;
  color: #9aa1ab;
}
.form__info {
  font-size: .9em;
  margin-top: 3px;
}
.form__info--error {
  color: #E89B88;
}
.form__info--help {
  color: #9aa1ab;
}
.form__link {
  color: #487ebb;
  text-decoration: none;
}
.form__link:hover {
  color: #ff8001;
  text-decoration: none;
}
.form__checkbox {
  display: table;
}
.form__checkbox-field,
.form__checkbox-inner {
  display: table-cell;
  vertical-align: middle;
}
.form__checkbox:not(:first-child) {
  padding-top: 10px;
}
.form__checkbox-field {
  width: 20px;
}
.form__checkbox-title {
  color: #000;
  line-height: 1.1;
}
.form__checkbox-title--disabled {
  color: #9aa1ab;
}
.form__checkbox-select {
  margin-top: 10px;
  margin-bottom: 20px;
}
.form__capcha {
  display: inline-block;
  height: 34px;
  border: 1px solid #dfe4eb;
  overflow: hidden;
}
.form__capcha img {
  max-height: 34px;
}
label {
  font-weight: 400;
  display: block;
  max-width: auto;
  margin-bottom: 0;
}
.form-input {
  font-size: 1rem;
}
.autocomplete__product,
.filter,
.filter__title {
  font-size: .9rem;
}
.form-input__control--quantity {
  text-align: center;
}
.form-input--product-base .form-input__control {
  border: 1px solid #999;
}
.form-input--product-base .form-input__control:focus {
  box-shadow: none;
}
.autocomplete__frame {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  border: 1px solid #dfe4eb;
  border-top: 0;
  background: #fff;
  box-shadow: 0 3px 4px rgba(0,0,0,0.15);
}
.autocomplete__item {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #666;
}
.autocomplete__item:not(:first-child) {
  border-top: 1px solid #dfe4eb;
}
.autocomplete__item:hover {
  background: #f2f6f9;
}
.autocomplete__product-photo {
  float: left;
  padding-right: 10px;
}
.autocomplete__product-info {
  overflow: hidden;
}
.autocomplete__product-title {
  color: #487ebb;
}
.autocomplete__product-option,
.filter .disabled {
  color: #9aa1ab;
}
.autocomplete__product-brand {
  display: inline;
  color: #9aa1ab;
}
.autocomplete__message {
  padding: 20px;
}
.main-left-title {
  text-align: center;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 2rem;
  line-height: 1.1;
  color: #000;
}
.main-slider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 60px;
}
.main-slider .bx-caption {
  display: none;
}
.main-slider .bx-wrapper .bx-caption {
  display: block;
}
.main-slider .slides {
  display: flex;
  width: max-content;
}
.main-slider .bx-wrapper img {
  max-width: 100%;
  display: inline-block;
}
.main-slider .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.main-slider .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.main-slider .slide {
  text-align: center;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.main-slider .bx-wrapper .bx-caption {
  bottom: 25px;
  width: auto;
  margin: 0 9%;
  padding: 0.5% 3%;
  background: #de0000;
  border-color: #de0000;
  transform: skewX(-15deg);
  transform-origin: 100%;
  text-align: center;
}
.main-slider .bx-wrapper .bx-caption .stabilization {
  transform: skewX(15deg);
  transform-origin: 100%;
}
.viewed-block {
  background: #f6f6f7;
  padding: 50px 15px;
  margin-top: 40px;
}
.viewed-block .swiper {
  position: relative;
  padding: 0;
}
.viewed-block-caption {
  font-size: 20px;
  color: #1d2029;
  line-height: 30px;
  margin-bottom: 30px;
}
.viewed-block .swiper-button-prev,
.viewed-block .swiper-button-next {
  top: 0px;
  padding: 4px;
}
.viewed-block .swiper-button-prev svg,
.viewed-block .swiper-button-next svg {
  max-width: 100%;
  background: none;
  display: block;
}
.viewed-block .swiper-button-prev svg path,
.viewed-block .swiper-button-next svg path {
  fill: #666;
}
.viewed-block .swiper-button-prev:hover svg path,
.viewed-block .swiper-button-next:hover svg path {
  fill: #111;
}
.viewed-block .swiper-button-prev {
  left: auto;
  right: 32px;
}
.viewed-block .swiper-button-next {
  right: 0px;
}
.viewed-block .swiper-button-prev,
.viewed-block .swiper-button-next {
  width: 32px;
  height: 32px;
  border: 1px solid #666;
  transform: none;
  margin: 0;
}
.viewed-block .swiper-button-next:after,
.viewed-block .swiper-button-prev:after {
  display: none;
}
.viewed-block__items {
  box-sizing: border-box;
  padding-bottom: 15px;
}
.viewed-block__items .swiper-slide {
  height: auto;
}
.viewed-item {
  background: #fff;
  padding: 20px 12px 10px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1.5fr;
  border: 1px solid #eee;
  transition: box-shadow 0.15s linear;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.viewed-item:hover {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.viewed-item__photo {
  display: grid;
  align-items: center;
}
.viewed-item__photo .product-photo__item {
  width: 100%;
}
.viewed-item__photo img {
  display: block;
}
.viewed-item__title {
  overflow: hidden;
  max-height: 57px;
}
.viewed-item__title a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
}
.viewed-item__width {
  margin-top: 10px;
  font-size: 12px;
}
.viewed-item__price {
  margin-top: auto;
}
.viewed-item__price .product-price__item,
.viewed-item__price .product-price__item_old,
.viewed-item__price .product-price__main {
  font-size: 14px;
}
.viewed-item__info {
  display: flex;
  flex-direction: column;
}
.catalog-toolbar,
.filter__item {
  background: #f2f6f9;
}
.catalog-toolbar {
  font-size: .9rem;
  padding: 5px;
}
.catalog-toolbar__item {
  display: table;
  padding: 10px;
}
.catalog-toolbar__field,
.catalog-toolbar__label {
  display: table-cell;
  vertical-align: middle;
}
.catalog-toolbar__label {
  padding-right: 10px;
  white-space: nowrap;
}
.filter__item {
  border-top: 0;
  padding: 14px 20px;
  margin-bottom: 3px;
}
.filter__header {
  display: table;
  width: 100%;
}
.filter__handle,
.filter__title {
  display: table-cell;
  vertical-align: middle;
}
.filter__header[data-filter-drop-handle] {
  cursor: pointer;
}
.filter__title {
  font-weight: 700;
  color: #5280b2;
  text-transform: uppercase;
}
.filter__handle {
  position: relative;
  width: 20px;
  text-align: right;
  cursor: pointer;
}
.filter__handle-ico {
  position: relative;
  height: 100%;
  width: 14px;
  display: block;
  fill: #5280b2;
  color: #5280b2;
}
.filter__handle-ico svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.filter__handle-ico--plus {
  height: 14px;
}
.filter__handle-ico--minus {
  height: 2px;
}
.filter__inner {
  margin-top: .8em;
}
.filter__inner--js-hidden {
  display: none;
}
.filter__inner--scroll {
  height: 180px;
  overflow: auto;
  padding-right: 5px;
}
.filter__checkgroup {
  display: table;
}
.filter__checkgroup:not(:first-child) {
  padding-top: 3px;
}
.filter__checkgroup-control {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: -2px;
}
.filter__checkgroup-title {
  display: table-cell;
  vertical-align: top;
  padding-right: 4px;
  padding-left: 4px;
  color: #000;
}
.filter__checkgroup-count {
  display: table-cell;
  vertical-align: top;
  color: #9aa1ab;
  font-size: .9em;
}
.filter__range-field {
  padding-bottom: 15px;
}
.filter__range-slider {
  margin-bottom: 5px;
}
.active-filters__wrapper {
  margin: -10px 0 0 -10px;
}
.active-filters__item {
  float: left;
  margin: 10px 0 0 10px;
}
.active-filters__btn-ico:before {
  content: 'x';
}
.catalog-section {
  display: block;
  position: relative;
}
.catalog-section,
.catalog-section:hover {
  text-decoration: none;
  color: #000;
}
.catalog-section__extra-info {
  display: none;
  top: 0;
  right: -1px;
  left: -1px;
  z-index: 30;
  position: absolute;
  border: 1px solid #dfe4eb;
  background: #fff;
  text-align: center;
  min-height: 400px;
}
.catalog-section__extra-info .btn-wrap {
  padding: 50px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.catalog-section__extra-info .btn-action {
  background: #cf142b;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.catalog-section__extra-info .btn-action:hover {
  background: #cf142b;
}
.catalog-section__img,
.product-photo__img {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.group-list >.col-sm-auto {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.group-list .catalog-section__image {
  position: relative;
  display: block;
  text-align: center;
}
.group-list .catalog-section__image >img {
  max-width: 100%;
}
.catalog-section__image.lvsvg img.normal-img {
  filter: grayscale(1);
  opacity: .6;
}
.catalog-section__image.lvsvg:hover img.normal-img {
  filter: grayscale(0);
  opacity: 1;
}
.catalog-section__image.lvsvg:hover .catalog-section__caption {
  color: #cf142b;
}
.catalog-section__caption {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  color: #000;
  position: relative;
}
.product-photo__img.hover-img {
  position: absolute;
  top: 0;
  left: 50% !important;
  opacity: 0;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.product-cut__main-info:hover .product-photo__img.normal-img {
  opacity: 0;
}
.product-cut__main-info:hover .product-photo__img.hover-img {
  opacity: 1;
}
.change-view {
  display: table;
}
.product-cut--no-overlay:hover .product-cut__extra-info,
.product-cut--no-overlay:hover::before,
.slick-slide .product-cut:hover .product-cut__extra-info,
.slick-slide .product-cut:hover::before {
  display: none;
}
.change-view__button {
  width: 35px;
  height: 30px;
  position: relative;
  background: #FFF;
  border: 1px solid #dfe4eb;
}
.change-view__icon,
.change-view__icon svg {
  width: 15px;
  height: 15px;
}
.change-view__button:not(:first-child) {
  border-left: 0;
}
.change-view__button[disabled] {
  background-color: #D1D7DF;
}
.change-view__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #7C7C7C;
  color: #7C7C7C;
}
.product-cut,
.product-cut__main-info {
  position: relative;
  height: 100%;
}
.change-view__button[disabled] .change-view__icon {
  fill: #FFF;
  color: #FFF;
}
.product-cut {
  text-align: center;
}
.product-cut__extra-info {
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  left: -10px;
  z-index: 100;
  border: 1px solid #dfe4eb;
  box-shadow: 0 9px 10px rgba(57,93,132,0.1);
  border-top: 0;
  padding: 10px 10px 20px;
  background: #fff;
}
.product-cut:hover .product-cut__extra-info {
  display: block;
}
.product-cut:hover:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  border: 1px solid #dfe4eb;
  box-shadow: 0 3px 10px rgba(57,93,132,0.1);
}
.product-cut__variants {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 25px;
}
.product-cut__variants .modifications-list-item-cat {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
  transition: transform 0.5s;
}
.product-cut__variants .modifications-list-item-cat:hover {
  transform: scale(1.1);
}
.product-cut__rating {
  padding-top: 10px;
}
.product-cut__title {
  padding-top: 10px;
  margin-top: auto;
  height: auto;
  z-index: 900;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.product-cut__width {
  padding-top: 10px;
}
.product-cut__title-link {
  color: #487ebb;
  text-decoration: none;
}
.product-cut__title-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.product-cut__sale {
  display: block;
  padding: 5px 0 0;
  color: #ff8001;
}
.product-cut__sale-item:not(:first-child) {
  margin-top: 3px;
}
.product-cut__main-info > .labels {
  margin-bottom: 5px;
}
.product-cut__main-info .labels .yellow-green,
.product-cut__main-info .labels .yellow-orange,
.product-cut__main-info .labels .yellow-grey {
  color: #fff;
}
.product-cut__main-info .labels .yellow-green {
  background: #cf142b;
}
.product-cut__main-info .labels .yellow-orange {
  background: #f8b356;
}
.product-cut__main-info .labels .yellow-grey {
  background: #818181;
}
.product-cut__main-info .labels > div {
  display: inline-block;
  margin-bottom: 3px;
  padding: 0.5% 5%;
  white-space: nowrap;
  font-size: 12px;
}
.product-label {
  position: absolute;
  top: 10px;
  left: -12px;
  color: white;
  padding: 8px 14px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  z-index: 1;
  border-radius: 10px;
}
.product-label.rest {
  background: #cf142b;
}
.product-cut__price {
  margin-top: 5px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  min-height: 45px;
}
.product-cut__actions {
  text-align: center;
  margin-bottom: 15px;
}
.product-cut__actions .product-buy {
  margin: 0 auto;
}
.product-cut__fav .favorite {
  color: #818181;
  cursor: pointer;
  font-size: 12px;
}
.product-cut__fav .favorite svg {
  margin-right: 5px;
  margin-top: -1px;
}
.product-cut__fav .favorite.favorite_current {
  color: #cf142b;
}
.product-cut__delete {
  position: absolute;
  top: 0;
  right: 0;
}
.product-cut__delete-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #C5CDD8;
  fill: #C5CDD8;
}
.product-cut__move {
  padding-bottom: 10px;
  margin-top: -5px;
}
.product-cut__move-link {
  color: #487ebb;
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.product-cut__move-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.product-cut__archive {
  margin-top: 15px;
  display: inline-block;
  padding: 5px 20px;
  background: #f2f6f9;
  color: #000;
  font-size: 1.2rem;
}
.product-snippet__rating {
  padding-top: 10px;
}
.product-snippet__title-link {
  color: #487ebb;
  text-decoration: none;
}
.product-snippet__title-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.product-snippet__addition {
  font-size: .9em;
  color: #9aa1ab;
}
.product-snippet__addition-item {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
}
.product-snippet__actions,
.product-snippet__desc,
.product-snippet__params,
.product-snippet__price {
  padding-top: 10px;
}
.product-snippet__addition-item:last-child {
  margin-right: 0;
}
.product-snippet__addition-link {
  color: #9aa1ab;
  text-decoration: underline;
}
.product-snippet__addition-link:hover {
  text-decoration: none;
}
.product-snippet__variants {
  padding-top: 10px;
  max-width: 200px;
}
.product-snippet__actions {
  display: table;
}
.product-snippet__action-item {
  display: table-cell;
  vertical-align: middle;
}
.product-snippet__action-item:not(:first-child) {
  padding-left: 14px;
}
.product-snippet__desc {
  font-size: .9em;
}
.product-snippet__archive {
  margin-top: 15px;
  display: inline-block;
  padding: 5px 20px;
  background: #f2f6f9;
  color: #000;
  font-size: 1.2rem;
}
.product-intro__short-desc,
.product-intro__social,
.product-thumb__title {
  font-size: .9rem;
}
.product-thumb {
  display: table;
  width: 100%;
}
.product-thumb__title-link {
  color: #487ebb;
  text-decoration: none;
}
.product-thumb__title-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.product-thumb__price {
  padding-top: 5px;
}
.product-intro__addition {
  font-size: .9rem;
  color: #9aa1ab;
}
.product-intro__addition-item {
  float: left;
  margin-right: 30px;
  padding-bottom: 5px;
}
.product-intro__addition-item:last-child {
  margin-right: 0;
}
.product-intro__addition-link {
  color: #000;
  text-decoration: none;
}
.product-intro__addition-link:hover {
  color: #000;
  text-decoration: underline;
}
.product-buy__buttons .product-buy__btn--buy {
  background-color: #cf142b;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  transition: background-color 0.15s linear;
}
.product-buy__buttons .product-buy__btn--buy:hover {
  background-color: #a01021;
}
.product-intro__purchase {
  padding: 15px 0;
  display: flex;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
}
.product-intro__purchase .product-buy__buttons .product-buy__btn--buy {
  padding: 5px 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.product-buy__quantity .form-input__group {
  display: flex;
  align-items: center;
}
.product-buy__quantity .form-input__group >* {
  height: 100%;
}
.product-buy__quantity .form-input__group button {
  background: none;
  border: 0;
  height: 100%;
}
.product-buy__quantity .form-input__group input[type=text] {
  width: 50px;
}
.product-intro__actions {
  margin-top: 20px;
}
.product-intro__main-params,
.product-intro__short-desc,
.product-intro__social {
  margin-top: 15px;
  padding-top: 15px;
}
.product-intro__social-row {
  display: table;
}
.product-intro__social-inner,
.product-intro__social-title {
  display: table-cell;
  vertical-align: middle;
}
.product-intro__social-row:not(:first-child) {
  margin-top: 20px;
}
.product-intro__social-title {
  padding-right: 15px;
}
.product-intro__archive {
  margin: 10px 0;
  display: inline-block;
  padding: 10px 30px;
  background: #f2f6f9;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}
.product-photo__item {
  display: block;
  width: 98%;
  text-align: center;
}
.product-cut__photo .product-photo__img {
  max-height: 180px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
#product-list.flex .product-cut__photo .product-photo__img {
  max-height: 100%;
}
.product-photo__item--no-photo,
.product-photo__item--no-photo:hover {
  color: #666 !important;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.product-photo__item--xs .product-photo__img {
  padding: 5px;
  max-height: 220px;
}
.product-photo__item--sm {
  height: 80px;
  max-height: 80px;
}
.product-photo__item--md {
  height: 176px;
  max-height: 176px;
}
.product-photo__item--lg {
  height: 400px;
  max-height: 400px;
}
.product-photo__label-text,
.product-photo__thumb-img {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.product-photo__labels {
  position: absolute;
  top: 0;
  left: 0;
}
.product-photo__label {
  display: block;
  position: relative;
  width: 3.5714285714rem;
  height: 3.5714285714rem;
  font-size: .8em;
  color: #FFF;
  white-space: nowrap;
}
.product-photo__label--small {
  width: 2.1428571429rem;
  height: 2.1428571429rem;
}
.product-photo__label:not(:first-child) {
  margin-top: 1px;
}
.product-photo__label--hit {
  color: #FFAD2D;
}
.product-photo__label--hot {
  color: #62B12E;
}
.product-photo__label--action {
  color: #FF2C2C;
}
.product-photo__label--discount {
  color: #FF8001;
}
.product-photo__label-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FFF;
  text-transform: uppercase;
}
.product-photo__label--hit .product-photo__label-text {
  top: auto;
  bottom: .5714285714rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.product-photo__label--hot .product-photo__label-text {
  font-size: .5714285714rem;
}
.product-photo__label--small .product-photo__label-text {
  font-size: .7142857143rem;
}
.product-photo__thumbs {
  font-size: 0;
  margin-top: 5px;
  margin-left: -10px;
  margin-bottom: 20px;
}
.product-photo__thumb {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 10px;
  width: 20%;
}
.product-photo__thumb-item {
  position: relative;
  border: 1px solid #dfe4eb;
  display: block;
  height: 60px;
  opacity: .5;
}
.product-photo__thumb-item.active {
  opacity: 1;
  border: 3px solid #cf142b;
}
.product-photo__thumb-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  padding: 5px;
  max-height: 60px;
}
.product-photo__wrapper {
  position: relative;
}
.product-photo__zoom {
  position: relative;
  background: #FFF;
  border: 1px solid #C7C7C7;
  margin-left: 100%;
  display: block;
  z-index: 1000;
  height: 100%;
  width: 400px;
  overflow: hidden;
  top: -1px;
  box-sizing: content-box;
}
.product-photo__zoom:hover {
  display: none;
}
.variants-radio__item {
  display: table;
  width: 100%;
  padding: 5px 0;
}
.variants-radio__item:not(:first-child) {
  border-top: 1px solid #dfe4eb;
}
.variants-radio__item--disabled .variants-radio__field,
.variants-radio__item--disabled .variants-radio__price-main {
  color: #9aa1ab;
}
.variants-radio__field {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-right: 20px;
  font-size: .9em;
  color: #000;
}
.variants-radio__field-inner {
  display: table;
}
.variants-radio__control,
.variants-radio__title {
  display: table-cell;
  vertical-align: middle;
}
.variants-radio__control {
  width: 20px;
  padding-right: 5px;
  position: relative;
  top: -3px;
}
.variants-radio__available {
  display: block;
  color: #000;
}
.variants-radio__price {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.variants-radio__price--left {
  text-align: left;
}
.properties__item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0;
}
.properties__item:not(:first-child) {
  border-top: 1px dashed #dfe4eb;
}
.properties__header {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
.properties__wrapper {
  position: relative;
  display: inline-block;
}
.properties__title {
  display: inline;
  font-weight: 700;
  color: #000;
}
.properties__value {
  display: table-cell;
  vertical-align: top;
}
.main-params {
  font-size: .9em;
}
.main-params__item {
  float: left;
}
.main-params__item:not(:first-child)::after {
  content: '/';
  float: left;
  margin: 0 4px;
}
.main-params__key {
  font-weight: 700;
}
.product-price {
  font-size: 0;
}
.product-price__item,
.product-price__item_old {
  font-size: 1rem;
  display: block;
  vertical-align: middle;
}
.product-price__item-coins,
.product-price__item-cur,
.product-price__item-value {
  display: inline-block;
  vertical-align: baseline;
}
.product-price__item:not(:last-child) {
  margin-right: 5px;
}
.product-price--bg .product-price__item {
  margin: 0;
  padding: 3px 15px;
}
.product-price__percent {
  display: inline-block;
  color: red;
  padding-left: 5px;
  font-size: 90%;
  font-size: 1rem;
}
.product-price--bg .product-price__item_old {
  margin: 0;
  padding-left: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: baseline;
}
.product-price--bg .product-price__item {
  background: none;
}
.product-price--bg .product-price__item:not(:first-child) {
  border-left: 1px solid #fff;
}
.product-price--lg .product-price__item {
  font-size: 2.2rem;
  font-size: 1.7rem;
  line-height: 44px;
}
.product-price--lg .product-price__item:not(:last-child) {
  margin-right: 15px;
}
.product-price--sm .product-price__item {
  font-size: .9rem;
  font-weight: 700;
}
.product-price--md .product-price__item {
  font-size: 1.2rem;
  margin: 0 5px;
}
.product-price--lg .product-price__item-cur {
  padding: 0 3px;
}
.product-price__old {
  position: relative;
  font-size: 1em;
  color: #999;
  white-space: nowrap;
  display: inline-block;
}
.product-intro .product-price__old {
  font-size: 1.4em;
}
.product-price__old:before,
.product-price__old::before {
  content: '';
  height: 1px;
  width: 100%;
  background: #818181;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1px;
  display: block;
}
.product-price__main {
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
  color: #cf142b;
  display: inline-block;
}
.product-price__addition {
  font-size: .9em;
  color: #9aa1ab;
}
.product-price__addition-item {
  float: left;
}
.product-price__addition-item:not(:first-child):before {
  content: '/';
  float: left;
  margin: 1px 5px 0;
}
.product-kit__header {
  padding: 15px 25px;
  border: 1px solid #dfe4eb;
  border-bottom: 0;
}
.product-kit__title {
  color: #000;
  font-weight: 700;
}
.product-kit__inner {
  border: 1px solid #dfe4eb;
  padding: 20px;
}
.product-kit__item {
  display: table;
}
.product-kit__product:not(:first-child):before,
.product-kit__purchase:before {
  display: block;
  width: 20px;
  color: #000;
  font-size: 20px;
  margin: auto;
}
.product-kit__product:not(:first-child) {
  position: relative;
}
.product-kit__product:not(:first-child):before {
  content: '+';
  overflow: hidden;
  line-height: 1;
}
.product-kit__purchase {
  position: relative;
  text-align: center;
}
.product-kit__purchase:before {
  content: '=';
}
.product-kit__purchase-inner {
  min-width: 200px;
  text-align: center;
  display: inline-block;
  background: #fff4c7;
  padding: 15px;
}
.product-kit__price {
  padding-bottom: 10px;
}
.product-kit__discount {
  padding-bottom: 10px;
  font-size: .9em;
  color: #ff762c;
}
.product-kit__btn {
  padding: 2px 0;
}
.product-shipping {
  font-size: 1rem;
  color: #666;
}
.product-shipping__row {
  margin-bottom: 1px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dfe4eb;
}
.product-shipping__header {
  display: block;
  margin-bottom: .5em;
}
.product-shipping__ico {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  fill: #c5ccd3;
  color: #c5ccd3;
}
.product-shipping__ico--delivery {
  width: 30px;
  height: 20px;
}
.product-shipping__ico--payment {
  width: 27px;
  height: 22px;
}
.product-shipping__ico--phone {
  width: 30px;
  height: 30px;
}
.product-shipping__title {
  display: inline-block;
  vertical-align: middle;
  color: #5280b2;
  text-transform: uppercase;
  font-size: .9rem;
}
.product-shipping__list {
  font-size: .9em;
}
.product-shipping__item {
  position: relative;
  line-height: 1.1;
}
.product-shipping__item:not(:last-child) {
  margin-bottom: 8px;
}
.product-shipping__item:hover .product-shipping__tooltip-wrapper {
  display: block;
}
.product-shipping__item:hover .product-shipping__tooltip-link {
  color: #000;
}
.product-shipping__phone {
  font-weight: 700;
}
.product-shipping__tooltip {
  display: inline;
  position: relative;
}
.product-shipping__tooltip-link {
  cursor: default;
}
.product-shipping__tooltip-wrapper {
  display: none;
  position: absolute;
  bottom: 50%;
  left: 70%;
  z-index: 10;
  width: 200px;
  padding: 10px;
  border: 1px solid #dfe4eb;
  background: #fff;
  line-height: 1.3;
}
.product-actions__link,
.product-buy__unavailable-link {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  text-decoration: none;
}
.product-fullinfo__item:not(:last-child) {
  margin-bottom: 40px;
}
.product-fullinfo__header {
  padding: 15px 25px;
  margin-bottom: 1.2rem;
  background: #616161;
}
.product-fullinfo__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.product-fullinfo__title a {
  color: #fff;
}
.product-actions__item {
  display: inline-block;
  font-size: 14px;
}
.product-actions__item:not(:last-child) {
  padding-right: 25px;
}
.product-actions__ico {
  float: left;
  margin-right: 5px;
}
.product-actions__ico--unavailable {
  fill: #aeaeae;
  color: #aeaeae;
  width: 10px;
  height: 10px;
}
.product-actions__ico--wishlist {
  color: #ff8001;
}
.product-actions__ico--wishlist > i,
.product-actions__ico--compare > i {
  font-size: 16px;
}
.product-actions__ico--compare {
  color: #ff8001;
}
.product-actions__text {
  float: left;
}
.product-actions__text > i {
  font-size: 16px;
  margin-right: 5px;
}
.product-actions__text--available {
  color: #cf142b;
}
.product-actions__text--available::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  position: relative;
  margin-right: 2px;
}
.product-actions__text--unavailable {
  color: #818181;
}
.product-actions__text--unavailable::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  position: relative;
  margin-right: 2px;
  font-size: 20px;
}
.product-actions__link {
  color: #487ebb;
  float: left;
}
.product-actions__link:hover {
  color: #ff8001;
  text-decoration: none;
}
.product-actions__link--open {
  color: #ff8001;
  border-color: transparent;
}
.bpk-product-list .product-buy__buttons,
.product-cut .product-buy__buttons {
  position: unset;
}
.product-buy__unavailable {
  margin-top: 10px;
}
.product-buy__unavailable small {
  display: block;
}
.product-buy__unavailable-info {
  font-size: .9em;
  color: #000;
}
.product-buy__unavailable-notify {
  margin-top: 2px;
}
.product-buy__unavailable-link {
  color: #487ebb;
  font-size: .9em;
}
.product-buy__unavailable-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.product-sales {
  margin-bottom: .7142857143rem;
}
.product-sales__item {
  width: 100%;
  border: 1px dashed #5280b2;
  background: #fff;
}
.product-sales__item + .product-sales__item {
  margin-top: 1.0714285714rem;
}
.product-sales__cell {
  display: block;
  padding: 2em 1.5em;
}
.product-sales__cell--accent {
  background: #f2f6f9;
}
.product-sales__title {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: .2em;
  color: #000;
}
.product-sales__link {
  text-decoration: none;
  color: #000;
}
.product-sales__link:hover {
  color: #ff8001;
  text-decoration: none;
}
.product-sales__desc {
  font-size: .9rem;
}
.product-sales__read-more {
  color: #487ebb;
  text-decoration: none;
}
.product-sales__read-more:hover {
  color: #ff8001;
  text-decoration: none;
}
.order-history {
  display: table;
  width: 100%;
}
.order-history__row {
  display: table-row;
}
.order-history__col {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px dashed #dfe4eb;
  padding: 10px;
}
.order-history__col--header {
  border-bottom: 1px solid #dfe4eb;
  font-weight: 700;
}
.order-history__link {
  color: #487ebb;
  text-decoration: none;
}
.order-history__link:hover {
  color: #ff8001;
  text-decoration: none;
}
.discount-info {
  font-size: 1rem;
}
.discount-info__list {
  display: table;
  width: 100%;
}
.discount-info__row {
  display: table-row;
}
.discount-info__col {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px dashed #dfe4eb;
  padding: 5px;
}
.discount-info__col--title {
  position: relative;
}
.discount-info__col--value {
  text-align: right;
}
.discount-info__note {
  font-size: .86em;
  color: #E89B88;
}
.discount-info__message {
  margin-top: 20px;
}
.discount-table {
  display: table;
  width: 100%;
}
.discount-table__row {
  display: table-row;
}
.discount-table__row--header .discount-table__item:after {
  content: '';
  display: block;
  height: 1px;
  border-top: 1px dashed #dfe4eb;
  padding-bottom: 5px;
}
.discount-table__item {
  display: table-cell;
  vertical-align: top;
  padding: 2px 4px;
}
.compare__product {
  height: 140px;
  overflow: hidden;
  padding: 0 10px;
}
.compare__params {
  font-size: .9rem;
  color: #000;
}
.compare__params-item {
  padding: 2px 10px;
  height: 40px;
  overflow: hidden;
}
.compare__params-item:nth-child(odd) {
  background: #f8f9fa;
  border-right: 0;
  border-left: 0;
}
.compare__params-value {
  display: table;
  width: 100%;
  height: 100%;
}
.compare__params-value:before {
  content: "";
  width: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.compare__params-text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.compare__delete {
  padding-top: 3px;
}
.compare__delete-link {
  font-size: .9em;
  color: #9aa1ab;
  text-decoration: underline;
}
.compare__delete-link:hover {
  text-decoration: none;
}
.gallery-album__title-link {
  color: #487ebb;
  text-decoration: none;
}
.gallery-album__title-link:hover {
  color: #ff8001;
  text-decoration: none;
}
.gallery-image__link {
  display: block;
  position: relative;
}
.gallery-image__img,
.gallery-image__link:hover .gallery-image__zoom {
  display: block;
}
.gallery-image__zoom {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30,39,47,0.5);
  color: #FFF;
}
.gallery-image__zoom-outer {
  display: table;
  height: 100%;
  width: 100%;
}
.gallery-image__zoom-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gallery-image__zoom-ico {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
.gallery-image__desc {
  margin-bottom: 5px;
  font-size: .9rem;
}
.gallery-menu {
  font-size: 1rem;
  font-size: .9rem;
  text-transform: uppercase;
}
.gallery-menu__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 10px;
}
.gallery-menu__item:first-child {
  margin-left: 0;
}
.gallery-menu__link {
  color: #487ebb;
  text-decoration: none;
}
.gallery-menu__link:hover {
  color: #ff8001;
  text-decoration: none;
}
.countdown-post {
  display: table;
  color: #000;
}
.countdown-post__header {
  background: #5280b2;
  border: 1px solid #5280b2;
  padding: .3571428571rem .7142857143rem;
}
.countdown-post__footer {
  margin-top: .7142857143rem;
}
.countdown-post__title {
  font-size: .8571428571rem;
  color: #fff;
}
.countdown-post__content {
  text-align: center;
  background: #f2f6f9;
  border: 2px dashed #5280b2;
  border-top: 0;
  padding: .7142857143rem .2857142857rem;
}
.countdown-post__cell,
.countdown-product__time {
  display: inline-block;
  background: #FFF;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.countdown-post__cell {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: .0714285714rem;
  border: 1px solid #dfe4eb;
}
.countdown-post__number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 2.5rem;
  line-height: 1;
}
.countdown-post__marker {
  font-size: 1rem;
}
.countdown-post__icon {
  display: inline-block;
  vertical-align: middle;
  color: #5280b2;
  width: 1rem;
  height: 1rem;
}
.countdown-post__basement {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}
.countdown-product {
  text-align: center;
}
.countdown-product__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin-right: 1em;
  padding: 1em 0;
  color: #487ebb;
}
.countdown-product__title:after {
  content: ":";
}
.countdown-product__time {
  width: 100%;
  font-size: 2.5714285714rem;
  padding: .5em 1.2em;
  color: #000;
  border: 1px solid #dfe4eb;
}
.countdown-product__time-row {
  display: inline-table;
  white-space: nowrap;
  word-wrap: normal;
  overflow-wrap: normal;
}
.countdown-product__item {
  display: table-cell;
}
.countdown-product__item:not(:last-child)::after {
  content: ':';
}
.countdown-product__item--no-marker::after {
  content: "" !important;
}
.countdown-product__item--small {
  font-size: .4em;
}
.sales-post {
  width: 100%;
}
.sales-post__global-link {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000;
}
.sales-post__photo {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe4eb;
}
.sales-post__img {
  display: block;
  width: 100%;
  max-height: 100%;
}
.sales-post__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 121px;
  height: 27px;
  line-height: 27px;
  font-size: .7857142857rem;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background: #FF2C2C;
  -webkit-transform: rotate(-45deg) translate(-33px,-5px);
  -ms-transform: rotate(-45deg) translate(-33px,-5px);
  transform: rotate(-45deg) translate(-33px,-5px);
}
.sales-post__content {
  width: 100%;
  display: table;
  border: 1px solid #dfe4eb;
  border-top: 0;
}
.sales-post__cell {
  display: table-cell;
  padding: .5714285714rem;
}
.sales-post__cell:not(:first-child) {
  border-left: 1px solid #dfe4eb;
}
.sales-post__cell--ta-center {
  text-align: center;
}
.sales-post__cell--w70 {
  width: 5rem;
}
.sales-post__headline {
  margin-bottom: .2142857143rem;
  text-align: left;
  color: #9aa1ab;
  font-size: .8571428571rem;
}
.sales-post__headline > * {
  vertical-align: middle;
}
.sales-post__icon {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.sales-post__title {
  color: #487ebb;
}
.sales-post:hover .sales-post__title {
  color: #ff8001;
}
.sales-post__days {
  font-weight: 700;
}
.sales-post__days--big {
  font-size: 2.5rem;
  line-height: 1;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.form-horizontal .control-label {
  line-height: 25px;
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tcon-spin360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tcon-spin360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateIcon {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateIcon {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wizard {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.wizard.wizard-tabbed {
  background: #fbfbfb;
}
.wizard.wizard-tabbed ul li {
  padding: 0 30px;
  background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li .chevron {
  display: none;
}
.wizard.wizard-tabbed ul li .chevron:before {
  display: none;
}
.wizard.wizard-tabbed ul li.complete {
  background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li.active {
  background: #ffffff;
}
.wizard.wizard-wired {
  padding-top: 10px;
  display: block;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wizard.wizard-wired ul {
  display: table;
  width: 100%;
  position: relative;
}
.wizard.wizard-wired ul li {
  display: table-cell;
  text-align: center;
  background-color: #ffffff;
  width: 20%;
  padding: 0;
  margin: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.wizard.wizard-wired ul li .chevron {
  display: none;
}
.wizard.wizard-wired ul li .chevron:before {
  display: none;
}
.wizard.wizard-wired ul li.complete {
  background-color: #ffffff;
}
.wizard.wizard-wired ul li.complete .step:before {
  font-size: 22px;
  line-height: 36px;
}
.wizard.wizard-wired ul li.complete:hover {
  background-color: #ffffff;
}
.wizard.wizard-wired ul li.active {
  background-color: #ffffff;
}
.wizard.wizard-wired ul li .step {
  border-width: 2px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 15px;
  z-index: 2;
  background-color: #ffffff;
}
.wizard.wizard-wired ul li .title {
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wizard.wizard-wired ul li:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px !important;
  font-size: 0;
  overflow: hidden;
  background-color: #e5e5e5;
  position: relative !important;
  top: 25px;
  z-index: 1 !important;
}
.wizard.wizard-wired ul li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.wizard.wizard-wired ul li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 4000px;
}
.wizard ul.previous-disabled li.complete {
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
  background: #f3f3f3;
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f3f3;
}
.wizard ul li {
  margin: 0;
  padding: 0 20px 0 30px;
  line-height: 46px;
  position: relative;
  background: #f5f5f5;
  color: #d0d0d0;
  font-size: 16px;
  cursor: default;
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
}
.wizard ul li .step {
  border: 2px solid #e5e5e5;
  color: #cccccc;
  font-size: 13px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}
.wizard ul li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.wizard ul li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #f5f5f5;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
}
.wizard ul li.complete {
  background: #f5f5f5;
  color: #444444;
}
.wizard ul li.complete:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  background-color: #cf142b;
  z-index: 10000;
}
.wizard ul li.complete:hover {
  background: #eeeeee;
}
.wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #eeeeee;
}
.wizard ul li.complete .chevron:before {
  border-left: 14px solid #f5f5f5;
}
.wizard ul li.complete .step {
  color: #cf142b;
  border-color: #cf142b;
}
.wizard ul li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12px' fill='%233cb929' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-color: #ffffff;
  z-index: 3;
  font-size: 12px;
  color: #cf142b;
}
.wizard ul li.active {
  background: #ffffff;
  color: #262626;
}
.wizard ul li.active .step {
  border-color: #f1393c;
  color: #f1393c;
}
.wizard ul li.active:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  background-color: #f1393c;
  z-index: 10000;
}
.wizard ul li.active .chevron:before {
  border-left: 14px solid #ffffff;
}
.wizard ul li .badge {
  margin-right: 8px;
}
.wizard ul li:first-child {
  -webkit-border-radius: 2px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 0;
  background-clip: padding-box;
  padding-left: 20px;
}
.pagination {
  margin-left: 5px !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  margin-right: 5px;
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #999 !important;
  border: none !important;
  color: #fff;
  float: none !important;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  border-radius: 17px;
}
.pagination > li {
  margin-right: 5px;
}
.pagination > li > span > i {
  color: #de0000;
  background-color: #fff !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  background-color: #fff !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  background-color: #fff !important;
}
.pagination > li > span > i:hover {
  background-color: #fff !important;
}
.pagination > li > a:hover {
  background-color: #de0000;
  color: #fff;
}
.pagination li span.current {
  background-color: #de0000 !important;
  border: none !important;
  color: #fff;
  float: none !important;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  border-radius: 17px;
}
h1.item_title {
  color: #000;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 9px !important;
}
h2,
.h2 {
  color: #000;
}
h2,
.h2 {
  font-size: 25px;
}
h2,
.h2 {
  padding-top: 18px;
  margin-bottom: 9px;
}
.redSup {
  color: #f1393c;
}
.autocomplete-suggestions {
  border: 1px solid #f2f2f2;
  background: #FFF;
  overflow: auto;
  width: 100% !important;
  top: 47px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10pt;
  font-weight: 300;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #f1393c;
}
#items-info {
  margin: 0;
  padding: 5px;
  list-style: none;
  background-color: white;
  position: absolute;
  right: 5px;
  bottom: 45px;
  background: url("/images/cart-info.png") repeat-x 0 100%;
  display: none;
  border: 1px solid #6d6d6d;
  border-radius: 5px;
}
.cart-informer-wrapper #items-info {
  top: 105%;
  bottom: auto;
  z-index: 100;
  background-color: #fff;
}
#items-info li {
  overflow: hidden;
  font-size: 11px;
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px dotted #000;
}
#items-info li:first-child {
  margin-top: 0;
  display: block;
  padding-top: 0;
  border-top: 0;
}
#items-info li img {
  float: left;
  width: 50px;
}
#items-info li .holder {
  float: left;
  margin-left: 5px;
  color: #000;
  font-size: 12px;
  width: 95px;
}
#items-info li strong {
  color: #cc0000;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
#items-info li p {
  margin: 0 0 3px;
}
.autocomplete-suggestion .preview a {
  text-decoration: none !important;
}
.autocomplete-suggestion .preview img {
  margin-right: 10px;
  float: left;
  border: solid 1px #CCC;
  width: 80px;
}
.autocomplete-suggestion .preview .price {
  color: #0A263D;
}
.product-cut.hot:hover:before {
  border-top: 1px solid #feda0f;
  border-left: 1px solid #feda0f;
  border-right: 1px solid #feda0f;
  box-shadow: 2px 3px 5px rgba(254,218,15,0.2);
}
.product-cut.hot .product-cut__extra-info {
  border-left: 1px solid #feda0f;
  border-right: 1px solid #feda0f;
  border-bottom: 1px solid #feda0f;
  box-shadow: 2px 3px 5px rgba(254,218,15,0.2);
}
.product-photo__item .hot-title {
  position: absolute;
  background: #feda0f;
  border-color: #feda0f;
  padding: 5px 10px;
  left: 0;
  top: 20px;
  z-index: 99;
  color: #000;
}
.form-control.input_error,
.form-control.error {
  border: 1px solid #cc0000;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.input_error:focus,
.form-control.error:focus {
  box-shadow: inset 0 1px 1px rgba(204,0,0,0.075), 0 0 8px rgba(255,153,102,0.6);
}
label.error {
  display: none !important;
}
.main_menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_menu >li {
  list-style-type: none;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.main_menu >li >a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0px;
  text-decoration: none;
  color: #141414;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_menu >li:hover >a {
  z-index: 200;
  color: #cf142b;
}
.main_menu > li:hover .sub_block {
  display: block;
}
.main_menu > li:hover .sub_block_child {
  display: none;
}
.main_menu > li.highlighted {
  background: #525252;
}
.main_menu .sub_block {
  position: absolute;
  z-index: 5000;
  top: 100%;
  left: -1px;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  display: none;
  background: #fff;
  width: auto;
}
.sub_menu-list > li {
  white-space: normal;
}
.main_menu .sub_block_child {
  left: 100%;
  margin-left: -1px;
  top: -10px;
}
.main_menu .sub_block .big_link {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  background-size: cover;
}
.main_menu .sub_block .big_link span {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  position: absolute;
  width: 100%;
  height: 30px;
  text-align: center;
  text-transform: none;
  color: #fff;
  background: rgba(0,0,0,0.7);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.main_menu .sub_block a {
  text-decoration: none;
}
.main_menu .sub_block a:hover {
  text-decoration: none;
}
.main_menu .sub_block .sub_categories {
  margin-bottom: 14px;
  font-size: 13px;
  text-decoration: underline;
}
.main_menu .sub_block .sub_categories td,
.main_menu .sub_block .sub_categories th {
  line-height: normal;
  text-align: left;
  vertical-align: top;
}
.main_menu .sub_block .sub_categories td:last-child a,
.main_menu .sub_block .sub_categories th:last-child a {
  padding-left: 30px;
}
.main_menu .sub_block .sub_categories th {
  font-size: 16px;
  font-weight: normal;
  height: 34px;
  padding-bottom: 16px;
  color: #000;
}
.main_menu .sub_block .sub_categories th a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_menu .sub_block .sub_categories td {
  height: 23px;
}
.main_menu .sub_block.sub_block_3 {
  width: 330px;
  padding: 19px 26px 8px;
}
.main_menu .sub_block.sub_block_4 {
  width: auto;
}
.main_menu .sub_block.sub_block_4 img {
  max-width: initial;
}
.main_menu .sub_block.sub_block_4 th span {
  display: block;
  margin: 14px 0;
}
.main_menu .sub_block.sub_block_4 th:last-child a {
  padding-left: 20px;
}
.main_menu .sub_block.sub_block_4 .general {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
  display: inline-block;
}
.main_menu .sub_block.sub_block_2 .big_link {
  height: 32px;
  color: #fff;
  background: #d11c21;
}
.main_menu .sub_block.sub_block_2 .big_link span {
  background: transparent;
}
.main_menu .sub_block.sub_block_2 .sub_categories {
  font-size: 16px;
  text-align: left;
  white-space: normal;
  color: #000;
}
.main_menu .sub_block.sub_block_2 td {
  padding-bottom: 18px;
}
.main_menu .sub_block.sub_block_2 td a {
  display: block;
}
.main_menu .sub_block .sub_list {
  white-space: normal;
}
.main_menu .sub_block .sub_list li {
  font-size: 16px;
  display: inline-block;
  float: left;
  text-align: left;
}
.main_menu .sub_block .sub_list li:nth-child(2n) {
  float: right;
}
.main_menu .sub_block .sub_list li img {
  display: block;
}
.main_menu .sub_block .sub_list li a {
  display: inline-block;
  color: #000;
}
.main_menu .sub_menu-list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main_menu .sub_menu-list.large {
  width: 300px;
  float: left;
}
.main_menu .sub_menu-list-item {
  position: relative;
  line-height: 17px;
  float: left;
  clear: left;
}
.main_menu .sub_menu-list-item:hover > a {
  background-color: #e3e3e3;
  text-decoration: none;
}
.main_menu .sub_menu-list_child li:hover > a {
  text-decoration: none;
}
.main_menu .sub_menu-list-item:hover .sub_block_child + a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 6px solid white;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: -1px;
  top: 50%;
  margin-top: -6px;
  z-index: 201;
}
.main_menu .sub_menu-list a {
  display: block;
  padding: 10px 21px;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  position: relative;
  color: #737373;
  white-space: nowrap;
}
.inner_menu-border {
  border-bottom: 1px solid #cccccc;
}
.inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
}
.inner_menu {
  text-transform: none;
  color: #000;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  position: relative;
  display: inline-block;
}
.inner_menu li {
  display: inline-block;
}
.inner_menu a {
  text-decoration: none;
  display: inline-block;
  padding: 12px 19px;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.properties li {
  color: #000;
  line-height: 22px;
}
.properties li span {
  color: #666;
}
.advantages-list {
  padding: 0;
  list-style: none;
  margin-top: 3px;
}
.advantages-list__item {
  color: #cf142b;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px;
  min-height: 33px;
}
.advantages-list__item.red {
  color: #de0000;
}
.advantages-list__item.grey {
  color: #818181;
}
span.grey {
  color: #818181;
  display: block;
}
span.green {
  color: #cf142b;
  display: block;
}
.advantages-list__item_delivery::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlGNjg4MUIyNEU4NjExRTZCODNEQUMzMzRCMDRGNkJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlGNjg4MUIzNEU4NjExRTZCODNEQUMzMzRCMDRGNkJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUY2ODgxQjA0RTg2MTFFNkI4M0RBQzMzNEIwNEY2QkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2ODgxQjE0RTg2MTFFNkI4M0RBQzMzNEIwNEY2QkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IcHcXAAADHUlEQVR42mLccW9L0PGnh5wZGRkZGP7/Z/jPgAqAogix//8ZWZjZfkVrJUxXFFC5yUACYMnZlbSWAcV4mNHIVqCK/fzznavZrjeNJIvYmdl+/Pz7kwNiCAOSgcgW/Eex7P6Hu2r7H+7y+ff/H/Pvf39YgKHxX4lf+ZaqkMYVXBYxGsxT+vT19xdeSMigS/9H8icjxBpGmLr/UDGEw5psO7MigcGKzSKm/6B4+Q/S/B+bO8AQYeV/JMcwMkRpJ0zbHLLfYEPwHiNVQfVr9YfLpz38eF8Fq0WYcfMfxTf/4XLINARoCetc0BDWvqgtont+VcBWS5DvkraF7cRj0X9wkEAMYoT7BVsQIoPPvz/zwdg8bLyfuh2nxD/69FBpytnuesw4mqv06Qs4jv6jpS70uGJEs5SRQYBD4K0wh8hrYKJgYmJk+sfPwf/h3IuzFiA1SsDkryaofjXLuLhZE+hzJIsQhoLyFCjOEJEN9SMjcoKBqWPAkg0QbF42vo8n46+JMf2HBxsifmAJ4z9avCASDMSHyAkD5hBkR4GD99dn/g8/3gszgeMCQwNq/MD4EPo/loQDcwiSX/5DWKxMrL/YWTi+MyHch9CMntLhPvyPmgKREwyy2/4jOxIImRmZ/zKhpG4skc8IT4noPvgPz8CowYpsMSPDr38/2dK3x2xm+vH3Bweyt/1VQ5Yu99tkF6AWsoQBOSkwMqIleXQLGBk0hDUvLfHb4FBv054LVPsPpubk82P2jCozROFOYWJk/ncz7TkzjK8xW+r3339/WTCTOLbS/T/DjrAjWsqCatdBvLANnsfPvwQldYgjWZb6rncE2fjgw131TXfWR265sy7SRyVoOYj+B7QE6LPFcnwKd0HB/R9bKAMT3++/v9lmnJ9YNe/SjKJW+77UZ5+fyF96fcFME1hquCl6rzcQNznOiBy2kRt9D595ccoGll/MJS0PgoKCmGqg52RL+8wLkytgfE4Wjm9HYy9LgfIR2D3okTj/0ozCcy9PW5lImB+J102bSEqds+v+1qAtd9ZHSPBIPck2KmzhZxd8B5MDCDAAT7lfkC2dVBgAAAAASUVORK5CYII=) no-repeat left top;
}
.advantages-list__item_nodelivery::before {
  background: url('/images/nodelivery.png') no-repeat left top;
}
.advantages-list__item_samovyvoz::before {
  background: url('/images/samovyvoz.png') no-repeat left top;
}
.advantages-list__item_garant {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAhCAYAAADH97ugAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE4MDIyRUYwNEU4NjExRTZCOTE0RTY3QjMxQzE1NkMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE4MDIyRUYxNEU4NjExRTZCOTE0RTY3QjMxQzE1NkMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTgwMjJFRUU0RTg2MTFFNkI5MTRFNjdCMzFDMTU2QzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTgwMjJFRUY0RTg2MTFFNkI5MTRFNjdCMzFDMTU2QzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7TIXdbAAAGBUlEQVR42oxXC0xTVxi+t4VCaUFR3g+RSDVzMkHloQ6fYCI6UzQhsqjRiU63+YrbHBPFGeM2RUfQTRQmKigK4iObM1OZoAJDKA+hPIyxCO0otgq1QlugnJ3Ty+19tYTbtOfec/77/f9/vv9xigEAsLF+ZV1V89fdlpYuzA9/daHx3M5B84DjWN/F0Y+9q1L1eElha/6W/sE+sbZf4/1MUx+BYUget6z7iHxUEvdpchdH0fvg8SFteyP3f28Py8HeAgLf8OeaEmoGgZNGEcrUfV3+6j61P/k8wXmiZtNH236xhcezp2jn/eRC0nIKHMP4OH+YB79M5cR4tPLgyec9bR+OSVGztjF83R/SsrLOkuUkuIuDqG9r2FfHCqV/zZMndzo1b1EKihPuRm0P33XUVeCmo78vvb60Nq8pZwcbl8FRXXfN3MRbKyroAtF+8x9mxuUkujtP0BJ+AfQOzsN5Fq/eD+jd9pR8XlDa8SAex3GMhPt0+oasH2KOb7fpUcNrWRRmpRpgMzxCa/M+ubEEKSluu7px9Y1l1R+c8xucnu0/IC2Orb3WmrdVLHB9l738yoo5PlFPKJsB9lhZuszu1jk7CPstNqMFyENO/NXlaP5IRWrGd6W7chs19XPMwMw3g2G+XPssPLVs79nUR3uzkUxOfEG8E19gIrkTwUi0q6hJ0xBBWrRKsvryRKHH63JlWdzFxnO7cHpcWKMPx6615Cffb78rFTmK9Wumrc0lJV7p2qcYhgwuHEVKfUdwUcvlzeRz3OT4W2g8U5dhyQ1iW3Dal7qyagkZ4h3CCMNQv+i32pOpHEU//3vo+DAkmrQ0yC34BbpT9L6YZivMyZBGvwodksGw4PGSVoYBdZkpbwxaL0bCBroGKehCRrNRiEYnvpORAsc43iBGnflCA+FFn4ie2G4w9AUjvFk92hOZst9T6NFNPiPi0RgTuPhv9DJuJQkwvELzcwMWPCCiti4Sx6gtPhxzbBuZZ1ZFjjzBQNL0jVkk2PVWgq/dESkHCI4AyyNCIZr+NurAPjRT1Ho5GYwY4eHiqV4RknDVZtR5unh1kdY0a5vC77y4uRblUKH0zjy4pqaUEDLjnNzfXlp5PdZb5Kt6+OreSpm6aj4p4yvyU9otqsMwP+iU74YZ7yv275zlE1lesb7J9xIsLY2aughUGUI9Z8rWz9iSiSqEXNMw+4t7m27S+es19UxgkknrGSp956TEm/HlU896m0OyvEBIlidAY079r1/b6zMXG7N3SCyylHzY78HvilryN4/aj1CSzbkwtWfAbBLQLfSGvWdBwKJ7qO/AEAAK3UtJuao0TqVXBTHDHsMuriyOnecfUzJqP8qXn/8Sdk4Bk3Qc64Z9p6itYBO3N+EYO/zru2ui2Yo4Hs08H6zvH+wXk0qIiowSEx+Bo+bYxqAMQNN8nsPQs88UYoG19rGiDlVoSglhHQkIaB5wuz9u5RvdmYeHHAqaL2y369HiK7MVKr1yMpnxFAzO3JwRy4mRqZXsSR6wIFdukHtzPKpQPYpVQiWA2ghaZ6Lf0ZVgjLyithTDtLDGPYBVnaPodE16Gp1UwCIbsIgn8ICNOQohs+bYIYai529bQqvVVR+zyWUQTQaCFZi6J+og99jW8kY+s75bFm1VdEqWfhC3Qa6tVucn9u+AxyotXYwbHMDK1ykZ4RWu6ev2mZsX2sUVZPYgMiD+SXo6paqrYmFK6e7z2JgugJUkPQ3hoYbHzmx2O7CQDD8BrgHtgW5BLxOmJl7i4fgwtY7ZaCFUWP1UmZbONy7qzTWZTc4kIDXinKz/JvrgvhmwmMJCCt6ZdO71r4n95241vd3DE+171SRcDg+MnTrFFHQCQt3UyUFo+E/fGYQqNx3AFR6rajY+d6ef52blSnqBpf1TEZqxNCsJeW2ENdMAu7RpyCj0cw1st3v6z204s0dy1gtIRqryKdnxNLbMjxVp6VTV9gSnZSdS7eGN+lcj6faqRySIztQ7nr0Ot29cyEiLSCiOqx4Na1RFOmOP+4L8sI7DT1Iy7cmcqDpyFP1fQtE7Gtb/AgwAUmrOMm5hhjAAAAAASUVORK5CYII=) no-repeat left top;
}
.advantages-list__item_pay {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJBODRCQjExNEU4NjExRTY5OTk4OTY5QUMyN0M1RjdGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJBODRCQjEyNEU4NjExRTY5OTk4OTY5QUMyN0M1RjdGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkE4NEJCMEY0RTg2MTFFNjk5OTg5NjlBQzI3QzVGN0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkE4NEJCMTA0RTg2MTFFNjk5OTg5NjlBQzI3QzVGN0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7sNVmDAAAFCUlEQVR42mL4//8/Aym4YE/acvOFmi9bj9X2k6qXEUTgAn2nWtuuvbliYCPrsEuWV/7e8msLMw4+3usJkWVkCFANWeIk77b50uvzpudenLK2krbbm29aUYvLPJyWHX962DluS/AekKFwxUAMdCMSDwYQYttCD+qqCmlcwWYmEy5XzL4wuQxmPMxAhJEQixgZGdAs/s8w8UxnI1E+O/x4n8e5l2csb7y9YrDnwU4/ZFczAk2GKQVZAmEjhwrCYeaSVofk+BVvm0laHgpQC1uEYRnIoqRtEdtRNSJoWBCKcom/0BDWunj73Q2dF19fSKMGJSMKG8Sb57XCw0bWcSdKMF55c8kI5gNGDAMQQWgr47BzntdKj1CNmLm4fIYI9v8MT788kYOJsMAYphIWh8FK/v/HohnCFuYQfu0k774ZJOKp7Lfq/Y+3wkee7Hd/9Omh0r///5lQEwtEn66owRmMBLLt3sYwiKGMWFOap5LP2n1RZ5TcgTSIryqofrXepiNnW9hhbVYm1l9oSQFuxpyLU0vhoh9/vBesOJA3f/eDnf4MGMkawpfkkX58KPo8ODg+/fwguP/hbh9mJuY/drJOO159eynpucruKqqPEGaASHVhzUsTnGdFsFQcyJ8HsQg5xaFa6izvvglmRMORiqmb76yLBLG5WXk+c7Nyf0HOEOhWguLtxtvreo1HK6cw/WMAhfV/iDBGcoaA73++ccPY0dpJ0yDxwMjw9fcX3lffXknC9KMGPao5SvxKtxjffHst5rPG4eKbb68kcJUKPEAf7I44ribCJfYCqYRxWnh5VsHehzt9UfUxYGQbOT65e1tDD+swCXOKvPJS8l2DqQERb1+APgha53761PNj9jBZS2nbfTM8FvuVWdSXoToOOb9BgtZYwvwoBwvHd3BqPPP8pA220EYGz78+lYnZHHggdVvktj0PdvjDxFP1s7tNJc0PY1qEKOIOA7MHKOSY+b3YWrff3xyKnK8YMbIAI1z0wad7qlvvboh4/Om+ipui93qQ7Lff37gPPt7nhV6CwMwEyT8E6mO6+OqcGWpGZoRaiYhkUJx5K/uv5GMXeAcz4MPPD0KoCeg/UuHMiJG5v/7+yst4591NzZzdSWvvvL+liUj+/1GyQZhGzJxW+77Ub3++c10BOg4kaiZlfQBmlMsK89sPP95XwVqmMkJKpy7HKXFMyoJq17eHHdHyUwleBvbVf4hLECU8I8Pf/39YQWwuFs5vIEtgFr39/kYsY0fspocfH6ggqh1GpOz8n8FHOXD5Ur+NdtK8sg/gpf6Dj3fV3FZY3fyP5n1YdSIFLEVALkwxyO7SENa+uOHW6ti6w6XTkfMgeskD4s/HVuqDqv//GJoY4D589uWJ7MY7a6KOPT3oAk7BL07Yfv/znRs1If3HqGpA6jBKfWFO4dfY61fULLDi2uK08y/PWlwEYsx8+R8tBQMLbCHNK1hr6tU3liYffXLQ9cnnR4oXwQmBEUuJgDCYEZ5yYbU3hAeqoXVE9c/qihmeBsUZwQZPwZ7UldvubQoDmfYfI7OiVqnITQZdUf0z64J2mZLU4Ckyq676/x+5joblof/I1kB89x9RVIFKFFxmMjc0NGCV4GcXeP/n3y/2L78/89vLOW+P1UmewsXC9fXWu+u6MDWG4sYnSyxqy/XEDM8AswebnYzTzjTD3E6cDVFSW7UtR6snmC1Qf520LXwHqXoBAgwAfvPaNOmxKX0AAAAASUVORK5CYII=) no-repeat left top;
}
img.mfp-img {
  padding: 0 !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  padding-right: 20px !important;
}
.mfp-counter {
  right: 20px !important;
}
.mfp-bg {
  background: #fff !important;
}
.bx-wrapper .bx-viewport {
  max-height: 780px;
}
.bx-wrapper img {
  max-height: 770px;
}
.bx-wrapper img,
.product-slider li a {
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}
.product-slider li::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
ul.product-slider,
.product-slider li {
  height: 100%;
  text-align: center;
}
.mfp-close {
  font-size: 0;
  top: 14px;
  right: 14px;
  opacity: 1;
}
.mfp-close {
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 23px;
  text-align: center;
  text-decoration: none;
  color: white;
  border: none;
  background: url('/images/close_icons.png') -5px -38px no-repeat;
  filter: alpha(opacity=65);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-close:hover {
  background-position: -5px -5px;
}
p.small {
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  margin-top: 10px;
}
.color-blocks {
  margin-bottom: 20px;
}
img.color-item {
  transition: all 0.3s ease-in-out;
}
.color-item-block {
  position: relative;
}
.redstyle {
  font-weight: bold;
  color: #de0000;
}
#search-button {
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  order: 1;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #888;
  border-left: 1px solid #888;
}
#search-button:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  font-size: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#search-form {
  display: none;
  width: 100%;
  height: 70px;
  background: #fff;
  position: absolute;
  top: 100%;
  padding: 10px 10px 15px 10px;
  left: 0;
  box-shadow: 0 10px 32px 1px #ccc;
  z-index: 11000;
}
.page__headline .icon-bar {
  background-color: #000 !important;
  float: none;
  height: 3px;
}
.slideout-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.description-group {
  margin-bottom: 10px;
  position: relative;
}
.description-group .show_all {
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 18px;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
}
.description-group .show_all.active {
  display: block;
}
.description-group .desct_text {
  max-height: 150px;
  overflow: hidden;
  text-align: justify;
  padding-bottom: 10px;
}
.description-group .desct_text.more_heigh {
  max-height: 200px;
}
.description-group .desct_text.open {
  max-height: inherit;
}
.shop_cart td > a {
  font-size: 16px;
}
.shop_cart h4 {
  font-weight: bold;
}
.shop_cart ul li {
  margin: 5px;
}
.product-cut__title > span {
  font-weight: bold;
  display: block;
}
.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}
.cart-price__main-cur {
  padding-left: 5px;
}
.news_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.group_tags {
  margin-bottom: 20px;
}
.group_tags a {
  margin-right: 10px;
}
.lifting-price {
  padding-top: 7px;
  font-size: 14px;
}
.elevator-price {
  padding-top: 7px;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-center {
  text-align: center;
}
.red {
  color: #de0000;
}
.load-more-items {
  margin-bottom: 20px;
}
.product-cut__photo {
  min-height: 180px;
  position: relative;
}
.form-control {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 0;
  padding: 12px 15px;
  border: 1px solid #c5c9cb;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  display: inline-block;
}
#delivery tr td,
#payment tr td {
  padding: 20px 10px;
  vertical-align: middle;
}
.checkbox,
.radio {
  display: none;
}
.checkbox-custom,
.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  position: relative;
  margin-right: 5px;
}
.checkbox-custom,
.radio-custom {
  display: inline-block;
  vertical-align: middle;
}
.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #de0000;
  border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
  border-radius: 50%;
}
.checkbox-custom,
.checkbox:checked + .checkbox-custom::before {
  border-radius: 50%;
}
.actions .btn {
  line-height: 25px;
  font-weight: bold;
  padding: 10px 40px;
}
.input-group-btn .btn {
  line-height: 25px;
  padding: 10px 20px;
}
label {
  padding-right: 8px;
}
.mfp-image-holder {
  background: #fff;
}
#for_in_rest,
#for_in_fast {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
#for_in_rest .begun-slide,
#for_in_fast .begun-slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #858585;
  border-radius: 12px;
  -webkit-transition: .4s;
  transition: .4s;
  width: 46px;
  height: 22px;
}
#for_in_rest .begun-slide:before,
#for_in_fast .begun-slide:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}
#for_in_rest input:checked + .begun-slide,
#for_in_fast input:checked + .begun-slide {
  background-color: #de0000;
}
#for_in_rest input:checked + .begun-slide:before,
#for_in_fast input:checked + .begun-slide:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.new-view-checkbox {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
.new-view-checkbox .begun-slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #858585;
  border-radius: 12px;
  -webkit-transition: .4s;
  transition: .4s;
  width: 46px;
  height: 22px;
}
.new-view-checkbox .begun-slide:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}
.new-view-checkbox input:checked + .begun-slide {
  background-color: #de0000;
}
.new-view-checkbox input:checked + .begun-slide:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.id_item {
  margin-bottom: 10px;
  margin-top: 10px;
  color: red;
}
.item_rest.no-item {
  font-size: 20px;
}
.desc ul {
  margin-left: 30px;
  list-style: circle;
  margin-bottom: 15px;
}
.product-intro__actions .green {
  color: #cf142b;
}
.product-intro__actions .grey {
  color: #818181;
}
.product-intro__actions {
  margin: 0;
  list-style-type: none;
}
.product-intro__actions .warhouse-kolvo-block {
  border-bottom: 1px dotted #C2C2C2;
  position: relative;
  padding: 0;
  margin-bottom: 5px;
}
.product-intro__actions .warhouse-kolvo-block span {
  background-color: #FFF;
  margin: 0;
}
.product-intro__actions .warhouse-kolvo-block span.warhouse-name,
.product-intro__actions .warhouse-kolvo-block span.warhouse-kolvo {
  bottom: -5px;
}
.product-intro__actions div.warhouse-name-wrapper {
  width: 70%;
}
.product-intro__actions span.warhouse-name {
  position: relative;
  display: inline;
  padding-right: 2px;
}
.product-intro__actions span.warhouse-kolvo {
  position: absolute;
  right: 0;
  padding-left: 20px;
}
.warhouse-kolvo-block .warhouse-kolvo:before,
.warhouse-kolvo:before {
  content: '';
  width: 13px;
  height: 8px;
  background: url(/images/gal.png) no-repeat;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}
.mess-block {
  margin-inline: auto;
  margin-bottom: 20px;
}
.mess-block a {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  margin-left: 8px;
  border-radius: 8px;
  background-size: 28px;
}
.mess-block a:hover {
  background-size: 28px;
}
.mess-block img {
  width: 28px;
}
.site-info__aside.phone-ico {
  height: 50px;
  display: block;
  margin-top: 5px;
}
.site-info {
  margin: 0 auto;
}
.advantages-list__item.advantages-list__item_assembly {
  background: url(/images/sborka.png) no-repeat left top;
  background-size: 28px;
  padding-left: 35px;
  line-height: 18px;
}
.min-price {
  display: block;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  border-bottom: 1px dashed #737373;
  color: #737373 !important;
  width: 140px;
  margin: 0;
  margin-top: 12px;
}
.more-price-form {
  display: none;
  top: 50%;
  position: absolute;
  z-index: 301;
  left: 50%;
  margin-left: -250px;
  margin-top: -317px;
  background: #fff;
  box-shadow: #ccc 0px 0px 20px;
  overflow-y: auto;
}
.more-price-form .more-action-page {
  color: red;
}
.more-price-form .modal__header-title {
  font-size: 16px;
  text-align: center;
}
.more-price-form .form-control {
  padding: 5px 15px;
}
.overlay-new-form {
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 300;
  background: #00000085;
  display: none;
}
.close {
  position: absolute;
  top: 10px;
  right: 22px;
  color: #6F6F6D;
  cursor: pointer;
  font-size: 25px;
  text-decoration: none;
  border-bottom: 0px;
  z-index: 9999;
}
.header-line {
  padding: 5px 0 30px 0;
}
.header-line .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.portable-test-wrapper {
  background: #FFF;
  position: relative;
}
.header-line__logo {
  display: block;
  margin-right: 35px;
  max-height: 57px;
}
.header-line__title {
  font-size: 1rem;
  line-height: 1.33;
}
.main-progress {
  background: #F2F2F2;
  position: relative;
}
.main-progress__extender {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  background-color: #de0000;
  -webkit-transition: .3s;
  transition: .3s;
}
.main-progress__text {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  font-size: 1rem;
  text-align: center;
  display: none;
  color: black;
}
.main-progress__text_active {
  display: block;
}
.main-progress__title {
  display: none;
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px auto 30px;
}
.step__text {
  font-size: .8rem;
  margin-right: 15px;
}
.step__extender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.step__extender-item {
  width: 9px;
  height: 9px;
  border: 1px solid #de0000;
  border-radius: 50%;
  background: #FFF;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.step__extender-item_active {
  background: linear-gradient(-45deg,#de0000,#e85050) !important;
}
.step__extender:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #de0000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.bx-wrapper {
  height: 100%;
  min-height: 100%;
}
.bx-viewport {
  min-height: 100%;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
.step-slide {
  width: 100% !important;
  min-width: 250px;
  min-height: 100%;
  top: 0px;
}
.step-slide__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 36px;
  margin-bottom: 30px;
}
.step-slide__title-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border: 3px solid #de0000;
  border-radius: 50%;
  font-size: 1rem;
  margin-right: 15px;
}
.step-slide__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 35px;
}
.pick-item {
  display: block;
  cursor: pointer;
  width: 25%;
  margin: 0;
  padding: 10px;
}
.pick-item__img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}
#quiz_1 .bx-wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.pick-item__img img {
  display: inline-block;
}
.pick-item__label {
  position: relative;
  padding-left: 1.4em;
  margin-top: 10px;
  display: block;
}
.pick-item__label:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #de0000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-next-container {
  margin: 20px 0;
}
.btn-next-container,
.btn-prev-container {
  width: 30%;
  position: relative;
  float: left;
  margin-top: 30px;
}
.btn-next-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-next,
.bx-prev {
  display: inline-block;
  width: 100%;
  max-width: 285px;
  text-decoration: none;
}
.btn-next_active:hover {
  cursor: pointer;
}
.btn-next {
  margin: 0;
}
.bx-prev .btn-next {
  border-bottom: 3px solid #de0000 !important;
  background: linear-gradient(-45deg,#de0000,#e85050) !important;
  color: white !important;
}
.btn-next {
  display: block;
  width: 100%;
  padding: 19px 0;
  border-radius: 10px;
  border-bottom: 3px solid #c3c2c2;
  margin-left: 15px;
  font-size: 1.1rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  background: #d0d0d0;
  color: #FFFFFF;
}
.btn-next span {
  font-weight: inherit;
  position: relative;
  z-index: 2;
}
.btn-next_active {
  border-bottom: 3px solid #de0000 !important;
  background: linear-gradient(-45deg,#de0000,#e85050) !important;
  color: white !important;
}
.pick-item__input:checked + .pick-item__label:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #de0000;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.pick-item__input {
  display: none;
  width: 185px;
  height: 55px;
  border: 0px solid #d9d9d9;
  background-color: #efefef;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.4rem;
  margin-right: 10px;
}
.btn-next-container_active:before {
  content: none;
}
.step-slide__discount {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 40px;
  margin: 0px 0 33px 0px;
}
.last-step-form {
  width: 100%;
  padding-left: 15px;
}
.last-step-form__label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
input[type="tel"],
input[type="email"] {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom: 10px;
}
.last-step-form__button {
  display: block;
  width: 100%;
  max-width: 460px;
  padding: 25px 0;
  border-radius: 4px;
  border: 0;
  background: linear-gradient(-45deg,#de0000,#e85050) !important;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
}
.last-step-form__button span {
  font-weight: inherit;
  position: relative;
  z-index: 2;
}
.last-step-form__accept {
  font-size: .6rem;
  color: #4A4A4A;
}
.success-anket {
  display: none;
}
.after-submit__title {
  padding-top: 0px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.after-submit__descr {
  font-size: 1.1rem;
  text-align: center;
}
#hidden-content_1 .bx-wrapper .bx-next,
#hidden-content_1 .bx-wrapper .bx-prev {
  background: none;
}
#hidden-content_1 .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  left: 0px;
}
.big_button_new,
.big_button_new:active,
.big_button_new:visited {
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  transition: all .3s;
  animation-name: amima;
  animation-iteration-count: infinite;
  display: inline-block;
  margin: 15px auto;
  padding: 30px 50px;
  background: linear-gradient(-45deg,#3c763d,#cf142b);
  border-radius: 20px;
  border: 3px solid #3c763d;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-size: 1.3em;
  cursor: pointer;
  text-decoration: none !important;
  width: 530px;
}
.big_button_new:hover {
  text-decoration: none !important;
  color: white !important;
  opacity: 0.8;
}
.main-naim {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 23px;
  display: block;
  text-align: center;
}
.sub-naim {
  font-weight: 400;
  font-size: 11px;
  display: block;
  color: white;
}
.fancybox-content {
  padding: 22px !important;
}
.anket-button-block {
  width: 100%;
}
.pdf-shema a {
  text-decoration: none;
}
.pdf-shema img {
  height: 22px;
  display: inline-block;
}
.pdf-shema span {
  display: inline-block;
  position: relative;
  bottom: 7px;
  left: 5px;
  font-size: 14px;
  color: #cf142b;
}
.propertyInput .color-custom {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  float: left;
  cursor: pointer;
  border: 1px solid #818181;
}
.propertyInput .color-custom.no-photo {
  border: 1px solid #00000036;
}
.propertyInput .color-label {
  margin-bottom: 10px !important;
  margin-left: 10px;
  float: left;
  padding-right: 0px;
  position: relative;
}
.checkbox:checked + .color-custom {
  border: 2px solid #de0000;
}
.checkbox:checked + .color-custom:before {
  display: block;
  position: absolute;
  content: "✓";
  color: #fff;
  top: 10px;
  left: 15px;
}
.checkbox:checked + .color-custom.no-photo {
  border: 2px solid #de0000;
}
.shop_filter .propertyInput {
  max-height: none !important;
}
.form_add_color {
  width: 300px;
}
.form_add_color .form-control {
  padding: 5px;
  width: 300px;
  float: right;
}
.form_add_color .form-block:after {
  clear: both;
  display: block;
  content: '';
}
.form_add_color p {
  font-size: 20px;
  margin-top: 30px;
}
.legend {
  color: red;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form_add_color .form-block {
  margin-top: 10px;
}
.form_add_color .form-block label {
  margin-bottom: 10px;
}
.form_add_color input[type="submit"] {
  outline: 0 !important;
  background: #cf142b;
  text-transform: uppercase;
  color: white;
  width: 300px;
  padding: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.marking_item.dn {
  display: none;
}
.product-buy__buttons .nalichie {
  font-size: 12px;
  color: green;
  text-align: right;
}
.modifications-list-item-text.modifications-compl {
  text-align: left;
  position: relative;
}
.modifications-list-item-text.modifications-compl .rest_compl {
  position: absolute;
  right: 0;
  background: white;
  padding-left: 5px;
  padding-right: 5px;
}
.modifications-list-item-text.modifications-compl .mod-info {
  background: white;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  width: 100%;
}
.mod-cnt {
  background: white;
  display: inline-block;
  float: right;
  margin: 0 0 0 5px;
}
.mod-info {
  overflow: hidden;
  position: relative;
  display: block;
}
.prod_group {
  margin-bottom: 34px;
}
.zpa {
  font-size: 15px;
  color: #000000;
  float: left;
  display: table;
  width: 100%;
  font-weight: bold;
}
.pa_line,
.prod_group {
  display: table;
  width: 100%;
  word-break: break-word;
}
.pa_name {
  float: left;
}
.pa_value {
  color: #8A929F;
  float: left;
  white-space: pre-wrap;
}
.zero .pa_value {
  margin-left: 0px;
  float: none;
}
.zbd {
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 18px;
}
#hcntr1 {
  opacity: 0;
}
.icon-mod {
  float: left;
  margin-right: 7px;
}
.icon-mod img {
  height: 26px;
  display: block;
}
.bpk-product-list {
  position: relative;
}
.bpk-pagination {
  clear: both;
  margin: 10px 0 100px;
  width: 100%;
  text-align: center;
}
.load-more-items {
  font-size: 16px;
  padding: 13px 30px;
  background: #f2f6f9 !important;
  border: 3px solid #f2f6f9;
  border-radius: 0px;
  width: 100%;
  color: #333;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -moz-transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
.load-more-items:hover {
  background: #cf142b !important;
  border-color: #cf142b !important;
  color: #fff;
}
.mnl-pagination {
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  bottom: -120px;
  font-size: 16px;
  z-index: 1;
}
.mnl-pagination a,
.current {
  display: inline-block;
  padding: 3px 9px;
  margin: 0 2px;
  border: 1px solid #999;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
  -moz-transition: background-color 0.5s ease, border-color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
.mnl-pagination a:hover:not(.arrow) {
  background: #eee;
  color: #333;
}
.mnl-pagination .current {
  background: #cf142b !important;
  border-color: #cf142b;
  color: #fff;
}
.mnl-pagination .arrow {
  border-color: #fff;
}
.b-deliveries {
  display: none;
}
.advantages-list__show-delivery:hover .b-deliveries {
  display: block;
  position: absolute;
  right: 100%;
  width: 300px;
  top: -150px;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  padding: 10px 15px;
  z-index: 999;
}
.b-delivery {
  margin: 5px 0;
}
.description-group .desct_text {
  font-size: 16px;
}
.description-group dl,
.description-group figure,
.description-group form,
.description-group form fieldset,
.description-group ol,
.description-group p,
.description-group table,
.description-group ul {
  font-size: 16px;
  margin: 0;
  line-height: 21px;
}
.mod-info__price {
  font-size: 12px;
  text-align: center;
}
.mod-info__popup {
  width: 500px;
  position: absolute;
  top: -520px;
  left: -200px;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  display: none;
  transition: ease .5s;
  box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.mod-info__popup img {
  width: 100%;
}
.mod-info__popup_active {
  transition: ease .5s;
  opacity: 1;
  display: block;
}
.mod-info__popup-name {
  font-size: 18px;
  padding: 2px 5px 5px;
}
.mod-info__popup-modification_price_old {
  font-size: 13px;
  margin: 0;
}
.ost.available {
  font-size: 95%;
  border-bottom: 6px solid #cf142b;
  margin-bottom: 5px;
  transition-property: border-color;
  transition-duration: .3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.modifications-list-item:hover .ost.available {
  border-bottom: 6px solid black;
}
.product-cut__title a {
  color: #000;
  text-decoration: none;
  display: flex;
  max-height: 20px;
  justify-content: center;
  overflow: hidden;
}
.product-cut__title a:hover {
  text-decoration: underline;
}
.microimage {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  border: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.microimage b {
  font-size: 12px;
  position: absolute;
  left: 1px;
  color: green;
  bottom: 0;
  line-height: 1;
}
.product-photo__item b {
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: green;
  bottom: 0;
  line-height: 1;
  font-size: 15px;
}
.microimage.active {
  border-color: #aaa;
}
.tooltipster-arrow {
  display: none !important;
}
.tooltipster-base {
  transform: translateY(-130%);
}
.bpp-name {
  width: 0%;
  white-space: nowrap;
}
.bpp-value {
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.mess-block-left {
  position: fixed;
  left: 0px;
  padding: 2px;
  top: 30%;
  z-index: 100;
  width: 39px;
}
.mess-block-left a {
  margin: 3px 0;
}
.product-label-oneday {
  position: relative;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0.5625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
.product-card__labels {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  z-index: 100;
}
.product-label--calendar,
.product-label--green {
  background-color: #04b202;
}
.product-label--calendar {
  background-image: url(/images/label-calendar.svg);
}
.product-label__text {
  position: absolute;
  top: 50%;
  left: 100%;
  box-sizing: border-box;
  z-index: 1;
  transform: translate(-0.5rem,-50%);
  padding: 0.3125rem 0.75rem 0.3125rem 0.5rem;
  border-radius: 0 0.8125rem 0.8125rem 0;
  background-color: inherit;
  line-height: 1.33333;
}
.product-label__text {
  transform: translate(-1.25rem,-50%);
  opacity: 0;
  transition: opacity 350ms ease, transform 400ms ease;
}
.product-label-oneday:hover .product-label__text {
  opacity: 1;
  transform: translate(-0.5rem,-50%);
}
.hot-title + .product-card__labels {
  top: 4rem;
}
.service-item .img {
  float: left;
  margin: 40px 30px 10px 0;
  align-self: baseline;
}
.service-item .img > * {
  cursor: pointer;
}
.service-item-oplat {
  display: block !important;
}
.owl-image-wrapper,
.owl-image-fake-wrapper {
  display: block;
  padding-top: 66.66%;
  position: relative;
  background: url(data:image/png;base64,R0lGODlhIAAgAPMAAP///9cwAPXQxuubhPLDtu6smt9bNuR1Vvjf2Pro5PPIvNtIHtczBAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==) no-repeat center center;
}
.product-photo-owl {
  position: relative;
}
.product-photo-owl .owl-item {height: 625px;}
.product-photo-owl.productgroup-photo .owl-item {height: auto;}
.owl-image-fake-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.owl-image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: contain;
}
.owl-carousel {
  background: #fff;
}
.product-photo-owl .owl-image-wrapper {
  padding-top: 0;
  height:100%;
}
.product-photo-owl .owl-image-wrapper img.owl-lazy {
  position: static;
  object-fit: cover;
  background: #fff;
}
.elimore_show,
.elimore_hide {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  border: 0;
}
.viwed_block {
  margin-bottom: 60px;
  margin-top: 60px;
}
.product-fullinfo__inner .bc-param-content {
  width: 100%;
}
.product-fullinfo__inner .bc-param-content tr:hover {
  background-color: #d6d6d6;
}
.smart-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 30px;
  gap: 8px 10px;
}
.smart-filters a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  border-radius: 18px;
  transition: all 0.125s linear;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
}
.smart-filters a.active {
  color: #fff;
  background-color: #cf142b;
  border-color: #cf142b;
}
@media (pointer: fine) {
    .smart-filters a:hover {
        color: #fff;
          background-color: #cf142b;
          border-color: #cf142b;
    }
}

.smart-filters a.active {
  cursor: default;
}
.page__header-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.page__header-container .autocomplete {
  margin: 0;
}
.page__header-container img {
  margin: 0;
  display: block;
}
.page__header-container .page__logo {
  width: 215px;
}
.page__search {
  width: 40%;
}
.page__search input {
  font-size: 14px;
  border-radius: 0;
  padding: 10px 14px;
  border: none;
  border-bottom: 1px solid #bebebe;
  box-shadow: unset;
}
.page__search input:focus {
  box-shadow: unset;
  border-color: #cf142b;
}
.page__search button {
  position: absolute;
  top: 0px;
  width: 44px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  bottom: 0px;
  right: 0px;
  padding: 0;
  background: none;
  border: 0;
}
.page__search button svg {
  background: none;
}
.page__search button:active,
.page__search button:active:focus,
.page__search button:focus,
.page__search button:hover {
  background: none;
  box-shadow: none;
}
.page__search button:active svg .stroke {
  stroke: #de0000;
}
.page__search button:active svg .fill {
  fill: #de0000;
}
.page__search button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.page__header-container .site-info-phone {
  width: 280px;
  text-align: right;
  flex-shrink: 0;
}
.page__header-container .choose_city {
  width: auto;
  margin-right: 20px;
}
.page__header-container .choose_city .btn-theme {
  background-color: #de0000;
  color: #fff;
}
.page__header-container .site-info__title {
  font-size: 16px;
}
.page__header-container .site-info__aside.phone-ico {
  height: auto;
  margin: 0;
  padding: 0;
}
.page__header-container .site-info__ico--phone-big {
  width: 42px;
  height: 42px;
}
.page__header-container .site-info__ico--phone-big i,
.page__header-container .site-info__ico--phone-big img {
  display: block;
}
.page__header-container .page__info {
  margin-left: auto;
  position: relative;
  color: #cf142b;
  cursor: pointer;
}
.page__header-container .page__info .page__info-hover {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  transform: translateX(-30%);
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  width: auto;
  white-space: nowrap;
}
.page__header-container .page__info:hover .page__info-hover {
  display: block;
}
.page__header-container .page__favorite {
  position: relative;
}
.page__header-container .page__favorite #fav_count {
  position: absolute;
  background-color: #f8f8f8;
  color: #555;
  min-width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  top: 4px;
  right: -12px;
}
.page__header-container .page__favorite #fav_count:empty {
  background: none;
}
.page__header-container .cart-header .little_cart {
  position: relative;
}
.page__header-container .cart-header .little_cart a {
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.page__header-container .cart-header .basket-total {
  white-space: nowrap;
  font-weight: bold;
  margin-left: 8px;
}
.page__header-container .cart-header .basket-count {
  position: absolute;
  background-color: #f8f8f8;
  color: #555;
  min-width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  top: 4px;
  left: 18px;
}
.boxLoaderDelivery .price {
  font-weight: 700;
}
.TagsCloud {
  border: 1px solid rgba(228,228,228,0.82);
  border-collapse: collapse;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(217,215,207,0.5);
  padding: 15px;
}
.TagsCloud a {
  color: #888;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
  text-decoration: underline;
}
.shop_list {
  margin-bottom: 20px;
}
.shop_list li {
  margin-left: 7px;
}
.filter,
.lastOrder {
  border: 1px solid rgba(228,228,228,0.82);
  border-collapse: collapse;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(217,215,207,0.5);
  padding: 15px 15px 15px 15px;
  margin-bottom: 20px;
  font-size: .8em;
  color: #888;
}
.lastOrder {
  padding: 0 15px;
}
.medium {
  font-size: 12px;
  padding: 0.4em 1.5em 0.42em;
}
.white {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
  background: -moz-linear-gradient(top,#fff,#ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed');
}
.white:hover {
  color: #faddde !important;
  border: solid 1px #C71D22;
  background: #E83531;
  background: -webkit-gradient(linear,left top,left bottom,from(#E83531),to(#CC221E));
  background: -moz-linear-gradient(top,#E83531,#CC221E);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E83531',endColorstr='#CC221E');
}
.white:active {
  color: #de898c;
  background: -webkit-gradient(linear,left top,left bottom,from(#CC221E),to(#E83531));
  background: -moz-linear-gradient(top,#CC221E,#E83531);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC221E',endColorstr='#E83531');
}
.prod-cart-block {
  border: #e6eaeb solid 1px;
  border-radius: 20px;
}
.dimention-size-block-wrapper {
  margin-top: 20px;
  width: 100%;
}
.dimention-size-block small {
  display: block;
  font-size: 12px;
}
.collection-block a {
  font-size: 12px;
}
.product_tab {
  float: left;
  width: 100%;
  clear: both;
  margin: 25px 0 0 0;
}
.tabs {
  background: #EFEFEF;
}
.tabs__caption {
  height: 28px;
  line-height: 25px;
  list-style: none;
  border-bottom: 1px solid #DDD;
  background: #FFF;
}
.tabs__caption li {
  float: left;
  display: inline;
  margin: 0 1px -1px 0;
  padding: 2px 13px;
  color: #000;
  cursor: pointer;
  background: #c9c9c9;
  position: relative;
  text-transform: uppercase;
}
.tabs__caption li:hover {
  color: #e03521;
  padding: 2px 13px;
  background: #e03521;
  color: #fff;
  border: none;
}
.tabs__caption .active:hover {
  color: #e03521;
  padding: 2px 13px;
  background: #e03521;
  color: #fff;
  border-left: 1px solid #e03521;
  border-right: 1px solid #e03521;
}
.tabs__caption .active {
  color: #444;
  background: #fff;
  padding: 1px 13px;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #fff;
}
.tabs__content {
  display: none;
  border: 1px solid #c9c9c9;
  border-width: 0 1px 1px;
  background: #fff;
  padding: 20px;
}
.tabs__content p {
  margin: 0 0 20px 0;
}
.tabs__content h2 {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
.tabs__content ul {
  list-style: inherit;
  padding: 0 0 0 18px;
  line-height: 17px;
}
.tabs__content.active {
  display: block;
}
.prod-cart-block-box {
  position: relative;
  padding-bottom: 28px;
}
i[data-tooltip] {
  margin-left: 5px;
  cursor: help;
}
.qtip {
  padding: 5px !important;
  font-size: 14px !important;
  line-height: 16px !important;
}
.bcp-full {
  display: table;
  border-collapse: collapse !important;
}
.bc-param-content tr {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.bc-param-content .bpp-name {
  color: gray;
}
.bc-param,
.bc-param td {
  padding: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
}
.bc-param-content .bpp-value {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
.bc-param-content tr:first-child .bpp-value {
  border-top: 1px hidden #E9E9E9;
}
.product-fullinfo__header.toggle {
  cursor: pointer;
}
.product-fullinfo__header.toggle .product-fullinfo__title:after {
  content: '\f078';
  font-family: 'FontAwesome';
  margin-left: 5px;
}
.product-fullinfo__header.toggle:hover {
  background: #3f3f3f;
}
.bpk-product-list .product-cut__main-info {
  display: flex;
  flex-direction: column;
}
.sort-block {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  margin-bottom: 30px;
}
.sort-block .filter-btn-wrap {
  border-right: 1px solid #e1e1e1;
}
.sort-block .paging-wrap {
  border-left: 1px solid #e1e1e1;
}
.sort-block .paging-wrap .form-control {
  font-size: 14px;
  padding: 6px 8px;
  width: 40px;
  text-align: center;
}
.sort-block .paging-wrap .paging-enter {
  cursor: pointer;
  color: #9f9f9f;
}
.filter-button,
.sort-button {
  height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-button svg,
.sort-button svg {
  margin-left: 5px;
  margin-top: -1px;
}
.filter-button:hover,
.sort-button:hover {
  color: #cf142b;
}
.filter-button {
    color: #cf142b;
}
.filter-button .filter-ico {
    margin-right:4px;
}
.shop_filter,
.sort-links {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  padding: 20px;
  z-index: 999;
  box-shadow: 20px 20px 20px -20px rgba(0,0,0,0.2);
}
.shop_filter {
  left: 0;
  min-width: 350px;
}
.sort-links {
  right: 0;
}
.sort-links .nav-link {
  white-space: nowrap;
}
.shop_filter .filterField,
.shop_filter .sorting {
  max-width: 300px;
}
.shop_filter .filterField + .filterField,
.shop_filter .sorting + .filterField,
.shop_filter .table_row + .filterField {
  margin-top: 20px;
}
.shop_filter .filterField,
.shop_filter .sorting {
  max-width: 300px;
}
.shop_filter .shop_filter_body + .shop_filter_bottom {
  margin-top: 35px;
}
.shop_filter legend {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}
.shop_filter input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  text-shadow: none;
  outline: medium none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  line-height: 20px;
  margin: 6px 0 10px 0;
  padding: 2px 5px;
}
.shop_filter .form-control {
  font-size: 15px;
  padding: 6px 12px;
}
.shop_filter .propertyInput label {
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 15px;
}
.shop_filter .checkbox-custom {
  width: 17px;
  height: 17px;
  margin-top: -2px;
}
.shop_filter .propertyInput {
  max-height: 210px;
  overflow-y: auto;
}
.shop_filter .inputs input {
  max-width: 52px;
}
.product-intro__sborka {
  color: #cf142b;
}
.product-intro__sborka i {
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
.tovar_tabs_row {
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tab_item_btn:not(:nth-last-child(1)) {
  margin-right: 6%;
}
.tab_item_btn {
  display: flex;
  padding: 8px 0 30px 0;
  font-size: 30px;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s all;
  position: relative;
}
.tab_item_btn.active,
.tab_item_btn:hover {
  color: #cf142b;
}
.tab_item_btn:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #cf142b;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .3s;
}
.tab_item_btn.active:after {
  width: 100%;
}
.tovar_tabs .tab_item:not(:nth-child(1)) {
  padding-top: 40px;
}
.tovar_tabs .tab_item {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
.tovar_tabs .tab_item.active {
  display: flex;
}
.tab_item .description_harak {
  padding-top: 40px;
  width: 35%;
}
.tab_item .description_text {
  padding-top: 40px;
  width: 60%;
  position: relative;
  margin-right: 5%;
  padding-right: 5%;
}
.tab_item .description_text:after {
  content: "";
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  box-shadow: -6px -4px 5px -7px #1b1d1f4a inset;
  height: 100%;
}
.tab_item .description_harak td {
  padding: 10px 5px;
}
.tab_item .description_harak td:nth-child(1) {
  width: 40%;
  font-weight: 600;
}
.description_harak .color-prop-block {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.description_harak .color-prop-block .color-item-block {
  margin-right: 5px;
}
.description_harak .color-prop-block .color-item-block img {
  cursor: pointer;
  min-width: 70px;
}
.description_harak .bpp-value {
  display: flex;
  flex-wrap: wrap;
}
.description_harak table {
  width: 100%;
}
.tab_item .pdf-shema {
  margin-bottom: 20px;
}
.tab_item .pdf-shema svg {
  background: transparent;
}
.tab_item .pdf-shema span {
  color: #666;
}
.tab_item .pdf-shema a:hover span {
  color: #cf142b;
}
.tab_item .delivery_block {
  display: flex;
  flex-direction: column;
}
.tab_item .komplekt,
.tab_item .recomend_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tab_item .description_block {
  width: 100%;
  display: flex;
}
.tab_item .open_hide {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.tab_item.hide_desk {
  position: relative;
  padding-bottom: 30px;
}
.tab_item.hide_desk.close_desk:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  box-shadow: 0 -5px 5px -5px #1b1d1f4a inset;
  bottom: 30px;
}
.tab_item.hide_desk.close_desk .description_block {
  height: 500px;
  overflow: hidden;
}
.tab_item.hide_desk .open_hide {
  display: block;
  cursor: pointer;
  transition: 0.3s all;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.tab_item.hide_desk .open_hide:hover {
  color: #cf142b;
}
.toggle_menu {
  display: none;
  margin-right: 10px;
}
.toggle_menu svg {
  fill: #2c2f34;
}
.toggle_menu .toggle_close {
  display: none;
}
.toggle_menu.open .toggle_open {
  display: none;
}
.toggle_menu.open .toggle_close {
  display: inline;
}
.mmenu {
  display: none;
}
.cart-summary__total-price--order {
  border-top: 0;
  margin-top: 20px;
  padding: 20px;
  background: #fff4c7;
  dispaly: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cart-summary__total-price--order .cart-summary__total-label {
  font-size: 1.3rem;
}
.cart-summary__total-price--order .cart-price__main--lg {
  font-size: 2rem;
}
.mob_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #cf142b;
  padding: 5px 20px;
  color: #fff;
}
.product-intro__variant {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 12px;
}
.product-intro__variant::-webkit-scrollbar {
  height: 12px;
}
.product-intro__variant::-webkit-scrollbar-track {
  background-color: #E1E9EB;
  border-radius:10px;
}
.product-intro__variant::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.1);
  border-radius:10px;
}
.product-intro__variant:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.3);
}
.product-intro__variant >.row {flex-wrap: nowrap;}
.modifications-list-item {
  width: 120px;
  height: 80px;
  text-align: center;
}
.modifications-list-item-text-block {
  position: relative;
  cursor: pointer;
  outline: 1px solid transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 3px;
}
.modifications-list-item.modifications-selected .modifications-list-item-text-block {
  outline: 3px solid #cf142b;
}
.modifications-list-item img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-intro__dim .dim-count {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}
.product-intro__dim .dim-count img {
  margin-right: 10px;
}
.delivery_bb + hr {
  margin: 10px 0;
}
@media (max-width: 768px) {
  header.page__hgroup {
    user-select: none;
    box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
    padding: 8px 0;
    margin-bottom: 0;
  }
  header.page__hgroup .page__headline {
    border: none;
    padding-left: 8px;
    padding-right: 8px;
    width: 16.6666666667%;
    float: left;
  }
  .page__header-container .toggle_menu {
    display: block;
  }
  .page__header-container .page__search,
  .page__header-container .site-info-phone,
  .page__header-container .page__info,
  .page__header-container .choose_city {
    display: none;
  }
  .page__header-container .page__favorite {
    margin-left: auto;
  }
  #top-menu {
    display: none;
  }
  .mmenu {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: #fff;
    padding-top: 50px;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .mmenu >nav {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mmenu .nav-item {
    width: 100%;
  }
  .mmenu .nav-item .nav-link {
    font-size: 16px;
    padding: 21px 42px 21px 21px;
    color: #212529;
    border-bottom: 1px solid #E1E9EB;
    border-radius: 0;
  }
  .mmenu .nav-item .nav-link.mserach {
    padding: 9px 0;
  }
  .mmenu .nav-item .nav-link.mserach .form-control {
    padding-left: 21px;
    background-color: transparent;
    border: none;
  }
  .mmenu .nav-item .nav-link.mserach .btn {
    padding-right: 21px;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-pict {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-pict .search_item-img {
    width: 100%;
    padding-right: 5px;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-type2 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .mmenu .nav-item .nav-link.active {
    background-color: #F5F8F9;
  }
  .mmenu .nav-item .nav-link.nav-link_title {
    font-weight: 700;
  }
  .mmenu .nav-item .nav-link.nav-link-prev {
    padding-left: 42px;
    color: #cf142b;
  }
  .mmenu .nav-item .nav-link.submenu,
  .mmenu .nav-item .nav-link.nav-link-prev {
    position: relative;
  }
  .mmenu .nav-item .nav-link.submenu:before,
  .mmenu .nav-item .nav-link.nav-link-prev:before {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.485 14.143' fill='%23cf142b'%3E%3Cpath d='M0 1.414L1.414 0l7.071 7.07-1.414 1.415z' /%3E%3Cpath d='M8.485 7.071L7.071 8.485 5.657 7.071 7.07 5.657z' class='a'/%3E%3Cpath d='M7.071 5.657l1.414 1.414-7.07 7.071L0 12.728z' /%3E%3C/svg%3E");
    position: absolute;
    height: 14px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mmenu .nav-item .nav-link.submenu:before {
    right: 14px;
  }
  .mmenu .nav-item .nav-link.nav-link-prev:before {
    left: 14px;
    transform: translateY(-50%) rotate(180deg);
  }
  .mmenu ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 100%;
    overflow: visible;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    cursor: default;
    height: 100%;
    list-style: none;
    padding-left: 0;
  }
  .mmenu ul.nav_open {
    left: 0;
  }
  .mmenu.open {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .group-list >.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page__content {
    padding: 20px 0;
  }
  .widget-primary__inner {
    position: relative;
    padding: 30px 0 35px;
  }
  .catalog-section__image {
    min-height: 90px;
  }
  .product-list .product-photo__item {
    min-height: 140px;
  }
  .product-intro__price .product-price {
    position: relative;
  }
  .product-price--bg .product-price__item_old {
    position: relative;
    padding: 3px 5px 0 0;
  }
  #rest {
    font-size: 18px;
  }
  .width3 {
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .product-photo__thumb {
    width: 45%;
  }
  .page__headline {
    width: 60px;
    padding: 8px 0px;
    margin-top: 6px;
  }
  .page__header-container {
    padding: 0px 12px 12px 12px;
    gap: 10px;
  }
  .list-nav__items {
    margin: 20px 10px;
  }
  .list-nav__item {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .page__top-menu button {
    margin-left: -15px;
    padding-top: 8px;
  }
  .label {
    font-size: 13px;
    display: inline;
  }
  #delivery tr td,
  #payment tr td {
    padding: 20px 10px 20px 0;
    vertical-align: middle;
  }
  .product-cut,
  .product-cut__main-info {
    width: 100%;
  }
  .more-price-form .modal__footer-btn {
    margin-left: 0px;
    margin-right: 10px;
  }
  .more-price-form {
    max-width: 300px;
    margin-top: 0px;
    margin-left: -160px;
    top: 20px;
  }
  .anket-button-block {
    display: flex;
    flex-wrap: wrap;
  }
  .anket-button-block .btn-prev-container {
    order: 2;
  }
  .anket-button-block .btn-next-container {
    order: 1;
  }
  .main-naim {
    font-size: 14px;
  }
  .big_button_new {
    max-width: 100%;
    padding: 15px 25px;
    text-align: center;
  }
  .btn-next-container,
  .btn-prev-container {
    width: 85%;
    position: relative;
    float: none;
    margin-top: 15px;
  }
  .header-line {
    display: none;
  }
  .step-slide__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .step-slide__title-counter {
    margin: 0 0 10px;
  }
  .step-slide__grid {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
  }
  .pick-item__label {
    display: inline-block;
  }
  .btn-next-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .main-progress__text {
    font-size: .8rem;
  }
  .step-slide__title {
    font-size: 1rem;
  }
  .tooltipster-light {
    min-width: 155px;
  }
  .list-nav__item:hover .list-nav__link {
    color: #487ebb;
  }
  .advantages-list__show-delivery:hover .b-deliveries {
    right: auto;
    left: 20px;
    width: calc(180%);
    top: -150px;
  }
  .product-content .bx-wrapper {
    margin: 0 auto 10px !important;
  }
  .product-content .product-photo__thumbs {
    display: block;
    text-align: center;
    margin-bottom: 0px;
  }
  .product-content .product-photo__thumb {
    width: auto;
  }
  .product-content .product-photo__thumb-item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
  }
  .product-content .product-photo__thumb-img {
    display: none;
  }
  .microimage {
    width: 100%;
    padding-top: 75%;
  }
  .tooltipster-arrow {
    display: none !important;
  }
  .tooltipster-base {
    left: 15px !important;
    width: auto !important;
    transform: translateY(-130%);
  }
  .mess-block-left {
    display: none;
  }
  .product-photo__item .hot-title {
    top: 2px;
    zoom: 0.7;
  }
  .product-card__labels {
    zoom: 0.7;
  }
  .hot-title + .product-card__labels {
    top: 3rem !important;
  }
  .bc-param.bc-param {
    padding: 0px;
  }
  .bc-param-content .bpp-name {
    white-space: normal;
  }
  .komplekt .product-cut__title {
    height: 73px;
  }
  .product-cut__photo {
    min-height: 125px;
    overflow: hidden;
  }
  .product-cut__title {
    padding-top: 5px;
  }
  .viwed_block {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .product-cut__title a {
    max-height: 36px;
  }
  .product-cut__main-info .visible-sm {
    display: block !important;
  }
  .tovar_tabs_row {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .tab_item .description_block {
    flex-direction: column;
  }
  .tab_item .description_text {
    margin: 0 0 20px 0;
    width: 100%;
    padding: 0;
  }
  .tab_item .description_harak {
    width: auto;
  }
  .tab_item_btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px 0 14px 20px;
    font-size: 20px;
    box-shadow: 0 1px 4px #000000;
  }
  .tovar_tabs_row:after {
    display: none;
  }
  .tovar_tabs .tab_item:not(:nth-child(1)),
  .description_block >* {
    padding-top: 0 !important;
  }
  .tab_item .description_text:after {
    display: none;
  }
  .tovar_tabs .tab_item {
    position: fixed;
    right: 0;
    height: 100vh;
    width: 100vw;
    transform: translateX(-120%);
    background: #fff;
    flex-direction: column;
    padding: 20px;
    display: flex;
    opacity: 0;
    z-index: 99999999;
    top: 0;
    padding: 0;
  }
  .tovar_tabs .tab_item > div:nth-child(2) {
    padding: 20px 15px 40px 15px;
    overflow: auto;
  }
  .tovar_tabs .tab_item.open {
    transform: translateX(0%);
    opacity: 1;
    transition: 0.3s all;
  }
  .bx-wrapper {
    margin-bottom: 20px !important;
  }
  .sort-block {
    border: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .sort-block .filter-btn-wrap {
    border: none;
  }
  .sort-block .filter-button {
    text-align: center;
    background-color: #e7e7e7;
    padding: 8px 0;
  }
  .sort-block .filter-button svg {
    display: none;
  }
  .sort-block .total-wrap,
  .sort-block .sort-btn-wrap,
  .sort-block .paging-wrap {
    display: none;
  }
  .shop_filter {
    left: 0;
    min-width: unset;
    width: calc(85%);
  }
  .product-cut:hover:before {
    display: none;
  }
  .product-cut .product-cut__extra-info {
    display: block;
    position: static;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .product-cut__variants {
    display: none;
  }
  .product-buy__buttons .product-buy__btn--buy {
    padding: 10px 8px;
  }
  .product-cut__photo .product-photo__item {
    width: 100%;
  }
  .product-cut__photo .product-photo__item .hover-img {
    display: none;
  }
  .product-cut__photo .product-photo__img {
    position: static;
    max-height: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: contain;
  }
    .dimention-size-block-wrapper {
        margin: 0 0 20px;
    }
    .page__seo-text {
        padding: 40px 0 20px;
    }
    .page__footer {
        padding: 15px 0 30px;
    }
    footer:after {
        right: -131px;
    }
    .product-photo-owl .owl-item {
        height: 270px;
    }
    .product-intro__dim .dim-count {
        font-size:13px;
    }
    .product-intro__dim .dim-count img {
        margin-right: 8px;
    }
}