
body {
	font-size: 16px;
	font-family: 'Roboto Slab';
}

.container {
	max-width: 960px;
}

.header {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
}

.header:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 155px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
}

.header:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	bottom: -32px;
	left: 0;
	right: 0;
	height: 170px;
	background-image: url(../img/logo-bg.png);
	background-position: bottom center;
	background-size: auto 155px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.logo {
	display: inline-block;
	position: relative;
	z-index: 3;
	border-radius: 30px;
	padding: 10px 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -18px;
}

.logo img {
	display: block;
	max-width: 145px;
}

.section .container-main {
	padding-top: 130px;
	padding-bottom: 30px;
}

h1 {
	font-family: 'Roboto Slab';
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	color: #666;
	margin: 0;
}

h1 small {
	font-family: 'Roboto Slab';
	font-size: 42px;
	font-weight: 400;
	display: block;
}

h2 {
	font-size: 28px;
	line-height: 1.1;
	color: #666;
	text-align: left;
	font-family: 'Roboto Slab';
	font-weight: 700;
}

.w400 {
	max-width: 500px;
}

h2.large {
	font-size: 42px;
	line-height: 1.1;
	color: #666;
	text-align: left;
	font-family: 'Roboto Slab';
	font-weight: 700;
	text-align: center;
}

span.extralarge {
	display: block;
	text-align: center;
	font-size: 189px;
	font-family: 'Roboto Slab';
	color: #f7931e;
	line-height: 0.9;
}

h4 {
	font-size: 18px;
	color: #666;
	text-align: left;
	font-family: 'Roboto Slab';
	font-weight: 700;
	margin: 0;
}

p {
	font-size: 18px;
	font-family: 'Roboto Slab';
	font-weight: 400;
	color: #666;
}

.mb0 {
	margin-bottom: 0;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

.main-image {
	max-width: 275px;
	margin-right: auto;
	margin-left: auto;
}

.main-image img {
	display: block;
	max-width: 100%;
}

.list-section {
	padding-left: 16%;
}

.marked-list {
	
}

.marked-list li {
	position: relative;
	padding-left: 30px;
}

.marked-list li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	margin-top: 5px;
	width: 13px;
	height: 13px;
	background-color: #f7931e;
}

.marked-list p {
	margin-bottom: 0;
}

.contact {
	font-size: 26px;
	line-height: 1.2;
	font-family: 'Roboto Slab';
	font-weight: 400;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 12px 15px;
	width: 90%;
	max-width: 700px;
	color: #666;
	border-radius: 100px;
	box-shadow: 0 0 50px rgba(0,0,0,0.4);
	white-space: initial;
}

div.btn {
	cursor: default!important;
}

a.btn:hover {
	text-decoration: none;
	color: #f7931e;
}

@media (max-width:1365px) {
	
	.list-section {
		padding-left: 20%;
	}
}

@media (max-width:1199px) {

	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	h1 {
		font-size: 40px;
	}

	h1 small {
		font-size: 40px;
	}

	h2.large {
		font-size: 40px;
	}

	span.extralarge {
		font-size: 150px;
	}

	.main-image {
	    max-width: 220px;
	}

}

@media (max-width:991px) {

	.header {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	h1 {
		font-size: 34px;
	}

	h1 small {
		font-size: 34px;
	}

	h2.large {
		font-size: 34px;
	}

	span.extralarge {
		font-size: 120px;
	}

	.main-image {
	    max-width: 200px;
	}

}


@media (max-width:767px) {
	
	.header {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.header:before {
		bottom: 80px;
		top: 0;
		min-height: 30px;
	}

	.header:after {
		bottom: -32px;
		height: 120px;
		background-size: auto 100px;
	}

	.section .container-main {
		padding-top: 110px;
	}

	.logo img {
		max-width: 120px;
	}

	h1 {
		font-size: 30px;
	}

	h1 small {
		font-size: 30px;
	}

	h2.large {
		font-size: 28px;
	}

	span.extralarge {
		font-size: 80px;
	}

	.main-image {
	    max-width: 180px;
	}

	.list-section {
		padding-left: 15px;
	}

	.btn {
		border-radius: 20px;
	}

	.mb60 {
		margin-bottom: 40px;
	}

}
