.section-hero__title {
  margin-bottom: 40px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-hero__title {
    margin-bottom: 80px;
  }
}

.section-hero__banner-box {
  position: relative;
  width: 100%;
}

.section-hero__banner-box::before {
  display: block;
  padding-top: 50%;
  content: "";
}

@media (min-width: 1024px) {
  .section-hero__banner-box::before {
    display: block;
    padding-top: 42%;
    content: "";
  }
}

.section-hero__banner-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 45% 50%;
  object-position: 45% 50%;
}

@media (min-width: 1024px) {
  .section-hero__banner-img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

.panels-list {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  padding: 40px 0 90px;
}

@media (min-width: 1024px) {
  .panels-list {
    row-gap: 40px;
    padding: 80px 0 240px;
  }
}

.panel {
  padding: 60px 0;
  background-color: #f6f6f7;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .panel {
    padding: 120px 0;
  }
}

.panel--yellow {
  background-color: #fffaf6;
}

.panel--n1 {
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .panel--n1 {
    padding-bottom: 60px;
  }
}

.panel--n4,
.panel--n5 {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .panel--n4,
  .panel--n5 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.panel--n4 img,
.panel--n5 img {
  max-width: 390px;
  margin: 0 auto;
}

.panel--n7 {
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .panel--n2 .panel__grid,
  .panel--n6 .panel__grid {
    /* gap: unset; */
  }
}

.panel img {
  display: block;
}

.panel__grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .panel__grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}

@media (min-width: 1024px) {
  .panel__grid {
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .panel__grid--3cols {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [3];
    grid-template: auto/repeat(3, 1fr);
  }
}

.panel__grid--2cols {
  -ms-grid-rows: auto;
  -ms-grid-columns: (84%) [2];
  grid-template: auto/repeat(2, 84%);
}

@media (min-width: 1024px) {
  .panel__grid--2cols {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
  }
}

.panel-group {
  background-color: #f6f6f7;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .panel-group {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

.panel__grid--2cols-v1 {
  -ms-grid-rows: auto;
  -ms-grid-columns: 72% 124%;
  grid-template: auto/72% 124%;
}

.reverse--2cols {
  -webkit-transform: translateX(0);
  transform: translateX(-0);
}

@media (min-width: 1024px) {
  .reverse--2cols {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

@media (min-width: 768px) {
  .panel-group .container .swiper-wrapper {
    background-color: #fdfdfd;
    padding: 0 !important;
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr);
  }
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.panel--n7 img,
.panel--n8 img {
  max-width: 375px;
  margin: 0 auto;
}

.panel:first-child {
  padding-left: 0;
}

@media (min-width: 1440px) {
  .panel:last-child {
    padding-right: 0;
  }
}

.panel {
  padding-left: 0;
  padding-right: 0;
}

.centered-slider .swiper {
  position: relative;
}

.centered-slide {
}

.centered-slider .swiper-slide img {
  transform: scale(1);
  box-shadow: 0 0 0 15px #f6f6f7;
  transition: transform 0.3s;
}

.centered-slider .swiper-slide-active img {
  transform: scale(1.2);
  /*margin-right: auto !important;*/
  /* margin-left: auto !important;*/
}

.centered-slider .swiper-slide-active {
  box-shadow: 0 6px 20px #f6f6f7;
  z-index: 99;
}

@media (min-width: 768px) {
  .panel-group .container {
    padding: 0 !important;
    gap: 24px 36px;
  }
}



@media (min-width: 768px) {
  .panel-group .container .swiper-wrapper {
    background-color: #fdfdfd;
    padding: 0 !important;
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr);
  }
}
/*# sourceMappingURL=style.css.map */
