

/* Start:/bitrix/templates/vn_2021_mobile/components/bitrix/news.list/resonance/style.css?17432099413343*/
.story_flex_container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.story_flex_item {
    display: block;
    width: 100%;
}

.story_flex_item_title_flex {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 15px;
}

.story_flex_item_title_flex h2 {
    display: inline-block;
}

.story_flex_item_title_flex a {
    display: inline-block;
    font-size: 16px;
    color: #666C6E;
    text-decoration: none;
}

.story_flex_item_title_flex a:hover {
    text-decoration: none;
    color: #007348;
}

.story_flex_section_items {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    border-bottom: 5px solid #f2f7f5;
    padding-bottom: 15px;
}

.story_flex_section_items .story_flex_section_item {
    display: block;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.story_flex_section_items .story_flex_section_item:last-child {
    margin-bottom: 0;
}

.story_flex_section_item_pic {
    display: block;
    max-width: 321px;
    max-height: 214px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.story_flex_section_item_date {
    margin: 10px 0;
}

.story_flex_section_item_date span {
    background: #F7F8FB;
    font-weight: 700;
    padding: 2px 7px;
    color: #008A56;
    margin-right: 5px;
    display: inline-block;
}

.story_flex_section_item_name a {
    font-size: 20px;
    font-weight: 700;
    color: #025899;
    font-family: "Proxima Nova Rg";
    display: block;
}

.story_flex_section_item_preview_text {
    font-size: 13px;
    color: #666C6E;
    position: relative;
    overflow: hidden;
    height: 62px;
    position: relative;
}

.story_flex_section_item_preview_text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23px;
    background: rgba(255,255,255,0.7);
}

@media (min-width: 320px) {
	.story_flex_section_items .story_flex_section_item {
        width: 100%;
        margin-bottom: 30px;
    }
    .story_flex_section_items {
        flex-flow: row wrap;
    }
    .story_flex_item_title_flex {
        justify-content: space-between;
    }
    .story_flex_item_title_flex h2 {
        margin: 0 0 0 0;
    }
    .story_flex_item_title_flex h2 {
        width: 50%;
    }
    .story_flex_item_title_flex a {
        width: 50%;
        margin: auto 0 0 auto;
        text-align: right;
    }
}

@media (min-width: 410px) {
	
}

@media (min-width: 820px) {
	.story_flex_section_items .story_flex_section_item {
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .story_flex_section_items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    }
    .story_flex_item_title_flex {
        justify-content: flex-start;
    }
    .story_flex_item_title_flex h2 {
        margin: 0 10px 0 0;
    }
    .story_flex_item_title_flex h2 {
        width: auto;
    }
    .story_flex_item_title_flex a {
        width: auto;
        margin: 0;
        text-align: left;
    }
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1280px) {
	
}

@media (min-width: 1368px) {
	
}
/* End */
/* /bitrix/templates/vn_2021_mobile/components/bitrix/news.list/resonance/style.css?17432099413343 */
