.wrap-icon-file {
    overflow: hidden;
}

.wrap-icon-file img {
    width: 186px;
    height: 140px;
}

.photos {
    flex-wrap: wrap;
}

.photos .photos__item {
    gap: 0 !important;
}

.photos .photos__item__title {
    margin: 0 !important;
    color: #585858 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
}

@media (max-width: 470px) {
    .interesting-stories-blocks__item__body .photos {
        text-align: center;
    }
}

.interesting-stories-blocks__item.open .li-item-prop-photo {
    display: none;
}
.interesting-stories-top {
    display: flex;
    justify-content: center;
}

.events-section-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0 0;
}

.events-section-pager a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: 46px;
    padding: 10px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #0045FF;
    margin: 0 8px;
    color: #0045FF;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.48px;
}

.events-section-pager a.disabled {
    cursor: default;
    border: 1px solid #B3C7FF;
}

.events-section-pager a.disabled i.ico {
    width: 8px;
    height: 12px;
    min-width: 8px;
    min-height: 12px;
}

.events-section-pager a.disabled i.ico.pager-arrow-left {
    background: url("/local/templates/hartmann/img/ico_pager-arrow-disabled.svg") no-repeat center center;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.events-section-pager a.disabled i.ico.pager-arrow-right {
    background: url("/local/templates/hartmann/img/ico_pager-arrow-disabled.svg") no-repeat center center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.events-section-pager a i.ico {
    width: 8px;
    height: 12px;
    min-width: 8px;
    min-height: 12px;
}

.events-section-pager a i.ico.pager-arrow-left {
    background: url("/local/templates/hartmann/img/ico_pager-arrow.svg") no-repeat center center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.events-section-pager a i.ico.pager-arrow-right {
    background: url("/local/templates/hartmann/img/ico_pager-arrow.svg") no-repeat center center;
}

.history-filters {
    margin-bottom: 32px;
    padding: 32px 22px;
    border-radius: 1rem;
    background: #F5F5F5;
}
.history-filters .history-filters-row {
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
}
.history-filters .history-filters-row-title {
    font-weight: bold;
}
.history-filters .history-filters-row div {
    padding: 0 10px 0 0;
}
.history-filters .history-filters-row label {
    cursor: pointer;
}
.history-filters button {
    height: 46px;
    padding: 0 15px;
    border: 1px solid #0045FF;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background: #0045FF;
}
.interesting-stories-blocks__title {
    display: flex;
}
.interesting-stories-blocks__title button {
    height: 46px;
    padding: 0 15px;
    border: 1px solid #0045FF;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background: #0045FF;
    margin: 0 0 0 20px;
}
.history-filters-row input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    color: #757575;
    font-size: 16px;
}
.history-participate-form__photo-button-add {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0045FF;
    color: #0045FF;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    height: 46px;
    width: 136px;
    cursor: pointer;
}
.history-participate-form__photo-button-add:hover,
.history-participate-form__photo-button-add:active {
    color: #fff;
    background: #0045FF;
}
.ligth_search {
    background-color: yellow;
}
