.marketing-page .marketing-page-item {
  margin-bottom: 75px; }
.marketing-page .marketing-page-title {
  margin-bottom: 50px; }

.presentation-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .presentation-wrapper .presentation-item {
    width: 25%;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1600px) {
      .presentation-wrapper .presentation-item {
        width: 50%; } }
    @media (max-width: 768px) {
      .presentation-wrapper .presentation-item {
        width: 100%;
        margin-bottom: 30px; } }
    .presentation-wrapper .presentation-item .presentation-item-img {
      display: block;
      margin-bottom: 50px;
      flex-shrink: 0; }
      .presentation-wrapper .presentation-item .presentation-item-img img {
        width: 100%; }
    .presentation-wrapper .presentation-item .presentation-item-title {
      font-size: 24px;
      padding: 0 50px;
      flex-grow: 1;
      margin-bottom: 8px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -ms-line-clamp: 3;
      -webkit-line-clamp: 3;
      line-clamp: 3; }
      @media (max-width: 1600px) {
        .presentation-wrapper .presentation-item .presentation-item-title {
          padding: 0 20px; } }
      @media (max-width: 768px) {
        .presentation-wrapper .presentation-item .presentation-item-title {
          font-size: 18px; } }
    .presentation-wrapper .presentation-item .presentation-item-link {
      padding: 0 50px;
      margin-bottom: 45px;
      display: block;
      color: #cc2939;
      flex-shrink: 0; }
      @media (max-width: 1600px) {
        .presentation-wrapper .presentation-item .presentation-item-link {
          padding: 0 20px; } }

.catalogs-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .catalogs-wrapper .catalogs-item {
    width: 25%;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1600px) {
      .catalogs-wrapper .catalogs-item {
        width: 50%; } }
    @media (max-width: 768px) {
      .catalogs-wrapper .catalogs-item {
        width: 100%;
        margin-bottom: 30px; } }
    .catalogs-wrapper .catalogs-item .catalogs-item-img {
      display: block;
      margin-bottom: 50px;
      flex-shrink: 0;
      height: 275px; }
      .catalogs-wrapper .catalogs-item .catalogs-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; }
    .catalogs-wrapper .catalogs-item .catalogs-item-title {
      font-size: 24px;
      padding: 0 50px;
      flex-grow: 1;
      margin-bottom: 8px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -ms-line-clamp: 3;
      -webkit-line-clamp: 3;
      line-clamp: 3; }
      @media (max-width: 1600px) {
        .catalogs-wrapper .catalogs-item .catalogs-item-title {
          padding: 0 20px; } }
      @media (max-width: 768px) {
        .catalogs-wrapper .catalogs-item .catalogs-item-title {
          font-size: 18px; } }
    .catalogs-wrapper .catalogs-item .catalogs-item-link {
      padding: 0 50px;
      margin-bottom: 45px;
      display: block;
      color: #cc2939;
      flex-shrink: 0; }
      @media (max-width: 1600px) {
        .catalogs-wrapper .catalogs-item .catalogs-item-link {
          padding: 0 20px; } }

.fotobank-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .fotobank-wrapper .fotobank-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    position: relative; }
    @media (max-width: 1600px) {
      .fotobank-wrapper .fotobank-item {
        width: 50%; } }
    @media (max-width: 768px) {
      .fotobank-wrapper .fotobank-item {
        width: 100%;
        margin-bottom: 30px; } }
    .fotobank-wrapper .fotobank-item .fotobank-item-img {
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .fotobank-wrapper .fotobank-item .fotobank-item-img img {
        max-height: 100%; }
    .fotobank-wrapper .fotobank-item .fotobank-item-title {
      font-size: 24px;
      padding: 0 50px;
      height: 160px; }
      @media (max-width: 1600px) {
        .fotobank-wrapper .fotobank-item .fotobank-item-title {
          padding: 0 20px; } }
      @media (max-width: 768px) {
        .fotobank-wrapper .fotobank-item .fotobank-item-title {
          font-size: 18px; } }
    .fotobank-wrapper .fotobank-item .fotobank-item-link {
      position: absolute;
      left: 50px;
      bottom: 40px;
      color: #cc2939; }
      @media (max-width: 1600px) {
        .fotobank-wrapper .fotobank-item .fotobank-item-link {
          left: 20px; } }

.fotobank-pagination {
  margin-top: 50px; }

.firmStyle-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .firmStyle-wrapper .firmStyle-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    position: relative; }
    @media (max-width: 1600px) {
      .firmStyle-wrapper .firmStyle-item {
        width: 50%; } }
    @media (max-width: 768px) {
      .firmStyle-wrapper .firmStyle-item {
        width: 100%;
        margin-bottom: 30px; } }
    .firmStyle-wrapper .firmStyle-item .firmStyle-item-img {
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1600px) {
        .firmStyle-wrapper .firmStyle-item .firmStyle-item-img {
          min-height: 250px; } }
      .firmStyle-wrapper .firmStyle-item .firmStyle-item-img img {
        max-height: 100%; }
    .firmStyle-wrapper .firmStyle-item .firmStyle-item-title {
      font-size: 24px;
      padding: 25px 50px 0 50px;
      height: 170px;
      display: block; }
      @media (max-width: 1600px) {
        .firmStyle-wrapper .firmStyle-item .firmStyle-item-title {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 768px) {
        .firmStyle-wrapper .firmStyle-item .firmStyle-item-title {
          font-size: 18px; } }
      .firmStyle-wrapper .firmStyle-item .firmStyle-item-title .firmStyle-item-download {
        font-size: 16px; }
    .firmStyle-wrapper .firmStyle-item .firmStyle-item-link {
      position: absolute;
      left: 50px;
      bottom: 40px;
      color: #cc2939; }
      @media (max-width: 1600px) {
        .firmStyle-wrapper .firmStyle-item .firmStyle-item-link {
          left: 20px; } }

/*# sourceMappingURL=style.css.map */
