.news_search_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 56px 0;
  background: #F1F2F4;
  margin-top: 72px; }
  .news_search_wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    .news_search_wrapper .container:before, .news_search_wrapper .container:after {
      display: none; }
    .news_search_wrapper .container .title {
      font-weight: 600;
      font-size: 28px;
      line-height: 40px;
      color: #121212; }
  .news_search_wrapper form {
    width: 100%;
    position: relative;
    max-width: 360px; }
    .news_search_wrapper form input {
      background: transparent;
      border: none;
      border-bottom: 1px solid #DCDCE0;
      padding-right: 30px;
      font-size: 16px;
      line-height: 20px;
      color: #707175;
      width: 100%;
      height: 32px; }
      .news_search_wrapper form input::placeholder {
        font-size: 16px;
        line-height: 20px;
        color: #707175; }
    .news_search_wrapper form button {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      background: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
      box-shadow: none;
      text-shadow: none;
      border: none; }

.news_big_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 56px;
  padding-bottom: 104px; }
  .news_big_wrap .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; }
  .news_big_wrap .left_cont {
    width: calc(100% - 360px);
    padding-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
  .news_big_wrap .right_cont {
    width: 100%;
    max-width: 360px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
    border-radius: 4px;
    padding: 24px 28px 40px; }
    .news_big_wrap .right_cont .title {
      width: 100%;
      position: relative;
      padding-bottom: 8px;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 50px; }
      .news_big_wrap .right_cont .title:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 72px;
        height: 2px;
        background: #FFD338; }
    .news_big_wrap .right_cont .popular_list {
      width: 100%; }
      .news_big_wrap .right_cont .popular_list li {
        width: 100%;
        margin-bottom: 40px; }
        .news_big_wrap .right_cont .popular_list li:last-child {
          margin-bottom: 0; }
        .news_big_wrap .right_cont .popular_list li a {
          width: 100%;
          text-decoration: none; }
          .news_big_wrap .right_cont .popular_list li a:hover p {
            color: #FFD338; }
        .news_big_wrap .right_cont .popular_list li p {
          width: 100%;
          font-weight: 600;
          font-size: 16px;
          line-height: 22px;
          color: #121212;
          margin-bottom: 8px;
          transition: .3s; }
        .news_big_wrap .right_cont .popular_list li time {
          font-size: 12px;
          line-height: 16px;
          color: #707175;
          opacity: 0.7; }

.news_item {
  filter: drop-shadow(0px 2px 12px rgba(224, 227, 233, 0.3));
  width: calc(50% - 24px);
  margin: 0 12px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .news_item:hover {
    border: 1px solid #FFD338; }
    .news_item:hover .content_news .h4 {
      color: #EBAB07; }
  .news_item img {
    width: 100%;
    object-fit: cover;
    height: 224px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .news_item .content_news {
    width: 100%;
    background: #FFFFFF;
    padding: 20px 28px 16px; }
    .news_item .content_news .h4 {
      width: 100%;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #121212;
      margin-bottom: 12px;
      transition: .3s; }
    .news_item .content_news .text {
      width: 100%;
      font-size: 14px;
      line-height: 18px;
      color: #707175;
      margin-bottom: 24px; }
    .news_item .content_news time {
      font-size: 12px;
      line-height: 16px;
      color: #707175;
      opacity: 0.5; }
  .news_item:first-child {
    width: 100%; }
    .news_item:first-child img {
      height: 272px; }
    .news_item:first-child .content_news .h4 {
      font-size: 20px;
      line-height: 28px; }

.news_one_top {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 24px;
  background: #F1F2F4;
  display: flex;
  justify-content: center;
  margin-top: 72px; }
  .news_one_top .container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%; }
  .news_one_top .back_news {
    position: absolute;
    left: 0;
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #707175;
    top: -64px;
    text-decoration: none; }
    .news_one_top .back_news:hover {
      text-decoration: underline; }
    .news_one_top .back_news img {
      margin-right: 12px; }
  .news_one_top .text_cont {
    width: 100%;
    max-width: 744px; }
    .news_one_top .text_cont .h1 {
      width: 100%;
      font-weight: 600;
      font-size: 32px;
      line-height: 44px;
      color: #121212;
      margin-bottom: 44px; }

.subscribe_list_own {
  width: 100%;
  max-width: 248px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .subscribe_list_own li {
    transition: .3s; }
    .subscribe_list_own li:hover {
      transform: translateY(-5px); }
  .subscribe_list_own button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer; }

.content_news_area {
  width: 100%;
  padding-bottom: 20px; }
  .content_news_area p {
    width: 100%;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #121212;
    float: left; }
    .content_news_area p a {
      font-weight: 500;
      color: #EBAB07;
      border-bottom: 1px solid #EBAB07; }
    .content_news_area p strong {
      font-weight: 600; }
  .content_news_area img {
    max-width: 100%; }
  .content_news_area h1, .content_news_area h2, .content_news_area h3, .content_news_area h4, .content_news_area h5, .content_news_area h6 {
    margin-top: 32px;
    margin-bottom: 16px;
    width: 100%;
    float: left; }
  .content_news_area > span {
    float: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #121212;
    padding: 32px 76px;
    background: #CEDDFA;
    width: 100%;
    margin-bottom: 40px; }
  .content_news_area h5, .content_news_area h6 {
    width: auto; }
  .content_news_area h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px; }
  .content_news_area h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500; }
  .content_news_area h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; }
  .content_news_area h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase; }
  .content_news_area h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; }
  .content_news_area h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; }
  .content_news_area ul, .content_news_area ol {
    width: 100%;
    float: left;
    margin-bottom: 32px; }
    .content_news_area ul li, .content_news_area ol li {
      width: 100%;
      position: relative;
      font-size: 20px;
      line-height: 30px;
      color: #121212;
      margin-bottom: 12px;
      padding-left: 20px; }
      .content_news_area ul li:last-child, .content_news_area ol li:last-child {
        margin-bottom: 0; }
  .content_news_area ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #EBAB07; }
  .content_news_area ol {
    counter-reset: list 0; }
    .content_news_area ol li:before {
      content: "";
      position: absolute;
      top: 1px;
      font-size: 18px;
      color: #EBAB07;
      font-weight: 600;
      left: 0;
      counter-increment: list;
      content: counter(list); }
  .content_news_area blockquote {
    float: left;
    background: #F4F5F6;
    padding: 24px 72px 24px 72px;
    width: 100%;
    position: relative;
    margin-bottom: 40px; }
    .content_news_area blockquote p {
      font-size: 20px;
      line-height: 30px; }
    .content_news_area blockquote em {
      font-size: 16px;
      line-height: 22px;
      color: #121212; }
    .content_news_area blockquote:before {
      content: "";
      width: 4px;
      top: 24px;
      height: calc(100% - 48px);
      background: #EBAB07;
      position: absolute;
      left: 44px; }
  .content_news_area table {
    width: 100%;
    float: left;
    border-collapse: collapse;
    margin-bottom: 40px; }
    .content_news_area table tr:first-child td {
      color: #EBAB07;
      font-weight: 500; }
    .content_news_area table td {
      font-size: 16px;
      line-height: 22px;
      color: #121212;
      padding: 13px 20px;
      border: 1px solid #D4D9E2; }

.news_one_content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  background: #fff; }
  .news_one_content .container {
    width: 100%;
    max-width: 774px; }
  .news_one_content .share_cont {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px; }
    .news_one_content .share_cont span {
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #121212;
      margin-right: 16px; }
  .news_one_content .next_news_one {
    width: 100%;
    padding: 16px 40px;
    background: #F7F8FA;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 56px; }
    .news_one_content .next_news_one .picture {
      width: 218px;
      height: 132px;
      object-fit: cover; }
    .news_one_content .next_news_one .text_wrap {
      width: calc(100% - 218px);
      padding-left: 24px; }
      .news_one_content .next_news_one .text_wrap .next {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #EBAB07;
        margin-bottom: 16px; }
        .news_one_content .next_news_one .text_wrap .next:hover img {
          transform: translateX(3px); }
        .news_one_content .next_news_one .text_wrap .next img {
          margin-left: 8px;
          transition: .3s; }
      .news_one_content .next_news_one .text_wrap .name {
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #121212;
        margin-bottom: 12px; }
      .news_one_content .next_news_one .text_wrap .text {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        color: #707175; }

.comments_wrap {
  width: 100%; }
  .comments_wrap .top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px; }
    .comments_wrap .top .title {
      font-weight: 600;
      font-size: 28px;
      line-height: 40px;
      color: #121212;
      margin-right: 16px; }
    .comments_wrap .top .count {
      height: 24px;
      border-left: 2px solid #DCDCE0;
      padding-left: 16px;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      color: #EBAB07;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
  .comments_wrap .leave_comment_block {
    width: 100%;
    background: #F7F8FA;
    border-radius: 4px;
    padding: 26px 32px;
    margin-bottom: 88px; }
    .comments_wrap .leave_comment_block p {
      font-size: 18px;
      line-height: 28px;
      color: #121212; }
      .comments_wrap .leave_comment_block p a {
        font-weight: 600;
        color: #EBAB07; }
        .comments_wrap .leave_comment_block p a:hover {
          text-decoration: none; }
  .comments_wrap .raiting_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
    position: relative; }
    .comments_wrap .raiting_wrap .raiting_inpt {
      position: absolute;
      opacity: 0;
      z-index: 1; }
    .comments_wrap .raiting_wrap .raiting_title {
      font-size: 16px;
      line-height: 22px;
      color: #000000;
      margin-right: 16px;
      width: auto; }
    .comments_wrap .raiting_wrap ul {
      width: 100%;
      max-width: 168px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 2; }
      .comments_wrap .raiting_wrap ul li {
        cursor: pointer; }
        .comments_wrap .raiting_wrap ul li.active svg {
          fill: #FFC213; }
          .comments_wrap .raiting_wrap ul li.active svg path {
            stroke: #FFC213; }

.comment_active_block {
  width: 100%;
  background: #F7F8FA;
  border-radius: 4px;
  padding: 28px 32px;
  margin-bottom: 40px; }
  .comment_active_block .name {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    margin-bottom: 20px; }
  .comment_active_block form {
    width: 100%; }
    .comment_active_block form textarea {
      width: 100%;
      border: 1px solid #DCDCE0;
      border-radius: 4px;
      background: #FFFFFF;
      padding: 13px 32px;
      font-size: 16px;
      line-height: 22px;
      color: #707175;
      margin-bottom: 16px;
      resize: none;
      height: 136px; }
      .comment_active_block form textarea::placeholder {
        font-size: 16px;
        line-height: 22px;
        color: #707175; }
    .comment_active_block form button {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: #121212;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 6px 21px;
      background: #FFD338;
      border-radius: 4px;
      border: none; }

.other_interesting_news {
  width: 100%;
  background: #F1F2F4;
  padding-top: 48px;
  padding-bottom: 24px;
  display: flex;
  justify-content: center; }
  .other_interesting_news.other_interesting_news_home .container {
    max-width: 1170px;
    position: relative; }
  .other_interesting_news.other_interesting_news_home .see_all {
    position: absolute;
    top: 1px;
    right: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #EBAB07;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
    .other_interesting_news.other_interesting_news_home .see_all img {
      margin-left: 4px; }
  .other_interesting_news .container {
    max-width: 774px;
    width: 100%; }
  .other_interesting_news .title {
    width: 100%;
    position: relative;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px; }
    .other_interesting_news .title:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 72px;
      height: 2px;
      background: #FFD338; }
  .other_interesting_news .content_wrap {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: flex-start; }
    .other_interesting_news .content_wrap .news_item:first-child {
      width: calc(50% - 24px); }
      .other_interesting_news .content_wrap .news_item:first-child .h4 {
        font-size: 16px;
        line-height: 22px; }
      .other_interesting_news .content_wrap .news_item:first-child img {
        height: 224px; }

.comments_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  padding-bottom: 88px; }

.comment_item {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .comment_item:last-child {
    margin-bottom: 0; }
  .comment_item.comment_answer {
    width: 100%;
    margin-bottom: 32px; }
    .comment_item.comment_answer .top img {
      width: 40px;
      height: 40px;
      position: absolute;
      left: -56px;
      top: 0; }
  .comment_item.comment_answer_hidden {
    display: none; }
  .comment_item .top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #161616;
    margin-bottom: 12px;
    position: relative; }
    .comment_item .top time {
      font-size: 13px;
      line-height: 18px;
      color: #697077;
      padding-left: 13px;
      position: relative;
      margin-left: 12px;
      font-weight: normal; }
      .comment_item .top time:before {
        content: "";
        width: 1px;
        height: 16px;
        background: #C2CDDE;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .comment_item .raiting {
    width: 100%;
    max-width: 68px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px; }
    .comment_item .raiting li {
      margin-right: 2px; }
      .comment_item .raiting li:last-child {
        margin-right: 0; }
  .comment_item .text {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    margin-bottom: 8px; }
  .comment_item .answer_comment {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #EBAB07;
    text-decoration: none; }
  .comment_item .see_all_answers {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #EBAB07;
    text-decoration: none;
    margin-top: 16px; }
    .comment_item .see_all_answers:hover {
      text-decoration: underline; }
    .comment_item .see_all_answers img {
      margin-right: 8px; }
  .comment_item + .comment_active_block {
    width: calc(100% - 96px); }

.comment_item_ans_parent {
  width: calc(100% - 96px); }

.see_next_comments {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  padding-bottom: 8px;
  position: relative;
  text-decoration: none; }
  .see_next_comments:before {
    content: "";
    background: #FFD338;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    position: absolute; }
  .see_next_comments img {
    margin-right: 8px; }

#current_page_url {
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0; }

.leave_comment_form fieldset {
  position: relative; }
  .leave_comment_form fieldset.is_error {
    margin-bottom: 10px; }

.leave_comment_form .error {
  font-size: 11px;
  line-height: 14px;
  color: #E00808;
  margin-top: 3px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0; }

.subscribe_telegram {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
  color: #FFFFFF;
  font-weight: 600;
  background: #56A5D9;
  border-radius: 4px;
  display: flex; 
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px;
}
.or_item{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.or_item span{
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: #707175;
}

.or_item i{
  width: calc(50% - 20px);
  height: 1px;
  background-color: #DCDCE0;
}
.subscribe_telegram img{
  margin-right: 20px;
}
    .subscribe_telegram:hover {
      background-color: #3d8abd; }

.sbr_dt.small_width {
  min-width: 270px; }

.ov_vac.linc_resume .head_data_user .type_t {
  margin-bottom: 5px; }

@media screen and (max-width: 1199px) {
  .news_item:first-child img {
    height: 224px; }
  .news_item img {
    height: 170px; }
  .other_interesting_news .content_wrap .news_item:first-child img {
    height: 170px; } }

@media screen and (max-width: 999px) {
  .news_search_wrapper {
    margin-top: 60px;
    padding: 32px 0; } }

@media screen and (max-width: 991px) {
  .news_big_wrap .container {
    flex-direction: column;
    align-items: center; }
  .news_big_wrap .left_cont {
    width: 100%;
    max-width: 650px;
    padding-right: 0; }
  .news_search_wrapper .container {
    flex-direction: column;
    align-items: flex-start; }
  .news_search_wrapper form {
    max-width: 100%; }
  .news_search_wrapper .container .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px; }
  .news_big_wrap {
    padding-top: 32px;
    padding-bottom: 0px; }
  .news_big_wrap .left_cont {
    padding-bottom: 32px; }
  .news_big_wrap .container {
    padding-left: 0;
    padding-right: 0; }
  .news_big_wrap .left_cont {
    padding-left: 15px;
    padding-right: 15px; }
  .content_news_area h1 {
    font-size: 24px;
    line-height: 36px; }
  .content_news_area h2 {
    font-size: 20px;
    line-height: 28px; }
  .content_news_area h3 {
    font-size: 18px;
    line-height: 26px; }
  .content_news_area h4 {
    font-size: 16px;
    line-height: 26px; }
  .content_news_area h5 {
    font-size: 16px;
    line-height: 24px; }
  .content_news_area h6 {
    font-size: 14px;
    line-height: 20px; }
  .content_news_area img {
    margin-bottom: 20px; }
  .content_news_area ul li, .content_news_area ol li {
    font-size: 16px;
    line-height: 24px; }
  .content_news_area > span {
    font-size: 20px;
    line-height: 28px;
    padding: 24px 32px; }
  .content_news_area blockquote p {
    font-size: 17px;
    line-height: 26px; }
  .content_news_area blockquote {
    padding: 28px 16px 28px 38px; }
  .content_news_area blockquote:before {
    width: 2px;
    left: 20px; }
  .content_news_area blockquote em {
    font-size: 14px;
    line-height: 18px; }
  .content_news_area table td {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 20px; }
  .content_news_area table p {
    font-size: 14px;
    line-height: 18px; }
  .news_one_top {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 16px; }
  .news_one_top .back_news {
    top: -64px; }
  .news_one_top .text_cont .h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 36px; } }

@media screen and (max-width: 850px) {
  .comments_area {
    margin-top: 32px; }
  .comments_area .comment_item .top, .comments_area .comment_item .top time {
    font-size: 12px;
    line-height: 16px; }
  .comments_area .comment_item .text {
    font-size: 14px;
    line-height: 18px; }
  .comments_area .comment_item.comment_admin .top img {
    width: 32px;
    height: 32px;
    left: -44px; }
  .comments_area .comment_item.comment_admin {
    width: calc(100% - 44px);
    margin-bottom: 40px; }
  .comments_area .comments_wrap_top p {
    font-size: 16px;
    line-height: 26px; }
  .comment_item_ans_parent {
    width: calc(100% - 24px); }
  .comment_item + .comment_active_block {
    width: 100%; }
  .comment_active_block {
    padding: 20px 16px; }
    .comment_active_block .name {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 12px; }
  .comment_active_block form textarea {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 16px;
    margin-bottom: 14px; }
    .comment_active_block form textarea::placeholder {
      font-size: 14px;
      line-height: 18px; }
  .comments_wrap .raiting_wrap .raiting_title {
    font-size: 10px;
    line-height: 12px; }
  .comments_wrap .raiting_wrap ul li {
    display: flex;
    justify-content: center;
    align-items: center; }
    .comments_wrap .raiting_wrap ul li svg {
      width: 20px;
      height: 20px; }
  .comments_wrap .raiting_wrap {
    align-items: center;
    margin-bottom: 22px; }
  .comments_wrap .raiting_wrap ul {
    max-width: 132px; } }

@media screen and (max-width: 768px) {
  .content_news_area table {
    overflow-x: auto;
    display: block; }
    .content_news_area table tbody {
      display: table; }
  .news_one_content {
    padding-top: 32px; }
  .news_one_content .share_cont {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px; }
  .news_one_content .share_cont span {
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px; }
  .news_one_content .next_news_one {
    padding: 12px 16px;
    align-items: flex-start; }
  .news_one_content .next_news_one .picture {
    width: 72px;
    height: 48px; }
  .news_one_content .next_news_one .text_wrap {
    width: calc(100% - 72px);
    padding-left: 8px; }
  .news_one_content .next_news_one .text_wrap .next {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px; }
  .news_one_content .next_news_one .text_wrap .name {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px; }
  .news_one_content .next_news_one .text_wrap .text {
    font-size: 12px;
    line-height: 16px; }
  .news_one_content .next_news_one .text_wrap .next img {
    width: 12px; }
  .news_one_content .next_news_one {
    margin-bottom: 48px; }
  .comments_wrap .top {
    margin-bottom: 24px; }
    .comments_wrap .top .title {
      font-size: 18px;
      line-height: 24px; }
  .comments_wrap .top .count {
    height: 20px;
    font-size: 16px;
    line-height: 24px; }
  .comments_wrap .leave_comment_block {
    padding: 16px 20px;
    margin-bottom: 72px; }
  .comments_wrap .leave_comment_block p {
    font-size: 16px;
    line-height: 24px; }
  .other_interesting_news {
    padding-top: 32px;
    padding-bottom: 32px; }
  .other_interesting_news .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 34px; }
    .other_interesting_news .title:before {
      width: 56px; }
  .news_one_top .back_news {
    left: 15px; }
  .comments_area {
    padding-bottom: 72px; } }

@media screen and (max-width: 650px) {
  .news_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .news_item:first-child img, .news_item img {
    height: auto; }
  .news_item .content_news {
    padding: 16px; }
  .news_item:first-child .content_news .h4 {
    font-size: 16px;
    line-height: 22px; }
  .news_item .content_news .h4 {
    margin-bottom: 8px !important; }
  .news_item .content_news .text {
    margin-bottom: 16px; }
  .news_item {
    margin-bottom: 24px; }
  .other_interesting_news .content_wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    align-items: center; }
  .other_interesting_news .content_wrap .news_item:first-child, .other_interesting_news .content_wrap .news_item {
    width: 100%;
    max-width: 500px; }
  .other_interesting_news .content_wrap .news_item:first-child img {
    height: auto; }
  .other_interesting_news.other_interesting_news_home .see_all {
    font-size: 14px; }
  .subscribe_telegram {
    font-size: 13px;
    line-height: 18px; } 
    .subscribe_telegram img{
      width: 24px;
      margin-right: 12px;
    }
    .small_width_mod{
      width: 100% !important;
      max-width: 320px;
    }
  }
