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, footer, 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;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "PTRootUIWeb", serif;
}

a {
	color: #FFF;
	text-decoration: none;
}

h1 {
	letter-spacing: -0.03em;
}

p {
	color: #222;
	letter-spacing: -0.02em;
}

header {
	background-color: #de7933;
	display: flex;
	padding: 16px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
}

.header-content {
	width: 1080px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.header-logo {
	width: 140px;
}

.header-nav-container {
	display: flex;
}

.nav-hamburger {
	height: 36px;
	display: none;
}

.nav-list {
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-list-element {
	margin: 0 16px;
	font-size: 18px;
	font-weight: 600;
}

.cover {
	background: url(../img/coverQ.png);
	width: 100%;
	height: 766px;
	margin: 0 auto;
	margin-top: 148px;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 1500px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.cover-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -64px;
	padding: 0 120px;
}

.cover-title {
	font-size: 64px;
	line-height: 1.063;
	max-width: 780px;
	width: 100%;
	font-weight: 600;
	text-align: center;
}

.cover-text {
	margin: 48px 0 64px 0;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	max-width: 580px;
}

.cover-img {
	width: 100%;
	max-width: 1500px;
}

.more-text {
	color: #de7933;
	font-size: 20px;
	text-decoration: underline;
	font-weight: 500;
	text-align: center;
}

.information {
	max-width: 1120px;
	display: flex;
	margin: 0 auto;
	margin-top: 60px;
	flex-direction: column;
	margin-bottom: 80px;
	width: 90%;
}

.information-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.information-title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 24px;
}

.information-text {
	max-width: 624px;
	font-size: 20px;
	line-height: 1.6;
}

.information-container--booth {
	margin-bottom: 80px;
}

.information-title--extras {
	margin-top: 48px;
}

.booth-1 {
	min-width: 178px;
	margin-left: 24px;
}

.booth-2 {
	min-width: 108px;
	margin-right: 24px;
}

hr {
	width: 60%;
	margin: 0 auto;
	border: none;
	border-bottom: 1px solid #c0c0c0;
}

.offers {
	max-width: 1120px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	margin-top: 80px;
	flex-direction: column;
	padding: 0 24px;
}

.offers-title {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 64px;
}

.table {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.table-column {
	width: 32%;
	border: 1px solid #e1e1e1;
	max-height: 680px;
	border-radius: 2px;
}

.table-column-title-container {
	width: 100%;
	height: 60px;
	background-color: #de7933;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.table-column-title {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 0;
}

.600 {
	font-weight: 600;
}

.table-column-features {
	color: #525252;
	font-size: 16px;
	padding: 0 8px 8px 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.table-column-feature {
	height: 64px;
	width: 100%;
	line-height: 1.2;
	border-bottom: 1px solid #ececec;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-column-feature:last-child {
	border: none;
}

.orange {
	color: #de7933;
	font-weight: 600;
}

.contact {
	max-width: 1120px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	margin-top: 64px;
	padding:0 24px;
}

.contact-title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 24px;
	text-align: center;
}

.contact-text {
	max-width: 460px;
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 auto;
	text-align: center;
}

.email {
	color: #de7933;
	text-decoration: underline;
}

footer {
	margin-top: 64px;
	padding: 16px;
	background-color: #222;
	color: rgba(255, 255, 255, .5);
	text-align: center;
	line-height: 2;
	font-size: 14px;
}

.footer-space {
	margin: 0 12px;
}

.fb-logo {
	width: 24px;
	fill: #fff;
	vertical-align: middle;
}

.form {
	max-width: 1120px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	margin-top: 80px;
	padding: 0 24px;
}

.form-title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 80px;
	text-align: center;
	align-self: center;
}

@media screen and (max-width:1460px) {
	.cover {
		height: 746px;
	}
}

@media screen and (max-width:1360px) {
	.cover {
		height: 697px;
	}
}

@media screen and (max-width:1260px) {
	.cover {
		height: 647px;
	}
}

@media screen and (max-width:1160px) {
	.cover {
		height: 600px;
	}
}

@media screen and (max-width:1060px) {
	.cover {
		height: 550px;
	}

	.information-text {
		max-width: 560px;
	}
}

@media screen and (max-width:960px) {
	.cover {
		height: 500px;
	}

	.information-text {
			max-width: 500px;
	}

}

@media screen and (max-width:860px) {
	.cover {
		height: 450px;
	}

	.information-text {
		max-width: 400px;
	}

	.table-column-features {
		font-size: 15px;
	}
}


@media screen and (max-width:800px) {
	header {
		padding: 16px 24px;
	}

	.nav-list {	
		display: none;
	}

	.nav-hamburger {
		display: block;
	}

	.cover {
		background: #de7933;
		margin-top: 68px;
		height: auto !important;
	}

	.cover-content {
		margin-top: 0;
		padding: 48px 16px;

	}

	.cover-title {
		font-size: 36px !important;
	}

	.cover-text {
		margin-bottom: 0;
		font-size: 18px !important;
		margin-top: 32px;
	}

	.information {
		margin-top: 36px;
	}

	.information-container--booth {
		flex-direction: column;
	}

	.information-text {
		margin-bottom: 36px;
	}

	.information-container--offer {
		flex-direction: column-reverse;
	}

	.information-title, .form-title, .offers-title {
		font-size: 32px;
	}

	.information-text {
		font-size: 18px;
	}

	.booth-1, .booth-2 {
		margin: 0;
	}

	.form-title {
		max-width: 440px;
	}

	.table {
		margin-bottom: 16px;
	}

	.contact {
		margin-top: 48px;
	}

}

@media screen and (max-width:770px) {
	.cover {
		height: 400px;
	}

	.table {
		flex-direction: column;
		align-items: center;
	}

	.table-column {
		width: 320px;
		margin-bottom: 32px;
	}
}

@media screen and (max-width:660px) {
	.cover {
		height: 350px;
	}
}

@media screen and (max-width:560px) {
	.cover {
		height: 300px;
	}
}

@media screen and (max-width:340px) {
	
	.offers {
		padding: 0 12px;
	}

	.table-column {
		width: 100%;
	}
}

@media screen and (max-width:1180px) {
	

	.cover-title {
		font-size: 48px;
	}

	.cover-text {
		font-size: 20px;
		max-width: 500px;
	}
}

/* MENU TOGGLE CLASSES */

.toggle-header-logo-container {
	display: none;
}

.toggle-nav-hamburger {
	float: right;
	width: 18px;
	height: 18px;
	margin: 12px 8px 0 0;
}

.toggle-header {
	background-color: #FFF;
	box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.toggle-header-nav-container {
	width: 100%;
}

.toggle-nav-list {
	display: flex;
	flex-direction: column;
	float: left;
}

.toggle-nav-list-element {
	padding: 8px 12px;
	width: 100%;
}

.toggle-nav-link {
	color: #000;
}

.toggle-nav {
	width: 100%;
}