.list-link {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-right: 20%;
	position: relative;
	padding-right:20px;
	border: none !important;
}
span.list-link {
	padding: 0 !important;
}
.list-link:after {
	content: '';
	background-image: url('../svg/icon-arrow-right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	right: 12px;
	top: 0;
	bottom: 0;
	line-height: 18px;
	position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.15s 0.15s;
    -o-transition: all 0.15s 0.15s;
    -webkit-transition: all 0.15s 0.15s;
    transition: all 0.15s 0.15s;
}
.list-link:hover:after {
	right: 5px;
}
.list-link a,
.list-link {
	color: #347C67;
	border: none !important;
	text-transform: uppercase;
	font-family: 'TradeCon';
	letter-spacing: 0.07em;
	padding: 0.5em 0;
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	padding-right: 40px;
}
.greenBlock .list-link a,
.greenBlock .list-link {
	color: white;
}
.greenBlock .list-link:after {
	background-image: url('../svg/icon-arrow-right-white.svg');
}
@media only screen and (min-width: 1200px) {
	.list-link a,
	.list-link {
		font-size: 24px;
    	line-height: 28px;
	}
}
@media only screen and (max-width: 990px) {
	.list-link,
	.list-link a {
		width: 100%;
	}
}

.btn {
	background-color: #EC6767;
	font-family: "TradeCon", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	padding: 13px 20px 10px !important;
	color: white !important;
	border-radius: 0;
	position: relative;
	z-index: 0;
	border: none;
	white-space: inherit;
	-moz-transition: all 0.15s 0.15s;
    -o-transition: all 0.15s 0.15s;
    -webkit-transition: all 0.15s 0.15s;
    transition: all 0.15s 0.15s;
}
.btn a {
	color: white !important;
}
.btn:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: #347C67;
		-moz-transition: all 0.15s 0.15s;
    -o-transition: all 0.15s 0.15s;
    -webkit-transition: all 0.15s 0.15s;
    transition: all 0.15s 0.15s;
	}
.btn:hover {
		color: white;
}
.btn:hover:after {
	top: 0;
	height: 100%;
}
@media only screen and (max-width: 990px) {
	.btn {
		font-size: 22px;
	}
}
@media only screen and (max-width: 600px) {
	.btn {
		font-size:14px;
		padding: 5px 15px 3px !important;
	}
}
