

/* Start:/local/templates/barrier/components/bitrix/news/main_news/bitrix/news.list/news/style.css?17526588285898*/
.page-heading {
    margin-bottom: 40px!important;
}

.smi-list {
    display: flex;
    flex-wrap: wrap;
}

.smi-item {
    width: calc(100%/3 - 14px);
    box-sizing: border-box;
    margin-bottom: 70px;
    color: black;
    text-decoration: none;
}

.smi-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.smi-item-img img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
}

.smi-item-img-wrapper {
    display: block;
    position: relative;
    padding-bottom: 56.4%;
    overflow: hidden;
    margin-bottom: 20px;
}

.smi-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.smi-item__gray {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 25px;
}

.smi-item-source {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.smi-item-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.smi-item-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

.smi-item-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.smi-item-tag {
    background: #F4F4F4;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 25px;
}

.smi-item-tag:not(:last-child) {
    margin-right: 5px;
}

.smi-item__gray .smi-item-tag {
    background: white;
}

.smi-item-date {
    color: #575757;
    font-size: 14px;
}

.smi-top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.smi-left {
    display: flex;
}

.smi-search {
    width: 100%;
    position: relative;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
}

.smi-serach-wrapper {
    width: 380px;
    position: relative;
    margin-right: 20px;
}

.smi-search-field {
    font-size: 16px;
    padding: 20px 20px 20px 50px;
    border: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.smi-search::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.0006 18.9987L13.291 13.2891" stroke="%231E1E1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.2 15.4C12.1764 15.4 15.4 12.1764 15.4 8.2C15.4 4.22355 12.1764 1 8.2 1C4.22355 1 1 4.22355 1 8.2C1 12.1764 4.22355 15.4 8.2 15.4Z" stroke="%231E1E1E" stroke-width="2" stroke-linecap="square"/></svg>');
    width: 21px;
    height: 21px;
    position: absolute;
    left: 16px;
    top: 20px;
}

.js-result {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.js-result a {
    color: black;
    text-decoration: none;
    padding: 5px 10px;
}

.js-result a:hover {
    background: #E1E1E1;
}

.js-result a:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
}

.include-text {
    font-weight: bold;
}

.smi-filter select {
    width: 200px;
    font-size: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
}

.smi-empty {
    padding: 40px;
    background: #F4F4F4;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

.smi-empty-text {
    font-size: 24px;
    margin-bottom: 30px;
}

.smi-empty-reset {
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 25px;
    background: white;
    transition: 0.3s;
    border-radius: 30px;
    cursor: pointer;
}

.smi-empty-reset-wrapper {
    display: flex;
    justify-content: center;
}

.smi-empty-reset:hover {
    background: black;
    color: white;
}

.smi-block-tags {
    display: flex;
    margin-bottom: 30px;
}

.smi-block-tags-item {
    margin-right: 5px;
    border-radius: 30px;
    background: #F4F4F4;
    padding: 2px 10px 2px 0;
    display: flex;
}

.smi-block-tags-item-ico {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 11px 0 8px;
}

.smi-block-tags-item-ico svg {
    width: 8px;
    height: 8px;
}

.smi-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.search-input-delete {
    position: absolute;
    cursor: pointer;
    right: 11px;
    width: 13px;
    height: 13px;
    top: 19px;
    display: none;
}

.search-input-delete.active {
    display: block;
}

.search-input-delete svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 990px) {
    .search-input-delete {
        right: 11px;
        width: 10px;
        height: 10px;
        top: 15px;
    }

    .smi-serach-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .smi-search-field {
        font-size: 14px;
        padding: 15px 20px 15px 50px;
    }

    .smi-search::before {
        top: 13px;
    }

    .smi-top {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .smi-left {
        width: 100%;
    }

    .smi-right {
        justify-content: flex-start;
    }

    .smi-right .smi-filter:first-child {
        margin-right: 40px;
    }

    .smi-filter select {
        width: auto;
        font-size: 14px;
        border: none;
        padding: 5px 10px 5px 0;
    }

    .smi-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .smi-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .smi-item-source {
        font-size: 14px;
    }

    .smi-item-text, .smi-item-tag {
        font-size: 14px;
    }

    .smi-item__gray .smi-item-img-wrapper {
        display: none;
    }

    .smi-empty {
        padding: 30px 15px;
    }

    .smi-empty-text {
        font-size: 18px;
    }
}

/* End */


/* Start:/local/templates/barrier/components/bitrix/system.pagenavigation/smi/style.css?17461840931867*/
.btn-show-more {
    display: flex;
    justify-content: center;
    cursor: pointer;
    background: #F4F4F4;
    border-radius: 30px;
    padding: 18px;
    transition: 0.3s;
    margin-bottom: 30px;
}

.btn-show-more:hover {
    background: black;
    color: white;
}

.btn-show-more:hover .show-more-ico svg {
    fill: white;
}

.paginations {
    max-width: 520px;
    margin: 0 auto;
}

.show-more-ico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.show-more-ico svg {
    width: 14px;
    height: 9px;
    fill: #1E1E1E;
    transition: 0.3s;
}

.show-more-text {
    font-size: 16px;
}

.paginations__list {
    display: flex;
    justify-content: center;
}

.paginations__item:not(:last-child) {
    margin-right: 8px;
}

.paginations__link {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: black;
    transition: 0.3s;
}

.paginations__item.paginations__item--active .paginations__link {
    background: black;
    color: white;
}

.paginations__item:hover .paginations__link {
    background: black;
    color: white;
}

.paginations__next:hover .paginations__link, .paginations__prev:hover .paginations__link {
    background: black;
    color: white;
}

.paginations__prev .paginations__link, .paginations__next .paginations__link {
    width: auto;
    padding: 0 15px;
    border-radius: 30px;
}

.paginations__prev {
    margin-right: 8px;
}

@media screen and (max-width: 990px) {
    .show-more-text {
        font-size: 14px;
    }

    .btn-show-more {
        padding: 10px;
        margin-bottom: 15px;
    }

    .paginations__link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* End */
/* /local/templates/barrier/components/bitrix/news/main_news/bitrix/news.list/news/style.css?17526588285898 */
/* /local/templates/barrier/components/bitrix/system.pagenavigation/smi/style.css?17461840931867 */
