.new-reklam-banner {
  width: 100%;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  box-shadow: -178px 0 0 0 #007c91;
  display: grid;
  grid-template-columns: 368px 368px 1fr;
  gap: 32px;
  color: #fff;
}
.new-reklam-banner::before {
  content: "";
  display: block;
  width: calc(100% - ((100vw - 352px + 32px) / 12 * 4 - 32px));
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background: #007c91;
}

.new-reklam-banner__1 {
  position: relative;
  padding-bottom: 200px;
}

.new-reklam-banner__slogan {
  position: absolute;
  left: 0;
  bottom: 40px;
}

.new-reklam-banner__2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.new-reklam-banner__2 .more {
  margin-top: auto;
  color: #fff !important;
}
.new-reklam-banner__2 .more::after {
  background: #fff !important;
}

.new-reklam-banner__text {
  font-size: 120%;
}

.new-reklam-banner__3 {
  padding-left: 130px;
  min-height: 488px;
}
.new-reklam-banner__3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1760px) {
  .new-reklam-banner__3 {
    padding-left: 0;
  }
}
@media (max-width: 1540px) {
  .new-reklam-banner {
    grid-template-columns: 1fr 1fr 390px;
  }
}
@media (max-width: 1400px) {
  .new-reklam-banner::before {
    width: calc(100% - ((100vw - 160px + 32px) / 12 * 4 - 32px + 0px));
  }
}
@media (max-width: 1024px) {
  .new-reklam-banner {
    grid-template-columns: 1fr 1fr;
  }
  .new-reklam-banner {
    background: #007c91;
    box-shadow: -100px 0 0 0 #007c91, 100px 0 0 0 #007c91;
  }
  .new-reklam-banner::before {
    display: none;
  }
  .new-reklam-banner__3 {
    grid-column: span 2;
    height: 400px;
    min-height: unset;
  }
}
@media (max-width: 600px) {
  .new-reklam-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .new-reklam-banner__1 {
    padding-bottom: 120px;
  }
  .new-reklam-banner__1 br {
    display: none;
  }
  .new-reklam-banner__slogan {
    width: 280px;
    bottom: 0;
  }
  .new-reklam-banner__3 {
    height: 300px;
  }
}/*# sourceMappingURL=new-banner.css.map */