body {
margin: 0;
padding: 0;

font-size: 1em;
}


.wrap {
	margin: 0;
	width: 738px;
	
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


.day 
{ width: 425px;
border: 1px solid #a42d2e;


padding-left: 24px;
padding-right: 10px;
box-shadow: 2px 2px 4px rgba(0,0,0,.5);}


.question 
	{ width: 260px;
border: 1px solid #a42d2e;
background: #f6eaea;
outline-color: transparent;
height: 100%!important;
position: absolute;
top: 0;
left: 0;
box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
td {
	position: relative;
	border-collapse: collapse;
	
	
}
th {
	color: #a42d2e;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 115%;
}
table {
	border-collapse: collapse;
}

.important 
{ width: 558px;
border: 1px solid #a42d2e;
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: #a42d2e;
	color: #fff;
	padding-left: 23px;
	margin-top: -2px;
	margin-left: -24px;
	margin-right: -10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	
}
.last {
	background: #999999;
}

span {
 display: inline-block;
 width: 10px;
 height: 10px;
 border: 1px solid #a42d2e;
 margin-left: -19px;
 margin-right: 4px;
}

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 #a42d2e;
    
    background-color: #a42d2e;
    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:hover {
  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: #a42d2e;
	padding-right: 22px;
}


button {
margin-bottom: 10px;
background: white;
border: 1px solid #a42d2e;
background: #f6eaea;
font-weight: bold;
color: 	#a42d2e;
outline-color: #a42d2e;
cursor: pointer;		
		}
		
.arrow {
	margin: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0px;
	font-weight: 900;
	font-size: 20px;
	background-color: #a42d2e;
    border-radius: 3px;
    border: 1px solid #c6b9d7;
	color: #fff;
	text-decoration: none;
}
.left {
	margin-right: 50px;
}

.right {
	margin-left: 50px;
}
.header {
	text-align: center; 
}

li {
	padding-bottom: 5px;
	margin-left: -15px;
}


/* мобильная версия */
.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) {
.mini1 {
display: none!important;}


.mobile {
display: block!important;}
}

hr {
	border: none;
		color: #a42d2e;
		background-color: #a42d2e;
		height: 1px;
}

h5 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
	line-height: normal;
	font-family: "Times New Roman";
}

