<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    box-sizing: border-box;
}

body {
	margin:0;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

#main-content .content {
	padding: 0 25px;
}

@font-face {
    font-family: SuperclarendonBl-Regular;
    src: url(/szablony/glowny/fonts/clarendon2/2DAE9F_0_0.woff2);
}

@font-face {
    font-family: brw;
    src: url(/szablony/glowny/fonts/brw.woff2);
}

#top-part {
	position:relative;
}

#top-part img {
	max-width:100%;
}


#main-content .content {
	max-width:1240px;
	margin: 0 auto;
}

#faq_links {
	margin:80px 0;
}

#faq_links ul {
	max-width:900px;
	margin: 0 auto;
	list-style:none;
}
#faq_links ul li a,
#faq_links ul li {
	font-family: ubuntu;
	font-weight: 300;
	font-size:18px;
	color:#484848;
	text-decoration:none;
	line-height:17px;
}
#faq_links ul li {
	padding: 0 10px;
	border-right: solid 2px #484848;
	color: #DA2128;
	display:inline-block;
}

#faq_links ul li:last-child {
	border:none;
}

#section_title {
	margin-bottom:80px;
}

#section_title .site_title{
	padding-top: 40px;
    font-size: 30px;
    color: #484848;
    font-family: ubuntu;
    font-weight: 700;
	letter-spacing: 1;
}

#section_title img {
	float:left;
	margin-right:30px;
}

#questions { 
	position:relative;
	margin-bottom:80px;
 }

#questions h3{
	font-family:ubuntu;
	font-size:18px;
	font-weight:700;
	cursor:pointer;
	color:#484848;
	margin: 40px 0 0 0;
}
#questions h3:before{
	content:url(/szablony/glowny/moduly/BrwOpisySzablon/2019/faq/img/arrow_right.jpg);
	float:left;
	padding-top: 3px;
}
#questions h3.active:before{
	content:url(/szablony/glowny/moduly/BrwOpisySzablon/2019/faq/img/arrow_bottom.jpg);	
}
#questions div{
	padding-left:20px;
	position:relative;
	margin-top: 10px;
}
#questions p{
	font-family:ubuntu;
	font-weight:300;
	font-size:14px;
	line-height:22px;
	color:#484848;
	margin:0;
}
#questions a {
	color:#DA2128;
	text-decoration:none;
}

.content {
	display: block;
	max-width: 1240px;
	margin: 0 auto;
}

#top-part img {
	max-width: 100%;
}

#top-part {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#faq-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.search_form {
	position: absolute;
	align-self: center;
	width: auto;
}

.search_form .faq {
	color: #fff;
	font-family: SuperclarendonBl-Regular;
	font-size: 22px;
	text-align: center;
	margin: 10px 0 26px 0;
}

.search_form input {
	font-size: 14px;
	padding: 0 100px 0 12px;
	line-height: 30px;
	border: none;
	width: 100%;
	outline: 0;
}

.search_form .submit-btn {
	width: 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: flex-end;
	position: absolute;
}

.brw_search {
	background: none;
	border: none;
	z-index: 99999999;
}

.brw_search:before {
	content: "\e031";
	font-size: 20px;
	font-family: brw;
}

.brw_search:hover {
	color: red;
}

#faq-categories-section {
	display: grid;
	grid: repeat(6, auto)/100%;
	grid-gap: 50px;
	padding: 0 30px;
	max-width: 80%;
	margin: 20px auto;
}

.cat-head {
	display: flex;
	margin-bottom: 20px;
}

.cat-head p {
	align-self: center;
	margin: 0 0 0 20px;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #484848;
}

.cat-content {
	margin: 0;
}

.cat-content-head {
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #484848;
	margin: 10px 0 5px;
	font-family: "Ubuntu", sans-serif;
}

.cat-content-text {
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	color: #484848;
	margin: 5px 0 0;
	font-family:ubuntu;
}

.cat-read-more {
	color: #DA2128;
	font-weight: 500;
	white-space: nowrap;
}

.cat-more-question {
	display: flex;
	justify-content: flex-end;
	text-transform:uppercase;
}

.cat-more-question a {
	color: white;
	background: #DA2128;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	padding: 9px 24px;
	font-family: "Ubuntu", sans-serif;
	text-decoration: none;
	margin: 20px 0 0;
}

#unanswered-question {
	display: block;
	margin: 0 auto;
	border-top:solid 1px #CDCDCD;
	padding-bottom:80px;
}

.ua-head {
	margin: 50px 0 15px;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #484848;
	text-align: center;
}

.ua-subhead {
	font-family: "Ubuntu", sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #484848;
	text-align: center;
	margin: 0;
}

.company-info {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: #484848;
	text-align: center;
}

.company-info div {
	margin: 10px 0;
}


.company-info p {
	font-size: 12px;
	font-family: "Ubuntu", sans-serif;
	line-height: 18px;
	margin: 0;
}

.brw_phone,
.brw_envelope,
.brw_question-circle {
	font-family: brw;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.brw_phone:before {
	content: "\e028";
}

.brw_envelope:before {
	content: "\e013";
}

.brw_question-circle:before {
	content: "\e02d";
}

.icon {
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: inline-block;
}

.red {
	color: #DA2128;
	text-decoration: none;
}

.red-on-hover {
	color: #484848;
	text-decoration: none;
}

.red-on-hover:hover {
	color: #DA2128;
	text-decoration: none;
}
#questions ul, #questions ol {
	font-family: ubuntu;
	font-size: 14px;
	color: #484848;
	line-height: 22px;
	padding-left:18px;
}

@media screen and (max-width: 768px) {
	#faq_links ul {
			padding:0;
	}
	#faq_links ul li,
	#faq_links ul li a{
		display: block;
		text-align: center;
		font-size: 12px;
		line-height: 20px;
		border:none;
	}
	#faq_links {
		margin: 20px 0;
	}
	#section_title img {
		margin-right: 12px;
		max-width: 50px;
	}
	#section_title .site_title {
		padding-top: 20px;
		font-size: 16px;
	}
	#main-content .content {
		padding: 0 25px;
	}
	#questions h3 {
		font-size:12px;
		line-height:18px;
		margin-top:20px;
	}
	#questions p {
		font-size:10px;
		line-height:16px;
	}
	#section_title {
		margin-bottom: 40px;
	}
	#questions h3:before {
		padding-top: 1px;
	}
	.cat-more-question {
		justify-content: flex-start;
	}
	#unanswered-question .ua-head {
		max-width: 200px;
		margin: 40px auto 10px auto;
	}
	#unanswered-question {
		margin-top:20px;
	}
	#faq-categories-section {
		padding: 30px 5px 30px 5px;
		margin: 0;
	}
	
	.cat-head img {
		max-height:60px;
	}
	.cat-head p {
	    margin: 15px 0 0 15px;
	}
	#questions {
		margin-bottom: 50px;
	}
	.search_form .faq {
        margin: 0 0 5px;
	}
	#unanswered-question {
		padding-bottom:40px;
	}
	#questions ul, #questions ol {
		font-family: ubuntu;
		font-size: 10px;
		color: #484848;
		line-height: 18px;
		margin-left:0;
		padding-left:0;
	}
	
}

@media screen and (min-width: 769px) and (max-width: 910px) {
	#faq_links ul li a, #faq_links ul li {
		font-size: 14px;
		line-height: 14px;
	}
	.search_form .faq {
		margin: 0 0 10px;
	}

}
@media screen and (min-width: 769px) and (max-width: 1410px) {

	.search_form {
		width: 40% !important;
	}
}

@media screen and (min-width: 768px) {
	.search_form {
		width: 25%;
	}

	.search_form .faq {
		font-size: 30px;
	}

	.search_form input {
		min-height: 46px;
	}

	#faq-categories-section {
		grid: repeat(3, 1fr)/repeat(2, 1fr);
		grid-gap: 80px;
		margin-top: 130px;
		padding: 0;
		max-width: 90%;
	}

	.faq-category {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom:60px;
	}

	.cat-head {
		margin: 0;
	}

	.cat-head img {
		align-self: flex-end;
	}

	.cat-head p {
		font-size: 30px;
		font-weight: 700;
		color: #484848;
		margin-left: 20px;
		line-height: 40px;
	}

	.cat-content {
		margin: 20px 0;
	}

	.cat-content-head {
		font-size: 18px;
		line-height: initial;
		font-weight: 700;
	}

	.cat-content-text {
		font-size: 14px;
		line-height: 22px;
	}

	.cat-more-question a {
		font-size: 18px;
		margin: 0;
		align-self: flex-end;
	}

	#unanswered-question {
		max-width: 1240px;
	}

	.ua-head {
		margin: 70px 0 15px;
		font-size: 24px;
		line-height: initial;
	}

	.ua-subhead {
		font-size: 16px;
	}

	.company-info {
		flex-direction: row;
		justify-content: space-around;
		text-align: initial;
		margin: 50px auto 0;
		width: 50%
	}

	.company-info div {
		margin: 0;
	}

	.company-info p {
		font-size: 14px;
		line-height: 28px;
	}
}

::placeholder {
		color:#B2B2B2;
}</pre></body></html>