	* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial;
	}

	a {
	text-decoration: none;
	}

	ul,
	li {
	list-style: none;
	}

	button {
	border: none;
	}

	/* table td {
					border-left: 1px solid #000 !important;
					border-top: 1px solid #000 !important;
				} */

	.resolution__subject {
	border: 1px solid #000;
	padding: 10px;
	}

	.resolution__inner {
	padding: 5px;
	border: 1px solid #000;
	}

	.resolution__wrapper {
	max-height: 80vh;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #11316e #f0f0f0;
	}

	.resolution__wrapper::-webkit-scrollbar {
	width: 6px;
	}
	.resolution__wrapper::-webkit-scrollbar-thumb {
	background: #11316e;
	border-radius: 10px;
	}
	.resolution__wrapper::-webkit-scrollbar-track {
	background: #f0f0f0;
	}

	.container {
	max-width: 1250px;
	margin: 0 auto;
	}

	.breadcrumbs-more {
	position: relative;
	display: flex;
	margin: 50px 0 0;
	}
	.breadcrumbs {
	position: relative;
	display: flex;
	align-items: center;
	margin: 50px -4px 0;
	}
	.breadcrumb__item,
	.breadcrumb__link,
	.breadcrumb__item {
	position: relative;
	display: block;
	margin: 0 5px;
	font-size: 14px;
	color: #11316e;
	font-weight: 700;
	font-family: Inter;
	text-transform: uppercase;
	}
	.breadcrumb__item-option {
	position: relative;
	font-family: Inter;
	display: block;
	margin: 0 5px;
	font-size: 14px;
	line-height: 20px;
	color: #a0a0a0;
	font-weight: 700;
	text-transform: uppercase;
	}
	.breadcrumb-array {
	position: absolute;
	bottom: 0;
	right: -10px;
	}
	.fa-house {
	color: #bbb;
	margin-top: 4px;
	}
	@media (max-width: 1400px) {
	.breadcrumbs {
		margin: 50px 0 0 40px !important;
	}
	}
	@media (max-width: 430px) {
	.breadcrumbs {
		margin: 50px 0 0 30px !important;
	}
	.breadcrumb__item {
		font-size: 15px !important;
	}
	}
	@media (max-width: 430px) {
	.breadcrumbs-more {
		margin: 50px 0 0 20px !important;
	}
	}
	.navigation {
	margin-top: 35px !important;
	margin-bottom: 100px !important;
	}
	.navigation a {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 21.78px;
	text-align: left;
	color: #11316e;
	border: 1px solid #11316e;
	padding: 10px;
	border-radius: 2px;
	transition: 0.3s ease;
	}

	.navigation a:hover {
	background: #11316e;
	color: #fff;
	}

	.navigation span {
	font-family: Inter;
	font-size: 15px;
	font-weight: 600;
	line-height: 21.78px;
	text-align: left;
	color: #11316e;
	/* border: 1px solid #2f4097; */
	padding: 10px;
	transition: 0.3s ease;
	}

	.navigation span:hover {
	background: #11316e;
	color: #fff;
	}

	.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	}

	.header__wrapper {
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	}

	.header-wrapper {
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	}

	.header__logo-img {
	width: 150px;
	height: 91px;
	object-fit: cover;
	}

	.header__title {
	color: #11316e;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	width: 283px;
	transition: 0.3s ease;
	}

	.header__title:hover {
	color: #244e9b;
	}

	.header__lang-wrap {
	display: flex;
	gap: 20px;
	}

	.header__lang-option {
	color: #11316e !important;
	font-weight: 700 !important;
	transition: 0.3s ease;
	}

	.header__lang-option:hover {
	color: #2853a3 !important;
	}

	.header__lang-span {
	color: #8b8b8b;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	text-transform: uppercase;
	}

	.header__applications {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	}

	.header-app {
	color: #11316e;
	font-size: 24px;
	transition: 0.3s ease;
	}

	.header-app:hover {
	color: #2653a5;
	}

	.header .search-container {
	position: relative;
	}

	.search-input {
	width: 269px;
	border: 1px solid #e2e2e2;
	padding: 15px 10px;
	outline: none;
	border-radius: 2px;
	}

	.search-input::placeholder {
	color: #8e8e8e;
	font-family: Roboto Condensed;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}

	.header .search-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url('../img/search.png') center/contain no-repeat;
	cursor: pointer;
	}
	/*  */
	.navbar {
	margin-top: 40px;
	}

	@media (max-width: 1250px) {
	.header {
		padding: 0 15px;
	}
	}

	@media (max-width: 1050px) {
	.search-input {
		width: 200px;
	}
	}

	@media (max-width: 550px) {
	.header__title {
		font-size: 13px;
		width: 100%;
	}

	.header__wrapper {
		gap: 0;
	}

	.header__logo-img {
		width: 120px;
		height: 70px;
	}
	}

	/*  */
	.burger {
	font-size: 1.5rem;
	cursor: pointer;
	display: none;
	padding: 1rem;
	color: #11316e;
	background: #f0f0f0;
	margin-top: 20px;
	}
	nav {
	background: #f0f0f0;
	}
	ul.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 30px 0;
	}
	ul.menu li {
	position: relative;
	}
	ul.menu li a {
	font-family: Inter;
	color: #5a5a5a;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	display: flex;
	align-items: center;
	transition: 0.3s ease;
	}
	ul.menu li a:hover {
	color: #1e63b5;
	}
	ul.submenu,
	ul.sub-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #f0f0f0;
	max-width: 180px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 10;
	}
	ul.sub-submenu {
	left: 100%;
	top: 0;
	}
	li.has-submenu:hover > ul.submenu,
	li.has-sub-submenu:hover > ul.sub-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	}

	ul.submenu li a,
	ul.sub-submenu li a {
	padding: 1rem 1.2rem;
	font-size: 14px;
	display: block;
	border-top: 1px solid #fff;
	}

	ul.sub-sub-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	background: #f0f0f0;
	max-width: 180px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 20;
	}

	li.has-sub-sub-submenu:hover > ul.sub-sub-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	}

	ul.sub-sub-submenu li a {
	padding: 1rem 1.2rem;
	font-size: 14px;
	display: block;
	border-top: 1px solid #fff;
	}

	.nav-icon {
	width: 24px;
	height: 24px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 8px;
	}
	.top-bar__wrap__dn a {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	}
	.top-bar-desc {
	color: #5a5a5a;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 600;
	transition: 0.3s ease;
	}
	.top-bar-desc:hover {
	color: #11316e;
	}
	.header__wrapper__dn {
	display: none;
	}
	.menu-select {
	color: #11316e !important;
	}
	@media (max-width: 915px) {
	.burger {
		display: block;
	}
	.header {
		justify-content: center;
	}
	.header-wrapper {
		display: none;
	}
	.header__wrapper__dn {
		display: block;
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
	}
	ul.menu {
		display: none;
		flex-direction: column;
		padding: 0;
		background: #f0f0f0;
		width: 100%;
	}
	ul.menu.active {
		display: flex;
	}
	ul.menu li a {
		border-left: none;
		padding: 1rem;
		color: #11316e;
	}
	ul.submenu,
	ul.sub-submenu {
		position: static;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		display: none;
	}
	li.has-submenu.open > ul.submenu,
	li.has-sub-submenu.open > ul.sub-submenu {
		display: block;
	}
	li.has-submenu > a::after {
		content: ' ▼';
		float: right;
		font-size: 0.8rem;
	}
	}
	@media (max-width: 550px) {
	.header__wrapper__dn {
		justify-content: center;
	}
	}

	.city-hall {
	padding-top: 50px;
	padding-bottom: 50px;
	}

	#city-hall {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	}

	.city-hall {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
	}

	.city-hall-pic {
	width: 300px;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
	}

	.city-hall__title {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	color: #3a5a9b;
	letter-spacing: 1px;
	margin-bottom: 6px;
	}

	.city-hall__sub {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	text-transform: none;
	font-weight: 900;
	color: #11316e;
	margin-top: 8px;
	line-height: 1.2;
	}

	.city-hall__text {
	font-family: Raleway;
	font-size: 15px;
	font-weight: 500;
	color: #323232;
	max-width: 600px;
	margin-top: 20px;
	}

	.city-hall-btn {
	margin-top: 25px;
	}

	.city-hall-btn a {
	color: #004b87;
	font-family: Raleway;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #004b87;
	padding: 7px 14px;
	transition: 0.3s ease;
	}

	.city-hall-btn a:hover {
	background: #004b87;
	color: #fff;
	}

	@media (max-width: 1220px) {
	.city-hall {
		padding: 50px 15px;
	}
	}

	@media (max-width: 980px) {
	.city-hall-pic {
		width: 100%;
		height: auto;
	}
	}

	@media (max-width: 550px) {
	.city-hall__side {
		margin-top: -30px;
	}

	.city-hall__title {
		font-size: 15px;
	}

	.city-hall__sub {
		font-size: 16px;
	}

	.city-hall__text {
		font-size: 13px;
		margin-top: 15px;
	}

	.city-hall-btn {
		margin-top: 15px;
	}

	.city-hall-btn a {
		font-size: 13px;
	}
	}

	/* last-news */
	.last-news {
	margin-top: 60px;
	}

	.last-news__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-top: 50px;
	}

	.last-news__title {
	font-family: Raleway;
	color: #11316e;
	font-size: 32px;
	font-weight: bold;
	}

	.last-news-pic {
	width: 350px;
	height: 200px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	}

	.last-news__card {
	width: 350px;
	height: 400px;
	padding: 20px 30px;
	background: #11316e;
	border-radius: 0 0 10px 10px;
	margin-top: -5px;
	}

	.last-news__content {
	display: flex;
	gap: 20px;
	}

	.last-news__timeline {
	font-family: Open Sans;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	}

	.last-news__subtitle {
	font-family: Open Sans;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
	}

	.last-news__text {
	font-family: Open Sans;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	margin-top: 20px;
	}

	.last-news-btn {
	border: 1px solid #ffffff;
	padding: 10px;
	border-radius: 2px;
	width: 150px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	transition: 0.3s ease;
	}

	.last-news-btn:hover {
	background: #fff;
	}

	.last-news-btn:hover a {
	color: #11316e;
	}

	.last-news-btn a {
	font-family: Open Sans;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.3s ease;
	display: inline-block;
	}

	@media (max-width: 1250px) {
	.last-news {
		padding: 0 15px;
	}
	}

	@media (max-width: 768px) {
	.last-news-pic,
	.last-news__card {
		width: 100%;
	}

	.last-news__card {
		height: auto;
	}
	}

	@media (max-width: 550px) {
	.last-news__timeline {
		font-size: 13px;
	}
	}

	/* events */
	.events {
	margin-top: 60px;
	}

	.event__wrapper {
	display: flex;
	margin-top: 80px;
	}

	.event__card {
	width: 575px;
	height: 300px;
	-webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
	background: #fff;
	padding: 30px;
	}

	.event-pic {
	width: 575px;
	height: 325px;
	border-radius: 5px 0 0 5px;
	object-fit: cover;
	}

	.events__title {
	font-family: Raleway;
	color: #11316e;
	font-weight: bold;
	font-size: 32px;
	}

	.info {
	flex: 1;
	padding: 28px;
	background: #555555;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	}

	.label {
	display: inline-block;
	padding: 6px 10px;
	background: rgba(47, 181, 123, 0.14);
	color: #2fb57b;
	font-weight: 600;
	font-size: 13px;
	border-radius: 6px;
	margin-bottom: 12px;
	width: fit-content;
	}

	.meta {
	display: flex;
	gap: 14px;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 12px;
	font-family: Open Sans !important;
	}

	.meta .date,
	.meta .views {
	display: flex;
	align-items: center;
	gap: 8px;
	}

	.title-event {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	}

	.location {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 14px;
	text-transform: uppercase;
	}

	.categories {
	color: #bdbdbd;
	font-size: 13px;
	margin-bottom: 18px;
	margin-top: 23px;
	}

	.more-btn {
	display: inline-block;
	padding: 9px 14px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: transparent;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	width: fit-content;
	transition: 0.3s ease;
	margin-top: 20px;
	}

	.more-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	}

	.dots {
	position: absolute;
	right: 18px;
	top: 14px;
	display: flex;
	gap: 8px;
	}
	.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	border: 2px solid rgba(255, 255, 255, 0.08);
	cursor: pointer;
	transition: transform 180ms, background 180ms;
	}
	.dot.active {
	transform: scale(1.2);
	background: var(--white);
	}

	.btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(17, 17, 17, 0.7);
	color: #fff;
	border: none;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	}
	.btn:active {
	transform: translateY(-50%) scale(0.98);
	}
	.btn.prev {
	left: -12px;
	}
	.btn.next {
	right: -12px;
	}

	svg.icon {
	width: 16px;
	height: 16px;
	display: block;
	}

	.slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 2.5rem;
	}

	.slide-switch {
	display: none;
	}
	.slide-label {
	margin: 18rem 68rem;
	position: absolute;
	bottom: 1rem;
	display: block;
	z-index: 5;
	height: 1rem;
	width: 1rem;
	text-indent: 1rem;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.25s;
	}
	.slide-label:nth-of-type(1) {
	left: 1rem;
	}
	.slide-label:nth-of-type(2) {
	left: 2.5rem;
	}
	.slide-label:nth-of-type(3) {
	left: 4rem;
	}
	.slide-label:nth-of-type(4) {
	left: 5.5rem;
	}
	.slide-label:nth-of-type(5) {
	left: 7rem;
	}
	.slide-content {
	width: 100%;
	float: left;
	margin-right: -100%;
	}
	.slide-switch:checked + .slide-label {
	background: #fff;
	border: none;
	}
	.slide-switch:not(:checked) + .slide-label + .slide-content {
	opacity: 0;
	transition: opacity 0.35s;
	pointer-events: none;
	}
	.slide-switch:checked + .slide-label + .slide-content {
	animation: slide 1s;
	}
	@keyframes slide {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
	}

	.info-cnt {
	display: flex;
	}

	.info__content-card {
	display: flex;
	gap: 20px;
	}

	@media (max-width: 1250px) {
	.events {
		padding: 0 15px;
	}
	}

	@media (max-width: 1220px) {
	.event__wrapper {
		flex-wrap: wrap;
	}
	}

	@media (max-width: 1024px) {
	.event__wrapper {
		flex-direction: column;
	}

	.event-pic {
		width: 100%;
		height: 300px;
		border-radius: 5px 5px 0 0;
	}
	}

	@media (max-width: 550px) {
	.title-event {
		font-size: 14px;
		margin-top: 10px;
	}

	.slider {
		margin-top: -30px;
	}

	.last-news__title {
		font-size: 25px;
	}

	.events__title {
		font-size: 23px;
	}

	.info__content-card {
		flex-direction: column;
		gap: 0;
	}

	.event-pic {
		height: 200px;
	}

	.meta,
	.location,
	.categories,
	.more-btn {
		margin-top: 10px;
		font-size: 13px;
	}
	}

	/*  */
	.project {
	margin-top: 50px;
	}

	.project__title {
	font-family: Raleway;
	color: #11316e;
	font-size: 32px;
	font-weight: bold;
	}

	.project__cards {
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	}

	.project__card {
	border: 1px solid #bfbfbf;
	padding: 50px 20px;
	transition: 0.3s ease;
	}

	.project__card:hover {
	background: #f8f8f8;
	}

	.project-text {
	width: 923px;
	font-family: Raleway;
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	}

	.fa-print {
	font-size: 40px;
	color: #11316e;
	}

	.project__content {
	display: flex;
	align-items: center;
	gap: 20px;
	}

	@media (max-width: 1250px) {
	.project {
		padding: 0 15px;
	}
	}

	@media (max-width: 1024px) {
	.project-text {
		width: 100%;
	}
	}

	@media (max-width: 550px) {
	.project-text {
		font-size: 14px;
	}

	.project {
		margin-top: 0;
	}

	.project__title {
		font-size: 23px;
	}
	}

	/* last-doc */
	.last-doc {
	margin-top: 60px;
	}

	.last-doc__cards {
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	}

	.last-doc__card {
	border: 1px solid #333333;
	padding: 50px 20px;
	transition: 0.3s ease;
	}

	.last-doc__card:hover {
	background: #f5f5f5;
	}

	.last-doc__subtitle {
	font-family: Roboto;
	font-size: 17px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 50px;
	}

	.last-doc__sub {
	font-family: Open Sans;
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	}

	.last-doc-cnt {
	margin-top: 20px;
	}

	@media (max-width: 1250px) {
	.last-doc {
		padding: 0 15px;
	}
	}

	@media (max-width: 550px) {
	.last-doc__card {
		padding: 20px;
	}

	.last-doc__subtitle {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.last-doc-cnt {
		margin-top: 10px;
	}

	.last-doc__sub {
		font-size: 12px;
	}
	}

	#state .container {
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	}

	.state {
	margin-top: 100px;
	}

	.slider-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	}

	.state__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 45px;
	transition: transform 0.4s ease;
	}

	.state__card {
	flex: 0 0 calc(33.333% - 20px);
	width: 330px;
	height: 130px;
	gap: 20px;
	background: #11316e;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	align-items: center;
	transition: 0.3s ease;
	}

	.state__card:hover {
	background: #173878;
	}

	.state__pic {
	max-width: 125px;
	height: 35px;
	object-fit: cover;
	}

	.state__desc {
	font-size: 12px;
	color: #fff;
	font-family: Raleway;
	font-weight: 600;
	text-transform: uppercase;
	width: 200px;
	display: block;
	margin-top: 10px;
	}

	.state__link {
	font-size: 12px;
	font-family: Raleway;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
	display: block;
	}

	.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	color: #004b87;
	font-family: Raleway;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 20px;
	border-radius: 5px;
	transition: 0.3s;
	z-index: 10;
	}

	.slider-btn:hover {
	background: #095899;
	color: #fff;
	}

	.slider-btn.prev {
	left: 0;
	}

	.slider-btn.next {
	right: 0;
	}

	.last-doc__title {
	font-family: Raleway;
	color: #11316e;
	font-size: 32px;
	font-weight: bold;
	}

	@media (max-width: 1400px) {
	.state__cards {
		justify-content: center;
	}
	}

	@media (max-width: 1024px) {
	.state__card {
		width: 350px;
	}

	.state__cards {
		justify-content: center;
	}
	}

	@media (max-width: 550px) {
	.state {
		margin-top: 50px;
	}

	.state__desc {
		width: 100%;
	}

	.state__card {
		width: 300px;
	}
	}

	@media (max-width: 550px) {
	.last-doc__title {
		font-size: 20px;
	}

	.slider-btn {
		padding: 5px 10px;
	}
	}

	/*  */
	#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	background: #fff;
	-webkit-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6);
	}

	.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

	.footer__title {
	font-family: Raleway;
	font-size: 22px;
	font-weight: bold;
	color: #11316e;
	width: 303px;
	text-align: center;
	transition: 0.3s ease;
	}

	.footer__title:hover {
	color: #224e9f;
	}

	.footer-pic {
	width: 155px;
	height: 95px;
	object-fit: cover;
	}

	.footer__wrapper a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	text-align: center;
	}

	.footer__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 45px;
	margin-top: 30px;
	}

	.footer__address:hover {
	color: #bfbfbf;
	}

	.footer__desc {
	color: #11316e;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 900;
	display: block;
	}

	.footer__column ul li {
	color: #11316e;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 20px;
	transition: 0.3s ease;
	}

	.footer-app-cnt ul li a {
	color: #11316e;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 20px;
	width: 250px;
	transition: 0.3s ease;
	}

	.footer-app-cnt ul li a:hover {
	color: #1d4ca2;
	text-decoration: underline;
	}

	.footer__column ul li a {
	color: #11316e;
	font-family: Raleway;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	transition: 0.3s ease;
	}

	.footer__column ul li a:hover {
	color: #1d4ca2;
	text-decoration: none;
	}

	.footer__application {
	display: flex;
	margin-top: 20px;
	gap: 30px;
	}

	.footer__app {
	background: #7b8391;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	transition: 0.3s ease;
	}

	.footer__app:hover {
	background: #838ea1;
	transform: scale(1.1);
	}

	.app-footer {
	color: #fff;
	font-size: 26px;
	transition: 0.3s ease;
	}

	.app-footer:hover {
	color: #eee;
	}

	.footer-object {
	color: #11316e;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 60px;
	}

	.fa-youtube {
	font-size: 25px !important;
	}

	@media (max-width: 1220px) {
	#footer {
		padding: 50px 15px;
	}
	}

	@media (max-width: 1080px) {
	.footer {
		justify-content: center;
	}
	}

	@media (max-width: 550px) {
	.footer__title {
		font-size: 16px;
	}

	.footer__column ul li a {
		font-size: 13px;
	}

	.footer__desc {
		font-size: 14px;
	}
	}

	.documentsMore {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
	}

	.documentsMore__iframe {
	text-align: center;
	margin-top: 50px;
	width: 100%;
	max-width: 1000px;
	height: 700px;
	}

	.documentsMore__main {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 10px;
	margin-top: 40px;
	}

	.documentsMore__fields {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-evenly;
	}

	.documentsMore__download {
	border-radius: 4px;
	border: 1px solid #11316e;
	background: transparent;
	padding: 10px;
	transition: 0.3s linear;
	}

	.documentsMore__download:hover {
	background: #224c99;
	}

	.documentsMore__download a {
	color: #11316e;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	}

	.documentsMore__download:hover a {
	color: #fff;
	}

	.documentsMore__btn {
	display: inline;
	position: relative;
	margin-right: 10px;
	font-family: Arial;
	}

	.documentsMore__date {
	color: #11316e;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	}

	.documentsMore__location {
	color: #11316e;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	}

	.documentsMore__btn svg {
	background-color: #dcdcdc;
	padding: 7px 5px;
	border-radius: 4px;
	cursor: pointer;
	width: 1.3em;
	height: 1.3em;
	}

	.documentsMore__copy {
	display: none;
	background: #343434;
	color: #fff;
	position: absolute;
	top: -40px;
	right: 0;
	padding: 5px;
	border-radius: 3px;
	font-weight: 400;
	z-index: 2;
	font-size: 14px;
	}

	.documentsMore .active {
	display: block;
	}

	.document-more__title {
	color: #11316e;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}

	#output p {
	margin-top: 20px;
	color: #333;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	}

	#output a {
	display: block;
	margin-top: 20px;
	color: #11316e;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	}

	.resolution a {
	color: #0b35c2;
	font-size: 14px;
	font-weight: 600;
	font-family: Open Sans;
	}

	/*  */
	.news {
	margin-top: 60px;
	}

	.news__cards {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}

	.news__subtitle {
	margin-top: 20px;
	color: #0052a5;
	font-weight: 700;
	font-size: 17px;
	line-height: 27px;
	font-family: Open Sans;
	width: 350px;
	}

	.news__desc {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #252525;
	font-weight: 500;
	font-size: 15px;
	font-family: Open Sans;
	width: 350px;
	text-align: justify;
	}

	.news__desc {
	margin-top: 20px;
	}

	.news-time {
	color: #0052a5;
	font-weight: 700;
	font-size: 14px;
	font-family: Open Sans;
	}

	.news-viewing {
	margin-left: 10px;
	color: #0052a5;
	font-weight: 700;
	font-size: 14px;
	font-family: Open Sans;
	}

	@media (max-width: 742px) {
	.content-gallery {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.navigation {
		margin-bottom: 50px !important;
	}

	.navigation span {
		font-size: 13px !important;
		padding: 7px !important;
	}

	.navigation a {
		font-size: 13px !important;
		padding: 7px !important;
	}
	}

	@media (max-width: 1440px) {
	.news {
		padding: 0 15px;
	}
	}

	@media (max-width: 860px) {
	.news__cards {
		justify-content: center;
	}
	}

	@media (max-width: 550px) {
	.news__subtitle {
		width: 100%;
		font-size: 14px;
	}

	.section-title {
		font-size: 20px !important;
	}

	.last-news-pic {
		width: 100%;
		height: auto;
	}

	.news__desc {
		width: 100%;
		font-size: 13px;
	}
	}

	.section-title {
	margin-top: 50px;
	margin-bottom: 60px;
	color: #3e3e3e;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	font-family: Raleway;
	}

	#news {
	margin-top: 90px;
	}
	.news-more {
	margin-top: 100px;
	}
	.news-more__title {
	color: #0052a5;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	}
	.news-more__content {
	display: flex;
	margin-top: 50px;
	margin-bottom: 20px;
	}
	.news-more__subtitle {
	width: 100%;
	text-align: left;
	margin-top: 20px;
	color: #0052a5;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	}
	.news-more__text p {
	width: 100%;
	text-align: justify;
	margin-top: 15px;
	color: #333;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	}
	.news-more__cnt {
	display: flex;
	align-items: center;
	margin-left: 20px;
	}
	.news-more__views {
	display: flex;
	align-items: center;
	color: #0052a5;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-left: 3px;
	}
	.news-more__views-date {
	display: flex;
	align-items: center;
	color: #0052a5;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	}
	.news-more__image {
	width: 100%;
	height: 495px;
	-o-object-fit: cover;
	object-fit: cover;
	}
	@media (max-width: 1400px) {
	.news-more {
		padding: 0 15px;
	}
	}
	@media (max-width: 1024px) {
	.news-more {
		align-items: center;
	}
	.news-more__image {
		height: 350px;
	}
	}
	@media (max-width: 550px) {
	.news-more {
		margin-top: 30px;
	}

	.news-more__image {
		height: 250px;
	}

	.news-more__views-date {
		font-size: 12px;
	}

	.news-more__title {
		font-size: 14px;
	}

	.news-more__text p {
		font-size: 12px;
	}
	}

	/*  */
	.article-more {
	margin-top: 100px;
	}
	.article-more__title {
	color: #0052a5;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	}
	.article-more__content {
	display: flex;
	margin-top: 50px;
	margin-bottom: 20px;
	}
	.article-more__subtitle {
	width: 100%;
	text-align: justify;
	margin-top: 20px;
	color: #0052a5;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	}
	.article-more__text {
	width: 100%;
	text-align: justify;
	margin-top: 15px;
	color: #252525;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 500;
	}

	.article-more__text p {
	margin-top: 20px;
	margin-bottom: 30px;
	}

	.article-more__cnt {
	display: flex;
	align-items: center;
	margin-left: 20px;
	}
	.article-more__views {
	display: flex;
	align-items: center;
	color: #0052a5;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-left: 3px;
	}
	.article-more__views-date {
	display: flex;
	align-items: center;
	color: #0052a5;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	}

	.article-more__image {
	width: 100%;
	height: 495px;
	-o-object-fit: cover;
	object-fit: cover;
	}
	@media (max-width: 1200px) {
	.article-more {
		padding: 0 15px;
	}
	}
	@media (max-width: 1024px) {
	.article-more {
		align-items: center;
	}
	}
	@media (max-width: 1024px) {
	.article-more {
		align-items: center;
	}
	.article-more__image {
		height: 350px;
	}
	}
	@media (max-width: 500px) {
	.article-more__image {
		height: 250px;
	}

	.article-more__text {
		font-size: 13px;
	}
	}

	.article {
	margin-top: 30px;
	}
	.article__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.article__card {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	background: #fff;
	margin-top: 40px;
	transition: 0.3s linear;
	}

	.article__card:hover {
	background-color: #043c7c;
	color: #ffffff;
	}

	.article__card:hover h2,
	.article__card:hover h2 span,
	.article__card:hover .article__desc,
	.article__card:hover .article-time,
	.article__card:hover .article-viewing {
	color: #ffffff;
	}

	.article-pic {
	width: 428px;
	height: 241px;
	object-fit: cover;
	border-radius: 5px;
	}
	.article__subtitle {
	color: #043c7c;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 19px;
	line-height: 27px;
	width: 408px;
	text-align: left;
	}
	.article-cnt {
	padding: 0 10px;
	}
	.article__desc {
	margin-top: 10px;
	color: #5c5c5c;
	font-family: Open Sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	width: 350px;
	text-align: left;
	margin-bottom: 30px;
	}
	.article-time {
	color: #043c7c;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	}
	.article-viewing {
	color: #043c7c;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	float: right;
	}
	.article-button {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	}
	.article-btn {
	margin-bottom: 50px;
	color: #454545;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	border: 1px solid #0052a5;
	padding: 10px 30px;
	border-radius: 10px;
	transition: 0.3s linear;
	}
	.article-btn:hover {
	background: #454545;
	color: #fff;
	}
	.article__title {
	color: #252525;
	font-weight: 700;
	font-size: 26px;
	line-height: 27px;
	font-family: Arial;
	text-transform: uppercase;
	}
	.article-more-text p {
	width: 100%;
	text-align: justify;
	margin-top: 15px;
	color: #333;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	}
	.photogallery__cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
	}
	.photogallery__card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}

	.photogallery__pic {
	width: 300px;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
	}

	@media (max-width: 1400px) {
	.photogallery {
		padding: 0 15px;
	}
	}

	@media (max-width: 550px) {
	.photogallery__pic {
		width: 100%;
		height: auto;
	}
	}

	.photogallery-pic {
	width: 300px;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
	}
	@media (max-width: 660px) {
	.photogallery__cards {
		justify-content: center;
	}

	.photogallery-pic {
		width: 100%;
		height: auto;
	}
	}
	@media (max-width: 1440px) {
	.article {
		padding: 0 15px;
	}
	}
	@media (max-width: 885px) {
	.article__title {
		text-align: center;
	}
	.article__cards {
		justify-content: center;
	}
	}
	@media (max-width: 500px) {
	.article__card {
		width: 100%;
	}
	.article-pic {
		width: 100%;
	}
	.article__subtitle {
		font-size: 14px;
		width: 100%;
	}
	.article__desc {
		font-size: 13px;
		width: 100%;
	}
	.article-time {
		font-size: 12px;
	}
	.article-viewing {
		font-size: 12px;
	}
	.article-btn {
		font-size: 16px;
	}
	.article-more-text p {
		font-size: 12px;
	}
	}

	.faq__container {
	max-width: 1220px;
	margin: 0 auto;
	margin-bottom: 60px;
	}
	.faq {
	position: relative;
	background: #11316e;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	}
	.faq__content_question {
	cursor: pointer;
	color: #fff;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 17px;
	width: 900px;
	}
	.faq__page-title {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}
	.faq__content_question::after {
	content: '+';
	position: absolute;
	top: 15px;
	right: 40px;
	font-size: 2.5rem;
	font-weight: 300;
	transform: rotate(-90deg);
	transition: all 0.3s 0s;
	}
	.faq-reveal::after {
	position: absolute;
	content: '';
	transform: rotate(0deg);
	background: #454545;
	width: 40px;
	height: 4px;
	transition: all 0.3s 0s;
	}
	.faq__answer {
	max-height: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #fff;
	transition: all 0.5s ease-in-out;
	}
	.faq-reveal .faq__answer {
	max-height: 1000px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	padding: 25px;
	box-sizing: border-box;
	transition: all 0.5s ease-in-out;
	}
	@media (max-width: 425px) {
	.faq__page-title {
		width: 500px;
		font-size: 18.5px;
	}
	}
	@media (max-width: 1220px) {
	.containerAnalogue {
		padding: 0 15px;
	}
	}

	@media (max-width: 1000px) {
	.faq__content_question {
		width: 100%;
	}
	}

	.container .internet_reception {
	max-width: 1340px;
	}

	.internet_reception__contact,
	.internet_reception__contact-link {
	width: 100%;
	padding: 14px 16px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #ffffff;
	background: rgba(4, 60, 124, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	outline: none;
	transition: all 0.3s ease;
	margin-top: 30px;
	}

	/* Псевдоподсказка */
	.internet_reception__contact::placeholder,
	.internet_reception__contact-link::placeholder {
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease;
	}

	/* Фокус */
	.internet_reception__contact:focus,
	.internet_reception__contact-link:focus {
	border-color: #ffffff;
	background: rgba(4, 60, 124, 1);
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
	color: #ffffff;
	}

	.internet_reception__contact-link {
	height: 90px !important;
	margin-bottom: 50px;
	}

	.internet_reception__contact::placeholder,
	.internet_reception__contact-link::placeholder {
	color: #eee;
	opacity: 1;
	}

	.internet_reception__contact:focus,
	.internet_reception__contact-link:focus {
	border-color: #ffffff;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	color: #ffffff;
	}

	.internet_reception__contact::placeholder {
	color: #eee;
	font-size: 14px;
	font-family: Raleway;
	font-weight: 500;
	}

	.internet_reception__contact-link::placeholder {
	color: #fff;
	font-size: 14px;
	font-family: Raleway;
	font-weight: 500;
	}

	.internet_reception__btn {
	width: 150px;
	height: 50px;
	background: #2e5c91;
	color: #fff;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 500;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	margin-top: 30px;
	border: none;
	outline: none;
	padding: 12px;
	}

	.internet_reception__btn::placeholder {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Open Sans;
	font-weight: 500;
	}

	@media (max-width: 1440px) {
	.internet_reception {
		padding: 0 15px;
	}
	}

	@media (max-width: 550px) {
	.section-title {
		margin-bottom: 30px !important;
	}

	.breadcrumb__item-option {
		font-size: 12px;
	}
}
#result .container {
	max-width: 1200px;
	}
	.result {
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	.result__title {
	color: #fff;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}
	.result__cards {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}
	.result__card {
	flex-direction: column;
	width: 350px;
	}
	.result-pic {
	width: 350px !important;
	height: 200px !important;
	object-fit: cover;
	}
	.result__content {
	margin-left: 20px;
	}
	.result__subtitle {
	margin-top: 20px;
	width: 100%;
	color: #0052a5;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	font-family: Open Sans;
	text-align: justify;
	}
	.result-data {
	color: #0052a5;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	font-family: Open Sans;
	margin-right: 50px;
	}
	.result-cnt {
	margin-top: 30px;
	display: flex;
	}
	@media (max-width: 1200px) {
	.result {
		padding: 0 15px;
	}
	}
	@media (max-width: 530px) {
	.result__card {
		flex-direction: column;
		align-items: center;
	}
	.result__card {
		width: 100%;
	}

	.result-pic {
		height: auto !important;
		width: 100% !important;
	}

	.result__subtitle {
		margin-top: 30px;
	}
	.result__content {
		margin-left: 0;
	}
	}