/* Start:/local/templates/science/components/openregion/search/.default/style.css?15553232462188*/
.search-form {
    margin: 5px 0 15px;
    display: flex;
    flex: 0 0 auto;
}

.search-form .button {
    margin: 5px;
}

.search-form__field {
    margin: 5px;
    min-height: 44px;
    flex: 0 1 620px;
}
.news__item {
    display: flex;
    flex-wrap: nowrap;
    background: #f5f5f5;
    margin: 0 0 9px 0;
    padding: 7px;
    align-items: flex-start;
}
.news__photo-wrapper {
    flex: 1 0 250px;
    margin: 8px;
    font-size: 0;
    line-height: 0;
}
.news__photo {
    width: 100%;
}
.news__preview-wrapper {
    flex: 1 1 1253px;
    margin: 8px;
}
.news__photo-wrapper + .news__preview-wrapper {
    margin-left: 43px;
}
.news__title {
    margin: 0 0 10px 0;
    display: flex;
    font-size: 19px;
    line-height: 23px;
}
.news__title-link {
    text-decoration: none;
}
.news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info-item {
    margin: 0 15px 5px 0;
    white-space: nowrap;
}
.news__views, .news__rating {
    color: #4a4a4e;
}
.news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.news__info-icon--text {
    font-size: inherit;
}
.news__info-value {
    margin: 0 5px 0 0;
}
.news__info-value--wrappable {
    white-space: normal;
}
.news__rating--disabled .news__rating-icon, .news__rating--disabled .news__rating-icon:hover {
    color: #c3c3ce;
    cursor: default;
}
.news__preview {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 23px;
}

@media screen and (max-width: 587px) {
    .news__item {
        flex-wrap: wrap;
    }
    .news__photo-wrapper + .news__preview-wrapper {
        margin-left: 7px;
    }
}

@media screen and (max-width: 420px) {
    .search-form {
        flex-wrap: wrap;
        justify-content: center;
    }
    .news__photo-wrapper {
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 92px;
    }
    .news__preview-wrapper {
        flex-shrink: 0;
        flex-basis: 100%;
    }
    .news__photo-wrapper + .news__preview-wrapper {
        margin-left: 0;
    }
    .news__title {
        font-size: 16px;
        line-height: 19px;
    }
    .news__preview {
        font-size: 14px;
        line-height: 20px;
    }
}

/* End */
/* /local/templates/science/components/openregion/search/.default/style.css?15553232462188 */
