.top-banner{
	width: 100%;
	margin-bottom: 30px;
}
.image img{
	display: block;
	width: 100%;
}
.content-block{
	margin-bottom: 80px;
}
.content-block h2{
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	padding: 32px 0;
	color: rgb(209, 42, 42);
	background: rgb(255, 186, 0);
	text-align: center;
}
.content-block h2.two-rows{
	padding: 18px 0;
}
.content-block h2:before,
.content-block h2:after{
	position: absolute;
	content: '';
	background: url('../img/year-page/title-paw.png') no-repeat;
	width: 53px;
	height: 50px;
}
.content-block h2:before{
	bottom: 5px;
	left: 5px;
}
.content-block h2:after{
	top: 5px;
	right: 5px;
}
.content-block .text-block{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.content-block .text-block p{
	margin-bottom: 34px;
}
.content-block .text-block .image{
	float: right;
	margin: 0 0 34px 20px;
}
.year-page .btn{
	display: block;
	position: relative;
	font-size: 28px;
	line-height: 103px;
	max-width: 740px;
	margin: 0 auto;
	color: #fff;
	background: rgb(214, 21, 24);
	border-radius: 7px;
	text-align: center;
	font-weight: bold;
	-webkit-box-shadow: 0 3px 0 rgb(154, 0, 2);
	box-shadow: 0 3px 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(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	-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;
	height: 104px;
	width: 102px;
	right: -26px;
	top: -3px;
}
.year-page .btn span{
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
.year-page .btn span:before{
	position: absolute;
	content: '';
	height: 44px;
	width: 44px;
	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: 10px solid transparent;
	border-left: 18px solid rgb(214, 21, 24);
	left: 15px;
	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: 18px 18px 23px;
}
.list-block .list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -4px;
}
.list-block .list li{
	padding: 0 4px 32px;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list-block .list a{
	display: block;
}
.list-block .list .image{
	margin-bottom: 15px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.list-block .list .text{
	font-size: 16px;
	line-height: 24px;
	color: rgb(246, 255, 0);
	text-align: center;
	text-decoration: underline;
}
.list-block .list a:hover .text{
	text-decoration: none;
}
.list-block .list a:hover .image{
	transform: translate(0, -3px);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}