.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner {
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 30px;
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.banner__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0.45)), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(90deg, rgba(34, 34, 34, 0.45) 0%, rgba(34, 34, 34, 0) 100%);
}

.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner__breadcrumbs {
  position: relative;
  z-index: 1;
  margin: 30px 0 20px 0;
}

.banner__h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  margin-top: 33px;
  word-wrap: break-word;
}

.banner__h1:first-child {
  margin-top: 40px;
}

.banner_withimg {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  min-height: 530px;
  padding-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner_withimg .banner__h1 {
  color: #fff;
  margin-bottom: 65px;
}

.banner_withimg .banner__breadcrumbs {
  margin: 65px 0 30px 0;
}

.banner__swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.banner__swiper-picture {
  display: block;
  height: 100%;
}

.banner__swiper-image {
  display: block;
  height: 100%;
  min-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.banner__swiper-wrapper {
  height: 100%;
}

.banner__swiper-slide {
  height: 100%;
}

.banner__swiper-buttons {
  position: relative;
  display: none;
  z-index: 1;
  margin-left: auto;
  gap: 8px;
}

.banner__swiper-buttons_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner__swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner__swiper-button svg {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner__swiper-button_disabled {
  pointer-events: none;
  opacity: 0.5;
}

.banner__swiper-button_prev svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.banner__swiper-button_next svg {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.banner__swiper-arrow {
  fill: none;
  stroke: #3C3C3C;
}

@media (min-width: 834px) {
  .banner__swiper-button:hover {
    background-color: #ff5c00;
  }

  .banner__swiper-button:hover svg {
    stroke: #fff;
  }
}

@media (max-width: 1919px) {
  .banner__swiper-button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1439px) {
  .banner__img img {
    height: 100%;
  }
}

@media (max-width: 834px) {
  .banner__swiper-button {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 833px) {
  .banner {
    margin-bottom: 15px;
  }

  .banner__img {
    top: 68px;
  }

  .banner__h1 {
    margin-top: 15px;
  }

  .banner_withimg {
    padding-bottom: 124px;
  }

  .banner_withimg .banner__h1 {
    margin-bottom: 142px;
  }

  .banner_withimg .banner__breadcrumbs {
    margin-top: 112px;
    margin-bottom: 15px;
  }
}
@supports (appearance:none){

}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 834px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
