html {
	margin:0;
	padding:0;
	border: none;
}
body {
	margin:0;
	padding:0;
	background: #FFF url('../img/background.png') top left no-repeat;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	border: none;
	overflow: hidden;
}
.clear {
	clear: both;
}
.splide {
	width:730px;
	height:400px;
	margin-left:20px;
	margin-top:23px;
	padding-left:77px;
}
.splide__slide {
	height: 385px;
}
.splide__list {
	height:385px;
}
.splide__arrow {
	width:3em;
	height:3em;
	background:#F9B233;
	opacity:0.80;
	box-shadow: 0px 0px 7px #000;
}
.splide__arrow svg {
	width:2em;
	height:2em;
	fill:#FFF;
}
.
.splide__pagination {
	bottom: 0;
}
.news_block2 {
	width:289px;
	height:375px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	background: rgba(60, 44, 40, 0.8);
	border:1px solid rgba(40, 29, 27, 0.8);
}
.news_img2 {
	width:289px;
	height:163px;
}
.news_text_block2 {
	border-top: 1px solid #FFF;
	margin: 23px 12px 14px 12px;
}
.news_text_block2 h2, .news_text_block2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	color: #FFF;
	margin: 7px 0 7px 0;
	float:left;
}
.news_text_block2 h3 {
	float: right;
	font-size:12px;
}
.news_text_block2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 5px;
	clear:both;
	height:120px;
	overflow:hidden;
}
.news_text_block2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	color:#f9b233;
	float:right;
	text-decoration:none;
}