@charset "UTF-8";
@import url(opensans/opensans.css);
/* RESET STYLES */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font: 16px 'Open Sans';
  word-wrap: break-word;
  box-sizing: border-box;
  background: white;
  min-width: 1190px;
  padding: 0 15px;
  /* Footer to bottom */
  position: relative;
  /* Footer to bottom END */ }

/* Footer bottom  */
html, body {
  height: 100%;
  padding: 0; }

.wrapper-main {
  min-height: 100%;
  height: auto;
  padding: 0 15px 148px;
  position: relative; }

.footer {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%; }

/* Footer bottom END */
h1,
.subtitle {
  font: bold 22px 'Open Sans';
  color: black;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600; }

.subtitle.white {
  color: white; }

.subtitle-wrap h1,
.subtitle-wrap .subtitle {
  margin-bottom: 0; }

h2, h3 {
  font: 600 24px 'Open Sans';
  margin-bottom: 24px; }

p, li {
  font-size: 16px;
  line-height: 20px; }

p {
  margin-bottom: 10px; }

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  cursor: default;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

button,
button:focus {
  border: none;
  outline: none;
  box-shadow: none; }

input, textarea {
  outline: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: default; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

ul {
  list-style-type: none; }

input, select {
  vertical-align: middle; }

p, li, a {
  font: normal 16px 'Open Sans';
  box-sizing: border-box; }

a, a:hover, a:focus {
  color: #8b8b8b; }

button.site-btn:hover,
button.site-btn:focus,
a.site-btn:hover,
a.site-btn:focus {
  color: white; }

textarea {
  resize: none; }

button {
  background: none;
  outline: none; }

/* RESET STYLES END */
/* Global styles */
.clear {
  clear: both; }

.filter-btn-products {
  display: none; }

/* Colors */
/* Colors END */
/* Header */
/* Header END */
/* LINES EXAMPLE */
.line-title {
  padding-top: 1px;
  /* Allows for hr margin to start at top of h2 */ }

/* clearfix for floats */
.line-title:after {
  content: "";
  display: table;
  clear: both; }

.right {
  float: right; }

.line-title .title-inner {
  padding-right: 15px;
  float: left; }

.line-title hr {
  border: 1px solid #DDD;
  border-width: 1px 0 0 0;
  margin-top: 13px;
  margin-bottom: 0; }

/* LINES EXAMPLE END */
/* MIXINS */
/* MIXINS END */
.gray {
  color: #8b8b8b; }

.light-gray {
  color: #ebebeb; }

.blue-sea {
  color: #0b8d9b; }

.header-color {
  color: #3d9d8c; }

.green-blue {
  color: #209e84; }

.white-transparent {
  color: white;
  opacity: 0.6; }

.bold-text {
  font-weight: 600;
  color: black; }

.pad-left-30 {
  padding-left: 30px; }

.wrapper {
  width: 1160px;
  margin: 0 auto; }

.wrapper.cont {
  margin-bottom: 60px; }

.wrapper-main .form-group.has-error input,
.wrapper-main .form-group.has-error textarea {
  border-color: #f98e3c;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .wrapper-main .form-group.has-error input::-webkit-input-placeholder,
  .wrapper-main .form-group.has-error textarea::-webkit-input-placeholder {
    color: #f98e3c; }
  .wrapper-main .form-group.has-error input::-moz-placeholder,
  .wrapper-main .form-group.has-error textarea::-moz-placeholder {
    color: #f98e3c; }
  .wrapper-main .form-group.has-error input:-moz-placeholder,
  .wrapper-main .form-group.has-error textarea:-moz-placeholder {
    color: #f98e3c; }
  .wrapper-main .form-group.has-error input:-ms-input-placeholder,
  .wrapper-main .form-group.has-error textarea:-ms-input-placeholder {
    color: #f98e3c; }

.scroll-to-top {
  position: fixed;
  width: 45px;
  bottom: 180px;
  height: 43px;
  right: 20px;
  z-index: 300;
  cursor: default;
  display: none;
  background: url(/frontend/web/images/to_top.png) no-repeat;
  background-size: contain; }

.header-bg {
  background: url(/frontend/web/images/header_bg.jpg) center top no-repeat;
  height: auto;
  margin: 0 -15px; }

/* btns */
.wrapper .inact .site-btn {
  background: #c5c5c5;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none; }
  .wrapper .inact .site-btn:hover {
    background: #c5c5c5; }

.site-btn {
  width: 175px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  text-transform: uppercase;
  color: white;
  background: #f98e3c;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s; }
  .site-btn:hover, .site-btn:active {
    box-shadow: inset -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset -2px 2px 4px 0px rgba(0, 0, 0, 0.2); }
  .site-btn.low-btn {
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .site-btn.gray {
    background: none;
    border: 1px solid #c5c5c5;
    color: #8b8b8b;
    height: 30px;
    line-height: 30px;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none; }
    .site-btn.gray:hover {
      color: #209e84; }
  .site-btn.green-blue {
    background: #209e84; }
  .site-btn.transparent {
    background: white;
    border: 1px solid #8b8b8b;
    color: #8b8b8b; }

.spoiler-bl {
  display: none; }

.big-notice {
  font-size: 14px; }
  .big-notice.foot-notice {
    display: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 9px; }

.modal-dialog {
  margin: 100px auto; }

.modal-backdrop {
  background-color: white; }

.modal .close {
  position: absolute;
  z-index: 9;
  top: 40px;
  right: 37px;
  color: black;
  opacity: 0.45; }

.modal-popup {
  width: 450px;
  background: rgba(57, 172, 153, 0.7);
  padding: 20px; }
  .modal-popup.cart-modal {
    width: 630px; }
  .modal-popup .popups-stylesheet {
    background: white;
    padding: 16px;
    color: #8b8b8b;
    font-size: 15px;
    /* Cart */
    /* Cart END */
    /* ORDER ready */
    /* ORDER ready END */
    /* News Sign */
    /* News Sign END */ }
    .modal-popup .popups-stylesheet input, .modal-popup .popups-stylesheet textarea {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      background: none; }
      .modal-popup .popups-stylesheet input:hover, .modal-popup .popups-stylesheet input:active, .modal-popup .popups-stylesheet textarea:hover, .modal-popup .popups-stylesheet textarea:active {
        border: 1px solid #f98e3c; }
    .modal-popup .popups-stylesheet .subtitle-wrap.plus-decoration:before {
      width: 169px;
      left: 186px; }
    .modal-popup .popups-stylesheet.forgot-pass .subtitle-wrap.plus-decoration:before {
      width: 142px;
      left: 213px; }
    .modal-popup .popups-stylesheet.password-recovery .subtitle-wrap.plus-decoration:before {
      width: 37px;
      left: 314px; }
    .modal-popup .popups-stylesheet.cart .subtitle-wrap.plus-decoration:before {
      width: 365px;
      left: 126px; }
    .modal-popup .popups-stylesheet.order-ready .subtitle-wrap.plus-decoration:before {
      display: none; }
    .modal-popup .popups-stylesheet.sign-news .subtitle-wrap.plus-decoration:before {
      width: 36px;
      left: 323px; }
    .modal-popup .popups-stylesheet .popup-strong-text {
      color: #209e84;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 22px; }
    .modal-popup .popups-stylesheet .popup-text {
      margin-bottom: 25px;
      font-size: 15px; }
    .modal-popup .popups-stylesheet.password-recovery .popup-text {
      margin-bottom: 18px; }
    .modal-popup .popups-stylesheet input:-webkit-autofill {
      background: white !important;
      -webkit-box-shadow: inset 0 0 0 50px #fff !important;
      /* ╨ж╨▓╨╡╤В ╤Д╨╛╨╜╨░ */
      -webkit-text-fill-color: #999 !important;
      /* ╤Ж╨▓╨╡╤В ╤В╨╡╨║╤Б╤В╨░ */
      color: #999 !important;
      /* ╤Ж╨▓╨╡╤В ╤В╨╡╨║╤Б╤В╨░ */ }
    .modal-popup .popups-stylesheet input, .modal-popup .popups-stylesheet textarea {
      height: 40px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      background: none;
      font-size: 15px;
      border: 1px solid #8b8b8b;
      padding: 0 12px;
      margin-bottom: 22px;
      width: 100%; }
      .modal-popup .popups-stylesheet input:hover, .modal-popup .popups-stylesheet textarea:hover {
        color: #f98e3c;
        border: 1px solid #f98e3c;
        /* Firefox 19+ */
        /* Firefox 18- */ }
        .modal-popup .popups-stylesheet input:hover::-webkit-input-placeholder, .modal-popup .popups-stylesheet textarea:hover::-webkit-input-placeholder {
          color: #f98e3c; }
        .modal-popup .popups-stylesheet input:hover::-moz-placeholder, .modal-popup .popups-stylesheet textarea:hover::-moz-placeholder {
          color: #f98e3c; }
        .modal-popup .popups-stylesheet input:hover:-moz-placeholder, .modal-popup .popups-stylesheet textarea:hover:-moz-placeholder {
          color: #f98e3c; }
        .modal-popup .popups-stylesheet input:hover:-ms-input-placeholder, .modal-popup .popups-stylesheet textarea:hover:-ms-input-placeholder {
          color: #f98e3c; }
    .modal-popup .popups-stylesheet .forgot-pass-inp:last-of-type, .modal-popup .popups-stylesheet.sign-news input:last-of-type {
      margin-bottom: 18px; }
    .modal-popup .popups-stylesheet input:last-of-type {
      margin-bottom: 16px; }
    .modal-popup .popups-stylesheet .checkbox-wrap {
      padding-left: 28px;
      margin-bottom: 22px; }
      .modal-popup .popups-stylesheet .checkbox-wrap input, .modal-popup .popups-stylesheet .checkbox-wrap label {
        text-align: left;
        float: left; }
      .modal-popup .popups-stylesheet .checkbox-wrap input {
        width: 10px;
        margin: 0;
        height: auto;
        font-weight: normal; }
      .modal-popup .popups-stylesheet .checkbox-wrap label {
        font-size: 15px;
        font-weight: normal;
        text-align: left; }
        .modal-popup .popups-stylesheet .checkbox-wrap label:hover {
          font-size: 15px;
          font-weight: normal; }
      .modal-popup .popups-stylesheet .checkbox-wrap label:before {
        top: 1px; }
    .modal-popup .popups-stylesheet .site-btn {
      background: #00b898;
      float: left; }
    .modal-popup .popups-stylesheet .curt-popup-info {
      text-transform: uppercase;
      font-size: 18px;
      padding-left: 44px;
      position: relative;
      color: black;
      margin-bottom: 45px; }
    .modal-popup .popups-stylesheet .curt-popup-info:before {
      content: '';
      position: absolute;
      left: 0;
      top: -7px;
      width: 37px;
      height: 35px;
      background: url(/frontend/web/images/add_icon.png) center no-repeat; }
    .modal-popup .popups-stylesheet .popup-cart-item {
      height: 58px;
      border-bottom: 1px solid #ebebeb;
      color: black;
      margin-bottom: 20px;
      position: relative; }
      .modal-popup .popups-stylesheet .popup-cart-item:last-of-type {
        margin-bottom: 35px; }
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-img,
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-name,
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-count,
      .modal-popup .popups-stylesheet .popup-cart-item .item-price {
        float: left;
        height: 40px;
        overflow: hidden; }
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-img,
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-count,
      .modal-popup .popups-stylesheet .popup-cart-item .item-price {
        line-height: 40px; }
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-name,
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-count,
      .modal-popup .popups-stylesheet .popup-cart-item .item-price {
        margin-left: 8px; }
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-img {
        width: 86px;
        height: 57px;
        line-height: 57px;
        position: relative; }
        .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-img img {
          height: auto;
          width: auto;
          max-width: 100%;
          max-height: 100%;
          vertical-align: middle; }
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-name {
        width: 238px;
        margin-left: 10px;
        color: #00b898;
        font-size: 15px;
        font-weight: bold; }
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-count {
        width: 58px; }
      .modal-popup .popups-stylesheet .popup-cart-item .item-price {
        width: 106px;
        font-size: 20px; }
      .modal-popup .popups-stylesheet .popup-cart-item .del-item {
        position: absolute;
        right: 2px;
        top: 9px;
        line-height: 3px;
        padding: 0;
        width: 15px;
        opacity: 0.46;
        height: 15px;
        font-size: 16px; }
    .modal-popup .popups-stylesheet.order-ready {
      text-align: center; }
      .modal-popup .popups-stylesheet.order-ready .popup-text {
        text-align: center; }
      .modal-popup .popups-stylesheet.order-ready .left-subtitle.subtitle {
        float: none; }
      .modal-popup .popups-stylesheet.order-ready .oder-ready-img {
        height: 220px;
        line-height: 220px; }
        .modal-popup .popups-stylesheet.order-ready .oder-ready-img img {
          height: auto;
          width: auto;
          max-width: 100%;
          max-height: 100%;
          vertical-align: middle; }
      .modal-popup .popups-stylesheet.order-ready .site-btn {
        float: none;
        width: auto;
        padding: 0 13px; }
    .modal-popup .popups-stylesheet.sign-news {
      text-align: center; }
      .modal-popup .popups-stylesheet.sign-news .site-btn {
        float: none;
        width: auto;
        padding: 0 22px;
        margin-bottom: 30px; }
      .modal-popup .popups-stylesheet.sign-news .sign-news-img-block {
        height: 170px;
        line-height: 170px; }
        .modal-popup .popups-stylesheet.sign-news .sign-news-img-block img {
          height: auto;
          width: auto;
          max-width: 100%;
          max-height: 100%; }
    .modal-popup .popups-stylesheet .bottom-link-popup {
      margin-bottom: 26px;
      float: right;
      margin-left: 20px;
      color: #8b8b8b;
      font-size: 15px;
      text-decoration: underline; }
      .modal-popup .popups-stylesheet .bottom-link-popup.forgot-password {
        padding-top: 8px;
        font-size: 15px; }
    .modal-popup .popups-stylesheet.password-recovery .bottom-link-popup {
      margin: 0 0 10px 0; }
    .modal-popup .popups-stylesheet .notice {
      font-size: 15px;
      clear: both; }
      .modal-popup .popups-stylesheet .notice a {
        color: #39ac99;
        text-decoration: underline; }

/* Close Menu */
.close-menu {
  position: relative;
  width: 32px;
  display: none;
  height: 32px;
  margin-bottom: 12px; }
  .close-menu .close-line-first,
  .close-menu .close-line-second {
    background: #209e84; }

.horizontal-container .close-menu {
  display: block; }
.horizontal-container .close-line-first,
.horizontal-container .close-line-second {
  background: white; }
.horizontal-container .header-functional-buttons .search-cont.act .search-input {
  display: block; }

.close-menu .close-line-first,
.close-menu .close-line-second {
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

/* Price */
.item-price {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  height: 41px; }
  .item-price .fraction {
    font-weight: 600;
    font-size: 14px;
    top: -8px; }

.currency {
  font: normal 16px 'Arial'; }

.old-price {
  float: left; }

.new-price {
  float: right;
  color: #f98e3c; }

.price-type {
  display: block;
  margin-top: -6px;
  font-size: 14px;
  font-weight: normal; }

/* Price END */
/* QUantity-cont */
.quantity-cont {
  float: right;
  margin-right: 200px; }
  .quantity-cont input, .quantity-cont .btn-cont {
    float: left;
    clear: left;
    text-align: center; }
  .quantity-cont input {
    width: 48px;
    height: 27px;
    font-size: 20px;
    border: 1px solid #ebebeb; }
  .quantity-cont .btn-cont .quant-btns {
    float: left;
    width: 24px;
    height: 18px;
    line-height: 15px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    color: black; }
  .quantity-cont .btn-cont .decrease-val {
    border-left: 1px solid #ebebeb; }
  .quantity-cont .btn-cont .increase-val {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb; }

/* QUantity-cont END */
/* Tolltips */
.tooltip-discount,
.tooltip-novelty,
.tooltip-share,
.tooltip-top {
  padding: 0 15px;
  position: absolute;
  border-radius: 0 6px 6px 0;
  background: #f24841;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  box-shadow: inset 3px 0px 2.85px 0.15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 3px 0px 2.85px 0.15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 3px 0px 2.85px 0.15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 3px 0px 2.85px 0.15px rgba(0, 0, 0, 0.2); }

.tooltip-discount {
  top: 0;
  left: 0; }

.tooltip-novelty {
  background: #00b898; }

.tooltip-share {
  background: #f98e3c; }

.footnote {
  font-size: 13px;
  color: #8b8b8b;
  margin-bottom: 15px;
  padding-top: 9px; }

/* Tolltips */
.filter-btns-wrap .close-menu {
  display: none; }

.close-menu .close-line-second {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

/* Close Menu END  */
.site-btn.near-subtitle {
  float: right; }

.subtitle-wrap.plus-decoration {
  margin-bottom: 22px; }
.subtitle-wrap .site-btn {
  background: none;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
  height: 30px;
  line-height: 30px; }
  .subtitle-wrap .site-btn.blue {
    background: #4d93bf;
    color: white;
    border: none; }
    .subtitle-wrap .site-btn.blue:hover {
      color: white; }
.subtitle-wrap .site-btn:hover {
  color: #209e84; }

/* btns END */
/* date-time */
.date-block {
  color: #8b8b8b;
  line-height: 16px; }

.date-block.news-inner {
  margin-top: 8px;
  float: right; }

/* date-time END */
.clear-after {
  position: relative; }

.clear-after:after {
  content: "";
  display: block;
  clear: both; }

/* clear After */
/* clear After END */
/* Site forms */
.form-stylesheet .form-group {
  margin: 0;
  position: relative; }
.form-stylesheet .capcha-cont {
  margin-bottom: 45px;
  clear: both; }
  .form-stylesheet .capcha-cont .captcha-refresh {
    text-decoration: underline;
    color: white;
    margin-top: 5px;
    margin-left: 12px; }
.form-stylesheet .form-group.required:before {
  content: '*';
  position: absolute;
  right: -13px;
  top: -3px;
  font-size: 11px;
  width: 8px;
  color: #8b8b8b;
  height: 8px; }
.form-stylesheet .form-group.required:hover:before {
  color: #f98e3c; }
.form-stylesheet .inputs-catal-style {
  margin-bottom: 20px; }
  .form-stylesheet .inputs-catal-style .form-group:before {
    display: none; }
.form-stylesheet .inputs-wrap {
  float: left;
  width: 48%; }
  .form-stylesheet .inputs-wrap input {
    width: 100%;
    height: 35px;
    margin-bottom: 10px; }
  .form-stylesheet .inputs-wrap input:-webkit-autofill {
    background: white !important;
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    /* ╨ж╨▓╨╡╤В ╤Д╨╛╨╜╨░ */
    -webkit-text-fill-color: #999 !important;
    /* ╤Ж╨▓╨╡╤В ╤В╨╡╨║╤Б╤В╨░ */
    color: #999 !important;
    /* ╤Ж╨▓╨╡╤В ╤В╨╡╨║╤Б╤В╨░ */ }
.form-stylesheet input, .form-stylesheet textarea {
  padding: 0 12px;
  outline: none;
  font-size: 15px;
  border: 1px solid #ebebeb; }
  .form-stylesheet input:hover, .form-stylesheet input:active, .form-stylesheet input:focus, .form-stylesheet textarea:hover, .form-stylesheet textarea:active, .form-stylesheet textarea:focus {
    border: 1px solid #f98e3c;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .form-stylesheet input:hover::-webkit-input-placeholder, .form-stylesheet input:active::-webkit-input-placeholder, .form-stylesheet input:focus::-webkit-input-placeholder, .form-stylesheet textarea:hover::-webkit-input-placeholder, .form-stylesheet textarea:active::-webkit-input-placeholder, .form-stylesheet textarea:focus::-webkit-input-placeholder {
      color: #f98e3c; }
    .form-stylesheet input:hover::-moz-placeholder, .form-stylesheet input:active::-moz-placeholder, .form-stylesheet input:focus::-moz-placeholder, .form-stylesheet textarea:hover::-moz-placeholder, .form-stylesheet textarea:active::-moz-placeholder, .form-stylesheet textarea:focus::-moz-placeholder {
      color: #f98e3c; }
    .form-stylesheet input:hover:-moz-placeholder, .form-stylesheet input:active:-moz-placeholder, .form-stylesheet input:focus:-moz-placeholder, .form-stylesheet textarea:hover:-moz-placeholder, .form-stylesheet textarea:active:-moz-placeholder, .form-stylesheet textarea:focus:-moz-placeholder {
      color: #f98e3c; }
    .form-stylesheet input:hover:-ms-input-placeholder, .form-stylesheet input:active:-ms-input-placeholder, .form-stylesheet input:focus:-ms-input-placeholder, .form-stylesheet textarea:hover:-ms-input-placeholder, .form-stylesheet textarea:active:-ms-input-placeholder, .form-stylesheet textarea:focus:-ms-input-placeholder {
      color: #f98e3c; }
.form-stylesheet textarea {
  float: right;
  width: 48%;
  height: 85px;
  padding: 7px 12px;
  position: relative; }
.form-stylesheet .site-btn {
  background: #ff731e; }
  .form-stylesheet .site-btn.green-blue {
    background: #209e84; }
  .form-stylesheet .site-btn.transparent {
    background: white;
    color: #8b8b8b; }
.form-stylesheet .capcha-wrap {
  clear: both;
  float: left;
  width: 48%;
  margin-bottom: 20px; }
.form-stylesheet .submit-btn-cont {
  clear: both; }

/* Site forms END */
/* SIDEBAR */
.sidebar-block.bord-gray.soc {
  border: 1px solid #c5c5c5;
  clear: both; }

.logo-sidebar {
  text-align: center;
  height: 80px;
  line-height: 80px; }
  .logo-sidebar .logo-sidebar-img {
    vertical-align: middle;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: 60px; }

.sidebar-left {
  width: 23.7069%;
  float: left;
  padding-bottom: 15px; }
  .sidebar-left .sidebar-left-title {
    font: bold 15px 'Open Sans';
    cursor: default;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
    margin-bottom: 20px; }
  .sidebar-left .sidebar-left-title:before {
    content: '';
    cursor: default;
    position: absolute;
    left: -2px;
    top: 0;
    width: 18px;
    height: 18px;
    background: url(/frontend/web/images/sidebar_icon_title.png) center no-repeat; }
  .sidebar-left .checkbox-wrap:last-of-type {
    margin-bottom: 24px; }
  .sidebar-left .site-btn {
    display: block;
    margin: 0 auto 12px;
    height: 27px;
    line-height: 26px;
    font-size: 14px; }
    .sidebar-left .site-btn.btn-filter-apply {
      background: #ff731e;
      font-weight: 600; }
  .sidebar-left .catal-filter-form {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 12px; }
    .sidebar-left .catal-filter-form .sidebar-block {
      border: none; }
  .sidebar-left .sidebar-block {
    padding: 13px 10px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 20px; }
    .sidebar-left .sidebar-block.soc {
      margin-bottom: 20px; }
    .sidebar-left .sidebar-block.bord-gray {
      border: 1px solid #ebebeb; }
    .sidebar-left .sidebar-block.inact {
      overflow: hidden;
      padding: 0 10px 0;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 0; }
      .sidebar-left .sidebar-block.inact .sidebar-left-body {
        display: none; }
      .sidebar-left .sidebar-block.inact .sidebar-left-title {
        height: inherit;
        line-height: 43px;
        margin-bottom: 0; }
      .sidebar-left .sidebar-block.inact .sidebar-left-title:before {
        top: 13px;
        background: url(/frontend/web/images/icon_title_close.png) center no-repeat; }
  .sidebar-left .sidebar-block:last-of-type {
    margin-bottom: 16px; }
  .sidebar-left .sidebar-banner {
    height: 432px; }
    .sidebar-left .sidebar-banner img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }

/* SIDEBAR END */
/* Sliders */
.slick-slider-main {
  height: 548px;
  width: 390px;
  text-align: center;
  overflow: hidden;
  background: white;
  border: 1.5px solid #ebebeb;
  border-top: 0; }
  .slick-slider-main.place-1 {
    position: absolute;
    left: 0;
    top: 115px; }
    .slick-slider-main.place-1 .slide-img-cont {
      margin-bottom: 35px; }
  .slick-slider-main.place-2 {
    width: 280px;
    height: 440px;
    border: none; }
    .slick-slider-main.place-2 .slide-img-cont,
    .slick-slider-main.place-2 .slick-slide {
      width: inherit;
      height: 440px;
      line-height: 440px; }
    .slick-slider-main.place-2 .slide-img-cont {
      line-height: 440px; }
    .slick-slider-main.place-2 .slide-info,
    .slick-slider-main.place-2 .slide-title {
      display: none; }
  .slick-slider-main.place-3 {
    width: 478px;
    height: 424px;
    float: right;
    border: none; }
    .slick-slider-main.place-3 .slick-slide {
      height: 424px; }
    .slick-slider-main.place-3 .slick-dots {
      display: block;
      height: 15px;
      line-height: 15px;
      bottom: 10px; }
    .slick-slider-main.place-3 .slide-img-cont,
    .slick-slider-main.place-3 .slick-slide,
    .slick-slider-main.place-3 .banner-cont {
      width: inherit;
      height: inherit; }
    .slick-slider-main.place-3 .slide-img-cont,
    .slick-slider-main.place-3 .banner-cont {
      line-height: 440px;
      height: 440px; }
    .slick-slider-main.place-3 .slide-info,
    .slick-slider-main.place-3 .slide-title {
      display: none; }
  .slick-slider-main.place-4 {
    position: relative;
    top: 0;
    height: 520px;
    width: 370px;
    border: 1px solid #c5c5c5; }
    .slick-slider-main.place-4 .slide-img-cont {
      height: 250px;
      margin-top: 0;
      margin-bottom: 20px; }
    .slick-slider-main.place-4 .slide-title {
      height: 50px;
      line-height: 26px;
      padding: 0 5px;
      margin-bottom: 20px; }
    .slick-slider-main.place-4 .slide-info {
      margin-bottom: 16px; }
    .slick-slider-main.place-4 .slick-dots {
      bottom: 13px; }
  .slick-slider-main.place-5 {
    width: 100%;
    height: 424px;
    float: right;
    border: none; }
    .slick-slider-main.place-5 .slick-slide {
      height: 424px;
      line-height: 424px; }
      .slick-slider-main.place-5 .slick-slide img {
        vertical-align: top; }
    .slick-slider-main.place-5 .slide-info,
    .slick-slider-main.place-5 .slide-title,
    .slick-slider-main.place-5 .site-btn {
      display: none; }
  .slick-slider-main .slick-arrow {
    display: none !important; }
  .slick-slider-main .slick-slide {
    height: 548px; }
  .slick-slider-main .slide-img-cont {
    height: 255px;
    margin-top: 8px;
    line-height: 255px;
    margin-bottom: 27px; }
    .slick-slider-main .slide-img-cont img {
      display: inline-block;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle; }
  .slick-slider-main .slide-title {
    font-size: 24px;
    font-weight: 600;
    color: #3d9d8c;
    text-transform: uppercase;
    margin-bottom: 19px;
    height: 33px;
    overflow: hidden; }
  .slick-slider-main .slide-info {
    width: 274px;
    height: 66px;
    margin: 0 auto 32px;
    overflow: hidden;
    color: #666; }
  .slick-slider-main .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%; }
  .slick-slider-main .slick-dots li {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 10px;
    height: 10px;
    color: transparent;
    cursor: default;
    background: #ebebeb;
    margin: 0 5px; }
  .slick-slider-main .slick-dots li.slick-active {
    background: #f98e3c; }

/* Sliders END  */
/* Bread crumbs */
.bread-crumbs {
  padding-top: 30px;
  margin-bottom: 45px; }
  .bread-crumbs li, .bread-crumbs a {
    display: inline-block;
    font-size: 13px;
    color: #8b8b8b;
    text-transform: uppercase;
    margin-right: 2px; }
  .bread-crumbs .razdilitel {
    margin-left: 2px; }
  .bread-crumbs .main-bread-link {
    width: 14px;
    height: 14px;
    background: url(/frontend/web/images/bread_icon_home.png) center no-repeat; }

.return-link {
  display: none; }

/* Bread crumbs END */
/* LIst Item */
.main-product-item {
  float: left;
  height: 460px;
  padding: 0 15px;
  margin-bottom: 50px; }
  .main-product-item .tooltip-discount,
  .main-product-item .tooltip-novelty,
  .main-product-item .tooltip-share,
  .main-product-item .tooltip-top {
    font-size: 16px; }
  .main-product-item .tooltip-top {
    top: 0px; }
  .main-product-item .tooltip-discount {
    top: 103px; }
  .main-product-item .tooltip-novelty {
    bottom: 0; }
  .main-product-item .tooltip-share {
    top: 51px; }
  .main-product-item .main-product-img-cont {
    height: 190px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 190px;
    position: relative; }
    .main-product-item .main-product-img-cont img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle; }
  .main-product-item .item-info-feature-name {
    color: #8b8b8b; 
font-weight: normal:}
  .main-product-item .item-short-info, .main-product-item .item-info {
    height: 74px;
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px solid #8b8b8b; }
  .main-product-item .products-descr {
    font-size: 19px;
    height: 40px;
    overflow: hidden;
    display: block;
    color: #209e84;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 600; }
  .main-product-item .item-price {
    height: 40px;
    margin-bottom: 10px; }
  .main-product-item .item-info {
    height: 93px; }
    .main-product-item .item-info .item-info-feature-value {
      font-weight: 100/*600*/; }
  .main-product-item .inact .item-price {
    opacity: 0.4; }
  .main-product-item .site-btn {
    background: #209e84; }
  .main-product-item .inact .site-btn {
    background: #c5c5c5; }
  .main-product-item.inact .item-price {
    opacity: 0.5; }
  .main-product-item.inact .products-descr {
    color: #8b8b8b; }
  .main-product-item .site-btn:hover,
  .main-product-item .site-btn:active {
    background: #f98e3c; }
  .main-product-item .subtitle-wrap .site-btn {
    background: none; }

/* Ist Item END */
/* block with circle */
.block-with-circle {
  border: 1px solid #c5c5c5;
  padding: 12px 12px 12px 45px;
  position: relative; }
  .block-with-circle .block-with-circle-inner {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 50%;
    margin-top: -21px; }
    .block-with-circle .block-with-circle-inner img {
      vertical-align: middle; }

/* block with circle END*/
/* Pagination */
.pagination-block {
  clear: both;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .pagination-block:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #c5c5c5;
    top: 19px;
    z-index: 1; }
  .pagination-block li {
    display: inline-block;
    margin-right: 0;
    margin-left: -.36em;
    padding: 0 11px;
    position: relative;
    z-index: 2;
    background: white; }
    .pagination-block li:first-of-type a, .pagination-block li:last-of-type a {
      width: auto; }
    .pagination-block li:first-of-type:before, .pagination-block li:last-of-type:after {
      content: '';
      position: relative;
      top: 15px;
      width: 48%;
      height: 1px;
      background: #c5c5c5;
      left: 0; }
    .pagination-block li:last-of-type {
      right: 0; }
  .pagination-block a, .pagination-block span {
    display: inherit;
    width: 40px;
    height: 40px;
    color: #8b8b8b;
    font-size: 20px;
    line-height: 35px; }
  .pagination-block1 .active a {
    border: 2px solid #66dec4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    color: black;
    font-weight: bold; }
  .pagination-block .first a,
  .pagination-block .last a {
    text-decoration: none; }
  .pagination-block .first.disabled,
  .pagination-block .last.disabled {
    display: none; }

/* Pagination END */
/* BTN CLOSE GLOBAL */
.btn-horizontal {
  float: left;
  height: 24px;
  padding: 0;
  width: 30px;
  position: relative; }

.left-subtitle {
  float: left; }

.subtitle-wrap {
  position: relative;
  overflow: hidden; }

.subtitle-wrap.plus-decoration:before {
  content: '';
  position: absolute;
  width: 324px;
  left: 234px;
  top: 15px;
  background: #DDD;
  height: 1px; }

.btn-horizontal i {
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  position: absolute;
  background: white;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px; }

.btn-horizontal i:nth-of-type(2) {
  top: 8px; }

.btn-horizontal i:nth-of-type(3) {
  top: 16px; }

/* Checkboxes */
.checkbox-wrap {
  position: relative;
  padding-left: 2px;
  margin-bottom: 10px; }

.checkbox-wrap label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  border: 1px solid #c5c5c5;
  height: 16px;
  border-radius: 3px; }

.checkbox-wrap {
  min-height: 19px; }

.checkbox-wrap label {
  font-size: 14px;
  font-weight: normal;
  float: left;
  text-align: left; }

.checkbox-wrap label:hover,
.checkbox-wrap input:checked + label {
  text-decoration: underline;
  font-weight: bold;
  cursor: default; }

.checkbox-wrap input {
  opacity: 0;
  position: absolute;
  left: 0; }

.checkbox-wrap input:checked + label:before {
  background: url(/frontend/web/images/checkbox_act.png) center no-repeat; }

.checkbox-wrap input:disabled + label {
  opacity: 0.3; }

.checkbox-wrap.gender input:not(checked) {
  position: absolute;
  opacity: 0; }

/* Checkboxes END */
/* BTN CLOSE GLOBAL  END */
.header {
  color: white;
  position: relative; }
  .header .subtitle-wrap {
    margin-bottom: 25px; }
  .header .horizontal-menu li {
    height: 44px;
    line-height: 44px; }
  .header .profile-cont {
    position: relative; }
    .header .profile-cont .profile-cont-inner {
      line-height: 10px; }
    .header .profile-cont.act {
      margin-left: 10px; }
      .header .profile-cont.act .profile-cont-inner {
        margin-top: -8px;
        padding: 4px 10px 4px 16px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px; }
      .header .profile-cont.act .user-login {
        padding: 7px 11px 0 0;
        float: left; }
  .header .profile-list {
    display: none;
    position: absolute;
    padding: 0 12px;
    background: #ecf5f3;
    top: 39px;
    left: 50%;
    z-index: 4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%); }
  .header .header-functional-buttons .profile-list a {
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    cursor: default;
    padding: 10px 0;
    height: auto;
    width: auto;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600; }
  .header .profile-list a:hover,
  .header .profile-list a.active {
    color: #3d9d8c; }
  .header .profile-list .triangle {
    padding: 0;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 9px;
    background: url(/frontend/web/images/triangle.png) center top no-repeat; }
  .header .profile-list a:first-of-type {
    border-bottom: 1px solid #8b8b8b; }
  .header .profile-cont:hover .profile-list {
    display: block; }
  .header h1 {
    color: white; }
  .header .horizontal-container {
    height: 100%;
    width: 350px;
    padding: 20px;
    position: fixed;
    left: -1000px;
    z-index: 5;
    background: #29957a;
    box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.22);
    box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.22); }
    .header .horizontal-container .lang-list {
      position: absolute;
      top: 27px;
      right: 23px; }
    .header .horizontal-container .search-form .search-input-wrap {
      width: 270px;
      position: relative; }
      .header .horizontal-container .search-form .search-input-wrap:before {
        content: '';
        position: absolute;
        right: 11px;
        top: 6px;
        width: 20px;
        height: 20px;
        background: url(/frontend/web/images/search-icon.png) center center no-repeat; }
      .header .horizontal-container .search-form .search-input-wrap input {
        width: inherit;
        background: none;
        height: 35px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        padding: 0 10px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px; }
  .header .horizontal-menu {
    padding-top: 10px;
    margin-bottom: 25px; }
  .header .horizontal-menu a {
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
    .header .horizontal-menu a:active {
      text-decoration: none; }
    .header .horizontal-menu a:hover {
      text-decoration: none; }
  .header .header-txt-info .header-txt-info-inner,
  .header .header-txt-info .last-header-text {
    font-size: 22px;
    font-style: italic;
    word-spacing: 2px;
    font-weight: 600;
    font-family: constantia;
    line-height: 30px; }
  .header .header-txt-info .header-txt-info-inner {
    margin-bottom: 26px; }
  .header .header-txt-info .last-header-text {
    margin-bottom: 26px; }
  .header .header-txt-info {
    height: 298px;
    display: none; }
  .header .header-txt-info .subtitle {
    float: left; }
  .header .decoration-text {
    position: absolute;
    height: 1px;
    background: white; }
  .header .decoration-right {
    width: 508px;
    top: 34%;
    right: 0; }
  .header .decoration-left {
    width: 699px; }
  .header .decoration-right:before,
  .header .decoration-left:after {
    position: absolute;
    font-size: 76px; }
  .header .decoration-left:after {
    content: '"';
    right: -49px;
    top: -57px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  .header .decoration-right:before {
    content: '"';
    left: -42px;
    top: -44px; }
  .header .header-min,
  .header .logo-cont {
    padding-top: 26px; }
  .header .logo-cont {
    width: 390px;
    background: white;
    height: 120px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0; }
  .header.inner-header .logo-cont {
    width: 175px;
    height: 72px;
    line-height: 72px;
    padding-top: 0; }
  .header.inner-header .logo-cont img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    max-height: 84%; }
  .header .header-min {
    height: 72px; }
  .header .header-min,
  .header .header-txt-info {
    margin-left: 22px; }
  .header .lang-list,
  .header .header-functional-buttons {
    float: right; }
  .header .horizontal-container .header-functional-buttons {
    float: left; }
    .header .horizontal-container .header-functional-buttons .search-cont .search-form .search-input {
      display: block; }
  .header .lang-list li,
  .header .header-functional-buttons li {
    float: left;
    height: 18px; }
  .header .header-functional-buttons li {
    height: 41px; }
  .header .lang-list a {
    color: rgba(255, 255, 255, 0.65); }
  .header .lang-list a.act {
    color: white; }
  .header .header-functional-buttons {
    margin: -3px 30px 0 0;
    text-align: right; }
    .header .header-functional-buttons .search-cont {
      margin-top: -6px;
      padding: 6px 9px 0 0;
      margin-right: -12px;
      height: 34px;
      position: relative; }
      .header .header-functional-buttons .search-cont .search-form {
        float: left;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        margin: 0 4px 0 0;
        width: 20px; }
        .header .header-functional-buttons .search-cont .search-form .search-input {
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border: none;
          display: none;
          padding: 0 20px 0 12px;
          max-width: 100%;
          background: none;
          margin-top: -4px;
          height: 28px; }
      .header .header-functional-buttons .search-cont.act {
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        background: rgba(255, 255, 255, 0.1); }
        .header .header-functional-buttons .search-cont.act .search-form {
          width: 240px; }
        .header .header-functional-buttons .search-cont.act .pseudo-search-button {
          z-index: 0; }
  .header .header-functional-buttons a,
  .header .header-functional-buttons button,
  .header .header-functional-buttons .search-btn,
  .header .pseudo-search-button {
    display: inline-block;
    width: 24px;
    cursor: default;
    height: 24px;
    z-index: 2; }
  .header .header-functional-buttons .search-btn {
    background: url(/frontend/web/images/icons_heade_sprite.png) 3px 0 no-repeat;
    position: absolute;
    right: 9px;
    top: 6px; }
  .header .pseudo-search-btn-cont {
    display: none; }
    .header .pseudo-search-btn-cont .pseudo-search-btn {
      background: url(/frontend/web/images/icons_heade_sprite.png) 3px 0 no-repeat; }
  .header .header-functional-buttons a.cart-btn {
    position: relative;
    background: url(/frontend/web/images/icons_heade_sprite.png) -39px 0 no-repeat; }
    .header .header-functional-buttons a.cart-btn .counter {
      position: absolute;
      display: block;
      top: -9px;
      right: -9px;
      text-align: center;
      font-size: 14px;
      width: 20px;
      color: white;
      background: #ffb21e;
      height: 20px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%; }
  .header .header-functional-buttons .profile-btn {
    background: url(/frontend/web/images/icons_heade_sprite.png) -77px 0 no-repeat; }
  .header .header-functional-buttons li.curt-btn-cont {
    margin: 0 14px; }
  .header .lang-list li {
    padding: 0 8px;
    line-height: 18px; }
  .header .lang-list a {
    line-height: 18px; }
  .header .lang-list li:nth-of-type(2) {
    border-right: 1px solid white;
    border-left: 1px solid white; }
  .header.inner-header .btn-horizontal {
    margin-left: 180px; }

.main-header .header-txt-info {
  display: block; }

.main-header {
  padding-left: 390px; }
  .main-header .header-min {
    margin-bottom: 11px; }

/* MAIN PAGE CONT */
.wrapper.main-page-cont {
  margin-bottom: 85px; }

.our-products-block {
  margin-left: 390px;
  padding: 32px 0 0 20px;
  margin-bottom: 125px; }
  .our-products-block .subtitle-wrap.plus-decoration {
    margin-bottom: 17px; }
  .our-products-block .slide-detail-btn {
    float: right;
    background: white;
    border: 1px solid #ebebeb;
    color: #ebebeb; }
  .our-products-block .our-products-item {
    display: inline-block;
    width: 32%;
    text-align: center;
    position: relative; }
    .our-products-block .our-products-item:hover .our-products-descr, .our-products-block .our-products-item:active .our-products-descr {
      color: #0c9667; }
    .our-products-block .our-products-item .our-products-link {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block; }
  .our-products-block .cont-img {
    height: 150px;
    width: 150px;
    margin: 0 auto 25px; }
  .our-products-block .our-products-item img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%; }
  .our-products-block .our-products-cont .our-products-item:nth-last-of-type(2) {
    margin: 0 10px; }
  .our-products-block .products-descr {
    text-transform: uppercase;
    font-size: 17px;
    height: 46px;
    overflow: hidden;
    color: black;
    font-weight: 600; }
  .our-products-block .products-descr.act {
    color: #0c9667; }

.main-products-info {
  margin-bottom: 25px;
  overflow: hidden; }
  .main-products-info .subtitle-wrap.plus-decoration.sale-monters {
    margin-bottom: 35px; }
  @media (min-width: 768px) {
    .main-products-info .filter-btns-wrap.left-menu {
      padding: 0; } }
  .main-products-info .plus-decoration:before {
    width: 650px;
    left: 318px; }
  .main-products-info.catalog-variant .plus-decoration:before {
    width: 701px;
    left: 169px; }
  .main-products-info.catalog-variant .close-menu {
    display: none; }
  .main-products-info .filter-btn-wrap {
    width: 25%;
    margin-bottom: 10px;
    padding: 0 15px;
    float: left; }
  .main-products-info .filter-btn {
    width: 100%;
    background: #209e84;
    font-size: 13px; }
    .main-products-info .filter-btn:hover, .main-products-info .filter-btn.act {
      background: #ff9600; }
  .main-products-info.catalog-variant {
    width: 74.56897%;
    margin-left: 25.43103%; }

.main-products-cont .main-products-cont-inner {
  margin-bottom: 60px; }
  .main-products-cont .main-products-cont-inner .empty-result {
    padding: 0 15px; }
.main-products-cont .main-product-item {
  width: 25%; }
.main-products-cont.catalog-list {
  width: 74.56897%;
  margin-left: 25.43103%; }
  .main-products-cont.catalog-list .main-product-item {
    width: 33%; }
    .main-products-cont.catalog-list .main-product-item:nth-of-type(3n+2) {
      margin: 0 4px 50px; }

.news-bg-block {
  background: url(/frontend/web/images/new_min_bg.jpg) center no-repeat;
  background-size: cover;
  clear: both;
  padding-top: 55px;
  height: 392px;
  margin: 0 -15px; }
  .news-bg-block .subtitle-wrap {
    margin-bottom: 18px; }
  .news-bg-block .subtitle-wrap .site-btn {
    color: white;
    border: 1px solid white; }
  .news-bg-block .subtitle-wrap:before {
    background: white;
    width: 833px;
    left: 126px;
    top: 14px; }
  .news-bg-block .news-min-cont {
    overflow: hidden; }
    .news-bg-block .news-min-cont .news-main {
      display: none; }
  .news-bg-block .news-min-item {
    float: left;
    width: 375px;
    color: white; }
  .news-bg-block .subtitle {
    margin-bottom: 12px;
    font-size: 18px;
    height: 48px;
    overflow: hidden; }
    .news-bg-block .subtitle.left-subtitle {
      font-size: 22px; }
  .news-bg-block .news-min-item-date {
    opacity: 0.7;
    margin-bottom: 5px; }
  .news-bg-block .news-min-item:nth-of-type(2) {
    margin: 0 16px; }
  .news-bg-block .news-min-short {
    width: 373px;
    height: 110px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.65);
    padding: 12px 19px 13px; }
    .news-bg-block .news-min-short p {
      max-height: 100%;
      line-height: 20px;
      overflow: hidden; }

.contacts-block {
  height: auto;
  padding: 60px 0; }

.contacts-inner-page .contacts-block {
  padding: 0; }
  .contacts-inner-page .contacts-block .subtitle-wrap.plus-decoration:before {
    width: 1014px;
    left: 144px; }
  .contacts-inner-page .contacts-block .subtitle-wrap.plus-decoration .site-btn {
    display: none; }

.contacts-block .subtitle-wrap .site-btn {
  background: #ff9600;
  color: white;
  border: none;
  font-size: 14px; }
.contacts-block .subtitle-wrap.plus-decoration {
  margin-bottom: 48px; }
.contacts-block .subtitle-wrap.plus-decoration:before {
  width: 743px;
  left: 154px; }
.contacts-block .contacts-inner-cont {
  margin-bottom: 60px; }
.contacts-block .contacts-item {
  margin-bottom: 30px; }
.contacts-block .contacts-title {
  font: 600 18px 'Arial';
  position: relative; }
.contacts-block .contacts-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: -37px;
  top: -4px;
  background: url(/frontend/web/images/footer_sprite.png) 0 4px no-repeat; }
.contacts-block .contacts-title.phone:before {
  background: url(/frontend/web/images/footer_sprite.png) 0 -114px no-repeat; }
.contacts-block .contacts-title.email:before {
  background: url(/frontend/web/images/footer_sprite.png) 0 -223px no-repeat; }
.contacts-block .contacts-inner-left {
  width: 32.41379%;
  float: left;
  padding-left: 37px; }
.contacts-block .contacts-inner-right {
  float: right;
  height: 273px;
  overflow: hidden;
  width: 66.46552%; }

/* Visa styles */
.visa-link-cont {
  display: inline-block;
  overflow: hidden;
  padding-top: 7px; }
  .visa-link-cont img {
    float: left;
    width: 40px;
    height: auto; }
    .visa-link-cont img:first-of-type {
      margin: 0 10px 0 15px; }

/* Visa styles END */
.footer {
  height: auto;
  clear: both;
  color: white;
  padding: 25px 15px;
  min-height: 130px;
  overflow: hidden;
  margin: 0 -15px;
  background: rgba(0, 116, 107, 0.94);
  background-image: -webkit-linear-gradient(90deg, rgba(6, 107, 144, 0.15) 0%, rgba(0, 96, 27, 0.15) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(6, 107, 144, 0.15) 0%, rgba(0, 96, 27, 0.15) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(6, 107, 144, 0.15) 0%, rgba(0, 96, 27, 0.15) 100%);
  box-shadow: inset 0px 26px 76px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 26px 76px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: inset 0px 26px 76px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0px 26px 76px 0px rgba(0, 0, 0, 0.08); }
  .footer .visa-link-cont {
    margin-left: 14px;
    padding-top: 2px; }
    .footer .visa-link-cont a img {
      width: 64px; }
      .footer .visa-link-cont a img:first-of-type {
        margin: 0 22px 0 5px; }
  .footer .footer-nav {
    overflow: hidden;
    margin-bottom: 40px; }
  .footer .footer-nav li {
    float: left;
    padding: 0 20px; }
  .footer .footer-nav li:last-of-type {
    padding-right: 0; }
  .footer .footer-nav a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65); }
    .footer .footer-nav a:hover, .footer .footer-nav a:active, .footer .footer-nav a.act {
      text-decoration: underline;
      color: white; }
  .footer .footer-right-cont {
    float: right;
    overflow: hidden; }
  .footer .footer-contacts {
    float: left;
    color: rgba(255, 255, 255, 0.65);
    margin-left: 18px; }
  .footer .logo-footer {
    width: 130px;
    height: 83px;
    text-align: center;
    line-height: 129px;
    float: left;
    margin-right: 25px;
    border: 1px solid rgba(255, 255, 255, 0.35); }
  .footer .seo-logo {
    width: 78px;
    float: left;
    height: 34px;
    margin-left: 12px; }
  .footer .seo-logo img {
    max-width: 100%; }
  .footer .soc-foot {
    float: right;
    text-align: center; }
  .footer .soc-foot li {
    width: 66px;
    height: 36px;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-left: none;
    position: relative; }
  .footer .soc-foot li:first-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.65); }
  .footer .soc-foot img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }

/* MAIN PAGE CONT END */
/* Global styles END */
/*Card Item */
.content-item {
  float: left;
  width: 75%;
  margin-bottom: 150px; }
  .content-item .spoiler-block {
    display: none; }
  .content-item h2, .content-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500; }
  .content-item .item-inner {
    height: 375px;
    margin-bottom: 30px; }
    .content-item .item-inner .item-img {
      float: left;
      height: inherit;
      width: 48.85057%;
      text-align: center;
      line-height: 375px;
      position: relative; }
      .content-item .item-inner .item-img .img-zoom {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        .content-item .item-inner .item-img .img-zoom:hover {
          background: url(/frontend/web/images/zoom-in.png) center no-repeat; }
      .content-item .item-inner .item-img img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
      .content-item .item-inner .item-img .tooltip-novelty {
        top: 0; }
      .content-item .item-inner .item-img .tooltip-discount {
        top: 88px; }
      .content-item .item-inner .item-img .tooltip-share {
        top: 44px; }
      .content-item .item-inner .item-img .tooltip-top {
        top: 124px; }
    .content-item .item-inner .item-info {
      float: right;
      width: 42.52874%; }
      .content-item .item-inner .item-info .add-to-curt {
        background: #209e84; }
        .content-item .item-inner .item-info .add-to-curt:hover {
          background: #f98e3c; }
      .content-item .item-inner .item-info .send-review {
        float: right;
        height: 35px; }
  .content-item .item-good-descr {
    margin-bottom: 50px; }
  .content-item .subtitle-wrap.plus-decoration.item-good-descr-title:before {
    width: 702px;
    left: 172px; }
  .content-item .subtitle-wrap.plus-decoration.user-comments:before {
    width: 577px;
    left: 292px; }
  .content-item .subtitle-wrap.plus-decoration.send-comment:before {
    width: 577px;
    left: 292px; }
  .content-item .block-with-circle {
    margin-bottom: 16px; }
    .content-item .block-with-circle .block-with-circle-inner {
      border: 1px solid #8b8b8b;
      background: white; }
  .content-item .comments-usver-cont .user-cont-inner {
    margin-bottom: 60px; }
  .content-item .comments-usver-cont .date-block {
    margin-bottom: 10px; }
  .content-item .usver-name {
    font-size: 20px;
    font-weight: 500; }
  .content-item .pagination-block {
    margin-bottom: 70px; }
  .content-item .inputs-catal-style {
    padding: 30px 20px;
    background: #ebebeb; }
  .content-item .form-stylesheet input,
  .content-item .form-stylesheet textarea {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    outline: none; }
  .content-item .form-stylesheet .has-error input,
  .content-item .form-stylesheet .has-error textarea {
    border: 1px solid #a94442; }

.right-sidebar {
  width: 23.44828%;
  float: right; }
  .right-sidebar .subtitle {
    font-size: 22px;
    margin-bottom: 5px; }
  .right-sidebar .sidebar-banner {
    margin-bottom: 50px;
    padding-top: 17px; }
    .right-sidebar .sidebar-banner img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%; }
  .right-sidebar .main-product-item {
    padding: 0 3px;
    margin-bottom: 5px; }

.item-characteristic {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  overflow: hidden; }
  .item-characteristic p {
    margin-bottom: 5px; }
  .item-characteristic.availability {
    position: relative;
    padding-left: 45px; }
  .item-characteristic.availability:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 25px;
    height: 26px;
    background: url(/frontend/web/images/available_icon.png) center no-repeat; }
  .item-characteristic.not-available:before {
    background: url(/frontend/web/images/not_available.png) center no-repeat; }
  .item-characteristic .item-price {
    color: black;
    position: relative;
    height: auto; }
  .item-characteristic .old-price,
  .item-characteristic .new-price {
    float: left;
    width: 96px; }
  .item-characteristic .old-price {
    margin-right: 79px; }
  .item-characteristic .price-type {
    margin-top: 0; }

.item-info .item-characteristic:last-of-type {
  border: none; }

/*Card Item END */
/* NEWS */
.subtitle-wrap.plus-decoration.news:before {
  left: 129px;
  width: 1019px; }

.news-content {
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
  .news-content p {
    display: inline-block; }
  .news-content ul {
    list-style-type: disc;
    padding-left: 20px; }

.news-cont {
  margin: 0 -10px 75px 0;
  /*Hover Even END*/ }
  .news-cont .news-item {
    width: 50%;
    float: left;
    padding: 0 10px;
    height: 300px;
    margin-bottom: 18px;
    position: relative; }
    .news-cont .news-item .news-item-img-bg {
      height: 100%;
      margin-left: -10px;
      width: 100%; }
    .news-cont .news-item .news-item-inner {
      width: 100%;
      height: 100%;
      position: relative;
      top: 0; }
    .news-cont .news-item .news-item-link {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: 4;
      width: 100%;
      height: 100%; }
    .news-cont .news-item .news-text-block {
      position: absolute;
      left: 0;
      top: 0;
      width: 375px;
      height: inherit;
      padding: 70px 10px 20px 10px;
      color: white;
      font-size: 15px;
      background: rgba(46, 163, 143, 0.6); }
      .news-cont .news-item .news-text-block .subtitle,
      .news-cont .news-item .news-text-block .news-text-block,
      .news-cont .news-item .news-text-block .date-block {
        position: relative;
        z-index: 2;
        color: white; }
      .news-cont .news-item .news-text-block .subtitle {
        font-size: 18px;
        margin-bottom: 14px;
        height: 48px;
        overflow: hidden; }
      .news-cont .news-item .news-text-block .date-block {
        opacity: 0.7;
        margin-bottom: 16px; }
      .news-cont .news-item .news-text-block .news-description {
        height: 110px;
        overflow: hidden; }
    .news-cont .news-item:hover .news-text-block {
      border-right: 1px solid rgba(255, 255, 255, 0.65); }
    .news-cont .news-item:hover:before {
      content: '';
      position: absolute;
      right: 92px;
      z-index: 2;
      top: 50%;
      margin-top: -15px;
      width: 35px;
      height: 35px;
      background: url(/frontend/web/images/news-list-hover.png) center no-repeat; }
  @media (min-width: 768px) {
    .news-cont {
      /* Hover All */
      /* Hover All ENd */
      /* Hover  Odd*/
      /* Hoiver Odd End*/
      /* Hover  Even */ }
      .news-cont .chess-cont:nth-of-type(2n) .news-item:nth-of-type(2n) .news-text-block, .news-cont .chess-cont:nth-of-type(2n+1) .news-item:nth-of-type(2n+1) .news-text-block {
        background: rgba(19, 157, 134, 0.8); }
      .news-cont .chess-cont:nth-of-type(2n) .news-item:nth-of-type(2n+1) .news-text-block, .news-cont .chess-cont:nth-of-type(2n+1) .news-item:nth-of-type(2n) .news-text-block {
        background: rgba(8, 141, 157, 0.8); }
      .news-cont .chess-cont.clear-after .news-item:hover .news-text-block {
        background: none; }
      .news-cont .chess-cont:nth-of-type(2n) .news-item:nth-of-type(2n):hover .news-item-inner, .news-cont .chess-cont:nth-of-type(2n+1) .news-item:nth-of-type(2n+1):hover .news-item-inner {
        background: rgba(19, 157, 134, 0.9); }
      .news-cont .chess-cont:nth-of-type(2n) .news-item:nth-of-type(2n+1):hover .news-item-inner, .news-cont .chess-cont:nth-of-type(2n+1) .news-item:nth-of-type(2n):hover .news-item-inner {
        background: rgba(8, 141, 157, 0.9); } }

.news-inner-wrap {
  margin-bottom: 80px; }

/* NEWS  END */
/* Articles */
.subtitle-wrap.plus-decoration.articles:before {
  left: 129px;
  width: 1037px; }

.articles-cont {
  margin: 0 -25px 64px; }
  .articles-cont .article-item {
    height: 118px;
    margin-bottom: 0px;
    width: 50%;
    padding: 0 1px;
    float: left; }
    .articles-cont .article-item .block-with-circle {
      height: inherit;
      line-height: 118px;
      padding: 0 12px 0 45px; }
      .articles-cont .article-item .block-with-circle .article-item-link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .articles-cont .article-item .block-with-circle .article-list-center {
        height: auto;
        vertical-align: middle;
        display: inline-block; }
        .articles-cont .article-item .block-with-circle .article-list-center .block-with-circle-inner {
          width: 50px;
          height: 50px;
          left: -25px;
          margin-top: -25px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%; }
          .articles-cont .article-item .block-with-circle .article-list-center .block-with-circle-inner img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%; }
        .articles-cont .article-item .block-with-circle .article-list-center .subtitle {
          font-size: 18px;
          margin-bottom: 4px;
          height: auto;
          max-height: 72px;
          overflow: hidden; }

/* Articles END */
/* Contacts Page */
.contacts-bg-page {
  height: 379px;
  background: url(/frontend/web/images/contacts_inner_bg.jpg) center top no-repeat;
  background-size: cover; }
  .contacts-bg-page .subtitle {
    color: white; }
  .contacts-bg-page .site-contact {
    padding-top: 50px; }
  .contacts-bg-page .subtitle-wrap.plus-decoration {
    margin-bottom: 45px; }
  .contacts-bg-page .subtitle-wrap.plus-decoration:before {
    background: white;
    width: 923px; }
  .contacts-bg-page .form-stylesheet .inputs-wrap input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0; }
  .contacts-bg-page .form-stylesheet textarea {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px; }
  .contacts-bg-page .form-stylesheet .capcha-cont {
    margin-bottom: 17px; }
    .contacts-bg-page .form-stylesheet .capcha-cont input {
      width: 48%;
      float: left;
      height: 38px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0; }
    .contacts-bg-page .form-stylesheet .capcha-cont img {
      height: 38px;
      margin-left: 47px;
      float: left; }
  .contacts-bg-page + .big-notice.foot-notice {
    color: white;
    margin-top: -28px; }

/* Contacts Page END */
/*  CART */
.subtitle-wrap.plus-decoration.cart-page:before {
  width: 1029px;
  left: 132px; }

.sidebar-left-links {
  float: left;
  width: 20.86207%; }
  .sidebar-left-links .link-block-sidebar .title {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 15px 15px 30px;
    position: relative;
    background: #0e9e8b;
    color: white;
    margin-bottom: 0; }
    .sidebar-left-links .link-block-sidebar .title:after {
      content: '';
      position: absolute;
      right: 0;
      top: 17px;
      width: 30px;
      height: 30px;
      background: url(/frontend/web/images/icons_heade_sprite.png) -77px 0 no-repeat; }
  .sidebar-left-links .link-block-sidebar li {
    border: 1px solid #ebebeb; }
    .sidebar-left-links .link-block-sidebar li a {
      color: black;
      display: block;
      height: 42px;
      line-height: 42px;
      padding: 0 14px; }
      .sidebar-left-links .link-block-sidebar li a:hover {
        color: #3d9d8c; }
      .sidebar-left-links .link-block-sidebar li a:active {
        color: #3d9d8c; }

.sidebar-right-cart-history {
  width: 100%; }
  .sidebar-right-cart-history .cart-container {
    margin-bottom: 30px; }
    .sidebar-right-cart-history .cart-container .order-minimal {
      margin-bottom: 14px;
      font-weight: 500; }
    .sidebar-right-cart-history .cart-container .curt-cont-inner {
      border: 1px solid #ebebeb;
      margin-bottom: 25px; }
    .sidebar-right-cart-history .cart-container .quantity-cont {
      float: none;
      margin: 0; }
      .sidebar-right-cart-history .cart-container .quantity-cont .btn-cont .quant-btns {
        border-right: 1px solid #ebebeb; }
      .sidebar-right-cart-history .cart-container .quantity-cont .btn-cont .js-quantity-down {
        border-left: 1px solid #ebebeb; }
    .sidebar-right-cart-history .cart-container .cart-titles-block,
    .sidebar-right-cart-history .cart-container .cart-item {
      display: table;
      table-layout: fixed;
      width: 100%;
      border-bottom: 1px solid #ebebeb; }
    .sidebar-right-cart-history .cart-container .cart-item:nth-of-type {
      border: none; }
    .sidebar-right-cart-history .cart-container .cart-item {
      position: relative; }
      .sidebar-right-cart-history .cart-container .cart-item .close-item-cart {
        width: 35px;
        padding: 0;
        background: white;
        height: 35px;
        border: 1px solid #8b8b8b;
        color: #8b8b8b;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        position: absolute;
        right: -19px;
        top: 50%;
        margin-top: -17px; }
        .sidebar-right-cart-history .cart-container .cart-item .close-item-cart:hover {
          color: #f98e3c; }
    .sidebar-right-cart-history .cart-container .cart-titles-block {
      color: #8b8b8b; }
    .sidebar-right-cart-history .cart-container .product-img-text,
    .sidebar-right-cart-history .cart-container .product-img,
    .sidebar-right-cart-history .cart-container .product-descr,
    .sidebar-right-cart-history .cart-container .product-descr-text,
    .sidebar-right-cart-history .cart-container .item-cart-price,
    .sidebar-right-cart-history .cart-container .product-price-text,
    .sidebar-right-cart-history .cart-container .product-quantity,
    .sidebar-right-cart-history .cart-container .product-quantity-text,
    .sidebar-right-cart-history .cart-container .product-total,
    .sidebar-right-cart-history .cart-container .product-total-text {
      display: table-cell;
      vertical-align: middle; }
    .sidebar-right-cart-history .cart-container .product-img-text,
    .sidebar-right-cart-history .cart-container .product-descr-text,
    .sidebar-right-cart-history .cart-container .product-price-text,
    .sidebar-right-cart-history .cart-container .product-quantity-text,
    .sidebar-right-cart-history .cart-container .product-total-text {
      height: 45px;
      line-height: 45px;
      font-weight: 600; }
    .sidebar-right-cart-history .cart-container .product-img-text,
    .sidebar-right-cart-history .cart-container .product-img {
      width: 19%; }
    .sidebar-right-cart-history .cart-container .product-img {
      text-align: center; }
    .sidebar-right-cart-history .cart-container .product-img-text {
      padding-left: 14px; }
    .sidebar-right-cart-history .cart-container .product-descr,
    .sidebar-right-cart-history .cart-container .product-descr-text {
      width: 35%; }
    .sidebar-right-cart-history .cart-container .product-descr {
      color: #8b8b8b;
      font-size: 14px; }
      .sidebar-right-cart-history .cart-container .product-descr .description-title {
        font-size: 16px;
        color: #209e84;
        font-weight: 600;
        display: block;
        margin-bottom: 2px; }
    .sidebar-right-cart-history .cart-container .item-cart-price,
    .sidebar-right-cart-history .cart-container .product-price-text {
      width: 16%; }
    .sidebar-right-cart-history .cart-container .item-price {
      font-weight: 600; }
    .sidebar-right-cart-history .cart-container .product-quantity,
    .sidebar-right-cart-history .cart-container .product-quantity-text {
      width: 11%; }
    .sidebar-right-cart-history .cart-container .product-total,
    .sidebar-right-cart-history .cart-container .product-total-text {
      width: 19%; }
    .sidebar-right-cart-history .cart-container .product-img-inner {
      width: 199px;
      height: 120px;
      display: block;
      line-height: 120px;
      overflow: hidden;
      text-align: center; }
      .sidebar-right-cart-history .cart-container .product-img-inner img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
  .sidebar-right-cart-history .site-btn {
    background: #209e84; }

/*  CART END */
/* PAGES LIKE HISTORY */
.subtitle-wrap.plus-decoration.history-page:before {
  width: 565px;
  left: 298px; }

.sidebar-left-links {
  float: left;
  width: 20.86207%; }
  .sidebar-left-links .link-block-sidebar .title {
    font-size: 18px;
    font-weight: 500;
    padding: 11px 15px 11px 30px;
    position: relative;
    background: #209e84;
    color: white;
    margin-bottom: 0; }
    .sidebar-left-links .link-block-sidebar .title:after {
      content: '';
      position: absolute;
      right: 0;
      top: 10px;
      width: 30px;
      height: 30px;
      background: url(/frontend/web/images/icons_heade_sprite.png) -77px 0 no-repeat; }
  .sidebar-left-links .link-block-sidebar li {
    border: 1px solid #ebebeb; }
    .sidebar-left-links .link-block-sidebar li a {
      color: black;
      display: block;
      height: 42px;
      line-height: 42px;
      padding: 0 14px; }
      .sidebar-left-links .link-block-sidebar li a:hover {
        color: #3d9d8c; }
      .sidebar-left-links .link-block-sidebar li a.active {
        color: #3d9d8c; }
      .sidebar-left-links .link-block-sidebar li a:active {
        color: #3d9d8c; }

.sidebar-right-history {
  width: 74.65517%;
  margin-left: 274px; }
  .sidebar-right-history .history-container {
    border: 1px solid #ebebeb;
    margin-bottom: 20px; }
    .sidebar-right-history .history-container .history-titles-block,
    .sidebar-right-history .history-container .history-item {
      display: table;
      table-layout: fixed;
      width: 100%;
      border-bottom: 1px solid #ebebeb; }
    .sidebar-right-history .history-container .history-item {
      padding-top: 5px; }
    .sidebar-right-history .history-container .history-titles-block {
      color: white;
      background: #0c9667;
      border-left: 1px solid #0c9667;
      border-right: 1px solid #0c9667; }
    .sidebar-right-history .history-container .history-img,
    .sidebar-right-history .history-container .history-img-title,
    .sidebar-right-history .history-container .history-descr,
    .sidebar-right-history .history-container .history-descr-title,
    .sidebar-right-history .history-container .history-date,
    .sidebar-right-history .history-container .history-date-title,
    .sidebar-right-history .history-container .history-total,
    .sidebar-right-history .history-container .history-total-title {
      display: table-cell;
      vertical-align: middle; }
    .sidebar-right-history .history-container .history-img-title,
    .sidebar-right-history .history-container .history-descr-title,
    .sidebar-right-history .history-container .history-date-title,
    .sidebar-right-history .history-container .history-total-title {
      height: 45px;
      line-height: 45px;
      text-transform: uppercase;
      font-size: 14px; }
    .sidebar-right-history .history-container .history-img-title,
    .sidebar-right-history .history-container .history-img {
      width: 22%; }
    .sidebar-right-history .history-container .history-img-title {
      padding-left: 15px; }
    .sidebar-right-history .history-container .history-descr,
    .sidebar-right-history .history-container .history-descr-title {
      width: 35%; }
    .sidebar-right-history .history-container .history-descr {
      color: #8b8b8b;
      font-size: 14px;
      padding-right: 8px; }
      .sidebar-right-history .history-container .history-descr .description-title {
        font-size: 16px;
        color: #209e84;
        font-weight: 500;
        display: block;
        overflow: hidden;
        height: 43px;
        margin-bottom: 2px; }
      .sidebar-right-history .history-container .history-descr .description {
        height: 43px;
        overflow: hidden; }
    .sidebar-right-history .history-container .history-date,
    .sidebar-right-history .history-container .history-date-title {
      width: 22%; }
    .sidebar-right-history .history-container .item-price {
      font-weight: 600;
      font-size: 18px; }
    .sidebar-right-history .history-container .history-total,
    .sidebar-right-history .history-container .history-total-title {
      width: 22%; }
    .sidebar-right-history .history-container .history-total-title .fraction {
      font-size: 12px; }
    .sidebar-right-history .history-container .history-total-title .currency {
      font-size: 11px; }
    .sidebar-right-history .history-container .product-img-inner {
      width: 100%;
      height: 88px;
      line-height: 88px;
      overflow: hidden;
      text-align: center; }
      .sidebar-right-history .history-container .product-img-inner img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        max-width: 167px;
        vertical-align: middle; }

/* PAGES LIKE HISTORY END */
/* ORDER FORMALISATION */
.subtitle-wrap.plus-decoration.odrder-formalization:before {
  left: 295px;
  width: 863px; }

.order-formalization .pay-conditions-link {
  color: black;
  font-size: 20px;
  margin-bottom: 16px;
  display: block; }
.order-formalization .error-summary p, .order-formalization .error-summary li {
  margin-bottom: 8px;
  color: #f98e3c; }
.order-formalization .form-stylesheet .form-group.required:before {
  display: none; }
.order-formalization .form-stylesheet .inputs-wrap {
  width: 370px; }
  .order-formalization .form-stylesheet .inputs-wrap input {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px; }
.order-formalization .form-stylesheet textarea {
  height: 190px;
  width: 565px;
  float: none; }
.order-formalization .form-stylesheet .item-price {
  float: left;
  line-height: 24px;
  margin-left: 20px;
  margin-bottom: 0;
  height: auto; }
.order-formalization .form-stylesheet .checkbox-wrap label {
  font-weight: bold;
  font-size: 16px; }
  .order-formalization .form-stylesheet .checkbox-wrap label:hover {
    font-size: 16px; }
.order-formalization .form-stylesheet .checkbox-wrap input:checked + label {
  font-size: 16px; }
.order-formalization .steps-stylesheet {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 22px; }
.order-formalization .last-steps-stylesheet {
  padding-bottom: 9px;
  margin-bottom: 34px; }
.order-formalization a:hover {
  color: #8b8b8b;
  text-decoration: underline; }
.order-formalization .subtitle {
  clear: both;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500; }
  .order-formalization .subtitle.total {
    float: left; }
.order-formalization .pad-left-30 {
  margin-top: -8px;
  margin-bottom: 13px;
  display: block; }
  .order-formalization .pad-left-30.online .payment-descr {
    float: left; }
.order-formalization .inputs-wrap.pad-left-30 {
  margin-top: 0; }
.order-formalization .site-btn.authorise {
  margin-bottom: 25px; }
.order-formalization .site-btn {
  background: #209e84; }
.order-formalization .big-notice {
  margin-bottom: 28px;
  color: #8b8b8b; }
  .order-formalization .big-notice a {
    font-size: inherit; }

/* ORDER FORMALISATION END */
/* ReGISTER */
.site-signup .subtitle-wrap.plus-decoration:before {
  left: 191px;
  width: 964px; }
.site-signup .subtitle.register {
  font-size: 20px;
  margin-bottom: 12px; }
  .site-signup .subtitle.register.contacts-data {
    padding-top: 18px; }
.site-signup .form-stylesheet {
  width: 370px;
  float: left; }
  .site-signup .form-stylesheet .inputs-wrap {
    width: 100%; }
    .site-signup .form-stylesheet .inputs-wrap .form-group {
      position: relative; }
      .site-signup .form-stylesheet .inputs-wrap .form-group:last-of-type {
        padding-top: 12px; }
    .site-signup .form-stylesheet .inputs-wrap input, .site-signup .form-stylesheet .inputs-wrap textarea {
      margin-bottom: 17px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      /* Firefox 19+ */
      /* Firefox 18- */ }
      .site-signup .form-stylesheet .inputs-wrap input::-webkit-input-placeholder, .site-signup .form-stylesheet .inputs-wrap textarea::-webkit-input-placeholder {
        color: #8b8b8b; }
      .site-signup .form-stylesheet .inputs-wrap input::-moz-placeholder, .site-signup .form-stylesheet .inputs-wrap textarea::-moz-placeholder {
        color: #8b8b8b; }
      .site-signup .form-stylesheet .inputs-wrap input:-moz-placeholder, .site-signup .form-stylesheet .inputs-wrap textarea:-moz-placeholder {
        color: #8b8b8b; }
      .site-signup .form-stylesheet .inputs-wrap input:-ms-input-placeholder, .site-signup .form-stylesheet .inputs-wrap textarea:-ms-input-placeholder {
        color: #8b8b8b; }
    .site-signup .form-stylesheet .inputs-wrap .site-btn {
      background: #209e84; }
.site-signup .banner-cont {
  width: 543px;
  height: 487px;
  line-height: 487px;
  float: right;
  text-align: right; }
  .site-signup .banner-cont img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }

/* ReGISTER END */
/* EDIT PAGE  */
.subtitle-wrap.plus-decoration.edit:before {
  width: 589px;
  left: 274px; }

.line-title.edit {
  max-height: 40px; }

.edit-page .big-notice {
  clear: both; }
.edit-page .inputs-wrap {
  width: 374px; }
  .edit-page .inputs-wrap .subtitle {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500; }
  .edit-page .inputs-wrap.left {
    float: left; }
.edit-page .inputs-wrap.right {
  float: right; }
.edit-page .example {
  margin: -10px 0 35px 0; }
.edit-page .big-notice.rejact {
  margin-bottom: 15px; }
.edit-page .site-btn {
  float: left; }
  .edit-page .site-btn.rejact {
    margin-left: 15px; }
.edit-page .form-stylesheet .inputs-wrap input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  margin-bottom: 25px;
  background: none; }

/* EDIT PAGE  END  */
/* Contact User Page */
.show-user-infp-page .contact-data-info {
  margin-bottom: 50px; }
  .show-user-infp-page .contact-data-info .contact-item {
    background: #ebebeb;
    height: 33px;
    line-height: 34px;
    margin-bottom: 5px;
    padding: 0 16px; }
    .show-user-infp-page .contact-data-info .contact-item .edit {
      float: right;
      text-decoration: underline;
      padding-top: 6px;
      font-size: 14px; }
      .show-user-infp-page .contact-data-info .contact-item .edit:hover {
        color: #8b8b8b; }
  .show-user-infp-page .contact-data-info .contact-item:nth-of-type(2n) {
    background: none; }

/* Contact User Page END*/
/* Queston Page */
.subtitle-wrap.plus-decoration.questions:before {
  width: 724px; }

.questions-bg-block {
  margin-bottom: 45px;
  height: 440px;
  background: url(/frontend/web/images/questions_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 45px; }
  .questions-bg-block .subtitle-wrap.plus-decoration:before {
    background: rgba(255, 255, 255, 0.65);
    width: 934px; }
  .questions-bg-block .form-stylesheet .inputs-wrap {
    margin-bottom: 26px;
    width: 32.06897%; }
  .questions-bg-block .form-stylesheet .form-group.required:before {
    display: none; }
  .questions-bg-block .form-stylesheet input {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.65);
    /* Firefox 19+ */
    /* Firefox 18- */
    position: relative;
    z-index: 2; }
    .questions-bg-block .form-stylesheet input::-webkit-input-placeholder {
      color: white; }
    .questions-bg-block .form-stylesheet input::-moz-placeholder {
      color: white; }
    .questions-bg-block .form-stylesheet input:-moz-placeholder {
      color: white; }
    .questions-bg-block .form-stylesheet input:-ms-input-placeholder {
      color: white; }
  .questions-bg-block .form-stylesheet textarea {
    width: 65.94828%;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.65);
    /* Firefox 19+ */
    /* Firefox 18- */
    position: relative;
    z-index: 2; }
    .questions-bg-block .form-stylesheet textarea::-webkit-input-placeholder {
      color: white; }
    .questions-bg-block .form-stylesheet textarea::-moz-placeholder {
      color: white; }
    .questions-bg-block .form-stylesheet textarea:-moz-placeholder {
      color: white; }
    .questions-bg-block .form-stylesheet textarea:-ms-input-placeholder {
      color: white; }
  .questions-bg-block .form-stylesheet .capcha-cont {
    width: 100%;
    margin-bottom: 45px;
    padding: 0;
    clear: both; }
    .questions-bg-block .form-stylesheet .capcha-cont input {
      background: rgba(255, 255, 255, 0.1);
      height: 38px;
      float: left;
      width: 32.06897%; }
    .questions-bg-block .form-stylesheet .capcha-cont img {
      height: 38px;
      float: left;
      margin-left: 23px; }
  .questions-bg-block .form-stylesheet .close-quest {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: black;
    margin-left: 20px; }
  .questions-bg-block .form-stylesheet .site-btn {
    font-weight: 600; }
  .questions-bg-block .subtitle {
    color: white;
    margin-bottom: 45px; }

.questions-cont {
  margin: 0 -20px 70px; }
  .questions-cont .question-item {
    height: auto;
    width: 50%;
    float: left;
    cursor: default;
    padding: 0 20px;
    margin-bottom: 18px; }
    .questions-cont .question-item .block-with-circle {
      padding-bottom: 22px;
      min-height: 80px; }
      .questions-cont .question-item .block-with-circle .answer-block {
        display: none; }
      .questions-cont .question-item .block-with-circle .block-with-circle-inner {
        border: 1px solid #c5c5c5;
        background: white; }
        .questions-cont .question-item .block-with-circle .block-with-circle-inner:before, .questions-cont .question-item .block-with-circle .block-with-circle-inner:after {
          content: '?';
          font-size: 28px;
          font-weight: bold;
          width: 25px;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -12px;
          margin-top: -12px;
          height: 25px;
          color: #1fae96;
          line-height: 25px; }
    .questions-cont .question-item.act .block-with-circle {
      border: 1px solid #f98e3c; }
      .questions-cont .question-item.act .block-with-circle .question-block {
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 14px;
        margin-bottom: 14px; }
        .questions-cont .question-item.act .block-with-circle .question-block .answer-block {
          display: block; }
      .questions-cont .question-item.act .block-with-circle .block-with-circle-inner {
        background: #f98e3c;
        border: none; }
        .questions-cont .question-item.act .block-with-circle .block-with-circle-inner:before {
          display: none; }
        .questions-cont .question-item.act .block-with-circle .block-with-circle-inner:after {
          content: '?';
          color: white; }

/* Queston Page END */
/* Not Founded */
/* Succeed result */
.result-succeed {
  margin-bottom: 35px; }
  .result-succeed .subtitle.search-title {
    font-size: 24px;
    margin-right: 18px; }
  .result-succeed .results-text {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
  .result-succeed .site-btn {
    float: right; }

/* succeed result END */
.subtitle.search-title {
  font-size: 30px;
  color: #39ac99;
  margin-bottom: 32px; }

.subtitle.reason {
  font-size: 18px;
  margin-bottom: 65px; }

.not-founded-page .subtitle-wrap.plus-decoration:before {
  width: 925px; }
.not-founded-page .nothing-find {
  margin-bottom: 90px; }
.not-founded-page .our-products-block {
  margin-left: 0;
  padding: 0;
  float: left;
  width: 745px; }
  .not-founded-page .our-products-block .cont-img {
    width: 122px;
    height: 122px; }
    .not-founded-page .our-products-block .cont-img img {
      width: 122px;
      height: 122px; }
.not-founded-page .slick-slider-main {
  float: right; }
.not-founded-page .site-btn.low-btn {
  height: 35px;
  line-height: 35px; }

/* Not Founded END */
/* 404 Page */
.main-cont-404 {
  padding-top: 100px; }

.img404-cont,
.text-cont-404 {
  width: 50%;
  float: left; }

.img404-cont {
  height: 366px;
  text-align: center;
  line-height: 366px; }
  .img404-cont img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }

.text-cont-404 .subtitle {
  font-size: 30px;
  margin-bottom: 32px;
  font-weight: 600; }
  .text-cont-404 .subtitle.reasons-404 {
    font-size: 18px;
    margin-bottom: 18px; }
.text-cont-404 .site-btn {
  width: 210px;
  height: 38px;
  line-height: 38px; }

.reasons-list {
  list-style-type: disc;
  margin-bottom: 48px;
  padding-left: 20px; }
  .reasons-list li {
    margin-bottom: 12px; }

/* 404 Page END */
/* Dynamic -styles*/
.dynamic-pages-cont {
  padding-bottom: 60px; }
  .dynamic-pages-cont p {
    line-height: 24px; }
  .dynamic-pages-cont p.emptyP {
    line-height: 16px;
    margin-bottom: 7px; }
  .dynamic-pages-cont img {
    float: left;
    margin-bottom: 30px;
    padding: 6px 20px 12px 0;
    max-width: 100%; }
  .dynamic-pages-cont ul {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 30px;
    overflow: hidden; }
    .dynamic-pages-cont ul li {
      margin-bottom: 12px;
      position: relative;
      width: 50%;
      float: left; }
      .dynamic-pages-cont ul li:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        background: #209e84;
        left: -20px;
        top: 7px; }
  .dynamic-pages-cont h1, .dynamic-pages-cont h2, .dynamic-pages-cont h3, .dynamic-pages-cont h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    clear: both;
    margin-bottom: 16px; }
  .dynamic-pages-cont h5 {
    font-size: 20px;
    color: #209e84;
    margin-bottom: 30px;
    text-transform: uppercase;
    clear: both;
    font-weight: 600; }
  .dynamic-pages-cont a {
    height: 35px;
    line-height: 35px;
    background: #ff731e;
    color: white;
    text-transform: uppercase;
    padding: 0 15px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px; }

/* Dynamic -styles END */
/* Media Queries  XS */
@media (max-width: 767px) {
  .pagination-block:before {
    display: none; }
  .pagination-block li {
    padding: 0 4px; }

  /* SEARCH RESULTS */
  .result-succeed {
    clear: both;
    position: relative; }
    .result-succeed .subtitle.search-title {
      font-size: 20px;
      display: block;
      margin-bottom: 6px; }
    .result-succeed .results-text {
      display: block;
      font-size: 15px; }
    .result-succeed .btn-term-reset {
      font-size: 0;
      width: 30px;
      height: 30px;
      right: 0;
      bottom: 0;
      position: absolute;
      background: url(/frontend/web/images/krestik.png) center no-repeat; }

  /* SEARCH RESULTS END  */
  /* Lines */
  .line-title:after {
    display: none; }
  .line-title hr {
    display: none; }
  .line-title .title-inner {
    padding: 0; }

  /* Lines END */
  /* Popups */
  .modal-popup,
  .modal-popup.cart-modal {
    width: 100%;
    margin-top: 112px;
    background: white;
    padding: 17px 10px 20px; }
    .modal-popup .close,
    .modal-popup.cart-modal .close {
      top: 17px;
      right: 8px; }

  .modal-backdrop {
    background: transparent; }

  /* Curt part */
  .modal-popup.cart-modal .site-btn,
  .modal-popup.cart-modal .bottom-link-popup {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center; }
  .modal-popup.cart-modal .site-btn {
    margin-bottom: 14px; }

  /* Curt part End */
  .modal-popup .popups-stylesheet {
    padding: 0;
    /* Curt popup add to curt */ }
    .modal-popup .popups-stylesheet .subtitle-wrap.plus-decoration {
      margin-bottom: 13px; }
    .modal-popup .popups-stylesheet .checkbox-wrap {
      margin: 28px 0; }
    .modal-popup .popups-stylesheet .curt-popup-info {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 25px; }
    .modal-popup .popups-stylesheet .popup-cart-item {
      height: 96px;
      margin-bottom: 8px;
      /* Curt popup add to curt END */ }
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-img {
        height: 48px;
        line-height: 48px;
        width: 30%; }
      .modal-popup .popups-stylesheet .popup-cart-item .popup-cart-item-name {
        width: 70%;
        font-weight: 600;
        margin: 0 0 3px 0;
        padding-right: 10px; }
      .modal-popup .popups-stylesheet .popup-cart-item .item-price {
        font-weight: 500;
        margin-bottom: 0; }
      .modal-popup .popups-stylesheet .popup-cart-item .del-item {
        right: 1px;
        top: -2px; }
    .modal-popup .popups-stylesheet.order-ready .order-ready-img {
      height: 180px;
      line-height: 180px; }

  /* Curt full */
  .sidebar-right-cart-history .site-btn {
    width: 174px; }

  /* Curt full END */
  /* Popups END */
  /* Left menu */
  .left-menu,
  .left-menu.horizontal-container {
    padding: 20px; }

  /* Left menu END*/
  .subtitle-wrap.plus-decoration .subtitle {
    height: 28px;
    font-size: 18px; }

  .row {
    margin-right: -10px;
    margin-left: -10px; }

  .cont-inner {
    padding: 0 10px; }

  .spoiler-bl {
    display: block; }

  .big-notice.foot-notice {
    display: block;
    text-decoration: underline; }

  .capcha-cont {
    width: 100%;
    text-align: center;
    padding: 0 10px; }
    .capcha-cont input {
      width: 100%;
      margin-bottom: 12px; }

  /* SLIDERS */
  .slick-slider-main {
    height: 415px;
    width: 100%;
    border: none; }
    .slick-slider-main.place-1 {
      top: 85px; }
    .slick-slider-main .slick-slide {
      height: 415px;
      width: 100%;
      border: none; }
    .slick-slider-main .slide-img-cont {
      height: 180px;
      line-height: 180px;
      margin-bottom: 20px; }
    .slick-slider-main .slide-info {
      height: 66px;
      margin-bottom: 26px; }
    .slick-slider-main .slide-title {
      font-size: 20px;
      margin-bottom: 8px; }
    .slick-slider-main .slick-dots {
      bottom: -3px; }
    .slick-slider-main.place1 {
      top: 90px; }
    .slick-slider-main.place-4 {
      width: 100%;
      border: none;
      height: 430px; }
      .slick-slider-main.place-4 .slick-slide {
        height: 430px; }
      .slick-slider-main.place-4 .slide-img-cont {
        height: 200px;
        margin-bottom: 5px; }
      .slick-slider-main.place-4 .slide-title {
        margin-bottom: 8px;
        height: 44px;
        font-size: 18px;
        line-height: 22px; }

  /* SLIDERS END */
  /* ╨▓╤А╨╡╨╝╨╡╨╜╨╜╨╛ */
  /* ╨▓╤А╨╡╨╝╨╡╨╜╨╜╨╛  */
  body {
    min-width: 320px; }

  .wrapper-main {
    padding: 0 10px 610px; }

  .header-bg,
  .footer {
    margin: 0 -10px; }

  h1,
  .subtitle,
  .subtitle-wrap h1,
  .subtitle-wrap .subtitle {
    font-size: 18px;
    margin-bottom: 12px;
    min-height: 28px; }

  .close-menu {
    display: block; }

  .wrapper {
    width: 100%; }
    .wrapper.main-page-cont {
      margin-bottom: 20px; }

  .wrapper.cont {
    margin-bottom: 25px; }

  .bread-crumbs {
    display: none; }

  .site-btn {
    width: 138px;
    line-height: 30px;
    font-size: 14px;
    height: 30px; }

  .sidebar-left .site-btn {
    width: 176px; }

  .filter-btn-products {
    display: block;
    height: 34px;
    width: 100%;
    border: 1px solid #c5c5c5;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px; }
    .filter-btn-products.catalog {
      width: 48%;
      float: right; }
    .filter-btn-products.filter {
      clear: left;
      float: left;
      width: 48%; }
    .filter-btn-products .filter-categories-title {
      position: relative;
      font-size: 15px; }
      .filter-btn-products .filter-categories-title:before {
        content: '';
        top: 1px;
        left: -20px;
        width: 20px;
        height: 20px;
        position: absolute;
        background: url(/frontend/web/images/folter_categories_mob.png) 0 0 no-repeat; }
    .filter-btn-products.features .filter-categories-title:before {
      background: url(/frontend/web/images/filter_features.png) 0 0 no-repeat; }

  .return-link,
  .return-link:hover,
  .content-item .spoiler-bl {
    display: block;
    color: black;
    height: 32px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 32px;
    opacity: 0.7;
    margin-bottom: 20px;
    width: 100%; }

  .return-arrow {
    color: #a5a5a5;
    position: relative; }
    .return-arrow:before {
      content: '';
      position: absolute;
      top: 6px;
      left: -22px;
      font-size: 30px;
      width: 13px;
      height: 13px;
      background: url(/frontend/web/images/arrow_mob.jpg) center top no-repeat;
      overflow: hidden; }

  .sidebar-left {
    width: 100%;
    position: fixed;
    overflow: scroll;
    left: -1000px;
    top: 0;
    z-index: 2;
    height: 100%;
    background: white;
    margin: 0; }
    .sidebar-left .catal-filter-form {
      border: none; }
    .sidebar-left .sidebar-block {
      padding-left: 0;
      border: none;
      padding-top: 0; }
      .sidebar-left .sidebar-block.inact {
        padding-left: 0;
        cursor: default; }
      .sidebar-left .sidebar-block.soc {
        display: none; }
      .sidebar-left .sidebar-block .sidebar-left-title:before {
        top: 13px; }
    .sidebar-left .sidebar-banner {
      display: none; }
    .sidebar-left .sidebar-left-title {
      margin: 0;
      height: 44px;
      line-height: 44px; }

  .subtitle-wrap.plus-decoration {
    clear: both;
    margin-bottom: 10px; }
    .subtitle-wrap.plus-decoration .subtitle {
      margin-bottom: 0px; }

  .main-products-info .subtitle-wrap.plus-decoration.sale-monters {
    margin-bottom: 8px; }

  .filter-btns-wrap .close-menu {
    display: block; }

  .main-products-cont.catalog-list .main-product-item {
    margin-bottom: 10px; }

  /* Main Product Item */
  .main-product-item {
    height: 356px;
    padding: 0 10px;
    margin-bottom: 10px; }
    .main-product-item .item-short-info, .main-product-item .item-info,
    .main-product-item .item-info {
      margin-bottom: 6px; }
    .main-product-item .main-product-img-cont {
      height: 112px;
      line-height: 112px; }
    .main-product-item .products-descr {
      font-size: 16px;
      height: 38px; }
    .main-product-item .item-short-info, .main-product-item .item-info {
      height: 67px;
      font-size: 14px; }
    .main-product-item .item-info {
      height: 80px; }
    .main-product-item .products-art {
      white-space: nowrap; }
    .main-product-item .item-price {
      margin-bottom: 7px; }
    .main-product-item .item-price.two-prices {
      line-height: 20px;
      font-size: 18px; }
      .main-product-item .item-price.two-prices .fraction {
        font-size: 10px; }
    .main-product-item .price-type {
      font-size: 11px;
      margin-top: -2px; }
    .main-product-item .tooltip-discount,
    .main-product-item .tooltip-novelty,
    .main-product-item .tooltip-share,
    .main-product-item .tooltip-top {
      font-size: 12px;
      height: 25px;
      line-height: 25px; }
    .main-product-item .tooltip-novelty {
      top: 31px; }
    .main-product-item .tooltip-discount {
      top: 0; }
    .main-product-item .tooltip-top {
      top: 89px; }
    .main-product-item .tooltip-share {
      top: 59px; }
    .main-product-item.inact .site-btn {
      font-size: 13px; }

  /* Main Product Item END */
  .main-products-info.catalog-variant .close-menu {
    display: block; }
  .main-products-info .filter-btns-wrap {
    position: fixed;
    left: -1000px;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: white;
    margin: 0; }
    .main-products-info .filter-btns-wrap .filter-btn-wrap {
      width: 100%;
      margin-bottom: 15px;
      padding: 0; }
      .main-products-info .filter-btns-wrap .filter-btn-wrap .site-btn {
        width: 100%;
        display: block; }

  .header-txt-info, .main-header .header-txt-info {
    display: none; }

  .subtitle-wrap .site-btn {
    width: 23px;
    height: 23px;
    color: transparent;
    background: url(/frontend/web/images/eye_sauron.png) center no-repeat; }
    .subtitle-wrap .site-btn:hover {
      color: transparent;
      background: url(/frontend/web/images/eye_sauron.png) center no-repeat; }

  .header .pseudo-search-btn-cont {
    display: block; }
  .header .header-serch-cont {
    display: none;
    top: 52px;
    right: 17px;
    position: absolute !important; }
  .header .profile-cont.act .profile-cont-inner {
    padding: 7px 1px 0 0;
    border: none; }
    .header .profile-cont.act .profile-cont-inner .user-login {
      padding: 6px 3px 0 0;
      display: inline-block;
      font-size: 10px;
      max-width: 59px; }
  .header .header-min {
    height: 58px;
    padding-top: 20px;
    margin-bottom: 0; }
  .header.main-header {
    padding-left: 0;
    margin-bottom: 476px; }
  .header .header-functional-buttons {
    margin-right: 12px; }
    .header .header-functional-buttons .search-form {
      max-width: 135px; }
  .header .horizontal-container .header-functional-buttons .search-form {
    max-width: 100%; }
  .header .lang-list {
    display: none; }
  .header .horizontal-container .lang-list {
    display: block; }
  .header.inner-header {
    margin-bottom: 20px; }
    .header.inner-header .logo-cont {
      width: 86px;
      height: 58px;
      line-height: 58px; }
      .header.inner-header .logo-cont img {
        width: 67px; }
    .header.inner-header .btn-horizontal {
      margin-left: 78px; }
  .header .horizontal-container {
    width: 100%; }
  .header .logo-cont {
    width: 86px;
    height: 58px;
    line-height: 58px;
    padding: 10px 0 0 0; }
    .header .logo-cont img {
      width: 67px; }
  .header .btn-horizontal {
    margin-left: 78px; }
  .header .profile-list {
    width: auto;
    left: auto;
    right: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0); }
    .header .profile-list .triangle {
      left: auto;
      right: 7px; }

  .subtitle-wrap.plus-decoration:before {
    display: none; }

  .our-products-cont {
    margin-bottom: 15px; }

  .our-products-block {
    margin: 0;
    padding: 0; }
    .our-products-block .subtitle-wrap.plus-decoration {
      margin-bottom: 15px; }
    .our-products-block .our-products-cont .our-products-item:nth-last-of-type(2) {
      margin: 0; }
    .our-products-block .our-products-item {
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #ebebeb; }
    .our-products-block .our-products-item:last-of-type {
      border: none; }
    .our-products-block .cont-img {
      height: 43px;
      width: 43px;
      margin: 0;
      float: left; }
    .our-products-block .our-products-descr {
      float: left;
      padding-left: 18px;
      height: 43px;
      font-size: 16px;
      line-height: 43px; }

  .main-products-info,
  .main-products-info.catalog-variant {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%; }

  .main-products-cont {
    margin-bottom: 16px; }
    .main-products-cont.catalog-list {
      width: 100%;
      margin-left: 0; }
    .main-products-cont.catalog-list .main-product-item,
    .main-products-cont .main-product-item {
      width: 50%; }
      .main-products-cont.catalog-list .main-product-item:nth-of-type(3n+2),
      .main-products-cont .main-product-item:nth-of-type(3n+2) {
        margin: 0 0 10px 0; }
      .main-products-cont.catalog-list .main-product-item .site-btn,
      .main-products-cont .main-product-item .site-btn {
        height: 30px;
        width: 133px;
        line-height: 30px;
        font-size: 14px; }
    .main-products-cont .main-product-item.inact .site-btn {
      font-size: 13px; }

  .news-bg-block {
    padding: 18px 10px;
    height: auto;
    background-size: cover;
    margin: 0 -10px; }
    .news-bg-block .subtitle-wrap.plus-decoration .subtitle {
      height: 28px;
      font-size: 18px; }
    .news-bg-block .site-btn.near-subtitle {
      display: none; }
    .news-bg-block .news-min-cont .news-min-item {
      margin-bottom: 15px;
      width: 100%; }
      .news-bg-block .news-min-cont .news-min-item .subtitle {
        margin-bottom: 0;
        font-size: 16px; }
    .news-bg-block .news-min-cont .news-min-short {
      width: 100%;
      height: 94px;
      padding: 4px 10px; }
    .news-bg-block .news-min-cont .news-min-item:nth-of-type(2) {
      margin: 0 0 20px 0; }
    .news-bg-block .news-min-cont .news-main {
      display: block;
      width: 194px;
      clear: both;
      line-height: 35px;
      margin: 0 auto;
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.65); }
    .news-bg-block .news-min-cont .site-btn {
      height: 30px;
      line-height: 30px; }

  .contacts-block {
    padding: 18px 0; }
    .contacts-block .contacts-inner-cont {
      margin-bottom: 20px; }
    .contacts-block .contacts-item {
      margin-bottom: 23px; }
      .contacts-block .contacts-item:last-of-type {
        margin-bottom: 16px; }
    .contacts-block .subtitle-wrap.plus-decoration {
      margin-bottom: 16px; }
    .contacts-block .site-btn.near-subtitle {
      width: 26px;
      height: 26px;
      margin-top: -3px;
      color: transparent;
      background: url(/frontend/web/images/contact_mob_icon.png) center no-repeat #ff9600;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px; }
    .contacts-block .contacts-inner-left,
    .contacts-block .contacts-inner-right {
      width: 100%; }
    .contacts-block .contacts-inner-right {
      height: 160px; }
    .contacts-block .contacts-title {
      margin-bottom: 13px; }
      .contacts-block .contacts-title.address:before {
        top: -10px; }
    .contacts-block .contacts-description {
      margin-left: -37px; }

  .footer {
    left: 10px; }
    .footer .visa-link-cont {
      margin-left: 0;
      padding-top: 2px;
      clear: both;
      width: 100%; }
      .footer .visa-link-cont a {
        overflow: hidden;
        display: block;
        text-align: center;
        margin-bottom: 12px; }
        .footer .visa-link-cont a img {
          float: none;
          width: 64px; }
          .footer .visa-link-cont a img:first-of-type {
            margin: 0 22px 0 5px; }
    .footer .logo-footer {
      width: 100%;
      margin-bottom: 15px; }
    .footer .footer-nav {
      border: 1px solid rgba(255, 255, 255, 0.35);
      padding: 10px 8px 15px;
      margin-bottom: 10px; }
    .footer .footer-nav li {
      float: none;
      text-align: center;
      margin-bottom: 9px; }
    .footer .footer-right-cont {
      clear: both;
      float: none; }
    .footer .footer-contacts {
      margin: 0 0 24px 0;
      font-size: 14px; }
    .footer .seo-logo {
      margin-left: 1px; }
    .footer .soc-foot {
      clear: both;
      float: none; }
      .footer .soc-foot li {
        float: none;
        display: inline-block;
        margin-left: -.36em; }

  /* FORM Stylesheet */
  .form-stylesheet {
    text-align: center; }
    .form-stylesheet .inputs-wrap, .form-stylesheet textarea {
      width: 100%; }
    .form-stylesheet .inputs-catal-style {
      padding: 15px 10px; }
      .form-stylesheet .inputs-catal-style + button {
        width: 190px; }
    .form-stylesheet .inputs-wrap .form-group.required:before {
      top: -13px;
      right: -2px; }
    .form-stylesheet .capcha-wrap {
      width: 100%;
      padding: 0 10px; }

  /* FORM Stylesheet END */
  /* REGISTER PAGE */
  .site-signup {
    /* RELOOK */
    /* RELOOK END */ }
    .site-signup .subtitle.register {
      font-size: 16px;
      text-align: left; }
      .site-signup .subtitle.register.contacts-data {
        margin-bottom: 10px;
        padding: 10px 0; }
    .site-signup .form-stylesheet .inputs-wrap .form-group.required:after {
      top: -13px;
      right: 3px; }
    .site-signup .form-stylesheet {
      width: 100%; }
    .site-signup .banner-cont {
      display: none; }

  /* REGISTER PAGE END */
  /* Page 404 */
  .main-cont-404 {
    padding: 0 10px 20px; }

  .img404-cont,
  .text-cont-404 {
    width: 100%; }

  .img404-cont {
    height: 183px;
    line-height: 183px;
    margin-bottom: 16px; }

  .text-cont-404 .subtitle {
    font-sizE: 22px;
    margin-bottom: 10px; }
    .text-cont-404 .subtitle.reasons-404 {
      margin-bottom: 12px;
      font-size: 17px;
      font-weight: 500; }
  .text-cont-404 .reasons-list {
    list-style-type: disc;
    margin-bottom: 26px; }
    .text-cont-404 .reasons-list li {
      font-size: 15px; }
  .text-cont-404 .site-btn {
    margin: 0 auto;
    display: block; }

  /* Page 404 END */
  /* NEWS ARTICLES INNER */
  .news-content img {
    max-width: 100% !important;
    height: auto !important; }

  /* NEWS ARTICLES INNER END */
  /* Dynamic Pages Cont */
  .dynamic-pages-cont {
    margin-bottom: 25px; }
    .dynamic-pages-cont h1, .dynamic-pages-cont h2, .dynamic-pages-cont h3, .dynamic-pages-cont h4 {
      font-size: 18px;
      margin-bottom: 12px; }
    .dynamic-pages-cont p, .dynamic-pages-cont li, .dynamic-pages-cont a {
      font-size: 15px; }
    .dynamic-pages-cont p {
      margin-bottom: 20px; }
    .dynamic-pages-cont ul li {
      width: 100%; }

  /* Dynamic Pages Cont END */ }
/* MEDIA QUERIES CARD ITEM  */
@media (max-width: 767px) {
  .card-item .subtitle {
    margin-bottom: 10px; }

  .send-comment-wrap {
    display: none; }

  .content-item,
  .right-sidebar {
    width: 100%;
    margin-bottom: 20px;
    clear: both; }
    .content-item .subtitle,
    .right-sidebar .subtitle {
      font-size: 18px; }

  .content-item {
    margin-bottom: 20px; }
    .content-item .item-inner .item-info .send-review {
      height: 30px;
      line-height: 30px;
      width: 145px;
      font-size: 13px; }
    .content-item .item-inner .item-img .img-zoom {
      background: url(/frontend/web/images/zoom-in.png) top right no-repeat;
      background-size: 35px; }
    .content-item .spoiler-cont {
      position: relative;
      clear: both; }
      .content-item .spoiler-cont .spoiler-cont-inner {
        margin-bottom: 54px; }
      .content-item .spoiler-cont .spoiler-cont-inner.inact {
        height: 48px;
        overflow: hidden; }
      .content-item .spoiler-cont .spoiler-cont-inner.user-cont-inner.inact {
        height: 186px;
        position: relative; }
      .content-item .spoiler-cont .spoiler-cont-inner.user-cont-inner.inact:after {
        content: '';
        width: 100%;
        height: 24px;
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.7), #fff);
        background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.7), #fff);
        background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.7), #fff);
        background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.7), #fff);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), #fff); }
      .content-item .spoiler-cont .spoiler-bl.inact {
        bottom: -58px;
        top: auto; }
    .content-item .spoiler-bl {
      display: block;
      position: absolute;
      bottom: -53px; }
    .content-item .item-inner .item-img,
    .content-item .item-inner .item-info {
      width: 100%; }
    .content-item .item-inner {
      height: auto; }
    .content-item .item-inner .item-img {
      height: 244px;
      margin-bottom: 10px;
      line-height: 244px; }
    .content-item .item-inner .item-info {
      margin-bottom: 15px; }
    .content-item .item-characteristic {
      padding: 6px 0;
      font-size: 15px; }
      .content-item .item-characteristic.set-quantity {
        padding: 8px 0; }
    .content-item .item-characteristic p {
      font-size: 15px;
      margin-bottom: 2px; }
    .content-item .item-characteristic.availability {
      padding-left: 45px; }
    .content-item .item-characteristic.availability:before {
      top: 0; }
    .content-item .item-characteristic .quantity-cont {
      margin-right: 78px; }
      .content-item .item-characteristic .quantity-cont input {
        width: 96px;
        font-size: 16px;
        height: 26px; }
      .content-item .item-characteristic .quantity-cont .btn-cont .quant-btns {
        width: 48px;
        height: 22px; }
    .content-item .comments-usver-cont .date-block,
    .content-item .comments-usver-cont .usver-name {
      padding-left: 42px; }
    .content-item .comments-usver-cont .usver-name {
      font-size: 15px;
      margin-bottom: 6px; }
    .content-item .comments-usver-cont .block-with-circle {
      padding: 10px;
      margin-bottom: 9px; }
    .content-item .comments-usver-cont .block-with-circle-inner {
      top: -20px;
      left: 0;
      width: 32px;
      height: 32px;
      line-height: 29px; }

  .right-sidebar .main-product-item {
    width: 50%; } }
/* MEDIA QUERIES CARD ITEM END */
/* MEDIA QUERIES NEWS LIST  */
@media (max-width: 767px) {
  .news-cont {
    margin: 0 0 20px 0;
    /* NEED RO REWIES */
    /* Hover  Odd*/
    /* Hoiver Odd End*/
    /* Hover  Even */
    /*Hover Even END*/
    /* NEED RO REWIW END */ }
    .news-cont .news-item {
      width: 100%;
      height: 167px;
      padding: 0; }
      .news-cont .news-item .news-item-img-bg {
        margin-left: 0;
        background-size: contain !important; }
      .news-cont .news-item .news-text-block {
        height: 98px;
        width: 100%;
        bottom: 0;
        top: auto;
        padding: 14px 10px 10px; }
        .news-cont .news-item .news-text-block .subtitle {
          font-size: 14px;
          height: 35px;
          margin-bottom: 4px; }
        .news-cont .news-item .news-text-block .news-description {
          display: none; }
      .news-cont .news-item:hover:before {
        display: none; }
      .news-cont .news-item:hover .news-text-block {
        border: none; }
    .news-cont .chess-cont:nth-of-type(2n) .news-item:nth-of-type(2n) .news-text-block, .news-cont .chess-cont:nth-of-type(2n+1) .news-item:nth-of-type(2n) .news-text-block {
      background: rgba(19, 157, 134, 0.8); }
    .news-cont .chess-cont:nth-of-type(2n) .news-item:nth-of-type(2n+1) .news-text-block, .news-cont .chess-cont:nth-of-type(2n+1) .news-item:nth-of-type(2n+1) .news-text-block {
      background: rgba(8, 141, 157, 0.8); }
    .news-cont .chess-cont:nth-of-type(2n) .news-item:nth-of-type(2n):hover .news-item-inner .subtitle, .news-cont .chess-cont:nth-of-type(2n+1) .news-item:nth-of-type(2n):hover .news-item-inner .subtitle {
      text-decoration: underline; }
    .news-cont .chess-cont:nth-of-type(2n) .news-item:nth-of-type(2n+1):hover .news-item-inner .subtitle, .news-cont .chess-cont:nth-of-type(2n+1) .news-item:nth-of-type(2n+1):hover .news-item-inner .subtitle {
      text-decoration: underline; } }
/* MEDIA QUERIES NEWS LIST END */
@media (max-width: 767px) {
  .date-block.news-inner {
    margin: 8px 0 0 0; } }
/* MEDIA QUERIES ARTICLES LIST  */
@media (max-width: 767px) {
  .articles-cont {
    margin: 0 0 20px 0; }
    .articles-cont .article-item {
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      padding: 0; }
      .articles-cont .article-item .block-with-circle {
        line-height: 83px;
        padding: 9px 9px 9px 62px; }
        .articles-cont .article-item .block-with-circle .block-with-circle-inner {
          left: 5px; }
        .articles-cont .article-item .block-with-circle .article-list-center .subtitle {
          font-size: 16px;
          max-height: 85px; }
        .articles-cont .article-item .block-with-circle .article-list-center .block-with-circle-inner {
          left: 5px; } }
/* CONTACTS PAGE */
@media (max-width: 767px) {
  .contacts-inner-page {
    margin-bottom: 25px; }

  .subtitle-wrap.plus-decoration.contacts-page {
    padding: 0 10px;
    margin-bottom: 0; }
    .subtitle-wrap.plus-decoration.contacts-page .subtitle {
      margin-bottom: 0; }

  .contacts-bg-page {
    height: 452px; }
    .contacts-bg-page .site-contact {
      padding-top: 10px; }
    .contacts-bg-page .form-stylesheet .capcha-cont input {
      width: 100%; }
    .contacts-bg-page .form-stylesheet .capcha-cont img {
      margin: 0; }
    .contacts-bg-page .form-stylesheet .capcha-cont .captcha-refresh {
      float: left; }
    .contacts-bg-page .form-stylesheet .site-btn {
      width: 200px; } }
/* CONTACTS PAGE END */
/* CART PAGE */
@media (max-width: 767px) {
  .sidebar-left-links,
  .sidebar-right-cart-history {
    width: 100%; }

  .sidebar-left-links {
    margin-bottom: 20px; }

  .sidebar-right-cart-history {
    margin-left: 0;
    clear: both; }
    .sidebar-right-cart-history .cart-container {
      border: none; }
      .sidebar-right-cart-history .cart-container .order-minimal {
        text-align: center; }
      .sidebar-right-cart-history .cart-container .cart-titles-block {
        display: none; }
      .sidebar-right-cart-history .cart-container .curt-cont-inner {
        border: none; }
      .sidebar-right-cart-history .cart-container .cart-item {
        display: block;
        margin-bottom: 30px;
        border: 1px solid #ebebeb; }
        .sidebar-right-cart-history .cart-container .cart-item .product-img,
        .sidebar-right-cart-history .cart-container .cart-item .product-descr,
        .sidebar-right-cart-history .cart-container .cart-item .item-cart-price,
        .sidebar-right-cart-history .cart-container .cart-item .product-quantity,
        .sidebar-right-cart-history .cart-container .cart-item .total-card-price {
          float: left; }
        .sidebar-right-cart-history .cart-container .cart-item .product-img,
        .sidebar-right-cart-history .cart-container .cart-item .product-descr {
          width: 50%;
          overflow: hidden;
          height: 120px;
          border-bottom: 1px solid #ebebeb; }
        .sidebar-right-cart-history .cart-container .cart-item .product-descr {
          padding: 15px 0 0 0; }
        .sidebar-right-cart-history .cart-container .cart-item .description-title {
          max-height: 44px;
          height: auto;
          overflow: hidden; }
        .sidebar-right-cart-history .cart-container .cart-item .product-quantity {
          border-left: 1px solid #ebebeb;
          border-right: 1px solid #ebebeb; }
        .sidebar-right-cart-history .cart-container .cart-item .brand {
          height: 44px;
          overflow: hidden; }
        .sidebar-right-cart-history .cart-container .cart-item .product-img-inner {
          width: 100%;
          height: 120px;
          line-height: 120px; }
          .sidebar-right-cart-history .cart-container .cart-item .product-img-inner img {
            max-width: 100%; }
        .sidebar-right-cart-history .cart-container .cart-item .item-cart-price,
        .sidebar-right-cart-history .cart-container .cart-item .product-quantity {
          width: 33%;
          text-align: center;
          margin-bottom: 0;
          height: 72px; }
        .sidebar-right-cart-history .cart-container .cart-item .product-total {
          width: 34%;
          margin-bottom: 0;
          text-align: center;
          height: 72px; }
        .sidebar-right-cart-history .cart-container .cart-item .item-price {
          padding-top: 15px;
          font-size: 18px; }
        .sidebar-right-cart-history .cart-container .cart-item .close-item-cart {
          top: 5px;
          right: 9px;
          width: 22px;
          padding: 0;
          height: 22px;
          line-height: 19px; }
        .sidebar-right-cart-history .cart-container .cart-item .quantity-cont input,
        .sidebar-right-cart-history .cart-container .cart-item .quantity-cont .btn-cont {
          width: 100%; }
          .sidebar-right-cart-history .cart-container .cart-item .quantity-cont input .quant-btns,
          .sidebar-right-cart-history .cart-container .cart-item .quantity-cont .btn-cont .quant-btns {
            width: 50%;
            border-bottom: none;
            border-top: none;
            height: 24px; }
        .sidebar-right-cart-history .cart-container .cart-item .quantity-cont input {
          height: 48px; }
    .sidebar-right-cart-history .site-btn {
      display: block;
      margin: 0 auto; } }
/* CART PAGE END */
/* FORMALIZATION  PAGE */
@media (max-width: 767px) {
  .order-formalization {
    text-align: left; }
    .order-formalization .visa-link-cont {
      padding-top: 16px; }
      .order-formalization .visa-link-cont img:first-of-type {
        margin: 0 10px 0 0; }
    .order-formalization .big-notice {
      margin-bottom: 18px;
      text-align: left; }
    .order-formalization .pay-conditions-link {
      margin-bottom: 12px; }
    .order-formalization .subtitle {
      text-align: left; }
    .order-formalization .form-stylesheet .checkbox-wrap label {
      font-size: 15px; }
      .order-formalization .form-stylesheet .checkbox-wrap label:hover {
        font-size: 15px; }
    .order-formalization .form-stylesheet .inputs-wrap {
      width: 100%; }
    .order-formalization .form-stylesheet textarea {
      width: 100%; }
    .order-formalization .site-btn {
      width: 200px;
      line-height: 35px;
      height: 35px; }
    .order-formalization .steps-stylesheet {
      padding-bottom: 14px;
      margin-bottom: 14px; }
    .order-formalization .last-steps-stylesheet {
      margin-bottom: 25px; }
    .order-formalization .pad-left-30 {
      text-align: left;
      padding-left: 26px; } }
/* FORMALIZATION  PAGE END */
/* History PAGE */
@media (max-width: 767px) {
  .sidebar-left-links,
  .sidebar-right-history {
    width: 100%; }

  .sidebar-left-links {
    margin-bottom: 20px; }

  .sidebar-right-history {
    margin-left: 0;
    clear: both; }
    .sidebar-right-history .subtitle.history-page {
      overflow: hidden; }
    .sidebar-right-history .history-titles-block {
      margin-bottom: 5px;
      display: block; }
      .sidebar-right-history .history-titles-block .history-img-title,
      .sidebar-right-history .history-titles-block .history-descr-title,
      .sidebar-right-history .history-titles-block .history-date-title,
      .sidebar-right-history .history-titles-block .history-total-title {
        width: 50%;
        float: left;
        height: 30px;
        line-height: 30px;
        text-align: center; }
      .sidebar-right-history .history-titles-block .history-img-title,
      .sidebar-right-history .history-titles-block .history-descr-title {
        border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
      .sidebar-right-history .history-titles-block .history-img-title,
      .sidebar-right-history .history-titles-block .history-date-title {
        border-right: 1px solid rgba(255, 255, 255, 0.65); }
    .sidebar-right-history .history-container {
      border: none; }
      .sidebar-right-history .history-container .history-item {
        clear: both;
        display: block;
        margin-bottom: 12px;
        border: 1px solid #ebebeb; }
        .sidebar-right-history .history-container .history-item .history-img,
        .sidebar-right-history .history-container .history-item .history-descr,
        .sidebar-right-history .history-container .history-item .history-date,
        .sidebar-right-history .history-container .history-item .history-total {
          float: left;
          height: 33px; }
        .sidebar-right-history .history-container .history-item .history-img,
        .sidebar-right-history .history-container .history-item .history-descr {
          height: 90px;
          width: 33%;
          border-bottom: 1px solid #ebebeb; }
        .sidebar-right-history .history-container .history-item .history-descr {
          width: 67%;
          padding-left: 8px; }
        .sidebar-right-history .history-container .history-item .history-date,
        .sidebar-right-history .history-container .history-item .history-total {
          width: 50%;
          font-weight: 600;
          height: 30px;
          text-align: center;
          margin-bottom: 0;
          padding-top: 4px; }
        .sidebar-right-history .history-container .history-item .history-date {
          border-right: 1px solid #ebebeb; }
        .sidebar-right-history .history-container .history-item .description-title {
          max-height: 44px;
          height: auto;
          overflow: hidden; }
        .sidebar-right-history .history-container .history-item .brand {
          height: 44px;
          overflow: hidden; }
        .sidebar-right-history .history-container .history-item .product-img-inner {
          height: 86px;
          width: 100%;
          line-height: 86px; }
          .sidebar-right-history .history-container .history-item .product-img-inner img {
            max-width: 100%; }
        .sidebar-right-history .history-container .history-item .item-cart-price,
        .sidebar-right-history .history-container .history-item .product-quantity {
          width: 33%;
          text-align: center;
          margin-bottom: 0;
          height: 72px; }
        .sidebar-right-history .history-container .history-item .product-total {
          width: 34%;
          margin-bottom: 0;
          text-align: center;
          height: 72px; }
        .sidebar-right-history .history-container .history-item .item-price {
          font-size: 18px; }
        .sidebar-right-history .history-container .history-item .close-item-cart {
          top: 5px;
          right: 9px;
          width: 22px;
          height: 22px;
          line-height: 19px; }
        .sidebar-right-history .history-container .history-item .quantity-cont input,
        .sidebar-right-history .history-container .history-item .quantity-cont .btn-cont {
          width: 100%; }
          .sidebar-right-history .history-container .history-item .quantity-cont input .quant-btns,
          .sidebar-right-history .history-container .history-item .quantity-cont .btn-cont .quant-btns {
            width: 50%;
            height: 24px; }
        .sidebar-right-history .history-container .history-item .quantity-cont input {
          height: 48px; }
    .sidebar-right-history .site-btn {
      display: block;
      margin: 0 auto; } }
/* History PAGE END */
/* EDIT PAGE  */
@media (max-width: 767px) {
  .edit-page .big-notice {
    text-align: left; }
  .edit-page .example {
    margin-bottom: 10px; }
  .edit-page .inputs-wrap .subtitle {
    text-align: left;
    font-weight: normal; }
  .edit-page .form-stylesheet .inputs-wrap .site-btn {
    width: 138px;
    height: 35px;
    line-height: 35px; } }
/* EDIT PAGE  END */
/* Contact User Page */
@media (max-width: 767px) {
  .show-user-infp-page .contact-data-info {
    margin-bottom: 32px; }
    .show-user-infp-page .contact-data-info .contact-item {
      font-size: 15px; } }
/* Contact User Page END*/
/* NOT FOUNDED PAGE */
@media (max-width: 767px) {
  .subtitle.search-title {
    margin-bottom: 30px;
    font-size: 20px; }

  .not-founded-page .our-products-block {
    margin-bottom: 30px;
    width: 100%; }
    .not-founded-page .our-products-block .subtitle {
      font-size: 16px; }
    .not-founded-page .our-products-block .cont-img {
      width: 44px;
      height: 44px; }
      .not-founded-page .our-products-block .cont-img img {
        width: 44px;
        height: 44px; }
  .not-founded-page .nothing-find,
  .not-founded-page .reason {
    margin-bottom: 24px; }
  .not-founded-page .slick-slider-main {
    float: none; }
    .not-founded-page .slick-slider-main .site-btn {
      width: 200px; } }
/* NOT FOUNDED PAGE END */
/* Queston Page */
@media (max-width: 767px) {
  .subtitle-wrap.plus-decoration.questions .site-btn {
    top: 20px;
    float: none;
    width: 100%;
    background: #4d93bf;
    height: 30px;
    line-height: 30px; }
  .subtitle-wrap.plus-decoration.questions .subtitle {
    margin-bottom: 10px; }

  .questions-bg-block {
    margin-bottom: 30px;
    height: 496px;
    padding-top: 15px; }
    .questions-bg-block .form-stylesheet .inputs-wrap {
      margin-bottom: 2px;
      width: 100%; }
    .questions-bg-block .form-stylesheet textarea {
      margin-bottom: 20px;
      height: 150px;
      width: 100%; }
    .questions-bg-block .form-stylesheet .site-btn {
      width: 200px; }
    .questions-bg-block .form-stylesheet .capcha-cont {
      margin-bottom: 35px; }
      .questions-bg-block .form-stylesheet .capcha-cont input {
        width: 100%; }
      .questions-bg-block .form-stylesheet .capcha-cont img {
        margin-left: 0; }
      .questions-bg-block .form-stylesheet .capcha-cont .captcha-refresh {
        float: left; }

  .questions-cont {
    margin-bottom: 20px; }
    .questions-cont .question-item {
      width: 100%;
      margin-bottom: 25px; }
      .questions-cont .question-item .block-with-circle {
        min-height: 70px;
        padding: 20px 18px 10px; }
        .questions-cont .question-item .block-with-circle .block-with-circle-inner {
          width: 25px;
          height: 25px;
          left: 9px;
          top: 11px;
          z-index: 999;
          background: white; }
          .questions-cont .question-item .block-with-circle .block-with-circle-inner:after, .questions-cont .question-item .block-with-circle .block-with-circle-inner:before {
            font-size: 18px; }
      .questions-cont .question-item.act .block-with-circle .question-block {
        padding-bottom: 7px;
        margin-bottom: 7px; } }
/* Queston Page END */
.checkbox-wrap label { pointer-events: none;}

#contactform-name::-webkit-input-placeholder {
  color: #555;
}
.slick-dots {pointer-events: none;}

.pagination-block { top: 125px;}

.bread-crumbs li, .bread-crumbs a { display: none;}

