html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #3a5ca3;

	font-family: Tahoma, sans-serif; 
}

.wrapper {
	width: 100%;
	height: 100vh;

}	
	/* Комменты */

.navbar {
	/*background-color: #3a5ca3;*/
	width: 100%;
	height: 10%;
}

.navbar ul {
	list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    float: left;
    height: 40px
}

.navbar ul li {
	display: inline-block;
	padding: 2.7rem 0.1rem;
	 position: relative;
    left: -50%;
    float: left;
    margin: 0 10px;
    height: 40px
}

.navbar ul li a {
	color: white;
	padding: 5px 5px;

	}

.navbar ul li a:hover {
	color: yellow;
	background-color: #2e4880;
}

.maintext {
position: relative;
margin-left: 70px;
margin-right: 70px;
margin-top: 10px;
background-color: white;
}

.text {
	text-align: justify;
	padding: 0px 70px;
	line-height: 20px;
	font-weight: bolder;
	color: #3a5ca3;
	font-size: 25px;
}

.text2 {
	text-align: justify;
	padding: 0px 70px;
	text-indent: 30px;
	line-height: 20px;
	color: #717273;
	font-size: 18px;
}

.text3 {
	text-align: justify;
	padding: 0px 40px; 
	color: #3e3f40;
	background-color: ;
	font-size: 12.5px;
	line-height: 14px;
}

.text4 {
	text-align: center;
	color: white;
	background-color: #3a5ca3;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
}

.text5 {
	padding: 0px 40px; 
	text-align: justify;
	color: #3a5ca3;
	font-size: 18.5px;
	line-height: 18px;
}

.text6 {
	padding: 0px 14px; 
	color: #3a5ca3;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden; /* Fix for firefox and IE 10-11  */
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
	break-inside: avoid-column;

}

.text7 {
	text-align: justify;
	padding: 50px 70px;
	line-height: 20px;
}

.day-title {
	text-align: center;
	margin: 1em 0;
	line-height: 20px;
	font-weight: bolder;
	color: #3a5ca3;
	font-size: 25px;
}

.today-read {
	color: #3a5ca3;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1rem;
}

.links-container {
	display: flex;
	justify-content: space-between;
	padding: 1em 4em 2em 4em;
	font-size: 1.2em;
	color: #3a5ca3;
}

.content {
	display: flex;
	flex-direction: column;
	padding: 0 0 1.5em 4.5em;
	text-indent: 30px;
	line-height: 20px;
	color: #717273;
	font-size: 18px;
}

.content a {
	display: block;
	padding-bottom: 0.2rem;
}

.day-unit {
	margin-bottom: 1rem;
}

.day-unit div:first-child {
	margin-bottom: .5rem;
	font-weight: bold;
}

.day-unit-chapter {
	font-weight: bold;
	margin: .5rem 0;
}

.day-unit-text {
    text-indent: 0;
}

.italix {
	font-style: italic;
	font-size: 14px;
	line-height: 15px;
}

.italix2 {
	text-align: justify;
	padding: 0px 20px;
	font-size: 16px;
	line-height: 16px;   
}

.columns {
    columns: 5;  
    column-rule: 1px solid #3a5ca3;  
    -webkit-column-gap: 20px;  
    -moz-column-gap: 20px;  
    column-gap: 20px; 

    /*column-rule-width: 70px;*/
}

.columns ul {
	margin: 0;
}

.columns li {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
/* Centre the page */
.body {
    display:block;
    margin:0 auto;
    width:576px;
}
 
/* Centre the form within the page */
form {
    margin:0 auto;
    width:459px;
}
 
/* Style the text boxes */
input, textarea {
	width:439px;
	height:27px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
 
textarea {
	height:213px;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
   /* background:url(images/submit.jpg); */
   /* text-indent:-9999px;*/
    border:none;
    margin-top:20px;
    cursor:pointer;
}
 
	#submit:hover {
	    opacity:.9;
	}

/*a.knopka {
  color: #fff; 
  text-decoration: none; 
  user-select: none; 
  background: #3a5ca3; 
  padding: .7em 1.5em; 
  outline: none; /* убирать контур в Mozilla
} 
a.knopka:hover { background: #3a5ca3; } /* при наведении курсора мышки
a.knopka:active { background: #3a5ca3; } /* при нажатии */

button.knopka {
	color: white; 
	background: #3a5ca3; 
	padding: 5px 25px; 
	/*border-radius: 5px;*/
	border: 2px solid #2e4880;
	} 
	button.knopka:hover { 
	background: #5376c2; 
	}