html, body {
	width: 100%;
	min-height:100%;
	padding:0;
	margin:0;
	font: 15px/17px Arial, Helvetica, sans-serif;
	color:black;
}

html {
    scroll-behavior: smooth;
}

body {
    background: url('/data/img/body-bg.jpg');
}

a {
    text-decoration:underline;
    color:#bd1414;
}

a:hover {
    text-decoration: none;
    color: #ba1516;
}

a:active {
    color: #e51a1b;
}

label { cursor:pointer }


a img { border:none }


p {
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}

textarea {
	padding:2px;
	border:1px solid #afafaf;
}


input[type="text"], input[type="password"], input[type="submit"], input[type="email"], select {
    padding: 8px 10px;
    display: inline-block;
    margin: 0;
    border:none;
}

textarea {
    margin:0;
    padding: 1% 2%;
    width:96%;
    min-width: 96%;
    max-width: 96%;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #efefec;
    outline: none;

    font-size: 110%;
    border:1px solid #e1e1e1;
    font-family: Arial;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
}

textarea {
    width:100%;
}

input[type="submit"] {
    border:none;
    background: #292929;
    text-transform: uppercase;
    color:white;
    text-shadow: 0 1px 0 black;
    cursor: pointer;
    outline: none;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
}

input[type="text"]:focus, input[type="submit"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    background: #f4f4f1;
}

input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    color:black;
}

input[type="submit"]:focus {
    background: black;
}


sup { vertical-align:text-top; font-size:65%;}

li {
    line-height: normal;
	padding-top:2px;
	padding-bottom:2px;
}

table {
	width:100%;
	border-collapse:collapse;
}

td {
	vertical-align:top;
}

h1,h2,h3,h4,h5,.topic {
    line-height: normal;
}

h1,.topic {
	padding:3px 0;
    line-height: normal;
}

h1 {
    font-size:140%;
}


h1, p.topic {
    font-size:200%;
    font-weight:normal;
    padding:0;
    margin:0;
    color:black;
    margin-bottom:10px;
    line-height: normal;
}

h1 a, h2 a, p.topic a { text-decoration:none }

h2 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:170%;
}

ul, ol {
    margin: 0;
    padding: 6px 0 6px 28px;
}

ul li, ol li {
    padding: 3px 0;
    margin: 0;
}

.popup {
	position:fixed;
	width:450px;
	height:auto;
	margin-top:-200px;
	z-index:10;
	left:50%;
	margin-left:-225px;
}

.popup .close {
	cursor:pointer;
	float:right;
	width:23px;
	height:23px;
	margin-right:-5px;
	margin-top:-6px;
	z-index:1;
	position:relative;
	background:url('/data/img/all.png?678') -175px -59px no-repeat;
}

.popup ul {
    margin: 20px 40px;
    padding: 0;
}

.user_errors {
    background: #ef4123;
    color:white;
    text-shadow:0 1px 0 #ba3326;
}

.block_cnt { margin:0 auto }
.block_right { float:right }
.block_left { float:left }


/* IMAGES, POPUP IMAGE: */

.listArticles td.img img, .fl, .fr {
	border:2px solid #ccc;
}

.fl {
	margin-top:2px;
	margin-bottom:1px;
}

img.fl, a.fl {
	float:left;
	margin-right:8px;
}

a.fl, a.fr {
	display:block;
	overflow:hidden;
	border:3px solid #ccc;
}

img.fr, a.fr {
	float:right;
	margin-left:10px;
}

img.cnt {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	margin: 0 auto;
}

a.cnt {
	display:block;
	width:auto;
	display:inline-table;
	margin: 0 auto;
	overflow:hidden;
}


.modalFrame {
	position:fixed;
	width:100%;
	height:100%;
}

.zoomImage {
	position:relative;
}

.popup_image_close {
	position:absolute;
	width:34px;
	height:34px;
	display:block;
	cursor:pointer;
	z-index:4;
	background:url('/data/img/nums.png') 0px -1252px no-repeat;
}

.zoomImage img.image_loader {
	width:16px;
	height:16px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-8px;
	margin-top:-8px;
	z-index:2;
}

.img_dst {
	position:inherit;
}

.img_dst .big_img {
	border:4px solid #ececec;
}

.desc_image {
	background:#ececec;
	font-size:90%;
	height:40px;
	overflow:hidden;
	font-weight:bold;
}

.desc_image .in {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:8px;
	font-size:90%;
	color:#333333
}

/* COLORS: */

.red { color:#CC0000 }

.pagination ol {
    display: block;
    position: relative;
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.pagination ol li {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 0;
    white-space: nowrap;
}

.pagination ol li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color:#333;
    background: lightgray;
    padding: 4px 4px;
    min-width: 16px;
    text-align: center;
    font-size: 85%;
    text-shadow: 0 1px 0 white;
}

.pagination ol li a:hover {
    background: #aaaaaa;
    color:white;
    text-shadow: none;
}

.pagination ol li.active a {
    background: #222222;
    color:white;
    text-shadow: none;
}

.row {
    width: 100%;
    min-height: 28px;
    clear:both;
}

.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}



.row>div {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row [class*="span"] {
    margin-left: 2.564102564102564%;
}


.row [class*="span"]:first-child {
    margin-left: 0;
}
.row .span1 { width: 5.982905982905983% }
.row .span2 { width: 14.52991452991453% }
.row .span3 { width: 23.076923076923077% }
.row .span4 { width: 31.623931623931625% }
.row .span5 { width: 40.17094017094017% }
.row .span6 { width: 48.717948717948715% }
.row .span7 { width: 57.26495726495726% }
.row .span8 { width: 65.81196581196582% }
.row .span9 { width: 74.35897435897436% }
.row .span10 { width: 82.90598290598291% }
.row .span11 { width: 91.45299145299145% }
.row .span12 { width: 100% }


.striped > .row:nth-child(odd) {
    background-color: #f1f1f1;
}

.text-error {
    color:#ff3f0c;
}

.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }


.nowrap {
    white-space: nowrap;
}

.btn_group .btn {
}


.backdrop {
    visibility: hidden;
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(2px);
    background: #00000051;
}

.backdrop.show {
    z-index: 10;
    visibility: visible;
}