    .tiles-grid-1 .tiles-col {
      height: 630px;
    }

    .tiles-grid-1 .tiles-col img {
      height: 100%;
      object-fit: cover;
    }

    .filtrata__link {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;
      text-decoration-line: underline;
      margin-top: 36px;
      display: block;
    }

    .filtrata__new {
      color: #FFF;
      font-family: "Work Sans";
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
      padding: 10px;
      background-color: #C00D0D;
      display: inline-block;
      margin-bottom: 46px;
    }

    .filtrata__bottom {
      background-color: #F5F5F5;
      padding: 83px 0 60px 0;
    }

    .filtrata__bottom-title {
      max-width: 874px;
      display: block;
      margin: 0 auto;
      margin-bottom: 102px;

    }

    .filtrata__bottom-row {
      display: grid;
      gap: 40px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .filtrata__bottom-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-align: center;
    }

    .filtrata__bottom-item {
      display: flex;
      flex-direction: column;
    }

    .filtrata__bottom-item-title {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 105%;
      padding-bottom: 20px;
      margin: 0;
    }

    .filtrata__bottom-item-desc {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      padding-bottom: 28px;
    }

    .filtrata__bottom-item-img {
      width: 100%;
      height: 226px;
      object-fit: cover;
      margin-top: auto;
    }

    .cecha {
      padding: 58px 0px 68px 0px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 245px;
      align-items: center;
      max-width: 1320px;
      margin: 0 auto;

    }

    .cecha__text {
      max-width: 538px;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
    }

    .cecha__title {
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: 105%;
    }

    .cecha__img {
      width: 314px !important;
      height: 425px !important;
      object-fit: cover;

    }

    .cecha__products {
      display: flex;
      gap: 16px;
    }

    .cecha--second {
      display: flex;
      gap: 138px;
    }

    .product {
      max-width: 315px;
    }

    .product__img {
      width: 315px !important;
      object-fit: contain;
      margin-bottom: 10px;
      display: block;
    }

    .product__title {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
    }

    .product__title strong {
      font-weight: 600;
    }

    .model-no {
      display: block;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 18px;
      text-decoration-line: underline;
      margin-top: 20px;
    }

    .connect {
      background-color: #F5F5F5;
      padding: 102px 0 88px 0;

    }

    .connect__wrapper {
      display: flex;
      gap: 134px;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .connect__text {
      max-width: 538px;
    }

    .connect__title {
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: 105%;
      margin-bottom: 35px;
      margin-top: 0;
    }

    .connect__text {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      margin: 0;
    }

    .connect__img {
      object-fit: contain;
      max-width: 650px;
    }

    .film {
      padding: 0 20px;
    }

    .film .cecha__text {
      max-width: 500px;
    }

    .cecha {
      gap: 125px;
    }

    .film .cecha {
      padding-bottom: 0;
    }

    .film .cecha__img {
      width: auto !important;
      height: auto !important;
    }

    .photos {
      display: grid;
      grid-template-columns: 0.305fr 0.190fr 0.505fr;
      gap: 20px;
      max-width: 1920px;
      margin: 0 auto;
      margin-bottom: 20px;
    }

    .photos__img {
      height: 565px;
      object-fit: cover;
    }

    .filtrata__cta {
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      padding: 130px 0 166px 0;
      max-width: 874px;
      margin: 0 auto;
    }

    .tiles-grid-wrapper {
      max-width: 1920px;
      margin: 0 auto;
    }

    .film .cecha__film-link {
      position: relative;
    }

    .film .cecha__film-link::after {
      content: '';
      position: absolute;
      width: 98px;
      height: 98px;

      background: url('dist/img/play-btn.svg');
      background-repeat: no-repeat;
      background-size: contain;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    .inox-black {
      background-color: #514e48;
    }

    .inox-gold {
      background-color: #d9ac61;
    }

    @media(max-width:1440px) {
      .photos__img {
        height: 450px;
      }

      .connect__img {
        object-fit: contain;
        max-width: 400px;
      }

      .film .cecha__text {
        max-width: 400px;
      }

      .film .cecha {
        gap: 100px;
      }


      .filtrata-cechy {
        padding-bottom: 40px;
      }

      .connect {
        padding: 40px 0;

      }

      .connect__wrapper {
        gap: 60px;
        justify-content: center;
      }

      .tiles-grid-1 .tiles-col {
        height: 500px;
      }

      .cecha {
        gap: 100px;
        justify-content: space-between;
        display: flex;
      }

      .cecha--second {
        gap: 100px;

      }

      .cecha__text {
        max-width: 400px;
      }

      .cecha__img {
        height: auto !important;
      }
    }

    @media(max-width:1024px) {
      .film .cecha__film-link::after {
        width: 50px;
        height: 50px;
      }

      .filtrata__cta {
        font-size: 3.6rem;
        line-height: 1;
        padding: 110px 0;
      }

      .photos__img {
        height: 300px;
      }

      .film {
        padding: 0;
      }

      .film .cecha__img {
        width: 100% !important;
        max-width: none;
      }

      .film .cecha__text {
        max-width: none;
      }

      .connect {
        padding: 60px 0;
      }

      .connect__wrapper {
        flex-direction: column;
        gap: 30px;
      }

      .connect__img {
        max-width: none;
      }

      .connect__text {
        max-width: none;
      }

      .connect__title {
        margin-bottom: 16px;
        font-size: 3.6rem;
        line-height: 1;
      }

      .tiles-grid-1 .tiles-col {
        height: auto;
      }

      .filtrata__bottom-row {
        grid-template-columns: 1fr 1fr;
      }

      .filtrata__bottom-title {
        padding: 0 20px;
        margin-bottom: 70px;
      }

      .filtrata__bottom {
        padding: 40px 0;
      }

      .cecha {
        gap: 32px !important;
        flex-direction: column;
        align-items: start;

      }

      .cecha__text {
        max-width: none;
      }

      .cecha__title {
        margin-bottom: 16px;
        font-size: 3.6rem;
        line-height: 1;
      }

      .cecha--second {
        padding-top: 0;
        flex-direction: column-reverse;
        padding-bottom: 0;
      }

    }

    @media(max-width:768px) {
      .cecha__products a {
        width: 50% !important;
      }

      .product__img {
        height: 300px;

      }
    }

    @media(max-width:576px) {

      .photos {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
      }

      .photos__img {
        width: calc(50% - 8px);
      }

      .photos__img:last-child {
        position: relative;
        width: 100%;
      }

      .filtrata__bottom-row {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .filtrata__bottom-item-title {
        padding-bottom: 0;
      }

      .filtrata__bottom-item {
        margin-bottom: 20px;
      }
    }