div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.req-news-email-image{
	border-radius: 50%;
	padding: 9px;
	box-sizing: border-box;
	background: rgba(217, 178, 79, 0.59);
}
.line-header-cramdss{
	width: 100%;
	overflow: auto;
}
.images-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.parent-text-tesx{
	position: relative;
	width: fit-content !important;
}
.text-tesxbvew{
	width: 100%;
	text-align: center;
	padding: 0 20px;
}
.text-tesxbvew + img{
	position: absolute;
	right: 8px;
	top: 8px;
}
.images-container img{
	width: 100%;
	height: 100%;
	display: flex;
	object-fit: cover;
	max-height: 340px;
	border-radius: 20px;
}
.default-image_fullwidth{
	width: 100%;
	display: flex;
	object-fit: cover;
	border-radius: 20px;
	max-height: 480px;
	margin-top: 40px;
}
.big-image_fullwidth{
	width: 100%;
	display: flex;
	object-fit: cover;
	border-radius: 20px;
	max-height: 660px;
	margin-top: 40px;
}
.left-side-text{
	width: 30%;
}
.left-side-text + div{
	width: 60%;
}
.left-side-number{
	border-radius: 18px;
	background: #FFB61C;
	padding: 14px 0;
	box-sizing: border-box;
	width: 44px;
}
.left-side-number span{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

	color:#000;
	text-align: center;
	font-family: 'Onest' !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 117%;
}
.text-content{
	color: rgba(255, 255, 255, 0.80);

	font-family: 'Onest' !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.text-content h3{
	color: #FFF;
	margin-top: 40px;
	margin-bottom: 24px;
	font-family: 'Onest' !important;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.text-content a{
	color: #FFB61C;
	text-decoration-line: underline;
}
.text-content p{
	margin-bottom: 16px;
}
.text-content table{
	width: 100%;
}
.text-content table tr{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid silver;
	padding: 8px 0;
}

@media(max-width: 786px)
{
	.order-1f-xe{
		order: 1;
	}
	.fix-eqwe{
		order: 0;
		margin-left: 0 !important;
	}
	.fix-top-lent-a{
		gap: 20px;
	}
	.fix-top-lent-a > div{
		gap: 20px;
	}
	.fix-line-flex{
		align-items: center !important;
		gap: 12px !important;
	}
	.main-text-cs-c{
		font-size: 28px !important;
	}
}