

/* blog */
/* ----------- */


.page_wr .center_wr {
  max-width: 800px;
}



.pagination_wr {
  padding: 15px 0 0;
  overflow: hidden;
}
.page-numbers_wr {
  float: left;
}
.page-numbers {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #eee;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 36px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
}
.page-numbers:hover {
  border-color: #000;
}
.page-numbers.current {
  background-color: #000;
  color: #fff;
  border-color: #000;
}


.article_img_wr {
  padding: 460px 15px 15px;
  display: flex;
  margin-bottom: 40px;
}
.article_date {
  background-color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 13px 17px 11px;
  color: #4a4a4a;
}


.art_cats i {
  font-size: 13px;
  display: inline-block;
  margin: -1px 4px 0 0;
  opacity: 0.7;
}


.art_main_wr {

}


.art_cont {
  font-size: 16px;
  overflow: hidden;
  font-weight: 400;
  line-height: 26px;
}
.art_cont.pages { /*padding-bottom: 30px;*/ }
.art_content p:first-child { margin-top: 0; }
.art_content p:last-child { margin-bottom: 0; }
.art_content div { min-height: 22px; }

.art_cont table {
  border-collapse: collapse;
  border-color: #3A3A3A;
}
.art_cont td, .art_cont th {
  border: 1px solid #cacaca;
}

.art_cont ul {
  list-style-type: disc;
  margin: 1em 0;
  padding: 0 0 0 30px;
}
.art_cont ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding: 0 0 0 30px;
}


.art_hidden_img {
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cont h1, .cont h1 span { font-size: 40px !important; line-height: 1.2; }
.cont h2, .cont h2 span { font-size: 38px !important; line-height: 1.2; }
.cont h3, .cont h3 span { font-size: 36px !important; line-height: 1.2; }
.cont h4, .cont h4 span { font-size: 34px !important; line-height: 1.2; }
.cont h5, .cont h5 span { font-size: 32px !important; line-height: 1.2; }
.cont h6, .cont h6 span { font-size: 30px !important; line-height: 1.2; }


.art_tags_wr {
  display: block;
  clear: both;
  padding: 30px 0 0;
}
.art_tags_wr i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.art_tags_wr a, .tag_tags_a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 3px;
  line-height: 23px;
  padding: 0 7px;
  border: 1px solid #eee;
}
.art_tags_wr a:hover, .tag_tags_a:hover, .tag_tags_a.active {
  background-color: #3baccd;
  color: #fff;
  border-color: #3baccd;
}

.tag_tags_a i {
  font-size: 12px;
}


.art_share_wr {
  margin-top: 40px;
}
.art_share_t1 {
  font-size: 14px;
  color: #A9A9A9;
  margin: 0 0 14px;
}
#share42 a { margin-right: 12px !important; margin-left: 12px !important; }




.tags_wr {
  margin-top: 10px;
}


/* blog */
/* ----------- */



/* ------------------------------------------------------------- */
/* ------------- comments ---------------------------------- */
/* ------------------------------------------------------------- */

#comments-wrap {
  padding: 15px 0 0;
}

.comments_title {
  font-size: 24px;
  margin: 30px 0 10px;
}

.e_comment_wrapper {
  box-sizing: border-box;
}
.e_comment_child {
  padding: 0 0 0 20px;
}

.e_comment_ch_line_wr {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 10px;
  box-sizing: border-box;
  padding: 15px 0 20px;
  display: none;
}
.e_comment_child .e_comment_ch_line_wr {
  left: 30px;
}

.e_comment_ch_line1 {
  width: 1px;
  height: 100%;
  background-color: #D4D4D4;
}
.e_comment_ch_line2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #D4D4D4;
}
.e_comment_child .e_comment_ch_line_wr1 {
  position: absolute;
  left: 10px;
  width: 10px;
  height: 1px;
  top: 28px;
  background-color: #D4D4D4;
  display: none;
}



.e_comment_wr {
  box-sizing: border-box;
  padding: 0 0 10px 65px;
}
.e_comment_photo_wr {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
}
.e_comment_photo_wr img {
  width: 100%;
  height: auto;
}

.e_comment_wr1 {
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  min-height: 100px;
  border: 1px solid #eee;
}

.e_comment_info_wr {
  color: #888;
  font-size: 14px;
  padding: 0 0 7px;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 7px;
}
.e_comment_info_wr b, .e_comment_info_wr b a {
  color: #FF81A3;
}

.e_comment_info_l, .e_comment_info_r {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
}
.e_comment_info_r {
  text-align: right;
}
.e_comment_a1 {
  color: #888;
}
.e_comment_a1:hover {
  color: #000;
}

.e_comment_mod {
  font-size: 14px;
  color: #f78c18;
}
.e_comment_edit {
  display: block;
  position: absolute;
  top: 54px;
  left: -34px;
  color: #688;
}
.e_comment_edit i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/comment-edit.png) no-repeat center;
}


.e_comment_text {
  color: #484848;
  font-size: 16px;
}

.e_comment_reply {
  text-align: right;
  font-size: 14px;
  margin: 5px 0 0;
  font-weight: 400;
  line-height: 1;
}
.e_comment_reply a {
  color: #888;
}


.e_comment_respond {
  box-sizing: border-box;
  padding: 40px 20px;
  background-color: #FEF9F2;
  margin: 0 0 10px;
}
.e_comment_resp_title {
  font-size: 18px;
  color: #5A5A5A;
}
.e_comment_r_cancel a {
  color: #f78c18;
  font-style: italic;
  font-size: 14px;
}

.e_comment_r_text1 {
  padding: 5px 0;
  color: #888;
}
.e_comment_r_a1 {
  color: #FF81A3;
  font-weight: bold;
}
.e_comment_r_a2 {
  color: #f78c18;
  font-style: italic;
}

.e_comment_r_inp {
  padding: 10px 0 6px;
}
.e_comment_r_inp label {
  color: #888;
  padding: 0 0 12px;
  display: block;
}
.e_comment_r_inp .inp1 {
  margin-bottom: 0;
}


.e_comment_r_submit_wr {
  text-align: right;
  margin-top: 17px;
}
.e_comment_r_submit_wr input[type="submit"]:hover {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
}


.e_comment_all_title {
  font-size: 16px;
  color: #888;
  padding: 16px 0 13px;
}
.e_comment_nav {
  overflow: hidden;
  padding: 0 0 13px;
}
.e_comment_nav a {
  color: #f78c18;
  font-style: italic;
  font-size: 14px;
}


.g-recaptcha {
  text-align: right;
  margin-top: 15px;
}
.g-recaptcha > div {
  display: inline-block !important;
}

.e_rating_wr {
  margin-top: 10px;
  text-align: right;
}
.e_rating-t1 {
  display: inline-block;
  vertical-align: middle;
}
.e_comments-rating {
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-align: right;
  padding: 0;
}
.e_rating_inp {
  position: absolute;
  opacity: 0;
  z-index: 0;
}
.e_rating_inp ~ label {
  color: transparent;
  font-size: 0;
  float: right;
  width: 25px;
  z-index: 1;
  text-indent: -9999px;
}
.e_rating_inp.star-cb-clear ~ label {
  width: 0;
}

.e_rating_inp ~ label i {
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/rating.png) no-repeat center;
  background-size: contain;
}
.e_rating_inp ~ label:hover i {
  background: url(../images/rating-f.png) no-repeat center;
  background-size: contain;
}
.e_rating_inp:checked ~ label i {
  background: url(../images/rating-f.png) no-repeat center;
  background-size: contain;
}
.e_rating-container > label { float: right; }


.e_comment_stars {
  display: inline-block;
  margin-left: 6px;
}
.e_comment_stars i {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  display: inline-block;
  background: url(../images/rating-f.png) no-repeat center;
  background-size: contain;
}

/* ------------- comments ---------------------------------- */
/* ------------------------------------------------------------- */



/* ------------- events ---------------------------------- */
/* ------------------------------------------------------------- */

.events_wrapper {

}
.events_wrapper .event_wrapper {
  margin: 0 0 14px;
}
.event_ended {
  opacity: 0.5;
}
.event_ended:after {
  content: 'Мероприятие завершено';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  left: 10px;
  font-size: 14px;
  right: 10px;
  bottom: 10px;
  background-color: #e17a0b;
  opacity: 0.8;
}

/* ------------- events ---------------------------------- */
/* ------------------------------------------------------------- */




/* ------------- projects ---------------------------------- */
/* ------------------------------------------------------------- */

.projects_wrapper {

}


/* ------------- projects ---------------------------------- */
/* ------------------------------------------------------------- */




.donate_text1 {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 20px;
}
.donate_text1 span {
  font-size: 18px;
  color: #3A3A3A;
}
.donate_text2 {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1.3;
}
.donate_form {
  text-align: center;
  margin: 30px auto 40px;
}






@media screen and (max-width: 1050px) {

  .projects_wrapper .cl.w25 {
    width: 50%;
  }

}



@media screen and (max-width: 920px) {
  .events_wrapper .cl.w25 {
    width: 33.3%;
  }

}



@media screen and (max-width: 880px) {


}


@media screen and (max-width: 768px) {

}



@media screen and (max-width: 660px) {

  .events_wrapper .cl.w25 {
    width: 50%;
  }

}



@media screen and (max-width: 520px) {
  .projects_wrapper .cl.w25 {
    width: 100%;
  }

  .events_wrapper .cl.w25 {
    width: 100%;
  }

  .article_img_wr {
    padding: 200px 15px 15px;
  }
}


@media screen and (max-width: 440px) {



}


@media screen and (max-width: 320px) {


}