



@media (max-width: 1100px)
{
	
	.button--menu {
		display: inline-block;
	}
	
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header-nav-close {
		display: block;
	}
	.header-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: auto;
		min-height: 100vh;
		z-index: 110;
		background-color: #002B4E;
		padding: 3px;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.header-nav.is-visible {
		display: block;
	}
	.header-nav > ul {
		padding-top: 40px;
	}
	.header-nav > ul > li {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
		text-align: center;
		margin-bottom: 10px;
		height: auto;
	}
	.header-nav > ul > li > a {
		float: none;
		display: inline-block;
		width: auto;
		text-align: center;
		font-size: 21px;
		font-weight: 500;
	}
	.header-nav > ul > li > ul,
	.header--scrolling .header-nav > ul > li > ul,
	.header--fixed .header-nav > ul > li > ul {
		display: block;
		position: relative;
		top: 0 !important;
		left: auto !important;
		width: auto;
		padding-top: 0;
		background: transparent;
		text-align: center;
	}
	.header-nav > ul > li > ul:after,
	.header--scrolling .header-nav > ul > li > ul:after,
	.header--fixed .header-nav > ul > li > ul:after {
		display: none;
	}
	.header-nav > ul > li > ul > li > a,
	.header--scrolling .header-nav > ul > li > ul > li > a,
	.header--fixed .header-nav > ul > li > ul > li > a {
		color: #fff !important;
	}
	.header-nav > ul > li > ul > li.active > a {
		text-decoration: underline;
	}
	
	
	
	.page-header {
		height: auto;
		padding-top: 120px;
		padding-bottom: 70px;
	}
	
	
	.footer {
		padding: 20px 0 30px 0;
	}
}



@media (max-width: 991px)
{
	
	.card-image {
		height: calc(50vw - 95px);
	}
	.card-image--news {
		height: calc(40vw - 95px);
	}
}



@media (max-width: 767px)
{
	.map {
		height: 80vw;
	}
	
	.text-box h1,
	.text-box h2 {
		font-size: 30px;
	}
	.text-box h3 {
		font-size: 27px;
	}
	.text-box h4 {
		font-size: 24px;
	}
	.text-box h5 {
		font-size: 22px;
	}
	
	.card:after {
		top: -9vw;
		height: 9vw;
	}
	.card-slider-item {
		padding-top: 9vw;
	}
}




@media (max-width: 575px)
{
	
	.page-header-image {
		height: 60vw;
	}
	
	.card-image {
		height: calc(100vw - 100px);
	}
	.card-image--news {
		height: calc(66vw - 100px);
	}
	
}



@media (max-width: 400px)
{
	.header--scrolling .header-logo > img,
	.header--fixed .header-logo > img {
		height: 30px;
	}
}
