/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
	min-height:100%; /* всегда показываем вертикальную полосу прокрутки  */
}
body {
	background-image: url(../../bonus/img/bonus.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif; 
	color: #000;
	text-align: left;
	font-size: 1em; /* используем безопасные шрифтовые CSS стеки */
	min-height:100%;
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: #e6618c;
	text-decoration: underline;
}
a:hover {
	color: #fdf208;
	text-decoration:none;
}
a:focus, a:active {
	color: #c83867;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
img{
	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
.center-block-main{
	margin: 0 auto; max-width: 1100px; 
}
.center-block-main h1, .footer{
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid #000;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 15px 0;
	padding: 10px;
}
.att-red, .att-gre{
	font-size: 15px;
	color: #f00;
}
.att-gre{
	color: #0f0;
}
.table-content{
	/*word-break: break-word;*/
	/*border-collapse: collapse;*/
	border-collapse: separate; 
	border: 1px solid #000;
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	text-align: center;
	margin: 5px 0;
	color: #fff;
}
.table-content th, td{
	border: 1px solid #000;
	padding: 15px;
	vertical-align: middle;
    text-align: center;

}
#mark-code{
	font-weight: bold;
	border-bottom: 1px solid #f00;
}
#mark-code:hover{
	  text-decoration: none;
}
#td_text{
	 text-align: left;
}
.table-content a, .avtor-block a{
	 color: #fff;
	 text-decoration: none;
}
.table-content a:hover, .avtor-block a:hover{
	text-decoration: underline;
}
#upbutton{
    background-image: url(../../bonus/img/up2.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 43px;
    bottom: 20px;
    right: 25px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}
.footer{
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 10px;
	height: 55px;
}
.avtor-block{
	position: absolute;
	left: 80px;
	border: 1px solid #fff;
	margin: 5px 0;
	padding: 5px;
	float: left;
	text-align: left;
}
.avtor-donat{
    margin-left: auto;
    margin-right: auto; position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}   
@media screen and (max-width: 1515px){
    .center-block-main h1{
	    font-size: 2.2em;
    }
	.avtor-block{
		margin-left: auto;
    	margin-right: auto;
    	top: 26%;
    	left: 50%;
    	margin-right: -50%;
    	transform: translate(-50%, -50%);
	}
	.avtor-donat{
    	top: 85%;
	}
}
@media screen and (max-width: 880px){
	.center-block-main h1{
		font-size: 25px;
	}
	.table-content th, td{
		padding: 3px;
	}
	#upbutton{
    	height: 15px;
    	bottom: 28px;
    	right: 5px;
	}
	.footer{
		height: 110px;
	}
	.avtor-block{
    	top: 25%;
	}
	.avtor-donat{
    	top: 75%;
	}
}