#menuLinks .row {
margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.container-all {
  width: 100%;
}

.container_main {
  max-width: 1400px;
  margin: 0 auto;
}

#subsections-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/*Приветствие*/
#greet-img {
  width: 150px;
  padding: 0 10px 10px 0;
  float: left;
}

@media (min-width: 992px) {
  #greet-img {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  #greet-content {
    width: calc(100% - 290px);
    padding: 0 15px 15px 15px;
  }
}

#subsections-greet {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #subsections-greet {
    width: calc(60% - 30px);
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #subsections-greet {
    margin-right: 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(70% - 20px);
    margin-bottom: 0;
  }
}

.subsections-greet__title {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  color: #333333;
}

@media (min-width: 1200px) {
  .subsections-greet__title {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    color: #333333;
  }
}

.subsections-greet__description {
  font-size: 1rem;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 45px;
}

@media (min-width: 576px) {
  .subsections-greet__description {
    -webkit-line-clamp: 3;
    max-height: 67px;
  }
}

@media (min-width: 768px) {
  .subsections-greet__description {
    -webkit-line-clamp: 6;
    max-height: 140px;
  }
}

@media (min-width: 1200px) {
  .subsections-greet__description {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify;
    text-indent: 1rem;
    display: block;
    overflow: visible;
    max-height: initial;
  }
}

.subsecrions-greet__link-all {
  text-align: right;
  overflow: visible;
}

.subsecrions-greet__link-question {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: bold;
}

/*Конец Приветствия*/

/*Электронные обращения*/

#e-appeals {
  width: 100%;
  background: #1d619e;
  margin: 0 15px;
}

@media (min-width: 576px) {
  #e-appeals {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  #e-appeals {
    width: calc(40% - 15px);
    margin: 0;
    display: block;
  }
}

@media (min-width: 1200px) {
  #e-appeals {
    width: 30%;
    display: flex;
  }
}

#e-appeals .e-header {
  font-size: 1rem;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid rgba(190, 190, 190, 0.5);
  text-transform: uppercase;
}

@media (min-width: 576px) and (max-width: 1199px) {
  #e-appeals .e-header {
    border-bottom: none;
    padding: 15px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #e-appeals .e-header {
    border-bottom: 1px solid rgba(190, 190, 190, 0.5);
  }
}

@media (min-width: 1200px) {
  #e-appeals .e-header {
    width: 150px;
    float: left;
    font-size: 1rem;
    border-bottom: none;
    text-transform: none;
    /* text-align: left; */
  }
}

#e-appeals .e-header a {
  color: #ffffff;
}

#e-appeals .item .description {
  height: 100%;
  width: 100%;
}

.item__row {
  margin: 15px;
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .item__row {
    padding: 5px 10px 5px 0;
    border-left: 1px solid rgba(190, 190, 190, 0.5);
    padding-left: 20px;
    margin: 15px 0px;
  }
}

#e-appeals .item .description .e-img {
  max-width: 40px;
  flex: 0 0 40px;
  margin-right: 10px;
}

/* 
@media (min-width: 1200px) {
  #e-appeals .item .description .e-img {
    max-width: 50px;
    flex-basis: 50px;
  }
} */

#e-appeals .item .description .e-title {
  overflow: hidden;
}

#e-appeals .item .description a {
  font-size: 0.9rem;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

/*Конец блока Электронные обращения*/

/*Блок Гостям Жителям Бизнесу*/
.forCenterWrapper {
  margin-bottom: 20px;
}

.forCenter:first-of-type {
  margin-top: 0;
}

.forCenter {
  display: flex;
  width: 100%;
  background-color: #1d619e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 33%;
  margin-top: 5px;
  font-size: 1.3rem;
  /*border: 1px solid #e6e6e6;*/
  transition: all 0.3s ease 0s;
}

.forCenter:hover {
  /*box-shadow: 2px 1px 3px 1px rgba(89, 87, 87, 0.5);*/
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 5px;
  background: #f6fbff;
}

.forCenter:hover a {
  color: #1d619e;
}

.forCenter img {
  height: 40px;
  margin-top: 5px;
  /* margin-right: 40px; */
}

.forCenter a {
  text-decoration: none;
  height: 70px;
  width: 100%;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.forCenterTitle {
  text-decoration: none;
  max-width: 60%;
  flex: 0 0 60%;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .forCenterTitle {
    max-width: calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
  }
}

.forCenterIcon {
  max-width: 40%;
  flex: 0 0 40%;
  text-align: center;
  border-right: 1px solid rgba(190, 190, 190, 0.5);
}

@media (min-width: 1200px) {
  .forCenterIcon {
    max-width: 160px;
    flex: 160px;
  }
}

.forCenter:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 5px;
  background: #539ddf;
}

@supports (filter: invert(65%)) {
  .forCenter:hover {
    background: #f6fbff;
  }

  .forCenter:hover .forCenterTitle,
  .forCenter:hover a {
    color: #1d619e;
    text-decoration: none;
  }

  .forCenter:hover .forCenterIcon {
    filter: invert(65%) sepia(15%) saturate(5078%) hue-rotate(182deg) brightness(85%) contrast(86%);
  }
}

/*Конец блока Гостям Жителям Бизнесу*/

.central_part {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.news_block_main {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .news_block_main {
    width: calc(70% - 20px);
    margin-right: 20px;
    padding: 5px 15px 0 0;
  }
}

.agencies_services {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .agencies_services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .agencies_services {
    width: 30%;
    padding: 0;
  }
}

.part_central {
  width: 100%;
}

.left_nav {
  display: flex;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .left_nav {
    padding: 0 15px;
  }
}

.txt {
  padding-left: 20px;
  padding-top: 10px;
}

#publAktual {
  margin-top: 0px;
  margin-bottom: 15px;
}

/* Актуально*/
.publAktualTitle {
  height: 32px;
  font-size: 1.25rem;
  color: white;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 15px;
  padding-top: 8px;
  padding-left: 10px;
  background-color: #3f6bab;
  border-radius: 0 0 5px 5px;
}

.publAktualTitle a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #fff;
}

.publAktualTitle a:hover {
  color: #fff;
  text-decoration: underline;
}

.publAktualTitle .item .description {
  display: table-cell;
  vertical-align: top;
}

.publAktualTitle .item .date {
  color: #0f3267;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin: 10px 0px;
}

.publAktualTitle .item .description .headtitle {
  /* color: #015cda; */
  color: #0f3267;
  margin: 0px;
  padding: 0px;
  margin: 0px 0px 5px;
}

#publAktual .item .description .publDheadtitle a {
  font-size: 1rem;
  text-decoration: none;
  /*font-weight: 600;*/
}

/*Конец Актуально*/


/*Блок Госорганы*/
#mainBlockInfo .headerBlock {
  height: 30px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  background-color: #1D619E;
  /*border-radius: 0 0 5px 5px;*/
}

#mainBlockInfo {
  /*margin-bottom: 20px;*/
}

@media (min-width: 768px) and (max-width: 1199px) {

  .forCenterWrapper,
  #mainBlockInfo,
  #publАds {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}

#mainBlockInfo .mainBlockInfo_Txt {
  margin-bottom: 20px;
  margin-left: 0px;
}

/*#mainBlockInfo .mainBlockInfo_Txt .mainBlockInfoItem  {
    margin: 5px 0;
    background: #f6fbff;
    padding: 10px 0 10px 10px;
}*/
#mainBlockInfo .mainBlockInfoItemLink {
  margin: 5px 0;
  background: #f6fbff;
  padding: 13px 0 13px 10px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

#mainBlockInfo .mainBlockInfoItemLink:hover,
#mainBlockInfo .mainBlockInfoItemLink:focus {
  background: #c6def4;
}

#mainBlockInfo .headerBlock a {
  color: #ffffff;
}

/*Конец блока Госорганы*/

/*Блок депутаты*/
#mainBlockInfo .headerBlock {
  height: 30px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  background-color: #1D619E;
  /*border-radius: 0 0 5px 5px;*/
}

#mainBlockInfo {
  /*margin-bottom: 20px;*/
}

#mainBlockInfo .mainBlockInfo_Txt {
  margin-bottom: 20px;
  margin-left: 0px;
}

/*#mainBlockInfo .mainBlockInfo_Txt .mainBlockInfoItem  {
margin: 5px 0;
background: #f6fbff;
padding: 10px 0 10px 10px;
}*/
#mainBlockInfo .mainBlockInfoItemLink {
  margin: 5px 0;
  background: #f6fbff;
  padding: 13px 0 13px 10px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

#mainBlockInfo .mainBlockInfoItemLink:hover,
#mainBlockInfo .mainBlockInfoItemLink:focus {
  background: #c6def4;
}

#mainBlockInfo .headerBlock a {
  color: #ffffff;
}

/*Конец блока депутаты*/

/*Блок Новости*/
#cNews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#cNews .title_block_news {
  margin-bottom: 15px;
  /*padding: 16.25px 13px;*/
  width: 100%;
}

#cNews .title_block_news .news_block_title {
  font-size: 1.5rem;
  font-weight: 600;
}

#cNews .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  #cNews .item {
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  #cNews .item {
    width: calc(33.333% - 10px);
  }
}

@media (min-width: 1200px) {
  #cNews .item {
    min-height: 20rem;
    width: calc(50% - 20px);
  }
}

#cNews .item a:hover {
  /*text-decoration: none;*/
  /*color: #0f3267;*/
}

#cNews .item .description {
  position: relative;
  width: 100%;
  height: 10rem;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  #cNews .item .description {
    position: relative;
    width: 100%;
    height: 17rem;
    overflow: hidden;
    margin-bottom: 10px;
  }
}

#cNews .item .description img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
  /*filter: brightness(0.7);*/
}

@media (min-width: 768px) {
  #cNews .item .description img {
    float: left;
    margin-right: 10px;
  }
}

#cNews .item:hover .description img {
  transform: scale(1.05);
  filter: brightness(1);
}

#cNews .item .description .date {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 2rem;
  padding: 0 0.5rem;
  background-color: #1d619e;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 2rem;
  vertical-align: middle;
  text-align: center;
}

#cNews .item .description .headtitle {
  width: 100%;
  max-height: 3.3rem;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
  overflow: hidden;
  /*text-overflow: hidden;*/
}

/*Конец блок Новости*/

/*Блок Объявления*/
#publAds {
  width: 100%;
}

.publAdsTitle {
  height: 30px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  background-color: #1D619E;
}

/*
.publAdsTitle {
  height: 30px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px;
  background-color: #1d619e;
  border-radius: 0 0 5px 5px;
}
*/

#publAds .publAdsTitle a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  margin-left: 1px;
}

.publAdsTitle a:hover {
  color: #fff;
  text-decoration: underline;
}

#publАds .item {
  vertical-align: top;
  /*padding: 5px 5px;*/
  padding-top: 15px;
  padding-left: 10px;
}

#publАds .item:last-of-type {
  padding-bottom: 10px;
}

#publAds .item .date {
  color: #0f3267;
  font-size: 0.7rem;
  /*font-weight: bold;*/
  margin: 10px 0px;
}

#publAds .item .publDheadtitle {
  /* color: #015cda; */
  color: #0f3267;
  margin: 0px;
  padding: 0px;
  margin: 0px 0px 5px;
}

#publAds .item .publDheadtitle a {
  /*font-size: 1rem;*/
  text-decoration: none;
  /*font-weight: 600;*/
  margin-left: 10px;
}

/*Конец блока Объявления*/

/*Горизонтальный блок*/
.goriz {
  padding: 0px 0px;
  margin: 2rem 0;
  text-align: center;
}

.goriz li {
  display: inline-block;
  /* расположить пункты горизонтально */
  margin: 0;
  list-style-type: none;
  /* Убираем маркеры */
  ;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.goriz li:hover {
  opacity: 0.6;
}

/*Блок Деятельность*/
.activities {
  position: relative;
  padding: 12px;
  /*padding-top: 15px;*/
  /*padding-bottom: 15px;*/
  background-color: #f6fbff;
}

.activities .wrap {
  box-sizing: border-box;
  /*border: 1px solid #1d619e;*/
  display: flex;
  flex-wrap: wrap;
}

.activities .wrap .item {
  display: flex;
  max-width: 50%;
  flex: 1 0 50%;
}

@media (min-width: 576px) {
  .activities .wrap .item {
    display: flex;
    max-width: 33.333%;
    flex: 1 0 33.333%;
  }
}

@media (min-width: 992px) {
  .activities .wrap .item {
    max-width: 25%;
    flex: 1 0 25%;
  }
}

.activities .wrap .item .text {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
  .activities .wrap .item .text {
    padding: 20px;
  }
}

.activities .wrap .item .text a {
  text-decoration: none;
}

.activities .wrap .item .text:hover {
  /*-webkit-box-shadow: 0 0 15px 3px rgba(0,1,1,.2);
box-shadow: 0 0 15px 3px rgba(0,1,1,.2)*/
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 7px;
}

.activities .wrap .item .img-wrap img {
  max-height: 40px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .activities .wrap .item .img-wrap img {
    max-height: 60px;
  }
}

.activities .wrap .item .text p {
  font-size: 1.1rem;
  margin-top: 10px;
}

/*Конец блока Деятельность*/

#centerBanners li {
  display: inline-block;
  /* расположить пункты горизонтально */
  margin-left: 10px;
  list-style-type: none;
  /* Убираем маркеры */
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-grid {
    padding: 0px 1.4rem;
}