@import font/font.css;

a{color:#94bd5e}

h1{
	font-family: 'helveticaneuecyr';
	font-size: 48px;
	font-weight: 100;
	letter-spacing: 2px;
	color: #799057;
}

.demotable td{border-bottom:1px solid #dadada}
.demotable tr:hover{background-color:#eaeaea}
.chartable{width:100%;border:0 solid red}
.chartable td{padding:20px 40px 20px 0}
.charpictd{width:50%;padding:20px 40px 20px 0;text-align:center}
.charpictd img{width:100%;max-width:500px}
blockquote{padding:10px 20px;margin:0;background-color:#dbdbdb;width:90%}
.coverbox_subtitle{width:60%;font-size:18px}
.coverbox_fon{width:100%;height:300px;border-radius:0 100px 0 100px;background-position:top right;background-repeat:no-repeat;background-size:cover;position:relative}
.coverbox_box{width:350px;height:450px;background-position:top center;background-repeat:no-repeat;background-size:cover;position:absolute;right:40px;top:-100px}
.error_message{padding:10px;background-color:#fcc}

.first {display:table-cell; width: 40%;  border: 0px solid red; vertical-align: top;  }
.second {display:table-cell; width: 60%;  border: 0px solid red; vertical-align: top; text-align: center; }

.perestroika {display:table; width: 100%;}
.pervy {display:table-cell; }
.vtoroy {display:table-cell; }

.perevorot {display:table; width: 100%;}
.nikolaipervy {display:table-cell; }
.nikolaivtoroy {display:table-cell; }



@media screen and (max-width:960px){
body,td{font-size:14px}
h1{font-size:42px}
.chartable td{padding:10px 0 10px 5px}
.charpictd{width:60%;min-width:200px;padding:10px 0;border:0 solid red}
.coverbox_subtitle{width:100%;font-size:16px}
.coverbox_fon{width:100%;height:200px;border-radius:0 100px 0 100px;margin-top:30px}
.coverbox_box{width:210px;height:270px;right:40px;top:-50px}

.first {display:table-footer-group; text-align: center;}
.second {display:table-header-group; }
}


@media screen and (max-width:560px) {

.first {display:table-footer-group; text-align: center;}
.second {display:table-header-group; }

.perestroika {display:table;}
.pervy {display:table-header-group; }
.vtoroy {display:table-footer-group; }

.perevorot {display:table;}
.nikolaipervy {display:table-footer-group; }
.nikolaivtoroy {display:table-header-group; }

}