.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fww {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fdcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fcc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fsa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jcsa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcfs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jcfe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.aifs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aife {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1600px) {
  .block {
    width: 1440px;
  }
  .header {
    height: 100px;
    padding: 10px 15px 10px 15px;
  }
  .header .header_content_center .gerb {
    width: 60px;
  }
  .header .header_content_center .title {
    margin: 0 10px;
  }
  .header .header_content_center .title h1 {
    font-size: 46px;
    line-height: 55px;
  }
  .header .header_content_center .title p {
    font-size: 22px;
    line-height: 18px;
  }
  .header .header_content_right .languages_block .languages li a {
    /*width: 25px;*/
    margin-right: 10px;
  }
  .header .header_content_right .languages_block .icon_lang {
    width: 25px;
  }
  .header .header_content_right .search_wrap:before {
    width: 24px;
    top: 0px;
    right: 5px;
  }
  .header .header_content_right .search_wrap .search {
    width: 290px;
  }
  .site_menu ul li a {
    font-size: 15px;
    line-height: 15px;
    padding: 12px 28px;
  }
  .main_page_block_1 .block {
    /* padding-top: 16px; */
  }
  .main_page_block_1 .block .contacts {
    /* padding: 18px 35px 0px 35px; */
  }
  .main_page_block_1 .block .contacts h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_page_block_1 .block .contacts p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .sitebar {
    width: 340px;
    padding: 15px;
  }
  .sitebar .big_review .big_review_title {
    font-size: 17px;
    line-height: 17px;
  }
  .sitebar .big_review .big_review_desc {
    font-size: 14px;
    line-height: 18px;
  }
  .sitebar .privetstie {
    margin-top: 15px;
  }
  .sitebar .privetstie h3 {
    font-size: 17px;
  }
  .sitebar .services_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100px;
    background-color: #dad5c6;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 2px 0 #3d3d3d;
    box-shadow: 0 2px 2px 0 #3d3d3d;
  }
  .sitebar .services_item:last-of-type {
    margin-bottom: 0;
  }
  .sitebar .services_item .services_item_img {
    width: 50px;
    margin-bottom: 10px;
  }
  .sitebar .services_item .services_item_img img {
    width: 100%;
    height: auto;
  }
  .sitebar .services_item p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .news_title,
  .newscontainer-itemTitle {
    font-size: 17px;
    width: 100%;
    line-height: 17px;
  }
  .main_part .services_desc .services_desc_item {
    width: 225px;
  }
  .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title
    .title_img {
    margin-right: 10px;
    width: 26px;
  }
  .main_part .services_desc .services_desc_item .services_desc_item_title h4 {
    font-size: 17px;
  }
  .main_part .services_desc .services_desc_item .services_desc_item_links {
    padding-left: 30px;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_links:after {
    width: 6px;
    height: 6px;
  }
  .main_page_block_3 .main_part {
    padding-top: 15px;
  }
  .with_small_img_item .with_small_img_item_text h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .with_small_img_item .with_small_img_item_text .date {
    font-size: 14px;
  }
  .info_block .info_item {
    height: 84px;
    padding: 10px;
  }
  .info_block .info_item .info_item_img {
    margin-right: 15px;
    width: 16%;
  }
  .info_block .info_item .info_item_text {
    font-size: 14px;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs {
    width: 940px;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs .tab.active:before {
    bottom: -10px;
    border-width: 10px 236px 0 236px;
  }
  .organizaciy_wrap {
    width: 520px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item {
    height: 60px;
    padding: 0 8px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_img {
    margin-right: 12px;
    width: 50px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_text {
    font-size: 17px;
    line-height: 17px;
  }
  ul.structura_block > li > a {
    font-size: 17px;
    line-height: 20px;
  }
  ul.structura_block > li > a:before {
    top: 5px;
  }
  .news_block {
    padding: 20px 10px;
  }
  /*.news_block .news_wrap .news_bar {*/
  /*max-width: 300px;*/
  /*margin-right: 15px;*/
  /*}*/
  .news_block .news_wrap .news_list .news_list_item .news_list_item_img {
    width: 300px;
  }
  .news_block .news_wrap .news_list .news_list_item .news_list_item_content {
    padding: 15px 20px;
    width: 100%;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .news_list_item_title {
    font-size: 17px;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .description {
    font-size: 17px;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .read_more_wrap {
    margin-top: 10px;
  }
  .news_block .news_wrap .single_news p {
    margin-bottom: 10px;
    color: #02182d;
  }
}
@media (max-width: 1439px) {
  .block {
    width: 100%;
  }
  .read_more_wrap {
    margin: 15px auto 0 auto;
  }
  .read_more_wrap .read_more {
    padding: 0px 18px;
    line-height: 28px;
    font-size: 14px;
  }
  .header {
    /* height: 90px; */
    padding: 10px;
  }
  .header .header_content_left a {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .header .header_content_center .gerb {
    width: 56px;
  }
  .header .header_content_center .title {
    margin: 0 10px;
  }
  .header .header_content_center .title h1 {
    font-size: 44px;
    line-height: 55px;
  }
  .header .header_content_center .title p {
    font-size: 20px;
    line-height: 0px;
  }
  .header .header_content_right .languages_block .languages li a {
    /* width: 24px;
    margin-right: 8px; */
  }
  .header .header_content_right .languages_block .icon_lang {
    width: 23px;
  }
  .header .header_content_right .search_wrap .search {
    width: 270px;
  }
  .site_menu ul li a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 25px;
  }
  .site_menu ul li a:before {
    border-width: 5px 22px 0 22px;
  }
  .main_page_block_1 {
    /*padding-top: 15px;*/
  }
  .main_page_block_2,
  .main_page_block_3 {
    margin: 15px 0;
  }
  .news_title,
  .newscontainer-itemTitle {
    font-size: 16px;
    line-height: 16px;
  }
  .sitebar {
    width: 280px;
    padding: 10px;
  }
  .sitebar .big_review .big_review_title {
    font-size: 16px;
    line-height: 16px;
  }
  .sitebar .big_review .big_review_desc {
    font-size: 14px;
    line-height: 17px;
  }
  .sitebar .privetstie {
    margin-top: 10px;
  }
  .sitebar .privetstie h3 {
    font-size: 16px;
  }
  .sitebar .services_item {
    width: 100%;

    height: 80px;
    margin-bottom: 20px;
  }
  .sitebar .services_item .services_item_img {
    width: 40px;
    margin-bottom: 5px;
  }
  .sitebar .services_item p {
    font-size: 16px;
  }
  .main_page_block_3 .main_part {
    padding-top: 10px;
  }
  .main_part {
    width: calc(100% - 580px);
  }
  .main_part .services_desc .services_desc_item {
    width: 33.33%;
  }
  .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title
    .title_img {
    margin-right: 8px;
    width: 25px;
  }
  .main_part .services_desc .services_desc_item .services_desc_item_title h4 {
    font-size: 16px;
  }
  .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title:after {
    bottom: -13px;
    border-width: 14px 98px 0 98px;
  }
  .main_part .services_desc .services_desc_item .services_desc_item_links {
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .main_part .topics .topics_item h5 {
    font-size: 16px;
  }
  .main_part_news_rewiews_with_big_img
    .with_big_img_item
    .with_big_img_item_text {
    padding: 10px;
  }
  .main_part_news_rewiews_with_big_img
    .with_big_img_item
    .with_big_img_item_text
    h4 {
    font-size: 14px;
  }
  .main_part_news_rewiews_with_big_img
    .with_big_img_item
    .with_big_img_item_text
    .date {
    font-size: 14px;
    margin-top: 5px;
  }
  .main_part_news_rewiews_with_small_img {
    margin-top: 15px;
  }
  .main_part_news_rewiews_with_small_img
    .with_small_img_item
    .with_small_img_item_img {
    width: 80px;
  }
  .with_small_img_item .with_small_img_item_img {
    width: 70px;
  }
  .with_small_img_item {
    margin-bottom: 7px;
  }
  .with_small_img_item .with_small_img_item_img {
    padding: 2px;
    margin-right: 8px;
  }
  .with_small_img_item .with_small_img_item_text h4 {
    font-size: 13px;
    line-height: 15px;
  }
  .with_small_img_item .with_small_img_item_text .date {
    font-size: 14px;
    margin-top: 0px;
  }
  .info_block .info_item {
    height: 80px;
    padding: 8px;
  }
  .info_block .info_item .info_item_img {
    margin-right: 10px;
    width: 15%;
  }
  .info_block .info_item .info_item_text {
    font-size: 13px;
    line-height: 14px;
  }
  .organizaciy_wrap {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .organizaciy_wrap .organizaciy {
    width: 100%;
  }
  .organizaciy_wrap .organizaciy:before {
    right: auto;
    top: -50px;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 50px;
  }
  .organizaciy_wrap .organizaciy .slick-arrow {
    top: -40px;
    width: 30px;
    height: 30px;
  }
  .organizaciy_wrap .organizaciy .slick-prev {
    left: 20px;
  }
  .organizaciy_wrap .organizaciy .slick-next {
    right: 20px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item {
    margin: 5px 2px;
    height: 60px;
    padding: 0 10px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_img {
    margin-right: 10px;
    width: 46px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_text {
    font-size: 16px;
    line-height: 17px;
  }
  .main_page_block_5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs {
    width: 100%;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs .tab:before {
    bottom: -9px;
    border-width: 10px 320px 0 320px;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs .tab.active:before {
    bottom: -9px;
    border-width: 10px 320px 0 320px;
  }
  .main_page_block_7 .structura .structura_block .structura_item {
    font-size: 16px;
    line-height: 18px;
  }
  .main_page_block_7 .structura .structura_block .structura_item:before {
    top: 4px;
  }
  .main_page_block_9 {
    height: 380px;
    margin-top: 15px;
  }
  .main_page_block_9 .map iframe {
    height: 380px !important;
  }
  .map_info {
    padding: 10px;
    max-width: 700px;
  }
  .politic {
    max-width: 100%;
  }
  .footer-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .map_info .title p {
    font-size: 14px;
    line-height: 15px;
  }
  .map_info .logo_contacts {
    margin-top: 20px;
  }
  .map_info .logo_contacts .logo {
    margin-right: 20px;
    width: 40px;
  }
  .map_info .logo_contacts .logo img {
    width: 100%;
  }
  .map_info .logo_contacts .contacts p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 17px;
  }
  .map_info .info {
    margin-bottom: 20px;
  }
  /* .map_info .info img {
    margin-left: 40px;
    margin-bottom: 5px;
  } */
  .map_info .info p {
    font-size: 13px;
  }
  .map_info .production p {
    font-size: 11px;
  }
  .main_page_block_2,
  .main_page_block_3 {
    padding: 0 10px;
  }
  .main_page_block_2 .block,
  .main_page_block_3 .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_page_block_2 .block .main_part .services_desc,
  .main_page_block_3 .block .main_part .services_desc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_page_block_2 .block .main_part .services_desc .services_desc_item,
  .main_page_block_3 .block .main_part .services_desc .services_desc_item {
    margin: 0 5px;
  }
  .main_page_block_2
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title,
  .main_page_block_3
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title {
    height: 44px;
    margin-bottom: 20px;
  }
  .main_page_block_2
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title:after,
  .main_page_block_3
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title:after {
    display: none;
  }
  .main_page_block_2 .block .main_part .topics,
  .main_page_block_3 .block .main_part .topics {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_page_block_2 .block .sitebar,
  .main_page_block_3 .block .sitebar {
    margin: 0px;
  }
  .news_block {
    padding: 15px 10px;
  }
  /*.news_block .news_wrap .news_bar {*/
  /*max-width: 260px;*/
  /*margin-right: 10px;*/
  /*}*/
  .news_block .news_wrap .news_list .news_list_item .news_list_item_img {
    width: 260px;
  }
  .news_block .news_wrap .news_list .news_list_item .news_list_item_content {
    padding: 10px 15px;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .news_list_item_title {
    font-size: 16px;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .date {
    margin: 5px 0;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .description {
    font-size: 16px;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .read_more_wrap {
    margin-top: 10px;
  }
}
@media (max-width: 1280px) {
  .main_page_block_1 .block {
    top: 145px;
  }
  .block {
    width: 100%;
  }
  .header .header_content_right .search_wrap .search {
    width: 200px;
  }
  .site_menu {
    position: fixed;
    z-index: 500;
    height: 100vh;
    top: 0;
    width: 100%;
    padding-top: 70px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .site_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site_menu ul li {
    display: block;
  }
  .site_menu ul li a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 25px;
    display: block;
  }
  .site_menu ul li a:before {
    display: none;
  }
  .site_menu ul li.sub_menu ul {
    position: relative;
  }
  .site_menu ul li.sub_menu ul li {
    padding-left: 25px;
  }
  .site_menu ul li.sub_menu ul li a {
    font-size: 13px;
    line-height: 13px;
  }
  .site_menu .button {
    display: block;
    position: absolute;
    top: 5px;
    right: -40px;
    width: 27px;
    height: 28px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /* background-color: #dad5c6; */
  }
  .site_menu_active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .site_menu_active .button {
    background-image: url(../img/close.png);
    top: 16px;
    right: 16px;
  }
  .no_scroll_active {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.7;
    z-index: 400;
  }
  .body_overflow {
    overflow: hidden;
  }
  .main_page_block_2,
  .main_page_block_3 {
    padding: 0 10px;
  }
  .main_page_block_2 .block,
  .main_page_block_3 .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_page_block_2 .block .main_part,
  .main_page_block_3 .block .main_part {
    width: calc(100% - 520px);
  }
  .main_page_block_2 .block .main_part .services_desc,
  .main_page_block_3 .block .main_part .services_desc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_page_block_2 .block .main_part .services_desc .services_desc_item,
  .main_page_block_3 .block .main_part .services_desc .services_desc_item {
    margin: 0 5px;
  }
  .main_page_block_2
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title,
  .main_page_block_3
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title {
    height: 44px;
    margin-bottom: 20px;
  }
  .main_page_block_2
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title:after,
  .main_page_block_3
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title:after {
    display: none;
  }
  .main_part .services_desc .services_desc_item {
    width: 33.33%;
  }
  .main_page_block_2 .block .main_part .topics,
  .main_page_block_3 .block .main_part .topics {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_page_block_2 .block .main_part .topics .topics_item_wrap,
  .main_page_block_3 .block .main_part .topics .topics_item_wrap {
    width: 33.33%;
  }
  .main_part .topics .topics_item_wrap .topics_item h5 {
    font-size: 16px;
  }
  .main_page_block_2 .block .main_part .read_more_wrap,
  .main_page_block_3 .block .main_part .read_more_wrap {
    margin: 10px auto 10px auto;
  }
  .main_page_block_2 .block .sitebar,
  .main_page_block_3 .block .sitebar {
    width: 250px;
  }
  .main_part_news_rewiews_with_small_img {
    display: block;
  }
  .main_page_block_5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs {
    width: 100%;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs .tab:before {
    display: none;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs .tab.active:before {
    display: none;
  }
  .main_page_block_7 .structura .structura_block {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .map_info {
    padding: 16px;
  }
  a.banner-left-title {
    font-size: 12px;
  }
  .news_title,
  .newscontainer-itemTitle {
    font-size: 14px;
    line-height: 14px;
  }
  .header {
    height: 140px;
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .header_content_left {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    height: auto;
    width: auto;
  }
  .header .header_content_center {
    width: 100%;
    -webkit-order: 0;
    -ms-order: 0;
    order: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .header_content_center img {
    height: 40px;
  }
  .header .header_content_center .title h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .header .header_content_center .title p {
    font-size: 16px;
  }
  .header .header_content_center .gerb {
    width: 35px;
  }
  .header .header_content_right {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .main_page_block_1 {
    padding-top: 0;
  }
  .main_page_block_1 .block {
    top: 185px;
  }
  .info_block .info_item {
    width: 33.33%;
    height: 75px;
    padding: 5px;
  }
  .info_block .info_item .info_item_text {
    font-size: 12px;
    line-height: 14px;
  }
  .main_page_block_2 .block .main_part,
  .main_page_block_3 .block .main_part {
    width: 100%;
    -webkit-order: 0;
    -ms-order: 0;
    order: 0;
    margin: 0 0 10px 0;
  }
  .main_page_block_2 .block .sitebar,
  .main_page_block_3 .block .sitebar {
    width: calc(50% - 10px);
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0 5px;
  }
  .main_page_block_5 .sobutiya_pozdravleniya .tabs .tab {
    height: 38px;
    line-height: 41px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .organizaciy_wrap {
    margin-top: 40px;
  }
  .organizaciy_wrap .organizaciy:before {
    top: -38px;
    height: 38px;
  }
  .organizaciy_wrap .organizaciy .slick-arrow {
    top: -31px;
    width: 24px;
    height: 24px;
  }
  .organizaciy_wrap .organizaciy .slick-prev {
    left: 10px;
  }
  .organizaciy_wrap .organizaciy .slick-next {
    right: 10px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_img {
    width: 50px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_text {
    font-size: 14px;
    line-height: 15px;
  }
  .main_page_block_6 {
    padding: 15px 10px;
  }
  .main_page_block_6 .gallery_wrap .news_title {
  }
  .main_page_gallery .slick-arrow {
    top: -31px;
    width: 24px;
    height: 24px;
  }
  .main_page_gallery .main_page_gallery_item .gallery_item_text p {
    font-size: 13px;
  }
  .main_page_block_7 .structura .structura_block {
    width: 100%;
    margin-bottom: 10px;
  }
  .main_page_block_7 .structura .structura_block .structura_item {
    font-size: 15px;
    line-height: 17px;
  }
  .main_page_block_8 {
    padding: 15px 10px 0 10px;
  }
  .main_page_block_8 .info_resurs_wrap .news_title {
  }
  .info_resurs .slick-arrow {
    top: -31px;
    width: 24px;
    height: 24px;
  }
  .info_resurs .info_resurs_item .info_resurs_item_text {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .main_page_block_9 {
    height: 300px;
    margin-top: 20px;
  }
  .main_page_block_9 .map {
    position: relative;
    height: 100%;
  }
  .main_page_block_9 .map iframe {
    height: 300px !important;
    position: relative;
  }
  .main_page_block_9 .map .block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .map_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
  }
  .footer-menu {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .map_info .title {
    width: 35%;
  }
  .map_info .title p {
    font-size: 13px;
  }
  .map_info .logo_contacts {
    width: 33%;
    margin-top: 0px;
  }
  .map_info .logo_contacts .logo {
    margin-right: 25px;
  }
  .map_info .logo_contacts .contacts p {
    margin-bottom: 10px;
    line-height: 15px;
    font-size: 13px;
  }
  .map_info .info {
    width: 25%;
    /* margin-bottom: 0px; */
  }
  .map_info .info img {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .map_info .info p {
    font-size: 13px;
  }
  .map_info .production {
    width: 100%;
  }
  .map_info .production p {
    font-size: 13px;
  }
  .map_info .production p br {
    display: none;
  }
  .news_block {
    padding: 15px 10px;
  }
  .news_block .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /*.news_block .news_wrap .news_bar {*/
  /*width: 260px;*/
  /*margin-bottom: 15px;*/
  /*}*/
  .news_block .news_wrap .news_list .news_list_item .news_list_item_img {
    width: 200px;
  }
  .news_block .news_wrap .news_list .news_list_item .news_list_item_content {
    padding: 10px;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .news_list_item_title {
    font-size: 15px;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .date {
    margin: 5px 0;
  }
  .news_block
    .news_wrap
    .news_list
    .news_list_item
    .news_list_item_content
    .description {
    font-size: 15px;
  }
}
@media (max-width: 660px) {
  .main_page_block_2 .block .main_part .services_desc {
    padding: 10px;
    border-top: 1px solid #dad5c6;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_page_block_2 .block .main_part .services_desc .services_desc_item {
    margin: 10px 0;
    width: 100%;
  }
  .main_page_block_2
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_title {
    margin-bottom: 10px;
  }
  .main_page_block_2
    .block
    .main_part
    .services_desc
    .services_desc_item
    .services_desc_item_links {
    font-size: 15px;
  }
  .main_page_block_2 .block .main_part .topics .topics_item_wrap {
    width: 100%;
  }
  .main_page_block_2 .block .main_part .topics .topics_item_wrap h5 {
    font-size: 15px;
  }
  .main_page_block_2 .block .main_part .topics .topics_item_wrap h5 a {
    font-size: 14px;
  }
  .info_block .info_item {
    width: 50%;
  }
  .info_block .info_item .info_item_img {
    width: 33px;
  }
  .main_page_block_9 {
    height: 260px;
    margin-top: 15px;
  }
  .main_page_block_9 .map iframe {
    height: 260px !important;
  }
  .map_info .title {
    width: 100%;
    margin-bottom: 15px;
  }
  .map_info .title p br {
    display: none;
  }
  .map_info .logo_contacts {
    width: 100%;
  }
  .map_info .logo_contacts .logo {
    margin-right: 15px;
  }
  .map_info .info {
    width: 100%;
    /* margin-bottom: 0px; */
  }
  .map_info .info img {
    margin: 0;
  }
  .map_info .info p {
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
  }
  .map_info .production {
    /* margin-top: 15px; */
  }
  .news_block .news_wrap .news_list .news_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_block .news_wrap .news_list .news_list_item .news_list_item_img {
    width: 200px;
  }
  .main_page_block_2 .block .sitebar,
  .main_page_block_3 .block .sitebar {
    width: 100%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 5px 0px;
  }
  .organizaciy_wrap .organizaciy .organizaciy_item {
    height: auto;
    padding: 10px !important;
  }
}
@media (max-width: 440px) {
  .header {
    height: 180px;
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .camera_wrap {
    margin-top: -180px;
  }
  .header .header_content_left {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .header .header_content_center {
    width: 100%;
    -webkit-order: 0;
    -ms-order: 0;
    order: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .header_content_center .title h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .header .header_content_center .title p {
    font-size: 11px;
  }
  .header .header_content_center .gerb {
    width: 35px;
  }
  .header .header_content_right {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 100%;
  }
  .header .header_content_right .search_wrap {
    width: 100%;
  }
  .header .header_content_right .search_wrap .search {
    width: 100%;
  }
  .main_page_block_2 .block .main_part .topics .topics_item_wrap {
    width: 50%;
  }
  .main_part_news_rewiews_with_big_img .with_big_img_item:nth-of-type(2) {
    width: 100%;
  }
  .main_part_news_rewiews_with_big_img .with_big_img_item:nth-of-type(3) {
    width: 100%;
  }
  .sobutiya_pozdravleniya .tabs .tab {
    font-size: 12px;
  }
  .info_block .info_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .info_block .info_item .info_item_text {
    text-align: center;
  }
  .main_page_block_8 .info_resurs_wrap {
    padding: 20px 00px 0 00px;
  }
  .main_page_block_8 .info_resurs_wrap .news_title {
    width: 100%;
    height: 40px;
  }
  .info_resurs .slick-next {
    right: 0px;
  }
  .info_resurs .slick-prev {
    left: 0px;
  }
}

/* Выборы - баннер */
.golos img {
  height: 150px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .golos img {
    height: 100px;
  }
}
