.map-container{
	margin-top: 30px;

}

.map-container #map-block{
	background-color: gray;
	height: 500px;
}

/*Начало галереи*/
/* картинка на странице */
.minimized {
	width: 300px;
	cursor: pointer;
	border: 1px solid #FFF;
}
.minimized:hover {
	border: 1px solid yellow;
}
/* увеличенная картинка */
#magnify {
	display: none;
	/* position: absolute; upd: 24.10.2016 */
	position: fixed;
	max-width: 600px;
	height: auto;
	z-index: 9999;
}
#magnify img {
	width: 100%;
}
/* затемняющий фон */
#overlay {
	display: none;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #AFAFAF;
	border-radius: 15px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}
#close-popup i {
	width: 27px;
	height: 28px;
	background: url(https://codernote.ru/files/cross.png) no-repeat center center;
	background-size: 16px 16px;
	display: block;
}
/*@keyframes rota {*/
/*	25% { transform: rotate(360deg); }*/
/*}*/
/*#close-popup:hover {*/
/*	animation: rota 4s infinite normal;*/
/*	-webkit-animation-iteration-count: 1;*/
/*	animation-iteration-count: 1;*/
/*}*/



/*Конец галереи*/

[data-success] {
    color: green;
}

[data-error] {
    color: red;
}

[data-ajax="glava"] [data-success],
[data-ajax="glava"] [data-error] {
    text-align: center;
}



.userfullinks {
	padding-top: 150px
}

.userfullinks__title {
	margin-bottom: 60px
}

.userfullinks__wrapper {
	display: grid;
	grid-template-columns:repeat(3, 1fr);
	gap: 30px
}

.userfullinks-item {
	min-height: 200px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 32px 25px;
	background-color: #15325C;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	border-radius: 10px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

.userfullinks-item, .userfullinks-item__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.userfullinks-item__wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.userfullinks-item__text {
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s
}

.userfullinks-item__image {
	display: none;
	max-width: 75px;
	width: 100%;
	opacity: 0;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

.userfullinks-item:hover {
	background-color: #fff
}

.userfullinks-item:hover .userfullinks-item__text {
	color: #333;
	margin-right: 18px
}

.userfullinks-item:hover .userfullinks-item__image {
	display: block;
	opacity: 1
}

@media only screen and (max-width: 992px) {
	.userfullinks {
		padding-top: 120px
	}

	.userfullinks__wrapper {
		gap: 20px
	}

	.userfullinks-item {
		padding: 0 21px 24px 25px
	}

	.userfullinks-item__text {
		font-size: 16px
	}

	.userfullinks-item:hover .userfullinks-item__text {
		margin-right: 0
	}

	.userfullinks-item:hover .userfullinks-item__image {
		display: none
	}
}

@media only screen and (max-width: 576px) {
	.userfullinks {
		padding-top: 100px
	}

	.userfullinks-item {
		padding: 0 35px 0 25px;
		min-height: 100px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.userfullinks__wrapper {
		grid-template-columns:1fr
	}
}

.ruk {
  padding-top: 83px;
  padding-bottom: 207px;
}

.ruk__title {
  margin-bottom: 60px;
}

.ruk__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 60px;
}

.ruk__wrapper {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ruk-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 22px 22px 18px;
  background-color: #EDEFF0;
  border-radius: 10px;
}

.ruk-item__image {
  min-height: 400px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #15325C;
  margin-bottom: 30px;
}

.ruk-item__image img {
  min-height: 400px;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}

.ruk-item__image_avatar {
  min-height: 400px;
}

.ruk-item__image_avatar img {
  min-height: auto;
}

.ruk-item__okrug {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 10px;
  text-align: center;
  color:#003366;
}

.ruk-item__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 30px;
  text-align: center;
}

.ruk-item__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #15325C;
}

.ruk-item__button:hover {
  color: #15325C;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.ruk-item__text {
  display: none;
}

.ruk-item__text-item {
  padding-top: 25px;
}

.ruk-item__text-item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #898989;
}

.ruk-item__description b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
  text-align:center;
}

.ruk-item__description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}


.ruk-item__description a:hover {
  color: #003366;
}

.ruk-item__description:not(:last-child) {
  margin-bottom: 20px;
}

.ruk__pagination {
  margin-top: 60px;
}

@media only screen and (max-width: 992px) {
  .ruk {
    padding-top: 43px;
    padding-bottom: 120px;
  }
  .ruk__subtitle {
    margin-bottom: 43px;
  }
  .ruk__wrapper {
    gap: 20px;
  }
  .ruk-item {
    padding: 16px 16px 32px;
  }
  .ruk-item__image {
    min-height: 240px;
  }
  .ruk-item__image img {
    min-height: 240px;
  }
  .ruk-item__image_avatar img {
    max-width: 120px;
    min-height: auto;
  }
}

@media only screen and (max-width: 576px) {
  .ruk {
    padding-top: 33px;
    padding-bottom: 100px;
  }
  .ruk__title {
    margin-bottom: 50px;
  }
  .ruk__subtitle {
    margin-bottom: 50px;
  }
  .ruk__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ruk-item__image_avatar {
    min-height: 380px;
  }
  .ruk-item__image_avatar img {
    max-width: 190px;
  }
}

@media only screen and (max-width:376px){
  .footer-nav__link {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
}
.invest{
    background-color: #15325C;
    border-radius: 30px;
    margin-bottom: 30px;
	padding:20px
}
.invest_name{
    color: #fff ;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
	padding:10px;
}

.invest_data {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
	padding:5px;
}
.invest_data img {
    margin-right: 10px; 
}

.invest__wrapper{
    display: block;
    padding: 0px 30px;
}
.contacts-list__subitem-name{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 30px;
	margin-top:30px;
}

.contacts-list__item-info{
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 30px;;
}
.mails-list__item-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 54px 23px 20px;
    cursor: pointer;
}
.county-news {
background-image:url(/local/templates/okrug/img/Pobeda80_georges_ribbon.svg);
background-repeat: no-repeat;
}