body {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  color: #939393;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 40px 0 40px;
}
img {
    max-width: 100%;
}
a:active, a:focus, input, textarea, button { outline: none; }

/*-----HEADER------*/
    /*-----TOP-BAR------*/
        #top-bar {
            width: 100%;
            min-height: 35px;
            font-size: 15px;
            line-height: 35px;
            background-color: #2d3239;
            position: relative;
            z-index: 1020;
        }
        #top-bar a {
          color: #fff;
        }
        #top-bar a:hover,
        #top-bar a:focus {
          color: #ff6000;
          text-decoration: none;
          -webkit-transition: all .5s ease;
          transition: all .5s ease;
        }
        #top-bar a span{
          font-weight: 600;
        }
        #top-info {
          display: inline-block;
          list-style: none;
          margin: 0;
          padding: 0;
        }
        #top-info li {
          display: inline-block;
          margin-left: 25px;
        }
        .top-social {list-style: none;display: block;margin: 0;padding: 0;float: right;}
        .top-social li {display: inline-block;padding: 0 5px;font-size: 18px;transition: all .3s linear;}
        .top-social li .fa-viber {color: #fff;}
        .top-social li .fa-whatsapp {color: #fff;}
        .top-social li .fa-instagram {color: #fff;}
        .top-social li .fa:hover {color: #ff6000;}
        .top-social li .fab:hover {color: #ff6000;}
        .nav-logo {
          float: left;
          margin: 8px 0;
        }
    /*-----END TOP-BAR------*/
    /*-----NAVBAR------*/
        .nav {
            position: relative;
            width: 100%;
            /*height: 54px;*/
            background-color: #2d3239;
            box-shadow: 0 5px 5px -5px #333;
            z-index: 9;
        }
        .fix .fix_header{
          position: fixed;
          top: 0;
          left: 0;
          box-shadow: 0 5px 5px -5px #333;
        }
        .fix_header{
          background: #2d3239;
        width: 100%;
        position: relative;
        }
        .nav-logo img {
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
        }
        /*-----MENU------*/
            .navbar {
              float: right;
              margin: 0px 0px 0 0;
              min-height: 0;
              border: none;
              padding: 0;
            }
            .navbar-nav > li > a {
              padding: 0 15px;
              display: block;
              color: #fff;
              font-weight: 600;
              line-height: 102px;
              text-transform: uppercase;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
            }
            .nav > li > a:hover,
            .nav > li > a:focus,
            .navbar-nav > li > a.active {
              background-color: transparent;
              color: #ff6000;
            }
            .nav-item {
                margin-right: 28px;
                position: relative;
            }
            .nav-link {
                display: block;
                color: #fff;
                font-size: 13px;
                font-weight: 700;
                line-height: 22px;
                text-transform: uppercase;
                padding-left: 0 !important;
                padding-right: 0 !important;
                padding-top: 14px;
                padding-bottom: 14px;
            }
            .nav-link:hover {
                color: #ff6000 ;
                transition: .3s;
            }
            .navbar-toggler {
                display: none;
            }
            .hidden-mnu {
              background-color: #414e5b;
              display: none;
              position: absolute;
              z-index: 500;
              width: 100%;
              left: 0;
              top: 86px;
              background-color: #fff;
              box-shadow: 2px 2px 10px #8e8e8e;
            }
            .hidden-mnu ul {
              padding: 0;
            }
            .hidden-mnu li {
              display: block;
            }
            .hidden-mnu a {
              display: inline-block;
              color: #222;
              margin: 10px 20px;
              font-size: 16px;
                font-weight: 500;
            }
            .hidden-mnu a:active {
              text-decoration: underline;
            }
            .hidden-mnu a:hover {
              color: #fff;
              background-color: transparent;
            }
            .main-mnu.active {
                display: block;
            }
            .navbar-nav {
                list-style: none;
                position: relative;
                display: inline;
            }
            .toggle-mnu {
              display: block;
              width: 28px;
              height: 28px;
              margin-top: 16px;
              position: absolute;
              top: 30px;
              right: 15px;
              z-index: 500;
            }
            .toggle-mnu span:after, .toggle-mnu span:before {
              content: "";
              position: absolute;
              left: 0;
              top: 9px;
            }
            .toggle-mnu span:after {
              top: 18px;
            }
            .toggle-mnu span {
              position: relative;
              display: block;
            }
            .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
              width: 100%;
              height: 2px;
              background-color: #fff;
              transition: all 0.3s;
              backface-visibility: hidden;
              border-radius: 2px;
            }
            .toggle-mnu.on span {
              background-color: transparent;
            }
            .toggle-mnu.on span:before {
              transform: rotate(45deg) translate(-1px, 0px);
            }
            .toggle-mnu.on span:after {
              transform: rotate(-45deg) translate(6px, -7px);
            }
        /*-----END MENU-----*/
        /*-----MOBILE MENU-----*/
            .content{
                    width:100%;/*ширина меню*/
                    margin:0 auto;
            }
            .accordion-menu,.accordion-menu * {        
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    outline: 0;
            }
            .accordion-menu {
                    width: 100%;
                    float: left;
                    position: relative;
                    box-shadow: 0 20px 50px #333;
            }
            .accordion-menu ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
            }
            .accordion-menu ul li {
                    width: 100%;
                    display: block;
                    float: left;
                    position: relative;
            }
            .accordion-menu ul li a {
                    display: inline-block;
                    padding: 14px 22px;
                    float: left;
                    text-decoration: none;
                    color: #f0f0f0;
                    font-size: 13px;
                    background: #2d3239;
                    white-space: nowrap;
                    position: relative;
                    overflow: hidden;
                    -o-transition: color .2s linear,background .2s linear;
                    -moz-transition: color .2s linear,background .2s linear;
                    -webkit-transition: color .2s linear,background .2s linear;
                    transition: color .2s linear,background .2s linear
            }
            .accordion-menu>ul>li.active>a,.accordion-menu>ul>li:hover>a {
                    color: #fff;
                    background: #414956
            }
            .accordion-menu>ul>li>a {
                    border-bottom: solid 1px #414956
            }
            .accordion-menu ul li a i {
                    width: 34px;
                    float: left;
                    line-height: 18px;
                    font-size: 16px;
                    text-align: left
            }
            #demo-list a {
                    display: inline-block;
                    overflow:hidden;
                    text-overflow:ellipsis;
                    -o-text-overflow:ellipsis;
                    white-space:nowrap;
                    width:100%;
                    margin: 0;
            }
            .navbar-nav li:last-child{
              margin-right: 0 !important;
            } 
        /*-----END MOBILE MENU-----*/

        @media (min-width: 992px){
          .navbar-expand-lg .navbar-toggler {
            display: none;
         } 
        }
        @media only screen and (min-width: 992px){
          .d-md-none {
            display: none;
          }
        }
        @media only screen and (min-width: 768px){
          .d-lg-none {
            display: none;
          }
        }
        @media (min-width: 768px){
            .navbar-nav>li{
              margin-right: 20px;
            }
        }
        @media (min-width: 768px){
          .navbar-nav>li {
            float: left;
          }
        }
    /*------END NAVBAR-----------*/
/*-----END HEADER------*/
/*-----MENU CATALOG------*/
  .nav_right_title {
      background-color: #ff6000;
      color: #fff;
      font-size: 14px;
      text-align: center;
  }
  .nav_right_title h3 {
      margin: 0;
      padding: 10px;
      border: 1px solid #ff6000;
      border-bottom: none;
      text-transform: uppercase;
  }
  .submenu-spares {
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border: 1px solid #ccc;
      margin-bottom: 0; 
      transform-origin: 0% 0%;
      transition: .3s linear;     
      padding: 0;
      margin-top: 0;
      flex-grow: 1;
  }

  .submenu-spares:first-child {
      border-bottom: none;
  }

  .submenu-spares:last-child {
      border-top: none;
      margin-bottom: 21px;
  }

  .submenu-spares li {
      list-style: none;
      position: relative;
      text-decoration: none;
      color: #939393;
      background: #f8f8f8;
      padding: 5px 10px;
      height: 100%;
      /* display: block; */
      /* text-align: center; */
      /* vertical-align: middle; */
      display: flex;
      justify-content: center;
      align-items: center;    
      overflow-wrap: break-word;
      word-wrap: break-word;
      white-space: normal;
      /* text-overflow: ellipsis; */
      /* text-transform: uppercase; */
      font-weight: 500;
      transition: all 0.3s linear;
      text-transform: uppercase;
      transition: all 0.3s linear;
      font-size: 12px;
      letter-spacing: 0.3px;
      
  }
  #menu-sidebar_about>li {
    border-bottom: 1px solid #ccc;
    height: 52px;
  }
  #menu-sidebar_about>li:last-child {
    border-bottom: none;
  }

  .submenu-spares li a {
      display: block;
      width: 262px;
      color: #939393;
      font-size: 14px;
      font-weight: 600;
      line-height: 16px;
      text-transform: none;
      padding: 20px 0 20px 0px;
      text-decoration: none;
  }

  .submenu-spares .fa-angle-right{
      position: absolute;
      right: 18px;
      top: 20px;
      font-size: 18px;
      color: #939393;

  }
  .submenu-spares .submenu-spares .fa{
    margin-left: 18px;
  }
  .submenu-spares .submenu-spares-2 {
      display: block;
      position: absolute;
      padding-left: 0;
      left: 100%;
      top: 1px;
      transition: .3s linear;
      width: 218px;
      height: auto;
      box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      color: #939393;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-transform: uppercase;
      z-index: 5;
      visibility: hidden;
      opacity: 0; 
      transform-origin: 0% 0%;
      transform: rotateX(-90deg);
      transition: .3s linear; 
      margin-left: 1px;
  }

  .submenu-spares .submenu-spares {
      display: block;
      position: absolute;
      left: 100%;
      top: -1px;
      transition: .3s linear;
      width: 252px;
      height: 52px;
      box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      color: #939393;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-transform: uppercase;
      z-index: 5;
      visibility: hidden;
      opacity: 0; 
      transform-origin: 0% 0%;
      transform: rotateX(-90deg);
      transition: .3s linear; 
  }

  .submenu-spares .submenu-spares-2 li a {
      padding: 10px;
  }


  .submenu-spares li a:hover{
      color: #ff6000;
  }

  .submenu-spares li:hover > .fa-angle-right{
      color: #ff6000;
  }

  .submenu-spares li:hover > .submenu-spares {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }

  .navbar-spares li:hover > .submenu-spares {
    margin-top: 61px;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }

  .submenu-spares li:hover > .submenu-spares-2 {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;

  }

  .navbar-spares li:hover > .submenu-spares-2 {
    margin-top: 61px;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }

  #menu-header>li>a>i{
    transform-origin: 100% 70%;
    transform: rotate(90deg);
  }
/*-----END MENU CATALOG------*/
/*--- HERO UNIT ---*/
 /* .hero-unit-slider {
    padding:0;
  }
  .hero-unit-slider .carousel-inner > .item {
    overflow: hidden;
  }

  .hero-unit-slider .hero-heading {
      margin-top: 20px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
      text-transform: uppercase;
      font-family: "OpenSansRegular", sans-serif;
      font-size: 44px;
      font-weight: 800;
      line-height: 1.4;
      margin-right: 15px;
  }
  .hero-unit-slider .hero-heading span{
    color: #ff9c00;
  }
  .hero-unit-slider .carousel-indicators {
    bottom: 0;
  }
  .hero-unit-slider .carousel-control {
    background: rgba(255, 255, 255, 0.3);
  }
  .hero-unit-slider .carousel-control:hover {
    background: rgba(0, 0, 0, 0.4);
  }
  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    
  }
  @media screen and (max-width: 1200px) {
    .hero-unit-slider .carousel-inner > .item > img {
      max-width: inherit;
    }
    .hero-unit-slider.slider-responsive .slick-dots {
      display: none !important;
    }  
    .hero-unit-slider.slider-responsive .hero-heading {
      font-size: 34px;
    }
  }
  @media screen and (max-width: 768px) {
    
    .hero-unit-slider .hero-heading {
      font-size: 28px;
    }  
    .hero-unit-slider .hero-button {
      font-size: 13px;
    }
    .hero-unit-slider.slider-responsive .slick-dots {
      display: none !important;
    } 
    
  }
  @media screen and (max-width: 480px) {
    .hero-unit-slider.slider-responsive {
      margin-bottom: 30px;   
    }
    
    .hero-unit-slider.slider-responsive .hero-heading {
      font-size: 24px;
    }
    .hero-unit-slider.slider-responsive .hero-button {
      font-size: 11px;
    }
  }
  .hero-unit-slider .slick-carousel .slick-slider {
    margin-bottom: 0;
  }
  .hero-unit-slider .slick-carousel .slick-prev, 
  .hero-unit-slider .slick-carousel .slick-next {
    top: 50%;
    margin-top: -22.5px;
    width: 45px;
    height: 45px;
  }
  .hero-unit-slider .slick-carousel .slick-prev:hover, 
  .hero-unit-slider .slick-carousel .slick-prev:focus, 
  .hero-unit-slider .slick-carousel .slick-next:hover, 
  .hero-unit-slider .slick-carousel .slick-next:focus {
    background: rgba(0, 0, 0, 0.3);
  }
  .hero-unit-slider .slick-carousel .slick-prev {
    left: 0;
  }
  .hero-unit-slider .slick-carousel .slick-dots {
    position: absolute;  
  }
  .hero-unit-slider .slick-carousel .slick-dots button {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    background-color: #ff8c00;
  }
  .hero-unit-slider .slick-carousel .slick-dots .slick-active button {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /*--- button ---*/
  .btn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn:active, .btn.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* slick plugin */
  .slick-carousel {
    position: relative;
  }
  .slick-slide {
    outline: none;
    height: auto;
  }
  .slick-next,
  .slick-prev {
    position: absolute;
    right: 0;
    top: -47px;
    left: inherit;
    width: 30px;
    height: 30px;
    background-color: #406da4;
    color: #fff;
  }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: #396192;
  }
  .slick-prev {
    right: 31px;
    z-index: 8;
  }
  .slick-prev:before {
    content: '\f104';
  }
  .slick-next:before {
    content: '\f105';
  }
  .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #e8e8e8;
  }
  .slick-dots li button:before {
    font-family: initial;
    font-size: 0;
  }
  .slick-dots li.slick-active button {
    background-color: #c2c2c2;
  }
  .feature-heading {
    margin: 0;
    color: #222;
    font-weight: 300;
    font-size: 16px;
  }
  .no-margin {
    margin: 0 !important;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .cont-crs-wr .carousel-caption {
      position: absolute;    
      z-index: 10;
      padding-top: 20px;    
      color: #333;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, .6);    
      width: 100%;
      top: -473px; 
      left: 0;
      right: 0;    
  }
  .carousel-caption h1{
   
  }
  .top-banner{
      display: block;
      width: 100%;
      position: absolute;    
  }
  .first-img{
    top: -426px;
  }
  .second-img{
    top: -287px;
  }
  .third-img{
    top: -148px;
  }
  .top-banner img{
      width: 60%;
      text-align: right;    
      float: right;
      box-shadow: 5px 15px 20px #000;
  }
  .no-margin {
      margin: 0 0 0 !important;
      list-style: none;
  }
  .carousel-inner .item h1{
    animation:zoomOut 1s both;
  }
  .carousel-inner .item .head-line-par{
    animation:zoomOut 1s both;
  }
  .carousel-inner .item .btn-head{
    animation:zoomOut 1s both;
    z-index: 10;
  }
  .carousel-inner .item.slick-current h1{
    animation:zoomIn 1s both 1s;
  }
  .carousel-inner .item.slick-current .head-line-par{
    animation:zoomIn 1s both 1.5s;
  }
  .carousel-inner .item.slick-current .btn-head{
    animation:zoomIn 1s both 2s;
    z-index: 10;
  }
  .head-line-par{
      position: absolute;
      top: -300px;
      margin: auto;
      width: 100%;   
      padding-right: 55px;
  }
  .head-line-par p{
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  }
  .btn-head {
      position: absolute;
      top: -200px;
      width: 100%;
      margin: auto;
      text-align: center;
      padding-right: 55px;
  }
  .btn-head a{
      text-align: center;
      width: 100%;
      background-color: #ff9c00;
      border:1px #ff9c00 solid;
      color: #fff;
      padding: 12px 16px;
      border-radius: 3px;
      text-transform: uppercase;
      position: relative;
      z-index: 50;
  }
  .btn-head a:hover{
    background-color: transparent;
    text-decoration: none;
    border:1px #fff solid;
    color: #fff;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  .slick-track:before, 
  .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }
  /*--- Arrows ---*/
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
  }
  .slick-prev:hover, 
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }
  .slick-prev:hover:before, 
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }

  .slick-prev:before, .slick-next:before {
    font-family: "fontawesome";
    font-size: 32px;
    line-height: 1;
    color: #ff8c00;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-prev {
    left: -25px;
  }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
  }
  .slick-prev:before {
    content: "←";
  }
  [dir="rtl"] .slick-prev:before {
    content: "→";
  }

  .slick-next {
    right: -25px;
  }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
  }
  .slick-next:before {
    content: "→";
  }
  [dir="rtl"] .slick-next:before {
    content: "←";
  }

  /*--- Dots ---*/
  .slick-slider {
    margin-bottom: 30px;
  }

  .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:hover, 
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, 
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "fontawesome";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
  }*/
/*---------------*/

/*---hidden-form---*/
/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 460px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }
.mfp-inline-holder .mfp-content{
max-width: 460px;
}
@media only screen and (max-width : 480px) {
  .contact-form .estimate_form_inner .input-group{
    float: none;
    width: 100%;
  }
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #555;
    right: 5px;
    top: 5px;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #555;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #555;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #555;
}
/*----------------------------*/
.contact-form .estimate_form_inner {
    padding: 35px 30px 40px;
    background-color: #fff;
    box-shadow: 0 1px 15px rgba(0,0,0,.1);
    border-radius: 10px;
}
.contact-form .estimate_form_inner h4 {
    color: #414141;
    margin-top: 0px;
    font-size: 22px;    
    letter-spacing: 1px;
    margin-bottom: 23px;
    text-align: left;
    line-height: 26px;
    font-weight: 700;
}
.contact-form .estimate_form_inner .input-group {
    padding-right: 10px;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.contact-form .estimate_form_inner .input-group input {
    border-radius: 4px !important;
    margin-bottom: 15px;
}
.contact-form .estimate_form_inner input {
    border: 1px solid transparent;
    box-shadow: none;
    border-bottom: 1px solid #f6eaea;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.4;
    color: #555;
}
.contact-form .btn {
    font-size: 15px;
    padding: 10px 30px;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    background: #ff6000;
    border: 1px solid transparent;
    text-transform: capitalize;
    line-height: 1.2;
}
.contact-form .btn:hover{
  background: transparent;
  color: #ff6000;
  border: 1px solid #ff6000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.politic-conf p{
  color: #555;
  font-size: 12px;
  margin-bottom: 0;
}
.politic-conf a{
  color: #ff6000;  
}
.politic-conf a:hover{
   color: #414141;  
   transition: all .25s ease;
   webkit-transition: all .25s ease;
}
/*----------------------*/


/*----so-spotlight1----*/
.so-spotlight1 {
    padding-top: 20px;
}
.so-spotlight1 .owl-slider-1 {
    position: relative;
}
.so-spotlight1 .owl-slider-1 .owl-nav div.owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}
.so-spotlight1 .owl-slider-1 .owl-nav div {
    width: 45px;
    height: 42px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    top: 45%;
}
.so-spotlight1 .owl-slider-1 .owl-nav div:hover {
    background: #ff6000;
}
.so-spotlight1 .owl-slider-1 .owl-nav div:hover:before {
    color: #fff;
}
.so-spotlight1 .owl-slider-1 .owl-nav div.owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}
.so-spotlight1 .owl-slider-1 .owl-nav div:before {
    background-color: transparent;
    color: #fff;
}
.so-spotlight1 .owl-slider-1 .owl-nav div.owl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.so-spotlight1 .owl-slider-1 .owl-nav div.owl-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
.so-spotlight1 .owl-slider-1 .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.so-spotlight1 .owl-slider-1 .owl-dots .owl-dot.active {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -moz-transform: scale(1.6);
    opacity: 1;
}
.so-spotlight1 .owl-slider-1 .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ff6000;
    display: inline-block;
    border-radius: 50%;
    margin: 0 11px;
    opacity: 0.5;
}
.spares-btn {
    text-align: center;
    margin-top: 28px;    
}
.spares-btn a{
     border-radius: 5px;
    text-transform: uppercase;
    background: transparent;    
    color: #ff6000;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff6000;
    border-radius: 4px;
}
.spares-btn a:hover{
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    transition: all .5s ease;
}
form button {
    width: 225px;
    height: 40px;
    background-color: #a81313;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 15px 0;
    cursor: pointer;
    border-radius: 5px;
    border-color: #a81313;
}
form button:hover{
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    transition: all .5s ease;
}
form input:focus {
    border: 1px solid #157fc2;
}
.check-spares {
    margin-top: 15px;
    margin-left: 20px;
    color: #FF3606;
    font-weight: 700;
    font-size: 10px;
}
.check-spares i {
    margin-right: 3px;
}
/*---------------------*/

/*----hits------*/
.main-container #content {
    float: left;
}
#content {
    margin-bottom: 23px;
}
.main-container h3 {
    font-weight: 400;
}
h3.modtitle {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 5px;
    position: relative;
    font-weight: 600;
    color: #333;
}
.main-container hr {
    border-top: 1px dashed #ff6000;
    margin: 1px 0;
}
.main-container #content .owl-dead-week {
    padding-top: 20px;
    margin-bottom: 23px;
}
.main-container #content .owl-dead-week .product-layout {
    padding-bottom: 1px;
}
.main-container #content .owl-dead-week .product-layout .product-item-container {
    border: none;
}
.main-container #content .owl-dead-week .product-layout .product-item-container .left-block {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
.main-container #content .owl-dead-week .product-layout .left-block {
    display: inline-block;
    float: left;
    padding: 0 15px;
}
.main-container #content .owl-dead-week .product-layout .product-item-container .left-block .product-image-container .product-img {
    display: block;
    overflow: hidden;
}
.main-container #content .owl-dead-week .product-layout .product-item-container .left-block .product-image-container .product-img:before {
    background-color: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.main-container #content .owl-dead-week .product-layout .product-item-container .left-block .product-image-container .product-img img {
    width: 100%;
    margin: auto;
}
.product-image-container{
  padding: 8px;
}
.main-container #content .owl-dead-week .owl-nav {
    position: absolute;
    top: -47px;
    right: 0;
}
.main-container #content .owl-dead-week .owl-nav div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    border-radius: 3px;
}
.main-container #content .owl-dead-week .owl-nav .owl-next {
    margin-left: 5px;
}
.main-container #content .owl-dead-week .owl-nav .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
}
.main-container #content .owl-dead-week .owl-nav div:after {
    font-size: 1.5em;
}
.main-container #content .owl-dead-week .owl-nav .owl-next:after {
    content: "\f105";
    font-family: FontAwesome;
}
.main-container #content .owl-dead-week .owl-nav div:hover {
    background: #0a6ba8;
    transition: all .5s ease;
}
.main-container #content .owl-dead-week .owl-nav div:hover:after {
    color: #fff;
}
.right-block .caption .stock{
    color: #ff6000;
    text-transform: uppercase;
    margin-bottom: 11px;
    margin-top: 5px;
}
.right-block .caption .stock .instock{
  color: #3eb94f;
  font-weight: 600;
}
.caption .stock .reverse {
    color: #dc0000 !important;
}
.main-container #content .owl-dead-week .product-layout .right-block .caption h4 a {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-weight: 800;
}
.right-block .description p{
  font-size: 13px;
  color: #777;
}
.right-block .description{
  border-bottom: 1px solid #2d3239;
}
.main-container #content .owl-dead-week .product-layout .product-item-container .right-block .button-group a {
    border-radius: 5px;
    text-transform: uppercase;    
    line-height: 28px;    
    color: #777;
    background-color: #fff;   
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.main-container #content .owl-dead-week .product-layout .product-item-container .right-block .button-group a:hover {
    background: #157fc2;
    border-color: #157fc2;
    color: #fff;
    transition: all .5s ease;
}
 .bestseller {
    position: absolute;
    background-color: #ff6000;
    color: #fff;
    top: 12px;
    left: 0px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1.2;
}
.bestseller:after {
    content: " ";
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-left-color: #ff6000;
    border-width: 12px;
    top: 0px;
    right: -24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popular {
    position: absolute;
    background-color: #ff9c00;
    color: #fff;
    top: 12px;
    right: 0px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1.2;
}
.popular:after {
    content: " ";
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-right-color: #ff9c00;
    border-width: 12px;
    top: 0px;
    right: 88px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.more{
    position: absolute;
    background-color: #dc0000;
    color: #fff;
    bottom: 12px;
    right: 0px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1.2;
}


.main-container #content .owl-dead-week .product-layout:hover .product-img {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    overflow: hidden;
}
.product-layout .product-item-container .left-block .hover {
    position: absolute;
    bottom: 0;
    right: 5px;
}
.product-layout .product-item-container .left-block .hover ul {
    padding: 0;
}
.product-layout .product-item-container .left-block .hover .icon-search {
    transition: opacity 0s;
}
.product-layout .product-item-container .left-block .hover ul li {
    list-style: none;
    display: inline-block;
    width: 144px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    margin: 5px;
    transition-timing-function: ease;
    opacity: 0;
}
.product-layout .product-item-container .left-block .hover ul li:hover {
    background: #ff6000;
}
.product-layout .product-item-container .left-block .hover ul li:hover a {
    color: #fff;
}
.product-layout .product-item-container .left-block .hover ul li a {
    font-size: 14px;
    transition: none;
    width: 40px;
    height: 40px;
    /*display: block;*/
    color: #ff6000;
}
.product-layout:hover .hover ul li {
    opacity: 1 !important;
    transition: all .5s ease;
}
.left-content-product .content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6;
    box-sizing: content-box;
    border-radius: 4px;
}
#thumb-slider {
    padding-top: 30px;
}
.content-product-left {
    padding-bottom: 25px;
}
.mfp-iframe-scaler iframe {   
    background: #fff;
    padding: 20px;
}
.main-container #content {
    float: left;
}
.cont-prew-wrap{
  width: 100%;
}
.mfp-iframe-holder .mfp-content {    
    max-width: 1000px;
}
.content-product-right .caption .stock {
    color: #ff6000;
    text-transform: uppercase;
    margin-bottom: 11px;
    margin-top: 5px;
}
.content-product-right .caption .stock .instock {
    color: #3eb94f;
    font-weight: 600;
}
.content-product-right .caption h1{
    font-size: 20px;
    color: #333;
    line-height: 1.4;
    font-weight: 800;
    margin-top: 40px;
}
.content-product-right .description p {
    font-size: 14px;
    color: #777;
}
.content-product-right .description {
    border-bottom: 1px solid #ccc;
}

.content-product-right .cart-btn a{  
    text-transform: uppercase;
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.content-product-right .cart-btn a:hover{
    background: #fff;
    border-color: #ff6000;
    color: #ff6000;
    transition: all .5s ease;
}
.content-product-right .cart-btn{
  text-align: right;
}


.form-spares ::-webkit-input-placeholder { /* WebKit browsers */
   color: #dcdcdc;
}
.form-spares :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #dcdcdc;
}
.form-spares ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #dcdcdc;
}
.form-spares :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #dcdcdc;
}
/*--------------*/

/*----recommendation-----*/
.recommendation hr {
    border-top: 1px dashed #ff6000;
    margin: 1px 0;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
 
.col-xs-1-5 {
  width: 20%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 33.3%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.product-layout .product-item-container {
    border: none;
}
.product-layout .product-item-container .left-block {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px;
}
.product-layout .product-item-container .left-block .product-image-container .product-img {
    display: block;
    overflow: hidden;
}
.product-layout .product-item-container .left-block .product-image-container .product-img:before {
    background-color: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.product-layout .product-item-container .left-block .product-image-container .product-img img {
    width: 100%;
}
.recommendation .product-layout .product-item-container .right-block h4 a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.product-layout .product-item-container .right-block h4 a:hover,
.main-container #content .owl-dead-week .product-layout .right-block .caption h4 a:hover{
  color: #ff6000;
  transition: all .5s ease;
}
.recommendation .product-layout .product-item-container .right-block h4{
  text-align: center;
  margin: 5px 0;
}
.recommendation .right-block .caption .stock{
  text-align: center;
}
.recommendation .product-layout:hover .product-img {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    overflow: hidden;
}

.recommendation .button-group{
  text-align: center;
}
.recommendation .right-block .button-group a {
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 28px;
    color: #ff6000;
    background-color: #fff;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff6000;
    border-radius: 4px;
}
.recommendation .right-block .button-group a:hover{
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    transition: all .5s ease;
}
.recommendation .product-layout{
  margin-bottom: 30px;
}
.btn-more{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.btn-more a{
  border-radius: 5px;
    text-transform: uppercase;
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-more a:hover{
   background: transparent;
    border-color: #ff6000;
    color: #ff6000;
    transition: all .5s ease; 
}
.btn-phone{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.btn-phone a{
  border-radius: 5px;
    text-transform: uppercase;
    background: transparent;
    color: #ff6000;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff6000;
    border-radius: 4px;
}
.btn-phone a:hover{
  background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    transition: all .5s ease;
}
/*----------------------*/

/*----footer-----*/
.footer-logo{
  display: block;
  width: 100%;
  text-align: left;
}
.footer-logo img{
  width: 80%;
}
.footer-main {
  background-color: #232323;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-main h3.widget-title {
  color: #e9e7e7; 
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/*.footer-main h3.widget-title::after {
  background-color: #ff6000;
  content: "";
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 3px;
  width: 30px;
}*/
.footer-main .widget p {
  color: #777;
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 24px;
}
.footer-main .widget p > span,
.footer-main .widget p > i {
  color: #fff;  
}
.footer-main .widget p > i {
  padding-right: 5px;
}
.footer-main .widget p > a {
  color: #777;
  text-decoration: none;
}
.footer-main .widget p > a:hover {
  color: #ff6000;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-main .widget ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-main .widget ul li {
  margin-bottom: 10px;
}
.footer-main .widget ul li:last-child {
  margin-bottom: 0;
}
.footer-main .widget li a {
  color: #777;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-main .widget li a:hover {
  color: #ff6000;
}
.footer-main .widget.widget_links {
  padding-left: 50px;
}
.footer-main .widget.widget_links li a::before {
  content: ">";
  padding-right: 12px;
}

.footer-main .widget.widget_services li a::before {
  content: ">";
  padding-right: 12px;
}
.copyright-section {
  background-color: #333;
  padding: 10px 0;
  text-align: center;
}
.copyright-section p {
  color: #777;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
.icon-Phone2:before {
    content: "\f095";
    font-family: "fontawesome";
    font-style: normal;
}
.icon-Mail:before {
    content: "\f003";
    font-family: "fontawesome";
    font-style: normal;
}
.icon-Time:before {
    content: "\f017";
    font-family: "fontawesome";
    font-style: normal;
}
.copyright-section a{
  color: #ffb617;
}
.copyright-section a:hover{
  color: #777;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/*---------------*/

/*-----bread-crumbs-----*/
.bread-crumbs{
  padding-top: 0;
  padding-bottom: 0;
}
.bread-crumbs .header-main{
  padding: 0;
}
.bread-crumbs .header-main li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
}
.bread-crumbs .header-main li a {
    color: #777;
}
.bread-crumbs .header-main .home i {
    padding: 0 10px;
}
.bread-crumbs .header-main li a:hover {
    color: #ff6000;
    transition: all .5s ease;
}

.main-container #column-left h3 {
   font-weight: 600;
    color: #ff6000;    
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center; }
.main-container #column-left .menu-category {
  padding-bottom: 30px; 
  padding-top: 20px;}
  .main-container #column-left .menu-category .modcontent {
    padding: 0;
    margin-top: 10px;
    border-radius: 3px; }
    .main-container #column-left .menu-category .modcontent ul {
      margin: 0; }
      .main-container #column-left .menu-category .modcontent ul li {
        border-bottom: 1px solid #ccc;
        background: #f8f8f8; }
        .main-container #column-left .menu-category .modcontent ul li a {
          padding-left: 20px;
          font-size: 14px;
          color: #333; }
          .main-container #column-left .menu-category .modcontent ul li a:hover {
            color: #ff6000; }
        .main-container #column-left .menu-category .modcontent ul li:last-child {
          border-bottom: none; }
        .main-container #column-left .menu-category .modcontent ul li:hover {
          background: #fff;
          color: #ff6000; }
        .main-container #column-left .menu-category .modcontent ul li ul li {
          border: none; }

.menu-category .list-group,
.menu-category .list-group > li ul{
  list-style: none;
    padding: 0;
}   
.menu-category .list-group > li li a {
    padding: 5px 0;
}
.menu-category .list-group > li li {
    padding: 0 10px;
    position: relative;
    list-style: none;
}
.menu-category .list-group > li li a:hover:before {
    opacity: 1;
    margin: 0;
}
.menu-category .modcontent {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 0 20px; }
.menu-category .list-group > li {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  position: relative; }
  .menu-category .list-group > li span.button-view {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .menu-category .list-group > li a {
    color: #333333;
    padding: 10px 0;
    display: block; }
    .menu-category .list-group > li a:hover {
      color: #ff6000; }
  .menu-category .list-group > li a:hover + .button-view {
    color: #ff6000; }
  .menu-category .list-group > li .active, .menu-category .list-group > li .active + .button-view {
    color: #ff6000; }
  .menu-category .list-group > li .active + .button-view:before {
    content: '\f147'; }
  .menu-category .list-group > li li {
    padding: 0 10px;
    position: relative;
    list-style: none; }
    .menu-category .list-group > li li a {
      padding: 12px 0; }
      .menu-category .list-group > li li a:before {
        content: '';
        padding: 0 5px;
        font-family: "FontAwesome";
        content: "\f105";
        margin-left: -10px;
        transition: all 400ms ease;
        opacity: 0; }
      .menu-category .list-group > li li a:hover:before {
        opacity: 1;
        margin: 0; }

.menu-category .list-group > li .active, .menu-category .list-group > li .active + .button-view {
    color: #ff6000;
}
.menu-category .list-group > li .active + .button-view:before {
    content: '\f147';
}   
.latest-product .modcontent {
    margin: 20px 0;
}
.latest-product .product-latest-item {
    margin-bottom: 20px;
    display: inline-block;
}
.media:first-child {
    margin-top: 0;
}
.latest-product .media .media-left {
    float: left;
    border: 1px solid #ccc;
    padding: 0;
    margin-right: 10px;
}     
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.main-container #column-left .latest-product .modcontent .product-latest-item .media-body h4 {
    font-size: 14px;
    color: #333;
    margin-top: 28px;
}
.main-container #column-left .latest-product .modcontent .product-latest-item .media-body h4 a{
  color: #333;
}
.main-container #column-left .latest-product .modcontent .product-latest-item .media-body h4 a:hover{
  color: #ff6000;
  transition: all .5s ease;
}

aside .form-spares{
  padding: 24px 0 26px;
  margin-top: 0;
}
/*----------------------*/

/*----products-category---*/
.products-category h3{
    font-size: 24px;
    line-height: 12px;    
    position: relative;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.2;
}
img.catalog-bg{
  margin-top: 20px;
  text-align: center;
}

#content.type-1 .products-list.grid, #content.type-2 .products-list.grid {
    margin: 0 -15px;
    width: 100%;
}
.main-container #content .products-list {
    display: inline-block;
}
#content.type-1 .products-list.grid .product-layout, #content.type-2 .products-list.grid .product-layout {
    float: left;
    width: 33.3333%;
    padding: 30px 15px 0 15px;
}
.products-list.grid h4 a{
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-weight: 800;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.products-list.grid .right-block .button-group{
  text-align: center;
}
.products-list.grid .right-block .button-group a {
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 28px;
    color: #fff;
    background-color: #ff6000;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff6000;
    border-radius: 4px;
}
.products-list.grid .right-block .button-group a:hover{
    background: #fff;
    border-color: #ff6000;
    color: #ff6000;
    transition: all .5s ease;
}
.main-container #content .product-filter {
    display: block;
    height: 60px;
    width: 100%;
    /*background: #f8f8f8;*/
    line-height: 55px;
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    margin-top: 40px;
}
.main-container #content .product-filter .short-by-show .box-pagination ul {
    margin: 12px 0 0 0;    
    display: inline-block;
    padding-left: 0;    
    border-radius: 4px;
}
.main-container #content .product-filter .short-by-show .box-pagination ul li {
    display: inline-block;
    padding-left: 5px;
}
.main-container #content .product-filter .short-by-show .box-pagination ul li span {
    border-radius: 3px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff6000;
    border-color: #ff6000;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
}
.main-container #content .product-filter .short-by-show .box-pagination ul li a {
    border-radius: 3px;
    color: #777;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #157fc2;
    background-color: #f8f8f8;
    border-color: #ccc;
    transition: all .5s ease;
}
.box-pagination{
  text-align: center;
}
.products-list-category.grid h4 a {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    font-weight: 800;
    display: block;
    text-align: center;
    text-transform: none;
}
.products-list-category.grid .right-block .caption .stock {
    text-align: center;
}

.products-list-category.grid .right-block .button-group a {
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 28px;
    color: #fff;
    background-color: #ff6000;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff6000;
    border-radius: 4px;
}
.products-list-category.grid .right-block .button-group a:hover{
    background: #fff;
    border-color: #ff6000;
    color: #ff6000;
    transition: all .5s ease;
}
.products-list-category.grid .product-layout:hover .product-img {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    overflow: hidden;
  }
/*------------------------*/

/*----product------*/
@media (min-width: 1200px){
  .col-lg-9 {
    width: 75%;
  }
}
.product-box-desc ul{
    font-size: 14px;
    color: #777;
    padding-left: 15px;
}
.product-own-wrap .content-product-right .cart-btn {
    text-align: left;
}

.product-own-wrap .caption h4{
  margin-top: 28px;
}
.product-own-wrap .caption h4 a{
  font-size: 14px;
  color: #333;
  margin-top: 0;
}
.product-own-wrap .caption h4 a:hover{
  color: #ff6000;
  transition: all .5s ease;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
.table-reflow thead {
    float: left;
}
.table-reflow tr {
    float: left;
}
.table-reflow tr th, 
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    text-align: left;
}
.table thead th {
    vertical-align: bottom;   
    text-align: left;
}
.table-reflow tbody {
    display: block;
    white-space: nowrap;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #eceeef;
    text-align: left;
}
/*----------------*/

/*---about------*/
.own-page-name{
  padding-top: 0;
  padding-bottom: 0;
}
.own-page-name #content {
    margin-bottom: 0px;
}
.main-text {
    text-align: justify;
}
.main-text img {
    margin-right: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: block;
    max-width: 100%;
    height: auto;
}
.main-text p{
  color: #777;
  font-size: 14px;
}
.requisites hr {
    border-top: 1px dashed #ff6000;
    margin: 1px 0;
}
.requisites-wrap h5{
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-weight: 800;
    display: block;    
    text-transform: uppercase;
}
.requisites-wrap p{
  color: #777;
  font-size: 14px;
}
.requisites-wrap a{
    color: #939393;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px #939393 dashed;
    margin-left: 5px;
}
.requisites-wrap a:hover{
  color: #ff6000;
  transition: all .5s ease;
}
.requisites-wrap p i {
    color: #ff6000;
}

.registr-wr {
    background-color: #f8f8f8;    
}
.registr-wr-brand {
    position: relative;
    background-color: #f8f8f8;
    border-bottom: 2px solid #e1e8ee;
    font-size: 0;
    line-height: 114px;
    filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><f…52 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition-property: border-color, background-color, -webkit-filter;
    transition-property: border-color, background-color, -webkit-filter;
    transition-property: border-color, background-color, filter;
    transition-property: border-color, background-color, filter, -webkit-filter;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-align: center;
    z-index: 0;
    margin: 26px 20% 0;
}
.registr-wr-brand:hover {
    filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><f… values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-color: #fff;
    border-color: #ff6000;
}
.registr-wr-brand:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    z-index: -1;
}
.registr-wr-brand img {
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1);
}
.registr-wr hr {
    border-top: 1px dashed #0a6ba8;
    margin: 1px 0;
}
/*--------------*/

/**----contact------*/
.map-wrap iframe{
  width: 100%;
}
.contact{
  background: #f8f8f8;
}
.contact hr {
    border-top: 1px dashed #0a6ba8;
    margin: 1px 0;
}
.contact .contact-form {
    margin-bottom: 15px;
    margin-top: 0;
}
.contact .input-wrapper {
    position: relative;
    margin-bottom: 15px;
}
.contact .input-custom.input-full {
    width: 100%;
}
.contact .input-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
    padding: 14px 15px 14px;
    font-size: 15px;
    line-height: 24px;
    height: 54px;   
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #2b2b2b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contact .input-custom:hover, .contact .input-custom:focus, .contact .input-custom.focus {
    outline: none;
    border-color: #157fc2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contact .textarea-custom.input-full {
    width: 100%;
}
.contact .textarea-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
    padding: 14px 15px 14px;
    font-size: 15px;
    line-height: 24px;
    height: 54px;    
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #2b2b2b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 193px;
    height: auto;
}
.contact .textarea-custom:hover, .contact .textarea-custom:focus, .contact .textarea-custom.focus {
    outline: none;
    border-color: #157fc2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contact .btn {
    padding: 14px 0px;
    font-size: 14px;   
    font-weight: 600;
    height: auto;
    background-color: #a81313;
    color: #fff;
    border-radius: 5px;
    border: 0;
    vertical-align: top;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;    
}
.contact .btn.focus, .contact .btn:focus {
    background-color: #ff6000;
    color: #fff;
}
.contact .btn:hover{
  background: #ff6000;
  cursor: pointer;
}
#contactForm .text-center{
    text-align: center;
}
#contactForm .block .input-wrapper input[type="text"] {    
    color: #777 !important;
}
#contactForm .block .input-wrapper :-webkit-input-placeholder { /* WebKit browsers */
   color: #777 !important;
}
#contactForm .block .input-wrapper:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #777 !important;
}
#contactForm .block .input-wrapper::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #777 !important;
}
#contactForm .block .input-wrapper:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #777 !important;
}
/*-------------------*/

.breadcrumb i {
    padding: 0 7px 0 10px;
}
/*.mfp-iframe > header#header.variantleft.type_1{
    display: none;
}*/
.owl-carousel .item {  
  padding: 114px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-carousel .item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .item h1{
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 0px 2px 2px #000;
}
.owl-carousel .item h1 span{
  color: #ff6000;
}
.owl-carousel .item ul{
  list-style-type: none;
  color: #fff;
  padding-left: 0;
}
.owl-carousel .item ul li{
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.owl-carousel .item ul li .fa{
  color: #ff6000;
}
.owl-carousel .animated {
    animation-duration: 1000ms !important; 
    animation-fill-mode: both;
} 
.owl-carousel .owl-item h1{
  animation:zoomOut 1s both ;
}
.owl-carousel .owl-item.active h1{
   animation:zoomIn 1s both 1s;
}
.owl-carousel .owl-item ul{
  animation:zoomOut 1s both;
}
.owl-carousel .owl-item.active ul{
   animation:zoomIn 1s both 2s;
}
/*------BENEFIT SMALL-------*/
  .benefit_small {
    margin: 25px 0 0px 0;
    border: 1px solid #ccc; 
  }
  .benefit_small .benefit_banner {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    width: 100%;
    background: #2d3239;
    padding: 20px 0; 
  }
  .benefit_small .benefit_banner .benefit {
    display: block;
    overflow: hidden;
    width: 33.3333%;
    border-right: 1px solid #ff6000;
    float: left;
  }
  .benefit_small .benefit_banner .benefit .img-benefit {
    width: 64px;
    height: 64px;
    display: block;
    float: left;
    margin: 0 18px 0 30px;
    opacity: 1; 
  }
  .benefit_small .benefit_banner .benefit .benefit_title {
    padding-top: 10px;
  }
  .benefit_small .benefit_banner .benefit .title {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; 
  }
  .benefit_small .benefit_banner .benefit:hover .img-benefit {
    opacity: 1; 
  }
/*------END BENEFIT SMALL-------*/
.block_title_sectoin{
  text-align: center;
}
.block_title_sectoin p{
  font-size: 18px;
  color: #ff6000;
}
.divided{
  background: #ff6000 none repeat scroll 0 0;
  height: 3px;
  width: 70px;
  text-align: center;
  display: inline-block;
  position:relative;
}
h3.title_section {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 5px;
    position: relative;
    font-weight: 600;
    color: #2d3239;
    text-transform: uppercase;
}
h3.rec {
    font-size: 16px;
}
.blog-post-style h2.dez-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
.blog-post-style h2.dez-title a:hover {
    color: #ff6000;
    text-decoration: none;
    transition: all .5s ease;
}
.blog-post-style h2.dez-title a {
    color: #2d3239;
    padding: 0 20px;

}
.button_news {
    text-align: center;
}
.button_news a {
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 28px;
    color: #ff6000;
    background-color: #fff;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff6000;
    border-radius: 4px;
}
.button_news a:hover {
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    transition: all .5s ease;
}
.button_all_news {
    text-align: center;
}
.button_all_news a {
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 28px;
    color: #fff;
    background-color: #fff;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff6000;
    border-radius: 4px;
    background: #ff6000;
}
.button_all_news a:hover {
    background: #fff;
    border-color: #ff6000;
    color: #ff6000;
    transition: all .5s ease;
}
.latestnews{
  border-top: 1px #ff6000 solid;
}
.overlay{
  position: relative;
}
.overlay:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .9;
}
.overlay .container-fluid{
  position: relative;
  z-index: 1
}


.carousel-more .owl-nav div.owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}
.carousel-more .owl-nav div {
    width: 45px;
    height: 42px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    top: 45%;
}
.carousel-more .owl-nav div:hover {
    background: #ff6000;
}
.carousel-more .owl-nav div:hover:before {
    color: #fff;
}
.carousel-more .owl-nav div.owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}
.carousel-more .owl-nav div:before {
    background-color: transparent;
    color: #fff;
}
.carousel-more .owl-nav div.owl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.carousel-more .owl-nav div.owl-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
/*--second-page-for-all----*/
.pattern-bg {
    position: relative;    
    width: 100%;
    height: 200%;
    background-repeat: repeat;
    padding: 60px 0 100px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.pattern-bg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 50, 57, 0.4);
}
.page-title {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.colored-bg .breadcrumb {
    padding: 0;
    margin-bottom: -40px;
    text-align: left;
    background-color: transparent;
    list-style: none;
}
.colored-bg .breadcrumb>li {
    display: inline-block;
}
.colored-bg .breadcrumb a {
    color: #fff;
}
.colored-bg .breadcrumb > li + li:before {
    color: #fff;
    padding: 0px;
}
.colored-bg .breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;   
}
.pattern-bg a:hover{
  text-decoration: underline;
}
/*-----------------*/
hr{
  border-top: 1px #ff6000 solid;
}


/*----blog-------*/
.blog-page-news{
    padding-top: 0;
    padding-bottom: 0;
}
.blog-page-news hr {
    border-top: 1px solid #ff6000;
    margin: 1px 0;
}
.blog-page-news .blogu{
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-page-news .blog-title a{
    font-size: 24px;
    color: #333;
    font-weight: 600 !important;      
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
.blog-page-news .blog-title a:hover{
    color:#f50303; 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; 
}
.blog-page-news .blog p{
    color: #777;
    font-size: 12px;
}
.blog-page-news .blog p.par-post{
    color: #333;
    font-size: 14px;
}
.blog-page-news .blog .par-post{
    padding: 10px 0px 0px;
}
.blog-page-news .product-filter {
    display: block;
    height: 60px;
    width: 100%;
   /* background: #f8f8f8;*/
    line-height: 55px;
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.blog-page-news .box-pagination {
    text-align: center;
}
.blog-page-news .box-pagination ul {
    margin: 12px 0 0 0;
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.blog-page-news .box-pagination ul li {
    display: inline-block;
    padding-left: 5px;
}
 
.sidebar-padding{
    padding-top: 20px;
}
.blog-title{
    margin-top: 0;
}


.blog-thumb{
    width:100%;
    position: relative;
    display:block;
}
.blog-thumb a{
    position: relative; 
    display:block;
}
.blog-thumb a img{ 
    width: 100%; 
    display: block; 
    max-width: 100%; 
    height: auto;
}
.blog-thumb a .hover-zoom{  
    position: absolute; 
    display: block; 
    top: 50%;
    left: 50%; 
    margin-top: -16px; 
    margin-left: -16px; 
    background: url(../images/zoom-icon.png) no-repeat center center; 
    z-index: 10; 
    width: 32px; 
    height: 32px; 
    -moz-transform: rotate(0deg); 
    -o-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    -ms-transform: rotate(0deg); 
    transform: rotate(0deg); 
    -webkit-opacity: 0; 
    -moz-opacity: 0;
  opacity: 0; 
  filter: alpha(opacity=0); 
  -moz-transition: all .8s cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  -o-transition: all .8s cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  transition: all .8s cubic-bezier(0.175, 0.885, 0.320, 1.275); 
}
.blog-thumb a:after { 
    content: ''; 
    display: block; 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    background: rgba(48, 54, 65, 0.5); 
    z-index: 5; 
    -webkit-border-radius: 3px; 
    -webkit-background-clip: padding-box; 
    -moz-border-radius: 3px; 
    -moz-background-clip: padding;
  border-radius: 3px; 
  background-clip: padding-box; 
  -webkit-opacity: 0; 
  -moz-opacity: 0; 
  opacity: 0; 
  filter: alpha(opacity=0);  
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s; 
  -webkit-transition: all 0.5s; 
  transition: all 0.5s; 
}
.blog-sidebar{
    min-height: 20px;
    padding: 19px;
}
@media(max-width: 991px){
 .blog-sidebar{ 
    margin: 0 auto;
    }
}
.sidebar-list{
    padding-left: 0px;
}
.sidebar-list li>h5{
    margin-top:2px;
}
.blog-sidebar ul>li{
    border-bottom: 1px solid #ccc;  
    display: block; 
    padding: 10px 10px;
}
.blog-sidebar ul>li>a{
    text-decoration: none;
    color:#333;
}
.blog-sidebar ul>li>a:hover{
    color:#f50303;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.blog-sidebar ul>li>a:before{  
    display: inline-block;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #999999;
    margin-right: 10px;
}
.comments-padding{
    padding-left:40px;
}
.hr-post{
    border-bottom: 1px solid #2f2f2f;
    width:100px;
}
.blog-thumb a > img { 
    -webkit-transition:0.5s; 
    transition: 0.5s; 
}
.blog-thumb a:hover > img {
    filter: brightness(70%) !important;  
    -webkit-filter: brightness(70%); 
    -moz-filter: brightness(70%); 
    -o-filter: brightness(70%); 
    -ms-filter: brightness(70%); 
    -webkit-transform: translate3d(10px,0,0); 
    transform: translate3d(10px,0,0); 
}

@media (max-width:480px){
    .blog-sidebar {
    padding: 10px;
  }
  .singlepost {
    margin-bottom: 20px;
  }
  .blog {
    padding-top: 50px;
  }
}
.text-center {
  text-align: center;
}

.blog-page-news ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

.blog-page-news .form-control:focus {
    border-color: #f50303;
    outline: 0;
}

.blog-page-news .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.blog-page-news .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.blog-page-news .btn-default:hover{
    color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.blog-page-news .blog-sidebar h4{
    font-weight: 600;
    color: #2d3239;
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}
.blog-page-news .media {
    border-bottom: 1px solid #2d3239;
    padding-bottom: 12px;
    margin-top: 15px;
}
.blog-page-news .media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.blog-page-news .media>.pull-left {
    padding-right: 10px;
}
.blog-page-news .pull-left {
    float: left!important;
}
.blog-page-news .media a:hover > img {
    filter: brightness(70%) !important;
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-timing-function: ease;
}
.blog-page-news .media-object {
    max-width: 80px;
    display: block;
}
.blog-page-news .media-body{
    display: table-cell;
    vertical-align: top;
    width: 10000px;
}
.blog-page-news .media-heading {
    margin-top: 0;
    margin-bottom: 5px;   
    font-weight: 500;
    line-height: 1.1;
}
.blog-page-news .media-heading a {
    color: #333;
    font-size: 16px;
}
.blog-page-news .media-heading a:hover {
    color: #f50303;
    text-decoration: none;
     -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-timing-function: ease;
}
.blog-page-news .media-body {
    color: #777;
    font-size: 13px;
    line-height: 1.5em;
}
.blog-page-news .entry-meta {
    padding: 6px 0px;
    color: #9f9f9f;
    font-size: 12px;
}
.blog-page-news .entry-meta span {
    margin-right: 10px;
    color: #777;
}
.blog-page-news .entry-meta a {
    color: #f50303;
}
.blog-page-news .entry-meta a:hover {
    color: #313131;
    text-decoration: none;
     -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-timing-function: ease;
}
.singlepost a {
    color: #f50303;
}
.singlepost a:hover {
    color: #333;
    text-decoration: none;
     -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-timing-function: ease;
}
.singlepost .titleLine img{
    margin-top: 20px;
}
.singlepost p{
    color: #333;
}

.singlepost blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;   
    border-left: 5px solid #ccc;
}
.comments1 {
    margin-top: 60px;
}
.blog-page-news .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.blog-page-news .well h4{
    font-size: 18px;
    margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.1;
}
.blog-page-news .form-group {
    margin-bottom: 15px;
}
.blog-page-news .btn-primary {
    background-color: #a81313;
    border: none;
    color: #fff;
}
.blog-page-news .btn-primary:hover {
    background-color: #f50303;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-timing-function: ease;
}
.comments1 .media-object {
    max-width: 60px;
    display: block;
}
.comments1 .media-heading {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
}
.singlepost{
    padding-bottom: 40px;
}
/*---------------*/
.featured-text span {
  font-size: 20px;  
  color: #2d3239;
  padding: 0px 10px;
  font-weight: 800;
}
.featured-text .old-price {
  position: relative;
  color: #777;
  font-size: 16px;
}
.featured-text .old-price:before {
  border-bottom: 2px solid #ff6000;
    position: absolute;
    content: "";
    width: 74%;
    height: 86%;
    transform: rotate(-12deg);
}
.featured-text{
  text-align: center;
}
.wmpagree {display:none !important}
.caption .stock .zakaz {
    color: #ff6000 !important;
}
.block_title_sectoin{
  text-align: left;
}