
			

#rcrdng, #fdbck, #mapik {
	width: 80%;
	position: absolute;
	top: 170px;
	right: 10%;
	max-width: 500px;
	min-width: 260px;
	background: #efefef;
	z-index: 11;
	padding: 10px;
	text-shadow: 0px 1px 0px #ffffff;
	display: none;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
	border: solid 1px #d0d0d0;
}
	#fdbck {
		width: 70%;
		max-width: 480px;
		min-width: 250px;
		right: 15%;
		top: 120px;
	}
	
	#mapik {
		width: 80%;
		min-width: 250px;
		left: 10%;
		top: 120px;
		min-height: 80vh;
		max-width: none;
	}
	
	#rcrdng .ext, #fdbck .ext, #mapik .ext {
		font-size: 16px;
		border-radius: 50px;
		background: #ff0000;
		position: absolute;
		padding: 1px 9px 6px 9px;
		color: #ffffff;
		cursor: pointer;
		font-weight: 900;
		margin: -5px 0px 0px -5px;
		line-height: 20px;
	}
	#rcrdng .ext:hover, #fdbck .ext:hover, #mapik .ext:hover {
		background: #cc0000;
	}
	#rcrdng h4, #fdbck h4, #mapik h4 {
		margin: 15px 0px 20px 0px;
		text-align: center;
	}
	
	#rcrdng div, #fdbck div, #mapik div {
		text-align: center;
		margin-bottom: 15px;
	}
		#rcrdng div p, #fdbck div p, #mapik div p{
			margin: 5px 0px 2px 0px;
			font-size: 10px;
		}

			#rcrdng div input,#rcrdng div select, #rcrdng div textarea, #rcrdng div button,
			#fdbck div input,#fdbck div select, #fdbck div textarea, #fdbck div button
			{
				font-size: 3.5vmin;
				padding: 2px;
				border: 1px solid #a0a0a0;
				width: 90%;
			}
			 #rcrdng div button,  #fdbck div button {
				width: 70%;
				padding: 5px;
			 }
			 #rcrdng hr,  #fdbck hr {
				height: 1px;
				width: 90%;
				border: 1px dotted #ffffff;
				margin: 15px 0px 15px 0px;
			 }

			 




div.plitki {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.plitki div{
	width: 31%;
	text-align: center;
	box-sizing: border-box;
	margin: 0px 1% 1% 0px;
	background: #ffffff;
	border: 1px solid rgba(50,50,50,0.1);
	opacity: 0.95;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
	div.plitki div:hover{
		opacity: 1;
		border: 1px solid rgba(50,50,50,0.2);
	}

		
		div.plitki a {
			display: block;
			text-decoration: none;
			padding: 10px;
		}
		div.plitki p {
			display: block;
			height: 40px;
			padding: 0px;
			margin: 0px 0px 0px 10px;
		}
		div.plitki div img {
			width: 90%;
			max-width: 280px;
			padding: 5px 0px 10px 0px;
		}
		

@media screen and (max-width: 1000px) {
	div.plitki div {
		font-size: 12px;
	}
	div.plitki div a {
		line-height: 16px;
	}
}
	
@media screen and (max-width: 700px) {
	div.plitki div {
		width: 48%;
		font-size: 11px;
	}
	div.plitki div a {
		line-height: 15px;
	}
		
}

@media screen and (max-width: 500px) {
	div.body div.plitki div{
		font-size: 11px;
	}
}

