:root {
	--white: #FFFFFF;
	--black: #333333;
	--blue: #0CA4D4;
	--green: #8EB743;
	--red: #B74343FF;
	--title-color: #526576;
}
*, :after, :before {
	box-sizing: border-box;
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 200;
	src: url("/local/fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"),
	url("/local/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	src: url("/local/fonts/Montserrat/Montserrat-Light.woff2") format("woff2"),
	url("/local/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	src: url("/local/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
	url("/local/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	src: url("/local/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
	url("/local/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	src: url("/local/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"),
	url("/local/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	src: url("/local/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
	url("/local/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	src: url("/local/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
	url("/local/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

html {
	scroll-behavior: smooth;
}
body {
	font-family: "Montserrat", "Arial", sans-serif;
	color: var(--black);
	font-size: 18px;
	margin: 0;
	overflow-x: hidden;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	margin: 40px 0 20px 0;
	font-weight: 600;
	text-align: center;
}
h1 {
	font-size: 48px;
	line-height: 58px;
	color: var(--title-color);
}
h2 {
	font-size: 24px;
	line-height: 48px;
	color: var(--blue);
}
h3 {
	font-size: 28px;
	line-height: 50px;
	color: var(--title-color);
}
h4 {
	font-size: 20px;
	line-height: 24px;
	color: var(--title-color);
}
p {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: var(--black);
	text-decoration: none;
}
button {
	background-color: white;
	border: 0;
	padding: 0;
}
.container {
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
}
.border-solid{
	border: solid 1px;
	border-collapse: collapse;
}
.border-solid td{
	border: solid 1px;
	border-collapse: collapse;
}
.border-dashed{
	border-collapse: collapse;
	text-align: center;
}	
.border-dashed td{
	border: 1px dashed rgb(172, 172, 172);
}
.map-frame{
	width:100%;
	height:573px;
	border: none;
}
@media screen and (max-width: 1332px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 26px;
		line-height: 31px;
	}
	h2 {
		font-size: 24px;
		line-height: 29px;
	}
	h3 {
		font-size: 20px;
		line-height: 32px;
	}
	h4 {
		font-size: 18px;
		line-height: 32px;
	}
}
