.content-box-16 {
  padding: 65px;
  background: #fff;
  border-radius: 48px 48px 48px 0;
  display: flex;
  margin-bottom: 30px;
  box-shadow: 0 0 40px #f9f7f9;
}
.content-box-16 .description {
  width: calc(50% - 20px);
  margin-right: 40px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-box-16 .button-box {
  margin-top: 37px;
}
.content-box-16 figure {
  margin: -65px 0;
  width: calc(50% - 20px);
}

.box-10 {
  padding: 40px;
}
.box-10 .name {
  font-family: "MetrostyleRegular";
  font-size: 24px;
  line-height: 1.2;
  padding-top: 5px;
}
.box-10 .table-box {
  width: 100%;
  border-top: 1px solid #9e989e;
}
.box-10 .table-box .td {
  height: 46px;
  display: flex;
  align-items: center;
  line-height: 1.1;
  border-bottom: 1px solid #9e989e;
}
.box-10 .table-box .td p {
  margin: 0;
}
.box-10 .table-box .td small {
  font-size: 12px;
}
.box-10 .box-10-top {
  height: 100px;
}

.box-10-1 {
  padding-left: 0;
  padding-right: 0;
}

.content-box-17 {
  z-index: 1;
  position: relative;
  display: flex;
}
.content-box-17 .col-box-1 {
  width: 25%;
  padding-right: 40px;
}
.content-box-17 .col-box-2 {
  width: 75%;
}
.content-box-17 .controls {
  position: relative;
  width: 134px;
  height: 60px;
}
.content-box-17 .controls .swiper-button-prev {
  margin: 0;
  left: 0;
  background: #f9f6f9;
  top: 0;
}
.content-box-17 .controls .swiper-button-next {
  margin: 0;
  right: 0;
  top: 0;
  background: #f9f6f9;
}

.carousel-4 {
  overflow: hidden;
}
.carousel-4 .swiper-wrapper .swiper-slide:nth-child(odd) .box-10 {
  background: #f9f6f9;
}

.box-10-2 {
  border-radius: 0 48px 48px 48px;
  background: #fff;
}

@media only screen and (max-width: 1590px) {
  .content-box-16 {
    padding: 50px;
  }
  .content-box-16 figure {
    margin: -50px 0;
  }
  .content-box-17 .col-box-1 {
    padding-right: 30px;
  }
  .box-10 .name {
    font-size: 22px;
  }
  .content-box-16 .description {
    width: 55%;
  }
}
@media only screen and (max-width: 1199px) {
  .content-box-16 .description {
    width: 60%;
  }
  .content-box-16 {
    padding: 40px 30px;
  }
  .box-10 {
    padding: 30px;
  }
  .box-10-1 {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .content-box-17 .col-box-1, .content-box-17 .col-box-2 {
    width: 50%;
  }
  .content-box-17 .col-box-1 {
    padding-right: 15px;
  }
  .box-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-10 .name {
    font-size: 18px;
  }
  .box-10 .table-box {
    font-size: 14px;
  }
  .box-10 .table-box .td small {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content-box-16 {
    display: block;
  }
  .content-box-16 .description {
    width: 100%;
  }
  .content-box-16 figure {
    width: 100%;
    margin: 0 0 -40px 0;
  }
}/*# sourceMappingURL=oferta-produkt.css.map */