* { margin: 0; padding: 0; border: 0; }

html, body { 
	background-color: #fff; 
	height: 100%; 
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	line-height: 1.2;
	font-size: 12px;
	color: #333;
}

a { text-decoration: none; cursor:pointer;  }
a:hover { text-decoration: underline; }

.a_purple { color:#952869; }
.a_yellow { color:#f9f7a2; }
.a_blue { color:#0544a3; }
.a_green { color:#336b00; }
.a_white { color:#fff; }

.a_code, .a_code:hover { text-decoration: none; }
.a_yellow-code { border-bottom: 1px dashed #f9f7a2; }
.a_blue-code { border-bottom: 1px dashed #0544a3; }
input, textarea { font-family: Arial,Helvetica,Tahoma,sans-serif; }



.m10 { margin-bottom: 10px; }
.m20 { margin-bottom: 20px; }
.m30 { margin-bottom: 30px; }
.m40 { margin-bottom: 40px; }

.ext { color:#0544a3;  cursor:pointer; }
.ext:hover { text-decoration: underline; }

/* skelet */
.wr { 
	width: 1006px;
	margin: 0 auto;
}
.capsula {
	position: relative;
	min-height: 100%;
}

header {
	width: 100%;
}
footer { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 126px;
}
.content-middle { 
	padding-top: 20px;
	padding-bottom: 146px;
}

/* maket */
.m { overflow: auto; }
.m__left, .m__right { float: left; width: 242px; }
.m__center { float: left; width: calc(100% - 242px - 36px); margin-left: 36px; }
.m__center_r { width: calc(100% - 484px - 72px); margin: 0 36px; }
.m__center_s { width: calc(100% - 484px - 36px); margin: 0 0 0 36px; }

.mi { overflow: visible; }
.mi__side { float: left; width: 180px; }
.mi__center { float: left;  width: calc(100% - 180px - 20px); margin-right: 20px; }

	
/* HEADER */
.top-line {
	overflow: auto;
	background-color: #f0f8e5;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}
.top-line__msg { float: left; }
.top-line__msg img { display: inline-block;  vertical-align: middle;  }
.top-line__usr { float: left; margin-left: 10px; }

.top-line__info { float: right; margin: 0 10px;}
.top-line__signup { float: right; color: #cdcdcd; }
.top-line__signup > span { float: left; vertical-align: middle; }
.top-line__signup span:last-child {  float: right; }
.top-line__signup .tabs__c { min-width: 205px;  }


.logo { 
	width: 161px; 
	height: 68px; 
	background: url("../images/logo.gif");  
}


.head-btn { display: block; margin-top: 30px; }
.head-btn-inner { float: right; }

/* menu */
.menu { overflow: auto; }
.menu__elem { float: left; margin-left: 20px; }
.menu__elem:first-child { margin-left: 0px; }
.menu__title { color: #932975; font-weight: 900; }
.menu__links > div::before {
	content: "›";
    padding-right: 3px;
    font-size: 13px;
}
.menu__links a { font-size: 13px; }

/* ====== Blocks ====== */

/* Buttons */
.button {
    display: block;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #365898;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity .15s linear;
    text-shadow: 1px #333;
}
.button:hover{
    text-decoration: none;
    text-decoration: none;
    opacity: 0.75;
}
.button_grey { background: #869ab7; }
.button_purple { background: #952869; }
.button_fb { background: #365899; }
.button_vk { background: #6383a8; }

.button_likeit {
	background-color: #fff;
	border: 1px solid #869ab7;
	color: #222;
	box-sizing: border-box;
	padding: 0 10px;
}

/* rating */
.rating { 
	width: 53px;
	height: 10px;
	background: url("../images/stars_gr.gif"); 
}
.rating_0 { background-position: 0 -56px; }
.rating_1 { background-position: 0 -46px; }
.rating_2 { background-position: 0 -34px; }
.rating_3 { background-position: 0 -22px; }
.rating_4 { background-position: 0 -12px; }
.rating_5 { background-position: 0 0; }

/* tabs */
.tabs {
	display: block;
	height: 21px;
}
.tabs__l, .tabs__r {
	float: left;
	margin-top: 16px;
	width: 5px;
}
.tabs__l div, .tabs__r div {
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 0 0 100% 0;
}
.tabs__r div {
	border-radius: 0 0 0 100%;
}
.tabs__c {
	float: left;
	font-size: 13px; 
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
	border-radius: 5px 5px 0 0;
}
.tabs_blue .tabs__l, .tabs_blue .tabs__r, .tabs_blue .tabs__c {  background-color: #869ab7; }
.tabs_green .tabs__l, .tabs_green .tabs__r, .tabs_green .tabs__c {  background-color: #f0f8e5; }
.tabs_dark .tabs__l, .tabs_dark .tabs__r, .tabs_dark .tabs__c {  background-color: #5e5e5e; }

.tabs_greenb .tabs__l, .tabs_greenb .tabs__r, .tabs_greenb .tabs__c {  background-color: #386a03; }
.tabs_grey .tabs__l, .tabs_grey .tabs__r, .tabs_grey .tabs__c {  background-color: #c6c6c8; }
.tabs_skiey .tabs__l, .tabs_skiey .tabs__r, .tabs_skiey .tabs__c {  background-color: #dcebfa; }
.tabs_white .tabs__l, .tabs_white .tabs__r, .tabs_white .tabs__c {  background-color: #fff; }


.tabs_bg-green .tabs__l div, .tabs_bg-green .tabs__r div { background-color: #f0f8e5; }
.tabs_bg-purple .tabs__l div, .tabs_bg-purple .tabs__r div { background-color: #932975; }
.tabs_bg-pink .tabs__l div, .tabs_bg-pink .tabs__r div { background-color: #bbaab6; }
.tabs_bg-grey .tabs__l div, .tabs_bg-grey .tabs__r div { background-color: #c6c6c8; }
.tabs_bg-agrey .tabs__l div, .tabs_bg-agrey .tabs__r div { background-color: #aab1bb; }


.tabs_invert .tabs__l, .tabs_invert .tabs__r { margin-top: 0; }
.tabs_invert .tabs__l div { border-radius: 0 100% 0 0; } 
.tabs_invert .tabs__r div { border-radius: 100% 0  0;  }
.tabs_invert .tabs__c { border-radius: 0 0 5px 5px; }


/* Stat */
.stat { overflow: auto; }
.stat__head {  overflow: auto; display: block;  position: relative; }
.stat__title { 
	font-size: 18px;
	padding: 0 42px	5px 7px;
	color: #222;
}
.stat__link { 
	position: absolute;
	bottom: 0;
	right: 0;
}
.stat__elem {
	overflow: auto; 
	display: block;
	background-color: #f0f8e5;
	padding: 5px 10px;
}
.stat__elem_big {
	font-size: 13px;
}
.stat__elem:nth-child(2n+1) { background-color: #e5f0d6; }
.stat__key, .stat__val { float: left; font-size: 12px; }
.stat__key { width: 65%; }
.stat__key a { font-size: 13px; }
.stat__val { width: 35%; text-align: right; }
.stat_rating .stat__val {  width: 53px; }
.stat_rating .stat__key {  width: calc(100% - 53px); }
.stat_fifty .stat__key, .stat_fifty .stat__val { width: 50%; }
.stat_three .stat__key, .stat_three .stat__val { width: 33%; }

/* list */
.list { overflow: auto; }
.list__head {  
	overflow: auto; 
	display: block;  
	position: relative; 
	border-bottom: 1px solid #869ab7; 
}
.list__title { 
	font-size: 18px;
	font-weight: normal;
	padding: 0 42px	5px 7px;
	color: #222;
}
.list__title_s { font-size: 16px; }
.list__title span { color: #555555; }
.list__link { 
	position: absolute;
	bottom: 0;
	right: 0; 
}
.list__menu {
	height: 21px;
	font-size: 13px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.list__elem {
	overflow: auto; 
	display: block;
	border-bottom: 1px solid #e0e1e5;
	padding: 10px 0 15px 7px;
	position: relative;
	color: #333; 
}
.list__elem_lborder:last-child {
	border: 0;
	padding-bottom: 2px;
}

.list__elem_s { padding: 7px 0 7px 7px; }
.list__theme { font-size: 18px; }
.list__elem_s .list__theme { font-size: 14px; }

.list__txt {
	font-size: 16px;
	line-height: 1.4;
}
.list__elem_s .list__txt { font-size: 13px; }
.list__ts, .list__inf { font-size: 12px; }
.list__subcomment {
	margin-top: 10px;
	margin-left: 10px; 
	padding-left: 10px;  
	border-left: 1px dashed #869ab7;
}
.list__author { font-size: 12px; }
.list__txt, .list__author, .list__ts, .list__inf  { margin-top: 10px; }
.list__elem_s .list__txt, .list__elem_s .list__author, .list__elem_s .list__ts, .list__elem_s .list__inf  {
	font-size: 13px;
	margin-top: 5px; 
}
.list__counter {
    background: #cdcdcd url("../images/comm_bgs.gif") no-repeat scroll 3px center;
    height: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 15px;
    width: 34px;
    color: #3d3d3d;
    padding-right: 3px;
    border-radius: 3px;
}
.list_counter .list__theme { margin-right: 42px; }
.list__theme_1 a { color: #0544a3; }
.list__theme_2 a { color: #235fb1; }
.list__theme_3 a { color: #2b61aa; }
.list__theme_4 a { color: #3e6caa; }
.list__theme_5 a { color: #4f75aa; }

.list__person {
	width: 72px;
	position: absolute;
    right: 0;
    top: 15px;
}
.list_person .list__theme, .list_person .list__txt, .list_person .list__author, .list_person .list__inf { margin-right: 100px; }
.list__avatar { border: 1px solid #707070; }
.list__avatar img { display: block; }

.list__button {
	width: 30%;
	margin: 10px 0;
}

.list__actions  {
	overflow: auto;
	padding: 10px 0;
}
.list__actions > a {
	float: left;
	margin-right: 10px;
	width: 170px;
}
.list_inner .list__elem, .list_inner .list__title  {
	padding-left: 0;
}
.list__sub-elem {
	padding-left: 10px;
}

/* hint */
.hint { 
	overflow: auto;
	font-size: 12px;
}
.hint__tab-line {
	overflow: auto;
}
.hint__tab {
	float: right;
}
.hint__line {
	height: 4px; 
	background-color: #dcebfa; 
	border-radius: 4px 4px 0 0;
}
.hint__inf {
	font-size: 12px;
	line-height: 1.3;
	background: #dcebfa url("../images/lupa.gif") no-repeat scroll 8px 8px;
    border-bottom: 2px solid #c8d7e6;
    padding: 7px 10px 10px 30px; 
    display: none;
}
.hint__menu { display: none; }

/* search */
.search { 
	overflow: auto; 
	background-color: #f2f3f5;
	position: relative;
}
.search__pic {
	background: #f2f3f5 url("../images/title_ge.png") no-repeat scroll 0 0;
    margin-top: 10px;
    height: 57px;
    width: 141px;
}
.search__form {
	overflow: auto; 
	margin: 10px 0;
	padding: 10px 0 10px 10px;
	background-color: #c6c6c8;
    border-radius: 5px;
    position: relative;
    z-index: 13;
}
.search__wpanel {
	float: left;
	background-color: #fff;
	padding: 5px;
	height: 28px;
	width: calc(100% - 38px - 10px);
	border-radius: 5px 0 0 5px;
	
}
.search__sel {
	float: left;
	font-size: 20px;
	border: medium none;
    color: #952869;
    height: 26px;
    text-align: right;
    width: 140px;
}
.search__inp {
	float: left;
	font-size: 20px;
	background-color: #ffffff;
    border: medium none;
    color: #949494;
    height: 26px;
    margin-left: 5px;
    width: calc(100% - 140px - 5px);
}

.search__btn {
	float: left;
    background: #869ab7 url("../images/searchs.gif") no-repeat scroll center center;
    border: medium none;
    height: 38px;
    width: 38px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.search__pl {
    background: #c6c6c8;
    bottom: 10px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 12;
}

/* rubric */
.rubric { overflow: auto; }
.rubric__head {  overflow: auto; display: block;  position: relative; }
.rubric__title { 
	font-size: 16px;
	padding: 0 0 5px 7px;
	color: #222;
}
.rubric__elem {
	overflow: auto; 
	display: block;
	background-color: #f2f3f5;
	padding: 6px 10px;
}
.rubric__name, .rubric__cnt { float: left;  }
.rubric__name { font-size: 13px; width: 70%; }
.rubric__cnt { width: 30%; text-align: right; }
.rubric__elem_sub .rubric__name:before {
    content: "›";
    padding: 0 5px; 
    font-size: 14px;
    color: #0544a3;
}

/* info */
.info {
	overflow: auto; 
	padding: 10px; 
	border-radius:5px;
}
.info_blue { background-color: #8699b7; }
.info_grey { background-color: #707070; }
.info_grey-lite { background-color: #e1e1e1; }
.info_purple { background-color: #932975; }
.info_green { background-color: #386a03; }
.info_white { background-color: #fff; }
.info_full { width: 258px; position: relative; border-radius: 5px 0 0 5px; }
.info_square { border-radius: 0; }

.info__txt, .info__act { 
	color: #ffffff;
	font-size: 13px;
}
.info__txt_black { color: #333; }
.info__title { 
	color: #ffffff; 
	font-size: 18px; 
	
}
.info__btn { margin-top: 10px; }
.info__honor {
	float: left;
	margin: 5px;
}

/* Footer info-bar */
.footer {
	overflow: auto; 
}
.footer__info {
	overflow: auto; 
	background-color: #f2f3f5;
	padding: 10px;
	border-radius:5px;
	
}
.footer__links { padding-left: 10px; }
.footer__social { float: right;  overflow: hidden; }

/* Our social groups */
.social {
	overflow: hidden;
}
.social__icon {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 3px;
	background: url("../images/social_sp.png");
}
.social__icon_fb { background-position: 0 0;  }
.social__icon_vk { background-position: -32px 0; }
.social__icon_ok { background-position: -64px 0; }
.social__icon_telegram { background-position: -96px 0; }


/* pager */
.pager {
	overflow: auto; 
	background: #f2f3f5;
	border-top: 1px solid #dcdddf;
	border-radius: 5px;
}
.pager__links {
	overflow: auto; 
	padding: 10px;
}
.pager__links a, .pager__active {
	display: inline-block;
	float: left;
	margin-right: 3px;
	color: #3d3d3d;
    text-align: center;
	background-color: #fff;
    border: 1px solid #869ab7;
    padding: 2px;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
}
.pager__links a:hover {
	text-decoration: none;
}
.pager__prev, .pager__next {
	font-size: 14px;
}
.pager__active {
	background: #932975;
	border-color: #932975;
	color: #ffffff;
}
.pager__cap {
	color: #932975;
	height:10px;
	top: -26px;
	position: relative;
	text-align: center;
}    
.pager__total {
	float: right;
	font-size: 13px;
}

/* adv-vertical */
.adv-vertical {
	overflow: hidden; 
	min-height: 1px;
}

/* ulist */
.ulist { overflow: auto; }
.ulist__head {  
	overflow: auto; 
	display: block;  
	position: relative; 
	border-bottom: 1px solid #eff8e2; 
}
.ulist__title { 
	font-size: 18px;
	font-weight: normal;
	padding: 0 160px 5px 7px;
	color: #222;
}
.ulist__title span { color: #555555; }
.ulist__link { 
	position: absolute;
	bottom: 0;
	right: 0;
}
.ulist__link_s2 { right: 80px; }
.ulist__link_m2 { right: 120px; }
.ulist__link_m3 { right: 215px; }

.ulist__info {
	background: #eff8e2 url("../images/voskl.gif") no-repeat scroll 8px 9px;
    padding: 7px 7px 7px 24px;
    margin-bottom: 20px;
}
.ulist__elem {
	overflow: auto; 
	display: block;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 15px 14px;
	position: relative;
	color: #3d3d3d; 
}
.ulist__num {
	color: #3d3d3d;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 0;
}
.ulist__left { float: left;	 }
.ulist__right { float: right; width: 300px; }
.ulist__right span { color: #336b00; font-weight: bold; }
.ulist__rating { margin-bottom: 10px; }
.ulist__name { color: #336b00; font-size: 18px; }
.ulist__right_msg { width: 65%; font-size: 14px; } 
.ulist__right .button { width: 30%; }

/* article */
.article { 
	overflow: auto; 
	position:relative;  
} 
.article__txt { 
	float: left;
	width: calc(100% - 180px);
	font-size: 16px;
	line-height: 1.4;
}
.article__txt_full { width: 100%; }
.article__txt p { margin: 10px 0; }

.article__txt h1, .article__title { 
	color: #222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.article__txt img { display: block; margin: 5px 5px 5px 0; }

.article__title_s { 
	font-size: 16px;
}

.article__inf {
	color: #777;
    font-size: 13px;
    margin: 10px 0;
}
.article__inf input {
	width: calc(100% - 2px);
	border: 1px solid #707070;
}
.article__inf_small {
	font-size: 12px;
}
.article__photos { margin: 10px 0; }
.article__side { 
	float: right;
	width: 160px; 
}	
.article__bl {
	overflow: auto; 
	padding-left: 7px;
	margin-bottom: 20px;
}
.article__bl-avatar {
	overflow: auto; 
	border: 1px solid #707070;
}
.article__bl-title {
	color: #222;
	font-size: 16px;
	margin-bottom: 10px;
}
.article__bl-name { font-size: 13px; }
.article__bl-name, .article__bl-ts, .article__bl-inf { margin-top: 5px; }

.article__likes {
    margin: 15px 0;
    
    overflow: hidden;
}
.article__likes > div  {
	margin-right: 10px;
}
.article__likes > div:first-child {
	margin-left: 0;
}
.article__counter-block {
	float: left;
	height: 30px;
	margin-bottom: 10px;
}

/* photos */
.photos { overflow: auto;  }
.photos__title { font-weight: bold; font-size: 13px; }
.photos__elements { margin-top: 10px;  overflow: auto; }
.photos__elements a { width: 110px; float: left; }
.photos__elements img { margin: 0 5px 5px 0; width: 100px; }

/* qline */
.qline { 
	overflow: auto; 
	border-top: 1px solid #c6c6c8; 
}
.qline__link { float: right; }

/* actions */
.actions { 
	overflow: auto;
	background: #c6c6c8;
	padding: 10px;
	border-radius: 5px;
	width: calc(100% - 180px);
}
.actions a { 
	float: left;
	width: 48%;
	margin-right: 10px;
}
.actions a:last-child { 
	margin-right: 0px;
	float: right;
}

/* popup */
.popup {
	background-color: #fff;
    position: absolute;
    top: 242px;
    left: 0;
    padding: 20px;
    visibility: visible;
    width: 350px;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6);
}
.popup__title {
	color: #222;
	font-size: 18px;
    margin-bottom: 15px;
}
.popup__close {
	cursor: pointer;
    float: right;
}
.popup__social-enter {  }
.popup__social-enter a { margin-bottom: 10px; }
.popup__social-enter a:last-child { margin-top: 0x; }
.popup__form { 
	overflow: visible; 
	color: #3d3d3d;
	font-size: 13px;
}
.popup__elem { 
	overflow: auto;
	padding: 5px 0;
}
.popup__elem_sizeable { overflow: visible; }

.popup__key {
	float: left;
	width: 75px;
	line-height: 27px;
	vertical-align: middle;
}
.popup__val { margin-left: 75px; }
.popup__val input, .popup__val textarea, .popup__val input.res_ok {
	border: 1px solid #3d3d3d;
	padding: 2px 5px;
	height: 21px;
	width: calc(100% - 12px);
	border-radius: 3px;
}
.popup__val select {
	border: 1px solid #3d3d3d;
	border-radius: 3px;
	width: 100%;
	padding: 2px 2px;
}

.popup__val textarea {
	height: 200px;
	font-size: 13px;
}

.popup__val input.res_err, .popup__val textarea.res_err {
	border: 1px solid #952869;
	background: #f9f7a2;
}

.popup__checkbox { 
	overflow: hidden;
	height: 21px; 
	line-height: 21px; 
	vertical-align: middle;
	width: 100%;
}
.popup__checkbox  input {  
	width: 15px;
	margin-left: 4px;  
	transform: scale(1.3);
} 
.popup__checkbox input, .popup__checkbox label  { 
	float: left;
	margin-right: 10px;
}
.popup__checkbox a  { float: right; }

.popup__res { padding-top: 2px; }
.popup__result {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.popup .res_ok { color: #336b00; }
.popup .res_err { color: #952869; }

.popup__buttons { 
	overflow: auto;
	margin-top: 10px; 
}
.popup__buttons a { 
	float: left;
	width: 48%;
	margin-right: 10px;
}
.popup__buttons a:last-child { 
	margin-right: 0px;
	float: right;
}
.popup__info { margin: 10px 0; font-size: 13px; }

/* form */
.form { overflow: visible; }
.form_grey { background-color: #c6c6c8; }
.form_agrey, .form__elem_agrey  { background-color: #aab1bb; }
.form_corner { border-radius: 5px; }
.form__title { padding: 15px 10px;  color: #222; font-size: 16px;}
.form__elem { 
	padding: 15px 10px; 
	overflow: auto; 
}
.from__elem_sizeable {
	overflow: visible; 
	position: relative;
}

.form__elem_purple { background-color: #932975; }
.form__elem_pink { background-color: #bbaab6; }
.form__elem_blue { background-color: #869ab7; }

.form__link { float: left; }
.form__title-hint { float: left; padding-left: 10px; }
.form__elem_double > div {
	width: calc(50% - 5px);
	margin-right: 10px;
	float: left;
}
.form__elem_double > div:last-child { 
	margin-right: 0; 
}
.form__key { overflow: auto;  }
.form__inf { 
	overflow: auto; 
	background-color: #e3e3e4; 
	padding: 10px;  
	font-size: 13px;
	border-radius: 3px;
}
.form__val input, .form__val textarea, .form__val input.res_ok {
	padding: 2px 5px;
	height: 21px;
	width: calc(100% - 10px);
	color: #535353;
	border-radius: 3px;
}
.form__val select {
	width: 100%;
	padding: 2px 2px;
	border-radius: 3px;
	height: 25px;
}
.form__val textarea {
	height: 200px;
}
.form__val_small textarea {
	height: 40px;
}

.form__val input.res_err, .form__val textarea.res_err {
	color: #222;
	background: #f9f7a2;
}
.form__checkbox { 
	float: left; 
	height: 21px; 
	line-height: 21px; 
	vertical-align: middle;
	width: 100%;
}
.form__checkbox  input {  
	width: 15px;
	margin-left: 4px;  
	transform: scale(1.3);
}
.form__checkbox input, .form__checkbox label  { 
	float: left;
	margin-right: 10px;
}

.form__datebirth { 
	background-color: #fff; 
	border-radius: 3px; 
	padding: 0 5px;
}
.form__datebirth select { width: calc(20% - 4px); }
.form__datebirth input { width: calc(60% - 10px); }

.form__res { color: #fff; }
.form__result {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}
.form .res_ok { color: #336b00; }
.form .res_err { color: #222; }

.form__buttons { 
	padding: 15px 10px;
	overflow: auto;
}
.form__buttons a { 
	float: left;
	width: 48%;
	margin-right: 10px;
}
.form__buttons a:last-child { 
	margin-right: 0px;
	float: right;
}
.form__val input.form__input-title { font-size: 20px; height: 31px; }
.form__rub-link {
	color: #777;
    font-size: 14px;
    line-height: 18px;
    margin-right: 15px;
    padding: 0 4px;
    margin: 5px;
    white-space: nowrap;
    
}
.form__rub-link_sel, .form__rub-link:hover {
	background: #0544a3;
    color: #ffffff;
    text-decoration: none;
}
   


/* upload */
.upload { overflow: auto; padding: 10px; }
.upload__title { 
	color: #222; 
	font-size: 16px; 
	margin-bottom: 10px;
}
.upload__notice {
	background: url("../images/voskl.gif") no-repeat scroll 0 0;
	min-height: 12px; 
	padding-left: 20px;
	margin: 10px 0;
}
.upload__form { margin: 10px 0; }
.upload__form input  { width: 100%; }
.upload__progress-tape { margin: 10px 0; }
.upload__progress-bar { 
	background-color: #f9f7a2;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
    width: 0; 
    display: none;
}
.upload__avatar {  border: 1px solid #707070; }
.upload__image img { border: 1px solid #707070; }
.upload__image_sel img { border: 2px solid #707070; }

/* balance */
.balance, .balance__cap { overflow: auto; }
.balance__link { 
	float: left; 
	margin-left:10px; 
	color: #fff;
}

/* user */
.user { 
	overflow: auto; 
	background-color: #e1e1e1;
	padding: 10px;
}
.user__avatar { 
	float: left;
	width: 150px; 
}
.user__avatar img { border: 1px solid #707070; }

.user__info {
	float: left;
	width: calc(100% - 150px); 
	font-size: 13px;
}
.user__act { 
	margin: 10px 0;
}
.user__act a { 
	float: left;
	width: 48%;
	margin-right: 10px;
}
.user__act a:last-child { 
	margin-right: 0px;
	float: right;
}

/* MISC */
.honor {
	background: #dcebfa;
	color: #333;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    white-space: nowrap;    
    border-radius: 30px;
}
.answer-vote td, .answer-vote th { padding: 10px; }

.tag-link { cursor: pointer; margin-right: 3px; }

.recommend { white-space: nowrap;  }

/* res */
.res__hint, .res__total { display: none; }

#answer { position: relative; top: -20px; }

/* likeit */
.likeit {
	overflow: hidden;
}
.likeit__counter {
	float: left;
	margin-right: 5px;
}
.likeit__counter_off { display: none; }

.likeit__button {
	float: left;
	width: 120px;
}
.comment__button {
	float: left;
	width: 150px;
}

/* END ELEMENTS*/

@media screen and (max-width: 1023px) {
	footer { height: 166px; }
	.content-middle { 
		padding-top: 10px;
		padding-bottom: 186px;
	}


	.adv-vertical { display: none; }
	.wr {  width: 98%; }
	.m__left { width: 100%; clear: both;  float: none; overflow: auto;  }
	header .m__left { margin-bottom: 10px; }
	.m__center { width: 100%; margin: 0; }
	.m__center_r { width: calc(100% - 242px - 30px); margin-right: 30px;  }


	.logo { 
		width: 100px; 
		height: 21px; 
		background: url("../images/logo_mobile.png");  
	}
	.head-btn { margin-top: 10px; }
	.search .m__left, .search__pl { display: none; }
	.search__form { padding: 10px; }
	.rubric { display: none; }
	.footer__links { padding-left: 0; }
	.info_full { display: none; }
	.top-line { margin-bottom: 10px; }
	.content-middle .m__left { margin-top: 20px; }
}

@media screen and (max-width: 727px) {
	.logo { float: left; clear: both; }
	footer {  height: 306px; }
	.content-middle { 
		padding-top: 10px;
		padding-bottom: 326px;
	}
	.wr {  width: 95%; }
	.m30, .m40  { margin-bottom: 20px; }
	header .stat { display: none; }
	.m__left, .m__right, .m__center { width: 100%; margin: 10px 0; }
	.search__sel { display: none; }
	.search__inp { width: calc(100% - 5px);} 
	.article__txt, .article__side { width: 100%; }
	.actions { width: calc(100% - 20px);} 
	.actions .button { width: 100%; margin: 5px 0;  } 
	.actions a:last-child { float: left; margin: 5px 0;  } 
	.article__bl { padding-left: 0; }
	.list_person .list__theme, .list_person .list__txt, .list_person .list__author, .list_person .list__inf {
		margin-right: 0;
	}
	.list__person { position: static; }
	.list__actions > a {
		float: left; margin: 5px 0; width: 100%;
	}

	.popup { 
		width: 300px; 
		left: 0 !important; 
		right: 0 !important; 
		padding: 10px;
		margin: 0 auto;
		position:absolute !important;
	}
	
	.head-btn { float: right; margin-top: 0px; }
	.hint__menu { display: block; }
	.m__center_menu { display: none; }
	
}

@media screen and (max-width: 665px) {
	html, body, .top-line, .tab {  font-size: 13px; }
	.mi__center, .mi__side { width: 100%; clear: both; margin-top: 20px;}
	.article__txt img  { max-width: 100%; } 
	.list__menu { position: static; padding-left: 7px; }
	.top-line { height: auto; }
	.top-line__signup { float: right; }
	 
	.top-line__info, .top-line__usr { display: none; }
	.user__act a { width: 100%; margin: 5px 0; }
	.article__bl { margin-bottom: 10px; }
	.article__side { margin-top: 10px; }
	.list__button { width: 100%; }
	.list__author, .list__ts, .list__inf { font-size: 13px; }
	.form__buttons a { width: 100%; margin: 5px 0;}
	.form__title-hint { 
		background-color: #fff; 
		width: calc(100% - 10px); 
		font-style: italic;
		border-radius: 3px;   
	}
	.form__datebirth select { width: 35px; }
	.form__datebirth input { width: 30px; }
	.form__checkbox input { width: 16px; }
	.m__right_inner-header { display: none; }
	
	.ulist__title { padding: 0; margin-bottom: 25px; }
	.ulist__link_m2 { right: 130px; }
	.ulist__link_m3 { right: 235px; }
	.ulist__right { float: left; width: 100%; margin-top: 10px; }
	.tags-list { display: block; }
	.article__txt { 
	    font-size: 15px;
	    line-height: 1.4;
	}
	.article__inf_small {
		font-size: 13px;
	}
	.menu__elem { width: 50%;  margin-left: 0; margin-bottom: 10px; }
	
	
}
@media screen and (max-width: 320px) {
	.adv-horizontal { margin-left: -8px; }
}
