

/* Start:/local/templates/main/css/our-products-page.css?17731395582734*/
* {
  box-sizing: border-box;
}

.breadcrumbs {
  margin-top: 66px;
}

.header_blue.background-img .title_media-box {
  bottom: 33px;
}

.product-items .product-1 {
  background: url("/local/templates/main/css/../images/our-products/product1.jpg") no-repeat;
  background-size: cover;
}
.product-items .product-2 {
  background: url("/local/templates/main/css/../images/our-products/product-new-2.jpg") no-repeat;
  background-size: cover;
}
.product-items .product-3 {
  background: url("/local/templates/main/css/../images/our-products/product3.jpg") no-repeat;
  background-size: cover;
}
.product-items .product-item {
  height: 24.719444vw;
  padding: 65px 65px 66px;
  color: white;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.product-items .product-item::before {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #0f4dbc;
  transition: opacity 0.4s ease-out;
}
.product-items .product-item_content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product-items .product-item:hover::before {
  opacity: 0.5;
}
.product-items .product-item:not(:last-child) {
  margin-bottom: 16px;
}
.product-items .product-item h2 {
  font-size: 56px;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.01em;
  color: white;
}
.product-items .product-item h3 {
  font-size: 32px;
  font-family: "Stem-Regular";
  line-height: 160%;
  max-width: 405px;
  font-weight: 400;
  color: white;
}
.product-items .product-item .details-btn {
  font-family: "Stem-Medium";
  font-size: 22px;
  line-height: 100%;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  column-gap: 24px;
  color: white;
}
.product-items .product-item_title, .product-items .product-item_desc {
  margin: 0;
  padding: 0;
}
.product-items .product-item_title {
  margin-bottom: 19px;
}
@media (max-width: 1399px) {
  .product-items .product-item {
    background-position: right;
  }
}
@media (max-width: 1080px) {
  .product-items {
    margin: 8px 0;
  }
  .product-items .product-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 1080px) {
  .product-items .product-item {
    height: auto;
    padding: 40px 24px;
  }
  .product-items .product-item::before {
    opacity: 0.5;
    background-color: black;
  }
  .product-items .product-item h2 {
    font-size: 32px;
  }
  .product-items .product-item h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .product-items .product-item .details-btn {
    font-size: 16px;
    column-gap: 15px;
  }
  .product-items .product-item .details-btn svg {
    width: 30px;
  }
}

/*# sourceMappingURL=our-products-page.css.map */

/* End */
/* /local/templates/main/css/our-products-page.css?17731395582734 */
