/* Temp */

@font-face {
  font-family: Gotham-Pro-Bold;
  src: local("Gotham-Pro-Bold"), url(fonts/Gotham-Pro/GothaProBol.otf);
}
@font-face {
  font-family: Gotham-Pro-Medium;
  src: local("Gotham-Pro-Medium"), url(fonts/Gotham-Pro/GothaProMed.otf);
}
@font-face {
  font-family: Gotham-Pro-Regular;
  src: local("RobotoCondensedRegular"), url(fonts/Gotham-Pro/GothaProReg.otf);
}
@font-face {
  font-family: Gotham-Pro-Light;
  src: local("Gotham-Pro-Light"), url(fonts/Gotham-Pro/GothaProLig.otf);
}

/*----ROBOTO-----*/
@font-face {
  font-family: Roboto-Bold;
  src: local("Roboto-Bold"), url(fonts/Roboto/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: local("Roboto-Regular"), url(fonts/Roboto/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Light;
  src: local("Roboto-Light"), url(fonts/Roboto/Roboto/Roboto-Light.ttf);
}

/* Temp END */

.new-catalogue-menu {
  background: rgb(25,30,50);
  line-height: 0
}



.new-catalogue-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

@media screen and (min-width: 1200px) {
	.new-catalogue-menu .container { width:1026px; }
	.new-catalogue-menu ul { margin-left:60px !important; }
}

.new-catalogue-menu ul:after {
  content:"";
  display: inline-block;
  width: 100%;
}

.new-catalogue-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font: 15px/28px "Gotham-Pro-Regular", sans-serif;
}

.new-catalogue-menu ul li a, .new-catalogue-menu ul li span {
  display: block;
  color: #fff;
  padding: 0 11px;
  line-height: 28px;
}

.new-catalogue-menu ul li a {
  text-decoration: underline;
}

.new-catalogue-menu ul li:first-child span { padding-left:0; }

.new-catalogue-menu ul li.selected a {
  text-decoration: none;
  background: #FFF;
  color:#333;
}

.header-content {
  padding-bottom: 10px;
}

.new-catalogue-menu ul li a[href="/catalog/agk/"], .new-catalogue-menu ul li a[href="/catalog/ag/"] {
  display: none;
}

@media (max-width:767px) {
  .new-catalogue-menu ul {
    display: block
  }
  .new-catalogue-menu ul li {
    float: none
  }
  .new-catalogue-menu ul li a {
    text-align: center
  }
}

.new-catalogue {
  margin: 28px 0 100px 0;
}

.new-catalogue-header {
  border-bottom: 1px solid #c2c2c2;
  padding: 0 0 13px 0
}

.new-catalogue-header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.new-catalogue-header h1 {
  float: left;
  font: 36px/40px "Gotham-Pro-Bold", sans-serif;
  text-transform: uppercase;
  margin: 0 30px 0 0;
  padding: 0;
  letter-spacing: 0;
  color: #00
}

.new-catalogue-list {
  margin: 0 -30px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px
}

.new-catalogue-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 38px 30px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.new-catalogue-item a {
  display: block;
  background: #f5f5f5;
  text-decoration: none
}

.new-catalogue-item a:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.new-catalogue-item-photo {
  float: left;
  width: 162px;
  line-height: 0
}

.new-catalogue-item-photo img {
  display: block;
  width: 100%
}

.new-catalogue-item-content {
  margin: 0 30px 0 190px;
  padding: 30px 0 0 0;
  position: relative
}

.new-catalogue-item-header {
  border: 2px solid #000;
  background: #fff;
  width: 316px;
  height: 57px;
  padding: 0 0 0 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 -108px;
  position: relative;
  color: #000
}

.new-catalogue-item a:hover .new-catalogue-item-header {
  color: #fff;
  background: #788593;
  border-color: #788593
}

.new-catalogue-item-symbol {
  width: 70px;
  font: 30px/53px "Gotham-Pro-Bold", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 0;
  top: -2px;
  border-right: 2px solid #000;
  height: 57px
}

.new-catalogue-item a:hover .new-catalogue-item-symbol {
  border-color: #fff
}

.new-catalogue-item-title {
  font: 18px/53px "Gotham-Pro-Medium", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase
}

.new-catalogue-item-descr {
  color: #4f4f4f;
  font: 14px/22px "Gotham-Pro-Regular", sans-serif;
  letter-spacing: 0;
  padding: 24px 0 0 0
}

.new-catalogue-item-link {
  width: 40px;
  height: 40px;
  background: url(../images/new-catalogue-item-link.png);
  margin: 25px 0 0 0
}

.new-catalogue-item a:hover .new-catalogue-item-link {
  background-position: left -41px
}

@media (max-width:767px) {
  .new-catalogue {
    margin-top: 10px
  }
  .new-catalogue-header h1 {
    text-align: center;
    float: none
  }
  .new-catalogue-item {
    width: auto;
    display: block;
    padding-left: 0;
    padding-right: 0
  }
  .new-catalogue-list {
    margin: 0
  }
  .new-catalogue-item a {
    background: none
  }
  .new-catalogue-item-photo {
    float: none;
    margin: 0 auto
  }
  .new-catalogue-item-content {
    margin: 0;
    padding: 10px 0 0 0
  }
  .new-catalogue-item-header {
    width: auto;
    margin: 0
  }
  .new-catalogue-item-link {
    display: none
  }
}

.new-catalogue-inner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.new-catalogue-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.new-catalogue-filter {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.new-catalogue-filter form {
  margin: 0;
  padding: 0;
}

.new-catalogue-filter-title {
  text-transform: uppercase;
  font: 16px/19px "Gotham-Pro-Bold", sans-serif;
  color: #282828;
  margin: 0 0 11px 0;
}

.new-catalogue-filter-sections {
  margin: -4px 0 21px 0;
}

.new-catalogue-filter-sections:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.new-catalogue-filter-sections a {
  float: left;
  width: 51px;
  height: 51px;
  margin: 0 -1px -1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #d7d7d7;
  text-align: center;
  font: 13px/52px "Gotham-Pro-Regular", sans-serif;
  color: #878787;
  text-decoration: none;
  text-transform: uppercase
}

.new-catalogue-filter-sections a:hover {
  color: #282828
}

.new-catalogue-filter-sections a.selected {
  color: #282828;
  font-family: "Gotham-Pro-Medium", sans-serif;
  z-index: 2
}

.new-catalogue-filter-sections a.selected:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #000
}

.new-catalogue-filter-block-checkboxes {
  padding: 17px 0 14px 0;
}

.new-catalogue-filter-block-checkboxes+.new-catalogue-filter-block-checkboxes {
  border-top: 1px solid #e1e1e1;
}

.new-catalogue-filter-checkboxes {
  margin: 0 0 0 -8px
}

.new-catalogue-filter-checkboxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.new-catalogue-filter-checkbox {
  float: left;
  width: 51px;
  height: 51px;
  padding: 8px 0 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.new-catalogue-filter-checkbox label {
  display: block;
  cursor: pointer
}

.new-catalogue-filter-checkbox label input {
  display: none
}

.new-catalogue-filter-checkbox label span {
  display: block;
  width: 43px;
  height: 43px;
  position: relative;
  background-size: cover;
}

.new-catalogue-filter-checkbox label input:checked+span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000
}

.new-catalogue-filter-checkbox label input:checked+span:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border: 3px solid #fff
}

.new-catalogue-filter-list {
  color: #a0826c;
  font: 12px/15px "Gotham-Pro-Regular", sans-serif;
  text-transform: uppercase
}

.new-catalogue-filter-list-item {
  padding: 6px 0 3px 0
}

.new-catalogue-filter-list-item a {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: url(../images/new-catalogue-filter-list-item.png);
  margin: 0 0 0 5px
}

.new-catalogue-inner-wrap {
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.new-catalogue-inner-container {
  float: left;
  width: 100%
}

.new-catalogue-models-title {
  text-transform: uppercase;
  font: 16px/19px "Gotham-Pro-Bold", sans-serif;
  color: #282828;
  padding: 0;
}

.new-catalogue-models-list {
  padding: 6px 0 0 0
}

.new-catalogue-models-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.new-catalogue-models-list a {
  float: left;
  width: 57px;
  height: 36px;
  margin: 0 -2px -2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 2px solid #000;
  text-align: center;
  font: 20px/34px "Gotham-Pro-Medium", sans-serif;
  color: #282828;
  text-decoration: none;
  text-transform: uppercase
}

.new-catalogue-models-list a:hover {
  color: #fff;
  background: #788593;
  z-index: 2
}

.new-catalogue-models-list a.disabled {
  color: #acacac;
  background: #ebebeb url(../images/new-catalogue-models-list-disabled.png) no-repeat center;
  cursor: default
}

.new-catalogue-models-list a {
  font-size:10px;
}

.new-catalogue-models-list a.long-name {
  font-size:10px;
}

.new-catalogue-models-list a span {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 69px;
  width: 184px;
  background: rgba(0, 0, 0, .8);
  padding: 8px 0 9px 0;
  margin-left: -92px;
  color: #fff;
  font: 12px/15px "Gotham-Pro-Regular", sans-serif;
  text-transform: none
}

.new-catalogue-models-list a span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid rgba(0, 0, 0, .8);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent
}

.new-catalogue-models-list a.disabled:hover span {
  display: block
}

.new-catalogue-inner-list {
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px
}

.new-catalogue-inner-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 34px 10px 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.new-catalogue-inner-item a {
  display: block;
  text-decoration: none;
  color: #000
}

.new-catalogue-inner-item a:hover {
  color: #fff
}

.new-catalogue-inner-item-img {
  position: relative
}

.new-catalogue-inner-item-img img {
  display: block;
  width: 100%
}

.new-catalogue-inner-item a:hover .new-catalogue-inner-item-img {
  top: -12px
}

.new-catalogue-inner-item a:hover .new-catalogue-inner-item-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .5) url(../images/new-catalogue-inner-arrow.png) no-repeat center
}

.new-catalogue-inner-item-title {
  font: 17px/21px "Gotham-Pro-Bold", sans-serif;
  border-bottom: 2px solid #000;
  padding: 9px 10px 8px 10px;
  letter-spacing: 0
}

.new-catalogue-inner-item a:hover .new-catalogue-inner-item-title {
  border-color: #788593;
  background: #788593
}

.pager {
  text-align: center;
  padding: 62px 0 0 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px
}

.pager a,
.pager span {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  color: #aaa;
  text-decoration: none;
  font: 17px/34px "Gotham-Pro-Regular", sans-serif;
  letter-spacing: 0;
  margin: 0 9px
}

.pager a:hover {
  border-color: #bea491
}

.pager a.selected,
.pager span.selected {
  background: #bea491;
  color: #fff;
  border-color: #bea491;
}

.pager a img {
  vertical-align: middle;
  margin: -2px 0 0 0
}

.pager a.pager-prev {
  margin-right: 31px
}

.pager a.pager-next {
  margin-left: 31px
}

@media (max-width:767px) {
  .new-catalogue-filter {
    float: none;
    width: auto
  }
  .new-catalogue-inner-wrap {
    margin: 0
  }
  .new-catalogue-inner-item {
    width: 25%
  }
}

@media (max-width:480px) {
  .new-catalogue-inner-item {
    width: 33.33%
  }
  .pager a.pager-prev {
    display: none
  }
  .pager a.pager-next {
    display: none
  }
}

.new-catalogue-back {
  float: right;
  padding: 0 0 0 34px;
  margin: 12px 0 0 0;
  background: url(../images/new-catalogue-back.png) no-repeat left center;
  font: 13px/16px "Gotham-Pro-Medium", sans-serif;
  text-transform: uppercase
}

.new-catalogue-back a {
  color: #000;
  text-decoration: underline
}

.new-catalogue-back a:hover {
  text-decoration: none
}

@media (max-width:767px) {
  .new-catalogue-back {
    float: none
  }
}

.new-catalogue-detail-left {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.new-catalogue-detail-photo {
  position: relative;
  line-height: 0;
  text-align: center
}

.new-catalogue-detail-photo img {
  max-width: 100%
}

.new-catalogue-detail-info {
  margin: -20px -10px 0 -10px;
  border: 2px solid #000;
  padding: 27px 23px 10px 23px
}

.new-catalogue-detail-info dl {
  margin: 0;
  padding: 0
}

.new-catalogue-detail-info dt {
  margin: 0;
  padding: 10px 0 0 0;
  font: 12px/15px "Gotham-Pro-Bold", sans-serif;
  color: #282828;
  text-transform: uppercase;
  border-top: 1px solid #e1e1e1
}

.new-catalogue-detail-info dt:first-child {
  border-top: none
}

.new-catalogue-detail-info dd {
  margin: 0;
  padding: 0 0 9px 0;
  font: 12px/15px "Gotham-Pro-Medium", sans-serif;
  color: #a0826c;
  text-transform: uppercase
}

a.new-catalogue-detail-shops {
  display: block;
  height: 48px;
  font: 16px/48px "Gotham-Pro-Medium", sans-serif;
  text-align: center;
  border-radius: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #777f8c;
  margin: 20px 0 0 0;
  text-decoration: none
}

@media (max-width:767px) {
  .new-catalogue-detail-left {
    float: none
  }
}

.new-catalogue-detail-wrap {
  padding-left: 50px;
  overflow: hidden;
}

.new-catalogue-detail-container {
  float: left;
  width: 100%
}

@media (max-width:767px) {
  .new-catalogue-detail-wrap {
    margin: 0
  }
}

.new-catalogue-detail-params {
  padding: 4px 0 0 0;
}

.new-catalogue-detail-params form {
  margin: 0;
}

.new-catalogue-detail-params-box {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0 14px 0;
}

form + .new-catalogue-detail-params-box,
.new-catalogue-detail-params-box:first-child {
  border-top: none;
  padding-top: 0;
}

.new-catalogue-detail-params-box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.new-catalogue-detail-params-header {
  float: left;
  width: 220px;
}

.new-catalogue-detail-params-title {
  color: #282828;
  font: 16px/22px "Gotham-Pro-Bold", sans-serif;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.new-catalogue-detail-params-value {
  font-family:'Gotham-Pro-Regular';
  font-size: 14px;
  line-height: 20px;
  color: #a0826c;
  padding: 0 0 0 0;
  letter-spacing: .01em;
}

.new-catalogue-detail-params-list {
  margin: 0 0 0 230px;
  padding: 3px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.new-catalogue-detail-params-item {
  width: 78px;
  height: 50px;
  margin: 0 8px 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.new-catalogue-detail-params-item a {
  display: block;
  position: relative;
  width: 78px;
  height: 50px
}

.new-catalogue-detail-params-item:hover a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #798592;
}

.new-catalogue-detail-params-item.selected a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000
}

.new-catalogue-detail-params-item.selected a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border: 3px solid #fff
}

@media (max-width:767px) {
  .new-catalogue-detail-params-header {
    float: none;
    width: auto
  }
  .new-catalogue-detail-params-list {
    margin: 0 0 0 -8px
  }
}

.new-catalogue-detail-menu {
  padding: 27px 0 0 0
}

.new-catalogue-detail-menu ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  border-collapse: collapse
}

.new-catalogue-detail-menu ul li {
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  margin: 0;
  padding: 0;
  border: 1px solid #d7d7d7;
  background: #f0f0f0
}

.new-catalogue-detail-menu ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font: 12px/15px "Gotham-Pro-Medium", sans-serif;
  position: relative
}

.new-catalogue-detail-menu ul li.selected {
  background: #fff;
  border-bottom: 1px solid #fff
}

.new-catalogue-detail-menu ul li.selected a {
  color: #000
}

.new-catalogue-detail-menu ul li.selected a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  height: 2px;
  background: #777f8c
}

.new-catalogue-detail-tab {
  display: none
}

.new-catalogue-detail-tab.selected {
  display: block
}

.new-catalogue-detail-tab-title {
  display: none;
  font: 20px/24px "Gotham-Pro-Regular", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 24px 0
}

@media (max-width:767px) {
  .new-catalogue-detail-menu {
    display: none
  }
  .new-catalogue-detail-tab {
    display: block;
    margin: 24px 0 48px 0
  }
  .new-catalogue-detail-tab-title {
    display: block
  }
}

.new-catalogue-detail-furniture {
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px
}

.new-catalogue-detail-furniture-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 30px 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.new-catalogue-detail-furniture-item a {
  display: block;
  text-decoration: none;
  color: #282828
}

.new-catalogue-detail-furniture-photo {
  height: 175px;
  line-height: 173px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc
}

.new-catalogue-detail-furniture-item a:hover .new-catalogue-detail-furniture-photo {
  border-color: #282828
}

.new-catalogue-detail-furniture-photo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle
}

.new-catalogue-detail-furniture-title {
  font: 15px/18px "Gotham-Pro-Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 6px 0 0 0
}

@media (max-width:767px) {
  .new-catalogue-detail-furniture-item {
    width: 50%
  }
}

@media (max-width:480px) {
  .new-catalogue-detail-furniture-item {
    width: 100%
  }
}

.new-catalogue-other {
  background: #f2f2f2;
  padding: 45px 0 70px 0
}

.new-catalogue-other-header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0
}

.new-catalogue-other-title {
  float: left;
  text-transform: uppercase;
  font: 24px/28px "Gotham-Pro-Bold", sans-serif;
  color: #000
}

.new-catalogue-other-all {
  float: right;
  font: 13px/28px "Gotham-Pro-Medium", sans-serif;
  text-transform: uppercase;
  padding: 0 34px 0 0;
  background: url(../images/new-catalogue-other-all.png) no-repeat right center
}

.new-catalogue-other-all a {
  color: #000;
  text-decoration: underline
}

@media (max-width:767px) {
  .new-catalogue-other-title {
    float: none;
    text-align: center
  }
  .new-catalogue-other-all {
    float: none;
    text-align: right
  }
}

.new-catalogue-other-content {
  padding: 0 38px;
  position: relative;
  overflow: hidden
}

.tab-content-padding{
  padding-top: 30px;
}

.filter-option img,
.bootstrap-select.btn-group .dropdown-menu li a img {
  width: 30px;
  vertical-align: middle;
}
.filter-option span,
.bootstrap-select.btn-group .dropdown-menu li a span {
  vertical-align: middle;
  color: #bea491;
  margin-left: 10px;
  font-size: 13px;
  text-transform: uppercase;
}
.new-catalogue-filter-checkboxes .bootstrap-select {
  margin-top: 10px;
}

.header-fixed {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 150;
}

.catalog-filter-radios {

}

.catalog-filter-radio {
  margin: 0 0 2px 0;
}

.catalog-filter-radio input[type='radio'] {
  position: absolute;
  visibility: hidden;
}

.catalog-filter-radio input[type='radio'] + label {
  font-family:'Roboto-Regular';
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: .01em;
  padding: 0 0 0 24px;
  position: relative;
}

.catalog-filter-radio input[type='radio'] + label:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/filter-radio.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.catalog-filter-radio input[type='radio']:checked + label:before {
  background-position: 0 -12px;
}

.catalog-filter-selector {
  margin: 21px 0 6px 0;
}

.catalog-filter-selector:after {
  content: "";
  display: table;
  clear: both;
}

.catalog-filter-selector-item {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin: 5px;
}

.catalog-filter-selector-item input[type='radio'] {
  position: absolute;
  visibility: hidden;
}

.catalog-filter-selector-item input[type='radio'] + label {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: relative;
}

.catalog-filter-selector-item label:hover,
.catalog-filter-selector-item input[type='radio']:checked + label {
  z-index: 10;
}

.catalog-filter-selector-item label:hover:before {
  content:"";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #798592;
  border-radius: 2px;
}

.catalog-filter-selector-item input[type='radio']:checked + label:before {
  content:"";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #777f8c;
  border-radius: 2px;
}

.catalog-filter-rollover {
  display: none;
  background: #798592;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 0 -1px -3px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.3);
          box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.3);
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .01em;
  padding: 3px 7px 2px 7px;
  z-index: 11;
  white-space: nowrap;
}

.new-catalogue-detail-params-item .catalog-filter-rollover {
  margin-bottom: -10px;
}

.new-catalogue-detail-params-item:hover .catalog-filter-rollover,
.catalog-filter-selector-item:hover .catalog-filter-rollover {
  display: block;
}

.catalog-filter-sub-title {
  font-family:'Roboto-Regular';
  margin: 8px 0 -18px 0;
  font-size: 14px;
  line-height: 20px;
}

.breadcrumb-wrapper {
  margin: 20px 0 0 0;
  width: auto;
}

.new-catalogue-detail-wrap .breadcrumb-wrapper {
  margin-top: 0;
  padding: 0;
}

.nav-page-list {

}

.new-catalogue-detail-wrap .nav-page-list {
  padding-top: 0;
}

.nav-page-list-item {
  margin-bottom: 0;
}

.nav-page-list-item-link,
.nav-page-active {
  font-family:'Gotham-Pro-Regular';
}

.nav-page-list-item-link:before {
  bottom: 0;
}

.new-catalogue-inner-wrap .breadcrumb-wrapper {
  width: auto;
  padding: 0;
  margin: 4px 0 0 0;
}

.new-catalogue-inner-wrap .nav-page-list {
  margin-bottom: 0;
}

.new-catalogue-header {
  padding: 0 0 12px 0;
  margin: 0 0 30px 0;
}

.header .container {
  padding-left: 10px;
  padding-right: 10px;
}

.series-header {
  overflow: hidden;
  position: relative;
  min-height: 400px; /**/
}

.series-header-content {
  position: relative;
  width: 375px;
  z-index: 10;
  min-height: 400px; /**/
}

.series-header-content:before {
  content: "";
  background: #000;
  opacity: .5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -2000px;
}

.series-header-content-inner {
  position: relative;
  padding: 7px 40px 93px 0;
}

.series-header .breadcrumb-wrapper {
  padding: 0;
  width: auto;
  margin: 0 0 30px 0;
}

.series-header .nav-page {
  padding: 0;
}

.series-header .nav-page-list {
  font-family:'Gotham-Pro-Regular';
  font-size: 12px;
  line-height: 18px;
}

.series-header .nav-page-list-item-link,
.series-header .nav-page-active {
  color: #fff !important;
  font-family:'Gotham-Pro-Regular';
}

.series-header .nav-page-list-item-link:before {
  background-color: #fff;
  opacity: .5;
  bottom: 0;
}

.series-header .nav-page-list-item:after {
  background-color: #fff;
}

.series-header h1,
.series-header .h1 {
  color: #fff;
  border: 3px solid #fff;
  padding: 21px 18px 22px 18px;
  margin: 0 0 23px 0;
  font-family:'Gotham-Pro-Bold';
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: .01em;
  float: left;
}

.series-header-text {
  clear: left;
  color: #fff;
  font-family:'Gotham-Pro-Regular';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .025em;
}

.series-header-text p:last-child {
  margin: 0;
}

.series-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.series-slider .slick-list,
.series-slider .slick-track {
  height: 100%;
}

.series-slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.series-slider .slick-arrow {
  position: absolute;
  z-index: 15;
  width: 28px;
  height: 28px;
  background-color: transparent;
  text-indent: -1000px;
  overflow: hidden;
  border: none;
  bottom: 30px;
  cursor: pointer;
}

.series-slider .slick-arrow:before {
  content: "";
  width: 28px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -14px;
  background-image: url(../images/series-slider-arrows.png);
  background-repeat: no-repeat;
}

.series-slider .slick-prev:before {
  background-position: 0 0;
}

.series-slider .slick-next:before {
  background-position: -28px 0;
}

.series-slider .slick-prev {
  left: 50%;
  margin-left: -500px;
}

.series-slider .slick-next {
  left: 50%;
  margin-left: -390px;
}

.series-slider-count {
  position: absolute;
  z-index: 15;
  color: #fff;
  font-family:'Gotham-Pro-Regular';
  font-size: 18px;
  line-height: 30px;
  left: 50%;
  margin-left: -462px;
  width: 60px;
  text-align: center;
  bottom: 27px;
}

.series-slider-count .count-cur {
  font-size: 30px;
  font-family:'Gotham-Pro-Medium';
  padding: 0 9px 0 0;
}

.new-catalogue-detail {
  margin-top: 20px;
}

.back-link {
  float: right;
  font-family:'Gotham-Pro-Medium';
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #000 !important;
  text-decoration: none !important;
  margin: 10px 0 0 0;
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
}

.back-link span {
  position: relative;
  background-image: -o-linear-gradient(left, #000 1px, #000 1px);
  background-image: linear-gradient(to right, #000 1px, #000 1px);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0 bottom;
}

.back-link:hover span {
  background: none;
}

.back-link:before {
  content: "";
  width: 18px;
  height: 12px;
  background: url(../images/back-link-arrow.png) 0 0 no-repeat;
  position: absolute;
  left: 0px;
  top: 3px;
}

.catalog-params-subsection {
  margin: 13px 0 0 0;
}

.catalog-params-subsection + .catalog-params-subsection {
  margin-top: 8px;
}

.catalog-subsection-title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #000;
  margin: 2px 0 0 0;
}

.header {
  height: auto;
}

@media (min-width: 768px) {

  .new-catalogue-menu > ul {
    max-width: 1006px;
    margin-right: auto;
    margin-left: auto;

  }

  .new-catalogue-menu > ul:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

}

@media (max-width: 992px) {
  .new-catalogue-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .new-catalogue-filter,
  .new-catalogue-detail-left {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .new-catalogue-inner-wrap,
  .new-catalogue-detail-wrap {
    padding: 0;
  }

  .new-catalogue-header {
    margin-top:20px;
    text-align: center;
  }

  .new-catalogue-header h1 {
    margin: 0;
  }

  .new-catalogue-header .back-link {
    float: none;
  }

  .new-catalogue-detail-params-list {
    margin: 0 0 0 0;
  }
}

@media (max-width: 767px) {



  .series-header-content {
    width: auto;
    margin: 0 -10px;
  }

  .series-header-content-inner {
    position: relative;
    padding: 7px 20px 93px 20px;
  }

  .series-slider .slick-arrow {
    background-color: transparent !important;
    background-image: none !important;
    bottom: 30px !important;
    top: auto !important;
  }

  .series-slider .slick-arrow:after {
    display: none;
  }

  .series-slider .slick-prev {
    left: 20px;
    margin-left: 0;
  }

  .series-slider .slick-next {
    left: auto;
    margin-left: 0;
    right: 20px;
    margin-right: 0;
  }

  .series-slider-count {
    margin-left: -30px;
  }

  .new-catalogue-menu {
    margin: 10px 0 20px 0;
  }

  .new-catalogue-menu > ul {
    font-size: 0;
  }

  .new-catalogue-menu > ul > li {
    display: inline-block;
    width: 20%;
    padding: 0;
    font-size: 15px;
    line-height: 39px;
  }

  .new-catalogue-menu a {
    color: #fff !important;
    padding: 0 !important;
    line-height: 38px !important;
  }

}

.block-loading {
  position: relative;
}

.block-loading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,.7) url(../images/spinner.svg) center center no-repeat;
  z-index: 100;
}

.new-catalogue-filter.block-loading:before,
.new-catalogue-inner-container.block-loading:before {
  background-position: center 100px;
}

.newcat-tmb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  color: #fff !important;
  min-height: 240px;
  margin: 0 0 20px 0;
}

.newcat-tmb-descr {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
}

.newcat-tmb-descr-pic-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #666;
}

.newcat-tmb-descr-pic {
  position: absolute;
  left: 0;
  right: -100%;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.newcat-tmb-descr-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.newcat-tmb:hover .newcat-tmb-descr-pic:after {
  background: rgba(0,0,0,.4);
}

.newcat-tmb-pic {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.newcat-tmb-pic-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.newcat-tmb-pic-pic {
  position: absolute;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.newcat-tmb-descr-content {
  position: relative;
  font-family: "Gotham-Pro-Regular", sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 40px 40px 36px;
}

.newcat-tmb-ttl {
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  border: 3px solid #b39b89;
  text-align: center;
  width: 90px;
  height: 90px;
  margin: 6px 30px 0 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Gotham-Pro-Bold", sans-serif;
  font-size: 36px;
  line-height: 84px;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.newcat-tmb:hover .newcat-tmb-ttl {
  background-color: #b39b89;
}

.newcat-tmb-text p {
  line-height: 21px;
}

.newcat-tmb-text p:last-child {
  margin: 0;
}

/*---*/

.fur-tmb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  color: #fff !important;
  min-height: 240px;
  margin: 0 0 20px 0;
  background: #f6f6f6;
}

.fur-tmb-descr {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
}

.fur-tmb-descr-pic-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #666;
}

.fur-tmb-descr-pic {
  position: absolute;
  left: 100%;
  margin-left: -200px;
  right: -100%;
  margin-right: 45px;
  top: 28px;
  bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.fur-tmb-descr-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.fur-tmb:hover .fur-tmb-descr-pic:after {
  background: rgba(0,0,0,.4);
}

.fur-tmb-pic {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.fur-tmb-pic-wrapper {
  position: absolute;
  left: 0;
  right: 46px;
  top: 28px;
  bottom: 15px;
  overflow: hidden;
}

.fur-tmb-pic-pic {
  position: absolute;
  left: -200px;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fur-tmb-descr-content {
  position: relative;
  font-family: "Gotham-Pro-Regular", sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 40px 40px 36px;
}

.fur-btn {
  font-family: "Gotham-Pro-Bold", sans-serif;
  border: 3px solid #b39b89;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 21px 32px 23px 32px;
  letter-spacing: -.05em;
}

.fur-tmb:hover .fur-btn,
.fur-btn:hover {
  background: #b39b89;
  color: #fff;
}

h3.newcat-h3,
.h3.newcat-h3 {
  font-family: "Gotham-Pro-Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #b39b89;
  margin: 82px 0 23px 0;
}

.newcat-section {
  margin: 42px 0 82px 0;
}

.newcat-section-header {

}

.newcat-section-header h2,
.newcat-section-header .h2 {
  font-family: "Gotham-Pro-Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #b39b89;
  margin: 0 0 18px 0;
}

.newcat-section-header .arr {
  display: none;
}

.newcat-descr {
  font-family: "Gotham-Pro-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  border-left: 3px solid #b39b89;
  margin: 0 0 33px 36px;
  padding: 0 0 0 30px;
}

.newcat-descr p {
  line-height: 24px;
}

.newcat-descr p:last-child {
  margin: 0;
}

#mobile-indicator {
  display: none;
}

@media (max-width: 767px) {

  #mobile-indicator {
    display: block;
  }

  .newcat-wrapper {
    padding: 0 10px;
  }

  .newcat-list-wrapper {
    overflow: hidden;
    margin: 0 -20px 0 -20px;
    padding: 0 30px 0 10px;
  }

  .newcat-list .slick-list {
    overflow: visible;
  }

  .newcat-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .newcat-list .slick-slide {
    margin: 0 10px 0 10px;
    height: auto;
  }

  .newcat-tmb-pic {
    width: 100%;
    height: 160px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .newcat-tmb-pic-pic {
    left: 0;
    background-position: right center;
  }

  .newcat-tmb-descr {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .newcat-tmb-descr-pic {
    right: 0;
    background-position: right center;
  }

  .newcat-tmb-descr-content {
    display: block;
    padding: 20px 20px 43px 26px;
  }

  .newcat-tmb-ttl {
    width: 70px;
    height: 70px;
    font-size: 26px;
    line-height: 64px;
    margin: 0 0 18px 0;
  }

  .newcat-nav-wrapper {
    margin: 0 5px 15px 10px;
    position: relative;
  }

  .newcat-nav-wrapper:before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    z-index: 10;
  }

  .newcat-nav-wrapper:after {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: -35px;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
    z-index: 10;
  }

  .newcat-nav .slick-list {
    overflow: visible;
  }

  .newcat-nav .slide {
    cursor: pointer;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    border: 3px solid #b39b89;
    font-family: "Gotham-Pro-Bold", sans-serif;
    text-transform: uppercase;
    color: #282828;
    font-size: 22px;
    margin: 0 7px 0 0;
    text-align: center;
    height: 57px;
    line-height: 51px;
    outline:none !important;
    cursor: pointer;
  }

  .newcat-nav .active {
    color: #fff;
    background: #b39b89;
  }

  .newcat-section {
    margin: 37px 0 0 0;
  }

  .newcat-section + .newcat-section {
    margin: 53px 0 0 0;
    padding: 36px 0 0 0;
    border-top: 1px solid #c2c2c2;
  }

  .newcat-section-header h2, .newcat-section-header .h2 {
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0;
  }

  .newcat-section-header {
    position: relative;
    cursor: pointer;
    margin: 0 0 23px 0;
  }

  .newcat-section-header .arr {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 19px;
    height: 19px;
    background: url(../images/newcat-arr.png) 0 0 no-repeat;
    background-size: 19px 38px;
  }

  .newcat-section-header.active .arr {
    background-position: 0 -19px;
  }

  .newcat-descr {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 34px 0;
    padding: 0 0 0 22px;
  }

  .newcat-descr p {
    line-height: 22px;
  }

  .fur-tmb {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .fur-tmb-pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    height: 160px;
    width: 100%;
  }

  .fur-tmb-pic-wrapper {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .fur-tmb-pic-pic {
    left: 0;
  }

  .fur-tmb-descr-pic {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .fur-tmb-descr {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }

  .fur-tmb-descr-content {
    padding: 30px;
  }

  .fur-btn {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 20px 10px 20px;
    width: 100%;
  }

}
