.header{
    background-image: url('../img/man-installs-heating.jpg') !important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  }
  .header::after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #0096db4a;

  }
  .z-100{
    z-index: 100;
  }
  .breadcrumb-item + .breadcrumb-item::before{
    color: var(--color-13);
  }
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after{
    display: none;
  }
  .mySwiper6 .swiper-button-next::after,
.mySwiper6 .swiper-button-prev::after {
    display: block !important;
    font-size: 21px;
}
.mySwiper6 .swiper-pagination-bullet {
    background: #0096db!important;
   
}
.mySwiper6{
  position: unset;
}
  .swiper .swiper-button-next, .swiper-button-prev{
    right: unset !important;
    left: 62px !important;
    top: unset !important;
    margin-top: unset !important;
    width: auto !important;
    height: auto !important;
    background-color: var(--color-1);
    color: white;
    border: 1px solid transparent;

  }
   .mySwiper6 .swiper-button-next, .swiper-button-prev{
    right: unset !important;
    left: unset !important;
    top: 0% !important;
    margin-top: unset !important;
    width: 43px !important;
    height:  45px !important;
    background-color: rgb(0 165 248);
    color: white;
    border: 1px solid transparent;

  }

  .swiper .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    background-color: white;
    color: var(--color-1);
    opacity: 1;
    border-color: #C8C8D0;

  }
  .mySwiper6 .swiper-button-next {
    left: 0px !important;
    right: unset !important;
  }
  .mySwiper6 .swiper-button-prev {
    left: 66px !important;
    right: unset !important;
}

.fixed-bar{
    display: flex;
}

  .honor-box{
    background-color: #F9F9FA;
    border-radius: 12px;
  }
  .honor .swiper-slide{
    height: auto;
  }
  .title{
    /*border-right:3px solid var(--color-1);*/
}
.title .eng{
letter-spacing: 0.5em;
    display: none;
}
/*.social-icon{*/
/*  width: 45px;*/
/*  height: 45px;*/
/*  background-color: var(--color-4);*/
/*}*/
/*.social-icon:hover{*/
/*  background-color: var(--color-1);*/
/*  transition: 0.5s;*/
/*}*/

  @media (max-width:992px){
    /*.fixed-bar-btn .buttons,.fixed-bar-btn button {*/
    /*  margin-bottom: 60px !important;*/
    /*}*/
}
