/***** Modyfikacje szablonu *****/
#astroid-sticky-header > div{
	background-color: #F7F7F7;
}

/***** modyfikacja rozszerzenia Convert Forms *****/
.cf-btn{
	background-color: #223F4E !important;
}

/***** Modyfikacja rozszerzenia Modals *****/
[data-modals-element=modal] {
	z-index: 10000;
}

/***** Modyfikacja informacji o ciasteczkach *****/
.cookiehead{
	display: none;
}
#redim-cookiehint{
	background-color: #223F4E;
}
.cookiecontent{
	margin-top: 15px;
}	
#cookiehintsubmit{
	width: 100px;
}
#redim-cookiehint .cookiebuttons .btn{
	background-color: #FF8000 !important;
}
#cookiehintinfo{
	display: none;
}

/***** Moje style *****/
.tabela {
    min-width: 50%;
}

.tabela tr td {
    border: solid 1px #000000;
    padding: 5px;
}

.tabela tr td:first-child{
	background-color: #223F4E;
	font-weight: 600;
	color: #ffffff;
	border: solid 1px 000000;
}

.tabela a{
	font-weight: 600;
}

.obrazek{
	border-radius: 5px;
}

.obrazek-lewy{
	float: left;
	margin-top: 5px;
	margin-right: 5px;	
	margin-bottom: 5px;
	width: 200px;
	border-radius: 5px;
}

.obrazek-prawy{
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	width: 200px;
	border-radius: 5px;
}

.przycisk-obejrzyj-mieszkanie{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 100px;
	background-color: #f7F7F7;
	border-radius: 15px;
	border: solid #223F4E 2pt;
	background-image: url("/images/Inne/dom_ikona.png");
	background-repeat: no-repeat;
	background-position: 10px 17px,center;
	padding-right: min(5px);	
	padding-left: 100px;
	font-size: 1.1em;
	font-weight: 600;
	transition: 0.3s;	
	display: flex;
  align-items: center;
}

.przycisk-obejrzyj-mieszkanie:hover{
	background-color: #223F4E;
	border-color: #FF8000;
}

.przycisk-pobierz-plan-mieszkania{
	cursor: pointer;
	margin-bottom: 20px;
	width: 100%;
	height: 100px;
	background-color: #f7F7F7;
	border-radius: 15px;
	border: solid #223F4E 2pt;
	background-image: url("/images/Inne/pdf_icon.png");
	background-repeat: no-repeat;
	background-position: 10px 16px,center;	
	font-size: 1.1em;
	font-weight: 600;
	transition: 0.3s;
	padding-left: 100px;
	padding-right: min(5px);
	display: flex;
  align-items: center;
}

.przycisk-pobierz-plan-mieszkania:hover{
	background-color: #223F4E;
	border-color: #FF8000;
}

.przycisk-kontakt-pod-mieszkaniami{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 170px;
	background-color: #f7F7F7;
	border-radius: 15px;
	border: solid #223F4E 2pt;
	background-image: url("/images/Inne/telefon.png");
	background-repeat: no-repeat;
	background-position: 0 7px,center;
	font-size: 17pt;
	font-weight: 600;
	text-align: left;
	transition: 0.3s;
	display: flex;
  align-items: center;
	justify-content: center;
	padding-left: 200px;
	padding-right: min(5px);
}

.przycisk-kontakt-pod-mieszkaniami:hover{
	background-color: #223F4E;
	border-color: #FF8000;
}

.cena{
	text-align: center; 
	font-size: 18pt;
	margin: 30px 0px 0px 0;
}

/* Klasy dla małych ekranów */
@media (max-width: 768px) {
	.przycisk-kontakt-pod-mieszkaniami{
		margin-top: 20px;
		margin-bottom: 20px;
		height: 170px;
		background-color: #f7F7F7;
		background-image: none;
		border-radius: 15px;
		border: solid #223F4E 2pt;
		font-size: 17pt;
		font-weight: 600;
		text-align: left;
		transition: 0.3s;
		text-align: center;
		padding-left: 0;
	}
	
	.ukryj-na-mobile{
		display: none;
	}
}

