body {
	margin: 0 auto;
	min-width: 550px;
}
.shapka {
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
	align-self: center;
	width: 100%;
	height: auto;
	background: url(../image/imgFonShirok.jpg) no-repeat;
    background-size: cover;
}
.logo {
	width: 100px;
	height: 65px;
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 12px;
}
.logo_img {
	transition: .8s;
}
.logo_img:hover {
	transform: rotate(360deg);
	transition: .8s;
}
h4 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: right;
	color: black;
}
@media all and (max-width: 850px) {
	h4 {text-align: center;}
}
.topAdres {
	margin-right: 20px;
	margin-left: 20px;
	user-select: none;
}
.vkladki_fon {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 40px;
	background:#7C7C7C;
	border-bottom: 1px solid #000000;
}

@media all and (max-width: 850px) {
.vkladki_fon { height: 80px; }
	}

.vkl {
	width: auto;
	height: 30px;
	background: #FFFFFF;
	margin-top: 9px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	text-align: center;
}

@media all and (max-width: 850px) {
	.vkl { height: 50px; 
			margin-top: 30px;}
}
.vkl:hover {
	background: #86FBCA;
	cursor: pointer;
}
.vkladki_txt {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	margin: 5px;
	text-align: center;
}

.ssilki {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	background:#7C7C7C;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#FFFFFF;
	font-size: 14pt;
	padding-top: 9px;
	text-align: center;
	margin: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a:hover {
	color: #86FBCA;
}

h3 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	color: black;
}

@media  (orientation: landscape) {
  transition: 1s;
	.fon_shirokoformat {
		background: url("../image/baners.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 600px;
	}

	.BlockKalkulator {
		display: flex;
		flex-direction: column;
		background-color: rgba(159,159,159,0.3); 
		width: 80%;
		margin: auto;
		height: auto;
		transition: 1s;
        align-items: center;
        
    }
	.imgKalkulator {
		width: 100%;
		border: 1px solid rgba(145,145,145,1.00);
	}
	.raschetKalkulator {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		border: 1px solid rgba(145,145,145,1.00);
	}
	.cenaKalkulator {
		width: 100%;
		border: 1px solid rgba(145,145,145,1.00);
	}
	.materials {
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		color: rgba(0,252,60,1.00);
		font-size: 1.3rem;
		text-shadow: 3px 3px 8px black;
		margin: auto;
		text-align: center;
	}
	.checkmaterial {
		display: none;
	}
	.material {
    width: 400px;
    height: 25px;
    background-color: rgba(181,181,181,0.8);
    border: 1px solid rgba(108,108,108,1.00);
    border-radius: 7px;
    margin: 5px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: center;
    padding: 5px;
    align-items: center;
    cursor: pointer;
	text-shadow: initial;
	}
	.material:hover {
    	background-color: rgba(0,252,60,0.7);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
	}
	#material1:checked ~ [for="material1"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#material2:checked ~ [for="material2"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#material3:checked ~ [for="material3"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#material4:checked ~ [for="material4"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	.razmeri {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 10px auto;
	}
	.vvodRazmerov {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		color: rgba(0,252,60,1.00);
		font-size: 1.3rem;
		text-shadow: 3px 3px 8px black;
		margin: auto;
	}
	.ploshad {
		display: flex;
		flex-direction: column;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		color: rgba(0,252,60,1.00);
		font-size: 1.3rem;
		text-shadow: 3px 3px 8px black;
	}
	.viborMaterialov {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.shirinaDlina {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 400px;
		height: auto;
		background-color: rgba(181,181,181,0.8);
		border: 1px solid rgba(108,108,108,1.00);
		border-radius: 7px;
		margin: 5px;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 100;
		color: rgba(255,255,255,1.00);
		text-shadow: initial;
		text-align: center;
		padding: 5px;
		justify-content: center;
	}
	.shirina, .dlina {
		text-shadow: initial;
		color: initial;
		margin: 0px 10px;
	}
	input {
		width: 55px;
		background-color: rgba(0,252,60,1.00);
		font-weight: 900;
		font-size: 1.2rem;
		border-radius: 5px;
		text-align: right;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		
	}
	.ploshadIzdeliya {
		all: initial;
		display: flex;
		width: auto;
		height: 31px;
		background-color: black;
		color: rgba(0,252,60,1.00);
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		font-size: 1.6rem;
		text-align: center;
		margin: 5px auto;
		border-radius: 8px;
		justify-content: center;
		border: 3px solid rgba(255,255,255,1.00);
		box-shadow: 3px 3px 7px black, -3px -3px 3px white;
		padding: 0 5px;
	}
	.kachestvo {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: auto;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		color: rgba(0,252,60,1.00);
		font-size: 1.3rem;
		text-shadow: 3px 3px 8px black;
	}
	.dpis {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		text-shadow: initial;
	}
	.dpi {
    width: 90px;
    height: 25px;
    background-color: rgba(181,181,181,0.8);
    border: 1px solid rgba(108,108,108,1.00);
    border-radius: 7px;
    margin: 5px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: center;
    padding: 5px;
    align-items: center;
    cursor: pointer;
	}
	.dpi:hover {
    	background-color: rgba(0,252,60,0.7);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
	}
	#dpi360:checked ~ [for="dpi360"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#dpi720:checked ~ [for="dpi720"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#dpi1440:checked ~ [for="dpi1440"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	.dopObrabotka {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVuSans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 900;
	color: rgba(0,252,60,1.00);
	font-size: 1.3rem;
	text-shadow: 3px 3px 8px black;
	margin: auto;
	text-align: center;
	}
	.luversi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 400px;
    height: 33px;
    background-color: rgba(181,181,181,0.8);
    border: 1px solid rgba(108,108,108,1.00);
    border-radius: 7px;
    margin: 5px auto;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: center;
    padding: 5px;
    justify-content: center;
	}
	.prokleika {
		width: auto;
		height: 30px;
		font-weight: 100;
	}
	#prokleika:checked ~ [for="prokleika"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 100;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	[for="prokleika"]:hover {
		font-weight: 100;
	}
	.maket {
    width: 300px;
    height: 25px;
    background-color: rgba(181,181,181,0.8);
    border: 1px solid rgba(108,108,108,1.00);
    border-radius: 7px;
    margin: 5px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: center;
    padding: 5px;
    align-items: center;
    cursor: pointer;
	text-shadow: initial;
	}
	.maket:hover {
    	background-color: rgba(0,252,60,0.7);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
	}
	#maket0:checked ~ [for="maket0"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#maket1:checked ~ [for="maket1"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#maket2:checked ~ [for="maket2"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#maket3:checked ~ [for="maket3"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	.cenaKalkulator {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		text-align: center;
	}
	.cena {
    all: initial;
    display: flex;
    width: 200px;
    height: 35px;
    background-color: black;
    color: rgba(183,112,252,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 900;
    font-size: 1.8rem;
    text-align: center;
    margin: 5px auto;
    border-radius: 8px;
    justify-content: center;
    border: 3px solid rgba(255,255,255,1.00);
    box-shadow: 3px 3px 7px black, -3px -3px 3px white;
    padding: 0 5px;
	}
	.imgShir {
		margin: 20px auto;
		width: 400px;
		height: 256px;
		background-image: url("../image/banner01.jpg");
		background-size: cover;
		border-radius: 5px;
		box-shadow: 3px 3px 7px black, -3px -3px 3px white;
		border: 3px solid rgba(255,255,255,1.00);
	}
}


@media  (orientation: portrait) {
	transition: 1s;
	.fon_shirokoformat {
		width: 100%;
		height: 600px;
	}

	.BlockKalkulator {
		display: flex;
		flex-direction: column;
		background-color: rgba(159,159,159,0.3); 
		width: 100%;
		margin: 0 auto;
		height: 1150px;
		transition: 1s;
	}
	.imgKalkulator {
		width: 100%;
		border: 1px solid rgba(145,145,145,1.00);
	}
	.raschetKalkulator {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		border: 1px solid rgba(145,145,145,1.00);
	}
	.cenaKalkulator {
		width: 100%;
		border: 1px solid rgba(145,145,145,1.00);
	}
	.materials {
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		color: rgba(0,252,60,1.00);
		font-size: 1.3rem;
		text-shadow: 3px 3px 8px black;
		margin: auto;
		text-align: center;
	}
	.checkmaterial {
		display: none;
	}
	.material {
    width: 300px;
    height: 25px;
    background-color: rgba(181,181,181,0.8);
    border: 1px solid rgba(108,108,108,1.00);
    border-radius: 7px;
    margin: 5px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: center;
    padding: 5px;
    align-items: center;
    cursor: pointer;
		text-shadow: initial;
	}
	.material:hover {
    	background-color: rgba(0,252,60,0.7);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
	}
	#material1:checked ~ [for="material1"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#material2:checked ~ [for="material2"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#material3:checked ~ [for="material3"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#material4:checked ~ [for="material4"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	.razmeri {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 10px auto;
	}
	.vvodRazmerov {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		color: rgba(0,252,60,1.00);
		font-size: 1.3rem;
		text-shadow: 3px 3px 8px black;
		margin: auto;
	}
	.ploshad {
		display: flex;
		flex-direction: column;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		color: rgba(0,252,60,1.00);
		font-size: 1.3rem;
		text-shadow: 3px 3px 8px black;
	}
	.viborMaterialov {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.shirinaDlina {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 400px;
		height: auto;
		background-color: rgba(181,181,181,0.8);
		border: 1px solid rgba(108,108,108,1.00);
		border-radius: 7px;
		margin: 5px;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 100;
		color: rgba(255,255,255,1.00);
		text-shadow: initial;
		text-align: center;
		padding: 5px;
		justify-content: center;
	}
	.shirina, .dlina {
		text-shadow: initial;
		color: initial;
		margin: 0px 10px;
	}
	input {
		width: 55px;
		background-color: rgba(0,252,60,1.00);
		font-weight: 900;
		font-size: 1.2rem;
		border-radius: 5px;
		text-align: right;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		
	}
	.ploshadIzdeliya {
		all: initial;
		display: flex;
		width: auto;
		height: 31px;
		background-color: black;
		color: rgba(0,252,60,1.00);
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		font-size: 1.6rem;
		text-align: center;
		margin: 5px auto;
		border-radius: 8px;
		justify-content: center;
		border: 3px solid rgba(255,255,255,1.00);
		box-shadow: 3px 3px 7px black, -3px -3px 3px white;
		padding: 0 5px;
	}
	.kachestvo {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: auto;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		color: rgba(0,252,60,1.00);
		font-size: 1.3rem;
		text-shadow: 3px 3px 8px black;
	}
	.dpis {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		text-shadow: initial;
	}
	.dpi {
    width: 90px;
    height: 25px;
    background-color: rgba(181,181,181,0.8);
    border: 1px solid rgba(108,108,108,1.00);
    border-radius: 7px;
    margin: 5px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: center;
    padding: 5px;
    align-items: center;
    cursor: pointer;
	}
	.dpi:hover {
    	background-color: rgba(0,252,60,0.7);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
	}
	#dpi360:checked ~ [for="dpi360"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#dpi720:checked ~ [for="dpi720"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#dpi1440:checked ~ [for="dpi1440"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	.dopObrabotka {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVuSans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 900;
	color: rgba(0,252,60,1.00);
	font-size: 1.3rem;
	text-shadow: 3px 3px 8px black;
	margin: auto;
	text-align: center;
	}
	.luversi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 400px;
    height: 33px;
    background-color: rgba(181,181,181,0.8);
    border: 1px solid rgba(108,108,108,1.00);
    border-radius: 7px;
    margin: 5px auto;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: center;
    padding: 5px;
    justify-content: center;
	}
	.prokleika {
		width: auto;
		height: 30px;
		font-weight: 100;
	}
	#prokleika:checked ~ [for="prokleika"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 100;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	[for="prokleika"]:hover {
		font-weight: 100;
	}
	.maket {
    width: 300px;
    height: 25px;
    background-color: rgba(181,181,181,0.8);
    border: 1px solid rgba(108,108,108,1.00);
    border-radius: 7px;
    margin: 5px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: center;
    padding: 5px;
    align-items: center;
    cursor: pointer;
	text-shadow: initial;
	}
	.maket:hover {
    	background-color: rgba(0,252,60,0.7);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
	}
	#maket0:checked ~ [for="maket0"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#maket1:checked ~ [for="maket1"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#maket2:checked ~ [for="maket2"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	#maket3:checked ~ [for="maket3"] {
		background-color: rgba(0,252,60,1.00);
    	color: rgba(0,0,0,1.00);
    	text-shadow: 0px 0px 7px rgba(251,251,251,1.00);
		font-weight: 900;
		box-shadow: 3px 3px 5px black, -3px -3px 5px inset black, 3px 3px 5px inset white;
	}
	.cenaKalkulator {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 900;
		text-align: center;
	}
	.cena {
    all: initial;
    display: flex;
    width: 200px;
    height: 35px;
    background-color: black;
    color: rgba(183,112,252,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 900;
    font-size: 1.8rem;
    text-align: center;
    margin: 5px auto;
    border-radius: 8px;
    justify-content: center;
    border: 3px solid rgba(255,255,255,1.00);
    box-shadow: 3px 3px 7px black, -3px -3px 3px white;
    padding: 0 5px;
	}
	.imgShir {
		margin: 20px auto;
		width: 400px;
		height: 256px;
		background-image: url("../image/banner01.jpg");
		background-size: cover;
		border-radius: 5px;
		box-shadow: 3px 3px 7px black, -3px -3px 3px white;
		border: 3px solid rgba(255,255,255,1.00);
	}
}

.WhatsApp {
    position: fixed;
    z-index: 999;
    background-image: url(/image/Whatsapp_50x50px.png);
    right: 5%;
    bottom: 5%;
    width: 50px;
    height: 50px;
}
@media (orientation: portrait) {
	.WhatsApp {
    position: fixed;
    z-index: 999;
    background-image: url(/image/Whatsapp_50x50px.png);
    left: 5%;
    bottom: 5%;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
}

h4 a {
	color: black;
}