/*.legend {
	margin-right: 40px;
}

.legend:before {
	content: '';
	position: absolute;
	top: 0;
	left: -45px;
	width: 35px;
	height: 4px;
	margin-top: 10px;
	background-color: #3A6F2E;
}
.legend:first-of-type:before {
    background-color: #64B145;
}
.legend:nth-of-type(3):before {
    background-color: #DDDDDD;
}*/
.green{
	color: #ABD355 ;
  	font-size: var(--fs-small);
  	line-height: var(--lh-small);
}
.button{
	color: #007270;
	background-color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 21px;
	margin-top: 35px;
	background-image: url('/img/heart.svg');
	background-repeat: no-repeat;
	padding-right: 37px;
	background-position: top 50% right 15px;
	transition: all 0.5s;
}
.button:hover{
	background: #007270 ;
	color: #fff !important;
	background-image: url('/img/heart_hov.svg');
	background-repeat: no-repeat;
	padding-right: 37px;
	background-position: top 50% right 15px;
	transition: all 0.5s;
}
.righttxt{
	text-align: right;
	color: #007270;
	float: right;
}
