/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footerfooter, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover{
	text-decoration: none;
}

@media only screen and (max-device-width: 500px), only screen and (max-width: 500px){
	.icon{
		width: 100% !important;
		margin: 30px 0 !important;
	}
	
	.block_text{
		padding: 0 20px;
		text-align: center;
	}
	
	.block{
		padding-bottom: 30px;
	}
}

@media only screen and (max-device-width: 800px), only screen and (max-width: 800px) {
	.fs_22{
		font-size: 22px;
	}
	
	.year{
		display: none;
	}
	
	.banner_2{
		padding-bottom: 40px !important;
	}
	
	.section, 
	.section_2, 
	.section_3, 
	.section_4{
		width: 90% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.text_footer, .soc_link, .app{
		max-width: 100% !important;
	}
	
	.cart p{
		font-size: 20px !important; 
		line-height: 28px !important; 
	}
	
	.footer > .container{
		width: 90% !important;
	}
	
	.app{
		float: left !important;
	}
}

@font-face {
	font-family: "PTSansRegular";
	src: url("/fonts/newyear/PTSansRegular/PTSansRegular.eot");
	src: url("/fonts/newyear/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
	url("/fonts/newyear/PTSansRegular/PTSansRegular.woff") format("woff"),
	url("/fonts/newyear/PTSansRegular/PTSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Pribambas";
	src: url("/fonts/newyear/Pribambas.eot");
	src: url("/fonts/newyear/Pribambas.eot?#iefix")format("embedded-opentype"),
	url("/fonts/newyear/Pribambas.woff") format("woff"),
	url("/fonts/newyear/Pribambas.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "PTSansItalic";
	src: url("/fonts/newyear/PTSansItalic/PTSansItalic.eot");
	src: url("/fonts/newyear/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
	url("/fonts/newyear/PTSansItalic/PTSansItalic.woff") format("woff"),
	url("/fonts/newyear/PTSansItalic/PTSansItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "PTSansBold";
	src: url("/fonts/newyear/PTSansBold/PTSansBold.eot");
	src: url("/fonts/newyear/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
	url("/fonts/newyear/PTSansBold/PTSansBold.woff") format("woff"),
	url("/fonts/newyear/PTSansBold/PTSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

.head, .content, .footer{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.head{
	background: #263031;
	padding: 45px 0;
}

.content{
	background: #f5f0ea;
}

.footer{
	background: #263031;
	padding-bottom: 32px;
}

.container{
	width: 100%;
	max-width: 1170px;
	margin: auto;
}

.container_2{
	width: 100%;
	max-width: 1170px;
	margin: auto;
	background: #ffffff;
}

.logo{
	display: block;
	width: 181px;
	height: 40px;
	background: url('/i/newyear/logo.png') center top no-repeat;
}

.taxt_block{
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 60px;
}

p{
  font-family: 'PTSansRegular', arial, sans-serif;
	font-size: 18px;
	color: #263031;
	line-height: 28px;
	font-weight: normal;
}

h2{
	font-family: 'PTSansBold', arial;
	font-size: 30px;
	color: #940426;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}

.banner_2{
	max-width: 818px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 85px;
}

.section{
	max-width: 1170px;
	width: 100%;
	padding: 65px 0 50px;
	margin: 0 auto;
	background: url('/i/newyear/bg.jpg') center top;
	background-size: cover;
}

.section_3{
	max-width: 1170px;
	width: 100%;
	padding: 65px 0 80px;
	margin: 0 auto;
	background: url('/i/newyear/bg2.jpg') center top;
	background-size: cover;
}

.section_4{
	max-width: 1170px;
	width: 100%;
	padding: 65px 0 25px;
	margin: 0 auto;
	background: #ffffff;
}

.section_2{
	max-width: 1170px;
	width: 100%;
	padding: 90px 0 85px;
	margin: 0 auto;
	background: #ffffff;
}

.section p{
	text-align: center;
}

.section_2 p{
	max-width: 760px;
	width: 100%;
	margin: 35px auto 0;
	text-align: center;
}

.section a{
	color: #263031;
}

.four_col{
	padding: 30px 0 40px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.four_col .col{
	width: 247px;
	display: inline-block;
	margin: 20px 0 0;
	vertical-align: top;
}

.col p{
	margin-top: 20px;
}

.three_col{
	max-width: 1016px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 26px;
}

.three_col > .col{
	max-width: 506px;
	width: 100%;
	display: inline-block;
	margin-top: 18px;
}

.three_col_img{
	max-width: 490px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0px 0px 23.52px 0.48px rgba(31, 29, 22, 0.09);
}

.three_col_img img{
	width: 100%;
	height: auto;
}

.three_col_3{
	max-width: 779px;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.three_col_3 .col{
	max-width: 257px;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 17px auto 0;
	vertical-align: top;
}

.three_col_3 .col .wrapper_1, 
.three_col_3 .col .wrapper_2, 
.three_col_3 .col .wrapper_3,
.three_col_3 .col .wrapper_4,
.three_col_3 .col .wrapper_5,
.three_col_3 .col .wrapper_6{
	width: 247px;
	background: #ffffff;
	padding-bottom: 50px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 0px 23.52px 0.48px rgba(31, 29, 22, 0.09);
}

.three_col_3 .col .wrapper_1{
	background: #ffffff url('/i/newyear/bg3.jpg') center top no-repeat;
	background-position: 50% 90%;
}

.three_col_3 .col .wrapper_2{
	background: #ffffff url('/i/newyear/bg4.jpg') center top no-repeat;
	background-position: 50% 85%;
}

.three_col_3 .col .wrapper_3{
	background: #ffffff url('/i/newyear/bg5.jpg') center top no-repeat;
	background-position: 50% 85%;
}

.three_col_3 .col .wrapper_4{
	background: #ffffff url('/i/newyear/bg6.jpg') center top no-repeat;
	background-position: 50% 95%;
}

.three_col_3 .col .wrapper_5{
	background: #ffffff url('/i/newyear/bg7.jpg') center top no-repeat;
	background-position: 50% 39%;
}

.three_col_3 .col .wrapper_6{
	background: #ffffff url('/i/newyear/bg8.jpg') center top no-repeat;
	background-position: 50% 85%;
}

.section_3 .heading h2{
	padding: 14px 0;
	font-family: 'PTSansBold', arial;
	font-size: 32px;
	color: #ffffff;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}

.section_3 .heading {
	background: #940426;
}

.cart p{
	color: #263031;
	font-size: 24px;
	line-height: 34px;
}

.three_col_4{
	max-width: 780px;
	width: 100%;
	text-align:  center;
	margin: 30px auto 60px;
}

.three_col_4 .col{
	max-width: 200px;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 20px auto 0;
	vertical-align: top;
}

.three_col_4 .col h3{
	font-family: 'Pribambas', arial;
	font-size: 30px;
	color: #263031;
	line-height: normal;
	font-weight: normal;
	text-align: center;
}

.three_col_4 .col p{
	margin: 5px 0 0 0;
}

.three_col_4 .col.mid{
	max-width: 370px;
	width: 100%;
}

.pre_footer{
	display: block;
	margin: 80px auto 0;
	max-width: 1000px;
	font-size: 14px;
	line-height: 24px;
	color: #263031;
}

.pre_footer a{
	color: #263031;
}


.text_footer{
	max-width: 25%;
	width: 100%;
	float: left;
	margin-top: 32px;
}

.soc_link{
	max-width: 25%;
	width: 100%;
	float: left;
	margin-top: 32px;
}

.soc_link a{
	font-family: 'PTSansRegular', arial, sans-serif;
	font-size: 13px;
	color: #f4efeb;
	line-height: 26px;
	text-decoration: none;
}

.soc_link p{
	font-family: 'PTSansRegular', arial, sans-serif;
	font-size: 13px;
	color: #f4efeb;
	line-height: 26px;
	text-decoration: none;
}

.app{
	max-width: 11%;
	width: 100%;
	float: right;
	padding-right: 45px;
	margin-top: 32px;
}

.app div{
	margin-top: 5px;
}

.clear{
	clear: both;
}

.text_footer p{
	font-size: 13px;
	color: #f4efeb;
	line-height: 26px;
}

.text_footer button{
	margin-top: 15px;
	outline: none;
	border: 0;
	font-family: 'PTSansRegular', arial, sans-serif;
	font-size: 13px;
	color: #f4efeb;
	line-height: 35px;
	font-weight: normal;
	background: #b6333b url('/i/newyear/ic8.png') 2% 50% no-repeat;
	width: 160px;
	border-radius: 4px;
	text-align: left;
	padding-left: 45px;
}

.text_footer button:hover{
	cursor: pointer;
}

.block{
	position: relative;
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	height: 206px;
	box-shadow: 0px 0px 23.52px 0.48px rgba(31, 29, 22, 0.09);
}

.year{
	position: absolute;
	top: -60px;
	right: 24px;
	width: 244px;
	height: 323px;
	background: url('/i/newyear/year.png') center top no-repeat;
}

.icon{
	width: 125px;
	height: 57px;
	float: left;
	margin-top: 70px;
	background: url('/i/newyear/ic9.png') center top no-repeat;
}

.block_text{
	padding-top: 60px;
	max-width: 480px;
}



