/* variebles */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
:focus {
  outline: 0;
}
div,
input,
button,
.button,
form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* mixins */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  line-height: 1.1;
  color: inherit;
  font-weight: normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #404040;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
p:last-child {
  margin-bottom: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.lead:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dl:last-child {
  margin-bottom: 0;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.clr {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
}
img {
  vertical-align: middle;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell;
}
.row:before,
.row:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
/* buttons */
.b-button {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid;
  padding: 0 14px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  text-align: center;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.b-button:hover {
  opacity: 0.7;
  filter: alpha(opacity= 70 );
}
.b-button--slider {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #404040;
}
.b-button--black {
  border-color: #404040;
  background-color: #404040;
  color: #ffffff;
}
.b-button--white {
  border-color: #404040;
  background-color: transparent;
  color: #404040;
}
.b-button--grey {
  border-color: #dfdbd6;
  background-color: #dfdbd6;
  color: #ffffff;
}
.b-button--readmore {
  display: inline-block;
}

.filter-reset {
 width: 80%;
 margin: 0 auto;
 margin-bottom: 20px;

}

input[type="submit"],
input[type="button"] {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid;
  padding: 0 14px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
//*  display: block; *//
  text-align: center;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
  filter: alpha(opacity= 70 );
}
input[type="submit"]--slider,
input[type="button"]--slider {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #404040;
}
/* inputs */
input[type="text"],
textarea,
.b-input-field {
  border: 2px solid #404040;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
input[type="text"]--grey,
textarea--grey,
.b-input-field--grey {
  border-color: #dfdbd6;
}
input[type="text"],
.b-input-field {
  line-height: 30px;
  padding: 0 20px;
}
textarea {
  padding: 12px;
  line-height: 20px;
}
/* input complex */
.b-input--error > * {
  color: red;
  border-color: red !important;
}
.b-input--inline:before,
.b-input--inline:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-input--inline--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-input--inline--bottom {
  display: inline-block;
}
.b-input--inline--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-input--inline--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-input-label {
  float: left;
  line-height: 38px;
}
.b-input-field {
  float: left;
  max-width: 100%;
}
/* forms */
.b-search {
  position: relative;
  height: 26px;
  line-height: 42px;
  padding: 0;
}
.row.b-search {
  padding: 0;
}
.b-search:before,
.b-search:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-search--header_bg {
  background: rgba(0, 0, 0, 0.3);

}
.b-search--bottom {
  display: inline-block;
}
.b-search--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-search--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
/* mods */
.b-search--header {
  position: absolute;
  width: 23%;
  max-width: 280px;
  right: 200px;
}
.b-search--header .b-search-field {
  border-color: #ffffff !important;
  color: #ffffff;
}
.b-search--footer {
  width: -webkit-calc(100% - 463px);
  width: calc(100% - 463px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  line-height: 96px;
  padding-left: 20px;
}
.b-search--footer::after, .b-search--footer::before {
  display: none;
}
/* elements */
.b-search-field {
  width: 100%;
  height: 24px;
  line-height: 24px !important;
  border: 1px solid;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 0 16px;
  margin-right: 20px;
  background-color: transparent;
}
.b-search--footer .b-search-field {
  height: 32px;
}
.b-search-field--button_in {
  padding-right: 30px !important;
  margin-right: 0px;
}
.b-search-submit--header {
  position: absolute;
  height: 10px;
  width: 10px;
  top: 0px;
  right: 12px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}
.b-search-submit--footer {
  height: 32px;
  line-height: 32px !important;
  font-size: 12px !important;
  display: inline-block !important;
  padding: 0 30px;
}
.select_wrap {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #dfdbd6;
  padding: 3px 30px 3px 10px;
}
.select_wrap-marker {
  position: absolute;
  top: 6px;
  right: 10px;
}
.single-option-selector {
  position: absolute;
}
/* menu */
.b-menu {
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  /* modifications */
  /* elements */
}
.b-menu--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 56%;
}
/*.b-menu--horizontal:before,
.b-menu--horizontal:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}*/
.b-menu--horizontal--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-menu--horizontal--bottom {
  display: inline-block;
}
.b-menu--horizontal--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-menu--horizontal--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-menu--horizontal > li {
  float: left;
  position: relative;
  display: block;

}
.b-menu--horizontal > li > a {
 // display: block;
}
.b-menu--vertical > li {
  position: relative;
  display: block;
}
.b-menu--vertical > li:last-child {
  margin-bottom: 0;
}
.b-menu--vertical > li > a {
  display: block;
}
.b-menu--top_menu {
  float: left;
}
.b-menu--top_menu li {

}
.b-menu--authorisation {
  float: right;
  width: 17%;
  max-width: 169px;
}
.b-menu--main {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.b-menu--slider {
  /*margin: 30px;*/
  width: 240px;
  display: inline-block;
}
.b-menu-link--top_menu {
  color: #ffffff;

  line-height: 42px;
}
.b-menu-link--top_menu:hover {
  opacity: 0.7;
  filter: alpha(opacity= 70 );
}
.b-menu-link--authorisation {
  color: #ffffff;
  line-height: 42px;
  margin-left: 22px;
}
.b-menu-link--authorisation:hover {
  opacity: 0.7;
  filter: alpha(opacity= 70 );
}
.b-menu-link--main {
  height: 95px;
  color: #404040;
  /*padding: 0 30px;*/
  font-size: 16px;
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.b-menu-link--main:hover {
  opacity: 0.7;
  filter: alpha(opacity= 70 );
}
.b-menu-link--footer {
  padding: 3px 0;
}
.b-menu-link--slider {
  margin-bottom: 15px;
}
.b-menu--slider li:last-child .b-menu-link--slider{
  margin-bottom: 0px;
}
/* menu end */
/* prices */
.b-prices--in_line:before,
.b-prices--in_line:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-prices--in_line--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-prices--in_line--bottom {
  display: inline-block;
}
.b-prices--in_line--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-prices--in_line--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-prices--in_line .price {
  float: left;
}
.b-prices--product {
  line-height: 40px;
}
.b-prices--collection_preview {
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.b-price {
  font-size: 20px;
  font-weight: bold;
  /* mods */
}
.b-price--old {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: normal;
  margin-right: 5px;
}
/* prices end */
/* quantity */
.b-quantity {
  width: 115px;
  /* elements */
}
.b-quantity:before,
.b-quantity:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-quantity--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-quantity--bottom {
  display: inline-block;
}
.b-quantity--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-quantity--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-quantity--in_line:before,
.b-quantity--in_line:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-quantity--in_line--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-quantity--in_line--bottom {
  display: inline-block;
}
.b-quantity--in_line--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-quantity--in_line--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-quantity--rounded {
  border: 1px solid #dfdbd6;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 38px;
}
.b-quantity-button {
  float: left;
  margin: 0 10px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.b-quantity-input {
  float: left;
  border: none !important;
  line-height: 34px !important;
  width: 50px;
  text-align: center;
  padding: 0 !important;
}
/* quantity end */
.b-slider {
  margin: 35px 0;
  /* mods */
  /* elements */
}
.b-slider--index {
  min-width: 1000px;
  margin: 0px;
  height: 343px;
}
.b-slider--index .owl-item img {
  float: right;
  width: 100%;
}
.b-slider--index-cont {
  float: left;
  width: 64%;
  height: 343px;
  position: relative;
}
.b-slider-container {
  position: relative;
  margin: 0 23px;
  width: auto !important;
  overflow-x: hidden;
  /*text-align: right;*/
}
.b-slider-control {
  position: relative;
  width: 100%;
}
.b-slider-left,
.b-slider-right {
  position: absolute;
  font-size: 25px;
  color: #404040;
  top: 130px;
  cursor: pointer;
}
.b-slider-left:hover,
.b-slider-right:hover {
  opacity: 0.7;
  filter: alpha(opacity= 70 );
}
.b-slider-left--index,
.b-slider-right--index {
  width: 62px;
  height: 62px;
  color: #ffffff;
  text-align: center;
  top: 130px;
  z-index: 30;
  font-size: 40px;
}
.b-slider-left--product,
.b-slider-right--product {
  top: 35px;
}
.b-slider-left {
  left: 0px;
}
.b-slider-left--index {
  background: url(slider_prev.png) no-repeat;
}
.b-slider-right {
  right: 0px;
}
.b-slider-right--index {
  background: url(slider_next.png) no-repeat;
}
/* tubs */
.b-tubs-controls--horizontal {
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-bottom: -1px;
}
.b-tubs-controls--horizontal:before,
.b-tubs-controls--horizontal:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-tubs-controls--horizontal--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-tubs-controls--horizontal--bottom {
  display: inline-block;
}
.b-tubs-controls--horizontal--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-tubs-controls--horizontal--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-tubs-controls--horizontal > li {
  float: left;
  position: relative;
  display: block;
}
.b-tubs-controls--horizontal > li > span,
.b-tubs-controls--horizontal > li > a {
  display: block;
}
.b-tubs-control {
  position: relative;
  font-size: 16px;
  color: #10acb2;
  padding: 14px 25px;
  border: 1px solid #fff;
  border-bottom-color: #dfdbd6;
  -webkit-border-top-left-radius: 12px;
  -moz-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
}
.b-tubs-control:first-child {
  border-bottom-color: transparent;
}
.b-tubs-control:hover {
  color: #404040;
}
.b-tubs-control--active {
  color: #404040;
  border-color: #dfdbd6;
  border-bottom-color: #fff !important;
  -webkit-border-top-left-radius: 12px;
  -moz-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
}
.b-tubs-control--active:first-child:before {
  display: none !important;
}
.b-tubs-control--active:last-child:after {
  display: none !important;
}
.b-tubs-control--active:before,
.b-tubs-control--active:after {
  position: absolute;
  bottom: 0;
  content: ;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
}
.b-tubs-control--active:before {
  border-right-color: #dfdbd6;
  left: -24px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.b-tubs-control--active:after {
  border-left-color: #dfdbd6;
  right: -24px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.b-tubs-content {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #dfdbd6;
  display: none;
  padding: 35px;
}
.b-tubs-content--active {
  display: block;
}
.b-tubs #tab1 {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* tubs end */
/* modification selector */
.selector-wrapper {
  margin-bottom: 10px;
}
.selector-wrapper label {
  margin-right: 10px;
}
/* modification selector end */
/* layouts */
/* common tags */
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
a {
  color: #404040;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity= 70 );
}

/* common classes */
.curved-hz-1 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.curved-hz-1:before,
.curved-hz-1:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.curved-hz-1:before {
  top: 0px;
  bottom: 0px;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 50% / 50%;
          border-radius: 50% / 50%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row {
 padding: 0 15px;
}
.b-wrap {
  max-width: 1200px;
  width: 100%;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.row .b-wrap {
  min-width: inherit;
}
.b-wrap--top_line {
  position: relative;
  border-bottom: 1px solid #17595a;
  height: 42px;
}
.b-wrap--middle_line {
  padding: 32px 15px;
}
.row--header_bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 0;
}
.row--bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.row--bottom::after, .row--bottom::before {
  display: none;
}
.b-wrap--middle_line {
padding: 32px 15px;
}
.row--line {
  border-top: 1px solid #000;
  padding: 30px 15px 80px;
}
.row--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center #cfc8c0;
  height: 95px;

}
.b-collection-list--subcollection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
.b-collection-list--subcollection .b-collection_preview {
  width: 33.3333%;
  padding: 0 10px;
  margin-right: 0;
}
.s-title {
  margin: 35px 0;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.s-title--line {
  position: relative;
}
.s-title--line > * {
  position: relative;
  padding: 0 10px;
  background-color: #ffffff;
  color: #404040;
  display: inline;
  z-index: 2;
}

.s-title--line span h1 {
	display: inline-block;
}
.s-title--line:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  border-bottom: 1px solid #404040;
  z-index: 0;
}
.s-title--big {
  font-size: 24px;
}
.s-title--filter {
  font-size: 16px;
  margin: 0 0 20px;
}
.s-title--filter > * {
  max-width: 140px;
}
.s-title--line:after {
  position: absolute;
  display: block;
  width: 100%;
  top: 10px;
  border-bottom: 1px solid #404040;
  z-index: 0;
}
.b-image img {
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.s-image {
  max-height: 100%;
  max-width: 100%;
}
.s-image--raunded,
.s-image--rounded {
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
/* header */
header {
  background: url(header_bg.png) no-repeat top center;

  position: relative;
  z-index: 20;
  -webkit-background-size: cover;
          background-size: cover;
}
.b-logo {
  float: left;
  background: url(logo.png) no-repeat;
  margin: -14px 0 0 483px;
}

/* наименование в шапке */
.b-sitname {
  float: left;
  position: absolute;
  width: 240px;
  margin-left: 0px;
  margin-top: 16px;
  font-size: 53px;
  color: #ffffff;
  line-height: 20px;
  height: 42px;
}

/* телефон */
.b-phone {
  float: left;
  position: relative;
  margin-left: 4%;
}
.b-phone:before,
.b-phone:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-phone--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-phone--bottom {
  display: inline-block;
}
.b-phone--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-phone--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-phone.b-phone--footer {
  color: #404040;
  margin-right: 0px;
  clear: none;
  float: none;
  white-space: nowrap;

}


.b-phone--footer .b-phone-phone_number {
  color: #404040;
  text-align: right;
}
.b-phone-icon {
  float: left;
  width: 42px;
  height: 42px;
  margin-right: 18px;
}
.b-phone-icon--header {
  background: url(phone_icon_header.png) no-repeat;
  /*border: 1px solid #ffffff;*/
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
.b-phone-icon--footer {
  background: url(phone_icon.png) no-repeat;
}
.b-phone-phone_number {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  height: 42px;
}
.b-phone-call_me {
  position: relative;
  margin:6px 0 0 61px;
  color: #ffffff;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}
/* корзина в шапке */
.b-basket {
  float: right;
  position: relative;

}
.b-basket:before,
.b-basket:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-basket--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-basket--bottom {
  display: inline-block;
}
.b-basket--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-basket--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-basket-link {
  display: block;
}
.b-basket-link:before,
.b-basket-link:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-basket-link--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-basket-link--bottom {
  display: inline-block;
}
.b-basket-link--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-basket-link--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-basket-title {
  float: left;
  line-height: 42px;
  color: #ffffff;
}
.b-basket-items_count {
  float: left;
  width: 42px;
  height: 42px;
  margin: 0 10px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
}
.b-basket-total_price {
  float: right;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  //* color: #10acb2; *//
}
.b-basket-dropdown {
  position: absolute;
  right: 0;
  display: none;
  z-index: 900;
  background: #fff;
  width: 260px;
  padding: 10px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #dfdbd6;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.b-basket:hover .b-basket-dropdown {
  display: block;
}
.b-basket-dropdown {
  font-size: 14px;
}
.b-basket-dropdown .parse_items {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.b-basket-dropdown .s-title {
  margin: 0px;
}
.b-basket-dropdown .parse_item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdbd6;
}
.b-basket-dropdown .parse_image {
  float: left;
  margin: 0 10px 10px 0;
}
.b-basket-dropdown .remove_item {
  float: right;
  margin: 0 0 10px 10px;
}
.b-basket-dropdown .footer {
  margin-bottom: 10px;
}
/* main */
#main {
  margin: 40px 0;
}
#main.main-index {
  margin: 0px;
  padding: 0;
}
.b-layout--sided {
  float: right;
  width: 73%;
}
.row.b-layout.b-layout-index {
  padding: 0;
}
/* footer */
footer {
  background-color: #e7e3df;
}
.b-message--welcome {
    line-height: 96px;
    height: 96px;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    font-size: 21px;
}
.b-container {
  float: left;
  margin: 85px 3% 55px 0;
}
.b-container--last {
  float: right;
  margin-right: 0;
  width: 22%;
}
.b-container-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.b-copyright {
  float: left;
}
.b-powered {
  float: right;
}
.b-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 1;
  filter: alpha(opacity= 100 );
  z-index: 490000;
}
.b-modal {
  z-index: 1050;
  color: #404040;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.b-modal--fast_call {
  position: absolute;
  top: -10px;
  left: -12px;
  width: 191px;
  display: none;
}
.b-modal--popup {
  width: 250px;
}
.b-modal-title {
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 13px;
  color: #404040;
}
.b-modal-input {
  margin-bottom: 10px;
  width: 100%;
  float: none;
}
.b-modal-input:before,
.b-modal-input:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-modal-input--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-modal-input--bottom {
  display: inline-block;
}
.b-modal-input--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-modal-input--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-modal-input.error {
  border-color: red;
}
.b-modal-button:before,
.b-modal-button:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-modal-button--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-modal-button--bottom {
  display: inline-block;
}
.b-modal-button--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-modal-button--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
/* layouts end */
/* index */
.b-catalog_list--index {
 padding: 0 6px;
  margin-top: 10px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

}
/*.b-catalog_list--index:before,
.b-catalog_list--index:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}*/
.b-catalog_list--index--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-catalog_list--index--bottom {
  display: inline-block;
}
.b-catalog_list--index--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-catalog_list--index--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-catalog_item {
  float: left;
  position: relative;
  margin-bottom: 11px;
  width: -webkit-calc(20% - 12px);
  width: calc(20% - 12px);
  margin: 0 6px 12px 6px;
}

.b-catalog_item-iamge {
  width: 100%;
  height: 180px;
  text-align: center;
  cursor: pointer;
  /*border: 1px solid;*/
  background-repeat: no-repeat;
  background-position: center;
}
.b-catalog_item-name {
  position: absolute;
  top: 0; /*42%;*/
  width: 100%;
  text-align: center;
  color: #ffffff;
  height: 100%;
  background-color: rgba(0,0,0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
.b-news {
  margin: 70px 0;
}
.b-news:before,
.b-news:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-news--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-news--bottom {
  display: inline-block;
}
.b-news--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-news--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-news-title {
  margin-bottom: 50px;
}
#slides {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  height: 343px;
}
#slides:before,
#slides:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
#slides--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
#slides--bottom {
  display: inline-block;
}
#slides--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
#slides--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-slider-menu {
  float: left;
  position: relative;
  width: 36%;
  background-color: #10acb2;
  height: 343px;
  z-index: 10;
  line-height: 343px;
  vertical-align: middle;
  padding: 61px;
  padding-left: 25px;
}


.b-slider-left-menu {
 position: absolute;
 top: 100px;
 right: 50px;
 z-index: 1;

}

.b-slider-left-menu  a {
 	display: block;
 	width: 176px;
  	height: 36px;
 	text-align: center;
  	-webkit-border-radius: 15px;
  	        border-radius: 15px;
  	color: #fff;
  	text-transform: uppercase;
  	line-height: 36px;
  	background: #1b1b1b;
  	margin-bottom: 23px;
}

/* collection */
.b-collection-description {
  margin-bottom: 30px;
  padding-bottom: 30px;
border-bottom: 1px solid black;

}
.b-collection-description:before,
.b-collection-description:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-collection-description--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-collection-description--bottom {
  display: inline-block;
}
.b-collection-description--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-collection-description--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-collection-seo_description {
  padding: 35px 0 50px;
}
.b-collection-image {
  float: left;
  margin-right: 25px;
}
.b-collection-list {
  /*padding-top: 30px;
  border-top: 1px solid black;*/
}
.b-collection-list:before,
.b-collection-list:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-collection-list--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-collection-list--bottom {
  display: inline-block;
}
.b-collection-list--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-collection-list--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-collection-list--no_top {
  border-top: none;
  padding-top: 0px;
}
.b-panel:before,
.b-panel:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-panel--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-panel--bottom {
  display: inline-block;
}
.b-panel--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-panel--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-panel--top {
  margin-bottom: 15px;
}
.b-panel--bottom {
  display: block;
}
/* collection end */
/* product */
.b-product-title {
  margin-bottom: 30px;
  font-size: 36px;
}
.b-product-gallery {
  width: 30%;
  margin-right: 0px;
  margin-bottom: 30px;
}
.b-product-gallery2 {
  width: 250px;
  margin-right: 50px;
  margin-bottom: 30px;
}
.b-product-info {
  margin-bottom: 30px;
  width: -webkit-calc(70% - 50px);
  width: calc(70% - 50px);
}
.b-product-sku {
  margin-bottom: 10px;
}
.b-product-presence {
  margin-bottom: 10px;
}
.b-product-description {
  margin-bottom: 60px;
}
.b-product-order {
  margin-bottom: 50px;
}
.b-product-properties-values {
  padding-left: 10px;
}
.b-product-prices {
  float: left;
  margin-right: 10px;
}
.b-product-quantity {
  float: left;
  margin-right: 10px;
}
.b-product-button {
  float: left;
  line-height: 34px !important;
}
.b-property-values {
  padding-left: 10px;
}
.b-gallery-big_foto {
  margin-bottom: 15px;
  width: 100%;
  /*height: 350px;*/
  /*line-height: 350px;*/
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.b-gallery-preview_list--horizontal {
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.b-gallery-preview_list--horizontal:before,
.b-gallery-preview_list--horizontal:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-gallery-preview_list--horizontal--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-gallery-preview_list--horizontal--bottom {
  display: inline-block;
}
.b-gallery-preview_list--horizontal--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-gallery-preview_list--horizontal--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-gallery-preview_list--horizontal > li {
  float: left;
  position: relative;
  display: block;
}
.b-gallery-preview_list--horizontal > li > a {
  display: block;
}
.b-gallery-preview {
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}
.b-collection_list-content {
  padding: 0 37px;
}

/*@media (min-width: 1024px) {
  .b-collection_list-content .b-prices--collection_preview {
    display: flex;
     align-items: center;
     justify-content: space-around;
  }
  .b-collection_list-content .b-product_preview-prices, .b-collection_list-content .b-product_preview-form {
    float: none;
  }
}*/

.b-collection_list-content--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-collection_list-content--bottom {
  display: inline-block;
}
.b-collection_list-content--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-collection_list-content--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
/* product end */
/* cart */
.b-cart {
  padding-bottom: 30px;
}
.b-cart-items_list {
  position: relative;
  width: 100%;
}
.b-cart-items_list thead td {
  color: #bdb5ab !important;
  font-size: 12px !important;
  text-align: center !important;
  font-weight: lighter !important;
  width: 100%;
  top: 0px;
  left: 0px;
}
.b-cart-items_list tfoot td {
  padding-top: 35px;
}
.b-cart-submit {
  display: inline-block !important;
}
.b-cart_item {
  border-bottom: 1px solid #dfdbd6;
  padding: 15px 0;
}
.b-cart_item-image {
  padding: 13px 13px 13px 0;
  width: 100px;
  height: 100px;
}
.b-cart_item-collection {
  padding: 13px;
  font-size: 16px;
  width: 150px;
}
.b-cart_item-title {
  padding: 13px;
  width: 360px;
}
.b-cart_item-link {
  font-size: 16px;
  font-style: italic;
}
.b-cart_item-sku {
  display: block;
}
.b-cart_item-price {
  position: relative;
  padding: 0 10px;
  width: 130px;
}
.b-cart_item-price--total {
  text-align: left;
}
.b-cart_item-quantity {
  position: relative;
  padding: 13px;

}
.b-cart_item-quantity .b-quantity {
  margin: 0 auto;
}
.b-cart_item-delete {
  text-align: right;
  width: 112px;
}
.b-cart_item-label {
  position: absolute;
  color: #bdb5ab !important;
  font-size: 12px !important;
  text-align: center !important;
  font-weight: lighter !important;
  width: 100%;
  top: 0px;
  left: 0px;
}
.b-discount-coupon {
  position: relative;
}

.b-discount-coupon--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-discount-coupon--bottom {
  display: inline-block;
}
.b-discount-coupon--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-discount-coupon--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-discount-input {
  float: left;
}
.b-discount-input .b-input-field {
  margin: 0 10px;
}
.b-discount-submit {
  float: left;
}
.b-discount-notice {
  position: absolute;
  top: 100%;
  left: 60px;
}
.b-cart-total_title {
  text-align: right;
  padding: 0 10px;
}
/* cart end */
/* comapre */
/* search */
.b-search-list .b-product_preview:nth-child(3n) {
  margin-right: 0px;
}
.b-panel--search {
  border-bottom: 1px solid #404040;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.b-panel--search .b-pagination  {
  margin-bottom: 15px;
}
.b-panel--search:before,
.b-panel--search:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-panel--search--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-panel--search--bottom {
  display: inline-block;
}
.b-panel--search--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-panel--search--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-panel--search .b-search {
  height: 35px;
  line-height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.b-panel--search .b-search .b-search-field {
  margin-right: 10px;
  min-width: 220px;
}
.b-panel--search .b-search:after, .b-panel--search .b-search:before {
  display: none;
}
.b-panel--search .b-search-field {
  height: 34px;
}
/* search end */
/* article */
.b-article {
  /* mods */
  /* elements */
}
.b-article--preview {
  position: relative;
  margin-bottom: 30px;
}
.b-article-image {
  float: left;
  margin: 0px 20px 20px 0px;
}
.b-article-title {
  margin-bottom: 30px;
}
.b-article-note {
  font-size: 12px;
  margin-bottom: 20px;
}
.b-article-content {
  margin-bottom: 30px;
}
.b-article-content a {
  text-decoration: underline;
}
.b-article_preview--small {
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
  width: 550px;
}
.b-article_preview--small:before,
.b-article_preview--small:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-article_preview--small--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-article_preview--small--bottom {
  display: inline-block;
}
.b-article_preview--small--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-article_preview--small--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-article_preview--small:last-child {
  margin-right: 0;
}
.b-article_preview-title {
  text-transform: uppercase;
}
.b-article_preview-title--small {
  height: 50px;
  margin-bottom: 5px;
  line-height: 20px;
  display: block;
  overflow-y: hidden;
}
.b-article_preview-content {
  margin-bottom: 30px;
}
.b-article_preview-content--small {
  height: 500px;
  overflow-y: hidden;
}
.b-article_preview-read_more {
  float: left;
  margin-top: 0px;
}
/* article end */
/* page */
/* 404 */
/* breadcrumbs */
.b-breadcrumbs {
 margin-bottom: 30px;
}

.b-breadcrumbs-pipe {
  margin: 0 5px;
}
/* breadcrumbs end */
/* pagination */
.b-pagination {
  float: right;
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  /* mods */
  /* elements */
}
.b-pagination--horizontal {
  text-align: right;
}
.b-pagination--horizontal:before,
.b-pagination--horizontal:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.tfoot {
  padding-top: 35px;
}
.b-pagination--horizontal--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-pagination--horizontal--bottom {
  display: inline-block;
}
.b-pagination--horizontal--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-pagination--horizontal--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-pagination--horizontal > li {
  float: left;
  position: relative;
  display: block;
}
.b-pagination--horizontal > li > a,
.b-pagination--horizontal > li > span {
  display: block;
}
.b-pagination-page {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
}
.b-pagination-page--current {
  border-color: #dfdbd6;
}
/* pagination end */
/* sidebar */
.b-sidebar {
  float: left;
  width: 25%;
}
.b-sidebar-container {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 0;
}
.b-sidebar-container--menu {
  background-color: #f0edeb;
}
.b-sidebar-container--filter {
  border: 1px solid #dfdbd6;
  background-color: #fff;
}
/* sidebar end */
/* socials links */
.b-social_links {
  text-align: right;
  margin-top: 80px;
}
.b-social_links-link {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #404040;
  line-height: 30px;
  text-align: center;
  margin-left: 5px;
}
/* socials links end */
/* menu_main */
/* menu_main */
/* menu_collection */
.b-menu_collection {
  /* mods */
  /* elements */
}
.b-menu_collection-list--current ul {
  display: block !important;
}
.b-menu_collection-link {
  position: relative;
  font-size: 15px;
  padding: 5px 30px;
}
.b-menu_collection-link--current,
.b-menu_collection-link:hover {
  background-color: #e7e4e1;
  color: #10acb2;
}
.b-menu_collection-link--submenu {
  padding-left: 18%;
padding-right: 11%;
}
.b-menu_collection-marker {
  position: absolute;
  right: 10px;
  top: 6px;
}
.b-menu_collection-submenu {
  display: none;
}
/* menu_collection end */
/* filter */
.b-filter-title {
  font-weight: bold;
  font-size: 16px;
}
.b-options {
  margin-bottom: 20px;
  /* elements */
}
.b-options-title {
  padding: 0 35px;
}
.b-option {
  position: relative;
}
.b-option-link {
  padding: 3px 35px;
  cursor: pointer;
  font-size: 16px;
}
.b-option-link:hover,
.b-option-link--active {
  background-color: #f6f6f5;
  color: #10acb2;
}
.b-option-disable {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #d7d3ce;
  font-size: 12px !important;
}
/* filter end */
/* collection_sort */
.b-form--sort {
  float: left;
}
.b-sort_option {
  /* mods */
  /* elements */
}
.b-sort_option:before,
.b-sort_option:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-sort_option--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-sort_option--bottom {
  display: inline-block;
}
.b-sort_option--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-sort_option--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-panel--bottom .b-sort_option--order {
  display: none;
}
.b-form--sort .select_wrap {
  margin-bottom: 15px;
}
.b-panel--bottom .b-sort_option-select {
  display: none;
}
.b-panel--top .b-sort_option--page {
  display: none;
}
.b-sort_option-label {
  float: left;
  line-height: 26px;
}
.b-sort_option .select_wrap {
  float: left;
  margin-left: 10px;
}
.b-sort_option-select {
  float: left;
  position: absolute;
  border: 1px solid #dfdbd6;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 0 13px;
  margin-left: 10px;
  line-height: 26px;
  height: 26px;
  background-color: #ffffff;
}
.b-sort_option-button {
  float: left;
  height: 26px;
  width: 26px;
  margin-left: 10px;
  text-align: center;
  line-height: 24px;
  border: 1px solid transparent;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
}
.b-sort_option-button--current {
  border-color: #dfdbd6;
}
/* collection_sort end */
/* collection-preview */
.b-collection_preview {

  width: 100%;
  height: 370px;
  margin-right: 20px;
  margin-bottom: 50px;

  text-align: center;
}
.b-collection_preview:before,
.b-collection_preview:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-collection_preview--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-collection_preview--bottom {
  display: inline-block;
}
.b-collection_preview--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-collection_preview--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-slider .b-collection_preview {
  padding: 0 10px;
  margin-bottom: 0 !important;
  margin-right: 0px !important;
}
.b-slider .b-collection_preview-button {
  display: none;
}
.b-collection_preview:nth-child(3n) {
  margin-right: 0px;
}
.b-collection_preview-preview {
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
  line-height: 260px;
}
.b-collection_preview-title {
  margin-bottom: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  width: 100%;
 /* white-space: nowrap;

  */
  height: 40px;
   overflow: hidden;
}



.b-collection_preview-button {
  display: inline-block;
}
/* collection-preview end */
/* блоки */
.logo-sistema {position: absolute; float: left; margin: 50px 0 0 485px; font-size: 14px;}

/* product_preview */
.b-product_preview {
  float: left;
  width: 266px;
  height: 335px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.b-product_preview:before,
.b-product_preview:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-product_preview--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-product_preview--bottom {
  display: inline-block;
}
.b-product_preview--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-product_preview--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-slider .b-product_preview {
  margin-right: 0px;
  padding: 0 10px;
}
.b-collection-list .b-product_preview:nth-child(3n) {
  margin-right: 0px;
}
.b-collection_list-content .b-product_preview:nth-child(4n) {
  margin-right: 0px;
}
.b-product_preview-preview {
  position: relative;
  /*width: 266px;*/
  height: 266px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
  line-height: 266px;
}
.b-product_preview-tip {
  position: absolute;
}

.b-product_preview-status {
  position: absolute;
  width: 93px;
  height: 93px;
  display: block;
  top: 14px;
  left: 13px;

}

.b-product-status-prod {
  display: block !important;
  top: 0;
  left: 0;
}

.MagicZoomPlus span.b-product-status-prod {
  display: block !important;
}

.b-product_preview-status--discount {
 	background: url(discount.png) no-repeat;
}


.b-product_preview-status--new {
  background: url(new.png) no-repeat;
}

.b-product_preview-link {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  width: 100%;
 /* white-space: nowrap;*/

  overflow: hidden;
  text-align: center;
  position: relative;
}
.b-product_preview-title {
  margin-bottom: 10px;
  height: 40px;
}
.b-product_preview-prices {
  float: left;
  line-height: 20px;
}
.b-product_preview-form {
  float: right;
}
.b-product_preview-button {
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}


/* product_preview end */
/* reviews */
.b-reviews {
  margin-bottom: 30px;
}
.b-review {
  margin-bottom: 10px;
}
.b-review:last-child {
  margin-bottom: 0px;
}
.b-review-details {
  font-size: 12px;
}
.b-form--review .b-input {
  margin-bottom: 10px;
}
.b-form--review .b-input:before,
.b-form--review .b-input:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-form--review .b-input--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-form--review .b-input--bottom {
  display: inline-block;
}
.b-form--review .b-input--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-form--review .b-input--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-form--review .b-input-label {
  width: 100px;
  display: block;
}
.b-capthca {
  margin-bottom: 10px;
}
.b-capthca:before,
.b-capthca:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.b-capthca--header_bg {
  background: rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
.b-capthca--bottom {
  display: inline-block;
}
.b-capthca--line {
  border-top: 1px solid #000;
  padding: 30px 0 80px;
  min-width: 320px;
}
.b-capthca--tile_bg {
  text-align: center;
  background: url(tile_bg.png) repeat-x top center;
  height: 95px;
  min-width: 320px;
}
.b-capthca-challenge {
  float: left;
}
.b-capthca .b-input {
  float: left;
}
.b-notice {
  margin-bottom: 10px;
}
.b-notice--error {
  border-color: red;
  color: red;
}
/* reviews end */
#own_preloader{ z-index: 1050; text-align: center; }

.b-captcha {
 margin-left: 105px;
}

.b-captcha .b-input {
 	float: left;
}


/**/

.top-header-scroll {

  display: none;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100001;
}

.top-header-scroll-inner {
    background: url("tile_bg.png") repeat-x scroll center top #cfc8c0;
    height: 78px;

	text-align: center;

}

.top-header-scroll .top-header-scroll-inner .b-wrap > div {
	display: inline-block;
  	vertical-align: middle;
  	line-height: 78px;
}

.b-menu-scroll li {
// float: left;
 padding-right: 10px;
 padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  height: 80px;
  line-height: 120%;
}

.b-menu-scroll li a {
 font-size: 16px;
  line-height: 120%;
}


.top-header-scroll-inner .b-basket-total_price {
  color: #10acb2;
  font-style: italic;
}

.b-search-scroll {
 width: 280px;
 position: relative;

}

.b-search-scroll input {
 border-color: #555;
 height: 26px;
}


.b-search-scroll .b-search-submit--header {
  	color:#4b4b4a;
}

.b-basket-scroll-wrap {
 width: 260px;
 color: #555555;
}

.b-basket-scroll-wrap .b-basket-title {
  color: #555555;
}

.b-basket-scroll-wrap .b-basket-items_count {
  color: #555555;
  border-color:#555555;;
}


.sort-by-current-cat {
	display: inline-block;
  	margin-right: 10px;
	vertical-align: top;
}

.b-panel--bottom .sort-by-current-cat {
 	display: none;
}

.submenu_filter {display: none; position: absolute; top: 90px; width: 700px; background: #fff; border: 1px solid #404040; padding: 10px; z-index: 100000; text-transform: none;}
.submenu_filter .s-title {text-transform: none;}
.b-menu li:hover .submenu_filter {display: block;}
.submenu_filter>form>ul>li {width: 206px; float: left; font-size: 14px; text-align: left; margin: 0 10px 15px;}
.b-options-title {padding: 0;}
.submenu_filter li a {padding: 3px 5px;}
.submenu_filter li:nth-child(3n+1){clear:left;}
.b-menu li .submenu_filter.left-submenu {right: 0;}
.index-b-content {
	margin: 35px 0;
}
.mobile-toggle {
  width: 35px;
  margin: 3px 0;
  margin-right: 15px;
  display: block;
  float: left;
}
.mobile-toggle svg {
  width: 100%;
  height: 100%;
}
.mobile-menu {
  background: #cfc8c0;
padding: 20px;
position: fixed;
left: -320px;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
top: 0;
bottom: 0;
height: 100%;
overflow-y: auto;
padding-top: 42px;
width: 300px;
z-index: 500000;
-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.6);
        box-shadow: 0 10px 20px rgba(0,0,0,0.6);
}
.mobile-menu-opened .mobile-menu {
  left: 0;
}
.mobile-menu-opened {
  overflow: hidden;
  position: fixed;

}
.mobile-menu-opened:after {
  content: '';
  background: rgba(0,0,0,0.85);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 400000;
}
.filter-opened .b-sidebar {
  left: 0;
}
.filter-opened {
  overflow: hidden;
  position: fixed;

}
.filter-opened:after {
  content: '';
  background: rgba(0,0,0,0.85);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 400000;
}
.mobile-menu .b-menu-link--main {
    color: #404040;
    padding: 0;
    font-size: 16px;
    width: auto;
    display: block;
    height: auto;
    vertical-align: middle;
    padding: 0;
}
.mobile-menu .b-menu--horizontal > li {
    float: none;
    position: relative;
    display: block;
    margin: 10px 0;
    margin-right: 10px;
}
.mobile-menu .b-menu--main {
    text-align: left;
    display: block;
    width: 100%;
}
.mobile-menu .b-menu--top_menu li {
  margin-bottom: 4px;
  float: none;
}
.mobile-menu .b-menu-link--top_menu {
  line-height: 1.6;
}
.mobile-menu .js-mobile-menu-toggle, .button-filter-toggle  {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mobile-menu .js-mobile-menu-toggle  svg, .button-filter-toggle  svg {
  width: 35px;
  height: 35px;

}
.mobile-menu .b-menu--authorisation {
    width: auto;
    float: none;
    clear: both;
    margin: 0;
    display: block;
    width: 100%;
    max-width: inherit;
}
.mobile-menu .b-menu--authorisation > li {
    float: none;
    position: relative;
    display: block;
    margin: 0;
    margin-right: 0;
    margin-bottom: 4px;
}
.mobile-menu .b-menu--horizontal > li > a {
  margin-left: 0;
  line-height: 1.6;
}
.mobile-menu .b-phone {
    clear: both;
    float: right;
    float: left;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-left: 0;
}
@media (max-width: 1200px) {
  .total-cart-wrap {
    margin-top: 15px;
  }
  .b-collection_preview-button {
    display: block;
max-width: 150px;
margin: 0 auto;
margin-top: 10px;
  }
  .b-product_preview-form.b-collection_preview-button {
    display: block;
max-width: 150px;
margin: 0 auto;
padding-top: 10px;
float: none;
clear: both;
  }
  .b-product_preview-prices.b-prices {
    float: none;
  }
  .b-prices--collection_preview {
    white-space: normal;
    display: block;
  }
 .b-sitname {
  font-size: 43px;
 }
 .b-logo {
   margin: -14px 0 0 352px;
 }
 .logo-sistema {
    margin: 50px 0 0 352px;
}
}

@media (max-width: 1150px) {
  .b-phone--footer .b-phone-phone_number {
    font-size: 18px;
  }
  .b-menu--main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .b-menu-link--main {
    font-size: 14px;
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px;
 }
}

@media (max-width: 1024px) {
  .b-product-info {
    width: 65%;
    padding-left: 15px;
  }
  .b-product-gallery {
    width: 35%;
  }
  .b-collection-list--subcollection .b-collection_preview {
    width: 50%;
  }
  .b-sidebar {
    width: 30%;
  }
  .b-layout--sided {
    width: 70%;
  }
  .b-menu--slider {
    margin: 0 auto;
  }
  .b-slider-right--index {
    display: none;
  }
  .b-slider-menu {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b-catalog_item {
    width: -webkit-calc(25% - 12px);
    width: calc(25% - 12px);
  }
  .row--footer .b-container {
    margin-left: 0;
    margin-right: 0;
    width: 25%;

  }
  .b-phone--footer .b-phone-phone_number {
    text-align: left;
  }
  .b-phone.b-phone--footer {
    margin-left: 0;
    text-align: left;
  }
  .row--footer .b-container.b-container--last {
    width: 100%;
      margin: 20px 0;
  }
  .b-menu--authorisation {
    width: auto;
  }

  .b-menu-scroll li {
    padding-right: 7px;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 72px;
    line-height: 120%;
}
.b-menu-scroll li a {
  font-size: 14px;
}
.top-header-scroll-inner {
  height: 72px;
}
  .b-phone {
    clear: both;
    float: right;
  }
  .b-phone-call_me {
    position: relative;
    margin: 6px 0 0 49px;
    color: #ffffff;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
}
.b-phone-phone_number {
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
    height: 42px;
}
.b-phone-icon {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 9px;
}
 .b-wrap--middle_line {
   padding: 17px 15px;
 }
 .b-sitname {
   margin-top: 49px;
 }
 .logo-sistema {
    margin: 77px 0 0 352px;
}
.b-logo {
    margin: 9px 0 0 352px;
}
}

@media (max-width: 900px) {
  .row--tile_bg {
    text-align: center;
    background: url(tile_bg.png) repeat-x top center #cfc8c0;
    height: auto;
    -webkit-background-size: cover;
            background-size: cover;
    padding-bottom: 25px;
}
.row--bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
 .b-search--footer {
   padding-left: 0;
    width: 100%;
    max-width: 463px;
 }
  .b-menu-scroll li {
    padding-left: 6px;
    padding-right: 6px;
  }
  .b-menu-scroll li a {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .b-cart_item-image {
    height: auto;
  }
  .b-cart_item{
    position: relative;
  }
  .b-cart_item-delete {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .b-discount-coupon {
    margin-bottom: 15px;
  }
  .b-captcha {
    margin-left: 0;
  }
  .b-capthca-challenge {
    margin-bottom: 15px;
  }
  .b-product-description {
    margin-bottom: 15px;
}
  .b-product-gallery {
    width: 60%;
    margin-left: 20%;
}
.b-product-info {
    width: 100%;
    padding-left: 0;
}
  .b-collection_list-content {
    padding: 0;
  }
  .b-sort_option .select_wrap {
    margin-left: 0;
  }
  .b-collection-list--subcollection .b-collection_preview {
    width: 50%;
  }
  .b-sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    left:-320px;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    padding: 20px;
    padding-top: 55px;
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.6);
                box-shadow: 0 10px 20px rgba(0,0,0,0.6);
        z-index: 500000;
  }
  .b-layout--sided {
    width: 100%;
  }
  .b-slider-menu .b-menu--vertical > li {
    position: relative;
    display: block;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

  #slides {
    height: auto;

  }
   .b-menu--slider {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
   }
  .b-slider-menu {
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .b-slider--index-cont {
    width: 100%;
  }
  .b-catalog_item {
    width: -webkit-calc(33.333% - 12px);
    width: calc(33.333% - 12px);
  }
  .row--footer .b-container {
    width: 50%;
    margin: 20px 0;
  }
  .row--footer .b-container:nth-child(3) {
    clear: both;
  }
  .b-search--header {
    position: absolute;
    width: 47%;
    max-width: 280px;

}
  .b-wrap--middle_line {
    padding: 4px 15px 42px;
}
 .b-basket-items_count {
   width: 35px;
height: 35px;
line-height: 35px;
    bottom: -3px;
    color: #ffffff;
    position: relative;
    text-align: center;
 }
 .b-basket {
   position: absolute;
    top: 0px;
    right: 15px;
 }
}


@media (max-width: 545px) {
  .b-slider-menu .b-menu--vertical > li {
    position: relative;
    display: block;
    width: 100%;
  }
  .b-menu-link--footer {
    font-size: 12px;
  }
  .b-container-title {
    font-size: 14px;
  }
.b-sitname {
  position: static;
margin: 0;
height: auto;
margin-left: 15px;
font-size: 25px;
}
.b-logo {
    margin: 0;
    background-image: none;
    width: 106px;
    position: absolute;
    top: 50px;
    right: 6px;
}
.logo-sistema {
    margin: 0;
    width: 109px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 8px;
}
.logo-sistema img {
  height: auto;
}
.b-wrap--middle_line {
    padding: 28px 0;
}
}
@media (min-width: 481px) {
  .product-prices-wrap::after, .product-prices-wrap::before {
    display: none;
  }
  .product-prices-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
width: 100%;
  }
}
@media (max-width: 480px) {
  .b-article-note {
    clear: both;
  }

.b-article-content    img {
      float: none!important;
      margin-bottom: 15px!important;
      width: 100%!important;

  }
  .b-article-title {
    font-size: 16px;
  }
  .b-panel--search .b-search {
    width: 100%;
  }
  .b-panel--search .b-search .b-search-field {
    margin-right: 10px;
    width: 220px;
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    min-width: inherit;
}
  .b-cart_item .b-cart_item-price {
    margin-top: 0;
  }
  .b-discount-coupon, .total-cart-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

  }
  .b-cart_item-price {
    width: 100%;
    margin-top: 15px;
}

.b-discount-coupon   label {
    width: 100%;
  }
  .b-product-title {
    margin-bottom: 15px;
    font-size: 30px;
}
  .b-tubs-content {
    padding: 30px 20px;
  }
  .b-tubs-controls--horizontal > li {
    float: none;
    position: relative;
    display: block;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    border: 1px solid #dfdbd6!important;
    margin-top: -1px;
}
.b-tubs #tab1 {
  -webkit-border-top-left-radius: 12px;
          border-top-left-radius: 12px;
}
.b-tubs-control--active {
  background: #dfdbd6;
}
  .b-captcha .b-input {
    width: 100%;
  }
  .b-product-prices {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}
  .b-collection-image.b-image {
    float: none;
    margin-bottom: 10px;
  }
  .b-collection-list--subcollection .b-collection_preview {
    width: 100%;
  }
  .b-message--welcome {
    line-height: 1.4;
    height: auto;
    white-space: normal;
    margin: 15px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 21px;
}
  .b-catalog_item {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .b-powered {
    display: none;
  }
  .row--line {
    padding: 20px 15px;
  }
  .b-sitname {
    font-size: 22px;
  }
 .b-basket-title {
   display: none;
 }
 .b-search--header {

   right: auto;
   left: 60px;
}
.s-title--big, h1 {
  font-size: 20px;
}
}

@media (max-width: 380px) {
  .b-message--welcome {
    font-size: 20px;
  }
  .row--footer .b-container {
    width: 100%;
    margin: 20px 0;
}
.b-catalog_item {
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
}
.b-catalog_item-iamge {
  -webkit-background-size: cover;
          background-size: cover;
}
.co-input-title {
  font-size: 18px;
}
}
@media (max-width: 359px) {
  .b-discount-input {
    margin-bottom: 15px;
  }
}
.index-b-content h2, .index-b-content h1 {
  margin-bottom: 15px;
}
.index-b-content p {
  line-height: 1.4;
}

.link-filter-toggle {
  display: inline-block;
padding: 0px 10px;
-webkit-border-radius: 20px;
        border-radius: 20px;
line-height: 36px;
border: 1px solid;
font-weight: bold;
margin-bottom: 15px;
text-transform: uppercase;
}
.link-filter-toggle:hover {
  opacity: 0.7;
}
.link-filter-toggle i {
  font-size: 20px;
margin-right: 6px;
vertical-align: middle;
}
.b-product-order.b-form.b-form--order, .b-product-content.row, .row.b-layout.b-layout-product, .row.product-prices-wrap {
  padding: 0;
}
 .row.b-layout.b-layout--sided {
   padding-left: 15px;
   padding-right: 0;
 }
 @media (max-width:768px) {
   .row.b-layout.b-layout--sided {
     padding-left: 0;
     padding-right: 0;
   }
}

.row.b-layout-cart {
  padding: 0;
}
.edit-content img {
  max-width: 100%;
  height: auto!important;
}
p+ymaps {
  width: 100%!important;
}
p+ymaps iframe {
  width: 100%!important;
}
.edit-content iframe {
  max-width: 100%!important;
}

#feedback_form .js-recaptcha-field {
  display: flex;
  justify-content: center;
}

.b-modal--fast_call .js-recaptcha-field {
  margin: 0 0 .5rem;
  overflow: hidden;
}
