html {
	scroll-behavior: smooth;
	scroll-padding-top: 30px;
}
.flatcover img {
	filter: drop-shadow(0px 6px 10px #bababa);
}
.lptop {
	width: 100%;
	min-height: 340px;
	background: #FFFFFF url(/skin/frontend/beck/default/external/lp/podatki-rachunkowosc-2026/podatkilp-bg.png) no-repeat left center;
	border-radius: 12px;
	position: relative;
}
@media only screen and (max-width: 1367.98px) {
	.lptop {
		background: #FFFFFF url(/skin/frontend/beck/default/external/lp/podatki-rachunkowosc-2026/podatkilp-bg-lg1.png) no-repeat left center;
	}
}
@media only screen and (max-width: 1023.98px) {
	.lptop {
		background: #FFFFFF url(/skin/frontend/beck/default/external/lp/podatki-rachunkowosc-2026/podatkilp-bg-md1.png) no-repeat left center;
	}
}
@media only screen and (max-width: 767.98px) {
	.lptop {
		background: #FFFFFF url(/skin/frontend/beck/default/external/lp/podatki-rachunkowosc-2026/podatkilp-bg-sm.png) no-repeat center top;
		background-size: 100% auto;
		border: 1px solid #ADADAD;
		min-height: 260px;
	}
	.lpkurs .heading {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
		margin-top: 45px;
		justify-items: start;
	}
	.lpkurs .heading-logo img {
		width: 240px;
	}
	.lpkurs .heading-text {
		border-left: 0;
		padding: 0;
	}
}
.lptop .box-podatki {
	position: absolute;
	right: 40px;
	top: 32px;
	width: 150px;
	height: auto;
	padding: 20px;
	border-radius: 6px;
	overflow: auto;
	background: #ff6000;
}
@media only screen and (max-width: 1023.98px) {
	.lptop .box-podatki {
		right: 30px;
		top: 25px;
		width: 170px;
	}
}
@media only screen and (max-width: 767.98px) {
	.lptop .box-podatki {
		width: 250px;
		margin: 150px auto 10px auto;
		position: static;
	}
}
.lptop .box-kurs {
	position: absolute;
	right: 0;
	top: 175px;
	width: 210px;
	height: auto;
	padding: 20px;
	border-radius: 6px;
	overflow: auto;
	background: #a42439;
}
@media only screen and (max-width: 1023.98px) {
	.lptop .box-kurs {
		width: 230px;
	}
}
@media only screen and (max-width: 767.98px) {
	.lptop .box-kurs {
		width: 250px;
		margin: 10px auto 20px auto;
		position: static;
	}
}
.lptop .box-podatki .boxtitle,
.lptop .box-kurs .boxtitle {
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
}
.lptop .box-podatki .boxopis,
.lptop .box-kurs .boxopis {
	margin-top: 8px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
}
@media only screen and (max-width: 767.98px) {
	.lptop .box-podatki .boxopis,
	.lptop .box-kurs .boxopis {
		display: none;
	}
}
.lptop .box-podatki a.boxdetails,
.lptop .box-kurs a.boxdetails {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.lptop .box-podatki a.boxdetails span,
.lptop .box-kurs a.boxdetails span {
	display: inline-block;
	color: #ffe400;
	font-size: 15px;
	padding-left: 0px;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
}
.lptop .box-podatki a.boxdetails:hover span,
.lptop .box-kurs a.boxdetails:hover span {
	display: inline-block;
	color: #ffe400;
	font-size: 15px;
	padding-left: 3px;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
}
.topnav {
	display: table;
	background-color: #3a3b3f;
	/* overflow: hidden; */
	width: auto;
	margin: -95px 0 30px 30px;
	border-radius: 6px;
	z-index: 20;
	position: relative;
}
@media only screen and (max-width: 1023.98px) {
	.topnav {
		background-color: #333;
		width: 55%;
		margin: -100px auto 0px 30px;
		border-radius: 8px;
		/* z-index: 20; */
	}
}
@media only screen and (max-width: 767.98px) {
	.topnav {
		background-color: #333;
		width: 100%;
		margin: 20px auto 0 auto;
		border-radius: 8px;
		z-index: 20;
	}
}
.topnav a.lpmenuitem {
	/* float: left; */
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	padding: 24px 25px;
	text-decoration: none;
	font-size: 15px;
	background-image: url(/skin/frontend/beck/default/external/lp/podatki-rachunkowosc-2026/menusep.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 30px;
	transition: background-color 300ms ease-out;
	line-height: 1;
}
@media only screen and (max-width: 1367.98px) {
	.topnav a.lpmenuitem {
		padding: 24px 12px;
	}
}
.topnav a.lpmenuitem:hover {
	background: #ff6000;
	background-image: none;
	background-position: right center;
	color: #fff !important;
}
.topnav a.lastitem {
	background-image: none;
}
@media only screen and (max-width: 1023.98px) {
	.topnav a.lpmenuitem:hover {
		background: none;
		color: #fff;
		font-weight: 700;
	}
}
.topnav .icon {
	display: none;
}
@media only screen and (max-width: 1023.98px) {
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav .btn-menu-toggle {
		/* float: left; */
		display: block;
		/* overflow: auto; */
		padding: 24px 0 24px 50px;
		background-image: url(/skin/frontend/beck/default/external/lp/podatki-rachunkowosc-2026/menu.svg);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: 20px center;
		width: 100%;
		background-color: transparent;
		border: 0;
		cursor: pointer;
		/* clear: both; */
	}
}
.topnav .btn-menu-toggle span {
	display: block;
	/* float: left; */
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
}
@media only screen and (max-width: 1023.98px) {
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .btn-menu-toggle {
		position: static;
		left: 0;
		top: 0;
	}
	.topnav.responsive a.lpmenuitem {
		/* float: none; */
		display: block;
		text-align: left;
		border-top: 1px solid #C0C0C0;
		background-image: none;
	}
}
.cms-box .lp-faq details {
	border-left: 5px solid #414465;
	transition: border-color .1s linear;
}
.cms-box .lp-faq details:not([open]):hover {
	border-color: #dedede;
	border-left-color: #f35c00;
	/* background: #f5f5f5; */
}
.cms-box .lp-faq details[open]{
	border-left-color: #f35c00;
}
.cms-box .lp-faq details summary+* {
	border: 0;
	margin-top: 0;
	padding-top: 15px;
}
.cms-box .lp-desc-section h2 {
	font-size: 18px;
	line-height: 1.2;
	margin: 40px 0 20px;
	border-left: #ff6000 20px solid;
	padding: 5px 0 10px 25px;
}
.cms-box .lp-desc-section h3 {
	text-wrap-style: balance;
}
.lp-desc-section .columns-3 {
	display: grid;
	gap: 0 40px;
	margin-bottom: 10px;
}
.widget-rcmd-manual-desc .item-btn {
	background-color: #f35c00;
}
.widget-rcmd-manual-desc .item-btn:hover {
	background-color: #dd5300;
}
.lp-hero {
	display: grid;
	margin-bottom: 40px;
	min-height: 340px;
}
@media (min-width: 768px) {
	.cms-box .lp-desc-section h2 {
		font-size: 28px;
		margin: 50px 0 30px;
		border-left-width: 30px;
		padding: 10px 40px;
		max-width: 920px;
	}
	.lp-desc-section .lead-text {
		font-size: 14px;
		line-height: 1.65;
	}
	.lp-desc-section .columns-3 {
		grid-template-columns: 1fr 1fr 1fr;
		margin: 30px 0 10px;
	}
	.lp-hero {
		margin-bottom: 60px;
	}
}
.widget-wba-base-list .widget-footer-link {
	background: #414465;
}
.widget-wba-base-list .widget-footer-link:hover {
	background: #363959;
}

.widget-rcmd-manual-desc .item-title a:hover {
	color: #e75700;
}
.widget-header .more:hover {
	border-color: #414465;
	background-color: #414465;
}
.widget-header a.heading:hover {
	color: #e75700;
}

.widget-wba-base-list .widget-item-link {
	color: #414465;
}
.widget-wba-base-list .widget-item-link:hover .widget-item-title {
	color: #e75700;
}

.widget-wba-base-list .widget-item-link:hover path {
	stroke: #e75700;
}