@-webkit-keyframes move {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes move {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-ms-keyframes move {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-o-keyframes move {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes move {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes visual {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes visual {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes visual {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes visual {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes visual {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes shadow {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-moz-keyframes shadow {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-ms-keyframes shadow {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-o-keyframes shadow {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@keyframes shadow {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
/************************************************************************************************************************************************************************************/
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1em;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  background: #fff;
  border: 2px solid #21201d;
  border-top: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container.chosen-container-single {
  width: 100% !important;
  display: block;
  white-space: nowrap;
  position: relative;
  margin: 0;
  text-decoration: none;
}
.chosen-container.chosen-container-single .chosen-single {
  padding: 0;
  display: block;
  text-decoration: none;
  overflow: hidden;
  height: 4em;
  border: 1px solid #d2d2d2;
  color: #6b6b6b;
  text-align: center;
}
.chosen-container.chosen-container-single .chosen-single span {
  font: 1.12em "futura";
  color: #6b6b6b;
  line-height: 3.57142857em;
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 4em 0 1.5em;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chosen-container.chosen-container-single .chosen-single span.selected_section_name {
  color: #333333;
  display: inline;
  padding: 0;
  font-size: 1em;
}
.chosen-container.chosen-container-single .chosen-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 4em;
  width: 4em;
}
.chosen-container.chosen-container-single .chosen-single div:after {
  content: "s";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "iconfont";
  font-size: 1.1em;
  line-height: 4em;
  color: #6b6b6b;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.chosen-container.chosen-container-single .chosen-single .chosen-drop {
  top: -1 px- 1px;
  background-clip: padding-box;
}
.chosen-container.chosen-container-single.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container.chosen-container-single.chosen-with-drop .chosen-single {
  border: 2px solid #21201d;
  border-bottom: none;
  text-align: left;
}
.chosen-container.chosen-container-single.chosen-with-drop .chosen-single span {
  color: #d2d2d2;
}
.chosen-container.chosen-container-single .chosen-search {
  display: none;
}
.chosen-container.chosen-container-single .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container.chosen-container-single .chosen-results li {
  display: none;
  padding: 0.6em 1.5em;
  margin: 0;
  list-style: none;
  font: 1.12em "futura";
  color: #21201d;
  text-transform: uppercase;
}
.chosen-container.chosen-container-single .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container.chosen-container-single .chosen-results li.disabled-result {
  display: list-item;
  color: #d7d7d7;
  cursor: default;
}
.chosen-container.chosen-container-single .chosen-results li.highlighted {
  background: #21201d;
  color: #fff;
}
.chosen-container.chosen-container-single .chosen-results li.result-selected {
  color: #333333;
  background: #fff;
}
.chosen-container.chosen-container-single .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container.chosen-container-active .chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container.chosen-container-active .chosen-with-drop .chosen-single div b {
  background: url('../images/chosen-sprite.png') no-repeat bottom center;
}
.chosen-container.chosen-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.chosen-container.chosen-disabled .chosen-single {
  cursor: default;
}
.sbHolder {
  background-color: #fff;
  height: 4em;
  position: relative;
  width: 100%;
  font-size: 1em;
  background: #fff;
}
.sbHolder .sbSelector {
  left: 0;
  position: absolute;
  top: 0;
  font: 1.12em "futura";
  color: #6b6b6b;
  line-height: 3.57142857em;
  border: solid 1px #d2d2d2;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 4em 0 1.5em;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  z-index: 100;
}
.sbHolder .sbSelector:hover {
  color: #333333;
}
.sbHolder .sbSelector:focus {
  border: 2px solid #21201d;
}
.sbHolder .sbToggle {
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 4em;
  width: 4em;
  z-index: 99;
}
.sbHolder .sbToggle:after {
  content: "s";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "iconfont";
  font-size: 1.1em;
  line-height: 4em;
  color: #6b6b6b;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sbHolder .sbToggle:hover:after {
  color: #333333;
}
.sbHolder .sbToggleOpen:after {
  content: "D";
}
.sbHolder .sbHolderDisabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.sbHolder .sbOptions {
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 2px solid #21201d;
  border-top: none;
  list-style: none;
  margin: 0;
  left: 0;
  padding: 0;
  position: absolute;
  overflow-y: auto;
  font-size: 1em;
}
.sbHolder .sbOptions li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1em;
}
.sbHolder .sbOptions li:before {
  display: none;
}
.sbHolder .sbOptions a {
  font: 1.12em "futura";
  color: #21201d;
  text-transform: uppercase;
  padding: 0.6em 1.5em;
  display: block;
}
.sbHolder .sbOptions a:hover {
  background: #21201d;
  color: #fff;
}
.sbHolder .sbOptions .sbDisabled {
  color: #d7d7d7;
  cursor: default;
}
.prettycheckbox {
  display: inline-block;
  margin: 0;
  padding: 0 1.5em;
  height: 4em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.prettycheckbox a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid #c5c5c5;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.prettycheckbox a.checked {
  border: 1px solid #333333;
  background: #cccccc;
}
.prettycheckbox label {
  text-align: center;
  font: 1.2em "futura";
  color: #6c6c6c;
  line-height: 3.33333333em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.prettyradio {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.prettyradio a {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  font-size: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.prettyradio a.checked {
  position: relative;
}
.prettyradio a.checked:after {
  content: '';
  background: #787878;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  top: 0.2em;
  left: 0.2em;
  position: absolute;
}
.prettyradio label {
  text-align: center;
  font: 1.4em "futura";
  color: #000;
  padding-left: 0.2em;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
@font-face {
  font-family: "FuturaMedium";
  src: url('fonts/FuturaMedium.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura";
  src: url('fonts/futura.eot');
  src: url('fonts/futura.eot?#iefix') format('embedded-opentype'), url('fonts/futura.woff') format('woff'), url('fonts/futura.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/**********************************************************************************default styles*******************************************/
html {
  height: 100%;
}
body {
  font: normal normal 62.5% Arial, Helvetica, sans-serif;
  color: #21201d;
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
.header1,
.header2,
.header3,
.header4 {
  margin: 0;
  font-family: "futura";
  color: #21201d;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}
h1 {
  padding: 1em 0 0.773em 0;
  font-size: 4.4em;
}
h2,
.header2 {
  padding: 0.7em 0 0.429em 0;
  font-size: 3.5em;
  background-color: #fff;
}
h3,
.header3 {
  padding: 0.76em 0 0.1em 0;
  font-size: 2.6em;
}
h4,
.header4 {
  padding: 0.5em 0 0 0;
  font-size: 1.8em;
}
p,
address {
  font-size: 1.7em;
  line-height: 1.83em;
  margin: 0;
  padding: 0.94em 0;
  color: #21201d;
}
li {
  font-size: 1.6em;
  line-height: 1.875em;
  margin: 0;
  padding: 0.5333em 0;
  color: #21201d;
}
table {
  width: 100%;
  margin: 0.5333em 0;
  font-size: 1.6em;
}
td {
  line-height: 1.875em;
  color: #21201d;
  padding: 0.5333em 0;
}
th {
  line-height: 1.875em;
  padding: 0.5333em 0;
  color: #060605;
  font-weight: bold;
  text-align: left;
}
strong,
em,
b,
.b {
  font-weight: bold;
  color: #060605;
}
a {
  color: #262626;
  text-decoration: none;
}
a:hover {
  color: #404040;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
/*************************************************************************************структурная сетка страницы**********************************/
#loader {
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("../images/loading.gif") center center no-repeat;
}
#content_wrap,
#body_wrap {
  width: 100%;
  min-width: 240px;
  height: 100%;
}
.content {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: margin 0.3s linear;
  -moz-transition: margin 0.3s linear;
  -o-transition: margin 0.3s linear;
  transition: margin 0.3s linear;
}
.content .no-page {
  width: 100%;
  height: 100%;
  display: table;
  padding-top: 40px;
}
.content .no-page__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.content .no-page__content img {
  max-width: 503px;
  width: 100%;
}
.content .no-page__content p.title {
  padding-bottom: 0;
  font-size: 30px;
  line-height: 87px;
  color: #a48245;
  text-transform: uppercase;
}
.content .no-page__content p.subtitle {
  font-size: 16px;
  color: #a48245;
}
.content .no-page__content a {
  color: #a48245;
  text-decoration: underline;
}
.fixed_content_wrap {
  position: fixed;
  width: 100%;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
}
.fixed_content_wrap .fixed_content {
  -webkit-transition: margin 0.3s linear;
  -moz-transition: margin 0.3s linear;
  -o-transition: margin 0.3s linear;
  transition: margin 0.3s linear;
  position: relative;
}
.fixed_content_wrap.top_block {
  top: 0;
  z-index: 100;
  font-size: 1em;
}
.fixed_content_wrap.top_block .fixed_content {
  margin-top: 0 !important;
}
.fixed_content_wrap.top_block.top_katalog_left {
  z-index: 89;
}
.fixed_content_wrap.top_block.top_katalog_left .fixed_content {
  height: 6.2em;
  background: #fff;
}
.fixed_content_wrap.top_panel {
  top: 6.1em;
  z-index: 89;
  display: none;
}
.fixed_content_wrap.top_panel .fixed_content {
  margin-top: 0 !important;
  background: #fff;
  border-bottom: 1px solid #ececea;
  border-top: 1px solid #ececea;
}
.fixed_content_wrap.top_equal {
  top: 0;
  left: 0;
  height: 50%;
}
.fixed_content_wrap.nav_right {
  right: 0;
  top: 50%;
  z-index: 100;
}
.top_active .top_panel {
  display: block;
}
.content_zanaves {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  padding-left: 30px;
  padding-right: 30px;
}
.content_zanaves.top_none {
  margin-top: 0 !important;
}
.content_zanaves.history {
  height: 100%;
}
.content_zanaves.history h1 {
  position: absolute;
  z-index: 0;
}
.content_zanaves .full_height {
  height: 100%;
}
#footer {
  min-height: 280px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  left: 0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  z-index: 99;
}
.left_panel {
  position: fixed;
  background: #fff;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  z-index: 90;
  overflow: hidden;
}
.right_panel {
  position: fixed;
  background: #fff;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  z-index: 101;
  overflow: hidden;
}
/*************************************************************************************основные блоки контента**********************************/
.basket {
  right: 0;
  background: #fff;
  padding: 2.2em 0.73em 1.8em 0;
  position: absolute;
}
.basket a {
  font: 1.12em "futura";
  line-height: 0.45em;
  text-transform: uppercase;
  color: #929292;
  border-left: 1px solid #ececea;
  display: inline-block;
  padding-right: 4em;
  padding-left: 0.73em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
}
.basket a:hover {
  color: #000;
}
.basket a:after {
  content: '';
  display: inline-block;
  cursor: pointer;
  width: 1em;
  font-size: 3em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  top: 0.35em;
  right: 0.4em;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0ic2hvcHBpbmctY2FydCI+CgkJPHBhdGggZD0iTTE1Myw0MDhjLTI4LjA1LDAtNTEsMjIuOTUtNTEsNTFzMjIuOTUsNTEsNTEsNTFzNTEtMjIuOTUsNTEtNTFTMTgxLjA1LDQwOCwxNTMsNDA4eiBNMCwwdjUxaDUxbDkxLjgsMTkzLjhMMTA3LjEsMzA2ICAgIGMtMi41NSw3LjY1LTUuMSwxNy44NS01LjEsMjUuNWMwLDI4LjA1LDIyLjk1LDUxLDUxLDUxaDMwNnYtNTFIMTYzLjJjLTIuNTUsMC01LjEtMi41NS01LjEtNS4xdi0yLjU1MWwyMi45NS00My4zNWgxODguNyAgICBjMjAuNCwwLDM1LjctMTAuMiw0My4zNS0yNS41TDUwNC45LDg5LjI1YzUuMS01LjEsNS4xLTcuNjUsNS4xLTEyLjc1YzAtMTUuMy0xMC4yLTI1LjUtMjUuNS0yNS41SDEwNy4xTDg0LjE1LDBIMHogTTQwOCw0MDggICAgYy0yOC4wNSwwLTUxLDIyLjk1LTUxLDUxczIyLjk1LDUxLDUxLDUxczUxLTIyLjk1LDUxLTUxUzQzNi4wNSw0MDgsNDA4LDQwOHoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.basket a:hover:after {
  color: #21201d;
}
.basket span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed8c02;
  color: #fff;
  position: absolute;
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  top: 0.25em;
  right: 0.6em;
  z-index: 10;
}
.filtr {
  right: 12.4em;
  background: #fff;
  padding: 2.2em 0.73em 1.8em 0;
  position: absolute;
  padding-left: 1.53em;
}
.filtr a {
  font: 1.12em "futura";
  line-height: 0.45em;
  text-transform: uppercase;
  color: #929292;
  border-left: 1px solid #ececea;
  display: inline-block;
  padding-right: 2.9em;
  padding-left: 0.73em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
}
.filtr a:hover {
  color: #000;
}
.filtr a:after {
  content: "a";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  width: 1em;
  text-transform: none;
  font: 2.44em "iconfont";
  height: 1em;
  line-height: 1em;
  color: #000;
  position: absolute;
  top: 0.35em;
  right: 0.4em;
}
.filtr a:hover:after {
  color: #21201d;
}
.filtr span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed8c02;
  color: #fff;
  position: absolute;
  z-index: 100;
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  top: 0.85em;
  right: 0.6em;
  z-index: 10;
}
.filtr a {
  border: none;
}
.right_active .filtr {
  right: 0;
}
.jivo {
  right: 0;
  background: #fff;
  padding: 2.2em 0.73em 1.8em 0;
  position: absolute;
  display: none;
}
.jivo a {
  font: 1.12em "futura";
  line-height: 0.45em;
  text-transform: uppercase;
  color: #929292;
  border-left: 1px solid #ececea;
  display: inline-block;
  padding-right: 2.9em;
  padding-left: 0.73em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
}
.jivo a:hover {
  color: #000;
}
.jivo a:after {
  content: "$";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  width: 1em;
  text-transform: none;
  font: 2.44em "iconfont";
  height: 1em;
  line-height: 1em;
  color: #000;
  position: absolute;
  top: 0.35em;
  right: 0.4em;
}
.jivo a:hover:after {
  color: #21201d;
}
.jivo span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed8c02;
  color: #fff;
  position: absolute;
  z-index: 100;
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  top: 0.85em;
  right: 0.6em;
  z-index: 10;
}
.menu_katalog {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0.5em 1em 0.1em;
}
.menu_katalog.menu_active .sbHolder .sbSelector {
  border-color: #edb668;
  background: #fffaf4;
  color: #ed8c02;
}
.menu_katalog.menu_active .sbHolder .sbSelector span {
  background: transparent;
  color: #ed8c02;
}
.menu_katalog.menu_active .sbHolder .sbSelector span.menu_type {
  color: #21201d;
}
.menu_katalog.menu_active .sbOptions {
  border-color: #edb668;
  background: #fffaf4;
}
.menu_katalog.menu_active .chosen-container.chosen-container-single.chosen-with-drop .chosen-single {
  border: 2px solid #21201d;
  border-bottom: none;
  background: #fff;
}
.nav_right div {
  position: absolute;
  right: 0;
  font-size: 1em;
}
.nav_right div.prev {
  top: -8.16em;
}
.nav_right div.prev a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  width: 1.44em;
  text-transform: none;
  text-decoration: none;
  font: 3.8em "iconfont";
  height: 1.44em;
  line-height: 1.36em;
  background: #000000;
  color: #bfbfbf;
  padding: 0;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.nav_right div.prev a:hover {
  color: #e0dfdc;
  background: none;
}
.nav_right div.prev a:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.nav_right div.prev a:hover:before {
  height: 100%;
}
.nav_right div.next {
  bottom: -8.16em;
}
.nav_right div.next a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  width: 1.44em;
  text-transform: none;
  text-decoration: none;
  font: 3.8em "iconfont";
  height: 1.44em;
  line-height: 1.36em;
  background: #000000;
  color: #bfbfbf;
  padding: 0;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.nav_right div.next a:hover {
  color: #e0dfdc;
  background: none;
}
.nav_right div.next a:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.nav_right div.next a:hover:before {
  height: 100%;
}
.nav_right div.all {
  top: -2.736em;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
.nav_right div.all a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  width: 1.44em;
  text-transform: none;
  text-decoration: none;
  font: 3.8em "iconfont";
  height: 1.44em;
  line-height: 1.44em;
  background: #000000;
  color: #bfbfbf;
  padding: 0;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.nav_right div.all a:hover {
  color: #e0dfdc;
  background: none;
}
.nav_right div.all a:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.nav_right div.all a:hover:before {
  height: 100%;
}
.img-text-blocks_cover {
  clear: both;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  z-index: 3;
}
.img-text-blocks_cover .fixed_content {
  height: 100%;
}
.img-text-blocks_cover .fixed_content .flex-control-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 5em;
  left: 0;
  text-align: center;
  z-index: 100;
}
.img-text-blocks_cover .fixed_content .flex-control-nav li {
  padding: 0 2em !important;
  display: inline-block;
  width: auto !important;
  vertical-align: middle !important;
  text-align: center !important;
  float: none !important;
  font-size: 1em;
  position: relative;
  height: 41px;
}
.img-text-blocks_cover .fixed_content .flex-control-nav li:before {
  content: '';
  border-bottom: 1px dotted #fff;
  height: 1px;
  position: absolute;
  bottom: 19px;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.img-text-blocks_cover .fixed_content .flex-control-nav li:last-child:before {
  display: none;
}
.img-text-blocks_cover .fixed_content .flex-control-nav li a {
  width: 7px;
  height: 7px;
  line-height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  z-index: 100;
  margin: 18px;
}
.img-text-blocks_cover .fixed_content .flex-control-nav li a:hover,
.img-text-blocks_cover .fixed_content .flex-control-nav li a.flex-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: transparent url(../images/fon_dot_white.png) center center no-repeat;
  width: 41px;
  height: 41px;
  margin: 0;
}
.img-text-blocks_cover .fixed_content .flex-direction-nav {
  *height: 0;
  font-size: 1em;
  /*-webkit-opacity: 0;*/
  /*-moz-opacity: 0;*/
  /*opacity: 0;*/
}
.img-text-blocks_cover .fixed_content .flex-direction-nav li {
  font-size: 1em;
}
.img-text-blocks_cover .fixed_content .flex-direction-nav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fff;
  width: 1.85em;
  text-transform: none;
  text-decoration: none;
  font: 3.1em "iconfont";
  height: 1.85em;
  line-height: 1.7em;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.img-text-blocks_cover .fixed_content .flex-direction-nav a:hover {
  color: #21201d;
}
.img-text-blocks_cover .fixed_content .flex-direction-nav a:before {
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -5.55em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-text-blocks_cover .fixed_content .flex-direction-nav a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.img-text-blocks_cover .fixed_content .flex-direction-nav a.flex-prev {
  left: 50px;
}
.img-text-blocks_cover .fixed_content .flex-direction-nav a.flex-next {
  right: 50px;
}
.img-text-blocks_cover .fixed_content:hover .flex-direction-nav {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.img-text-blocks_cover .slides {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
.img-text-blocks_cover .slides li {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.img-text-blocks_cover .slides li .one-slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: bottom center;
  -moz-transform: bottom center;
  -ms-transform: bottom center;
  -o-transform: bottom center;
  transform: bottom center;
}
.img-text-blocks_cover .slides li .one-slide:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.img-text-blocks_cover .slides li.flex-active-slide .one-slide {
  -webkit-animation: move 7s ease-in-out infinite alternate both;
  -moz-animation: move 7s ease-in-out infinite alternate both;
  -ms-animation: move 7s ease-in-out infinite alternate both;
  -o-animation: move 7s ease-in-out infinite alternate both;
  animation: move 7s ease-in-out infinite alternate both;
  -webkit-transform: bottom center;
  -moz-transform: bottom center;
  -ms-transform: bottom center;
  -o-transform: bottom center;
  transform: bottom center;
  position: relative;
}
.img-text-blocks_cover .slides li.flex-active-slide .one-slide:after {
  content: '';
  background: #21201d;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
#addItemInSubscribe {
  display: none;
}
.content .more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.2em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #fff;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: #9e7a47;
  position: relative;
  z-index: 2;
}
.content .more:before {
  background: #bc9b60;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.content .more:hover:before {
  height: 100%;
}
.content .more_link {
  font-size: 1em;
  padding-top: 3em;
}
.content .line {
  display: inline-block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ececea;
  padding: 0;
  margin-top: -1em;
  position: relative;
}
.content .line:before {
  position: absolute;
  display: block;
  height: 1px;
  background: #ececea;
  width: 7.3em;
  top: 3px;
  left: 13px;
  content: '';
}
.content .line:after {
  position: absolute;
  display: block;
  height: 1px;
  background: #ececea;
  width: 7.3em;
  top: 3px;
  right: 13px;
  content: '';
}
.content .salon_adress .icon {
  height: 1.267em;
  width: 1.267em;
  display: inline-block;
  padding: 0 0 0 0.5em;
  margin-right: 0.3em;
  position: relative;
  top: 0.22em;
}
.content .salon_adress .icon:after {
  content: 'X';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #b1aea6;
  text-align: right;
  font: 1.267em "iconfont";
}
.content .telephone .icon {
  height: 1.267em;
  width: 1.267em;
  display: inline-block;
  padding: 0 0 0 0.5em;
  margin-right: 0.3em;
  position: relative;
  top: 0.22em;
}
.content .telephone .icon:after {
  content: '7';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #b1aea6;
  text-align: right;
  font: 1.267em "iconfont";
}
.content .email .icon {
  height: 1.267em;
  width: 1.267em;
  display: inline-block;
  padding: 0 0 0 0.5em;
  margin-right: 0.3em;
  position: relative;
  top: 0.35em;
}
.content .email .icon:after {
  content: 'J';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #b1aea6;
  text-align: right;
  font: 1.267em "iconfont";
}
.content p.intro {
  font: italic 2em "Times New Roman", Times, serif;
  color: #6c6c6c;
  line-height: 1.55em;
  padding: 1.8em 0 0.9em 0;
}
.content p.sm {
  font-size: 1.2em;
  color: #57554d;
  position: relative;
}
.content p.sm:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10em;
  height: 1px;
  background: #ececea;
}
.content p.accent {
  font: 1.2em "futura";
  color: #21201d;
  line-height: 1.85em;
  padding: 2.3em 0 1.2em 0;
  text-transform: uppercase;
}
.content p.accent.red {
  color: #ed8c02;
}
.content .img-text-blocks_full {
  background: #fff;
  width: 100%;
  clear: both;
}
.content .img-text-blocks_full img {
  max-width: 100%;
  height: auto;
}
.content .img-text-blocks_full.contact {
  background: #21201d;
  text-align: center;
  padding: 10% 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
}
.content .img-text-blocks_full.contact h1 {
  color: #858585;
}
.content .img-text-blocks_full.contact .line {
  display: inline-block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #525252;
  padding: 0;
  margin-top: -1em;
  position: relative;
}
.content .img-text-blocks_full.contact .line:before {
  position: absolute;
  display: block;
  height: 1px;
  background: #525252;
  width: 7.3em;
  top: 3px;
  left: 13px;
  content: '';
}
.content .img-text-blocks_full.contact .line:after {
  position: absolute;
  display: block;
  height: 1px;
  background: #525252;
  width: 7.3em;
  top: 3px;
  right: 13px;
  content: '';
}
.content .img-text-blocks_full.contact p {
  color: #858585;
  text-align: left;
  font-size: 1.5em;
}
.content .img-text-blocks_full.contact p.header2 {
  color: #d4d3cf;
  font-size: 2.2em;
}
.content .img-text-blocks_full.contact p.salon_adress {
  padding: 0 0 0.5em 0;
  font-size: 1.6em;
}
.content .img-text-blocks_full.contact p.telephone {
  color: #d4d3cf;
  padding: 0.7em 0 0 0;
  white-space: nowrap;
}
.content .img-text-blocks_full.contact p.email {
  padding-top: 0;
  white-space: nowrap;
}
.content .img-text-blocks_full.contact p.more_link {
  font-size: 1em;
  padding-top: 0.7em;
}
.content .img-text-blocks_full.contact p .icon {
  padding-left: 0;
}
.content .img-text-blocks_full.contact a {
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "futura";
  color: #d4d3cf;
  line-height: 1.66em;
  display: block;
}
.content .img-text-blocks_full.contact a:hover {
  color: #fff;
  padding-left: 1.3em;
  position: relative;
}
.content .img-text-blocks_full.contact a:hover:before {
  content: 'B';
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.3em;
}
.content .img-text-blocks_full.text_main {
  text-align: center;
  padding: 0 30% 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ececea;
}
.content .img-text-blocks_full.text_main ul {
  text-align: left;
}
.content .img-text-blocks_full.text_main.salon {
  padding: 10% 15%;
}
.content .img-text-blocks_full.text_main .salon_adress {
  padding: 2em 0 1.529em 0;
}
.content .img-text-blocks_full.text_main .salon_adress:before {
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: inline-block;
  position: relative;
  content: 'i';
  color: #d4d3cf;
  font: 2.6em "iconfont";
}
.content .img-text-blocks_full.text_main .salon_show_map {
  padding-bottom: 6em;
}
.content .img-text-blocks_full.text_main .salon_info {
  width: 49%;
  border-right: 1px solid #ececea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-right: 3.6em;
}
.content .img-text-blocks_full.text_main .salon_info .telephone {
  padding-bottom: 0;
  white-space: nowrap;
}
.content .img-text-blocks_full.text_main .salon_info .email {
  padding-top: 0;
  white-space: nowrap;
}
.content .img-text-blocks_full.text_main .salon_worktime {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 3.6em;
  text-transform: lowercase;
}
.content .img-text-blocks_full.text_main .salon_worktime .worktime-weekend {
  display: block;
}
.content .img-text-blocks_full.text_long {
  padding: 10% 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ececea;
  border-bottom: 1px solid #ececea;
  border-left: 1px solid #ececea;
}
.content .img-text-blocks_full.text_long .text_left {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.content .img-text-blocks_full.text_long .text_right {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.content .img-text-blocks_full.text_detail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ececea;
}
.content .img-text-blocks_full.text_detail .rubrika,
.content .img-text-blocks_full.text_detail .nomer {
  font-size: 2em;
  color: #ed8c02;
  font-family: "futura";
  padding-top: 0;
}
.content .img-text-blocks_full.text_detail .text_left {
  display: inline-block;
  vertical-align: top;
  /*width: 33%;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
input[type="submit"]
.content .img-text-blocks_full.text_detail .text_left .date_news,
.content .img-text-blocks_full.text_detail .text_left .town {
  font-size: 1.6em;
  color: #ed8c02;
  font-family: "futura";
  padding-top: 0;
}
.content .img-text-blocks_full.text_detail .text_left.sm {
  width: 200px;
  margin: 0 30px 10px 0;
  padding: 0;
}
.content .img-text-blocks_full.text_detail .text_left.sm .more_link {
  padding-top: 0;
  padding-bottom: 3em;
}
.content .img-text-blocks_full.text_detail .text_left.sm img {
  max-width: 100%;
  width: 340px;
  height: auto;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img {
  border-left: 1px solid #ececea;
  padding: 0 0 0 1.78125em;
  margin: 2.8125em 0 0 0;
  text-align: left;
  overflow: hidden;
  max-width: 340px;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img h4 {
  padding: 0;
  padding: 0 0 0.435em 0;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img p {
  font-size: 1.5em;
  line-height: 1.529em;
  margin: 0;
  padding: 0;
  color: #6c6c6c;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img p.staff-name {
  padding: 0 0 0.435em 0;
  margin: 0;
  font-family: "futura";
  color: #21201d;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 1.59em;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img p.staff-value {
  min-height: 3em;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img a {
  color: #21201d;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img a:hover {
  color: #333333;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img ul li {
  font-size: 1.4em;
  margin: 0;
  line-height: 1em;
  padding: 0.5em 0;
  white-space: nowrap;
}
.content .img-text-blocks_full.text_detail .text_left.sm .text_img ul li span {
  color: #858585;
}
.content .img-text-blocks_full.text_detail .text_right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p a {
  text-decoration: underline;
  color: #bc9b60;
}
.content .img-text-blocks_full.katalog {
  /*padding: 5em 0 0 0;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .img-text-blocks_two {
  clear: both;
  background: #fff;
}
.content .img-text-blocks_two .col_text,
.content .img-text-blocks_two .col_img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.content .img-text-blocks_two.map {
  font-size: 1em;
  padding: 1em;
  background: #000 url(../images/fon_tab2.png) top left no-repeat;
}
.content .img-text-blocks_two.map .col_text {
  margin-left: 1em;
}
.content .img-text-blocks_two.map .col_text p {
  color: #a6a6a6;
  font-size: 0.92em;
  padding: 0;
}
.content .img-text-blocks_two.map .col_text h3,
.content .img-text-blocks_two.map .col_text h2 {
  font-size: 1.38em;
  text-transform: none;
  color: #fff;
}
.content .img-text-blocks_two.map .col_text .more_link a {
  font: 0.91em "futura";
  color: #fff;
  text-transform: uppercase;
}
.content .img-text-blocks_two.map .col_text .more_link a:hover {
  color: #a6a6a6;
}
.content .img-text-blocks_two.map .col_img {
  width: 110px;
}
.content .img-text-blocks_two.map .col_img a {
  display: block;
}
.content .img-text-blocks_two.map .col_img img {
  max-width: 100%;
  height: auto;
}
.content .img-text-blocks_two.equal .col_text {
  width: 50%;
  padding: 0 8%;
  text-align: center;
}
.content .img-text-blocks_two.equal .col_text p {
  text-align: center;
}
.content .img-text-blocks_two.equal .col_text p.salon_worktime {
  color: #6c6c6c;
  font-size: 1.3em;
  padding: 0;
  margin-top: -0.94em;
}
.content .img-text-blocks_two.equal .col_text p.accent {
  font: 1.5em "futura";
  color: #21201d;
  line-height: 1.85em;
  padding: 2.3em 0 1.2em 0;
  text-transform: uppercase;
  text-align: left;
  padding: 1em 2em;
}
.content .img-text-blocks_two.equal .col_text p.accent.red {
  color: #ed8c02;
}
.content .img-text-blocks_two.equal .col_text h3,
.content .img-text-blocks_two.equal .col_text h2 {
  text-align: center;
  padding: 0.76em 0 0.1em 0;
  font-size: 2.6em;
}
.content .img-text-blocks_two.equal .col_text .line {
  display: inline-block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ececea;
  padding: 0;
  margin-top: -1em;
  position: relative;
  margin-top: 1em;
}
.content .img-text-blocks_two.equal .col_text .line:before {
  position: absolute;
  display: block;
  height: 1px;
  background: #ececea;
  width: 4.5em;
  top: 3px;
  left: 13px;
  content: '';
}
.content .img-text-blocks_two.equal .col_text .line:after {
  position: absolute;
  display: block;
  height: 1px;
  background: #ececea;
  width: 4.5em;
  top: 3px;
  right: 13px;
  content: '';
}
.content .img-text-blocks_two.equal .col_text ul {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.content .img-text-blocks_two.equal .col_text ul.social_link {
  padding: 2em 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.content .img-text-blocks_two.equal .col_text ul.social_link li {
  padding: 0 0.5em;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 1em;
}
.content .img-text-blocks_two.equal .col_text ul.social_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: 2.22em;
  text-transform: none;
  text-decoration: none;
  font: 2.6em "iconfont";
  height: 2.22em;
  line-height: 2.22em;
  color: #21201d;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.content .img-text-blocks_two.equal .col_text ul.social_link a:hover {
  color: #fff;
}
.content .img-text-blocks_two.equal .col_text ul.social_link a:before {
  background: #21201d;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -6.66em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .img-text-blocks_two.equal .col_text ul.social_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.content .img-text-blocks_two.equal .col_text .more_link {
  padding-top: 1.5em;
}
.content .img-text-blocks_two.equal .col_img {
  width: 50%;
  float:left;
}
.content .img-text-blocks_two.equal .col_img a {
  display: block;
}
.content .img-text-blocks_two.equal .col_img img {
  max-width: 100%;
  height: auto;
}
.content .img-text-blocks_two.equal.contact {
  padding: 10% 0;
  background: #fff;
}
.content .img-text-blocks_two.equal.contact .col_text {
  vertical-align: top;
}
.content .img-text-blocks_two.equal.contact .col_text h2 {
  padding: 0.7em 0 0.429em 0;
  font-size: 3.5em;
}
.content .img-text-blocks_two.equal.contact .mf-ok-text {
  font-size: 10px;
  padding: 0.5em 0.8em;
  display: inline-block;
  text-align: center;
  background: #75bb75;
  color: #fff !important;
  font-family: "futura";
  text-transform: uppercase;
}
.content .img-text-blocks_two.equal.contact #post-message,
.content .img-text-blocks_two.equal.contact font.errortext {
  font-size: 10px;
  padding: 0.5em 0.8em;
  display: inline-block;
  text-align: center;
  background: #ab0033;
  color: #fff !important;
  font-family: "futura";
  text-transform: uppercase;
}
.content .img-text-blocks_two.equal.contact .form-ul {
  list-style: none;
  padding: 2.02em 2em 0 2em;
  margin: 0;
}
.content .img-text-blocks_two.equal.contact .form-ul li {
  font-size: 1em;
  padding-bottom: 2.5em;
}
.content .img-text-blocks_two.equal.contact .form-ul .form_li_2 {
  display: inline-block;
  width: 49.61%;
  vertical-align: bottom;
}
.content .img-text-blocks_two.equal.contact .form-ul input,
.content .img-text-blocks_two.equal.contact .form-ul textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  background: none;
  font-family: "futura";
  text-transform: uppercase;
  font-size: 1.12em;
  color: #d2d2d2;
  padding-bottom: 0.9em;
  margin: 0 0.5em 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: 0;
  color: #ababab;
}
.content .img-text-blocks_two.equal.contact .form-ul input:focus,
.content .img-text-blocks_two.equal.contact .form-ul textarea:focus,
.content .img-text-blocks_two.equal.contact .form-ul input.field_modified,
.content .img-text-blocks_two.equal.contact .form-ul textarea.field_modified {
  outline: none;
  border: none;
  border-bottom: 1px solid #21201d;
  color: #21201d;
}
.content .img-text-blocks_two.equal.contact .form-ul input.required_field,
.content .img-text-blocks_two.equal.contact .form-ul textarea.required_field {
  color: #060605;
}
.content .img-text-blocks_two.equal.contact .form-ul input.error_field,
.content .img-text-blocks_two.equal.contact .form-ul textarea.error_field {
  color: #bd2150 !important;
  border-bottom: 1px solid #d1738f;
}
.content .img-text-blocks_two.equal.contact .form-ul input.required_field,
.content .img-text-blocks_two.equal.contact .form-ul textarea.required_field {
  color: #525252;
}
.content .img-text-blocks_two.equal.contact .form-ul input.required_field.field_modified,
.content .img-text-blocks_two.equal.contact .form-ul textarea.required_field.field_modified {
  color: #21201d;
}
.content .img-text-blocks_two.equal.contact .form-ul textarea {
  min-height: 5em;
}
.content .img-text-blocks_two.equal.contact .form-button-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.02em;
  text-align: center;
}
.content .img-text-blocks_two.equal.contact .form-button-wrap a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.3em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.content .img-text-blocks_two.equal.contact .form-button-wrap a:hover {
  color: #fff;
}
.content .img-text-blocks_two.equal.contact .form-button-wrap a:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.content .img-text-blocks_two.equal.contact .form-button-wrap a:hover:before {
  height: 100%;
}
.content .img-text-blocks_two.third {
  padding: 5% 0;
}
.content .img-text-blocks_two.third .col_text {
  width: 62%;
  padding: 0 6%;
}
.content .img-text-blocks_two.third .col_img {
  width: 37%;
  padding: 5% 0;
  text-align: right;
  max-width: 860px;
}
.content .img-text-blocks_two.third .col_img img {
  max-width: 80%;
  height: auto;
}
.content .img-text-blocks_two.digest {
  padding: 20% 0 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.content .img-text-blocks_two.digest h1 {
  color: #fff;
}
.content .img-text-blocks_two.digest p {
  color: #fff;
}
.content .img-text-blocks_two.digest p.rubrika_name {
  font-size: 2em;
  font-family: "futura";
  padding: 0;
}
.content .img-text-blocks_two.digest .more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.2em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #fff;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
}
.content .img-text-blocks_two.digest .more:hover {
  color: #21201d;
}
.content .img-text-blocks_two.digest .more:before {
  background: #fff;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.content .img-text-blocks_two.digest .more:hover:before {
  height: 100%;
}
.content .img-text-blocks_two.digest .more.show_left {
  position: absolute;
  bottom: 2.5em;
  left: 2.5em;
}
.content .img-text-blocks_two_50 {
  clear: both;
  height: 50%;
  min-height: 55em;
  width: 100%;
  background-color: #fff;
  position: relative;
  filter: grayscale(100%);
  transition: .3s;
}
.content .img-text-blocks_two_50:hover {
  filter: grayscale(0);
}
.content .img-text-blocks_two_50 .col_text_wrap,
.content .img-text-blocks_two_50 .col_img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
}
.content .img-text-blocks_two_50.left {
  /*.col_text_wrap{
        float: left;
      }*/
}
.content .img-text-blocks_two_50.left .col_img {
  left: 50%;
}
.content .img-text-blocks_two_50.right {
  /*.col_img {

      }*/
}
.content .img-text-blocks_two_50.right .col_text_wrap {
  left: 50%;
}
.content .img-text-blocks_two_50 .col_text_wrap {
  background: #fff;
}
.content .img-text-blocks_two_50 .col_text_wrap:before {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10%;
  width: 99%;
  text-align: center;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text p {
  text-align: center;
  max-width: 40em;
  margin: 0 auto;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text p .phone {
  white-space: nowrap;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text p.salon_worktime {
  color: #6c6c6c;
  font-size: 1.3em;
  padding: 0;
  margin-top: -0.94em;
  text-transform: lowercase;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text p.date_news,
.content .img-text-blocks_two_50 .col_text_wrap .col_text p.rubrika_name {
  font-size: 1.6em;
  color: #ed8c02;
  font-family: "futura";
  padding: 0;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text h2 {
  text-align: center;
  padding: 0.76em 0 0.1em 0;
  font-size: 2.2em;
  line-height: 1.569em;
  max-width: 20em;
  margin: 0 auto;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text .line {
  display: inline-block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ececea;
  padding: 0;
  margin-top: -1em;
  position: relative;
  margin-top: 1em;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text .line:before {
  position: absolute;
  display: block;
  height: 1px;
  background: #ececea;
  width: 4.5em;
  top: 3px;
  left: 13px;
  content: '';
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text .line:after {
  position: absolute;
  display: block;
  height: 1px;
  background: #ececea;
  width: 4.5em;
  top: 3px;
  right: 13px;
  content: '';
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text .line.gold {
  background:#ffd700;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text .line.gold:after {
  background:#ffd700;
}
.content .img-text-blocks_two_50 .col_text_wrap .col_text .line.gold:before {
  background:#ffd700;
}
.content .img-text-blocks_two_50 .col_img {
  background-color: #fff;
}
.content .img-text-blocks_two_50 .col_img a {
  display: block;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 0;
}
.content .img-text-blocks_two_50.bx-context-toolbar-empty-area {
  height: 350px;
}
.content .img-text-blocks_li {
  clear: both;
}
.content .img-text-blocks_li ul {
  margin: 0;
  padding: 0;
  list-style: 0;
}
.content .img-text-blocks_li li {
  margin: 0;
  padding: 0;
  list-style: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  float: left;
  vertical-align: top;
  background: #fff;
}
.img-text-blocks_li.four li a{
  height: 280px;
}

.content .img-text-blocks_li li a {
  display: flex;
  
}
/*.content .img-text-blocks_li li img {*/
/*border: 1px solid #ececea;*/
/*min-height: 100%;*/
/*min-width: 100%;*/
/*max-width: none;*/
/*object-fit: cover;*/
/*object-position: center;*/
/*}*/
.content .img-text-blocks_li li img {
  border: 1px solid #ececea;
  height: initial;
  max-width: none;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.img-text-blocks_li.four li img {
  height: 100%;
}
.content .img-text-blocks_li.two li {
  width: 50%;
}
.content .img-text-blocks_li.two li .text_img {
  border-left: 1px solid #ececea;
  padding: 0 0 0 1.78125em;
  margin: 2.8125em 0 0 0;
  text-align: left;
  overflow: hidden;
}
.content .img-text-blocks_li.two li .text_img h4 {
  padding: 0;
  padding: 0 0 0.435em 0;
}
.content .img-text-blocks_li.two li .text_img p {
  font-size: 1.5em;
  line-height: 1.529em;
  margin: 0;
  padding: 0;
  color: #6c6c6c;
}
.content .img-text-blocks_li.two li .text_img p.staff-name {
  padding: 0 0 0.435em 0;
  margin: 0;
  font-family: "futura";
  color: #21201d;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 1.59em;
}
.content .img-text-blocks_li.two li .text_img p.staff-value {
  min-height: 3em;
}
.content .img-text-blocks_li.two li .text_img a {
  color: #21201d;
}
.content .img-text-blocks_li.two li .text_img a:hover {
  color: #333333;
}
.content .img-text-blocks_li.two li .text_img ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .img-text-blocks_li.two li .text_img ul li {
  font-size: 1.4em;
  margin: 0;
  line-height: 1em;
  padding: 0.5em 0;
  white-space: nowrap;
}
.content .img-text-blocks_li.two li .text_img ul li span {
  color: #858585;
}
.content .img-text-blocks_li.three li {
  width: 33.333%;
  max-width: 645px;
}
.content .img-text-blocks_li.three li .text_img {
  border-left: 1px solid #ececea;
  padding: 0 0 0 1.78125em;
  margin: 2.8125em 0 0 0;
  text-align: left;
  overflow: hidden;
}
.content .img-text-blocks_li.three li .text_img h4 {
  padding: 0;
  padding: 0 0 0.435em 0;
}
.content .img-text-blocks_li.three li .text_img p {
  font-size: 1.5em;
  line-height: 1.529em;
  margin: 0;
  padding: 0;
  color: #6c6c6c;
}
.content .img-text-blocks_li.three li .text_img p.staff-name {
  padding: 0 0 0.435em 0;
  margin: 0;
  font-family: "futura";
  color: #21201d;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 1.59em;
}
.content .img-text-blocks_li.three li .text_img p.staff-value {
  min-height: 3em;
}
.content .img-text-blocks_li.three li .text_img a {
  color: #21201d;
}
.content .img-text-blocks_li.three li .text_img a:hover {
  color: #333333;
}
.content .img-text-blocks_li.three li .text_img ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .img-text-blocks_li.three li .text_img ul li {
  font-size: 1.4em;
  margin: 0;
  line-height: 1em;
  padding: 0.5em 0;
  white-space: nowrap;
}
.content .img-text-blocks_li.three li .text_img ul li span {
  color: #858585;
}
.content .img-text-blocks_li.four li {
  width: 25%;
  
}
/*.content .img-text-blocks_li.four li .text_img {*/
/*border-left: 1px solid #ececea;*/
/*padding: 0 0 0 1.78125em;*/
/*margin: 2.8125em 0 0 0;*/
/*text-align: left;*/
/*overflow: hidden;*/
/*}*/
.content .img-text-blocks_li.four li .text_img {
  border-left: 1px solid #ececea;
  padding: 0 0 0 1.78125em;
  margin: 2.8125em 0 0 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  
}
.content .img-text-blocks_li.four li .text_img h4 {
  padding: 0;
  padding: 0 0 0.435em 0;
}
.content .img-text-blocks_li.four li .text_img p {
  font-size: 1.5em;
  line-height: 1.529em;
  margin: 0;
  padding: 0;
  color: #6c6c6c;
}
.content .img-text-blocks_li.four li .text_img p.staff-name {
  padding: 0 0 0.435em 0;
  margin: 0;
  font-family: "futura";
  color: #21201d;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 1.59em;
}
.content .img-text-blocks_li.four li .text_img p.staff-value {
  min-height: 3em;
}
.content .img-text-blocks_li.four li .text_img a {
  color: #21201d;
}
.content .img-text-blocks_li.four li .text_img a:hover {
  color: #333333;
}
.content .img-text-blocks_li.four li .text_img ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .img-text-blocks_li.four li .text_img ul li {
  font-size: 1.4em;
  margin: 0;
  line-height: 1em;
  padding: 0.5em 0;
  white-space: nowrap;
}
.content .img-text-blocks_li.four li .text_img ul li span {
  color: #858585;
}
.content .img-text-blocks_li.four.vacansii .text_img {
  border: 1px solid #ececea;
  margin: 0;
  padding: 5%;
  min-height: 25em;
  position: relative;
}
.content .img-text-blocks_li.four.vacansii .text_img .link_block {
  font-size: 1em;
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: block;
  width: 90%;
  font-size: 0.8em;
}
.content .img-text-blocks_li.four.vacansii .text_img .link_block a {
  padding-left: 0;
  padding-right: 0;
  width: 39%;
}
.content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
  width: 60%;
}
.content .img-text-blocks_li.five li {
  width: 19%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em 1.5em 0 1.5em;
  float: none;
}
.content .img-text-blocks_li .col_text_img {
  padding: 7.692% 8.974%;
}
.content .img-text-blocks_li.tovary {
  background: #fff;
}
.content .img-text-blocks_li.tovary .badge {
  display: none;
  position: absolute;
  top: 0.5em;
  left: 0.1em;
  font: 1em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5em 1em;
  z-index: 10;
}
.content .img-text-blocks_li.tovary .badge.NEW {
  display: block;
  background: #ab0033;
  top: 3.5em;
}
.content .img-text-blocks_li.tovary .badge.SALE {
  display: block;
  background: #ed8c02;
  top: 6.1em;
}
.content .img-text-blocks_li.tovary .badge.EXCLUSIVE {
  display: block;
  background: #64377d;
}
.content .img-text-blocks_li.tovary .badge.SKLAD {
  display: block;
  background: #649d31;
  top: 8.7em;
}
.content .img-text-blocks_li.tovary li {
  width: 33.333%;
}
.content .img-text-blocks_li.tovary li .col_text_img {
  margin: 0 7.143% 7.143% 0;
  height: 460px;
  box-sizing: content-box;
  padding: 0;
  position: relative;
}
.content .img-text-blocks_li.tovary li .col_text_img > div {
  height: 100%;
}
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 100%;
  height: auto;
  padding: 1.36em;
  background: rgba(0, 0, 0, 0.4);
  transition: background .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap:after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap p {
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #fff;
}
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-item-name {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
}
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-item-name a {
  font: 1.12em "futura";
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .price {
  display: inline-block;
  vertical-align: middle;
  font: 1.3em "futura";
  text-align: right;
}
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button,
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line,
.content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-detail {
  display: none;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap {
  height: 100%;
  padding: 5%;
  background: rgba(0, 0, 0, 0.7);
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_hover {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
  text-align: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name {
  display: block;
  width: 100%;
  padding: 0 0 0.7em 0;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name a {
  font: 2.3em "futura";
  text-transform: uppercase;
  color: #fff;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name a span {
  width: 100%;
}
.text_img_hover {
  display:flex;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .price {
  display:flex;
  align-items:center;
  width: auto;
  font: 2em "futura";
  text-align: center;
}
.price-block {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  width: 39%;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .price-block {
  align-items:center;
  width:100%;
  padding: 5px 0;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover span.rub {
  margin:0 5px;
}
.old-price {
  position:relative;
  vertical-align: middle;
  font: 1.3em "futura";
  text-align: right;
  color: #ccc;
}
.old-price:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: -3px;
  width: calc(100% + 6px);
  height: 2px;
  background: #ccc;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line {
  display: block;
  display: inline-block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b8b8b8;
  padding: 0;
  margin-top: -1em;
  position: relative;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  margin-top: 0;
  margin-bottom: 2em;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line:before {
  position: absolute;
  display: block;
  height: 1px;
  background: #b8b8b8;
  width: 4.5em;
  top: 3px;
  left: 13px;
  content: '';
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line:after {
  position: absolute;
  display: block;
  height: 1px;
  background: #b8b8b8;
  width: 4.5em;
  top: 3px;
  right: 13px;
  content: '';
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button {
  display: block;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.12em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #fff;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:hover {
  color: #21201d;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:before {
  background: #fff;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:hover:before {
  height: 100%;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-detail {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.content .img-text-blocks_li.section_svet li {
  width: 33%;
}
.content .img-text-blocks_li.rasprodazha li {
  width: 33%;
}
.content .filtren {
  width: 100%;
  position: relative;
}
.content .filtren .right_col {
  float: left;
  width: 26em;
  margin-left: -26em;
}
.content .filtren .center_col_wrap {
  width: 100%;
  float: left;
}
.content .filtren .center_col {
  margin: 0 26em 0 0;
}
.content .filtren .cntf {
  padding: 1em 0 0 0.1em;
}
.content .filtren .cntf > div {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.7em;
  padding-bottom: 1em;
  min-width: 15em;
}
.content .filtren .cntf .filter_selected label,
.content .filtren .cntf .drop_list_selected label {
  color: #ed8c02;
}
.content .filtren .cntf .filter_selected .chosen-container.chosen-container-single .chosen-single,
.content .filtren .cntf .drop_list_selected .chosen-container.chosen-container-single .chosen-single {
  border: 1px solid #edb668;
  background: #fffaf4;
}
.content .filtren .cntf .filter_selected .chosen-container.chosen-container-single .chosen-single span,
.content .filtren .cntf .drop_list_selected .chosen-container.chosen-container-single .chosen-single span {
  background: transparent;
  color: #ed8c02;
}
.content .filtren .cntf .filter_selected .chosen-container.chosen-container-single.chosen-with-drop .chosen-single,
.content .filtren .cntf .drop_list_selected .chosen-container.chosen-container-single.chosen-with-drop .chosen-single {
  border: 2px solid #21201d;
  border-bottom: none;
  background: #fff;
}
.content .filtren #PRICE1 {
  font: 1.11em "futura";
  text-transform: uppercase;
  color: #b8b8b8;
}
.content .filtren #PRICE1 input {
  outline: none;
  border: none;
  background: none;
  font-family: "futura";
  text-transform: uppercase;
  font-size: 1.3em;
  color: #c5c5c5;
  padding-bottom: 0.9em;
  margin: 0 0.5em 0 0;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: 0;
  color: #6c6c6c;
  display: inline-block;
  vertical-align: middle;
  min-width: 6em;
  padding: 0.6em 0;
}
.content .filtren #PRICE1 input.field_modified {
  outline: none;
  border: none;
  border-bottom: 1px solid #333333;
  color: #333333;
}
.content .filtren #PRICE1 input:focus {
  color: #333333;
}
.content .filtren #PRICE1 input.required_field {
  color: #1a1a1a;
}
.content .filtren #PRICE1 input.error_field {
  color: #bd2150 !important;
  border-bottom: 1px solid #d1738f;
}
.content .filtren #PRICE1 label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.7em 0 0;
}
.slider-range.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #21201d;
  height: 7px!important;
}
.ui-slider-range.ui-widget-header {
  background: #c9a778;
  height: 7px!important;
  top: 0px!important;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
  border-radius: 100%;
  border: 1px solid #fff;
  background: #c9a778;
}
.ui-slider-handle.ui-state-default.ui-corner-all:last-child {
  margin-left:-10px;
}
.lvl2 > .lvl2 {
  display: inline-block;
  margin: 0;
  padding: 0 1.5em;
  height: 4em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.lvl2 > .lvl2 > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid #c5c5c5;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.lvl2 > .lvl2 > label {
  text-align: center;
  font: 1.2em "futura";
  color: #6c6c6c;
  line-height: 3.33333333em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.content .filtren ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .filtren ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
}
.content .filtren .filtren_button {
  height: 100%;
  margin: 1em 3.7em 1em 2em;
  padding-left: 2em;
  border-left: 1px solid #ececea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .filtren .filtren_button input[type="submit"] {
  outline: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
.content .filtren .filtren_button input[type="submit"]:focus {
  outline: none;
  background: none;
}
.content .filtren .filtren_button .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.12em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
  margin-bottom: 0.7em;
  padding: 0;
}
.content .filtren .filtren_button .button input {
  font: 1em "futura";
  line-height: 3.666em;
  color: #21201d;
  text-transform: uppercase;
  z-index: 2;
}
.content .filtren .filtren_button .button:hover input {
  color: #fff;
}
.content .filtren .filtren_button .button:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.content .filtren .filtren_button .button:hover:before {
  height: 100%;
}
.content .filtren .filtren_button .button_black {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.12em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
  padding: 0;
  border: 1px solid #21201d;
  color: #fff;
  background: #21201d;
}
.content .filtren .filtren_button .button_black input {
  font: 1em "futura";
  line-height: 3.666em;
  color: #21201d;
  text-transform: uppercase;
  z-index: 2;
}
.content .filtren .filtren_button .button_black:hover input {
  color: #fff;
}
.content .filtren .filtren_button .button_black:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.content .filtren .filtren_button .button_black:hover:before {
  height: 100%;
}
.content .filtren .filtren_button .button_black input {
  color: #fff;
}
.content .filtren .filtren_button .button_black:hover {
  border: 1px solid #333333;
}
.content .filtren .filtren_button .button_black:hover input {
  color: #fff;
}
.content .filtren .filtren_button .button_black:before {
  background: #333333;
}
.content .catalog_element {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-top: 10em;*/
  background: #fff;
  display: flex;
  flex-flow: wrap;
}
.content .catalog_element .product-detail-photo {
  width: 48%;
  float: left;
  position: relative;
  max-height: 88%;
  overflow: hidden;
}
.content .catalog_element .product-detail-photo img {
  width: 1000px;
  max-width: 100%;
  height: auto;
}
.content .catalog_element .breadcrumbs {
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 1em 0;
  color: #b8b8b8;
}
.content .catalog_element .breadcrumbs a {
  color: #808080;
  display: inline;
  padding: 0 0.3em;
}
.content .catalog_element .breadcrumbs a:hover {
  color: #000;
}
.content .catalog_element .breadcrumbs a.first {
  padding-left: 0;
}
.content .catalog_element .breadcrumbs span {
  padding-left: 0.3em;
}
.content .catalog_element .itemimg {
  width: 47%;
  float: left;
  position: relative;
}
.content .catalog_element .itemimg .flexslider,
.content .catalog_element .itemimg .flex-viewport,
.content .catalog_element .itemimg .slides,
.content .catalog_element .itemimg .slides li {
  height: 100%;
  padding-top: 0;
}
.content .catalog_element .itemimg .one-slide {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .catalog_element .itemimg .flexslider,
.content .catalog_element .itemimg .flex-viewport {
  width: 100%;
}
.content .catalog_element .itemimg .flex-direction-nav {
  /*display: none;*/
}
.content .catalog_element .itemimg .flex-direction-nav:hover {
  /*display: none;*/
}
.content .catalog_element .itemimg .flex-control-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 3em;
  left: 0;
  text-align: center;
  z-index: 100;
}
.content .catalog_element .itemimg .flex-control-nav li {
  padding: 0 2em !important;
  display: inline-block;
  width: auto !important;
  vertical-align: middle !important;
  text-align: center !important;
  float: none !important;
  font-size: 1em;
  position: relative;
  height: 41px;
}
.content .catalog_element .itemimg .flex-control-nav li:before {
  content: '';
  border-bottom: 1px dotted #fff;
  height: 1px;
  position: absolute;
  bottom: 19px;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.content .catalog_element .itemimg .flex-control-nav li:last-child:before {
  display: none;
}
.content .catalog_element .itemimg .flex-control-nav li a {
  width: 7px;
  height: 7px;
  line-height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  z-index: 100;
  margin: 18px;
}
.content .catalog_element .itemimg .flex-control-nav li a:hover,
.content .catalog_element .itemimg .flex-control-nav li a.flex-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: transparent url(../images/fon_dot_white.png) center center no-repeat;
  width: 41px;
  height: 41px;
  margin: 0;
}
.content .catalog_element .itemimg .flex-direction-nav {
  /**height: 0;*/
  font-size: 1em;
  /*-webkit-opacity: 0;*/
  /*-moz-opacity: 0;*/
  /*opacity: 0;*/
}
.content .catalog_element .itemimg .flex-direction-nav li {
  font-size: 1em;
}
.content .catalog_element .itemimg .flex-direction-nav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fff;
  width: 1.85em;
  text-transform: none;
  text-decoration: none;
  font: 3.1em "iconfont";
  height: 1.85em;
  line-height: 1.7em;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.content .catalog_element .itemimg .flex-direction-nav a:hover {
  color: #21201d;
}
.content .catalog_element .itemimg .flex-direction-nav a:before {
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -5.55em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .catalog_element .itemimg .flex-direction-nav a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.content .catalog_element .itemimg .flex-direction-nav a.flex-prev {
  left: 50px;
}
.content .catalog_element .itemimg .flex-direction-nav a.flex-next {
  right: 50px;
}
.content .catalog_element .catalog-utp {
  float: left;
  width: 23%;
  background: #f4f4f4;
  border-top: 6px solid #9e7a47;
  color: #333;
  padding: 35px 25px;
  box-sizing: border-box;
  font-family: "FuturaMedium";
}
.content .catalog_element .catalog-utp svg {
  fill: #9e7a47;
  flex: 0 0 40px;
}
.content .catalog_element .catalog-utp__item {
  margin-bottom: 20px;
}
.content .catalog_element .catalog-utp__title {
  font-size: 2.5em;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.content .catalog_element .catalog-utp__title span {
  margin-left: 10px;
}
.content .catalog_element .catalog-utp__desc {
  font-size: 1.7em;
  line-height: 1.1;
  margin: 15px 0 35px;
}
.content .catalog_element .catalog-utp__desc span {
  color: #9e7a47;
}
.content .catalog_element .badge {
  display: none;
  position: absolute;
  top: 0.5em;
  left: 0.1em;
  font: 1em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5em 1em;
  z-index: 10;
}
.content .catalog_element .badge.NEW {
  display: block;
  background: #ab0033;
  top: 3.5em;
}
.content .catalog_element .badge.SALE {
  display: block;
  background: #ed8c02;
  top: 6.1em;
}
.content .catalog_element .badge.EXCLUSIVE {
  display: block;
  background: #64377d;
}
.content .catalog_element .badge.SKLAD {
  display: block;
  background: #649d31;
  top: 8.7em;
}
.content .catalog_element .item_el_info {
  width: 28%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2% 1em 2%;
  background: #fff;
}
.content .catalog_element .item_el_info h1 {
  font-size: 2.9em;
  padding: 0;
  margin: -0.35em 0 0 0;
}
.content .catalog_element .item_el_info .fabric {
  font-size: 1.4em;
  padding: 0;
}
.content .catalog_element .item_el_info .na_sklade {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 25px;
}
.content .catalog_element .item_el_info .na_sklade svg {
  margin-right: 10px;
  fill: #9e7a47;
}
.content .catalog_element .item_el_info .na_sklade_first {
  font-size: 1.1em;
  font-family: "futura";
  text-transform: uppercase;
  color: #333;
}
.content .catalog_element .item_el_info .price {
  font: 2em "futura";
  /*color: @col_black;
        padding: 1em 0 0.4em 0;*/
  /*background: #262a2e;*/
  padding: 8px;
  margin-bottom: 10px;
  background: #31383d;
  display: inline-block;
  color: #fff;
}
.content .catalog_element .item_el_info .quant {
  /*display: inline-block;
        vertical-align: middle;*/
}
.content .catalog_element .item_el_info .quant input {
  outline: none;
  background: none;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #b8b8b8;
  border: 1px solid #b8b8b8;
  width: 3em;
  text-decoration: none;
  height: 2.666em;
  line-height: 2.666em;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "futura";
  height: 100%;
  line-height: 2.99em;
}
.content .catalog_element .item_el_info .quant input:focus {
  outline: none;
  border: 1px solid #21201d;
  color: #21201d;
}
.content .catalog_element .item_el_info .element-buy-btn,
.content .catalog_element .item_el_info .full_complect {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.7em;
}
.content .catalog_element .item_el_info .element-buy-btn p,
.content .catalog_element .item_el_info .full_complect p {
  font-size: 1em;
  padding: 0 0.5em;
}
.content .catalog_element .description {
  /*padding: 0 5% 0 60%;*/
  background: #fff;
}
.content .catalog_element .description p {
  font-size: 1.45em;
  line-height: 1.7em;
  padding: 0.6em 0;
}
.content .catalog_element .spcif {
  /*clear: left;
			width: 55%;
			float: left;
			padding-top: 2.33em;
			border-left: 1px solid lighten(@col_black, 80%);
			ul{
				.column(auto, 1em, 25em);
				padding: 0;
				padding-left: 3em;
				margin: 0;
				list-style: none;
				li{
					font-size: 1.4em;
					margin: 0;
					line-height: 1em;
					padding: 0.5em 0;
					white-space: nowrap;
					span{
						color: desaturate(lighten(@col_black, 40%), 30%);
					}
				}
			}*/
  width: 100%;
}
.content .catalog_element .spcif td {
  padding: 0.15em 0;
}
.content .catalog_element .spcif a {
  color:#9e7a47;
  text-decoration:underline;
}
.content .catalog_element .spcif a:hover {
  color:#333;
  text-decoration:none;
}
.content .catalog_element .spcif td:first-of-type {
  color: #8b8b8b;
}
.content .catalog_element .recommend {
  background: #fff;
  clear: both;
  padding-top: 2.33em;
  width: 100%;
}
.content .catalog_element .recommend .h_razdel {
  margin: 0;
  font-family: "futura";
  color: #21201d;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  padding: 0.7em 0 0.429em 0;
  font-size: 3.5em;
}
.content .catalog_element .recommend.komplekt .tovary li {
  width: 33%;
}
.content #vina-timeline-wrapper384 {
  height: 100%;
}
.content .vina-timeline-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content .vina-timeline-slider ul {
  margin: 0;
  padding: 0;
}
.content .vina-timeline-slider .vina-issues {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.content .vina-timeline-slider .vina-issues li {
  width: 100%;
  height: 100%;
  list-style: none;
  float: left;
  font-size: 1em;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.content .vina-timeline-slider .vina-issues .timeline-content {
  position: relative;
  height: 100%;
}
.content .vina-timeline-slider .vina-issues .intro {
  text-align: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.content .vina-timeline-slider .vina-issues .intro ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  background: #fff;
}
.content .vina-timeline-slider .vina-issues .intro li {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  z-index: 10;
}
.content .vina-timeline-slider .vina-issues .intro li.subIntro {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.content .vina-timeline-slider .vina-issues .intro li.active-sub-item {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-animation: visual 1s ease 1 normal both;
  -moz-animation: visual 1s ease 1 normal both;
  -ms-animation: visual 1s ease 1 normal both;
  -o-animation: visual 1s ease 1 normal both;
  animation: visual 1s ease 1 normal both;
}
.content .vina-timeline-slider .vina-issues .intro .intro-text-blocks_wrap {
  background-color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-gradient(radial, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  height: 100%;
  position: relative;
  z-index: 10;
  width: 100%;
}
.content .vina-timeline-slider .vina-issues .intro .intro-text-blocks_wrap:before {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.content .vina-timeline-slider .vina-issues .intro .intro-text-blocks_wrap .intro-text-blocks {
  display: inline-block;
  vertical-align: middle;
  padding: 0 29%;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .vina-timeline-slider .vina-issues .intro .intro-text-blocks_wrap p.h_intro {
  font-size: 1.6em;
  color: #ed8c02;
  font-family: "futura";
  padding-top: 0;
  text-transform: uppercase;
}
.content .vina-timeline-slider .vina-issues .intro .intro-text-blocks_wrap h2 {
  line-height: 1.58em;
  font-size: 2.5em;
  padding-top: 1em;
  text-transform: uppercase;
  max-width: 15em;
  margin: 0 auto;
}
.content .vina-timeline-slider .vina-issues .intro .intro-text-blocks_wrap .line {
  display: inline-block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b8b8b8;
  padding: 0;
  margin-top: -1em;
  position: relative;
  margin-top: 0;
}
.content .vina-timeline-slider .vina-issues .intro .intro-text-blocks_wrap .line:before {
  position: absolute;
  display: block;
  height: 1px;
  background: #b8b8b8;
  width: 4.5em;
  top: 3px;
  left: 13px;
  content: '';
}
.content .vina-timeline-slider .vina-issues .intro .intro-text-blocks_wrap .line:after {
  position: absolute;
  display: block;
  height: 1px;
  background: #b8b8b8;
  width: 4.5em;
  top: 3px;
  right: 13px;
  content: '';
}
.content .vina-timeline-slider .vina-issues .intro .image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
}
.content .vina-timeline-slider .vina-issues .intro .image.black:after {
  display: block;
  position: absolute;
  z-index: 2;
  background: #21201d;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.content .vina-timeline-slider .vina-dates {
  overflow: hidden;
  position: absolute;
  text-align: left;
  bottom: 2.4em;
  z-index: 100;
}
.content .vina-timeline-slider .vina-dates li {
  list-style: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 25em;
  padding: 10em 0 4em 0;
}
.content .vina-timeline-slider .vina-dates a {
  font-size: 3em;
  line-height: 1em;
  font-family: "futura";
  color: #21201d;
  text-decoration: none;
  outline: medium none;
  position: relative;
  display: inline-block;
  overflow: visible;
}
.content .vina-timeline-slider .vina-dates a:after {
  content: '';
  background: #ed8c02;
  width: 0.33em;
  height: 0.33em;
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  margin-right: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content .vina-timeline-slider .vina-dates .selected {
  font-size: 4.2em;
  line-height: 1em;
}
.content .vina-timeline-slider .vina-dates .selected:after {
  content: '';
  background: transparent url(../images/fon_dot_red.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0.83em;
  height: 0.833em;
  position: absolute;
  bottom: -0.833em;
  left: 0.833em;
  margin-right: -0.41em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.content .vina-timeline-slider .vina-dates .selected:before {
  content: '';
  display: block;
  position: absolute;
  height: 10em;
  width: 1px;
  top: -10em;
  right: 50%;
  border-right: 1px dotted #b8b8b8;
}
.content .vina-timeline-slider .vina-dates.contrast a {
  color: #fff;
}
.content .vina-timeline-slider .vina-dates.contrast a:after {
  background: #fff;
}
.content .vina-timeline-slider .vina-dates.contrast .selected:before {
  display: none;
}
.content .vina-timeline-slider .vina-dates.contrast .selected:after {
  background: transparent url(../images/fon_dot_white.png) center center no-repeat;
}
.content .vina-timeline-slider:after {
  position: absolute;
  bottom: 4.4em;
  border-bottom: 1px dotted #b8b8b8;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  left: 0;
  z-index: 99;
}
.content .vina-timeline-slider .vina-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #21201d;
  width: 1.85em;
  text-transform: none;
  text-decoration: none;
  font: 3.1em "iconfont";
  height: 1.85em;
  line-height: 1.67em;
  color: #21201d;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.content .vina-timeline-slider .vina-navigation:hover {
  color: #fff;
}
.content .vina-timeline-slider .vina-navigation:before {
  background: #21201d;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -5.55em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .vina-timeline-slider .vina-navigation:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.content .vina-timeline-slider .vina-navigation.vina-next {
  right: 5%;
}
.content .vina-timeline-slider .vina-navigation.vina-prev {
  left: 5%;
}
.content .vina-timeline-slider .vina-navigation.contrast {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fff;
  width: 1.85em;
  text-transform: none;
  text-decoration: none;
  font: 3.1em "iconfont";
  height: 1.85em;
  line-height: 1.67em;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  position: absolute;
}
.content .vina-timeline-slider .vina-navigation.contrast:hover {
  color: #21201d;
}
.content .vina-timeline-slider .vina-navigation.contrast:before {
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -5.55em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .vina-timeline-slider .vina-navigation.contrast:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.content .citata p {
  font: italic 2em "Times New Roman", Times, serif;
  color: #6c6c6c;
  line-height: 1.55em;
  padding: 1.8em 0 0.9em 0;
  text-align: left;
  padding: 0.6em 0;
}
.content .citata p.auth_text {
  font-size: 1em;
  padding: 2.3em 0 1.2em 0;
}
.content .citata p.auth_text span {
  display: block;
  color: #21201d;
}
.content .citata p.auth_text span.name {
  font-family: "futura";
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  padding: 0.5em 0 0 0;
  font-size: 1.6em;
}
.content .citata p.auth_text span.staff {
  font: 1.3em Arial, Helvetica, sans-serif;
  padding: 0.5em 0 0 0;
}
.content .tabsblock.fore {
  width: 100%;
  border-bottom: 1px solid #ececea;
}
.content .tabsblock.fore .tabs {
  margin: 0;
  background-color: #21201d;
  background-image: url(../images/fon_tab1.png), url(../images/fon_tab1.png);
  background-position: top left, bottom left;
  background-repeat: repeat-x;
  width: 100%;
  display: table;
}
.content .tabsblock.fore .tabs a {
  border-right: 1px solid #b8b8b8;
  display: table-cell;
  width: 20%;
  text-decoration: none;
  font-family: "futura";
  font-size: 1.5em;
  color: #858585;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 1.411em 0;
  position: relative;
  vertical-align: middle;
}
.content .tabsblock.fore .tabs a:before,
.content .tabsblock.fore .tabs a:after {
  content: '';
  position: absolute;
  height: 7px;
  width: 1px;
  background: #b8b8b8;
  display: inline-block;
  top: 0;
  left: 50%;
}
.content .tabsblock.fore .tabs a:after {
  top: auto;
  bottom: 0;
}
.content .tabsblock.fore .tabs a:hover,
.content .tabsblock.fore .tabs a.active {
  border: none;
  background: #000 url(../images/fon_tab2.png) top left no-repeat;
  color: #9e7a47;
}
.content .tabsblock.fore .tabs a:hover:before,
.content .tabsblock.fore .tabs a.active:before,
.content .tabsblock.fore .tabs a:hover:after,
.content .tabsblock.fore .tabs a.active:after {
  display: none;
}
.content .tabsblock.fore .tabs a:hover span,
.content .tabsblock.fore .tabs a.active span {
  display: block;
  font-size: 1em;
}
.content .tabsblock.fore .tabs a:hover span:after,
.content .tabsblock.fore .tabs a.active span:after {
  content: '';
  width: 0;
  height: 0;
  border: 1.5em solid;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.5em;
}
.content .tabsblock.fore .tabs a span {
  display: block;
}
.content .tabsblock.fore .tabs a span.clr {
  display: none;
}
.content .tabsblock.fore .tabcontent {
  width: 100%;
  position: relative;
  padding-top: 1.5em;
}
.content .tabsblock.fore .tabcontent > div {
  display: none;
}
.content .tabsblock.fore .tabcontent > div.active {
  display: block;
}
.content .tabsblock.three {
  width: 100%;
  border-bottom: 1px solid #ececea;
}
.content .tabsblock.three .tabs {
  margin: 0;
  background-color: #21201d;
  background-image: url(../images/fon_tab1.png), url(../images/fon_tab1.png);
  background-position: top left, bottom left;
  background-repeat: repeat-x;
  width: 100%;
  display: table;
}
.content .tabsblock.three .tabs a {
  border-right: 1px solid #b8b8b8;
  display: table-cell;
  width: 33.33333333%;
  text-decoration: none;
  font-family: "futura";
  font-size: 1.5em;
  color: #858585;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 1.411em 0;
  position: relative;
  vertical-align: middle;
}
.content .tabsblock.three .tabs a:before,
.content .tabsblock.three .tabs a:after {
  content: '';
  position: absolute;
  height: 7px;
  width: 1px;
  background: #b8b8b8;
  display: inline-block;
  top: 0;
  left: 50%;
}
.content .tabsblock.three .tabs a:after {
  top: auto;
  bottom: 0;
}
.content .tabsblock.three .tabs a:hover,
.content .tabsblock.three .tabs a.active {
  border: none;
  background: #000 url(../images/fon_tab2.png) top left no-repeat;
  color: #9e7a47;
}
.content .tabsblock.three .tabs a:hover:before,
.content .tabsblock.three .tabs a.active:before,
.content .tabsblock.three .tabs a:hover:after,
.content .tabsblock.three .tabs a.active:after {
  display: none;
}
.content .tabsblock.three .tabs a:hover span,
.content .tabsblock.three .tabs a.active span {
  display: block;
  font-size: 1em;
}
.content .tabsblock.three .tabs a:hover span:after,
.content .tabsblock.three .tabs a.active span:after {
  content: '';
  width: 0;
  height: 0;
  border: 1.5em solid;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.5em;
}
.content .tabsblock.three .tabs a span {
  display: block;
}
.content .tabsblock.three .tabs a span.clr {
  display: none;
}
.content .tabsblock.three .tabcontent {
  width: 100%;
  position: relative;
  padding-top: 1.5em;
}
.content .tabsblock.three .tabcontent > div {
  display: none;
}
.content .tabsblock.three .tabcontent > div.active {
  display: block;
}
.content .sort {
  position: absolute;
  width: auto;
  right: calc(2.381%);
  top: 0;
}
.content .sort .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1em;
}
.content .sort .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  background: #fff;
  border: 1px solid #21201d;
  border-top: none;
}
.content .sort .chosen-container a {
  cursor: pointer;
}
.content .sort .chosen-container.chosen-container-single {
  width: 100% !important;
  display: block;
  white-space: nowrap;
  position: relative;
  margin: 0;
  text-decoration: none;
}
.content .sort .chosen-container.chosen-container-single .chosen-single {
  padding: 0;
  display: block;
  text-decoration: none;
  overflow: hidden;
  height: 4em;
  border: 0px solid #858585;
  color: #1f1f1f;
  text-align: center;
}
.content .sort .chosen-container.chosen-container-single .chosen-single span {
  font: 1.16em "futura";
  color: #1f1f1f;
  line-height: 3.44827586em;
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 4em 0 1.5em;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.content .sort .chosen-container.chosen-container-single .chosen-single span.selected_section_name {
  color: #333333;
  display: inline;
  padding: 0;
  font-size: 1em;
}
.content .sort .chosen-container.chosen-container-single .chosen-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 4em;
  width: 4em;
}
.content .sort .chosen-container.chosen-container-single .chosen-single div:after {
  content: "s";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "iconfont";
  font-size: 1.1em;
  line-height: 4em;
  color: #1f1f1f;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.content .sort .chosen-container.chosen-container-single .chosen-single .chosen-drop {
  top: -1 px- 0px;
  background-clip: padding-box;
}
.content .sort .chosen-container.chosen-container-single.chosen-with-drop .chosen-drop {
  left: 0;
}
.content .sort .chosen-container.chosen-container-single.chosen-with-drop .chosen-single {
  border: 1px solid #21201d;
  border-bottom: none;
  text-align: left;
}
.content .sort .chosen-container.chosen-container-single.chosen-with-drop .chosen-single span {
  color: #858585;
}
.content .sort .chosen-container.chosen-container-single .chosen-search {
  display: none;
}
.content .sort .chosen-container.chosen-container-single .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.content .sort .chosen-container.chosen-container-single .chosen-results li {
  display: none;
  padding: 0.6em 1.5em;
  margin: 0;
  list-style: none;
  font: 1.16em "futura";
  color: #21201d;
  text-transform: uppercase;
}
.content .sort .chosen-container.chosen-container-single .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.content .sort .chosen-container.chosen-container-single .chosen-results li.disabled-result {
  display: list-item;
  color: #8a8a8a;
  cursor: default;
}
.content .sort .chosen-container.chosen-container-single .chosen-results li.highlighted {
  background: #21201d;
  color: #fff;
}
.content .sort .chosen-container.chosen-container-single .chosen-results li.result-selected {
  color: #333333;
  background: #fff;
}
.content .sort .chosen-container.chosen-container-single .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.content .sort .chosen-container.chosen-container-active .chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.content .sort .chosen-container.chosen-container-active .chosen-with-drop .chosen-single div b {
  background: url('../images/chosen-sprite.png') no-repeat bottom center;
}
.content .sort .chosen-container.chosen-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.content .sort .chosen-container.chosen-disabled .chosen-single {
  cursor: default;
}
.content .navi {
  clear: both;
  background: #21201d;
  border-top: 1px dotted #b8b8b8;
  border-bottom: 1px dotted #b8b8b8;
}
.content .navi .archive {
  font-family: "futura";
  font-size: 1.3em;
  padding: 1.22em 1em 0 0;
  color: #858585;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.content .navi .navigation {
  width: 75%;
  float: left;
  font-family: "futura";
  font-size: 1.5em;
  color: #858585;
}
.content .navi .navigation a {
  border-right: 1px solid #b8b8b8;
  display: inline-block;
  float: left;
  text-decoration: none;
  font-family: "futura";
  font-size: 1em;
  color: #858585;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0.7em 1em;
  position: relative;
  vertical-align: middle;
  width: 1.6em;
  height: 2em;
  line-height: 2em;
}
.content .navi .navigation a:before,
.content .navi .navigation a:after {
  content: '';
  position: absolute;
  height: 7px;
  width: 1px;
  background: #b8b8b8;
  display: inline-block;
  top: 0;
  left: 50%;
}
.content .navi .navigation a.nav-page-pagen {
  font-size: 0.85em;
  line-height: 1.3em;
  width: 1.88235em;
  height: 2.6em;
}
.content .navi .navigation a:after {
  top: auto;
  bottom: 0;
}
.content .navi .navigation a .clr {
  display: none;
}
.content .navi .navigation a:hover {
  border-color: #000;
  background: #000 url(../images/fon_tab2.png) top right no-repeat;
  color: #fff;
  position: relative;
}
.content .navi .navigation a:hover:before,
.content .navi .navigation a:hover:after {
  display: none;
}
.content .navi .navigation a:hover .clr {
  display: block;
  font-size: 1em;
  height: 0px;
  width: 0px;
}
.content .navi .navigation a:hover .clr:after {
  content: '';
  width: 0;
  height: 0;
  border: 0.8em solid;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.8em;
}
.content .navi .navigation .dots {
  border-right: 1px solid #b8b8b8;
  display: inline-block;
  float: left;
  text-decoration: none;
  font-family: "futura";
  font-size: 1em;
  color: #858585;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0.7em 1em;
  position: relative;
  vertical-align: middle;
  width: 1.6em;
  height: 2em;
  line-height: 2em;
}
.content .navi .navigation .dots:before,
.content .navi .navigation .dots:after {
  content: '';
  position: absolute;
  height: 7px;
  width: 1px;
  background: #b8b8b8;
  display: inline-block;
  top: 0;
  left: 50%;
}
.content .navi .navigation .dots:after {
  top: auto;
  bottom: 0;
}
.content .navi .navigation .dots .clr {
  display: none;
}
.content .navi .navigation .nav-current-page {
  display: inline-block;
  float: left;
  text-decoration: none;
  font-family: "futura";
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0.7em 1em;
  width: 1.6em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  border-color: #000;
  background: #000 url(../images/fon_tab2.png) top right no-repeat;
  color: #fff;
  position: relative;
}
.content .navi .navigation .nav-current-page:before,
.content .navi .navigation .nav-current-page:after {
  display: none;
}
.content .navi .navigation .nav-current-page .clr {
  display: block;
  font-size: 1em;
  height: 0px;
  width: 0px;
}
.content .navi .navigation .nav-current-page .clr:after {
  content: '';
  width: 0;
  height: 0;
  border: 0.8em solid;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.8em;
}
.content .navi .pcnt {
  float: right;
  width: 25%;
  border-left: 1px solid #b8b8b8;
  max-width: 240px;
  top: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 0 0.5em 1.5em;
  text-align: right;
}
.content .navi .pcnt .pcnttext {
  font-family: "futura";
  font-size: 1.3em;
  color: #858585;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.content .navi .pcnt .pcntinput {
  display: inline-block;
  vertical-align: middle;
}
.content .navi .pcnt .sbHolder,
.content .navi .pcnt .sbSelector {
  border-color: transparent;
  background: transparent;
  color: #858585;
  text-align: left;
}
.content .navi .pcnt .sbHolder span,
.content .navi .pcnt .sbSelector span {
  background: transparent;
  color: #858585;
}
.content .podrazdel-list {
  margin: 0;
  padding: 0.5em 340px 2em 0;
}
.content .podrazdel-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.content .podrazdel-list ul li {
  margin: 0;
  padding: 0 1.5em 0 0;
  list-style: none;
  display: inline;
  font-size: 1.5em;
}
.content .podrazdel-list ul li a {
  color: #808080;
  display: inline;
}
.content .podrazdel-list ul li a:hover {
  color: #000;
}
.content .podrazdel-list .show-all-categories {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #000;
}
.content .podrazdel-list .show-all-categories:hover {
  color: #808080;
}
.content .podrazdel-list .show-all-categories:after {
  content: 's';
  font-family: "iconfont";
  text-transform: none;
  padding-left: 0.4em;
  display: inline-block;
  line-height: 0.7em;
}
.content .podrazdel-list .show-small-categories {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #000;
  padding-top: 1em;
  display: block;
}
.content .podrazdel-list .show-small-categories:hover {
  color: #808080;
}
.content .podrazdel-list .show-small-categories:after {
  content: 'D';
  font-family: "iconfont";
  text-transform: none;
  padding-left: 0.4em;
  display: inline-block;
  line-height: 0.7em;
}
.content #order_form_div {
  padding: 0 10% 15em 10%;
  background: #fff;
}
.content #order_form_div .h_order {
  font-size: 2.2em;
  font-family: "futura";
  text-transform: uppercase;
  padding-top: 2em;
}
.content #order_form_div #basket_items {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 1em;
}
.content #order_form_div #basket_items thead td {
  font-family: "futura";
  font-size: 1.12em;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #ececea;
}
.content #order_form_div #basket_items thead td.item {
  text-align: left;
}
.content #order_form_div #basket_items tbody td {
  border-bottom: 1px solid #ececea;
  padding: 1.5em;
  text-align: center;
  font-size: 1.5em;
}
.content #order_form_div #basket_items tbody td.item {
  text-align: left;
  font-size: 1em;
}
.content #order_form_div #basket_items tbody td.item p {
  padding: 0.4em 0;
  font: 1.4em/1.58em "futura";
  text-transform: uppercase;
}
.content #order_form_div #basket_items tbody td.item p a {
  color: #21201d;
}
.content #order_form_div #basket_items tbody td.item p a:hover {
  color: #333333;
}
.content #order_form_div #basket_items tbody td.item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content #order_form_div #basket_items tbody td.item ul li {
  text-transform: uppercase;
  color: #929292;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
.content #order_form_div #basket_items tbody td.itemphoto {
  width: 109px;
  overflow: hidden;
  padding: 1.5em 0;
}
.content #order_form_div #basket_items tbody td.itemphoto a {
  display: block;
}
.content #order_form_div #basket_items tbody td.itemphoto .bx_ordercart_photo {
  width: 109px;
  height: 74px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.content #order_form_div #basket_items tbody td .old_price {
  text-decoration: line-through;
}
.content #order_form_div .bx_ordercart_order_sum {
  width: 240px;
  float: right;
  font: 1.2em/1.58em "futura";
  text-transform: uppercase;
}
.content #order_form_div .profile-table {
  font-size: 1em;
  max-width: 60em;
}
.content #order_form_div .profile-table td {
  font-size: 1em;
  padding: 0.5em 0;
}
.content #order_form_div .profile-table td.r1x3 {
  font: 1.12em/1.58em "futura";
  text-transform: uppercase;
  vertical-align: top;
}
.content #order_form_div .profile-table .chosen-container {
  margin-bottom: 0.5em;
}
.content #order_form_div .prettyradio {
  float: left;
}
.content #order_form_div .bx_description {
  padding-bottom: 2em;
  margin-left: 3em;
}
.content #order_form_div .bx_description h4 {
  font-size: 1.2em;
  padding-top: 0;
}
.content #order_form_div .bx_description p {
  font-size: 1.3em;
  padding: 0;
}
.content #order_form_div input[type="text"],
.content #order_form_div textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  background: none;
  font-family: "futura";
  font-size: 1.12em;
  color: #d2d2d2;
  padding-bottom: 0.9em;
  margin: 0 0.5em 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: 0;
  color: #787878;
  text-transform: uppercase;
}
.content #order_form_div input[type="text"]:focus,
.content #order_form_div textarea:focus,
.content #order_form_div input[type="text"].field_modified,
.content #order_form_div textarea.field_modified {
  outline: none;
  border: none;
  border-bottom: 1px solid #21201d;
  color: #21201d;
}
.content #order_form_div input[type="text"].required_field,
.content #order_form_div textarea.required_field {
  color: #060605;
}
.content #order_form_div input[type="text"].error_field,
.content #order_form_div textarea.error_field {
  color: #bd2150 !important;
  border-bottom: 1px solid #d1738f;
}
.content #order_form_div .bx_ordercart_order_pay_center {
  padding-top: 2em;
}
.content #order_form_div .bx_ordercart_order_pay_center a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.2em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
}
.content #order_form_div .bx_ordercart_order_pay_center a:hover {
  color: #fff;
}
.content #order_form_div .bx_ordercart_order_pay_center a:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.content #order_form_div .bx_ordercart_order_pay_center a:hover:before {
  height: 100%;
}
.content .slider-text-blocks {
  width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.content .slider-text-blocks .line {
  margin-top: 0.9em;
}
.content .slider-text-blocks .img-text-blocks_li {
  position: relative;
}
.content .slider-text-blocks .img-text-blocks_li li {
  float: none;
  max-width: auto !important;
}
.content .tabsblock .flex-direction-nav,
.content .slider-text-blocks .flex-direction-nav {
  *height: 0;
  font-size: 1em;
}
.content .tabsblock .flex-direction-nav a,
.content .slider-text-blocks .flex-direction-nav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 0 solid #21201d;
  width: 1.23em;
  text-transform: none;
  text-decoration: none;
  font: 5.1em "iconfont";
  height: 1.23em;
  line-height: 1.23em;
  color: #21201d;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 40%;
  z-index: 10;
}
.content .tabsblock .flex-direction-nav a:hover,
.content .slider-text-blocks .flex-direction-nav a:hover {
  color: #fff;
}
.content .tabsblock .flex-direction-nav a:before,
.content .slider-text-blocks .flex-direction-nav a:before {
  background: #21201d;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.69em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .tabsblock .flex-direction-nav a:hover:before,
.content .slider-text-blocks .flex-direction-nav a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.content .tabsblock .flex-direction-nav a.flex-prev,
.content .slider-text-blocks .flex-direction-nav a.flex-prev {
  left: 1.2em;
}
.content .tabsblock .flex-direction-nav a.flex-next,
.content .slider-text-blocks .flex-direction-nav a.flex-next {
  right: 1.2em;
  text-align: right;
}
.content .tabsblock .flex-control-nav,
.content .slider-text-blocks .flex-control-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 5em;
  left: 0;
  text-align: center;
}
.content .tabsblock .flex-control-nav li,
.content .slider-text-blocks .flex-control-nav li {
  margin: 0 0.7em !important;
  display: inline-block;
  vertical-align: middle !important;
  text-align: center !important;
  float: none !important;
  width: auto !important;
}
.content .tabsblock .flex-control-nav li a,
.content .slider-text-blocks .flex-control-nav li a {
  width: 7px;
  height: 7px;
  line-height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ececea;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  display: block;
}
.content .tabsblock .flex-control-nav li a:hover,
.content .slider-text-blocks .flex-control-nav li a:hover {
  background: #8d897d;
}
.content .tabsblock .flex-control-nav li a.flex-active,
.content .slider-text-blocks .flex-control-nav li a.flex-active {
  background: none;
  border: 1px solid #21201d;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.header #logo {
  position: absolute;
}
.header #logo a {
  display: block;
}
.header #menu {
  position: absolute;
  top: 370px;
  left: 0;
  width: 100%;
}
.header #menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header #menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header #menu li a {
  color: #c9a778;
  text-transform: uppercase;
  font-family: "futura";
  font-size: 0.7em;
  display: block;
  padding: .85em 0;
}
.header #menu li.item4 {
  padding-top: 1em;
}
.header #menu li ul {
  padding-bottom: 0.8em;
  display: none;
}
.header #menu li.openned > a {
  color: #FFF;
  background: #9e7a47;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  width: calc(100% + 5px);
  box-shadow: 0 9px 13px 3px rgba(0, 0, 0, 0.35);
  z-index: 1;
  position: relative;
  left: -40px;
  padding-left: 40px;
}
.header #menu li.openned > a:hover {
  background: #bc9b60;
}
.header #menu li.openned.is-open .ul_katalog {
  left: 240px;
  transition-delay: .05s;
}
.header #menu li.openned .ul_katalog {
  z-index: -1;
  line-height: 1em;
  position: fixed;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  width: 240px;
  font-size: .9em;
  transition: .4s .4s;
  display: block;
  padding: 20px 30px;
  box-sizing: border-box;
  overflow-y: auto;
  box-shadow: 0 0 10px 0 rgba(158, 122, 71, 0.5);
}
.header #menu li.openned .ul_katalog a {
  color: #9e7a47;
  text-transform: none;
  font-family: "FuturaMedium";
  font-size: 1em;
  line-height: 1.71em;
  padding: .2em 0;
  /*&:hover, &.current {
              //color: desaturate(lighten(@col_accent, 20%), 70%);
              color: #604f38;
              padding-left: 1em;
              position: relative;
            }*/
  /*&:hover:before, &.current:before {
              content: 'B';
              font-family: @font_icon;
              position: absolute;
              top: 0;
              left: 0;
            }*/
}
.header #menu li.openned .ul_katalog a:hover {
  color: #686868;
}
.header #menu li.openned .ul_katalog .menu_ul {
  padding-left: 1em;
  display: block;
}
.header #menu li.openned .ul_katalog .menu_ul a {
  color: #686868;
}
.header #menu li.openned .ul_katalog .menu_ul a:hover {
  color: #9e7a47;
}
.header #menu li.openned .ul_katalog .arrow {
  position: absolute;
  right: 0;
  top: 7px;
  color: #9e7a47;
  cursor: pointer;
  transition: .3s;
}
.header #menu li.openned .ul_katalog .arrow::before {
  content: "s";
  right: 0;
  top: 0;
  font-family: "iconfont";
  font-size: 1em;
  line-height: 1em;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.header #menu li.openned .ul_katalog .arrow.rotate {
  transform: rotate(180deg);
}
.header #menu li.openned .ul_katalog li {
  padding: 0;
  font-size: 1em;
  line-height: 1em;
}
.header #menu li.openned .ul_katalog > li {
  position: relative;
}
.header #menu li.openned .ul_katalog > li > a {
  text-transform: uppercase;
  display: inline-block;
}
.header #menu .menu_ul {
  padding-left: 40px;
}
.header .phone_header {
  position: absolute;
  top: 175px;
  left: 20px;
  right: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.header .phone_header_title {
  padding: .3em 0;
  font-size: 1.1em;
  color: #a6a6a6;
}
.header .phone_header a {
  color: #fff;
  font-size:12px;
}
.header .callback_header {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:10px 0;
  margin:10px 0;
  background:#9e7a47;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  font-family: "futura";
  font-size:12px;
  color: #fff;
  text-decoration:none;
  text-transform:uppercase;
}
.header .callback_header svg {
  margin:0 2px;
}
.header .callback_header:active,
.header .callback_header:focus,
.header .callback_header:hover {
  outline:none;
  background:#bc9b60;
}
.header #social_link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.header #social_link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header #social_link li {
  padding: 0;
  margin: 0 2em 0 0;
  list-style: none;
  display: inline-block;
  font-size: 1em;
}
.header #social_link a {
  font: 2.5em "iconfont";
  color: #a6a6a6;
  transition: .3s;
}
.header #social_link a:hover {
  color: #9e7a47;
}
.header #search {
  position: absolute;
  top: 310px;
  left: 20px;
}
.header #search input[type="text"] {
  outline: none;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  background: none;
  font-family: "futura";
  text-transform: uppercase;
  font-size: 1.2em;
  color: #b2b2b2;
  padding-bottom: 0.9em;
  margin: 0 0.5em 0 0;
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: 0;
}
.header #search input[type="text"]:focus,
.header #search input[type="text"].field_modified {
  outline: none;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  color: #b5b5b5;
}
.header #search input[type="text"].required_field {
  color: #9c9c9c;
}
.header #search input[type="text"].error_field {
  color: #bd2150 !important;
  border-bottom: 1px solid #d1738f;
}
.header #search input[type="submit"] {
  outline: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
.header #search input[type="submit"]:focus {
  outline: none;
  background: none;
}
.header #search .form-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  border: 1px solid #b5b5b5;
  width: 1.11em;
  text-transform: none;
  text-decoration: none;
  height: 1.11em;
  color: #b5b5b5;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 3.3em;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.header #search .form-button input {
  font: 1em "iconfont";
  line-height: 1.11em;
  color: #b5b5b5;
  z-index: 2;
}
.header #search .form-button input:hover {
  color: #fff;
}
.header #search .form-button:before {
  background: #b5b5b5;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.33em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header #search .form-button:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.header.light #menu li a {
  color: #21201d;
}
.header.light #menu li a:hover,
.header.light #menu li a.current {
  color: #ed8c02;
}
.header.light #menu li.openned > a {
  color: #ed8c02;
}
.header.light #menu li li a {
  color: #808080;
}
.header.light #menu li li a:hover,
.header.light #menu li li a.current {
  color: #000;
}
.header.light .phone_header {
  color: #21201d;
}
.header.light #social_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 0px solid #ababab;
  width: 2.22em;
  text-transform: none;
  text-decoration: none;
  font: 2.7em "iconfont";
  height: 2.22em;
  line-height: 2.22em;
  color: #ababab;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header.light #social_link a:hover {
  color: #21201d;
}
.header.light #social_link a:before {
  background: #ababab;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -6.66em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header.light #social_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.header.light #search input[type="text"] {
  outline: none;
  border: none;
  border-bottom: 1px solid #ababab;
  background: none;
  font-family: "futura";
  text-transform: uppercase;
  font-size: 1.2em;
  color: #ababab;
  padding-bottom: 0.9em;
  margin: 0 0.5em 0 0;
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: 0;
}
.header.light #search input[type="text"]:focus,
.header.light #search input[type="text"].field_modified {
  outline: none;
  border: none;
  border-bottom: 1px solid #21201d;
  color: #21201d;
}
.header.light #search input[type="text"].required_field {
  color: #060605;
}
.header.light #search input[type="text"].error_field {
  color: #bd2150 !important;
  border-bottom: 1px solid #d1738f;
}
.header.light #search input[type="submit"] {
  outline: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
.header.light #search input[type="submit"]:focus {
  outline: none;
  background: none;
}
.header.light #search .form-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  border: 1px solid #ababab;
  width: 1.11em;
  text-transform: none;
  text-decoration: none;
  height: 1.11em;
  color: #ababab;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 3.3em;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.header.light #search .form-button input {
  font: 1em "iconfont";
  line-height: 1.11em;
  color: #ababab;
  z-index: 2;
}
.header.light #search .form-button input:hover {
  color: #fff;
}
.header.light #search .form-button:before {
  background: #ababab;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.33em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header.light #search .form-button:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.top_panel .close_link {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}
.top_panel .close_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  color: #c5c5c5;
  padding: 0;
  text-align: center;
  margin: 0;
}
.top_panel .close_link a:hover {
  color: #929292;
}
.left_panel .close_link {
  position: absolute;
  top: 15px;
  right: 15px;
}
.left_panel .close_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  color: #c5c5c5;
  padding: 0;
  text-align: center;
  margin: 0;
}
.left_panel .close_link a:hover {
  color: #929292;
}
.left_panel .h_left_block {
  font: 1.6em "futura";
  text-transform: uppercase;
  color: #21201d;
  margin: 1.17em 1.17em 0 1.17em;
  border-bottom: 1px solid #ececea;
  padding: 0 1.76em 0.8em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_panel ul {
  list-style: none;
  padding: 2.02em 2em 0 2em;
  margin: 0;
}
.left_panel ul li {
  font-size: 1em;
  padding-bottom: 2.5em;
}
.left_panel ul li img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ececea;
}
.left_panel ul li .text_img {
  border-left: 1px solid #ececea;
  padding: 0 0 0 1.579375em;
  margin: 2.49375em 0 0 0;
  text-align: left;
  overflow: hidden;
  margin-top: 1em;
}
.left_panel ul li .text_img h4 {
  padding: 0;
  padding: 0 0 0.435em 0;
}
.left_panel ul li .text_img p {
  font-size: 1.33em;
  line-height: 1.529em;
  margin: 0;
  padding: 0;
  color: #6c6c6c;
}
.left_panel ul li .text_img p.staff-name {
  padding: 0 0 0.435em 0;
  margin: 0;
  font-family: "futura";
  color: #21201d;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4098em;
}
.left_panel ul li .text_img p.staff-value {
  min-height: 3em;
}
.left_panel ul li .text_img a {
  color: #21201d;
}
.left_panel ul li .text_img a:hover {
  color: #333333;
}
.left_panel ul li .text_img ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.left_panel ul li .text_img ul li {
  font-size: 1.4em;
  margin: 0;
  line-height: 1em;
  padding: 0.5em 0;
  white-space: nowrap;
}
.left_panel ul li .text_img ul li span {
  color: #858585;
}
.left_panel ul.form-ul li {
  padding-bottom: 2.5em;
}
.left_panel ul.form-ul input,
.left_panel ul.form-ul textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  background: none;
  font-family: "futura";
  font-size: 1.12em;
  color: #d2d2d2;
  padding-bottom: 0.9em;
  margin: 0 0.5em 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: 0;
  color: #ababab;
  text-transform: uppercase;
}
.left_panel ul.form-ul input:focus,
.left_panel ul.form-ul textarea:focus,
.left_panel ul.form-ul input.field_modified,
.left_panel ul.form-ul textarea.field_modified {
  outline: none;
  border: none;
  border-bottom: 1px solid #21201d;
  color: #21201d;
}
.left_panel ul.form-ul input.required_field,
.left_panel ul.form-ul textarea.required_field {
  color: #060605;
}
.left_panel ul.form-ul input.error_field,
.left_panel ul.form-ul textarea.error_field {
  color: #bd2150 !important;
  border-bottom: 1px solid #d1738f;
}
.left_panel ul.form-ul input.required_field,
.left_panel ul.form-ul textarea.required_field {
  color: #6c6c6c;
}
.left_panel ul.form-ul input.required_field.field_modified,
.left_panel ul.form-ul textarea.required_field.field_modified {
  color: #21201d;
}
.left_panel ul.form-ul img {
  display: none;
}
.left_panel ul.form-ul textarea {
  min-height: 5em;
}
.left_panel .left-panel-prev,
.left_panel .left-panel-next {
  display: block;
  height: 4em;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.left_panel .left-panel-prev:before,
.left_panel .left-panel-next:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font: 4.8em "iconfont";
  color: #c5c5c5;
  padding: 0;
  text-align: center;
  margin: 0;
}
.left_panel .left-panel-prev:before:hover,
.left_panel .left-panel-next:before:hover {
  color: #929292;
}
.left_panel .left-panel-prev:hover:before,
.left_panel .left-panel-next:hover:before {
  color: #929292;
}
.left_panel .left-panel-prev:before {
  content: "D";
}
.left_panel .left-panel-next:before {
  content: "s";
}
.left_panel .form-button-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.02em;
}
.left_panel .form-button-wrap a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.2em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
}
.left_panel .form-button-wrap a:hover {
  color: #fff;
}
.left_panel .form-button-wrap a:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.left_panel .form-button-wrap a:hover:before {
  height: 100%;
}
.right_panel .close_link {
  position: absolute;
  top: 15px;
  right: 15px;
}
.right_panel .close_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  color: #c5c5c5;
  padding: 0;
  text-align: center;
  margin: 0;
}
.right_panel .close_link a:hover {
  color: #929292;
}
.right_panel .errortext {
  color: #9f9f9f !important;
  padding: 1em 1.76em !important;
  text-align: center;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  font: 1.3em Arial, Helvetica, sans-serif;
}
.right_panel .h_right_block {
  font: 1.6em "futura";
  color: #21201d;
  text-transform: uppercase;
  margin: 1.17em 1.17em 0 1.17em;
  border-bottom: 1px solid #ececea;
  padding: 0 1.76em 0.76em 0;
}
.right_panel .more_link {
  padding: 1.05em 0 2em 0;
  margin: 0 1.17em;
  font-size: 1em;
}
.right_panel .more_link .more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.2em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
}
.right_panel .more_link .more:hover {
  color: #fff;
}
.right_panel .more_link .more:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.right_panel .more_link .more:hover:before {
  height: 100%;
}
.right_panel .bx_sort_container {
  display: none;
}
.right_panel #basket_items_list {
  padding-bottom: 9.3em;
}
.right_panel #basket_items_list .basket-prev,
.right_panel #basket_items_list .basket-next {
  display: block;
  height: 4em;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.right_panel #basket_items_list .basket-prev:before,
.right_panel #basket_items_list .basket-next:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font: 4.8em "iconfont";
  color: #c5c5c5;
  padding: 0;
  text-align: center;
  margin: 0;
}
.right_panel #basket_items_list .basket-prev:before:hover,
.right_panel #basket_items_list .basket-next:before:hover {
  color: #929292;
}
.right_panel #basket_items_list .basket-prev:hover:before,
.right_panel #basket_items_list .basket-next:hover:before {
  color: #929292;
}
.right_panel #basket_items_list .basket-prev:before {
  content: "D";
}
.right_panel #basket_items_list .basket-next:before {
  content: "s";
}
.right_panel #basket_items_list thead {
  display: none;
}
.right_panel #basket_items_list table {
  margin: 0;
  padding: 0 2.02em;
  list-style: none;
  font-size: 1em;
}
.right_panel #basket_items_list tr {
  display: block;
  position: relative;
}
.right_panel #basket_items_list td {
  display: block;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0 0 3em 0;
  list-style: none;
  font-size: 1em;
}
.right_panel #basket_items_list td.price {
  position: absolute;
  bottom: 0.5em;
  left: 8em;
}
.right_panel #basket_items_list ul {
  margin: 0;
  padding: 2.02em;
  list-style: none;
}
.right_panel #basket_items_list li {
  margin: 0;
  padding: 0 0 4em 0;
  list-style: none;
  font-size: 1em;
}
.right_panel #basket_items_list .bx_ordercart_photo_container {
  position: relative;
  width: 100%;
  height: 125px;
  overflow: hidden;
}
.right_panel #basket_items_list .bx_ordercart_photo_container a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.right_panel #basket_items_list .bx_ordercart_info {
  border-left: 1px solid #ececea;
  padding: 0 1.8em 0 1em;
  margin: 1.5em 0 0 0;
  text-align: left;
  position: relative;
}
.right_panel #basket_items_list .bx_ordercart_info p {
  padding: 0 0 0.3em 0;
  margin: 0;
  font: 1.12em/1.58em "futura";
  color: #929292;
  text-transform: uppercase;
}
.right_panel #basket_items_list .bx_ordercart_info p a {
  color: #21201d;
}
.right_panel #basket_items_list .bx_ordercart_info p a:hover {
  color: #333333;
}
.right_panel #basket_items_list .bx_ordercart_info .manufacturer {
  display: block;
  padding: 0 0 0.7em 0;
}
.right_panel #basket_items_list .bx_ordercart_info .delete {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  border-radius: 50%;
  padding: 5px 5px 3px 5px;
  width: 15px;
  text-align: center;
}
.right_panel #basket_items_list .bx_ordercart_info .delete a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font: 0.8em "iconfont";
  color: #ffffff;
  padding: 0;
  text-align: center;
  margin: 0;
}
.right_panel #basket_items_list .bx_ordercart_info .delete a:hover {
  color: #929292;
}
.right_panel #basket_items_list .counter {
  display: inline-block;
  vertical-align: middle;
  clear: left;
  width: 6em;
}
.right_panel #basket_items_list .counter input {
  outline: none;
  background: none;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #929292;
  border: 1px solid #929292;
  width: 3em;
  text-decoration: none;
  height: 2.666em;
  line-height: 2.666em;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  float: left;
}
.right_panel #basket_items_list .counter input:focus {
  outline: none;
  border: 1px solid #21201d;
  color: #21201d;
}
.right_panel #basket_items_list .counter .basket_quantity_control {
  float: left;
}
.right_panel #basket_items_list .counter .basket_quantity_control a {
  background: #929292;
  width: 1.2857em;
  height: 1.2em;
  display: block;
  color: #fff;
  font: 1.4em/1.25em "iconfont";
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.right_panel #basket_items_list .current_price {
  display: inline-block;
  vertical-align: middle;
  font: 1.3em/1.2em "futura";
  color: #333333;
}
.right_panel .bx_ordercart_order_pay {
  /*position: absolute;
    bottom: 0;
    left: 0;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right {
  border-top: 1px solid #ececea;
  padding: 1.05em 0 0 0;
  margin: 0 2em;
}
.right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right p {
  margin: 0;
  padding: 0;
  font-family: "futura";
  color: #ed8c02;
  text-transform: uppercase;
  font-size: 1.2em;
}
.right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right p #allSum_FORMATED {
  float: right;
}
.right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center {
  padding: 1.05em 0 2em 0;
  margin: 0 1.17em;
}
.right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.2em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
}
.right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:hover {
  color: #fff;
}
.right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:hover:before {
  height: 100%;
}
.right_panel .bx_ordercart_order_pay ul,
.right_panel .bx_ordercart_order_pay li {
  padding: 0;
  margin: 0;
  list-style: 0;
}
#footer .fixed_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #21201d url(../images/fon_footer.png) bottom right no-repeat;
  padding: 6em 5em 1em 5em;
}
#footer #footer_left {
  float: left;
  width: 70%;
}
#footer #footer_left p {
  font-family: "futura";
  color: #858585;
  font-size: 1.12em;
  text-transform: uppercase;
  padding: 0 0 0.41em 0;
}
#footer #footer_left ul {
  padding: 0;
  margin: 0;
  list-style: 0;
}
#footer #footer_left li {
  padding: 0 0 2em 0;
  margin: 0;
  list-style: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  float: left;
  width: 25%;
  min-height: 18.5em;
  vertical-align: top;
}
#footer #footer_left li li {
  display: block;
  width: 100%;
  padding: 0;
  min-height: 1px;
}
#footer #footer_left a {
  font-size: 1.2em;
  color: #d4d3cf;
  line-height: 1.66em;
}
#footer #footer_left a:hover,
#footer #footer_left a.current {
  color: #fff;
  padding-left: 1em;
  position: relative;
}
#footer #footer_left a:hover:before,
#footer #footer_left a.current:before {
  content: 'B';
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-size: 0.95em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}
#footer #footer_right {
  width: 30%;
  float: right;
  padding-bottom: 3em;
}
#footer #footer_right p {
  font-family: "futura";
  color: #858585;
  font-size: 1.12em;
  text-transform: uppercase;
  padding: 0 0 0.41em 0;
}
#footer #footer_right p span {
  color: #c9c7c1;
}
#footer #footer_right p.clear_footer {
  display: none;
}
#footer #footer_right form {
  padding-top: 3em;
}
#footer #footer_right input[type="text"] {
  outline: none;
  border: none;
  border-bottom: 1px solid #858585;
  background: none;
  font-family: "futura";
  text-transform: uppercase;
  font-size: 1.12em;
  color: #858585;
  padding-bottom: 0.9em;
  margin: 0 0.5em 0 0;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: 0;
}
#footer #footer_right input[type="text"]:focus,
#footer #footer_right input[type="text"].field_modified {
  outline: none;
  border: none;
  border-bottom: 1px solid #c9c7c1;
  color: #c9c7c1;
}
#footer #footer_right input[type="text"].required_field {
  color: #b1aea6;
}
#footer #footer_right input[type="text"].error_field {
  color: #bd2150 !important;
  border-bottom: 1px solid #d1738f;
}
#footer #footer_right input[type="submit"] {
  outline: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}

#footer #footer_right .send {
  outline: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
#footer #footer_right .send:focus {
  outline: none;
  background: none;
}

#footer #footer_right input[type="submit"]:focus {
  outline: none;
  background: none;
}

#detailed_req{
    height: 10px;
    color: #fff;
    font-size: 14px;
}
#footer #footer_right .form-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  border: 1px solid #858585;
  width: 1.11em;
  text-transform: none;
  text-decoration: none;
  height: 1.11em;
  color: #858585;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 3.3em;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}
#footer #footer_right .form-button input {
  font: 1em "iconfont";
  line-height: 1.11em;
  color: #858585;
  z-index: 2;
}
#footer #footer_right .form-button input:hover {
  color: #21201d;
}
#footer #footer_right .form-button:before {
  background: #858585;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.33em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer #footer_right .form-button:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#footer #bot {
  clear: both;
}
#footer #bot #bot_left {
  float: left;
  width: 49%;
  padding-top: 0em;
}
#footer #bot #bot_left #count {
  float: left;
  margin: 0 1.5em 0 0;
}
#footer #bot #bot_left p {
  color: #c9c7c1;
  font-size: 1.3em;
  line-height: 2.57em;
  margin: 0;
  padding: 0;
  /*white-space: nowrap;*/
}
#footer #bot #bot_right {
  float: right;
  width: 49%;
  text-align: right;
}
#footer #bot #bot_right p {
  padding: 0;
}
#footer #bot #bot_right a {
  background: url(../images/logo_v.png) top left no-repeat;
  width: 132px;
  height: 36px;
  display: inline-block;
  text-indent: -999px;
  text-align: left;
  overflow: hidden;
}
.departments #current-department:after {
  background: none !important;
}
/*************************************************************************************темы для различных экранов**********************************/
/************************************************************************телефон*****************************************************/
#phone .jivo {
  right: 15.8em;
  top: 2em;
  background: #fff;
  padding: 2.2em 0.73em 1.8em 0;
  position: absolute;
  padding-left: 1.53em;
  background: none;
  padding: 0;
}
#phone .jivo a {
  font: 1.12em "futura";
  line-height: 0.45em;
  text-transform: uppercase;
  color: #929292;
  border-left: 1px solid #ececea;
  display: inline-block;
  padding-right: 2.9em;
  padding-left: 0.73em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
}
#phone .jivo a:hover {
  color: #000;
}
#phone .jivo a:after {
  content: "$";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  width: 1em;
  text-transform: none;
  font: 2.44em "iconfont";
  height: 1em;
  line-height: 1em;
  color: #000;
  position: absolute;
  top: 0.35em;
  right: 0.4em;
}
#phone .jivo a:hover:after {
  color: #21201d;
}
#phone .jivo span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed8c02;
  color: #fff;
  position: absolute;
  z-index: 100;
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  top: 0.85em;
  right: 0.6em;
  z-index: 10;
}
#phone .jivo a {
  border: none;
}
#phone .jivo a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #595959;
  width: 1.51em;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  height: 1.51em;
  line-height: 1.45em;
  color: #595959;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: right;
  color: #000;
  text-indent: -999px;
}
#phone .jivo a:hover {
  color: #000000;
}
#phone .jivo a:before {
  background: #595959;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -4.53em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .jivo a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#phone .jivo a:after {
  width: 1em;
  font-size: 1.12em;
  height: 1em;
  line-height: 1em;
  color: #595959;
  top: 0.17em;
  right: 0.15em;
  text-indent: 0;
}
#phone .jivo a:hover {
  color: #595959;
}
#phone .jivo a:hover:after {
  color: #000000;
}
#phone .jivo span {
  top: 0.3em;
  right: 0.3em;
}
#phone .basket {
  right: 6.2em;
  top: 2em;
  background: #fff;
  padding: 2.2em 0.73em 1.8em 0;
  position: absolute;
  padding-left: 1.53em;
  background: none;
  padding: 0;
}
#phone .basket a {
  font: 1.12em "futura";
  line-height: 0.45em;
  text-transform: uppercase;
  color: #929292;
  border-left: 1px solid #ececea;
  display: inline-block;
  padding-right: 2.9em;
  padding-left: 0.73em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
}
#phone .basket a:hover {
  color: #000;
}
#phone .basket a:after {
  content: "=";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  width: 1em;
  text-transform: none;
  font: 2.44em "iconfont";
  height: 1em;
  line-height: 1em;
  color: #000;
  position: absolute;
  top: 0.35em;
  right: 0.4em;
}
#phone .basket a:hover:after {
  color: #21201d;
}
#phone .basket span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed8c02;
  color: #fff;
  position: absolute;
  z-index: 100;
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  top: 0.85em;
  right: 0.6em;
  z-index: 10;
}
#phone .basket a {
  border: none;
}
#phone .basket a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #595959;
  width: 1.51em;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  height: 1.51em;
  line-height: 1.45em;
  color: #595959;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: right;
  color: #000;
  text-indent: -999px;
}
#phone .basket a:hover {
  color: #000000;
}
#phone .basket a:before {
  background: #595959;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -4.53em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .basket a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#phone .basket a:after {
  width: 1em;
  font-size: 1.12em;
  height: 1em;
  line-height: 1em;
  color: #595959;
  top: 0.17em;
  right: 0.15em;
  text-indent: 0;
}
#phone .basket a:hover {
  color: #595959;
}
#phone .basket a:hover:after {
  color: #000000;
}
#phone .basket span {
  top: 0.3em;
  right: 0.3em;
}
#phone .filtr {
  font-size: 1.32em;
  right: 11.1em;
  top: 2em;
  background: #fff;
  padding: 2.2em 0.73em 1.8em 0;
  position: absolute;
  padding-left: 1.53em;
  background: none;
  padding: 0;
}
#phone .filtr a {
  font: 1.12em "futura";
  line-height: 0.45em;
  text-transform: uppercase;
  color: #929292;
  border-left: 1px solid #ececea;
  display: inline-block;
  padding-right: 2.9em;
  padding-left: 0.73em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
}
#phone .filtr a:hover {
  color: #000;
}
#phone .filtr a:after {
  content: "a";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  width: 1em;
  text-transform: none;
  font: 2.44em "iconfont";
  height: 1em;
  line-height: 1em;
  color: #000;
  position: absolute;
  top: 0.35em;
  right: 0.4em;
}
#phone .filtr a:hover:after {
  color: #21201d;
}
#phone .filtr span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed8c02;
  color: #fff;
  position: absolute;
  z-index: 100;
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  top: 0.85em;
  right: 0.6em;
  z-index: 10;
}
#phone .filtr a {
  border: none;
}
#phone .filtr a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #595959;
  width: 1.51em;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  height: 1.51em;
  line-height: 1.45em;
  color: #595959;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: right;
  color: #000;
  text-indent: -999px;
}
#phone .filtr a:hover {
  color: #000000;
}
#phone .filtr a:before {
  background: #595959;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -4.53em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .filtr a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#phone .filtr a:after {
  width: 1em;
  font-size: 1.12em;
  height: 1em;
  line-height: 1em;
  color: #595959;
  top: 0.17em;
  right: 0.15em;
  text-indent: 0;
}
#phone .filtr a:hover {
  color: #595959;
}
#phone .filtr a:hover:after {
  color: #000000;
}
#phone .filtr span {
  top: 0.3em;
  right: 0.3em;
}
#phone .content {
  font-size: 0.75em;
}
#phone .content h1 {
  font-size: 3.6em;
  padding-bottom: 1.1em;
}
#phone .content h2 {
  font-size: 3em;
}
#phone .content h3 {
  font-size: 2em;
}
#phone .content .content_zanaves.element {
  height: auto;
}
#phone .content .content_zanaves .full_height .margin {
  height: 0;
  line-height: 0;
}
#phone .content .content_zanaves .margin {
  height: 0;
  line-height: 0;
}
#phone .content .tabsblock.fore,
#phone .content .tabsblock.three {
  width: 100%;
}
#phone .content .tabsblock.fore .tabs,
#phone .content .tabsblock.three .tabs {
  background-color: #21201d;
}
#phone .content .tabsblock.fore .tabs a,
#phone .content .tabsblock.three .tabs a {
  border-top: 1px solid #b8b8b8;
  border-right: none;
  width: 100%;
  display: none;
}
#phone .content .tabsblock.fore .tabs a:before,
#phone .content .tabsblock.three .tabs a:before,
#phone .content .tabsblock.fore .tabs a:after,
#phone .content .tabsblock.three .tabs a:after {
  display: none;
}
#phone .content .tabsblock.fore .tabs a:hover,
#phone .content .tabsblock.three .tabs a:hover,
#phone .content .tabsblock.fore .tabs a.active,
#phone .content .tabsblock.three .tabs a.active {
  display: inline-block;
}
#phone .content .tabsblock.fore .tabs a:hover span,
#phone .content .tabsblock.three .tabs a:hover span,
#phone .content .tabsblock.fore .tabs a.active span,
#phone .content .tabsblock.three .tabs a.active span {
  display: block;
}
#phone .content .tabsblock.fore .tabs a:hover span:after,
#phone .content .tabsblock.three .tabs a:hover span:after,
#phone .content .tabsblock.fore .tabs a.active span:after,
#phone .content .tabsblock.three .tabs a.active span:after {
  bottom: -1.5em;
}
#phone .content .tabsblock.fore .tabs a span,
#phone .content .tabsblock.three .tabs a span {
  display: block;
}
#phone .content .tabsblock.fore .tabs a span.clr,
#phone .content .tabsblock.three .tabs a span.clr {
  display: none;
}
#phone .content .tabsblock.fore .tabs.onclik a,
#phone .content .tabsblock.three .tabs.onclik a {
  display: inline-block;
}
#phone .content .tabsblock.fore .tabs.onclik a span:after,
#phone .content .tabsblock.three .tabs.onclik a span:after {
  display: none;
}
#phone .content .img-text-blocks_full.text_main {
  padding: 5em 2em;
  min-height: auto;
}
#phone .content .img-text-blocks_full.text_main .salon_info {
  width: 100%;
  border-right: none;
  text-align: center;
  padding-right: 0;
}
#phone .content .img-text-blocks_full.text_main .salon_worktime {
  width: 100%;
  text-align: center;
  padding-left: 0;
}
#phone .content .img-text-blocks_full.contact {
  padding: 5em 2em;
  font-size: 1.2em;
}
#phone .content .img-text-blocks_full.text_long {
  padding: 4.6em 1.66em;
  min-height: auto;
}
#phone .content .img-text-blocks_full.text_detail {
  padding: 5em 2em;
}
#phone .content .img-text-blocks_full.text_detail .text_left {
  display: block;
  width: 100%;
  padding: 0;
}
#phone .content .img-text-blocks_full.text_detail .text_left.sm {
  width: 100%;
  padding-bottom: 3em;
}
#phone .content .img-text-blocks_full.text_detail .text_right {
  display: block;
  width: 100%;
}
#phone .content .img-text-blocks_full.katalog {
  padding: 3em 2em;
}
#phone .content .img-text-blocks_two.equal {
  position: relative;
}
#phone .content .img-text-blocks_two.equal .col_text {
  width: 100%;
  float: right;
  clear: right;
  padding: 5em 2em;
}
#phone .content .img-text-blocks_two.equal .col_img {
  width: 100%;
  top: 0;
}
#phone .content .img-text-blocks_two.third {
  padding: 10% 0 0 0;
}
#phone .content .img-text-blocks_two.third .col_text {
  width: 100%;
  padding: 5% 15%;
}
#phone .content .img-text-blocks_two.third .col_img {
  width: 100%;
  padding: 0;
  text-align: center;
}
#phone .content .img-text-blocks_two.third .col_img img {
  max-width: 70%;
}
#phone .content .img-text-blocks_two.digest .more.show_left {
  position: static;
  bottom: 2.5em;
  left: 2.5em;
}
#phone .content .img-text-blocks_two_50 .col_text_wrap,
#phone .content .img-text-blocks_two_50 .col_img {
  width: 100%;
  position: relative;
  left: 0 !important;
}
#phone .content .img-text-blocks_two_50 .col_img {
  height: 50%;
  min-height: 200px;
}
#phone .content .img-text-blocks_two_50 .col_img a {
  min-height: 200px;
}
#phone .content .img-text-blocks_two_50 .col_text_wrap {
  height: auto;
  min-height: 1px;
}
#phone .content .img-text-blocks_two_50 .col_text_wrap .col_text {
  padding: 5em 2em;
  height: auto;
  min-height: 1px;
}
#phone .content .img-text-blocks_li {
  padding: 0 5em 7em 5em;
}
#phone .content .img-text-blocks_li.two li {
  width: 100%;
}
#phone .content .img-text-blocks_li.three li {
  width: 100%;
}
#phone .content .img-text-blocks_li.four li {
  width: 100%;
}
#phone .content .img-text-blocks_li.four.vacansii .text_img {
  min-height: 22em;
}
#phone .content .img-text-blocks_li.four.vacansii .text_img .link_block {
  font-size: 1em;
}
#phone .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
  width: 100%;
  margin-top: 0.5em;
}
#phone .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
  width: 100%;
}
#phone .content .img-text-blocks_li.five li {
  width: 100%;
}
#phone .content .img-text-blocks_li.tovary {
  padding: 0;
}
#phone .content .img-text-blocks_li.tovary li {
  width: 100%;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover {
  margin: 0;
  text-align: center;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap {
  position: static;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 7%;
  text-align: center;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_hover,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_hover {
  padding: 0;
  width: 100%;
  display: block;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-item-name,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 0 0.7em 0;
  text-align: center;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-item-name a,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name a {
  font: 2.2em "futura";
  color: #21201d;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .price,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .price {
  display: block;
  width: 100%;
  font: 2em "futura";
  text-align: center;
  padding: 0 0 1.5em 0;
  color: #ed8c02;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line {
  display: block;
  display: inline-block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b8b8b8;
  padding: 0;
  margin-top: -1em;
  position: relative;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  margin-top: 0;
  margin-bottom: 2em;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line:before,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line:before {
  position: absolute;
  display: block;
  height: 1px;
  background: #b8b8b8;
  width: 4.5em;
  top: 3px;
  left: 13px;
  content: '';
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line:after,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line:after {
  position: absolute;
  display: block;
  height: 1px;
  background: #b8b8b8;
  width: 4.5em;
  top: 3px;
  right: 13px;
  content: '';
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-detail,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-detail {
  display: none;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button {
  display: block;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.2em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:hover,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:hover {
  color: #fff;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:before,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#phone .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:hover:before,
#phone .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:hover:before {
  height: 100%;
}
#phone .content .vina-timeline-slider .vina-dates li {
  width: 15em;
}
#phone .content .vina-timeline-slider .vina-dates .selected:before {
  height: 6em;
}
#phone .content .vina-timeline-slider .vina-issues .timeline-content .intro .intro-text-blocks {
  padding: 0 1em;
}
#phone .content .vina-timeline-slider .vina-navigation.vina-next {
  right: 0.5em;
}
#phone .content .vina-timeline-slider .vina-navigation.vina-prev {
  left: 0.5em;
}
#phone .content .navi {
  position: relative;
  margin-top: 4em;
}
#phone .content .navi:before {
  content: "";
  background: #fff;
  height: 4.1em;
  width: 100%;
  position: absolute;
  top: -4.1em;
  left: 0;
}
#phone .content .navi .navigation {
  width: 100%;
  float: none;
}
#phone .content .navi .archive {
  font-size: 1.33em;
  color: #21201d;
  float: none;
  width: auto;
  border-left: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  padding-bottom: 1em;
}
#phone .content .navi .pcnt {
  float: none;
  width: auto;
  border-left: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 1.1em;
  padding-bottom: 1em;
}
#phone .content .navi .pcnt .sbSelector {
  border-color: #d2d2d2;
}
#phone .content .navi .pcnt .sbSelector:focus {
  border-color: #21201d;
}
#phone .content .catalog_element {
  padding: 0;
  font-size: 1.2em;
}
#phone .content .catalog_element .itemimg,
#phone .content .catalog_element .item_el_info,
#phone .content .catalog_element .spcif,
#phone .content .catalog_element .product-detail-photo {
  width: 100%;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .content .catalog_element .itemimg .flexslider {
  height: 320px;
}
#phone .content .catalog_element .itemimg .flex-direction-nav {
  display: none;
}
#phone .content .catalog_element .itemimg .flex-direction-nav:hover {
  display: none;
}
#phone .content .catalog_element .description {
  margin: 0;
  padding: 0 5%;
}
#phone .content .catalog_element .item_el_info {
  padding: 10% 5% 0 5%;
  text-align: center;
}
#phone .content .catalog_element .item_el_info h1 {
  font-size: 2.6em;
}
#phone .content .catalog_element .spcif {
  padding-bottom: 2em;
  background: #fff;
  font-size: 1.2em;
}
#phone .content .catalog_element .spcif ul {
  padding-left: 1.6666666em;
}
#phone .content .catalog_element .recommend {
  padding: 0 2em;
}
#phone .content .catalog_element .recommend .h_razdel {
  font-size: 2.6em;
}
#phone .content .catalog_element .recommend.komplekt .tovary li {
  width: 100%;
}
#phone .content .catalog_element .recommend .tovary li {
  width: 100%;
}
#phone .content #order_form_div {
  padding: 2em;
}
#phone .content #order_form_div .bx_ordercart .h_order {
  padding: 0;
}
#phone .content #order_form_div #basket_items thead,
#phone .content #order_form_div #basket_items tbody,
#phone .content #order_form_div #basket_items th,
#phone .content #order_form_div #basket_items td,
#phone .content #order_form_div #basket_items tr {
  display: block;
}
#phone .content #order_form_div #basket_items thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#phone .content #order_form_div #basket_items tbody td {
  position: relative;
  padding: 0.5em 0 0.5em 50%;
  clear: both;
}
#phone .content #order_form_div #basket_items tbody td.itemphoto {
  float: left;
  border: none;
  margin: 2em 1.5em 1em 0;
  padding: 0;
}
#phone .content #order_form_div #basket_items tbody td.item {
  padding-left: 0;
  clear: none;
  float: left;
  border: none;
  font-size: 1.2em;
  padding-top: 1.5em;
  width: 50%;
}
#phone .content #order_form_div #basket_items tbody td.sklad {
  border-top: 1px solid #ececea;
}
#phone .content #order_form_div #basket_items tbody td:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
  color: #929292;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: left;
}
#phone .content #order_form_div #basket_items tbody td:nth-of-type(3):before {
  content: "На складе";
}
#phone .content #order_form_div #basket_items tbody td:nth-of-type(4):before {
  content: "Цена";
}
#phone .content #order_form_div #basket_items tbody td:nth-of-type(5):before {
  content: "Количество";
}
#phone .content #order_form_div #basket_items tbody td:nth-of-type(6):before {
  content: "Сумма";
}
#phone .content #order_form_div .profile-table {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
#phone .content #order_form_div .profile-table td {
  display: block;
  width: 100%;
  padding: 1em 0;
}
#phone .content #order_form_div .bx_ordercart_order_sum {
  font-size: 1.6em;
  width: 100%;
  padding-bottom: 5em;
}
#phone .content #order_form_div .bx_ordercart_order_sum td {
  width: 50%;
}
#phone .content #order_form_div .bx_ordercart_order_sum td#allSum_FORMATED {
  text-align: center;
}
#phone .right_panel {
  overflow: visible;
  z-index: 100;
}
#phone .right_panel .close_link {
  position: absolute;
  top: -60px;
  right: 64px;
  display: none;
  z-index: 10;
}
#phone .right_panel .close_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #595959;
  width: 2.1em;
  text-transform: none;
  text-decoration: none;
  font: 1.96em "iconfont";
  height: 2.1em;
  line-height: 2.1em;
  color: #595959;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#phone .right_panel .close_link a:hover {
  color: #000000;
}
#phone .right_panel .close_link a:before {
  background: #595959;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -6.3em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .right_panel .close_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#phone .right_panel .h_right_block {
  display: none;
}
#phone .right_panel .bx_ordercart_order_table_container {
  position: relative;
}
#phone .right_panel #basket_items_list {
  padding: 0 5em;
}
#phone .right_panel #basket_items_list .basket-prev,
#phone .right_panel #basket_items_list .basket-next {
  display: block;
  position: absolute;
  height: 20em;
  width: 4em;
  top: 0;
  left: 0;
}
#phone .right_panel #basket_items_list .basket-prev:before,
#phone .right_panel #basket_items_list .basket-next:before {
  height: auto;
  top: 50%;
  left: 0;
}
#phone .right_panel #basket_items_list .basket-prev:before {
  content: "x";
}
#phone .right_panel #basket_items_list .basket-next {
  left: auto;
  right: 0;
}
#phone .right_panel #basket_items_list .basket-next:before {
  content: "y";
}
#phone .right_panel #basket_items_list table {
  padding: 2em 0 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000%;
  font-size: 1em;
}
#phone .right_panel #basket_items_list tr {
  display: inline-block;
  width: 23em;
  vertical-align: top;
}
#phone .right_panel #basket_items_list td {
  padding: 0 3em 0 0;
}
#phone .right_panel #basket_items_list .bx_ordercart_info .manufacturer {
  display: none;
}
#phone .right_panel .bx_ordercart_order_pay {
  padding: 1em 0;
  position: static;
  clear: both;
  text-align: center;
  border-top: 1px solid #ececea;
}
#phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right {
  border-top: none;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 0.85em;
  width: 100%;
}
#phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right p {
  margin: 0;
  padding: 0.3em 0 0 0;
}
#phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right p #allSum_FORMATED {
  padding-left: 1em;
  float: none;
  font-size: 1.3333em;
}
#phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center {
  padding: 0;
  margin: 0;
  float: right;
  width: 100%;
  font-size: 0.85em;
  padding-bottom: 1em;
}
#phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font: 1.2em "futura";
  height: 3.666em;
  line-height: 3.666em;
  color: #21201d;
  padding: 0 3.6em;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 2;
}
#phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:hover {
  color: #fff;
}
#phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:before {
  background: #21201d;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:hover:before {
  height: 100%;
}
#phone .header {
  background: #000 url(../images/fon_header_ph.png) top left no-repeat;
}
#phone .header #logo {
  top: 9px;
  left: 13px;
}
#phone .header #logo a {
  width: 60px;
  height: 60px;
  background: url(../images/fon_logo_ph.png) top left no-repeat;
}
#phone .header #menu {
  position: static;
  margin-top: 80px;
  border-top: 1px solid #262626;
  display: none;
}
#phone .header #menu ul ul {
  padding: 0 2em 1em 2em;
}
#phone .header #menu li {
  border-bottom: 1px solid #262626;
  font-size: 1.5em;
}
#phone .header #menu li a {
  color: #9e7a47;
  display: block;
  padding: 0.3em 2em;
}
#phone .header #menu li a:hover {
  background: #262626;
}
#phone .header #menu li.item4 {
  padding-top: 0;
}
#phone .header #menu li li {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  border-bottom: none;
  display: block;
  vertical-align: top;
  width: 49%;
}
#phone .header #menu li li a {
  font-size: 0.8125em;
  line-height: 1.69em;
  background: none;
  padding: 0;
}
#phone .header #menu li li a:hover {
  background: none;
}
#phone .header .phone_header {
  display: none;
  position: static;
}
#phone .header #social_link {
  display: none;
  position: static;
  text-align: center;
}
#phone .header #search {
  display: none;
  position: static;
  padding-bottom: 1.5em;
  text-align: center;
}
#phone .header .menu_link {
  position: absolute;
  right: 1.5em;
  top: 2em;
}
#phone .header .menu_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #595959;
  width: 1.32em;
  text-transform: none;
  text-decoration: none;
  font: 3.2em "iconfont";
  height: 1.32em;
  line-height: 1.26em;
  color: #595959;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#phone .header .menu_link a:hover {
  color: #000000;
}
#phone .header .menu_link a:before {
  background: #595959;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.96em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .header .menu_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#phone .header .close_link {
  position: absolute;
  right: 1.5em;
  top: 2em;
  display: none;
}
#phone .header .close_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #595959;
  width: 2.1em;
  text-transform: none;
  text-decoration: none;
  font: 1.96em "iconfont";
  height: 2.1em;
  line-height: 2.1em;
  color: #595959;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#phone .header .close_link a:hover {
  color: #000000;
}
#phone .header .close_link a:before {
  background: #595959;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -6.3em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .header .close_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#phone .header.light {
  background: #fff url(../images/fon_header_ph_l.png) top left no-repeat;
}
#phone .header.light #logo a {
  background: url(../images/fon_logo_ph_l.png) top left no-repeat;
}
#phone .header.light #menu {
  border-top: 1px solid #ececea;
}
#phone .header.light #menu li {
  border-bottom: 1px solid #ececea;
}
#phone .header.light #menu li a:hover {
  background: #21201d;
  color: #fff;
}
#phone .header.light #menu li li {
  border-bottom: none;
}
#phone .header.light #menu li li a {
  background: none;
}
#phone .header.light #menu li li a:hover {
  background: none;
}
#phone .header.light .menu_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: 1.32em;
  text-transform: none;
  text-decoration: none;
  font: 3.2em "iconfont";
  height: 1.32em;
  line-height: 1.26em;
  color: #21201d;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-color: #c5c5c5;
}
#phone .header.light .menu_link a:hover {
  color: #fff;
}
#phone .header.light .menu_link a:before {
  background: #21201d;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.96em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .header.light .menu_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#phone .header.light .close_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #21201d;
  width: 2.1em;
  text-transform: none;
  text-decoration: none;
  font: 1.96em "iconfont";
  height: 2.1em;
  line-height: 2.1em;
  color: #21201d;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-color: #c5c5c5;
}
#phone .header.light .close_link a:hover {
  color: #fff;
}
#phone .header.light .close_link a:before {
  background: #21201d;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -6.3em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phone .header.light .close_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#phone #footer {
  font-size: 1.4em;
}
#phone #footer .fixed_content {
  padding: 5em 2em 1em 2em;
}
#phone #footer #footer_left {
  float: none;
  width: 100%;
}
#phone #footer #footer_left li {
  padding: 0 0 4em 0;
  float: none;
  width: 100%;
}
#phone #footer #footer_left li li {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1.2em;
}
#phone #footer #footer_right {
  width: 100%;
  float: none;
  clear: both;
}
#phone #footer #footer_right p.clear_footer {
  display: block;
  padding: 0;
  height: 0;
}
#phone #footer #bot #bot_left {
  width: 100%;
}
#phone #footer #bot #bot_right {
  width: 100%;
}
/********************************************************************телефон с большим экраном****************************************************/
#big_phone .filtr {
  font-size: 1.17em;
  right: 11.1em;
  top: 2em;
  background: #fff;
  padding: 2.2em 0.73em 1.8em 0;
  position: absolute;
  padding-left: 1.53em;
  background: none;
  padding: 0;
}
#big_phone .filtr a {
  font: 1.12em "futura";
  line-height: 0.45em;
  text-transform: uppercase;
  color: #929292;
  border-left: 1px solid #ececea;
  display: inline-block;
  padding-right: 2.9em;
  padding-left: 0.73em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
}
#big_phone .filtr a:hover {
  color: #000;
}
#big_phone .filtr a:after {
  content: "a";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  width: 1em;
  text-transform: none;
  font: 2.44em "iconfont";
  height: 1em;
  line-height: 1em;
  color: #000;
  position: absolute;
  top: 0.35em;
  right: 0.4em;
}
#big_phone .filtr a:hover:after {
  color: #21201d;
}
#big_phone .filtr span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed8c02;
  color: #fff;
  position: absolute;
  z-index: 100;
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  top: 0.85em;
  right: 0.6em;
  z-index: 10;
}
#big_phone .filtr a {
  border: none;
}
#big_phone .filtr a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #595959;
  width: 1.51em;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  height: 1.51em;
  line-height: 1.45em;
  color: #595959;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: right;
  color: #000;
  text-indent: -999px;
}
#big_phone .filtr a:hover {
  color: #000000;
}
#big_phone .filtr a:before {
  background: #595959;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -4.53em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#big_phone .filtr a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#big_phone .filtr a:after {
  width: 1em;
  font-size: 1.12em;
  height: 1em;
  line-height: 1em;
  color: #595959;
  top: 0.17em;
  right: 0.15em;
  text-indent: 0;
}
#big_phone .filtr a:hover {
  color: #595959;
}
#big_phone .filtr a:hover:after {
  color: #000000;
}
#big_phone .filtr span {
  top: 0.3em;
  right: 0.3em;
}
#big_phone .content {
  font-size: 0.85em;
}
#big_phone .content .img-text-blocks_full.text_main {
  padding: 7em 10%;
  min-height: auto;
}
#big_phone .content .img-text-blocks_full.text_main .salon_info {
  width: 49%;
  border-right: 1px solid #ececea;
  padding-right: 3.6em;
}
#big_phone .content .img-text-blocks_full.text_main .salon_worktime {
  width: 49%;
  text-align: left;
  padding-left: 3.6em;
}
#big_phone .content .img-text-blocks_full.text_long {
  padding: 7em 5em;
  min-height: auto;
}
#big_phone .content .img-text-blocks_full.contact {
  padding: 7em 2em;
}
#big_phone .content .img-text-blocks_two.equal .col_text {
  width: 100%;
  padding: 7em 5em;
}
#big_phone .content .img-text-blocks_two.equal .col_img {
  width: 100%;
}
#big_phone .content .img-text-blocks_two.third {
  padding: 10% 0 0 0;
}
#big_phone .content .img-text-blocks_two.third .col_text {
  width: 100%;
  padding: 5% 15%;
}
#big_phone .content .img-text-blocks_two.third .col_img {
  width: 100%;
  padding: 0;
  text-align: center;
}
#big_phone .content .img-text-blocks_two.third .col_img img {
  max-width: 60%;
}
#big_phone .content .catalog_element .itemimg .flexslider {
  height: 480px;
}
#big_phone .content .catalog_element .itemimg .flex-direction-nav {
  display: none;
}
#big_phone .content .catalog_element .itemimg .flex-direction-nav:hover {
  display: none;
}
#big_phone .content .img-text-blocks_li.three li {
  width: 50%;
}
#big_phone .content .img-text-blocks_li.four li {
  width: 50%;
  
}
#big_phone .content .img-text-blocks_li.four.vacansii .text_img {
  min-height: 22em;
}
#big_phone .content .img-text-blocks_li.four.vacansii .text_img .link_block {
  font-size: 0.9em;
}
#big_phone .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
  width: 39%;
  margin-top: 0.5em;
}
#big_phone .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
  width: 60%;
}
#big_phone .content .img-text-blocks_li.five li {
  width: 49%;
}
#big_phone .content #order_form_div .profile-table {
  font-size: 1.2em;
}
#big_phone .content #order_form_div .profile-table td {
  display: table-cell;
  width: 50%;
  padding: 1em 0;
}
#big_phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right {
  width: auto;
}
#big_phone .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center {
  width: auto;
}
#big_phone .header #menu li li {
  width: 32%;
}
#big_phone .header .phone_header {
  float: left;
  width: 49%;
  top: auto;
  left: 20px;
  text-indent: 0.9em;
  padding-top: 0.55em;
  text-align: left !important;
}
#big_phone .header #social_link {
  float: left;
  width: 39%;
  top: auto;
  left: auto;
}
#big_phone .header #search {
  float: left;
  width: 49%;
  top: auto;
  left: auto;
  padding: 1.5em 0;
}
#big_phone #footer {
  font-size: 1.2em;
}
#big_phone #footer #footer_left {
  width: 100%;
}
#big_phone #footer #footer_left li {
  width: 49%;
  float: none;
}
#big_phone #footer #footer_left li li {
  width: 100%;
}
#big_phone #footer #footer_right {
  width: 100%;
}
#big_phone #footer #bot #bot_left {
  width: 49%;
}
#big_phone #footer #bot #bot_right {
  width: 49%;
}
/*********************************************************************планшет тема*******************************************************/
#planshet .content .img-text-blocks_full.text_main {
  padding: 0 17% 40px;
}
#planshet .content .img-text-blocks_full.text_long {
  padding: 10% 15%;
}
#planshet .content .img-text-blocks_full.text_detail {
  padding: 10% 5%;
}
#planshet .content .img-text-blocks_full.text_detail .text_left {
  display: block;
  width: 100%;
  padding: 0;
}
#planshet .content .img-text-blocks_full.text_detail .text_left.sm {
  width: 100%;
}
#planshet .content .img-text-blocks_full.text_detail .text_left.sm .writer_text {
  width: 50%;
  float: left;
}
#planshet .content .img-text-blocks_full.text_detail .text_left.sm .writer_img {
  width: 50%;
  float: right;
  margin-bottom: 3em;
}
#planshet .content .img-text-blocks_full.text_detail .text_right {
  display: block;
  width: 100%;
  clear: both;
}
#planshet .content .img-text-blocks_full.contact {
  padding: 10% 5%;
}
#planshet .content .img-text-blocks_full.katalog {
  padding: 10em 0 0 0;
}
#planshet .content .img-text-blocks_two.equal {
  font-size: 0.9em;
}
#planshet .content .img-text-blocks_two.equal .col_text {
  padding: 5% 4%;
}
#planshet .content .img-text-blocks_two.third {
  padding: 5% 0;
}
#planshet .content .img-text-blocks_two.third .col_text {
  width: 54%;
}
#planshet .content .img-text-blocks_two.third .col_img {
  width: 45%;
  padding: 0.94em 0;
}
#planshet .content .img-text-blocks_two.third .col_img img {
  max-width: 90%;
}
#planshet .content .img-text-blocks_two.digest {
  padding: 10% 0;
}
#planshet .content .img-text-blocks_two.digest .col_text {
  width: 80%;
}
#planshet .content .img-text-blocks_two.digest .col_img {
  width: 19%;
}
#planshet .content .img-text-blocks_two_50 {
  font-size: 0.9em;
}
#planshet .content .img-text-blocks_two_50 .col_text_wrap .col_text {
  padding: 0 3%;
  width: 99%;
}
#planshet .content .img-text-blocks_li.three li {
  width: 50%;
}
#planshet .content .img-text-blocks_li.four li {
  width: 50%;
}
#planshet .content .img-text-blocks_li.four.vacansii .text_img {
  min-height: 22em;
}
#planshet .content .img-text-blocks_li.four.vacansii .text_img .link_block {
  font-size: 1em;
}
#planshet .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
  width: 100%;
  margin-top: 0.5em;
}
#planshet .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
  width: 100%;
}
#planshet .content .img-text-blocks_li.five li {
  width: 33%;
}
#planshet .content .img-text-blocks_li.tovary li .col_text_img {
  margin: 0 5% 5% 0;
}
#planshet .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap {
  font-size: 0.9em;
  padding: 1.5em;
}
#planshet .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap {
  padding: 2%;
}
#planshet .content .img-text-blocks_li.rasprodazha li {
  width: 33%;
}
#planshet .content .catalog_element .itemimg,
#planshet .content .catalog_element .product-detail-photo {
  width: 55%;
}
#planshet .content .catalog_element .itemimg .flex-direction-nav,
#planshet .content .catalog_element .product-detail-photo .flex-direction-nav {
  display: none;
}
#planshet .content .catalog_element .itemimg .flex-direction-nav:hover,
#planshet .content .catalog_element .product-detail-photo .flex-direction-nav:hover {
  display: none;
}
#planshet .content .catalog_element .item_el_info {
  width: 45%;
}
#planshet .content .catalog_element .description {
  padding: 0 5% 0 60%;
}
#planshet .content .catalog_element .spcif {
  width: 55%;
}
#planshet .content .catalog_element .komplekt .tovary {
  font-size: 0.8em;
}
#planshet .content .content_zanaves {
  margin-bottom: 390px;
}
#planshet .content .content_zanaves .full_height .margin {
  margin-bottom: 390px;
}
#planshet .content .content_zanaves .margin {
  height: 0;
  line-height: 0;
}
#planshet .content .vina-timeline-slider .vina-dates li {
  width: 20em;
}
#planshet .content .vina-timeline-slider .vina-issues .timeline-content .intro .intro-text-blocks {
  padding: 0 15%;
}
#planshet .content .vina-timeline-slider .vina-navigation.vina-next {
  right: 5%;
}
#planshet .content .vina-timeline-slider .vina-navigation.vina-prev {
  left: 5%;
}
#planshet .content .navi {
  position: relative;
  margin-top: 4em;
}
#planshet .content .navi:before {
  content: "";
  background: #fff;
  height: 4.1em;
  width: 100%;
  position: absolute;
  top: -4.1em;
  left: 0;
}
#planshet .content .navi .navigation {
  width: 100%;
  float: none;
}
#planshet .content .navi .archive {
  font-size: 1.33em;
  color: #21201d;
  float: none;
  width: auto;
  border-left: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  padding-bottom: 1em;
}
#planshet .content .navi .pcnt {
  float: none;
  width: auto;
  border-left: none;
  position: absolute;
  bottom: 100%;
  right: 2.5%;
  padding-bottom: 1em;
}
#planshet .content .navi .pcnt .pcnttext {
  font-size: 1.1em;
}
#planshet .content .navi .pcnt .sbSelector {
  border-color: #d2d2d2;
}
#planshet .content .navi .pcnt .sbSelector:focus {
  border-color: #21201d;
}
#planshet .header {
  background: #000 url(../images/fon_header_pl.png) top left no-repeat;
}
#planshet .header #logo {
  top: 27px;
  left: 13px;
}
#planshet .header #logo a {
  width: 84px;
  height: 84px;
  background: url(../images/fon_logo_pl.png) top left no-repeat;
}
#planshet .header #menu {
  display: none;
}
#planshet .header #social_link {
  display: none;
}
#planshet .header .phone_header {
  display: none;
}
#planshet .header #search {
  display: none;
}
#planshet .header .menu_link {
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
}
#planshet .header .menu_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 0 solid #595959;
  width: 1.32em;
  text-transform: none;
  text-decoration: none;
  font: 4.71em "iconfont";
  height: 1.32em;
  line-height: 1.32em;
  color: #595959;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#planshet .header .menu_link a:hover {
  color: #000000;
}
#planshet .header .menu_link a:before {
  background: #595959;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.96em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#planshet .header .menu_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#planshet .header.light {
  background: #fff url(../images/fon_header_pl_l.png) top left no-repeat;
}
#planshet .header.light #logo a {
  background: url(../images/fon_logo_pl_l.png) top left no-repeat;
}
#planshet .header.light .menu_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 0 solid #21201d;
  width: 1.32em;
  text-transform: none;
  text-decoration: none;
  font: 4.71em "iconfont";
  height: 1.32em;
  line-height: 1.32em;
  color: #21201d;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#planshet .header.light .menu_link a:hover {
  color: #fff;
}
#planshet .header.light .menu_link a:before {
  background: #21201d;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.96em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#planshet .header.light .menu_link a:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
#planshet #footer .fixed_content {
  padding: 5em 5em 1em 5em;
}
#planshet #footer #footer_left {
  float: left;
  width: 100%;
}
#planshet #footer #footer_right {
  width: 70%;
  float: left;
}
/********************************************************************монитор тема**********************************/
#monitor .content .content_zanaves {
  margin-bottom: 280px;
}
#monitor .content .content_zanaves .full_height .margin {
  margin-bottom: 280px;
}
#monitor .content .content_zanaves .margin {
  height: 0;
  line-height: 0;
}
#monitor .header {
  background: inherit;
  z-index: 99;
}
#monitor .header::before {
  position: absolute;
  background: #000 url(../images/menu_bg.jpg) top center no-repeat;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#monitor .header #logo {
  top: 45px;
  left: 40px;
}
#monitor .header #logo a {
  width: 153px;
  height: 117px;
  background: url(../images/fon_logo_m.png) top left no-repeat;
}
#monitor .header #menu {
  display: block;
}
#monitor .header #social_link {
  display: block;
}
#monitor .header .phone_header {
  display: block;
}
#monitor .header #search {
  display: block;
}
#monitor .header .menu_link {
  display: none;
}
#monitor .header .close_link {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
#monitor .header .close_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  color: #8c8c8c;
  padding: 0;
  text-align: center;
  margin: 0;
}
#monitor .header .close_link a:hover {
  color: #bfbfbf;
}
#monitor .header.light {
  background: #fff url(../images/fon_header_m_l.png) top left no-repeat;
}
#monitor .header.light #logo a {
  background: url(../images/fon_logo_m_l.png) top left no-repeat;
}
#monitor .header.light .close_link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  font: 2.8em "iconfont";
  color: #c5c5c5;
  padding: 0;
  text-align: center;
  margin: 0;
}
#monitor .header.light .close_link a:hover {
  color: #929292;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.fake {
  /*&__li {
    padding: 0 0 0 20px;
    position: relative;
    margin: 5px 0;
    font-size: 1em;
    line-height: 1.1;
    &::before {
      position: absolute;
      display: block;
      content: '';
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: @col_new;
      top: 5px;
      left: 5px;
    }
  }*/
}
.fake__ul {
  list-style: none;
  padding: 0;
}
.fake__ul li {
  padding: 0 0 0 40px;
  position: relative;
  margin: 5px 0;
  font-size: 1em;
  line-height: 1.1;
}
.fake__ul li::before {
  position: absolute;
  display: block;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #9e7a47;
  top: 5px;
  left: 15px;
}
/*[type="radio"] {
  position: absolute;
  left: -9999px;
  + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    &:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #c5c5c5;
      border-radius: 100%;
      background: #fff;
    }
    &:after {
      content: '';
      width: 10px;
      height: 10px;
      background: #967850;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
  }
  &:not(:checked) + label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  &:checked + label:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}*/
.tab [type="radio"] + label {
  color: #2c2d2f;
}
.tab [type="radio"] + label:before,
.tab [type="radio"] + label:after {
  content: none;
}
.tab {
  font-family: "FuturaMedium";
}
.tab__content {
  display: none;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
}
.tab > input {
  display: none;
  position: absolute;
}
.tab > input:checked + label {
  color: #fff;
  background: #967850;
}
.tab > label {
  color: #2c2d2f;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 100;
  padding: 6px 14px;
  margin-right: 4px;
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.tab > label:hover {
  color: #967850;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
#tab-radio_desc:checked ~ .tab__container #tab-desc,
#tab-radio_decoration:checked ~ .tab__container #tab-decoration,
#tab-radio_delivery:checked ~ .tab__container #tab-delivery,
#tab-radio_pay:checked ~ .tab__container #tab-pay {
  display: block;
}
.tab {
  background: #f4f4f4;
  width: 100%;
  margin-top: 60px;
}
.tab__container {
  font-size: 16px;
  background: #fff;
  border-top: 2px solid #9e7a47;
  padding: 55px 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.875;
  color: #666562;
}
.tab__container .fake__h3 {
  font-size: 1.5em;
  margin-bottom: .9em;
  padding-top: 0;
  line-height: 1;
  text-transform: uppercase;
  font-family: "futura";
}
.tab__container .fake__h3 span {
  color: #9e7a47;
}
.tab__container a {
  text-decoration: underline;
  color: #9e7a47;
}
.tab__container h3 {
  font-size: 1.5em;
  margin-bottom: .9em;
  padding-top: 0;
  line-height: 1;
}
.tab__container .fake__ul {
  float: left;
  max-width: 40%;
  margin: 0;
}
.tab__container .fake__ul li {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.3;
  padding-left: 30px;
}
.tab__container .fake__ul li::before {
  top: 7px;
  left: 7px;
}
#tab-desc img {
  width: 400px;
  float: left;
  margin: 0 30px 10px 0;
}
#tab-desc p {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin-bottom: 1.3em;
  color: #666562;
}
.tab-decoration__img {
  width: 200px;
  float: left;
  margin: 0 30px 10px 0;
}
.tab-slide {
  font-family: "FuturaMedium";
  position: relative;
  padding: 0 50px;
}
.tab-slide p {
  line-height: 1;
  /*margin: 0;*/
  padding: 0;
}
.tab-slide__title {
  font-size: 1.375em;
  margin: 20px -50px 10px -50px;
}
.tab-slide__item {
  font-size: 1em;
  margin-right: 45px !important;
}
.tab-slide__item-img {
  width: 100%;
  height: 150px;
  display: flex;
}
.tab-slide__item-title {
  font-size: 1.125em;
  margin: 10px 0;
}
.tab-slide__item-desc {
  font-size: 0.9375em;
  color: #666562;
}
.tab-slide .flex-direction-nav a {
  position: absolute;
  top: 100px;
  font: 1em "iconfont";
  border: 1px solid;
  border-radius: 50%;
  text-decoration: none;
  color: #747474;
  font-size: 35px;
  outline: none;
}
.tab-slide .flex-prev {
  left: 0;
}
.tab-slide .flex-next {
  right: 0;
}
.tab-example {
  font-family: "FuturaMedium";
}
.tab-example__title {
  font-size: 1.375em;
  margin: 15px 0;
  padding: 0;
  line-height: 1;
}
.tab-example__container {
  display: flex;
  flex-flow: wrap;
}
.tab-example__item {
  flex-basis: 300px;
  margin-right: 20px;
}
.tab-example__item-img {
  width: 100%;
  height: 200px;
}
.tab-example__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-example__item-title {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #686661;
}
.content .full_complect .more {
  padding: 0 3.1em;
}
.content_zanaves {
  background: #fff;
}
.subsection_wrapper {
  position: relative;
}
.fabriki__description {
  font-size: 1.5em;
}
.footer_oferta {
  font-size: 1.3em;
  line-height: 1.1;
  color: #c9c7c1;
  margin: 0;
  padding: 0;
}
.arrow-mobile {
  display: none;
}
#top_search {
  margin: 30px;
  z-index: 20;
  position: relative;
  background: #fff;
}
#top_search::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  background: #fff;
  z-index: -1;
}
#top_search .input_with_placeholder {
  outline: none;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  background: none;
  font-family: "futura";
  text-transform: uppercase;
  font-size: 1.2em;
  color: #b2b2b2;
  padding-bottom: 0.9em;
  margin: 0 0.5em 0 0;
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: 0;
}
#top_search .input_with_placeholder:focus,
#top_search .input_with_placeholder.field_modified {
  outline: none;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  color: #b5b5b5;
}
#top_search .input_with_placeholder.required_field {
  color: #9c9c9c;
}
#top_search .input_with_placeholder.error_field {
  color: #bd2150 !important;
  border-bottom: 1px solid #d1738f;
}
#top_search input[type="submit"] {
  outline: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
#top_search input[type="submit"]:focus {
  outline: none;
  background: none;
}
#top_search .form-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  border: 1px solid #b5b5b5;
  width: 1.11em;
  text-transform: none;
  text-decoration: none;
  height: 1.11em;
  color: #b5b5b5;
  padding: 0;
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 3.3em;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}
#top_search .form-button input {
  font: 1em "iconfont";
  line-height: 1.11em;
  color: #b5b5b5;
  z-index: 2;
}
#top_search .form-button input:hover {
  color: #fff;
}
#top_search .form-button:before {
  background: #b5b5b5;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -3.33em;
  right: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top_search .form-button:hover:before {
  height: 100%;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.title-search-result {
  width: 500px !important;
}
/*
.header #menu li.openned { //:hover {
  > .ul_katalog {
    display: block;
    transition: .3s;
    transition-delay: .3s;
  }
}
*/
/*.ul_katalog {
  .arrow {
    position: absolute;
    right: 0;
    top: 1px;
    color: #9e7a47;
    cursor: pointer;
    transition: .3s;
    &::before {
      content: "s";
      right: 0;
      top: 0;
      font-family: @font_icon;
      font-size: 2em;
      line-height: 1em;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
    }
    &.rotate {
      transform: rotate(180deg);
    }
  }
}*/
/*.ul_katalog {
  font-size: 1.3em;
  > li {
    position: relative;
    a {
      color: @col_new;
      &:hover {
        color: #604f38;
      }
    }
    > a {
      padding-right: 40px;
      text-transform: uppercase;
    }
  }
}*/
/*.ul_katalog .menu_ul li a {
  color: #604f38;
  &:hover {
    color: @col_new;
  }
}*/
/*.left_panel .ul_katalog li {
  padding: .2em 0;
}
.left_panel .ul_katalog ul {
  padding-top: 0;
}
.katalog_menu.left_panel .close_link {
  display: none;
}*/
/*.tabs {
  margin-bottom: 20px;
}
.tabs li {
  display: inline-block;
  background-color: #333;
}
.tabs li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.tabs-content {
  height:100px;
  overflow:hidden;
}
.tabs-content {
  height: 120px;
  overflow: scroll;
  overflow-y: hidden;
}
.tabs-content section {
  height:98px;
  padding: 20px;
}*/
/*.tabs-content {
  width:960px;
  height:300px;
  overflow:hidden;
}
.tabs-content ul {
  list-style: none;
  height: 320px;
  overflow: scroll;
  overflow-y: hidden;
}
.tabs-content ul li {
  width:960px;
  height:300px;
}*/
.more_links_wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.more_links_wrapper .more {
  background: #fff;
  border: 1px solid #000;
}
.more_links_wrapper .more::before {
  background: #000;
}
.more_links_wrapper .more:hover .more_button {
  color: #fff;
}
.info_k {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #9e7a47;
  background-image: url(/images/i.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s linear;
}
.info_k:hover .triangle-info_k {
  display: block;
}
.triangle-info_k {
  display: none;
  position: absolute;
  bottom: calc(110%);
  right: -30px;
  padding: 5px;
  width: 300px;
  font-size: 13px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
.triangle-info_k ul {
  padding:0;
  margin:0;
}
.triangle-info_k li {
  display:flex;
  align-items:center;
  padding:5px 0;
  font-size:inherit;
  color:#fff;
  line-height:1.1;
}
.triangle-info_k li:before {
  content:'-';
  position:relative;
  margin-right:5px;
}
.basket-popup {
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:900px;
  padding:5px 20px;
  margin:0 auto;
  background:#fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.basket-popup__title {
  padding:10px 0;
  font-size:25px;
  color:#000;
}
.product {
  display:flex;
  margin:0 -10px;
}
.product__image {
  width: 30%;
  height: 250px;
  padding: 10px;
}
.product__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  padding: 10px 0;
}
.product__element {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}
.product__element:nth-child(odd) {
  border-bottom:1px solid #c3c3c3;
}
.product__title {
  width:100%;
  font-size:20px;
  color:#000;
  line-height:1.2;
}
.product__price {
  width:100%;
  font-size:18px;
  color:#000;
  line-height:1.2;
  font-weight:bold;
  text-transform:uppercase;
}
.product__price_normal {
  margin-left:5px;
  font-size:inherit;
  font-weight:normal;
}
.product__link {
  padding:10px 15px;
  margin:0 10px;
  background:#fff;
  border:1px solid #9e7a47;
  color:#9e7a47;
  font-size:16px;
  text-transform:uppercase;
  font-weight:bold;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  -ms-transition:all 0.2s;
  -o-transition:all 0.2s;
  transition:all 0.2s;
}
.product__link_color {
  background:#9e7a47;
  color:#fff;
}
.product__link:first-child {
  margin-left:0;
}
.product__link:hover {
  background:#9e7a47;
  color:#fff;
}
.product__link_color:hover {
  background:rgba(158, 122, 71, 0.7);
  color:#fff;
}
.c-kol {
  height: 45px;
  display: flex;
  margin-bottom: 10px;
}
.c-kol__btn {
  border: 1px solid #b8b8b8;
  background: #fff;
  width: 30px;
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 50%;
}
.c-kol__btn_min {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDU1IDQ1NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDU1IDQ1NTsiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPjxyZWN0IHk9IjIxMi41IiB3aWR0aD0iNDU1IiBoZWlnaHQ9IjMwIiBmaWxsPSIjMDAwMDAwIi8+PC9zdmc+");
}
.c-kol__btn_plus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDU1IDQ1NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDU1IDQ1NTsiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPjxwb2x5Z29uIHBvaW50cz0iNDU1LDIxMi41IDI0Mi41LDIxMi41IDI0Mi41LDAgMjEyLjUsMCAyMTIuNSwyMTIuNSAwLDIxMi41IDAsMjQyLjUgMjEyLjUsMjQyLjUgMjEyLjUsNDU1IDI0Mi41LDQ1NSAyNDIuNSwyNDIuNSAgIDQ1NSwyNDIuNSAiIGZpbGw9IiMwMDAwMDAiLz48L3N2Zz4=");
}
.c-kol__inp {
  border: 1px solid #b8b8b8;
  background: #fff;
  margin: 0 10px;
  width: 50px;
}
.c-price {
  display: flex;
}
.c-price__old {
  position: relative;
  font-size: 20px;
  color: #919197;
  margin-left: 10px;
  line-height: 1;
  font-weight: bold;
  height: 22px;
  min-width: 100px;
}
.c-price__old::before {
  content: "";
  position: absolute;
  right: 0;
  top: 43%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: rotate(-10deg);
}

.p-news-title h1{
  font-size: 41px;
  color: rgb(51, 51, 51);
  text-transform: none;
}
.p-news-time {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.p-news-time .date_news {
  font-size:16px;
  color: rgb(158, 122, 71);
  margin-left: 10px;
}
.text_right ul {
  list-style: none;
  padding-left: 0;
}
.text_right ul li{
  position: relative;
  padding-left: 25px;
}
.text_right ul li:before{
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(158, 122, 71);
}
.text_right .p-title-sub {
  font-size: 30px;
  color: rgb(33, 32, 29);
  text-transform: uppercase;
  font-weight: 600;
}
.p-news-in {
  display: flex;
  margin-top: 65px;
  margin-bottom: 85px;
}
/* Style the list */
ul.breadcrumb {
  padding-left: 0;
  
  list-style: none;
  margin-bottom: 40px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 13px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding:0 4px;
  color: rgb(139, 139, 139);
  content: "/\00a0";
}


/* Add a color to all links inside the list */
ul.breadcrumb li a ,ul.breadcrumb li{
  color: rgb(139, 139, 139);
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: rgb(139, 139, 139);
  text-decoration: underline;
}
.p-news-img {
  width: 42%;
  float: left;
}
.p-news-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news-text {
  width: 80%;
  padding-left: 35px;
}
@media screen and (max-width: 991px) {
  .p-news-in {
    flex-flow: column;
  }
  .p-news-img {
    width: 100%;
  }
  .p-news-text {
    width: 100%;
  }
}
/*****************************************************************************************************************************/
/****************************************************************************media запросы********************************************/
/****************************************************************************************************************************/
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .left_active.right_active .content {
    font-size: 0.85em;
  }
  .left_active.right_active .content .img-text-blocks_full.text_main {
    padding: 7em 10%;
    min-height: auto;
  }
  .left_active.right_active .content .img-text-blocks_full.text_main .salon_info {
    width: 49%;
    border-right: 1px solid #ececea;
    padding-right: 3.6em;
  }
  .left_active.right_active .content .img-text-blocks_full.text_main .salon_worktime {
    width: 49%;
    text-align: left;
    padding-left: 3.6em;
  }
  .left_active.right_active .content .img-text-blocks_full.text_long {
    padding: 7em 5em;
    min-height: auto;
  }
  .left_active.right_active .content .img-text-blocks_full.contact {
    padding: 7em 2em;
  }
  .left_active.right_active .content .img-text-blocks_two.equal .col_text {
    width: 100%;
    padding: 7em 5em;
  }
  .left_active.right_active .content .img-text-blocks_two.equal .col_img {
    width: 100%;
  }
  .left_active.right_active .content .img-text-blocks_two.third {
    padding: 10% 0 0 0;
  }
  .left_active.right_active .content .img-text-blocks_two.third .col_text {
    width: 100%;
    padding: 5% 15%;
  }
  .left_active.right_active .content .img-text-blocks_two.third .col_img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .left_active.right_active .content .img-text-blocks_two.third .col_img img {
    max-width: 60%;
  }
  .left_active.right_active .content .catalog_element .itemimg .flexslider {
    height: 480px;
  }
  .left_active.right_active .content .catalog_element .itemimg .flex-direction-nav {
    display: none;
  }
  .left_active.right_active .content .catalog_element .itemimg .flex-direction-nav:hover {
    display: none;
  }
  .left_active.right_active .content .img-text-blocks_li.three li {
    width: 50%;
  }
  .left_active.right_active .content .img-text-blocks_li.four li {
    width: 50%;
  }
  .left_active.right_active .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .left_active.right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 0.9em;
  }
  .left_active.right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 39%;
    margin-top: 0.5em;
  }
  .left_active.right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 60%;
  }
  .left_active.right_active .content .img-text-blocks_li.five li {
    width: 49%;
  }
  .left_active.right_active .content #order_form_div .profile-table {
    font-size: 1.2em;
  }
  .left_active.right_active .content #order_form_div .profile-table td {
    display: table-cell;
    width: 50%;
    padding: 1em 0;
  }
  .left_active.right_active #footer {
    font-size: 1.2em;
  }
  .left_active.right_active #footer #footer_left {
    width: 100%;
  }
  .left_active.right_active #footer #footer_left li {
    width: 49%;
    float: none;
  }
  .left_active.right_active #footer #footer_left li li {
    width: 100%;
  }
  .left_active.right_active #footer #footer_right {
    width: 100%;
  }
  .left_active.right_active #footer #bot #bot_left {
    width: 49%;
  }
  .left_active.right_active #footer #bot #bot_right {
    width: 49%;
  }
}
@media screen and (min-width: 1006px) and (max-width: 1600px) {
  
  .content .catalog_element .catalog-utp {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
  }
  .content .catalog_element .catalog-utp__item {
    width: 33.3333%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .content .catalog_element .catalog-utp__title {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .content {
    font-size: 1.02em;
    margin-left: 240px;
  }
  .content .content_zanaves {
    margin-bottom: 280px;
    /*margin-top: 0 !important;*/
  }
  .content .content_zanaves .full_height .margin {
    margin-bottom: 280px;
  }
  .content .content_zanaves .margin {
    height: 0;
    line-height: 0;
  }
  .fixed_content {
    margin-left: 239px;
  }
  .header {
    height: 100%;
    width: 240px;
    background: inherit;
    z-index: 99;
  }
  .header::before {
    position: absolute;
    background: #000 url(../images/menu_bg.jpg) top center no-repeat;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header #logo {
    top: 45px;
    left: 40px;
  }
  .header #logo a {
    width: 153px;
    height: 117px;
    background: url(../images/fon_logo_m.png) top left no-repeat;
  }
  .header #menu {
    display: block;
  }
  .header #social_link {
    display: block;
  }
  .header .phone_header {
    display: block;
  }
  .header #search {
    display: block;
  }
  .header .menu_link {
    display: none;
  }
  .header .close_link {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
  }
  .header .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    color: #8c8c8c;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .header .close_link a:hover {
    color: #bfbfbf;
  }
  .header.light {
    background: #fff url(../images/fon_header_m_l.png) top left no-repeat;
  }
  .header.light #logo a {
    background: url(../images/fon_logo_m_l.png) top left no-repeat;
  }
  .header.light .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    color: #c5c5c5;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .header.light .close_link a:hover {
    color: #929292;
  }
  .left_panel {
    width: 0;
    top: 0;
    height: 100%;
  }
  .right_panel {
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
  }
  .left_active .content {
    margin-left: 480px;
  }
  .left_active .fixed_content {
    margin-left: 480px;
  }
  .left_active .left_panel {
    left: 240px;
    width: 240px;
    border-right: 1px solid #ececea;
    border-left: 1px solid #ececea;
  }
  .right_active .content {
    margin-right: 240px;
  }
  .right_active .fixed_content {
    margin-right: 240px;
  }
  .right_active .right_panel {
    width: 240px;
    border-left: 1px solid #ececea;
  }
  .bx-composite-btn-fixed {
    position: fixed !important;
    bottom: 10px !important;
    left: 600px !important;
    top: auto !important;
    right: auto !important;
    z-index: 10 !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .content .img-text-blocks_full.text_main {
    padding: 0 25% 40px;
  }
  .content .img-text-blocks_li.five li {
    width: 33%;
  }
  .content .catalog_element .itemimg,
  .content .catalog_element .product-detail-photo {
    width: 55%;
  }
  .content .catalog_element .item_el_info {
    width: 45%;
    padding: 0 5% 0 3%;
  }
  .content .catalog_element .description {
    padding: 0 5% 0 58%;
  }
  .content .catalog_element .spcif {
    width: 55%;
  }
}
/****************************************************************************************открытые левые и правые колонки*/
@media screen and (min-width: 1280px) and (max-width: 1520px) {
  .left_active .content .img-text-blocks_full.text_main {
    padding: 0 17% 40px;
  }
  .left_active .content .img-text-blocks_full.text_long {
    padding: 10% 15%;
  }
  .left_active .content .img-text-blocks_full.text_detail {
    padding: 10% 5%;
  }
  .left_active .content .img-text-blocks_full.text_detail .text_left {
    display: block;
    width: 100%;
    padding: 0;
  }
  .left_active .content .img-text-blocks_full.text_detail .text_left.sm {
    width: 100%;
  }
  .left_active .content .img-text-blocks_full.text_detail .text_left.sm .writer_text {
    width: 50%;
    float: left;
  }
  .left_active .content .img-text-blocks_full.text_detail .text_left.sm .writer_img {
    width: 50%;
    float: right;
    margin-bottom: 3em;
  }
  .left_active .content .img-text-blocks_full.text_detail .text_right {
    display: block;
    width: 100%;
    clear: both;
  }
  .left_active .content .img-text-blocks_full.contact {
    padding: 10% 5%;
  }
  .left_active .content .img-text-blocks_full.katalog {
    padding: 10em 0 0 0;
  }
  .left_active .content .img-text-blocks_two.equal {
    font-size: 0.9em;
  }
  .left_active .content .img-text-blocks_two.equal .col_text {
    padding: 5% 4%;
  }
  .left_active .content .img-text-blocks_two.third {
    padding: 5% 0;
  }
  .left_active .content .img-text-blocks_two.third .col_text {
    width: 54%;
  }
  .left_active .content .img-text-blocks_two.third .col_img {
    width: 45%;
    padding: 0.94em 0;
  }
  .left_active .content .img-text-blocks_two.third .col_img img {
    max-width: 90%;
  }
  .left_active .content .img-text-blocks_two.digest {
    padding: 10% 0;
  }
  .left_active .content .img-text-blocks_two.digest .col_text {
    width: 80%;
  }
  .left_active .content .img-text-blocks_two.digest .col_img {
    width: 19%;
  }
  .left_active .content .img-text-blocks_two_50 {
    font-size: 0.9em;
  }
  .left_active .content .img-text-blocks_two_50 .col_text_wrap .col_text {
    padding: 0 3%;
    width: 99%;
  }
  .left_active .content .img-text-blocks_li.three li {
    width: 50%;
  }
  .left_active .content .img-text-blocks_li.four li {
    width: 50%;
  }
  .left_active .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .left_active .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 1em;
  }
  .left_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 100%;
    margin-top: 0.5em;
  }
  .left_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 100%;
  }
  .left_active .content .img-text-blocks_li.five li {
    width: 33%;
  }
  .left_active .content .img-text-blocks_li.tovary li .col_text_img {
    margin: 0 5% 5% 0;
  }
  .left_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap {
    font-size: 0.9em;
    padding: 1.5em;
  }
  .left_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap {
    padding: 2%;
  }
  .left_active .content .img-text-blocks_li.rasprodazha li {
    width: 33%;
  }
  .left_active .content .catalog_element .itemimg,
  .left_active .content .catalog_element .product-detail-photo {
    width: 55%;
  }
  .left_active .content .catalog_element .itemimg .flex-direction-nav,
  .left_active .content .catalog_element .product-detail-photo .flex-direction-nav {
    display: none;
  }
  .left_active .content .catalog_element .itemimg .flex-direction-nav:hover,
  .left_active .content .catalog_element .product-detail-photo .flex-direction-nav:hover {
    display: none;
  }
  .left_active .content .catalog_element .item_el_info {
    width: 45%;
  }
  .left_active .content .catalog_element .description {
    padding: 0 5% 0 60%;
  }
  .left_active .content .catalog_element .spcif {
    width: 55%;
  }
  .left_active .content .catalog_element .komplekt .tovary {
    font-size: 0.8em;
  }
  .left_active .content .content_zanaves {
    margin-bottom: 390px;
  }
  .left_active .content .content_zanaves .full_height .margin {
    margin-bottom: 390px;
  }
  .left_active .content .content_zanaves .margin {
    height: 0;
    line-height: 0;
  }
  .left_active .content .vina-timeline-slider .vina-dates li {
    width: 20em;
  }
  .left_active .content .vina-timeline-slider .vina-issues .timeline-content .intro .intro-text-blocks {
    padding: 0 15%;
  }
  .left_active .content .vina-timeline-slider .vina-navigation.vina-next {
    right: 5%;
  }
  .left_active .content .vina-timeline-slider .vina-navigation.vina-prev {
    left: 5%;
  }
  .left_active .content .navi {
    position: relative;
    margin-top: 4em;
  }
  .left_active .content .navi:before {
    content: "";
    background: #fff;
    height: 4.1em;
    width: 100%;
    position: absolute;
    top: -4.1em;
    left: 0;
  }
  .left_active .content .navi .navigation {
    width: 100%;
    float: none;
  }
  .left_active .content .navi .archive {
    font-size: 1.33em;
    color: #21201d;
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding-bottom: 1em;
  }
  .left_active .content .navi .pcnt {
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 2.5%;
    padding-bottom: 1em;
  }
  .left_active .content .navi .pcnt .pcnttext {
    font-size: 1.1em;
  }
  .left_active .content .navi .pcnt .sbSelector {
    border-color: #d2d2d2;
  }
  .left_active .content .navi .pcnt .sbSelector:focus {
    border-color: #21201d;
  }
  .left_active #footer .fixed_content {
    padding: 5em 5em 1em 5em;
  }
  .left_active #footer #footer_left {
    float: left;
    width: 100%;
  }
  .left_active #footer #footer_right {
    width: 70%;
    float: left;
  }
  .right_active .content .img-text-blocks_full.text_main {
    padding: 0 17% 40px;
  }
  .right_active .content .img-text-blocks_full.text_long {
    padding: 10% 15%;
  }
  .right_active .content .img-text-blocks_full.text_detail {
    padding: 10% 5%;
  }
  .right_active .content .img-text-blocks_full.text_detail .text_left {
    display: block;
    width: 100%;
    padding: 0;
  }
  .right_active .content .img-text-blocks_full.text_detail .text_left.sm {
    width: 100%;
  }
  .right_active .content .img-text-blocks_full.text_detail .text_left.sm .writer_text {
    width: 50%;
    float: left;
  }
  .right_active .content .img-text-blocks_full.text_detail .text_left.sm .writer_img {
    width: 50%;
    float: right;
    margin-bottom: 3em;
  }
  .right_active .content .img-text-blocks_full.text_detail .text_right {
    display: block;
    width: 100%;
    clear: both;
  }
  .right_active .content .img-text-blocks_full.contact {
    padding: 10% 5%;
  }
  .right_active .content .img-text-blocks_full.katalog {
    padding: 10em 0 0 0;
  }
  .right_active .content .img-text-blocks_two.equal {
    font-size: 0.9em;
  }
  .right_active .content .img-text-blocks_two.equal .col_text {
    padding: 5% 4%;
  }
  .right_active .content .img-text-blocks_two.third {
    padding: 5% 0;
  }
  .right_active .content .img-text-blocks_two.third .col_text {
    width: 54%;
  }
  .right_active .content .img-text-blocks_two.third .col_img {
    width: 45%;
    padding: 0.94em 0;
  }
  .right_active .content .img-text-blocks_two.third .col_img img {
    max-width: 90%;
  }
  .right_active .content .img-text-blocks_two.digest {
    padding: 10% 0;
  }
  .right_active .content .img-text-blocks_two.digest .col_text {
    width: 80%;
  }
  .right_active .content .img-text-blocks_two.digest .col_img {
    width: 19%;
  }
  .right_active .content .img-text-blocks_two_50 {
    font-size: 0.9em;
  }
  .right_active .content .img-text-blocks_two_50 .col_text_wrap .col_text {
    padding: 0 3%;
    width: 99%;
  }
  .right_active .content .img-text-blocks_li.three li {
    width: 50%;
  }
  .right_active .content .img-text-blocks_li.four li {
    width: 50%;
  }
  .right_active .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 1em;
  }
  .right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 100%;
    margin-top: 0.5em;
  }
  .right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 100%;
  }
  .right_active .content .img-text-blocks_li.five li {
    width: 33%;
  }
  .right_active .content .img-text-blocks_li.tovary li .col_text_img {
    margin: 0 5% 5% 0;
  }
  .right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap {
    font-size: 0.9em;
    padding: 1.5em;
  }
  .right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap {
    padding: 2%;
  }
  .right_active .content .img-text-blocks_li.rasprodazha li {
    width: 33%;
  }
  .right_active .content .catalog_element .itemimg,
  .right_active .content .catalog_element .product-detail-photo {
    width: 55%;
  }
  .right_active .content .catalog_element .itemimg .flex-direction-nav,
  .right_active .content .catalog_element .product-detail-photo .flex-direction-nav {
    display: none;
  }
  .right_active .content .catalog_element .itemimg .flex-direction-nav:hover,
  .right_active .content .catalog_element .product-detail-photo .flex-direction-nav:hover {
    display: none;
  }
  .right_active .content .catalog_element .item_el_info {
    width: 45%;
  }
  .right_active .content .catalog_element .description {
    padding: 0 5% 0 60%;
  }
  .right_active .content .catalog_element .spcif {
    width: 55%;
  }
  .right_active .content .catalog_element .komplekt .tovary {
    font-size: 0.8em;
  }
  .right_active .content .content_zanaves {
    margin-bottom: 390px;
  }
  .right_active .content .content_zanaves .full_height .margin {
    margin-bottom: 390px;
  }
  .right_active .content .content_zanaves .margin {
    height: 0;
    line-height: 0;
  }
  .right_active .content .vina-timeline-slider .vina-dates li {
    width: 20em;
  }
  .right_active .content .vina-timeline-slider .vina-issues .timeline-content .intro .intro-text-blocks {
    padding: 0 15%;
  }
  .right_active .content .vina-timeline-slider .vina-navigation.vina-next {
    right: 5%;
  }
  .right_active .content .vina-timeline-slider .vina-navigation.vina-prev {
    left: 5%;
  }
  .right_active .content .navi {
    position: relative;
    margin-top: 4em;
  }
  .right_active .content .navi:before {
    content: "";
    background: #fff;
    height: 4.1em;
    width: 100%;
    position: absolute;
    top: -4.1em;
    left: 0;
  }
  .right_active .content .navi .navigation {
    width: 100%;
    float: none;
  }
  .right_active .content .navi .archive {
    font-size: 1.33em;
    color: #21201d;
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding-bottom: 1em;
  }
  .right_active .content .navi .pcnt {
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 2.5%;
    padding-bottom: 1em;
  }
  .right_active .content .navi .pcnt .pcnttext {
    font-size: 1.1em;
  }
  .right_active .content .navi .pcnt .sbSelector {
    border-color: #d2d2d2;
  }
  .right_active .content .navi .pcnt .sbSelector:focus {
    border-color: #21201d;
  }
  .right_active #footer .fixed_content {
    padding: 5em 5em 1em 5em;
  }
  .right_active #footer #footer_left {
    float: left;
    width: 100%;
  }
  .right_active #footer #footer_right {
    width: 70%;
    float: left;
  }
}
@media screen and (min-width: 900px) and (max-width: 1280px) {
  .content .img-text-blocks_li.three li {
    width: 50%;
  }
  .content .img-text-blocks_li.four li {
    width: 33.33%;
  }
}
@media (max-width: 1280px) {
  #tab-desc img {
    width: 300px;
  }
  .tab__container .fake__ul {
    max-width: calc(100% - 330px);
  }
  .content .catalog_element .itemimg {
    min-height: 400px;
  }
  .content .filtren .cntf > div {
    width: calc(50% - 2px);
    box-sizing: border-box;
  }
  .content .filtren .cntf > div#PRICE1 {
    width: 100%;
  }
  .content .img-text-blocks_li.tovary li {
    width: 50%;
  }
  #top_search .input_with_placeholder {
    width: calc(100% - 50px);
  }
  .title-search-result {
    width: calc(100% - 60px) !important;
  }
}
/****************************************************************************************************** Планшет */
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .jivo,
  .basket,
  .filtr {
    font-size: 1.1em;
  }
  .content {
    margin-left: 110px;
  }
  .content .img-text-blocks_full.text_main {
    padding: 0 17% 40px;
  }
  .content .img-text-blocks_full.text_long {
    padding: 10% 15%;
  }
  .content .img-text-blocks_full.text_detail {
    padding: 10% 5%;
  }
  .content .img-text-blocks_full.text_detail .text_left {
    display: block;
    width: 100%;
    padding: 0;
  }
  .content .img-text-blocks_full.text_detail .text_left.sm {
    width: 100%;
  }
  .content .img-text-blocks_full.text_detail .text_left.sm .writer_text {
    width: 50%;
    float: left;
  }
  .content .img-text-blocks_full.text_detail .text_left.sm .writer_img {
    width: 50%;
    float: right;
    margin-bottom: 3em;
  }
  .content .img-text-blocks_full.text_detail .text_right {
    display: block;
    width: 100%;
    clear: both;
  }
  .content .img-text-blocks_full.contact {
    padding: 10% 5%;
  }
  .content .img-text-blocks_full.katalog {
    padding: 10em 0 0 0;
  }
  .content .img-text-blocks_two.equal {
    font-size: 0.9em;
  }
  .content .img-text-blocks_two.equal .col_text {
    padding: 5% 4%;
  }
  .content .img-text-blocks_two.third {
    padding: 5% 0;
  }
  .content .img-text-blocks_two.third .col_text {
    width: 54%;
  }
  .content .img-text-blocks_two.third .col_img {
    width: 45%;
    padding: 0.94em 0;
  }
  .content .img-text-blocks_two.third .col_img img {
    max-width: 90%;
  }
  .content .img-text-blocks_two.digest {
    padding: 10% 0;
  }
  .content .img-text-blocks_two.digest .col_text {
    width: 80%;
  }
  .content .img-text-blocks_two.digest .col_img {
    width: 19%;
  }
  .content .img-text-blocks_two_50 {
    font-size: 0.9em;
  }
  .content .img-text-blocks_two_50 .col_text_wrap .col_text {
    padding: 0 3%;
    width: 99%;
  }
  .content .img-text-blocks_li.three li {
    width: 50%;
  }
  .content .img-text-blocks_li.four li {
    width: 50%;
    
  }
  .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 1em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 100%;
    margin-top: 0.5em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 100%;
  }
  .content .img-text-blocks_li.five li {
    width: 33%;
  }
  .content .img-text-blocks_li.tovary li .col_text_img {
    margin: 0 5% 5% 0;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap {
    font-size: 0.9em;
    padding: 1.5em;
  }
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap {
    padding: 2%;
  }
  .content .img-text-blocks_li.rasprodazha li {
    width: 33%;
  }
  .content .catalog_element .itemimg,
  .content .catalog_element .product-detail-photo {
    width: 55%;
  }
  .content .catalog_element .itemimg .flex-direction-nav,
  .content .catalog_element .product-detail-photo .flex-direction-nav {
    display: none;
  }
  .content .catalog_element .itemimg .flex-direction-nav:hover,
  .content .catalog_element .product-detail-photo .flex-direction-nav:hover {
    display: none;
  }
  .content .catalog_element .item_el_info {
    width: 45%;
  }
  .content .catalog_element .description {
    padding: 0 5% 0 60%;
  }
  .content .catalog_element .spcif {
    width: 55%;
  }
  .content .catalog_element .komplekt .tovary {
    font-size: 0.8em;
  }
  .content .content_zanaves {
    margin-bottom: 390px;
  }
  .content .content_zanaves .full_height .margin {
    margin-bottom: 390px;
  }
  .content .content_zanaves .margin {
    height: 0;
    line-height: 0;
  }
  .content .vina-timeline-slider .vina-dates li {
    width: 20em;
  }
  .content .vina-timeline-slider .vina-issues .timeline-content .intro .intro-text-blocks {
    padding: 0 15%;
  }
  .content .vina-timeline-slider .vina-navigation.vina-next {
    right: 5%;
  }
  .content .vina-timeline-slider .vina-navigation.vina-prev {
    left: 5%;
  }
  .content .navi {
    position: relative;
    margin-top: 4em;
  }
  .content .navi:before {
    content: "";
    background: #fff;
    height: 4.1em;
    width: 100%;
    position: absolute;
    top: -4.1em;
    left: 0;
  }
  .content .navi .navigation {
    width: 100%;
    float: none;
  }
  .content .navi .archive {
    font-size: 1.33em;
    color: #21201d;
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding-bottom: 1em;
  }
  .content .navi .pcnt {
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 2.5%;
    padding-bottom: 1em;
  }
  .content .navi .pcnt .pcnttext {
    font-size: 1.1em;
  }
  .content .navi .pcnt .sbSelector {
    border-color: #d2d2d2;
  }
  .content .navi .pcnt .sbSelector:focus {
    border-color: #21201d;
  }
  #footer .fixed_content {
    padding: 5em 5em 1em 5em;
  }
  #footer #footer_left {
    float: left;
    width: 100%;
  }
  #footer #footer_right {
    width: 70%;
    float: left;
  }
  .fixed_content {
    margin-left: 109px;
  }
  .header {
    height: 100%;
    width: 110px;
    background: #000 url(../images/fon_header_pl.png) top left no-repeat;
  }
  .header #logo {
    top: 27px;
    left: 13px;
  }
  .header #logo a {
    width: 84px;
    height: 84px;
    background: url(../images/fon_logo_pl.png) top left no-repeat;
  }
  .header #menu {
    display: none;
  }
  .header #social_link {
    display: none;
  }
  .header .phone_header {
    display: none;
  }
  .header #search {
    display: none;
  }
  .header .menu_link {
    position: absolute;
    top: 50%;
    left: 24px;
    display: block;
  }
  .header .menu_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 0 solid #595959;
    width: 1.32em;
    text-transform: none;
    text-decoration: none;
    font: 4.71em "iconfont";
    height: 1.32em;
    line-height: 1.32em;
    color: #595959;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .header .menu_link a:hover {
    color: #000000;
  }
  .header .menu_link a:before {
    background: #595959;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -3.96em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .menu_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .header.light {
    background: #fff url(../images/fon_header_pl_l.png) top left no-repeat;
  }
  .header.light #logo a {
    background: url(../images/fon_logo_pl_l.png) top left no-repeat;
  }
  .header.light .menu_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 0 solid #21201d;
    width: 1.32em;
    text-transform: none;
    text-decoration: none;
    font: 4.71em "iconfont";
    height: 1.32em;
    line-height: 1.32em;
    color: #21201d;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .header.light .menu_link a:hover {
    color: #fff;
  }
  .header.light .menu_link a:before {
    background: #21201d;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -3.96em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header.light .menu_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .left_panel {
    width: 0;
    top: 0;
    height: 100%;
  }
  .right_panel {
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
  }
  .left_active .content {
    margin-left: 300px;
  }
  .left_active .fixed_content {
    margin-left: 300px;
  }
  .left_active .left_panel {
    left: 110px;
    width: 190px;
    border-right: 1px solid #ececea;
    border-left: 1px solid #ececea;
  }
  .right_active .content {
    margin-right: 230px;
  }
  .right_active .fixed_content {
    margin-right: 230px;
  }
  .right_active .right_panel {
    width: 230px;
    border-left: 1px solid #ececea;
  }
  .header_active .content {
    margin-left: 240px;
  }
  .header_active .fixed_content {
    margin-left: 240px;
  }
  .header_active .header {
    width: 240px;
    background: inherit;
    z-index: 99;
  }
  .header_active .header::before {
    position: absolute;
    background: #000 url(../images/menu_bg.jpg) top center no-repeat;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header_active .header #logo {
    top: 45px;
    left: 40px;
  }
  .header_active .header #logo a {
    width: 153px;
    height: 117px;
    background: url(../images/fon_logo_m.png) top left no-repeat;
  }
  .header_active .header #menu {
    display: block;
  }
  .header_active .header #social_link {
    display: block;
  }
  .header_active .header .phone_header {
    display: block;
  }
  .header_active .header #search {
    display: block;
  }
  .header_active .header .menu_link {
    display: none;
  }
  .header_active .header .close_link {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
  }
  .header_active .header .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    color: #8c8c8c;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .header_active .header .close_link a:hover {
    color: #bfbfbf;
  }
  .header_active .header.light {
    background: #fff url(../images/fon_header_m_l.png) top left no-repeat;
  }
  .header_active .header.light #logo a {
    background: url(../images/fon_logo_m_l.png) top left no-repeat;
  }
  .header_active .header.light .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    color: #c5c5c5;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .header_active .header.light .close_link a:hover {
    color: #929292;
  }
  .header_active .header .close_link {
    display: block;
  }
  .header_active .left_panel {
    left: 240px;
  }
  .header_active.left_active .content {
    margin-left: 430px;
  }
  .header_active.left_active .fixed_content {
    margin-left: 430px;
  }
  .top_katalog_left .fixed_content {
    padding-top: 5em;
  }
  .top_katalog_left .fixed_content .menu_katalog {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49%;
    padding: 1em 0.5em 1em 0.1em;
  }
  .fixed_content_wrap.top_panel {
    top: 11.2em;
  }
  .fixed_content_wrap.top_panel .fixed_content {
    padding-right: 5em;
  }
  .bx-composite-btn-fixed {
    position: fixed !important;
    bottom: 10px !important;
    left: 425px !important;
    top: auto !important;
    right: auto !important;
    z-index: 10 !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1005px) {
  .content .img-text-blocks_li.tovary li {
    width: 100%;
  }
  .content .img-text-blocks_li.rasprodazha li {
    width: 50%;
  }
  .content .catalog_element {
    font-size: 1.1em;
  }
  .content .catalog_element .itemimg,
  .content .catalog_element .item_el_info,
  .content .catalog_element .spcif,
  .content .catalog_element .product-detail-photo {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .catalog_element .description {
    margin: 0;
    padding: 0 5%;
  }
  .content .catalog_element .item_el_info {
    padding: 5% 5% 0 5%;
  }
  .content .catalog_element .spcif {
    padding-bottom: 2em;
    background: #fff;
  }
  .content .catalog_element .komplekt .tovary {
    font-size: 0.85em;
  }
  .content .catalog_element .komplekt .tovary li {
    width: 50%;
  }
  .fixed_content_wrap.top_panel .filtren {
    width: 100%;
    position: relative;
  }
  .fixed_content_wrap.top_panel .filtren .right_col {
    float: left;
    width: 0;
    margin-left: 0;
  }
  .fixed_content_wrap.top_panel .filtren .center_col_wrap {
    width: 100%;
    float: left;
  }
  .fixed_content_wrap.top_panel .filtren .center_col {
    margin: 0 0 0 0;
  }
  .fixed_content_wrap.top_panel .filtren .right_col {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .fixed_content_wrap.top_panel .filtren .center_col_wrap {
    width: 100%;
    float: none;
  }
  .fixed_content_wrap.top_panel .filtren .center_col {
    margin: 0;
  }
  .fixed_content_wrap.top_panel .filtren .filtren_button {
    height: auto;
    margin: 0;
    padding: 1em 2em 1em 0.1em;
    border-top: 1px solid #ececea;
    border-left: none;
  }
  .fixed_content_wrap.top_panel .filtren .filtren_button .button {
    width: auto;
    margin-right: 0.7em;
    padding: 0 2.6em;
  }
  .fixed_content_wrap.top_panel .filtren .filtren_button .button_black {
    width: auto;
    padding: 0 2.6em;
  }
}
@media screen and (min-width: 767px) and (max-width: 1187px) {
  .left_active.right_active .content {
    font-size: 0.75em;
  }
  .left_active.right_active .content h1 {
    font-size: 3.6em;
    padding-bottom: 1.1em;
  }
  .left_active.right_active .content h2 {
    font-size: 3em;
  }
  .left_active.right_active .content h3 {
    font-size: 2em;
  }
  .left_active.right_active .content .content_zanaves.element {
    height: auto;
  }
  .left_active.right_active .content .content_zanaves .full_height .margin {
    height: 0;
    line-height: 0;
  }
  .left_active.right_active .content .content_zanaves .margin {
    height: 0;
    line-height: 0;
  }
  .left_active.right_active .content .tabsblock.fore,
  .left_active.right_active .content .tabsblock.three {
    width: 100%;
  }
  .left_active.right_active .content .tabsblock.fore .tabs,
  .left_active.right_active .content .tabsblock.three .tabs {
    background-color: #21201d;
  }
  .left_active.right_active .content .tabsblock.fore .tabs a,
  .left_active.right_active .content .tabsblock.three .tabs a {
    border-top: 1px solid #b8b8b8;
    border-right: none;
    width: 100%;
    display: none;
  }
  .left_active.right_active .content .tabsblock.fore .tabs a:before,
  .left_active.right_active .content .tabsblock.three .tabs a:before,
  .left_active.right_active .content .tabsblock.fore .tabs a:after,
  .left_active.right_active .content .tabsblock.three .tabs a:after {
    display: none;
  }
  .left_active.right_active .content .tabsblock.fore .tabs a:hover,
  .left_active.right_active .content .tabsblock.three .tabs a:hover,
  .left_active.right_active .content .tabsblock.fore .tabs a.active,
  .left_active.right_active .content .tabsblock.three .tabs a.active {
    display: inline-block;
  }
  .left_active.right_active .content .tabsblock.fore .tabs a:hover span,
  .left_active.right_active .content .tabsblock.three .tabs a:hover span,
  .left_active.right_active .content .tabsblock.fore .tabs a.active span,
  .left_active.right_active .content .tabsblock.three .tabs a.active span {
    display: block;
  }
  .left_active.right_active .content .tabsblock.fore .tabs a:hover span:after,
  .left_active.right_active .content .tabsblock.three .tabs a:hover span:after,
  .left_active.right_active .content .tabsblock.fore .tabs a.active span:after,
  .left_active.right_active .content .tabsblock.three .tabs a.active span:after {
    bottom: -1.5em;
  }
  .left_active.right_active .content .tabsblock.fore .tabs a span,
  .left_active.right_active .content .tabsblock.three .tabs a span {
    display: block;
  }
  .left_active.right_active .content .tabsblock.fore .tabs a span.clr,
  .left_active.right_active .content .tabsblock.three .tabs a span.clr {
    display: none;
  }
  .left_active.right_active .content .tabsblock.fore .tabs.onclik a,
  .left_active.right_active .content .tabsblock.three .tabs.onclik a {
    display: inline-block;
  }
  .left_active.right_active .content .tabsblock.fore .tabs.onclik a span:after,
  .left_active.right_active .content .tabsblock.three .tabs.onclik a span:after {
    display: none;
  }
  .left_active.right_active .content .img-text-blocks_full.text_main {
    padding: 5em 2em;
    min-height: auto;
  }
  .left_active.right_active .content .img-text-blocks_full.text_main .salon_info {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }
  .left_active.right_active .content .img-text-blocks_full.text_main .salon_worktime {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .left_active.right_active .content .img-text-blocks_full.contact {
    padding: 5em 2em;
    font-size: 1.2em;
  }
  .left_active.right_active .content .img-text-blocks_full.text_long {
    padding: 4.6em 1.66em;
    min-height: auto;
  }
  .left_active.right_active .content .img-text-blocks_full.text_detail {
    padding: 5em 2em;
  }
  .left_active.right_active .content .img-text-blocks_full.text_detail .text_left {
    display: block;
    width: 100%;
    padding: 0;
  }
  .left_active.right_active .content .img-text-blocks_full.text_detail .text_left.sm {
    width: 100%;
    padding-bottom: 3em;
  }
  .left_active.right_active .content .img-text-blocks_full.text_detail .text_right {
    display: block;
    width: 100%;
  }
  .left_active.right_active .content .img-text-blocks_full.katalog {
    padding: 3em 2em;
  }
  .left_active.right_active .content .img-text-blocks_two.equal {
    position: relative;
  }
  .left_active.right_active .content .img-text-blocks_two.equal .col_text {
    width: 100%;
    float: right;
    clear: right;
    padding: 5em 2em;
  }
  .left_active.right_active .content .img-text-blocks_two.equal .col_img {
    width: 100%;
    top: 0;
  }
  .left_active.right_active .content .img-text-blocks_two.third {
    padding: 10% 0 0 0;
  }
  .left_active.right_active .content .img-text-blocks_two.third .col_text {
    width: 100%;
    padding: 5% 15%;
  }
  .left_active.right_active .content .img-text-blocks_two.third .col_img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .left_active.right_active .content .img-text-blocks_two.third .col_img img {
    max-width: 70%;
  }
  .left_active.right_active .content .img-text-blocks_two.digest .more.show_left {
    position: static;
    bottom: 2.5em;
    left: 2.5em;
  }
  .left_active.right_active .content .img-text-blocks_two_50 .col_text_wrap,
  .left_active.right_active .content .img-text-blocks_two_50 .col_img {
    width: 100%;
    position: relative;
    left: 0 !important;
  }
  .left_active.right_active .content .img-text-blocks_two_50 .col_img {
    height: 50%;
    min-height: 200px;
  }
  .left_active.right_active .content .img-text-blocks_two_50 .col_img a {
    min-height: 200px;
  }
  .left_active.right_active .content .img-text-blocks_two_50 .col_text_wrap {
    height: auto;
    min-height: 1px;
  }
  .left_active.right_active .content .img-text-blocks_two_50 .col_text_wrap .col_text {
    padding: 5em 2em;
    height: auto;
    min-height: 1px;
  }
  .left_active.right_active .content .img-text-blocks_li {
    padding: 0 5em 7em 5em;
  }
  .left_active.right_active .content .img-text-blocks_li.two li {
    width: 100%;
  }
  .left_active.right_active .content .img-text-blocks_li.three li {
    width: 100%;
  }
  .left_active.right_active .content .img-text-blocks_li.four li {
    width: 100%;
    
  }
  .left_active.right_active .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .left_active.right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 1em;
  }
  .left_active.right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 100%;
    margin-top: 0.5em;
  }
  .left_active.right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 100%;
  }
  .left_active.right_active .content .img-text-blocks_li.five li {
    width: 100%;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary {
    padding: 0;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li {
    width: 100%;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover {
    margin: 0;
    text-align: center;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap {
    position: static;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 7%;
    text-align: center;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_hover,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_hover {
    padding: 0;
    width: 100%;
    display: block;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-item-name,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 0.7em 0;
    text-align: center;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-item-name a,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name a {
    font: 2.2em "futura";
    color: #21201d;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .price,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .price {
    display: block;
    width: 100%;
    font: 2em "futura";
    text-align: center;
    padding: 0 0 1.5em 0;
    color: #ed8c02;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line {
    display: block;
    display: inline-block;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b8b8b8;
    padding: 0;
    margin-top: -1em;
    position: relative;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line:before,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line:before {
    position: absolute;
    display: block;
    height: 1px;
    background: #b8b8b8;
    width: 4.5em;
    top: 3px;
    left: 13px;
    content: '';
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line:after,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line:after {
    position: absolute;
    display: block;
    height: 1px;
    background: #b8b8b8;
    width: 4.5em;
    top: 3px;
    right: 13px;
    content: '';
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-detail,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-detail {
    display: none;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button {
    display: block;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #21201d;
    width: auto;
    text-transform: uppercase;
    text-decoration: none;
    font: 1.2em "futura";
    height: 3.666em;
    line-height: 3.666em;
    color: #21201d;
    padding: 0 3.6em;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    z-index: 2;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:hover,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:hover {
    color: #fff;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:before,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:before {
    background: #21201d;
    height: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:hover:before,
  .left_active.right_active .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:hover:before {
    height: 100%;
  }
  .left_active.right_active .content .vina-timeline-slider .vina-dates li {
    width: 15em;
  }
  .left_active.right_active .content .vina-timeline-slider .vina-dates .selected:before {
    height: 6em;
  }
  .left_active.right_active .content .vina-timeline-slider .vina-issues .timeline-content .intro .intro-text-blocks {
    padding: 0 1em;
  }
  .left_active.right_active .content .vina-timeline-slider .vina-navigation.vina-next {
    right: 0.5em;
  }
  .left_active.right_active .content .vina-timeline-slider .vina-navigation.vina-prev {
    left: 0.5em;
  }
  .left_active.right_active .content .navi {
    position: relative;
    margin-top: 4em;
  }
  .left_active.right_active .content .navi:before {
    content: "";
    background: #fff;
    height: 4.1em;
    width: 100%;
    position: absolute;
    top: -4.1em;
    left: 0;
  }
  .left_active.right_active .content .navi .navigation {
    width: 100%;
    float: none;
  }
  .left_active.right_active .content .navi .archive {
    font-size: 1.33em;
    color: #21201d;
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding-bottom: 1em;
  }
  .left_active.right_active .content .navi .pcnt {
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 1.1em;
    padding-bottom: 1em;
  }
  .left_active.right_active .content .navi .pcnt .sbSelector {
    border-color: #d2d2d2;
  }
  .left_active.right_active .content .navi .pcnt .sbSelector:focus {
    border-color: #21201d;
  }
  .left_active.right_active .content .catalog_element {
    padding: 0;
    font-size: 1.2em;
  }
  .left_active.right_active .content .catalog_element .itemimg,
  .left_active.right_active .content .catalog_element .item_el_info,
  .left_active.right_active .content .catalog_element .spcif,
  .left_active.right_active .content .catalog_element .product-detail-photo {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_active.right_active .content .catalog_element .itemimg .flexslider {
    height: 320px;
  }
  .left_active.right_active .content .catalog_element .itemimg .flex-direction-nav {
    display: none;
  }
  .left_active.right_active .content .catalog_element .itemimg .flex-direction-nav:hover {
    display: none;
  }
  .left_active.right_active .content .catalog_element .description {
    margin: 0;
    padding: 0 5%;
  }
  .left_active.right_active .content .catalog_element .item_el_info {
    padding: 10% 5% 0 5%;
    text-align: center;
  }
  .left_active.right_active .content .catalog_element .item_el_info h1 {
    font-size: 2.6em;
  }
  .left_active.right_active .content .catalog_element .spcif {
    padding-bottom: 2em;
    background: #fff;
    font-size: 1.2em;
  }
  .left_active.right_active .content .catalog_element .spcif ul {
    padding-left: 1.6666666em;
  }
  .left_active.right_active .content .catalog_element .recommend {
    padding: 0 2em;
  }
  .left_active.right_active .content .catalog_element .recommend .h_razdel {
    font-size: 2.6em;
  }
  .left_active.right_active .content .catalog_element .recommend.komplekt .tovary li {
    width: 100%;
  }
  .left_active.right_active .content .catalog_element .recommend .tovary li {
    width: 100%;
  }
  .left_active.right_active .content #order_form_div {
    padding: 2em;
  }
  .left_active.right_active .content #order_form_div .bx_ordercart .h_order {
    padding: 0;
  }
  .left_active.right_active .content #order_form_div #basket_items thead,
  .left_active.right_active .content #order_form_div #basket_items tbody,
  .left_active.right_active .content #order_form_div #basket_items th,
  .left_active.right_active .content #order_form_div #basket_items td,
  .left_active.right_active .content #order_form_div #basket_items tr {
    display: block;
  }
  .left_active.right_active .content #order_form_div #basket_items thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td {
    position: relative;
    padding: 0.5em 0 0.5em 50%;
    clear: both;
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td.itemphoto {
    float: left;
    border: none;
    margin: 2em 1.5em 1em 0;
    padding: 0;
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td.item {
    padding-left: 0;
    clear: none;
    float: left;
    border: none;
    font-size: 1.2em;
    padding-top: 1.5em;
    width: 50%;
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td.sklad {
    border-top: 1px solid #ececea;
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    color: #929292;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: left;
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td:nth-of-type(3):before {
    content: "На складе";
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td:nth-of-type(4):before {
    content: "Цена";
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td:nth-of-type(5):before {
    content: "Количество";
  }
  .left_active.right_active .content #order_form_div #basket_items tbody td:nth-of-type(6):before {
    content: "Сумма";
  }
  .left_active.right_active .content #order_form_div .profile-table {
    font-size: 1.2em;
    padding: 0;
    margin: 0;
  }
  .left_active.right_active .content #order_form_div .profile-table td {
    display: block;
    width: 100%;
    padding: 1em 0;
  }
  .left_active.right_active .content #order_form_div .bx_ordercart_order_sum {
    font-size: 1.6em;
    width: 100%;
    padding-bottom: 5em;
  }
  .left_active.right_active .content #order_form_div .bx_ordercart_order_sum td {
    width: 50%;
  }
  .left_active.right_active .content #order_form_div .bx_ordercart_order_sum td#allSum_FORMATED {
    text-align: center;
  }
  .left_active.right_active .content .content_zanaves {
    margin-bottom: 0;
  }
  .left_active.right_active #footer {
    font-size: 1.4em;
    position: static;
  }
  .left_active.right_active #footer .fixed_content {
    padding: 5em 2em 1em 2em;
  }
  .left_active.right_active #footer #footer_left {
    float: none;
    width: 100%;
  }
  .left_active.right_active #footer #footer_left li {
    padding: 0 0 4em 0;
    float: none;
    width: 100%;
  }
  .left_active.right_active #footer #footer_left li li {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.2em;
  }
  .left_active.right_active #footer #footer_right {
    width: 100%;
    float: none;
    clear: both;
  }
  .left_active.right_active #footer #footer_right p.clear_footer {
    display: block;
    padding: 0;
    height: 0;
  }
  .left_active.right_active #footer #bot #bot_left {
    width: 100%;
  }
  .left_active.right_active #footer #bot #bot_right {
    width: 100%;
  }
}
@media (max-width: 1005px) {
  .content .catalog_element .catalog-utp {
    width: 100%;
    padding-bottom: 0;
    display: flex;
    flex-flow: column;
  }
  .content .catalog_element .catalog-utp__item {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 767px) and (max-width: 997px) {
  .right_active .content {
    font-size: 0.85em;
  }
  .right_active .content .img-text-blocks_full.text_main {
    padding: 7em 10%;
    min-height: auto;
  }
  .right_active .content .img-text-blocks_full.text_main .salon_info {
    width: 49%;
    border-right: 1px solid #ececea;
    padding-right: 3.6em;
  }
  .right_active .content .img-text-blocks_full.text_main .salon_worktime {
    width: 49%;
    text-align: left;
    padding-left: 3.6em;
  }
  .right_active .content .img-text-blocks_full.text_long {
    padding: 7em 5em;
    min-height: auto;
  }
  .right_active .content .img-text-blocks_full.contact {
    padding: 7em 2em;
  }
  .right_active .content .img-text-blocks_two.equal .col_text {
    width: 100%;
    padding: 7em 5em;
  }
  .right_active .content .img-text-blocks_two.equal .col_img {
    width: 100%;
  }
  .right_active .content .img-text-blocks_two.third {
    padding: 10% 0 0 0;
  }
  .right_active .content .img-text-blocks_two.third .col_text {
    width: 100%;
    padding: 5% 15%;
  }
  .right_active .content .img-text-blocks_two.third .col_img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .right_active .content .img-text-blocks_two.third .col_img img {
    max-width: 60%;
  }
  .right_active .content .catalog_element .itemimg .flexslider {
    height: 480px;
  }
  .right_active .content .catalog_element .itemimg .flex-direction-nav {
    display: none;
  }
  .right_active .content .catalog_element .itemimg .flex-direction-nav:hover {
    display: none;
  }
  .right_active .content .img-text-blocks_li.three li {
    width: 50%;
  }
  .right_active .content .img-text-blocks_li.four li {
    width: 50%;
  }
  .right_active .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 0.9em;
  }
  .right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 39%;
    margin-top: 0.5em;
  }
  .right_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 60%;
  }
  .right_active .content .img-text-blocks_li.five li {
    width: 49%;
  }
  .right_active .content #order_form_div .profile-table {
    font-size: 1.2em;
  }
  .right_active .content #order_form_div .profile-table td {
    display: table-cell;
    width: 50%;
    padding: 1em 0;
  }
  .right_active #footer {
    font-size: 1.2em;
  }
  .right_active #footer #footer_left {
    width: 100%;
  }
  .right_active #footer #footer_left li {
    width: 49%;
    float: none;
  }
  .right_active #footer #footer_left li li {
    width: 100%;
  }
  .right_active #footer #footer_right {
    width: 100%;
  }
  .right_active #footer #bot #bot_left {
    width: 49%;
  }
  .right_active #footer #bot #bot_right {
    width: 49%;
  }
}
@media screen and (min-width: 767px) and (max-width: 957px) {
  .left_active .content {
    font-size: 0.85em;
  }
  .left_active .content .img-text-blocks_full.text_main {
    padding: 7em 10%;
    min-height: auto;
  }
  .left_active .content .img-text-blocks_full.text_main .salon_info {
    width: 49%;
    border-right: 1px solid #ececea;
    padding-right: 3.6em;
  }
  .left_active .content .img-text-blocks_full.text_main .salon_worktime {
    width: 49%;
    text-align: left;
    padding-left: 3.6em;
  }
  .left_active .content .img-text-blocks_full.text_long {
    padding: 7em 5em;
    min-height: auto;
  }
  .left_active .content .img-text-blocks_full.contact {
    padding: 7em 2em;
  }
  .left_active .content .img-text-blocks_two.equal .col_text {
    width: 100%;
    padding: 7em 5em;
  }
  .left_active .content .img-text-blocks_two.equal .col_img {
    width: 100%;
  }
  .left_active .content .img-text-blocks_two.third {
    padding: 10% 0 0 0;
  }
  .left_active .content .img-text-blocks_two.third .col_text {
    width: 100%;
    padding: 5% 15%;
  }
  .left_active .content .img-text-blocks_two.third .col_img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .left_active .content .img-text-blocks_two.third .col_img img {
    max-width: 60%;
  }
  .left_active .content .catalog_element .itemimg .flexslider {
    height: 480px;
  }
  .left_active .content .catalog_element .itemimg .flex-direction-nav {
    display: none;
  }
  .left_active .content .catalog_element .itemimg .flex-direction-nav:hover {
    display: none;
  }
  .left_active .content .img-text-blocks_li.three li {
    width: 50%;
  }
  .left_active .content .img-text-blocks_li.four li {
    width: 50%;
  }
  .left_active .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .left_active .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 0.9em;
  }
  .left_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 39%;
    margin-top: 0.5em;
  }
  .left_active .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 60%;
  }
  .left_active .content .img-text-blocks_li.five li {
    width: 49%;
  }
  .left_active .content #order_form_div .profile-table {
    font-size: 1.2em;
  }
  .left_active .content #order_form_div .profile-table td {
    display: table-cell;
    width: 50%;
    padding: 1em 0;
  }
  .left_active #footer {
    font-size: 1.2em;
  }
  .left_active #footer #footer_left {
    width: 100%;
  }
  .left_active #footer #footer_left li {
    width: 49%;
    float: none;
  }
  .left_active #footer #footer_left li li {
    width: 100%;
  }
  .left_active #footer #footer_right {
    width: 100%;
  }
  .left_active #footer #bot #bot_left {
    width: 49%;
  }
  .left_active #footer #bot #bot_right {
    width: 49%;
  }
}
/********************************************************************************** Телефон */
@media screen and (max-width: 767px) {
  .price-block {
    width: 100%;
  }
  .content {
    margin-top: 80px;
    font-size: 0.75em;
  }
  .content h1 {
    font-size: 3.6em;
    padding-bottom: 1.1em;
  }
  .content h2 {
    font-size: 3em;
  }
  .content h3 {
    font-size: 2em;
  }
  .content .content_zanaves.element {
    height: auto;
  }
  .content .content_zanaves .full_height .margin {
    height: 0;
    line-height: 0;
  }
  .content .content_zanaves .margin {
    height: 0;
    line-height: 0;
  }
  .content .tabsblock.fore,
  .content .tabsblock.three {
    width: 100%;
  }
  .content .tabsblock.fore .tabs,
  .content .tabsblock.three .tabs {
    background-color: #21201d;
  }
  .content .tabsblock.fore .tabs a,
  .content .tabsblock.three .tabs a {
    border-top: 1px solid #b8b8b8;
    border-right: none;
    width: 100%;
    display: none;
  }
  .content .tabsblock.fore .tabs a:before,
  .content .tabsblock.three .tabs a:before,
  .content .tabsblock.fore .tabs a:after,
  .content .tabsblock.three .tabs a:after {
    display: none;
  }
  .content .tabsblock.fore .tabs a:hover,
  .content .tabsblock.three .tabs a:hover,
  .content .tabsblock.fore .tabs a.active,
  .content .tabsblock.three .tabs a.active {
    display: inline-block;
  }
  .content .tabsblock.fore .tabs a:hover span,
  .content .tabsblock.three .tabs a:hover span,
  .content .tabsblock.fore .tabs a.active span,
  .content .tabsblock.three .tabs a.active span {
    display: block;
  }
  .content .tabsblock.fore .tabs a:hover span:after,
  .content .tabsblock.three .tabs a:hover span:after,
  .content .tabsblock.fore .tabs a.active span:after,
  .content .tabsblock.three .tabs a.active span:after {
    bottom: -1.5em;
  }
  .content .tabsblock.fore .tabs a span,
  .content .tabsblock.three .tabs a span {
    display: block;
  }
  .content .tabsblock.fore .tabs a span.clr,
  .content .tabsblock.three .tabs a span.clr {
    display: none;
  }
  .content .tabsblock.fore .tabs.onclik a,
  .content .tabsblock.three .tabs.onclik a {
    display: inline-block;
  }
  .content .tabsblock.fore .tabs.onclik a span:after,
  .content .tabsblock.three .tabs.onclik a span:after {
    display: none;
  }
  .content .img-text-blocks_full.text_main {
    padding: 5em 2em;
    min-height: auto;
  }
  .content .img-text-blocks_full.text_main .salon_info {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-right: 0;
  }
  .content .img-text-blocks_full.text_main .salon_worktime {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .content .img-text-blocks_full.contact {
    padding: 5em 2em;
    font-size: 1.2em;
  }
  .content .img-text-blocks_full.text_long {
    padding: 4.6em 1.66em;
    min-height: auto;
  }
  .content .img-text-blocks_full.text_detail {
    padding: 5em 2em;
  }
  .content .img-text-blocks_full.text_detail .text_left {
    display: block;
    width: 100%;
    padding: 0;
  }
  .content .img-text-blocks_full.text_detail .text_left.sm {
    width: 100%;
    padding-bottom: 3em;
  }
  .content .img-text-blocks_full.text_detail .text_right {
    display: block;
    width: 100%;
  }
  .content .img-text-blocks_full.katalog {
    padding: 3em 2em;
  }
  .content .img-text-blocks_two.equal {
    position: relative;
  }
  .content .img-text-blocks_two.equal .col_text {
    width: 100%;
    float: right;
    clear: right;
    padding: 5em 2em;
  }
  .content .img-text-blocks_two.equal .col_img {
    width: 100%;
    top: 0;
  }
  .content .img-text-blocks_two.third {
    padding: 10% 0 0 0;
  }
  .content .img-text-blocks_two.third .col_text {
    width: 100%;
    padding: 5% 15%;
  }
  .content .img-text-blocks_two.third .col_img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .content .img-text-blocks_two.third .col_img img {
    max-width: 70%;
  }
  .content .img-text-blocks_two.digest .more.show_left {
    position: static;
    bottom: 2.5em;
    left: 2.5em;
  }
  .content .img-text-blocks_two_50 .col_text_wrap,
  .content .img-text-blocks_two_50 .col_img {
    width: 100%;
    position: relative;
    left: 0 !important;
  }
  .content .img-text-blocks_two_50 .col_img {
    height: 50%;
    min-height: 200px;
  }
  .content .img-text-blocks_two_50 .col_img a {
    min-height: 200px;
  }
  .content .img-text-blocks_two_50 .col_text_wrap {
    height: auto;
    min-height: 1px;
  }
  .content .img-text-blocks_two_50 .col_text_wrap .col_text {
    padding: 5em 2em;
    height: auto;
    min-height: 1px;
  }
  .content .img-text-blocks_li {
    padding: 0 5em 7em 5em;
  }
  .content .img-text-blocks_li.two li {
    width: 100%;
  }
  .content .img-text-blocks_li.three li {
    width: 100%;
  }
  .content .img-text-blocks_li.four li {
    width: 100%;
    
  }
  .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 1em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 100%;
    margin-top: 0.5em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 100%;
  }
  .content .img-text-blocks_li.five li {
    width: 100%;
  }
  .content .img-text-blocks_li.tovary {
    padding: 0;
  }
  .content .img-text-blocks_li.tovary li {
    width: 100%;
  }
  .content .img-text-blocks_li.tovary li .col_text_img,
  .content .img-text-blocks_li.tovary li .col_text_img:hover {
    margin: 0;
    text-align: center;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap {
    position: static;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 7%;
    text-align: center;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_hover,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_hover {
    padding: 0;
    width: 100%;
    display: block;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-item-name,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 0.7em 0;
    text-align: center;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-item-name a,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-item-name a {
    font: 2.2em "futura";
    color: #21201d;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .price,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .price {
    display: block;
    width: 100%;
    font: 2em "futura";
    text-align: center;
    padding: 0 0 1.5em 0;
    color: #ed8c02;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line {
    display: block;
    display: inline-block;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b8b8b8;
    padding: 0;
    margin-top: -1em;
    position: relative;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line:before,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line:before {
    position: absolute;
    display: block;
    height: 1px;
    background: #b8b8b8;
    width: 4.5em;
    top: 3px;
    left: 13px;
    content: '';
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .line:after,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .line:after {
    position: absolute;
    display: block;
    height: 1px;
    background: #b8b8b8;
    width: 4.5em;
    top: 3px;
    right: 13px;
    content: '';
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .list-detail,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .list-detail {
    display: none;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button {
    display: block;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #21201d;
    width: auto;
    text-transform: uppercase;
    text-decoration: none;
    font: 1.2em "futura";
    height: 3.666em;
    line-height: 3.666em;
    color: #21201d;
    padding: 0 3.6em;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    z-index: 2;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:hover,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:hover {
    color: #fff;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:before,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:before {
    background: #21201d;
    height: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap .text_img_button a:hover:before,
  .content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .text_img_button a:hover:before {
    height: 100%;
  }
  .content .vina-timeline-slider .vina-dates li {
    width: 15em;
  }
  .content .vina-timeline-slider .vina-dates .selected:before {
    height: 6em;
  }
  .content .vina-timeline-slider .vina-issues .timeline-content .intro .intro-text-blocks {
    padding: 0 1em;
  }
  .content .vina-timeline-slider .vina-navigation.vina-next {
    right: 0.5em;
  }
  .content .vina-timeline-slider .vina-navigation.vina-prev {
    left: 0.5em;
  }
  .content .navi {
    position: relative;
    margin-top: 4em;
  }
  .content .navi:before {
    content: "";
    background: #fff;
    height: 4.1em;
    width: 100%;
    position: absolute;
    top: -4.1em;
    left: 0;
  }
  .content .navi .navigation {
    width: 100%;
    float: none;
  }
  .content .navi .archive {
    font-size: 1.33em;
    color: #21201d;
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding-bottom: 1em;
  }
  .content .navi .pcnt {
    float: none;
    width: auto;
    border-left: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 1.1em;
    padding-bottom: 1em;
  }
  .content .navi .pcnt .sbSelector {
    border-color: #d2d2d2;
  }
  .content .navi .pcnt .sbSelector:focus {
    border-color: #21201d;
  }
  .content .catalog_element {
    padding: 0;
    font-size: 1.2em;
  }
  .content .catalog_element .itemimg,
  .content .catalog_element .item_el_info,
  .content .catalog_element .spcif,
  .content .catalog_element .product-detail-photo {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .catalog_element .itemimg .flexslider {
    height: 320px;
  }
  .content .catalog_element .itemimg .flex-direction-nav {
    display: none;
  }
  .content .catalog_element .itemimg .flex-direction-nav:hover {
    display: none;
  }
  .content .catalog_element .description {
    margin: 0;
    padding: 0 5%;
  }
  .content .catalog_element .item_el_info {
    padding: 10% 5% 0 5%;
    text-align: center;
  }
  .content .catalog_element .item_el_info h1 {
    font-size: 2.6em;
  }
  .content .catalog_element .spcif {
    padding-bottom: 2em;
    background: #fff;
    font-size: 1.2em;
  }
  .content .catalog_element .spcif ul {
    padding-left: 1.6666666em;
  }
  .content .catalog_element .recommend {
    padding: 0 2em;
  }
  .content .catalog_element .recommend .h_razdel {
    font-size: 2.6em;
  }
  .content .catalog_element .recommend.komplekt .tovary li {
    width: 100%;
  }
  .content .catalog_element .recommend .tovary li {
    width: 100%;
  }
  .content #order_form_div {
    padding: 2em;
  }
  .content #order_form_div .bx_ordercart .h_order {
    padding: 0;
  }
  .content #order_form_div #basket_items thead,
  .content #order_form_div #basket_items tbody,
  .content #order_form_div #basket_items th,
  .content #order_form_div #basket_items td,
  .content #order_form_div #basket_items tr {
    display: block;
  }
  .content #order_form_div #basket_items thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .content #order_form_div #basket_items tbody td {
    position: relative;
    padding: 0.5em 0 0.5em 50%;
    clear: both;
  }
  .content #order_form_div #basket_items tbody td.itemphoto {
    float: left;
    border: none;
    margin: 2em 1.5em 1em 0;
    padding: 0;
  }
  .content #order_form_div #basket_items tbody td.item {
    padding-left: 0;
    clear: none;
    float: left;
    border: none;
    font-size: 1.2em;
    padding-top: 1.5em;
    width: 50%;
  }
  .content #order_form_div #basket_items tbody td.sklad {
    border-top: 1px solid #ececea;
  }
  .content #order_form_div #basket_items tbody td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    color: #929292;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: left;
  }
  .content #order_form_div #basket_items tbody td:nth-of-type(3):before {
    content: "На складе";
  }
  .content #order_form_div #basket_items tbody td:nth-of-type(4):before {
    content: "Цена";
  }
  .content #order_form_div #basket_items tbody td:nth-of-type(5):before {
    content: "Количество";
  }
  .content #order_form_div #basket_items tbody td:nth-of-type(6):before {
    content: "Сумма";
  }
  .content #order_form_div .profile-table {
    font-size: 1.2em;
    padding: 0;
    margin: 0;
  }
  .content #order_form_div .profile-table td {
    display: block;
    width: 100%;
    padding: 1em 0;
  }
  .content #order_form_div .bx_ordercart_order_sum {
    font-size: 1.6em;
    width: 100%;
    padding-bottom: 5em;
  }
  .content #order_form_div .bx_ordercart_order_sum td {
    width: 50%;
  }
  .content #order_form_div .bx_ordercart_order_sum td#allSum_FORMATED {
    text-align: center;
  }
  .jivo {
    right: 15.8em;
    top: 2em;
    background: #fff;
    padding: 2.2em 0.73em 1.8em 0;
    position: absolute;
    padding-left: 1.53em;
    background: none;
    padding: 0;
  }
  .jivo a {
    font: 1.12em "futura";
    line-height: 0.45em;
    text-transform: uppercase;
    color: #929292;
    border-left: 1px solid #ececea;
    display: inline-block;
    padding-right: 2.9em;
    padding-left: 0.73em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1em;
  }
  .jivo a:hover {
    color: #000;
  }
  .jivo a:after {
    content: "$";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    width: 1em;
    text-transform: none;
    font: 2.44em "iconfont";
    height: 1em;
    line-height: 1em;
    color: #000;
    position: absolute;
    top: 0.35em;
    right: 0.4em;
  }
  .jivo a:hover:after {
    color: #21201d;
  }
  .jivo span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #ed8c02;
    color: #fff;
    position: absolute;
    z-index: 100;
    font-size: 0.9em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    top: 0.85em;
    right: 0.6em;
    z-index: 10;
  }
  .jivo a {
    border: none;
  }
  .jivo a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #595959;
    width: 1.51em;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    height: 1.51em;
    line-height: 1.45em;
    color: #595959;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: right;
    color: #000;
    text-indent: -999px;
  }
  .jivo a:hover {
    color: #000000;
  }
  .jivo a:before {
    background: #595959;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -4.53em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .jivo a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .jivo a:after {
    width: 1em;
    font-size: 1.12em;
    height: 1em;
    line-height: 1em;
    color: #595959;
    top: 0.17em;
    right: 0.15em;
    text-indent: 0;
  }
  .jivo a:hover {
    color: #595959;
  }
  .jivo a:hover:after {
    color: #000000;
  }
  .jivo span {
    top: 0.3em;
    right: 0.3em;
  }
  .basket {
    right: 6.2em;
    top: 2em;
    background: #fff;
    padding: 2.2em 0.73em 1.8em 0;
    position: absolute;
    padding-left: 1.53em;
    background: none;
    padding: 0;
  }
  .basket a {
    font: 1.12em "futura";
    line-height: 0.45em;
    text-transform: uppercase;
    color: #929292;
    border-left: 1px solid #ececea;
    display: inline-block;
    padding-right: 2.9em;
    padding-left: 0.73em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1em;
  }
  .basket a:hover {
    color: #000;
  }
  .basket a:after {
    content: "=";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    width: 1em;
    text-transform: none;
    font: 2.44em "iconfont";
    height: 1em;
    line-height: 1em;
    color: #000;
    position: absolute;
    top: 0.35em;
    right: 0.4em;
  }
  .basket a:hover:after {
    color: #21201d;
  }
  .basket span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #ed8c02;
    color: #fff;
    position: absolute;
    z-index: 100;
    font-size: 0.9em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    top: 0.85em;
    right: 0.6em;
    z-index: 10;
  }
  .basket a {
    border: none;
  }
  .basket a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #595959;
    width: 1.51em;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    height: 1.51em;
    line-height: 1.45em;
    color: #595959;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: right;
    color: #000;
    text-indent: -999px;
  }
  .basket a:hover {
    color: #000000;
  }
  .basket a:before {
    background: #595959;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -4.53em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .basket a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .basket a:after {
    width: 1em;
    font-size: 1.12em;
    height: 1em;
    line-height: 1em;
    color: #595959;
    top: 0.17em;
    right: 0.15em;
    text-indent: 0;
  }
  .basket a:hover {
    color: #595959;
  }
  .basket a:hover:after {
    color: #000000;
  }
  .basket span {
    top: 0.3em;
    right: 0.3em;
  }
  .filtr {
    font-size: 1.32em;
    right: 11.1em;
    top: 2em;
    background: #fff;
    padding: 2.2em 0.73em 1.8em 0;
    position: absolute;
    padding-left: 1.53em;
    background: none;
    padding: 0;
  }
  .filtr a {
    font: 1.12em "futura";
    line-height: 0.45em;
    text-transform: uppercase;
    color: #929292;
    border-left: 1px solid #ececea;
    display: inline-block;
    padding-right: 2.9em;
    padding-left: 0.73em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1em;
  }
  .filtr a:hover {
    color: #000;
  }
  .filtr a:after {
    content: "a";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    width: 1em;
    text-transform: none;
    font: 2.44em "iconfont";
    height: 1em;
    line-height: 1em;
    color: #000;
    position: absolute;
    top: 0.35em;
    right: 0.4em;
  }
  .filtr a:hover:after {
    color: #21201d;
  }
  .filtr span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #ed8c02;
    color: #fff;
    position: absolute;
    z-index: 100;
    font-size: 0.9em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    top: 0.85em;
    right: 0.6em;
    z-index: 10;
  }
  .filtr a {
    border: none;
  }
  .filtr a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #595959;
    width: 1.51em;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    height: 1.51em;
    line-height: 1.45em;
    color: #595959;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: right;
    color: #000;
    text-indent: -999px;
  }
  .filtr a:hover {
    color: #000000;
  }
  .filtr a:before {
    background: #595959;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -4.53em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .filtr a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .filtr a:after {
    width: 1em;
    font-size: 1.12em;
    height: 1em;
    line-height: 1em;
    color: #595959;
    top: 0.17em;
    right: 0.15em;
    text-indent: 0;
  }
  .filtr a:hover {
    color: #595959;
  }
  .filtr a:hover:after {
    color: #000000;
  }
  .filtr span {
    top: 0.3em;
    right: 0.3em;
  }
  .right_active .filtr {
    right: 11.1em;
  }
  .light .basket a,
  .light .jivo a,
  .light .filtr a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #21201d;
    width: 1.51em;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    height: 1.51em;
    line-height: 1.45em;
    color: #21201d;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    border-color: #c5c5c5;
  }
  .light .basket a:hover,
  .light .jivo a:hover,
  .light .filtr a:hover {
    color: #fff;
  }
  .light .basket a:before,
  .light .jivo a:before,
  .light .filtr a:before {
    background: #21201d;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -4.53em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .light .basket a:hover:before,
  .light .jivo a:hover:before,
  .light .filtr a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .light .basket a:after,
  .light .jivo a:after,
  .light .filtr a:after {
    color: #21201d;
  }
  .light .basket a:hover,
  .light .jivo a:hover,
  .light .filtr a:hover {
    color: #21201d;
  }
  .light .basket a:hover:after,
  .light .jivo a:hover:after,
  .light .filtr a:hover:after {
    color: #fff;
  }
  .light .right_panel .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    width: 2.1em;
    text-transform: none;
    text-decoration: none;
    font: 1.96em "iconfont";
    height: 2.1em;
    line-height: 2.1em;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-color: #c5c5c5;
  }
  .light .right_panel .close_link a:hover {
    color: #fff;
  }
  .light .right_panel .close_link a:before {
    background: #fff;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -6.3em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .light .right_panel .close_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .light .top_panel .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #21201d;
    width: 2.1em;
    text-transform: none;
    text-decoration: none;
    font: 1.96em "iconfont";
    height: 2.1em;
    line-height: 2.1em;
    color: #21201d;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-color: #c5c5c5;
  }
  .light .top_panel .close_link a:hover {
    color: #fff;
  }
  .light .top_panel .close_link a:before {
    background: #21201d;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -6.3em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .light .top_panel .close_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .top_katalog_left {
    top: -1em !important;
    font-size: 0.9em;
  }
  .top_katalog_left .fixed_content {
    padding-top: 80px;
    padding-left: 2em;
  }
  .top_katalog_left .fixed_content .menu_katalog {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49%;
    padding: 1em 0.9em 1em 0;
  }
  .fixed_content_wrap.top_panel {
    font-size: 1.25em;
    top: 14em;
    z-index: 100;
  }
  .fixed_content_wrap.top_panel .close_link {
    top: -10.9em;
    right: 10.61em;
    font-size: 1.1em;
  }
  .fixed_content_wrap.top_panel .filtren {
    width: 100%;
    position: relative;
  }
  .fixed_content_wrap.top_panel .filtren .right_col {
    float: left;
    width: 0;
    margin-left: 0;
  }
  .fixed_content_wrap.top_panel .filtren .center_col_wrap {
    width: 100%;
    float: left;
  }
  .fixed_content_wrap.top_panel .filtren .center_col {
    margin: 0 0 0 0;
  }
  .fixed_content_wrap.top_panel .filtren .right_col {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .fixed_content_wrap.top_panel .filtren .center_col_wrap {
    width: 100%;
    float: none;
  }
  .fixed_content_wrap.top_panel .filtren .center_col {
    margin: 0;
  }
  .fixed_content_wrap.top_panel .filtren .cntf {
    padding: 1em 2em 0 2em;
  }
  .fixed_content_wrap.top_panel .filtren .filtren_button {
    height: auto;
    margin: 0;
    padding: 1em 2em;
    border-top: 1px solid #ececea;
    border-left: none;
  }
  .fixed_content_wrap.top_panel .filtren .filtren_button .button {
    width: auto;
    margin-right: 0.7em;
    padding: 0 1.5em;
  }
  .fixed_content_wrap.top_panel .filtren .filtren_button .button_black {
    width: auto;
    padding: 0 1.5em;
  }
  .header {
    height: 80px;
    width: 100%;
    background: #000 url(../images/fon_header_ph.png) top left no-repeat;
  }
  .header #logo {
    top: 9px;
    left: 13px;
  }
  .header #logo a {
    width: 60px;
    height: 60px;
    background: url(../images/fon_logo_ph.png) top left no-repeat;
  }
  .header #menu {
    position: static;
    margin-top: 80px;
    border-top: 1px solid #262626;
    display: none;
  }
  .header #menu ul ul {
    padding: 0 2em 1em 2em;
  }
  .header #menu li {
    border-bottom: 1px solid #262626;
    font-size: 1.5em;
  }
  .header #menu li a {
    color: #9e7a47;
    display: block;
    padding: 0.3em 2em;
  }
  .header #menu li a:hover {
    background: #262626;
  }
  .header #menu li.item4 {
    padding-top: 0;
  }
  .header #menu li li {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1em;
    border-bottom: none;
    display: block;
    vertical-align: top;
    width: 49%;
  }
  .header #menu li li a {
    font-size: 0.8125em;
    line-height: 1.69em;
    background: none;
    padding: 0;
  }
  .header #menu li li a:hover {
    background: none;
  }
  .header .phone_header {
    display: none;
    position: static;
  }
  .header #social_link {
    display: none;
    position: static;
    text-align: center;
  }
  .header #search {
    display: none;
    position: static;
    padding-bottom: 1.5em;
    text-align: center;
  }
  .header .menu_link {
    position: absolute;
    right: 1.5em;
    top: 2em;
  }
  .header .menu_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #595959;
    width: 1.32em;
    text-transform: none;
    text-decoration: none;
    font: 3.2em "iconfont";
    height: 1.32em;
    line-height: 1.26em;
    color: #595959;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .header .menu_link a:hover {
    color: #000000;
  }
  .header .menu_link a:before {
    background: #595959;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -3.96em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .menu_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .header .close_link {
    position: absolute;
    right: 1.5em;
    top: 2em;
    display: none;
  }
  .header .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #595959;
    width: 2.1em;
    text-transform: none;
    text-decoration: none;
    font: 1.96em "iconfont";
    height: 2.1em;
    line-height: 2.1em;
    color: #595959;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .header .close_link a:hover {
    color: #000000;
  }
  .header .close_link a:before {
    background: #595959;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -6.3em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .close_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .header.light {
    background: #fff url(../images/fon_header_ph_l.png) top left no-repeat;
  }
  .header.light #logo a {
    background: url(../images/fon_logo_ph_l.png) top left no-repeat;
  }
  .header.light #menu {
    border-top: 1px solid #ececea;
  }
  .header.light #menu li {
    border-bottom: 1px solid #ececea;
  }
  .header.light #menu li a:hover {
    background: #21201d;
    color: #fff;
  }
  .header.light #menu li li {
    border-bottom: none;
  }
  .header.light #menu li li a {
    background: none;
  }
  .header.light #menu li li a:hover {
    background: none;
  }
  .header.light .menu_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #21201d;
    width: 1.32em;
    text-transform: none;
    text-decoration: none;
    font: 3.2em "iconfont";
    height: 1.32em;
    line-height: 1.26em;
    color: #21201d;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-color: #c5c5c5;
  }
  .header.light .menu_link a:hover {
    color: #fff;
  }
  .header.light .menu_link a:before {
    background: #21201d;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -3.96em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header.light .menu_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .header.light .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #21201d;
    width: 2.1em;
    text-transform: none;
    text-decoration: none;
    font: 1.96em "iconfont";
    height: 2.1em;
    line-height: 2.1em;
    color: #21201d;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-color: #c5c5c5;
  }
  .header.light .close_link a:hover {
    color: #fff;
  }
  .header.light .close_link a:before {
    background: #21201d;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -6.3em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header.light .close_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  #footer {
    font-size: 1.4em;
    position: relative;
  }
  #footer .fixed_content {
    padding: 5em 2em 1em 2em;
  }
  #footer #footer_left {
    float: none;
    width: 100%;
  }
  #footer #footer_left li {
    padding: 0 0 4em 0;
    float: none;
    width: 100%;
  }
  #footer #footer_left li li {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.2em;
  }
  #footer #footer_right {
    width: 100%;
    float: none;
    clear: both;
  }
  #footer #footer_right p.clear_footer {
    display: block;
    padding: 0;
    height: 0;
  }
  #footer #bot #bot_left {
    width: 100%;
  }
  #footer #bot #bot_right {
    width: 100%;
  }
  .left_panel {
    height: 0;
    left: 0;
    width: 100%;
  }
  .right_panel {
    height: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 100;
  }
  .right_panel .close_link {
    position: absolute;
    top: -60px;
    right: 64px;
    display: none;
    z-index: 10;
  }
  .right_panel .close_link a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #595959;
    width: 2.1em;
    text-transform: none;
    text-decoration: none;
    font: 1.96em "iconfont";
    height: 2.1em;
    line-height: 2.1em;
    color: #595959;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .right_panel .close_link a:hover {
    color: #000000;
  }
  .right_panel .close_link a:before {
    background: #595959;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -6.3em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .right_panel .close_link a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .right_panel .h_right_block {
    display: none;
  }
  .right_panel .bx_ordercart_order_table_container {
    position: relative;
  }
  .right_panel #basket_items_list {
    padding: 0 5em;
  }
  .right_panel #basket_items_list .basket-prev,
  .right_panel #basket_items_list .basket-next {
    display: block;
    position: absolute;
    height: 20em;
    width: 4em;
    top: 0;
    left: 0;
  }
  .right_panel #basket_items_list .basket-prev:before,
  .right_panel #basket_items_list .basket-next:before {
    height: auto;
    top: 50%;
    left: 0;
  }
  .right_panel #basket_items_list .basket-prev:before {
    content: "x";
  }
  .right_panel #basket_items_list .basket-next {
    left: auto;
    right: 0;
  }
  .right_panel #basket_items_list .basket-next:before {
    content: "y";
  }
  .right_panel #basket_items_list table {
    padding: 2em 0 1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000%;
    font-size: 1em;
  }
  .right_panel #basket_items_list tr {
    display: inline-block;
    width: 23em;
    vertical-align: top;
  }
  .right_panel #basket_items_list td {
    padding: 0 3em 0 0;
  }
  .right_panel #basket_items_list .bx_ordercart_info .manufacturer {
    display: none;
  }
  .right_panel .bx_ordercart_order_pay {
    padding: 1em 0;
    position: static;
    clear: both;
    text-align: center;
    border-top: 1px solid #ececea;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right {
    border-top: none;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 0.85em;
    width: 100%;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right p {
    margin: 0;
    padding: 0.3em 0 0 0;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right p #allSum_FORMATED {
    padding-left: 1em;
    float: none;
    font-size: 1.3333em;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center {
    padding: 0;
    margin: 0;
    float: right;
    width: 100%;
    font-size: 0.85em;
    padding-bottom: 1em;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #21201d;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font: 1.2em "futura";
    height: 3.666em;
    line-height: 3.666em;
    color: #21201d;
    padding: 0 3.6em;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    z-index: 2;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:hover {
    color: #fff;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:before {
    background: #21201d;
    height: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center .more:hover:before {
    height: 100%;
  }
  .header_active .header {
    height: auto;
    border-bottom: 1px solid #ececea;
  }
  .header_active .header .menu_link {
    display: none;
  }
  .header_active .header .close_link {
    display: block;
  }
  .header_active .header #menu {
    display: block;
  }
  .header_active .header #menu li.openned .ul_katalog .menu_ul {
    display: none;
  }
  .header_active .header #social_link {
    display: block;
  }
  .header_active .header .phone_header {
    display: block;
    text-align: center;
    padding: 0.2em 0;
  }
  .header_active .header #search {
    display: block;
  }
  .left_active .content {
    margin-top: 320px;
  }
  .left_active .left_panel {
    height: 240px;
    top: 80px;
    border-bottom: 1px solid #ececea;
  }
  .right_active .fixed_content {
    margin-top: 320px;
  }
  .right_active .right_panel {
    min-height: 240px;
    height: auto;
    top: 80px;
    border-bottom: 1px solid #ececea;
  }
  .right_active .right_panel .close_link {
    display: block;
  }
  .bx-composite-btn-fixed {
    position: fixed !important;
    bottom: 89px !important;
    right: 15px !important;
    top: auto !important;
    z-index: 10 !important;
  }
}
@media (max-width: 767px) {
  #footer #bot #bot_left p a {
    display: block;
    line-height: 2;
    margin: 0 !important;
  }
  .tab__container .fake__ul {
    max-width: none;
  }
  .content .catalog_element .catalog-utp {
    padding: 10px;
  }
  .content .catalog_element .catalog-utp__item {
    padding: 0;
  }
  .content .catalog_element .recommend {
    padding: 0;
  }
  .content .catalog_element .recommend .h_razdel {
    font-size: 1.6em;
  }
  .content .catalog_element .recommend.komplekt .tovary li {
    margin-bottom: 20px;
  }
  .content .catalog_element .item_el_info .na_sklade {
    justify-content: center;
  }
  .content .catalog_element h3 {
    font-size: 1.4em;
    margin-top: 1em;
  }
  .content .catalog_element .img-text-blocks_li.tovary li .item_title {
    justify-content: center;
  }
  .content .catalog_element .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap,
  .content .catalog_element .img-text-blocks_li.tovary li .col_text_img .text_img_hover_wrap {
    /*position: absolute;
          background: transparent;*/
  }
  .content_zanaves {
    margin-bottom: 0 !important;
  }
  #tab-desc img {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 0 10px 0;
  }
  .tab > label {
    width: calc(50% - 2px);
    margin: 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
  }
  .light .basket a:after,
  .light .jivo a:after,
  .light .filtr a:after {
    color: #fff;
  }
  .header .menu_link a,
  .header .close_link a {
    border-color: #fff;
    color: #fff;
  }
  .header .close_link a:before {
    background: #fff;
  }
  .right_panel .close_link a {
    border-color: #fff;
    color: #fff;
  }
  .basket a {
    border-color: #fff;
  }
  .basket a::after {
    color: #fff;
  }
  .header .phone_header {
    position: relative;
    top: 80px;
    left: 0;
    float: none;
    width: 100%;
    text-align: center !important;
  }
  .header #menu {
    margin-top: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 283px);
  }
  .header #menu .menu_ul {
    padding: 0;
  }
  .header #menu li li {
    width: auto;
  }
  .header #menu li.openned > a {
    padding-left: 60px;
  }
  .header #menu li.openned .ul_katalog {
    position: static;
    transition: none !important;
    width: 100%;
    left: 0;
    background: transparent;
    box-shadow: none;
    display: none;
  }
  .header #menu li.openned .ul_katalog > li {
    display: block;
  }
  .openned {
    position: relative;
  }
  .openned .arrow-mobile {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 0;
    transition: .3s;
  }
  .openned .arrow-mobile.rotate {
    transform: rotate(180deg);
  }
  .openned .arrow-mobile::after {
    color: #fff;
    cursor: pointer;
    transition: .3s;
    content: "s";
    font-family: "iconfont";
    font-size: 1em;
    line-height: 1em;
    background: transparent;
  }
  .content .sort {
    position: relative;
    right: auto;
  }
  .content .podrazdel-list {
    padding-right: 0;
  }
  .content .filtren .cntf > div {
    width: 100%;
    padding-right: 0;
  }
  .content .filtren .center_col {
    margin: 0;
  }
  .content .filtren .right_col {
    width: 100%;
    margin: 0;
  }
  .content .filtren .filtren_button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .content .filtren .filtren_button .button {
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
  }
  .content .filtren .filtren_button .button_black {
    float: left;
    width: 50%;
  }
  .content .img-text-blocks_full.katalog {
    padding: 0;
  }
  .content .catalog_element .spcif table {
    padding: 0;
    text-align: left;
    font-size: 1.4em;
  }
  .content .img-text-blocks_li.tovary li .col_text_img {
    height: auto;
  }
  .content .img-text-blocks_li.tovary li .col_text_img .item_title span {
    width: 100%;
  }
  .content_zanaves {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-price {
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-kol {
    justify-content: center;
  }
}
@media screen and (max-width:467px) {
  .content .img-text-blocks_li.four li {
    width: 100%;
    max-height: initial;
  }
}
/*****************************************************************************************большой экран телефона*/
@media screen and (min-width: 460px) and (max-width: 767px) {
  .filtr {
    font-size: 1.17em;
    right: 11.1em;
    top: 2em;
    background: #fff;
    padding: 2.2em 0.73em 1.8em 0;
    position: absolute;
    padding-left: 1.53em;
    background: none;
    padding: 0;
  }
  .filtr a {
    font: 1.12em "futura";
    line-height: 0.45em;
    text-transform: uppercase;
    color: #929292;
    border-left: 1px solid #ececea;
    display: inline-block;
    padding-right: 2.9em;
    padding-left: 0.73em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1em;
  }
  .filtr a:hover {
    color: #000;
  }
  .filtr a:after {
    content: "a";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    width: 1em;
    text-transform: none;
    font: 2.44em "iconfont";
    height: 1em;
    line-height: 1em;
    color: #000;
    position: absolute;
    top: 0.35em;
    right: 0.4em;
  }
  .filtr a:hover:after {
    color: #21201d;
  }
  .filtr span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #ed8c02;
    color: #fff;
    position: absolute;
    z-index: 100;
    font-size: 0.9em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    top: 0.85em;
    right: 0.6em;
    z-index: 10;
  }
  .filtr a {
    border: none;
  }
  .filtr a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #595959;
    width: 1.51em;
    text-transform: none;
    text-decoration: none;
    font: 2.8em "iconfont";
    height: 1.51em;
    line-height: 1.45em;
    color: #595959;
    padding: 0;
    text-align: center;
    margin: 0;
    background: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: right;
    color: #000;
    text-indent: -999px;
  }
  .filtr a:hover {
    color: #000000;
  }
  .filtr a:before {
    background: #595959;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -4.53em;
    right: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .filtr a:hover:before {
    height: 100%;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    bottom: 0;
  }
  .filtr a:after {
    width: 1em;
    font-size: 1.12em;
    height: 1em;
    line-height: 1em;
    color: #595959;
    top: 0.17em;
    right: 0.15em;
    text-indent: 0;
  }
  .filtr a:hover {
    color: #595959;
  }
  .filtr a:hover:after {
    color: #000000;
  }
  .filtr span {
    top: 0.3em;
    right: 0.3em;
  }
  .content {
    font-size: 0.85em;
  }
  .content .img-text-blocks_full.text_main {
    padding: 7em 10%;
    min-height: auto;
  }
  .content .img-text-blocks_full.text_main .salon_info {
    width: 49%;
    border-right: 1px solid #ececea;
    padding-right: 3.6em;
  }
  .content .img-text-blocks_full.text_main .salon_worktime {
    width: 49%;
    text-align: left;
    padding-left: 3.6em;
  }
  .content .img-text-blocks_full.text_long {
    padding: 7em 5em;
    min-height: auto;
  }
  .content .img-text-blocks_full.contact {
    padding: 7em 2em;
  }
  .content .img-text-blocks_two.equal .col_text {
    width: 100%;
    padding: 7em 5em;
  }
  .content .img-text-blocks_two.equal .col_img {
    width: 100%;
  }
  .content .img-text-blocks_two.third {
    padding: 10% 0 0 0;
  }
  .content .img-text-blocks_two.third .col_text {
    width: 100%;
    padding: 5% 15%;
  }
  .content .img-text-blocks_two.third .col_img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .content .img-text-blocks_two.third .col_img img {
    max-width: 60%;
  }
  .content .catalog_element .itemimg .flexslider {
    height: 480px;
  }
  .content .catalog_element .itemimg .flex-direction-nav {
    display: none;
  }
  .content .catalog_element .itemimg .flex-direction-nav:hover {
    display: none;
  }
  .content .img-text-blocks_li.three li {
    width: 50%;
  }
  .content .img-text-blocks_li.four li {
    width: 50%;
  }
  .content .img-text-blocks_li.four.vacansii .text_img {
    min-height: 22em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block {
    font-size: 0.9em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block a {
    width: 39%;
    margin-top: 0.5em;
  }
  .content .img-text-blocks_li.four.vacansii .text_img .link_block a.respond {
    width: 60%;
  }
  .content .img-text-blocks_li.five li {
    width: 49%;
  }
  .content #order_form_div .profile-table {
    font-size: 1.2em;
  }
  .content #order_form_div .profile-table td {
    display: table-cell;
    width: 50%;
    padding: 1em 0;
  }
  .top_katalog_left {
    font-size: 0.95em;
  }
  .fixed_content_wrap.top_panel {
    top: 14.4em;
    font-size: 1.055em;
  }
  .fixed_content_wrap.top_panel .close_link {
    top: -10.9em;
    right: 10.85em;
    font-size: 1.122em;
  }
  .header #menu li li {
    width: 32%;
  }
  .header .phone_header {
    float: left;
    width: 49%;
    top: auto;
    left: 20px;
    text-indent: 0.9em;
    padding-top: 0.55em;
    text-align: left !important;
  }
  .header #social_link {
    float: left;
    width: 39%;
    top: auto;
    left: auto;
  }
  .header #search {
    float: left;
    width: 49%;
    top: auto;
    left: auto;
    padding: 1.5em 0;
  }
  #footer {
    font-size: 1.2em;
  }
  #footer #footer_left {
    width: 100%;
  }
  #footer #footer_left li {
    width: 49%;
    float: none;
  }
  #footer #footer_left li li {
    width: 100%;
  }
  #footer #footer_right {
    width: 100%;
  }
  #footer #bot #bot_left {
    width: 49%;
  }
  #footer #bot #bot_right {
    width: 49%;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_right {
    width: auto;
  }
  .right_panel .bx_ordercart_order_pay .bx_ordercart_order_pay_center {
    width: auto;
  }
  .bx-composite-btn-fixed {
    position: fixed !important;
    bottom: 55px !important;
    right: 20px !important;
    top: auto !important;
    z-index: 10 !important;
  }
}
/************************************************************************************************* Монитор */


.form-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 15px 10px 5px;
  margin: 0 auto;
  background: #9e7a47;
  border: 4px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
}
.form-modal__input {
  padding: 5px 10px;
  margin: 10px 0;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}
.form-modal__textarea {
  padding: 5px 10px;
  margin: 10px 0;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  resize: none;
}
.form-modal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin:15px 0;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  text-transform: uppercase;
  transition:all 0.3s;
}
.form-modal__button:focus,
.form-modal__button:active,
.form-modal__button:hover {
  cursor:pointer;
  background:#333;
  color:#fff;
}
.mfp-close {
  width: 22px !important;
  height: 23px !important;
  font-size: 21px !important;
  line-height: 15px !important;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  top: -10px;
  right: -8px;
  border: 2px solid #fff;
  border-radius: 100%;
  padding-left: 1px;
  background: #000;
}

@media (max-width:768px) {
  .triangle-info_k {
    right:-120px;
  }
}
.header .phone_header a:nth-child(3) {
  font-size: 18px;
}
.header .phone_header .callback_header {
  color: #fff;
  font-size: 12px !important;
}
.c-filter__list {
  padding: 40px 15px;
  background-color: rgb(158, 122, 71);
  display: -ms-flexbox;
  display: flex;
}


.c-filter__left {
  margin-right: 20px;
}
.c-filter a {
  font-size: 15px;
  color: #fff;
  z-index: 1;
}
.c-filter__abc a {
  position: relative;
  margin: 0 5px;
  width: 20px;
  display: inline-block;
  text-align: center;
}
.c-filter__abc a span {
  position: relative;
  z-index: 2;
}
.c-filter__abc a.active {
  color:#fff;
}
.c-filter__left a{
  position: relative;
}
.c-filter__left a span {
  position: relative;
  z-index: 2;
}
.c-filter__left a.active span{
  background-color: rgba(99, 74, 39, 1);
  display: block;
  padding: 11px 20px;
  border-radius: 20px;
  margin-top: -10px;
}


.c-filter__abc a.active:before {
  content: "";
  width: 40px;
  height: 39px;
  background-color: rgba(99, 74, 39, 1);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
}
.c-filter a:hover {
  color: #ffca83;
}
.c-filter__ul-item {
  display: none;
  position: absolute;
  column-count: 2;
  background: #fff;
  z-index: 1;
  padding: 35px 25px;
  box-shadow: 0 7px 20px 3px rgba(0,0,0,.35);
}
.c-filter__ul-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid #fff;
}
.c-filter__ul-item:hover {
  display: block!important;
}
.c-filter a {
  font-size: 15px;
  color: #fff;
}
.c-filter__ul-item ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.c-filter__ul li {
  padding: 2px 0;
}

.c-filter__ul a {
  font-weight: 600;
  font-size: 15px;
  color: rgb(44, 45, 47);
  display: inline-block;
}
.c-filter {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .c-filter__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-filter__left {
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .c-filter__ul-item {
    position: relative;
    top: 0!important;
    left: 0!important;
  }
  .c-filter__ul-item {
    column-count: 1;
  }
  .c-filter__ul-item:before {
    display: none;
  }
}

.inactive-letter {
  color: #634a27 !important;
  cursor: default;
}

.inactive-letter:hover {
  color: #634a27 !important;
}
.content .img-text-blocks_li.tovary li .col_text_img:hover .text_img_hover_wrap .price {
    justify-content: center;
    margin-bottom: 15px;
}


/*---------- modal-form ----------*/

* {
  box-sizing: border-box;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;

  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.callback-modal {
  background-color: rgba(33, 32, 28, 0.5);
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}

.callback-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2%;
  max-width: 600px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.callback-modal__title {
  margin: 0;
  padding: 0;
  text-align: center;
}

.callback-modal__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.contract__label {
  position: relative;
  cursor: pointer;
  word-break: break-word;
  font-size: 12px;
}

.contract__label input[type="checkbox"] + .checkbox-indicator {
  position: absolute;
  top: 0;
  left: -25px;

  width: 17px;
  height: 17px;

  border: 1px solid #9e7a47;
  background-color: #9e7a47;
}

.contract__label input[type="checkbox"]:focus + .checkbox-indicator {
  border: 1px solid #333;
}

.contract__label input[type="checkbox"]:checked + .checkbox-indicator::before,
.contract__label input[type="checkbox"]:checked + .checkbox-indicator::after {
  content: "";

  position: absolute;
  top: 7px;
  left: 0;

  width: 15px;
  height: 2px;

  background-color: #000000;
}

.contract__label input[type="checkbox"]:checked + .checkbox-indicator::before {
  transform: rotate(45deg);
}

.contract__label input[type="checkbox"]:checked + .checkbox-indicator::after {
  transform: rotate(-45deg);
}

.callback-modal__title-wrap {
  margin-bottom: 25px;
}

.callback-modal__item {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.callback-modal__input {
  padding: 5px;
  flex-grow: 1;
  border: 1px solid #9e7a47;
  min-height: 35px;
}

.callback-modal__input:focus {
  outline: 0;
  border: 1px solid #333;
}

.callback-modal__group {
  margin-bottom: 25px;
}

.callback-modal__contract {
  margin-bottom: 25px;
  padding-left: 30px;
}

.callback-modal__button-wrap {
  text-align: center;
}

.callback-modal__button {
  padding: 10px 15px;
  border: 1px solid #9e7a47;
  background: #9e7a47;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.checkbox-indicator {

}

.callback-modal__button:hover {
  background: rgba(158, 122, 71, 0.7);
  color: #fff;
}

.callback-modal__close {
  position: absolute;
  top: 4%;
  right: 5%;
  width: 30px;
  height: 25px;
  font-size: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.callback-modal__close::before, .callback-modal__close::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 27px;
  height: 4px;
  background-color: #9e7a47;
}

.callback-modal__close::before {
  transform: rotate(45deg);
}

.callback-modal__close::after {
  transform: rotate(-45deg);
}

.hidden {
  display: none;
}

.content .navi .navigation .dots,
.content .navi .navigation .nav-current-page,
.content .navi .navigation a {
  box-sizing: content-box;
}


.map-columns li {
/*font-size: 1.6rem; 
line-height: 1.875rem;*/
font-size: 1em; 

}