<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Фон #000016 или 0, 0, 22
max-width:330px -&gt; max-width:330px
max-width:540px -&gt; max-width:550px
max-width:620px -&gt; max-width:650px
360x640
320x534
*/
* {font-family: Arial, Verdana, sans-serif; font-size: 14px;}

p, span {padding: 0px; margin: 0px;}
td {font-size: 12px;}
body {margin:0px}
.small {font-size: 10px;}
.mini {font-size: 8px;}
.success {color: #009900; font-size: 14px; font-weight: bold;}
.error {color: #ff0000; font-size: 14px; font-weight: bold;}
.warning {color: red;}
.all_right {color: #009900;}
#tabpers {/*border: 1px inset #e0e0e0;*/ border-spacing: 5px;}
/*#tabpers td {border: 1px inset #e0e0e0;}*/
.td_10_width {width: 10px;}
.td_20_width {width: 20px;}
.td_40_width {width: 40px;}
#bloc_new_anons, #bloc_new_parner, #bloc_messages_parner {position: relative; cursor: pointer; height: 43px;/* border: 1px solid #ffffff;*/}
#bloc_new_anons &gt; img, #bloc_new_parner &gt; img, #bloc_messages_parner &gt; img {position: relative; width: 100%; height: auto;}

#is_div span, strong, .adm2 span, .adm3 a {font-size: inherit;}
span, strong {all: unset;}

/* u???? ?????????*/
.center_cell {
	position: relative; 
	top: 50%; 
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.overflow_auto {overflow: auto}
.float_left {float: left;}
.float_right {float: right;}
.padding_5 {padding: 5px;}
.position_relative {position: relative;}
.position_absolute {position: absolute;}
.font_bold {font-weight: bold;}
.margin_top_5 {margin-top: 5px;}
.margin_right_15 {margin-right: 15px;}
.margin_right_7 {margin-right: 7px;}
.margin_left_15 {margin-left: 15px;}
.text_align_justify {text-align: justify;}
.display_block {display: block;}
.cursor_pointer {cursor: pointer;}
.opacity_0 {
	opacity: 0.0;
	filter: alpha(opacity=0);
	}
.opacity_100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
.opacity_7 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
.opacity_7:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
.word_wrap {word-wrap: break-word;}
.margin_center {margin: 0 auto;}
.in_all_w_h {position: absolute; top: 0; left: 0; right: 0; bottom: 0;/* border: 2px solid #f00;*/}
.in_relat_h {position: relative; height: 100%; /*background: #ffe5d7;*/}
	
.clr{clear:both;}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
	}

#id_hiddenframe, #id_hiddenframe_chat {position: absolute; width: 0; height: 0; border: none; padding: 0; margin: 0;}

#left_side_id, #right_side_id, #central_side_id {
	position: relative;
	float: left;
	padding: 15px 0 0 0;
	/*vertical-align: top;*//*
	background-image: -moz-linear-gradient(top, rgba(55, 55, 55, .1) 0, rgba(55, 55, 55, .5) 10%, rgba(55, 55, 55, .5) 90%, rgba(55, 55, 55, .1) 100%); 
	background-image: -webkit-linear-gradient(top, rgba(55, 55, 55, .1) 0, rgba(55, 55, 55, .5) 10%, rgba(55, 55, 55, .5) 90%, rgba(55, 55, 55, .1) 100%);
	background-image: linear-gradient(to bottom, rgba(217, 216, 232, 1.0) 0, rgba(217, 216, 232, .0) 100%);
	border: 1px solid #ff0000;*/
	box-shadow: 0px 50px 25px -25px rgba(217, 216, 232, 0.8) inset;
	}
#left_side_id, #right_side_id {width: 25%;}
#central_side_id {width: 50%;}
	
#left_side_id &gt; div, #right_side_id &gt; div, #right_side_id &gt; a.mass_wall_title {
	position: relative;
	width: 96%;
	margin: 0 auto 0 auto;
	text-align: center;
	}

.txt_shad_black {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0); 
	filter: dropshadow(color=#000000, offX=0, offY=1);
	}

/* Всплывающее окно с изображением */
#div_blok_type .navig_butt_left, #div_blok_type .navig_butt_right {
	display: none;
	position: absolute; 
	cursor: pointer;
	width: 15px;
	height: 56px;
	padding: 5px;
	}
#div_blok_type .navig_butt_left {left: 20px; background: rgba(55, 55, 55, .5) url(/images/prev_w.png) no-repeat 50% 50%;}
#div_blok_type .navig_butt_right {right: 20px; background: rgba(55, 55, 55, .5) url(/images/next_w.png) no-repeat 50% 50%;}
#div_blok_type:hover .navig_butt_left, #div_blok_type:hover .navig_butt_right {
	display: block;
	}
#div_blok_type .navig_butt_left:hover {background: url(/images/prev_act.png) no-repeat 50% 50%;}
#div_blok_type .navig_butt_right:hover {background: url(/images/next_act.png) no-repeat 50% 50%;}

#div_blok_type .title_img_slide {position: absolute; top: 3%; left: 2%; width: 90%; text-align: center;/* border-top: 1px solid #606060;  border-bottom: 1px solid #606060; height: 32px; overflow: hidden; border: 1px solid #f00; background: rgba(55, 55, 55, .5);*/
	background-image: -moz-linear-gradient(left, rgba(55, 55, 55, .1) 0, rgba(55, 55, 55, .5) 10%, rgba(55, 55, 55, .5) 90%, rgba(55, 55, 55, .1) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, rgba(55, 55, 55, .1) 0, rgba(55, 55, 55, .5) 10%, rgba(55, 55, 55, .5) 90%, rgba(55, 55, 55, .1) 100%);
	background-image: linear-gradient(to right, rgba(55, 55, 55, .0) 0, rgba(55, 55, 55, .7) 10%, rgba(55, 55, 55, .7) 90%, rgba(55, 55, 55, .0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000', GradientType=1 );
	
	box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.8) inset, 0px -3px 5px -4px rgba(0, 0, 0, 0.8) inset;
	
	opacity: 0.0;
	filter: alpha(opacity=0);
	}
#div_blok_type .title_img_slide &gt; span {display: inline-block; color: #ffffff;/* font-size: 28px;*/ font-weight: bold; line-height: 180%; padding: 0 5px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0); 
	filter: dropshadow(color=#000000, offX=0, offY=1);
	}
#div_blok_type:hover .title_img_slide {
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
	
#div_blok_type .desc_img_slide {position: absolute; bottom: 3%; right: 3%; background: rgba(55, 55, 55, .7); padding: 5px; color: #ffffff; font-size: 16px; display: none;
	-moz-box-shadow: 0px 0px 4px rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0px 0px 4px rgba(255, 255, 255, 1.0);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 1.0);
	}
#div_blok_type:hover .desc_img_slide {display: block;}

#id_map {position: fixed; top: 0px; left: -1000px; z-index: 99;/**/}
#id_map &gt; div {position: relative; width: 100%;}
/*#id_map &gt; div &gt; div {position: relative; width: auto;}*/
#id_map &gt; div &gt; div &gt; div:nth-child(1) {background: url(/images/grd_type.png);}
#id_map &gt; div &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {width: 80%; height: 40px; float: left; text-align: center; overflow: hidden;}
#id_map &gt; div &gt; div &gt; div:nth-child(1) &gt; div:nth-child(2) {width: 20%; height: 40px; float: left;}
#id_map &gt; div &gt; div &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; img {padding-left: 5px; cursor: pointer;}
#id_map &gt; div &gt; div &gt; div:nth-child(3) {position: relative; text-align: center; overflow: auto;}
#id_map &gt; div &gt; div &gt; div:nth-child(3) &gt; div {display: inline-block; position: relative;}
#id_map &gt; div &gt; div &gt; div:nth-child(3) &gt; div &gt; a {display: block; position: relative; text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	line-height: 26px;
	text-shadow: 0px 1px 0px rgba(200, 200, 200, 1.0); 
	filter: dropshadow(color=#c8c8c8, offX=0, offY=1);
	text-decoration: none;
	}
#id_map &gt; div &gt; div &gt; div:nth-child(3) &gt; div &gt; a:hover {color: #ff0000;
	text-shadow: 0px 1px 0px rgba(50, 50, 50, 1.0); 
	filter: dropshadow(color=#323232, offX=0, offY=1);
	}

.big_pic_gabarit {display: block; position: relative; width: 98%; height: 98%; margin: 1%;}
#div_type_pro, #id_map &gt; div &gt; div {position: relative; background: #ffffff; border: 5px solid #c0c0c0;
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1.0);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 1.0);
	}
#div_type_pro_fotoarhiv &gt; img, #div_type_pro &gt; img {display: block; position: relative; width: 98%; height: 98%; margin: 1%;}

h1 {
	font-family: sans-serif, Verdana, Helvetica;
	font-size:16px;
	color:#660000;
	padding:0px; 
	margin:0px; 
	line-height: 17px;
	}
td h2 {
	font-family: sans-serif, Verdana, Helvetica;
	font-size:14px;
	color:#660000;
	padding:0px; 
	margin:0px; 
	line-height: 16px;
	}
.title_adv h3 {
	font-size: 11px;
	color:#330000;
	font-weight: bold;
	padding: 0px; 
	margin: 0px;
	}
.link_zagolovok {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #603030;
	text-decoration: none;
	}
.list_bread_crumbs p {
	font-size: 14px;
	}
.list_bread_crumbs a.link_zagolovok_6 {
	display: inline-block;
	border: 1px #c0c0c0 solid;
	width: 29px;
	font-size: 16px;
	line-height: 29px;
	font-weight: normal;
	text-transform: uppercase;
	color: #603030;
	text-decoration: none;
	font-style: italic;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .8);
	}
.list_bread_crumbs a.link_zagolovok_6:hover {
	font-weight: bold;
	box-shadow: none;
	}

a.screib:link, a.screib:visited, span.screib {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #603030;
	line-height: 150%;
	font-weight: bold;
	}
a.screib:hover {color: #cd6666}
@media screen and (max-width: 640px){
	a.screib:link, a.screib:visited, span.screib {font-size: 14px; line-height: 200%;}
	}

.link_zagolovok2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #603030;
	text-decoration: none;
	}
.link_zagolovok3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #603030;
	}
.link_zagolovok4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #603030;
	}
.link_zagolovok4:hover {color: #cd9999}
.back_link2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
	}
.back_link3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #363636;
	}
.back_link6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #660000;
	}
.add_fafor {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #4f4d6c;
	cursor: pointer;
	padding-left: 20px;
	}
a.add_map:link, a.add_map:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #4f4d6c;
	padding-left: 20px;
	}
a.add_map:hover {color: #cd9999}
.back_link4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffff99;
	}
.back_link5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff99ff;
	}
.back_link7 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #993030;
	}
.link_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#933333;
	font-weight:bold;
	}
.link_article2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#363636;
	font-weight:bold;
	text-transform: none;
	}
a:link {color: #660000;}
a.back_link4:link {color: #ffff99;}
a:visited {color: #660000;}
a.back_link4:visited {color: #ffff99;}
a:hover {color: #cd9999;}
a.back_link4:hover {color: #990066;}
a.back_link7:link {color: #663333;}
a.back_link7:visited {color: #663333;}
a.back_link7:hover {color: #ff6060;}
#zag, .zag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
.text_ind {
	text-align: justify; 
	color: #333333; 
	font-size: 14px;
	overflow: auto; 
	padding: 3px 8px 20px 8px; 
	}
.text_ind_inset {
	padding: 1%; 
	width: 98%; 
	overflow: auto; 
	background: #ffffff;
	}
#zag1, .zag1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	}
.zag10 &gt; h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	}
.zag2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color:#606060
	}
.adm, .adm strong, .adm span, #adm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#363636;
	}
.adm_tel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#363636;
	font-weight: bold; padding: 5px 0px 5px 20px;
	}
#adm2, .adm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#660000;
	font-weight:bold;
	}
.adm3, .adm3 p, .adm3 span, #adm3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#660000;
	}
#adm4, .adm4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color:#660000;
	}
#new1, .new1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#636363;
	}
#new2, .new2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#600000;
	text-transform: uppercase;
	}
#new3, .new3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#600000;
	}
.anon {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	color:#ffffff;
	}
a.anon:link, a.anon:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #cdcdcd;
	text-decoration: none;
	}
a.anon:hover {color: #ff0000}
.anon1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#600000;
	cursor: pointer;
	}
a.anon1:link, a.anon1:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #600000;
	text-decoration: none;
	}
a.anon1:hover {color: #ff0000}
.anon2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#600000;
	cursor: pointer;
	}
a.anon2:link, a.anon2:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #600000;
	text-decoration: none;
	}
a.anon2:hover {color: #ff0000}
.anon3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#600000;
	cursor: pointer;
	}
a.anon3:link, a.anon3:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #600000;
	text-decoration: none;
	}
a.anon3:hover {color: #ff0000}
.anon4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#600000;
	cursor: pointer;
	}
.anon8 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#600000;
	text-decoration: underline;
	font-weight: bold;
	}
	
.anon5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#600000;
	font-weight: bold;
	}
.anon6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color:#666666;
	font-weight: bold;
	}
.anon7 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color:#66cc66;
	font-weight: bold;
	text-transform: uppercase;
	}
.anon9 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#339933;
	font-weight: bold;
	text-transform: uppercase;
	}

.add_img_arhiv_button {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 0; right: 0;
	opacity: 0.5; filter: alpha(opacity=50);
	cursor: pointer;
	}
.add_img_arhiv_button:hover {opacity: 1.0; filter: alpha(opacity=100);}
	
.manon {
	font-family: sans-serif,Verdana, Helvetica;
	font-size:16px;
	color:#990000;
	font-weight: bold;
	}
#prem_small{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
.prem_small{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
#prem_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: bold;
	}
.prem_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: bold;
	}
.poster {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color:#ff6666;
	text-transform: uppercase;
	}
.poster2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color:#cc3333;
	text-transform: uppercase;
	}
.poster3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ff6666;
	text-transform: uppercase;
	}
.butt {
	font-size: 12px;
	color:#363666;
	border-color: #666699;
	background: #fff;
	height: 23px;
	text-shadow: 1px 0px 1px rgba(200,200,255, 1); 
	/*background: url("/images/but_grd.jpg") repeat-x 0% 0%;*/
	}
.butt:hover {
	color:#606099;
	border-color: #9999cc;
	background: #f0f0f0;
	text-shadow: -1px 0px 1px rgba(200,200,255, 1); 
	/*background: url("/images/but_grd.jpg") repeat-x 0% 0%;*/
	}
.vidan {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#990000;
	font-weight: bold;
	}
.h1zag {/*font-family: sans-serif, Verdana, Helvetica; font-size:17px; color:#660000;*/}
.h1zag h1, .h1zag h2, .h1zag p {font-family: sans-serif, Verdana, Helvetica; font-size: 17px; color:#660000; line-height: 21px; padding:0px; margin:0px;}
.h1zag h1 {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	}
.h2zag {
	font-family: sans-serif, Verdana, Helvetica;
	font-size:15px;
	color:#996666;
	}
.opac {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	}
.anty_opac {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	}

.opac2 {
	opacity: 0.5;
	}
.shad {
	text-shadow: 2px 2px 3px rgba(50,50,200,1); 
	filter:shadow(color=#3232c8, direction=135);
	width: 100%;
	text-align: center;
	}
.skryt {
	clip: rect(auto 0px auto 0px);
	}
	
.shadowm {
	text-shadow: -2px 2px 1px rgba(102,204,255,1);
	filter:shadow(color=#66ccff, direction=225);
	width: 180px;
	height: 15px;
	}
.shadowa, a.shadowa, .shadowa a, .shadowa h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333366;
	width: 100%;
	height: 22px;
	}
a.shadowa, .shadowa a, .shadowa h2 {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	}
.shadowa {
	}
a.shadowa {text-decoration: none;}
a.shadowa:hover, .shadowa a:hover {color: #ff0000; text-decoration: underline;}
	
.txt_shad {
	text-shadow: 2px 2px 2px rgba(50,50,50, 0.7);
	filter:shadow(color=#606060, direction=135);
	}
.txt_shad_w {
	text-shadow: 0px 1px 0px rgba(240, 240, 240, 1.0); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	}
	
.back_link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #603030;
	}
a.back_link {color: #603030;}
a.back_link:hover {
	color: #996969;
	}
	
.keycode {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 101;
	}
.perskab {position: fixed; right: 0px; top: 0px; z-index: 51;}
.kabIn {
	width: 400px; 
	height: 50px; 
	}
	
.cloudTag {
	width: 220px; 
	height: 200px; 
	top: 0px; 
	left: 220px;
	}
	
.skryt2 {
	clip: rect(650px auto 650px auto);
	}
.rad1 {
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	}
.rad4 {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}
.rad12 {
	-moz-border-radius: 13px; 
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	border-radius: 13px;
	position: relative;
	}
.rad100 {
	border: 5px solid #4f4f6d;
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	}
.shadol {
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	behavior: url(/PIE.php);
	}
.borderbox {
	border: #333333 solid 2px;
	background: #ffffff;
	}
.shadow1 {
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	}
.shadow20 {
	-moz-box-shadow: 0px 0px 30px rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 1.0);
	box-shadow: 0px 0px 30px rgba(255, 255, 255, 1.0);
	}
.shadow2 {
	-moz-box-shadow: 0px 0px 5px rgba(100,100,100,1.0);
	-webkit-box-shadow: 0px 0px 5px rgba(100,100,100,1.0);
	box-shadow: 0px 0px 5px rgba(100,100,100,1.0);
	}
/*.desc_site {
	position: relative;
	background: #4f4f6d;
	}*/
.desc_site {
	position: relative;
	-moz-box-shadow: 3px 3px 6px #000000;
	-webkit-box-shadow: 3px 3px 6px #000000;
	box-shadow: 3px 3px 6px #000000;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/PIE.php);
	background: #f7f7e7;
	width: 98%;
	padding: 1%;
	}

a .shadowa_div {
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	text-decoration: none;
	text-align: left;
	}
a:hover .shadowa_div {color: #dd0000;}
.desc_map {
	position: relative;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	-moz-box-shadow: 3px 3px 6px #000000;
	-webkit-box-shadow: 3px 3px 6px #000000;
	box-shadow: 3px 3px 6px #000000;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/PIE.php);
	background: #f0f0ee;
	}
.registr {
	position: absolute; 
	top: 0px; 
	left: 15px; 
	width: 320px;
	}
	
.gbut, .gbut:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	background: #5f8eec;
	display: block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(100,0,0,0.5);
	-webkit-box-shadow: 2px 2px 3px rgba(100,0,0,0.5);
	box-shadow: 2px 2px 3px rgba(100,0,0,0.5);
	text-shadow: 2px 2px 1px rgba(100,0,0,0.8);
	behavior: url(/PIE.php);
	border-bottom: 2px solid rgba(0,0,0,0.4);
	position: relative;
	cursor: pointer;
	}
.gbut:hover {background-color: #111; color: #cdcdcd; background-color: #007d9a;}
.gbut:active {top: 1px; left: 1px;}
	
.gbut_two, .gbut_two:visited {
	font-size:14px;
	background: #fcfccd;
	display: block; 
	padding: 5px 10px 6px; 
	color: #993333; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(100,0,0,0.5);
	-webkit-box-shadow: 2px 2px 3px rgba(100,0,0,0.5);
	box-shadow: 2px 2px 3px rgba(100,0,0,0.5);
	text-shadow: 0px 1px 0px rgba(50,50,50,0.8);
	behavior: url(/PIE.php);
	border-bottom: 2px solid rgba(0,0,0,0.4);
	position: relative;
	cursor: pointer;
	}
.gbut_two:hover {color: #cdcdcd; background-color: #82825a;}
.gbut_two:active {top: 1px; left: 1px;}

.tikrad {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: #fcfcfc solid 1px;
	behavior: url(/PIE.php);
	}

.tikrad_new {
	padding: 2px; position: relative; border: 1px solid #c0c0c0; background: #ffffff;
	overflow: auto;
	}
.tikrad_new hr {
	border-top: 3px #ffffff ridge;
	border-bottom: none;
	width:90%;
	}


.perem {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fcfcfc;
	cursor: pointer;
	}
.perem2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fcfcfc;
	cursor: pointer;
	}
.perem3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fcfcfc;
	cursor: pointer;
	}
.perem4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fcfcfc;
	cursor: pointer;
	}
.skryt3 {
	clip: rect(700px auto 700px auto);
	}
	
.map h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color:#4f4d6c;
	}
.two_map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
	}
	
.s2 {height: 2px; width: 100%;}
.s5 {height: 5px; width: 100%;}
.s10 {height: 10px; width: 100%;}
.s15 {height: 15px; width: 100%;}
.s20 {height: 20px; width: 100%;}

.tbl_str3 {
	font-size: 12px;
	}
.tbl_str3_opac {
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 90%, rgba(255, 255, 255, 1.0) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 90%, rgba(255, 255, 255, 1.0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 90%, rgba(255, 255, 255, 1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff', GradientType=2 );
	}
.tbl_str4 {
	background-color: #f7f7e7;
	font-size: 12px;
	}
.tbl_str4_opac {
	background-image: -moz-linear-gradient(top, rgba(247, 247, 231, 0.0) 0, rgba(247, 247, 231, 1.0) 90%, rgba(247, 247, 231, 1.0) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, rgba(247, 247, 231, 0.0) 0, rgba(247, 247, 231, 1.0) 90%, rgba(247, 247, 231, 1.0) 100%);
	background-image: linear-gradient(to bottom, rgba(247, 247, 231, 0.0) 0, rgba(247, 247, 231, 1.0) 90%, rgba(247, 247, 231, 1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff', GradientType=2 );
	}
#article_table &gt; div:not(:nth-last-child(1)) {margin-bottom: 1%; height: 80px; overflow: hidden; position: relative;}
#article_table &gt; div:not(:nth-last-child(1)) &gt; div:not(:nth-child(3)) {float: left;}
#article_table &gt; div:not(:nth-last-child(1)) &gt; div:nth-child(1) {width: 25%; margin: 0 1% 1% 0;}
#article_table &gt; div:not(:nth-last-child(1)) &gt; div:nth-child(1) img {width: 100%; height: auto;}
#article_table &gt; div:not(:nth-last-child(1)) &gt; div:nth-child(2) {width: 74%;}
#article_table &gt; div:not(:nth-last-child(1)) &gt; div:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	/*background: #f00;*/
	}
	
.button_up {
	font-size: 14px;
	line-height: 98px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	position: fixed;
	width: 98px; 
	height: 98px; 
	padding: 0px; 
	margin: 0px; 
	z-index: 1000; 
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(/images/button_top.png) no-repeat 0 0 / 100% 100%;
	visibility: hidden;
	bottom: 150px; 
	}
.button_up:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #ff0000;
	}
.button_up_left {bottom: 20px; left: 100px;}
.bottom_10 {right: 10px;}
.bottom_50 {right: 50px;}
@media screen and (max-width: 640px){
	.button_up {width: 50px; height: 50px; font-size: 10px; line-height: 50px; bottom: 90px; }
	}
.read_all {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px; 
	color: #ffffff;
	background: url(/images/add_anons.png) no-repeat 0% 0% / 100% 100%; 
	height: 48px; 
	width: 187px; 
	margin: 0 auto;
	text-align: center;
	opacity: 0.7; 
	}
.read_all:hover {
	opacity: 1.0; 
	color: #ff0000;
	}
.read_button {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px; 
	color: #ffffff;
	background: #1b3b5f; 
	border: 1px solid #f0f0f0;
	text-shadow: 0px 1px 0px rgba(50, 50, 50, 1.0); 
	filter: dropshadow(color=#323232, offX=0, offY=1);
	opacity: 0.7; 
	}
.read_button:hover {color: #ff0000; opacity: 1.0;}
.add_read_button {
	background-image: url(/images/add_anons.png);
	background-position: -5px -5px;
	background-size: 110% 130%;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 1px solid #323232;
	}
a.href_add {display: inline-block; text-decoration: none; height: 30px; line-height: 30px; padding: 0px 20px; color: #ffffff;}
a.href_add.hover {color: #ff0000;}
@media screen and (max-width: 480px){a.href_add {padding: 0px 10px;}}
/* ??????????/

	
/* ?????????????
#birth_select_region div {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #404040;
	}
#birth_select_region span {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #404040;
	}
#birth_select_region select {
	font-size: 11px;
	line-height: 13px;
	}
/* ?? ???? ????????? */

.post_name {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #909090;
	}
.post_text {
	font-size: 12px;
	color: #909090;
	}
.post_sand {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #606060;
	text-transform: uppercase;
	}
#text_user {height: 100px; border: 2px #c0c0c0 solid; font-size: 12px; color: #606060;}
/* ???????????? ?? */

#share42init {margin: 5px auto auto 0; z-index: 3;}
.share42 {
	display: inline-block;
	padding: 6px 0 0 6px;
	background: #FFF;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	}
.share42:hover {
	background: #F6F6F6;
	border: 1px solid #D4D4D4;
	box-shadow: 0 0 5px #DDD;
	}
.share42 a {opacity: 0.5;
	filter: alpha(opacity=50);}
.share42:hover a {opacity: 0.7;
	filter: alpha(opacity=70);}
.share42 a:hover {opacity: 1;
	filter: alpha(opacity=100);}
	

.arrow_div {
	background: url(/images/registration/arrow1.png) no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	}	
.arrow_div:hover {
	background: url(/images/registration/arrow.gif) no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer
	}	
	

.stretch_div {
	background: url(/images/registration/stretch.png) no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	}	
.stretch_div:hover {
	background: url(/images/registration/stretch.gif) no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer
	}	
	

.stretch_up_div {
	background: url(/images/registration/stretch_up.png) no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	}	
.stretch_up_div:hover {
	background: url(/images/registration/stretch_up.gif) no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer
	}	
	
.surfacing_text, #blok_area .surfacing_text {
	overflow: auto; 
	background: #ffffff; 
	color: #606060; 
	font-size: 10px; 
	line-height: 14px; 
	font-weight: bold; 
	padding: 3px 8px; 
	border: solid 1px #303030;
	}
	
.answer_inter {position: relative; width: 20px; height: 20px; cursor: help;}
.answer_inter &gt; img {position: relative; width: 100%; height: auto; 
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
.answer_inter:hover &gt; img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	}
.answer_inter &gt; div {display: none; position: absolute; z-index: 1000;}
.answer_inter:hover &gt; div {display: block;}
	
/*.all_post {
	font-size: 12px;
	width: 510px;
	}*/
.resiz_fild {
	height: 30px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #909090;
	color: #666666;
	margin: 0px;
	}
.bloc_post {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	width: 510px;
	}
.txt_post_div {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
	}
	

.all_post, .all_post_f {
	font-size: 12px;
	}
.all_post {width: 96%;}
.bloc_post_alliance {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	}

.surfacing_window {
	padding: 5px; 
	width: 90%; 
	overflow: auto; 
	background: #ffffff; 
	border: 5px solid #c0c0c0; 
	visibility: hidden;
	}
.surfacing_txt {
	font-size: 12px;
	color: #666666;
	width: 90%;
	border: 1px solid #909090;
	}
	
/*.all_comment {
	font-size: 11px;
	width: 420px;
	}*/
.bloc_post_comment {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	/*bottom: -40px; right: 10px; z-index: 9999;*/
	}
	
.all_comment, .all_comment_f {
	font-size: 12px;
	}
.all_comment {
	width: 96%;
	}
.resiz_comment {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	}
.resiz_area {
	height: 26px;
	overflow: hidden;
	border: 1px solid #909090;
	padding: 2px;
	margin: 0px;
	color: #666666;
	}
.change_comment, .span_comment, .span_comment a {
	font-size: 10px; 
	font-weight: bold; 
	line-height: 15px; 
	color: #606060; 
	text-shadow: 0px 1px 0px #ffffff; 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	}
.change_comment:hover {color: #999999}
.span_comment a:hover {color: #990000}

.txt_title, a.txt_title {
	font-size: 24px; 
	line-height: 26px; 
	font-weight: bold;
	color: #ffffff; 
	}
a.txt_title {text-decoration: none;}
a.txt_title:hover {text-decoration: underline; color: #c0c0c0; }
a.pos_txt_title, h1.pos_txt_title {display: block;}
.pos_txt_title, a.pos_txt_title {position: absolute; bottom: 8px; left: 8px; }
.pos_txt_title {padding: 1px 5px; background: rgba(55, 55, 55, 0.3);}
.txt_title2 {
	font-size: 20px; 
	line-height: 26px; 
	font-weight: bold;
	color: #333366; 
	}
.number_companions {
	font-size: 21px; 
	line-height: 26px; 
	font-weight: bold;
	color: #ff3333; 
	}
.num_comp_shad {
	text-shadow: 0px 1px 0px rgba(50, 50, 50, 1.0); 
	filter: dropshadow(color=#000000, offX=0, offY=1);
	height: 28px;
	}

a.manag_post:link, a.manag_post:visited, .manag_offer {
	font-size: 18px; 
	font-weight: bold; 
	line-height: 32px; 
	color: #606060; 
	text-decoration: none;
	}
a.manag_post:hover {
	color: #909090;
	text-decoration: underline;
	}
a.manag_post_smal:link, a.manag_post_smal:visited {
	font-size: 14px; 
	font-weight: bold; 
	line-height: 32px; 
	color: #606060; 
	text-decoration: none;
	}
a.manag_post_smal:hover {
	color: #909090;
	text-decoration: underline;
	}
manag_post_not {
	font-size: 18px; 
	line-height: 32px; 
	color: #606060;
	}
a.comp_post:link, a.comp_post:visited {
	font-size: 14px; 
	font-weight: bold; 
	line-height: 16px; 
	color: #303066; 
	text-decoration: none;
	}
a.comp_post:hover {
	color: #909090;
	text-decoration: underline;
	}
.part_post {
	display: block;
	position: relative;
	font-size: 11px; 
	font-weight: bold; 
	line-height: 15px; 
	color: #996060; 
	}
a.part_post:link, a.part_post:visited {
	text-decoration: none;
	}
a.part_post:hover {
	color: #909090;
	text-decoration: underline;
	}
	
.blok_isline {
	/*padding-left: 10px; */
	height: 24px;
	/*width: 120px;*/
	font-size: 13px; 
	font-weight: bold;
	line-height: 24px;
	color: #cc3030; 
	text-decoration: none;
	background: url(/images/grd_link.jpg) repeat-x;
	}
.blok_isline:hover {
	background: none;
	text-decoration: underline;
	color: #ff6060; 
	}
	
.blok_black, .block_new_partner {
	padding: 5px;
	font-size: 13px; 
	font-weight: bold;
	line-height: 16px;
	color: #cc3030; 
	}
.blok_black {
	color: #cc3030; 
	}
.block_new_partner {
	color: #cc0000; 
	}
	
.blok_add {
	padding: 5px;
	font-size: 13px; 
	font-weight: bold;
	line-height: 16px;
	color: #006600; 
	}
	
.blok_send {
	display: inline-block;
	height: 24px;
	width: 100%;
	color: #600000;
	line-height: 24px;
	background: url(/images/grd_link.jpg) repeat-x;
	}
.blok_send:hover {
	color: #996666;
	cursor: pointer;
	text-decoration: none;
	background: none;
	}

#bloc_new_anons &gt; p, #bloc_new_parner &gt; p, #bloc_messages_parner &gt; p {
	display: none;
	position: absolute; 
	top: 43px; 
	left: 0px; 
	width: 250px; 
	height: auto; 
	border: 2px solid #303066; 
	padding: 5px; 
	line-height: 12px; 
	background: #fff;
	}
#bloc_new_anons:hover &gt; p, #bloc_new_parner:hover &gt; p, #bloc_messages_parner:hover &gt; p {display: block}

.top_bloc {
	font-size: 16px; 
	font-weight: bold;
	color: #ff0000; 
	line-height: 40px; 
	text-shadow: 0px 1px 0px rgba(255,255,255,1.0); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	}
@media screen and (max-width: 540px){
	.top_bloc {font-size: 12px;}
	}

.dat_edit {
	font-size: 16px; 
	font-weight: bold;
	color: #ff0000; 
	line-height: 21px; 
	text-shadow: 0px 1px 0px rgba(100,100,100,0.9); 
	filter: dropshadow(color=#646464, offX=0, offY=1);
	border: 1px solid #606060;
	cursor: pointer;
	}

.submit_text {
	font-size: 14px; 
	font-weight: bold;
	color: #606060; 
	text-shadow: 0px 1px 0px rgba(255,255,255,0.9); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	}

.top_title {
	font-size: 16px; 
	font-weight: bold;
	color: #990000; 
	line-height: 23px; 
	text-shadow: 0px 1px 0px rgba(255,255,255,0.9); 
	filter: dropshadow(color=#000000, offX=0, offY=1);
	}

.name_pirs {
	font-size: 16px; 
	font-weight: bold;
	color: #ffffff; 
	text-shadow: 0px 1px 0px rgba(50,50,50,0.9); 
	filter: dropshadow(color=#000000, offX=0, offY=1);
	}
	
a.adm_close:link, a.adm_close:visited {
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
	}
a.adm_close:hover {color: #cc6060}

.text_replas {
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	}

.hat_title H1, .hat_title p {
	font-family: Impact;
	font-size: 37px;
	font-weight: bold;
	line-height: 41px;
	/*letter-spacing: 1.0 ex;*/
	color: #303090;
	text-shadow: 2px 2px 0px rgba(255,0,0,1.0); 
	filter: dropshadow(color=#ff0000, offX=2, offY=2);
	}

.input_block {
	font-family: Impact;
	font-size: 140%;
	line-height: 100%;
	/*letter-spacing: 1.0 ex;*/
	color: #303090;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#000000, offX=0, offY=1);
	}
.big_input_block {font-size: 190%;}
.input_block:hover {
	text-decoration: underline;
	cursor: pointer;
	}

.input_text {padding: 5px; font-size: 22px; font-weight: bold; line-height: 32px; color: #909090;}

.help_txt {color: #000066; font-size: 14px; font-weight: bold;}
	
.txt_dop p {
	font-size: 18px; 
	line-height: 14px;
	}
	
.butt_give_2 {
	width: 210px;
	padding: 7px; 
	text-align: center; 
	cursor: pointer; 
	font-size: 17px; 
	line-height: 23px; 
	background: #4f4e6d; 
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0); 
	filter: dropshadow(color=#00000, offX=0, offY=1);
	}

.grad_prototype {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+50,207cca+51,ffffff+90,c0c0c0+100&amp;0+90,0.26+100 */
	background: -moz-linear-gradient(left, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	}

.img_anons, .img_articles {
	display: none;
	position: fixed;
	height: 280px;
	width: auto;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	}
.img_articles {right: 0px;}
.img_anons {left: 0px;}
.img_anons:hover, .img_articles:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
.add_img_class {
	opacity: 1.0;
	filter: alpha(opacity=100);
	}

a.add_anons_id:link, a.add_anons_id:visited {
	display: block;
	text-decoration: none;
	}
.add_anons_id, a.add_anons_id:link, a.add_anons_id:visited {
	color:#4f4d6c; 
	font-family: Impact; 
	text-transform: uppercase; 
	text-align: center;
	font-size: 21px; 
	font-weight: bold; 
	line-height: 41px;
	letter-spacing: 2px;
	background-color: #ffffff; 
	cursor: pointer; 
	text-shadow: 0px 1px 0px rgba(153, 153, 255, 1.0); 
	filter: dropshadow(color=#9999ff, offX=0, offY=1);
	background-image: -moz-linear-gradient(left, rgba(79,79,109,0.8) 0, rgba(79,79,109,0.2) 15%, rgba(79,79,109,0.0) 25%, rgba(79,79,109,0.0) 50%, rgba(79,79,109,0.0) 75%, rgba(79,79,109,0.2) 85%, rgba(79,79,109,0.8) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, rgba(79,79,109,0.8) 0, rgba(79,79,109,0.2) 15%, rgba(79,79,109,0.0) 25%, rgba(79,79,109,0.0) 50%, rgba(79,79,109,0.0) 75%, rgba(79,79,109,0.2) 85%, rgba(79,79,109,0.8) 100%);
	background-image: linear-gradient(to right, rgba(79,79,109,0.8) 0, rgba(79,79,109,0.2) 15%, rgba(79,79,109,0.0) 25%, rgba(79,79,109,0.0) 50%, rgba(79,79,109,0.0) 75%, rgba(79,79,109,0.2) 85%, rgba(79,79,109,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff',GradientType=1 );
	}
.add_anons_id:hover, a.add_anons_id:hover {
	color: #ff0000;
	}
.add_anons_id &gt; span, a.add_anons_id &gt; span {font-size: 25px; color: #ff0000;}
	
.font_kol {
	font-size: 15px; 
	line-height: 23px
	}
.color_filtr {
	color: #ffffff;
	float: left;
	text-align: center; 
	background: #4f4f6d;
	cursor: pointer;
	padding: 0 15px;
	margin-left: 15px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0); 
	filter: dropshadow(color=#000000, offX=0, offY=1);
	}
/*@media screen and (max-width: 2480px){
	.color_filtr {
		float: none; margin: 0 auto 0 auto; width: 80%; background: #ff0000;
		}
	}*/
.color_filtr:hover {
	color: #ff0000;
	font-weight: bold;
	}
	
.color_kol_gen {
	display: inline-block; 
	position: relative; 
	z-index: 0; 
	background: #d9d9e8;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); 
	filter: dropshadow(color=#ccffffff, offX=0, offY=1);
	}
.color_kol {
	display: inline-block; 
	position: relative; 
	z-index: 2; 
	float: left; 
	background: #f7f7e7;
	padding-left: 5px;
	}
.color_butt {
	display: inline-block; 
	position: relative; 
	z-index: 2; 
	float: right; 
	background: #ffffff;
	padding: 5px;
	}
	
a.href_navigation:link, a.href_navigation:visited {
	display: block;
	width: 27px; 
	height: 27px; 
	border: #c0c0c0 1px solid; 
	background: #204467; 
	opacity: 0.5; 
	filter: alpha(opacity=50);
	}
a.href_navigation:hover { 
	opacity: 1.0; 
	filter: alpha(opacity=100);
	}
	
.general_link {position: fixed; left: 0px; height: auto; z-index: 3;/* border: 1px solid #0f0;*/}
.general_link &gt; a {display: block; position: relative; width: 100%; background: url(/images/hat_left_grd.png) no-repeat 0 0 / 100% 100%; padding: 15px 0;}
.general_link &gt; a &gt; img:nth-child(1) {display: block; position: relative; width: 70%; height: auto; margin: 0 auto;}
.general_link &gt; a &gt; img:nth-child(2) {position: absolute; width: 15%; bottom: 5%; right: 8%;}

#center_block_id {position: relative; background: #ffffff; z-index: 4;}
#center_block_id.not_top_margin {margin: 0px 0 0 0%;}

#hat_center_block_id {position: relative;}
#img_actual_id {position: absolute; bottom: 0; left: 45%; z-index: 2;}
#img_anons_id {position: absolute; bottom: 0; left: 45%; visibility: hidden; z-index: 2;}

.reference_material_box {width: 24px; position: relative;}
.reference_material_box &gt; div {position: relative; cursor: help;}
.reference_material_box &gt; div &gt; p {position: absolute; right: 0; top: -40px; z-index: 999; display: none;}
.reference_material_box &gt; div:hover &gt; p {display: block;}

#div_blok_type {position: absolute; width: 40%;}
#div_blok_type.big_700 {width: 56%;}
#div_blok_type &gt; div {position: relative; background: #ffffff; border: 5px solid #c0c0c0;}
#div_blok_type &gt; div &gt; div:nth-child(1) {position: relative; height: 40px; background: url(/images/grd_type.png) repeat-x 0 0;}
#div_blok_type &gt; div &gt; div:nth-child(1) &gt; div {height: 40px; overflow: hidden;}
#div_blok_type &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {position: relative; float: left; width: 90%; text-align: center; line-height: 40px;}
#div_blok_type.mini_line &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {line-height: 20px;}
#div_blok_type &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; span {font-size: 12px; line-height: 14px;}
#div_blok_type &gt; div &gt; div:nth-child(1) &gt; div:nth-child(2) {position: relative; float: right; text-align: center; line-height: 20px;}
#div_blok_type &gt; div &gt; div:nth-child(3) {position: relative; text-align: center;}
#div_blok_type &gt; div &gt; div:nth-child(3) &gt; form {display: block; position: relative; text-align: center;}

#div_blok_type .pad {height: 20px;}
#div_blok_type .pad_1 {height: 10px;}
#div_blok_type input[type=text], #div_blok_type textarea {width: 90%; border: 2px inset #e0e0e0;}
#div_blok_type input[type=submit] {padding: 5px 15px; cursor: pointer; border: 2px outset #e0e0e0;}
#div_blok_type &gt; div &gt; div:nth-child(3) &gt; div#button_text_user, #end_sershing_id {position: relative; text-align: center;}
#div_blok_type button[type=button], #end_sershing_id button[type=button] {cursor: pointer; border: none;}

#box_password {position: relative; width: 92%; text-align: left; margin: 0 auto; border: 2px inset #e0e0e0;}
#box_password &gt; div {display: inline-block; position: relative; vertical-align: bottom; width: 10%; height: 42px;/* border: 1px solid #000;*/}
#box_password &gt; input[type=Password], #box_password &gt; input[type=Text] {width: 85%; margin-left: 2px; border: none;/* border-right: 1px solid #f00;*/}
#div_blok_type input[type=text]:focus, #box_password &gt; :focus {outline: none;}
#box_password &gt; div &gt; img {display: block; position: relative; margin: 0 auto; width: 80%; height: auto; cursor: pointer; 
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
#box_password &gt; div:hover &gt; img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
#box_password &gt; div &gt; p {display: none; position: absolute; bottom: 35px; right: -5px;}
#box_password &gt; div:hover &gt; p {display: block;}

@media screen and (max-width: 1334px){
	#div_blok_type {width: 50%;}
	#div_blok_type.big_700 {width: 66%;}
	}
@media screen and (max-width: 1080px){
	#div_blok_type .title_img_slide &gt; span {line-height: 150%;}
	#div_blok_type {width: 58%;}
	#div_blok_type.big_700 {width: 76%;}
	}
@media screen and (max-width: 800px){
	#div_blok_type .title_img_slide &gt; span {line-height: 140%;}
	#div_blok_type {width: 66%;}
	#div_blok_type.big_700 {width: 86%;}
	#div_blok_type .desc_img_slide {font-size: 14px;}
	}
@media screen and (max-width: 720px){
	.share42 {padding: 5px 0 0 5px;}
	#div_blok_type {width: 74%;}
	#div_blok_type.big_700 {width: 96%;}
	#div_blok_type &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {width: 86%;}
	#box_password &gt; div &gt; img {width: 90%;}
	}
@media screen and (max-width: 640px){
	#div_blok_type .title_img_slide &gt; span {line-height: 140%;}
	#div_blok_type {width: 82%;}
	#div_blok_type.big_700 {width: 98%;}
	#div_blok_type &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {width: 80%;}
	#box_password {width: 93%;}
	#box_password &gt; div &gt; img {width: 96%;}
	.add_anons_id, a.add_anons_id:link, a.add_anons_id:visited {line-height: 35px;}
	}
@media screen and (max-width: 480px){
	#div_blok_type .title_img_slide &gt; span {line-height: 130%;}
	#div_blok_type {width: 90%;}
	#div_blok_type .pad {height: 10px;}
	#box_password &gt; div &gt; img {width: 100%;}
	.add_anons_id, a.add_anons_id:link, a.add_anons_id:visited {line-height: 31px;}
	}
@media screen and (max-width: 360px){
	.share42 {padding: 4px 0 0 4px;}
	#div_blok_type {width: 98%;}
	/*#div_blok_type.big_700 {width: 100%;}*/
	#box_password {width: 94%;}
	#box_password &gt; input[type=Password], #box_password &gt; input[type=Text] {width: 81%;}
	#box_password &gt; div {width: 13%;}
	}
@media screen and (max-width: 320px){
	.share42 {padding: 2px 0 0 2px;}
	/*#div_blok_type {width: 100%;}*/
	#div_blok_type &gt; div &gt; div:nth-child(1) &gt; div:nth-child(1) {width: 80%;}
	#box_password {width: 95%;}
	/*#box_password &gt; input[type=Password], #box_password &gt; input[type=Text] {width: 83%;}*/
	}
	
.contain_dotted {
	position: relative;
	}
.dotted_grd {
	position: absolute; 
	height: 5px; 
	z-index: 1; 
	border-bottom: 2px dotted #404040;
	}
	
.del_user {
	font-weight: bold; 
	font-size: 15px;
	color: #404040;
	line-height: 19px;
	padding: 7px 0px;
	}
	
.del_accaunt {
	background: #ff0000;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	border: none;
	}
	
.stat_accaunt {
	background: #009900;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	border: none;
	}
	
.manager_block, a.manager_block {
	position: relative;
	width: 40px; 
	height: 40px; 
	border: #c0c0c0 1px solid; 
	background: #204467; 
	}
a.manager_block {display: block;}
.yes_opacity {
	opacity: 0.5; 
	filter: alpha(opacity=50); 
	}
.yes_opacity:hover {
	opacity: 1.0; 
	filter: alpha(opacity=100);
	}
.manager_block p, a.manager_block p {position: absolute; top: 40px; right: -5px; z-index: 10; display: none;}
.manager_block:hover p, a.manager_block:hover p {display: block;}
.manager_block &gt; img, a.manager_block img {
	display: block;
	position: relative;
	width: 60%;
	height: auto;
	margin: 0 auto;
	/*border: 1px solid #fff;*/
	}
	
.div_box_anons {
	background: #ffffff; 
	padding: 8px; 
	position: relative;
	-moz-box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	-webkit-box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	}
.div_box_anons_border {border: 2px solid #666666}
	
a.sen_messag_span {display: block; /*text-decoration: none;*/}
.sen_messag_span, a.sen_messag_span {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	cursor: pointer;
	}
.sen_messag_span:hover, a.sen_messag_span:hover {
	color: #cd9999;
	}
.top_zero_mess {padding: 0px 0px 5px 20px;}
.top_15_mess {padding: 15px 0px 5px 20px;}
	
.absolut_zero {
	position: absolute; 
	top: 0px; 
	left: 0px;
	}
	
.text_cell {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}

.add_size_box {
	background: #ffffff; padding-bottom: 20px; overflow: auto;
	}
.add_size_box &gt; div {
	padding: 12px 35px 6px 35px; position: relative; text-align: justify;
	}
.add_size_box &gt; div &gt; h2 {text-align: center; margin-bottom: 10px; font-size: 16px;}
.add_size_box &gt; div &gt; div {font-size: 12px; line-height: 14px;}
.add_size_box &gt; div &gt; div &gt; p {font-size: 14px; line-height: 18px; color: #404040;}
.add_size_box &gt; div &gt; div ul, .add_size_box &gt; div &gt; div ol, .text_ind ol, .text_ind ul {
	font-size: 13px; line-height: 16px; color: #330000; font-style: italic; list-style-position: inside; margin: 0 0 0 15px; padding: 0;}

#anons_box {text-align: center;}
.first_el_box {margin: 0px 0px 10px 0px; padding: 0 5px 5px 0; text-align: left; overflow: hidden;}

.kol_num_box {position: relative; float: left; margin-right: 20px;	}
/*@media screen and (max-width: 2480px){
	.kol_num_box {
		float: none; margin: 0 auto 0 auto; width: 100%;
		}
	}*/
.kol_num_box &gt; div {position: absolute; left: 0px; bottom: 3px; height: 5px; z-index: 1; border-bottom: 2px dotted #404040;}

.add_background_1 {background: #d9d9e8;}

a.title_anons_box:link, a.title_anons_box:visited {text-decoration: none;}
.title_anons_box h3, a.title_anons_box:link h3, a.title_anons_box:visited h3 {
	color: #444444; font-size: 15px; line-height: 15px; padding: 10px 0px 5px 0px; margin: 0px;
	}
a.title_anons_box:hover h3 {color: #c0c0c0;}

#around_box {position: absolute; top: 0px; left: 0px;}
#shadow_div {position: fixed; top: 0px; left: 0px; background: #000000; overflow: auto; z-index: 98; visibility: hidden;}
#shadow_div &gt; div {position: relative;}
#pic_width {display: block; position: relative; margin: 0 auto; width: 61px; height: 102px;}
#pic_width_close {display: block; position: absolute; right: 30px; top: 50px; cursor: pointer; width: 30px; height: 30px; display: none;}
#input_box {position: fixed; z-index: 99; overflow: auto;/* border: 10px solid #f00; background: #f0f0f0;*/}

.img_admin {position: fixed; right:10px; top:55px; z-index: 100;}
.img_index {position:absolute; right:10px; top:5px}

.table_hat {position: relative; width: 100%;/* height: 220px; border: 3px solid #f00;*/}
.table_hat &gt; div:not(:nth-last-child(1)) {float: left;/* border: 3px solid #f00;*/}
.table_hat &gt; div:nth-child(1) {position: relative; width: 33%;/* background: #f70000;*/}
.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {position: relative; padding-top: 50%;}
.table_hat &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div {position: relative; width: 100%; background:/* #f7f7e7*/ url(/images/hat_left_grd.png) no-repeat 0 0 / 100% 100%;/* height: 220px; border: 3px solid #ff0000;*/ overflow: auto;}
.hat_left_div_100 {width: 50%;}
.table_hat &gt; div:nth-child(1) {width: 33%;}
.table_hat &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div &gt; div {position: absolute; width: 100%; height: 100%; 
	background: radial-gradient(ellipse closest-side at 40% 50%, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.0));
	}
.table_hat &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div &gt; a {display: block; position: relative; width: 50%; overflow: auto; margin: 0 auto;/* border: 1px solid #f00;*/}
.table_hat &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div &gt; a &gt; img {width: 100%; height: auto;}
/*.table_hat &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div &gt; a &gt; img {display: block; position: relative; width: 50%; height: auto; margin: 0 auto;}*/
.img_earth_1 {position: absolute; top: 50%; left: 70%; width: 10%; height: auto;}
/**/
.table_hat &gt; div:nth-child(2) {width: 33%;}
.table_hat &gt; div:nth-child(2) &gt; div:nth-child(1) {
	position: relative; 
	padding-top: 50%;
	}
.tv_bloc {
	position: relative; 
	height: 96%/* 210px*/; 
	width: 100%/* 480px*/; 
	border: 1px solid #c0c0c0;
	margin: 1% auto 0 auto;
	}
/*.add_width_1 {width: 398px;}*/
.screen_tv {
	position: relative; 
	height: 96%; 
	width: 97%; 
	background: #ffffff;
	margin: 1% auto 0 auto;
	/*border: 1px solid #c0c0c0;*/
	}
/*.add_width_2 {width: 388px;}*/
.table_hat &gt; div:nth-last-child(1) {float: right;/* background: #fcc;*/}
.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) {height: 35px; padding: 7px 0 0 0;}
.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div {position: relative;/* border: 1px solid #f00;*/ background: url(/images/rjpushka_opac.png); position: fixed; right: 0; top: 2px; height: 46px; z-index: 2;}
.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div {float: right; position: relative; height: 31px; padding: 2px; /*border: 1px solid #000;*/}
.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div.height_without_authorization {height: 10px;}
.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div#for_small_windows {display: none;}
.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div:nth-child(1), .table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div:nth-last-child(1) {width: 10px;}
.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(2) {text-align: right;/* border: 1px solid #f00;*/}
.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(2) &gt; h1, .table_hat &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; p {
	font-family: Impact;
	letter-spacing: 4px;
	font-weight: bold; 
	color: #72728b; 
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0); 
	filter: dropshadow(color=#00000, offX=0, offY=1);
	vertical-align: top;
	}
.zag_logo {padding: 0 30px 0px 0px; margin: 10px 0 0 0; color:#666666;/* background: #ffcccc;*/}
.zag_logo h1, .zag_logo p {
	font-size: 270%; 
	line-height: 110%; 
	}
	
#id_polsunok {display: none; position: absolute; right: -18px; top: 188px; z-index: 10; cursor: pointer;/* visibility: hidden;*/}
.table_hat &gt; div:nth-child(2) &gt; div:nth-child(2) #div_width {width: 100%; height: 100%; position: relative; overflow: hidden; text-align: center;}
.table_hat &gt; div:nth-child(2) &gt; div:nth-child(2) #is_div {overflow: hidden; width: 100%; height: 100%; /* position: absolute; background: #ff0;*/}
.table_hat &gt; div:nth-child(2) &gt; div:nth-child(2) #is_div div.viva_txt {font-size: 130%; font-weight: bold; text-align: center;}

@media screen and (max-width: 1280px){
	.zag_logo h1, .zag_logo p {line-height: 100%;}
	}
@media screen and (max-width: 1140px){
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 52%;}
	}
@media screen and (max-width: 1080px){
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div#for_small_windows {display: block;}
	#right_side_id &gt; a.mass_wall_title {display: none;}
	.zag_logo h1, .zag_logo p {font-size: 220%;}
	.input_block {font-size: 110%;}
	.big_input_block {font-size: 140%;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div:nth-child(1), .table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div:nth-last-child(1) {width: 3px;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div.height_without_authorization {height: 5px;}
	}
@media screen and (max-width: 920px){
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 54%;}
	.table_hat &gt; div:nth-child(2) &gt; div:nth-child(1) {padding-top: 53%;}
	}
@media screen and (max-width: 800px){
	.table_hat &gt; div:nth-child(1) {width: 50%;}
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 43%;}
	.table_hat &gt; div:nth-child(2) {display: none;}
	}
@media screen and (max-width: 750px){
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 46%;}
	}
@media screen and (max-width: 720px){
	.zag_logo h1, .zag_logo p {font-size: 180%;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div.height_without_authorization {height: 7px;}
	}
@media screen and (max-width: 640px){
	.table_hat &gt; div:nth-child(1) {width: 45%;}
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 48%;}
	.zag_logo h1, .zag_logo p {font-size: 150%; line-height: 90%;}
	.input_block {font-size: 100%;}
	.big_input_block {font-size: 120%;}
	}
@media screen and (max-width: 540px){
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 45%;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div.height_without_authorization {height: 12px;}
	}
@media screen and (max-width: 480px){
	#tabpers {border-spacing: 2px;}
	.td_40_width {width: 30px;}
	.manager_block, a.manager_block {width: 30px; height: 30px;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div {height: 36px;}
	.manager_block p, a.manager_block p {top: 30px;}
	#bloc_new_anons &gt; p, #bloc_new_parner &gt; p, #bloc_messages_parner &gt; p {width: 200px; top: 38px;}
	.table_hat &gt; div:nth-child(1) {width: 40%;}
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 54%;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) {padding: 0px 0 0 0;}
	.zag_logo h1, .zag_logo p {font-size: 120%; line-height: 80%;}
	.input_block {font-size: 100%;}
	.big_input_block {font-size: 120%;}
	}
@media screen and (max-width: 420px){
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 68%;}
	}
@media screen and (max-width: 360px){
	.zag_logo {margin: 0px 0 0 0;}
	.td_10_width {width: 1px;}
	#tabpers {border-spacing: 1px;}
	.manager_block, a.manager_block {width: 25px; height: 25px;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div {height: 31px;}
	.manager_block p, a.manager_block p {top: 25px;}
	.table_hat &gt; div:nth-child(1) {width: 30%;}
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 84%;}
	.input_block {font-size: 90%;}
	.big_input_block {font-size: 110%;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div:nth-child(1), .table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div &gt; div:nth-last-child(1) {width: 1px;}
	}
@media screen and (max-width: 320px){
	.td_10_width {width: 0px;}
	.td_20_width {width: 16px;}
	#tabpers td:nth-child(1) {display: none;}
	.manager_block, a.manager_block {width: 20px; height: 20px;}
	.table_hat &gt; div:nth-last-child(1) &gt; div:nth-child(1) &gt; div {height: 26px;}
	.manager_block p, a.manager_block p {top: 20px;}
	.table_hat &gt; div:nth-child(1) {width: 25%;}
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(1) {padding-top: 124%;}
	.table_hat &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div &gt; a {width: 66%;}
	.img_earth_1 {left: 75%; width: 22%;}
	.input_block {font-size: 80%;}
	.big_input_block {font-size: 100%;}
	}
.table_hat &gt; div:nth-child(2).mini_tv_block {display: block; float: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 3; 
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=2 );
	}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(1) {display: none;}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(1).close_tv_block {display: block; position: absolute; width: 20px; height: 20px; background: url(/images/registration/close.png) no-repeat 0 0 /100% 100%; opacity: 0.7; filter: alpha(opacity=70); z-index: 10; padding-top: 0%; cursor: pointer;}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(1).close_tv_block:hover {opacity: 1.0; filter: alpha(opacity=100);}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) {height: 100%;}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1) {position: relative; height: 0%; overflow: hidden;
	-webkit-animation: height_1 1.0s linear 0.5s 1 normal;
	animation: height_1 1.0s linear 0.5s 1 normal;
	}
@-webkit-keyframes height_1 {
	0% {height: 0%;}
	100% {height: 100%;}
	}
@keyframes height_1 {
	0% {height: 0%;}
	100% {height: 100%;}
	}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1).close_heght {overflow: hidden;
	-webkit-animation: height_2 1.0s linear 0.0s 1 normal;
	animation: height_2 1.0s linear 0.0s 1 normal;
	}
@-webkit-keyframes height_2 {
	0% {height: 100%;}
	100% {height: 0%;}
	}
@keyframes height_2 {
	0% {height: 100%;}
	100% {height: 0%;}
	}
/*.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1).static_height {height: 100%;}*/
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div {position: relative; width: 60%; margin: 0 auto;/* text-align: center; border: 1px solid #0000ff;*/}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div &gt; #div_width {/*display: inline-block;*/ width: 0%; border: 2px solid #ffffff;/* height: 100px;*/ overflow: hidden; background: rgba(255, 255, 255, .8); margin: 0 auto;
	-webkit-animation: width_1 1.0s linear 1.5s 1 normal;
	animation: width_1 1.0s linear 1.5s 1 normal;
	}
@-webkit-keyframes width_1 {
	0% {width: 0%;}
	100% {width: 100%;}
	}
@keyframes width_1 {
	0% {width: 0%;}
	100% {width: 100%;}
	}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div &gt; #div_width.close_width {
	-webkit-animation: width_2 1.0s linear 0.0s 1 normal;
	animation: width_2 1.0s linear 0.0s 1 normal;
	}
@-webkit-keyframes width_2 {
	0% {width: 100%;}
	100% {width: 0%;}
	}
@keyframes width_2 {
	0% {width: 100%;}
	100% {width: 0%;}
	}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div &gt; #div_width &gt; #is_div {/*display: none;*/ width: 90%; margin: 0 auto;/* height: 120%; overflow: auto;*/}
.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div &gt; #div_width &gt; #is_div &gt; div {/*border: 1px solid #ff0000; height: 100%;*/}
@media screen and (max-width: 640px){
	.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div {width: 80%;}
	.table_hat &gt; div:nth-child(2) &gt; div:nth-child(2) #is_div div.viva_txt {font-size: 110%;}
	}
@media screen and (max-width: 360px){
	.table_hat &gt; div:nth-child(2).mini_tv_block &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div {width: 96%;}
	.table_hat &gt; div:nth-child(2) &gt; div:nth-child(2) #is_div div.viva_txt {font-size: 100%;}
	}
#shine_block_id {
	/*display: none;*/
	visibility: hidden;
	position: absolute; 
	width: 4%; 
	/*top: 75.5%;
	left: 56.5%;*/
	height: .1%; 
	/*border: 1px solid #ff0000;*/
	z-index: 20;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    padding: 1px 5px;
	
	-webkit-animation: shine 0.3s linear infinite normal/*, shine_stop 6s linear infinite normal*/;
	animation: shine 0.3s linear infinite normal/*, shine_stop 6s linear infinite normal*/;
	}
	
@-webkit-keyframes shine {
    0% {transform: rotate(0deg);}
    10% {transform: rotate(-36deg);}
    20% {transform: rotate(-72deg);}
    30% {transform: rotate(-108deg);}
    40% {transform: rotate(-144deg);}
    50% {transform: rotate(-180deg);}
    60% {transform: rotate(-216deg);}
    70% {transform: rotate(-252deg);}
    80% {transform: rotate(-288deg);}
    90% {transform: rotate(-324deg);}
    100% {transform: rotate(-360deg);}
	}
@-keyframes shine {
    0% {transform: rotate(0deg);}
    10% {transform: rotate(-36deg);}
    20% {transform: rotate(-72deg);}
    30% {transform: rotate(-108deg);}
    40% {transform: rotate(-144deg);}
    50% {transform: rotate(-180deg);}
    60% {transform: rotate(-216deg);}
    70% {transform: rotate(-252deg);}
    80% {transform: rotate(-288deg);}
    90% {transform: rotate(-324deg);}
    100% {transform: rotate(-360deg);}
	}

#div_type {position: relative; text-align: left; background: #ffffff; padding: 20px 0px;  }

#div_blok_choice {height: 40px; pading-top: 5px; text-align: center;}
.add_height_40 {position: relative; height: 50px; text-align: center;}
#but_blok_choice {display: inline-block; position: relative; height: 38px; padding: 0px 20px; font-size: 14px;}
#div_type_alt {padding: 20px;}
#div_type_alt #div_type {margin: 20px 0;}
#div_type ul &gt; li, #div_blok_input ul &gt; li {list-style-type: none;}
#div_type ul &gt; li &gt; span, #div_blok_input ul &gt; li &gt; span {line-height: 25px; font-size: 17px;}
#div_type ul &gt; li &gt; span:not(.not_pointer), #div_blok_input ul &gt; li &gt; span:not(.not_pointer) {cursor: pointer; color: #303040;}
#div_type ul &gt; li &gt; span.mobil_span, #div_blok_input ul &gt; li &gt; span.mobil_span {line-height: 31px; font-size: 19px;}
#div_type ul &gt; li &gt; span:hover:not(.not_pointer), #div_blok_input ul &gt; li &gt; span:hover:not(.not_pointer) {color: #c0c0dd;}

.div_type_new {position: relative; background: #ffffff; width: 98%; margin: 0 auto 1% auto; padding: 20px 0px; border: 1px solid #c0c0c0;}
.div_type_new &gt; div {position: relative; float: left;}
.div_type_new &gt; div:nth-child(1) {text-align: right; width: 40%; word-break: break-all;/* border: 1px solid #ffc0c0;*/}
.div_type_new &gt; div:nth-child(1) &gt; p {color: #000066; font-size: 19px; font-weight: bold; line-height: 29px;}
.div_type_new &gt; div:nth-child(2) {width: 60%; /*text-align: right; border: 1px solid #c0c0ff;*/}
.div_type_new &gt; div:nth-child(2) &gt; div {padding: 1% 1% 1% 3%;}
.div_type_new &gt; div button {padding: 1% 3%; margin: 0 0 3% 0; font-size: 14px;/* font-weight: bold;*/ color:#600000; cursor: pointer;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	}
.div_type_new &gt; div button:hover {color: #ff0000;}

#is_daunloads_file {position: relative; background: url(/images/rjpushka_opac.png);/* border: 2px solid #ff0000;*/}
.messag_p {padding: 10px 10px 0px 10px; max-width: 700px; overflow: hidden;}


.img_div_box, .img_div_box_1, .img_div_box_2, .img_div_box_3, .img_div_box_vertical {cursor: pointer;}
.img_link_box, .img_div_box, .img_div_box_1, .img_div_box_2, .img_div_box_3, .img_not_formation, .img_div_box_vertical {
	display: block; position: relative; text-align: center; border: 1px solid #909090; margin-top: 3px;
	-moz-box-shadow: 0px 0px 2px rgba(55, 55, 55, 0.8);
	-webkit-box-shadow: 0px 0px 2px rgba(55, 55, 55, 0.8);
	box-shadow: 0px 0px 2px rgba(55, 55, 55, 0.8);
	text-decoration: none;
	}
.img_link_box, .img_div_box, .img_not_formation { width: 55%;}
.img_div_box_1 {width: 45%;}
.img_div_box_2 {width: 35%;}
.img_div_box_3 {width: 25%;}
.img_div_box_vertical {width: 33%;}
.img_div_box &gt; div, .img_div_box_1 &gt; div, .img_div_box_2 &gt; div, .img_div_box_3 &gt; div, .img_not_formation &gt; div, .img_div_box_vertical &gt; div {position: relative; width: 96%; margin: 2% auto 1% auto;}
.img_div_box &gt; div &gt; img, .img_div_box_1 &gt; div &gt; img, .img_div_box_2 &gt; div &gt; img, .img_div_box_3 &gt; div &gt; img, .img_not_formation &gt; div &gt; img, .img_div_box_vertical &gt; div &gt; img {display: block; position: relative; width: 100%; height: auto;}
.img_link_box span, .img_div_box span, .img_div_box_1 span, .img_div_box_2 span, .img_div_box_3 span, .img_not_formation span, .img_div_box_vertical &gt; span {
	display: inline-block;
	border-top: 1px dotted #404040;
	padding: 5px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #404040;
	width: 98%;
	}
.img_link_box:hover span {text-decoration: underline; color: #ff0000;}
.img_link_box:hover {
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	}
	
.margin_float_left {float: left; margin-right: 15px;}
.margin_float_right {float: right; margin-left: 15px;}
.float_none {margin: 0 auto;}
	
/* Чат */
/* Чат, конец */

.manag_box_td {position: relative;}
.file_add_box {position: relative; cursor: pointer; width: 22px; cursor: pointer;/* border: 1px solid #ffff00;*/}
.manag_box_post {position: absolute; top: 0px; right: 0px;}
.manag_box_td div, .manag_box_post div, .manag_punct {position: relative; background: #204467; border: #c0c0c0 1px solid; cursor: pointer; float: left; width: 19px; height: 19px;}
.manag_box_td div, .manag_box_post div:not(.mobil_post_decor), .manag_punct:not(.mobil_post_decor) {opacity: 0.5; filter: alpha(opacity=50);}
.manag_box_td div:hover, .manag_box_post div:not(.mobil_post_decor):hover, .manag_punct:not(.mobil_post_decor):hover {opacity: 1.0; filter: alpha(opacity=100);}
.manag_box_post div.mobil_post_decor:hover, .manag_punct.mobil_post_decor {opacity: 1.0; filter: alpha(opacity=100);}
.manag_box_td div p, .manag_box_post div p, .manag_punct p, .file_add_box p {position: absolute; bottom: 20px; right: -5px; z-index: 10; display: none;}
.manag_box_post div p, .file_add_box p {text-align: left;}
.file_add_box p {bottom: 25px;}
.manag_box_td div:hover p, .manag_box_post div:hover p, .manag_punct:hover p, .file_add_box:hover p {display: block;}
.manag_box_post div &gt; img, .manag_punct &gt; img {
	display: block;
	position: relative;
	width: 60%;
	height: auto;
	margin: 20% auto;
	}

.file_add_box div:nth-child(1) {position: absolute; height: 20px; width: 20px; top: 0px; left: 0px;/* border: 1px solid #f00;*/}
.file_add_box div:nth-child(2) {height: 20px; width: 20px;/* cursor: pointer;*/}
.file_add_box &gt; img, .file_add_box &gt; div &gt; img {display: block; position: relative; width: 100%; height: 100%;}
.file_add_box:not(.mobil_post_decor) &gt; img, .file_add_box:not(.mobil_post_decor) &gt; div &gt; img {opacity: 0.5; filter: alpha(opacity=50);}
.file_add_box:not(.mobil_post_decor) &gt; img:hover, .file_add_box:not(.mobil_post_decor):hover &gt; div &gt; img  {opacity: 1.0; filter: alpha(opacity=100);}
/*.file_add_box.mobil_post_decor &gt; img, .file_add_box.mobil_post_decor &gt; div &gt; img  {opacity: 1.0; filter: alpha(opacity=100);}*/

.file_add_box input[type=file] {display: block; position: relative; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; font-size: 6px; height: 20px; width: 20px; z-index: 10; cursor: pointer;/* background: #ffcccc;*/}

.text_ind h3 {color: #606060; font-size: 15px; text-align: left; text-transform: none; margin: 3px 0; padding: 0;}


.read_all_new {color: #ffffff; font-weight: bold; text-decoration: none; font-size: 14px; line-height: 22px; width: 177px; border: 1px solid #003366;
	background-image: -moz-linear-gradient(top, rgba(95,142,236,1.0) 0, rgba(0,51,102,1.0) 20%, rgba(0,51,102,1.0) 80%, rgba(95,142,236,1.0) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(rgba(95,142,236,1.0) 0, rgba(0,51,102,1.0) 20%, rgba(0,51,102,1.0) 80%, rgba(95,142,236,1.0) 100%);
	background-image: linear-gradient(to top, rgba(95,142,236,1.0) 0, rgba(0,51,102,1.0) 20%, rgba(0,51,102,1.0) 80%, rgba(95,142,236,1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f8eec', endColorstr='#ff003366',GradientType=0 );}
.read_all_new:hover {color: #ff0000;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
	box-shadow: 1px 1px 4px rgba(0,0,0,1.0);
	background-image: -moz-linear-gradient(top, rgba(0,51,102,1.0) 0, rgba(95,142,236,1.0) 30%, rgba(95,142,236,1.0) 70%, rgba(0,51,102,1.0) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, rgba(0,51,102,1.0) 0, rgba(95,142,236,1.0) 30%, rgba(95,142,236,1.0) 70%, rgba(0,51,102,1.0) 100%);
	background-image: linear-gradient(to top, rgba(0,51,102,1.0) 0, rgba(95,142,236,1.0) 30%, rgba(95,142,236,1.0) 70%, rgba(0,51,102,1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003366', endColorstr='#ff5f8eec',GradientType=0 );
	}

.giv_div {border: 5px solid #ddcccc; padding: 10px; background: #fdfdfd;}

#keydiv {width: 430px; max-height: 650px;}
#keydiv2 &gt; table {position: absolute; top: 135px; left: 5px;}
#keydiv2 {position: relative; width: 430px; max-height: 650px;}
.key_box {background: #333366; position: absolute; top: 0px; left: 0px; width: 430px; height: 650px;}
.key_box_manon {position: absolute; top: 7px; left: 0px; height: 20px; width: 430px;}
.key_box_text {text-shadow: -2px 2px 1px rgba(255,255,255,1); filter:shadow(color=#ffffff, direction=225); width: 100%; height: 100%;}
#advisable {position: absolute; top: 40px; left: 5px; width: 410px; height: 80px; background: #ffffff; overflow-y: auto; padding: 5px;}
#listkey {width: 210px; height: 410px; background: #ffffff; overflow-y: auto; padding: 5px;}
.top_desc_key {width: 190px; height: 410px; overflow-y: auto; padding: 5px; color: #ffffff; text-align: justify;}
#bot_box_key {position: absolute; bottom: 0px; left: 0px; width: 430px; height: 60px; background: url(images/rjpushka.jpg);}
#tabrev {background: url(images/knrev.gif) no-repeat; width: 250px; height: 50px; margin-top: 5px; margin-left: 60px;}

#block_zakaz {}
#block_zakaz div:nth-child(1) {text-align: center;}
#block_zakaz div:nth-child(1) h3 {font-size:16px; color:#660000; padding:0px; margin:0px; line-height: 22px;}

#box_zakaz {margin: 20px 0px; padding: 0 3px; background: #ffffff;}
#box_zakaz p {color: #006600; text-align: justify;}
#look_anons {text-align: center; text-decoration: underline;}
#prosm {padding: 5px; border: 1px solid #000}
#prosm p {text-align: justify;}

#zakaz_box {background: #ffffff; padding: 7px 10px; }
#zakaz_box &gt; p, #zakaz_box div &gt; p, #zakaz_box span, #zakaz_box &gt; p  a, #zakaz_box &gt; div a, #zakaz_box b {font-size: 12px; line-height: 18px; color: #404040;}
#zakaz_box strong {font-weight: bold; color: #554040; font-style: italic;}
#zakaz_box div {margin-top: 10px;}
#zakaz_box div p:nth-child(1) {font-weight: bold; color: #554040;}
#zakaz_box &gt; p  a, #zakaz_box &gt; div a {font-size: 14px; color: #ff0000; font-style: italic;}
#zakaz_box &gt; p  a:hover, #zakaz_box &gt; div a:hover {color: #606060; text-decoration: none;}
#zakaz_box span {font-size: 14px; color: #333366; cursor: pointer; text-decoration: underline; font-style: italic;}
#zakaz_box span:hover {color: #606060; text-decoration: none;}
#zakaz_box &gt; a {display: block; position: relative; marging: 5px; float: right;}
#zakaz_box &gt; a p {position: absolute; bottom: 32px; right: 0px; z-index: 10; display: none;}
#zakaz_box &gt; a:hover &gt; p {display: block;}

.top_messag_box {top: 0px; right: 0px; height: 20px; color: #ff0000; font-weight: bold; font-size: 14px; line-height: 20px; background: #ffffff; padding: 0px 7px 0px 7px;}
#id_anons_messages, #id_new_messages, #id_parner_messages {z-index: 102;}

#tbody_info {padding: 2%; text-align: justify;}
.img_box_post {
	display: inline-block;
	position: relative; 
	margin: 0px 5px 5px 0px; 
	}
.box_post {position: relative; padding: 2%; background: #f0f0f0; margin: 0px; width: 95%;}
.text_post_box {position: relative; padding: 10px 1%; margin: 5px 0 0 0; background: #ffffff; width: 98%; overflow: auto;}
.text_post_box &gt; div {position: relative; width: 100%;/* background: #ff0000;*/}
div.opac_add {position: relative; height: 1px; margin-bottom: 20px;}
div.opac_add &gt; a {display: block; position: absolute; width: 95%; height: 40px; bottom: 0; left: 0; text-align: right; padding-right: 5%; font-size: 18px; font-weight: bold; line-height: 50px; color: #909099; text-decoration: none; overflow: hidden; /*border: 1px solid #000000;*/
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	background-image: -moz-linear-gradient(bottom, rgba(220, 220, 220, 1.0) 0, rgba(220, 220, 220, 0.9) 50%, rgba(220, 220, 220, 0.2) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(bottom, rgba(220, 220, 220, 1.0) 0, rgba(220, 220, 220, 0.9) 50%, rgba(220, 220, 220, 0.2) 100%);
	background-image: linear-gradient(to top, rgba(220, 220, 220, 1.0) 0, rgba(220, 220, 220, 0.9) 50%, rgba(220, 220, 220, 0.2) 100%);
	}
div.opac_add &gt; a:hover {color: #000066; text-decoration: underline;
	background-image: -moz-linear-gradient(bottom, rgba(200, 200, 200, 1.0) 0, rgba(200, 200, 200, 0.9) 50%, rgba(200, 200, 200, 0.2) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(bottom, rgba(200, 200, 200, 1.0) 0, rgba(200, 200, 200, 0.9) 50%, rgba(200, 200, 200, 0.2) 100%);
	background-image: linear-gradient(to top, rgba(200, 200, 200, 1.0) 0, rgba(200, 200, 200, 0.9) 50%, rgba(200, 200, 200, 0.2) 100%);
	}
.comm_titl_box {position: relative; height: 30px;}
.comm_stil_center, comm_stil_center_2 {position: absolute; bottom: 6px; left: 0px; height: 1px; width: 100%; background: #c0c0c0; z-index: 1;}
.comm_title_div, comm_title_div_2 {position: absolute; width: 100%; bottom: 0px; left: 0px; z-index: 2;}
.comm_title_div &gt; span {background: #f0f0f0; padding: 0px 10px; font-size: 10px; font-weight: bold; line-height: 15px;
	color: #606060; 
	text-shadow: 0px 1px 0px #ffffff; 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);}
.span_comm_titl {background: #f0f0f0; padding: 0px 10px;}
.comm_data {margin: 0px; padding: 2px 0px; font-size: 10px; font-weight: bold;}
.comm_data span {font-size: 8px; font-weight: normal;}
.post_data {margin: 0px; padding: 7px 0px; font-size: 12px; font-weight: bold;}
.post_data span {font-size: 10px; font-weight: normal;}
.comm_box_td {padding: 0 3px;}
.comm_box_td &gt; div:nth-child(1) {padding: 5px; background: #ffffff;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1.0);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1.0);
	}
.comm_box_td &gt; div:nth-child(1) &gt; a {display: block; position: relative; float: left; line-height: 17px;/* background: #ffff00;*/}
.comm_box_td &gt; div:nth-child(1) &gt; div {display: inline-block; color: #303030; font-size: 12px; line-height: 17px;}
@media screen and (max-width: 768px){
	.img_div_box_vertical {width: 40%;}
	}
@media screen and (max-width: 480px){
	.post_data {font-size: 11px;}
	.post_data span {display: block; font-size: 9px;}
	.img_div_box_vertical {width: 50%;}
	}
@media screen and (max-width: 360px){
	#tbody_info {text-align: center;}
	.add_height_40 {height: 40px;}
	#but_blok_choice {height: 24px; padding: 0px 10px; font-size: 12px;}
	
	.img_div_box_vertical {width: 90%;}
	}

.top_add_post {position: relative;/* height: 26px; line-height: 26px;*/ padding: 3px 7px; margin: 0px;/* background: #ffcccc;*/}

#bottom_showcase {height: 50px; position: relative;/* overflow: auto;*/ margin-top: 10px;/* border: 2px solid #ff0000;*/
	background: -moz-linear-gradient(top, rgba(79,79,109, 0.7) 0, rgba(79,79,109, 0.4) 40%, rgba(79,79,109, 1.0) 100%);
	background: -webkit-linear-gradient(top, rgba(79,79,109, 0.7) 0, rgba(79,79,109, 0.4) 40%, rgba(79,79,109, 1.0) 100%);
	background: linear-gradient(to bottom, rgba(79,79,109, 0.7) 0, rgba(79,79,109, 0.4) 40%, rgba(79,79,109, 1.0) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00555555', endColorstr='#42555555',GradientType=2 );*/
	}
.oko_next {display: block; position: absolute; right: 7px; top: 8px; height: 40px; width: 60px; background: url(/images/registration/slip_oko.png) no-repeat; background-size: auto 40px; cursor: pointer;}
.oko_next:hover {background: url(/images/registration/morning_oko.png) no-repeat; background-size: auto 40px;}
.oko_next &gt; div {position: relative; width: 60px; height: 40px; background: none;}
.oko_next &gt; div &gt; p {position: absolute; bottom: 40px; right: -10px; z-index: 10; display: none;}
.oko_next:hover &gt; div &gt; p {display: block;}

.img_box_showcase .manag_box_post div p {left: -25px; right: auto;}
.union_box_showcase {position: absolute; top: 0px; left: 0px; padding: 9px 5px; font-size: 17px; line-height: 21px;}
.union_box_showcase &gt; div {position: absolute; top: 100%; left: 0;}
.union_box_showcase &gt; div &gt; div {position: relative; cursor: help; margin: 5px 0 0 5px;}
.union_box_showcase &gt; div &gt; div &gt; p {display: none; position: absolute; top: 32px; left: 0px; z-index: 10; text-shadow: none;}
.union_box_showcase &gt; div &gt; div:hover &gt; p {display: block;}

a.add_case {display: block; font-size: 15px; line-height: 21px; font-weight: bold; color: #303066; text-decoration: none; margin: 5px 0;}
a.add_case:hover {text-decoration: underline; color: #666666;}

footer {display: block; width: 100%;/* height: 180px;*/ overflow: auto;
	background-image: -moz-linear-gradient(top, rgba(250, 250, 242, 1.0) 0, rgba(202, 196, 230, 1.0) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, rgba(250, 250, 242, 1.0) 0, rgba(202, 196, 230, 1.0) 100%);
	background-image: linear-gradient(to bottom, rgba(250, 250, 242, 1.0) 0, rgba(202, 196, 230, 1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9f1', endColorstr='#ffcac4e6',GradientType=2 );
	}
footer &gt; div {float: left; height: 180px;}
footer &gt; div:nth-child(1) {width: 25%;/* min-width: 270px; background: #fcc;*/}
footer &gt; div:nth-child(2) {width: 45%;/* min-width: 300px; background: #cfc;*/}
footer &gt; div:nth-child(3) {width: 30%;/* min-width: 300px; background: #ccf;*/}
@media screen and (max-width: 650px){
	footer &gt; div {float: none; height: 100px;}
	footer &gt; div:nth-child(1) {width: 100%;}
	footer &gt; div:nth-child(2) {width: 100%;}
	footer &gt; div:nth-child(3) {width: 100%;}
	}
footer &gt; div:nth-child(2) &gt; div {position: relative; text-align: center;}
footer &gt; div:nth-child(2) &gt; div &gt; div {display: inline-block; position: relative; text-align: left;}
footer &gt; div:nth-child(2) &gt; div &gt; div &gt; div {padding: 0 1%;}
footer &gt; div:nth-child(2) &gt; div &gt; div &gt; div a {line-height: 150%; font-size: 120%; font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#ffffffff, offX=0, offY=1);
	}
footer &gt; div:nth-child(2) &gt; div &gt; div &gt; div a {text-decoration: none;}
footer &gt; div:nth-child(2) &gt; div &gt; div &gt; div a.is_mobil_link {text-decoration: underline;}
footer &gt; div:nth-child(2) &gt; div &gt; div &gt; div &gt; a:hover {text-decoration: none; color: #664040;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#ffffffff, offX=0, offY=2);
	}
footer &gt; div:nth-child(3) &gt; div {overflow: auto;}

.search_box {
	background-color: #ffffff; 
	background-image: -moz-linear-gradient(left, rgba(79,79,109,0.8) 0, rgba(79,79,109,0.2) 15%, rgba(79,79,109,0.0) 25%, rgba(79,79,109,0.0) 50%, rgba(79,79,109,0.0) 75%, rgba(79,79,109,0.2) 85%, rgba(79,79,109,0.8) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, rgba(79,79,109,0.8) 0, rgba(79,79,109,0.2) 15%, rgba(79,79,109,0.0) 25%, rgba(79,79,109,0.0) 50%, rgba(79,79,109,0.0) 75%, rgba(79,79,109,0.2) 85%, rgba(79,79,109,0.8) 100%);
	background-image: linear-gradient(to right, rgba(79,79,109,0.8) 0, rgba(79,79,109,0.2) 15%, rgba(79,79,109,0.0) 25%, rgba(79,79,109,0.0) 50%, rgba(79,79,109,0.0) 75%, rgba(79,79,109,0.2) 85%, rgba(79,79,109,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff',GradientType=1 );
	}
.search_input {
	font-size: 14px;
	/*line-height: 21px;*/
	color: #666666;
	height: 22px;
	}
select.search_input {height: 28px;}
.search_box &gt; form &gt; div {text-align: center;}
.search_box:hover &gt; form &gt; div &gt; span {
	color: #ff0000;
	text-shadow: 0px 1px 0px rgba(55, 55, 55, 0.5); 
	filter: dropshadow(color=#131313, offX=0, offY=1);
	}
.search_box &gt; form &gt; div &gt; input[type="text"] {width: 45%;}
#select_id {width: 33%;}
.search_button {
	font-size: 17px;
	font-weight: bold;
	height: 28px;
	cursor: pointer;
	padding: 0 15px;
	background: #ffffff;
	border: 1px solid #909090;
	color:#4f4d6c; 
	}
.search_button:hover {
	background: #ff0000;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(55, 55, 55, 0.5); 
	filter: dropshadow(color=#131313, offX=0, offY=1);
	}

.prspective_box_id {
	position: relative;
	width: 96%;
	/*margin: 0 auto 0 auto;
	border: 1px solid #f00;*/
	
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	}
.prspective_box_id &gt; .desc_site_1 {
	position: relative;
	background: #4f4f6d;
	margin-left: 20px;
	/*vertical-align: top;*/
	
	-moz-transform: rotateY(20deg) translateZ(-50px) translateX(10%); 
	-webkit-transform: rotateY(20deg) translateZ(-50px) translateX(10%); 
    -o-transform: rotateY(20deg) translateZ(-50px) translateX(10%);
	transform: rotateY(20deg) translateZ(-50px) translateX(10%);
	
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
	
	backface-visibility: hidden;
	
	-moz-box-shadow: -15px 5px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: -15px 5px 2px 2px rgba(0,0,0,0.5);
	box-shadow: -15px 5px 2px 2px rgba(0,0,0,0.5);
	
	-moz-transition: all .9s;
	-webkit-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
	}
.prspective_box_id &gt; .desc_site_1:hover {
	margin-left: 0px;
	
	-moz-transform: rotateY(0deg); 
	-webkit-transform: rotateY(0deg); 
    -o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	
	-moz-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.5);
	
	-moz-transition: all .9s;
	-webkit-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
	}
	
.prspective_box_id &gt; .desc_site_2 {
	position: relative;
	background: #4f4f6d;
	margin: 10px 20px 0 0;
	
	-moz-transform: rotateY(-20deg) translateZ(-50px) translateX(-10%); 
	-webkit-transform: rotateY(-20deg) translateZ(-50px) translateX(-10%); 
    -o-transform: rotateY(-20deg) translateZ(-50px) translateX(-10%);
	transform: rotateY(-20deg) translateZ(-50px) translateX(-10%);
	
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	backface-visibility: hidden;
	
    -moz-transform-origin: right center;
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
	
	-moz-box-shadow: 15px 5px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 15px 5px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 15px 5px 2px 2px rgba(0,0,0,0.5);
	
	-moz-transition: all .9s;
	-webkit-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
	}
.prspective_box_id &gt; .desc_site_2:hover {
	margin-right: 0px;
	
	-moz-transform: rotateY(0deg); 
	-webkit-transform: rotateY(0deg); 
    -o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	
	-moz-transition: all .9s;
	-webkit-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
	}

.prspective_box_id &gt; .desc_site_1#blok_tikk, .prspective_box_id &gt; .desc_site_2 {
	padding: 3px;
	}
.prspective_box_id &gt; .desc_site_1#blok_tikk &gt; div.shadowa, .prspective_box_id &gt; .desc_site_2 &gt; div.shadowa {
	position: relative; overflow: hidden;
	height: 45px; /*border: 1px solid #ff0;*/
	}
.prspective_box_id &gt; .desc_site_1#blok_tikk &gt; div.shadowa &gt; h2, .prspective_box_id &gt; .desc_site_2 &gt; div.shadowa &gt; h2 {
	}
.prspective_box_id &gt; .desc_site_1#blok_tikk:hover &gt; div.shadowa &gt; h2, .prspective_box_id &gt; .desc_site_2:hover &gt; div.shadowa &gt; h2 {
	color: #ff0000;
	}
.prspective_box_id &gt; .desc_site_1#blok_tikk &gt; #tikk_id {padding: 2px; position: relative; border: 1px solid #c0c0c0; background: #ffffff;
	}
.prspective_box_id &gt; .desc_site_1#blok_tikk &gt; #tikk_id &gt; a {
	display: block;
	position: relative;
	padding: 5px 0;
	background: #ffffff;
	font-size: 90%;
	line-height: 120%;
	font-weight: normal;
	color: #303060;
	text-decoration: none;
	height: 56px;
	overflow: hidden;
	}
.prspective_box_id &gt; .desc_site_1#blok_tikk &gt; #tikk_id &gt; a:hover {color: #903030;}
.prspective_box_id &gt; .desc_site_1#blok_tikk &gt; #tikk_id &gt; a &gt; span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100%;
	}
@media screen and (max-width: 1080px){
	#left_side_id, #right_side_id {display: none; width: 50%; margin: 0 auto; float: none; padding-left: 25%; padding-right: 25%;}
	#central_side_id {float: none; width: 70%; padding-left: 15%; padding-right: 15%; /*margin: 0 auto;*/}
	.img_anons, .img_articles {display: block;}
	.prspective_box_id {
		-moz-perspective: none;
		-webkit-perspective: none;
		-o-perspective: none;
		perspective: none;
		}
	.prspective_box_id &gt; .desc_site_1 {
		margin-left: 0px;
		-moz-transform: none; 
		-webkit-transform: none; 
	    -o-transform: none;
		transform: none;
		-moz-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.5);
		-webkit-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.5);
		box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.5);
		}
	.prspective_box_id &gt; .desc_site_2 {
		margin: 10px 0px 0 0;
		-moz-transform: none; 
		-webkit-transform: none; 
	    -o-transform: none;
		transform: none;
		-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
		-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
		box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
		}
	}
@media screen and (max-width: 800px){
	#central_side_id {width: 80%; padding-left: 10%; padding-right: 10%;}
	#left_side_id, #right_side_id {width: 60%; padding-left: 20%; padding-right: 20%;}
	.img_anons, .img_articles {height: 200px;}
	.img_link_box, .img_div_box, .img_not_formation {width: 60%;}
	.img_div_box_1 {width: 50%;}
	.img_div_box_2 {width: 40%;}
	.img_div_box_3 {width: 30%;}
	}
@media screen and (max-width: 720px){
	#central_side_id {width: 90%; padding-left: 5%; padding-right: 5%;}
	#left_side_id, #right_side_id {width: 70%; padding-left: 15%; padding-right: 15%;}
	.img_anons, .img_articles {height: 180px;}
	}
@media screen and (max-width: 640px){
	#central_side_id {width: 60%; padding-left: 20%; padding-right: 20%;}
	.img_anons, .img_articles {height: 150px;}
	.search_box &gt; form &gt; div &gt; input[type="text"] {width: 95%; margin-top: 1%;}
	#select_id {width: 95%; margin-top: 1%;}
	.search_box &gt; form &gt; div &gt; button {margin-top: 1%;}
	}
@media screen and (max-width: 540px){
	#central_side_id {width: 70%; padding-left: 15%; padding-right: 15%;}
	#left_side_id, #right_side_id {width: 80%; padding-left: 10%; padding-right: 10%;}
	}
@media screen and (max-width: 480px){
	#central_side_id {width: 80%; padding-left: 10%; padding-right: 10%;}
	.img_link_box, .img_div_box, .img_not_formation {width: 90%;}
	.img_div_box_1 {width: 90%;}
	.img_div_box_2 {width: 80%;}
	.img_div_box_3 {width: 70%;}
	.margin_float_left {float: none; margin: 5px auto;}
	.margin_float_right {float: none; margin: 5px auto;}
	.float_none {margin: 5px auto;}
	}
@media screen and (max-width: 360px){
	#central_side_id {width: 90%; padding-left: 5%; padding-right: 5%;}
	#left_side_id, #right_side_id {width: 90%; padding-left: 5%; padding-right: 5%;}
	}
@media screen and (max-width: 320px){
	#central_side_id {width: 96%; padding-left: 2%; padding-right: 2%;}
	}

a.link_zagolovok_2 {
	font-size: 90%;
	line-height: 120%;
	font-weight: normal;
	color: #303060;
	text-decoration: none;
	}
a.link_zagolovok_2:hover {color: #903030;}

a.mass_wall_title {
	display: block;
	position: relative;
	width: 100%;
	/*min-width:220px; max-width: 470px; */
	margin-top: 10px;
	line-height: 45px;
	height: 45px;
	}
.mass_wall_box {
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.7);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.7);
	}
	
#id_str_but, #id_art_but {position: relative;/* background: #0f0;*/}
#add_article {background: url(/images/add_anons_mini.png) no-repeat 0% 50%; height: 30px; width: 117px; color: #ffffff; opacity: 0.7; line-height: 32px; cursor: pointer; font-size: 12px;}
#add_anons {background: url(/images/add_anons_mini.png) no-repeat 0% 50%; height: 30px; width: 117px; color: #ffffff; opacity: 0.7; line-height: 32px; cursor: pointer; font-size: 12px;}
	
.line-light {position: absolute; top: 0; left: 0; width: 100%; text-align: center; display: none;}
#add_anons_light.line-light, #id_art_but .line-light {
	height: 32px;
	}
.line-light &gt; span {
	display: inline-block;
	width: 5%;
	}
#add_anons_light.line-light &gt; span, #id_art_but .line-light &gt; span {
	height: 5px;
	margin: 10px 5px 0 0;
	
	-moz-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
	}
.line-light &gt; span:not(:nth-child(1)):not(:nth-child(5)) {
	background: #ffffff;
	}
.line-light &gt; span:nth-child(1) {
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 70%, rgba(255, 255, 255, 1.0) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 70%, rgba(255, 255, 255, 1.0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 70%, rgba(255, 255, 255, 1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff',GradientType=1 );
	
	opacity: 1.0;
	
	-webkit-animation: line-light_1 2s linear infinite normal;
	animation: line-light_1 2s linear infinite normal;
	}
@keyframes line-light_1 {
	0% {opacity: 1.0;}
	19.99% {opacity: 1.0;}
	20% {opacity: 0.3;}
	99.99% {opacity: 0.3;}
	100% {opacity: 1.0;}
	}
@-webkit-keyframes line-light_1 {
	0% {opacity: 1.0;}
	19.99% {opacity: 1.0;}
	20% {opacity: 0.3;}
	99.99% {opacity: 0.3;}
	100% {opacity: 1.0;}
	}
.line-light &gt; span:nth-child(2) {
	opacity: 0.3;
	
	-webkit-animation: line-light_2 2s linear infinite normal;
	animation: line-light_2 2s linear infinite normal;
	}
@keyframes line-light_2 {
	0% {opacity: 0.3;}
	19.99% {opacity: 0.3;}
	20% {opacity: 1.0;}
	39.99% {opacity: 1.0;}
	40% {opacity: 0.3;}
	100% {opacity: 0.3;}
	}
@-webkit-keyframes line-light_2 {
	0% {opacity: 0.3;}
	19.99% {opacity: 0.3;}
	20% {opacity: 1.0;}
	39.99% {opacity: 1.0;}
	40% {opacity: 0.3;}
	100% {opacity: 0.3;}
	}
.line-light &gt; span:nth-child(3) {
	opacity: 0.3;
	
	-webkit-animation: line-light_3 2s linear infinite normal;
	animation: line-light_3 2s linear infinite normal;
	}
@keyframes line-light_3 {
	0% {opacity: 0.3;}
	39.99% {opacity: 0.3;}
	40% {opacity: 1.0;}
	59.99% {opacity: 1.0;}
	60% {opacity: 0.3;}
	100% {opacity: 0.3;}
	}
@-webkit-keyframes line-light_3 {
	0% {opacity: 0.3;}
	39.99% {opacity: 0.3;}
	40% {opacity: 1.0;}
	59.99% {opacity: 1.0;}
	60% {opacity: 0.3;}
	100% {opacity: 0.3;}
	}
.line-light &gt; span:nth-child(4) {
	opacity: 0.3;
	
	-webkit-animation: line-light_4 2s linear infinite normal;
	animation: line-light_4 2s linear infinite normal;
	}
@keyframes line-light_4 {
	0% {opacity: 0.3;}
	59.99% {opacity: 0.3;}
	60% {opacity: 1.0;}
	79.99% {opacity: 1.0;}
	80% {opacity: 0.3;}
	100% {opacity: 0.3;}
	}
@-webkit-keyframes line-light_4 {
	0% {opacity: 0.3;}
	59.99% {opacity: 0.3;}
	60% {opacity: 1.0;}
	79.99% {opacity: 1.0;}
	80% {opacity: 0.3;}
	100% {opacity: 0.3;}
	}
.line-light &gt; span:nth-child(5) {
	background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 70%, rgba(255, 255, 255, 1.0) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 70%, rgba(255, 255, 255, 1.0) 100%);
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0, rgba(255, 255, 255, 1.0) 70%, rgba(255, 255, 255, 1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff',GradientType=1 );
	
	opacity: 0.3;
	
	-webkit-animation: line-light_5 2s linear infinite normal;
	animation: line-light_5 2s linear infinite normal;
	}
@keyframes line-light_5 {
	0% {opacity: 0.3;}
	79.99% {opacity: 0.3;}
	80% {opacity: 1.0;}
	99.99% {opacity: 1.0;}
	100% {opacity: 0.3;}
	}
@-webkit-keyframes line-light_5 {
	0% {opacity: 0.3;}
	79.99% {opacity: 0.3;}
	80% {opacity: 1.0;}
	99.99% {opacity: 1.0;}
	100% {opacity: 0.3;}
	}
	
#grd_general_id {
	display: block;
	position: fixed; 
	top: 0; left: 0;
	height: 100vh; width: 100%;
	z-index: -1;
	}
#grd_befor_img {
	display: block;
	position: fixed; 
	top: 0; left: 0;
	height: 100vh; width: 100%;
	z-index: -1;/*box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.2) inset, 100px 0px 100px 0px rgba(0, 0, 0, 0.2) inset, -100px 0px 100px -50px rgba(255, 0, 0, 0.2) inset;*/
	}
#grd_befor_img.vertical {
	background-image: -moz-linear-gradient(top, rgba(55, 55, 55, 0.0) 0, rgba(55, 55, 55, 0.0) 9%, rgba(55, 55, 55, 0.15) 18%, rgba(55, 55, 55, 0.25) 100%); 
	background-image: -webkit-linear-gradient(top, rgba(55, 55, 55, 0.0) 0, rgba(55, 55, 55, 0.0) 9%, rgba(55, 55, 55, 0.15) 18%, rgba(55, 55, 55, 0.25) 100%);
	background-image: linear-gradient(to bottom, rgba(55, 55, 55, 0.0) 0, rgba(55, 55, 55, 0.0) 9%, rgba(55, 55, 55, 0.15) 18%, rgba(55, 55, 55, 0.25) 100%);
	}
#grd_befor_img:not(.vertical) {
	background-image: -moz-linear-gradient(top, rgba(55, 55, 55, 0.0) 0, rgba(55, 55, 55, 0.0) 20%, rgba(55, 55, 55, 0.1) 35%, rgba(55, 55, 55, 0.2) 100%); 
	background-image: -webkit-linear-gradient(top, rgba(55, 55, 55, 0.0) 0, rgba(55, 55, 55, 0.0) 20%, rgba(55, 55, 55, 0.1) 35%, rgba(55, 55, 55, 0.2) 100%);
	background-image: linear-gradient(to bottom, rgba(55, 55, 55, 0.0) 0, rgba(55, 55, 55, 0.0) 20%, rgba(55, 55, 55, 0.1) 35%, rgba(55, 55, 55, 0.2) 100%);
	}

.icon_face {
	text-align: center;
	}
.icon_face &gt; div {
	display: inline-block;
	}
.icon_face &gt; div &gt; div {
	float: left; 
	height: 26px;
	}
.icon_face &gt; div &gt; div &gt; div {display: inline-block;}

#google_advert_box {text-align: center;}
#google_advert_box &gt; div {
	display: inline-block;
	width: 200px;
	}

.label_on_site {position: absolute; width: 12px; height: 12px;
	background: radial-gradient(circle farthest-side at 30% 30%, #ddfbdd 10%, #00ff00 40%, #039003 80%, #044804 90%);
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	z-index: 2;
	}

@media screen and (max-width: 640px){
	.check_policy {transform: scale(2.0);}
	}
	
.disappearance {
	-webkit-animation: anime_disappearance .3s ease-in 1 normal;
	animation: anime_disappearance .3s ease-in 1 normal;
	}
@-webkit-keyframes anime_disappearance {
	0% {
		opacity: 1.0;
		filter: alpha(opacity=100);
		}
	100% {
		opacity: 0.0;
		filter: alpha(opacity=0);
		}
	}
@keyframes anime_disappearance {
	0% {
		opacity: 1.0;
		filter: alpha(opacity=100);
		}
	100% {
		opacity: 0.0;
		filter: alpha(opacity=0);
		}
	}
.appearance {
	-webkit-animation: anime_appearance .3s ease-in 1 normal;
	animation: anime_appearance .3s ease-in 1 normal;
	}
@-webkit-keyframes anime_appearance {
	0% {
		opacity: 0.0;
		filter: alpha(opacity=0);
		}
	100% {
		opacity: 1.0;
		filter: alpha(opacity=100);
		}
	}
@keyframes anime_appearance {
	0% {
		opacity: 0.0;
		filter: alpha(opacity=0);
		}
	100% {
		opacity: 1.0;
		filter: alpha(opacity=100);
		}
	}
	
#id_quest_text, #id_quest_text &gt; a, #decor_variant_box {text-align: center; 
	font-size: 18px;
	color: #000066;
	font-weight: bold;
	line-height: 28px;
	text-shadow: 0px 1px 0px rgba(200, 200, 200, 1.0); 
	filter: dropshadow(color=#c8c8c8, offX=0, offY=1);
	}
#id_quest_text, #id_quest_text &gt; a {margin-bottom: 20px; padding: 0 1%;}
#id_quest_text &gt; a:hover {color: #666666;}
#id_quest {position: relative;}
#id_quest &gt; div {position: relative; float: left; width: 50%; text-align: center;}
#id_quest &gt; div &gt; div {display: inline-block; cursor: pointer; font-size: 18px; text-transform: none; width: 50%;}
#id_quest_messages {position: relative; width: 100%; text-align: center;}
#id_quest_messages &gt; div {display: inline-block; cursor: pointer;/* font-size: 18px; padding: 2% 5%;*/}

#div_blok_input_box {position: relative; text-align: center;}

.flashing {
	-webkit-animation: flashing_an 1.0s linear 0.0s infinite normal;
	animation: flashing_an 1.0s linear 0.0s infinite normal;
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
@-webkit-keyframes flashing_an {
	0% {
		opacity: 1.0;
		filter: alpha(opacity=100);
		}
	50% {
		opacity: 0.7;
		filter: alpha(opacity=70);
		}
	70% {
		opacity: 0.0;
		filter: alpha(opacity=0);
		}
	100% {
		opacity: 1.0;
		filter: alpha(opacity=100);
		}
	}
@keyframes flashing_an {
	0% {
		opacity: 1.0;
		filter: alpha(opacity=100);
		}
	50% {
		opacity: 0.7;
		filter: alpha(opacity=70);
		}
	70% {
		opacity: 0.0;
		filter: alpha(opacity=0);
		}
	100% {
		opacity: 1.0;
		filter: alpha(opacity=100);
		}
	}

#add_podschet_box {position: relative; height: 0; width: 80%; margin: 0 auto;}
#add_podschet_box &gt; p {display: block; position: absolute; top: 0; left: 0; width: 100%; line-height: 16px; font-size: 12px; font-weight: bold; text-align: center; background: #ffffff;
	background-image: -moz-linear-gradient(left, rgba(55, 55, 55, .1) 0, rgba(55, 55, 55, .5) 10%, rgba(55, 55, 55, .5) 90%, rgba(55, 55, 55, .1) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, rgba(55, 55, 55, .1) 0, rgba(55, 55, 55, .5) 10%, rgba(55, 55, 55, .5) 90%, rgba(55, 55, 55, .1) 100%);
	background-image: linear-gradient(to right, rgba(55, 55, 55, .5) 0, rgba(55, 55, 55, .0) 10%, rgba(55, 55, 55, .0) 90%, rgba(55, 55, 55, .5) 100%);

	-moz-box-shadow: 0px 0px 2px rgba(55, 55, 55, 1.0);
	-webkit-box-shadow: 0px 0px 2px rgba(55, 55, 55, 1.0);
	box-shadow: 0px 0px 2px rgba(55, 55, 55, 1.0);
	}
#id_text_showcase_str {font-size: 14px; font-weight: normal; color: #00ff00;}

#error_length_background {position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(55, 55, 55, .7);}
#error_length_box {position: absolute; width: 90%; background: #ffffff; border: 2px solid #909090; padding: 5px;}
#error_length_box &gt; div:nth-child(1) {position: relative; width: 100%; background: url(/images/grd_type.png) 0 0 / auto 100%;}
#error_length_box &gt; div:nth-child(1) &gt; div {position: relative; float: left;}
#error_length_box &gt; div:nth-child(1) &gt; div:nth-child(1) {width: 90%; height: 30px; text-align: center; line-height: 30px; font-weight: bold; color: #ff0000; font-size: 14px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0); 
	filter: dropshadow(color=#ffffff, offX=0, offY=1);
	}
#error_length_box &gt; div:nth-child(1) &gt; div:nth-child(2) {width: 10%; height: 30px;/* background: #ffffcc;*/}
#error_length_box &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; img {display: block; position: relative; margin: 0 auto; height: 90%; width: auto; cursor: pointer;}
#error_length_box &gt; div:nth-child(2) {position: relative; text-align: center; line-height: 30px; color: #404040; font-size: 16px;}
</pre></body></html>