

/* Start:/bitrix/templates/voimya/components/bitrix/news/helps/bitrix/news.detail/.default/style.css?16793042551076*/
div.helps-detail
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: 120px;
}
.helps-img
{
	width: 40%;
	text-align: center;
}
.helps-img img {
    height: 550px;
    object-fit: contain;
    /* object-position: top;*/
}
.helps-text
{
	width: 60%;
}

.helps-docs {
	margin: 20px 0;
}

.doc-name a {
	font-size: 18px;
    margin: 0 0 4px;
    color: #1F1A15;
	text-decoration: none;
}
.doc-name a:hover {
	text-decoration: underline;
}
.helps-button {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0px 0px 20px;
    text-align: center;
}

.helps-title {
	margin: 0 0 10px;
    /* font-family: 'Alegreya Sans SC'; */
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #797673;
}

@media screen and (max-width: 576px) {
	div.helps-detail
	{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.helps-img
	{
		width: 100%;
		text-align: center;
	}
	.helps-text
	{
		width: 100%;
	}
}

/* End */
/* /bitrix/templates/voimya/components/bitrix/news/helps/bitrix/news.detail/.default/style.css?16793042551076 */
