/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-products/block-products.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.block_products {
  padding: 128px 0;
  opacity: 0;
  will-change: opacity;
  transition: 0.3s opacity; }
  @media screen and (max-width: 800px) {
    .block_products {
      padding: 100px 0; } }
  .block_products.show {
    opacity: 1; }

.products_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 1240px) {
    .products_inner {
      flex-direction: column; } }

.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  max-width: 1030px;
  width: 100%; }
  @media screen and (max-width: 1400px) {
    .products {
      max-width: 915px;
      grid-gap: 20px; } }
  @media screen and (max-width: 1250px) {
    .products {
      max-width: unset; } }
  @media screen and (max-width: 1240px) {
    .products {
      margin-top: 50px; } }
  @media screen and (max-width: 950px) {
    .products {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 660px) {
    .products {
      grid-template-columns: 1fr; } }

.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  @media (hover: hover) and (pointer: fine) {
    .product:hover .product_content {
      background: #0f2733;
      color: #fff; }
      .product:hover .product_content svg path,
      .product:hover .product_content svg line {
        stroke: #fff; } }

.products_title {
  position: relative; }
  .products_title::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -32px;
    width: 4px;
    height: 32px;
    background: #b0a573; }
    @media screen and (max-width: 1660px) {
      .products_title::before {
        height: 28px;
        left: -28px;
        top: 5px; } }
    @media screen and (max-width: 1150px) {
      .products_title::before {
        left: -20px;
        top: 2px; } }
    @media screen and (max-width: 600px) {
      .products_title::before {
        display: none; } }

.product_image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #000;
  width: 100%;
  padding: 24px;
  will-change: background-color, color;
  transition: 0.3s background-color, 0.3s color;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: none; }
  .product_content svg {
    width: 17px;
    height: 17px; }
    .product_content svg path,
    .product_content svg line {
      stroke: #000;
      will-change: stroke;
      transition: 0.3s stroke; }

.product_content-text {
  max-width: 197px; }

@media screen and (min-width: 1921px) {
  .block_products {
    padding: 6.66667vw 0; }
  .products {
    grid-gap: 1.82292vw;
    max-width: 53.64583vw; }
  .products_title::before {
    top: 0.36458vw;
    left: -1.66667vw;
    width: 0.20833vw;
    height: 1.66667vw; }
  .product_content {
    padding: 1.25vw;
    border: 0.05208vw solid rgba(0, 0, 0, 0.3); }
    .product_content svg {
      width: 0.88542vw;
      height: 0.88542vw; }
  .product_content-text {
    max-width: 10.26042vw; } }

