

/* Start:/local/templates/rarus/components/bitrix/news.list/introduction_problems/style.css?17863733471296*/
h1 {
	font-size: 24px;
}
.descr {
	margin: 12px 0 65px;
}
.descr h2 {
	font-size: 20px;
	margin-bottom: 0.2rem;
}
.descr h3, .descr h4 {
	font-size: 18px;
}
.item {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
.item .text_block {
	max-width: 720px;
}
.item .item_name {
	color: var(--dark_green);
	line-height: 1.5rem;
}
.item .item_descr {
	margin-top: 10px;
}
.item .item_descr p {
    margin-bottom: 14px;
}
.item .item_descr p:first-child {
	font-style: italic;
}
.item .price_block {
	font-size: 16px;
    max-width: 120px;
    padding: 24px 5px 30px;
    position: relative;
    margin-left: 20px;
    flex-shrink: 0;
}
.item .price_block:before {
	content: '';
	position: absolute;
    display: block;
    background-color: var(--green);
    width: 100px;
    height: 100px;
    top: 6px;
    right: 0;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}

@media (max-width: 600px) {
	.item {
		flex-direction: column;
		margin-bottom: 42px;
	}
	.item .price_block {
		margin-left: 0;
		font-size: 1rem;
    	max-width: none;
    	padding: 0;
	}
	.item .price_block:before {
		display: none;
	}
	.item .price_block span {
		font-weight: bold;
	}
}

/* End */
/* /local/templates/rarus/components/bitrix/news.list/introduction_problems/style.css?17863733471296 */
