@font-face {
	font-family: Rubrik;
	src: url("../fonts/Rubrik Regular.otf") format("opentype");
	font-weight: 400;
}

@font-face {
	font-family: Rubrik;
	src: url("../fonts/Rubrik Bold.otf") format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: Rubrik;
	src: url("../fonts/Rubrik SemiBold.otf") format("opentype");
	font-weight: 600;
}

:root {
	--pink: #A61F7D;
	--dark-pink: #861764;
}

body {
	font-family: 'Rubrik', sans-serif;
	font-size: 18px;
	color: #707070;
	background: #F7F8FC;
	overflow-x: hidden;
	position: relative;
	padding-bottom: 69px;
}

section {
	padding: 30px 0
}

.container {
	position: relative;
}

h1,
h2,
h3,
h4 {
	font-weight: 600;
}

a {
	transition: 0.3s opacity ease;
}

a,
a:hover {
	color: inherit;
}

a:hover {
	opacity: .85;
	text-decoration: none;
}

h1 {
	color: #11497B;
	font-size: 36px;
}

h3 {
	font-size: 34px;
	color: var(--pink);
}

h4 {
	font-size: 24px;
}

img {
	max-width: 100%;
}

.btn,
.btn:hover {
	text-transform: uppercase;
	min-width: 250px;
	padding: 10px 25px;
	border: 1px solid var(--pink);
}

.btn-primary {
	background-color: var(--pink) !important;
}

.btn-default,
.btn-default:hover {
	background: inherit !important;
	color: var(--pink) !important;
}

.btn-gray {
	background: #ddd;
}

.right {
	text-align: right;
}

#header {
	background: #F7F8FC;
	color: #fff;
	padding: 10px 0;
}

#stopka,
#stopka-mobile {
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

/*SUWAKI*/
::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	border-left: 0px solid #ccc;
}

::-webkit-scrollbar-thumb {
	background-color: var(--pink);
}

main {
	min-height: calc(100vh - 97px - 69px);
}

#logo-stopka {
	position: relative;
	text-align: right;
}

#logo-stopka:after {
	content: '';
	background: #fff;
	width: calc(50vw - 555px);
	position: absolute;
	right: calc(555px - 50vw + 20px);
	display: block;
	top: 0;
	height: 69px;
	z-index: 1;
	box-shadow: inset -20px 3px 6px #00000029;
}

#back {
	margin: 20px 0;
	min-height: 41px;
}

#back>a {
	font-size: 14px;
	padding: 10px 0 10px 30px;
	background: url(../img/frontend/arrow.png) no-repeat left center;
	display: inline-block;
	line-height: 1.5em;
	display: none;
}

/*lista*/
#ul-main {
	padding-left: 0;
}

#ul-main li {
	display: block;
}

#ul-main li a {
	padding: 10px 30px;
	font-size: 20px;
	border-radius: 10px;
	display: block;
	margin-bottom: 15px;
}

#ul-main a {
	background: #fff;
}

#kat1 ul a {
	border-bottom: 2px solid #81BB27;
}

#ul-main>li>a {
	color: #fff;
	margin-bottom: 30px;
}

#ul-main>li>a.checked {
	background: url(../img/frontend/checkF.png) calc(100% - 10px) center no-repeat;
}

#ul-main>li>ul>li>a.checked {
	background: url(../img/frontend/checkG.png) calc(100% - 10px) center no-repeat;
}

#ul-main>li#kat1>a {
	background-color: rgb(119, 184, 0);
}

#ul-main>li#kat2>a {
	background-color: rgb(0, 101, 189);
}

#ul-main>li#kat3>a {
	background-color: rgb(104, 46, 134);
}

#ul-main>li#kat4>a {
	background-color: rgb(216, 0, 115);
}

#ul-main>li#kat5>a {
	background-color: rgb(255, 121, 0);
}

#ul-main ul {
	display: none;
}

#ul-main li a.selectable {
	padding-left: 50px;
	background: #fff url(../img/frontend/check-off.png) 10px center no-repeat;
}

#ul-main li a.selectable.checked {
	background-image: url(../img/frontend/check-on.png)
}

/*right*/
#right {
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	background: #fff;
	padding: 30px;
	color: #000;
}

.punkt {
	width: 46px;
	height: 46px;
	background: #f6e8f2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 5px;
}

.punkt span {
	background: var(--pink);
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

#right label {
	display: block;
}

.linia {
	background: #f6e8f2;
	height: 30px;
	width: 2px;
	margin: 0 auto;
	display: inline-block;
	margin-bottom: -5px;
}

.step.opacity {
	opacity: .3;
}

#ul-main a#next {
	background: var(--pink);
	color: #fff;
	border: 0;
	text-align: right;
}

/*tables*/
#table #back a {
	display: block;
}

#table .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.table-step h3 {
	margin: 0;
	background: #DEDEDE;
	font-size: 20px;
	color: #707070;
	font-weight: 400;
	padding: 8px 30px;
}

.table-step {
	background: #eaeaec;
	margin-bottom: 30px;
}

.table-step form {
	padding: 5px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.table-step form>span {
	width: 24%;
	display: inline-block;
	margin: 0 10px 15px 0;
}

label {
	font-weight: 400;
	font-size: 14px;
	display: block;
	position: relative;
	padding-right: 15px;
}

span[data-toggle="tooltip"] {
	background: url(../img/frontend/info.png) no-repeat right center;
	width: 12px;
	height: 12px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}

input,
select {
	border-radius: 5px;
	border: 1px solid #707070;
	font-size: 14px;
	padding: 6px 12px;
	width: 100%;
	height: 34px;
	background: #fff;
	font-family: 'Rubrik', sans-serif;
}

input[type="radio"] {
	height: auto;
	width: auto;
}

.table-step form .btn,
#tools .btn,
.table .btn {
	padding: 6px 12px;
	min-width: 0;
}

.table .btn {
	text-transform: inherit;
}

.table-step form .btn.btn-primary {
	min-width: 140px;
}

#tools {
	margin-bottom: 30px;
}

#szukaj {
	background: #fff url(../img/frontend/search.png) no-repeat calc(100% - 10px) center;
}

.btn img {
	margin-left: 10px;
}

.table {
	font-size: 13px;
	border: 0;
}

.table>tbody>tr>th {
	border-top: 0;
	border-bottom: 3px solid #707070;
	border-right: 1px solid #ccc;
	font-weight: 400;
}

.table>tbody>tr>td {
	border-left: 1px solid #ccc;
}

.table>tbody>tr>th:last-child,
.table>tbody>tr>td:last-child {
	border-right: 0;
}

.table>tbody>tr.product>td {
	border-right: 0;
	position: relative;
}

.product li {
	display: block;
}

.product li b,
.product li strong {
	display: block;
	margin-left: 15px;
}

.columns2 {
	column-count: 2;
	padding-right: 15px;
}

td {
	cursor: pointer;
}

.table>tbody>tr.product {
	display: none;
	background: #EFEFEF;
}

.table>tbody>tr:nth-child(2n):not(.hiddenRow)>td {
	background: #fff;
}

.table>tbody>tr:nth-child(4n):not(.hiddenRow)>td {
	background: #EFEFEF;
}

.table>tbody>tr.product>td.td-folder {
	padding: 30px 15px 30px 0;
	text-align: center;
}

.folder {
	min-width: 150px;
	border-left: 1px solid #ccc;
	padding: 15px;
}

.arrowUp {
	background: url(../img/frontend/arrowUp.png) no-repeat center !important;
	height: 34px;
	width: 100px;
	display: inline-block;
	position: absolute;
	bottom: 22px;
	left: calc(50% - 50px);
}

[data-fancybox] {
	position: relative;
	display: block;
}

[data-fancybox]:after {
	content: url(../img/frontend/zoom-in.png);
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.flex {
	display: flex;
}

@media (max-width: 991px) {
	.table-scroll {
		overflow-x: auto
	}
}

@media (max-width: 991px) {

	#odstep {
		padding-top: 60px;
	}

	#steps-mobile>.flex>div {
		width: 50%;
		font-size: 12px;
		padding: 10px;
		display: flex;
		justify-content: space-between;
	}

	#steps-mobile>.flex>div:first-child {
		border-right: 1px solid #eee;
	}

	.flex {
		display: flex;
	}

	.flex-center {
		align-items: center;
	}

	#karta-rwd-img {
		max-width: 40%;
	}

	.page-title {
		border-bottom: 1px solid #ddd;
		padding-bottom: 8px;
		font-size: 20px;
	}

	.fsz12 {
		font-size: 12px;
	}

	.kontakt-dane {
		margin-top: 40px;
	}

	.osoba-dane>div,
	.kontakt-dane>div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 0;
	}

	.osoba-dane>div>div:nth-child(2),
	.kontakt-dane>div>div:nth-child(2) {
		padding: 0 5px;
	}

	.border-top {
		border-top: 1px solid #E4E6F0;
	}

	#kontakt {
		font-size: 12px;
	}

	.osoba h4,
	#kontakt h4 {
		color: var(--pink);
		font-size: 16px;
		margin-top: 0;
	}

	.pink {
		color: var(--pink);
	}

	#about {
		margin-top: -40px;
		font-size: 14px;
	}

	#how {
		padding-top: 10px;
	}

	#how>div {
		display: flex;
	}

	#how>div>div {
		padding: 8px;
	}

	#how>div>div:nth-child(1) {
		width: 50px;
	}

	#how>div>div:nth-child(2) {
		border-bottom: 1px solid #ddd;
		width: calc(100% - 50px);
		padding-left: 0;
	}

	#how>h5 {
		padding: 5px;
		border-top: 1px solid var(--pink);
		border-bottom: 1px solid var(--pink);
	}

	#remember {
		background: #394A59;
		color: #fff;
		padding: 20px;
	}

	#pallas-rwd-img {
		position: relative;
		top: -25px;
		z-index: 99999;
	}

	#pallas-rwd-img,
	#about-rwd-img {
		display: block;
		margin: 0 auto;
	}

	#pallas {
		font-size: 14px;
	}

	#pallas .container,
	#about .container {
		padding: 0 20px;
		background: #fff;
	}

}

@media (max-width: 767px) {
	#ul-main li a {
		font-size: 16px;
	}

	.breadcrumbs {
		margin-bottom: 30px;
	}

	.table-step form>span {
		width: 100%;
	}

	#szukaj {
		margin-bottom: 15px;
	}

	.table {
		font-size: 12px;
	}
}

.next {
	background: var(--pink) !important;
	color: #fff !important;
	border: 0;
	text-align: right;
}

.folder {
	margin-bottom: 40px;
}

.folder img {}

/*2022 andrzej*/

.ms-drop input[type="checkbox"] {
	width: auto;
	height: 20px;
	left: 0;
	top: 5px;
}


.ms-drop input[type=checkbox] {
	margin-right: 10px;
	position: absolute;
	opacity: 0;
	height: 20px;
	width: 20px;
}

.ms-drop ul>li label {
	position: relative;
	cursor: pointer;
	padding: 0;
	display: inline-block;
	z-index: 0;
	padding-left: 0;
}

.ms-drop label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	/*background: white;
	border:1px solid #333;*/
}

.ms-drop li.selected label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: #333;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #333, 4px 0 0 #333, 4px -2px 0 #333, 4px -4px 0 #333, 4px -6px 0 #333, 4px -8px 0 #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.folder {
	padding: 0 5px;
}

.folder img {
	height: auto;
}

.relative {
	position: relative;
	overflow: hidden;
}

.table .btn.arrowToggle {
	background: #fff;
	color: var(--pink);
	border: 1px solid var(--pink);
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 10px 12px;
}

.arrowToggle:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 8px;
	margin-top: -2px;
	border-color: var(--pink) #0000 #0000 #0000;
	border-style: solid;
	border-width: 5px 4px 0 4px;
}

.arrowToggle.odwroc:after {
	border-color: #0000 #0000 var(--pink) #0000;
	border-style: solid;
	border-width: 0 5px 4px 4px;
}

.arrowToggle:before {
	content: '';
	height: 140px;
	width: 1px;
	background: var(--pink);
	display: block;
	position: absolute;
	left: -15px;
	top: -30px;
}

.center {
	text-align: center;
}

.limit {
	font-size: 14px;
}

.limit .ms-parent {
	width: 60px !important;
}

.limit-info {
	margin-top: 10px;
}

.modal-content {
	border: 2px solid #81BB27;
	border-radius: 20px;
}

.modal-header {
	border-bottom: 0;
	padding: 5px 0;
}

.modal .close {
	opacity: 1;
	font-weight: 400;
	font-size: 40px;
	margin-right: 10px;
}

.modal-body {
	padding: 15px 40px;
}

.modal .btn {
	min-width: 100px;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 710px;
		margin-top: 20vh;
	}
}

.columns2 li {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}

.columns2 .right {
	margin-top: 10px;
}

.pagination {
	font-size: 14px;
}

.pagination a.link {
	opacity: .5;
}

.pagination span {
	color: var(--pink);
	cursor: pointer
}

.pagination span.active {
	font-weight: bold;
}

.pagination a.link,
.pagination span {
	display: inline-block;
	margin: 0 2px;
}

a[disabled] {
	opacity: .5;
}

.extra li {
	display: block;
}

.extra li b,
.extra li strong {
	display: block;
	margin-left: 15px;
}

.heading-icons {
	width: 40px;
	height: 40px;
}

.heading-icons-2 {
	height: 33px;
}

.icons-small {
	max-width: 24px;
}

/*style Andrzeja*/
.folder {
	position: relative;
	padding: 0;
	max-width: 150px;
}

.table>tbody>tr>td.border-pink {
	border-left-color: var(--pink);
}

td.relative {
	min-width: 35px;
}

.download-brochure {
	position: absolute;
	background: var(--pink);
	padding: 10px;
	right: 0;
}

/*poprawka tooltip*/
.tooltip-inner {
	max-width: 270px !important;
	text-align: left;
}

/*poprawka 6.04*/
.folder {
	border-left: 0;
}

.buttons .btn {
	margin-top: 20px;
	font-size: 11px;
}

.buttons .btn img {
	margin-right: 3px;
}

/*11-07*/
.pdfNote {
	width: 100%;
	resize: none;
}

.imgNote {
	font-size: 14px;
	font-weight: 700;
}

/*Piotrek K*/
.search-rect {
	background-color: var(--pink);
	height: 100%;
	padding: 7px !important;
	display: flex;
	justify-content: 'center';
	align-items: 'center';
	cursor: pointer;
}

.contact-name {
	font-weight: bold;
	font-size: 15px;
}

.contact-type {
	font-weight: bold;
	font-size: 13px;
}

#fixed {
	width: 158px;
	height: 300px;
	background: url(../img/frontend/badge/tlo-aplikacje.png) no-repeat center;
	color: #B3027E;
	text-align: center;
	position: absolute;
	right: 0;
	top: 40vh;
	margin-top: -30px;
	font-weight: 600;
}

#fixed>div {
	margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
	#fixed {
		display: none;
	}
}

#stopka-mobile {
	display: none;
}

@media only screen and (max-width: 430px) {

	#stopka {
		display: none;
	}

	#stopka-mobile {
		display: block;
	}

	#stopka-mobile .mobile-container {
		width: 430px;
		margin: 0 auto;
		/*padding-top: calc(100vh - 97px);*/
	}

	img {
		max-width: 100%;
	}

	.flex {
		display: flex;
	}

	.mobilne {
		align-items: center;
		padding: 15px 0 5px 15px;
		font-size: 10px;
	}

	.mobilne>span {
		display: inline-block;
		margin-right: 15px;
	}

	.mobilne>span:last-child {
		margin-right: 0;
	}

	#stopka-mobile .row {
		display: flex;
		align-items: flex-end;
	}
}

#easyboard img {
	max-height: 82px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px 0px 10px 10px;
}

#easyboard #back a {
	display: block;
}

.bg-green {
	background: #81BB27;
	color: #fff;
}

.bg-pink {
	background: var(--pink);
	color: #fff;
}

.fsz16 {
	font-size: 16px;
}

#rechner {
	padding: 30px 0;
}

.rechner {
	background: #eaebed;
	font-size: 16px;
	margin-right: 30px;
	width: 100%;
}

.rechner p {
	margin: 0;
}

.rechner label {
	font-size: 16px;
}

.rechner:last-child {
	margin-left: 30px;
	margin-right: 0;
}

.rechner-main .row {
	background: #DEDEDE;
	margin: 30px 0 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 40px;
}

.rechner-main label:not(.radio-inline) {
	position: absolute;
	top: -1.5em;
}

.rechner-header {
	font-size: 15px;
	display: flex;
	border-radius: 10px 10px 0px 10px;
}

.rechner-header p {
	padding: 8px 15px;
}

.rechner-result {
	display: flex;
	align-items: flex-end;
	background: #DEDEDE;
	padding: 15px;
}

.rechner-result .row {
	align-items: flex-end;
	display: flex;
	width: calc(100% + 30px);
}

.rechner-result label {
	font-weight: 700;
}

.rechner-result input {
	border-color: var(--pink);
}

.rechner .right {
	padding: 15px;
}

.rechner .btn {
	min-width: 0;
	width: auto;
	padding: 8px 25px;
}

#rechner {
    flex-wrap: inherit; 
}

@media (max-width: 991px) {
	#rechner {
		flex-wrap: wrap;
	}

	.rechner,
	.rechner:last-child {
		margin: 0 0 15px;
	}

	.rechner-main label:not(.radio-inline) {
		position: static;
		margin-top: 5px;
	}

	.rechner-main .row {
		padding: 5px 0;
	}

	.rechner-main .row>* {
		width: 100%;
	}

	img.pull-left {
		display: none;
	}
}

/* *** 09.05 *** */

.my-select {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #707070;
	width: 100%;
	border-radius: 5px;
	height: 38px;
	background: #fff;
	line-height: 1.2;
	padding: 0 10px;
	color: #707070;
	padding-top: 4px;
	font-size: 14px;
}

.my-select .name {
	background: url(../img/frontend/img22.png) right 11px no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

.my-select .name .select-txt {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.my-select ul {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	top: 100%;
	left: 0;
	width: 100%;
	width: 100%;
	border: 1px solid #707070;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	line-height: 1.2;
	padding: 1px 10px 0 10px;
	color: #707070;
	font-size: 14px;
	display: none;
}

.my-select:hover ul {
	display: block;
	z-index: 2;
}

.my-select ul a {
	color: #707070;
}

.my-select ul a:hover {
	color: #BA0A7E;
}

.my-select ul li {
	padding: 9px 0 5px 0;
	border-bottom: 1px solid #707070;
}

.my-select ul li:last-child {
	border-bottom: none;
}

@media (max-width: 767px) {
	.my-select {
		margin-bottom: 5px;
	}
}

/* ANDRZEJ 27.03 (widok kalkulatora) */

.pink {
	color: var(--pink);
}

.column-header {
	margin: 0;
	background: #DEDEDE;
	font-size: 16px;
	color: #707070;
	font-weight: 400;
	padding: 8px 30px;
}

#table .row.flex-start {
	align-items: flex-start;
}

.mb20 {
	margin-bottom: 20px;
}

.value {
	border-bottom: 1px solid #7070704f;
	font-weight: 600;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.column-content {
	padding: 30px 15px 15px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex2columns>div {
	width: 50%;
	padding-left: 45px;
}

#left-column .column-content {
	background: #DEDEDE40;
}

.flex2columns h5 {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0 15px;
}

.flex2columns h5 img {
	margin-right: 10px;
}

.flex2columns h5.layer {
	width: 100%;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0px 5px 20px;
}

@media (max-width: 991px) {
	.flex2columns>div {
		padding-left: 0;
		width: 100%;
	}

	.column-content label {
		font-size: 13px;
	}
}

.inside-iframe #header {
	display: none;
}

.decken-form-radio-group {
	display: flex;
	flex-direction: row;
	gap: 12px;
	padding: 10px 15px;
	flex-wrap: wrap;
	align-items: flex-end;
}

/* Kontener pojedynczego radio */
.decken-form-check {
	position: relative;
	display: flex;
	align-items: center;
}

/* Ukrywamy natywne radio */
.decken-form-check-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Label jako klikalny element */
.decken-form-check-label {
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.4;
	color: #333;
	user-select: none;
}

/* Kółko radio – obramowanie */
.decken-form-check-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 2px solid var(--pink);
	/* ← KOLOR */
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s, background-color 0.2s;
}

/* Kropka wewnętrzna */
.decken-form-check-label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	width: 8px;
	height: 8px;
	background-color: var(--pink);
	/* ← KOLOR */
	border-radius: 50%;
	transition: transform 0.2s ease;
}

/* Zaznaczone radio */
.decken-form-check-input:checked+.decken-form-check-label::before {
	border-color: var(--pink);
}

.decken-form-check-input:checked+.decken-form-check-label::after {
	transform: translateY(-50%) scale(1);
}

/* Hover */
.decken-form-check-label:hover::before {
	border-color: var(--dark-pink);
	/* ← ciemniejszy hover */
}

/* Focus (tab) */
.decken-form-check-input:focus+.decken-form-check-label::before {
	outline: 2px solid rgba(166, 31, 125, 0.35);
	outline-offset: 2px;
}

input[disabled] {
	opacity: 0.5;
}