
body, html{
margin: 0;
padding: 0;
}


.wrapper {
	max-width: 738px;
	margin: 0 auto;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: block;
	background: #daf2f2;
	padding-bottom: 30px;
	min-height: 200px;
	
}
.item {
  
  margin-top: 10px;
  display: none;
}

#filter {
	width: 80%;
	margin: 20px auto;
	height: 30px;
	font-size: 100%;
	outline-color: #00b7b7;
	border: 4px solid  #daf2f2;

	
}

#items {
	background: #daf2f2;
}

.head {
	background: #00b7b7;
	display: block;
	height: 70px;
	
}

label {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 150%;
}

h3 {
	text-align: center;
	font-size: 120%;
	
}

p {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
	
}

.blekh {
	
	margin: 0 auto;
	margin-top: 20px;
	background: white;
	width: 95%;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	font-size: 105%;
}

td {
	padding-left: 8px;
	padding-top: 3px;
	position: relative;
}

.copy 
{

background: #EFF7F9;

 
  
}

span {
	position: relative;
}

.copy:before {
	content: "СКОПИРОВАНО";
	font-size: 30px;
	color: #00b7b7;
	position: absolute;
	bottom: 70px;
	background: white;
	padding:5px;
	border: 1px solid #00b7b7;
	left:30%;
	transform: rotate(-30deg);
	z-index: 11;
	
	
}


button
{
  
  cursor:pointer;
  margin: 0 auto;
  margin-top: 15px;
  color: black;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  background: #fff;
  outline-color: #f5f2e9;
  border: 1px solid  #e7e1d3;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.mobile {
	width: 100%;
	display: none!important;
}
.mobile img {
	filter: drop-shadow(0 2px 0px rgb(0 0 0 / 0.3));
	width: 100%;
}
@media  (max-width : 600px) {
.wrapper {
display: none!important;}


.mobile {
display: block!important;}
}

hr {
	border: none;
		color: #00b7b7;
		background-color: #00b7b7;
		height: 1px;
}

h5 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
	line-height: normal;
	font-family: "Times New Roman";
}
