

/* Start:/local/components/newsite/vue.constructor/templates/remont/style.css?1772448794715*/
button#read-more-btn {
	position: relative;
	background-color: transparent;
	color: #008CBA;
	border: none;
	padding: 6px 12px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: underline;
}

button#read-more-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #008CBA;
}

button#read-more-btn.collapsed::before {
	border-width: 5px 5px 5px 0;
	border-color: transparent #008CBA transparent transparent;
}

button#read-more-btn:hover {
	color: #005E80;
}

button#read-more-btn.collapsed:hover {
	color: #008CBA;
}
/* End */
/* /local/components/newsite/vue.constructor/templates/remont/style.css?1772448794715 */
