::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1; /* Firefox */
	color: #bdbdbd;
}
:-ms-input-placeholder{ /* Internet Explorer 10-11 */color: #bdbdbd;}
::-ms-input-placeholder{ /* Microsoft Edge */color: #bdbdbd;}
.grecaptcha-badge{ visibility: hidden; }
/* ////////// SECTION-1 ///////// */
.section-1{
	overflow: visible!important;
}
section .content .s-title{
	align-self: flex-start;
}
section .content .s-title > *{
	font-size: 30px;
	color: #141414;
}
section .content .s-title > * span.hl{
	position: relative;
}
section .content .s-title > * span.hl::before{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: " ";
	-moz-transform: translate(5px, 100%);
	-ms-transform: translate(5px, 100%);
	-o-transform: translate(5px, 100%);
	-webkit-transform: translate(5px, 100%);
	transform: translate(5px, 100%);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: var(--mainBgColor20);
}
.section-1{
	padding: 50px;
}
.section-1 .content{
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	justify-content: stretch;
	padding: 0;
}
.section-1 .content .left{
	display: flex;
	align-items: center;
	flex: 1 1 50%;
	flex-direction: column;
	justify-content: center;
}
.section-1 .content .right{
	position: relative;
	display: flex;
	flex: 1 1 50%;
	min-width: 300px;
	min-height: 300px;
}
.section-1 .content .right .map{
	position: sticky !important;
	position: -webkit-sticky !important;
    top: 100px;
    border-radius: 15px;
	overflow: hidden;
	width: 100%;
	height: calc(100vmin - 100px);
	/*height: 850px;*/
	margin: 0 auto;
	background-color: #cccccc;
}
.section-1 form{
	display: flex;
	flex-direction: column;
	width: 50%;
}
.section-1 form .row{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	/*width: 50%;*/
	/*min-width: 300px;*/
	margin: 0 0 20px 0;
}
.section-1 form .row.inline{
	flex-direction: row;
}
.section-1 form .row label{
	font-size: 18px;
	font-weight: 500;
}
.section-1 form .row label span{
	font-size: 12px;
}
.section-1 form .row input[type="text"],
.section-1 form .row input[type="tel"],
.section-1 form .row input[type="email"],
.section-1 form .row textarea{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	padding: 7px;
	-moz-transition: border-color 100ms linear, color 100ms linear;
	-ms-transition: border-color 100ms linear, color 100ms linear;
	-o-transition: border-color 100ms linear, color 100ms linear;
	-webkit-transition: border-color 100ms linear, color 100ms linear;
	transition: border-color 100ms linear, color 100ms linear;
	color: #797979;
	border: 1px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #eeeeee;
}
.section-1 form .row input[type="text"]:hover,
.section-1 form .row input[type="tel"]:hover,
.section-1 form .row input[type="email"]:hover,
.section-1 form .row textarea:hover,
.section-1 form .row input[type="text"]:focus,
.section-1 form .row input[type="tel"]:focus,
.section-1 form .row input[type="email"]:focus,
.section-1 form .row textarea:focus{
	color: #141414;
	border-color: var(--mainBgColor);
}
.section-1 form .row input.invalid,
.section-1 form .row input.invalid,
.section-1 form .row input.invalid,
.section-1 form .row textarea.invalid{
	border-color: var(--errorColor);
}
.section-1 form .row textarea{
	min-height: 200px;
	resize: vertical;
}
.section-1 form .row .toggle-switch{
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: 20px 0 0 0;
	-moz-transition: color 100ms linear;
	-ms-transition: color 100ms linear;
	-o-transition: color 100ms linear;
	-webkit-transition: color 100ms linear;
	transition: color 100ms linear;
	color: #797979;
}
.section-1 form .row .toggle-switch:hover{
	color: #141414;
}
.section-1 form .row .toggle-switch > *{
	margin: 0;
}
.section-1 form .row .toggle-switch > *:not(:last-child){
	margin: 0 20px 0 0;
}
.section-1 form .row .toggle-switch input[type="checkbox"]{
	display: none;
}
.section-1 form .row .toggle-switch input[type="checkbox"] + label{
	display: inline-block;
	box-sizing: border-box;
	width: 3rem;
	height: 1.5rem;
	padding: 2px;
	cursor: pointer;
	transition: all 0.5s;
	border-radius: 1.5rem;
	background-color: #c0ceda;
}
.section-1 form .row .toggle-switch input[type="checkbox"] + label::before{
	display: block;
	box-sizing: border-box;
	width: calc(1.5rem - 4px);
	height: calc(1.5rem - 4px);
	content: "";
	transition: all 0.5s;
	border-radius: 50%;
	background-color: #ffffff;
}
.section-1 form .row .toggle-switch input[type="checkbox"]:checked + label{
	background-color: var(--mainBgColor);
}
.section-1 form .row .toggle-switch input[type="checkbox"]:checked + label::before{
	margin-left: 1.5rem;
}
.section-1 form .row .btn-submit{
	align-self: flex-end;
}
.section-1 form .row.recaptcha-credits{
	font-size: 12px;
	-moz-transition: color 100ms linear;
	-ms-transition: color 100ms linear;
	-o-transition: color 100ms linear;
	-webkit-transition: color 100ms linear;
	transition: color 100ms linear;
	color: #868686;
}
.section-1 form .row.recaptcha-credits:hover{
	color: #141414;
}
.section-1 form .row.recaptcha-credits a{
	font-size: 12px;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	text-decoration: none;
	color: var(--mainLinkColor);
}
.section-1 form .row.recaptcha-credits a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 1336px){
	section.section-1 .content{
		width: 90%;
	}
	.section-1 form {
		width: 60%;
	}
}
@media screen and (max-width: 1024px){
	section.section-1{
		padding: 30px;
	}
	section.section-1 .content{
		width: 100%;
	}
	section.section-1 .content .left form{
		width: 80%;
	}
}
@media screen and (max-width: 834px){
	section.section-1 .content{
		flex-direction: column-reverse;
		width: 100%;
	}
	section.section-1 .content .right .map{
		height: 300px;
	}
}
@media screen and (max-width: 634px){
	section.section-1{
		padding: 20px;
	}
	section.section-1 .content{
		width: 100%;
	}
	section.section-1 .content .left form{
		width: 100%;
	}
}