/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
	font-weight: normal;
	font-style: normal;
	color: #484848;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

p {
	font-family: 'Libre Franklin', Helvetica, Arial, sans-serif;
	color: #484848;
}

ul,
ol {
	list-style: none
}

fieldset,
img {
	border: none
}

caption,
th {
	text-align: left
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	cursor: pointer
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
	display: none
}

textarea {
	overflow: auto;
	resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

a>img {
	vertical-align: bottom
}

strong,
.strong,
b {
	font-weight: bold
}

em,
.italic,
i {
	font-style: italic
}

del,
.del {
	text-decoration: line-through
}

:focus {
	outline: none
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* ------ END of reset ----*/

body .mobile{
display: none;
}

 body .mobile-hide{
display: block;
}

body{
	font-family: 'Montserrat', sans-serif;
}
header{
	display: flex;
	justify-content: center;
}
header .logo{
	max-width: 360px;
	width: 100%;
	padding: 32px 0;
}

.wrapper {
	max-width: 1136px;
	margin: 0 auto;
	padding:  0 32px;
}

.section-bcg{
	background-image: url("/images/day-care-child.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	height: calc(100vh - 184px);
	min-height: 540px;
	z-index: 9;
}

.section-bcg .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(29, 29, 29, 0.5);
	z-index: -1;

}
.section-bcg .wrapper{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-bcg .inner-wrap{
	display: flex;
	justify-content: space-between;
}

.section-bcg .left-text h1,
.section-bcg .left-text p{
	color: #FFF;
	max-width: 510px;
}
.section-bcg .left-text h1{
	font-weight: 900;
	font-size: 41px;
	padding-bottom: 24px;
}
.section-bcg .left-text p{
	font-weight: 500;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.left-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 32px;
}
.address-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 80px;
}
body .section-bcg .address p{
	font-family: 'Roboto', sans-serif;
}

.form-phone{
	display: flex;
	justify-content: flex-end;
	padding-right: 24px;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 4px;
}

.form-phone a {
	color: #FFF;
	text-decoration: none;
}

.form {
	display: flex;
	justify-content: flex-end;
	padding-left: 32px;
}

footer{
	
	text-align: center;	
	z-index: 9999;
	padding-bottom: 16px;
}
footer p {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 400;
}


/* ---------- FORM ------- */

.form-main{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 504px;
	width: 100%;

}	
	.form-main h2{
		color: #FFF;
		font-weight: 600;
		font-size: 21px;
		padding-bottom: 12px;
	}
	.form-main p{
		margin-top: 0;
		color: #FFF;
		font-weight: 400;
		font-size: 18px;
		padding-bottom: 24px;
	}
	.form-data{
		background: rgba(0, 0, 0, 0.4);
		padding: 23px;
		border-radius: 16px;
	}
	.form-data, #contact_form, #contact_form2{
		display: flex;
		flex-direction: column;
		
	}
	input{
		height: 48px;
		margin-bottom: 16px;
	}
	textarea{
		height: 80px;
		padding-top: 12px;
		
	}
	input, textarea{
		font-size:16px;
		border-radius: 2px;
		font-family: 'Montserrat', sans-serif;
		padding-left: 12px;
		border: none;
	}
	input[type=submit]{
		height:50px;
		margin-top:15px;
		background-color: #EF4652;
		color: #FFF;
		border: 0;
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
		transition: all 0.2s;
	}
	input[type=submit]:hover{
		cursor:pointer;
		background-color:#173B66;
		
	}

	.error{
		background-color: red;
	}
	.section-map {
		padding: 64px 0;
	}

	.section-map .wrapper{
		display: flex;
	}
	.section-map .address h3{
		font-size: 24px;
		color: #2D2C2C;
		font-weight: 600;
		padding-bottom: 16px;
	}
	.address-container{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.map-wrap{
		max-width: 500px;
		width: 100%;

	}

	.map-wrap iframe{
		width: 100%;
	}

	@media screen and (max-width: 1024px)  {

		body .mobile{
			display: block;
			}
		body .mobile-hide{
			display: none;
			}
		.section-bcg{
			height: 308px;
min-height:0;
			background-position: 50% 39%;
		}
		.section-bcg .inner-wrap{
			justify-content: center;
		}
		.form{
			width: 100%;
		}
		.form .wrapper{
			display: flex;
			justify-content: center;
			
		}
		.form-main h2{
			color: #2D2C2C;
			
		}
		.form-main p{
			color: #2D2C2C;
		}
		.form-data{
			background: none;
			padding: 0;
			padding-top: 24px;
			width: 100%;
		}
		input, textarea{
			border: 1px solid #9A9696;
		}
		.left-text,
		.form{
				padding: 0;
		}
		.left-text{
			width: auto;
		}
		footer{
			position: relative;
		}
		footer p {
			color: #595959;
		}
		.form-phone {
			
			padding-right: 0;
			padding-top: 30px;
		}
		.form-phone a{
			color: #2D2C2C;
		}
		.address{
			transform: translateY(0);
			padding-top: 24px;
			
		}
		body .section-bcg .address p{
			color: #000;
		}

		.section-map {
			padding: 32px 0;
		}

		.section-map .wrapper{
			flex-direction: column-reverse;
		}
		.map-wrap{
			max-width: 100%;
			width: 100%;
			margin-top: 24px;
	
		}
		.address-container{
			display: flex;
			justify-content: center;
			flex-direction: row;
		}
	
		.map-wrap iframe{
			width: 100%;
			width: 100vw;
    		margin-left: -30px;
		}

		.address-wrap {
			flex-direction: row;
			padding-left: 0;
			max-width: 504px;
			width: 100%;
			justify-content: left;
			
		}
			
		
	}

	@media screen and (max-width: 460px)  {
		header .logo{
			max-width: 300px;
		}
		.section-bcg .left-text h1{
			font-size: 26px;
		}
		.section-bcg .left-text p{
			font-size: 16px;
		}
		.form-main h2{
			font-size: 18px;
		}

		.form-main p{
			font-size: 16px;
		}
	}

	@media screen and (max-height: 710px) and (min-width: 1024px)  {
		header .logo{
			max-width: 250px;
		}
		.section-bcg {
			height: calc(100vh - 148px);
		}
	}