.section-lg{
	background: #f2f3f8;
}
/*-----list-----*/
.post-modern {
	background: #fff;
	text-align: left;
	margin: 10px 10px 36px 10px;
}
.post-modern__image-wrap {
	position: relative;
	overflow: hidden;
	display: block;
	background: #000;
}
.post-modern__image-wrap img {
	opacity: 1;
	transition: .33s;
}
.post-modern__image-wrap:hover img {
	opacity: .75;
	transform: scale(1.1);
}
.post-modern__main {
	padding: 40px 30px 40px 40px;
	font-family: "Roboto Mono", Monaco, Consolas, "Courier New", monospace;
}
.post-modern__title {
	position: relative;
	padding-left: 25px;
	min-height: 50px;
	font-size: 18px;
	line-height: 1.44444;
	font-weight: 500;
	color: #151515;
	display: flex;
	align-items: center;
}
.post-modern__title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #18a823;
	transition: 0.33s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}
.post-modern__title a {
	padding: 0;
	margin: 0;
	color: inherit;
}
.post-modern__title a:hover {
	color: inherit;
	text-decoration: underline;
	color: #ec6f0b;
	text-decoration: none;
	transition: 0.33s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.post-modern__title:hover::before {
	transform: scale(1, 1.2);
	background: #ec6f0b;
}
.ie-10 .post-modern__title,
.ie-11 .post-modern__title {
	vertical-align: middle;
}
.ie-10 .post-modern__title a,
.ie-11 .post-modern__title a {
	display: inline-block;
	vertical-align: middle;
	width: 99%;
}
.ie-10 .post-modern__title::after,
.ie-11 .post-modern__title::after {
	content: '';
	display: inline-block;
	width: 0;
	min-height: inherit;
	vertical-align: middle;
}
* + .post-modern__text {
	margin-top: 18px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #9b9b9b;
    max-height: 46px;
    min-height: 45px;
    overflow: hidden;
}
* + .post-modern__meta {
	margin-top: 20px;
}
ul.post-modern__meta {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #9fa3a7;
	margin-left: -6px;
}
ul.post-modern__meta > li {
	display: inline-block;
	padding: 3px 5px;
	vertical-align: middle;
}
ul.post-modern__meta > li > * {
	display: inline;
	vertical-align: middle;
	padding: 0 .3em;
}
ul.post-modern__meta a {
	color: inherit;
}
ul.post-modern__meta a:hover {
	color: #151515;
}
ul.post-modern__meta .icon {
	position: relative;
	top: 2px;
	font-size: 16px;
	padding: 0;
	margin-right: 2px;
	display: inline-block;
	vertical-align: baseline;
}
ul.post-modern__meta [class*='fl-justicons'] {
	top: 1px;
	font-size: 13px;
}
.icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
	font-family: "iconfont-list" !important;
}
.icon:before {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mdi-clock:before {
    content: "\e63f";
    vertical-align: 1px;
    padding-right: 3px;
}
.fl-justicons-visible6:before {
    content: "\e602";
    font-size: 17px;
    vertical-align: -1px;
}
.mdi-comment-outline:before {
    content: "\e782";
    padding-right: 3px;
}


/*-----button-----*/
.IE_b {
    margin: 0 auto;
    width: 190px;
    margin-top: 40px;
    padding-bottom: 80px;
}
.font-f02 {
    font-family: 'Rajdhani', sans-serif;
}
button.news_more{
    padding: 12px 35px;
    color: #fff;
    background: #253745;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 4px;
    -webkit-transition: 0.5s all;
    border: 0px;
}
button.news_more:hover{
    background: #007CFB;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}

@media(max-width:1680px){
.post-modern {
	margin: 8px 5px 28px 5px;
}
.post-modern__main {
	padding: 30px 10px 30px 25px;
}
.post-modern__title {
	padding-left: 20px;
	font-size: 17px;
}
* + .post-modern__text {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 14px;
    line-height: 1.6;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
}
}
@media(max-width:1440px){
.post-modern {
	margin: 6px 3px 24px 3px;
}
.post-modern__main {
	padding: 25px 10px 22px 20px;
}
.post-modern__title {
	padding-left: 18px;
	font-size: 15px;
}
* + .post-modern__text {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 13px;
    line-height: 1.4;
    max-height: 34px;
    min-height: 34px;
    overflow: hidden;
}
}
@media(max-width:1366px){
.post-modern {
	margin: 5px 1px 22px 1px;
}
.post-modern__main {
	padding: 22px 8px 20px 18px;
}
.post-modern__title {
	padding-left: 16px;
	font-size: 14px;
}
}