/* common border radius */
/* disable text selection */
.section.section--prinosy {
  padding-top: 0;
}
.section.section--prinosy .row {
  gap: 1.6rem;
}
.section.section--prinosy .prinos-col-1 {
  flex: 0 0 27.2rem;
}
@media screen and (max-width: 630px) {
  .section.section--prinosy .prinos-col-1 {
    flex: 0 0 100%;
    text-align: center;
  }
}
.section.section--prinosy .prinos-col-2 {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .section.section--prinosy .prinos-col-2 {
    flex: 0 0 100%;
    margin-top: 1.6rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 630px) {
  .section.section--prinosy .prinos-col-2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .section.section--prinosy .prinos-col-2 {
    grid-template-columns: 1fr;
  }
}

.prinos-box {
  padding: 2.4rem;
  border-radius: 4px;
  background: var(--white);
}
@media screen and (max-width: 1100px) {
  .prinos-box {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 630px) {
  .prinos-box {
    grid-column: span 2;
  }
  .prinos-box:nth-of-type(3) {
    grid-column: 2/4;
  }
}
@media screen and (max-width: 480px) {
  .prinos-box {
    grid-column: auto;
  }
  .prinos-box:nth-of-type(3) {
    grid-column: auto;
  }
}
.prinos-box .icon {
  display: flex;
  align-items: center;
  justify-content: ce;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1100px) {
  .prinos-box .icon {
    margin-bottom: 2rem;
  }
}
.prinos-box .icon svg, .prinos-box .icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.prinos-box .content {
  width: 100%;
}
.prinos-box .content .title {
  margin-bottom: 1.6rem;
}
.prinos-box .content .description {
  color: #878D96;
}

.section.section--prinosy {
  padding-top: 8rem;
}
@media screen and (max-width: 1000px) {
  .section.section--prinosy {
    padding-top: 5rem;
  }
}
.section.section--prinosy .row--without-heading {
  flex: 0 0 100%;
  width: 100%;
  max-width: 92rem;
  margin: 0 auto;
}

.technologie-image-section img, .technologie-image-section svg {
  width: 100%;
  height: auto;
  max-height: 56rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.technology-konkurence h2 {
  max-width: 27rem;
}
@media screen and (max-width: 630px) {
  .technology-konkurence h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.technology-konkurence .compare-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  .technology-konkurence .compare-items {
    gap: 0.8rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 500px) {
  .technology-konkurence .compare-items {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.technology-konkurence .product-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 560/400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9.8rem;
  background: #cecccd;
}
@media screen and (max-width: 1000px) {
  .technology-konkurence .product-image {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 500px) {
  .technology-konkurence .product-image {
    margin-bottom: 4.4rem;
  }
}
.technology-konkurence .product-image .attached-info {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2222222222;
  color: #fff;
  padding: 3rem 2.2rem;
  background-color: var(--red);
  border-radius: 0.8rem;
  position: absolute;
  left: 1.6rem;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 1000px) {
  .technology-konkurence .product-image .attached-info {
    font-size: 3.4rem;
    padding: 2.2rem;
  }
}
@media screen and (max-width: 800px) {
  .technology-konkurence .product-image .attached-info {
    font-size: 2.4rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .technology-konkurence .product-image .attached-info {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .technology-konkurence h3 {
    margin: 0 auto;
    text-align: center;
  }
}
.technology-konkurence .text {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  margin: 1.6rem 0;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .technology-konkurence .text {
    margin: 0 auto;
    text-align: center;
  }
}
.technology-konkurence .text p {
  color: var(--gray400);
}
@media screen and (max-width: 768px) {
  .technology-konkurence .text p {
    margin: 0 auto;
    text-align: center;
  }
}/*# sourceMappingURL=technologie.css.map */