@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	scroll-behavior: smooth;
  }

body {
	font-family: 'Raleway', Arial;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
  	width: 100%;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}


.loader img {
	position: fixed;
	margin-top: 20%;
	left: 35%;
	width: 30%;
}

.centrirano {
	text-align: center !important;  
}

.ponovo-butt {
	display: none;
	padding: 12px 20px;
	font-size: 20px;
	cursor: pointer;
	font-family: 'Raleway';
	font-weight: 700;
	outline: none;
	border-radius: 10px;
	border: 0px;
	background-color: #202020;
	color: #fff;
	transition: 0.7s;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}

.logo {
	display: block;
  	margin-left: 18%;
  	margin-top: 10%;
  	margin-right: auto;
}

.poc {
	width: auto;
	height: 100%;
	min-height: 100% !important;
	position: fixed;
	top: 0;
	left: 45%;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}

.container {
	display: grid;
	grid-template-columns: 50% 50%;
}
.container1 {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 50px;
	padding-bottom: 0px;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}
.container2 {
	background-color: #EFEFEF;
	height: 110%;
}
.formdiv {
	margin-bottom: 50px;
}
.glavninaslov {
	font-size: 25px;
	font-family: 'Rubik';
	text-align: center;
}
.long-border-div {
	border: 1px solid #FF651B;
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}

.orange-1 {
	font-size: 20px;
	font-weight: 800;
	background-color: #FF651B;
	color: white;
	border: 0px;
	border-radius: 10px;
	cursor: pointer;
}

.orange-2 {
	padding: 12px 20px;
	font-size: 20px;
	font-weight: 600;
	background-color: #FF651B;
	color: white;
	border: 0px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}

.butt {
	padding: 12px 20px;
	font-size: 20px;
	cursor: pointer;
	font-family: 'Raleway';
	font-weight: 700;
	outline: none;
	border-radius: 10px;
	border: 0px;
	background-color: #EFEFEF;
	transition: 0.7s;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}


.orange-1:hover {
	background-color: #fc7334;
}

.orange-2:hover {
	background-color: #fc7334;
}

.drzave-buttons-div {
	display: flex;
  	justify-content: center;
  	align-items: center;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}
.drzave {
	margin-bottom: 20px;
}
.drzave label {
	font-weight: 600;
	font-size: 15px;
}

.split-forms {
	display: grid;
	grid-template-columns: 100%;
	padding-left: 20%;
	padding-right: 20%;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}

.legend p {
	font-size: 15px;
	line-height: 17px;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}

.legendp {
	font-size: 12px !important;
	line-height: 15px;
}

.legendops {
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	column-gap: 1%;
}

.legendanaslov {
	color: #FF661C;
}

.text-ispod {
	text-align: left;
	font: normal normal 600 13px Kontora;
	line-height: 13px;
	margin-top: 5px;
	letter-spacing: 0px;
	color: #202020;
	opacity: 1;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}
.sule {
	-webkit-appearance: none; /* Remove default Safari styling */
    -moz-appearance: none; /* Remove default Firefox styling */
    appearance: none; /* Remove default styling for other browsers */
	font-family: 'Raleway';
	font-size: 20px;	
	width: 100%;
	padding: 12px 15px;
	margin: 0px 0;
	border: 0px;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 2px #00000029;
	border-radius: 10px;
	opacity: 1;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}

.sule2 {
	-webkit-appearance: none; /* Remove default Safari styling */
    -moz-appearance: none; /* Remove default Firefox styling */
    appearance: none; /* Remove default styling for other browsers */
	font-family: 'Raleway';
	font-size: 20px;
	width: 100%;
	padding: 12px 15px;
	margin: 0px 0;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 2px 2px #00000029;
	border-radius: 10px;
	opacity: 1;
	border: 0px;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}

.temp-clas {
	text-align: center;
	font-weight: 800;
	-webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
}

.incr {
	display: grid;
	grid-template-columns: 16% 64% 16%;
	column-gap: 2%;
}

.brojeviforma {
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 2%;
}
.butdiv {
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 2%;
	margin-top: 10px;
}
.drzave {
	margin-bottom: 20px;
	display: flex;
}
.drzave label {
	font-weight: 600;
	font-size: 15px;
}
.cek {
	padding: 10px 20px;
	font-weight: 600;
	color: #4e4e4e;
	font-size: 15px;
  	border: none;
  	margin-right: 10px;
  	cursor: pointer;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 2px #00000029;
	border-radius: 10px;
	opacity: 1;
}

.cek.active {
	background-color: #FF651B;
	color: #fff;
  }


.butt:hover {
	background-color: #fafafa;
}

.butt2 {
	padding: 12px 20px;
	font-size: 20px;
	width: 100%;
	cursor: pointer;
	font-family: 'Raleway';
	font-weight: 700;
	outline: none;
	border-radius: 10px;
	border: 0px;
	background-color: #ffffff;
	transition: 0.7s;
	margin-bottom: 10px;
}

.butt2:hover {
	background-color: #fafafa;
} 


.slike {
	display: grid;
	grid-template-columns: 31% 31% 31%;
	column-gap: 2%;
}
.slika {
	width: 100%;
	height: auto;
}
.preporukadiv {
	padding-left: 30px;
	padding-right: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.slike p {
	line-height: 0px;
	text-align: center;
}

.odgovor {
	padding: 30px;
	padding-bottom: 0px !important;
	font-size: 25px;
	font-family: 'Rubik';
	font-weight: 400;
	margin-bottom: 0px;
}

.odgovor2 {
	font-size: 40px;
	padding: 10px;
	padding-left: 30px;
	padding-top: 0px;
	font-family: 'Rubik';
	font-weight: 700;
}


/* Style for tabele toplotne */

.tabele {
	display: none;
}

.podno, .radijatorsko {
	display: grid;
	grid-template-columns: 47% 15% 15% 15%;
	column-gap: 2%;
}

.slika-tabele {
	width: 100%;
	height: auto;
	border: 5px solid white;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	cursor: pointer;
}

.slika-tabele:hover {
	transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.tabele-border {
	height: 2px;
	margin: 10px 20px;
	background-color: #ffffff;
}

.tabele-text {
	padding-left: 30px;
	line-height: 20px;
}

.lightbox {
	display: none;  
	align-items: center; 
	justify-content: center; 
	width: 100%; 
	height: 100%;  
	position: fixed; 
	top: 0;  
	left: 0; 
	background-color: rgba(0,0,0,0.8); 
	cursor: pointer;
}
  
.lightbox-slika {
	max-width: 80%; 
	max-height: 80%;  
}


.hidegroup {
	display: none;
}

.adele {
	display: none;
}
.agnes {
	display: none;
}
.eleganceair {
	display: none;
}
.pelling {
	display: none;
}
.ecologic {
	display: none;
}
.interio {
	display: none;
}
.elegance {
	display: none;
}
.minitherma {
	display: none;
}
.interiokamin {
	display: none;
}
.upozorenje {
	display: none;
}
.upozorenje2 {
	display: none;
}
.upozorenje3 {
	display: none;	
}
.upozorenje4 {
	display: none;	
}
.upozorenje5 {
	display: none;	
}
.preporuka {
	display: none;
}
.r410as {
	display: none;
}
.r410am {
	display: none;
}
.r32m {
	display: none;
}


/* media queries */


@media screen and (max-width: 1400px) {
	.container {
		display: grid;
		grid-template-columns: 45% auto;
		margin: 0;
	}
	.container1 {
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 0;
	}
	.slike {
		display: grid;
		grid-template-columns: 49% 49%;
		column-gap: 2%;
	}
	.legendops {
		display: grid;
		grid-template-columns: 49% 49%;
		column-gap: 2%;
	}
	.drzave label {
		font-weight: 600;
		font-size: 13px;
	}
}


@media screen and (max-width: 1200px) {
	.poc {
	display: none;
	width: auto;
	height: 100%;
	min-height: 100% !important;
	position: fixed;
	top: 0;
	left: 45%;
	}
	#bihgroup, #rsgroup, #hrgroup, #mkdgroup {
		display: none ;
	  }
	.butt {
		color: #202020;
		-webkit-appearance: none; /* Remove default Safari styling */
		-moz-appearance: none; /* Remove default Firefox styling */
		appearance: none; /* Remove default styling for other browsers */
	}
	.sule {
		font-size: 20px !important;
		font-weight: 500;
		color: #202020;
		-webkit-appearance: none; /* Remove default Safari styling */
		-moz-appearance: none; /* Remove default Firefox styling */
		appearance: none; /* Remove default styling for other browsers */
	}
	.sule2 {
		font-size: 20px !important;
		font-weight: 500;
		color: #202020;
		-webkit-appearance: none; /* Remove default Safari styling */
		-moz-appearance: none; /* Remove default Firefox styling */
		appearance: none; /* Remove default styling for other browsers */
	}
	
	.text-ispod {
		font-size: 12px;
		font-family: Helvetica, Arial !important;
		font-weight: 300;

	}
	.container {
	display: grid;
	grid-template-columns: auto;
	}
	.ponovo-butt {
		display: block;
		transition: 2s;
		margin: auto;
		margin-bottom: 20px;
	}
	.butt-2 {
		border-radius: 10px;
	}
	.container2 {
		display: none;
		min-height: 100%;
		position: fixed;
		top: 0;
		overflow: auto;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
	}
	.container1 {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	padding-bottom: 0px;
	}
	.slike {
	display: grid;
	grid-template-columns: 31% 31% 31%;
	column-gap: 2%;
	row-gap: 30px;
	}
	.legend {
		margin-bottom: 50px;
	}
	.odgovor2 {
		text-align: center;
		font-size: 40px;
		font-family: 'Rubik';
		font-weight: 700;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 900px) {
	body {
		margin: 0;
	}
	.container {
		max-width: 100%;
		display: grid;
		grid-template-columns: auto;
		margin: 0;
	}
	.container1 {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 0;
	}
	.poc {
	display: none;
	width: auto;
	height: 100%;
	min-height: 100% !important;
	position: fixed;
	top: 0;
	left: 45%;
	}
	.slike {
	display: grid;
	grid-template-columns: auto;
	column-gap: 0;
	}
	.preporukadiv {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.legend {
		margin-bottom: 50px;
	}
	.slike p {
	line-height: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	}

	.odgovor {
	padding: 20px;
	font-size: 25px;
	font-family: 'Rubik';
	font-weight: 700;
	margin-bottom: 0px;
	}
	.legendops {
	display: grid;
	grid-template-columns: auto;
	column-gap: 2%;
	}
	.container2 {
	background-color: #EFEFEF;
	min-height: 600px;
	}
	.sule {
  font-family: 'Raleway';
  font-style: italic;
  font-size: 15px;	
  width: 100%;
  padding: 12px 15px;
  margin: 0px 0;
  transition: 0.5s;
  outline: none;
  -webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */
	}

	.sule2 {
  font-family: 'Raleway';
  font-style: italic;
  font-size: 15px;
  width: 100%;
  padding: 12px 15px;
  margin: 0px 0;
  transition: 0.5s;
  outline: none;
  -webkit-appearance: none; /* Remove default Safari styling */
	-moz-appearance: none; /* Remove default Firefox styling */
	appearance: none; /* Remove default styling for other browsers */

	}
	.butdiv {
		display: grid;
		grid-template-columns: 100%;
	}
	.orange-2 {
		margin-top: 10px;
	}
	
	.incr {
		display: grid;
		grid-template-columns: 15% 66% 15%;
		column-gap: 2%;
	}
	.split-forms {
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 2%;
		padding: 0%;
	}

	.long-border-div {
		border: 1px solid #FF651B;
		width: 100%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.brojeviforma {
		display: grid;
		grid-template-columns: 100%;
	}
	.drzave {
		margin-bottom: 20px;
		display: grid;
		grid-template-columns: auto auto auto auto;
	}
	.drzave label {
		font-weight: 600;
		font-size: 15px;
	}
	.cek {
		margin-bottom: 10px;
	}
	


	.podno, .radijatorsko {
		display: grid;
		grid-template-columns: auto;
		padding: 20px;
		column-gap: 2%;
		row-gap: 20px;
	}

	.tabele-text {
		padding-left: 0px;
	}

	.lightbox-slika {
		max-width: 95%; 
		max-height: 95%;  
	}
	

}


