
box-shadow: 3px 3px 10px #034444;
         -moz-box-shadow: 3px 3px 10px #034444;
         -webkit-box-shadow: 3px 3px 10px #034444;
}
.hr-multiline1 {
	margin: -40px 0;
	padding: 0;
	height: 20px;
	border: none;
	color: #333;
	background-image: linear-gradient(currentColor, currentColor 33.33%, transparent 33.33%, transparent 100%);
	background-size: 100% 7px;
        
}
.hr-multiline {
	margin: 15px 10;
	padding: 0;
	height: 34px;
	border: none;
	background: orange;
}

.menu-btn{  display: flex;  align-items: center;  position: absolute;  top: 20px; right:20px;  width: 26px;  height: 26px;  cursor: pointer;  z-index: 1;}

.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f00000;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}
.menubox{
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0%;
  width: 200px;
  height: 100%;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
}
.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}
#menu-toggle{
  opacity: 0;
}
#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox{
  visibility: visible;
  left: 0;
}
@font-face {
font-family: 'Margarita script';
src: url('/osvita/ttf/Margarita_script.ttf');
}
.text_effect {
font-family: 'Margarita script';
color: rgb(230, 12, 12);
font-size: 36px;
background-color: rgb(255, 255, 255);
text-shadow: rgb(237, 225, 225) 4px 4px 4px;
}
.text_effect2 {
font-family: 'Margarita script';
color: rgb(230, 12, 12);
font-size: 36px;
background-color: rgb(255, 255, 255);
text-shadow: rgb(237, 225, 225) 4px 4px 4px;
}
   TD {
    vertical-align: top; 
   }
   #col1 {
    width: 10%; 
    background: #fff; 
   }
   #col2 {
    width: 80%; 
    background: #ffffff; 
   }
   #col3 {
    width: 10%; 
    background: #fff; 
   }
A {
   text-decoration:none
  }
a:link {font-size:12px; color:#df0000;//Red
}
a:visited {font-size:12px; color:#df0000;//DarkRed
}
a:hover {font-size:12px; color:#df0000;Tomato
}
body {margin:0;}
* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.header{
        box-shadow: 3px 3px darkgreen;
        box-shadow:0 0 9px black;
	width: 100%;
	background: #FFF7F4;#F8EEEC;
	height: 73px;
        position:fixed;
        top: 0;
}
.content {
	flex: 1 0 auto;
        margin:30px;
}
.footer {
    padding-top: 8px;
    padding-bottom: 10px;
    background-color: #222;
}
p {
    font-family: "Times New Roman", Times, serif;
    line-height: 1.2em;

}

pp {
    display: block;

    margin-top: -1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    background-color: #fdfdfd;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);


   // margin-left:5px;
   // margin-bottom:25px;
     padding: 15px; /*внутренний отступ для всех сторон*/

}
input {
  width: 95px;
}

