body {
margin: 0;
padding: 0;

font-size: 1em;
}


.wrap {
	margin: 0;
	width: 900px;
	
	display: block;
	padding-bottom: 10px;
	
}
.week {
	display: -webkit-flex; 
display: flex; 
justify-content: space-between;
}
.week:nth-child(n+1) {
	margin-bottom: 20px;
}

.day 
{ width: 400px;
border: 1px solid #e32719;
border-radius: 10px 10px 0 0;

padding-left: 24px;
padding-right: 10px;
box-shadow: 2px 2px 4px rgba(0,0,0,.5);}

.control {
	border: 1px solid #e32719;
border-radius: 10px 10px 0 0;
background: #fce9e8;
padding-left: 24px;
padding-right: 10px;
box-shadow: 2px 2px 4px rgba(0,0,0,.5);
margin: 0 auto;
}

.important 
{ width: 558px;
border: 1px solid #e32719;
border-radius: 10px 10px 0 0;

padding-left: 24px;
padding-right: 10px;
box-shadow: 2px 2px 4px rgba(0,0,0,.5);}

.lastday {
	border-color: #999999;
}
h3 {
	
	background: #e32719;
	color: #fff;
	padding-left: 23px;
	margin-top: -2px;
	margin-left: -24px;
	margin-right: -10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 10px 10px 0 0;
	
}
.last {
	background: #999999;
}

span {
 display: inline-block;
 width: 10px;
 height: 10px;
 border: 1px solid #e32719;
 margin-left: -19px;
 margin-right: 4px;
}
.download {
	border: none;
	display: inline;
	margin-left: 0;
 margin-right: 0;
}

h2  {
	display: inline-block;
}

h1 {
	text-align: center;
	margin-bottom: -10px;
	display: none;
}

.print {
	 
  display: block;
  width: 110px;
  margin: 0px auto;
  margin-top: 40px;
  box-shadow: inset 0 1px 0 0 #e32719;
    
    background-color: #e32719;
    border-radius: 3px;
    border: 1px solid #c6b9d7;
    
    cursor: pointer;
    color: #fff;
    text-align: center;
	ont-weight: bold;
    padding: 6px 2px;
    text-decoration: none;
    text-shadow: 0 1px 0 #154682;
}


  
}
.print {
  color: #fff;
  background-position: 0 20%;
}
.print:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}


input {
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('../close.png');
	border: none;
	
}

p {
	position: relative;
	outline-color: #e32719;
	padding-right: 22px;
}


button {
margin-bottom: 10px;
background: white;
border: 1px solid #e32719;
background: #fce9e8;
font-weight: bold;
color: 	#e32719;
outline-color: #e32719;
cursor: pointer;		
		}
		
.arrow {
	margin: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0px;
	font-weight: 600;
	font-size: 20px;
	
}
.left {
	margin-right: 50px;
}

.right {
	margin-left: 50px;
}
.header {
	text-align: center; 
}

ul {
	margin-left: -30px;
	list-style-image: url('https://e.profkiosk.ru/eServices/service_content/file/809802a3-bbb8-4b86-aae7-91fbc1eea859.png;wdmpbb.png');
}


/* Для мобильной версии */


.mobile {
	width: 100%;
	display: none!important;
}
.mobile img {
	filter: drop-shadow(0 2px 0px rgb(0 0 0 / 0.3));
	max-width: 95%;
}

@media  (max-width : 480px) {

.knopka {
	display: none!important;}
	.wrap {
		display: none!important;
	}

	

.mobile {
display: block!important;}
}

hr {
	border: none;
		color: #e32719;
		background-color: #e32719;
		height: 1px;
}

h5 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
}