* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeue-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeue-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


.main {
	max-width: 1024px;
	height: auto;

	margin: 0 auto;
	padding: 0 30px;
}


p, a, h1, h2, li, h3 {
	font-family: 'Helvetica Neue' !important;
}

a[href^="tel:"] {
    color: #000000 !important;
    text-decoration: none !important;
}

p, a, li {
	font-size: 14px;
	line-height: 1.4;	
	}

h1 {
	font-size: 113px;
	display: inline-block;
	letter-spacing: -2px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

#nss {line-height: 0.9;}

header img {
	padding-right: 50px;
}

header p:last-child {
	padding-left: 50px;
}

header {
	width: 100%;
	height: auto;

	margin-top: 30px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.hero-logo {
	max-width: 100%;

	margin: 50px 0;
}

.hero-logo img {width: 100%;}

.acc {
	margin: 40px 0 80px 0;
}

.acc__card {
	border-bottom: 3px solid black;

	cursor: pointer;
}

.acc__title {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.acc__panel {display: none; padding-bottom: 15px;}

.acc__panel p, .acc__panel li {
	font-size: 18px;
}

.service_button {
	transform: rotate(0deg);
  	transition: transform 0.2s ease;
}

.active .service_button {
	transform: rotate(90deg);
}


footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	margin-bottom: 50px;
}

.box-konkurs {
	width: 250px;
	height: 80px;

	background-color: black;
	color: white;

	display: flex; justify-content: center; align-items: center;
}

.box-konkurs h3 {
	letter-spacing: 0.5px;
	font-weight: 400;
}

@media screen and (max-width: 822px) {
	header {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;}

		header p:last-child {
			padding-left: 0px;
		}

		header p {
			padding-top: 18px;
		}

}

@media screen and (min-width: 759px) {
	.acc__title:hover .service_button {
	transform: rotate(90deg);
	transition: transform 0.2s ease;
}
}

@media screen and (max-width: 758px) {
	.box-konkurs { flex-basis: 100%;}
	footer {row-gap: 30px;}

	h2 {font-size: 20px;}
	.acc__title {height: auto; padding: 13px 0;}


	.acc__panel p, .acc__panel li {
		font-size: 16px;
		}

}





