@font-face {
	font-family: "PT Narrow";
	src: url("../fonts/PT/PT_Sans-Narrow-Web-Regular.ttf"); }
@font-face {
	font-family: "PT R";
	src: url("../fonts/PT/PT_Sans-Web-Regular.ttf"); }
@font-face {
	font-family: "Ubuntu R";
	src: url("../fonts/Ubuntu/Ubuntu-Regular.ttf"); }
@font-face {
	font-family: "Ubuntu B";
	src: url("../fonts/Ubuntu/Ubuntu-Bold.ttf"); }
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5; }

body::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5; }

body::-webkit-scrollbar-thumb {
	background-color: #017dba; }

body {
	font-family: "PT Narrow";
	font-size: 16px; }

p {
	margin: 0; }

.head {
	background: url("../img/header-bg.jpg") no-repeat;
	padding-top: 5px;
	height: 650px; }
	.head nav {
		height: 80px;
		line-height: 80px;
		background-color: #fff; }
	.head .logovo {
		float: left; }
		.head .logovo img {
			float: left;
			margin-top: 2px; }
		.head .logovo .logovo-text {
			margin-left: 30px;
			float: left;
			padding: 5px 0 0 0; }
			.head .logovo .logovo-text p {
				color: #111;
				font-size: 12px;
				font-family: "Ubuntu B";
				line-height: 1.9 !important;
				text-transform: uppercase; }
	.head .nav-menu {
		float: right; }
		.head .nav-menu ul li {
			-webkit-transition: 0.3s;
			transition: 0.3s; }
			.head .nav-menu ul li:hover {
				background-color: #017dba;
				-webkit-transition: 0.3s;
				transition: 0.3s; }
				.head .nav-menu ul li:hover a {
					color: #fff; }
			.head .nav-menu ul li a {
				color: #333;
				font-size: 22px;
				padding: 0 30px;
				font-family: "PT R"; }
				.head .nav-menu ul li a i {
					height: 80px;
					line-height: 80px; }
				.head .nav-menu ul li a i.right {
					margin-left: 10px; }

.head-right-block {
	background-color: rgba(0, 0, 0, 0.55);
	height: 565px;
	width: 50%;
	float: right; }
	.head-right-block .wrap {
		width: 70%;
		float: left;
		margin-top: 55px; }
		.head-right-block .wrap .title-h2 {
			width: 90%;
			text-align: center;
			margin-left: 30px; }
			.head-right-block .wrap .title-h2 h2 {
				text-transform: uppercase;
				font-size: 28px;
				font-family: "PT Narrow";
				color: #fff; }
			.head-right-block .wrap .title-h2 .delimeter {
				height: 2px;
				background-color: #fff;
				width: 50%;
				margin: 0 auto; }

.features {
	width: 90%;
	margin-top: 60px;
	margin-left: 70px; }
	.features ul > p {
		color: #fff;
		font-family: "PT Narrow";
		font-size: 24px;
		margin-bottom: 25px;
		margin-left: 100px; }
	.features ul li {
		color: #00b2c3;
		font-size: 24px;
		list-style-type: square;
		margin: 10px 0 10px 15px; }
		.features ul li p {
			color: #fff;
			font-family: "PT Narrow";
			font-size: 24px; }

#dropdown1 {
	top: 85px !important; }
	#dropdown1 li > a {
		font-size: 20px;
		color: #333;
		line-height: 50px !important; }
		#dropdown1 li > a:hover {
			color: #fff; }
	#dropdown1 li:hover {
		background-color: #fff; }
		#dropdown1 li:hover a {
			background-color: #017dba; }

.dropdown-content li > a {
	line-height: 50px; }

.anchor {
	padding: 10px; }

.archive {
	text-align: center;
	display: block;
	padding: 15px 0;
	color: #fff;
	margin-bottom: 10px;
	background-color: #0495a2; }

.spanj-bob {
	font-size: 14px;
	margin-top: 5px;
	display: block; }

.info {
	margin-top: 70px; }
	.info .container {
		width: 90%;
		max-width: 100%; }
	.info .title {
		width: 475px;
		margin: 0 auto;
		border-bottom: 4px solid #028e9b; }
		.info .title h2 {
			text-transform: uppercase;
			font-family: "PT R";
			font-size: 32px;
			color: #333;
			text-align: center;
			padding-bottom: 15px; }
	.info .title-h3 {
		margin-top: 30px;
		border-left: 10px solid #ff7800;
		width: 95%;
		margin: 0 auto; }
		.info .title-h3 h3 {
			text-transform: uppercase;
			color: #333;
			font-family: "PT R";
			font-size: 26px;
			margin-left: 30px; }
	.info .card {
		background: #eef5f9;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		width: 95%;
		margin: 0 auto; }
		.info .card .title-card {
			height: 50px;
			background-color: #028e9b; }
			.info .card .title-card h4 {
				text-align: center;
				color: #fff;
				font-size: 24px;
				font-family: "PT R";
				padding-top: 12px; }
		.info .card .card-field {
			margin-top: 30px;
			height: auto;
			background-color: #fff;
			width: 100%; }
		.info .card .card-field-left {
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between;
			-webkit-box-align: start;
					-ms-flex-align: start;
							align-items: start; }
		.info .card .card-field-right {
			float: right;
			margin-right: 25px; }
		.info .card .body-wrap {
			padding: 15px;
			background: #eef5f9;
			padding-bottom: 40px; }
		.info .card p {
			color: #03608e;
			font-size: 16px;
			padding: 12px 15px 12px 15px;
			width: 95%; }
		.info .card .download {
			width: 35px;
			height: 35px;
			background-color: #daedf6;
			float: right;
			border-left: 1px solid #fff;
			text-align: center;
			padding-top: 8px;
			-webkit-transition: 0.7s;
			transition: 0.7s; }
			.info .card .download:hover {
				background-color: #017dba;
				-webkit-transition: 0.7s;
				transition: 0.7s; }
				.info .card .download:hover i {
					color: #fff;
					-webkit-transition: 0.3s;
					transition: 0.3s; }
			.info .card .download i {
				color: #03608e;
				font-size: 20px; }

.collapsible-body {
	padding: 0 !important; }

.grid,
.grid-2 {
	list-style: none;
	overflow: hidden; }

.gc {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	display: inline-block;
	margin-right: -0.25em;
	min-height: 1px;
	padding-left: 40px;
	vertical-align: top; }

.gc--1-of-3 {
	width: 20%; }

.gc--2-of-3 {
	width: 80%; }

.naccs {
	position: relative;
	max-width: 100%;
	margin: 50px auto 0; }

.naccs .menu div {
	padding: 15px 20px 15px 40px;
	margin-bottom: 10px;
	color: #fff;
	background: #028e9b;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
					box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

.naccs .menu div:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
					box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.naccs .menu div span.light {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: 15px;
	background-color: #e0f2f1;
	border-radius: 100%;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

.naccs .menu div.active span.light {
	background-color: #ff7800;
	left: 0;
	height: 100%;
	width: 5px;
	top: 0;
	border-radius: 0; }

.naccs .menu div.active {
	color: #fff;
	padding: 15px 20px 15px 20px;
	text-shadow: 1px 1px 1px #333; }

ul.nacc {
	position: relative;
	height: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1); }

ul.nacc li {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	position: absolute;
	list-style: none;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

ul.nacc li.active {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	max-height: 440px;
	overflow-y: auto; }

ul.nacc li p {
	margin: 0;
	width: 98%; }

.tab-items {
	padding: 10px;
	margin: 0 0 10px 0;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	z-index: 0; }
	.tab-items:hover {
		-webkit-transition: 0.5;
		transition: 0.5;
		background-color: rgba(2, 142, 155, 0.1); }
	.tab-items p {
		font-family: "PT Narrow";
		color: #036080;
		font-size: 17px; }

.waves-effect.waves-bro .waves-ripple {
	background-color: rgba(2, 142, 155, 0.2); }

ul.nacc li.active::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5; }

ul.nacc li.active::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5; }

ul.nacc li.active::-webkit-scrollbar-thumb {
	background-color: #036080; }

ul.nacc-2 li.active::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5; }

ul.nacc-2 li.active::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5; }

ul.nacc-2 li.active::-webkit-scrollbar-thumb {
	background-color: #036080; }

.scrollbar-thumb {
	background-color: #028e9b !important; }

.right-naccs {
	margin-top: 70px; }

.naccs-2 {
	position: relative;
	max-width: 100%;
	margin: 50px auto 0; }

.naccs-2 .menu-2 div {
	padding: 15px 20px 15px 40px;
	margin-bottom: 10px;
	color: #fff;
	background: #028e9b;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
					box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

.naccs-2 .menu-2 div:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
					box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.naccs-2 .menu-2 div span.light {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: 15px;
	background-color: #e0f2f1;
	border-radius: 100%;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

.naccs-2 .menu-2 div.active span.light {
	background-color: #ff7800;
	left: 0;
	height: 100%;
	width: 5px;
	top: 0;
	border-radius: 0; }

.naccs-2 .menu-2 div.active {
	color: #fff;
	padding: 15px 20px 15px 20px;
	text-shadow: 1px 1px 1px #333; }

ul.nacc-2 {
	position: relative;
	height: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1); }

ul.nacc-2 li {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	position: absolute;
	list-style: none;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

ul.nacc-2 li.active {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	max-height: 440px;
	overflow-y: auto; }

ul.nacc-2 li p {
	margin: 0;
	width: 98%; }

ul.nacc-2 li.active::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5; }

ul.nacc-2 li.active::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5; }

ul.nacc-2 li.active::-webkit-scrollbar-thumb {
	background-color: #036080; }





ul.nacc-3 li.active::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5; }

ul.nacc-3 li.active::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5; }

ul.nacc-3 li.active::-webkit-scrollbar-thumb {
	background-color: #036080; }

.scrollbar-thumb {
	background-color: #028e9b !important; }

.right-naccs {
	margin-top: 70px; }

.naccs-3 {
	position: relative;
	max-width: 100%;
	margin: 150px auto 0; }

.naccs-3 .menu-3 div {
	padding: 15px 20px 15px 40px;
	margin-bottom: 10px;
	color: #fff;
	background: #028e9b;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
					box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

.naccs-3 .menu-3 div:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
					box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.naccs-3 .menu-3 div span.light {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: 15px;
	background-color: #e0f2f1;
	border-radius: 100%;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

.naccs-3 .menu-3 div.active span.light {
	background-color: #ff7800;
	left: 0;
	height: 100%;
	width: 5px;
	top: 0;
	border-radius: 0; }

.naccs-3 .menu-3 div.active {
	color: #fff;
	padding: 15px 20px 15px 20px;
	text-shadow: 1px 1px 1px #333; }

ul.nacc-3 {
	position: relative;
	height: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1); }

ul.nacc-3 li {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	position: absolute;
	list-style: none;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }

ul.nacc-3 li.active {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	max-height: 440px;
	overflow-y: auto; }

ul.nacc-3 li p {
	margin: 0;
	width: 98%; }

ul.nacc-3 li.active::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5; }

ul.nacc-23li.active::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5; }

ul.nacc-3 li.active::-webkit-scrollbar-thumb {
	background-color: #036080; }





.hidenson {
	display: none !important; }

.modalnost {
	width: 80%; }
	.modalnost p {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
		.modalnost p a {
			margin: 5px; }

.submission {
	margin-left: 50px;
	border-left: 4px solid #0594a2;
	margin-bottom: 20px; }
	.submission a {
		margin: 0; }
		.submission a p {
			font-size: 15px; }

.disable_click {
	pointer-events: none; }

.info-for-party {
	margin-top: 30px; }
	.info-for-party .title {
		width: 50%;
		margin: 0 auto;
		border-bottom: 4px solid #028e9b;
		background-color: #fff; }
		.info-for-party .title h2 {
			text-transform: uppercase;
			font-family: "PT R";
			font-size: 32px;
			color: #333;
			text-align: center;
			padding-bottom: 15px; }
	.info-for-party .wrap-info-news {
		background-color: #e0f2f1;
		margin-top: 50px;
		padding: 40px 0 80px 0; }
	.info-for-party .info-news {
		background-color: #fff;
		margin: 15px 0;
		height: 50px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center; }
		.info-for-party .info-news .title-news {
			background-color: #017dba;
			width: 152px;
			float: left;
			height: 100%; }
			.info-for-party .info-news .title-news p {
				font-family: "PT R";
				color: #fff;
				text-align: center;
				font-size: 16px;
				padding: 6px 0 9px 0;
				line-height: 1.2; }
		.info-for-party .info-news .body-news {
			background-color: #fff; }
			.info-for-party .info-news .body-news p {
				font-family: "PT R";
				font-size: 16px;
				padding: 0 0 0 20px; }
	.info-for-party .more-news {
		height: 40px;
		width: 170px;
		background-color: #4db7ad;
		float: right;
		display: block;
		text-align: center;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		border-radius: 3px; }
		.info-for-party .more-news:hover {
			background-color: #028e9b;
			-webkit-transition: 0.5s;
			transition: 0.5s; }
			.info-for-party .more-news:hover a {
				color: #fff; }
		.info-for-party .more-news a {
			color: #fff;
			padding: 9px;
			display: block;
			font-family: "Ubuntu R";
			font-size: 17px; }
			.info-for-party .more-news a:hover {
				text-decoration: none; }

.feedback {
	margin-top: 30px; }
	.feedback .title {
		width: 475px;
		margin: 0 auto 40px;
		border-bottom: 4px solid #017dba; }
		.feedback .title h2 {
			text-transform: uppercase;
			font-family: "PT R";
			font-size: 32px;
			color: #333;
			text-align: center;
			padding-bottom: 15px; }
	.feedback .title-ask {
		margin-top: 50px;
		margin-bottom: 60px;
		height: 50px;
		border-left: 10px solid #ff7800; }
		.feedback .title-ask p {
			font-family: "PT R";
			font-size: 20px;
			color: #333;
			padding: 12px 0 0 30px; }
	.feedback .title-personal-data {
		margin-top: 50px;
		margin-bottom: 60px;
		height: 50px;
		border-left: 10px solid #028e9b; }
		.feedback .title-personal-data p {
			font-family: "PT R";
			font-size: 20px;
			color: #333;
			padding: 12px 0 0 30px; }
	.feedback .policy {
		text-align: right;
		margin-top: 85px; }
		.feedback .policy > a {
			font-family: "PT R";
			font-size: 18px;
			color: #333;
			border-bottom: 1px solid #028e9b; }
			.feedback .policy > a:hover {
				text-decoration: none;
				color: #017dba; }
			.feedback .policy > a:active, .feedback .policy > a:visited, .feedback .policy > a:focus {
				text-decoration: none;
				outline: none; }
		.feedback .policy p {
			font-family: "PT R";
			font-size: 18px;
			color: #333;
			margin-top: 40px;
			text-align: right; }
			.feedback .policy p a {
				font-family: "PT R";
				font-size: 18px;
				color: #333;
				border-bottom: 1px solid #028e9b; }
				.feedback .policy p a:hover {
					text-decoration: none; }
				.feedback .policy p a:active, .feedback .policy p a:visited, .feedback .policy p a:focus {
					text-decoration: none;
					outline: none; }
	.feedback .consent {
		margin-top: 80px; }
		.feedback .consent p {
			font-family: "PT R";
			text-align: justify;
			font-size: 15px; }
	.feedback .accept {
		margin-left: 50px; }
	.feedback .ask,
	.feedback .personal-data {
		width: 80%; }
	.feedback .ask-field {
		margin-top: 2rem; }
	.feedback .check-privacy {
		font-size: 18px;
		color: #333; }
	.feedback .btn-ask {
		margin-top: 30px; }

.contacts {
	margin-top: 60px; }
	.contacts .title {
		width: 15%;
		margin: 0 auto;
		border-bottom: 4px solid #028e9b;
		background-color: #fff; }
		.contacts .title h2 {
			text-transform: uppercase;
			font-family: "PT R";
			font-size: 32px;
			color: #333;
			text-align: center;
			padding-bottom: 15px; }
	.contacts .wrap-contacts {
		background-color: #e1f5fe;
		margin-top: 50px;
		padding: 50px 0 80px 0; }


footer {
	background-color: #37474f;
	color: #e5e5e5; }
	footer .map {
		padding: 40px 0; }
	footer .row {
		margin-bottom: 0; }
	footer .title-footer {
		margin-bottom: 30px; }
		footer .title-footer p {
			font-family: "PT R";
			font-size: 22px; }
	footer .info-footer {
		width: 80%;
		margin: 40px auto; }
		footer .info-footer .menu-1,
		footer .info-footer .menu-2 {
			margin-bottom: 40px; }
			footer .info-footer .menu-1 ul li,
			footer .info-footer .menu-2 ul li {
				margin: 15px 0; }
				footer .info-footer .menu-1 ul li a,
				footer .info-footer .menu-2 ul li a {
					color: #e5e5e5;
					font-size: 18px;
					font-family: "PT R"; }
					footer .info-footer .menu-1 ul li a:hover,
					footer .info-footer .menu-2 ul li a:hover {
						color: #fff; }
	footer .mail p:first-child {
		font-family: "PT R";
		font-size: 20px;
		color: #fff; }
	footer .mail p:last-child {
		font-family: "PT R";
		font-size: 18px;
		color: #e5e5e5;
		margin-top: 10px; }
	footer .site p {
		font-family: "PT R";
		font-size: 20px;
		color: #fff; }
	footer .site a {
		font-family: "PT R";
		color: #e5e5e5;
		margin-top: 10px;
		display: block; }
	footer .policy-footer {
		display: block;
		text-align: center;
		color: #e5e5e5;
		margin-top: 60px;
		font-family: "PT R"; }
		footer .policy-footer:hover {
			color: #fff; }

/*# sourceMappingURL=style.css.map */

.board-center{
	text-align: center;
}
.board {
	margin-top: 70px;
}


.gos {
	margin-top: 50px;
}



.flex-container {
	margin: 0 auto;
	width: 95%;
}

.wrap-department {
	justify-content: center;
	margin-top: 25px;
}

.department {
	display: flex;
	justify-content: space-between;
}



.chairman, .department table {
	border: 1px solid #028e9b;
    background-color: #fff;
    font-family: "PT R";
}

.chairman table tr {
	border: 1px solid #028e9b;
}

.department table tr {
	border: 1px solid #028e9b;
}

.chairman table thead {
	border: 1px solid #028e9b;
    background-color: #028e9b;
    color: #fff;
}

.chairman table thead th:first-child {
	text-transform: uppercase;
}

.chairman table thead th:first-child {
	border-right: 1px solid #fff;
}

.chairman table td:not(:last-child) {
	border: 1px solid #028e9b;
}

.department table td:not(:last-child) {
	border: 1px solid #028e9b;
}

.chairman table thead th:not(:last-child) {
	border-right: 1px solid #fff;
}

.chairman table thead tr th {
	text-align: center;
	font-weight: 100;
}

.chairman table tbody tr td {
	text-align: center;
}

.department table thead tr th {
	text-align: center;
	font-weight: 100;
}

.department table tbody tr td {
	text-align: center;
}

.department table thead {
	border: 1px solid #028e9b;
    background-color: #028e9b;
    color: #fff;
}

.department table .inner_department {
	background-color: #4db7ad;
}

.hoverable {
	transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
	box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	transition: box-shadow .25s, -webkit-box-shadow .25s;
}

table.hoverable>tbody>tr:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}

table.hoverable>tbody>tr {
	transition: background-color .25s ease;
}
