@font-face {
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  src: url('../fonts/PT_Sans_NarrowBold.woff');
}
@font-face {
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  src: url('../fonts/officinasansc-book.woff');
}
@font-face {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  src: url('../fonts/officinasansc-bold.woff');
}
@font-face {
  font-family: 'code-bold';
  font-weight: 400;
  src: url('../fonts/code_bold-webfont.woff');
}
@font-face {
  font-family: 'novecento-medium';
  font-weight: 400;
  src: url('../fonts/novecento-medium.woff');
}
@font-face {
  font-family: 'open-sans-light';
  font-weight: 400;
  src: url('../fonts/OpenSans-Light.woff');
}
@font-face {
  font-family: 'pt-sans-regular';
  font-weight: 400;
  src: url('../fonts/ptsans-regular.woff');
}
@font-face {
  font-family: 'pt-sans-narrow';
  font-weight: 400;
  src: url('../fonts/ptn57f-webfont.woff');
}
@font-face {
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  src: url('../fonts/PT_Sans_NarrowBold.woff');
}


footer {
  padding: 17px 0;
  padding-bottom: 13px;
  background: #c97868;
}
footer .stars {
  width: 77px;
  height: 12px;
  margin: 0 auto;
  opacity: 0.5;
}
footer .stars img {
  width: 100%;
  margin-top: -2px;
  display: block;
}
footer .copyright,
footer .development {
  opacity: 0.5;
  color: #fff;
  font-size: 0.875em;
  padding-left: 20px;
  text-align: center;
  margin-top: 9px;
}
footer .copyright span,
footer .development span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../img/ui/copy_icon.png) no-repeat left top;
  background-size: 13px;
  margin-right: 6px;
}

header {
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #c97868;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
}
header.active{
  position: fixed !important;
}
header .container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header .menu-btn {
  margin-left: -20px;
  float: left;
}
header .phone-btn {
  margin-right: -20px;
  float: right;
}
header .logo {
  width: 60px;
  height: 53px;
  background: url(../img/logo.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -26.5px;
  left: 50%;
  margin-left: -30px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-size: 100%;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
}
body.active {
  position: relative;
  overflow: hidden !important;
  height: 100% !important;
}

/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none!important;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.container {
  margin: 0;
  padding: 0;
  min-width: 280px;
  width: calc(100% - 40px);
  padding: 0 20px;
  position: relative;
}
.main {
  padding-top: 80px;
}
.header-scroll header {
  position: relative;
}
.header-scroll .main {
  padding-top: 0;
}
.clear-both {
  display: block;
  height: 0;
  clear: both;
}
.main-menu {
  position: fixed;
  top: 81px;
  width: calc(100% - 50px);
  left: 10px;
  padding: 40px 20px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  background: #f4f1f1;
  display: none;
}
.main-menu.active {
  display: block;
  z-index: 3;
}
.main-menu .container {
  width: calc(100% - 20px);
  padding: 0 10px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu ul li a {
  color: #7b7b7b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  line-height: 40px;
  display: block;
}
.main-menu ul li:first-child {
  margin-bottom: 5px;
}
.main-menu ul li:first-child:before {
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 62px;
    left: -20px;
}
.main-menu ul li:first-child a {
  line-height: 65px;
}
.main-menu ul li:first-child a span {
    float: left;
    width: 22px;
    height: 64px;
    margin-right: 11px;
    background: url(../img/ui/phone_icon.png) no-repeat center center;
    background-size: 14px auto;
}

.main-menu ul .social {
  margin-top: 15px;
}
.main-menu ul .social li {
  display: inline-block;
}
.main-menu ul .social li:first-child{
  margin-bottom: 0;
}
.main-menu ul .social li a {
  height: 13px;
  width: 20px;
  margin-right: 18px;
  cursor: pointer;
}
.main-menu ul .social li a.tw {
  background: url(../img/ui/twitter_social-icon.png) no-repeat center center;
  background-size: contain;

}
.main-menu ul .social li a.fb {
  background: url(../img/ui/facebook_social-icon.png) no-repeat center center;
  background-size: contain;
}
.main-menu ul .social li a.vk {
  background: url(../img/ui/vk_social-icon.png) no-repeat center center;
  background-size: contain;
}
.main-menu ul .social li a.gp {
  background: url(../img/ui/google_social-icon.png) no-repeat center center;
  background-size: contain;
}
.main-menu .search {
  position: relative;
  margin-top: 20px;@
}
.main-menu .search:before {
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -20px;
}
.main-menu .search input {
  display: inline-block;
  vertical-align: middle;
  color: #7b7b7b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  line-height: 30px;
  font-size: 0.875em;
  width: calc(100% - 60px);
  background: transparent;
}
.filters {
  width: 100%;
  background: #fff;
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 3;
  color: #8b8b8b;
  max-height: 100%;
  min-height: 100%;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
}
.filters .inner {
  position: relative;
  display: block;
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}

.filters .inner .container:after{
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.filters.active {
  display: block;
}
.filters .close {
  width: 100%;
  height: 40px;
  background: url(../img/ui/close-filters.png) no-repeat center center #ebebeb;
  background-size: 12px;
  position: fixed;
  z-index: 3;
  cursor: pointer;
}
.filters .filters-active-block {
  padding: 20px 0;
  border-bottom: 1px solid #f2f1f0;
}
.filters .filters-active-block a {
  border: 1px solid #d9d9d9;
  padding: 5px 25px 5px 10px;
  color: #c1c0c0;
  font-size: 0.875em;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  border-radius: 3px;
  margin-right: 3px;
  display: inline-block;
  background: url(../img/ui/close-filters_active.png) no-repeat calc(100% - 10px) center;
  background-size: 7px;
  margin-top: 7px;
}
.filters .for_vision,
.filters .from_the_sun {
  margin: 20px 0;
  margin-bottom: 18px;
  padding-top: 30px;
  padding-bottom: 11px;
  display: block;
  float: left;
  width: calc(50% - 5px);
  background: #f8f8f7;
  margin-right: 10px;
  text-align: center;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  color: #c97868;
  letter-spacing: 0.7px;
}
.filters .from_the_sun {
  margin-right: 0;
  background: url(../img/ui/from_the_sun_bg.png) no-repeat center 11px #f8f8f7;
  background-size: 38px;
}
.filters .for_vision {
  background: url(../img/ui/for_vision_bg.png) no-repeat center 11px #f8f8f7;
  background-size: 38px;
}


.filters .price:after{
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.filters .price{
  margin-bottom: 20px;
  clear: both;

}
.filters .price p {
  padding: 10px 0;
}
/*OLD*/
/*.filters .price {
  margin-bottom: 20px;
  font-size: 0;
  height: 29px;
  line-height: 30px;
  z-index: 5;
  color:#fff;
  font-size: 0;
  background-color: #c77869;
  clear: both;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  margin-bottom: 20px;
}*/
/*OLD*/

/*.filters .price{
  font-size: 0;
  height: 29px;
  position: absolute;
  right: 0;
  top: 22px;
  line-height: 30px;
  z-index: 5;
  color:#fff;
  font-size: 0;
  background-color: #c77869;
}*/
/*
.filters .price p {
  padding: 0 5px 0 8px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.filters .price a{
  float: none !important;
}
.filters .price .price-asc,
.filters .price .price-desc{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background: url('../img/ui/price-sort.png') !important;
  background-repeat: no-repeat;
  border: 1px solid #C97868;
  margin: 5px 3px 0;
}
.filters .price .price-asc{
  background-position: 100% 0 !important;
}
.filters .price .price-desc{
  margin-right: 6px;
}

.filters .price .price-asc.active,
.filters .price .price-desc.active{
  border-color:#fff;
}
.filters .price #close-price-filter {
  display:inline-block;
  width:29px;
  height:29px;
  background: url('../img/ui/close-hover.png') no-repeat 50% 50% #E4BBB3 !important;
  position: absolute;
  right: -39px;
  border: none;
}
*/





.filter-list.comments-fill{
  text-align: center;
}
.filter-list.comments-fill .body-block{
  text-align: center;
}
.filter-list.comments-fill .body-block .btn-download-all {
    color: #c97868;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .75em;
    letter-spacing: .037em;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    position: relative;
    display: block;
    height: 40px;
    border: 1px solid #c97868;
}
.filter-list.comments-fill .body-block .btn-download-all:hover {
    cursor: pointer;
    background: #c97868;
    color:  #fff;
}
.filter-list.comments-fill .body-block:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.filter-list.comments-fill .body-block .left {
  width: 100%;
  padding-top: 30px;
}
.filter-list.comments-fill .body-block .left .answer {
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 0;
  position: relative;
  display: block;
  border-left: 1px solid #c97868;
}
.filter-list.comments-fill .set_comments{
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    color: #c97868;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}
.filter-list.comments-fill.set_comments:after{
    content:"";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #c97868;
}
.filter-list.comments-fill .body-block .left .answer:last-of-type {
  margin-bottom: 0px;
}
.filter-list.comments-fill .body-block .left .section,
.filter-list.comments-fill .body-block .left .answer {
  /*width: 100%;*/
  display: block;
  text-align: left;
}
.filter-list.comments-fill .body-block .left .section:last-child,
.filter-list.comments-fill .body-block .left .answer:last-child {
  margin-bottom: 20px;
}
.filter-list.comments-fill .body-block .left .section:after,
.filter-list.comments-fill .body-block .left .answer:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.filter-list.comments-fill .body-block .left .section .photo,
.filter-list.comments-fill .body-block .left .answer .photo {
  float: left;
  width: 50px;
  margin-top: 3px;
}
.filter-list.comments-fill .body-block .left .section .section-body,
.filter-list.comments-fill .body-block .left .answer .section-body {
  width: calc(100% - 20px);
  padding-left: 20px;
}
.filter-list.comments-fill .body-block .left .section .section-body .title,
.filter-list.comments-fill .body-block .left .answer .section-body .title {
  color: #404040;
  font-weight: 900;
  padding: 0;
  margin: 0;

  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.7px;
  display: inline-block;
  line-height: 0;
  padding-bottom: 15px;
  background: transparent;
}
.filter-list.comments-fill .body-block .left .section .section-body .desc,
.filter-list.comments-fill .body-block .left .answer .section-body .desc {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.6px;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.filter-list.comments-fill .body-block .left .section .section-body .date,
.filter-list.comments-fill .body-block .left .answer .section-body .date {
  color: #bcbcbc;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.filter-list.comments-fill .body-block .right {
  width: 100%;
  padding-top: 25px;
}
.filter-list.comments-fill .body-block .right form:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.filter-list.comments-fill .body-block .right form textarea,
.filter-list.comments-fill .body-block .right form input {
  width: calc(100% - 17px);
  border: 1px solid #ebebeb;
  resize: none;
  font-family: 'officina-sans-c-book';
  padding: 7.5px;
  color: #8c8c8c;
  font-size: 0.75em;
  outline: none;
  letter-spacing: 0.037em;
  min-height: 16px;
  display: block;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  float: left;
  margin-bottom: 10px;
}
.filter-list.comments-fill .body-block .right form button {
  height: 40px;
  width: 100%;
  background: #c97868;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-family: 'officina-sans-c-book';
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.filter-list.comments-fill .body-block .right form button:hover {
  cursor: pointer;
  color: #404040;
  background: #f2ce43;
}

.filter-list.comments-fill .body-block .left .section .section-body .reply{
    color: #c97868;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.filter-list.comments-fill .body-block .left .section .section-body .reply:after{
    content: "";
    width: 12px;
    height: 8px;
    background: url(../img/ui/reply.png) no-repeat center center;
    background-size: cover;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
}





.filters .price a {
  float: left;
  width: calc(50% - 7px);
  background: #f8f8f7;
  margin-right: 10px;
  text-align: center;
  background: transparent;
  border: 1px solid #8b8b8b;
  display: inline-block;
  height: 30px;
}
.filters .price a.active{
  border: 1px solid #c97868;
}
.filters .price a:nth-child(3) {
  margin-right: 0;
  background: url(../img/ui/filter_price_up.png) no-repeat center center;
  background-size: 12px;
}
.filters .price a.active:nth-child(3) {
  margin-right: 0;
  background: url(../img/ui/filter_price_up_active.png) no-repeat center center;
  background-size: 12px;
}
.filters .price a:nth-child(2) {
  background: url(../img/ui/filter_price_down.png) no-repeat center center;
  background-size: 12px;
}
.filters .price a.active:nth-child(2) {
  background: url(../img/ui/filter_price_down_active.png) no-repeat center center;
  background-size: 12px;
}
.filter-list {
  -webkit-transition: all 0.5s linear 0s;
          transition: all 0.5s linear 0s;
  max-height: 35px;
  overflow: hidden;
  margin-bottom: 2px;
}
.filter-list ul li:last-child {
  /*margin-bottom: 50px;*/
}
.filter-list.active {
  max-height: 435px;
}
.filter-list.brands.active {
  max-height: 10000px !important;
}
.filter-list.brands ul{
  height: auto !important;
  max-height: 10000px;
}
.filter-list.active .title {
  background: url(../img/ui/filter.png) no-repeat calc(100% - 20px) center #f8f8f7;
  background-size: 15px;
}
.filter-list.form.active {
  max-height: 335px;
}
.filter-list.color li {
  vertical-align: middle;
}
.filter-list.color li.color_1 span {
  background: #000;
}
.filter-list.color li.color_2 span {
  background: #ececec;
}
.filter-list.color li.color_3 span {
  background: #404040;
}
.filter-list.color li.color_4 span {
  background: #000;
}
.filter-list.color li.color_5 span {
  background: #000;
}
.filter-list.color li.color_6 span {
  background: red;
}
.filter-list.color li.color_7 span {
  background: #000;
}
.filter-list.color li.color_8 span {
  background: blue;
}
.filter-list.color li.color_9 span {
  background: yellow;
}
.filter-list.color li.color_10 span {
  background: #000;
}
.filter-list.color li.color_11 span {
  background: #000;
}
.filter-list.color li.color_12 span {
  background: #000;
}
.filter-list.color li.color_13 span {
  background: #000;
}
.filter-list.color li.color_14 span {
  background: #000;
}
.filter-list.color span {
  width: 14px;
  height: 14px;
  border: 4px solid #EBEBEB;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
}
.filter-list.color-linz li {
  vertical-align: middle;
}
.filter-list.color-linz li.color_1 span {
  background: #000;
}
.filter-list.color-linz li.color_2 span {
  background: #ececec;
}
.filter-list.color-linz li.color_3 span {
  background: #404040;
}
.filter-list.color-linz li.color_4 span {
  background: #000;
}
.filter-list.color-linz li.color_5 span {
  background: #000;
}
.filter-list.color-linz li.color_6 span {
  background: red;
}
.filter-list.color-linz li.color_7 span {
  background: #000;
}
.filter-list.color-linz li.color_8 span {
  background: blue;
}
.filter-list.color-linz li.color_9 span {
  background: yellow;
}
.filter-list.color-linz li.color_10 span {
  background: #000;
}
.filter-list.color-linz li.color_11 span {
  background: #000;
}
.filter-list.color-linz li.color_12 span {
  background: #000;
}
.filter-list.color-linz li.color_13 span {
  background: #000;
}
.filter-list.color-linz li.color_14 span {
  background: #000;
}
.filter-list.color-linz span {
  width: 14px;
  height: 14px;
  border: 4px solid #EBEBEB;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
}
.filter-list .title {
  padding-left: 18px;
  line-height: 35px;
  background: url(../img/ui/filter_active.png) no-repeat calc(100% - 20px) center #f8f8f7;
  background-size: 15px;
  cursor: pointer;
}
.filter-list ul {
  margin: 0;
  margin-top: 12px;
  padding: 0;
  overflow: hidden;
  height: 370px;
  margin-bottom: 10px;
}
.filter-list.color-linz ul,
.filter-list.color ul
{
  height: auto;
}
.filter-list ul li {
  list-style: none;
  position: relative;
}
.filter-list ul li a {
  padding-left: 18px;
  line-height: 35px;
}
.filter-list ul li.active a {
  color: #c97868;
}
.filter-list ul li.active:after {
  display: block;
}
.filter-list ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 12px;
  height: 10px;
  background: url(../img/ui/filter_active_after.png) no-repeat center center;
  background-size: 12px;
  margin-top: -5px;
  display: none;
}
.filter-list.form ul {
  padding: 0 15px;
}
.filter-list.form ul li {
  display: block;
  float: left;
  width: calc(50% - 5px);
  margin-right: 10px;
}
.filter-list.form ul li:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 15px;
}
.filter-list.form ul li a {
  margin-left: 0;
  padding-left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  text-align: center;
  font-family: 'pt-sans-narrow', sans-serif;
  color: #aeaeae;
  font-size: 0.875em;
  letter-spacing: 0.7px;
}
.filter-list.form ul li.ico-form1 {
  background: url(../img/ui/form1.png) no-repeat center 5px;
  background-size: 57px;
}
.filter-list.form ul li.ico-form2 {
  background: url(../img/ui/form2.png) no-repeat center 5px;
  background-size: 57px;
}
.filter-list.form ul li.ico-form3 {
  background: url(../img/ui/form3.png) no-repeat center 5px;
  background-size: 57px;
}
.filter-list.form ul li.ico-form4 {
  background: url(../img/ui/form4.png) no-repeat center 5px;
  background-size: 57px;
}
.filter-list.form ul li.ico-form5 {
  background: url(../img/ui/form5.png) no-repeat center 5px;
  background-size: 57px;
}
.filter-list.form ul li.ico-form6 {
  background: url(../img/ui/form6.png) no-repeat center 5px;
  background-size: 57px;
}
.filter-list.form ul li.ico-form7 {
  background: url(../img/ui/form7.png) no-repeat center 5px;
  background-size: 57px;
}
.filter-list.form ul li.ico-form8 {
  background: url(../img/ui/form8.png) no-repeat center 5px;
  background-size: 57px;
}
.hide-popup {
  width: 100%;
  background: #c97868;
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 3;
  color: #8b8b8b;
  max-height: 100%;
  min-height: 100%;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  margin-bottom: 5px;
}
.hide-popup .inner {
  position: relative;
  display: block;
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  overflow: hidden;
}
.hide-popup.active {
  display: block;
}
.hide-popup .close {
  width: 30px;
  height: 30px;
  background: url(../img/ui/close-discount-popup.png) no-repeat center center;
  background-size: 12px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
}
.hide-popup .desc {
  color: #fff;
  padding: 40px 20px;
  text-align: left;
}
.hide-popup .desc h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 13px;
}
.hide-popup .desc p {
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 18px;
}
.hide-popup .desc sub {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 9px;
  display: inline-block;
}
.hide-popup .desc ul {
  margin-left: 15px;
}
.hide-popup .desc ul li {
  margin-bottom: 12px;
  line-height: 18px;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
}
#background-mask {
  display: none;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
}
.cart {
  width: 100%;
  background: #fff;
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 3;
  color: #8b8b8b;
  max-height: 100%;
  min-height: 100%;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  margin-bottom: 5px;
}
.cart .inner {
  position: relative;
  display: block;
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  overflow: hidden;
}
.cart.active {
  display: block;
}
.cart .close {
  width: 100%;
  height: 40px;
  background: url(../img/ui/close-filters.png) no-repeat center center #ebebeb;
  background-size: 12px;
  position: fixed;
  z-index: 3;
  cursor: pointer;
}
.cart .title {
  line-height: 60px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.9px;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  text-align: center;
  color: #c97868;
  display: block;
  width: 100%;
}
.cart .products.one {
  width: calc(100% + 17px);
}
.cart .products:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cart .products-block {
  text-align: center;
}
.cart .products-block:after{
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.cart .items {
  text-align: center;
  border-left: 1px solid #e7e7e7;
  position: relative;
  width: 138px;
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}
.cart .items.one-item {
  float: none;
}
.cart .items:last-child {
  border-right: 1px solid #e7e7e7;
}
.cart .items .remove {
    width: 19px;
    height: 19px;
    background: url(../img/ui/close-filters.png) no-repeat center center;
    background-size: 7px auto;
    position: absolute;
    top: -4px;
    right: 11px;
}
.cart .items_1 .photo {
  background: url(../img/cart_item_1.jpg) no-repeat center center;
}
.cart .items_2 .photo {
  background: url(../img/cart_item_2.jpg) no-repeat center center;
}
.cart .items_3 .photo {
  background: url(../img/cart_item_1.jpg) no-repeat center center;
}
.cart .items_4 .photo {
  background: url(../img/cart_item_2.jpg) no-repeat center center;
}
.cart .items_5 .photo {
  background: url(../img/cart_item_1.jpg) no-repeat center center;
}
.cart .items .photo {
  margin: 0 auto;
  height: 45px;
  width: 100%;
  background-size: contain;
}
.cart .items .title {
  color: #404040;
  font-family: 'code-bold';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: normal;
  padding: 5px 0;
}
.cart .items .price {
  color: #c97868;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.cart .items .count {
  margin-top: 3px;
}
.cart .items .count .plus,
.cart .items .count .min {
  width: 18px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  vertical-align: -4px;
}
.cart .items .count .number {
  display: inline-block;
  width: 26px;
}
.cart .items .count .plus {
  background: url(../img/ui/cart_count_plus.png) no-repeat center center;
  background-size: 12px auto;
}
.cart .items .count .min {
  background: url(../img/ui/cart_count_min.png) no-repeat center center;
  background-size: 12px auto;
}
.cart .form{
  text-align: center;
}
.cart .form form input,
.cart .form form textarea {
  width: calc(80% - 32px);
  height: 35px;
  line-height: 35px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-appearance: none;
  color: #989898;
  font-family: 'pt-sans-narrow';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding: 0 15px;
  margin-bottom: 5px;
}
.cart .form form textarea {
  height: 70px;
  line-height: normal;
  padding: 13px 15px;
  resize: none;
}
.cart .form form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #989898;
}
.cart .form form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #989898;
  opacity: 1;
}
.cart .form form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #989898;
  opacity: 1;
}
.cart .form form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #989898;
}
.cart .form form .myCheck {
  margin-top: 2px;
  display: block;
  text-align: left;
  width: 80%;
  margin-left: 10%;
}
.cart .form form button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #636363;
  font-family: 'pt-sans-narrow';
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 20px 0;
  margin-top: 17px;
}
.cart .total,
.cart .delivery {
  text-transform: uppercase;
  color: #d0d0d0;
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.cart .total i {
    font-style: normal;
}
.cart .total span,
.cart .delivery span {
  color: #c97868;
  padding-left: 10px;
}
.brands-slider {
  display: block;
  width: 100%;
  border-top: 1px solid #f2f1f0;
  margin-top: 63px;
}
.brands-slider ul {
  display: block;
}
.brands-slider ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.brands-slider ul li {
  display: inline-block;
  float: left;
}
.brands-slider ul li a {
  padding: 35px 28px;
  display: inline-block;
}
.brands-slider ul li:first-child a {
  padding-left: 0;
}
.brands-slider ul li:last-child a {
  padding-right: 0;
}
.brands-slider ul li a {
  color: #c97868;
  font-size: 1em;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  letter-spacing: 0.8px;
}
.man {
  width: calc(50% - 1px);
  border-right: 1px solid #c97868;
  border-bottom: 1px solid #c97868;
  border-top: 1px solid #c97868;
  margin-top: -1px;
  line-height: 40px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
}
.man span {
  font-size: 1em;
  color: #c97868;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.8px;
}
.man span:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 14px;
  background: url(../img/ui/mens-icon.png) no-repeat center center;
  background-size: 37px;
  margin-top: -1px;
  margin-left: 10px;
}
.woman {
  width: 50%;
  border-bottom: 1px solid #c97868;
  border-top: 1px solid #c97868;
  line-height: 40px;
  display: block;
  height: 40px;
  float: right;
  text-align: center;
  margin-top: -1px;
  cursor: pointer;
}
.woman span {
  font-size: 1em;
  color: #c97868;
  display: inline-block;
  letter-spacing: 0.8px;
  vertical-align: middle;
}
.woman span:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 14px;
  background: url(../img/ui/womans-icon.png) no-repeat center center;
  background-size: 42px;
  margin-top: -1px;
  margin-left: 10px;
}
.pagination {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 74px;
  margin-top: 40px;
  margin-bottom: -40px;
}
.pagination ul li {
  display: inline-block;
  margin: 0px 4px;
  line-height: 40px;
}
.pagination ul li.pagination-number {
  width: 40px;
  color: #757575;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}
.pagination ul li.pagination-prev a ,
.pagination ul li.pagination-next a ,
.pagination ul li.pagination-number a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination ul li.pagination-number a:hover {
  text-decoration: none;
  color: #404040;
}
.pagination ul li.pagination-number.pagination-current {
  background: #c97868;
}
.pagination ul li.pagination-number.pagination-current a {
  color: #fff;
}
.pagination ul li.pagination-prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background: url(../img/ui/pagination-arrow-prev.png) no-repeat center center;
  background-size: 11px;
  margin-top: -4px;
  cursor: pointer;
}
.pagination ul li.pagination-next {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background: url(../img/ui/pagination-arrow-next.png) no-repeat center center;
  background-size: 11px;
  margin-top: -4px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}
* {
  outline: none;
}
.menu-btn {
  width: 30px;
  height: 17px;
  padding: 32px 20px;
  cursor: pointer;
}
.menu-btn .line {
  width: 30px;
  height: 3px;
  background: #c97868;
  margin-bottom: 4px;
}
.menu-btn.active {
  background: url(../img/ui/close.png) no-repeat center center #c97868;
  background-size: 16px;
  margin-left: -10px;
  width: 52px;
  height: 52px;
  padding: 0;
  bottom: 0;
  position: absolute;
}
.menu-btn.active .line {
  display: none;
}
.phone-btn {
  padding: 25px 20px;
  width: 18px;
  height: 30px;
  cursor: pointer;
  background: url(../img/ui/phone_icon.png) no-repeat center center;
  background-size: 18px;
}
.back-to-fuul-site_btn {
  border: 1px solid #8b8b8b;
  width: calc(100% - 2px);
  line-height: 40px;
  height: 40px;
  font-size: 0.875em;
  color: #8b8b8b;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  margin-top: 25px;
}
.filters_btn {
  width: 55px;
  height: 47px;
  background: url(../img/ui/filter@4x.png) no-repeat center center #ffffff;
  background-size: 25px;
  border: 1px solid #c97868;
  border-bottom: none;
  border-left: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.filters_btn.active {
  display: none;
}
.cart_btn {
  width: 63px;
  height: 37px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background: url(../img/ui/cart_icon.png) no-repeat 12px center #ffffff;
  background-size: 20px;
  border: 1px solid #c97868;
  border-bottom: none;
  border-right: none;
}
.cart_btn .count {
  width: 18px;
  height: 18px;
  background: #c97868;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 6px;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
}
.cart_btn.active {
  display: none;
}
.search_btn {
  width: 54px;
  height: 54px;
  display: inline-block;
  background: url(../img/ui/search_btn.png) no-repeat center center;
  background-size: 16px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: -6px;
}
/* buttons media queries */
@media screen and (min-width: 600px) {
  .filters_btn {
    width: 65px;
    height: 53px;
    background-size: 35px;
  }
  .cart_btn {
    width: 94px;
    height: 55px;
    background-size: 30px;
  }
  .cart_btn .count {
    width: 27px;
    height: 27px;
    margin-top: -13px;
    right: 10px;
    font-size: 1.125em;
    line-height: 28px;
  }
  .main-menu .search {
    margin-bottom: 50px;
  }
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 10px !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px !important;
  border: 1px solid #f2f1f0;
  border-radius: 0 !important;
  background: transparent !important;
  width: calc(100% - 2px) !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: #f2f1f0 !important;
  height: 4px !important;
  margin: 8px auto !important;
  border-radius: 0 !important;
}


.filters .mCSB_inside > .mCSB_container,
.main-menu > .mCSB_container,
.item .filter-list .desc .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.filters .mCSB_scrollTools,
.main-menu .mCSB_scrollTools,
.item .filter-list .desc .mCSB_scrollTools {
  width: 6px !important;
}
.filters .mCSB_scrollTools .mCSB_draggerRail,
.main-menu  .mCSB_scrollTools .mCSB_draggerRail,
.item .filter-list .desc .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px !important;
  border: 1px solid #f2f1f0;
  border-radius: 0 !important;
  background: transparent !important;
  width: calc(100% - 2px) !important;
  height: 99% !important;
}
.main-menu  .mCSB_scrollTools .mCSB_draggerRail{
  border: 1px solid #c97868;
}
.filters .mCSB_dragger_bar,
.main-menu .mCSB_dragger_bar,
.item .filter-list .desc .mCSB_dragger_bar {
  background: #f2f1f0 !important;
  border-radius: 0 !important;
}
.main-menu .mCSB_dragger_bar{
  background: #c97868 !important;
}
.hide {
  display: none;
}
.myCheck {
  position: relative;
}
.myCheck input[type="checkbox"] {
  display: none;
}
.myCheck label {
  padding-left: 24px;
}
.myCheck label:hover {
  cursor: pointer;
}
.myCheck label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #c97868;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  background-color: transparent;
}
.myCheck input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-weight: 700;
  color: #c97868;
  text-align: center;
  line-height: 15px;
}
.myCheck.active label:before {
  content: "\2713";
  font-weight: 700;
  color: #c97868;
  text-align: center;
  line-height: 15px;
}
textarea {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
input {
  border: none;
}


.blog:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog .container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog .title {
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  background: #c97868;
  letter-spacing: 0.8px;
  padding: 11px 20px 9px 15px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blog .title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 38px solid #c97868;
  border-right: 12px solid transparent;
  position: absolute;
  right: -12px;
  top: 0;
}
.blog .items {
  clear: both;
  position: relative;
  background: #f2f1f0;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.blog .items .photo {
  padding: 50%;
  width: 0;
  height: 0;
}
.blog .items .text {
  padding: 32px 20px;
  text-align: right;
}
.blog .items .text .title {
  float: none;
  text-transform: uppercase;
  color: #5a5a5a;
  font-size: 20px;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  letter-spacing: 1px;
  background: transparent;
  padding: 0;
  margin: 0;
}
.blog .items .text .title:after {
  display: none;
}
.blog .items .text .date{
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-top: 7px;
}
.blog .items .text .desc {
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-top: 5px;
}
.blog .items_1 .photo {
  background: url(../img/blog_item_1.jpg) no-repeat center center;
  background-size: cover;
}
.blog .items_2 .photo {
  background: url(../img/blog_item_2.jpg) no-repeat center center;
  background-size: cover;
}
.blog .items_3 .photo {
  background: url(../img/blog_item_3.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .blog .items {
    clear: both;
    float: right;
    width: 48.5%;
    margin-bottom: 3%;
  }

  .blog .items:nth-child(even) {  /* we have title before items */
    clear: right;
  }
  .blog .items:nth-child(odd) { 
    float: left;
  }
}

.brands:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.brands .link-showroom {
  padding: calc(50% - 20px) 50%;
  background: url(../img/showroom.jpg) no-repeat center center;
  background-size: cover;
  display: block;
}
.brands .link-showroom a {
  display: block;
  width: 100%;
  height: 100%;
}
.brands .about {
  background: url(../img/brand_bg.jpg) no-repeat center center;
  background-size: cover;
}
.brands .about .container {
  padding: 60px 30px !important;
  min-width: calc(100% - 60px);
  width: calc(100% - 60px);
}
.brands .about .logo {
  height: 40px;
  width: 100%;
  background: url(../img/brand-logo.png) no-repeat center center;
  background-size: contain;
  margin-bottom: 20px;
}
.brands .about .desc {
  color: #fff;
  font-size: 0.875em;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.brands .news-product .container:first-child {
  overflow: hidden;
}
.brands .news-product .container:first-child:before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #f2f1f0;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: -1;
}
.brands .items {
  width: 100%;
  margin: 16px 0;
  text-align: center;
  position: relative;
}
.brands .items .photo {
  position: relative;
  width: 243px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
}
.brands .items .photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -82px;
  margin-left: -123px;
}
.brands .items .title {
  color: #8b8b8b;
  font-size: 1em;
  letter-spacing: 1.6px;
  font-family: 'code-bold';
  font-weight: 400;
}
.brands .items .desc {
  color: #8b8b8b;
  font-size: 0.875em;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  margin: 5px auto;
  line-height: 22px;
}
.brands .items .price {
  color: #8b8b8b;
  font-size: 1em;
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 12px;
}

.catalog:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.catalog .brand-product {
  margin-bottom: 0px;
}
.catalog .brand-product .container:first-child {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 15px;
}
.catalog .brand-product .container:first-child:before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #f2f1f0;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: -1;
}
.catalog .brand-product .container:first-child .title {
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  background: #c97868;
  letter-spacing: 0.8px;
  padding: 3px 5px;
  position: relative;
}
.catalog .brand-product .container:first-child .title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 38px solid #c97868;
  border-right: 12px solid transparent;
  position: absolute;
  right: -12px;
  top: 0;
}
.catalog .items {
  width: 100%;
  margin: 16px 0;
  text-align: center;
  position: relative;

}
.catalog .items a {
  display: block;
}
.catalog .items .photo {
  position: relative;
  width: 243px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
}
.catalog .items .photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -82px;
  margin-left: -123px;
}
.catalog .items .title {
  color: #757575 !important;
  font-size: 1em !important;
  letter-spacing: 1.6px !important;
  font-family: 'code-bold' !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  background: transparent !important;
}
.catalog.search .brand-product .container:first-child:before{
  display: none;
}
.catalog.search > .title{
  font-family: 'pt-sans-narrowbold';
  text-transform: uppercase;
  font-size: 18px;
  color: #8b8b8b;
  padding: 20px;
  border-bottom: 1px solid #F2F1F0;
}
.catalog.search .title span{
  color: #c97868;
}
    
.catalog .items .title:after{
  display: none  !important;
}
.catalog .items .desc {
  color: #8b8b8b;
  font-size: 0.875em;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  margin: 0 auto;
  line-height: 14px;
}
.catalog .items .price {
  color: #8b8b8b;
  font-size: 1em;
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 4px;
}
.catalog .brands-slider {
  display: block;
  width: 100%;
  border-top: 1px solid #f2f1f0;
  margin-top: 63px;
}
.catalog .brands-slider ul {
  display: block;
}
.catalog .brands-slider ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.catalog .brands-slider ul li {
  display: inline-block;
  float: left;
}
.catalog .brands-slider ul li a {
  padding: 35px 28px;
  display: inline-block;
}
.catalog .brands-slider ul li:first-child a {
  padding-left: 0;
}
.catalog .brands-slider ul li:last-child a {
  padding-right: 0;
}
.catalog .brands-slider ul li a {
  color: #c97868;
  font-size: 1em;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  letter-spacing: 0.8px;
}

.nextpage {
  float: left;
  height: 208px;
  position: relative;
  width: calc(33.3% - 13.4px);
  margin-top: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
}
.nextpage a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 16px/185px 'officina-sans-c-bold',sans-serif;
  color:#ccc;
}
.nextpage i {
  display: block;
  background: url('../img/ui/next.png') no-repeat 0 0;
  width: 47px;
  height: 12px;
  position: absolute;
  top:50%;
  left: 50%;
  margin: 4px 0 0 -24px;
}
.nextpage:active {
  border-color:#C77869;
}
.nextpage:active a{
  color:#C77869;
}
.nextpage:active i{
  background-position: 0 100%;
}
@media screen and (max-width: 700px) {
  .nextpage {
      width: calc(50% - 10px);
  }
}



.discount:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.discount .brand-product {
  margin-bottom: 55px;
}
.discount .brand-product .container:first-child {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 15px;
}
.discount .brand-product .container:first-child:before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #f2f1f0;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: -1;
}
.discount .brand-product .container:first-child .title {
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  background: #c97868;
  letter-spacing: 0.8px;
  padding: 11px 20px 9px 15px;
  position: relative;
}
.discount .brand-product .container:first-child .title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 38px solid #c97868;
  border-right: 12px solid transparent;
  position: absolute;
  right: -12px;
  top: 0;
}
.discount .items {
  width: 100%;
  padding: 20% 0;
  background-size: cover;
  text-align: right;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;

}
.discount .items_1 {
  background: url(../img/discount_1.jpg) no-repeat center center;
  background-size: cover;
}
.discount .items_2 {
  background: url(../img/discount_2.jpg) no-repeat center center;
  background-size: cover;
}
.discount .items_3 {
  background: url(../img/discount_3.jpg) no-repeat center center;
  background-size: cover;
}
.discount .items_4 {
  background: url(../img/discount_4.jpg) no-repeat center center;
  background-size: cover;
}
.discount .items:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.discount .items h2 {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  font-size: 1.5em;
}
.discount .items h2 p {
  margin-bottom: 2px;
  display: block;
  clear: both;
  position: relative;
}
.discount .items h2 p,
.discount .items h2 p span {
  background: rgba(201, 120, 104, 0.95);
  display: inline-block;
  text-align: right;
  float:right;
  padding: 0 3px;
}

.exchenge:after,
.garanties:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.exchenge .head-block,
.garanties .head-block {
  background: url(../img/exchenge-head-block_bg.jpg) no-repeat 25% center;
  background-size: cover;
  padding: 45px 20px;
}
.exchenge .head-block .desc,
.garanties .head-block .desc {
  background: rgba(201, 120, 104, 0.9);
  padding: 40px 20px;
  color: #fff;
  text-align: right;
}
.garanties .head-block .desc h1 {
  margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: bold;
  }
.exchenge .head-block .desc .title,
.garanties .head-block .desc .title {
  font-size: 1.625em;
  text-transform: uppercase;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.exchenge .head-block .desc .title b,
.garanties .head-block .desc .title b {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
}
.exchenge .head-block .desc p,
.garanties .head-block .desc p {
  line-height: 18px;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  padding-bottom: 12px;
}
.exchenge .warning,
.garanties .warning {
  background: #f4f1f1;
  padding: 60px 20px 45px 100px;
}
.exchenge .warning .title,
.garanties .warning .title {
  text-transform: uppercase;
  color: #c97868;
  font-size: 1.125em;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
}
.exchenge .warning .title:before,
.garanties .warning .title:before {
  content: "";
  width: 54px;
  height: 28px;
  background: url(../img/ui/warning_icon.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -80px;
}
.exchenge .warning .desc,
.garanties .warning .desc {
  color: #9b9b9b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  line-height: 18px;
}
.exchenge .content-box h3,
.garanties .content-box h3 {
  color: #c97868;
  font-size: 1.125em;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 39px;
  padding-bottom: 15px;
}
.exchenge .content-box ul,
.garanties .content-box ul {
  margin-left: 17px;
}
.exchenge .content-box ul li,
.garanties .content-box ul li {
  color: #9b9b9b;
  line-height: 18px;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.exchenge .content-box a,
.garanties .content-box a {
  text-decoration: none;
  color: #c97868;
}
.garanties .head-block {
  background: url(../img/garanties-head-block_bg.jpg) no-repeat 25% 25%;
  background-size: 350%;
}

.index:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index .man {
  width: calc(50% - 1px);
  border-right: 1px solid #c97868;
  border-bottom: 1px solid #c97868;
  border-top: 1px solid #c97868;
  margin-top: -1px;
  line-height: 40px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
}
.index .man span {
  font-size: 1em;
  color: #c97868;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.8px;
}
.index .man span:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 14px;
  background: url(../img/ui/mens-icon.png) no-repeat center center;
  background-size: 37px;
  margin-top: -1px;
  margin-left: 10px;
}
.index .woman {
  width: 50%;
  border-bottom: 1px solid #c97868;
  border-top: 1px solid #c97868;
  line-height: 40px;
  display: block;
  height: 40px;
  float: right;
  text-align: center;
  margin-top: -1px;
}
.index .woman span {
  font-size: 1em;
  color: #c97868;
  display: inline-block;
  letter-spacing: 0.8px;
  vertical-align: middle;
}
.index .woman span:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 14px;
  background: url(../img/ui/womans-icon.png) no-repeat center center;
  background-size: 42px;
  margin-top: -1px;
  margin-left: 10px;
}
.index-slider{
  /*height: 100px;*/
}
.index .index-slider .gallery a {
  width: 100%;
}
.index .index-slider .gallery a img {
  width: 100%;
}
.index .about .container {
  padding: 40px 30px !important;
  min-width: calc(100% - 60px);
  width: calc(100% - 60px);
}
.index .about hr {
  width: calc(50% - 3px);
  height: 1px;
  border: none;
  background: #dcdcdc;
  margin: 0;
}
.index .about hr:first-child {
  margin-bottom: 30px;
}
.index .about hr:last-child {
  margin-top: 24px;
}
.index .about .title {
  color: #bbb6b6;
  font-size: 3.125em;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 14px;
}
.index .about .desc {
  color: #bbb6b6;
  font-size: 0.875em;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.index .news-product .container:first-child {
  overflow: hidden;
}
.index .news-product .container:first-child:before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #f2f1f0;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: -1;
}
.index .news-product .container:first-child .title {
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  background: #c97868;
  letter-spacing: 0.8px;
  padding: 11px 20px 9px 15px;
  position: relative;
  margin-bottom: 0px;
}
.index .news-product .container:first-child .title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 38px solid #c97868;
  border-right: 12px solid transparent;
  position: absolute;
  right: -12px;
  top: 0;
}
.index .items {
  width: 100%;
  margin: 16px 0;
  text-align: center;
  position: relative;

}
.index .items .photo {
  position: relative;
  width: 243px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.index .items .photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -82px;
  margin-left: -123px;
}
.index .items .title {
  /*color: #8b8b8b;
  font-size: 1em;
  letter-spacing: 1.6px;
  font-family: 'code-bold';
  font-weight: 400;*/

  color: #757575 !important;
  font-size: 1em !important;
  letter-spacing: 1.6px !important;
  font-family: 'code-bold' !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  background: transparent !important;
}
.index .items .desc {
  /*color: #8b8b8b;
  font-size: 0.875em;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  margin: 0 auto;
  line-height: 14px;
  margin-bottom: 3px;*/

  color: #8b8b8b;
  font-size: 0.875em;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  margin: 0 auto;
  line-height: 14px;
}
.index .items .prise {
    margin-top: 8px;
}
.index .items .price {
  /*color: #8b8b8b;
  font-size: 1em;
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 4px;*/

  font-size: 1em;
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: -2px;
  color: #8b8b8b;
}
.index .brands-slider {
  display: block;
  width: 100%;
  border-top: 1px solid #f2f1f0;
  margin-top: 63px;
}
.index .brands-slider ul {
  display: block;
}
.index .brands-slider ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index .brands-slider ul li {
  display: inline-block;
  float: left;
}
.index .brands-slider ul li a {
  padding: 35px 28px;
  display: inline-block;
}
.index .brands-slider ul li:first-child a {
  padding-left: 0;
}
.index .brands-slider ul li:last-child a {
  padding-right: 0;
}
.index .brands-slider ul li a {
  color: #c97868;
  font-size: 1em;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  letter-spacing: 0.8px;
}

.item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item .card-slider button {
  display: none;
}
.item .card-slider .gallery-cell {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid #f2f1f0;
  margin-right: 2px;
}
.item .card-slider .gallery-cell:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(201, 120, 104, 0.5);
  display: none;
}
.item .card-slider .gallery-cell:last-child {
  margin-right: 0;
}
.item .card-slider .gallery-cell:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.item .card-slider .gallery-cell img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.item .card-slider .gallery-cell.is-selected:before {
  display: block;
}
.item .title {
  font-family: 'code-bold';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.25em;
  color: #c97868;
  padding: 10px 0;
  padding-top: 28px;
}
.item .title span {
  display: block;
  color: #757575;
}
.item hr {
  width: calc(100% - 0px);
  margin: 0 auto;
  border: none;
  height: 1px;
  background: #f2f1f0;
}
.item .by-block {
  font-size: 0;
  margin: 20px 0;
}
.item .by-block .by-btn {
  background: #636363;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  letter-spacing: 0.8px;
  font-size: 16px;
  padding: 0 15px;
  display: inline-block;
}
.item .by-block .price,
.item .by-block .old-price {
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  color: #c97868;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
}
.item .by-block .absent-good{
  font: 16px 'officina-sans-c-book',sans-serif;
  text-transform: uppercase;
  font-weight: normal!important;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #8c8c8c;
}
.item .by-block .old-price {
  text-decoration: line-through;
  color: #cacaca;
}
.item .filter-list.about.active {
  max-height: 535px;
}

.item .filter-list.active {
  max-height: 600px;
}
.filter-list.color-linz.active,
.filter-list.color.active
{
  max-height: 1500px !important;
}
.item .filter-list.active .title {
  background: url(../img/ui/filter.png) no-repeat calc(100% - 20px) center #f8f8f7;
  background-size: 15px;
}
.item .filter-list a {
  text-decoration: none;
  color: #c97868;
}
.item .filter-list .title {
  padding: 0;
  margin: 0;
  padding-left: 18px;
  line-height: 32px;
  background: url(../img/ui/filter_active.png) no-repeat calc(100% - 20px) center #f8f8f7;
  background-size: 15px;
  cursor: pointer;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  color: #c97868;
  text-transform: none;
  font-size: 0.875em;
  letter-spacing: 0.7px;
}
.item .filter-list .title span {
  color: #c97868;
}
.item .filter-list ul li {
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-left: 17px;
}
.item .filter-list ul li p {
  color: #9b9b9b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.item .filter-list ul li p.title-par {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  color: #9b9b9b;
}
.item .filter-list .desc {
  padding: 15px;
  padding-right: 0;
  max-height: 300px;
}
.item .filter-list.about .desc {
  max-height: 500px;
}
.item .filter-list .desc p {
  color: #9b9b9b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  padding-right: 15px;
}
.dimensions {
  padding-top: 10px;
  text-align: left;
}
.dimensions:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dimension-item {
  display: inline-block;
  margin: 0 20px 10px 0;
  text-align: center;
}
.item .filter-list .desc .dimension-item p {
  padding: 0;
}
.item .filter-list.comments-fill span {
  display: inline-block;
  vertical-align: middle;
}
.item .filter-list.comments-fill span:after {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../img/ui/comments-fill_icon.png) no-repeat center center;
}
.item .filter-list.comments-fill .title {
  margin-bottom: 30px;
  text-align: left;
}
.item .filter-list.comments-fill .title-comments-fill {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 1em;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.item .filter-list.comments-fill.log-in:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item .filter-list.comments-fill.log-in .photo {
  width: 47px;
  height: 47px;
  background: url(../img/ava_profile.jpg) no-repeat center center;
  background-size: cover;
  float: left;
}

.item .filter-list.comments-fill.log-in .send-btn {
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  background: #636363;
  padding: 0px 15px;
  margin-left: 64px;
  margin-top: 10px;
  line-height: 40px;
  height: 40px;
}
.item .filter-list.comments-fill.log-in .posts-block {
  margin-top: 40px;
}
.item .filter-list.comments-fill.log-in .posts-block .section .photo {
  width: 47px;
  height: 47px;
  background: url(../img/ava_profile_1.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 2px;
}
.item .filter-list.comments-fill.log-in .posts-block .section .info {
  padding-left: 65px;
}
.item .filter-list.comments-fill.log-in .posts-block .section .title {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  font-size: 1em;
  color: #c97868;
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 7px;
}
.item .filter-list.comments-fill.log-in .posts-block .section .subTitle {
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 0.7px;
  color: #bcbcbc;
}
.item .filter-list.comments-fill.log-in .posts-block .section .text {
  color: #8c8c8c;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 0.7px;
  line-height: 20px;
  margin-top: 8px;
  max-height: 1500px;
}
.item .other-colors .title {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.125em;
  color: #c97868;
  text-align: center;
}
.other-colors
.item .other-colors .gallery {
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.item .other-colors .gallery .gallery-cell {
  width: 50%;
}
.item .other-colors .gallery button {
  display: none;
}
.item .other-colors .gallery .flickity-page-dots .dot {
  background: #BBB4AD;
}
.item .other-colors .gallery .flickity-page-dots .dot.is-selected {
  background: #c97868;
}
.item .other-colors .items {
  text-align: center;
  color: #818181;
}
.item .other-colors .items .photo {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
   
}
.item .other-colors .items .photo img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -77px;
  width: 155px;
  height: 110px;
}
.item .other-colors .items .title {
  color: #818181;
  font-family: 'code-bold';
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 1.6px;
  padding: 0 10px;
  padding-top: 0;
  padding-bottom: 4px;
  word-wrap: break-word;
  line-height: 18px;
}
.item .other-colors .items .desc {
  color: #818181;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  margin-bottom: 10px;
}
.item .other-colors .items .price {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  font-size: 1em;
  padding-top: 6px;
}
@media screen and (min-width: 450px) {
.item .other-colors .gallery .gallery-cell {
    width: 50%;
  }
  .main-menu .search {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 750px) {
.item .other-colors .gallery .gallery-cell {
    width: 33.4%;
  }
}
.items .hit-sale {
  width: 44px;
  height: 14px;
  background: #FC9040;
  position: absolute;
  top: 0;
  left: 22px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  font-size: 0.813em;
  padding: 5px 0;
}
.items .icon-sale {
  width: 44px;
  height: 14px;
  padding: 5px 0;
  background: #C968A3;
  position: absolute;
  top: 0;
  left: 22px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.813em;
}
.items .magic-sale {
  display: inline-block;
  height: 14px;
  padding: 5px 10px;
  background: #F83737;
  position: absolute;
/*
  top: 22px;
  left: 25px;
*/
/* test */
  top: 20px;
  left: 0px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.813em;
}

.payment:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.payment .head-block {
  background: url(../img/payment-head-block_bg.jpg) no-repeat center 30%;
  background-size: cover;
  padding: 10% 20px;
}
.payment .head-block .title {
  background: rgba(201, 120, 104, 0.9);
  padding: 20px 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.625em;
  text-transform: uppercase;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  line-height: normal;
}
.payment .warning {
  background: #f4f1f1;
  padding: 45px 0;
  padding-bottom: 30px;
}
.payment .warning h3 {
  text-transform: uppercase;
  color: #c97868;
  font-size: 1.125em;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
}
.payment .warning p {
  color: #9b9b9b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  line-height: 18px;
  margin-bottom: 12px;
}
.payment .warning ul {
  margin-left: 17px;
}
.payment .warning ul li {
  color: #9b9b9b;
  line-height: 18px;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.payment .content-box p {
  color: #9b9b9b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
}
.payment .content-box h3 {
  color: #c97868;
  font-size: 18px;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 39px;
  padding-bottom: 15px;
}
.payment .content-box b {
  margin-bottom: 10px;
  display: inline-block;
}
.payment .content-box ul {
  margin-left: 17px;
}
.payment .content-box ul li {
  color: #9b9b9b;
  line-height: 18px;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.payment .content-box ul li p {
  margin-bottom: 10px;
}
.payment .content-box a {
  text-decoration: none;
  color: #c97868;
}
.garanties .head-block {
  background: url(../img/garanties-head-block_bg.jpg) no-repeat 25% 25%;
  background-size: 350%;
}

.showroom:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.showroom .head-block {
  background: url(../img/showroom-head-block_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 20px;
}
.showroom .head-block .desc {
  padding: 30px;
  background: #c97868;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
}
.showroom .head-block .desc b {
  display: inline-block;
  margin-bottom: 9px;
}
.showroom .head-block .title {
  padding: 20px 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.625em;
  text-transform: uppercase;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 450px) {
  .showroom .head-block {
    padding-left: 15%;
  }  
  .showroom .head-block:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .showroom .head-block .desc {
    float: left;
    padding-right: 45px;
  }
}

.showroom .warning {
  background: #f4f1f1;
  padding: 45px 0;
  padding-bottom: 30px;
}
.showroom .warning h2 {
	text-transform: uppercase;
	color: #5a5a5a;
  font-size: 20px;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
  letter-spacing: 1px;
}

.showroom .warning h3 {
  text-transform: uppercase;
  color: #5a5a5a;
  font-size: 20px;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
  letter-spacing: 1px;
}
.showroom .warning p {
  color: #9b9b9b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  line-height: 18px;
  margin-bottom: 12px;
  letter-spacing: 0.7px;
}
.showroom .warning ul {
  margin-left: 17px;
}
.showroom .warning ul li {
  color: #9b9b9b;
  line-height: 18px;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.showroom .content-box {
  padding-bottom: 30px;
}
.showroom .content-box p {
  color: #9b9b9b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
}
.showroom .content-box h3 {
  color: #5a5a5a;
  font-size: 20px;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 39px;
  padding-bottom: 15px;
}
.showroom .content-box b {
  margin-bottom: 10px;
  display: inline-block;
}
.showroom .content-box a {
  margin-bottom: 5px;
  display: block;
}
.showroom .content-box .mail {
  margin-bottom: 15px;
}
.showroom .content-box ul {
  margin-left: 17px;
}
.showroom .content-box ul li {
  color: #9b9b9b;
  line-height: 18px;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.showroom .content-box ul li p {
  margin-bottom: 10px;
}
.showroom .content-box a {
  text-decoration: none;
  color: #c97868;
}
.showroom .map {
  width: 100%;
  height: 300px;
}


/*NEW*/

.blog-plus:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog-plus .head-block {
  background: url(../img/blog_item_1.jpg) no-repeat center center;
  background-size: cover;
  padding: 50%;
}
.blog-plus .content-box h3 {
  color: #5a5a5a;
  font-size: 1.25em;
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 39px;
  padding-bottom: 6px;
}
.blog-plus .content-box .date{
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.blog-plus .content-box p {
  color: #9b9b9b;
  line-height: 20px;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 13px;
}
.blog-plus .content-box a {
  text-decoration: none;
  color: #c97868;
  width: 100%;
  height: 100%;
}
.blog-plus .content-box a img{
  width: 100%;
  height: auto !important;
}
.blog-plus .social-like {
  margin-top: 26px;
}
.blog-plus .pagination-post {
  display: block;
  text-align: center;
  margin-top: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;

}
.blog-plus .pagination-post a {
  display: inline-block;
  cursor: pointer;
}
.blog-plus .pagination-post a.post-prev {
  float: left;
  width: 30px;
  height: 30px;
  background: url(../img/ui/post-prev.png) no-repeat center center;
  background-size: 21px;
  position: absolute;
  left: 0px;
}
.blog-plus .pagination-post a.back-to-posts {
  width: 30px;
  height: 30px;
  background: url(../img/ui/back-to-posts.png) no-repeat center center;
  background-size: 26px;
  margin: 0 auto;
}
.blog-plus .pagination-post a.post-next {
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/ui/post-next.png) no-repeat center center;
  background-size: 21px;
  position: absolute;
  right: 0;
}
.blog-plus .comments-block {
  margin-top: 30px;
}
.blog-plus .comments-block .enter {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 1em;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}
.blog-plus .comments-block .enter a {
  height: 13px;
  width: 20px;
  display: inline-block;
  cursor: pointer;
}
.blog-plus .comments-block .enter a.fb {
  background: url(../img/ui/facebook_social-icon.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  margin-left: 5px;
}
.blog-plus .comments-block .enter a.vk {
  background: url(../img/ui/vk_social-icon.png) no-repeat center center;
  background-size: contain;
}
.blog-plus .comments-block span {
  display: inline-block;
  vertical-align: middle;
}
.blog-plus .comments-block span:after {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../img/ui/comments-fill_icon.png) no-repeat center center;
}
.blog-plus .comments-block .title {
  margin-bottom: 30px;
}
.blog-plus .comments-block .title-comments-fill {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 1em;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.blog-plus .comments-block.log-out .photo-profile,
.blog-plus .comments-block.none .photo-profile {
  display: none;
}
.blog-plus .comments-block.log-out textarea,
.blog-plus .comments-block.none textarea {
  width: calc(100% - 22px) !important;
  margin-left: 0 !important;
}
.blog-plus .comments-block.log-out .send-btn,
.blog-plus .comments-block.none .send-btn {
  margin-left: 0px !important;
}
.blog-plus .comments-block.none .title-comments-fill {
  display: none;
}
.blog-plus .comments-block.none .title {
  margin-bottom: 15px;
}
.blog-plus .comments-block.none .posts-block {
  margin-top: 30px !important;
}
.blog-plus .comments-block.none form {
  display: none;
}
.blog-plus .comments-block.log-in:after,
.blog-plus .comments-block.log-out:after,
.blog-plus .comments-block.none:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog-plus .comments-block.log-in .photo-profile,
.blog-plus .comments-block.log-out .photo-profile,
.blog-plus .comments-block.none .photo-profile {
  width: 47px;
  height: 47px;
  background: url(../img/ava_profile.jpg) no-repeat center center;
  background-size: cover;
  float: left;
}
.blog-plus .comments-block.log-in textarea,
.blog-plus .comments-block.log-out textarea,
.blog-plus .comments-block.none textarea {
  float: left;
  border: 1px solid #ebebeb;
  resize: none;
  width: calc(100% - 86px);
  margin-left: 17px;
  min-height: 35px;
  color: #9b9b9b;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 10px;
}
.blog-plus .comments-block.log-in .send-btn,
.blog-plus .comments-block.log-out .send-btn,
.blog-plus .comments-block.none .send-btn {
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  background: #636363;
  padding: 0px 15px;
  margin-left: 64px;
  margin-top: 10px;
  line-height: 40px;
  height: 40px;
}
.blog-plus .comments-block.log-in .posts-block,
.blog-plus .comments-block.log-out .posts-block,
.blog-plus .comments-block.none .posts-block {
  margin-top: 40px;
}
.blog-plus .comments-block.log-in .posts-block .section,
.blog-plus .comments-block.log-out .posts-block .section,
.blog-plus .comments-block.none .posts-block .section {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}
.blog-plus .comments-block.log-in .posts-block .section:last-of-type,
.blog-plus .comments-block.log-out .posts-block .section:last-of-type,
.blog-plus .comments-block.none .posts-block .section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.blog-plus .comments-block.log-in .posts-block .section .photo,
.blog-plus .comments-block.log-out .posts-block .section .photo,
.blog-plus .comments-block.none .posts-block .section .photo {
  width: 47px;
  height: 47px;
  background: url(../img/ava_profile_1.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 2px;
  float: left;
}
.blog-plus .comments-block.log-in .posts-block .section .info,
.blog-plus .comments-block.log-out .posts-block .section .info,
.blog-plus .comments-block.none .posts-block .section .info {
  padding-left: 65px;
}
.blog-plus .comments-block.log-in .posts-block .section .title,
.blog-plus .comments-block.log-out .posts-block .section .title,
.blog-plus .comments-block.none .posts-block .section .title {
  font-family: 'officina-sans-c-bold';
  font-weight: 400;
  font-size: 1em;
  color: #c97868;
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 7px;
}
.blog-plus .comments-block.log-in .posts-block .section .subTitle,
.blog-plus .comments-block.log-out .posts-block .section .subTitle,
.blog-plus .comments-block.none .posts-block .section .subTitle {
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 0.7px;
  color: #bcbcbc;
}
.blog-plus .comments-block.log-in .posts-block .section .text,
.blog-plus .comments-block.log-out .posts-block .section .text,
.blog-plus .comments-block.none .posts-block .section .text {
  color: #8c8c8c;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 0.7px;
  line-height: 20px;
  margin-top: 8px;
  max-height: 1500px;
}
.blog-plus .more-btn {
  margin-bottom: -30px;
}

/* comments */
.comments-block {
    width: 100%;
    clear: both;
    text-align: center;
}
.comments-block .title-block {
    padding: 0;
    border-bottom: 1px solid #111;
    text-align: justify;
    line-height: 13px
}
.comments-block .title-block:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.comments-block .title-block .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #bcbcbc;
    display: inline-block
}
.comments-block .set_comments{
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    color: #c97868;;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}
.comments-block .set_comments:after{
    content:"";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #c97868;
}
 .comments-block .title-block .set_comments{
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    color: #c97868;;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}
 .comments-block .title-block .set_comments:after{
    content:"";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #c97868;
}
.comments-block .title-block .auth {
    display: inline-block
}
.comments-block .title-block .auth p {
    display: inline-block;
    margin-right: 12.5px
}
.comments-block .title-block .auth a {
    display: block;
    width: 100%;
    height: 100%
}
.comments-block .title-block .auth .social {
    margin: -4px 0 0 !important;
}
.comments-block .title-block .auth .Facebook {
    width: 26px;
    height: 17px;
    display: inline-block;
    background: url(../images/social.png) -34px 3px no-repeat;
}
.comments-block .title-block .auth .Vkontakte {
    width: 26px;
    height: 17px;
    display: inline-block;
    background: url(../images/social.png) -68px 4px no-repeat;
}
.comments-block .body-block:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.comments-block .body-block .left {
    width: 100%;
    margin-right: 30px;
    float: left;
    padding-top: 40px
}
.comments-block .body-block .left .section {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-align: left
}
.comments-block .body-block .left .section:last-of-type {
    margin-bottom: 20px
}
.comments-block .body-block .left .section:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.comments-block .body-block .left .section .photo {
    float: left;
    width: 50px
}
.comments-block .body-block .left .section .section-body {
    float: right;
    width: calc(100% - 20px);
    margin-left: 20px
}
.comments-block .body-block .left .section .section-body .title {
    color: #c97868;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px
}
.comments-block .body-block .left .section .section-body .reply{
    color: #c97868;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.comments-block .body-block .left .section .section-body .reply:after{
    content: "";
    width: 12px;
    height: 8px;
    background: url(../images/reply.png) no-repeat center center;
    background-size: cover;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
}
.comments-block .body-block .left .section .section-body .desc {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
}
.comments-block .body-block .left .section .section-body .date {
    color: #bcbcbc;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px
}



.comments-block .body-block .left .section .section-body .answer {
    float: right;
    width: calc(100% - 20px);
    padding-left: 20px;
    margin-top: 10px;
    border-left: 1px solid #c97868;
}
.comments-block .body-block .left .section .section-body .answer .title {
    color: #c97868;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px
}
.comments-block .body-block .left .section .section-body .answer .reply{
    color: #c97868;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.comments-block .body-block .left .section .section-body .answer .reply:after{
    content: "";
    width: 12px;
    height: 8px;
    background: url(../images/reply.png) no-repeat center center;
    background-size: cover;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
}
.comments-block .body-block .left .section .section-body .answer .desc {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
}
.comments-block .body-block .left .section .section-body .answer .date {
    color: #bcbcbc;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}
.comments-block .body-block .left .btn-download-all {
    color: #c97868;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .75em;
    letter-spacing: .037em;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #c97868;
}
.comments-block .body-block .left .btn-download-all:hover {
    cursor: pointer;
    background: #c97868;
    color:  #fff;
}
.comments-block .body-block .right {
    width: 310px;
    float: right;
    padding-top: 45px;
}
.comments-block .body-block .right form:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.comments-block .body-block .right form .photo {
    float: left;
    margin-right: 10px;
    display: none
}
.comments-block .body-block .right form textarea,
.comments-block .body-block .right form .I_name,
.comments-block .body-block .right form .I_capcha{
    width: 100%;
    border: 1px solid #ebebeb;
    resize: none;
    padding: 7.5px;
    color: #8c8c8c;
    font-size: 12px;
    outline: 0;
    letter-spacing: 0.6px;
    min-height: 30px;
    display: block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    float: left;
    margin-bottom: 10px;
}
.comments-block .body-block .right form .I_capcha{
    width: 179px;
    display: inline-block;
}
.comments-block .body-block .right form .capcha-block{
    width: 121px;
    height: 31px;
    display: inline-block;
    background: url(../images/capcha.png) no-repeat center center;
    background-size: cover;
    margin-left: 10px;
    cursor: pointer;
}
.comments-block .body-block .right form button {
    height: 40px;
    width: 100%;
    background: #404040;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: 0;
    font-size: .75em;
    letter-spacing: 1.2px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}
.comments-block .body-block .right form button:hover {
    cursor: pointer;
    color: #fff;
    background-color: #c77869;
}
.comments-block.login .right form .photo {
    display: block
}
.comments-block.login .right form textarea {
    width: calc(100% - 77px)
}
.comments-block.login .title-block .auth {
    display: none
}

.more-btn {
  line-height: 35px;
  height: 35px;
  border: 1px solid #c97868;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 0.7px;
  color: #c97868;
}

.old-prise,
.prise{
  font-size: 1em;
  font-family: 'pt-sans-narrowbold';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: -2px;
  color: #8b8b8b;
}
.catalog .items .prise{
  margin-top: 8px;
}
.old-prise {
  opacity: 0.5;
  text-decoration: line-through;
  
}
.item .size-block{
  border: 3px solid #F6F6F6;
  padding: 10px 20px;
}

.myCheck{
  position: relative;
  display: block;
  margin: 10px 0;
}
.myCheckinput[type="checkbox"]{
  display: none;
}
.myCheck label{
  padding-left: 24px;
  color: #818181;
  font-family: 'officina-sans-c-book';
  font-weight: 400;
  font-size: 0.875em;
  display: block;
}
.myCheck:hover{
  cursor: pointer;
}
.myCheck label:before {
  content: "";
  display: inline-block;

  width: 12px;
  height: 12px;

  border: 2px solid @link-color-hover;
  top: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: transparent;
}
.myCheck input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-weight: 700;
  color: @link-color-hover;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
}
.item .by-block .not_available{
  opacity: 0.7;
  cursor: default;
}
.hide{
  display: none !important;
}
.not_available p,
.not_available .photo{
  opacity: 0.5;
}
.error{
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.error .va{
  display: table-cell;
  vertical-align: middle;
}
.error .title{
  font: 30px/40px 'officina-sans-c-bold',sans-serif;
  color: #8b8b8b;
}
.error .subTitle{
  font-family: 'officina-sans-c-bold',sans-serif;
  color: #8b8b8b;
}

.pupup{
  width: calc(280px - 40px);
  border: 4px solid #f2f1f0;
  padding: 40px 20px;
  display: none;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -140px;
  background: #fff;
}
.pupup .btn-go-to-card{
  width: 100%;
  background: #c77869;
  text-transform: uppercase;
  color: #fff;
  font: 18px/18px "officina-sans-c-book",sans-serif;
  padding: 10px 0;
}
.pupup .btn-shopping{
  width: 100%;
  background: #636363;
  text-transform: uppercase;
  color: #fff;
  font: 18px/18px "officina-sans-c-book",sans-serif;
  padding: 10px 0;
  margin-bottom: 10px;

}
.pupup .close{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 0px;
  background: url(../img/ui/close-filters.png) no-repeat center center;
  background-size: 10px;
  cursor: pointer;
}
.pupup .title{
  text-align: center;
  background: url("../img/ui/cont-shop2.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
  color: #c77869;
  padding: 35px 0 0;
  font: 18px/18px "pt-sans-narrowbold",sans-serif;
  text-transform: uppercase;
}
.pupup.thx .title{
  text-align: center;
  background: url("../img/ui/grats.png") 50% 0 no-repeat;
  color: #c77869;
  padding: 35px 0 0;
  font: 18px/18px "pt-sans-narrowbold",sans-serif;
  text-transform: uppercase;
}
    
.pupup .subTitle{
  color: #757575;
  font: 16px/16px "code-bold",sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 7px 0 0;
  text-align: center;
  margin-bottom: 20px;
}
.pupup.add_card{
  z-index: 5;
}
.back_mask.add_card{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
    
    /* login */

.main .login,
.blog-plus .login{
  display: block;
  float: none;
  margin-bottom: 20px;
}
.main .login p,
.blog-plus .login p{
  text-transform: uppercase;
  font-family: "officina-sans-c-bold","sans-serif";
  color: #bcbcbc;
  margin: 0 10px 0 0;
}
.main .login a,
.blog-plus .login a{
  text-decoration:none;
  text-transform: uppercase;
  color: #bcbcbc;
  font-family: "officina-sans-c-bold","sans-serif";
}
.main .login a:hover ,
.blog-plus .login a:hover {
  color:#c77869;
}
.main .login p,
.blog-plus .login p, .login .social{
  display: inline-block;
}
.main .login .social,
.blog-plus .login .social{
  margin: -6px 0 0;
}
.main  a.wrap,
.blog-plus  a.wrap{
  text-decoration: none;
}

/* social list */

.main .social,
.blog-plus .social{
  float: right;
  margin: -4px 0 0;
}
.main .social li,
.blog-plus .social li{
  float: left;
  margin: 0 0 0 8px;
  width: 26px;
  height: 26px;
  display: inline-block;
  padding-left:0!important;
}
.main .social li:first-child,
.blog-plus .social li:first-child{
  margin: 0;
}
.main .social li a,
.blog-plus .social li a{
  display: block;
  height: 100%;
}
.blog-plus .social li.twitter{
  background:url(../img/social.png) 0 7px no-repeat;
}
.main .social li.Facebook,
.blog-plus .social li.Facebook{
  background:url(../img/social.png) -34px 7px no-repeat;
}
.main .social li.Vkontakte,
.blog-plus .social li.Vkontakte{
  background:url(../img/social.png) -68px 7px no-repeat;
}
.blog-plus .social li.googleplus{
  background:url(../img/social.png) -106px 7px no-repeat;
}
.blog-plus .social li.instagram{
  margin: 0 0 0 6px;
  width: 24px;
  height: 24px;
  background:url(../img/insta_@2x.png) center center no-repeat;
  background-size: 15px;
  border: 2px solid transparent;
  border-radius: 30px;
  margin-top: -1px;
}
.blog-plus .social li.instagram:hover{
  border-color: #c77869;
}
.blog-plus .social li.twitter:hover{
  background:url(../img/social.png) 0 -26px no-repeat;
}
.main .social li.Facebook:hover,
.blog-plus .social li.Facebook:hover{
  background:url(../img/social.png) -34px -26px no-repeat;
}
.main .social li.Vkontakte:hover,
.blog-plus .social li.Vkontakte:hover{
  background:url(../img/social.png) -68px -26px no-repeat;
}
.blog-plus .social li.googleplus:hover{
  background:url(../img/social.png) -106px -26px no-repeat;
}


/* BANNER POPUP */
#mask3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 4;
  cursor: pointer;
}
.banner-popup{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: 416px;
  height: 502px;
  margin-left: -208px;
  margin-top: -251px;
  background-color:#fff; 
}
.banner-pop-holder{
  position: relative;
  display: table-cell;
  border: 10px solid #FFEA00;
  width: 396px;
  height: 482px;
  text-align: center;
  vertical-align: middle;
  background-size: cover;
}
.banner-popup .close-order{
  position: absolute;
  top: 17px;
  right: 17px;
  width: 32px;
  height: 32px;
  background: url(../img/ui/close-yellow.png) 50% 50% no-repeat;
  z-index: 100;
  cursor: pointer;
}
.banner-popup .close-order:hover{
  cursor: pointer;
}
.banner-popup a{
  color:#FFEA00;
  text-decoration: none;
  font-family: "officina-sans-c-bold","sans-serif";
  text-transform: uppercase;
}
.banner-popup .row1 {
  font-size: 61px;
  line-height: 60px;
  font-family: "officina-sans-c-book","sans-serif";
}
.banner-popup .row2 {
  font-size: 119px;
  letter-spacing: -0.04em;
  line-height: 110px;
}
.banner-popup .row3 {
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 24px;
}
.banner-popup .row4 {
  font-size: 53px;
  line-height: 64px;
}
@media screen and (max-width: 600px) {
  .banner-popup {
      width: 260px;
      height: 342px;
      margin-left: -130px;
      margin-top: -161px;
  }
  .banner-pop-holder {
      height: 322px;
  }  
  .banner-popup .close-order {
      top: 13px;
      right: 13px;
  }
  .banner-popup .row1 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-popup .row2 {
      font-size: 90px;
      letter-spacing: -0.04em;
      line-height: 100px;
  }
  .banner-popup .row3 {
      font-size: 22px;
      letter-spacing: -0.01em;
      line-height: 22px;
  }
  .banner-popup .row4 {
      font-size: 45px;
      line-height: 55px;
  }
}

@media screen and (max-width: 700px) {
  .items .magic-sale {
    top: 4px;
    left: 0px;
  }
}
@media screen and (min-width: 700px) {
  .items .magic-sale {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .catalog .items .photo img,
  .index .items .photo img,
  .brands .items .photo img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -77px;
    width: 155px;
    height: 110px;
  }
}
@media screen and (max-width: 700px) {
  .index .news-product:after,
  .catalog .brand-product:after,
  .brands .news-product:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .index .news-product .items,
  .catalog .items,
  .brands .items {
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
    position: relative;
  }
  .index .news-product .items:nth-child(2n),
  .catalog .items:nth-child(2n),
  .brands .items:nth-child(2n) {
    margin-right: 0;
  }
  .index .news-product .items:nth-child(2n+1),
  .catalog .items:nth-child(2n+1),
  .brands .items:nth-child(2n+1) {
    clear: left;
  }
  .catalog .items .photo,
  .index .items .photo,
  .brands .items .photo {
    width: 100%;
    height: 100px;
  }
}

@media screen and (min-width: 700px) {
	.tablet .index .news-product:after,
	.tablet .catalog .brand-product:after,
	.tablet .brands .news-product:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	.tablet .index .news-product .items,
	.tablet .catalog .items,
	.tablet .brands .items {
	width: calc(33.3% - 13.4px);
	margin-right: 20px;
	float: left;
	}
	.tablet .index .news-product .items:nth-child(3n),
	.tablet .catalog .items:nth-child(3n),
	.tablet .brands .items:nth-child(3n) {
	margin-right: 0;
	}
	.tablet .index .news-product .items:nth-child(3n+1),
	.tablet .catalog .items:nth-child(3n+1),
	.tablet .brands .items:nth-child(3n+1) {
	clear: left;
	}
	.tablet .index .items .photo,
	.tablet .catalog .items .photo,
	.tablet .brands .items .photo {
	width: 100%;
	}
}

@media screen and (min-width: 992px) {
  .catalog .items a,
  .index .items a,
  .brands .items a {
    font-size: 110%;
  }
  .item .other-colors .item{
    font-size: 110%;
  }
}
}


@media screen and (min-width: 992px){
  .catalog .items .photo img,
  .index .items .photo img
  {
    margin-top: -100px;
    margin-left: -157px;
    width: 100%;
    height: auto;
  }
  .catalog .items .photo,
  .index .items .photo
  {
    margin-bottom: 17px;
  }
}

/*
@media screen and (min-width: 992px) {
  .index .news-product:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .index .news-product .items {
    width: calc(25% - 15px);
    margin-right: 20px;
    float: left;
  }
  .index .news-product .items:nth-of-type(4n) {
    margin-right: 0;
  }
  .index .news-product .items:nth-of-type(4n+1) {
    clear: left;
  }
  .index .news-product .items .photo {
    width: 100%;
  }
  .catalog .brand-product:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .catalog .brand-product .items {
    width: calc(25% - 15px);
    margin-right: 20px;
    float: left;
  }
  .catalog .brand-product .items:nth-child(4n) {
    margin-right: 0;
  }
  .catalog .brand-product .items:nth-child(4n+1) {
    clear: left;
  }
  .catalog .brand-product .items .photo {
    width: 100%;
  }
}
*/

#orientation-listener {
    display: none;
}

/* portrait */
@media screen and (orientation:portrait) {
    #orientation-listener {
        opacity: 0;
    }
}
/* landscape */
@media screen and (orientation:landscape) {
    #orientation-listener {
        opacity: 1;
    }
}


/* ruslan */
#nothing{
	padding: 85px 0 13px;
	width: auto;
	text-align: center;
	color:#8b8b8b;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
#nothing p {
	font-family: 'officina-sans-c-bold';
	background: url('../img/nothing.png') no-repeat 50% 0;
	padding-top: 125px;
}
#nothing span {
	color:#c97868;
}

.flickity-slider img{
  width: 100%;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  background: #fff;
    z-index: 100500;
}

#page-preloader .spinner {
  display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
  background: url('../img/preloader.gif') no-repeat 50% 50%;
    margin: -20px 0 0 -20px;
}
.owl-carousel .owl-dots .owl-dot span{
  width: 8px;
  height: 8px;
  background: #F2F1F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
  margin: 0 8px;
}
.owl-carousel .owl-dots .owl-dot.active span{
  background: #c97868;
}

.pupup.comments{
  z-index: 3;
  height: 100%;
  border: none;
}
.pupup.comments form:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pupup.comments form textarea,
.pupup.comments form input {
  width: calc(100% - 17px);
  border: 1px solid #ebebeb;
  resize: none;
  font-family: 'officina-sans-c-book';
  padding: 7.5px;
  color: #8c8c8c;
  font-size: 0.75em;
  outline: none;
  letter-spacing: 0.037em;
  min-height: 16px;
  display: block;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  float: left;
  margin-bottom: 10px;
}
.pupup.comments form button {
  height: 40px;
  width: 100%;
  background: #c97868;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-family: 'officina-sans-c-book';
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.pupup.comments form button:hover {
  cursor: pointer;
  color: #404040;
  background: #f2ce43;
}
.pupup.comments form .I_capcha{
    width: 90px;
    display: inline-block;
}
.pupup.comments form .capcha-block{
    width: 121px;
    height: 31px;
    display: inline-block;
    background: url(../img/capcha.png) no-repeat center center;
    background-size: cover;
    margin-left: 10px;
    cursor: pointer;
}
.hide{
	display: none !important;
}

.error222 {
	border: 1px solid #ED1C24!important;
}
#seo-clone{
  margin-top: 20px;
  padding: 0 20px;
}
#seo-clone p{
    color: #bcbcbc;
    text-align: justify;
}
#seo-toggle{
  display: inline-block;
  height: 16px;
  text-decoration: none;
  color: #C97868;
  text-transform: lowercase;
  padding-right: 13px;
  background: url('../img/toggle.png') no-repeat 100% 3px;
}
#seo-toggle.expanded{
  background: url('../img/toggle.png') no-repeat 100% -13px;
}
#seo-clone .expanded{
  height: auto !important;
}
#seo-clone>div{
  height: 40px;
  overflow: hidden;
}


.custom_dropdown{
  width: auto;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border: 1px solid #909090;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
.custom_dropdown:after{
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/ui/filter_price_down.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 90%;
  top: 50%;
  margin-top: -5px;

}

.custom_dropdown.active{
  overflow: visible;
  z-index: 2;
}
.custom_dropdown.active:after{
  background: url(../img/ui/filter_price_up.png) no-repeat center center;
  background-size: contain;
}
.custom_dropdown ul{
  height: auto;
  width: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  margin: 0;
  padding: 0;
  border: 1px solid #909090;
  background: #fff;
  padding-bottom: 10px;
}
.custom_dropdown ul li a{
  position: relative;
  padding: 0 10px;
}
.custom_dropdown .years li a.active,
.custom_dropdown .month li a.active
{
  color: #c97969;
}
.custom_dropdown ul li{
  line-height: 30px;
  width: 100%;
  list-style: none;
  position: relative;
}
.custom_dropdown ul li:nth-child(2){
  margin-top: 10px;
}
.custom_dropdown ul li.selected span{
  padding: 0 10px;

}
.custom_dropdown ul li.selected:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #909090;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.filter-date{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.filter-date .all{
  display: block;
  color: #c97969;
  text-decoration: none;
}
.filter-date .custom_dropdown_years{
  width: 80px;
  display: inline-block;
}
.filter-date .custom_dropdown_years:after{
  left: 75%;
}
.filter-date .custom_dropdown_month{
  width: 192px;
  display: inline-block;
}
.filter-date .custom_dropdown_month:after{
  left: 89%;
}
.filter-date .custom_dropdown_month  .month{
  display: none;
}
.filter-date .custom_dropdown_month .month.active{
  display: block;
}
.blog .pagination{
  margin-top: 20px;
  margin-bottom: 20px;
}