div.box-polecane input[name="polecane"] {
  display: none;
}

div.box-polecane input[name="polecane"] + label {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  padding: 7px 30px;
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  cursor:pointer;
}


div.box-polecane input[name="polecane"]:checked + label {
  background: var(--blue);
  color: #fff;
}

div.box-pnmcs input[name="nacostac"] + label {
  cursor:pointer;
}
li.li-akt-filtr{
	margin-bottom:10px;
}
.wysylka-paczkomaty iframe{
	border:0px solid white;
	padding:0;
	margin:0;
	width:100%;
	height:600px
}
.img-tk{
	max-width:100%;
}
.event.orange{
	background:#fd7e14!important;
}
.event.red{
	background:#dc3545!important;
	color:#fff!important;
}
.event.blue{
	background:var(--blue)!important;
	color:#fff!important;
}
.event.purple{
	background:#6f42c1!important;
	color:#fff!important;
}
.event.green{
	background:#28a745!important;
	color:#fff!important;
}
ol.days li:last-child{
	color:#dc3545!important;
}
#MainMenu p.p-main{
	max-width:60px;
}
@media only screen and (max-width: 768px) {
  #MainMenu p.p-main{
    max-width: 100%;
  }
}
#pokaz-saldo {
    display: inline-block;
    margin: 0;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    background-color: var(--blue);
    border-radius: 0px;
	border:none;
}
.calendar li{transition:0.5s ease all;}
.calendar .moj-event > span{display:none;transition:0.5s ease all;}
.calendar .li:hover .moj-event > span,
.moj-event:hover > span{
	display:block!important;
	margin-top:10px;
}
.moj-event:hover > span a{
	font-size:11px;
	color:#000;
}
.hideme{
	display:none!important;
}
.hidemeopacity{
	opacity:0;
}
.promocja div.box-sin-pst-rgt{
	float:right;
}
.sd-user .bg-cont-slide{
	background-size:contain;
}

ul.ul-main li.color-blue.show-menu ul.ul-submenu li:hover,
ul.ul-main li.color-blue.show-menu ul.ul-submenu li.active,
ul.ul-main li.color-blue.show-menu ul.ul-submenu li:focus-within {
  background-color: var(--blue);
}
ul.ul-main li.color-orange.show-menu ul.ul-submenu li:hover,
ul.ul-main li.color-orange.show-menu ul.ul-submenu li.active,
ul.ul-main li.color-orange.show-menu ul.ul-submenu li:focus-within {
  background-color: var(--orange);
}
ul.ul-main li.color-green.show-menu ul.ul-submenu li:hover,
ul.ul-main li.color-green.show-menu ul.ul-submenu li.active,
ul.ul-main li.color-green.show-menu ul.ul-submenu li:focus-within {
  background-color: var(--green);
}
ul.ul-main li.color-purple.show-menu ul.ul-submenu li:hover,
ul.ul-main li.color-purple.show-menu ul.ul-submenu li.active,
ul.ul-main li.color-purple.show-menu ul.ul-submenu li:focus-within {
  background-color: var(--purple);
}
ul.ul-main li.color-teal.show-menu ul.ul-submenu li:hover,
ul.ul-main li.color-teal.show-menu ul.ul-submenu li.active,
ul.ul-main li.color-teal.show-menu ul.ul-submenu li:focus-within {
  background-color: var(--teal);
}
ul.ul-main li.color-brown.show-menu ul.ul-submenu li:hover,
ul.ul-main li.color-brown.show-menu ul.ul-submenu li.active,
ul.ul-main li.color-brown.show-menu ul.ul-submenu li:focus-within {
  background-color: var(--brown);
}
ul.ul-main li.color-red.show-menu ul.ul-submenu li:hover,
ul.ul-main li.color-red.show-menu ul.ul-submenu li.active,
ul.ul-main li.color-red.show-menu ul.ul-submenu li:focus-within {
  background-color: var(--red);
}
ul.ul-main li.color-light-blue.show-menu ul.ul-submenu li:hover,
ul.ul-main li.color-light-blue.show-menu ul.ul-submenu li.active,
ul.ul-main li.color-light-blue.show-menu ul.ul-submenu li:focus-within {
  background-color: var(--light-blue);
}
ul.ul-main li.show-menu ul.ul-submenu li:hover svg.svg-sm path,
ul.ul-main li.show-menu ul.ul-submenu li.active svg.svg-sm path,
ul.ul-main li.show-menu ul.ul-submenu li:focus-within svg.svg-sm path {
  fill: #fff;
}
ul.ul-main li.show-menu ul.ul-submenu li:hover a.a-submenu,
ul.ul-main li.show-menu ul.ul-submenu li.active a.a-submenu,
ul.ul-main li.show-menu ul.ul-submenu li:focus-within a.a-submenu {
  color: #fff;
}

li.color-blue > a:hover,
li.color-blue > a:hover > .p-main,
li.color-blue > a > .p-main:hover{
	text-decoration:none;
}
li.color-blue > a > .svg-sm > path{
	fill:var(--blue);
}
/* Custom Choose file */
.__lk-fileInput {
  cursor: pointer;
  width: 100%;
}
.__lk-fileInput input {
  display: none;
}
.__lk-fileInput span {
  display: inline-block;
  color: #fff;
  margin: 0 0 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--blue);
  background: transparent;
  border-radius: 12px;
  border: 2px dotted var(--blue);

  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.__lk-fileInput span:hover {
  background: var(--blue);
  color: #fff;
}
.__lk-fileInput span.withFile:after {
  content: '╳';
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  font-size: 10px;
  margin-top: -3px; 
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; width:auto!important}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; background:#fff; cursor:pointer;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #005EAA; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.box-nfr-top{
	overflow:hidden;
	width:100%;
}
.p-nag-lim-pkt.p-prod-sgl-pkt::before {
    content: '';
    background-image: url(../img/nagrody/ico-logo-pkt.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 16px;
    position: relative;
    top: 3px;
    left: -9px;
	
}
@media only screen and (max-width: 768px) {
	table.dataTable{
		max-width:100%!important;
	}
  .__lk-fileInput span {
    padding: 10px;
  }
  .col-ms-nav-c.mob-cnt > a{
	margin-bottom:20px;"
}
}
.p-sgl-blad{
	color:red!important;
}
.mobi-dzien{
	display:none;
}

@media only screen and (max-width: 768px) {
	.calendar ol.days.list-unstyled{
		margin-bottom:0;
	}
	.calendar .days li{
		min-height:3.5rem;
	}
	.calendar .days li.outside{
		display:none;
	}
	.mobi-dzien{
		display:inline-block;
	}
	.calendar .days li{
		width:100%;
	}
	.calendar .day-names{
		display:none;
	}
	.calendar .days li .date{
		float:left;
		margin-right:10px;
		padding-right:10px;
		font-size:125%;
		border-right:1px solid #ddd;
		width:35px;
		margin-top:5px;
	}
	.calendar .days li .events{
		margin-top:5px;
	}
	.calendar .days{
		border-bottom:none;
	}
}
li.active p.p-pow-cart{background:#fff;color:#48646E}
nav.nav-h ul.ul-dropmenu li:last-child table.tab-pow td,
nav.nav-h ul.ul-dropmenu li:last-child table.tab-pow th{
	border-bottom:none;
}
.vcont,.YTplayer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	text-align:center;
	display:none;
}
#vcont2,
.vcont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.acont{
	text-align:center;
}
.params .parametr{max-width:235px;}
.box-side-wyd tr{
	border-bottom:1px solid var(--gray);
}
.box-side-wyd tr:last-child{
	border-bottom:0px solid var(--gray);
}
.box-side-wyd tr td{
	padding-top:1rem;
}
.box-side-wyd tr:first-child td{
	padding-top:0rem;
}
p.p-bsw-txt{
	text-align:left;
}

/*mapa*/
#map  
{  
	height: 75vh;  
	/*max-height:60%;*/
	width: 100%;  
	margin: auto auto;  
	border: solid 2px #0d6b7a;  
	-webkit-transform: translateZ(0);  
	z-index: 10;  
}  
  
#map-canvas {  
	height: 100%;  
	width: 100%;  
	margin: 0px;  
	padding: 0px;  
	z-index: 10;  
}  
#map-canvas2 {  
	height: 100%;  
	width: 100%;  
	margin: 0px;  
	padding: 0px;  
	z-index: 10;  
}  
.controls {  
	margin-top: 16px;  
	border: 1px solid #0d6b7a;  
	box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	height: 32px;  
	outline: none;  
	// box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);  
	background-color: floralwhite;  
	border-radius: 5px;  
}  
  
#pac-input {  
	background-color: #fff;  
	font-family: Roboto;  
	font-size: 15px;  
	font-weight: 300;  
	margin-left: 12px;  
	padding: 0 11px 0 13px;  
	text-overflow: ellipsis;  
	width: 80%;  
	z-index: 1081;  
}  
  
#pac-input:focus {  
	border-color: #0088FF;  
}  
  
.pac-container {  
	font-family: Roboto;  
}  
  
#type-selector {  
	color: #fff;  
	background-color: #4d90fe;  
	padding: 5px 11px 0px 11px;  
}  
  
#type-selector label {  
	font-family: Roboto;  
	font-size: 13px;  
	font-weight: 300;  
}  
.pac-container {  
	background-color: #FFF;  
	z-index: 100000 !important;
	position: fixed;  
	display: inline-block;  
	float: left;  
}  
.lat,.lon{
	border:none;
	background:transparent;
	cursor-events:none;
}
.btn-loc{
	display:block;
}
#inwestycja-mapa{
	width:100%;
	height:300px;
	margin-top:40px;
}
.zdjecia{
	margin-top:20px;
}
.zdjecia img{
	margin:10px 0;
}
.inwestycja-head{
	display:block;
	color:var(--blue);
	font-weight:bold;
	margin-top:0px;
	margin-bottom:20px;
	position:relative;
	padding-left:15px;
}

.inwestycja-head::before {
    content: '';
    width: 4px;
    height: 26px;
    border-radius: 53px;
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
	background:var(--blue);
}

.adres-radio{
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.adres-radio label{
	font-size:125%;
	font-weight:normal;
}
.adres-radio span{
	font-weight:bold;
}
.wybor-adresu .firstt{
	margin-top:1.5rem;
}
.wybor-adresu{
	text-align:center;
}
#form-wizytowka textarea{
	height:200px;
}
.filechange img,.form-group-file img{
	max-width:150px;
}
.filechange input{
	margin-bottom:15px;
}
body.inwestycje .filechange img{
	margin-bottom:15px;
}
.min-340{
	min-height:340px;
}
/**

second main KAN-therm

**/

  /** new global **/
main#Main {
  background-image: url('../img/_global/bg-main.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body {
  overflow-x: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a, p, button, input {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

  /** new news slider **/
div.box-nf-lft {
  background: var(--blue);
  box-shadow: 0px 3px 6px rgba(75, 81, 91, 0.15), 0px 1px 20px rgba(0, 0, 0, 0.15);
}
div.box-nfr-top {
  background-color: #fff;
}
div.box-nfr-btm {
  background-color: #555555;
}

/** new footer **/
img.img-f-logo {
  max-width: 340px;
  width: 100%;
}
p.p-f {
  margin-top: 15px;
}

/** news sidebar kalendarz **/
div.sd-user-data {
  position: relative;
  margin: 30px 0 0 0;
  padding: 20px 15px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgb(75 81 91 / 15%), 0px 1px 20px rgb(0 0 0 / 15%);
  box-shadow: 0px 3px 6px rgb(75 81 91 / 15%), 0px 1px 20px rgb(0 0 0 / 15%);

  /* background-image: url('../img/_global/bg-data.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}
p.p-sd-dzien {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  color: #565656;
  text-transform: capitalize;
}
p.p-sd-dzien small{
	text-transform:none;
	font-size:90%;
}
p.p-sd-data {
  margin: 0;
  font-weight: 700;
  font-size: 100px;
  line-height: 45px;
  color: #004E86
}
p.p-sd-data span {
  font-size: 35px;
  line-height: 35px;
  display:block;
  margin-top:28px;
}
p.p-sd-rok {
  margin: 15px 0 0 0;
  font-weight: 350;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 9.5px;
  color: #565656;
}
.usunusluge,.usunfv,.usunzdjecie{
	margin-left:5px;
	line-height:0.5;
	padding:5px;
	font-size:10px;
}
.notice-red{
	color:var(--red);
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
}

.notice-blue{
	color:var(--blue);
	font-size:14px;
	margin:10px;
	text-align:center;
	font-weight:bold;
	border:1px solid var(--blue);
	padding:10px;
}

div.box-side-user,
div.sd-user-data,
img.img-hero,
div.box-fp-zad,
div.bg-cont-slide,
div.box-nf-lft,
div.box-nfr-top,
div.box-nfr-btm,
div.box-dropmenu,
div.r-zad-single,
div.box-sin-pst,
div.box-reg-form,
div.row-page,
div.bsz-top,
div.box-side-zad,
div.box-side-pdst-ins,
div.box-zad-ins,
div.bcg-pdst,
div.box-zad-img,
div.box-cal,
div.box-cal,
div.box-wyk,
div.box-login-form,
div.box-reg-form,
div.box-cont-slide div.owl-stage-outer {
   border-radius: 0;
}

/** sidebar user **/
div.sd-user-wyd {
	position: relative;
	margin: 30px 0 0 0;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px rgb(75 81 91 / 15%), 0px 1px 20px rgb(0 0 0 / 15%);
	box-shadow: 0px 3px 6px rgb(75 81 91 / 15%), 0px 1px 20px rgb(0 0 0 / 15%);
}
div.sd-user-wyd-title {
	position: relative;
	padding: 30px 15px;
	background: var(--blue);
}
h3.h3-sd-user-wyd {
	margin: 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
div.sd-user-wyd-list {
	position: relative;
	padding: 20px 15px;
}
table.tab-sd-wyd-list td,
table.tab-sd-wyd-list th {
	padding: 15px 5px;
	vertical-align: top;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
div.box-sd-wyd-tab {
	position: relative;
	padding: 5px 3px;
	text-align: center;
	background-color: rgba(0, 0, 0, .05);
	border: 1px solid rgba(0,0,0,.1);	
}
p.p-sd-wyd-dzien {
	margin: 0 0 4px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
}
p.p-sd-wyd-data {
	margin: 0;
	font-size: 13px;
	line-height: 13px;
}
td.td-sd-wyd {
	text-align: left;
}
p.p-sd-wyd {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

/** login new **/
main#MainLogin {
	padding: 100px 0 200px 0;
	background-image: url('../img/login/bg-login-new.jpg');
}
div.box-login {
	max-width: 460px;
	margin: 0 auto 0;
}
div.box-login-ov-a {
	position: absolute;
	left: 0; top: 0;
	width: 25%; height: 100%;
	background-color: #fff;
}
div.box-login-ov-b {
	position: absolute;
	left: 25%; top: 0;
	width: 25%; height: 100%;
	background-color: rgba(255, 255, 255, .8);
}
figure.fig-login-logo-new {
	position: absolute;
	width: calc(100% - 40px);
   left: 50%; top: 50%;
   transform: translate(-50%, -50%);
}
img.img-login-logo-new {
	max-width: 500px;
	width: 100%;
}

	/** mobile login new **/
@media only screen and (max-width: 890px) {
	div.box-login-form {
		padding: 50px 25px;
	}
}
@media only screen and (max-width: 768px) {
	.sec-zad .p-zip-pkt{
		margin-bottom:20px;
	}
	main#MainLogin {
		padding: 0 0 40px 0;
	}
	div.box-login {
		margin: 0 auto;
  }
  div.box-login-ov-a {
	display: none;
  }
  div.box-login-ov-b {	
	display: none;
	}
	div.col-login-cnt {
		position: relative;
		padding: 20px 0;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	div.col-login-cnt::after {
		content: '';
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;
		background-color: rgba(255, 255, 255, .8);
	}
	figure.fig-login-logo-new {
		position: relative;
		z-index: 1;
		left: auto;
		top: auto;
		transform: none;
  }
  img.img-login-logo-new {
		max-width: 380px;
	}
	div.box-login-form {
		margin: 30px 0 0 0;
	}
}

	/** new register **/
figure.fig-login-logo-new-b {
	position: relative;
	width: calc(100% - 40px);
	left: auto;
	top: auto;
	transform: none;
	margin: 30px 0 0 0;
}
div.box-reg-form {
	padding: 50px 20px;
}

@media only screen and (max-width: 768px) {
	div.box-reg-form {
		margin: 30px 0 0 0;
	}
	figure.fig-login-logo-new-b {
		margin-top: 0;
	}
	.wiadomosci p.p-tab-nad{
		font-size:12px;
	}
}
.btn-blue{
	background:var(--blue)!important;
	border:1px solid var(--blue)!important;
	color:#fff;
}
.btn-blue:hover{
	background:#fff!important;
	color:var(--blue)!important;
}

body.promocja p.p-zip-pkt{
	font-size:20px;
}
#charNum{
	position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(255,255,255,0.7);
    padding: 5px;
	font-size:12px;
}
#inwebut span{
	font-weight:bold;
	margin-left:15px;
}

.owl-carousel video,
.b3 video{
	object-fit: fill;
	width: 100%!important;
    height: 100%!important;
}

.zamow-wizytowki .input-group-text{
	padding:0 5px!important;
}
#wizytowka-podglad {
	position:relative;
}
#wizytowka-podglad > img,
.box-login-form-typ-wiz{
	position:relative;
	width:550px;
	height:359px;
	-webkit-box-shadow: 0px 3px 6px rgb(75 81 91 / 15%), 0px 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px rgb(75 81 91 / 15%), 0px 1px 3px rgb(0 0 0 / 15%);  
	z-index:1
}
#wizytowka-podglad >div{
	position:absolute;
	bottom:0;
	right:72px;
	text-align:right;
	font-size:16px;
	z-index:10;
	color:#575757;
}
#wizytowka-podglad .firma{
	bottom:150px;
	font-weight:bold;
}
#wizytowka-podglad .imienazwisko{
	bottom:132px;
	font-weight:bold;
}
#wizytowka-podglad .adres{
	bottom:104px;
}
#wizytowka-podglad .telefon{
	bottom:87px;
}
#wizytowka-podglad .email{
	bottom:71px;
}
#wizytowka-podglad .nip{
	bottom:53px;
}

#baner-podglad {
	position:relative;
}

#baner-podglad >div{
	position:absolute;
	bottom:0;
	left:41px;
	text-align:right;
	font-size:16px;
	z-index:10;
	color:#575757;
}

#baner-podglad > img,
.box-login-form-typ-ban{
	position:relative;
	width:548px;
	height:247px;
	-webkit-box-shadow: 0px 3px 6px rgb(75 81 91 / 15%), 0px 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px rgb(75 81 91 / 15%), 0px 1px 3px rgb(0 0 0 / 15%);  
	z-index:1
}

#baner-podglad .firma{
	text-transform: uppercase;
	font-weight: bold;
	color: #585858;
	bottom: 26px;
	font-size: 13px;
}

/* #baner-podglad .imie, */
/* #baner-podglad .nazwisko{ */
	/* color: #00A1E2; */
/* } */

#baner-podglad .telefonemail{
	color: #878787;
	font-weight: bold;
	bottom: 13px;
	font-size:12px;
}

.hideafter h1,
.kreator-wysylka h1{
	padding-left:0;
}
.hideafter h1:before,
.kreator-wysylka h1:before{
	display:none;
}
table#tableWizytowkiZamowienia .btn,
table#tableBaneryZamowienia .btn{
	width:100%;
}
body.inwestycje .box-login{
	margin:50px auto!important;
}

/* /////////////////// */
/* RAPORTY DO POBRANIA */

#form-date-directors,
#form-date-managers{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

#loadDateBtnDirectors,
#loadDateBtnManagers{
	padding: 3px 25px !important;
}

h1.h1-title-light-blue.raports-size{
	font-size: 20px;
}

div.row.w1180.raports-text-center{
	display: block;
	text-align: center;
}

div.col-md-12.row-page.raports-smaller-top-margin{
	margin-top: 10px;
}

div.col-md-12.row-page.raports-smaller-top-margin.raports-bigger-bottom-margin{
	margin-top: 10px;
	margin-bottom: 40px;
}

/* RAPORTY DO POBRANIA - KONIEC */
/* //////////////////////////// */

/* #film-b3 { */
  /* position: relative; */
  /* height: 258px;  */
  /* width: 100%; */
/* } */

/* #basic-front-movie { */
  /* position: absolute;  */
  /* top: 0; */
  /* left: 0; */
  /* height: 100%;  */
  /* width: auto;  */
/* } */

/* .letterbox { */
  /* position: absolute; */
  /* width: 100%; */
  /* height: calc((100% - 100vw) / 2);  */
  /* background-color: black; */
/* } */

/* .letterbox-top { */
  /* top: 0; */
/* } */

/* .letterbox-bottom { */
  /* bottom: 0; */
/* } */
div.box-slider-vid {
  height: 300px;
  border: 10px solid #fff;
}
div.box-slider {
  position: relative;
  text-align: center;
}
div.bg-over {
  position: relative;  
  border: 1px solid #BDA26F;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
  padding: 10px;
}
div.bg-slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  will-change: transform;
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
}
div.box-slider-txt {
  position: relative;
  margin-top: 15px;
}
p.p-slider-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;  
  color: #D4A731;
  margin: 0;
}

  /** section slider absolute cover **/
a.a-slider,
a.a-slider:active,
a.a-slider:visited {
  color: #D4A731;
}
a.a-slider:focus,
a.a-slider:hover {
  text-decoration: none;
}
div.bg-slider-ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 94, 170, .79);
  text-align: center;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
}
a.a-slider:focus div.bg-slider-ab,
a.a-slider:hover div.bg-slider-ab {
  opacity: 1;
}
p.p-slider-ab {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  display: inline;

  width: 100%;
  margin: 0;
  position: absolute;
  left: 50%; top: 50%;  
  transform: translate(-50%, -50%);
}
div.owl-slider img.img-slider {
  display: inline;
  width: 19px;
  margin-left: 10px;
}


.info-prod .bg-slider-ab{
	background-color: rgba(36, 89, 149, .79);
}
.info-prod div.bg-over{
	/*border-color:#1A3158;*/
	border-width:0;
	padding:10px;
}
.info-prod .p-slider-txt{
	color:#245995;
}
.info-prod .p-slider-ab{
	color:#fff;
}
.info-prod .bg-slider-ab{
	margin:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
}
.info-prod div.box-slider-txt{
	margin-bottom:15px;
}
body.inwestycje div.dataTables_wrapper div.dataTables_filter{
	float:right;
}
.sec-zad-3 .p-szad-date{
	padding-top:50px;
}
.small-table{
	font-size:13px;
}
.small-table td{
	padding:0 5px;
}
@media only screen and (max-width: 1700px) {
	.w1700-12{
		width:100%;
		max-width:100%;
		flex:initial;
	}
}
#wizytowka-podglad{
	width:550px;
}

.ankietamasters-pytanie{
margin-top:20px;
margin-bottom:10px;
}
.ankietamasters-pytanie{
font-weight:bold;
}
#ankietamasters textarea{
width:100%;
height:50px;
} 
#ankietamasters select{
max-width:100px;
margin-top:-5px;
}
#ankietamasters #pytanie2h-inne{
margin-top:-5px;
}
#ankietamasters .label-sub{
margin-left:15px;
}
#ankietamasters .modal-body{
max-height:80vh;
overflow:hidden;
overflow-y:auto;
margin-bottom:20px;
}
.sd-user-manager{
	font-size:14px;
}
.sd-user-manager a{
color:var(--blue);
font-size:14px;
line-height:18px;
}
.sd-user-manager b{
font-size:14px;
line-height:18px;
}
#nowa2 .nowa-dalej{
padding-left:10px;
padding-right:10px;
float:right;
}
#nowa2 .nowa-wstecz{
padding-left:10px;
padding-right:10px;
float:left;

}
#nowa2 .nowa-koniec{
padding-left:10px;
padding-right:10px;
float:right;
}

.nowa-dalej,
.nowa-wstecz,
.nowa-koniec{
display:none;
}

#nowa2 .nowa-dalej,
#nowa2 .nowa-wstecz,
#nowa2 .nowa-koniec{
display:block;
}

#nowa2 .nowa-hide{
	display:none;
}
#nowa2 .nowa-shown{
	display:none;
}
#nowa2 .dalej-wstecz{
	border-top:1px solid var(--blue);
	padding-top:10px;
	margin-top:20px;
}

.of100{
	overflow:hidden;
	overflow-y:auto;
	max-height:100px;
	max-width: 200px;
}
.form-kroki{
	margin-top:10px;
	margin-left:25px;
	color:var(--blue);
	font-weight:600;
}
.form-kroki span,
.form-kroki b{
	font-weight:bold;
	color:var(--blue);
}

#regrul ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#regrul ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

#regrul ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

#regrul li ol > li {
  margin: 0;
}

#regrul li ol > li:before {
  content: counters(item, ".") " ";
}

#regrul2 ol {


}
#regrul2 ol.top {
  list-style-type: none;
  counter-reset: item;
}

#regrul2 ol.top > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

#regrul2 ol.top > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

#regrul2 ol.top > li > ol > li {
  margin: 0;
}

#regrul2 ol.top > li > ol > li:before {
  content: counters(item, ".") " ";
}
#regrul2 li p{
	line-height:150%;
}
a.btn-blue,
a.btn-blue:is(:active, :visited) {
  display: inline-block;
  position: relative;
  padding: 10px 30px;

  font-weight: bold;
  font-size: 24px;
  line-height: 34px;

  background-color: var(--blue);
  border: 2px solid var(--blue);
  color: #fff;
  border-radius: 0;

  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
a.btn-blue:is(:hover, :focus, :focus-within) {
  text-decoration: none;
  color: var(--blue);
  background-color: #fff;
}
a.btn-white,
a.btn-white:is(:active, :visited) {
  display: inline-block;
  position: relative;
  padding: 10px 30px;

  font-weight: bold;
  font-size: 24px;
  line-height: 34px;

  background-color: #fff;
  border: 2px solid #fff;
  color: var(--blue);
  border-radius: 0;

  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
a.btn-white:is(:hover, :focus, :focus-within) {
  text-decoration: none;
  color: #fff;
  background-color: var(--blue);
}
div.box-hero-b-btn a.btn-white {
  display: inline-block;
  margin: 0 20px 0  0;
}
.box-hero-b-btn a,
.box-hero-b-btn-strefa a{
	transform:initial;
	position:relative!important;
	top:initial!important;
	right:initial!important;
}
.box-hero-b-btn a{
	position: fixed!important;
    top: 0;
    right: 0;
    z-index: 1000;
	margin:0!important;
     -webkit-transform: rotate(-90deg) translate3d( 0, 0, 0);
  -moz-transform: rotate(-90deg) translate3d( 0, 0, 0);
  -ms-transform: rotate(-90deg) translate3d( 0, 0, 0);
  -o-transform: rotate(-90deg) translate3d( 0, 0, 0);
  transform: rotate(-90deg) translate3d( 0, 0, 0);
}
.box-hero-b-btn a.btn-white{
	top:74px!important;
	right:-76px!important;
	border:1px solid var(--blue);
}
.box-hero-b-btn a.btn-blue{
	top:340px!important;
	right:-108px!important;
}
.nawigacja-inwestycje{
	margin-top:30px;
	margin-bottom:-30px;
	z-index:100;
	position:relative;
}

.nawigacja-inwestycje .btn-navi{
	font-size:14px!important;
	padding:0px 15px!important;
}
.nawigacja-inwestycje .btn-navi span{
	display:none;
	font-size:11px;
	padding:0 10px;
}
.nawigacja-inwestycje .btn-navi:hover span{
	display:inline-block;
}
@media only screen and (max-width: 768px) {
	.nawigacja-inwestycje .btn-navi{
		width:100%;
		margin-bottom:10px;
	}
	.nawigacja-inwestycje .btn-navi:hover span{
		display:block;
	}
	
}
tr.row-new >td{
	font-weight:bold;
}
#tableInwestycje{
	font-size:14px;
}
@media only screen and (max-width: 768px) {
	#chat-widget-container{
		bottom:40px!important;
		right:10px!important;
	}
}

@media only screen and (min-width: 768px) {
	.mg-top-reg-proj{
		margin-top: 46px;
	}
	
}
_::-webkit-full-page-media, _:future, :root ul.ul-main{
		overflow:initial;
	}
	
.forum-odpowiedzi-lista-btn:hover{
	cursor: pointer;
	transform: scale(1.1);
	transition: 0.3s;
}

/* margines do głównej promocji projektantow -> promocja-strefa-projektanta-6 */
/* opis jest wtedy bez monet/przelicznika i jest przesunięty, bez górnej luki */
@media only screen and (min-width: 768px) {
	.mg-top-prom-proj{
		margin-top: -120px;
	}
}
 
/* odsunięcie cookiebot od menu mobile */
@media only screen and (max-width: 768px) {
	#CookiebotWidget:not(.CookiebotWidget-inactive) {
		bottom: 60px!important;
		left: 10px!important;
	}
}

#zmiensegment{
	background: #fff;
	color: #686868;
	font-size: 12px;
	border: 1px solid #fff;
}

@media only screen and (min-width: 769px) {
	.footer-phone-number-lft{
		text-align: left;
		/* padding-left:0; */
	}
	
	.footer-info-rgt{
		/* padding-right:0; */
	}
}

.page90{
	max-width: 90%;
	margin: 0 auto;
}

.page90-pg{
	max-width: 90%;
	margin: 0 auto;
	padding-right: 25px;
	padding-left: 25px;
}

@media only screen and (max-width: 768px) {
    main#Main {
        overflow-x: hidden;
    }
}