@import url(http://fonts.googleapis.com/css?family=Roboto:400italic,700italic,700,400&subset=latin,cyrillic);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
 font-family: sans-serif;
 
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
* {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
progress,
video {
 display: inline-block;
 vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden],
template {
 display: none;
}
a {
 background-color: transparent;
}
a:active,
a:hover {
 outline: 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
h1 {
 margin: 0.67em 0;
 font-size: 2em;
}
mark {
 background: #ff0;
 color: #000;
}
small {
 font-size: 80%;
}
sub,
sup {
 position: relative;
 vertical-align: baseline;
 font-size: 75%;
 line-height: 0;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 1em 40px;
}
hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}
pre {
 overflow: auto;
}
code,
kbd,
pre,
samp {
 font-size: 1em;
 font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
 margin: 0;
 color: inherit;
 font: inherit;
}
button {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 
 -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
 line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 
 -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #c0c0c0;
}
legend {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
}
optgroup {
 font-weight: bold;
}
table {
 border-spacing: 0;
 border-collapse: collapse;
}
td,
th {
 padding: 0;
}
/*----------common-----------*/

body {
 left: 0;
 right: 0;
 top: 0;
 z-index: 100;
 color: #252525;
 font: 12px 'Roboto', sans-serif; /*15px*/
 line-height: 1.4;
 
 -webkit-font-smoothing: antialiased;
}
a {
 background-color: transparent;
 color: #498bfa;
 text-decoration: none;
 webkit-transition: color .15s ease-out;
 transition: color .15s ease-out;
}
a:active,
a:hover {
 outline: 0;
 color: #498bfa;
}
ul,
li {
 list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
form {
 margin: 0;
 padding: 0;
}
.clr:after {
 display: table;
 clear: both;
 content: '';
}
:focus {
 outline: none;
}
.text-replace {
 overflow: hidden;
 text-indent: 2000px;
 white-space: nowrap;
}
button {
 cursor: pointer;
}

.margin-left {
 margin-left: 15px;
}
.margin-bottom {
 
}
#mobmenu {margin-top: 0px !important;}
/*----------inputs-----------*/



input[type="submit"],
input[type="reset"],
input[type="button"] {
 /* color: #252525;*/
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
 padding: 10px 20px 10px;
 border: 1px solid #ccc;
 border-radius: 8px;
 font-size: 12px;
 line-height: 18px;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background-color: transparent;
}

input[type="text"],
input[type="password"],
textarea {
 
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
 
}

textarea {
 width: 100%;
 resize: vertical
}





/*----------header-----------*/

.header {
 position: relative;
 padding: 0 49px;
 height: 43px;
 background-color: #252525;
 box-shadow: 0px 1px 6px 0.00px rgba(0, 0, 0, 0.4);
 text-align: center;
}
.header__ttl {
 overflow: hidden;
 color: #fff;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 15px;
 line-height: 43px;
}

.header__show-sb,
.header__back2 {
 position: absolute; 
 padding: 0;
 border: none;
 background-position: 50%;
 background-repeat: no-repeat;
 background-color: transparent;
}

.header__show-sb {
 right: 15px;
 top: 50%;
 margin-top: -9px;
 width: 19px;
 height: 17px;
 background-size: contain;
 background-image: url('/pda_template/img/menu.svg');
}
.header__back {display: none !important;}
.header__show-sb.sb-opened {
 background-image: url('/pda_template/img/close.svg');
}

.header__back2 {
 left: 0;
 padding: 0;
 width: 49px;
 top: 0;
 bottom: 0;
 background-size: 8px auto;
 background-image: url('/pda_template/img/arrow-left.svg');
}

.header.affix {
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 z-index: 100;
}

/*----------content-----------*/

.content-b {
 margin-bottom: 5px; 
}

.menu a,
.soc-login {
 position: relative;
 display: block;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0 30px 0 50px;
 width: 100%;
 height: 75px;
 border-bottom: 1px solid #ccc;
 font-size: 15px;
 line-height: 5;
}
.menu a:before,
.menu a:after,
.soc-login:before,
.soc-login:after,
.author-row:after {
 position: absolute;
 display: block;
 content: '';
 background-size: 98% auto;
}
.menu a:before,
.soc-login:before {
 top: 0;
 bottom: 0;
 left: 0;
 background-repeat: no-repeat;
 background-position: 50%;
}
.menu a:before {
 background-image: url('/pda_template/img/text.svg');
 width: 28px;
}

.menu a:after,
.soc-login:after,
.author-row:after {
 top: 50%;
 right: 15px;
 margin-top: -12px;
 width: 11px;
 height: 25px;
 background: url('/pda_template/img/arrow.svg') no-repeat 50%;
 background-size: 98% auto;
}
.menu a[href*=projects]:before {
 background-image: url('/pda_template/img/photo.svg');
 width: 37px; 
}
.menu a[href*=price]:before {
 background-image: url('/pda_template/img/load.svg');
 width: 28px;
}
.menu a[href*=about_us]:before {
 background-image: url('/pda_template/img/publ.svg');
 width: 32px;
 left: 2px;
}
.menu a[href*=store]:before {
 background-image: url('/pda_template/img/sprite.png');
 width: 38px;
}
.menu a[href*=gb]:before {
 background-image: url('/pda_template/img/gb.svg');
 width: 39px;
}
.menu a[href*=contacts]:before {
 background-image: url('/pda_template/img/dir.svg');
 width: 31px;
 left: 2px;
}
.menu a[href*=board]:before {
 background-image: url('/pda_template/img/board.svg');
 width: 35px;
}
.menu a.desktop:before {
 background-image: url('/pda_template/img/desktop.svg');
 /* width: 53px;*/
 width: 35px;
 left: 3px;
}
.menu span {
 display: inline-block;
 vertical-align: middle;
 line-height: 1.2;
}


/*----------sidebar-----------*/

.sidebar {
 box-shadow: -10px 0px 30px 0.00px rgba(0, 0, 0, 0.73);
}

.sidebar-inner {
 padding-top: 43px;
}

.search {
 padding: 15px 20px;
}

.search form {
 position: relative;
}


.search input[type="text"] {
 padding-left: 40px;
}

.sidebar .search input[type="text"] {
 width: 100%;
}

.search input[type="submit"] {
 position: absolute;
 left: 1px;
 top: 1px;
 width: 40px;
 height: 38px;
 border: none;
 background: url('/pda_template/img/search.svg') no-repeat 50% 50%;
 background-size: 17px auto;
}

.sidebar__footer {
 background-color: #eee;
 font-size: 12px;
 text-transform: uppercase;
 width: 100%;
 height: 32px;
 line-height: 32px;
 text-align: center;
 font-weight: 300;
}
.soc-login {
 color: #fff;
 border-bottom-color: #fff;
}
.soc-login.uid {
 background-color: #607fd2;
}
.soc-login.uid:before {
 background-image: url('/pda_template/img/png/uid.png');
 width: 20px;
 left: 15px;
}
.soc-login:after {
 background-image: url('/pda_template/img/arrow-white.svg');
}
.soc-login.vkontakte {
 background-color: #36638e;
}
.soc-login.vkontakte:before {
 background-image: url('/pda_template/img/vk.svg');
 width: 28px;
 left: 15px;
}
.soc-login.facebook {
 background-color: #3b5999;
}
.soc-login.facebook:before {
 background-image: url('/pda_template/img/fb.svg');
 width: 14px;
 left: 22px;
}
.soc-login.twitter {
 background-color: #5ea9dd;
}
.soc-login.twitter:before {
 background-image: url('/pda_template/img/tw.svg');
 width: 28px;
 left: 14px;
}
.soc-login.yandex {
 background-color: #da3f2b;
}
.soc-login.yandex:before {
 background-image: url('/pda_template/img/yandex.svg');
 width: 18px;
 left: 18px;
}
.soc-login.google {
 background-color: #da4835;
}
.soc-login.google:before {
 background-image: url('/pda_template/img/gplus.svg');
 width: 25px;
 left: 16px;
}
.soc-login.reg {
 color: #252525;
}
.soc-login.reg:before {
 background-image: url('/pda_template/img/lock.svg');
 background-position: 50% 45%;
 width: 24px;
 left: 18px;
}
.soc-login.reg:after {
 background-image: url('/pda_template/img/arrow.svg');
}

.avatar-b {
 padding: 4px 20px 30px;
 
}

.avatar-img,
.user_avatar img {
 float: left;
 border: 1px solid #ccc;
 border-radius: 100%;
 width: 65px;
 height: 65px;
 overflow: hidden;
 margin-right: 13px;
}

.username {
 font-size: 15px;
 margin: 4px 0 5px;
 display: inline-block;
}

.username-sub {
 font-size: 12px;
 color: #b4b4b4;
}

.logout-row {
 text-align: center;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 padding: 7px 0;
 margin: 0 0 8px 15px;
}
.logout-lnk {
 font-size: 15px;
 padding-left: 34px;
 line-height: 23px;
 background: url(/pda_template/img/exit.svg) no-repeat 0 0;
 background-size: contain;
}


/*----------materials-----------*/
.material-img {
 width: 100%;
 height: 117px;
 background-repeat: no-repeat;
 background-position: 50%;
 background-size: cover;
 position: relative;
}
.material-img:before {
 content: '';
 display: block;
 position: absolute;
 left: 50%;
 bottom: 0;
 margin-left: -7px;
 border-bottom: 6px solid #fff;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
}
.row-lnk.row-lnk--mview {
 padding-left: 15px;
 line-height: 85px;
 border-bottom: none;
}
.catPages1 {
 border-top: 1px solid #ccc;
 
}
.nextPage,
.prevPage {
 display: block;
 height: 75px;
 background-position: 50%;
 background-size: auto 21px;
 background-repeat: no-repeat;
 width: 50%;
 float: left;
}
.nextPage {
 background-image: url('/pda_template/img/next.svg');
}
.prevPage {
 background-image: url('/pda_template/img/prev.svg');
}
.nextPage.only-swch,
.prevPage.only-swch {
 width: 100%;
 float: none;
}


/*---in-----------*/

.material-ttl-bg {
 min-height: 200px;
 background-repeat: no-repeat;
 background-position: 50%;
 background-size: cover;
 color: #252525;
 padding: 138px 15px 15px;
}

.material-ttl {
 font-size: 15px;
 font-weight: 700;
 padding: 15px;
}

.material-ttl-bg .material-ttl {
 color: #fff;
 padding: 0;
}

.author-row {
 padding: 17px 15px 15px;
 background-color: #282828;
 color: #fff;
 display: block;
 overflow: hidden;
 position: relative;
}

.author-row:hover {
 color: #fff;
}

.author-row:before {
 display: block;
 content: '';
 position: absolute;
 bottom: 0;
 left: 105px;
}

.author-row .avatar-img {
 border: none;
}

.author-r-date {
 color: #b4b4b4;
 display: block;
}

.author-row:before {
 display: block;
 content: '';
 position: absolute;
 bottom: -1px;
 left: 40px;
 border-bottom: 5px solid #fff;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
}

.author-r-date:before {
 content: '';
 display: inline-block;
 width: 12px;
 height: 12px;
 background: url('/pda_template/img/png/date.png') no-repeat 50%;
 background-size: cover;
 vertical-align: middle;
 margin-right: 3px;
}
.material-message {
 font-size: 15px;
 padding: 25px 15px;
 text-align: justify;
}
.material-message p {
 margin: 0 0 15px;
}
.material-message img {
 width: 100%;
 border-radius: 8px;
}
.material-details {
 font-size: 12px;
 color: #b4b4b4;
}
.material-d-reads:before,
.material-d-comm:before {
 display: inline-block;
 content: "";
 background-repeat: no-repeat;
 background-size: contain;
 background-position: 0 50%;
 vertical-align: middle;
 margin-right: 5px;
}
.material-d-reads:before {
 width: 10px;
 height: 7px;
 background-image: url('/pda_template/img/png/read.png');
}
.material-d-comm:before {
 width: 11px;
 height: 10px;
 background-image: url('/pda_template/img/png/comm.png');
}

/*----------comments-----------*/

.comments-b {
 position: relative;
 padding: 25px 15px;
}

.comments-b:before,
.comments-b:after {
 content: '';
 display: block;
 opacity: 0.271;
 position: absolute;
 left: 0;
 right: 0;
 height: 30px;
 z-index: 10;
}

.comments-b:before {
 background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,186,186,1)), color-stop(47%, rgba(246,246,246,0.53)), color-stop(100%, rgba(255,255,255,0)));
 background: -webkit-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(246,246,246,0.53) 47%, rgba(255,255,255,0) 100%);
 background: linear-gradient(to bottom, rgba(186,186,186,1) 0%, rgba(246,246,246,0.53) 47%, rgba(255,255,255,0) 100%);
 top: 0;
}

.comments-b:after {
 background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(53%, rgba(246,246,246,0.47)), color-stop(100%, rgba(186,186,186,1)));
 background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 53%, rgba(186,186,186,1) 100%);
 background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 53%, rgba(186,186,186,1) 100%);
 bottom: 0;
}

.comEnt:after {
 display: table;
 clear: both;
 content: '';
}

.comEnt + .comEnt {
 margin-top: 35px;
}

.comm-author-row {
 padding-bottom: 7px;
}

.comm-author-row .username {
 margin-top: 0;
}

.comm-author-row .avatar-img {
 width: 45px;
 height: 45px;
}

.comm-msg {
 font-size: 15px;
 color: #b4b4b4;
}

.comm-form {
 margin: 11px 30px 23px;
}

.form-row input,
.secCode {
 float: left;
}

.securityCode,
.captcha-answer {
 padding: 10px 20px 10px !important;
 line-height: 27px !important;
 font-size: 18px !important;
 max-width: 130px;
} 

#secuImgC + img,
.captcha-renew {
 display: none;
}
.comm-form input,
.comm-form textarea {
 padding: 10px 20px 10px;
 line-height: 27px;
 font-size: 18px;
 margin: 7px 0;
}
.comm-form input[type="submit"] {
 padding-left: 60px;
 background: url('/pda_template/img/submit.svg') no-repeat 20px 50%;
 background-size: 29px auto;
}

.email-fl {
 float: right;
}

.captcha-block,
#secuImgC {
 margin: 13px !important;
}



/*----------profile-----------*/

.search--user {
 text-align: center;
}

.uSearchFl {
 background: url('/pda_template/img/search.svg') no-repeat 12px 50%;
 background-size: 17px auto;
}

.search--user input {
 margin: 7px;
 width: 200px;
}

.row-lnk {
 display: block;
 width: 100%;
 line-height: 48px;
 font-size: 15px;
 padding: 0 25px 0 0;
 position: relative;
 border-bottom: 1px solid #ccc;
}

.row-lnk span {
 display: inline-block;
 line-height: 1.2;
 vertical-align: middle;
}

.row-lnk:first-child {
 border-top: 1px solid #ccc;
}

.row-lnk--arrow:after {
 content: '';
 display: block;
 width: 30px;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 background: url('/pda_template/img/arrow.svg') no-repeat 0 50%;
 background-size: 8px auto; 
}

.user-info-row {
 border-bottom: 1px solid #ccc;
 padding-bottom: 13px;
 padding-right: 15px;
 text-align: right;
 overflow: hidden;
 position: relative;
}

.user-info-row:first-child {
 border-top: 1px solid #ccc;
}

.user-info-label {
 float: left;
 width: 150px;
 text-align: left;
 color: #b4b4b4;
 vertical-align: bottom;
 line-height: 1;
 padding-top: 21px;
 
}
.user-info-value {
 font-size: 15px;
 padding-top: 19px;
 line-height: 1;
}

.badge {
 background: #282828;
 color: #FFF;
 border-radius: 10px;
 padding: 0 7px;
 font-size: 12px;
 line-height: 20px;
 height: 20px;
 display: inline-block;
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -10px;
}

/*----------media query-----------*/

@media (min-width: 660px) { 
 
 body {
 font-size: 18px;
 }
 
 .margin-left {
 margin-left: 30px;
 }
 .margin-bottom {
 
 }
 
 input[type="submit"],
 input[type="reset"],
 input[type="button"],
 input[type="text"],
 input[type="password"],
 textarea {
 padding: 16px 30px 15px;
 line-height: 27px;
 font-size: 18px;
 }
 
 .content {
 /* margin-left: 30px;*/
 /* padding-bottom: 30px;*/
 }
 .content-b {
 padding-bottom: 10px; 
 }
 .header {
 padding: 0 98px;
 height: 86px;
 }
 .header__ttl {
 color: #fff;
 font-size: 30px;
 line-height: 86px;
 }
 .header__show-sb {
 right: 30px;
 margin-top: -17px;
 width: 38px;
 height: 33px;
 }
 
 .header__back2 {
 background-size: 16px auto;
 width: 98px;
 } 
 .sidebar-inner {
 padding-top: 86px;
 }
 .sidebar__footer {
 font-size: 18px;
 height: 50px;
 line-height: 50px;
 }
 .menu a,
 .soc-login {
 padding: 0 46px 0 100px;
 height: 150px;
 font-size: 30px;
 } 
 .menu a:before {
 width: 57px;
 }
 
 .menu a:after,
 .soc-login:after,
 .author-row:after {
 width: 16px;
 right: 30px;
 }
 
 .menu a[href*=photo]:before {
 width: 74px;
 }
 .menu a[href*=load]:before {
 width: 58px;
 left: 11px;
 }
 .menu a[href*=publ]:before {
 width: 74px;
 left: 3px;
 }
 .menu a[href*=shop]:before {
 background-image: url('/pda_template/img/shop.svg');
 }
 .menu a[href*=gb]:before {
 width: 77px;
 }
 .menu a[href*=dir]:before {
 width: 61px;
 left: 3px;
 }
 .menu a[href*=board]:before {
 width: 71px;
 }
 .menu a.desktop:before {
 width: 71px;
 left: 6px;
 }
 
 .search {
 padding: 22px 30px;
 }
 
 .search input[type="text"] {
 padding-left: 60px;
 }
 
 .search input[type="submit"] {
 width: 60px;
 height: 58px;
 background-size: inherit;
 }
 .soc-login.uid:before {
 width: 30px;
 left: 10px;
 }
 .soc-login.vkontakte:before {
 width: 56px;
 left: 30px;
 }
 .soc-login.facebook:before {
 width: 27px;
 left: 45px;
 }
 .soc-login.twitter:before {
 width: 56px;
 left: 28px;
 }
 .soc-login.yandex:before {
 width: 35px;
 left: 37px;
 }
 .soc-login.google:before {
 width: 49px;
 left: 33px;
 }
 .soc-login.reg:before {
 width: 36px;
 left: 36px;
 }
 
 .avatar-b {
 padding: 6px 30px 45px;
 }
 
 
 .avatar-img,
 .user_avatar img{
 width: 130px;
 height: 130px;
 margin-right: 26px;
 }
 
 .username {
 font-size: 30px;
 margin: 7px 0 9px;
 }
 
 .avatar-b .username-sub {
 font-size: 18px; /*del*/
 }
 
 .logout-row {
 padding: 14px 0;
 margin: 0 0 15px 30px;
 }
 .logout-lnk {
 font-size: 30px;
 padding-left: 68px;
 line-height: 45px;
 }
 
 .search--user input {
 margin: 10px;
 width: inherit;
 }
 
 .uSearchFl {
 background-size: inherit;
 background-position: 19px 50%; 
 }
 
 .row-lnk {
 padding: 0 58px 0 0;
 font-size: 30px;
 line-height: 96px;
 }
 
 .row-lnk--arrow:after {
 width: 48px;
 font-size: 30px;
 background-size: inherit; 
 }
 .user-info-row {
 border-bottom: 1px solid #ccc;
 padding-bottom: 25px;
 padding-right: 30px;
 text-align: right;
 overflow: hidden;
 }
 .user-info-label {
 width: 220px;
 font-size: 18px;
 padding-top: 50px; 
 }
 .user-info-value {
 font-size: 30px;
 padding-top: 38px;
 }
 
 .badge {
 border-radius: 15px;
 padding: 0 10px;
 font-size: 18px;
 line-height: 30px;
 height: 30px;
 right: 30px;
 top: 50%;
 }
 
 
 /*----------materials-----------*/
 .material-img {
 height: 235px;
 }
 .material-img:before {
 left: 50%;
 bottom: -1px;
 margin-left: -13px;
 border-bottom: 13px solid #fff;
 border-left: 14px solid transparent;
 border-right: 14px solid transparent;
 }
 .row-lnk.row-lnk--mview {
 padding-left: 30px;
 line-height: 170px;
 }
 .catPages1 {
 border-top: 1px solid #ccc;
 }
 .nextPage,
 .prevPage {
 height: 150px;
 background-size: auto 42px;
 }
 
 
 
 .material-ttl-bg {
 min-height: 400px;
 padding: 275px 30px 30px;
 }
 .material-ttl {
 font-size: 30px;
 padding: 30px;
 }
 .material-ttl-bg .material-ttl {
 color: #fff;
 padding: 0;
 }
 .author-row {
 padding: 35px 30px 30px;
 }
 .author-r-date {
 font-size: 18px;
 }
 
 .author-r-date:before {
 width: 25px;
 height: 25px;
 margin-right: 6px;
 }
 
 .author-row:before {
 left: 83px;
 border-bottom: 9px solid #fff;
 border-left: 11px solid transparent;
 border-right: 11px solid transparent;
 
 }
 .material-message {
 font-size: 30px;
 padding: 50px 30px;
 }
 .material-message p {
 margin: 0 0 30px;
 }
 .material-details {
 font-size: 18px;
 }
 .material-d-reads:before,
 .material-d-comm:before {
 margin-right: 9px;
 }
 .material-d-reads:before {
 width: 20px;
 height: 13px;
 }
 .material-d-comm:before {
 width: 22px;
 height: 19px;
 }
 
 .comments-b {
 padding: 50px 30px;
 }
 
 .comEnt + .comEnt {
 margin-top: 70px;
 }
 
 .comm-author-row {
 padding-bottom: 10px;
 }
 
 .comm-author-row .username {
 margin-top: 0;
 }
 
 .comm-author-row .avatar-img {
 width: 90px;
 height: 90px;
 }
 
 .comm-msg {
 font-size: 30px;
 }
 
 .comm-form {
 margin: 11px 30px 23px;
 }
 
 .securityCode,
 .captcha-answer {
 padding: 15px 30px 16px !important;
 line-height: 42px !important;
 font-size: 30px !important;
 max-width: 190px;
 } 
 
 .comm-form input,
 .comm-form textarea {
 padding: 15px 30px 16px;
 line-height: 42px;
 font-size: 30px;
 margin: 11px 0;
 }
 .comm-form input[type="submit"] {
 padding-left: 90px;
 background-position: 30px 50%;
 background-size: 44px 26px;
 }
 .name-fl {
 margin-right: 20px;
 }
 .captcha-block,
 #secuImgC {
 margin: 20px !important;
 }
 
}
.xt {margin-right: 30%;}
#uCatsMenu7 {position: static !important;}
.u-combobut {display: none !Important;}
a.forum_url:before, a.forum_url:after {
 background-image: none;
}
.forum_url {padding: 0px !important;line-height:0 !important; height: 30px !important;display: inline !important;}
#posts_forum {margin-bottom: 30px;}
.UhideBlockL {display: none !important;}
.link {display: inline !important; padding: 0px !important;line-height: 0!important;width: auto!important;border-bottom:none !Important;}
.link:before {background: none !important;}
.link:after {background: none !important;}
.forum {overflow: hidden !important;
text-overflow: ellipsis !important;
width: 100% !important;}
#posts_forum {word-break: break-all;}
.uSpoilerButton {white-space: normal;width: 90%;}
.uSpoilerText {margin-right: 10px;}
.comm-msg {margin-right: 5px;}













------------------------------------------------------------------------------------













/*--------------------- Main content start ---------------------*/

#content {
 width: 1000px;
 margin: auto;
}



#content-mid {
 background:#;
 padding: 1px 0px;
}

#maincol {
 width: auto;
 text-align: justify;
 padding-bottom: 10px;
}

#rightcol {
 float: right;
 width: auto;
 text-align: justify;
}

#soc {
 width: 132px;
 height: 44px;
 margin-bottom: 5px;
 
}

#soc a {
 display: block;
 width: 32px;
 height: 32px;
 float: left;
 margin-top: 6px;
 margin-left: 9px;
}

#soc a:hover {
 background-position: 0px -32px;
}

.soc-rss {
 background: url(/.s/t/798/20.png);
}

.soc-del {
 background: url(/.s/t/798/21.png);
}

.soc-facebook {
 background: url(/.s/t/798/22.png);
}

.soc-memori {
 background: url(/.s/t/798/23.png);
}

.soc-twitter {
 background: url(/.s/t/798/24.png);
}

.soc-vkontakte {
 background: url(/.s/t/798/25.png);
}

.eTitle {
 font: 15px/32px 'Tahoma';
 color: #8b6438;
 border: 2px solid #debc72;
 background: url () repeat-y top right;
 padding: 0px 50px 0px 10px !important;
 text-transform: uppercase;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

.eTitle a {
 font: 15px/32px 'Tahoma';
 color: #302f2f;
}

.eTitle a:hover {}

.eMessage, .eText, .eAnswer {
 font: 14px 'Tahoma';
 color: #4539AD;
 text-align: justify !important;
 padding: 5px 10px !important;
}

.cMessage {
 font: 11px 'Tahoma';
 text-align: justify !important;
}

.eDetails, .eDetails1, .eDetails2 {
 background: #e1e1e1;
 border-radius: 5px;
 -moz-border-radius: 5px;
 color: #848484;
 text-transform: capitalize;
 padding: 6px 10px;
}

.cBlock1, .cBlock2 {
 background: #e5e5e5;
 border: 1px solid #cdcdcd;
 padding: 10px;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

/*--------------------- Main content end ---------------------*/







/*--------------------- Slider content start ---------------------*/



/*--------------------- Slider content end ---------------------*/













