

/* Start:/bitrix/templates/master_default/components/bitrix/news.list/patents/style.css?17894822441582*/
.l-files-list {
  margin-bottom: 35px; }
  .l-files-list__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.b-file {
  margin-bottom: 15px; }
  .b-file__name {
    color: #202020;
    text-align: center; }
    .b-file__name:hover, .b-file__name:focus, .b-file__name:active {
      color: #202020;
      text-decoration: none; }
  .b-file__image {
    display: block;
    background: #f7f7f8;
    height: 190px;
    line-height: 190px;
    text-align: center; }
  .b-file__name {
    display: block;
    margin: 5px 0;
    font-weight: 700; }
  .b-file .b-file__ext {
    display: block;
    font-size: 13px;
    text-align: center; }

.l-patents-list__row {
    display: flex;
    flex-wrap: wrap;
}

.b-patent {
    height: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.b-patent__image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 400px;

    padding: 15px;
    margin-bottom: 18px;

    background: #f7f7f8;

    overflow: hidden;
}

.b-patent__image img {
    display: block;

    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;
}

.b-patent__name {
    display: block;

    font-size: 18px;
    line-height: 1.35;
    font-weight: normal;

    color: #222;
    text-decoration: none;
}

.b-patent__name:hover {
    text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/master_default/components/bitrix/news.list/patents/style.css?17894822441582 */
