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

body {
	background: url("../images/grafika-top.webp") no-repeat top #000;
	font-family: "Open Sans", sans-serif;
	color: #191919
}

h1 {
	font-family: "Anton", sans-serif
}

h2 {
	font-family: "Anton", sans-serif
}

h3 {
	font-family: "Anton", sans-serif
}

h4 {
	font-family: "Anton", sans-serif
}

.container-fluid {
	max-width: 1200px
}

.btn::first-letter {
	text-transform: uppercase
}

.action-scroll-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000000990;
	width: 45px;
	height: 45px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #ffa200;
	color: #fff;
	font-size: 28px;
	line-height: 45px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.action-scroll-top:hover,
.action-scroll-top:active,
.action-scroll-top:focus {
	background: #ffa200 !important;
	color: #fff !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

@media(min-width: 992px) {
	.content {
		float: left;
		width: 100%;
		margin-right: -100%;
		padding-right: 400px
	}

	.sidebar {
		float: right;
		width: 370px
	}
}

#header {
	position: relative;
	z-index: 999999999;
	padding-top: 15px;
}

#header .head-flex {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px
}

#header .brand-container {
	position: absolute;
	top: 0;
	left: 30px;
	max-width: 170px;
	padding: 0;
	z-index: 36
}

#header .form-container {
	width: 100%;
	max-width: initial;
	margin: 0;
	transform: translateY(8px);
	order: 1;
	margin-top: 15px
}

#header .nav-container {
	width: 100%;
	margin-top: -15px
}

#header .navbar {
	padding: 0;
	float: right;
	width: 100%;
	top: 10px;
	right: 0
}

#header .navbar .navbar-toggler {
	margin: 30px 15px 30px 0;
	padding: 0;
	color: #fff;
	outline: none
}

#header .navbar .navbar-toggler .fa-bars {
	display: none
}

#header .navbar .navbar-toggler .fa-times {
	display: block
}

#header .navbar .navbar-toggler.collapsed .fa-bars {
	display: block
}

#header .navbar .navbar-toggler.collapsed .fa-times {
	display: none
}

#header .navbar .navbar-nav .nav-link {
	font-size: 18px;
	line-height: 21px;
	color: #b8b8b8;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	margin-right: 0
}

#header .navbar .navbar-nav .nav-link:hover,
#header .navbar .navbar-nav .nav-link:active,
#header .navbar .navbar-nav .nav-link:focus {
	color: #ffa200;
	border-bottom: 1px solid #ffa200
}

#header .navbar .navbar-nav .nav-item {
	width: fit-content;
	margin: 8px auto
}

#header #form-search .form-group {
	position: relative
}

#header #form-search .fieldset {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	padding: 17px;
	background: rgba(0, 0, 0, .5);
	border-radius: 18px
}

#header #form-search .fieldset .double-input {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%
}

#header #form-search .fieldset .double-input .form-group {
	width: 100%;
	margin-bottom: 15px;
	z-index: 100
}

#header #form-search .fieldset .double-input .form-group input {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #ffa200;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	height: auto;
	outline: none !important;
	box-shadow: none !important
}

#header #form-search .fieldset .form-group {
	width: 100%;
	margin-bottom: 0
}

#header #form-search #form-search-submit {
	background: #ffa200;
	color: #191919;
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 24px;
	width: 100%;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	z-index: 100
}

#header #form-search ::-webkit-input-placeholder {
	color: #787878;
	font-style: italic
}

#header #form-search :-ms-input-placeholder {
	color: #787878;
	font-style: italic
}

#header #form-search ::placeholder {
	color: #787878;
	font-style: italic
}

@media(min-width: 576px) {
	#header .navbar {
		width: fit-content
	}

	#header .navbar .navbar-nav .nav-link {
		margin-right: 15px
	}

	#header .head-flex .brand-container {
		position: relative;
		left: 15px
	}

	#header .head-flex .nav-container {
		width: auto
	}

	#header #nav {
		margin-top: 20px
	}
}

@media(min-width: 768px) {
	#header .popover {
		top: 10px !important
	}

	#header #form-search {
		max-width: 100%
	}

	#header #form-search .fieldset {
		display: flex;
		flex-wrap: nowrap;
		flex-grow: 1;
		padding: 17px;
		background: rgba(0, 0, 0, .5);
		border-radius: 18px;
		flex-direction: row
	}

	#header #form-search .fieldset .double-input {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		background: #fff;
		border-radius: 8px;
		border: 1px solid #ffa200;
		max-height: 45px
	}

	#header #form-search .fieldset .double-input .form-group {
		width: 100%
	}

	#header #form-search .fieldset .double-input .form-group input {
		border-radius: 0;
		padding-top: 6px;
		padding-bottom: 0;
		font-size: 16px;
		line-height: 24px;
		margin: 10px 5px 0px 5px;
		background: rgba(0, 0, 0, 0);
		height: auto;
		border: none;
		outline: none !important;
		box-shadow: none !important
	}

	#header #form-search .fieldset .double-input .form-group:first-child input {
		border-right: 1px solid #b8b8b8
	}

	#header #form-search .fieldset .form-group {
		margin-bottom: 0;
		width: auto
	}

	#header #form-search #form-search-submit {
		background: #ffa200;
		color: #191919;
		border: none;
		outline: none;
		box-shadow: none;
		font-size: 24px;
		width: 60px;
		height: 45px;
		text-align: center;
		vertical-align: middle;
		margin-left: 23px
	}
}

@media(min-width: 1200px) {
	#header {
		padding-top: 0
	}

	#header .head-flex {
		flex-wrap: nowrap
	}

	#header .form-container {
		max-width: 600px;
		order: 0;
		margin-top: 0;
		margin-left: 15px;
		margin-right: 15px
	}

	#header .nav-container {
		min-width: 335px
	}
}

#breadcrumb {
	margin-top: 30px;
	background: rgba(0, 0, 0, .49);
	height: 35px;
	overflow: hidden
}

#breadcrumb .breadcrumb {
	height: 52px;
	margin: 0;
	padding: 5px 0 0 0;
	background: rgba(0, 0, 0, 0);
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

#breadcrumb .breadcrumb .breadcrumb-item {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #b8b8b8
}

#breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: 10px
}

#breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "";
	padding-right: 7px;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #ffa200
}

#breadcrumb .breadcrumb .breadcrumb-item a {
	color: #ffa200
}

#content .btn-primary {
	text-align: center;
	padding: 12px 21px;
	font-size: 16px;
	line-height: 21px;
	background: #ffa200;
	color: #191919;
	transition: all 0s;
	border: none !important;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	border-radius: 8px
}

#content .btn-primary:hover,
#content .btn-primary:active,
#content .btn-primary:focus {
	background: #9e6118;
	color: #fff;
	outline: none !important;
	border: none !important;
	box-shadow: none !important
}

#content .box {
	padding: 15px;
	border-radius: 8px;
	background: #f5f5f5
}

#content form label {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0
}

#content form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/form-arrow.png") no-repeat right 10px top 50% #fff
}

#content form .form-control {
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #ffa200;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	height: 45px
}

#content form textarea.form-control {
	height: 170px
}

#content form .custom-checkbox {
	margin-top: 5px;
	padding-left: 44px
}

#content form .custom-checkbox .custom-control-input~.custom-control-label {
	font-size: 12px;
	line-height: 14px;
	color: #515151
}

#content form .custom-checkbox .custom-control-input~.custom-control-label::before {
	outline: none;
	box-shadow: none;
	top: 0;
	left: -44px;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	transition: none;
	border: 1px solid #ffa200;
	background: #fff
}

#content form .custom-checkbox .custom-control-input~.custom-control-label::after {
	top: 0;
	left: -44px;
	width: 30px;
	height: 30px
}

#content form .custom-checkbox .custom-control-input~.custom-control-label a {
	color: #ffa200
}

#content form .custom-checkbox .custom-control-input~.custom-control-label a:hover,
#content form .custom-checkbox .custom-control-input~.custom-control-label a:active,
#content form .custom-checkbox .custom-control-input~.custom-control-label a:focus {
	color: #b97c11;
	text-decoration: underline
}

#content form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background: #ffa200
}

#content form .form-text {
	font-size: 14px;
	line-height: 21px;
	font-style: italic
}

#content form .captcha {
	width: 304px;
	height: 78px;
	margin: 15px auto 0 auto;
	border: 1px solid rgba(0, 0, 0, 0)
}

#content form .invalid-feedback {
	margin-top: 1px;
	font-style: italic;
	font-size: 13px;
	color: #ce2500
}

#content form .is-invalid .form-control {
	border: 1px solid #ce2500 !important
}

#content form .is-invalid .custom-radio {
	border: 1px solid #ce2500 !important
}

#content form .is-invalid .custom-control-input~.custom-control-label::before {
	border: 1px solid #ce2500
}

#content form .is-invalid .captcha {
	border: 1px solid #ce2500
}

#content form ::-webkit-input-placeholder {
	color: #b8b8b8;
	font-style: italic
}

#content form :-ms-input-placeholder {
	color: #b8b8b8;
	font-style: italic
}

#content form ::placeholder {
	color: #b8b8b8;
	font-style: italic
}

#content form textarea::-webkit-input-placeholder {
	font-size: 14px
}

#content form textarea:-ms-input-placeholder {
	font-size: 14px
}

#content form textarea::placeholder {
	font-size: 14px
}

#content form #g-recaptcha-response-error {
	margin-top: -32px
}

#content form small.form-text {
	color: #b8b8b8
}

#content .alert {
	padding-top: 61px;
	padding-bottom: 40px;
	border: none;
	border-radius: 0;
	background: rgba(0, 0, 0, 0);
	text-align: center
}

#content .alert.alert-success p {
	font-family: "Anton", sans-serif;
	font-size: 24px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #191919
}

#content .alert.alert-danger {
	color: #ce2500;
	font-size: 24px;
	line-height: 38px;
	font-family: "Anton", sans-serif
}

#content .alert.alert-danger .fas {
	font-size: 40px;
	transform: translateY(5px)
}

.popover {
	border: 1px solid #8f1a00;
	background: #ce2500
}

.popover .popover-body {
	color: #fff
}

.popover .arrow:after {
	border-bottom-color: #ce2500
}

.load-spinner {
	position: absolute;
	display: block;
	bottom: calc(50% - 42.5px);
	right: calc(50% - 40px);
	z-index: 11
}

.load-spinner .lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px
}

.load-spinner .lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px
}

.load-spinner .lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
	box-shadow: 1px 1px 3px #000
}

.load-spinner .lds-roller div:nth-child(1) {
	animation-delay: -0.036s
}

.load-spinner .lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px
}

.load-spinner .lds-roller div:nth-child(2) {
	animation-delay: -0.072s
}

.load-spinner .lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px
}

.load-spinner .lds-roller div:nth-child(3) {
	animation-delay: -0.108s
}

.load-spinner .lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px
}

.load-spinner .lds-roller div:nth-child(4) {
	animation-delay: -0.144s
}

.load-spinner .lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px
}

.load-spinner .lds-roller div:nth-child(5) {
	animation-delay: -0.18s
}

.load-spinner .lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px
}

.load-spinner .lds-roller div:nth-child(6) {
	animation-delay: -0.216s
}

.load-spinner .lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px
}

.load-spinner .lds-roller div:nth-child(7) {
	animation-delay: -0.252s
}

.load-spinner .lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px
}

.load-spinner .lds-roller div:nth-child(8) {
	animation-delay: -0.288s
}

.load-spinner .lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

#reviews {
	background: url("../images/tlo-uslugi-powt.jpg") repeat;
	background-position: center;
	padding-bottom: 65px
}

#reviews header {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #787878;
	margin-bottom: 20px
}

#reviews header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 36px;
	color: #ffa200
}

#reviews .reviews .review {
	position: relative;
	margin-bottom: 30px
}

#reviews .reviews .review .wrapper {
	padding: 18px 18px 11px 18px;
	background: #f5f5f5;
	border-radius: 8px;
	height: 100%
}

#reviews .reviews .review .wrapper .row {
	flex-direction: column;
	align-items: stretch;
	height: 100%
}

#reviews .reviews .review .wrapper .company-name {
	font-family: "Anton", sans-serif;
	font-size: 21px;
	line-height: 28px
}

#reviews .reviews .review .wrapper .company-name a {
	color: #191919
}

#reviews .reviews .review .wrapper .company-name a:hover {
	color: #b97c11;
	text-decoration: none
}

#reviews .reviews .review .wrapper .company-address {
	font-size: 14px;
	line-height: 21px;
	color: #191919;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 14px
}

#reviews .reviews .review .company-rating {
	margin: 0
}

#reviews .reviews .review .company-rating&gt;li {
	vertical-align: middle;
	white-space: nowrap
}

#reviews .reviews .review .company-rating&gt;li.company-rating-stars {
	font-size: 18px
}

#reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item {
	position: relative;
	margin: 0
}

#reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item.active {
	content: none
}

#reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item.active span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	color: #ffa200
}

#reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item.active-half {
	content: none
}

#reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item.active-half span::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 18px;
	color: #ffa200;
	top: 0;
	left: 0;
	clip: rect(0, 10px, 20px, 0)
}

#reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item span {
	position: relative
}

#reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	color: #e1e1e1
}

#reviews .reviews .review .company-rating .company-rating-value {
	font-family: "Anton", sans-serif;
	color: #191919;
	font-size: 24px;
	line-height: 32px
}

#reviews .reviews .review .review-content {
	color: #191919;
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
	margin-top: 8px;
	margin-bottom: 12px
}

#reviews .reviews .review .review-author {
	font-family: "Anton", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #191919;
	text-align: right
}

@media(min-width: 576px) {
	#reviews .reviews .review .wrapper .row {
		flex-direction: row
	}

	#reviews .reviews .review .wrapper .row .col-lg-6:last-child {
		border-left: 1px solid #e2e2e2
	}

	#reviews .reviews .review .wrapper .company-address {
		border-bottom: none
	}
}

@media(min-width: 768px) {
	#reviews .reviews .review .wrapper .row {
		flex-direction: column;
		height: auto
	}

	#reviews .reviews .review .wrapper .row .col-lg-6:last-child {
		border-left: none
	}

	#reviews .reviews .review .wrapper .company-address {
		border-bottom: 1px solid #e2e2e2
	}
}

@media(min-width: 992px) {
	#reviews .reviews .review .wrapper .row {
		flex-direction: row;
		height: 100%
	}

	#reviews .reviews .review .wrapper .row .col-lg-6:last-child {
		border-left: 1px solid #e2e2e2
	}

	#reviews .reviews .review .wrapper .company-address {
		border-bottom: none
	}
}

#footer a {
	color: #b8b8b8
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #ffa200;
	text-decoration: none
}

#footer .footer-top {
	background: #191919
}

#footer .footer-brand-container {
	text-align: center
}

#footer .footer-brand {
	margin-top: 0;
	margin-bottom: 32px
}

#footer .footer-socials {
	border-top: 1px solid #515151;
	padding-bottom: 15px;
	padding-top: 15px
}

#footer .footer-menu {
	margin-bottom: 0;
	padding-bottom: 28px;
	border-bottom: 1px solid #515151;
	margin-top: 32px;
	display: flex;
	flex-direction: row
}

#footer .footer-menu li {
	font-size: 16px;
	margin-right: 24px
}

#footer .footer-menu li:last-child {
	margin-right: 0
}

#footer .footer-categories {
	margin-top: 20px;
	margin-bottom: 30px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3
}

#footer .footer-categories li {
	padding-top: 2px;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-left: 1px solid #515151
}

#footer .footer-categories li a:hover,
#footer .footer-categories li a:active,
#footer .footer-categories li a:focus {
	color: #ffa200;
	text-decoration: underline
}

#footer .footer-copyright {
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	padding: 18px 0 15px 0;
	margin-bottom: 0;
	color: #787878
}

#footer .footer-copyright span {
	color: #ffa200;
	font-weight: bold
}

@media(max-width: 992px) {
	#footer .footer-menu {
		justify-content: center
	}

	#footer .footer-brand-container {
		text-align: center
	}

	#footer .footer-brand {
		margin-top: 32px
	}
}

@media(max-width: 768px) {
	#footer .footer-menu {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 16px
	}

	#footer .footer-menu li {
		margin: 0 0 5px 0
	}

	#footer .footer-categories {
		-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial
	}
}

#cookies-eu {
	position: fixed;
	display: none;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 10000000000
}

#cookies-eu-popup {
	max-height: calc(100vh - 30px);
	overflow-y: scroll
}

@media(min-width: 992px) {
	#cookies-eu-popup {
		overflow-y: auto
	}
}

.cookies-eu p {
	color: #000;
	font-size: 14px
}

.cookies-eu-message {
	display: none;
	padding: 15px 0;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100
}

.cookies-eu-message-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 15px;
	justify-content: center;
	align-items: center
}

.cookies-eu-message-icon {
	width: 60px;
	font-size: 60px;
	color: #f9c100;
	display: none
}

.cookies-eu-message-description {
	width: 100%;
	color: #000
}

.cookies-eu-message-description p.subtitle {
	font-weight: bold;
	font-size: 18px
}

.cookies-eu-message-description p a {
	color: #265165
}

.cookies-eu-message-description p a:hover {
	text-decoration: underline
}

.cookies-eu-message-description p:last-child {
	margin-bottom: 0
}

.cookies-eu-message-buttons {
	text-align: right;
	flex-grow: 1;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
	row-gap: 15px;
	column-gap: 24px
}

.cookies-eu-message-button {
	border-radius: 2px;
	background: #fff;
	padding: 8px 18px;
	transition: .2s all ease-in;
	max-width: max-content;
	font-size: 14px
}

.cookies-eu-message-button-adjust {
	color: #265165;
	border: 1px solid rgba(0, 0, 0, 0);
	padding-right: 10px
}

.cookies-eu-message-button-adjust:hover {
	color: #265165;
	text-decoration: underline
}

.cookies-eu-message-button-reject {
	color: #265165;
	border: 1px solid #265165
}

.cookies-eu-message-button-reject:hover {
	color: #000;
	background: #f9c100;
	border: 1px solid rgba(0, 0, 0, 0);
	text-decoration: none
}

.cookies-eu-message-button-accept {
	color: #000;
	background: #f9c100;
	border: 1px solid rgba(0, 0, 0, 0);
	text-decoration: none
}

.cookies-eu-message-button-accept:hover {
	color: #000;
	border: 1px solid #000;
	text-decoration: none
}

.cookies-eu-popup {
	padding: 49px 46px 44px;
	display: none;
	border-radius: 8px;
	color: #000;
	background: #fff;
	width: 1003px;
	max-width: calc(100% - 30px);
	position: absolute;
	left: 15px;
	right: 15px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px
}

@media(min-width: 1200px) {
	.cookies-eu-popup {
		transform: translateY(-60%)
	}
}

.cookies-eu-popup-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.cookies-eu-popup-header {
	flex-grow: 1;
	width: 100%;
	font-size: 24px;
	margin-bottom: 37px;
	color: #000
}

.cookies-eu-popup-adjust-data {
	display: flex;
	flex-direction: column
}

@media(min-width: 768px) {
	.cookies-eu-popup-adjust-data {
		flex-direction: row
	}
}

.cookies-eu-popup-adjust-buttons {
	display: flex;
	flex-direction: column;
	width: max-content;
	max-width: 100%;
	margin-right: 40px
}

@media(min-width: 768px) {
	.cookies-eu-popup-adjust-buttons {
		padding-right: 0
	}
}

.cookies-eu-popup-adjust-buttons-button {
	font-size: 16px;
	font-weight: bold;
	background: #f1f1f1;
	color: #000;
	border-radius: 4px;
	margin-bottom: 16px;
	width: 260px;
	max-width: 100%;
	padding: 12px 20px;
	text-decoration: none;
	border-left: 5px solid rgba(0, 0, 0, 0)
}

.cookies-eu-popup-adjust-buttons-button.active {
	background: #dedede;
	color: #000;
	text-decoration: none;
	border-left: 5px solid #000
}

.cookies-eu-popup-adjust-buttons-button:hover,
.cookies-eu-popup-adjust-buttons-button:active,
.cookies-eu-popup-adjust-buttons-button:focus {
	background: #dedede;
	color: #000;
	text-decoration: none
}

@media(min-width: 768px) {
	.cookies-eu-popup-adjust-buttons-button {
		margin-bottom: 16px
	}
}

.cookies-eu-popup-tabs {
	max-width: 100%;
	margin-bottom: 35px
}

.cookies-eu-popup-tabs-tab p {
	font-size: 16px;
	color: #000
}

.cookies-eu-popup-tabs-tab div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px
}

.cookies-eu-popup-tabs-tab-required {
	display: block
}

.cookies-eu-popup-tabs-tab-required input[type=checkbox] {
	pointer-events: none
}

.cookies-eu-popup-tabs-tab-required input[type=checkbox]:hover {
	cursor: auto
}

.cookies-eu-popup-tabs-tab-analytics {
	display: none
}

.cookies-eu-popup-tabs-tab-marketing {
	display: none
}

.cookies-eu-popup-tabs-tab input[type=checkbox] {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #a4a4a4;
	background: #fff;
	position: relative;
	cursor: pointer;
	outline: none;
	background: none
}

.cookies-eu-popup-tabs-tab input[type=checkbox]:checked:before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f9c100;
	border: 1px solid #a4a4a4;
	border-radius: 4px;
	outline: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	color: #fff
}

.cookies-eu-popup-tabs-tab label {
	font-size: 16px;
	margin: 0;
	padding: 0
}

.cookies-eu-popup-save-buttons {
	width: 100%;
	flex-grow: 1;
	display: flex;
	gap: 26px;
	justify-content: flex-end;
	flex-wrap: wrap
}

.cookies-eu-popup-save-buttons-button {
	border-radius: 2px;
	background: #fff;
	padding: 11px 22px;
	transition: .2s all ease-in;
	max-width: max-content
}

.cookies-eu-popup-save-buttons-button:nth-child(1) {
	color: #265165;
	border: 1px solid #265165
}

.cookies-eu-popup-save-buttons-button:nth-child(1):hover {
	color: #000;
	background: #f9c100;
	border: 1px solid rgba(0, 0, 0, 0);
	text-decoration: none
}

.cookies-eu-popup-save-buttons-button:nth-child(1):active,
.cookies-eu-popup-save-buttons-button:nth-child(1):visited,
.cookies-eu-popup-save-buttons-button:nth-child(1):focus {
	text-decoration: none
}

.cookies-eu-popup-save-buttons-button:nth-child(2) {
	color: #000;
	background: #f9c100;
	border: 1px solid rgba(0, 0, 0, 0);
	text-decoration: none
}

.cookies-eu-popup-save-buttons-button:nth-child(2):hover {
	color: #000;
	border: 1px solid #000;
	text-decoration: none
}

.cookies-eu-popup-close-button {
	position: absolute;
	top: 28px;
	right: 32px;
	width: 21px;
	height: 21px
}

.cookies-eu-popup-close-button:before {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	color: #f9c100;
	transition: .2s all;
	font-size: 28px
}

.cookies-eu-popup-close-button:hover,
.cookies-eu-popup-close-button:focus {
	text-decoration: none
}

.cookies-eu-popup-close-button:hover:before,
.cookies-eu-popup-close-button:focus:before {
	color: #9f7b08;
	text-decoration: none
}

.cookies-eu-popup-close-button:visited {
	text-decoration: none
}

.cookies-eu-popup-close-button:visited:before {
	text-decoration: none
}

@media(min-width: 768px) {
	.cookies-eu p {
		font-size: inherit
	}

	.cookies-eu-message {
		padding: 55px 0 35px
	}

	.cookies-eu-message-wrapper {
		row-gap: 30px
	}

	.cookies-eu-message-icon {
		display: block
	}

	.cookies-eu-message-description {
		width: calc(100% - 94px)
	}

	.cookies-eu-message-description p.subtitle {
		font-size: 24px
	}

	.cookies-eu-message-button {
		font-size: inherit;
		padding: 11px 22px
	}
}

#page-cookiePolicy #box-cookie-policy {
	margin: 20px 0 60px;
	padding: 50px 15px;
	word-break: break-word
}

#page-cookiePolicy #box-cookie-policy header {
	text-align: center;
	margin-bottom: 15px
}

#page-cookiePolicy #box-cookie-policy header h1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 28px;
	word-wrap: break-word
}

#page-cookiePolicy #box-cookie-policy h2 {
	text-align: center;
	margin: 50px 0 25px
}

#page-cookiePolicy #box-cookie-policy h2 span {
	display: block
}

#page-cookiePolicy #box-cookie-policy h3 {
	margin: 40px 0 20px
}

#page-cookiePolicy #box-cookie-policy p {
	margin-bottom: 10px
}

#page-cookiePolicy #box-cookie-policy ul {
	margin-top: 7px
}

#page-cookiePolicy #box-cookie-policy ul li {
	margin-bottom: 7px
}

#page-cookiePolicy #box-cookie-policy ol {
	margin-top: 7px
}

#page-cookiePolicy #box-cookie-policy ol li {
	margin-bottom: 7px
}

#page-cookiePolicy #box-cookie-policy&gt;*:last-child {
	margin-bottom: 0
}

#page-cookieTable #box-cookie-table {
	margin: 20px 0 41px;
	padding: 50px 15px 30px
}

#page-cookieTable #box-cookie-table ::-webkit-scrollbar {
	height: 12px
}

#page-cookieTable #box-cookie-table ::-webkit-scrollbar-track {
	background: #f1f1f1
}

#page-cookieTable #box-cookie-table ::-webkit-scrollbar-thumb {
	background: #424242;
	border-radius: 7px
}

#page-cookieTable #box-cookie-table ::-webkit-scrollbar-thumb:hover {
	background: #262626
}

#page-cookieTable #box-cookie-table .table-wrapper {
	overflow-x: scroll
}

#page-cookieTable #box-cookie-table .table-wrapper,
#page-cookieTable #box-cookie-table table {
	transform: rotateX(180deg)
}

@media(min-width: 992px) {
	#page-cookieTable #box-cookie-table .table-wrapper {
		overflow-x: auto
	}
}

#page-cookieTable #box-cookie-table header {
	text-align: center;
	margin-bottom: 30px
}

#page-cookieTable #box-cookie-table header h1 {
	margin-top: 10px;
	font-size: 28px;
	word-wrap: break-word
}

#page-cookieTable #box-cookie-table table,
#page-cookieTable #box-cookie-table th,
#page-cookieTable #box-cookie-table td {
	padding: 7px 5px
}

#page-cookieTable #box-cookie-table thead tr {
	font-size: 16px;
	border-bottom: 1px solid #000
}

#page-cookieTable #box-cookie-table thead tr:hover {
	background: rgba(0, 0, 0, 0)
}

#page-cookieTable #box-cookie-table thead tr th {
	text-align: center;
	padding: 12px 5px
}

#page-cookieTable #box-cookie-table tr td:first-child {
	font-weight: bold
}

#page-cookieTable #box-cookie-table tr td:nth-child(2),
#page-cookieTable #box-cookie-table tr td:nth-child(3),
#page-cookieTable #box-cookie-table tr td:nth-child(4),
#page-cookieTable #box-cookie-table tr td:nth-child(5) {
	text-align: center
}

#page-cookieTable #box-cookie-table tr td:nth-child(6) {
	min-width: 350px
}

#page-cookieTable #box-cookie-table tr:hover {
	background: rgba(0, 0, 0, .04)
}

#page-cookieTable #box-cookie-table tr:not(:last-child) {
	border-bottom: 1px solid #eee
}

.typeahead {
	top: auto !important;
	left: 8px !important;
	right: 8px !important;
	margin: -1px 0 0 0;
	padding: 13px 0;
	border-radius: 0;
	width: calc(100% - 16px);
	border: 1px solid #ffa200;
	background-clip: initial;
	z-index: 999999;
	position: absolute !important
}

.typeahead li a {
	padding: 0 13px;
	color: #191919;
	display: block;
	font-size: 14px;
	line-height: 24px
}

.typeahead li.active a {
	background: #ffa200;
	color: #fff;
	text-decoration: none
}

@media(min-width: 768px) {
	.typeahead {
		margin: 9px 0 0 0
	}
}

.pagination {
	margin: 20px 0 35px 0;
	background: none
}

.pagination .page-item {
	margin: 0 3px
}

.pagination .page-item .page-link {
	width: 45px;
	height: 45px;
	padding: 0;
	line-height: 45px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	color: #fff;
	box-shadow: none !important;
	outline: none !important
}

.pagination .page-item.disabled .page-link {
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	color: #787878
}

.pagination .page-item.disabled .page-link .fas {
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	color: #787878
}

.pagination .page-item.disabled:hover {
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	color: #787878
}

.pagination .page-item.active .page-link {
	background-color: #ffa200;
	border-color: #dc8c00;
	border-radius: 8px
}

.pagination .page-item:hover {
	background-color: #515151;
	border-color: #515151;
	border-radius: 8px
}

.pagination .page-item .fas {
	color: #ffa200
}

@media(min-width: 992px) {
	#pagination {
		margin: 20px 0 64px 0
	}
}

.company-rating {
	margin: 0
}

.company-rating&gt;li {
	vertical-align: middle;
	white-space: nowrap
}

.company-rating&gt;li.company-rating-stars {
	font-size: 18px
}

.company-rating&gt;li.company-rating-stars .list-inline-item {
	position: relative;
	margin: 0
}

.company-rating&gt;li.company-rating-stars .list-inline-item.active {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px
}

.company-rating&gt;li.company-rating-stars .list-inline-item.active-half span::after {
	content: "";
	display: block;
	width: 20px;
	height: 18px;
	top: 0;
	left: 0;
	clip: rect(0, 10px, 20px, 0)
}

.company-rating&gt;li.company-rating-stars .list-inline-item span {
	position: relative
}

.company-rating&gt;li.company-rating-stars .list-inline-item span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px
}

.company-rating&gt;li.company-rating-value {
	font-size: 21px
}

.company-rating&gt;li.company-rating-counter::before {
	content: "(";
	float: left
}

.company-rating&gt;li.company-rating-counter::after {
	content: attr(data-suffix) ")"
}

.company-rating&gt;li.company-rating-counter span {
	display: none
}

.sharing-toolbox {
	display: none;
	margin-bottom: -15px
}

.sharing-toolbox ul {
	margin: 0;
	padding: 0;
	font-size: 0
}

.sharing-toolbox ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.sharing-toolbox ul li:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px)
}

.sharing-toolbox ul li[data-sharing=instagram] {
	background: #f00075
}

.sharing-toolbox ul li[data-sharing=facebook] {
	background: #1877f2
}

.sharing-toolbox ul li[data-sharing=twitter] {
	background: #00acee
}

.sharing-toolbox ul li[data-sharing=pinterest] {
	background: #d60000
}

.sharing-toolbox ul li[data-sharing=linkedin] {
	background: #0a66c2
}

.sharing-toolbox ul li[data-sharing=messenger] {
	background: #1877f2
}

.sharing-toolbox ul li[data-sharing=print] {
	background: #a4a4a4
}

.sharing-toolbox ul li svg {
	display: block;
	width: 32px;
	height: 32px;
	padding: 5px
}

#widget-favore {
	margin-top: 30px;
	margin-bottom: 30px
}

#widget-favore .form-box {
	width: 100%;
	overflow: hidden;
	padding: 15px
}

#widget-favore .form-box .widget-header {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(120, 120, 120, .5)
}

#widget-favore .form-box .widget-content #form-favore .form-group .control-label span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal
}

#widget-favore .form-box .widget-content #form-favore .form-group .custom-checkbox {
	display: none
}

#widget-favore .form-box .widget-content #form-favore .form-group .custom-checkbox .expand-agreement-tos {
	margin-left: 5px;
	color: #ffa200;
	cursor: pointer
}

#widget-favore .form-box .widget-content #form-favore .form-group .custom-checkbox .expand-agreement-tos:hover {
	color: #b97c11;
	text-decoration: underline
}

#widget-favore .form-box .widget-content #form-favore .form-group #form-favore-captcha {
	display: none;
	margin: 5px auto
}

#widget-favore .form-box .widget-content #form-favore .form-group #form-favore-submit {
	width: 100%;
	border: none
}

#widget-favore .form-box .widget-content #form-favore .form-group #g-recaptcha-response-error {
	max-width: 304px;
	margin: 0 auto
}

#widget-favore .form-box .widget-content #form-favore .form-group #form-favore-agreement-tos-text {
	min-height: 28px
}

#widget-favore .message-box {
	padding: 35px 30px;
	text-align: center
}

#widget-favore .message-box img {
	margin-bottom: 10px
}

#widget-favore .message-box .fa {
	color: #ff1717;
	font-size: 51px;
	margin-bottom: 10px
}

#widget-favore .message-box p {
	margin: 0
}

#widget-favore .message-box p.bold {
	font-size: 16px;
	font-weight: bold
}

#widget-favore .message-box#favore-success-message .fa {
	color: #20ba50
}

#page-recaptcha {
	background: url("../images/grafika-top-strona-bledu.webp") no-repeat top center #000
}

#page-recaptcha #box-recaptcha {
	margin-top: 78px;
	margin-bottom: 78px
}

#page-recaptcha #box-recaptcha header {
	font-size: 30px;
	line-height: 36px;
	color: #191919;
	margin-top: 15px
}

#page-recaptcha #box-recaptcha #form-recaptcha-captcha {
	margin-top: 30px;
	margin-bottom: 35px
}

@media(min-width: 1200px) {
	#page-recaptcha #box-recaptcha {
		margin-top: 196px;
		margin-bottom: 196px
	}
}

#page-error {
	background: url("../images/grafika-top-strona-bledu.webp") no-repeat #000
}

#page-error #box-error {
	margin-top: 120px
}

#page-error #box-error h1 {
	font-size: 30px;
	color: #ffa200
}

#page-error #box-error h1 span {
	display: inline-block
}

#page-error #box-error p {
	margin-top: 36px;
	margin-bottom: 110px;
	font-size: 16px;
	line-height: 24px;
	color: #fff
}

#page-error #box-error img {
	max-width: 100%;
	height: auto
}

#page-home {
	background: url("../images/grafika-top.webp") no-repeat center top #000
}

#page-home #header {
	padding-top: 12px
}

#page-home .brand-logo.text-center {
	margin-top: 116px;
	margin-bottom: 10px
}

#page-home .brand-logo.text-center img {
	max-width: 100%
}

#page-home .brand-slogan {
	text-align: center;
	font-size: 21px;
	line-height: 24px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	min-height: 44px;
	margin-bottom: 23px;
	font-weight: 400
}

#page-home #form-search {
	position: relative;
	max-width: 770px;
	margin: 0 auto 51px auto
}

#page-home #form-search .form-group {
	position: relative
}

#page-home .brand-description {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	max-width: 970px;
	min-height: 108px;
	margin: 0 auto 46px auto
}

#page-home #box-articles-sponsored .articles {
	justify-content: flex-start;
	align-items: stretch
}

#page-home #box-articles-sponsored .articles .article {
	position: relative;
	margin-bottom: 55px
}

#page-home #box-articles-sponsored .articles .article .wrapper {
	height: 100%;
	background: #e1e1e1
}

#page-home #box-articles-sponsored .articles .article .wrapper .caption h3 {
	font-size: 21px;
	line-height: 28px;
	font-family: "Anton", sans-serif;
	margin-top: 11px;
	margin-bottom: 20px
}

#page-home #box-articles-sponsored .articles .article .wrapper .caption h3 a {
	color: #191919
}

#page-home #box-articles-sponsored .articles .article .wrapper .caption h3 a:hover,
#page-home #box-articles-sponsored .articles .article .wrapper .caption h3 a:focus,
#page-home #box-articles-sponsored .articles .article .wrapper .caption h3 a:active {
	color: #9e6118;
	text-decoration: none
}

#page-home #box-articles-sponsored .articles .article .wrapper .caption .article-description {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919;
	padding-bottom: 30px
}

#page-home #box-articles-sponsored .articles .article nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	width: 100%
}

#page-home #box-articles-sponsored .articles .article .article-sponsored-icon {
	position: absolute;
	top: -4px;
	left: 45px
}

#page-home #box-articles-sponsored .articles .article:last-child {
	display: none
}

#page-home #box-companies-articles {
	margin-top: -25px
}

#page-home #box-companies-articles #box-companies header {
	padding: 15px 0;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-home #box-companies-articles #box-companies header h2 {
	color: #ffa200;
	font-size: 24px;
	line-height: 32px;
	text-align: center
}

#page-home #box-companies-articles #box-companies .companies {
	margin-bottom: 43px
}

#page-home #box-companies-articles #box-companies .companies .company {
	margin-bottom: 30px
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 0;
	flex-wrap: wrap;
	padding: 15px
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	background: #fff;
	margin-bottom: 15px
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-logo img {
	display: block
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption {
	font-size: 14px;
	width: calc(100% - 110px)
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption .company-name {
	word-break: break-word
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption .company-name a {
	font-size: 24px;
	line-height: 32px;
	text-decoration: none;
	color: #191919;
	font-style: normal
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption .company-name a:hover {
	color: #9e6118;
	text-decoration: none
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption a {
	display: inline-block;
	margin-bottom: 4px;
	color: #ffa200;
	text-decoration: none;
	font-style: italic
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption a .fa {
	display: inline-block;
	padding-left: 4px;
	color: #ffa200
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption a:hover {
	color: #9e6118;
	text-decoration: underline
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption a:hover .fas {
	color: #9e6118;
	text-decoration: none
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption .company-address {
	margin-bottom: 4px
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: calc(100% + 30px);
	height: 55px;
	margin: 0 -15px -15px -15px;
	background: #ffa200;
	border-radius: 0 0 6px 6px;
	align-self: stretch
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
	order: 2
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
	color: #b97c11
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
	color: #191919
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0, 10px, 20px, 0)
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-value {
	font-family: "Anton", sans-serif;
	order: 1;
	font-size: 30px;
	line-height: 36px;
	color: #191919;
	margin-bottom: 6px;
	font-weight: bold;
	margin-right: 15px
}

#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
	order: 3;
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	color: #9e6118
}

#page-home #box-companies-articles #box-companies .companies .company-paid {
	border: 3px solid #ffa200;
	border-radius: 8px;
	overflow: hidden
}

#page-home #box-companies-articles #box-companies .companies .company-paid .wrapper {
	border-radius: 0;
	background: #fff
}

#page-home #box-companies-articles #box-companies footer {
	margin-bottom: 20px
}

#page-home #box-companies-articles #box-articles-random {
	position: relative;
	margin-bottom: 35px
}

#page-home #box-companies-articles #box-articles-random header {
	padding: 15px 0;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-home #box-companies-articles #box-articles-random header h2 {
	color: #ffa200;
	font-size: 24px;
	line-height: 32px;
	text-align: center
}

#page-home #box-companies-articles #box-articles-random .articles {
	border-radius: 8px;
	background: url("../images/tlo-artykuly-4.jpg");
	margin-left: 0;
	margin-right: 0;
	padding: 25px 25px 50px 25px
}

#page-home #box-companies-articles #box-articles-random .articles .article {
	margin-bottom: 25px;
	position: relative
}

#page-home #box-companies-articles #box-articles-random .articles .article .article-name {
	margin-bottom: 15px;
	font-size: 21px;
	line-height: 28px
}

#page-home #box-companies-articles #box-articles-random .articles .article .article-name a {
	color: #191919
}

#page-home #box-companies-articles #box-articles-random .articles .article .article-name a:hover {
	color: #9e6118;
	text-decoration: none
}

#page-home #box-companies-articles #box-articles-random .articles .article .article-description {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px
}

#page-home #box-companies-articles #box-articles-random .articles .article:after {
	content: "";
	height: 1px;
	width: calc(100% - 30px);
	background: #ffa200;
	position: absolute;
	bottom: 0;
	left: 15px
}

#page-home #box-companies-articles #box-articles-random footer {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align: center
}

#page-home #box-services {
	background: url("../images/tlo-uslugi-2-770x2000.jpg");
	background-position: center center;
	background-size: cover;
	padding-bottom: 55px;
	margin-top: 25px
}

#page-home #box-services header {
	text-align: center;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #787878;
	margin-bottom: 36px
}

#page-home #box-services header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #ffa200;
	margin: 0
}

#page-home #box-services .services .service {
	margin-bottom: 30px
}

#page-home #box-services .services .service .service-icon {
	display: inline-block;
	width: auto;
	padding-bottom: 6px
}

#page-home #box-services .services .service h3 {
	font-family: "Anton", sans-serif;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	min-height: 38px;
	padding-bottom: 18px;
	border-bottom: 1px solid #787878;
	margin-bottom: 15px
}

#page-home #box-services .services .service h3 a {
	color: #fff
}

#page-home #box-services .services .service h3 a:hover {
	color: #ffa200;
	text-decoration: none
}

#page-home #box-services .services .service li {
	font-size: 14px;
	line-height: 21px
}

#page-home #box-services .services .service li a {
	color: #b8b8b8
}

#page-home #box-services .services .service li a:hover {
	text-decoration: underline;
	color: #ffa200
}

#page-home #box-services .services .service li::after {
	content: ",";
	color: #b8b8b8;
	margin-left: -3px
}

#page-home #box-services .services .service li:last-of-type::after {
	content: none
}

#page-home #box-articles-last {
	padding-top: 40px
}

#page-home #box-articles-last header {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-home #box-articles-last header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 36px;
	margin: 0;
	color: #ffa200
}

#page-home #box-articles-last .articles {
	justify-content: flex-start;
	align-items: stretch
}

#page-home #box-articles-last .articles .article {
	position: relative;
	margin-bottom: 55px
}

#page-home #box-articles-last .articles .article .wrapper {
	height: 100%;
	background: #e1e1e1
}

#page-home #box-articles-last .articles .article .wrapper img {
	width: 100%;
	height: auto
}

#page-home #box-articles-last .articles .article .wrapper .caption h3 {
	font-size: 21px;
	line-height: 28px;
	font-family: "Anton", sans-serif;
	margin-top: 8px;
	margin-bottom: 10px
}

#page-home #box-articles-last .articles .article .wrapper .caption h3 a {
	color: #191919
}

#page-home #box-articles-last .articles .article .wrapper .caption h3 a:hover,
#page-home #box-articles-last .articles .article .wrapper .caption h3 a:focus,
#page-home #box-articles-last .articles .article .wrapper .caption h3 a:active {
	color: #9e6118;
	text-decoration: none
}

#page-home #box-articles-last .articles .article .wrapper .caption .article-category {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	margin-top: 9px;
	color: #ffa200;
	font-style: italic
}

#page-home #box-articles-last .articles .article .wrapper .caption .article-category span {
	padding-left: 6px
}

#page-home #box-articles-last .articles .article .wrapper .caption .article-category:hover {
	color: #b97c11;
	text-decoration: none
}

#page-home #box-articles-last .articles .article .wrapper .caption span.article-category {
	color: #b8b8b8;
	pointer-events: none
}

#page-home #box-articles-last .articles .article .wrapper .caption .article-description {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919;
	padding-bottom: 16px
}

#page-home #box-articles-last .articles .article nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	width: 100%
}

@media(min-width: 576px) {
	#page-home #box-articles-sponsored .articles .article:last-child {
		display: block
	}

	#page-home #box-companies-articles #box-companies .companies .company {
		margin-bottom: 30px
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		flex-grow: 1;
		padding: 15px
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 120px;
		min-height: 120px;
		border: 1px solid #e2e2e2;
		margin-right: 15px;
		margin-bottom: 15px
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-logo img {
		display: block
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption {
		font-size: 14px;
		width: 100%
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption .company-name {
		word-break: break-word;
		margin-bottom: 0
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption .company-name a {
		font-size: 24px;
		line-height: 32px;
		text-decoration: none;
		color: #191919;
		font-style: normal
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption .company-name a:hover {
		color: #9e6118;
		text-decoration: none
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption a {
		display: inline-block;
		margin-bottom: 4px;
		color: #ffa200;
		text-decoration: none;
		font-style: italic
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption a .fa {
		font-size: 18px;
		transform: translateY(2px);
		display: inline-block;
		padding-right: 4px;
		color: #ffa200
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption a:hover {
		color: #9e6118;
		text-decoration: underline
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .caption a:hover .fa {
		color: #9e6118;
		text-decoration: none
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-address {
		font-size: 14px;
		line-height: 21px;
		font-family: "Open Sans", sans-serif;
		margin-bottom: 4px
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		max-width: 150px;
		margin: -15px -15px -15px 15px;
		background: #ffa200;
		border-radius: 0 6px 6px 0;
		align-self: stretch
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
		order: 2;
		margin-right: 0
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
		color: #b97c11
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
		color: #191919
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(0, 10px, 20px, 0);
		color: #191919
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-value {
		order: 1;
		font-size: 30px;
		color: #191919;
		line-height: 36px;
		margin-bottom: 6px;
		font-weight: bold;
		margin-right: 0
	}

	#page-home #box-companies-articles #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
		order: 3;
		font-style: italic;
		font-size: 12px;
		line-height: 17px;
		color: #9e6118;
		margin-right: 0
	}
}

@media(min-width: 768px) {
	#page-home #box-services {
		background: url("../images/tlo-uslugi-2.jpg");
		background-position: center center;
		background-size: cover
	}
}

@media(min-width: 992px) {
	#page-home #box-articles-sponsored .articles .article:last-child {
		display: none
	}
}

#page-companies {
	background: url("../images/grafika-top-podstrony.webp") no-repeat top center #000
}

#page-companies #breadcrumb {
	margin-bottom: 25px
}

#page-companies #box-ambiguous header {
	padding-top: 7px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 15px
}

#page-companies #box-ambiguous header h1 {
	font-size: 30px;
	line-height: 36px;
	color: #ffa200;
	min-height: 52px;
	margin-bottom: 0
}

#page-companies #box-ambiguous .box {
	padding: 20px 20px 35px 20px
}

#page-companies #box-ambiguous p {
	color: #c8c8c8;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 14px
}

#page-companies #box-ambiguous .province-header {
	font-size: 21px;
	line-height: 28px;
	padding-bottom: 7px;
	font-family: "Anton", sans-serif
}

#page-companies #box-ambiguous .province-location-list {
	margin-top: 5px;
	padding-bottom: 7px
}

#page-companies #box-ambiguous .province-location-item {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 28px
}

#page-companies #box-ambiguous .province-location-item span {
	text-decoration: none !important;
	display: inline-block;
	padding-right: 5px
}

#page-companies #box-ambiguous .province-location-item a {
	color: #ffa200
}

#page-companies #box-ambiguous .province-location-item a:hover {
	color: #b97c11;
	font-decoration: underline
}

#page-companies #box-companies article {
	margin-bottom: 25px
}

#page-companies #box-companies article header {
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-companies #box-companies article header h1 {
	font-size: 30px;
	line-height: 36px;
	color: #ffa200;
	min-height: 52px;
	margin-bottom: 0
}

#page-companies #box-companies article p {
	font-family: "Open Sans", sans-serif;
	color: #c8c8c8;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 17px
}

#page-companies #box-companies header {
	margin-bottom: 30px
}

#page-companies #box-companies header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #ffa200
}

#page-companies #box-companies header p {
	font-size: 18px;
	line-height: 21px;
	color: #c8c8c8
}

#page-companies #box-companies header p strong {
	color: #ffa200
}

#page-companies #box-companies header p span {
	color: #fff;
	font-weight: bold
}

#page-companies #box-companies .companies {
	margin-bottom: 43px
}

#page-companies #box-companies .companies .company {
	margin-bottom: 30px
}

#page-companies #box-companies .companies .company .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 0;
	flex-wrap: wrap;
	padding: 15px
}

#page-companies #box-companies .companies .company .wrapper .company-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	background: #fff;
	margin-bottom: 15px
}

#page-companies #box-companies .companies .company .wrapper .company-logo img {
	display: block
}

#page-companies #box-companies .companies .company .wrapper .caption {
	font-size: 14px;
	width: calc(100% - 110px)
}

#page-companies #box-companies .companies .company .wrapper .caption .company-name {
	word-break: break-word
}

#page-companies #box-companies .companies .company .wrapper .caption .company-name a {
	font-size: 24px;
	line-height: 32px;
	text-decoration: none;
	color: #191919;
	font-style: normal
}

#page-companies #box-companies .companies .company .wrapper .caption .company-name a:hover {
	color: #9e6118;
	text-decoration: none
}

#page-companies #box-companies .companies .company .wrapper .caption a {
	display: inline-block;
	margin-bottom: 4px;
	color: #ffa200;
	text-decoration: none;
	font-style: italic
}

#page-companies #box-companies .companies .company .wrapper .caption a .fa {
	display: inline-block;
	padding-left: 4px;
	color: #ffa200
}

#page-companies #box-companies .companies .company .wrapper .caption a:hover {
	color: #9e6118;
	text-decoration: underline
}

#page-companies #box-companies .companies .company .wrapper .caption a:hover .fas {
	color: #9e6118;
	text-decoration: none
}

#page-companies #box-companies .companies .company .wrapper .caption .company-address {
	margin-bottom: 4px
}

#page-companies #box-companies .companies .company .wrapper .company-rating {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: calc(100% + 30px);
	height: 55px;
	margin: 0 -15px -15px -15px;
	background: #ffa200;
	border-radius: 0 0 6px 6px;
	align-self: stretch
}

#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
	order: 2
}

#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
	color: #b97c11
}

#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
	color: #191919
}

#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0, 10px, 20px, 0)
}

#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-value {
	font-family: "Anton", sans-serif;
	order: 1;
	font-size: 30px;
	line-height: 36px;
	color: #191919;
	margin-bottom: 6px;
	font-weight: bold;
	margin-right: 15px
}

#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
	order: 3;
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	color: #9e6118
}

#page-companies #box-companies .companies .company-paid {
	border: 3px solid #ffa200;
	border-radius: 8px;
	overflow: hidden
}

#page-companies #box-companies .companies .company-paid .wrapper {
	border-radius: 0;
	background: #fff
}

#page-companies #box-no-results {
	margin-bottom: 30px
}

#page-companies #box-no-results header {
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-companies #box-no-results header h1 {
	font-size: 30px;
	line-height: 36px;
	color: #ffa200;
	margin-top: 8px;
	margin-bottom: 5px
}

#page-companies #box-no-results header p {
	font-size: 18px;
	line-height: 21px;
	color: #c8c8c8
}

#page-companies #box-no-results header p strong {
	color: #ffa200
}

#page-companies #box-no-results header p span {
	font-weight: bold;
	color: #fff
}

#page-companies #box-no-results .wrapper {
	padding: 20px 20px 55px 20px
}

#page-companies #box-no-results .wrapper p {
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 7px;
	margin-bottom: 3px
}

#page-companies #box-no-results .wrapper ul {
	padding: 0;
	margin: 0
}

#page-companies #box-no-results .wrapper ul li {
	list-style-type: none;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 7px
}

#page-companies #box-no-results .wrapper ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffa200;
	border-radius: 50%;
	margin-right: 7px
}

#page-companies #box-no-results .wrapper a {
	color: #ffa200
}

#page-companies #box-no-results .wrapper a:hover,
#page-companies #box-no-results .wrapper a:active,
#page-companies #box-no-results .wrapper a:focus {
	color: #b97c11;
	text-decoration: underline
}

#page-companies #box-services {
	background: url("../images/tlo-uslugi-2-770x2000.jpg");
	background-position: center center;
	background-size: cover;
	padding: 0 15px 30px 15px;
	margin-top: 25px;
	margin-bottom: 20px;
	border-radius: 8px
}

#page-companies #box-services header {
	text-align: center;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #787878;
	margin-bottom: 36px
}

#page-companies #box-services header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #ffa200;
	margin: 0
}

#page-companies #box-services .services .service {
	margin-bottom: 30px
}

#page-companies #box-services .services .service .service-icon {
	display: inline-block;
	width: auto;
	padding-bottom: 6px
}

#page-companies #box-services .services .service h3 {
	font-family: "Anton", sans-serif;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	min-height: 38px;
	padding-bottom: 18px;
	border-bottom: 1px solid #787878;
	margin-bottom: 15px
}

#page-companies #box-services .services .service h3 a {
	color: #fff
}

#page-companies #box-services .services .service h3 a:hover {
	color: #ffa200;
	text-decoration: none
}

#page-companies #box-services .services .service li {
	font-size: 14px;
	line-height: 21px
}

#page-companies #box-services .services .service li a {
	color: #b8b8b8
}

#page-companies #box-services .services .service li a:hover {
	text-decoration: underline;
	color: #ffa200
}

#page-companies #box-services .services .service li::after {
	content: ",";
	color: #b8b8b8;
	margin-left: -3px
}

#page-companies #box-services .services .service li:last-of-type::after {
	content: none
}

#page-companies #box-locations {
	margin-bottom: 35px
}

#page-companies #box-locations header {
	padding-top: 11px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(120, 120, 120, .5)
}

#page-companies #box-locations header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 41px;
	margin-bottom: 0;
	color: #ffa200
}

#page-companies #box-locations .locations {
	margin-top: 15px
}

#page-companies #box-locations .locations .location a {
	color: #b8b8b8;
	padding: 4px 0 8px 25px
}

#page-companies #box-locations .locations .location a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #b8b8b8;
	padding-right: 7px;
	display: inline-block;
	transform: translateY(2px)
}

#page-companies #box-locations .locations .location a.active {
	color: #787878;
	pointer-events: none
}

#page-companies #box-locations .locations .location a.active:hover {
	color: #787878
}

#page-companies #box-locations .locations .location a.active:hover:before {
	color: #787878
}

#page-companies #box-locations .locations .location a.active:before {
	color: #787878
}

#page-companies #box-locations .locations .location a:hover,
#page-companies #box-locations .locations .location a:active,
#page-companies #box-locations .locations .location a:focus {
	color: #ffa200
}

#page-companies #box-locations .locations .location a:hover:before,
#page-companies #box-locations .locations .location a:active:before,
#page-companies #box-locations .locations .location a:focus:before {
	color: #ffa200
}

#page-companies #box-locations footer {
	margin-top: 15px
}

#page-companies #box-locations footer a {
	display: inline-block;
	color: #ffa200;
	font-size: 16px;
	line-height: 21px;
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #ffa200;
	border-radius: 8px;
	font-weight: bold
}

#page-companies #box-locations footer a:hover {
	text-decoration: none;
	color: #fff;
	border: 1px solid #9e6118;
	background: #9e6118
}

#page-companies #box-categories {
	margin-bottom: 35px
}

#page-companies #box-categories header {
	padding-top: 11px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(120, 120, 120, .5)
}

#page-companies #box-categories header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 41px;
	margin-bottom: 0;
	color: #ffa200
}

#page-companies #box-categories .categories {
	margin-top: 15px
}

#page-companies #box-categories .categories .category a {
	color: #b8b8b8;
	padding: 4px 0 8px 25px
}

#page-companies #box-categories .categories .category a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #b8b8b8;
	padding-right: 7px;
	display: inline-block;
	transform: translateY(2px)
}

#page-companies #box-categories .categories .category a.active {
	color: #787878;
	pointer-events: none
}

#page-companies #box-categories .categories .category a.active:hover {
	color: #787878
}

#page-companies #box-categories .categories .category a.active:hover:before {
	color: #787878
}

#page-companies #box-categories .categories .category a.active:before {
	color: #787878
}

#page-companies #box-categories .categories .category a:hover,
#page-companies #box-categories .categories .category a:active,
#page-companies #box-categories .categories .category a:focus {
	color: #ffa200
}

#page-companies #box-categories .categories .category a:hover:before,
#page-companies #box-categories .categories .category a:active:before,
#page-companies #box-categories .categories .category a:focus:before {
	color: #ffa200
}

#page-companies #box-categories footer {
	margin-top: 15px
}

#page-companies #box-categories footer a {
	display: inline-block;
	color: #ffa200;
	font-size: 16px;
	line-height: 21px;
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #ffa200;
	border-radius: 8px;
	font-weight: bold
}

#page-companies #box-categories footer a:hover {
	color: #fff;
	border: 1px solid #9e6118;
	background: #9e6118;
	text-decoration: none
}

#page-companies #box-articles-sponsored header {
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-companies #box-articles-sponsored header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 36px;
	margin: 0;
	color: #ffa200
}

#page-companies #box-articles-sponsored .articles {
	justify-content: flex-start;
	align-items: stretch
}

#page-companies #box-articles-sponsored .articles .article {
	position: relative;
	margin-bottom: 55px
}

#page-companies #box-articles-sponsored .articles .article .wrapper {
	height: 100%;
	background: #e1e1e1
}

#page-companies #box-articles-sponsored .articles .article .wrapper .caption h3 {
	font-size: 21px;
	line-height: 28px;
	font-family: "Anton", sans-serif;
	margin-top: 11px;
	margin-bottom: 20px
}

#page-companies #box-articles-sponsored .articles .article .wrapper .caption h3 a {
	color: #191919
}

#page-companies #box-articles-sponsored .articles .article .wrapper .caption h3 a:hover,
#page-companies #box-articles-sponsored .articles .article .wrapper .caption h3 a:focus,
#page-companies #box-articles-sponsored .articles .article .wrapper .caption h3 a:active {
	color: #9e6118;
	text-decoration: none
}

#page-companies #box-articles-sponsored .articles .article .wrapper .caption .article-description {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919;
	padding-bottom: 30px
}

#page-companies #box-articles-sponsored .articles .article nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	width: 100%
}

#page-companies #box-articles-sponsored .articles .article .article-sponsored-icon {
	position: absolute;
	top: -4px;
	left: 45px
}

#page-companies #box-articles-sponsored .articles {
	margin-bottom: 0
}

@media(min-width: 576px) {
	#page-companies #box-companies .companies .company {
		margin-bottom: 30px
	}

	#page-companies #box-companies .companies .company .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		flex-grow: 1;
		padding: 15px
	}

	#page-companies #box-companies .companies .company .wrapper .company-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 120px;
		min-height: 120px;
		border: 1px solid #e2e2e2;
		margin-right: 15px;
		margin-bottom: 15px
	}

	#page-companies #box-companies .companies .company .wrapper .company-logo img {
		display: block
	}

	#page-companies #box-companies .companies .company .wrapper .caption {
		font-size: 14px;
		width: 100%
	}

	#page-companies #box-companies .companies .company .wrapper .caption .company-name {
		word-break: break-word;
		margin-bottom: 0
	}

	#page-companies #box-companies .companies .company .wrapper .caption .company-name a {
		font-size: 24px;
		line-height: 32px;
		text-decoration: none;
		color: #191919;
		font-style: normal
	}

	#page-companies #box-companies .companies .company .wrapper .caption .company-name a:hover {
		color: #9e6118;
		text-decoration: none
	}

	#page-companies #box-companies .companies .company .wrapper .caption a {
		display: inline-block;
		margin-bottom: 4px;
		color: #ffa200;
		text-decoration: none;
		font-style: italic
	}

	#page-companies #box-companies .companies .company .wrapper .caption a .fa {
		font-size: 18px;
		transform: translateY(2px);
		display: inline-block;
		padding-right: 4px;
		color: #ffa200
	}

	#page-companies #box-companies .companies .company .wrapper .caption a:hover {
		color: #9e6118;
		text-decoration: underline
	}

	#page-companies #box-companies .companies .company .wrapper .caption a:hover .fa {
		color: #9e6118;
		text-decoration: none
	}

	#page-companies #box-companies .companies .company .wrapper .company-address {
		font-size: 14px;
		line-height: 21px;
		font-family: "Open Sans", sans-serif;
		margin-bottom: 4px
	}

	#page-companies #box-companies .companies .company .wrapper .company-rating {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		max-width: 150px;
		margin: -15px -15px -15px 15px;
		background: #ffa200;
		border-radius: 0 6px 6px 0;
		align-self: stretch
	}

	#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
		order: 2;
		margin-right: 0
	}

	#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
		color: #b97c11
	}

	#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
		color: #191919
	}

	#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(0, 10px, 20px, 0);
		color: #191919
	}

	#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-value {
		order: 1;
		font-size: 30px;
		color: #191919;
		line-height: 36px;
		margin-bottom: 6px;
		font-weight: bold;
		margin-right: 0
	}

	#page-companies #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
		order: 3;
		font-style: italic;
		font-size: 12px;
		line-height: 17px;
		color: #9e6118;
		margin-right: 0
	}
}

@media(min-width: 992px) {
	#page-companies #box-ambiguous {
		margin-bottom: 55px
	}

	#page-companies #box-services {
		margin-bottom: 45px
	}
}

#page-company {
	background: url("../images/grafika-top-podstrony.webp") no-repeat center top #000
}

#page-company #breadcrumb {
	margin-bottom: 25px
}

#page-company #box-company .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: stretch;
	background: #fff
}

#page-company #box-company .wrapper h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 0
}

#page-company #box-company .wrapper .clearfix .company-top {
	margin-bottom: 0
}

#page-company #box-company .wrapper .clearfix .company-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	margin: 0 auto 15px auto;
	background: #fff;
	border: 1px solid #e1e1e1
}

#page-company #box-company .wrapper .clearfix .company-logo img {
	display: block
}

#page-company #box-company .wrapper .clearfix .caption {
	width: 100%
}

#page-company #box-company .wrapper .clearfix .caption .company-name {
	word-break: break-word
}

#page-company #box-company .wrapper .clearfix .caption a {
	color: #ffa200;
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	margin-bottom: 0
}

#page-company #box-company .wrapper .clearfix .caption a .fa-angle-right {
	display: inline-block;
	margin-left: 4px
}

#page-company #box-company .wrapper .clearfix .caption a:hover {
	color: #9e6118
}

#page-company #box-company .wrapper .clearfix .caption .company-address {
	margin-bottom: 12px
}

#page-company #box-company .wrapper .clearfix .company-bottom {
	padding-bottom: 15px
}

@media(min-width: 576px) {
	#page-company #box-company .wrapper .clearfix .company-bottom {
		padding-bottom: 0
	}
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact {
	margin-bottom: 0;
	max-width: 100%
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li {
	margin-top: 15px;
	margin-right: 10px;
	max-width: 100%;
	white-space: nowrap
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary {
	padding: 6px 10px;
	opacity: 1
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary:not([data-expanded]) {
	max-width: calc(100% - 26px);
	overflow: hidden;
	text-overflow: ellipsis
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary.action-webs:not([data-expanded]) {
	max-width: 100%
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary:hover,
#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary:active,
#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary:focus {
	background: #ffa200;
	color: #191919
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary span {
	font-size: 14px
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary .fas {
	margin-top: -2px;
	font-size: 16px;
	vertical-align: middle
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary.copy-button {
	display: inline-block;
	min-width: 30px;
	padding: 6px;
	margin-left: -6px;
	background: #9e6118;
	border-color: #9e6118;
	border-radius: 0 .25rem .25rem 0;
	color: #fff
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary.copy-button:hover,
#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary.copy-button:active,
#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary.copy-button:focus {
	background: #9e6118;
	color: #fff
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact li .btn-primary.copy-button span {
	margin: -2px 0 0 0
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact .popover {
	background: #c8c8c8;
	transition: opacity .2s linear;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
	border: none
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact .popover .popover-header {
	display: none
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact .popover .popover-body {
	padding: 6px 10px;
	font-size: 13px;
	color: #191919;
	text-align: center;
	font-weight: 500
}

#page-company #box-company .wrapper .clearfix .company-bottom .company-contact .popover .arrow::after {
	border-top-color: #c8c8c8
}

#page-company #box-company .wrapper .company-rating {
	margin: 0 -15px -15px -15px;
	width: calc(100% + 30px);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #ffa200;
	border-radius: 0 0 6px 6px;
	align-self: stretch;
	padding: 15px 10px
}

#page-company #box-company .wrapper .company-rating .company-rating-stars {
	order: 2
}

#page-company #box-company .wrapper .company-rating .company-rating-stars .list-inline-item span {
	color: #b97c11
}

#page-company #box-company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
	color: #191919
}

#page-company #box-company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
	position: absolute;
	top: 0;
	left: 0;
	color: #191919;
	clip: rect(0, 10px, 32px, 0)
}

#page-company #box-company .wrapper .company-rating .company-rating-value {
	order: 1;
	font-family: "Anton", sans-serif;
	font-size: 30px;
	color: #191919;
	margin-bottom: 2px;
	font-weight: bold
}

#page-company #box-company .wrapper .company-rating .company-rating-counter {
	color: #9e6118;
	font-size: 12px;
	order: 3;
	font-style: italic
}

#page-company #box-company .company-footer {
	margin-bottom: 0;
	padding: 23px 15px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 30px;
	flex-wrap: wrap
}

#page-company #box-company .company-footer li {
	margin-left: 15px
}

#page-company #box-company .company-footer .company-update a,
#page-company #box-company .company-footer .company-terms a {
	color: #fff
}

#page-company #box-company .company-footer .company-update a span,
#page-company #box-company .company-footer .company-terms a span {
	color: #fff
}

#page-company #box-company .company-footer .company-update a:hover,
#page-company #box-company .company-footer .company-terms a:hover {
	text-decoration: none
}

#page-company #box-company .company-map {
	padding: 15px;
	background: #fff;
	margin-bottom: 35px
}

#page-company #box-company .company-map #map {
	height: 270px
}

#page-company #box-company .list-social-media {
	margin-bottom: 0;
	clear: both;
	display: flex;
	justify-content: flex-start;
	align-items: stretch
}

#page-company #box-company .list-social-media li[class^=list-item-] {
	margin-top: 15px;
	font-size: 18px;
	width: 33px;
	line-height: 33px;
	padding: 0;
	border-radius: 8px;
	margin-right: 10px;
	color: #fff;
	text-align: center
}

#page-company #box-company .list-social-media li[class^=list-item-] a {
	color: #fff;
	text-decoration: none
}

#page-company #box-company .list-social-media li[class*=-facebook] {
	background: #1877f2
}

#page-company #box-company .list-social-media li[class*=-twitter] {
	background: #00acee
}

#page-company #box-company .list-social-media li[class*=-linkedin] {
	background: #0a66c2
}

#page-company #box-company .list-social-media li[class*=-pinterest] {
	background: #d60000
}

#page-company #box-company .list-social-media li[class*=-instagram] {
	background: #f00075
}

#page-company #box-company .list-social-media li[class*=-youtube] {
	background: red
}

#page-company #box-company-owner {
	padding: 25px;
	margin-bottom: 50px
}

#page-company #box-company-owner header {
	margin-bottom: 15px;
	padding-bottom: 7px;
	position: relative;
	border-bottom: 1px solid #e1e1e1
}

#page-company #box-company-owner header h2 {
	font-size: 24px;
	padding-right: 66px;
	line-height: 44px
}

#page-company #box-company-owner header h2 span {
	display: none
}

#page-company #box-company-owner p {
	font-size: 14px;
	line-height: 21px
}

#page-company #box-company-owner .btn-primary {
	display: block;
	width: fit-content;
	margin: 0 auto
}

#page-company #box-company-owner .btn-primary span {
	margin: 0;
	margin-right: 5px
}

#page-company #box-review-reviews {
	background: #fff
}

#page-company #box-review {
	margin-bottom: 0;
	padding: 17px 15px 15px 15px
}

#page-company #box-review header {
	margin-bottom: 20px;
	padding-bottom: 17px
}

#page-company #box-review p {
	font-family: "Open Sans", sans-serif
}

#page-company #box-review .form-header {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 10px
}

#page-company #box-review .form-header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #191919
}

#page-company #box-review #form-review {
	padding-top: 5px;
	margin-bottom: -15px
}

#page-company #box-review #form-review .custom-radio {
	width: 100%;
	padding: 5px 0;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 6px;
	margin: 0 auto;
	min-width: 230px;
	text-align: center;
	display: flex;
	justify-content: center
}

#page-company #box-review #form-review .custom-radio .custom-control-label {
	margin: 0;
	padding: 0 2px;
	font-size: 35px;
	cursor: pointer;
	color: #e1e1e1
}

#page-company #box-review #form-review .custom-radio .custom-control-label::before {
	display: none
}

#page-company #box-review #form-review .custom-radio .custom-control-label::after {
	display: none
}

#page-company #box-review #form-review .custom-radio .custom-control-label.active {
	color: #ffa200
}

#page-company #box-review #form-review #form-review-submit {
	margin-top: 8px;
	margin-bottom: 35px
}

#page-company #box-review #form-review #form-review-submit.disabled {
	opacity: 1;
	background: #c8c8c8;
	color: #787878
}

#page-company #box-review #form-review #form-review-content {
	min-height: 123px
}

#page-company #box-review #form-review small.form-text {
	font-style: italic
}

#page-company #box-review .alert.alert-danger p {
	font-family: "Anton", sans-serif;
	color: #ce2500;
	margin-top: 75px;
	margin-bottom: 100px;
	font-size: 24px;
	line-height: 40px
}

#page-company #box-review .alert.alert-danger p span {
	font-size: 40px
}

#page-company #box-review .alert.alert-success {
	padding: 89px 0 102px 0
}

#page-company #box-review .alert.alert-success p {
	font-family: "Anton", sans-serif;
	margin: 0
}

#page-company #box-review .alert.alert-success p.success-thanks {
	font-size: 24px;
	line-height: 32px
}

#page-company #box-review .alert.alert-success p.success-company {
	color: #ffa200;
	font-size: 30px;
	line-height: 36px
}

#page-company #box-review .alert.alert-success p.success-info {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif
}

#page-company #box-review .alert.alert-success .form-company-name {
	font-size: 24px;
	line-height: 31px;
	margin-top: -4px;
	margin-bottom: -4px;
	font-weight: bold
}

#page-company #box-review .form-group-captcha {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: -26px;
	margin-right: -26px
}

#page-company #box-review .form-group-captcha #g-recaptcha-response-error {
	margin-top: 0
}

#page-company #box-reviews {
	padding-left: 5px
}

#page-company #box-reviews header {
	margin-bottom: 15px;
	padding-bottom: 7px;
	position: relative;
	border-bottom: 1px solid #e1e1e1
}

#page-company #box-reviews header h2 {
	font-size: 24px;
	padding-right: 66px;
	line-height: 44px
}

#page-company #box-reviews header h2 span {
	display: none
}

#page-company #box-reviews header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	display: block
}

#page-company #box-reviews header .action-show-review {
	padding: 8px 15px;
	font-family: "Open Sans", sans-serif;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: -2px;
	font-size: 14px
}

#page-company #box-reviews header .action-show-review span {
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	display: block
}

#page-company #box-reviews header .action-show-review .fas {
	font-size: 18px;
	transform: translateX(0px) translateY(0px)
}

#page-company #box-reviews .action-show-review {
	padding: 8px;
	transform: translateY(7px)
}

#page-company #box-reviews .action-show-review .btn-label {
	display: none
}

#page-company #box-reviews .action-show-review .fa-thumbs-up {
	padding: 0;
	margin: 0 0 0 6px
}

#page-company #box-reviews article {
	text-align: center
}

#page-company #box-reviews article.no-reviews p {
	text-align: left;
	margin: 27px 0 0 0;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 7px
}

#page-company #box-reviews article.no-reviews h4 {
	margin-top: 35px;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px
}

#page-company #box-reviews article.no-reviews .action-show-review {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: 12px 0 86px 0;
	padding: 12px 14px;
	max-height: 44px;
	min-height: 44px
}

#page-company #box-reviews article.no-reviews .action-show-review span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-right: 2px
}

#page-company #box-reviews article.no-reviews .action-show-review .fas {
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	font-size: 18px
}

#page-company #box-reviews #company-reviews {
	margin-bottom: 0;
	padding-bottom: 0
}

#page-company #box-reviews .reviews {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 30px
}

#page-company #box-reviews .reviews:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}

#page-company #box-reviews .reviews .review {
	margin-bottom: 0;
	padding-bottom: 17px
}

#page-company #box-reviews .reviews .review:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

#page-company #box-reviews .reviews .review .review-author {
	font-family: "Anton", sans-serif;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 24px;
	overflow-wrap: break-word;
	width: fit-content;
	max-width: calc(100% - 170px);
	float: left
}

#page-company #box-reviews .reviews .review .review-content {
	clear: both;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	margin: 10px 0 0 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1
}

#page-company #box-reviews .reviews .review .company-rating {
	max-width: 170px;
	float: right;
	margin: 0;
	transform: translateY(-5px)
}

#page-company #box-reviews .reviews .review .company-rating&gt;li {
	vertical-align: middle;
	white-space: nowrap
}

#page-company #box-reviews .reviews .review .company-rating&gt;li.company-rating-stars {
	font-size: 18px
}

#page-company #box-reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item {
	position: relative;
	margin: 0
}

#page-company #box-reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item.active {
	content: none
}

#page-company #box-reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item.active span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	color: #ffa200
}

#page-company #box-reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item.active-half {
	content: none
}

#page-company #box-reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item.active-half span::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 18px;
	color: #ffa200;
	top: 0;
	left: 0;
	clip: rect(0, 10px, 20px, 0)
}

#page-company #box-reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item span {
	position: relative
}

#page-company #box-reviews .reviews .review .company-rating&gt;li.company-rating-stars .list-inline-item span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	color: #e1e1e1
}

#page-company #box-reviews .reviews .review .company-rating .company-rating-value {
	font-family: "Anton", sans-serif;
	color: #191919;
	font-size: 24px;
	line-height: 32px
}

#page-company #box-reviews .reviews .review .company-rating-value {
	font-family: "Anton", sans-serif;
	font-size: 24px;
	line-height: 32px
}

#page-company #box-reviews .reviews .review:last-child {
	margin-bottom: 15px
}

#page-company #box-reviews .reviews .review:last-child .review-content {
	border-bottom: none
}

#page-company #box-reviews footer {
	height: auto;
	position: relative;
	margin: 17px auto
}

#page-company #box-reviews footer a {
	white-space: initial;
	text-align: center
}

#page-company #box-reviews footer a::after {
	content: "";
	display: inline-block;
	margin-left: 8px;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: bold
}

#page-company #box-reviews .company-rating-review-link {
	display: none
}

#page-company #box-articles-recommended header,
#page-company #box-articles-recommended-mobile header {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-company #box-articles-recommended header h2,
#page-company #box-articles-recommended-mobile header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 36px;
	margin: 0;
	color: #ffa200
}

#page-company #box-articles-recommended .articles,
#page-company #box-articles-recommended-mobile .articles {
	justify-content: flex-start;
	align-items: stretch
}

#page-company #box-articles-recommended .articles .article,
#page-company #box-articles-recommended-mobile .articles .article {
	position: relative;
	margin-bottom: 55px
}

#page-company #box-articles-recommended .articles .article .wrapper,
#page-company #box-articles-recommended-mobile .articles .article .wrapper {
	height: 100%;
	background: #e1e1e1
}

#page-company #box-articles-recommended .articles .article .wrapper img,
#page-company #box-articles-recommended-mobile .articles .article .wrapper img {
	width: 100%;
	height: auto
}

#page-company #box-articles-recommended .articles .article .wrapper .caption h3,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption h3 {
	font-size: 21px;
	line-height: 28px;
	font-family: "Anton", sans-serif;
	margin-top: 8px;
	margin-bottom: 10px
}

#page-company #box-articles-recommended .articles .article .wrapper .caption h3 a,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption h3 a {
	color: #191919
}

#page-company #box-articles-recommended .articles .article .wrapper .caption h3 a:hover,
#page-company #box-articles-recommended .articles .article .wrapper .caption h3 a:focus,
#page-company #box-articles-recommended .articles .article .wrapper .caption h3 a:active,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption h3 a:hover,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption h3 a:focus,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption h3 a:active {
	color: #9e6118;
	text-decoration: none
}

#page-company #box-articles-recommended .articles .article .wrapper .caption .article-category,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption .article-category {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	margin-top: 9px;
	color: #ffa200;
	font-style: italic
}

#page-company #box-articles-recommended .articles .article .wrapper .caption .article-category span,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption .article-category span {
	padding-left: 6px
}

#page-company #box-articles-recommended .articles .article .wrapper .caption .article-category:hover,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption .article-category:hover {
	color: #b97c11;
	text-decoration: none
}

#page-company #box-articles-recommended .articles .article .wrapper .caption span.article-category,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption span.article-category {
	color: #b8b8b8;
	pointer-events: none
}

#page-company #box-articles-recommended .articles .article .wrapper .caption .article-description,
#page-company #box-articles-recommended-mobile .articles .article .wrapper .caption .article-description {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919;
	padding-bottom: 16px
}

#page-company #box-articles-recommended .articles .article nav,
#page-company #box-articles-recommended-mobile .articles .article nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	width: 100%
}

#page-company #box-articles-recommended .articles,
#page-company #box-articles-recommended-mobile .articles {
	margin-bottom: -10px
}

#page-company #box-articles-sponsored {
	margin-bottom: 0
}

#page-company #box-articles-sponsored header {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-company #box-articles-sponsored header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 36px;
	margin: 0;
	color: #ffa200
}

#page-company #box-articles-sponsored .articles {
	justify-content: flex-start;
	align-items: stretch
}

#page-company #box-articles-sponsored .articles .article {
	position: relative;
	margin-bottom: 55px
}

#page-company #box-articles-sponsored .articles .article .wrapper {
	height: 100%;
	background: #e1e1e1
}

#page-company #box-articles-sponsored .articles .article .wrapper .caption h3 {
	font-size: 21px;
	line-height: 28px;
	font-family: "Anton", sans-serif;
	margin-top: 11px;
	margin-bottom: 20px
}

#page-company #box-articles-sponsored .articles .article .wrapper .caption h3 a {
	color: #191919
}

#page-company #box-articles-sponsored .articles .article .wrapper .caption h3 a:hover,
#page-company #box-articles-sponsored .articles .article .wrapper .caption h3 a:focus,
#page-company #box-articles-sponsored .articles .article .wrapper .caption h3 a:active {
	color: #9e6118;
	text-decoration: none
}

#page-company #box-articles-sponsored .articles .article .wrapper .caption .article-description {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919;
	padding-bottom: 30px
}

#page-company #box-articles-sponsored .articles .article nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	width: 100%
}

#page-company #box-articles-sponsored .articles .article .article-sponsored-icon {
	position: absolute;
	top: -4px;
	left: 45px
}

#page-company #box-articles-sponsored .articles {
	margin-bottom: 0
}

#page-company #box-companies header {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-company #box-companies header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 36px;
	margin: 0;
	color: #ffa200
}

#page-company #box-companies .companies {
	margin-bottom: 43px
}

#page-company #box-companies .companies .company {
	margin-bottom: 30px
}

#page-company #box-companies .companies .company .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 0;
	flex-wrap: wrap;
	padding: 15px
}

#page-company #box-companies .companies .company .wrapper .company-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	background: #fff;
	margin-bottom: 15px
}

#page-company #box-companies .companies .company .wrapper .company-logo img {
	display: block
}

#page-company #box-companies .companies .company .wrapper .caption {
	font-size: 14px;
	width: calc(100% - 110px)
}

#page-company #box-companies .companies .company .wrapper .caption .company-name {
	word-break: break-word
}

#page-company #box-companies .companies .company .wrapper .caption .company-name a {
	font-size: 24px;
	line-height: 32px;
	text-decoration: none;
	color: #191919;
	font-style: normal
}

#page-company #box-companies .companies .company .wrapper .caption .company-name a:hover {
	color: #9e6118;
	text-decoration: none
}

#page-company #box-companies .companies .company .wrapper .caption a {
	display: inline-block;
	margin-bottom: 4px;
	color: #ffa200;
	text-decoration: none;
	font-style: italic
}

#page-company #box-companies .companies .company .wrapper .caption a .fa {
	display: inline-block;
	padding-left: 4px;
	color: #ffa200
}

#page-company #box-companies .companies .company .wrapper .caption a:hover {
	color: #9e6118;
	text-decoration: underline
}

#page-company #box-companies .companies .company .wrapper .caption a:hover .fas {
	color: #9e6118;
	text-decoration: none
}

#page-company #box-companies .companies .company .wrapper .caption .company-address {
	margin-bottom: 4px
}

#page-company #box-companies .companies .company .wrapper .company-rating {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: calc(100% + 30px);
	height: 55px;
	margin: 0 -15px -15px -15px;
	background: #ffa200;
	border-radius: 0 0 6px 6px;
	align-self: stretch
}

#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
	order: 2
}

#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
	color: #b97c11
}

#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
	color: #191919
}

#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0, 10px, 20px, 0)
}

#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-value {
	font-family: "Anton", sans-serif;
	order: 1;
	font-size: 30px;
	line-height: 36px;
	color: #191919;
	margin-bottom: 6px;
	font-weight: bold;
	margin-right: 15px
}

#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
	order: 3;
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	color: #9e6118
}

#page-company #box-companies .companies .company-paid {
	border: 3px solid #ffa200;
	border-radius: 8px;
	overflow: hidden
}

#page-company #box-companies .companies .company-paid .wrapper {
	border-radius: 0;
	background: #fff
}

#page-company #box-sharing {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 40px;
	margin-left: -5px;
	margin-right: -5px
}

#page-company #box-sharing h4 {
	font-family: "Anton", sans-serif;
	font-size: 21px;
	line-height: 28px;
	padding-right: 5px;
	color: #ffa200;
	padding-top: 18px
}

#page-company #box-sharing .share {
	padding-top: 0;
	margin-top: 16px;
	padding-bottom: 31px
}

#page-company #box-sharing .share .sharing-toolbox {
	float: none;
	margin-left: 4px;
	margin-top: 4px
}

#page-company #box-sharing .share span {
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	margin: 6px 6px 0 0
}

#page-company .company-rating-review-link {
	order: 10
}

#page-company .company-rating-review-link a {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-decoration: none
}

#page-company .company-rating-review-link a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 6px
}

#page-company #box-company-description {
	margin-bottom: 35px;
	padding-bottom: 40px
}

#page-company #box-company-description header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #191919;
	border-bottom: 1px solid #d5e2e6;
	padding: 10px 0 12px 0;
	margin-bottom: 18px
}

#page-company #box-company-description .company-description {
	font-size: 14px;
	line-height: 21px
}

#page-company #box-company-gallery {
	margin-bottom: 10px
}

#page-company #box-company-gallery header h2 {
	color: #ffa200;
	font-size: 24px;
	line-height: 32px;
	padding: 10px 0 12px 0;
	text-align: center;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 27px
}

#page-company #box-company-gallery .company-gallery {
	align-items: stretch
}

#page-company #box-company-gallery .company-gallery .col-md-4 {
	margin-bottom: 30px
}

#page-company #box-company-gallery .company-gallery .box-image {
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%
}

#page-company #box-company-gallery .company-gallery .box-image a {
	display: block;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

#page-company #box-company-gallery .company-gallery .box-image img {
	max-width: 100%;
	height: auto;
	display: block
}

#page-company #box-company-keywords {
	margin-bottom: 35px
}

#page-company #box-company-keywords header h2 {
	color: #ffa200;
	font-size: 24px;
	line-height: 32px;
	padding: 10px 0 12px 0;
	text-align: center;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 27px
}

#page-company #box-company-keywords .company-list-keywords {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	list-style-type: none
}

#page-company #box-company-keywords .company-list-keywords .company-item-keyword {
	font-size: 14px;
	line-height: 21px
}

#page-company #box-company-keywords .company-list-keywords .company-item-keyword:after {
	content: ",";
	color: #b8b8b8;
	margin-right: 5px
}

#page-company #box-company-keywords .company-list-keywords .company-item-keyword:last-child:after {
	content: none
}

#page-company #box-company-keywords .company-list-keywords .company-item-keyword a {
	color: #b8b8b8
}

#page-company #box-company-keywords .company-list-keywords .company-item-keyword a:hover {
	color: #ffa200;
	text-decoration: underline
}

#page-company #box-company-video {
	margin-bottom: 35px
}

#page-company #box-company-video header h2 {
	color: #ffa200;
	font-size: 24px;
	line-height: 32px;
	padding: 10px 0 12px 0;
	text-align: center;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 27px
}

#page-company #box-company-video .box {
	padding-bottom: 10px
}

#page-company aside {
	position: relative;
	z-index: 999999;
	margin-top: 35px
}

@media(min-width: 992px) {
	#page-company aside {
		margin-top: -47px
	}
}

@media(min-width: 576px) {
	#page-company #box-company {
		position: relative
	}

	#page-company #box-company .wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
		padding: 15px 15px 15px 15px;
		width: 100%
	}

	#page-company #box-company .wrapper .clearfix {
		padding: 0
	}

	#page-company #box-company .wrapper .company-top {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
		width: 100%;
		margin-bottom: 15px
	}

	#page-company #box-company .wrapper .company-top .company-logo {
		min-width: 130px;
		min-height: 130px;
		border: 1px solid #e2e2e2;
		margin-right: 15px
	}

	#page-company #box-company .wrapper .company-top .company-name {
		margin-bottom: 6px
	}

	#page-company #box-company .wrapper .company-top .company-category,
	#page-company #box-company .wrapper .company-top .company-province {
		font-family: "Montserrat", sans-serif;
		color: #666;
		text-decoration: none;
		font-style: italic;
		display: inline-block;
		margin-bottom: 4px
	}

	#page-company #box-company .wrapper .company-top .company-category span,
	#page-company #box-company .wrapper .company-top .company-province span {
		padding-right: 4px
	}

	#page-company #box-company .wrapper .company-top .company-category:hover,
	#page-company #box-company .wrapper .company-top .company-province:hover {
		text-decoration: underline
	}

	#page-company #box-company .wrapper .company-top .company-category:hover span,
	#page-company #box-company .wrapper .company-top .company-province:hover span {
		text-decoration: none
	}

	#page-company #box-company .wrapper .company-top .company-address {
		font-family: "Montserrat", sans-serif;
		margin-bottom: 0
	}

	#page-company #box-company .wrapper .company-rating {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		height: initial;
		max-width: 150px;
		width: 100%;
		min-width: 124px;
		padding: 45px 0;
		margin: -15px -15px -15px 15px;
		border-radius: 0 6px 6px 0;
		align-self: stretch
	}

	#page-company #box-company .wrapper .company-rating .company-rating-stars {
		margin-right: 0;
		order: 2
	}

	#page-company #box-company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(0, 10px, 20px, 0)
	}

	#page-company #box-company .wrapper .company-rating .company-rating-value {
		margin-right: 0;
		order: 1;
		font-size: 30px;
		margin-bottom: 2px;
		font-weight: bold
	}

	#page-company #box-company .wrapper .company-rating .company-rating-counter {
		order: 3;
		font-style: italic
	}

	#page-company #box-company .share {
		padding-top: 24px
	}

	#page-company #box-company .share .sharing-toolbox {
		float: right
	}

	#page-company #box-reviews header .action-show-review {
		padding: 8px 15px;
		transform: translateY(0)
	}

	#page-company #box-reviews header .action-show-review .btn-label {
		display: block
	}

	#page-company #box-reviews header .action-show-review .fa-thumbs-up {
		padding: 0;
		margin: 0 5px 0 0
	}

	#page-company #box-reviews header h2 span {
		display: inline
	}

	#page-company #box-articles-sponsored header {
		padding-top: 11px;
		padding-bottom: 6px;
		border-bottom: 1px solid rgba(120, 120, 120, .5)
	}

	#page-company #box-articles-sponsored header h2 {
		font-size: 24px;
		line-height: 32px;
		min-height: 41px;
		margin-bottom: 0;
		padding-bottom: 0;
		color: #ffa200
	}

	#page-company #box-companies header {
		padding-top: 11px;
		padding-bottom: 6px;
		border-bottom: 1px solid rgba(120, 120, 120, .5)
	}

	#page-company #box-companies .companies .company {
		margin-bottom: 30px
	}

	#page-company #box-companies .companies .company .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		flex-grow: 1;
		padding: 15px
	}

	#page-company #box-companies .companies .company .wrapper .company-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 120px;
		min-height: 120px;
		border: 1px solid #e2e2e2;
		margin-right: 15px;
		margin-bottom: 15px
	}

	#page-company #box-companies .companies .company .wrapper .company-logo img {
		display: block
	}

	#page-company #box-companies .companies .company .wrapper .caption {
		font-size: 14px;
		width: 100%
	}

	#page-company #box-companies .companies .company .wrapper .caption .company-name {
		word-break: break-word;
		margin-bottom: 0
	}

	#page-company #box-companies .companies .company .wrapper .caption .company-name a {
		font-size: 24px;
		line-height: 32px;
		text-decoration: none;
		color: #191919;
		font-style: normal
	}

	#page-company #box-companies .companies .company .wrapper .caption .company-name a:hover {
		color: #9e6118;
		text-decoration: none
	}

	#page-company #box-companies .companies .company .wrapper .caption a {
		display: inline-block;
		margin-bottom: 4px;
		color: #ffa200;
		text-decoration: none;
		font-style: italic
	}

	#page-company #box-companies .companies .company .wrapper .caption a .fa {
		font-size: 18px;
		transform: translateY(2px);
		display: inline-block;
		padding-right: 4px;
		color: #ffa200
	}

	#page-company #box-companies .companies .company .wrapper .caption a:hover {
		color: #9e6118;
		text-decoration: underline
	}

	#page-company #box-companies .companies .company .wrapper .caption a:hover .fa {
		color: #9e6118;
		text-decoration: none
	}

	#page-company #box-companies .companies .company .wrapper .company-address {
		font-size: 14px;
		line-height: 21px;
		font-family: "Open Sans", sans-serif;
		margin-bottom: 4px
	}

	#page-company #box-companies .companies .company .wrapper .company-rating {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		max-width: 150px;
		margin: -15px -15px -15px 15px;
		background: #ffa200;
		border-radius: 0 6px 6px 0;
		align-self: stretch
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
		order: 2;
		margin-right: 0
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
		color: #b97c11
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
		color: #191919
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(0, 10px, 20px, 0);
		color: #191919
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-value {
		order: 1;
		font-size: 30px;
		color: #191919;
		line-height: 36px;
		margin-bottom: 6px;
		font-weight: bold;
		margin-right: 0
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
		order: 3;
		font-style: italic;
		font-size: 12px;
		line-height: 17px;
		color: #9e6118;
		margin-right: 0
	}
}

@media(min-width: 992px) {
	#page-company #box-company {
		margin-bottom: 0;
		padding-right: 400px
	}

	#page-company #box-company .company-map {
		position: absolute;
		top: 0;
		right: 0;
		width: 370px;
		margin-top: 0;
		margin-bottom: 0;
		height: calc(100% - 76px)
	}

	#page-company #box-company .company-map #map {
		height: 100%
	}

	#page-company #box-articles-sponsored {
		margin-top: 0;
		margin-bottom: 47px
	}

	#page-company #box-companies .companies {
		margin-bottom: 43px
	}

	#page-company #box-companies .companies .company {
		margin-bottom: 30px
	}

	#page-company #box-companies .companies .company .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-grow: 0;
		flex-wrap: wrap;
		padding: 15px
	}

	#page-company #box-companies .companies .company .wrapper .company-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		height: 100px;
		border: 1px solid #e1e1e1;
		margin-right: 10px;
		background: #fff;
		margin-bottom: 15px
	}

	#page-company #box-companies .companies .company .wrapper .company-logo img {
		display: block
	}

	#page-company #box-companies .companies .company .wrapper .caption {
		font-size: 14px;
		width: calc(100% - 110px)
	}

	#page-company #box-companies .companies .company .wrapper .caption .company-name {
		word-break: break-word
	}

	#page-company #box-companies .companies .company .wrapper .caption .company-name a {
		font-size: 24px;
		line-height: 32px;
		text-decoration: none;
		color: #191919;
		font-style: normal
	}

	#page-company #box-companies .companies .company .wrapper .caption .company-name a:hover {
		color: #9e6118;
		text-decoration: none
	}

	#page-company #box-companies .companies .company .wrapper .caption a {
		display: inline-block;
		margin-bottom: 4px;
		color: #ffa200;
		text-decoration: none;
		font-style: italic
	}

	#page-company #box-companies .companies .company .wrapper .caption a .fa {
		display: inline-block;
		padding-left: 4px;
		color: #ffa200
	}

	#page-company #box-companies .companies .company .wrapper .caption a:hover {
		color: #9e6118;
		text-decoration: underline
	}

	#page-company #box-companies .companies .company .wrapper .caption a:hover .fas {
		color: #9e6118;
		text-decoration: none
	}

	#page-company #box-companies .companies .company .wrapper .caption .company-address {
		margin-bottom: 4px
	}

	#page-company #box-companies .companies .company .wrapper .company-rating {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: calc(100% + 30px);
		height: 55px;
		margin: 0 -15px -15px -15px;
		background: #ffa200;
		border-radius: 0 0 6px 6px;
		align-self: stretch
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
		order: 2
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
		color: #b97c11
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
		color: #191919
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(0, 10px, 20px, 0)
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-value {
		font-family: "Anton", sans-serif;
		order: 1;
		font-size: 30px;
		line-height: 36px;
		color: #191919;
		margin-bottom: 6px;
		font-weight: bold;
		margin-right: 15px
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
		order: 3;
		font-size: 12px;
		line-height: 17px;
		font-style: italic;
		color: #9e6118
	}

	#page-company #box-companies .companies .company-paid {
		border: 3px solid #ffa200;
		border-radius: 8px;
		overflow: hidden
	}

	#page-company #box-companies .companies .company-paid .wrapper {
		border-radius: 0;
		background: #fff
	}

	#page-company #box-companies .companies .company .wrapper .caption {
		width: calc(100% - 130px)
	}

	#page-company #box-companies .companies .company .wrapper .company-rating {
		max-width: initial
	}

	#page-company #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
		margin-left: 8px
	}
}

@media(max-width: 360px) {
	#page-company #box-sharing {
		flex-direction: column
	}

	#page-company #box-sharing h4 {
		padding-right: 0
	}
}

#companyLightbox {
	z-index: 99999999;
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: rgba(0, 0, 0, .95);
	user-select: none;
	transition: all .3s;
	touch-action: none
}

#companyLightbox img {
	display: block;
	max-width: calc(100% - 80px);
	z-index: 10;
	transition: opacity .3s;
	margin: 0 auto
}

#companyLightbox span.counter {
	color: #fff;
	width: 60px;
	font-size: 24px;
	line-height: 32px;
	position: absolute;
	bottom: 20px;
	right: calc(50% - 30px);
	z-index: 999999;
	margin: 0;
	text-align: center
}

#companyLightbox .company-lightbox-button {
	width: 80px;
	height: 80px;
	color: hsla(0, 0%, 100%, .5);
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	z-index: 11;
	margin: 20px;
	border-radius: 99px;
	transition: all .3s;
	position: absolute;
	top: calc(50% - 40px)
}

#companyLightbox .company-lightbox-button.next {
	padding: 15px 10px 15px 15px;
	right: 25px
}

#companyLightbox .company-lightbox-button.previous {
	padding: 15px 15px 15px 10px;
	left: 25px
}

#companyLightbox .company-lightbox-button.close-button {
	color: #fff;
	width: 52px;
	height: 52px;
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 999999;
	margin: 0;
	padding: 10px 9px 10px 10px
}

#companyLightbox .company-lightbox-button:hover {
	color: #000;
	background: hsla(0, 0%, 100%, .6)
}

@media(max-width: 768px) {
	#companyLightbox img {
		display: block;
		max-width: 100%
	}

	#companyLightbox .company-lightbox-button.next {
		display: none
	}

	#companyLightbox .company-lightbox-button.previous {
		display: none
	}

	#companyLightbox span.ChangeInfo {
		display: block
	}
}

#page-articles {
	background: url("../images/grafika-top-podstrony.webp") no-repeat top center #000
}

#page-articles #breadcrumb {
	margin-bottom: 25px
}

#page-articles #box-articles header {
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-articles #box-articles header h1 {
	font-size: 30px;
	line-height: 36px;
	color: #ffa200;
	min-height: 52px;
	margin-bottom: 0
}

#page-articles #box-articles .articles-description {
	font-family: "Open Sans", sans-serif;
	color: #c8c8c8;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 17px
}

#page-articles #box-articles .articles {
	justify-content: flex-start;
	align-items: stretch
}

#page-articles #box-articles .articles .article {
	position: relative;
	margin-bottom: 55px
}

#page-articles #box-articles .articles .article .wrapper {
	height: 100%;
	background: #e1e1e1
}

#page-articles #box-articles .articles .article .wrapper img {
	width: 100%;
	height: auto
}

#page-articles #box-articles .articles .article .wrapper .caption h3 {
	font-size: 21px;
	line-height: 28px;
	font-family: "Anton", sans-serif;
	margin-top: 8px;
	margin-bottom: 10px
}

#page-articles #box-articles .articles .article .wrapper .caption h3 a {
	color: #191919
}

#page-articles #box-articles .articles .article .wrapper .caption h3 a:hover,
#page-articles #box-articles .articles .article .wrapper .caption h3 a:focus,
#page-articles #box-articles .articles .article .wrapper .caption h3 a:active {
	color: #9e6118;
	text-decoration: none
}

#page-articles #box-articles .articles .article .wrapper .caption .article-category {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	margin-top: 9px;
	color: #ffa200;
	font-style: italic
}

#page-articles #box-articles .articles .article .wrapper .caption .article-category span {
	padding-left: 6px
}

#page-articles #box-articles .articles .article .wrapper .caption .article-category:hover {
	color: #b97c11;
	text-decoration: none
}

#page-articles #box-articles .articles .article .wrapper .caption span.article-category {
	color: #b8b8b8;
	pointer-events: none
}

#page-articles #box-articles .articles .article .wrapper .caption .article-description {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919;
	padding-bottom: 16px
}

#page-articles #box-articles .articles .article nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	width: 100%
}

#page-articles #box-categories header {
	padding-top: 11px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(120, 120, 120, .5)
}

#page-articles #box-categories header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 41px;
	margin-bottom: 0;
	color: #ffa200
}

#page-articles #box-categories .categories {
	margin-top: 15px
}

#page-articles #box-categories .categories .category a {
	color: #b8b8b8;
	padding: 4px 0 8px 25px
}

#page-articles #box-categories .categories .category a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #b8b8b8;
	padding-right: 4px;
	display: inline-block
}

#page-articles #box-categories .categories .category a.active {
	color: #787878;
	pointer-events: none
}

#page-articles #box-categories .categories .category a.active:hover {
	color: #787878
}

#page-articles #box-categories .categories .category a.active:hover:before {
	color: #787878
}

#page-articles #box-categories .categories .category a.active:before {
	color: #787878
}

#page-articles #box-categories .categories .category a:hover,
#page-articles #box-categories .categories .category a:active,
#page-articles #box-categories .categories .category a:focus {
	color: #ffa200
}

#page-articles #box-categories .categories .category a:hover:before,
#page-articles #box-categories .categories .category a:active:before,
#page-articles #box-categories .categories .category a:focus:before {
	color: #ffa200
}

#page-articles #box-services {
	background: url("../images/tlo-uslugi-2-770x2000.jpg");
	background-position: center center;
	background-size: cover;
	padding: 0 15px 30px 15px;
	margin-top: 25px;
	margin-bottom: 45px;
	border-radius: 8px
}

#page-articles #box-services header {
	text-align: center;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #787878;
	margin-bottom: 36px
}

#page-articles #box-services header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #ffa200;
	margin: 0
}

#page-articles #box-services .services .service {
	margin-bottom: 30px
}

#page-articles #box-services .services .service .service-icon {
	display: inline-block;
	width: auto;
	padding-bottom: 6px
}

#page-articles #box-services .services .service h3 {
	font-family: "Anton", sans-serif;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	min-height: 38px;
	padding-bottom: 18px;
	border-bottom: 1px solid #787878;
	margin-bottom: 15px
}

#page-articles #box-services .services .service h3 a {
	color: #fff
}

#page-articles #box-services .services .service h3 a:hover {
	color: #ffa200;
	text-decoration: none
}

#page-articles #box-services .services .service li {
	font-size: 14px;
	line-height: 21px
}

#page-articles #box-services .services .service li a {
	color: #b8b8b8
}

#page-articles #box-services .services .service li a:hover {
	text-decoration: underline;
	color: #ffa200
}

#page-articles #box-services .services .service li::after {
	content: ",";
	color: #b8b8b8;
	margin-left: -3px
}

#page-articles #box-services .services .service li:last-of-type::after {
	content: none
}

@media(min-width: 992px) {
	#page-articles #box-articles .articles {
		margin-bottom: 16px
	}
}

#page-article {
	background: url("../images/grafika-top-podstrony.webp") no-repeat top center #000
}

#page-article #breadcrumb {
	margin-bottom: 20px
}

#page-article #box-article {
	padding-bottom: 10px;
	margin-bottom: 35px;
	background: #f5f5f5
}

#page-article #box-article .article-partner {
	color: #b8b8b8;
	font-style: italic;
	font-size: 14px
}

#page-article #box-article header {
	padding-bottom: 13px
}

#page-article #box-article header h1 {
	font-size: 30px;
	line-height: 36px;
	color: #2a2a2a;
	margin-bottom: 0
}

#page-article #box-article .article-image {
	width: 100%;
	height: auto;
	margin-bottom: 15px
}

#page-article #box-article .article-description {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919
}

#page-article #box-article .article-description&gt;p:first-of-type {
	font-weight: bold
}

#page-article #box-article .article-description h2,
#page-article #box-article .article-description h3 {
	font-family: "Anton", sans-serif
}

#page-article #box-article .article-description h2 {
	font-size: 24px;
	line-height: 32px
}

#page-article #box-article .article-description h3 {
	font-size: 21px;
	line-height: 28px
}

#page-article #box-article .article-description img {
	display: block;
	max-width: 100%;
	height: auto
}

#page-article #box-article .article-description p a {
	color: #ffa200
}

#page-article #box-article .article-description p a:hover {
	color: #b97c11;
	text-decoration: underline
}

#page-article #box-article .article-description ul {
	padding-left: 20px
}

#page-article #box-article .article-description ul li {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0 0 11px 0;
	line-height: 21px;
	font-size: 14px
}

#page-article #box-article .article-description ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: -20px;
	width: 10px;
	height: 10px;
	background: #ffa200;
	border-radius: 50%
}

#page-article #box-article .article-description ul li a {
	color: #ffa200
}

#page-article #box-article .article-description ul li a:hover {
	color: #b97c11;
	text-decoration: underline
}

#page-article #box-article .article-description ol {
	padding-left: 16px
}

#page-article #box-article .article-description ol li {
	margin: 0 0 11px 0
}

#page-article #box-article .article-description ol li a {
	color: #ffa200
}

#page-article #box-article .article-description ol li a:hover {
	color: #b97c11;
	text-decoration: underline
}

#page-article #box-article .article-description blockquote {
	position: relative;
	margin: 15px 0;
	padding: 35px;
	border-radius: 6px;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	background: rgba(0, 0, 0, 0);
	z-index: 5;
	overflow: hidden
}

#page-article #box-article .article-description blockquote::before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff
}

#page-article #box-article .article-description blockquote::after {
	content: "";
	position: absolute;
	top: 32px;
	left: 0px;
	font-family: "Font Awesome 5 Free";
	font-size: 120px;
	font-weight: bold;
	font-style: normal;
	z-index: -1;
	transform: rotate(-20deg);
	color: #f5f5f5
}

#page-article #box-article .footer {
	position: relative;
	margin-top: 30px;
	padding-top: 15px
}

#page-article #box-article .footer:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(120, 120, 120, .5)
}

#page-article #box-article .article-sharing {
	padding-left: 25px;
	margin-bottom: 32px
}

#page-article #box-article .article-sharing h3 {
	font-size: 21px;
	line-height: 28px;
	color: #191919
}

#page-article #box-article .article-rating {
	margin-left: 10px
}

#page-article #box-article .article-rating h3 {
	font-size: 21px;
	line-height: 28px;
	color: #191919
}

#page-article #box-article .article-rating ul&gt;li {
	white-space: nowrap;
	vertical-align: middle;
	line-height: 40px
}

#page-article #box-article .article-rating ul&gt;li.article-rating-stars {
	font-size: 28px;
	color: #e1e1e1
}

#page-article #box-article .article-rating ul&gt;li.article-rating-stars .list-inline-item {
	position: relative;
	margin: 0;
	font-size: 24px
}

#page-article #box-article .article-rating ul&gt;li.article-rating-stars .list-inline-item.active {
	color: #ffa200
}

#page-article #box-article .article-rating ul&gt;li.article-rating-stars .list-inline-item.active-half span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	color: #ffa200;
	clip: rect(0, 14px, 30px, 0)
}

#page-article #box-article .article-rating ul&gt;li.article-rating-stars .list-inline-item span {
	position: relative
}

#page-article #box-article .article-rating ul&gt;li.article-rating-stars .list-inline-item span::before {
	content: ""
}

#page-article #box-article .article-rating ul&gt;li.article-rating-value {
	font-size: 24px;
	line-height: 32px;
	color: #191919;
	font-family: "Anton", sans-serif
}

#page-article #box-article .article-rating ul&gt;li.article-rating-button {
	display: block;
	margin-top: 15px;
	margin-bottom: -6px;
	margin-left: 0;
	max-width: 100px
}

#page-article #box-article .article-rating ul&gt;li.article-rating-button .action-show-rating {
	margin-top: -5px;
	line-height: 16px
}

#page-article #box-article .article-rating ul&gt;li.article-rating-button .action-show-rating span.btn-label {
	display: inline-block;
	max-width: 64px;
	word-break: break-word;
	white-space: initial
}

#page-article #box-article .article-rating ul&gt;li.article-rating-button .action-show-rating {
	padding: 8px 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 14px
}

#page-article #box-article .article-rating ul&gt;li.article-rating-button .action-show-rating span {
	font-size: 16px;
	display: block
}

#page-article #box-article .article-rating ul&gt;li.article-rating-button .action-show-rating .fas {
	margin-right: 4px
}

#page-article #box-article .alert.alert-success,
#page-article #box-article .alert.alert-danger {
	position: relative;
	margin: 0 -15px 0 -15px;
	padding-top: 74px;
	padding-bottom: 60px
}

#page-article #box-article .alert.alert-success:before,
#page-article #box-article .alert.alert-danger:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(120, 120, 120, .5)
}

#page-article #box-article #form-rating {
	position: relative;
	margin: 0 -15px -15px -15px;
	padding-top: 37px;
	padding-bottom: 54px;
	background: #ffa200;
	border-radius: 0 0 8px 8px
}

#page-article #box-article #form-rating label {
	font-size: 24px;
	line-height: 32px;
	font-family: "Anton", sans-serif;
	text-align: center;
	fisplay: block
}

#page-article #box-article #form-rating .custom-radio {
	display: block;
	padding: 0;
	text-align: center;
	width: fit-content;
	margin: 10px auto 0 auto
}

#page-article #box-article #form-rating .custom-radio .custom-control-label {
	margin: 0;
	padding: 0 4px;
	font-size: 38px;
	color: #b97c11;
	cursor: pointer
}

#page-article #box-article #form-rating .custom-radio .custom-control-label::before {
	display: none
}

#page-article #box-article #form-rating .custom-radio .custom-control-label::after {
	display: none
}

#page-article #box-article #form-rating .custom-radio .custom-control-label.active {
	color: #191919
}

#page-article #box-companies header {
	padding: 7px 0 15px 0;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-article #box-companies header h2 {
	color: #ffa200;
	font-size: 24px;
	line-height: 32px;
	text-align: center
}

#page-article #box-companies .companies {
	margin-bottom: 43px
}

#page-article #box-companies .companies .company {
	margin-bottom: 30px
}

#page-article #box-companies .companies .company .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 0;
	flex-wrap: wrap;
	padding: 15px
}

#page-article #box-companies .companies .company .wrapper .company-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	background: #fff;
	margin-bottom: 15px
}

#page-article #box-companies .companies .company .wrapper .company-logo img {
	display: block
}

#page-article #box-companies .companies .company .wrapper .caption {
	font-size: 14px;
	width: calc(100% - 110px)
}

#page-article #box-companies .companies .company .wrapper .caption .company-name {
	word-break: break-word
}

#page-article #box-companies .companies .company .wrapper .caption .company-name a {
	font-size: 24px;
	line-height: 32px;
	text-decoration: none;
	color: #191919;
	font-style: normal
}

#page-article #box-companies .companies .company .wrapper .caption .company-name a:hover {
	color: #9e6118;
	text-decoration: none
}

#page-article #box-companies .companies .company .wrapper .caption a {
	display: inline-block;
	margin-bottom: 4px;
	color: #ffa200;
	text-decoration: none;
	font-style: italic
}

#page-article #box-companies .companies .company .wrapper .caption a .fa {
	display: inline-block;
	padding-left: 4px;
	color: #ffa200
}

#page-article #box-companies .companies .company .wrapper .caption a:hover {
	color: #9e6118;
	text-decoration: underline
}

#page-article #box-companies .companies .company .wrapper .caption a:hover .fas {
	color: #9e6118;
	text-decoration: none
}

#page-article #box-companies .companies .company .wrapper .caption .company-address {
	margin-bottom: 4px
}

#page-article #box-companies .companies .company .wrapper .company-rating {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: calc(100% + 30px);
	height: 55px;
	margin: 0 -15px -15px -15px;
	background: #ffa200;
	border-radius: 0 0 6px 6px;
	align-self: stretch
}

#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
	order: 2
}

#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
	color: #b97c11
}

#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
	color: #191919
}

#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0, 10px, 20px, 0)
}

#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-value {
	font-family: "Anton", sans-serif;
	order: 1;
	font-size: 30px;
	line-height: 36px;
	color: #191919;
	margin-bottom: 6px;
	font-weight: bold;
	margin-right: 15px
}

#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
	order: 3;
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	color: #9e6118
}

#page-article #box-companies .companies .company-paid {
	border: 3px solid #ffa200;
	border-radius: 8px;
	overflow: hidden
}

#page-article #box-companies .companies .company-paid .wrapper {
	border-radius: 0;
	background: #fff
}

#page-article #box-companies footer {
	margin-bottom: 20px
}

#page-article #box-articles-related header {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-article #box-articles-related header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 36px;
	margin: 0;
	color: #ffa200
}

#page-article #box-articles-related .articles {
	justify-content: flex-start;
	align-items: stretch
}

#page-article #box-articles-related .articles .article {
	position: relative;
	margin-bottom: 55px
}

#page-article #box-articles-related .articles .article .wrapper {
	height: 100%;
	background: #e1e1e1
}

#page-article #box-articles-related .articles .article .wrapper img {
	width: 100%;
	height: auto
}

#page-article #box-articles-related .articles .article .wrapper .caption h3 {
	font-size: 21px;
	line-height: 28px;
	font-family: "Anton", sans-serif;
	margin-top: 8px;
	margin-bottom: 10px
}

#page-article #box-articles-related .articles .article .wrapper .caption h3 a {
	color: #191919
}

#page-article #box-articles-related .articles .article .wrapper .caption h3 a:hover,
#page-article #box-articles-related .articles .article .wrapper .caption h3 a:focus,
#page-article #box-articles-related .articles .article .wrapper .caption h3 a:active {
	color: #9e6118;
	text-decoration: none
}

#page-article #box-articles-related .articles .article .wrapper .caption .article-category {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	margin-top: 9px;
	color: #ffa200;
	font-style: italic
}

#page-article #box-articles-related .articles .article .wrapper .caption .article-category span {
	padding-left: 6px
}

#page-article #box-articles-related .articles .article .wrapper .caption .article-category:hover {
	color: #b97c11;
	text-decoration: none
}

#page-article #box-articles-related .articles .article .wrapper .caption span.article-category {
	color: #b8b8b8;
	pointer-events: none
}

#page-article #box-articles-related .articles .article .wrapper .caption .article-description {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919;
	padding-bottom: 16px
}

#page-article #box-articles-related .articles .article nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	width: 100%
}

#page-article #box-articles-recommended {
	margin-bottom: -15px
}

#page-article #box-articles-recommended header {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 20px
}

#page-article #box-articles-recommended header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 41px;
	margin-bottom: 0;
	color: #ffa200
}

#page-article #box-articles-recommended .articles {
	justify-content: flex-start;
	align-items: stretch
}

#page-article #box-articles-recommended .articles .article {
	position: relative;
	margin-bottom: 55px
}

#page-article #box-articles-recommended .articles .article .wrapper {
	height: 100%;
	background: #e1e1e1
}

#page-article #box-articles-recommended .articles .article .wrapper img {
	width: 100%;
	height: auto
}

#page-article #box-articles-recommended .articles .article .wrapper .caption h3 {
	font-size: 21px;
	line-height: 28px;
	font-family: "Anton", sans-serif;
	margin-top: 8px;
	margin-bottom: 10px
}

#page-article #box-articles-recommended .articles .article .wrapper .caption h3 a {
	color: #191919
}

#page-article #box-articles-recommended .articles .article .wrapper .caption h3 a:hover,
#page-article #box-articles-recommended .articles .article .wrapper .caption h3 a:focus,
#page-article #box-articles-recommended .articles .article .wrapper .caption h3 a:active {
	color: #9e6118;
	text-decoration: none
}

#page-article #box-articles-recommended .articles .article .wrapper .caption .article-category {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	margin-top: 9px;
	color: #ffa200;
	font-style: italic
}

#page-article #box-articles-recommended .articles .article .wrapper .caption .article-category span {
	padding-left: 6px
}

#page-article #box-articles-recommended .articles .article .wrapper .caption .article-category:hover {
	color: #b97c11;
	text-decoration: none
}

#page-article #box-articles-recommended .articles .article .wrapper .caption span.article-category {
	color: #b8b8b8;
	pointer-events: none
}

#page-article #box-articles-recommended .articles .article .wrapper .caption .article-description {
	font-size: 14px;
	line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #191919;
	padding-bottom: 16px
}

#page-article #box-articles-recommended .articles .article nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	width: 100%
}

#page-article #box-services {
	background: url("../images/tlo-uslugi-2.jpg");
	background-position: center center;
	background-size: cover;
	padding: 0 15px 35px 15px;
	margin-top: 0;
	border-radius: 8px;
	margin-bottom: 45px
}

#page-article #box-services header {
	text-align: center;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #787878;
	margin-bottom: 36px
}

#page-article #box-services header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #ffa200;
	margin: 0
}

#page-article #box-services .services .service {
	margin-bottom: 30px
}

#page-article #box-services .services .service .service-icon {
	display: inline-block;
	width: auto;
	padding-bottom: 6px
}

#page-article #box-services .services .service h3 {
	font-family: "Anton", sans-serif;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	min-height: 38px;
	padding-bottom: 18px;
	border-bottom: 1px solid #787878;
	margin-bottom: 15px
}

#page-article #box-services .services .service h3 a {
	color: #fff
}

#page-article #box-services .services .service h3 a:hover {
	color: #ffa200;
	text-decoration: none
}

#page-article #box-services .services .service li {
	font-size: 14px;
	line-height: 21px
}

#page-article #box-services .services .service li a {
	color: #b8b8b8
}

#page-article #box-services .services .service li a:hover {
	text-decoration: underline;
	color: #ffa200
}

#page-article #box-services .services .service li::after {
	content: ",";
	color: #b8b8b8;
	margin-left: -3px
}

#page-article #box-services .services .service li:last-of-type::after {
	content: none
}

@media(min-width: 576px) {
	#page-article #box-article .article-rating ul&gt;li.article-rating-button {
		display: inline-block;
		margin-top: -1px
	}

	#page-article #box-companies .companies .company {
		margin-bottom: 30px
	}

	#page-article #box-companies .companies .company .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		flex-grow: 1;
		padding: 15px
	}

	#page-article #box-companies .companies .company .wrapper .company-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 120px;
		min-height: 120px;
		border: 1px solid #e2e2e2;
		margin-right: 15px;
		margin-bottom: 15px
	}

	#page-article #box-companies .companies .company .wrapper .company-logo img {
		display: block
	}

	#page-article #box-companies .companies .company .wrapper .caption {
		font-size: 14px;
		width: 100%
	}

	#page-article #box-companies .companies .company .wrapper .caption .company-name {
		word-break: break-word;
		margin-bottom: 0
	}

	#page-article #box-companies .companies .company .wrapper .caption .company-name a {
		font-size: 24px;
		line-height: 32px;
		text-decoration: none;
		color: #191919;
		font-style: normal
	}

	#page-article #box-companies .companies .company .wrapper .caption .company-name a:hover {
		color: #9e6118;
		text-decoration: none
	}

	#page-article #box-companies .companies .company .wrapper .caption a {
		display: inline-block;
		margin-bottom: 4px;
		color: #ffa200;
		text-decoration: none;
		font-style: italic
	}

	#page-article #box-companies .companies .company .wrapper .caption a .fa {
		font-size: 18px;
		transform: translateY(2px);
		display: inline-block;
		padding-right: 4px;
		color: #ffa200
	}

	#page-article #box-companies .companies .company .wrapper .caption a:hover {
		color: #9e6118;
		text-decoration: underline
	}

	#page-article #box-companies .companies .company .wrapper .caption a:hover .fa {
		color: #9e6118;
		text-decoration: none
	}

	#page-article #box-companies .companies .company .wrapper .company-address {
		font-size: 14px;
		line-height: 21px;
		font-family: "Open Sans", sans-serif;
		margin-bottom: 4px
	}

	#page-article #box-companies .companies .company .wrapper .company-rating {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		max-width: 150px;
		margin: -15px -15px -15px 15px;
		background: #ffa200;
		border-radius: 0 6px 6px 0;
		align-self: stretch
	}

	#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-stars {
		order: 2;
		margin-right: 0
	}

	#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item span {
		color: #b97c11
	}

	#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active span {
		color: #191919
	}

	#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-stars .list-inline-item.active-half span:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(0, 10px, 20px, 0);
		color: #191919
	}

	#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-value {
		order: 1;
		font-size: 30px;
		color: #191919;
		line-height: 36px;
		margin-bottom: 6px;
		font-weight: bold;
		margin-right: 0
	}

	#page-article #box-companies .companies .company .wrapper .company-rating .company-rating-counter {
		order: 3;
		font-style: italic;
		font-size: 12px;
		line-height: 17px;
		color: #9e6118;
		margin-right: 0
	}
}

@media(min-width: 768px) {
	#page-article #box-article .article-sharing {
		margin-bottom: 0
	}

	#page-article #box-article .article-rating {
		margin-left: 0
	}
}

@media(min-width: 992px) {
	#page-article #box-article .article-sharing {
		margin-bottom: 32px
	}

	#page-article #box-article .article-rating {
		margin-left: 10px
	}

	#page-article #box-articles-related .articles {
		margin-bottom: 16px
	}

	#page-article #box-articles-recommended {
		padding-top: 17px
	}
}

@media(min-width: 1200px) {
	#page-article #box-article .article-sharing {
		margin-bottom: 0
	}

	#page-article #box-article .article-rating {
		margin-left: 0
	}
}

#page-contact {
	background: url("../images/grafika-top-podstrony.webp") no-repeat center top #000
}

#page-contact #breadcrumb {
	margin-bottom: 20px
}

#page-contact #box-form {
	margin-bottom: 40px
}

#page-contact #box-form header {
	padding-top: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(120, 120, 120, .5);
	margin-bottom: 6px
}

#page-contact #box-form header h1 {
	font-size: 30px;
	line-height: 36px
}

#page-contact #box-form .form-group {
	margin-bottom: 8px
}

#page-contact #box-form .alert.alert-success p:last-child {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
	color: #191919
}

#page-contact #box-form #form-contact-captcha {
	margin-bottom: 33px
}

#page-contact #box-form #form-contact-submit {
	margin-bottom: 18px
}

#page-contact #box-info {
	margin-bottom: 60px;
	color: #b8b8b8;
	font-size: 14px;
	line-height: 21px
}

#page-contact #box-info header {
	padding: 16px 0 16px 0;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(120, 120, 120, .5)
}

#page-contact #box-info header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #ffa200;
	margin-bottom: 0
}

#page-contact #box-info p {
	margin-bottom: 8px
}

#page-contact #box-info ul li {
	margin-bottom: 8px
}

#page-contact #box-info ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffa200;
	border-radius: 50%;
	margin-right: 6px
}

#page-terms {
	background: url("../images/grafika-top-podstrony.webp") no-repeat center top #000
}

#page-terms #box-terms {
	margin-top: 20px;
	margin-bottom: 74px;
	padding: 20px;
	font-size: 14px;
	line-height: 21px;
	color: #191919
}

#page-terms #box-terms header {
	margin: 0;
	padding-bottom: 15px
}

#page-terms #box-terms header h1 {
	font-size: 30px;
	line-height: 36px;
	color: #2a2a2a
}

#page-terms #box-terms h2 {
	font-size: 24px;
	line-height: 32px;
	margin: 40px 0 23px 0;
	text-align: center;
	color: #191919
}

#page-terms #box-terms h2 span {
	display: block
}

#page-terms #box-terms p {
	margin-bottom: 10px
}

#page-terms #box-terms ol {
	margin-bottom: 10px;
	padding-left: 20px
}

#page-terms #box-terms ol li {
	margin: 10px 0
}

#page-terms #box-terms ol ol {
	list-style-type: lower-alpha
}

#page-terms #box-terms ol ol ol {
	list-style-type: upper-roman
}

#page-terms #box-terms a {
	color: #ffa200
}

#page-terms #box-terms a:hover,
#page-terms #box-terms a:active,
#page-terms #box-terms a:focus {
	color: #b97c11
}

#page-terms #box-terms&gt;*:last-child {
	margin-bottom: 0
}

#page-manageCompany #content {
	padding-top: 50px
}

#page-manageCompany main {
	padding-bottom: 50px
}

#page-manageCompany #company-details {
	padding: 25px
}

#page-manageCompany #company-details header {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(120, 120, 120, .5)
}

#page-manageCompany #company-details header h1 {
	font-size: 30px;
	line-height: 36px
}

#page-manageCompany #company-details h3 {
	margin-bottom: 20px;
	font-size: 28px;
	color: #ffa200
}

#page-manageCompany #company-details ul {
	padding-left: 0
}

#page-manageCompany #company-details ul li {
	list-style-type: none;
	margin-bottom: 5px
}

#page-manageCompany #company-details .company-category,
#page-manageCompany #company-details .company-province {
	margin-bottom: 5px
}

#page-manageCompany #text-box {
	margin-top: 40px;
	color: #b8b8b8;
	font-size: 14px;
	line-height: 21px
}

#page-manageCompany #text-box header {
	padding: 16px 0 16px 0;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(120, 120, 120, .5)
}

#page-manageCompany #text-box header h2 {
	font-size: 24px;
	line-height: 32px;
	color: #ffa200;
	margin-bottom: 0
}

#page-manageCompany #text-box ul li {
	margin-bottom: 8px
}

#page-manageCompany #text-box ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffa200;
	border-radius: 50%;
	margin-right: 6px
}

#page-manageCompany #box-form {
	padding: 25px 20px
}

#page-manageCompany #box-form header {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(120, 120, 120, .5)
}

#page-manageCompany #box-form header h2 {
	font-size: 24px;
	line-height: 32px;
	min-height: 36px;
	margin: 0
}

#page-manageCompany #box-form .btn-primary {
	border: none
}

#page-manageCompany #box-form .alert.alert-success p:last-child {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
	color: #191919
}
</pre></body></html>