html, body {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//bg.jpg) center -102px repeat;
	position:relative;
}
img {
	border: none;
}
a {
	outline:none;
}
.center {
	text-align:center;
}
.layout {
	min-width: 876px;
	min-height: 3200px;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//content.png) no-repeat center 0;
  position: relative;
}
.layout:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:6;
	box-shadow:0 0 16px 16px rgba(0, 0, 0, 0.6);
}
.layout_cont {
	width: 826px;
	margin: 0 auto;
  text-align: center;
}

.logo {
	width: 157px;
	height: 137px;
	display: block;
  position: relative;
  z-index: 7;
	margin: 0 auto 44px;
	text-indent: 1111px;
	white-space: nowrap;
	overflow: hidden;
}

.top_text {
	color: #758a46;
	font: bold italic 17px/20px Cambria, Arial, Helvetica, sans-serif;
	text-align: center;
  padding: 35px 10px;
}

.video_cont {
	height: 319px;
	position: relative;
}
.video_cont:after {
  content: '';
  position: absolute;
  z-index: 4;
  top:-33px;
  left:-103px;
  width: 1020px;
  height: 225px;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//pigs.png) 0 0 no-repeat;
}
.video_cont:before {
  content: '';
  position: absolute;
  top:0;
  right:0;
  left:0;
  margin: auto;
  width: 430px;
  height: 213px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 3;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//preview_video.jpg?1) center 0 no-repeat;
}

.play_video {
	width: 430px;
	height: 213px;
	display: block;
	position: relative;
	margin: 29px 0 0 198px;
	cursor:pointer;
  z-index: 9;
}
.play_video > span {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	margin:auto;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//play_video.png) 0 0 no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.play_video:hover > span {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.play_button {
	width: 287px;
	height: 115px;
	position: absolute;
	top: 175px;
	left: 269px;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//play.png) left 0 no-repeat;
	z-index: 10;
}
.play_button > span {
	width: 287px;
	height: 115px;
	display: block;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//play.png) left -115px no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.play_button:hover > span {
	opacity: 1;
	filter: alpha(opacity=100);
}

.promo_col {
	width: 365px;
	display:inline-block;
	vertical-align:top;
	text-align: center;
}
.promo_col + .promo_col {
	margin-left:32px;
}
.promo_col ul {
	margin-bottom:0;
}
.promo_col ul + p {
	margin-top:0;
}

.promo_cont.type1 {
	margin: 0 0 10px;
	padding-bottom: 40px;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//cont_decor.png) center bottom no-repeat;
}
.promo_cont.type2 {
	margin: 0 0 10px;
	padding-bottom: 38px;
	background: url(https://pw.cdn.gmru.net/static/promo/ny2019/images//cont_decor2.png) center bottom no-repeat;
}
.promo_cont--middle {
	width:63%;
	margin:0 auto;
}
.promo_cont p > a {
	display:inline-block;
	margin: 10px 0 0;
}
.promo_cont p > a.nomargin {
  margin: 0;
}
.promo_cont a + br + a {
	margin: 3px 0 0;
}
h1 {
	margin: 12px 0;
	color: #f24b2d;
	font: italic 48px/48px Cambria, Arial, Helvetica, sans-serif;
}
.promo_cont h2 {
	margin: 6px 0 10px 0;
	color: #77943a;
	font: italic 28px/28px Cambria, Arial, Helvetica, sans-serif;
}
.promo_cont p {
	margin: 6px 0;
	color: #836744;
	font: 16px/20px Cambria, Arial, Helvetica, sans-serif;
}
.promo_cont a {
	color: #836744;
	font-style: italic;
}
.promo_cont a:hover {
	text-decoration: none;
}
.promo_cont p img {
	border: none;
}
.promo_cont li {
	margin: 6px 0;
	color: #836744;
	font: 16px/20px Cambria, Arial, Helvetica, sans-serif;
	text-align: left;
}
.promo_cont img {
	margin: 5px 0 0;
}


.counters {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	color: #2e2e2e;
	position:absolute;
	left:0;
	right:0;
	bottom:25px;
}

.cr_cont {
	width: 88px;
	height: 31px;
	float: left;
	margin: 0 6px;
}
.cr_cont > a {
	display: block;
}
