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

@media (min-width: 768px) {
  .section-hero__title {
    font-size: 48px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .section-hero__title {
    font-size: 40px;
  }
}

@media (max-width: 550px) {
  .section-hero__title {
    font-size: 28px;
  }
}

.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: 0;
  background-color: #292c35;
}

.panel--n1 img {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.panel--n2 {
  padding-top: 0;
  margin: -40px 0 0 0;
}

.panel__video {
  display: flex;
  justify-content: center;
  max-height: 740px;
  border-radius: 16px;
  overflow: hidden;
  border: 15px solid #000;
}

.panel__video video {
  width: 100%;
  height: 100%;
}



.panel--n6 img {
  border-radius: 30px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  object-fit: contain;
}

@media (min-width: 768px) {
  .panel--n6 .container {
    max-width: 1500px;
  }
  .panel--n6 .panel {
    padding: 60px 20px;
  }
}

@media (max-width: 768px) {
  .panel--n4 .panel__grid,
  .panel--n8 .panel__grid {
    gap: unset;
  }
}

.panel img {
  display: block;
}

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

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

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

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

    /* Для поддержки Internet Explorer */
    display: -ms-grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}

.panel__grid--2cols {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 84%);

  /* Для поддержки Internet Explorer */
  display: -ms-grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 84% 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 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);

    display: -ms-grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 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--n8 img {
  max-width: 375px;
  margin: 0 auto;
}


.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 .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);
  }
}

.panel__overcontainer {
  display: flex;
  gap: 40px;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}

.panel__overcontainer img {
  max-width: 900px;
}

.overcontainer-up-down {
}

.overcontainer-down-up img:nth-child(1),
.overcontainer-up-down img:nth-child(2) {
  padding-top: 240px;
}

@media (max-width: 768px) {
  .panel__overcontainer {
    width: auto;
    margin: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .overcontainer-down-up img:nth-child(1),
  .overcontainer-up-down img:nth-child(2) {
    padding-top: 0;
  }

  .panel__overcontainer img {
    object-fit: contain;
  }
}

@media (max-width: 1440px) {
  .panel__computer-video {
    width: 98%;
  }
}

@media (max-width: 768px) {
  .panel__computer {
    position: relative;
    margin: 0;
    overflow: hidden;
  }

  .panel__computer-video {
    top: 8px;
  }
}

@media (max-width: 500px) {
  .panel__computer-video {
    top: 5px;
  }
}

@media (max-width: 350px) {
  .panel__computer-video {
    top: 3px;
  }
}

.m-show {
  display: none;
}
.d-show {
  display: block;
}

@media (max-width: 768px) {
  .m-show {
    display: block;
  }
  .d-show {
    display: none;
  }
}

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