﻿body {
	margin: 0;
	padding: 0;
	height: 100vh;
	background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.8) 96%), url(../../img/ukladka-plitki.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-blend-mode: darken;
	background-attachment: fixed;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #333;
}

#body {
	margin: 0;
	padding: 0;
	width: fit-content;
	height: 100vh;
	background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.8) 96%), url(../../img/ukladka-plitki.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-blend-mode: darken;
	background-attachment: fixed;
}
#topic_m {
	height: 80px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 0.5px rgba(255, 255, 255, 0.25);
	width: 100%;
	margin: 20px 0px 0px 0px;
}
#p1 {
	font-size: 28px;
	margin: 0px 0px 0px 20px;
	color: #ffffff;
}

#p2 {
	font-size: 22px;
	font-weight: 400;
	color: #e9e9e9;
	margin: 5px 0px 0px 22px;
}
#tb {
	position: sticky;
	margin: -60px 0px 0px 10px;
	float: right;
	right: 20px;
	font-size: 22px;
	letter-spacing: 1.5px;
	padding: 16px 10px 16px 10px;
	height: 25px;
	width: 150px;
}
#logim {
	border-radius: 70px;
	border: 1.75px solid #ffffff;
	width: 70px;
	height: 70px;
	box-shadow: 5px 4px 7px -6px rgba(0,0,0,0.75);
	-webkit-box-shadow: 5px 4px 7px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 4px 7px -6px rgba(0,0,0,0.75);
}
#obl {
	margin: -10px 0px 0px 0px !important;
	font-size: 40px !important;
	color: #FFCA2D !important;
}

#logo {
	float: right;
	margin: 20px;
}

#wrapper {
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: none;
}

#leftfirst {
	float: none;
	width: 100%;
	margin: 40px 0 20px 0;
	border: none;
	vertical-align: top;
	padding: 0;
}

	#leftfirst h1 {
		color: #ffffff;
		font-size: 50px;
		font-weight: 500;
		line-height: 45px;
		font-family: Arial, Hauss, Hauss Other, sans-serif;
		padding: 0;
		margin: 0;
		letter-spacing: 3px;
		text-shadow: -1px -1px 0 #818181, 1px -1px 0 #818181, -1px 1px 0 #818181, 1px 1px 0 #818181;
		text-align: center;
	}

		#leftfirst h1 span {
			color: #FFCA2D;
			font-size: 80px;
			font-weight: 600;
			line-height: 90px;
			font-family: Arial, Hauss, Hauss Other, sans-serif;
			padding: 0 0 0 20px;
			margin: 0;
			letter-spacing: 2px;
			text-shadow: -1px -1px 0 #ebebeb, 1px -1px 0 #7f7f7f, -1px 1px 0 #7f7f7f, 1px 1px 0 #7f7f7f;
		}

	#leftfirst #mainscrin {
		font-size: 20px;
		margin: 25px;
		text-align: center;
	}

		#leftfirst #mainscrin h2 {
			font-size: 50px;
			font-weight: 400;
			margin: -10px 0 5px 0;
			color: #ffffff;
			text-shadow: -1px -1px 0 #666666, 1px -1px 0 #666666, -1px 1px 0 #666666, 1px 1px 0 #666666;
		}

		#leftfirst #mainscrin p {
			font-size: 30px;
			margin: -5px 0 20px 0;
			color: #444;
		}

.greenbutton {
	font-size: 16px;
	margin: 20px auto;
	color: #fff;
	padding: 15px;
	background-color: #FFCA2D;
	width: 200px;
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
	display: block;
	box-shadow: 5px 4px 7px -6px rgba(0,0,0,0.5);
}

	.greenbutton:hover {
		box-shadow: 5px 4px 7px -6px rgba(0,0,0,0.75);
		background-color: #f5a019;
	}

#rightfirst {
	/* position: relative; */
	width: 100%;
	/* border: solid 1px #ffffff44; */
	/* border-radius: 5px; */
	/* vertical-align: top; */
	text-align: right;
	margin: 140px 0 0 0;
	background-color: #f7f9d1;
	background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 90%), url(../../img/plitochnik.jpg);
	background-size: cover;
	background-position: center;
	background-blend-mode: darken;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

	#rightfirst #leftdiv,
	#rightfirst #leftdiv2 {
		float: none;
		width: 100%;
		text-align: center;
	}

	#rightfirst #rightdiv {
		width: 100%;
		padding: 0;
		text-align: center;
		position: static;
	}

		#rightfirst #rightdiv img {
			width: 20%;
			height: auto;
			transform: rotate(6deg);
		}

	#rightfirst #leftdiv h2,
	#rightfirst #leftdiv2 h2 {
		float: none;
		font-size: 60px;
		color: #ffffff;
		padding: 20px;
		margin: 20px 0;
		font-weight: 100;
		line-height: 24px;
		letter-spacing: 0.25px;
		text-shadow: -1px -1px 0 #666666, 1px -1px 0 #666666, -1px 1px 0 #666666, 1px 1px 0 #666666;
		background-color: #00000099;
	}

.photo::before,
.photo::after {
	display: none;
}

.laser {
	display: none;
}

#content .preferences {
	display: block;
	margin: 20px 0;
	max-width: 100%;
}

	#content .preferences span {
		font-size: 28px;
		color: #f2f2f2;
		display: block;
		text-align: center;
		margin: 0px 10px 0px 0px;
	}

		#content .preferences span strong {
			font-size: 48px;
			font-weight: 400;
			color: #fff;
			display: block;
			margin: 0 0 4px 0;
			text-shadow: -1px -1px 0 #666666, 1px -1px 0 #666666, -1px 1px 0 #666666, 1px 1px 0 #666666;
		}

	#content .preferences .number {
		color: #f5a019;
		font-size: 60px;
		font-weight: 600;
		text-align: center;
		text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}

	#content .preferences .afternumber {
		float: none;
		display: block;
		margin: 10px 0;
		text-align: center;
	}

#content #priceblock {
	margin: 40px;
	padding: 0;

}

	#content #priceblock .blockprice {
		margin: 20px 0;
		padding: 0 0 20px 0;
		width: 100%;
		background-color: #f7f7f7ee;
		text-align: center;
		float: none;
		border-radius: 2px;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		border-bottom: solid 10px #ffa201;
	}

.blockprice .headerblockprice {
	margin: 0;
	font-size: 26px;
	padding: 15px;
	background-color: #54595f;
	color: #fff;
	letter-spacing: 0.5px;
	border-top-left-radius: 1.5px;
	border-top-right-radius: 1.5px;
	border: solid 10px #ffa201;
	border-bottom: none;
}

.blockprice p {
	font-size: 22px;
	margin: 8px 20px;
	padding: 12px 0 20px 0;
	color: #777;
	border-bottom: solid 1px #ccc;
	font-weight: 100;
}

.blockprice .yes {
	color: #6fc727;
}

.blockprice .pricefooter .smallbutton {
	padding: 10px 0;
	text-align: center;
	background-color: #54595f;
	width: 60%;
	margin: 0 auto;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
}

	.blockprice .pricefooter .smallbutton:hover {
		letter-spacing: 1.5px;
		background-color: #656a71;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

.blockprice .priceblockmain {
	margin: 15px;
	text-align: center;
}

	.blockprice .priceblockmain .preprice {
		font-size: 18px;
	}

	.blockprice .priceblockmain .moneyprice {
		font-size: 32px;
	}

	.blockprice .priceblockmain .for1000 {
		font-size: 20px;
		font-weight: 400;
		display: block;
		color: brown;
	}

.starky {
	margin: 15px;
	text-align: center;
}

	.starky span {
		font-style: italic;
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;
		display: block;
		margin: 10px 0;
	}

#content #tematiki {
	padding: 20px 0px 20px 0px;
	margin: 40px;
	background-color: #54595fc2;
}

.popcatmain {
	margin: 30px 0 20px 0;
	font-size: 40px;
	text-align: center;
	text-shadow: none;
}

.mainstol2 {
	float: none;
	border: solid 1px #8b8b8b;
	padding: 10px;
	max-width: none;
	margin: 10px auto;
	background-color: transparent;
	box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.75);
	cursor: pointer;
	width: 80%;
	text-align: center;
}

	.mainstol2:hover {
		color: #f5a019;
		border: solid 1px #f5a019;
		box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.75);
	}

	.mainstol2 .stol {
		font-size: 18px;
		margin-bottom: 0;
		color: #c0c0c0;
	}

	.mainstol2:hover .stol {
		color: #f5a019;
	}

#content #faq {
	opacity: 0.75;
	border: solid 1px #ffffff;
	padding: 20px;
	margin: 40px 0 0 0;
	background-color: #1a1a1a;
	position: relative;
	left: 0;
	transform: none;
	overflow-x: hidden;
}

	#content #faq > div {
		max-width: 100%;
		margin: 0 auto;
		text-align: left;
	}

	#content #faq p {
		font-size: 18px;
		color: #bababa;
		padding: 0 0 15px 20px;
		font-weight: 100;
	}

	#content #faq details {
		margin-left: 20px;
		margin-top: -10px;
	}

		#content #faq details ol,
		#content #faq details ul {
			font-size: 16px;
			color: #AAA;
			margin: 0 0 0 40px;
		}

summary h3 {
	color: #1990cf;
	font-weight: 100;
	font-size: 20px;
}

	summary h3:hover {
		color: #f5a019;
	}

#content #textcontent {
	margin: 40px 10px 0 10px;
	border: solid 1px #ffffff99;
	padding: 20px;
	background-color: rgba(0, 0, 0, .22);
}

	#content #textcontent h2 {
		font-size: 22px;
		margin: 40px 0 20px 0;
		color: #ffffff;
		font-weight: 400;
	}

	#content #textcontent h3 {
		font-size: 18px;
		margin: 40px 0 20px 0;
		color: #ffffff;
		font-weight: 400;
	}

	#content #textcontent p {
		line-height: 24px;
		margin: 15px 0;
		color: #ffffff;
		text-align: justify;
	}

	#content #textcontent img {
		width: 100% !important;
		height: auto !important;
		padding: 4px;
		outline: solid 4px #eee;
		display: block;
		margin: 30px auto;
	}

	#content #textcontent ul,
	#content #textcontent ol {
		line-height: 22px;
		margin: 10px 0 10px 20px;
		color: #5a5a5a;
	}

.clear {
	clear: both;
	margin: 10px 0;
}

@media only screen and (max-width: 550px) {
	body {
		font-size: 14px;
	}

	#leftfirst h1 {
		font-size: 40px;
		line-height: 35px;
		margin: -20px 0px 0px 0px;
	}

		#leftfirst h1 span {
			font-size: 75px;
			line-height: 95px;
		}

	#leftfirst #mainscrin h2 {
		font-size: 50px;
	}

	#rightfirst #leftdiv h2,
	#rightfirst #leftdiv2 h2 {
		font-size: 30px;
		padding: 25px;
		font-weight: 100;
	}

	.popcatmain {
		font-size: 30px;
	}

	summary h3 {
		font-size: 18px;
	}
}
