.news1-header {
	margin-top:110px;
}
.news1-title {
	text-align:center;
	padding:60px 20px;
	font-size:48px;
	font-weight:400;
}
.form {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.news2-grid {
	display:grid;
	grid-template-columns: 1fr 1fr;
	margin:30px 0;
	gap:60px;
}
.news2-grid-list-item {
	font-size:22px;
	margin:30px 0;
}
.news2-grid-wrapper {
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.news2-grid-item {
	font-size:22px;
	font-weight:400;
}
.news2-grid-wrapper-h2 {
	font-size:32px;
	font-weight:400;
}
.news2-galery-item {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	height:400px;
	width:33%;
}
.news2-galery {
display:flex;
gap:1%;
margin-bottom:50px;
}

.underlined {
 text-decoration:underline;
}
.news2-grid-2-wrapper {
	margin:50px 0;
}
.news2-grid-item-title {
	font-size:22px;
	margin-top:50px;
}
.news-3-li {
	font-size:22px;
	list-style:inside;
}

.news-3-text {
	font-size:22px;
	margin-top:50px;
}
.news-4-gallery-item {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:400px;
}

.news-4-gallery {
	display:grid;
	gap:20px;
	grid-template-rows:1fr;
	grid-template-columns:1fr 1fr 1fr;
}
.news-8-img-1 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	background:url('img/news-8-img-4.jpg');
}
.news-8-img-2 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:400px;
	background:url('img/news-8-img-2.jpg');
}
.news-8-img-3 {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:400px;
	background:url('img/news-8-img-3.jpg');
}
.ml-20 {
	margin-left:20px;
}
.jc-start {
	justify-content:start;
}
.nowrap {
	white-space:nowrap;
}
@media(min-width:1150px) {
	.news-8-img-2 {
		grid-row:1;
	}
	.border-table {
		border:2px solid rgba(242, 207, 48, 1);
		gap:0;
	}
	.border-table .news2-grid-wrapper .news-3-ul {
		padding: 0 32px 10px 32px;
	}
	.border-left-table {
		border-left:2px solid rgba(242, 207, 48, 1);
	}
	.border-table  .news2-grid-wrapper-h2 {
		padding:10px 32px;
		border-bottom:2px solid rgba(242, 207, 48, 1);
	}
	.p-32 {
		padding:0 32px 10px 32px;
	}
	.mt-90 {
		margin-top:90px;
	}
	.form {
		height:100%;
	}
}
@media(min-width:1150px) {
	.border-table  .news2-grid-wrapper-h2 {
		min-height:95px;
	}
}
@media(max-width:1150px) {
	.news1-title {
		padding:0 20px;
	}
	.ml-20 {
		margin-top:10px;
		margin-bottom:10px;
	}
	.news-8-img-2 {
		margin-top:30px;
	}
	.news1-title {
		font-size:24px;
	}
	.news1-header {
		margin-top: 60px;
	}
	.news2-grid {
		display:block;
	}
	.news2-grid-wrapper {
		height:auto;
	}
	.news2-grid-wrapper-h2 {
		font-size:22px;
	}
	.news2-grid-item {
		font-size:16px;
	}
	.news-2-img-1,.news-2-img-2 {
		height: 200px;
    	margin-top: 30px;
	}
	.news2-galery {
		flex-direction:column;
	}
	.news2-galery-item {
		width:100%;
		height:200px;
		margin-top:20px;
	}
	.news-3-li {
		font-size:16px;
		margin-bottom:10px;
	}
	.news2-grid-custom-8 {
		display:grid;
		grid-template-rows:1fr 1fr;
	}
	.news4-grid-wrapper {
		order:3;
	}
	.border-left {
		padding-left:16px;
	}
	.custom-fs-big {
		font-size:22px;
	}
	.footer-block-grid {
		display:grid;
		grid-template-columns:1fr;
	}
	.tiny {
		font-size:14px;
	}
	.mt-30 {
		margin-top:30px;
	}
}



