.headerbox {
  border: solid 1px #c5e4c9;
  border-left: solid 4px #87cde8;
  background: #eaffed;
  padding: 2px 10px 4px 10px;
  text-align: justify;
  margin: 0px 10px 20px 10px;
  color: #000;
}

.post h1, .post .postlink {  
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.post h1 {  
  color: #444444;
  font-size: 18px;
  color: none;
  height: 60px;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
  color: #444444;
}
.post .heading {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 5px 0 10px; background: #ecebec; border-bottom: solid #b5b5b5 1px;
}
.post .heading .date {
  float: left;
  color: #888888;
  font-size: 12px;
  padding: 0;
}
.post .heading .favorite, .post .heading .edit  {
  float: right;
  padding: 4px 0 0 3px;
}
.post .fullstory, .post .shortstory {
  post .fullstory
}
.post .fullstory p {
  padding: 0 10px 10px 10px;
  text-align: justify;
}
.post .fullstory ol, .post .fullstory ul {
  padding: 0 0 10px 15px;
}
.post .comments{
  background: url(../images/comment_1.png) no-repeat 10px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  border-top: dashed 1px #d5d5d5;
  padding: 12px 0 15px 50px;
  color: #49785d;
}



/** Вывод новостей в категории **/
.news-human
{
  width: 100%;
  height: 200px;
  background: url(../images/news.png) no-repeat 50% top;
}
.tils-human
{
  width: 100%;
  height: 200px;
  background: url(../images/tils-human.png) no-repeat 50% top;
}
.feedback-human
{
  width: 100%;
  height: 200px;
  background: url(../images/feedback.png) no-repeat 50% top;
}
.news .heading {
  overflow: visible;
  padding-top: 3px;
}
.news .heading a {
  font-weight: bold;
  font-size: 14px;
}
.news .news-title
{
  font-weight: bold;
  font-size: 14px;
  color: #1d427b;
}
.edit 
{
   float: right;
   margin: 5px 10px 0 10px;
}
.news
{
  padding-top: 4px;
  margin: 0 10px 15px 10px;
}
.news:after
{
  background: transparent url("../images/product-shadow.png") no-repeat top;
  height: 32px;
  background-size: 100%;
  content: "";
  display: block;
}
.newsstory
{
  overflow: hidden;
  margin-bottom: 20px;
  margin: 3px 0 0 0;
  background: #fafafa url("../images/shadow-bottom-center.png") no-repeat top;
  background-size: 100%;
}
.newsstory .newsstory-body
{
  padding: 8px 16px 11px 16px;
}
.news-bottom
{
  border-top: dashed 1px #d3d3d3;
  padding: 10px;
  overflow:hidden;
  text-align: right;
  margin-bottom: -1px;
  background: #fafafa url("../images/shadow-top-center.png") repeat-x bottom;
  background-size: 100%;
}
.news .heading .date {
  font-weight: bold;
  border: solid 1px #dfdfdf;
  bordr-bottom: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;  /* свойство для тех кто его поддерживает */
  -moz-border-bottom-left-radius: 0px;  /* для firefox */
  -webkit-border-bottom-left-radius: 0px;  /* для Safari и Chrome */
    border-bottom-right-radius: 0px;  /* свойство для тех кто его поддерживает */
  -moz-border-bottom-right-radius: 0px;  /* для firefox */
  -webkit-border-bottom-right-radius: 0px;  /* для Safari и Chrome */
  background: #ececec;
  display: block;
  float: left;
  padding: 2px 10px;
  margin: -2px 10px -5px 0;
}
.news .shortstory {
  clear: both;
  margin: 10px 0 30px 0;
}

/** Вывод новостей в правой колонке **/
.customnews {
  margin-top: 10px;
}
.customnews .heading {
  border-bottom: solid 3px #49785d;
  color: #49785d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.customnews .item {
  padding: 10px 5px 0 0;
}
.customnews .item a {
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
}
.customnews .date {
  font-weight: bold;
  color: #00505c;
  margin: 0 10px -5px 0px;
  border: solid 1px #d3d3d3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ececec;
  display: block;
  float: left;
  padding: 0px 5px;
}





.addcomment {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #c6c6c6;
  background: #f3f3f3;
  font-size: 12px;
  color: #6b6b6b;
  margin-bottom: 15px;
  margin-top: 15px;
}
.addcomment .label { display: block; }
.addcomment .heading {
  border-bottom: dashed 1px #c6c6c6;
  padding: 8px 0;
  margin-bottom: 10px;
}
.addcomment .heading .h {
  background: url(../images/comment_add.png) no-repeat left top;
  font-size: 16px;
  padding: 4px 0 10px 40px;
  margin: 10px 10px 0 10px;
  font-weight: bold;
  color: #4d4d4d;
}
.addcomment .mbox {
  padding: 0 10px 2px 10px;
}
.addcomment .mbox_editor {
  padding: 0 12px 0 10px;
}
.addcomment .mbox span {
  padding: 0 0 0 0;
}
.addcomment .bottom {
  margin-top: 10px;
  padding: 10px 10px 5px 10px;
  border-top: dashed 1px #c6c6c6;
  text-align: center;
}



.comment { color: #4d4d4d; border-top: solid 1px #e7e7e7; margin-bottom: 10px; }
.comment .heading { overflow: hidden; padding-top: 10px; }
.comment .mass-action { margin-top: -2px; float:  right; }
.comment .commhead { float:  left; }
.comment .comment-box{  height: 1px; }
.comment .comm-message { border-bottom: dashed 1px #c6c6c6; }
.comment .signature p { text-align: right; font-size: 12px; color: #007828; }
.comment .reply a { font-weight: bold; }

span.author {
    color: #464646;
    margin: 0 10px -5px 0px;
    border: solid 1px #d3d3d3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ececec;
    padding: 2px 5px;
}

.small 
{
  color: #8b8b8b;
}
.stats .box .boxheader {
  text-align: center;
  margin: 10px 0 -10px 0;
  padding: 0 0 8px 0;
  font-size: 32px;
  font-weight: 400;
  color: #9d9d9d;
  height: 65px;
  background: transparent url("../images/shadow-bottom-center.png") no-repeat bottom;
  background-size: 100%;
  border: none;
}
.documentation .box .boxheader {
  background: url(../images/help.png) no-repeat 5px 5px;
}

.boxheader h1, .boxheader span
{
  font-weight: bold;
  background: #d08d8d;
  font-size: 13px;
  display: block;
  float: left;
  padding: 1px 10px 3px 10px;
  line-height: 28px;
  color: #fff;
  
}
.boxheader {
  text-align: left;
  padding: 0 0 0 0;
  font-size: 17px;
  font-weight: 400;
  background-size: 100%;
  border: none;
  overflow: hidden;
}
.box-bg {
  border: solid 1px #d08d8d;
  margin-bottom: 15px;
}

.registration .box .boxheader {
  background: url(../images/add-user.png) no-repeat 5px 5px;
}
.registration .box .mbox{
  border-bottom: dashed 1px #ececec;
  padding-top: 5px;
}
.registration .box .captha{
  padding-top: 10px;
}

.documentation .boxcontent {
  padding: 15px;
}


.email {
  background: url(../images/mail.png) no-repeat 0 2px;
  padding: 0 0 2px 20px;
}
.icq {
  background: url(../images/icq.png) no-repeat 0 2px;
  padding: 0 0 2px 20px;
}
.skype {
  background: url(../images/skype_top.png) no-repeat 0 2px;
  padding: 0 0 2px 20px;
}
.telegram {
  background: url(../images/tel_top.png) no-repeat 0 2px;
  padding: 0 0 2px 20px;
}

.info {
  border: solid 1px #d3d3d3;
  background: #fbfbfb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.info li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq .item {
  background: url(../images/quest.png) no-repeat;
  padding: 4px 0 20px 0;
  margin: 0 15px;
}
.faq .question {
  font-size: 16px;
  padding: 0px;
  display: block;
  margin: 0 0 10px 45px;
  color: #1d427b;
}
.faq .answer {
  margin-left: 60px;
}
.faq .faqlinks li, .faq .faqlinks strong, .faq .faqlinks a {
  font-size: 14px;
}
.faq .faqlinks {
  border-bottom: solid 1px #b5b5b5;
  margin-bottom: 15px;
  padding: 0 0 7px 0;
}

/** Вывод кейсов **/

.tips__container {
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 2em;
}
.tips__container .tips__item {
  max-width: 31%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid 1px silver;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
}
.tips__item .tips__content { padding: 5px 10px; text-align: justify; }
.tips__item .tips__title { margin-top: 1em; padding: 5px 10px; }
.tips__item .tips__content { flex-grow:1; }
.tips__item .tips__title a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;}
.tips__item .tips__readmore {
  text-align: right;
  border-top: dashed 1px silver;
  padding: 1em;
}
.tips__item .tips__readmore button {
  border-radius: 7px;
}

/* Larger than Desktop HD */
@media (max-width: 1200px) {

}

/* Larger than desktop */
@media (max-width: 1000px) {

}

/* Larger than tablet */
@media (max-width: 750px) {
  .news::after
  {
    background: transparent url("../images/product-shadow-750.png") no-repeat top;
  }
  .tips__item { max-width: 49%; }
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
  .news::after
  {
    background: transparent url("../images/product-shadow-550.png") no-repeat top;
  }
  .news .heading .date {
    border: none;
    background: none;
    float: none;
    padding: 4px 10px;
    margin: 0 0 3px 0;
    background: transparent url("../images/shadow-top.png") no-repeat bottom right;
  }
  .news .news-title {
    padding: 0 10px;
  }
  .newsstory {
    background: #fafafa url("../images/shadow-bottom.png") no-repeat top right;  
  }
  .news {
    margin: 0 0 15px 0;
  }
}

/* Larger than mobile */
@media (max-width: 400px) {
  .news::after
  {
    background: transparent url("../images/product-shadow-400.png") no-repeat top;
  }
  .tips__item { max-width: 100%; }
}

