.section {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.section {
		padding: 60px 0;
	}
}
.section.under-form {
	background-color: #f3f4f5;
	padding-bottom: 110px;
	padding-top: 255px;
	margin-top: -265px;
}
@media (max-width: 991px) {
	.section.under-form {
		padding-bottom: 100px;
		padding-top: 40px;
		margin-top: 0;
		background-image: url("../images/pages/wave.svg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}
}
.section.under-form .under-form-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.section.under-form .under-form-wrap .left {
	width: calc(100% - 380px - 120px);
}
@media (max-width: 991px) {
	.section.under-form .under-form-wrap .left {
		width: 100%;
	}
}
.section.under-form .under-form-wrap .left p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 160%;
	color: #211e3b;
}
.section.under-form .under-form-wrap .left p.title {
	font-family: "Montserrat";
	font-weight: 800;
	font-size: 32px;
	line-height: 140%;
	text-transform: capitalize;
	color: #211e3b;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.section.under-form .under-form-wrap .left p.title {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.section.under-form .under-form-wrap .left p.title br {
		display: none;
	}
}
@media (max-width: 991px) {
	.section.under-form .under-form-wrap .right {
		display: none;
	}
}
.section.under-form .under-form-wrap .right .item {
	padding: 40px 60px;
	background: #fff;
	box-shadow: 0px 10px 60px rgba(76, 96, 76, 0.1);
	border-radius: 7px;
	width: 380px;
	margin-top: 0;
}
.section.under-form .under-form-wrap .right .item object {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.section.under-form .under-form-wrap .right .item h4 {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #0c1b36;
}
.section.list {
	background-color: #fff;
}
@media (min-width: 992px) {
	.section.list {
		padding: 110px 0 120px;
	}
}
.section.list p.title {
	font-family: "Montserrat";
	font-weight: 800;
	font-size: 32px;
	line-height: 140%;
	text-transform: capitalize;
	color: #211e3b;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.section.list p.title {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.section.list p.title br {
		display: none;
	}
}
.section.list ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.section.list ul li {
	width: calc(50% - 30px);
	position: relative;
	padding-right: 30px;
	margin-bottom: 25px;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	color: #211e3b;
}
@media (max-width: 767px) {
	.section.list ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.section.list ul li:last-child {
		margin-bottom: 0;
	}
}
.section.list ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 5px solid #f0e8de;
	background: #b68c59;
	position: absolute;
	right: 5px;
	top: 0;
	border-radius: 50%;
	box-sizing: content-box;
}
.section.benefits {
	background-color: #f8f8f8;
	background-image: url("../images/pages/benefits.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 42% 100%;
}
@media (min-width: 992px) {
	.section.benefits {
		padding: 110px 0 130px;
	}
}
@media (max-width: 1300px) {
	.section.benefits {
		background-size: 60% 100%;
	}
}
@media (max-width: 992px) {
	.section.benefits {
		background-size: 650px 650px;
		background-position: 150% center;
	}
}
@media (max-width: 767px) {
	.section.benefits {
		background-size: 210px 350px;
		background-position: 110% -110px;
	}
}
.section.benefits p.title {
	font-family: "Montserrat";
	font-weight: 800;
	font-size: 32px;
	line-height: 140%;
	text-transform: capitalize;
	color: #211e3b;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.section.benefits p.title {
		margin-bottom: 20px;
		font-size: 24px;
	}
}
.section.benefits .items {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.section.benefits .items .item {
	width: calc((100% - 45px) / 4);
	background: #163263;
	border-radius: 7px;
	padding: 26px 18px 30px;
}
@media (max-width: 767px) {
	.section.benefits .items .item {
		width: 100%;
		margin-bottom: 15px;
	}
	.section.benefits .items .item:last-child {
		margin-bottom: 0;
	}
}
.section.benefits .items .item object {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 10px;
}
.section.benefits .items .item span {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
	display: block;
}
.section.process {
	background-color: #f8f8f8;
	background-image: url("../images/pages/process.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 45% auto;
}
@media (min-width: 992px) {
	.section.process {
		padding: 110px 0 120px;
	}
}
@media (max-width: 767px) {
	.section.process {
		background-size: 300px auto;
	}
}
.section.process p.title {
	font-family: "Montserrat";
	font-weight: 800;
	font-size: 32px;
	line-height: 140%;
	text-transform: capitalize;
	color: #211e3b;
	margin-bottom: 40px;
	max-width: 100%;
}
@media (max-width: 767px) {
	.section.process p.title {
		margin-bottom: 35px;
		font-size: 24px;
	}
}
.section.process .items {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.section.process .items .item {
	width: calc(50% - 15px);
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media (max-width: 767px) {
	.section.process .items .item {
		width: 100%;
	}
	.section.process .items .item:last-child {
		margin-bottom: 0;
	}
}
.section.process .items .item b {
	display: block;
	min-width: 42px;
	width: 42px;
	height: 42px;
	margin-left: 10px;
	background: rgba(182, 140, 90, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #ffffff;
}
@media (max-width: 767px) {
	.section.process .items .item b {
		min-width: 34px;
		width: 34px;
		height: 34px;
		margin-left: 8px;
		font-size: 17px;
	}
}
.section.process .items .item p {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #211e3b;
}
.section.process .items .item p span {
	display: block;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #211e3b;
	margin-bottom: 6px;
	margin-top: 6px;
}
@media (max-width: 767px) {
	.section.process .items .item p span {
		font-size: 18px;
		margin-bottom: 12px;
		margin-top: 3px;
	}
}
.section.docs {
	background-color: #fff;
}
@media (min-width: 992px) {
	.section.docs {
		padding: 110px 0 120px;
	}
}
.section.docs p.title {
	font-family: "Montserrat";
	font-weight: 800;
	font-size: 32px;
	line-height: 140%;
	text-transform: capitalize;
	color: #211e3b;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.section.docs p.title {
		font-size: 24px;
	}
}
.section.docs .items {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.section.docs .items .item {
	border: 8px solid #dadee8;
	border-radius: 7px;
	padding: 40px 15px;
	width: calc((100% - 60px) / 3);
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
@media (max-width: 991px) {
	.section.docs .items .item {
		width: calc((100% - 20px) / 2);
	}
}
@media (max-width: 767px) {
	.section.docs .items .item {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
	}
}
.section.docs .items .item div {
	width: 100%;
	max-width: 100%;
}
.section.docs .items .item div img {
	display: block;
	margin: 0 auto;
}
.section.docs .items .item span {
	display: block;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #000000;
	margin-top: 20px;
}
.section.docs .items.quad .item {
	width: calc((100% - 60px) / 4);
}
@media (max-width: 1199px) {
	.section.docs .items.quad .item {
		width: calc((100% - 20px) / 2);
	}
}
@media (max-width: 767px) {
	.section.docs .items.quad .item {
		width: 100%;
	}
}
.section.form.bg-white {
	background: #fff;
}
.section.form.bg-grey {
	background: #eef4fc;
}
@media (min-width: 992px) {
	.section.form:not(:first-child) {
		padding: 110px 0 120px;
	}
}
@media (max-width: 991px) {
	.section.form:first-child {
		background-color: #f3f4f5 !important;
		padding-bottom: 0;
		margin-bottom: -95px;
	}
}
@media (max-width: 991px) {
	.section.form .container {
		max-width: 100%;
		padding: 0;
		overflow: hidden;
	}
}
@media (max-width: 991px) {
	.section.form {
		margin-bottom: -100px;
	}
	.section.form:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.section.form .form-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media (max-width: 991px) {
	.section.form .form-wrap {
		flex-wrap: wrap;
	}
}
@media (max-width: 991px) {
	.section.form .form-wrap .left {
		width: 100%;
	}
}
.section.form .form-wrap .left h2 {
	font-family: "Montserrat";
	font-weight: 800;
	font-size: 32px;
	line-height: 140%;
	text-transform: capitalize;
	color: #211e3b;
	max-width: calc(100% - 490px);
	letter-spacing: normal;
}
@media (max-width: 991px) {
	.section.form .form-wrap .left h2 {
		max-width: 720px;
		padding: 0 15px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.section.form .form-wrap .left h2 {
		font-size: 24px;
		line-height: 120%;
	}
}
.section.form .form-wrap .left p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #211e3b;
	margin-top: 8px;
	max-width: calc(100% - 490px);
}
@media (max-width: 991px) {
	.section.form .form-wrap .left p {
		max-width: 720px;
		padding: 0 15px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.section.form .form-wrap .left p {
		font-size: 15px;
		line-height: 140%;
	}
}
.section.form .form-wrap .left img {
	min-width: 100%;
	margin-top: 20px;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 7px;
}
@media (max-width: 991px) {
	.section.form .form-wrap .left img {
		height: auto;
		min-height: 280px;
		border-radius: 0;
	}
}
.section.form .form-wrap .right {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 991px) {
	.section.form .form-wrap .right {
		position: relative;
		margin: 0 auto;
		top: -110px;
	}
	.section.form:last-child .form-wrap .right {
		margin: 0 auto -40px;
	}
}
@media (max-width: 767px) {
	.section.form .form-wrap .right {
		width: 320px;
		max-width: calc(100% - 40px);
	}
}
.section.form .form-wrap .right .consultations-form {
	padding: 60px 46px;
	max-width: 480px;
	position: relative;
}
@media (max-width: 767px) {
	.section.form .form-wrap .right .consultations-form {
		padding: 40px 20px;
		width: 320px;
		max-width: 100%;
	}
}
.section.form .form-wrap .right .consultations-form h1 {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	color: #ffffff;
	margin: 0 0 40px;
	text-transform: none;
}
@media (max-width: 767px) {
	.section.form .form-wrap .right .consultations-form h1 {
		font-size: 20px;
		margin-bottom: 25px;
	}
}
.section.form .form-wrap .right .consultations-form form {
	padding: 0;
}
.section.form .form-wrap .right .consultations-form form p {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #b68c5a !important;
	text-transform: none;
	padding-right: 24px;
	margin-top: 10px;
	background: url("../images/pages/important.svg") no-repeat center right;
}
@media (max-width: 767px) {
	.section.form .form-wrap .right .consultations-form form p {
		font-size: 12px;
		background-size: 18px 18px;
	}
}
.section.form .form-wrap .right .consultations-form form input {
	margin-top: 20px;
}
.section.form .form-wrap .right .consultations-form form button {
	width: 100%;
} /*# sourceMappingURL=pages.css.map */
