.blog-detail * {
  max-width: 100%;
}
.blog-line {
  margin: 0 -0.66%;
  display: flex;
  flex-wrap: wrap;
}

.blog-line:after {
  content: "";
  display: block;
  clear: both;
}

.blog-detail blockquote {
    background: #006fbb;
    margin: 0;
    padding: 20px 30px;
    color: #fff;
}

.load_more_padding {
  height: 30px;
}

.load_more {
    cursor: pointer;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
    background: #F5F5F6;
    display: flex;
    font-size: 16px;
    color: #545454;
    height: 65px;
    align-items: center;
    justify-content: center;
}

.navigation-pages a {
  font-size: 16px;
  line-height: 140%;
  padding: 5px 10px;
  color: #0069C9;
}

.navigation-pages .nav-current-page {
  background: #0069C9;
  color: #fff;
  padding: 5px 10px;
}

.blog-detail ul {
    margin: 20px 0;
}

.navigation-pages,
.navigation {
  text-align: center;
}

.navigation {
  margin-bottom: 55px;
}

.blog-detail__panel-author-img img,
.blog-detail__panel-author-img {
  border-radius: 50%
}

.blog-line .blog-item {
    flex: 0 0 25%;
    padding: 0 1%;
    margin-bottom: 40px;
}

.blog-popular-container .blog-item {
    flex: 0 0 33.33%;
    float: left;
    margin-bottom: 0;
}

.blog-item-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical;
}

.blog-item-preview {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #A6A6A6;
}

.blog-item-preview {
  margin: 10px 0 10px;
}

.blog-tilte {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #333333;
}

.blog-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  padding: 20px 0 25px;
}

.blog-item-description {
  height: 125px;
  overflow: hidden;
}

.blog-breadcrumb {
  
}

.blog-breadcrumb li {
  border: 1px solid #0069C9;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  min-width: 145px;
  *display: block;
  border-radius: 3px;
  zoom: 1;
  line-height: 43px;
  color: #0069C9;
}

.blog-breadcrumb li + li {
  margin-left: 15px;
}

.blog-item-img {
  height: 195px;
}

.blog-item-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.blog-page h1 {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 20px;
    text-transform: none;
}


/*
 деталка
 */

.blog-detail .news-detail-page {
    font-weight: 400;
    line-height: 160%;
    font-size: 17px;
    max-width: 868px;
    margin: 0 auto;
}

.blog-detail .head-section {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    text-transform: none;
}

.blog-detail .news-detail-page a {
  color: #006fbb;
}

.blog-voting {
    margin: 45px 0 30px;
    padding: 35px 25px;
    background: #F7F7F7;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

.blog-voting:after {
  content: "";
  display: block;
  clear: both;
}

.blog-voting-left {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  float: left;
  width: 50%;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}

.blog-voting-item {
    cursor: pointer;
    color: #A6A6A6;
    display: inline-block;
    *display: block;
    zoom: 1;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
}

.blog-detail__panel-center i {
  position: relative;
  top: -2px;
}

.blog-voting-item span {
  color: #333333;
}

.blog-voting-right {
  float: right;
  text-align: right;
  width: 50%;
}

.blog-voting-item + .blog-voting-item {
  margin-left: 25px;
}

.blog__icons {
  display: inline-block;
}

.blog-item-preview span + span {
  margin-left: 20px;
  margin-right: 3px;
}

.blog-item-preview span:last-child {
  padding-right: 0px;
}

.blog-breadcrumb a {
  color: inherit;
  display: block;
}

.blog-breadcrumb a:hover {
  color: #fff;
  background: #0069C9;
}

.icons_eye {
  background: url('../img/blog_eye.svg') no-repeat;
  width: 20px;
  height: 12px;
  background-size: 18px;
}

.blog-detail__panel-center .blog__icons + i {
  padding-left: 4px;
}

.icons_time {
  background: url('../img/blog_time.svg') no-repeat;
  width: 18px;
  background-size: 16px;
  height: 17px;
}

.blog-item-preview {
  display: inline-flex;
  align-items: center;
}

.blog-detail ul {
}

.blog-detail ul li {
  padding: 3px 0;
  margin-left: 20px;
  list-style: none;
}

.blog-detail ul.blog__scroll-h2 li {
    color: #2869C2;
    cursor: pointer;
}

.blog-detail .blog__container ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #000; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -20px; /* Also needed for space (tweak if needed) */
}

.blog-detail h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}

.blog-detail__panel {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.blog-detail__panel-left {
  flex: 0 0 auto;
  align-items: flex-start;
  font-weight: 400;
  font-size: 15px;
  color: #A6A6A6;
}

.blog-detail__panel-center {
  flex: 0 0 auto;
  align-items: flex-start;
  color: #A6A6A6;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
}

.blog-detail__panel-right {
    flex: 0 0 auto;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
     margin-left: auto;
}

.icon_share {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

#my-share {
    position: relative;
    margin-top: -15px;
}

.ya-share2__title {
    color: #333333;
    font-weight: 400;
    font-size: 15px;
}

.ya-share2__badge {
  line-height: 17px!important;
}

.blog-detail p + ul {
    margin: 10px 0 5px;
}

.blog-detail ul.blog__scroll-h2 li b {
  font-weight: inherit;
}

.ya-share2__link_more-button-type_short {
  display: none!important;
}

.blog-detail__panel-center span:first-child {
  margin-left: 0;
}

.blog-detail ol.decimal {
  list-style: decimal;
}

.blog-detail__panel-left + .blog-detail__panel-center span:first-child {
  margin-left: 23px;
}

.blog-detail h2 {
  padding: 20px 0;
}

.blog-detail__panel-center span {
  margin-left: 23px;
}

.blog-detail__panel-left span {
  color: #000;
  font-style: italic;
}

.blog-detail__panel-author {
  display: inline-block;
}

.blog-detail__panel-author-img {
  display: inline-block;
  margin-right: 5px;
}

.blog__h1 {
  margin-top: 15px;
}

.icon_share {
  font-weight: 400;
  font-size: 15px;
  color: #545454;
  background: url('../img/icon__share.svg') no-repeat;
  padding-left: 40px;
}

.ya-share2__item {
  width: 200px;
}

.ya-share2__list {
    margin: 5px 0 2px!important;
}

@media (max-width: 1024px) {
  
  .blog-detail h2 {
      padding: 7px 0;
  }
  
  .blog-detail__panel {
    flex-direction: column;
  }
  
  .blog-detail__panel {
    position: relative;
  }
  
  .blog-detail__panel-right {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .blog-detail__panel-center {
    font-size: 14px;
    padding-top: 10px;
  }
  
  .blog-detail__panel-center span {
      margin-left: 15px;
  }
  
  .blog-detail__panel-center > span:first-child {
    margin-left: 0;
  }
  .blog-detail .news-detail-page {
    font-size: 14px;
    line-height: 160%;
  }
  
  .blog-voting-left {
    font-size: 17px;
    line-height: 160%;
  }
  
  .blog-voting-item {
    font-size: 14px;
    line-height: 160%;
  }
  
  .blog-voting {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .blog-item-name {
    font-size: 14px;
    line-height: 17px;
  }
  
  .blog-item-description {
      height: 106px;
  }
  
  .blog-detail h3 {
    font-size: 16px;
    line-height: 140%;
  }
  
  .blog-item-name {
    font-weight: 600;
  }
  
  .blog-title {
    font-size: 20px;
    line-height: 24px;
  }
  
  .blog-line .blog-item {
    flex: 0 0 33.3%;
  }
  
  .blog-line .blog-item {
    margin-bottom: 30px;
  }
  
  .blog-item-preview {
    margin-bottom: 7px;
  }
  
  .blog-item-img img {
    /* position: absolute; */
    object-position: center;
  }
  
  .blog-item-img {
    height: 165px;
    position: relative;
    /*padding-bottom: 60%;*/
  }
  
}

@media (max-width: 720px) {
  
  .blog-detail__panel-center {
    display: flex;
    align-items: center;
  }
  
  .blog-detail__panel-center i {
    top: 0;
  }
  
  .icon_share {
    font-size: 0;
    padding-left: 20px;
    position: relative;
    top: 7px;
  }
  
  .blog-item-description {
    height: auto;
  }
  
  .blog-page h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
  }
  
  .blog-breadcrumb li {
      min-width: 112px;
  }
  
  .blog-breadcrumb li + li {
      margin-left: 7px;
  }
  
  .blog-voting {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  .blog-voting-right {
    text-align: center;
    width: 100%;
  }
  
  .blog-voting-left {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 160%;
  }
  
  
  .blog-voting-item + .blog-voting-item {
      margin-left: 20px;
  }
  
  .blog-line {
    flex-direction: column;
  }
  
  .blog-title {
    padding: 0px 0 15px;
  }
  
  .blog-item-description {
      height: auto;
  }
  
  .blog-line .blog-item {
    margin-bottom: 30px;
  }
  
  .blog-breadcrumb li {
    line-height: 34px;
  }
  
  .blog-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 25px;
  }
  
  .blog-line {
    flex-direction: column;
  }
  
  .load_more {
    height: 54px;
    font-size: 14px;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  
  .blog-item-description {
      height: auto;
  }
  
  .blog-page h1 {
    margin-top: 10px;
  }
  
  .blog-voting {
    padding-left: 0;
    padding-right: 0;
  }
  
  /* .blog-item-img {
    height: auto;
  } */
}

@media (max-width: 480px) {
  .blog-detail__panel-center span {
      margin-left: 15px;
  }
}

@media (max-width: 400px) {
  .blog-detail__panel-center span {
      margin-left: 9px;
  }
}