.top-banner{
	width: 100%;
	margin-bottom: 12px;
}
.image img{
	display: block;
	width: 100%;
}
.content-block{
	margin-bottom: 37px;
}
.content-block h2{
	position: relative;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 7px 0;
	color: rgb(209, 42, 42);
	background: rgb(255, 186, 0);
	text-align: center;
}
.content-block h2:before,
.content-block h2:after{
	position: absolute;
	content: '';
	background: url('../img/year-page/title-paw.png') no-repeat;
	width: 22px;
	height: 21px;
	background-size: 100%;
}
.content-block h2:before{
	bottom: 3px;
	left: 1px;
}
.content-block h2:after{
	top: 3px;
	right: 1px;
}
.content-block .text-block{
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}
.content-block .text-block p{
	margin-bottom: 16px;
}
.content-block .text-block .image{
	float: right;
	margin: 0 0 36px 10px;
	width: 90px;
}
.year-page .btn{
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 44px;
	color: #fff;
	min-width: 285px;
	width: 100%;
	margin: 0 auto;
	background: rgb(214, 21, 24);
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	-webkit-box-shadow: 0 2px 0 rgb(154, 0, 2);
	box-shadow: 0 2px 0 rgb(154, 0, 2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.year-page .btn:hover{
	-webkit-box-shadow: 0 0 0 rgb(154, 0, 2);
	box-shadow: 0 0 0 rgb(154, 0, 2);
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.year-page .btn:after{
	position: absolute;
	content: '';
	background: url('../img/year-page/btn-doggy.png') no-repeat;
	background-size: 100%;
	height: 44px;
	width: 44px;
	right: -9px;
	top: -5px;
}
.year-page .btn span{
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
.year-page .btn span:before{
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	background: #fff;
	border-radius: 50%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.year-page .btn span:after{
	position: absolute;
	content: '';
	border: 5px solid transparent;
	border-left: 8px solid rgb(214, 21, 24);
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list-block{
	background: url('../img/year-page/list-block-bg.png') no-repeat;
	background-size: cover;
	padding: 33px 36px 10px;
}
.list-block .list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.list-block .list li{
	padding: 0 10px 20px;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list-block .list a{
	display: block;
}
.list-block .list .image{
	margin-bottom: 4px;
}
.list-block .list .text{
	font-size: 10px;
	line-height: 11px;
	color: rgb(246, 255, 0);
	text-align: center;
	text-decoration: underline;
}
.list-block .list a:hover .text{
	text-decoration: none;
}
.list-block .btn{
	margin-left: -28px;
}