.content-wr{
	padding: 60px 0 65px;
}
.content-text{
	line-height: 1.8;
	font-family: 'Roboto', sans-serif;
	color:#33343B;
	font-size: 15px;
	font-weight: 400;
}
.content-text:after{
	content: '';
	display: table;
	clear: both;
}
.content-text img {
    max-width:100%;height:auto;
}
.content-text p{
	padding: 5px 0;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4{
	color:#33343B;
	line-height: 1.5;
	padding: 35px 0 25px;
	font-weight: 900;
	text-transform: uppercase;
}
.content-text h5,
.content-text h6{
	line-height: 1.5;
	color:#33343B;
	padding: 15px 0;
	font-weight: 900;
}
.content-text h1{
	font-size: 30px;
}
.content-text h2{
	font-size: 27px;
}
.content-text h3{
	font-size: 24px;
}
.content-text h4{
	font-size: 20px;
}
.content-text h5{
	font-size: 16px;
}
.content-text h6{
	font-size: 13px;
}
.content-text ul, .content-text ol{
	list-style: none;
	padding-left: 3%;
	font-size: 15px;
}
.content-text strong{
	font-weight: bold;
}
.content-text ol{
    list-style:none;
    counter-reset: num;
}
.content-text ol>li{
	position: relative;
	padding: 5px 0 5px 25px;
}
.content-text ol>li::before{
	content: counter(num);
    counter-increment: num;
    color: #fff;
    position: absolute;
    text-align: center;
    display: inline-block;
    top:7px;
    left:0;
    font-size: 14px;
	font-weight: bold;
	background: #80C205;
	width: 20px;
	height: 20px;
	line-height: 21px;
}
.content-text ul li{
	position: relative;
	padding: 5px 0 5px 20px;
}
.content-text ul li:before{
	content:'';
	color:#80C205;
	background: #80C205;
	position: absolute;
	width: 9px;
	height: 9px;
	left: 0;
    top: 13px;
    display: inline-block;
    line-height: 1;
}
.content-text table{
	width: 100%;
	margin:15px 0;
}
.content-text th{
	color:#fff;
	background: #80C205;
}
.content-text th,
.content-text td{
	text-align: center;
	padding: 15px 15px;
	font-size:15px;
}
.content-text td{
	border:1px solid #EDF2F5;
}
.content-text th:first-child,
.content-text td:first-child{
	text-align: left;
}
.content-text .column2{
	column-count: 2;
}
.content-text .column3{
	column-count: 3;
}
.content-text .column4{
	column-count: 4;
}
.content-text blockquote{
	padding: 30px;
	padding-right: 80px;
	background: #F7F7F7;
	border-left: 4px solid #80C205;
	position: relative;
}
.content-text blockquote:after{
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color:#80C205;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 20px;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 4em;
}
/*
.content-text .fullscreen{
	position: relative;
}
.content-text .fullscreen:after{
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color:#FBFBFB;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	top:0;
	left:0;
	right: 0;
	background: linear-gradient(to right, rgba(46,179,125, .9) 0%, rgba(37,137,145, .9) 100%);
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}*/