@import url(https://fonts.googleapis.com/css?family=Oleo+Script);

body{
margin:0;
padding:0;
font-family: Roboto;}

.pic {
	width: 736px;
	height: 980px;
	margin: 0px auto;
	position: relative;
	background: #ce6161;
	display: block;
	border: 1px solid #7a3434;
	
	
}


	
.modal {
   will-change: visibility, opacity;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 730px;
  /* padding: 1rem; */
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 15px;
 
  background: #f5e4dd;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  /* transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1); */
  border-radius: 10px;
}

h2
{color: #7a3434;


}

h1 {
color: #7a3434;
text-align: center;	
width: 736px;
margin: 0px auto;
font-size: 150%;
}
	

p {
	font-size: 18px;
}

h1  {
	
	color: #023f70;
	margin-left: 35px;
	text-align: center;
}


.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
 position: relative;
  display: block;
  float: left;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 38px;
 text-align: center;
 text-decoration: none;
  color: #edc4c4;
  width: 208px;
  height: 175px;
  cursor: pointer;
 background: #7a3434	;
  border: 2px solid #e1e3f7;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 5%;
  font-size: 95%;
}




.modal__trigger--active {
  z-index: 10;
}


.modal__trigger img {
width: 55px;
margin-top: 25px;
}



.modal__trigger--active {
  z-index: 10;
}
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 5px;
  left: 220px;
  right: 0;
  bottom: 0;
  background: #f5e4dd;
  
  opacity: 1;
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.3rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}	



.icon {
	width: 150px;
}

span {
font-size: 145%;	
font-weight: bold;
font-family: 'Oleo Script',cursive;
display: block;
margin-top: 10px;
}


.month {
	margin-top: -30px;
	font-size: 120%;
}

.date {
	display: block;
	font-size: 85%;
	position: absolute;
	top: -15px;
	left: 5px;
}

table {
	 
	border-collapse: collapse;
	width: 600px;
	margin-bottom: 25px;
	
}

td, th {
	border: 1px solid black;
	padding: 3px;
}


td:nth-child(2) {
	text-align: left;
	
	
}

.down {
	padding: 2px 12px; 
		text-align:center;  
		color:#FFF;  
		text-decoration:none;  
		line-height:29px;  
		font-family: Roboto; 
		font-size: 16px;
		 
	position: absolute;
	bottom: 1%;
	right: 85%;
		
		background: #3EACBA;  
		border:1px solid #379AA4;  
		background-image:-webkit-linear-gradient(top, #7a3434, #e89296);  
		background-image:-moz-linear-gradient(top, #7a3434, #e89296);
		background-image:-ms-linear-gradient(top, #7a3434, #e89296);  
		background-image:-o-linear-gradient(top, #7a3434, #e89296);  
		background-image:linear-gradient(top, #7a3434, #e89296);    
		border: solid 1px #6e0309;       
border-bottom: solid 1px #6e0309;       
box-shadow: inset 0 0 0 1px #fcc7ca;    
   color: #fff;    
 text-shadow: 0 1px 0 #85050e;
}

.print {
	text-decoration: none;
color: #fff;
background: #a01111;
padding: 8px 5px;
border-radius: 3px;
outline: none;
cursor: pointer;
margin: 30px auto;
display: block;
width: 90px;
text-align: center;
}

.kostina {
		  
width: 100px;
margin-top: 20px;
margin-left: 10px;
	}