/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(roboto.woff2) format('woff2');
} */
/*END of reset CSS*/


@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700&subset=latin,cyrillic);



.pel-header {
  background: rgba(0, 0, 0, 0) url("header-bg.jpg") repeat-x scroll center center;
  box-shadow: 0 4px 10px 0 rgba(50, 50, 50, 0.75);
  display: inline-block;
  font-family: "Roboto Slab",serif;
  height: 103px;
  width: 100%;
}

body {
  background: rgba(0, 0, 0, 0) url("main-bg.jpg") repeat scroll 0 0;
  font-family: Tahoma;
  font-size: 14px;
  line-height: 20px;
}
.pel-overall1 {
    background: rgba(0, 0, 0, 0) url("index-bg.jpg") repeat-x scroll center top;
    min-height: 550px;
}

.pel-overall2 {
  margin: 0 auto;
  min-height: 550px;
  padding-top: 35px;
  width: 1180px;
}

.pel-header-content {
    margin: 0 auto;
    width: 1180px;
}
.pel-header .site-name {
  display: inline-block;
  height: 100px;
  margin-right: 85px;
  vertical-align: top;
}
.pel-header .pel-header-menu {
    display: inline-block;
}
.pel-header .site-name > a {
  background: rgba(0, 0, 0, 0) url("logo.png") no-repeat scroll left 15px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 35px;
  height: 65px;
  line-height: 50px;
  margin-top: 13px;
  padding-left: 70px;
  text-decoration: none;
  text-shadow: 0 0 1px #fff, 1px 0 0 #000, 0 2px 4px #000;
}

.pel-header-menu > ul > li {
  float: left;
  font-size: 18px;
  margin-left: 24px;
  margin-top: 37px;
  padding: 8px;
}
 
.pel-header-menu > ul > li:hover {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
}
.pel-header-menu > ul > li > a {
    color: #000;
    text-decoration: none;
}

.pel-header .site-name > a:hover {
  opacity: 0.8;
}


.pel-overall2 .pel-main .pel-sidebar {
  /*display: block;*/
  float: left;
  width: 245px;
}



.pel-sidebar-menu {
  background: rgba(0, 0, 0, 0) url("menu-bg.jpg") repeat scroll 0 0;
  box-shadow: 5px 4px 5px 0 rgba(50, 50, 50, 0.75);
  padding: 0 0 20px 20px;
  margin-bottom: 40px;
}
.pel-sidebar-menu .sidebar-nav ul > li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.pel-sidebar-menu .sidebar-nav ul > li {
  margin-bottom: 7px;
}

.pel-sidebar-menu .sidebar-nav ul > li a:hover {
  opacity: 0.9;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
}

.pel-sidebar-menu-h {
    width: 100%;
}
.pel-sidebar-menu-h .spacer {
    background: rgba(0, 0, 0, 0) url("menu-bg.jpg") repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    width: 226px;
}
.pel-sidebar-menu-h .corner {
    background: rgba(0, 0, 0, 0) url("menu-corner.png") repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    width: 19px;
}


.pel-sidebar-menu-head, .pel-sidebar-menu H5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: none;
  padding: 0;
  background: none;
}



.pel-search {
    margin-bottom: 20px;
    padding-top: 10px;
    position: relative;
}
.pel-search input[type="text"] {
    border: 1px solid #959595;
    border-radius: 5px;
    padding: 6px;
    width: 190px;
}
.pel-search input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("search.png") no-repeat scroll 0 0 / 100% auto;
    border: medium none;
    cursor: pointer;
    height: 22px;
    left: 175px;
    position: absolute;
    top: 15px;
}




.pel-main .pel-content {
    margin-left: 300px;
    width: 880px;
}

/*backgrond for articles*/

.pel-main .pel-white {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 5px 4px 5px 0 rgba(50, 50, 50, 0.75);
  padding: 20px;
  width: 840px;
}

.kopilka .kopilka-content {
  background: rgba(0, 0, 0, 0) url("index-slider-bg.png") no-repeat scroll center center;
  border-radius: 20px;
  box-shadow: 5px 4px 5px 0 rgba(50, 50, 50, 0.75);
  height: 415px;
  width: 576px;
}


.sub-head {
  background: #fff none repeat scroll 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: table;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  height: 50px;
  margin-bottom: -25px;
  padding: 16px 20px;
  white-space: nowrap;
}



.kopilka {
    display: inline-block;
    width: 576px;
    float:left;
}
.index-faq {
    background: rgba(0, 0, 0, 0) url("index-faq.png") repeat scroll 0 0;
    height: 260px;
    margin-top: 41px;
    width: 283px;
    display: inline-block;

}
.remkala {
  display: inline-block;
  height: 130px;
  text-align: center;
  width: 280px;
  margin-top: 25px;
}
.index-faq .index-faq-head {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 133px;
    padding-left: 110px;
    padding-right: 20px;
    text-align: center;
}
.index-faq .index-faq-content {
    line-height: 20px;
    margin-top: 20px;
    padding-left: 110px;
    padding-right: 20px;
    text-align: center;
}

.line .column {
  display: inline-block;
  float: right;
  width: 280px;
}



.na-zametku {
  background: rgba(0, 0, 0, 0) url("index-hoz.png") no-repeat scroll center center;
  border-radius: 21px;
  box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.89);
  height: 73px;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 25px;
  width: 890px;
}

.na-zametku-articles {
  background: rgba(0, 0, 0, 0) url("index-hoz-shadow.png") no-repeat scroll top center;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 25px;
  width: 890px;
}

.na-zametku-item {
  background: rgba(0, 0, 0, 0) url("menu-bg.jpg") repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  display: inline-block;
  height: 320px;
  padding: 50px 35px 35px;
  position: relative;
  vertical-align: top;
  width: 210px;
  line-height: 20px;
}
.na-zametku-item.middle {
    margin: 0 15px;
}


.na-zametku-item-1 {
  background: rgba(0, 0, 0, 0) url("bull-red.png") no-repeat scroll center top;
  height: 73px;
  left: 25px;
  position: absolute;
  top: -13px;
  width: 210px;
}

.na-zametku-item-2 {
  background: rgba(0, 0, 0, 0) url("bull-blue.png") no-repeat scroll center top;
  height: 73px;
  left: 25px;
  position: absolute;
  top: -6px;
  width: 210px;
}

.na-zametku-item-3 {
  background: rgba(0, 0, 0, 0) url("bull-yellow.png") no-repeat scroll center top;
  height: 73px;
  left: 25px;
  position: absolute;
  top: -13px;
  width: 210px;
}



.na-zametku-img {
  background: #d7d7d7 none repeat scroll 0 0;
  height: 140px;
  margin-bottom: 15px;
  width: 210px;
}
.na-zametku-item-head > a {
    color: black;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

.top-margin70 {
    margin-top:70px;
}

.top-margin30 {
    margin-top:30px;
}

.na-zametku-wrapp {
  height: 430px;
}



.faq-week-block {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    padding: 40px 100px 20px 20px;
    width: 560px;
}
.faq-week-head {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    margin-bottom: 35px;
}
.faq-week-desc {
    margin-bottom: 25px;
}
.faq-week-body {
    background: #fff9b4 none repeat scroll 0 0;
    border-radius: 10px;
    padding: 10px;
}
.faq-week-body-content {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.faq-week-body-head {
    font-size: 18px;
    font-weight: bold;
}
.faq-week-body-head {
}
.faq-week-body-aut {
    display: inline-block;
    float: right;
    margin-right: 15px;
}
.faq-week-body {
    margin-bottom: 20px;
}
.faq-week-link {
  background: rgba(0, 0, 0, 0) url("faq-link.png") repeat scroll 0 0;
  color: black;
  display: inline-block;
  height: 42px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  width: 149px;
}

.faq-week-link-all {
    color: black;
    margin-left: 20px;
}
.faq-week {
    /*position: absolute;*/
}
.faq-week-logo {
  background: rgba(0, 0, 0, 0) url("index-expert.png") no-repeat scroll right bottom;
  display: inline-block;
  height: 375px;
  left: 644px;
  margin-bottom: -368px;
  position: relative;
  top: -368px;
  width: 200px;
}

.line {
    width: 100%;
    display: inline-block;
}


.pel-white-index {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    padding: 30px;
}

.pel-news-index {
  background: white none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  float: left;
  padding: 30px;
  width: 610px;
}

.remkala-175 {
  display: inline-block;
  float: right;
  width: 175px;
}

.pel-footer {
    background: rgba(0, 0, 0, 0) url("footer-bg.jpg") repeat-x scroll center center;
    display: inline-block;
    height: 148px;
    margin-top: 20px;
    width: 100%;
}



.pel-footer-content {
  margin: 0 auto;
  width: 1180px;
}

.pel-footer-content {
  margin: 0 auto;
  padding-left: 300px;
  padding-top: 50px;
  width: 880px;
}

.site-name > span {
  color: white;
  display: block;
  font-family: Tahoma;
  font-size: 17px;
  margin-left: 72px;
  margin-top: -19px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.89);
}


h4 {
    font-family: 'Roboto Slab', serif;
  font-size: 24px;
  margin-bottom: 35px;
}



h4 a {
    color: black;
    text-decoration: none;
}
h4 a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.index-faq > div > a {
    color: black;
    text-decoration: none;
}
.index-faq > div > a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.news-list-name > a {
    color: black !important;
}
.block-container .news-last-news .list-card-line-div > img {
    display: none;
}

.block-container .news-last-news  .news-list-right {
  margin-left: 220px !important;
}


.remkala-175 .rings {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    padding: 3px;
    text-align: center;
}
.remkala-175 .rings .ring-item {
    margin-bottom: 10px;
}
.rings .ring-item > a {
    color: black;
    display: block;
}
.rings .ring-item > span {
    color: #717171;
    display: block;
    font-size: 13px;
    margin-top: -5px;
}
.rings .ring-item > a:hover {
    opacity: 0.7;
}

strong {
  font-weight: bold;
}

.na-zametku a {
    color: black;
    opacity: 0.8;
}
.na-zametku a:hover {
    opacity: 1;
}


.index-img-in-block {
  border-radius: 25px;
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
  width: 300px;
}

.pel-white-index a {
    opacity: 0.95;
    color: black;
}
.pel-white-index a:hover {
    opacity: 1;
}


.footer-counter {
    float: right;
}

.footer-counter img {
  opacity: 0.4;
}

.footer-counter img:hover {
  opacity: 1;
}

.menu-item-b {
  margin-bottom: 20px;
  margin-left: -20px;
  text-align: center;
  width: 245px;
}

.top-bot-margin {
  margin-bottom: 20px;
  margin-top: 20px;
}

.pel-white.articles > p {
  line-height: 21px;
  padding-bottom: 20px;
}

.articles a {
  color: #5B4222;
  opacity: 0.9;
}

.articles a:hover {
  opacity: 1;
}


.articles h1, .articles h2, .articles h3, .articles h4, .articles h5 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #5b4222 !important;
  font-family: Roboto Slab;
  margin-bottom: 20px;
  margin-top: 0 !important;
  text-transform: none;
}

.articles h3, .articles h4 {
    font-size: 18px !important;
}
.articles h5 {
    font-size: 14px !important;
}
.articles h1, .articles h2 {
    font-size: 20px !important;
}

.pel-white.articles  ul {
    padding-bottom: 20px;
    list-style-type: disc;
    list-style-position: inside;
}

.pel-white.articles  ol {
    padding-bottom: 20px;
    list-style-type: decimal;
    list-style-position: inside;
}

.pel-white.articles li {
    margin-left: 20px;
}

.right7, .rig2 {
  border-left: 4px solid #cba576;
  float: right;
  margin: 10px 0 10px 10px;
  padding-left: 7px;
}

.center_img {
  margin: 7px;
  padding: 5px; 
  display: block;	
  float: none;
  text-align: center;
  border-left: 4px solid #cba576;
}

.pel-white.articles {
  box-shadow: 5px 4px 5px 0 rgba(50, 50, 50, 0.75), -3px 1px 5px 0 rgba(50, 50, 50, 0.75);
}



.articles-slider .sub-head {
    border: 1px solid rgba(150, 150, 150, 0.5);
    box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.5);
}
.articles-slider .kopilka {
    display: block;
    float: none !important;
    margin: 0 auto;
}
.articles-slider {
    width: 100%;
}
.articles-slider-links {
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.articles-slider-links a {
  background: rgba(0, 0, 0, 0) url("faq-link.png") repeat scroll 0 0 / 100% 100%;
  color: black;
  display: inline-block;
  font-weight: bold;
  height: 42px;
  line-height: 37px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.bottom-sense {
  margin: 20px 0;
  clear:both;
}

.pel-white.articles i, .pel-white.articles em {
    font-style: italic;
}


div.sidebar-nav ul .collapsable {
    background: rgba(0, 0, 0, 0) url("arr_menu_r.png") no-repeat scroll right center;
    padding-bottom: 3px;
    padding-right: 18px;
}
div.sidebar-nav ul .expanded {
    background: rgba(0, 0, 0, 0) url("arr_menu_r_open.png") no-repeat scroll right center !important;
    padding-bottom: 3px;
    padding-right: 13px;
}


.pel-sidebar-menu h5 a {
    color: black;
    text-decoration: none;
}
.pel-sidebar-menu h5 a:hover {
    text-decoration: underline;
}

.sidebar-nav ul li {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 3px 3px 14px;
}

.sidebar-nav > ul > li {
  padding-left: 0;
}

.sidebar-nav ul li ul {
  padding: 3px 0;
}

.pel-white.articles > #breadcrumbs {
  margin-bottom: 20px;
  margin-top: 0;
}

.top-sense {
  margin-bottom: 20px;
}

.pel-white.articles > #breadcrumbs a:last-child {
  color: black;
  text-decoration: none;
}

.pel-sidebar-menu .sidebar-nav a.current {
  color: #5b4222 !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
}


div.photo-hor {background:#fbfbfb; border:1px dotted #cccccc; margin-right:270px;}
div.photo-hor table {padding:10px; width:100%;}
div.photo-hor table td {text-align:center;}
div.photo-hor table img {border:1px #999999 solid; background:#ffffff; padding:1px;}


div.photo-vert {background:#fbfbfb; border:1px dotted #cccccc; margin:0 0 20px 20px;}
div.in-text {float:right;}
div.photo-vert div.container {padding:7px;}
div.photo-vert div.container div.img {margin:15px 0 15px 0;}
div.photo-vert div.container div.img img {border:1px #999999 solid; background:#ffffff; padding:1px;}

.pel-white.articles b {
  font-weight: bold;
}


.pel-white.articles > div#cse-search-results {
  max-height: 1500px;
}


.sub-head:empty {
  display: none;
}


.articles .dr-catalog-content h1 {
  margin-top: 20px !important;
}

ul.yiiPager > li {
  margin-left: 0 !important;
}

.info_link {
    display: block;
    margin: 10px 0;
}
.info_link img {
    margin-bottom: 10px;
    margin-right: 10px;
}

.all-comment-buttom.add-page-comment-link {
  display: inline-block;
  margin-bottom: 20px;
}

.comment-buttom.add-page-comment-link {
  margin-bottom: 20px;
  display: inline-block;
}




.collapse-sidebar {
    display: none;
}   


.collapse-sidebar + input{
  display:none;
}

#pda-on {
    text-align:center;
    padding: 5px;
}

#pda-off {
    display: none;
    text-align:center;
    padding: 5px;
}

#pda-off a, #pda-on a {
    color: #ffffff;
    font-size: 16px;
}

.mobile-only {
    display: none;
}


@media (min-width: 800px) { 
    #pda-on {
        display:none !important;
    }
}


h1.index-h1 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.89);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}