

/* Start:/local/templates/riodent/components/bitrix/news/team/bitrix/news.detail/.default/style.css?1738578798627*/
.team-detail__btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
	height: 62px;
	border-radius: 30px;
	background: rgba(255, 147, 244, 1);
	font-size: 18px;
	font-weight: 800;
	color: rgba(55, 0, 119, 1);
	cursor: pointer;
	transition: 300ms;
}

.team-detail__btn:hover{
	background: rgb(255, 167, 246);
	text-decoration: none;
	color: rgba(55, 0, 119, 1);
}

@media only screen and (max-width: 991px) {
	.team-detail__btn{
		margin-bottom: 20px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.team-detail__btn{
		font-size: 16px;
		height: 44px;
	}
}
/* End */
/* /local/templates/riodent/components/bitrix/news/team/bitrix/news.detail/.default/style.css?1738578798627 */
