*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
img{
	max-width: 100%;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none; }
a{
  color: #de0404;
}
a:hover{
	color: #444;
}

html, body {
    height: 100%;
    width: 100%;
}

body{
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 0 0;
  background: #fff;
	color: #293C41;
  margin: 0;
}


/* FLEX GRID */
.fgrid {
  position: relative;
  margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	text-align: left;
}
.indented > .fgrid {
	max-width: 1200px;
}

.frow {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.frow.vcenter {
	align-items: center;
}
.fcol {
    position: relative;
    flex: 1 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    width: 1px;
    margin: 0px;
}
.fc-1{flex: 1 1 auto;}
.fc-2{flex: 2 1 auto;}
.fc-3{flex: 3 1 auto;}
.fc-4{flex: 4 1 auto;}
.fc-5{flex: 5 1 auto;}
.fc-6{flex: 6 1 auto;}

@media(max-width: 1200px){
  .fgrid{
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media(max-width: 768px){
  .frow{
    flex-flow: column;
    width: 100%;
    box-sizing: border-box;
  }
  .fcol{
    width: 100%;
		margin: 0;
    box-sizing: border-box;
  }
}

.roundheader,
.roundcontent,
.roundfooter{
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.roundheader{
  z-index: 100;
	background: #fff;
}

.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px auto;
}

.logo{
	margin: 10px 0 8px 0;
}

.langs{
}
  .lang{
    display: inline-block;
    margin-left: 5px;
		color: #A2A2A2;
		text-decoration: none;
		text-transform: uppercase;
  }
	.lang.active{
		color: #E80000;
		font-weight: 700;
	}


.topmenu{
	flex: 1 1 auto;
	background: #E80000;
	box-sizing: border-box;
	padding: 0px 1px;
	margin-bottom: 10px;
}
.topmenu ul{
	font-family: 'Montserrat', sans-serif;
	display: flex;
	justify-content: flex-start;
  list-style: none;
	padding: 0;
	margin: 0;
}
.topmenu ul li{

	position: relative;
}
.topmenu ul li a{
  font-size: 15px;
  color: #fff;
	font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
	padding: 20px 20px;
	display: block;
	z-index: 2;
	position: relative;
	transition: 0s;
}

.topmenu ul li a:hover{
  text-decoration: none;
  color: #000;
	background: #fff;

}
.topmenu ul li a.active {
	font-weight: 700;

}

.topmenu ul li ul {
	position: absolute;
	background: #fff;

	padding: 20px 20px;
	border: 1px solid #E80000;
	top: 59px;
	left: -1px;
	flex-wrap: wrap;
	width: 1100px;
	display: none;

}
.topmenu ul li:hover ul {
	display: flex;
}
.topmenu ul li:hover a {
	color: #000;
	background: #fff;
}


.topmenu ul li ul li {
	padding: 10px 10px 10px 10px;
	width: calc(100% /4);
	box-sizing: border-box;

}
.topmenu ul li ul li a {
	color: #000000;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 17px;
	display: block;
	min-height: 2.2em;
}
.topmenu ul li ul li a:hover {
	color: #E80000;
}

.topmenu ul li ul li ul{
	position: relative;
	display: block;
	padding: 10px 0 10px 0;
	border: none;
	width: auto;
	top: auto;
	left: auto;
}
.topmenu ul li ul li ul li {
	padding: 3px 0;
	width: 100%;
}
.topmenu ul li ul li ul li a {
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
	transition: 0s;
	min-height: auto;
}
.topmenu ul li ul li ul li a:hover {
	font-weight: 700;
	text-decoration: none;
}


.mnuopener{
	display: none;
}

.copyinfo{
	justify-content: space-between;
	align-items: center;
	border-top: 2px solid #ED0000;
	padding: 20px 5px 20px 5px;
	font-size: 90%;
}
.creditinfo .hiplogo {
	color: #000;
	font-weight: 700;
	text-decoration: none;
	background: url(../layout/hip.svg) 0% 50% no-repeat;
	display: inline-block;
	padding: 10px 0 10px 45px;
	margin-left: 20px;
}

@media(max-width: 768px){
	.mnuopener{
		display: block;
		order: 3;
		text-decoration: none;
		font-size: 30px;
		margin-top: -5px;
	}
	.langs{
		justify-content: flex-end;
		display: flex;
		flex: 1 1 auto;
		padding-right: 10px;
	}

	.topmenu{
		position: absolute;
		box-sizing: border-box;
		right: 0;
		top: 65px;
		text-align: right;
		z-index: 100;
		width: 50%;
		min-width: 200px;
		max-width: 250px;
		display: none;
		padding: 10px;
		background: #fff;
	}

}

.admlink{
  position: fixed;
  left: 0;
  top: 0px;
  color: rgba(0, 0, 0, .3);
  font-size: 10px;
	z-index: 1000;
}

.lefted,
.lefted p{
	text-align: left;
}
.centered,
.centered p{
	text-align: center;
}
.righted,
.righted p{
	text-align: right;
}


/* BASE COMPONENTS */
h1{
  font-size: 38px;
  color: #344D54;
	text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0 20px 0;
  margin: 0;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
h2{
  font-size: 32px;
  padding: 0px 0 5px 0px;
  margin: 20px 0 0;
  color: #344D54;
	line-height: 130%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h3{
  font-size: 24px;
  padding: 0px 0 0px 0px;
  margin: 20px 0 0;
  color: #344D54;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h4{
  font-size: 20px;
  padding: 0px 0 10px 0px;
  margin: 20px 0 0;
  color: #344D54;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
p{
  line-height: 160%;
  padding: 0 0 8px 0;
}

ol, ul{
  padding: 4px 0 8px 20px;
}
ol li, ul li{
  padding: 1px 0;
}

ul{
  list-style: square;
}

.delimiter{
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 10px 0;
	clear: both;
}

.ctabut{
	background: #E80000 url(../layout/arrow_l_white.svg) calc(100% - 15px) 50% no-repeat;
	background-size: 18px auto;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	clear: both;
	font-size: 15px;
	padding: 10px 50px 10px 20px;
	margin: 20px 0;
}
.ctabut:hover{
	color: #fff;
	background-color: #222;
}

.bignum{
	text-align: center;
}
	.bignum .num{
		font-size: 500%;
		font-weight: 700;
		line-height: 120%;
	}
	.bignum .hl{
		display: block;
		text-align: center;
		font-size: 120%;
		margin-bottom: 5px;
	}
	.bignum p{
		font-size: 90%;
	}

.bigpoint{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	font-size: 16px;
	font-family: 'Montserrat';
}
	.bigpoint .img{
		width: 50px;
		margin-right: 20px;
	}
	.bigpoint .text{
		flex: 1 1 auto;
	}
	.bigpoint .hl{
		text-transform: uppercase;
		font-weight: 500;
	}
	.bigpoint p{
		font-size: 90%;
	}
	.bigpoint-vertical{
		flex-direction: column;
		text.align-items: center;
		text-align: center;
		padding: 0 20px;
	}
	.bigpoint-vertical .img{
		margin: 0 auto 10px;
	}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -5px;
}
.galimg {
	width: calc(25% - 10px);
	margin: 5px;
	box-sizing: border-box;
}
.galimg img {
	width: 100%;
	display: block;
}
@media(max-width: 1024px){
	.galimg {
		width: calc(33% - 10px);
	}
}
@media(max-width: 768px){
	.galimg {
		width: calc(50% - 10px);
	}
}
@media(max-width: 414px){
	.galimg {
		width: calc(100% - 10px);
	}
}

.kontakt {
	max-width: 1200px;
	margin: auto;
}

.kontakt .frow{
		align-items: flex-start;
		justify-content: stretch;
		margin-bottom: 5px;
}
.cgroup {
	flex: 1 1 50%;
	margin-top: 15px;
}
.cgroup + .cgroup {
	margin-left: 30px;
}
	.kontakt label{
		width: 100%;
		padding: 8px 0px;
		display: inline-block;
	}

	.kontakt .text,
	.loginform .text {
		box-sizing: border-box;
		border: 1px solid #DBDBDB;
		padding: 9px 10px;
		font-size: 15px;
		width: 100%;
		background: #fff;
		font-family: 'Montserrat';
	}
	.kontakt textarea{
		width: 100%;
		padding: 9px 10px;
		height: 115px;
		border: 1px solid #DBDBDB;
		background: #fff;
		font-size: 15px;
		font-family: 'Montserrat';
	}
	.kontakt .submit,
	.loginform .submit{
		background: #E80000 url(../layout/arrow_l_white.svg) calc(100% - 15px) 50% no-repeat;
		background-size: 18px auto;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		display: inline-block;
		clear: both;
		font-size: 15px;
		padding: 20px 50px 20px 20px;
		margin: 20px 40px 20px 0;
		border: none;
		cursor: pointer;
		font-family: 'Montserrat';
	}
	.req{
			font-weight: 700;
	}
	blockquote{
		padding: 15px 10px;
		margin: 5px 0;
	}

	blockquote.err{
		border: 1px solid #E80000;
		background: #E80000;
		color: #fff;
	}
	blockquote.ok{
		border: 1px solid #15B728;
		background: #15B728;
		color: #fff;
		font-weight: 700;
	}
	.spec{
		visibility: hidden;
		height: 1px;
		overflow: hidden;
	}
	.kontakt .sendrow{
		align-items: center;
		justify-content: space-between;
	}

	.loginform {
		display: flex;
		align-items: stretch;
	}
	.loginform .submit {
		margin: 0;
	}
	.loginform label {
		display: inline-flex;
		align-items: center;
	}
	.loginform .text {
		max-width: 250px;
		margin-left: 20px;
	}

	@media(max-width: 768px){
		.kontakt .frow{
			margin-bottom: 0px;
		}
		.kontakt .text,
		.kontakt textarea{
			max-width: 100%;
			margin-bottom: 5px;
		}
		label.inrow{
			padding-left: 0px;
		}
		.kontakt .sendrow{
			padding-left: 0px;
			align-items: center;
			justify-content: center;
		}
		.kontakt .submit{
			margin: 10px 0;
		}
	}
