.antiquewhite .block{ /* античнобелый */
	background: #FBF9EA;
    background: #eacda3;
    background: -webkit-linear-gradient(to bottom, #FBF9EA , #f0e1c9);
    background: linear-gradient(to bottom, #FBF9EA , #f0e1c9);
}

.antiquewhite h3{
	color: #a62236;
}

.antiquewhite p{
 	color: #333;
 	line-height: normal;
}

.obuchenie-section .tile{
    background: #f4f4f4;
    transition: 0.3s linear;
}
.obuchenie-section .tile:hover{
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.obuchenie-section a:hover{
	text-decoration: none;
}

.obuchenie-section .panel{
    margin-bottom: 30px;
}

/* cornflowerblue */
.cornflowerblue .block{ /* голубой */ 
		background: #457fca; /* fallback for old browsers */
		background: -webkit-linear-gradient(to top, #457fca , #5691c8); /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to top, #457fca , #5691c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		color: #fff; 

}

.cornflowerblue .wide{
	color: #fff;
}

.cornflowerblue h3{
	color: #fff;
}

.cornflowerblue p{
 	color: #fff;
 	line-height: normal;
}

/* white-def */

.white-def h3{
	color: #a62236;
}

.white-def p{
 	color: #333;
 	line-height: normal;
}

.clear{
	clear: both;
    margin-bottom: 15px;
}
.paragraf div, .galochka div, .tochka div{
  background: #fff;
}

.paragraf ul, .galochka ul, .tochka ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0.7em;
	text-indent: -0.7em;
}

.paragraf ul li::before{
	content: "§ ";
    display: block;
    float: left;
    width: 0.9em;
    color: rgb(153, 153, 153);
}


.galochka ul li::before{
    content: "✔ ";
   	display: block;
    float: left;
    font-weight: bold;
    width: 0.9em;
   	color: rgb(166, 34, 54);
}

.tochka ul li::before{
    content: "● ";
   	display: block;
    float: left;
    width: 0.9em;
   	color: rgb(166, 34, 54);
}
.book ul li::before {
	content: "\e043";
	display: block;
	float: left;
	width: 0.9em;
	color: rgb(166, 34, 54);
}
ul#programTab {
	list-style: none;
	padding-left: 0;
	line-height: 2.5;
}
ul#programTab b {
	font-size:23px;
}

ul#programTab li.active a {
	border-bottom: 3px solid #a62236;
}

ul#programTab li a {
		border-bottom: 3px solid #ccc;
	text-align: center;
	display: block;
	font-size: 21px;
	color:#444444;
}
ul#programTab li a:hover {
text-decoration: none;
}
ul#programTab li a:focus {
text-decoration: none;
}

#DForm_text_message {
    display:none;
	height: 10px;
	margin-top: -10px;
	border: 0;
	font-size: 0;
	opacity: 0;
}

