/**** COMMON ****/
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #fff;
	scroll-behavior: smooth;
}
body {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #222;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
h1 {
	font-weight: 700;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
h2 {
	font-weight: 700;
	font-size: 32px;
	margin: 0;
	padding: 0;	
}
h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}
header .container-fluid,
section, 
footer {
	max-width: 1260px;
	margin: 0 auto;
}
header {
	margin: 0 0 20px 0;
}
header .title {
	padding: 15px 0;
}
header .logo {
	padding: 15px 0;
	margin: 0 25px 0 0;
}
header .langChange {
	text-align: right;
}
header .langChange > a {
	font-size: 14px;
	line-height: 14px;
	color: #222;
	padding: 0 18px 0 0;
	text-decoration: none;
	background: url('../img/ico-arrow-down.png') no-repeat right center;
}
header .langChange > a.act {
	background: url('../img/ico-arrow-up.png') no-repeat right center;
}
header .dropdown {
	display: none;
	position: absolute;
	left: 0;
	background: #57718A;
	width: 100%;
	padding: 8px 0;
	text-align: right;
	z-index: 9999;
}
header .dropdown > div {
	max-width: 1260px;
	margin: 0 auto;
}
header .dropdown span,
header .dropdown a {
	color: #FFF;
	font-weight: 700;
	margin: 0 0 0 10px;
	text-decoration: none;
}
header .dropdown a:hover,
header .langChange > a:hover {
	color: #222;
}
ol {
	margin: 0 0 10px 13px;
}
ul {
	list-style: none;
	margin: 0;
}
ul li {
	position: relative;
	padding: 5px 0;
	color: #222;
	border-top: 1px solid #E4E2E2;
	background: url('../img/ico-arrow.png') no-repeat right center;
}
ul li:last-child {
	border-bottom: 1px solid #E4E2E2;
}
ul li:before {
	content: '';	
	position: absolute;
	top: 0;
	display: block;
	width: 4px;
	height: 100%;
}
ul li a {
	display: block;
	padding: 0 20px 0 10px;
	font-size: 12px;
	line-height: 14px;
	color: #222;
	text-transform: uppercase;
}
ul li a:hover {
	color: #222;
	text-decoration: none;
}
#map {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 400px;
}

.gm-style-iw-d {
	overflow: hidden !important; 
}
.gm-style-iw {   
   line-height: 1.35;
   white-space: nowrap;
	 min-width: 200px;
}
.gm-style .gm-style-iw-c {
	padding: 21px !important;
}
.gm-style-iw-ch {
	display: none; 
}
.gm-ui-hover-effect {
	position: absolute !important;
	top: -8px;
	right: -8px;
}
.bubbleText {
	font-weight: 700;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 5px 0 0 0;
	white-space: pre-wrap;
	margin: 0;
}
.bubbleText a {
	position: relative;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #222;
}
.breadc {
	min-height: 20px;
	font-weight: bold;
}
.breadc span {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #222;
	text-transform: uppercase;	
}
.breadc span:not(:last-child) {
	padding: 0 20px 0 0;
	margin: 0 10px 0 0;
	background: url('../img/ico-arrow.png') no-repeat right center;
	cursor: pointer;
}
.gdpr-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #222;
}
.gdpr-text a {
	font-weight: 700;
	color: #222;
}
.gdpr-text a:hover {
	color: #222;
	text-decoration: none;
}

footer {
	padding: 35px 0;
}
footer .links {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom: 1px solid #57718A;
}
footer .links div {
	margin: 3px 0;
}
footer .links div a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #222;
}
footer .links div a:hover {
	color: #222;
}
footer .h4 {
	display: block;
	font-weight: 700;
	font-size: 25px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 25px 0 30px 0;
}
footer .social div {
	display: flex;
	justify-content: end;
}
footer .social div a {
	margin-left: 30px;
}
footer p {
	font-size: 12px;
	line-height: 14px;
}


@media (max-width: 1199.98px) { 

}
@media (max-width: 991.98px) { 
	.list,
	.list-bottom,
	.list-sm-bottom,
	.list-lg-bottom {
		background: #f3f3f3;
	}
	#map {
		height: auto;
	}
}
@media (max-width: 767.98px) { 	
	h1 {
		font-size: 20px;
	}
}
@media (max-width: 575.98px) {	
	header .logo {
		order: 2;
		margin: 0 0 0 20px;
		min-width: 21px;
	}
	header .title {
		order: 1;
	}
	header .langChange {
		width: 100vw;
		height: 46px;
		padding: 10px 15px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		background: #57718A;
	}
	header .langChange > div:first-child {
		justify-content: center;
		width: 50%;
		border-right: 1px solid #FFF;
	}
	header .langChange a {
		color: #FFF;
	}
	header .langChange > a {
		color: #FFF;
		background: url('../img/ico-arrow-down-white.png') no-repeat right center;
	}
	header .langChange > a.act {
		background: url('../img/ico-arrow-up-white.png') no-repeat right center;
	}
	header .dropdown {
		background: #FFF;
		text-align: left;
	}
	header .dropdown span, 
	header .dropdown a {
		display: block;
		color: #222;
		padding: 12px 0;
		font-weight: 700;
	}
	header .dropdown span {
		border-bottom: 1px solid #222;
	}
	.list-sm-bottom ul li:first-child {
		border-top: none;
	}
}