	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

	.NavMenu input[type='checkbox'] {
	display: none;
	}

	.NavMenu ul {
	display: none;
	}

	.NavMenu input[type='checkbox']:checked + ul {
	display: block;
	}

	.submenu {
	display: none;
	}
	.submenu.active {
	display: block;
	}

	.resolution__subject {
	color: #252525;
	font-size: 13px;
	font-weight: 700;
	font-family: Open Sans;
	padding: 10px;
	border: 1px solid #aaa;
	}

	.resolution__inner {
	color: #252525;
	font-size: 14px;
	font-weight: 600;
	font-family: Inter;
	padding: 10px;
	}

	.resolution__inner a {
	color: #0052a5;
	font-size: 14px;
	font-weight: 600;
	font-family: Inter;
	padding: 10px;
	}

	.fa-telegram {
	color: #fff;
	font-size: 30px;
	}

	#top-bar {
	background: #0052a5;
	padding-top: 30px;
	padding-bottom: 80px;
	}
	.top-bar {
	display: flex;
	align-items: center;
	float: right;
	gap: 10px;
	}
	.top-bar__wrapper {
	display: flex;
	}
	.top-bar__img {
	width: 30px;
	height: 30px;
	-o-object-fit: cover;
	object-fit: cover;
	}
	.top-bar__language {
	padding: 0 10px 0;
	}
	.top-bar__wrap {
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	text-align: center;
	gap: 5px;
	}
	.top-bar__impaired-bg {
	background: #0062bf;
	padding: 10px 7px;
	border-radius: 10px;
	}
	.top-bar-pic {
	width: 24px;
	height: 17px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	}
	.top-bar__impaired {
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: block;
	/* width: 168px; */
	/* margin-top: 5px; */
	}
	.top-bar .top-bar__img option {
	opacity: 0.5;
	}
	.top-bar .select {
	opacity: 1;
	}
	.top-bar .search {
	position: relative;
	}
	.top-bar .search-box {
	background: #0062bf;
	}
	.top-bar .fa-magnifying-glass {
	color: #fff;
	width: 20px;
	height: 20px;
	}
	.top-bar .search__input {
	width: 172px;
	padding: 10px;
	background: #0062bf;
	box-shadow: 1px 1px 5px -6px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 5px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 5px -6px rgba(0, 0, 0, 0.75);
	border-radius: 10px;
	height: 40px;
	font-family: Inter;
	outline: none;
	border: none;
	}
	.top-bar .search__input::-moz-placeholder {
	outline: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Roboto;
	}
	.top-bar .search__input::placeholder {
	outline: none;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	}
	.top-bar .search__button {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -1px;
	padding: 10px 15px;
	transition: 0.3s linear;
	}
	.top-bar .search__button:hover {
	background: #e0d8c3;
	}
	@media (max-width: 1400px) {
	.top-bar {
		padding: 0 15px;
	}
	}
	.top-bar__tools {
	display: flex;
	gap: 10px;
	}
	@media (max-width: 550px) {
	.top-bar__wrapper {
		justify-content: center;
	}
	#top-bar {
		padding-bottom: 200px;
	}
	.top-bar__tools {
		gap: 30px;
		align-items: center;
		justify-content: center;
		padding-top: 15px;
		width: 100%;
	}
	.top-bar {
		flex-wrap: wrap;
	}
	.top-bar__wrapper {
		flex: 1 1 100%;
	}
	.top-bar__impaired {
		display: none;
	}
	}
	#header {
	position: relative;
	background: #0052a5;
	padding-bottom: 50px;
	width: 100%;
	/* padding-top: 20px; */
	}

	#menubrop:checked ~ .NavMenu {
	transform: translateX(0);
	}

	.NavMenu {
	display: contents;
	}

	.header {
	position: relative;
	display: flex;
	justify-content: space-between;
	}
	.header nav {
	display: flex;
	justify-content: space-between;
	}
	.header__wrapper a {
	display: flex;
	align-items: center;
	}
	.header__title {
	font-family: 'Noto Sans';
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	margin-left: 5px;
	}

	.toggle ul li label {
	padding: 0;
	}

	.header .NavMenu > li > .toggle {
	font-family: Inter;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	position: relative;
	z-index: 1000;
	cursor: pointer;
	font-family: Roboto Condensed;
	display: block;
	font-weight: 700;
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	position: relative;
	z-index: 1000;
	transition: 0.2s linear;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.header .NavMenu > li > .toggle:before {
	width: 1em;
	transform-origin: left;
	}
	.header .NavMenu > li > .toggle::before,
	.header .NavMenu > li > .toggle:after {
	position: absolute;
	content: '';
	border-bottom: 3px solid #fff;
	border-radius: 1em;
	bottom: 0.5em;
	transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	.header .NavMenu > li > .toggle:after {
	width: 82%;
	left: 1.7rem;
	transform: translateX(110%);
	}
	.header .NavMenu > li > .toggle:hover:before {
	transform: scaleX(0.3);
	}
	.header .NavMenu > li > .toggle:hover:after {
	transform: translateX(0);
	}

	.header .NavMenu li ul li > .toggle {
	padding: 8px 10px;
	font-size: 12px;
	text-transform: none;
	font-weight: 600;
	position: relative;
	z-index: 1000;
	display: block;
	position: relative;
	z-index: 1000;
	cursor: pointer;
	font-family: Inter;
	display: block;
	font-weight: 700;
	padding: 15px;
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	position: relative;
	z-index: 1000;
	}

	.header .bartoggle,
	.header #menubrop {
	display: none;
	}

	.header .NavMenu li {
	display: inline-block;
	position: relative;
	z-index: 9999;
	}
	.header .NavMenu li input {
	display: none;
	}
	.header .NavMenu li a {
	position: relative;
	z-index: 1000;
	font-family: Roboto Condensed;
	display: block;
	font-weight: 700;
	padding: 15px;
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	position: relative;
	transition: 0.2s linear;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	.header .NavMenu > li > a::before {
	width: 1em;
	transform-origin: left;
	}
	.header .NavMenu > li > a::before,
	.header .NavMenu > li > a:after {
	position: absolute;
	content: '';
	border-bottom: 3px solid #fff;
	border-radius: 1em;
	bottom: 0.5em;
	transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	.header .NavMenu > li > a:after {
	width: 82%;
	left: 1.7rem;
	transform: translateX(110%);
	}
	.header .NavMenu > li > a:hover:before {
	transform: scaleX(0.3);
	}
	.header .NavMenu > li > a:hover:after {
	transform: translateX(0);
	}
	.header .NavMenu li a label {
	font-family: Inter;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	position: relative;
	z-index: 1000;
	}
	.header .NavMenu > li > a label::after {
	right: -15px;
	top: -3px;
	}
	.header .NavMenu li ul {
	position: absolute;
	display: flex;
	flex-direction: column;
	background-color: #0052a5;
	min-width: 200px;
	border-bottom: 2px solid #e2ded5;
	/* top: 100%; */
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
	}
	.header .NavMenu li ul li {
	position: relative;
	}
	.header .NavMenu li ul li a {
	position: relative;
	z-index: 1000;
	font-family: Inter;
	font-weight: 700;
	color: #fff;
	padding: 8px 10px;
	display: block;
	border-left: 2px solid rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: 0.5s ease;
	}

	.header .NavMenu li ul li a:hover {
	color: #0052a5;
	background: #fff;
	}

	.header .NavMenu li ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
	}
	.header header nav {
	padding-top: 5px;
	padding-bottom: 7px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 1000;
	}
	@media (min-width: 992px) {
	.header .NavMenu li ul li a:hover {
		border-left: 2px solid #dbdad9;
	}
	.header .NavMenu li:hover > ul,
	.header .NavMenu li ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	}
	@media (max-width: 1400px) {
	#header {
		padding: 0 15px;
	}
	}
	@media (min-width: 992px) {
	.NavMenu li ul li a:hover {
		border-left: 2px solid #dbdad9;
	}
	.NavMenu li:hover > ul,
	.NavMenu li ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	}
	@media (max-width: 1085px) {
	.header .NavMenu li a,
	.header .NavMenu > li > .toggle {
		font-family: Inter;
	}

	.header .NavMenu li a {
		white-space: wrap;
	}

	.nav-menu-link::after {
		display: none;
	}
	.NavMenu li {
		width: 100%;
	}
	.NavMenu li {
		width: 100%;
	}
	.NavMenu li ul li a {
		padding-top: 20px;
	}
	.logo {
		flex: 6;
	}
	nav {
		flex-direction: column;
	}
	.bartoggle {
		display: flex !important;
		font-size: 50px;
		align-items: center;
		color: #fff;
		padding: 0 10px;
		cursor: pointer;
	}
	.header__title {
		font-size: 20px;
		width: 100%;
	}
	.header .NavMenu {
		position: fixed;
		top: 0;
		right: 0;
		width: 75%;
		height: 100%;
		background: #0052a5;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		display: flex;
		flex-direction: column;
		padding-top: 60px;
		z-index: 1000;
		height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header .NavMenu li {
		flex: 0 0 auto;
	}

	#menubrop:checked ~ .NavMenu {
		transform: translateX(0);
	}

	body.overflow {
		overflow: auto;
	}
	.NavMenu li ul,
	.NavMenu li ul li ul {
		position: initial;
		left: 0;
		visibility: visible;
		opacity: 1;
		top: 0;
		display: none;
	}
	.NavMenu li a {
		padding: 8px 15px;
		border-bottom: 1px solid #fff;
	}
	.header .NavMenu > li > .toggle {
		border-bottom: 1px solid #fff;
	}
	.NavMenu li ul li ul {
		background: #e2ded5;
		position: inherit;
		margin-top: -10px;
	}
	.NavMenu li ul li ul li a {
		font-size: 14px;
		color: #333;
		font-weight: 700;
		text-transform: initial;
		padding: 7px 15px 7px 30px;
	}
	.NavMenu li a label::after {
		right: 10px;
	}
	.NavMenu li input:checked + ul,
	.NavMenu li ul li input:checked + ul {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	input:checked + .NavMenu {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}

	.NavMenu ul {
		display: none;
	}
	.NavMenu ul.submenu-open {
		display: block;
	}
	}
	@media (max-width: 550px) {
	.header__title {
		font-size: 12px;
	}

	.header__wrapper {
		margin-top: -50px;
	}
	}
	.relevant {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.relevant__title {
	color: #0052a5;
	font-size: 24px;
	font-weight: bold;
	font-family: Open Sans;
	text-transform: uppercase;
	}
	.relevant__news-cards {
	display: flex;
	width: calc(100% - 350px);
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
	}
	.relevant-pic {
	width: 300px;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	}
	.relevant__subtitle {
	margin-top: 5px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	color: #0f4d87;
	width: 300px;
	}
	.relevant__desc {
	font-family: Roboto Condensed;
	font-weight: 400;
	font-size: 15px;
	color: #0f4d87;
	width: 300px;
	margin-top: 10px;
	}
	.relevant__content {
	margin-top: 15px;
	}
	.relevant__date {
	font-family: Open Sans;
	font-weight: 500;
	font-size: 14px;
	color: #0f4d87;
	}
	.relevant__view {
	font-family: Open Sans;
	font-weight: 500;
	font-size: 14px;
	color: #0f4d87;
	margin-left: 20px;
	}
	.relevant__wrapper {
	display: flex;
	justify-content: space-between;
	}
	.relevant__wrap {
	margin-top: 30px;
	width: 300px;
	flex-shrink: 0;
	}
	.relevant-news__wrapper {
	padding-top: 20px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 15px;
	}
	.relevant__news-wrap {
	border-radius: 0 0 10px 10px;
	box-shadow: 2px -2px 5px -2px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px -2px 5px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px -2px 5px -2px rgba(0, 0, 0, 0.75);
	}
	.relevant__btn {
	font-family: Open Sans;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #0062bf;
	display: inline-block;
	width: 100%;
	padding: 15px 20px;
	transition: 0.3s linear;
	}
	.relevant__btn:hover {
	color: #0062bf;
	background: #fff;
	border: 1px solid #0062bf;
	}
	.relevant__news-wrap {
	width: 300px;
	}
	.relevant__sub {
	font-family: Open Sans;
	color: #0f4d87;
	font-weight: 500;
	font-size: 14px;
	}
	.relevant__headline {
	font-family: Open Sans;
	color: #0f4d87;
	font-weight: 700;
	font-size: 14px;
	}
	.relevant-button {
	text-align: center;
	}
	.relevant-button a {
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
	border: 1px solid #0f4d87;
	color: #0f4d87;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0 0 10px 10px;
	transition: 0.3s linear;
	}
	.relevant-button a:hover {
	color: #fff;
	background: #0f4d87;
	}
	@media (max-width: 1400px) {
	.relevant {
		padding: 0 15px;
	}
	}
	@media (max-width: 768px) {
	.relevant__title {
		font-size: 22px;
	}
	}
	@media (max-width: 1010px) {
	.relevant__wrapper {
		flex-direction: column;
	}
	.relevant__news-cards {
		width: 100%;
	}
	.relevant__wrap {
		margin-top: 50px;
		width: 100%;
	}
	.relevant__news-wrap {
		width: 100%;
	}
	}
	@media (max-width: 660px) {
	.relevant-pic {
		width: 100%;
		height: auto;
	}
	.relevant__subtitle {
		width: 100%;
	}
	.relevant__desc {
		width: 100%;
	}
	}
	.banner {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	}
	.banner__content {
	width: 300px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
	background-color: rgba(117, 117, 117, 0.5);
	transition: 0.3s ease;
	}
	.banner__content:hover {
	background: #c6c0c0;
	}
	.banner-pic {
	width: 50px;
	height: 50px;
	}
	.banner__pic {
	width: 35px;
	height: 35px;
	}
	.banner-desc {
	font-family: Open Sans;
	font-size: 16px;
	color: #0052a5;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 10px;
	}
	@media (max-width: 1400px) {
	.banner {
		padding: 0 15px;
	}
	}
	@media (max-width: 665px) {
	.banner {
		justify-content: center;
	}
	.banner-desc {
		font-size: 14px;
	}
	}
	#events {
	background: #0052a5;
	padding-top: 30px;
	margin-top: 90px;
	padding-bottom: 30px;
	}
	.events {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
	gap: 40px;
	}
	.events__title {
	font-family: Roboto Serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	width: 330px;
	}
	.events__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	}
	.events__card {
	width: 350px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
	}
	.events-pic {
	width: 350px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	}
	.events__content {
	font-family: Open Sans;
	font-size: 15px;
	color: #036;
	font-weight: 500;
	}
	.events__wrap {
	padding: 10px;
	height: 260px;
	}
	.events__view {
	font-size: 14px;
	margin-left: 20px;
	}
	.events__subtitle {
	margin-top: 30px;
	font-family: Roboto Condensed;
	font-size: 16px;
	color: #036;
	font-weight: 500;
	text-transform: uppercase;
	}
	.events-button {
	margin-top: 50px;
	text-align: center;
	}
	.events-button a {
	padding: 7px 10px;
	border: 1px solid #036;
	font-family: Open Sans;
	font-size: 16px;
	color: #036;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.2s ease;
	}
	.events-button a:hover {
	background: #036;
	color: #fff;
	}
	@media (max-width: 1400px) {
	.events {
		padding: 0 15px;
	}
	}
	@media (max-width: 760px) {
	.events__title {
		width: 100%;
		font-size: 20px;
	}
	.events__card {
		width: 100%;
	}
	.events-pic {
		width: 100%;
		height: auto;
	}
	}
	@media (max-width: 550px) {
	.events__subtitle {
		font-size: 14px;
	}
	.events-button a {
		font-size: 15px;
	}
	.events__content {
		font-size: 13px;
	}
	}
	.activity {
	margin-top: 60px;
	}
	.activity__title {
	color: #11316e;
	font-size: 27px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Open Sans;
	}
	.activity__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-top: 45px;
	}
	.activity__card {
	width: 485px;
	background: #f0f0f0;
	}
	.activity__subtitle {
	background: #0052a5;
	color: #fff;
	font-size: 15px;
	font-family: Inter;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px;
	}
	.activity__desc {
	position: relative;
	color: #11316e;
	font-size: 18px;
	font-family: Inter;
	font-weight: 500;
	}
	.activity__desc::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #11316e;
	border-radius: 5px;
	top: 4rem;
	}
	.activity__content {
	padding-top: 35px;
	font-family: Open Sans;
	font-size: 15px;
	color: #11316e;
	font-weight: 500;
	}
	.activity__view {
	margin-left: 20px;
	}
	.activity__cnt {
	padding: 20px;
	}
	@media (max-width: 1400px) {
	.activity {
		padding: 0 15px;
	}
	}
	@media (max-width: 1020px) {
	.activity__card {
		width: 100%;
	}
	.activity__desc::before {
		top: 4rem;
	}
	}
	@media (max-width: 768px) {
	.activity__title {
		font-size: 22px;
	}
	.activity__subtitle {
		font-size: 14px;
	}
	.activity__desc {
		font-size: 13px;
	}
	.activity__desc::before {
		top: 3rem;
	}
	.activity__content {
		font-size: 13px;
	}
	}
	.plan {
	margin-top: 70px;
	}
	.plan__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}
	.plan__card {
	width: 485px;
	height: 213px;
	background: #1976d2;
	padding: 30px;
	border-radius: 10px;
	}
	.plan__subtitle {
	font-family: Open Sans;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	}
	.plan__text {
	font-family: Inter;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	}
	.plan__button {
	text-align: center;
	margin-top: 60px;
	}
	.plan__button a {
	padding: 7px 20px;
	background: #fff;
	font-family: Open Sans;
	font-size: 14px;
	color: #005b96;
	font-weight: bold;
	border-radius: 10px;
	outline: 1px solid #fff;
	outline-offset: 4px;
	transition: 0.3s linear;
	}
	.plan__button a:hover {
	background: #1976d2;
	color: #fff;
	}
	@media (max-width: 1400px) {
	.plan {
		padding: 0 15px;
	}
	}
	@media (max-width: 1020px) {
	.plan__card {
		width: 100%;
	}
	}
	@media (max-width: 768px) {
	.plan__subtitle {
		font-size: 14px;
	}
	.plan__text {
		font-size: 13px;
	}
	.plan__button a {
		font-size: 13px;
	}
	}
	.uploaded {
	margin-top: 80px;
	}
	.uploaded__title {
	font-family: Open Sans;
	font-size: 27px;
	color: #11316e;
	font-weight: 500;
	text-transform: uppercase;
	}
	.uploaded__cards {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}
	.uploaded__card {
	border: 1px solid #11316e;
	width: 490px;
	height: 180px;
	padding: 30px 50px;
	}
	.uploaded-text {
	font-family: Roboto Slab;
	font-size: 16px;
	color: #11316e;
	font-weight: 500;
	text-align: center;
	}
	.uploaded-data {
	text-align: center;
	font-family: Open Sans;
	font-size: 14px;
	color: #11316e;
	font-weight: 500;
	}
	.uploaded-date {
	margin-top: 20px;
	display: block;
	}
	@media (max-width: 1400px) {
	.uploaded {
		padding: 0 15px;
	}
	}
	@media (max-width: 1040px) {
	.uploaded__cards {
		justify-content: center;
	}
	.uploaded__card {
		width: 100%;
	}
	}
	@media (max-width: 768px) {
	.uploaded__title {
		font-size: 20px;
	}
	.uploaded-text {
		font-size: 14px;
	}
	.uploaded-data {
		font-size: 13px;
	}
	}
	.vacancy {
	margin-top: 80px;
	}
	.vacancy__title {
	font-family: Open Sans;
	font-size: 27px;
	color: #11316e;
	font-weight: 500;
	text-transform: uppercase;
	}
	.vacancy__cards {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}
	.vacancy__card {
	padding: 30px;
	width: 490px;
	height: 200px;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
	}
	.vacancy__card div {
	display: flex;
	align-items: center;
	}
	.vacancy-pic {
	width: 50px;
	height: 50px;
	}
	.vacancy__subtitle {
	position: relative;
	font-family: Roboto Flex;
	font-size: 18px;
	color: #11316e;
	font-weight: 500;
	margin-left: 10px;
	}
	.vacancy__subtitle::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #11316e;
	border-radius: 5px;
	top: 105px;
	}
	.vacancy__content {
	padding-top: 40px;
	font-family: Open Sans;
	font-size: 14px;
	color: #11316e;
	font-weight: 500;
	}
	.vacancy__view {
	margin-left: 20px;
	}
	@media (max-width: 1400px) {
	.vacancy {
		padding: 0 15px;
	}
	}
	@media (max-width: 1040px) {
	.vacancy__cards {
		justify-content: center;
	}
	.vacancy__card {
		width: 100%;
	}
	.vacancy__subtitle::before {
		display: none;
	}
	}
	@media (max-width: 768px) {
	.vacancy__title {
		font-size: 20px;
	}
	.vacancy__subtitle {
		font-size: 14px;
	}
	.vacancy__content {
		font-size: 13px;
	}
	}
	.state {
	margin-top: 80px;
	}
	.state__title {
	font-family: Open Sans;
	font-size: 27px;
	color: #11316e;
	font-weight: 500;
	text-transform: uppercase;
	}
	.state__cards {
	margin-top: 40px;
	display: flex;
	gap: 30px;
	}
	.state__card {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	width: 350px;
	height: 100px;
	border-radius: 5px;
	}
	.state__subtitle {
	font-family: Open Sans;
	color: #11316e;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	}
	.state-link a {
	font-family: Open Sans;
	color: #11316e;
	font-weight: 500;
	font-size: 11px;
	display: block;
	margin-top: 5px;
	transition: 0.3s ease;
	}
	.state-link a:hover {
	color: #0b7bb7;
	}
	.state__cnt {
	margin-left: 15px;
	}
	#top-side {
	background: #0052a5;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 60px;
	}
	.top-side {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	}
	.top-side-img {
	width: 114px;
	height: 80px;
	}
	.top-side__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	}
	.top-side__title {
	font-family: Open Sans;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 250px;
	text-align: center;
	}
	.top-side-text {
	font-family: Open Sans;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	width: 580px;
	text-align: center;
	}
	@media (max-width: 860px) {
	.top-side__title {
		width: 100%;
		font-size: 14px;
	}
	.top-side-text {
		width: 100%;
		font-size: 13px;
	}
	}
	#footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #0052a5;
	}
	.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.footer__title {
	color: #fff;
	font-size: 22px;
	font-family: Roboto;
	font-weight: bold;
	}
	.footer__wrapper ul li {
	padding-top: 20px;
	width: 220px;
	}
	.footer__wrapper ul li a {
	font-family: Roboto Condensed;
	font-size: 16px;
	color: #d2d2d2;
	font-weight: 300;
	transition: 0.3s linear;
	}
	.footer__wrapper ul li a:hover {
	color: #b7b7b7;
	}
	.footer-data {
	padding-top: 10px;
	display: flex;
	}
	.footer-data a {
	font-family: Roboto Condensed;
	font-size: 16px;
	color: #d2d2d2;
	font-weight: 300;
	}
	.footer__picture {
	width: 24px;
	height: 24px;
	}
	.footer__applications {
	display: flex;
	align-items: center;
	margin-top: 40px;
	gap: 20px;
	}
	.footer-app {
	background: #0f67bb;
	width: 45px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	transition: 0.3s ease-in;
	}
	.footer-app:hover {
	background: #207acd;
	scale: 1.1;
	}
	.footer-app-pic {
	width: 30px;
	height: 30px;
	}
	.footer-app__pic {
	width: 30px;
	height: 20px;
	}
	@media (max-width: 1400px) {
	.footer {
		padding: 0 15px;
		gap: 30px;
	}
	}
	@media (max-width: 768px) {
	.footer__title {
		font-size: 16px;
	}
	.footer__wrapper ul li {
		width: 100%;
	}
	.footer__wrapper ul li a {
		font-size: 14px;
	}
	.footer-data a {
		font-size: 14px;
	}
	.footer-app-pic {
		width: 25px;
		height: 25px;
	}
	}
	@media (max-width: 1400px) {
	.state {
		padding: 0 15px;
	}
	.state__cards {
		flex-wrap: wrap;
		justify-content: center;
	}
	}
	* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
	.container {
	max-width: 1400px;
	margin: 0 auto;
	}
	a {
	text-decoration: none;
	}
	ul,
	li {
	list-style: none;
	}
	button {
	border: none;
	}
	html,
	body {
	overflow-x: hidden;
	}
	.fa-eye {
	margin-right: 6px;
	}
	.fa-clock {
	margin-right: 6px;
	}
	.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 #0052a5;
	background: transparent;
	padding: 10px;
	transition: 0.3s linear;
	}

	.documentsMore__download:hover {
	background: #0052a5;
	}

	.documentsMore__download a {
	color: #0052a5;
	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: #454545;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	}

	.documentsMore__location {
	color: #454545;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	}

	.documentsMore__btn svg {
	background-color: #85b0ff;
	padding: 7px 5px;
	border-radius: 4px;
	cursor: pointer;
	width: 1.3em;
	height: 1.3em;
	}

	.documentsMore__copy {
	display: none;
	background: #0052a5;
	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: #0052a5;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}

	.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: #454545;
	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: #0052a5;
	border: 1px solid #0052a5;
	padding: 10px;
	border-radius: 2px;
	transition: 0.3s ease;
	}

	.navigation a:hover {
	background: #3b5774;
	color: #fff;
	}

	.navigation span {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 21.78px;
	text-align: left;
	color: #0052a5;
	border: 1px solid #0052a5;
	padding: 10px;
	transition: 0.3s ease;
	}

	.navigation span:hover {
	background: #3363af;
	color: #fff;
	}

	.section-title {
	margin-top: 50px;
	margin-bottom: 60px;
	color: #0052a5;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	font-family: Open Sans;
	}

	@media (max-width: 1400px) {
	.pages {
		padding: 0 10px;
	}
	}

	@media (max-width: 768px) {
	.section-title {
		font-size: 26px;
	}
	}

	@media (max-width: 1024px) {
  .resolution__wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 550px) {
	.resolution a {
		text-align: center;
		font-size: 13px !important;
		text-transform: lowercase;
	}

	.section-title {
		font-size: 26px;
	}
}

	@media (max-width: 742px) {
	.content-gallery {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.navigation {
		margin-bottom: 50px !important;
	}

	.navigation span {
		font-size: 13px;
		padding: 7px;
	}

	.navigation a {
		font-size: 13px;
		padding: 7px;
	}
	}

	table {
	float: none !important;
	width: 100%;
	/* display: flex;
											justify-content: space-between;
											flex-wrap: wrap; */
	}

	.pages-text {
	margin-top: 50px !important;
	margin-bottom: 60px !important;
	color: #252525;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	font-family: Open Sans;
	}

	@media (max-width: 550px) {
	.pages-text {
		font-size: 14px;
	}
	}

	strong {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	color: #14388e;
	font-weight: 600;
	font-family: Inter;
	text-transform: uppercase;
	}

	@media (max-width: 550px) {
	strong {
		font-size: 12px;
	}
	}

	.popup {
	padding: 10px;
	}

	.popup-image {
	width: 350px !important;
	height: 400px !important;
	object-fit: cover !important;
	}

	.employees__cards {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	}

	.employees__card {
	margin: 0 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 2px;
	padding: 5px;
	background: #0052a5;
	box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
	width: 300px;
	height: 350px;
	}

	.employees-pic {
	width: 100%;
	height: 248px;
	object-fit: cover;
	}

	.employees-desc {
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	font-family: Roboto Condensed;
	font-weight: 700;
	line-height: 20px;
	}

	.employees-sub {
	padding-bottom: 10px;
	margin-top: 5px;
	color: #dfdfdf;
	font-size: 14px;
	font-family: Inter;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	}

	@media (max-width: 1200px) {
	.employees {
		padding: 0 15px;
	}
	}

	@media (max-width: 555px) {
	.employees__title {
		font-size: 22px;
	}

	.employees__cards {
		justify-content: center;
	}
	}

	#employee-more .container {
	max-width: 1200px;
	}

	.employee-more {
	margin-top: 60px;
	margin-bottom: 100px;
	}

	.employee-more__content {
	border: 3px solid #0052a5;
	margin-top: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 5px;
	}

	.employee-more__title {
	color: #0052a5;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}

	.employee-more__desc {
	margin-top: 20px;
	color: #0052a5;
	font-family: Inter;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	}

	.employee-more-pic {
	width: 255px;
	height: 290px;
	object-fit: cover;
	}

	.employee-more-desc {
	color: #0052a5;
	font-family: Roboto;
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
	}

	.employee-more p {
	margin-top: 10px;
	color: #1a538b;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	}

	.employee-more-sub {
	color: #252525;
	font-family: Inter;
	font-size: 22px;
	font-weight: 500;
	line-height: 20px;
	}

	.employee-more-span {
	margin-left: 10px;
	color: #57595a;
	font-family: Inter;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	}

	.employee-more-cnt {
	display: flex;
	margin-top: 20px;
	}

	.employee-more-rightside {
	margin-left: 20px;
	}

	@media (max-width: 1200px) {
	.employee-more {
		padding: 0 15px;
	}
	}

	@media (max-width: 675px) {
	.employee-more-pic {
		width: 200px;
		height: 180px;
	}

	.employee-more-rightside {
		margin-left: 5px;
	}

	.employee-more-desc {
		font-size: 16px;
	}

	.employee-more-sub {
		font-size: 14px;
	}

	.employee-more-span {
		font-size: 13px;
	}

	.employee-more__desc {
		font-size: 17px;
	}

	.employee-more-text {
		font-size: 16px;
	}

	.employee-more__title {
		font-size: 22px;
	}
	}

	@media (max-width: 485px) {
	.employee-more__content {
		justify-content: center;
	}
	}

	#map-sait .container {
	max-width: 1200px;
	}
	.map-sait {
	margin-top: 60px;
	}
	.map-sait__title {
	margin-top: 50px;
	margin-bottom: 60px;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	text-align: center;
	font-family: Roboto;
	}
	.map-sait-main-link {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	}
	.map-sait__link {
	padding: 20px 44.5%;
	background: #0052a5;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	font-family: Inter;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: underline;
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	transition: 0.2s linear;
	}
	.map-sait__link:hover {
	background: #3d5db5;
	}
	.map-sait__cards {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.map-sait__card {
	margin-top: 20px;
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	background: #0052a5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	width: 143px;
	height: 240px;
	}

	.map-sait-wrap {
	text-align: center;
	margin-top: 10px;
	}

	.map-sait__card img {
	width: 54.25px;
	height: 54.25px;
	}
	.map-sait-link {
	margin-top: 7px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 26.6px;
	font-family: Inter;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: underline;
	}

	.map-sait-cnt div {
	text-align: center;
	width: 111px;
	}

	.map-sait-other div {
	text-align: center;
	}

	.map-sait-wrapper {
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

	.map-sait-link-other {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	font-family: Inter;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: underline;
	transition: 0.3s ease;
	}

	.map-sait__content {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 60px;
	}

	.map-sait-other {
	width: 175px;
	margin-top: 20px;
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	background: #0052a5;
	padding: 12px 15px;
	border-radius: 3px;
	transition: 0.3s linear;
	}

	.map-sait-other:hover {
	background: #4b66ab;
	}

	.map-sait-cnt {
	margin-top: 20px;
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
	background: #0052a5;
	padding: 12px 15px;
	/* width: 150px; */
	border-radius: 3px;
	}

	.map-sait__wrapp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

	.map-sait__cnt {
	margin-top: 60px;
	margin-bottom: 50px;
	}
	.map-sait__cnt a {
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.map-sait__cnt img {
	width: 140px;
	height: 141px;
	}
	.map-sait-subtitle {
	text-align: center;
	width: 330px;
	font-family: Arial;
	font-size: 28px;
	font-weight: 700;
	line-height: 31px;
	color: #fff;
	}
	@media (max-width: 1200px) {
	.map-sait {
		padding: 0 15px;
	}
	.map-sait__link {
		padding: 20px 43%;
	}
	}
	@media (max-width: 1200px) {
	.map-sait__link {
		padding: 20px 40%;
	}
	}
	@media (max-width: 610px) {
	.map-sait__link {
		padding: 20px 35%;
		font-size: 25px;
	}
	.map-sait-subtitle {
		font-size: 25px;
		width: 100%;
		margin-left: 10px;
	}
	.map-sait__cnt img {
		width: 100px;
		height: 100px;
	}
	.map-sait-link {
		font-size: 18px;
	}
	}
	@media (max-width: 455px) {
	.map-sait-subtitle {
		font-size: 20px;
	}
	}
	.faq__container {
	max-width: 1220px;
	margin: 0 auto;
	margin-bottom: 60px;
	}
	.faq {
	position: relative;
	background: #0052a5;
	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%;
	}
	}

	#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: Inter;
	text-align: justify;
	}
	.result-data {
	color: #0052a5;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	font-family: Inter;
	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;
	}
	}

	.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;
	}
	}

	#info .container {
	max-width: 1200px;
	}

	.info {
	margin-top: 60px;
	}

	.info__cards {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

	.info__card {
	border-radius: 5px;
	margin-top: 20px;
	width: 387px;
	background: #0052a5;
	box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
	transition: 0.2s linear;
	}

	.info__card:hover {
	background: #2859a8;
	}

	.info__card:hover p {
	color: #fff;
	}

	.info-img {
	width: 387px;
	height: 230px;
	object-fit: cover;
	border-radius: 5px;
	}

	.info-text {
	text-align: justify;
	padding: 10px;
	color: #fff;
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	width: 387px;
	}

	@media (max-width: 1200px) {
	.info {
		padding: 0 15px;
	}
	}

	@media (max-width: 800px) {
	.info__cards {
		justify-content: center;
	}
	}

	@media (max-width: 768px) {
	.info__title {
		font-size: 22px;
	}
	}

	@media (max-width: 415px) {
	.info__card {
		width: 375px;
	}

	.info-img {
		width: 375px;
	}

	.info-text {
		width: 375px;
		font-size: 15px;
	}
	}

	#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: justify;
	margin-top: 20px;
	color: #0052a5;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	}
	.news-more-text {
	width: 100%;
	text-align: justify;
	margin-top: 15px;
	color: #0052a5;
	font-family: Inter;
	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: Inter;
	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: Inter;
	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;
	}
	}
	@media (max-width: 1024px) {
	.news-more {
		align-items: center;
	}
	.news-more__image {
		height: 350px;
	}
	}
	@media (max-width: 500px) {
	.news-more__image {
		height: 250px;
	}
	}

	.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: 400px;
	text-align: justify;
	}

	.news__desc {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #252525;
	font-weight: 500;
	font-size: 15px;
	font-family: Inter;
	width: 400px;
	text-align: justify;
	}

	.news__desc {
	margin-top: 20px;
	}

	.news-time {
	color: #0052a5;
	font-weight: 700;
	font-size: 14px;
	font-family: Inter;
	}

	.news-viewing {
	margin-left: 10px;
	color: #0052a5;
	font-weight: 700;
	font-size: 14px;
	font-family: Inter;
	}

	.last-news-pic {
	width: 400px;
	height: 250px;
	object-fit: cover;
	}

	@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;
	}

	.last-news-pic {
		width: 100%;
		height: auto;
	}

	.news__desc {
		width: 100%;
		font-size: 13px;
	}
	}

	.photogallery__cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
	}

	.photogallery-pic {
	width: 300px;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
	}

	.news-more__text p {
	color: #252525;
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 500;
	padding-top: 20px;
	}

	@media (max-width: 660px) {
	.photogallery__cards {
		justify-content: center;
	}

	.photogallery-pic {
		width: 100%;
		height: auto;
	}
	}

	.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;
	}
	}

	#about .container {
	max-width: 1200px;
	}
	.about {
	margin-top: 60px;
	}
	.about-text {
	margin-top: 30px;
	}
	.about__cards {
	margin-top: 10px;
	margin-bottom: 50px;
	}
	.about__card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.about-picture {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 40px;
	border-radius: 5px;
	}
	.about-pic {
	width: 224px;
	height: 138px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	}
	.about__title {
	margin-bottom: 15px;
	color: #1b1b1b;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	}
	.about__subtitle {
	color: #252525;
	text-align: justify;
	font-family: Inter;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	}
	.about__text {
	color: #252525;
	text-align: justify;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	}
	@media (max-width: 1200px) {
	.about {
		padding: 0 15px;
	}
	}
	@media (max-width: 1024px) {
	.about-picture {
		height: 400px;
	}
	}
	@media (max-width: 768px) {
	.about__card {
		flex-direction: column;
	}
	.about-picture {
		height: 300px;
	}
	.about-pic {
		width: 100%;
		height: 300px;
	}
	}
	@media (max-width: 500px) {
	.about-picture {
		height: 230px;
	}
	.about-pic {
		height: 230px;
	}
	}

	.article {
	margin-top: 30px;
	}
	.article__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.article__card {
	box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
	background: #0052a5;
	margin-top: 40px;
	transition: 0.3s linear;
	}

	.article__card:hover {
	background: #1a64c4;
	}

	.article-pic {
	width: 428px;
	height: 241px;
	object-fit: cover;
	border-radius: 5px;
	}
	.article__subtitle {
	color: #fff;
	font-family: Inter;
	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: #fff;
	font-family: Inter;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	width: 350px;
	text-align: left;
	margin-bottom: 30px;
	}
	.article-time {
	color: #fff;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	}
	.article-viewing {
	color: #fff;
	font-family: Inter;
	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: Inter;
	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;
	}
	@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;
	}
	}

	.pages img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.pages span {
	padding-top: 20px;
	padding-bottom: 20px;
	}

	.resolution a {
	color: #0b35c2;
	font-size: 14px;
	font-weight: 600;
	font-family: Open Sans;
	}

	.container .internet_reception {
	max-width: 1340px;
	}

	.internet_reception__contact {
	width: 750px;
	height: 55px;
	background: #0052a5;
	box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.75);
	border-radius: 6px;
	margin-top: 30px;
	border: 2px solid #e2e2e2;
	outline: none;
	padding: 12px;
	}

	.internet_reception__contact::placeholder {
	color: #eee;
	font-size: 14px;
	font-family: Inter;
	font-weight: 500;
	}

	.internet_reception__contact-link {
	margin-top: 50px;
	width: 750px;
	height: 55px;
	background: #0052a5;
	box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.75);
	border: 2px solid #fff;
	margin-top: 30px;
	outline: none;
	padding: 12px;
	margin-bottom: 50px;
	}

	.internet_reception__contact-link::placeholder {
	color: #eee;
	font-size: 14px;
	font-family: Inter;
	font-weight: 500;
	}

	.internet_reception__btn {
	width: 150px;
	height: 50px;
	background: #11316e;
	color: #fff;
	font-size: 14px;
	font-family: Inter;
	font-weight: 500;
	box-shadow: -6px 0px 16px 0px rgba(0, 0, 0, 0.71);
	-webkit-box-shadow: -6px 0px 16px 0px rgba(0, 0, 0, 0.71);
	-moz-box-shadow: -6px 0px 16px 0px rgba(0, 0, 0, 0.71);
	margin-top: 30px;
	border: none;
	outline: none;
	padding: 12px;
	}

	.internet_reception__btn::placeholder {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Inter;
	font-weight: 500;
	}

	@media (max-width: 1440px) {
	.internet_reception {
		padding: 0 15px;
	}
	}

	@media (max-width: 800px) {
	.internet_reception__contact {
		width: 100%;
	}

	.internet_reception__contact-link {
		width: 100%;
	}
	}

	@media (max-width: 1085px) {
	.NavMenu li > input:checked + ul,
	.NavMenu li > ul.submenu-open,
	.NavMenu li ul li > input:checked + ul,
	.NavMenu li ul li > ul.submenu-open {
		display: block !important;
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		max-height: none !important;
		overflow: visible !important;
		padding: 0 !important;
	}
	}
