@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.clear {
    clear: both;
}

b, strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    color: #2B587A;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input, button {
    padding: 0px;
    margin: 0px;
    line-height: normal;
    outline: none;
    border: none;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

button {
    cursor: pointer;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #373737;
}

::-moz-placeholder {
    color: #373737;
}

:-moz-placeholder {
    color: #373737;
}

:-ms-input-placeholder {
    color: #373737;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

:focus {
    outline: none;
}

body {
    background: url("../images/bg_top.png") 50% 0% no-repeat #4a9e6b;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #313131;
}

.bg {
    background: url("../images/bg_bottom.png") 50% 100% no-repeat;
    min-height: 100%;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 1000px;
}

.left_block {
    float: left;
    width: 215px;
    background: url("../images/bg_block.png") 0px 0px repeat;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    padding-bottom: 20px;
}

.content {
    float: left;
    width: 550px;
    margin: 0px 10px;
}

.right_block {
    margin-left: 785px;
    background: url("../images/bg_block.png") 0px 0px repeat;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    padding-bottom: 20px;
    min-height: 200px;
}

/*   header   */

.header {
    width: 1000px;
    height: 220px;
    margin: 0 auto;
    position: relative;
    padding-top: 258px;
}

.header .logo {
    width: 463px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 85px;
    z-index: 2;
}

.header .system_link {
    position: absolute;
    right: 0px;
    top: 15px;
    color: #fff;
    font-size: 14px;
}

.header .system_link span {
    display: block;
    float: left;
    padding: 0px 10px;
}

.header .system_link a.login_link,
.header .system_link a.login_link2 {
    display: block;
    float: left;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.header .system_link a.login_link:hover,
.header .system_link a.login_link2:hover{
    text-decoration: none;
    color: #ffd700;
}

.header .system_link a.home {
    display: block;
    float: left;
    background: url("../images/home_icon.png") 0px 0px no-repeat;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 3px 10px 0px 20px;
}

.header .system_link a.feedback {
    display: block;
    float: left;
    background: url("../images/feedback_icon.png") 0px 0px no-repeat;
    width: 12px;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 5px 10px 0px 0px;
}

.header .system_link a.sitemap {
    display: block;
    float: left;
    background: url("../images/sitemap_icon.png") 0px 0px no-repeat;
    width: 17px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: 4px;
}

.header .top_menu {
    width: 1000px;
    height: 42px;
    background: url("../images/top_menu_bg.png") 0px 0px no-repeat;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
}

.header .top_menu ul {
    display: block;
    height: 42px;
    float: left;
}

.header .top_menu ul li:first-child {
    margin: 0px 15px 0px 25px;
}

.header .top_menu ul li {
    display: block;
    float: left;
    line-height: 42px;
    margin: 0px 30px;
}

.header .top_menu ul li a {
    font-size: 16px;
    color: #dcf5ea;
    text-decoration: none;
    text-transform: uppercase;
}

.header .top_menu ul li a:hover {
    color: #fdce06;
}

.header .top_menu ul li.active a {
    color: #fdce06;
}

.header .search_block {
    float: right;
    width: 295px;
    height: 29px;
    position: relative;
    margin: 7px 7px 0px 0px;
}

.ya-site-form__form .ya-site-form__input-text {
    padding: 0 10px;
}

.search_block .ya-site-form__form .ya-site-form__input-text {
    height: 30px !important;
}

.search_block .ya-site-form__submit {
        padding: 4px 10px;
        cursor: pointer;
        color: #0e4742;
}

.header .search_block .input_search {
    display: block;
    background: url("../images/search_bg.png") 0px 0px no-repeat !important;
    width: 255px;
    height: 29px;
    color: #373737;
    padding: 0px 30px 0px 10px !important;
    border: none !important;
}

.header .ya-site-form__search,
.header .ya-site-form__search td {
    border-radius: 7px;
}

.header .search_block .btn_search {
    display: block;
    background: url("../images/search_btn.png") 0px 0px no-repeat;
    width: 14px;
    height: 17px;
    position: absolute;
    right: 9px;
    top: 7px;
    overflow: hidden;
    text-indent: -9999px;
    cursor:pointer;
}

.header .menu_header ul {
    width: 1000px;
    text-align: center;
}

.header .menu_header ul li {
    float: left;
    display: inline-block;
    width: 20%;
    text-align: center;
}

.header .menu_header ul li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
}

.header .menu_header ul li a:hover {
    color: #fed303;
    text-decoration: none;
}

.header .menu_header ul li a img {
    display: inline-block;
    width: 94px;
    height: 94px;
    border: 5px solid #6db193;
    border-radius: 94px;
    -webkit-border-radius: 94px;
    -moz-border-radius: 94px;
}

.header .menu_header ul li a:hover img {
    border: 5px solid #c1ffc0;
    -webkit-box-shadow: 0px 0px 18px #c1ffc0;
    -moz-box-shadow: 0px 0px 18px #c1ffc0;
    box-shadow: 0px 0px 18px #c1ffc0;
}

.header .menu_header ul li a span {
    display: block;
    padding-top: 5px;
}

.header .menu_header ul li.active a {
    color: #fed303;
}

.header .menu_header ul li.active a img {
    border: 5px solid #c1ffc0;
    -webkit-box-shadow: 0px 0px 18px #c1ffc0;
    -moz-box-shadow: 0px 0px 18px #c1ffc0;
    box-shadow: 0px 0px 18px #c1ffc0;
}

/*   категории раздела   */

.section_cat .title_block {
    background: url("../images/head_block.png") 0px 0px no-repeat;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #c2e9da;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #56846f;
}

.section_cat ul {
    display: block;
    padding: 15px 0px 5px 0px;
}

.section_cat ul li {
    display: block;
    padding: 0px 20px 15px 10px;
}

.section_cat ul li span.catNumData {
color: #F9F9F9;
}

.section_cat ul li a b {
    color: #fed402;
}

.section_cat ul li .catDescr {
    color: #F9F9F9;
    padding: 5px 0px 0px 7px;
}

.section_cat ul li.active a {
    color: #fed402;
    text-decoration: none;
}

.section_cat ul li.active a:hover {
    text-decoration: none;
}

.section_cat ul li a {
    color: #c2e9da;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

.section_cat ul li a:hover {
    color: #fed402;
    text-decoration: underline;
}

/*   интересные_статьи   */

.interesting_articles .title_block {
    background: url("../images/head_block.png") 0px 0px no-repeat;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #c2e9da;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.interesting_articles ul {
    display: block;
    padding: 20px 0px;
}

.interesting_articles ul li {
    display: block;
    text-align: center;
    padding-bottom: 15px;
}

.interesting_articles ul li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

.interesting_articles ul li a:hover {
    color: #fed402;
    text-decoration: none;
}

.interesting_articles ul li a img {
    display: inline-block;
    max-width: 180px;
    padding-bottom: 5px;
}

.interesting_articles ul li a span {
    display: block;
}

/*   опрос   */

.vote_block {
    color: #fff;
}

.vote_block .title_block {
    background: url("../images/head_block.png") 0px 0px no-repeat;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #c2e9da;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*   text_top   */

.text_top {
  background: url("../images/text_top_bg.png") 50% 0px no-repeat;
  color: #f7fefa;
  height: 228px;
  vertical-align: middle;
  display: table-cell;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 21px;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.7);
}

/*   speedbar   */

.speedbar {
    color: #c2e9da;
    font-size: 12px;
    padding-bottom: 15px;
}

.speedbar a {
    color: #c2e9da;
    font-size: 12px;
    text-decoration: underline;
}

.speedbar a:hover {
    color: #fed303;
    text-decoration: none;
}

/*   shortstory   */

.shortstory {
    background: #ffffff;
    padding: 10px 15px;
    color: #444444;
    font-size: 13px;
    line-height: 18px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 15px;
}

.shortstory .title_news {
    padding-bottom: 15px;
}

.shortstory .title_news a {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.shortstory .title_news a:hover {
    text-decoration: none;
}

.shortstory img {
    max-width: 520px !important;
}

.shortstory .info_news {
    position: relative;
    color: #848484;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #d0edff;
    padding: 7px 150px 7px 0px;
}

.shortstory .info_news a {
    color: #41658C;
    text-decoration: underline;
}

.shortstory .info_news a:hover {
    text-decoration: none;
}

.shortstory .info_news .read_more {
    position: absolute;
    right: 0px;
    top: 10px;
}

.shortstory .info_news .read_more a {
    background: url("../images/read_more_bg.png") 0px 0px no-repeat;
    display: block;
    width: 130px;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #252525;
    font-size: 14px;
}

.shortstory .info_news .read_more a:hover {
    background-position: 0px -39px;
}

/*   navigation   */

.navigation {
    display: inline-block;
    width: 549px;
    height: 25px;
    background: url("../images/navigation_bg.png") 0px 0px no-repeat;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    margin: 10px 0px 20px 0px;
}

.navigation span {
    display: inline-block;
    color: #fbc30d;
    margin: 0px 8px;
}

.navigation span.nav_ext {
    color: #fff;
    margin: 0px;
}

.navigation a {
    display: inline-block;
    color: #ffffff;
    margin: 0px 8px;
    text-decoration: none;
}

.navigation a:hover {
    color: #fbc30d;
    text-decoration: none;
}

.navigation a span.pnext,
.navigation a span.pprev {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.navigation span.pnext,
.navigation span.pprev {
    margin: 0px;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.navigation a:hover span.pnext,
.navigation a:hover span.pprev {
    color: #fbc30d;
    text-decoration: none;
}

/*   актуальные материалы   */

.actual_materials .title_block {
    background: url("../images/head_block.png") 0px 0px no-repeat;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #c2e9da;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.actual_materials .in_forum {
padding: 10px 0px;
color: #fff;
text-align: center;
font-size:14px;
font-weight: 700;
text-transform: uppercase;            
}

.actual_materials ul {
    display: block;
    padding: 10px 0px;
}

.actual_materials ul li {
    display: block;
    padding: 0px 10px;
    margin-bottom: 5px;
}

.actual_materials ul li .title_material {
    padding-bottom: 5px;
}

.actual_materials ul li .title_material a {
    font-size: 13px;
    font-weight: 700;
    color: #fefefe;
    text-decoration: underline;
}

.actual_materials ul li .title_material a:hover {
    color: #fed402;
    text-decoration: none;
}

.actual_materials ul li .desc_material {
    color: #eeeeee;
    font-size: 12px;
    padding-bottom: 5px;
}

.actual_materials ul li .info_material {
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    font-size: 11px;
    overflow: hidden;
}

.actual_materials ul li .info_material span.number_topics {
    float: left;
}

.actual_materials ul li .info_material span.number_replies {
    float: right;
}

/*   помощь эксперта   */

.expert_help {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding-bottom: 15px;
}

.expert_help .title_block {
    background: url("../images/head_block.png") 0px 0px no-repeat;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #c2e9da;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.expert_help a.question_btn {
    display: inline-block;
    width: 139px;
    height: 27px;
    background: url("../images/question_btn.png") 0px 0px no-repeat;
    line-height: 27px;
    color: #2d2e2e;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
}

.expert_help a.question_btn:hover {
    background-position: 0px -32px;
    text-decoration: none;
}

/*   видео рекомендации   */

.video_recommendation {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}

.video_recommendation .title_block {
    background: url("../images/head_block.png") 0px 0px no-repeat;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #c2e9da;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fullstory {
    background: #fff;
    padding: 10px;
    color: #212121;
    font-size: 13px;
    line-height: 18px;
    min-height: 500px;
}

.fullstory .title_news {
    padding-bottom: 10px;
}

.fullstory .title_news h1 {
    color: #239550;
    font-size: 19px;
    text-transform: uppercase;
}

.fullstory img {
    max-width: 530px;
}

.fullstory .info_news {
    position: relative;
    color: #848484;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #d5d5d5;
    padding: 7px 0px 7px 0px;
}

.fullstory .info_news a {
    color: #41658C;
    text-decoration: underline;
}

.fullstory .info_news a:hover {
    text-decoration: none;
}


.fullstory iframe {
    max-width: 530px !important;
}


/*   reccomend_news   */

 .reccomend_news .title_block {
    border-top: 1px solid #d5d5d5;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.reccomend_news ul li {
    display:block;
    margin-bottom: 10px;
    text-align: center;
}

.reccomend_news ul li a {
    color:#41658C;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.reccomend_news ul li a:hover {
    color:#41658C;
    text-decoration: none;
}
                  

/*   social_block   */

.social_block {
    padding: 15px 0px;
}

.social_block .title_block {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

/*   add comment   */

.add_comment {
    padding: 20px 0px;
}

.add_comment .title_block {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.add_comment ul li {
    display: block;
    padding-bottom: 10px;
    color: #000;
}

.add_comment ul li input[type="text"] {
    background: #ffffff;
    width: 270px;
    display: inline-block;
    height: 34px;
    color: #333;
    font-size: 12px;
    padding: 0px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
}

.add_comment ul li textarea {
    background: #ffffff;
    display: inline-block;
    color: #333;
    font-size: 12px;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    resize: none;
    border: none;
}

.add_comment ul li.sec_code a {
color:#fff;
}

.add_comment ul li button[type="submit"] {
    display: inline-block;
    width: 96px;
    height: 27px;
    background: url("../images/add_comment_btn.png") 0px 0px no-repeat;
    text-align: center;
    color: #2d2e2e;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

/*   comment   */

.comment {
    min-height: 85px;
    background: #f1f1f1;
    border: 0px solid #e4e4e4;
    padding: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
}

.comment .avatar_user {
    width: 60px;
    height: 60px;
    float: left;
}

.comment .avatar_user img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.comment .info_comment {
    margin-left: 75px;
}

.comment .info_comment .user_name {
    padding-bottom: 10px;
}

.comment .info_comment .user_name a {
    display: inline-block;
    position: relative;
    color: #1d739f;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.comment .info_comment .user_name a:after {
    position: absolute;
    right: -25px;
    top: 4px;
    display: block;
    width: 15px;
    height: 13px;
    background: url("../images/user_comment_icon.png") 0px 0px no-repeat;
    content: "";
}

.comment .info_comment .user_name a:hover {
    text-decoration: none;
}

.comment .info_comment .user_name .date_comment {
    display: inline-block;
    float: right;
    background: url("../images/date_comment.png") 0px 2px no-repeat;
    color: #888;
    font-size: 13px;
    padding-left: 20px;
}

.comment .info_comment .user_name .date_comment input {
    margin-left: 15px;
}

.comment .info_comment .text_comment {
    position: relative;
    border: 1px dashed #cacaca;
    color: #5c5c5c;
    font-size: 13px;
    line-height: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 15px;
    text-align: justify;
}

.comment .info_comment .comedit {
    padding-top: 10px;
    height: 20px;
    line-height: 20px;
}

.comment .info_comment .comedit ul {
    display: block;
    float: right;
}

.comment .info_comment .comedit ul li {
    display: block;
    float: left;
    padding-right: 15px;
}

.comment .info_comment .comedit ul li a {
    font-size: 13px;
    color: #888;
    text-decoration: underline;
}

.comment .info_comment .comedit ul li a:hover {
    color: #333;
    text-decoration: none;
}


 .vote {
  margin-bottom: 7px;
}

.vote_btn {
  float: left;
display:inline-block;
width: 96px;
height: 27px;
background: url("../images/vote_btn.png") 0px 0px no-repeat;
color: #2d2e2e;
font-size: 13px;
text-align:center;
text-transform: uppercase;
  margin-right: 3px;
}

.results_btn {
  float: left;
display:inline-block;
width: 96px;
height: 27px;
background: url("../images/results_btn.png") 0px 0px no-repeat;
color: #2d2e2e;
font-size: 13px;
text-align:center;
text-transform: uppercase;
}


/*   footer   */

.footer {
    width: 1000px;
    margin: 60px auto 0px auto;
    background: url("../images/footer_line.png") 50% 0px no-repeat;
    height: 110px;
}

.footer_menu {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.footer_menu ul li:first-child {
    border-left: 0px solid #dcf5ea;
}

.footer_menu ul li {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0px 15px;
    border-left: 1px solid #dcf5ea;
}

.footer_menu ul li a {
    font-size: 14px;
    color: #dcf5ea;
    text-decoration: none;
    text-transform: uppercase;
}

.footer_menu ul li a:hover {
    color: #fdce06;
    text-decoration: none;
}

.footer .copyright {
    font-size: 12px;
    color: #ffffff;
    padding-top: 20px;
    text-align: center;
}

/*   scroll-top   */

#scroll_top {
    display: none;
    z-index: 2600;
    position: fixed;
    margin-left: 50%;
    bottom: 50%;
}

#scroll_top span {
    position: absolute;
    left: 515px;
    background: url("../images/up.png") 10px 50% no-repeat #124b46;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0px 15px 0px 32px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    opacity: 1;
}

#scroll_top span:hover {
    background-color: #063632;
}

@media screen and (min-width: 1100px) {
    #scroll_top span {
            left: 565px;
    }
}

@media screen and (max-width: 1024px) {
    #scroll_top span {
        display: none !important;
    }
}

@media screen and (max-width: 1250px) {
    #scroll_top span {
        text-indent: -9999px;
        padding: 0px;
        width: 40px;
        background-position: 50% 50%;
    }
}

.dpad.radial.infoblock {
    color: #fff;
    padding-bottom: 15px;
}

#searchinput {
    padding: 5px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.clr.berrors {
    color: #fff;
    font-size: 14px;
}

.clr.berrors b {
    padding-bottom: 7px;
    display: block;
    color: #fed402;
}

/*   login in popup   */

.b-modal {
    cursor: default !important;
}

.login_in_block .userinfo {
    padding: 0px 20px 20px 20px;
}

.login_in_block .userinfo .lcol {
    float: left;
    padding-right: 20px;
}

.login_in_block .userinfo .rcol {
    float: left;
}

.login_in_block .userinfo .rcol ul li {
    display: block;
    margin-bottom: 5px;
}







    
#login_in2 .title_block {margin: 0px auto 25px auto;}


#login_in2 #logform ul li {
    display: block;
    margin-bottom: 10px;
    padding: 0px 38px;
}

#login_in2 #logform ul li input[type="text"],
#login_in2 #logform ul li input[type="password"] {
    display: block;
    padding: 0px 13px;
    border: 0px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 276px;
    height: 34px;
    background: #fff;
    font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #939393;
}

#login_in2 #logform ul li input[type="text"]:focus,
#login_in2 #logform ul li input[type="password"]:focus {
    outline: 0;
}

#login_in2 #logform ul li.lostpassword {
    text-align: right;
    line-height: 13px;
}

#login_in2 #logform ul li.lostpassword a {
    font-size: 13px;
    color: #2c5f40;
    text-decoration: underline;
}

#login_in2 #logform ul li.lostpassword a:hover {
    text-decoration: none;
}

#login_in2 #logform ul li.lbtn button {
    display: block;
    width: 302px;
    height: 34px;
    background: #104a45;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase;
}

#login_in2 #logform ul li.lbtn button:hover {
    background: #275e54;
}

#login_in2 #logform ul li.reg_new_account {
    padding: 10px 0px 17px 0px;
    text-align: center;
    font-size: 13px;
    color: #343434;
}

#login_in2 #logform ul li.reg_new_account a {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    text-decoration: underline;
}

#login_in2 #logform ul li.reg_new_account a:hover {
    text-decoration: none;
    color: #000;
}


form#userinfo {
    background: #fff;
    padding: 10px;
}

.f_input {
    width: 300px;
    padding: 1px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea, .xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    background: #fff url("../images/fields.png") repeat-x;
    border: 1px solid #bcc0c2;
}

form#registration {
    background: #fff;
    padding: 10px;
}

.fbutton {
    -moz-box-shadow: 0 1px 4px -3px black;
    -webkit-box-shadow: 0 1px 4px -3px black;
    box-shadow: 0 1px 4px -3px black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

}

button.fbutton span {
    cursor: pointer;
    display: block;
    padding-top: 2px;
}

.fbutton {
    text-shadow: 0 1px 0 #fff;
    font-size: 1.15em;
    margin-bottom: 2px;
    border: 1px solid #bcc5c9;
    width: 100px;
    height: 29px;
    color: #596368;
    padding: 2px 0 5px 0;
    background: #fff url("../images/fbutton.png") repeat-x 0 100%;
    font-weight: bold;
}

table.MsoTableGrid td {
vertical-align: middle;
}

.counter {display:none;}

#dle-content h2 {
font: 14pt Tahoma;
margin: 0px;
}

.yandex_rtb__top {
	min-height: 90px;
}
