@font-face {
  font-family: Georgia;
  src: url('fonts/georgia.ttf');
}
@font-face {
  font-family: Franklin;
  src: url('fonts/Franklin-Gothic.ttf');
}
@font-face {
  font-family: MP;
  src: url('fonts/MyriadPro-Regular.otf');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: MP;
  src: url('fonts/MyriadPro-Semibold.otf');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: MP;
  src: url('fonts/MyriadPro-Bold.otf');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: MP;
  src: url('fonts/MyriadPro-It.otf');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: FG;
  src: url('fonts/FRABK.TTF');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: FG;
  src: url('fonts/FRADM.TTF');
  font-style: normal;
  font-weight: 400;
}
input, textarea, button {outline: none !important;}
.textLink {
  color: #000;
}
.textLink:hover {
  color: #000;
  text-decoration: none;
}
a {
  color: #62972f;
}
a:hover {
  color: #b50001;
}
._green {
  color: #62972f !important;
}
.fz16 {
  font-size: 16px;
}
.centralCol {
  background-color: #fff;
}
.centralCol img {
    width: 100%;
/*    height: 100%;*/
}
.centralCol .st-img {
    width: 105px;
    height: 75px;
    margin-right: 10px !important;
}

@media screen and (max-width: 770px) {
  .centralCol img {
    margin-bottom: 0px;
  }
}
.centralCol img.icon {
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
}
img.icon_lightning{
  width: 7px !important;
  height: 11px !important;
  display: inline-block !important;
  margin-top: -5px;
}
.centralCol ._read_more {
  float: right;
  width: 25%;
/*  margin: 5px;*/
  width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.centralCol ._read_more a {
    color: forestgreen;
}
.centralCol ._read_more ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.centralCol ._read_more li {
  text-align: left;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 5px;
    color: forestgreen !important;
}

.centralCol ._read_more ._center {
  text-align: center;
}
.centralCol ._read_more img {
  width: 100%;
  margin: 5px;
}

.centralCol .header {
  margin-top: 15px;
  margin-bottom: 25px;
}
.centralCol .header h2 {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #62972f;
  padding-bottom: 2px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}
.centralCol .header span {
  color: grey;
  font-size: 13px;
}
.centralCol .header a {
  margin-right: 10px;
  font-size: 14px;
  font-family: MP;
}
@media screen and (max-width: 770px) {
  .centralCol .header a {
    font-size: 20px;
  }
}
.centralCol .row {

}
.centralCol h2 {
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid #62972f;
  padding-bottom: 2px;
  font-weight: 400;
  margin-top: 11px;
  margin-bottom: 20px;
}
.centralCol h2 a {
  float: right;
  font-size: 0.8rem;
  margin-right: 5px;
}
.centralCol h2.red {
  color: firebrick;
  border: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .centralCol h2 {
    font-size: 25px;
  }
}
.centralCol._poll_results p {
  margin: 3px;
  padding: 0;
}
.centralCol._poll_results p.custom {
  border-left: 4px solid #62972f;
  padding-left: 10px;
  margin: 8px;
}
.newsCard {
  font-family: 'Myriad pro';
  margin-bottom: 15px;
}
.newsCard img.cover {
  height: 160px;
  object-fit: cover;
    object-position: 50% 0;
}
.newsCard ._hero {
/*  padding-right: 20px;*/
    margin-right: 20px !important;
    margin-bottom: 10px !important;
    width: 105px !important;
    height: 75px !important;
}
.newsCard h2 {
  height: 36px;
  font-size: 14px;
}
@media screen and (max-width: 770px) {
  .newsCard h2 {
    font-size: 22px;
  }
}
.newsCard h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  font-family: MP;
  margin-top: -7px;
}
@media screen and (max-width: 770px) {
  .newsCard h3 {
    margin-top: 0px;
  }
}
.newsCard h4 {
    margin: 0;
    padding: 0;
    color: black;
}
.newsCard p {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 10px;
  font-family: MP;
  margin-bottom: 0;
}
@media screen and (max-width: 770px) {
  .newsCard p {
    font-size: 20px;
  }
}
.newsCard .date {
  color: #999;
  margin-right: 5px;
  font-family: MP;
  font-size: 14px;
}
.newsCard .tag {
  margin-right: 5px;
  font-family: MP;
  font-size: 12px;
}
.newsCard .comments i {
  font-size: 13px;
}
.newsCard ._add_comment_icon {
    font-size: 12px !important;
}
._comment_link {
    font-size: 14px !important;
}
.item-row ._add_comment_icon {
    font-size: 14px !important;
}
.newsCard h2 {
  border-bottom: 2px solid transparent;
  color: firebrick;
  margin-bottom: 17px;
  margin-top: 15px;
  font-family: MP;
  /* display: inline-block; */
  line-height: 12px;
  /* padding-bottom: 50px; */
  display: inline;
}
.newsCard h2::after {
  /* display: ; */
  width: 100%;
  border-bottom: 2px solid firebrick;
  content: " ";
  display: block;
  margin-bottom: 5px;
}
.newsCard h2:hover{
  text-decoration: none;
}
.newsCard ._block_more {
  width: 200px;
  float: right;
  background-color: #f8f8f8;
  padding: 5px;
  font-family: MP;
  font-size: 18px;
}
.newsCard ._block_more a{
  font-size: 14px;
}
.newsCard ._block_more a:hover {
  text-decoration: none;
}
.newsCard ._block_more p {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  color: grey;
}
.newsCard ._block_more .uppercase {
  text-transform: uppercase;
}
.newsCard ._quote img._quotemark {
  width: 100px;
  padding-left: 50px;
  padding-right: 0;
}
.newsCard ._quote img._round {
  border-radius: 50%;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 15px;
}
.newsCard ._quote p {
  padding-left: 20px;
  margin-top: 10px;
  padding-top: 0;
}
.newsCard ._quote h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}
.newsCard ._quote span {
  color: grey;
  font-style: italic;
  font-family: MP;
}
.newsCard ._tags {
  margin-top: -25px;
  padding-left: 13px;
}
.newsCard ._tags a {
  color: black;
  text-decoration: underline;
}
.newsCard ._share p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 5px;
}
.newsCard ._share span {
  color: grey;
}
.newsCard ._imag_full {
  margin-top: 40px;
  text-align: center;
}
.newsCard ._imag_full img {
  width: 80%;
}
.newsCard ._imag_full p {
  margin-top: 10px;
  color: grey;
  font-style: italic;
}
.newsCard ._btn_comment {
  text-align: center;
  color: #777;
  background-color: #ddd;
  padding: 10px;
  padding-top: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.newsCard ._article_text {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.newsCard ._span_date {
    color: gray;
    font-size: 12px;
    margin-top: 5px;
}

/* == = = == = = */

._black_text {
  color: #111;
}
.no-padding {
  padding: 0;
}
._pl_30 {
  padding-left: 30px;
}
.newsOnPhoto {
  margin-bottom: 30px;
}
.newsOnPhoto a img {
  height: 160px;
  object-fit: cover;
}
.newsOnPhoto a .cover {
  margin: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  top: 0;
  left: 15px;
}
.newsOnPhoto a p {
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 30px);
  position: absolute;
  color: white;
  padding: 4px 20px;
}
@media screen and (max-width: 770px) {
  .newsOnPhoto a p {
    font-size: 1rem !important;
  }
}
.newsOnPhoto a p.top {
  top: 0px;
}
.newsOnPhoto a p.bottom {
  bottom: -15px;
}
.newsColumn {
  padding-left: 18px;
  line-height: 12px;
  margin-bottom: 15px;
}
.newsColumn .date {
  display: block;
  color: #999;
  font-size: 9px;
}
.newsColumn .textLink {
  font-size: 12px;
}
.newsColumn img {
  width: 25%;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.newsColumn i {
  font-size: 10px;
  color: #62972f;
}
.newsColumn i.red {
  color: firebrick;
}
#footer {
  padding-bottom: 100px;
  padding-top: 50px;
}
#footer ._big_links {
  font-size: 16px;
  margin-bottom: 10px;
}
#footer ._big_links a {
  text-decoration: underline;
}
#footer img {
  width: auto;
  height: auto;
}
#footer p {
  font-size: 13px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
#footer .p18 {
  margin-top: 20px;
  font-size: 24px;
  display: inline-block;
  border: 1px solid black;
  padding: 16px;
}
._texts .ads img {
  width: 100%;
  margin-bottom: 10px;
}
._texts .project .center {
  text-align: center;
}

.wrapper_nakanune{
  width: 100%;
  display: flex;
  height: 0px;
  flex-wrap: wrap;
}

/* share links 23.08.18 */
._share_links .social_item {
    margin-right: -4px !important;
    background-image: url("../img/shared_links_30.png");
    display: inline-block;
/*    flex-basis: 23px;*/
    height: 30px;
    width: 30px;
}

._share_links .social_item.social_item-vk {
  background-position-x: 0px;
}
._share_links .social_item.social_item-fb {
  background-position-x: -30px;
}
._share_links .social_item.social_item-tw {
  background-position-x: -60px;
}
._share_links .social_item.social_item-ok {
  background-position-x: -90px;
}
._share_links .social_item.social_item-yt {
  background-position-x: -120px;
}
._share_links .social_item.social_item-tg {
  background-position-x: -150px;
}
._no_pt {
    padding-top: 0 !important;
}
._no_mt {
    margin-top: 0 !important;
}

._show {
    font-family: Franklin !important;
    line-height: 1.1;
}

._show ol {
/*    font-family: Franklin;*/
    padding: 0;
    margin: 15px;
    margin-left: 50px;
    margin-right: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

._show ._hero {
/*  padding-right: 20px;*/
    margin-right: 20px !important;
    margin-bottom: 10px !important;
    width: 105px !important;
    height: 75px !important;
}

._show h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  font-family: MP;
  margin-top: -7px;
}
@media screen and (max-width: 770px) {
  ._show h3 {
    margin-top: 0px;
  }
}

._show .author_h3 {
    margin-top: 4px;
    font-size: 16px !important;
}

._show ._quote span {
  color: grey;
  font-style: italic;
  font-family: MP;
}
._show ._tags {
  padding-left: 13px;
    margin-top: 10px;
}
._show ._tags a {
  color: black;
  text-decoration: underline;
}
._show ._share p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 5px;
}
._show ._share span {
  color: grey;
}

._show ._btn_comment {
  text-align: center;
    color: white;
    background-color: #6AA235;
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
    font-size: 18px;
}
._show ._btn_comment .material-icons {
/*    font-size: 24px !important;*/
    font-size: 18px;
    position: relative;
    top: 2px;
}
._show ._block_more {
  width: 200px;
  float: right;
  background-color: #f8f8f8;
  padding: 5px;
  font-family: MP;
  font-size: 18px;
}
._show ._block_more a{
  font-size: 14px;
}
._show ._block_more a:hover {
  text-decoration: none;
}
._show ._block_more p {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  color: grey;
}
._show ._block_more .uppercase {
  text-transform: uppercase;
}
._show ._quote img._quotemark {
  width: 100px;
  padding-left: 50px;
  padding-right: 0;
}
._show ._quote img._round {
  border-radius: 50%;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 15px;
}
._show ._quote p {
  padding-left: 20px;
  margin-top: 10px;
  padding-top: 0;
}
._show ._quote h3 {
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 16px;
}
._show ._quote span {
  color: grey;
  font-style: italic;
  font-family: MP;
}
._show ._share p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 5px;
}
._show ._share span {
  color: grey;
}
._show ._imag_full {
  margin-top: 40px;
  text-align: center;
}
._show ._imag_full img {
  width: 80%;
}
._show ._imag_full p {
  margin-top: 10px;
  color: grey;
  font-style: italic;
}
/*
._show ._btn_comment {
  text-align: center;
  color: #777;
  background-color: #ddd;
  padding: 10px;
  padding-top: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
*/

._search_panel h3 {
    font-weight: 300 !important;
}

._yandex_zen img {
    width: calc(100% - 20px);
}

/* Подписи к фотографиям */
.image-caption {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    font-size: 90% !important;
    font-style: italic !important;
    font-weight: 700;
    color: #555 !important;
}

.add-to-yandex-link{
  color: black;
  display: flex;
  font-weight: bold;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0;
}

.add-to-yandex-link:hover{
  color: black;
}

.add-to-yandex-link img{
  height: 20px !important;
  flex-shrink: 3;
  width: 50px !important;
  margin: 0 !important;
}

.add-to-yandex-link__img{
  display: flex;
}

.add-to-yandex-link__text{
  margin-right: 4px;
}

@media screen and (max-width: 770px) {
  .add-to-yandex-link__text{
    font-size: 17px !important;
  }
}

.content_image {
  width: 100% !important;
}
