html {
	scroll-behavior: smooth;
	scroll-padding-top: 30px;
}
.flatcover img {
	filter: drop-shadow(0px 6px 10px #bababa);
}

.cms-box .lp-faq details {
	border-left: 5px solid #b10f31;
	transition: border-color .1s linear;
}
.cms-box .lp-faq details:not([open]):hover {
	border-color: #dedede;
	border-left-color: 91001e;
	/* background: #f5f5f5; */
}
.cms-box .lp-faq details[open]{
	border-left-color: #b10f31;
}
.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: #b10f31 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: #b10f31;
}
.widget-rcmd-manual-desc .item-btn:hover {
	background-color: 970725;
}
.lp-hero {
	display: grid;
	margin-bottom: 40px;
	min-height: 130px;
}
@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: #b10f31;
}
.widget-wba-base-list .widget-footer-link:hover {
	background: 970725;
}

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

/*.widget-wba-base-list .widget-item-link {
	color: #b10f31;
}
.widget-wba-base-list .widget-item-link:hover .widget-item-title {
	color: 970725;
}*/

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

.lptop {
	width: 100%;
	min-height: 340px;
	background: #FFFFFF url(/skin/frontend/beck/default/external/lp/komentarze/komentarzelp-bg3.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/komentarze/komentarzelp-bg-lg4.png) no-repeat left center;
	}
}
@media only screen and (max-width: 1023.98px) {
	.lptop {
		background: #FFFFFF url(/skin/frontend/beck/default/external/lp/komentarze/komentarzelp-bg-md.png) no-repeat left center;
	}
}
@media only screen and (max-width: 767.98px) {
	.lptop {
		min-height: 245px;
		background: #ffffff url(/skin/frontend/beck/default/external/lp/komentarze/komentarzelp-bg-sm.png) no-repeat center top;
		background-size: 100% auto;
		border: 1px solid #d0d4da;
	}
	.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-koemntarze {
	position: absolute;
	right: 40px;
	top: 50px;
	width: 210px;
	height: auto;
	padding: 20px;
	border-radius: 6px;
	overflow: auto;
	background: #b10f31;
}
@media only screen and (max-width: 1367.98px) {
.lptop .box-koemntarze {
	width: 200px;
}	
}
@media only screen and (max-width: 1023.98px) {
	.lptop .box-koemntarze {
		top: 135px;
	}
}
@media only screen and (max-width: 767.98px) {
	.lptop .box-koemntarze {
		width: 250px;
		margin: 120px auto 10px auto;
		position: static;
	}
}
.lptop .box-koemntarze .boxtitle {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
}
.lptop .box-koemntarze .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-koemntarze .boxopis {
		display: none;
	}
}
.lptop .box-koemntarze a.boxdetails {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.lptop .box-koemntarze 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-koemntarze 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: block;
	text-align: center;
	padding: 24px 25px;
	color:#fff;
	text-decoration: none;
	font-size: 15px;
	background-image: url(/skin/frontend/beck/default/external/lp/komentarze/menusep.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 30px;
	transition: all 300ms ease-out;
	line-height: 1;
}
@media only screen and (max-width: 1367.98px) {
	.topnav a.lpmenuitem {
		padding: 24px 20px;
	}
}

.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/komentarze/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 {
		/* float: none; */
		display: block;
		text-align: left;
		border-top: 1px solid #C0C0C0;
		background-image: none;
	}
}

.dropdown {
  float: none;
  overflow: hidden;
}

.dropdown .dropbtn {
	border: none;
	outline: none;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	text-align: center;
	padding: 24px 25px;
	color:#fff;
	text-decoration: none;
	font-size: 15px;
	transition: all 300ms ease-out;
	line-height: 1;  
	cursor: pointer;
}


.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 688px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
@media only screen and (max-width: 1023.98px) {
.dropdown-content {
  min-width: 100px;
}
}

.dropdown-content a.subitem {
  float: left;
  color: black;
  padding: 20px 16px !important;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:14px;
  background-image: none;  
}

.topnav a.lpmenuitem:hover, .dropdown:hover .dropbtn {
  background-color: #b10f31;
  color: white;
}

.dropdown-content a.subitem:hover {
  background-color: #b10f31;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media only screen and (max-width: 1023.98px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
  	padding: 24px 25px;
    display: none;
	border-top: 1px solid #C0C0C0;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media only screen and (max-width: 1023.98px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: static;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
