body, html {
  font-family: 'PT Sans', sans-serif;
  color: #222; }

a {
  text-decoration: none;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  color: #222; }
  a:hover {
    color: #e53e3e;
    text-decoration: none; }
  a:active {
    color: #e53e3e; }
  a:focus {
    text-decoration: none;
    outline: none; }
  a:visited {
    color: #222; }

.header {
  position: relative;
  z-index: 100;
  background: #222;
  color: #fff; }
  .header .toggle-icon {
    margin-top: 14px; }
    .header .toggle-icon .toggle-icon__line {
      width: 25px;
      height: 2px;
      background-color: #ecf0f1;
      display: block;
      margin: 5px auto;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -ms-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms; }
    .header .toggle-icon:hover {
      cursor: pointer; }
  .header .toggle-icon_active .toggle-icon__line:nth-child(1),
  .header .toggle-icon_active .toggle-icon__line:nth-child(3) {
    width: 21px; }
  .header .toggle-icon_active .toggle-icon__line:nth-child(1) {
    -webkit-transform: translateX(-6px) rotate(-45deg);
    -ms-transform: translateX(-6px) rotate(-45deg);
    -o-transform: translateX(-6px) rotate(-45deg);
    transform: translateX(-6px) rotate(-45deg); }
  .header .toggle-icon_active .toggle-icon__line:nth-child(3) {
    -webkit-transform: translateX(-6px) rotate(45deg);
    -ms-transform: translateX(-6px) rotate(45deg);
    -o-transform: translateX(-6px) rotate(45deg);
    transform: translateX(-6px) rotate(45deg); }
  .header .nav .nav__menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .header .nav .nav__menu .nav__menu-item {
      display: inline-block;
      padding: 14px 0;
      margin-right: 14px; }
      .header .nav .nav__menu .nav__menu-item:last-child {
        margin-right: 0; }
      .header .nav .nav__menu .nav__menu-item a {
        color: #fff;
        color: #fff; }
        .header .nav .nav__menu .nav__menu-item a:hover {
          color: #e53e3e;
          text-decoration: none; }
        .header .nav .nav__menu .nav__menu-item a:active {
          color: #e53e3e; }
        .header .nav .nav__menu .nav__menu-item a:focus {
          text-decoration: none;
          outline: none; }
        .header .nav .nav__menu .nav__menu-item a:visited {
          color: #fff; }
    .header .nav .nav__menu .nav__menu-item_active {
      color: #e53e3e;
      -webkit-box-shadow: inset 0px -4px 0px 0px #e53e3e;
      -moz-box-shadow: inset 0px -4px 0px 0px #e53e3e;
      box-shadow: inset 0px -4px 0px 0px #e53e3e; }
  .header .nav .nav__menu_contacts {
    font-size: 16px;
    line-height: 16px;
    text-align: right; }
    .header .nav .nav__menu_contacts .nav__menu-item {
      margin-right: 12px; }
    @media screen and (max-width: 768px) {
      .header .nav .nav__menu_contacts {
        padding: 0 10px; } }

.nav-mobile {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 80%;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 2px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 0 2px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 1px 0 2px 0 rgba(50, 50, 50, 0.75); }
  .nav-mobile .nav-mobile__menu {
    padding-left: 0;
    font-size: 16px;
    list-style: none; }
  .nav-mobile .nav-mobile__menu-item {
    padding: 8px 30px; }
  .nav-mobile .nav-mobile__menu-item_active {
    color: #e53e3e;
    border-left: 3px solid #e53e3e; }

.content {
  position: relative;
  z-index: 100;
  min-height: 768px;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 12px -4px black;
  -moz-box-shadow: 0 9px 12px -4px black;
  box-shadow: 0 9px 12px -4px black; }
  .content .section_promo {
    padding-bottom: 15px;
    background-color: #efefef;
    background: url("../img/landing/section_slider_bg.jpg") no-repeat center bottom;
    background-size: cover; }
    .content .section_promo .slider-pro__slide {
      padding-top: 50px; }
      @media screen and (max-width: 767px) {
        .content .section_promo .slider-pro__slide {
          padding-top: 16px; } }
      .content .section_promo .slider-pro__slide::after {
        display: block;
        content: '';
        clear: both; }
    .content .section_promo .slider-pro__title {
      float: left;
      font-size: 60px;
      margin: 0 0 0 110px; }
      @media screen and (max-width: 1200px) {
        .content .section_promo .slider-pro__title {
          margin: 0 0 0 40px; } }
      @media screen and (max-width: 992px) {
        .content .section_promo .slider-pro__title {
          margin: 0;
          font-size: 48px; } }
      @media screen and (max-width: 767px) {
        .content .section_promo .slider-pro__title {
          margin: 0 0 25px 0;
          float: none;
          font-size: 32px;
          text-align: center; } }
    .content .section_promo .slider-pro__photo {
      float: right;
      max-height: 230px;
      margin-right: 80px; }
      @media screen and (max-width: 1200px) {
        .content .section_promo .slider-pro__photo {
          margin-right: 50px; } }
      @media screen and (max-width: 992px) {
        .content .section_promo .slider-pro__photo {
          margin: 0; } }
      @media screen and (max-width: 767px) {
        .content .section_promo .slider-pro__photo {
          float: none;
          margin: 0 auto;
          max-height: 140px; } }
    .content .section_promo .slider-pro__text_bold {
      font-weight: bold; }
    .content .section_promo .slider-pro__text_red {
      color: #e53e3e; }
  .content .col-product {
    height: 310px; }
  .content .section_bestsellers {
    padding: 35px 0; }
  .content .section_clients .section_clients__row {
    padding: 0 15px;
    overflow: hidden; }
  .content .section_clients .section_clients__col {
    background: no-repeat center bottom;
    background-size: cover;
    height: 400px; }
    @media screen and (max-width: 500px) {
      .content .section_clients .section_clients__col {
        height: 300px; } }
    @media screen and (max-width: 400px) {
      .content .section_clients .section_clients__col {
        height: 250px; } }
  @media screen and (min-width: 768px) {
    .content .section_clients .section_clients__col-photo {
      -webkit-border-radius: 8px 0 0 0;
      -moz-border-radius: 8px 0 0 0;
      border-radius: 8px 0 0 0; } }
  .content .section_clients .section_clients__col-text {
    background-image: url("../img/landing/section_clients_bg.jpg"); }
    @media screen and (min-width: 768px) {
      .content .section_clients .section_clients__col-text {
        -webkit-border-radius: 0 8px 0 0;
        -moz-border-radius: 0 8px 0 0;
        border-radius: 0 8px 0 0; } }
    @media screen and (max-width: 767px) {
      .content .section_clients .section_clients__col-text {
        height: auto; } }
  .content .section_clients .section_clients__text-box {
    padding: 20px 10px 20px 10px; }
  .content .section_clients .section_clients__title {
    color: #e53e3e;
    margin: 0 0 10px 0; }
  .content .section_clients .section_clients__paragraph {
    font-size: 16px; }
  .content .section_breadcrumbs {
    background-color: #f6f6f5;
    color: #888888; }
    .content .section_breadcrumbs .section_breadcrumbs__bcs {
      padding: 5px 0; }
    .content .section_breadcrumbs .section_breadcrumbs__separator {
      margin: 0 5px; }
    .content .section_breadcrumbs a {
      color: #222; }
      .content .section_breadcrumbs a:hover {
        color: #e53e3e;
        text-decoration: none; }
      .content .section_breadcrumbs a:active {
        color: #e53e3e; }
      .content .section_breadcrumbs a:focus {
        text-decoration: none;
        outline: none; }
      .content .section_breadcrumbs a:visited {
        color: #222; }
  .content .section_content {
    padding: 25px 0 50px 0; }
    .content .section_content .section_content__banner {
      margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .content .section_content .section_content__content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .content .section_product {
    padding: 25px 0 50px 0; }
    .content .section_product .section_product__col-info {
      padding-top: 25px;
      padding-bottom: 25px;
      background-color: #f6f6f5; }
    .content .section_product .section_product__title {
      position: relative;
      left: -22px;
      margin: 0 0 6px 0;
      padding: 8px 8px 8px 24px;
      font-weight: bold;
      background: #ddd;
      -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.4);
      -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.4);
      box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.4); }
      @media screen and (max-width: 767px) {
        .content .section_product .section_product__title {
          font-size: 28px; } }
      .content .section_product .section_product__title::after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        border: 4px solid transparent;
        border-top-color: #5d5d5d;
        border-right-color: #5d5d5d; }
    .content .section_product .section_product__separator {
      border-color: #dcdcdc; }
    .content .section_product .section_product__desc {
      font-size: 16px;
      margin-bottom: 40px; }
    .content .section_product .section_product__price {
      font-size: 36px;
      color: #404040;
      font-weight: bold;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 767px) {
        .content .section_product .section_product__price {
          font-size: 28px; } }
  .content .section_products .section_products__col-header {
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background-color: #f6f6f5;
    color: #777; }
  .content .section_products .section_products__col-header_category {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px; }
    @media screen and (max-width: 767px) {
      .content .section_products .section_products__col-header_category {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; } }
  .content .section_products .section_products__col-header_catalog {
    border-right: 1px solid #ededed; }
  .content .section_products .section_products__header-title {
    padding: 7px 0;
    color: #777777; }
  .content .section_products .section_products__col-catalog {
    padding-bottom: 60px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed; }
  .content .section_products .nav-products {
    margin-top: 10px; }
    @media screen and (min-width: 767px) {
      .content .section_products .nav-products {
        position: fixed;
        max-width: 150px; } }
    @media screen and (min-width: 992px) {
      .content .section_products .nav-products {
        max-width: 210px; } }
    @media screen and (min-width: 1200px) {
      .content .section_products .nav-products {
        max-width: 260px; } }
    .content .section_products .nav-products .nav-products__menu {
      padding-left: 0;
      list-style: none; }
    .content .section_products .nav-products .nav-products__menu-item {
      padding: 2px 0 2px 10px; }
      .content .section_products .nav-products .nav-products__menu-item a {
        color: #222; }
        .content .section_products .nav-products .nav-products__menu-item a:hover {
          color: #e53e3e;
          text-decoration: none; }
        .content .section_products .nav-products .nav-products__menu-item a:active {
          color: #e53e3e; }
        .content .section_products .nav-products .nav-products__menu-item a:focus {
          text-decoration: none;
          outline: none; }
        .content .section_products .nav-products .nav-products__menu-item a:visited {
          color: #222; }
    @media screen and (min-width: 767px) {
      .content .section_products .nav-products .nav-products__menu-item_active {
        border-left: 2px solid #e53e3e; }
        .content .section_products .nav-products .nav-products__menu-item_active a {
          color: #e53e3e !important; } }
  .content .section_products .section_products__category-title-box {
    margin: 20px 0 15px 0;
    padding: 15px 20px;
    background: #f6f6f5; }
  .content .section_products .section_products__category-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold; }
  .content .section_customers {
    padding-top: 20px;
    padding-bottom: 40px; }
    .content .section_customers .section_customers__row {
      margin-bottom: 20px; }
    .content .section_customers .section_customers__info {
      position: relative;
      background: #ececec;
      border-top: 7px solid #5d5d5d; }
      .content .section_customers .section_customers__info::after {
        display: block;
        content: '';
        position: absolute;
        left: -16px;
        top: -7px;
        border: 8px solid transparent;
        border-top-color: #5d5d5d;
        border-right-color: #5d5d5d; }
        @media screen and (max-width: 767px) {
          .content .section_customers .section_customers__info::after {
            left: 0;
            top: -16px;
            border-width: 5px;
            border-color: transparent transparent #5d5d5d #5d5d5d; } }
    .content .section_customers .section_customers__title {
      margin: 0;
      padding: 50px 35px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .content .section_customers .section_customers__title {
          padding: 22px 25px;
          font-size: 24px; } }

.footer {
  padding: 12px 0;
  color: #fff;
  background: center center no-repeat;
  background-size: cover; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #e53e3e;
      text-decoration: none; }
    .footer a:active {
      color: #e53e3e; }
    .footer a:focus {
      text-decoration: none;
      outline: none; }
    .footer a:visited {
      color: #fff; }
  .footer .footer__hr {
    border-color: #222; }
  .footer .footer__list ul {
    padding-left: 0;
    list-style: none; }
  .footer .footer__list li {
    padding: 2px 0; }
  .footer .footer__list .footer__list-item_active {
    color: #e53e3e; }
  @media screen and (max-width: 767px) {
    .footer .footer__list {
      padding-left: 15px; } }
  .footer .footer__contacts {
    position: relative; }
    .footer .footer__contacts .footer__contact {
      padding: 7px 0; }
      .footer .footer__contacts .footer__contact .footer__contact-item {
        margin-left: 22px; }
      .footer .footer__contacts .footer__contact .fa {
        position: absolute;
        padding-top: 2px; }
    @media screen and (max-width: 767px) {
      .footer .footer__contacts {
        padding-left: 15px; } }
  .footer .footer__copyright {
    text-align: center; }

.footer_with-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #2d2d2d;
  background-image: url("../img/footer_bg.jpg");
  padding-top: 20px; }

.footer-invisible {
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .footer-invisible {
      height: 550px; } }

.product-box {
  width: 100%;
  background-color: #dcdcdc;
  -webkit-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.4); }
  .product-box .product-box__type {
    padding: 5px;
    vertical-align: center;
    height: 46px;
    font-size: 13px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden; }
  .product-box .product-box__photo-box {
    padding: 10px;
    background-color: #f6f6f5; }
    .product-box .product-box__photo-box .product-box__photo {
      height: 150px;
      background: center center no-repeat;
      background-size: contain; }
  .product-box .product-box__bottom {
    padding: 10px 5px;
    background: #dcdcdc;
    text-align: center;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -ms-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms; }
    .product-box .product-box__bottom .product-box__title {
      padding-bottom: 3px;
      min-height: 21px;
      color: #842626;
      font-size: 15px;
      font-weight: bold;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .product-box .product-box__bottom .product-box__title a {
        color: #842626; }
        .product-box .product-box__bottom .product-box__title a:hover {
          color: #e53e3e;
          text-decoration: none; }
        .product-box .product-box__bottom .product-box__title a:active {
          color: #e53e3e; }
        .product-box .product-box__bottom .product-box__title a:focus {
          text-decoration: none;
          outline: none; }
        .product-box .product-box__bottom .product-box__title a:visited {
          color: #842626; }
    .product-box .product-box__bottom .product-box__price {
      margin: 0 auto;
      width: 90px;
      background: #e53e3e;
      color: #fff;
      font-weight: bold;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .product-box .product-box__bottom::after {
      display: block;
      content: '';
      clear: both; }
  .product-box:hover .product-box__bottom, .product-box:hover .product-box__type {
    background: #cacaca; }

.label {
  margin-right: 5px;
  padding: 2px 8px;
  font-style: italic;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.label_red {
  background: #b54f4f; }

.label_orange {
  background: darkorange; }

.error-msg {
  width: 100%;
  margin: 80px auto 50px auto; }
  .error-msg .error-msg__code {
    margin: 0 auto;
    max-width: 150px;
    padding-left: 15px;
    font-size: 80px;
    background: #dcdcdc; }
  .error-msg .error-msg__msg {
    text-align: center;
    margin-top: 15px;
    font-size: 18px; }

.fotorama {
  margin-bottom: 15px; }

/*# sourceMappingURL=style.css.map */
