﻿* {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
}

{
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

b { font-weight: 700; }

hr {
	border: 0;
	border-bottom: 1px solid #000;
	margin: 0;
}

h3 {
	font-weight: 800;
	font-size: 28px;
	margin: 25px 0;
}

.yellow {
	color: #f8ee7f;
}

.header {
	position: relative;
	min-height: 365px;
	background: #c82838 url(https://www.cambeywest.com/genfiles/add/images/bg-header.png) center bottom no-repeat;
	padding-left: 125px;
	padding-top: 40px;
	padding-bottom: 90px;
}

	@media (max-width: 1070px) {
		.header {
			padding-left: 40px;
		}
	}

	@media (max-width: 1070px) {
		.header {
			padding-left: 15px;
			padding-right: 15px;
		}
	}

.header .logo {
	display: block;
	width: 100%;
	max-width: 435px;
}

	@media (max-width: 890px) {
		.header .logo {
			margin: 0 auto;
		}
	}

.header .offer-text {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 820px;
}

	@media (max-width: 890px) {
		.header .offer-text {
			display: block;
		}
	}

.header .offer-text .offer-intro {
	white-space: nowrap;
	font-weight: 800;
	text-align: center;
	font-size: 10px;
}

	@media (max-width: 520px) {
		.header .offer-text .offer-intro {
			font-size: 8px;
		}
	}

.header .offer-text .offer-intro span {
	display: inline-block;
	vertical-align: middle;
	line-height: 80%;
}

	@media (max-width: 890px) {
		.header .offer-text .offer-intro span {
			line-height: 100%;
		}
	}

.header .offer-text .offer-details {
	font-size: 28px;
	color: #fff;
	line-height: 110%;
	max-width: 481px;
	margin: 0 auto;
}

	@media (max-width: 520px) {
		.header .offer-text .offer-details {
			font-size: 20px;
		}
	}

.header .mobile-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 80px;
}

	@media (max-width: 890px) {
		.header .mobile-menu {
			top: 0;
			right: auto;
			left: -280px;
			width: 280px;
			height: 100%;
			background-color: #c82838;
			z-index: 2147483647;
			transition: left 0.2s;
		}

		.header .mobile-menu.open {
			left: 0;
		}
	}

.header .mobile-menu li {
	margin: 15px;
}

.header .mobile-menu li a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.header .overlay-bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 2147483646;
}

	@media (max-width: 890px) {
		.header .overlay-bg.open {
			display: block;
		}
	}

.header .mobile-menu-link {
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-align: center;
	display: none;
	z-index: 2147483647;
	transition: left 0.2s;
	background-color: #c82838;
	line-height: 40px;
}

.header .mobile-menu-link::before {
	font-family: Arial, sans-serif;
	content: '\2630';
	font-size: 24px;
}

	@media (max-width: 890px) {
		.header .mobile-menu-link {
			display: block;
		}

		.header .mobile-menu-link.open {
			left: 280px;
		}

		.header .mobile-menu-link.open::before {
			content: 'X';
		}
	}

h1 {
	font-size: 96px;
	text-align: center;
	margin: 0;
	color: #b8383d;
	font-weight: 800;
}

	@media (max-width: 1150px) {
		h1 {
			font-size: 66px
		}
	}

	@media (max-width: 890px) {
		h1 {
			font-size: 44px
		}
	}

h2 {
	font-size: 20px;
	text-align: center;
	margin: 0;
	color: #b8383d;
	font-weight: 800;
}

	@media (max-width: 1150px) {
		h2 {
			font-size: 14px
		}
	}

	@media (max-width: 890px) {
		h2 {
			font-size: 14px
		}
	}

.form-content {
	width: 100%;
	max-width: 1180px;
	padding: 0 15px;
	margin: 0 auto;
}

.cover-row {
	display: flex;
	margin: 10px 0 0 0;
	width: 100%;
	/*border-bottom: 1px solid #000*/
}

	@media (max-width: 1030px) {
		.cover-row {
			flex-direction: column;
		}
	}

.cover-row .covers {
	max-width: 647px;
	flex: 1 1 647px;
	align-self: flex-end;
}

	@media (max-width: 1030px) {
		.cover-row  .covers {
			align-self: center;
			flex: 1 1 0;
			order: 1;
		}
	}

.cover-row .covers img {
	display: block;
	width: 100%;
	max-width: 647px;
}

.cover-row .download {
	font-size: 20px;
	flex: 1 1 0;
	align-items: flex-start;
}

	@media (max-width: 1030px) {
		.cover-row .download {
			align-self: center;
			flex: 1 1 0;
			order: 0;
			margin-bottom: 10px;
		}
	}

.cover-row .download img {
	display: block;
	margin: 10px auto 0 auto;
}

.gift-row {
	display: flex;
	justify-content: space-between;
}

	@media (max-width: 950px) {
		.gift-row {
			flex-direction: column;
		}
	}

.gift-option {
	display: flex;
	flex-direction: column;
	width: 33%;
	border: 1px solid #000;
	font-size: 14px;
	margin: 0 0 20px 0;
}

	@media (max-width: 950px) {
		.gift-option {
			width: 100%;
		}
	}

.gift-option .details {
	flex: 1 0 0;
	padding: 20px 30px;
}

.gift-option .details .title {
	font-size: 20px;
	color: #b34131;
	font-weight: 800;
	text-align: center;
}

.gift-option .details .desc {
	margin: 25px 0;
}

.gift-option .details .list {
	margin-left: 20px;
	padding: 0;
	max-width: 255px;
	list-style-image: url("images/check.png");
}

	@media (max-width: 950px) {
		.gift-option .details .list {
			margin: 0 auto;
		}
	}

.gift-option .details .list li {
	margin: 5px 0;
}

.gift-option .select {
	background-color: #eeeeee;
	padding: 20px 15px;
	text-align: center;
	font-weight: 800;
	color: #b34131;
	font-size: 20px;
	flex: 0 0 0;
}

.additional-details {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	@media(max-width: 960px) {
		.additional-details {
			flex-direction: column;
		}
	}

.additional-details .detail {
	display: flex;
	width: 33%;
	margin: 15px auto;
}

	@media(max-width: 960px) {
		.additional-details .detail {
			width: 100%;
			max-width: 320px;
		}
	}

.additional-details .detail .img { flex: 0 1 0; margin-right: 5px; }
.additional-details .detail span { flex: 1 0 0; }

.form-wrap {
	display: flex;
	margin: 10px 0;
	width: 100%;
	max-width: 715px;
	align-items: baseline;
}

@media (max-width: 590px) {
	.form-wrap {
		flex-direction: column;
	}
}

.form-wrap label {
	flex: 1 0 0;
	width: 100%;
	max-width: 190px;
}

@media (max-width: 590px) {
	.form-wrap label {
		max-width: none;
	}
}

.form-wrap label.required::after {
	content: '*';
	color: #b34131;
}

.form-wrap .form-input {
	flex: 1 0 0;
	width: 100%;
}

.form-wrap .form-input input,
.form-wrap .form-input select {
	width: 100%;
	height: 55px;
	border: 1px solid #c6c6c6;
	font-size: inherit;
}

.form-wrap .form-input + .form-input {
	margin-left: 10px;
}

@media (max-width: 590px) {
	.form-wrap .form-input + .form-input {
		margin-left: 0;
		margin-top: 10px;
	}
}

.form-wrap .custom-check {
	display: none;
}

.form-wrap .custom-check + label::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000;
	border-radius: 3px;
	width: 18px;
	height: 18px;
}

.form-wrap .custom-check:checked + label::before {
	box-shadow: 0px 0px 0px 2px #fff inset;
	background-color: #000;
}

.submit {
	width: 100%;
	max-width: 300px;
	height: 60px;
	background-color: #b34131;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	border-radius: 10px;
	border: 0;
}
