.l-catalog {
  background: #e6c177;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6c177), color-stop(100%, #b79153));
  background: -webkit-gradient(linear, left top, left bottom, from(#e6c177), to(#b79153));
  background: -webkit-linear-gradient(top, #e6c177 0%, #b79153 100%);
  background: -moz- oldlinear-gradient(top, #e6c177 0%, #b79153 100%);
  background: -o-linear-gradient(top, #e6c177 0%, #b79153 100%);
  background: linear-gradient(to bottom, #e6c177 0%, #b79153 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c177', endColorstr='#b79153', GradientType=0 ); }

.header__bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.header__bottom-wrap, .h-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header {
  position: relative; }
  .header--index {
    padding-bottom: 19.3em; }
  .webp .header {
    background-image: url("../img/bg1.webp"); }
    .webp .header:after {
      background: url("../img/cord.webp") center repeat-x; }
  .no-webp .header {
    background-image: url("../img/bg1.jpg"); }
    .no-webp .header:after {
      background: url("../img/cord.png") center repeat-x; }
  .header:after {
    content: '';
    height: 1.4em;
    width: 100%;
    position: absolute;
    left: 0;
    top: -webkit-calc(100% - 0.7em);
    top: -moz-calc(100% - 0.7em);
    top: calc(100% - 0.7em); }
  .header__logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 24em; }
    .header__logo picture {
      display: block; }
    .header__logo img {
      max-width: 100%;
      display: block; }
  .header__top {
    background: rgba(0, 0, 0, .05);
    padding: .75em; }
    .header__top-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .header__call-me {
    font-size: 1.2em;
    color: #333333; }
  .header__bottom {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    .header__bottom-left {
      /* @extend %df;
            align-items: center;*/
      -webkit-box-flex: 0;
      -webkit-flex: 0 2 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 2 auto;
              flex: 0 2 auto; }
    .header__bottom-right {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
  .header__info {
    text-align: right; }
    .header__info-title {
      color: #333333;
      font-size: 1.1em; }
    .header__info-value {
      font-size: 1.8em;
      color: #3b6e9e;
      font-weight: 600; }
      .header__info-value a {
        color: #3b6e9e; }
        .header__info-value a:hover {
          color: #b79253; }

.l-catalog {
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 1em 1.5em 1em 2em;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-left: 6em; }
  .l-catalog:hover {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(183, 146, 83, .5);
            box-shadow: 2px 2px 5px 1px rgba(183, 146, 83, .5); }
  .l-catalog__title {
    color: #423722;
    font-size: 1.5em; }
  .l-catalog__logo {
    border-left: 1px solid rgba(255, 255, 255, .5);
    padding-left: 1.5em;
    margin-left: 2em; }

.h-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48em;
     -moz-box-flex: 0;
      -ms-flex: 0 1 48em;
          flex: 0 1 48em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .h-menu__item {
    font-size: 1.2em;
    color: #333333;
    padding: 0 0.83333em; }
    .h-menu__item:hover {
      color: #3b6e9e; }
  .h-menu__close {
    position: absolute;
    right: 0em;
    top: 0em;
    font-size: 1.5em;
    color: #3b6e9e;
    background: transparent;
    border: none;
    padding: 1em;
    display: none;
    pointer-events: none; }
    .h-menu__close:focus {
      -webkit-box-shadow: 0 0 1px 1px #3b6e9e inset;
              box-shadow: 0 0 1px 1px #3b6e9e inset; }

.header-open-menu {
  font-size: 1.5em;
  font-weight: 700;
  cursor: pointer;
  pointer-events: none;
  display: none; }
  .header-open-menu:hover, .header-open-menu:focus {
    color: #3b6e9e; }

.h-cart {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: rgba(0, 0, 0, .05);
  padding: 1em 1.3em;
  margin-left: 3em; }
  .h-cart__logo {
    margin-right: 24px;
    margin-right: 1.5rem; }
  .h-cart__title {
    font-size: 1.1em;
    color: #333333; }
  .h-cart__value {
    color: #3b6e9e;
    font-size: 1.4em;
    font-weight: 600; }

@media screen and (max-width: 1200px) {
  .l-catalog {
    margin-left: 2em; } }

@media screen and (max-width: 860px) {
  .header__logo {
    -webkit-flex-basis: 18rem;
        -ms-flex-preferred-size: 18rem;
            flex-basis: 18rem;
    max-width: 18em; }
    .header__logo:after {
      content: '';
      position: absolute; }
  .l-catalog__title {
    font-size: 1.3em; }
  .l-catalog {
    padding: .7em 1em; }
  .l-catalog__logo {
    padding-left: 1em;
    margin-left: 1em; }
  .header__info-value {
    font-size: 1.6em; } }

@media screen and (max-width: 720px) {
  .l-catalog__logo {
    display: none; } }

@media screen and (max-width: 660px) {
  .header__bottom {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .l-catalog {
    margin-top: 1.5em;
    margin-left: 0; }
  .header__bottom-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19em;
       -moz-box-flex: 0;
        -ms-flex: 0 0 19em;
            flex: 0 0 19em; }
  .header__bottom-right {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .h-menu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: translateX(-100%);
               -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                 -o-transform: translateX(-100%);
            transform: translateX(-100%); }
    .h-menu--active {
      -webkit-transform: none;
                 -moz-transform: none;
                  -ms-transform: none;
                   -o-transform: none;
              transform: none; }
    .h-menu__item {
      display: block;
      font-size: 1.5em;
      text-align: center;
      padding: 1em; }
    .h-menu__close {
      display: block;
      pointer-events: all; }
  .header-open-menu {
    display: block;
    pointer-events: all; }
  .header--index {
    padding-bottom: 10em; }
  .m-slider {
    margin-top: -10em; }
  .m-slider__body {
    margin-bottom: 1.5em; }
  .m-dots li button {
    height: 1.5rem;
    width: 1.5rem; } }

@media screen and (max-width: 440px) {
  .header__bottom-left {
    -webkit-flex-basis: 16em;
        -ms-flex-preferred-size: 16em;
            flex-basis: 16em; }
  .header__logo {
    max-width: 15em; }
  .l-catalog__title {
    font-size: 1.1em; }
  .header__info-value {
    font-size: 1.4em; }
  .h-cart {
    margin-left: 0;
    padding: .5em .5em; }
  .h-cart__value {
    font-size: 1.3em; }
  .h-cart__logo {
    margin-right: 1em; } }
