html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
    margin: 0px;
    padding: 0px;
	font-size: 17px;
    color: #111111;
	font-weight: 400;
	background: #fafafa;
}

#header {
	min-height: 70px;
	background: #ffffff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.logo {
	background: #ffffff;
	min-height: 70px;
}

.lang {
	text-align: right;
}

.slider_item img {
	width: 100%;
	height: auto;
}

.slider_item {
	position: relative;
}

#options img {
	width: 100%;
	height: auto;
}

.news_pic img {
	width: 100%;
	height: auto;
}

#news {
	background: #EDF8FF;
	padding-top: 12px;
	padding-bottom: 12px;
}

.news_title:hover {
	text-decoration: none;
}

.news_item {
	padding-bottom: 35px;
	padding-top: 35px;
	border-bottom: 3px solid #d7e9f3;
}

a.all_news {
	color: #10669A;
	font-size: 24px;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
}

.branch_item img {
	width: 100%;
	height: auto;
	border-radius: 7px;
}

.branch_item a {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 30px;
}

#toktogulka img {
	width: 100%;
	height: auto;
}

.la {
	color: #18181B !important;
	border-radius: 5px;
	border: 1px solid #A1A1AA;
}

.box_heading {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	padding-top: 12px;
}

.value_item {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}

.z2 {
	position: relative;
	z-index: 2;
}

.green_round {
	width: 111px;
	height: 111px;
	background: url(../img/green_round.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 34px;
	top: -32px;
	z-index: 1;
}

#toktogulka {
	padding-bottom: 40px;
}

#foooter {
	padding-top: 34px;
	padding-bottom: 34px;
	background: #004F87;
}

.flogo img {
	width: 80%;
	height: auto;
}

.emails {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px; 
	margin-top: 20px;
	background: url(../img/mail.svg) no-repeat left center;
	padding-left: 50px;
}

.emails a {
	color: #FFFFFF;
}

.call a {
	color: #FFFFFF;
}

.call {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px; 
	margin-top: 20px;
	background: url(../img/call.svg) no-repeat left center;
	padding-left: 50px;
}

.location {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px; 
	margin-top: 20px;
	background: url(../img/location.svg) no-repeat left center;
	padding-left: 50px;
}

.fhead {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

a.fb {
	width: 50px;
	height: 50px;
	background: #ffffff url(../img/fb.svg) no-repeat center center;
	border-radius: 16px;
	display: inline-block;
}

a.in {
	width: 50px;
	height: 50px;
	background: #ffffff url(../img/insta.svg) no-repeat center center;
	border-radius: 16px;
	display: inline-block;
	margin-left: 17px;
}

a.tw {
	width: 50px;
	height: 50px;
	background: #ffffff url(../img/tw.svg) no-repeat center center;
	border-radius: 16px;
	display: inline-block;
	margin-left: 17px;
}

@media (min-width: 768px) {
	
	.logo:after {
		content: "";
		width: 2px;
		height: 50px;
		background: #004F87;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translate(0,-50%);
		opacity: 0.3;
	}
	
	.slogan {
		position: absolute;
		left: 60px;
		bottom: 30px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.30);
		backdrop-filter: blur(6px);
		font-size: 40px;
		font-weight: 600;
		color: #ffffff;
		text-transform: uppercase;
		padding: 30px;
	}

	.red_round2 {
		width: 111px;
		height: 111px;
		background: url(../img/red_round.svg) no-repeat center center;
		background-size: cover;
		position: absolute;
		left: 380px;
		top: 22px;
		z-index: 1;
	}
	
	.water_boxes {
		position: relative;
		padding-left: 55px;
	}
	
	.water_in {
		width: 100%;
		height: 240px;
		background: #55A630 url(../img/in.svg) no-repeat center bottom 0px;
		border-radius: 8px;
		padding: 3px 15px;
	}

	.water_out {
		width: 100%;
		height: 240px;
		background: #9D0208 url(../img/out.svg) no-repeat center bottom 0px;
		border-radius: 8px;
		padding: 3px 18px;
	}

	.water_volume {
		width: 100%;
		height: 240px;
		background: #10669A url(../img/volume.svg) no-repeat center bottom 0px;
		border-radius: 8px;
		padding: 3px 15px;
	}
	
	.blue_round {
		width: 111px;
		height: 111px;
		background: url(../img/blue_round.svg) no-repeat center center;
		background-size: cover;
		position: absolute;
		right: -27px;
		bottom: -22px;
		z-index: 1;
	}
	
	.red_round1 {
		width: 111px;
		height: 111px;
		background: url(../img/red_round.svg) no-repeat center center;
		background-size: cover;
		position: absolute;
		left: 200px;
		bottom: -22px;
		z-index: 1;
	}
	
	.logo img {
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	
	#options {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	
	#options a {
		color: #000;
		font-size: 16px;
		font-weight: 600;
		display: block;
		padding-top: 7px;
	}
	
	.news_heading {
		color: #10669A;
		font-size: 48px;
		font-weight: 700;
		line-height: 70px;
	}

	.news_date {
		text-transform: uppercase;
		color: #10669A;
		font-size: 16px;
		font-weight: 600;
		line-height: 60px;
	}

	.news_title {
		color: #011E2F;
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
	}
	
	#branches {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#branches2 {
		padding-bottom: 80px;
	}
	
	.toktogul {
		color: #000;
		font-size: 26px;
		font-weight: 600;
		padding-bottom: 16px;
	}
	
	a.webcam {
		color: #000000;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
		background: url(../img/photo_camera.svg) no-repeat left center;
		padding-left: 30px;
		margin-top: 14px;
		display: block;
	}
	
	.water_levels {
		padding-left: 70px;
		padding-bottom: 45px;
	}
	
	.level_day {
		display: inline-block;
		padding: 10px;
		cursor: pointer;
		width: 130px;
		text-align: center;
		text-transform: uppercase;
		color: #71717A;
		font-size: 10px;
		font-weight: 700;
	}
	
	.socials {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	#logos img {
		width: 100%;
		height: auto;
	}
	
	#logos {
		background: #E1F4FF;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.topmenu ul li {
		display: inline-block;
	}

	.topmenu ul li a:link, .topmenu ul li a:visited {
		color: #004F87;
		font-size: 15px;
		font-weight: 600;
		line-height: 70px;
		margin-left: 18px;
		margin-right: 18px;
		text-transform: uppercase;
	}
	
	.topmenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.oi {
		margin-bottom: 20px;
	}
	
	.slogan2 {
		position: absolute;
		right: 60px;
		top: 30px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.30);
		backdrop-filter: blur(36px);
		font-size: 40px;
		font-weight: 600;
		color: #ffffff;
		padding: 30px;
		text-transform: uppercase;
	}
	
	.header1 {
		font-size: 24px;
	}
	
	.header3 {
		font-size: 16px;
	}
	
	.header2 {
		font-size: 70px;
		text-transform: none;
	}
	
	.lang-switch {
		display: flex;
		gap: 8px; /* Расстояние между ссылками */
	}
	
	.lang a {
		color: #444444;
		text-transform: uppercase;
		line-height: 70px;
		font-weight: 600;
		font-size: 14px;
		display: inline-block;
		padding-right: 15px;
		padding-left: 30px;
		background: url(../img/lang.svg) no-repeat left center;
		background-size: 20px 20px;
	}
	
}

@media (max-width: 767px) {
	
	.lang a {
		color: #444444;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		display: inline-block;
		padding-right: 15px;
		padding-left: 30px;
		background: url(../img/lang.svg) no-repeat left center;
		background-size: 20px 20px;
	}
	
    .lang {
        position: absolute;
        top: 10px;
        right: 90px;
    }

    .lang-switch {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }

    .lang a {
        line-height: 1.2;
        padding: 0px 10px 5px 25px;
        font-size: 13px;
        display: block; /* важно: сделать блочными для вертикального отображения */
        background-size: 16px 16px;
    }

    .lang a.no-icon {
        background: none;
        padding-left: 0;
    }
	
	.slogan2 {
		display: none;
	}
	
	.menu-close {
		width: 50px;
		height: 50px;
		background: url(../img/close.svg) no-repeat center center;
		background-size: 40px 40px;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	.topmenu ul {
		margin: 60px 0px;
		padding: 0px;
		list-style: none;
	}
	
	.topmenu ul li {
		display: block;
		text-align: center;
	}

	.topmenu ul li a:link, .topmenu ul li a:visited {
		color: #ffffff;
		font-size: 15px;
		font-weight: 600;
		line-height: 50px;
		text-transform: uppercase;
	}
	
	.topmenu {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: #004F87;
		z-index: 4000;
	}
	
	#hamburger {
		position: fixed;
		width: 50px;
		height: 50px;
		background: #004F87 url(../img/menu.svg) no-repeat center center;
		background-size: 30px 23px;
		border-radius: 50%;
		z-index: 2000;
		right: 15px;
		top: 10px;
	}
	
	#logos {
		background: #E1F4FF;
		padding-top: 15px;
	}
	
	#logos img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	
	.socials {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.level_day {
		display: inline-block;
		padding: 10px;
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
		color: #71717A;
		font-size: 10px;
		font-weight: 700;
	}
	
	.water_levels {
		padding-left: 15px;
		padding-bottom: 45px;
	}
	
	a.webcam {
		color: #000000;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
		background: url(../img/photo_camera.svg) no-repeat left center;
		padding-left: 30px;
		margin-top: 10px;
		margin-bottom: 30px;
		display: block;
	}
	
	.toktogul {
		color: #000;
		font-size: 22px;
		font-weight: 600;
		padding-bottom: 16px;
	}
	
	.branch_item {
		padding-bottom: 30px;
	}
	
	.branch_item:last-child {
		padding-bottom: 0px !important;
	}	
	
	#branches {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	#branches2 {
		padding-bottom: 35px;
	}
	
	.news_heading {
		color: #10669A;
		font-size: 38px;
		font-weight: 700;
		line-height: 70px;
	}

	.news_date {
		text-transform: uppercase;
		color: #10669A;
		font-size: 16px;
		font-weight: 600;
		line-height: 60px;
	}

	.news_title {
		color: #011E2F;
		font-size: 18px;
		font-weight: 700;
		line-height: 40px;
	}
	
	.oi {
		padding-bottom: 20px;
	}
	
	#options a {
		color: #000;
		font-size: 15px;
		font-weight: 600;
		display: block;
		padding-top: 7px;
	}
	
	#options {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.topmenu {
		display: none;
	}
	
	.logo img {
		width: 50%;
		height: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.red_round1 {
		width: 111px;
		height: 111px;
		background: url(../img/red_round.svg) no-repeat center center;
		background-size: cover;
		position: absolute;
		left: 100px;
		bottom: 142px;
		z-index: 1;
	}
	
	.blue_round {
		width: 111px;
		height: 111px;
		background: url(../img/blue_round.svg) no-repeat center center;
		background-size: cover;
		position: absolute;
		right: 27px;
		bottom: -22px;
		z-index: 1;
	}
	
	.water_in {
		width: 100%;
		height: 200px;
		background: #55A630 url(../img/in.svg) no-repeat center bottom 0px;
		border-radius: 8px;
		padding: 3px 15px;
		margin-bottom: 20px;
	}

	.water_out {
		width: 100%;
		height: 200px;
		background: #9D0208 url(../img/out.svg) no-repeat center bottom 0px;
		border-radius: 8px;
		padding: 3px 18px;
		margin-bottom: 20px;
	}

	.water_volume {
		width: 100%;
		height: 200px;
		background: #10669A url(../img/volume.svg) no-repeat center bottom 0px;
		border-radius: 8px;
		padding: 3px 15px;
		margin-bottom: 20px;
	}
	
	.water_boxes {
		position: relative;
	}
	
	.red_round2 {
		width: 111px;
		height: 111px;
		background: url(../img/red_round.svg) no-repeat center center;
		background-size: cover;
		position: absolute;
		left: 180px;
		top: 22px;
		z-index: 1;
	}

	.slogan {
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translate(-50%,-50%);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.10);
		backdrop-filter: blur(6px);
		font-size: 18px;
		font-weight: 600;
		color: #ffffff;
		padding: 3px;
		text-align: center;
		display: inline-block;
		width: 70%;
	}	


}

.static {
	padding-top: 20px;
	padding-bottom: 70px;
}

.created {
	font-weight: bold;
	font-size: 18px;
	color: #10669A;
	padding-top: 15px;
}

a.back {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}

.bread {
	color: #ABADB6;
	padding-top: 20px;
	font-size: 16px;
}

.bread a {
	color: #ABADB6;
}

.bread a:hover {
	color: #000000;
	text-decoration: none;
}

#content h1 {
	font-size: 30px;
	font-weight: bold;
}

.leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.leftmenu {
	padding-top: 40px;
}

.leftmenu ul li {
	padding-bottom: 15px;
}

.pagination {
  margin: 0px 0;
  font-size: 13px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}

.pagi {
	text-align: center;
	padding-bottom: 40px;
}

.ma {
	font-weight: bold;
}

.ma a {
	text-decoration: underline;
}

.ma ul {
	font-weight: normal;
	margin-top: 10px;
	padding-left: 20px;
}

.ma ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.ma ul li a {
	text-decoration: none;
}

.sel {
	font-weight: bold;
}

.fullimg {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.pt30 {
	padding-top: 30px;
}

.report_item img, .digital_item img {
	width: 70%;
	height: auto;
	display: block;
	margin: 0px auto 20px auto;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.8;
}

.report_item {
	text-align: center;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	min-height: 270px;
	padding: 15px;
	border-radius: 5px;
	background: #fafafa;
	transition: all 0.3s ease;
}

.digital_item {
	text-align: center;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 5px;
	background: #fafafa;
	transition: all 0.3s ease;
	min-height: 316px;
}

.report_item a, .digital_item a {
	display: block;
	text-align: left;
}

.report_item a, .digital_item a {
	text-decoration: none;
}

.created2 {
	color: #cccccc;
	font-size: 14px;
	text-align: left;
}

.report_item:hover {
	transform: scale(1.01);
}

.report_item:hover img {
	filter: none !important;
	-webkit-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	opacity: 1;	
}

a.download_link {
	display: block;
	width: 240px;
	height: 40px;
	background: #10669A;
	border-radius: 15px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	transition: all 0.3s ease;
}

a.download_link:hover {
	text-decoration: none;
	background: #007bff;
}

.management_item img {
	width: 100%;
	height: auto;
}

.management_item {
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	padding: 15px;
	min-height: 360px;
}

.fio {
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: white; /* Убедитесь, что фон не прозрачный */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Добавить тень для видимости */
}

.oi_item {
	padding: 15px;
	background: #eaeaea;
	text-align: center;
	border-radius: 8px;
	transition: all 0.3s ease;
	min-height: 220px;
}

.oi_item:hover {
	transform: scale(1.01);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.oi_item img {
	border-radius: 8px;
}

.logo_item {
	background: #ffffff;
	padding: 10px;
}

.helplines {
	color: #DD2C00;
	padding-top: 0px;
	padding-bottom: 30px;
}

.helplines h2 {
	font-weight: 900;
	text-transform: uppercase;
}

.helplines a {
	display: block;
	margin: 15px auto;
	font-weight: bold;
	color: #DD2C00;
	font-size: 26px;
}

.gallery_item img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    padding: 5px;
}

#wl td {
	padding: 7px;
}

.lang a.no-icon {
	background: none;
	padding-left: 0;
}

.lang {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}