@charset "UTF-8";
/* ******************************************************************

	--contact.css--

****************************************************************** */
#footer {
	/* background-color: unset; */
}
.errorField{
	background-color: #fde7ef !important;
}
#triggerDate {
	display:block;
	width:0px;
	height:0px;
	overflow: hidden;
}
.headTitle .icon img{
	width: auto;
}
.checkboxGroup {
	position: relative;
	padding-left: 35px;
	margin-bottom: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkboxGroup:nth-child(3n){
	margin-right: 0;
}

.checkboxGroup input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 25px;
	width: 25px;
	margin-top: -12px;
	border-radius: 5px;
	border: 1px solid #a0a0a0;
	background-color: #FFF;
}
.checkboxGroup input:checked ~ .checkmark,
.checkboxGroup:hover input ~ .checkmark {
	border-radius: 5px;
	border: 2px solid #fdb428;
}
.checkboxGroup input:checked ~ .text,
.checkboxGroup:hover input ~ .text {
	color: #fdb428;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkboxGroup input:checked ~ .checkmark:after {
	display: block;
}
.checkboxGroup .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fdb428;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*stepBar*/
.stepBarRow {
	display:flex;
	max-width: 800px;
	overflow:hidden;
	margin: 0 auto 50px;
	padding-right: 12px;
}
.stepBarRow .step {
	display:flex;
	position:relative;
	z-index:1;
	flex: 2;
	overflow:visible;
	transition:0.3s all;
	padding-right: 34px;
	justify-content:center;
	height:50px;
	align-items:center;
	font-weight:bold;
	font-size: 18px;
	text-decoration:none;
}
.stepBarRow .step:first-child {
	flex: 4;
}
.stepBarRow .step:last-child {
	padding-right: 19px;
	padding-left: 15px;
}
.stepBarRow .step:before {
	top:0;
	transform:skewX(40deg);
}
.stepBarRow .step:after {
	bottom:0;
	transform:skewX(140deg);
}
.stepBarRow .step:after,
.stepBarRow .step:before {
	position:absolute;
	z-index:-1;
	left:0; 
	transition:0.3s all;
	width:calc(100%);
	height:25.3px;
	background-color:#eeeeee;
	content:'';
}
.stepBarRow .step:first-child:after,
.stepBarRow .step:first-child:before {
	left: -15px;
	width:calc(100% - 25px);
}
.stepBarRow .step:nth-child(2):after,
.stepBarRow .step:nth-child(2):before {
	left: -20px;
}
.stepBarRow .step.active:after,
.stepBarRow .step.active:before {
	background-color:#fdb428;
}
.stepBarRow .numStep {
	padding:3px 10px;
	border-radius:10px;
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
}
/*formContact*/
.sectionForm{
	margin-bottom: 80px;
}
.formInline{
	display: flex;
	max-width: 800px;
	margin:0 auto;
	padding: 10px 0;
	font-size: 18px;
}
.formInline:first-child{
	padding-top: 50px;
}
.formInline:last-child{
	padding-bottom: 40px;
}
.formInline .labelBox{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 270px;
	margin-right: 20px;
	padding-top: 8px;
}
.formInline .labelBox label{
	font-weight: bold;
}
.formInline .labelBox span{
	padding: 5px 11px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: 1px solid #000;
}
.formInline .labelBox.require span{
	padding: 6px 12px;
	background-color: #e5004f;
	border: none;
	color: #FFF;
}
.labelBox.require + .inputBox > .inputForm {
	background-color: #fefdec;
}
.inputBox{
	width: 510px;
}
.inputBox .inputForm {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	font-size: 18px;
	border: 1px solid #a0a0a0;
	outline: none;
	border-radius: unset;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.inputForm.zipcode{
	max-width: 150px;
}
.inputForm.budget,
.inputForm.point {
	max-width: 205px;
	/*background: #FFF url(/img/contact/icon_arrow_down.png) no-repeat 95% 50%;*/
	/*background-size: auto;*/
}
.selectBox{
	position: relative;
}
.selectBox:after,
.selectBox:after {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 180px;
	top: 50%;
	margin-top: -8px;
	border: solid #a0a0a0;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	content: "";
}
.inputBox textarea.inputForm {
	height: 150px;
	padding: 10px;
}
.inputBox .confirmMail {
	margin:10px 0 ;
	font-weight: bold;
}

.inputBox.policy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 12px;
}
.inputBox.policy .checkboxGroup {
	display: flex;
	width: calc((100% - 15px) / 3);
}
.inputBox.meeting {
	padding-top: 14px;
}
.inputBox .meetingBox {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.meetingBox .item {
	width: 30%;
}
.meetingBox .item .title {
	margin-bottom: 5px;
}
.meetingBox .item .inputForm {
	width:100%;
}
.confirmBox {
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 45px 0;
	border: 1px solid #a0a0a0;
	background-color: #FEFDEC;
	font-size: 18px;
	text-align: center;
}
.confirmBox .question {
	margin-bottom: 25px;
}
.confirmBox .question a {
	color: #e5004f;
}
.sectionError .listError {
	max-width: 800px;
	margin: 0 auto 50px;
	font-size: 18px;
}
.listError li {
	margin-bottom: 20px;
	padding-left: 15px;
	background: url(/img/contact/icon_exclamation.png) no-repeat 0 5px;
	color: #e5004f;
}
.inputBox select::-ms-expand { 
	display: none;
}
.inputBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media screen and (max-width: 736px) {
	.inputBox .meetingBox {
		position: relative;
	}
	.meetingBox .item {
		position: static !important;
	}
	.stepBarRow {
		margin: 0 auto 20px;
	}
	.stepBarRow .step {
		flex-direction: column;
		font-size: 12px;
		padding-right: 20px;
	}
	.stepBarRow .step:last-child {
		padding-right: 11px;
		padding-left: 9px;
	}
	.stepBarRow .numStep {
		margin-bottom: 5px;
		font-size: 10px;
	}
	.headTitle .icon img {
		width: 30px;
	}
	.stepBarRow .step:first-child:after,
	.stepBarRow .step:first-child:before {
		left: -10px;
		width:calc(100% - 10px);
	}
	.stepBarRow .step:nth-child(2):after,
	.stepBarRow .step:nth-child(2):before {
		left: -10px;
	}
	.selectBox:after {
		width: 7px;
		height:7px;
		margin-top: -6px;
	}
}






/*==================================================================
	 Page confirm 
===================================================================*/
.sectionProfile {
	max-width: 100%;
	margin-bottom: 80px;
	padding-top:80px;
	padding-bottom:80px;
	background-color: #F5F5F5;
}
.blockProfile {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #A0A0A0;
}
.blockProfile .item {
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #A0A0A0;
	font-size: 18px;
	text-align: left;
}
.blockProfile li:last-child {
	border-bottom: none;
}
.blockProfile .item .title {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	width: 30%;
	padding: 22px 25px 22px 30px;
	background-color: #EEE;
	font-weight: bold;
}
.blockProfile .item .content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	width: 70%;
	padding: 20px 50px 19px 50px;
	line-height: 1.6667;
}
@media screen and (max-width: 736px) {
	.sectionProfile {
		margin-bottom: 20px;
		padding: 20px;
	}
	.blockProfile .item {
		display: block;
		font-size: 12px;
	}
	.blockProfile .item .title {
		width: 100%;
		padding: 10px 15px;
	}
	.blockProfile .item .content {
		width: 100%;
		padding: 10px 15px;
	}
}
.btnSubmitForm {
	display: block;
	margin: 0 auto;
}
.blockBtn {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 80px;
}
.blockBtn  button {
	width: 100%;
	max-width: 340px;
	padding: 0;
	border: none;
	background: none;
}
.blockBtn  .sendInfo {
	float: right;
}
.blockBtn  span {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 30px 10px;
	border: 3px solid #000;
	outline: none;
	background-color: #FDB428;
	color: #000;
	box-shadow: 6px 6px 0 #000;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s; 
}
.blockBtn span::before {
	content: "";
	position: absolute;
	left: -3px;
	bottom: -9px;
	height: 0;
	width: 0;
	border-left: solid 6px transparent;
	border-top: solid 6px #000;
}
.blockBtn span::after {
	content: "";
	position: absolute;
	right: -9px;
	top: -3px;
	height: 0;
	width: 0;
	border-bottom: solid 7px #000;
	border-right: solid 6px transparent;
}
.blockBtn .return span {
	border: 3px solid #434343;
	background-color: #F5F5F5;
	box-shadow: 6px 6px 0 #434343;
	color: #434343;
}
.blockBtn .return span::before {
	border-top: solid 6px #434343;
}
.blockBtn .return span::after {
	border-bottom: solid 7px #434343;
}
.blockBtn .return span:hover {
	background-color: #E2E2E2;
}
.blockBtn span:hover {
	background-color: #E09C1A;
}
@media screen and (max-width: 830px){
	.blockBtn {
		padding: 0 20px 30px;
	}
}
@media screen and (max-width: 736px) {
	.blockBtn  button {
		max-width: 100%;
	}
	.blockBtn span {
		max-width: 100%;
		margin-bottom: 15px;
		padding: 14px 10px;
		font-size: 16px;
	}
	/*formcontact*/
	.checkboxGroup{
		padding-left: 25px;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.checkmark{
		height: 17px;
		width: 17px;
		margin-top: -8px;
		border-radius: 3px;
	}
	.checkboxGroup .checkmark:after {
		left: 4px;
		top: 2px;
		width: 3px;
		height: 6px;
		border: solid #fdb428;
		border-width: 0 2px 2px 0;
	}
	/*checkbox*/
	.formInline {
		padding: 8px 0;
		font-size: 12px;
	}
	.formInline:first-child{
		padding-top: 20px;
	}
	.formInline:last-child{
		padding-bottom: 20px;
	}
	.inputBox .inputForm {
		width: 100%;
		height: 35px;
		padding: 0 5px;
		font-size: 12px;
	}
	.formInline .labelBox.require span {
		padding: 4px 8px;
		background-color: #e5004f;
		border: none;
		color: #FFF;
	}
	.formInline .labelBox span{
		padding: 3px 7px;
		border-radius: 5px;
		background-color: #f5f5f5;
		border: 1px solid #000;
	}
	.formInline .labelBox {
		margin-right: 20px;
		padding: 6px 0;
	}
	.inputBox.policy,
	.inputBox.meeting {
		padding-top: 9px;
	}
	.formInline{
		display: block;
	}
	.formInline .labelBox{
		width: 100%;
		justify-content: space-between;
	}
	.inputBox{
		width: 100%;
	}
	.inputBox.policy .checkboxGroup{
		width: calc((100% - 20px) / 2);
	}

	.confirmBox {
		margin: 0 auto 25px;
		padding: 25px 10px;
		font-size: 12px;
	}
	.confirmBox .question {
		margin-bottom: 15px;
	}
	.sectionError .listError {
		margin: 0 auto 30px;
		font-size: 12px;
	}
	.listError li {
		margin-bottom: 15px;
		padding-left: 10px;
		background: url(/img/contact/icon_exclamation.png) no-repeat 0 0;
	}
	.sectionForm{
		margin-bottom: 20px;
	}
	.isMobile .qs-datepicker {
		display:none !important;
	}
}
.blockConsult {
	position: relative;
	z-index: 3;
	max-width: 800px;
	margin: 0 auto 70px;
	padding-top: 30px;
}
.groupConsult {
	padding: 45px 20px 25px 20px;
	background: url(/img/common/bg_gradient_02.png) repeat;
}
.groupConsult .title {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.groupConsult .text {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.phoneConsult {
	display: flex;
	justify-content: center;
	padding: 15px;
	align-items: center;
	background-color: #e5004f;
	text-decoration: none;
	pointer-events: none;
}
.phoneConsult .text {
	margin-right: 30px;
	font-size: 20px;
	color: #FFF;
}
.phoneConsult .image img {
	display: block;
	height: 40px;
}
.note.full {
	padding-top: 10px;
}
@media screen and (max-width: 736px) {
	.blockConsult {
		margin-bottom: 30px;
		padding-top: 0;
	}
	.groupConsult {
		padding: 25px 10px 20px 10px;
	}
	.groupConsult .title {
		margin-bottom: 10px;
		font-size: 17px;
	}
	.groupConsult .text {
		font-size: 12px;
	}
	.phoneConsult {
		padding: 10px;
		pointer-events: initial;

	}
	.phoneConsult .text {
		margin-right: 15px;
		font-size: 14px;
	}
	.phoneConsult .image img {
		height: 30px;
	}
}
@media screen and (max-width: 475px) {
	.phoneConsult {
		flex-direction: column;
	}
	.phoneConsult .text {
		margin-right: 0;
		margin-bottom: 5px;
	}
}