body, html {
	color: var(--text);
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin:0px;
	padding:0;
}
body {
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img { display:block }
table { border:none; border-collapse:collapse }
a {
	outline:none;
	text-decoration:none;
}
p, form, input, ul, ol, h1, h2, h3, h4, h5, h6, figure, hr, span, img, blockquote, fieldset {
	margin:0px;
	padding:0px;
}
ul li { list-style-type:none; list-style-position:outside }
ol li { list-style-position: inside }
img { border:0px }
input, textarea, select, button {
	border-radius:0px;
	border:none;
	color: var(--text);
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	font-weight: 400;
	resize:none;
	outline: none;
}
::selection {
	background-color: var(--text);
	color: #fff;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
}
:root {
	--main: #254679;
	--secondary: #fcb622;
	--fifth: #e74924;
	--text: #292929;
	--mainWidth: 1320px;
}
strong { font-weight: 700 }
@media only screen and (max-width:1368px) {
	:root {
		--mainWidth: 1280px;
	}
}


/*----------- header -----------*/
header {
	background-color: #f1f5fa;
	box-shadow: 0 0 20px rgba(95,92,90,.12);
	height: 140px;
	left: 0;
	padding: .01px;
	position: fixed;
	top: 0;
    width: 100%;
	z-index: 1000;
}
header .content {
	margin: auto;
	max-width: 1500px;
}
header.change {
	height: 54px;
}
header.change .content {
	display: none;
}
header .wrapLogo {
	display: table;
	height: 87px;
	margin: auto;
}
header .logo {
	display: grid;
	grid-template-columns: 150px 161px;
	gap: 20px;
	margin-top: 17px;
}
header .logo svg {
	width: 150px;
}
header .logo p {
	color: var(--main);
	font-size: 1.45em;
	font-weight: 700;
	line-height: 1.1em;
	padding: 2px 0 0 23px;
}
header .logo p:after {
	background-color: var(--main);
	border-radius: 3px;
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 3px;
}
header .logo p span {
	display: block;
	font-size: 1.15em;
	font-weight: 600;
}
header .back {
	border: 1px solid var(--main);
	border-radius: 6px;
	color: var(--main);
	display: block;
	font-weight: 600;
	left: 30px;
	padding: 8px 16px 9px 16px;
	position: absolute;
	top: 24px;
}
header .back i {
	margin-right: 10px;
}
header .search {
	position: absolute;
	right: 20px;
	top: 23px;
}
header .search input,
#searchMobile input {
	background-color: transparent;
	border: 1px solid #6cbf49;
	border-radius: 6px;
	color: var(--text);
	padding: 10px 14px;
	width: 280px;
}
#searchMobile input input::-webkit-input-placeholder { color:var(--text) }
header .search input::-webkit-input-placeholder { color:var(--text) }
#searchMobile input input::-moz-placeholder { color:var(--text); opacity:1 }
header .search input::-moz-placeholder { color:var(--text); opacity:1 }

header.inside .search input::-webkit-input-placeholder { color:#8da7b6 }
header.inside .search input::-moz-placeholder { color:#8da7b6; opacity:1 }

header .search a {
	color: #6cbf49;
	font-size: 1.1em;
	position: absolute;
	right: 11px;
	top: 10px;
}
#searchBtn {
	color: #fff;
	padding: 11px 20px;
	background-color: #6cbf49;
	position: absolute;
	top: 0;
	right: -16px;
	border-radius: 0 8px 8px 0;
}
#menuBar {
	box-shadow: 0 0 0 2px rgba(255,255,255,.8);
}
#menuBar,
#closeMenu {
	background-color: var(--main);
	border-radius: 0 0 10px 0;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 1.45em;
	height: 46px;
	line-height: 45px;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 46px;
	z-index: 100000;
}
#closeMenu {
	background-color: #535b68;
	padding: 0;
}
#closeMenu i {
	font-size: 1em;
	margin-left: 0;
	top: 0;
}
@media only screen and (max-width: 1050px){
	header { box-shadow: initial; height: initial; position: relative }
	header.change { height: initial }
	header.change .content { display: block }
	header .wrapLogo { height: initial; margin: 14px auto }
	header .logo { gap: 12px; grid-template-columns: 135px 145px; margin-top: 0 }
	header .logo svg { width: 135px }
	header .logo p { font-size: 1.3em; padding: 2px 0 0 14px }
	header .logo p::after { height: 45px; width: 2px }
	#searchBtn, 
	#menuBar { display: block }
	header .back {
		left: initial;
		margin: 16px auto 0 auto;
		max-width: 280px;
		position: relative;
		top: initial;
	}
	header .search {
		display: table;
		margin: 14px auto 24px auto;
		position: relative;
		right: initial;
		top: initial;
	}
}
@media only screen and (max-width:980px) {
	header { background-color: #fff }
}
@media only screen and (max-width:550px) {
	header .logo { transform: scale(.75) }
}


/*----------- nav -----------*/
nav {
	background-color: #fff;
	height: 54px;
	transition:all 0.3s ease;
}
nav > ul {
	display: grid;
	grid-template-columns: repeat(7,auto);
	margin: auto;
	max-width: 1500px;
}
nav > ul > li > a {
	color: #818893;
	display: block;
	font-size: 1.05em;
	font-weight: 700;
	height: 54px;
	padding: 17px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
nav > ul > li > a:hover { color: #245faf }
nav > ul > li > a span {
	padding: 6px 12px;
}
nav > ul > li > a.current span {
	background-color: #f6ba1e;
	border-radius: 3px;
	color: var(--text);
}
nav > ul > li > a i {
	font-size: .75em;
	margin-left: 7px;
	top: -1px;
}
nav > ul > li > ul.subMenu {
	background-color: #fff;
	border-radius: 0 0 7px 7px;
	display: none;
	left: 0;
	min-width: 100%;
	padding: 10px 20px;
	position: absolute;
	top: 54px;
}
nav > ul > li:nth-child(7) > ul.subMenu {
	left: initial;
	right: 0;
}
nav > ul > li > ul.subMenu::after {
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 20px rgba(50, 50, 50, .3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
nav > ul > li:hover ul.subMenu,
nav > ul > li:focus-within ul {
	display: block;
}
nav > ul > li > ul.subMenu li > a {
	color: #5d6777;
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1em;
	padding: 6px 0 6px 19px;
	transition:all 0.3s ease;
	white-space: nowrap;
}
nav > ul > li > ul.subMenu li > a:hover {
	color: #245faf;
}
nav > ul > li > ul.subMenu li > a::after {
	background-color: var(--secondary);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 9px;
}
@media only screen and (max-width:1200px) {
	nav > ul > li > a { font-size: .95em }
}
@media only screen and (max-width:1050px) {
	nav { height: initial; }
	.mainNav .grid {
		background-color: rgba(255,255,255,.95);
		box-shadow: 0 0 50px rgba(107,107,107,.4);
		display: none;
		grid-template-columns: 1fr;
		height: 100vh;
		left:0;
		max-width: 310px;
		overflow-y: auto;
		padding: 54px 28px 54px 28px;
		position:fixed;
		top: 0;
		transform: initial;
		transition: initial;
		width:84%;
		z-index: 100002;
	}
	nav > ul > li > a {
		color: #5a6475;
		font-size: 1em;
		height: initial;
		padding: 10px 0;
		text-align: left;
	}
	nav > ul > li > a .fa-angle-down { display: none }
	nav > ul > li > ul.subMenu {
		background-color: initial;
		display: block;
		left: initial;
		margin: -6px 0 0 0;
		padding: 0 4px 10px 4px;
		position: relative;
		top: 0;
	}
	nav > ul > li > ul.subMenu::after { display: none }
	nav > ul > li > a span { padding: 6px 0 }
	nav > ul > li > a.current span {
		background-color: initial;
		color: #245faf;
	}
}


/*----------- mainBg -----------*/
#mainBg {
	background-color: #c6dce4;
	height: 300px;
	margin-top: 79px;
	width: 100%;
}
#mainBg .text {
	backdrop-filter: blur(12px);
	border-radius: 10px;
	color: #fff;
	margin-top: 60px;
	padding: 24px 30px;
}
#mainBg h1 {
	color: #fcc144;
	font-size: 2.9em;
	font-weight: 700;
	line-height: 1.05em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#mainBg p {
	font-size: 1.3em;
	line-height: 1.4em;
}
@media only screen and (max-width:1368px) {
	#mainBg { gap: 60px; padding: 0 0 0 60px }
	#mainBg .text { margin-top: 30px }
	#mainBg h1 { font-size: 2.5em; line-height: 1.1em }
	#mainBg p { font-size: 1.2em }
}


/*----------- Links -----------*/
#Links {
	/* margin: 141px 0 0 0; */
	padding: 110px 60px;
}
#Links::before {
	background-color: rgba(30,30,30,.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#Links .content {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: 34% auto;
	margin: auto;
	max-width: 1500px;
	z-index: 1;
}
#Links .photo img {
	border-radius: 350px 350px 0 0;
	width: 100%;
}
#Links .mainTxt {
	backdrop-filter: blur(12px);
	border-radius: 6px;
	color: #fff;
	margin-top: 10px;
	padding: 24px 30px;
}
#Links .mainTxt h1 {
	color: #fcc144;
	font-size: 2.7em;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
	margin-top: -6px;
	text-transform: uppercase;
}
#Links .mainTxt p {
	font-size: 1.25em;
	line-height: 1.4em;
}

#Links .grid {
	display: grid;
	gap: 40px 30px;
	grid-template-columns: repeat(3,1fr);
}
#Links .grid a {
	align-items: center;
	background-color: rgba(255,255,255,.94);
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(13,25,43,.7);
	display: grid;
	grid-template-columns: 80px auto;
	overflow: hidden;
}
#Links .grid a span {
	background-color: rgba(13,25,43,.7);
	display: grid;
	min-height: 80px;
	text-align: center;
}
#Links .grid a:nth-child(1),
#Links .grid a:nth-child(8) {
	box-shadow: 0 0 0 1px rgba(231,72,36,.7);
}
#Links .grid a:nth-child(2),
#Links .grid a:nth-child(9) {
	box-shadow: 0 0 0 1px rgba(36,94,175,.7);
}
#Links .grid a:nth-child(3),
#Links .grid a:nth-child(5) {
	box-shadow: 0 0 0 1px rgba(108, 191, 73, .7);
}
#Links .grid a:nth-child(4) {
	box-shadow: 0 0 0 1px rgba(246, 139, 0, .7);
}

#Links .grid a:nth-child(1) span,
#Links .grid a:nth-child(8) span {
	background-color: #e74824e1;
}
#Links .grid a:nth-child(2) span,
#Links .grid a:nth-child(9) span {
	background-color: #245eafef;
}
#Links .grid a:nth-child(3) span,
#Links .grid a:nth-child(5) span {
	background-color: #6cbf49ec;
}
#Links .grid a:nth-child(4) span {
	background-color: #f68b00ee;
}
#Links .grid a span i {
	color: #fff;
	font-size: 2.4em;
	margin: auto;
}
#Links .grid a p {
	color: #0d192bd2;
	font-size: 1.25em;
	font-weight: 700;
	padding: 10px 17px 12px 17px;
}
#Links .grid a:nth-child(1) p,
#Links .grid a:nth-child(8) p {
	color: #e74824;
}
#Links .grid a:nth-child(3) p,
#Links .grid a:nth-child(5) p {
	color: #6cbf49;
}
#Links .grid a:nth-child(2) p,
#Links .grid a:nth-child(9) p {
	color: #245eaf;
}
#Links .grid a:nth-child(4) p {
	color: #f68b00;
}
#Links .grid a p em {
	font-style: normal;
	margin: auto;
}
.wrapVideo {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.wrapVideo video {
	filter: contrast(62%);
	object-fit: cover;
	object-position: top;
	height: 100%;
	width: 100%;
	z-index: 40;
}
@media only screen and (max-width:1368px) {
	#Links .content { grid-template-columns: 32% auto }
	#Links .mainTxt h1 { font-size: 2.5em }
	#Links .mainTxt p { font-size: 1.2em }
	#Links .grid a p { font-size: 1.16em }
}
@media only screen and (max-width:1340px) {
	#Links .content { grid-template-columns: 28% auto }
	#Links .mainTxt h1 { font-size: 2.2em }
	#Links .mainTxt p { font-size: 1.15em }
}
@media only screen and (max-width:1180px) {
	#Links { padding: 90px 40px }
	#Links .content { grid-template-columns: 32% auto }
	#Links .grid { grid-template-columns: repeat(2,1fr) }
	#Links .mainTxt h1 { text-transform: initial }
}
@media only screen and (max-width:970px) {
	#Links { padding: 40px 30px }
	#Links .grid { gap: 24px }
	#Links .content { gap: 30px; grid-template-columns: 1fr }
	#Links .mainTxt { margin-top: 0 }
	#Links .mainTxt h1 { font-size: 2em; margin-bottom: 10px }
}
@media only screen and (max-width:580px) {
	#Links { padding: 30px 24px }
	#Links .content { gap: 24px }
	#Links .grid { gap: 18px; grid-template-columns: repeat(1,1fr) }
	#Links .mainTxt { padding: 20px 22px }
	#Links .mainTxt h1 { font-size: 1.7em }
}


/*----------- info -----------*/
.info {
	background-color: var(--main);
	padding: 40px 0;
}
.info .content {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(5,1fr);
	margin: auto;
	max-width: 1500px;
	padding: 0 24px;
}
.info .content > a {
	align-items: center;
	color: #fff;
	display: grid;
	font-size: 1.15em;
	font-weight: 600;
	grid-template-columns: 50px auto;
	justify-content: center;
}
.info .content > a i {
	color: #fcc144;
	font-size: 1.8em;
	top: 1px;
}
.info .social a {
	display: inline-block;
	margin-right: 4px;
}
.info .social i {
	background-color: var(--secondary);
	border-radius: 50%;
	box-shadow: 0 0 0 2px transparent;
	color: var(--main);
	font-size: 1.8em;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	transition:all 0.3s ease;
	width: 50px;
}
.info .content .social i:hover {
	box-shadow: 0 0 0 2px var(--main);
}
@media only screen and (max-width:1368px) {
	.info .content > a,
	.info .content > p { font-size: 1.1em }
}
@media only screen and (max-width:1260px) {
	.info .content { grid-template-columns: repeat(4,auto) }
	.info .content .social {
		grid-column: span 4;
		text-align: center;
	}
}
@media only screen and (max-width:1040px) {
	.info .content {
		grid-template-columns: repeat(2,auto) 200px;
		grid-template-rows: repeat(2, 1fr);
		justify-content: center;
	}
	.info .content .social { grid-area: 1 / 3 / 3 / 4 }
	.info .content > a,
	.info .content > p { justify-content: left }
}
@media only screen and (max-width:840px) {
	.info .content {
		grid-template-columns: repeat(2,auto);
		grid-template-rows: initial;
	}
	.info .content .social { grid-area: initial; grid-column: span 2 }
	.info .content .social a { margin: 0 8px }
}
@media only screen and (max-width:630px) {
	.info .content { grid-template-columns: repeat(1,1fr) }
	.info .content .social { grid-column: span 1 }
	.info .content > a,
	.info .content > p { grid-template-columns: 1fr; text-align: center }
	.info .content > a i,
	.info .content > p i {
		margin: 0 auto 5px auto;
	}
}


/*----------- footer -----------*/
footer {
	background-color: #f1f5fa;
	background-image: url(../img/footer2.jpg);
	padding: 48px 60px;
}
footer .navigation {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4,1fr);
	margin: auto;
	max-width: 1500px;
}
footer .navigation h5 {
	color: #245faf;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 6px;
	margin-top: 28px;
	text-transform: uppercase;
}
footer .navigation h5:first-child {
	margin-top: 0;
}
footer .navigation a {
	color: var(--text);
	display: table;
	font-size: 1.1em;
	padding: 3px 0 3px 17px;
}
footer .navigation a::before {
	background-color: #245faf;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 15px;
	width: 7px;
}
#policy {
	background-color: #fff;
	font-size: 1.07em;
	padding: 16px 20px 18px 20px;
	text-align: center;
}
#policy a {
	color: var(--main);
	margin-left: 4px;
	text-decoration: underline;
}
@media only screen and (max-width:1150px) {
	footer { padding: 44px 50px }
}
@media only screen and (max-width:880px) {
	footer { padding: 34px 40px }
	footer .navigation { grid-template-columns: repeat(3,1fr) }
}
@media only screen and (max-width:780px) {
	footer { display: none }
}
@media only screen and (max-width:650px) {
	#policy { padding: 16px 70px 18px 70px }
}


/*----------- mainContent -----------*/
.mainContent h1 {
	color: #6cbf49;
	display: table;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.1em;
	margin-top: -7px;
}
.mainContent .date {
	color: #3c3c3c;
	display: table;
	font-size: 1.05em;
	font-weight: 500;
	margin-bottom: 22px;
	margin-top: 4px;
}
.mainContent .date i {
	margin-right: 7px;
	top: 1px;
}
@media only screen and (max-width:650px) {
	.mainContent h1 { font-size: 2em }
}


/*----------- mainText -----------*/
.mainText {
	margin-top: 20px;
}
.mainText p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 22px 0;
}
.mainText p:last-of-type {
	margin-bottom: 0;
}

.mainText .photo {
	margin: 38px 0 24px 0;
}
.mainText .photo span {
	background-color: #dbdbdb;
	border-radius: 12px;
	display: block;
	margin: 12px 0 0 12px;
}
.mainText .photo img {
	border-radius: 10px;
	box-shadow: 0 0 0 2px #fff;
	left: -10px;
	top: -10px;
	width: 100%;
}

.mainText h2 {
	color: var(--main);
	display: table;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 2px;
	margin-top: 26px;
	text-transform: uppercase;
}
.mainText h2 + .sideImg,
.mainText h2 + h3 {
	margin-top: 30px
}
.mainText h2 + .sideImg.imgLeft,
.mainText h2 + .sideImg.imgRight {
	margin-top: 0;
}
.mainText h3 {
	display: table;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.45em;
	margin-bottom: 4px;
	text-align: left !important;
}

.mainText p:last-of-type { margin-bottom: 0 }
.mainText p:last-of-type + ul,
.mainText p:last-of-type + ol,
.mainText p:last-of-type + .embedContainer,
.mainText p:last-of-type + h3,
.mainText p:last-of-type + form {
	margin-top: 24px
}
.mainText p:last-of-type + .sideImg,
.mainText p:last-of-type + h6,
.mainText p + h2,
.mainText .sideImg + h2 {
	margin-top: 30px;
}
.mainText p a {
	color: var(--main);
	font-weight: 400;
	text-decoration: underline;
	transition:all 0.3s ease;
}
.mainText p a:hover { color: #75c255 }

.mainText ul,
.mainText ol {
	counter-reset: myCounter;
	margin-bottom: 24px;
}
.mainText h2 + ul,
.mainText h2 + ol {
	margin-top: 16px;
}
.mainText h3 + ul,
.mainText h3 + ol {
	margin-top: 12px;
}
.mainText ul:last-of-type,
.mainText ol:last-of-type {
	margin-bottom: 0
}
.mainText ul:last-of-type + p,
.mainText ol:last-of-type + p {
	margin-top: 24px
}
.mainText ul:last-of-type + .sideImg,
.mainText ol:last-of-type + .sideImg {
	margin-top: 36px
}
.mainText ul:last-of-type + h2,
.mainText ol:last-of-type + h2,
.mainText ul:last-of-type + h3,
.mainText ol:last-of-type + h3,
.embedContainer + h2 {
	margin-top: 46px
}
.mainText ul:last-of-type + .embedContainer,
.mainText ol:last-of-type + .embedContainer {
	margin-top: 24px
}
.mainText ul > li {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 8px 22px;
}
.mainText ul > li a {
	color: var(--main);
	font-weight: 400;
	text-decoration: underline;
	transition:all 0.3s ease;
}
.mainText ul > li a:hover { color: #75c255 }
.mainText ul > li p {
	font-size: 1em;
}
.mainText ul > li:before {
	background-color: #75c255;
	border-radius: 10px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 8px;
}
.mainText ol > li {
	counter-increment: myCounter;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
	padding: 0 0 10px 32px;
}
.mainText ol > li:before {
	content: counter(myCounter)".";
	left: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 22px;
}
.mainText ol > li a {
	color: var(--main);
	font-weight: 400;
	text-decoration: underline;
	transition:all 0.3s ease;
}
.mainText ol > li a:hover { color: #33a6e8 }
.mainText ol > li > ul {
	margin-top: 12px;
}
.mainText ol > li > ul > li {
	font-size: 1em;
}
.mainText .embedContainer {
	margin-bottom: 24px;
	width: 100%;
}
.mainText iframe {
	width: 100%;
}

.sideImg {
	margin: 38px 0 24px 0;
	width: 100%;
}
.sideImg.imgLeft,
.sideImg.imgRight {
	border: none;
	width: 48%;
}
.sideImg.imgLeft {
	float: left;
	margin: 6px 24px 24px 0;
}
.sideImg.imgRight {
	float: right;
	margin: 6px 0 24px 24px;
}
.sideImg.imgLeft + p:after,
.sideImg.imgRight + p:after {
	content: "";
	clear: both;
	display: block;
}

.sideImg a {
	display: block;
	z-index: 20;
}
.sideImg:first-child {
	margin: 10px 0 24px 0;
}
.sideImg img {
	border-radius: 10px;
	display: block;
	width: 100%;
}

.mainText h6 {
	border-top: 1px solid #e6eaf1;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.36em;
	padding: 17px 32px 17px 0;
	transition:all 0.3s ease;
}
.mainText a {
	color: #245faf;
	transition:all 0.3s ease;
}
.mainText h6:hover a {
	color: #6cbf49;
	text-decoration: none;
}
.mainText h2 + h6,
.mainText h3 + h6 { margin-top: 24px }
.mainText h6:before {
	content: "\f107";
	color: #245faf;
	font: var(--fa-font-solid);
	font-size: .95em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mainText h6.symbol:before {
	content: "\f106";
	color: #6cbf49;
}
.mainText h6.symbol a { color:#6cbf49 }
.mainText blockquote {
	display: none;
	padding: 0 0 24px 18px;
}
.mainText .h6line {
	background-color: #e6eaf1;
	display: block;
	height: 1px;
}

.mainText table {
	margin-bottom: 24px;
	width: 100% !important;
}
.mainText table th {
	background-color: var(--main);
	color: #fff;
	height: auto !important;
	padding: 9px 12px;
	width: auto !important;
}
.mainText table td {
	border: 1px solid var(--main);
	height: auto !important;
	padding: 9px 12px;
	width: auto !important;
}
@media only screen and (max-width:650px) {
	.mainText h2 { font-size: 1.7em }
	.mainText p { font-size: 1.15em }
	.mainText ul > li { font-size: 1.15em }
	.mainText ol > li { font-size: 1.15em }
	.mainText h6 { font-size: 1.4em }
	.sideImg.imgLeft,
	.sideImg.imgRight { width: 100% }
	.sideImg.imgLeft { float: initial; margin: 6px 0 24px 0 }
	.sideImg.imgRight { float: initial; margin: 6px 0 24px 0 }
	.mainText h2 + .sideImg.imgLeft,
	.mainText h2 + .sideImg.imgRight { margin-top: 30px }
	.mainText table { display: grid; overflow-x: scroll }
}
@media only screen and (max-width:490px) {
	.mainText blockquote { padding: 0 0 24px 0 }
}


/*----------- share -----------*/
#share {
	border-left: 1px solid #e6eaf1;
	height: 100%;
	text-align: right;
}
#share a {
	color: #9da5b3;
	display: table;
	font-size: 1.5em;
	margin: 0 auto 10px auto;
	transition:all 0.3s ease;
}
#share a:hover {
	color: #3168b3;
}
@media only screen and (max-width:980px) {
	#share { margin-top: 24px }
}
@media only screen and (max-width:580px) {
	#share { border-left: initial; margin-top: 0 }
	#share a {
		color: #fff;
		display: inline-block;
		margin: 0 4px;
	}
	#share a:hover { color: #fff }
}


/*----------- breadcrumb -----------*/
#breadcrumb {
	margin: -4px 0 10px 0;
}
#breadcrumb i {
	color: #f6ba1e;
	font-size: .7em;
	padding: 0 7px;
}
#breadcrumb a {
	color: #5d6777;
	font-size: 1.05em;
	font-weight: 400;
}
#breadcrumb a:hover,
#breadcrumb .current {
	text-decoration: underline;
}
#breadcrumb .current {
	cursor: default;
}
@media only screen and (max-width:650px) {
	#breadcrumb { margin: -4px 0 14px 0 }
}


/*----------- submenu -----------*/
#submenu {
	background-color: #f1f5fa;
	border-radius: 10px;
	padding: 19px 30px 16px 30px;
}
#submenu .title {
	color: var(--main);
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
	user-select: none;
	z-index: 10;
}
#submenu .title::after {
	background-color: #c7d1dd;
	content: "";
	display: block;
	height: 3px;
	margin-top: 16px;
	width: 30px;
}
#submenu > ul > li > a {
	color: var(--main);
	display: block;
	font-size: 1.14em;
	font-weight: 600;
	padding: 8px 0;
}
#submenu > ul > li > a:hover,
#submenu > ul > li > a.current {
	text-decoration: underline;
}
#submenu > ul > li ul {
	padding: 0 0 6px 0;
}
#submenu > ul > li ul li a {
	color: var(--main);
	display: block;
	font-size: 1.1em;
	font-weight: 500;
	padding: 3px 0 3px 18px;
	transition:all 0.3s ease;
}
#submenu > ul > li ul li a:hover,
#submenu > ul > li ul li a.current {
	text-decoration: underline;
}
#submenu > ul > li ul li a::after {
	background-color: #6cbf49;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 9px;
}
@media only screen and (max-width:980px) {
	#submenu > ul { display: none }
	#submenu .title::after {
		background-color: initial;
		height: calc(100% + 20px);
		left: -10px;
		margin-top: 0;
		position: absolute;
		top: -10px;
		width: calc(100% + 20px);
		z-index: -1;
	}
	#submenu .title::before {
		content: "\f067";
		color: #6cbf49;
		font: var(--fa-font-solid);
		font-size: 1.1em;
		font-weight: 900;
		position: absolute;
		right: -2px;
		top: 2px;
	}
	#submenu .title.open::before {
		content: "\f068";
	}
}
@media only screen and (max-width:700px) {
	#submenu .title { font-size: 1.3em }
	#submenu > ul > li > a { font-size: 1.1em }
	#submenu > ul > li ul li a { font-size: 1.05em }
}
@media only screen and (max-width:520px) {
	#submenu { padding: 15px 24px 9px 24px }
	#submenu .title { font-size: 1.2em }
}


/*-----------Magnific-----------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
	overflow: hidden;
	position: fixed;
	background-color: #2c2c2c;
	opacity: 0.84;
	filter: alpha(opacity=84);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200002;
	position: fixed;
	outline: none !important;
	backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
	background-color: transparent;
	overflow: visible;
	cursor: pointer;
	border: 0;
	appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#modalBox2 button.mfp-close {
	background-color: rgba(255,255,255,0.9);
	border-radius: 0 0 0 14px;
}
button::-moz-focus-inner { padding: 0; border: 0 }
.mfp-close {
	cursor: pointer;
	font-size: 13px;
	height: 34px;
	line-height: 33px !important;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	width: 34px;
}
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close-btn-in .mfp-close { color: #a8b1b6 }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	width: 100%;
}
.mfp-counter {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 14px rgba(41, 41, 41, 0.4);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar {
	margin-top: -40px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	min-height: 34px;
	text-align: left;
	line-height: 18px;
	word-wrap: break-word;
	padding: 8px 0 10px 0;
}
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 14px; padding-right: 14px; }
}


/*----------- modalBox -----------*/
.modalWindow {
	background: #fff;
	border-radius: 10px;
	margin: 26px auto;
	max-width: 540px;
	padding: 52px 58px;
}
.modalWindow.v2 { max-width: 380px }
.modalWindow h2 {
	color: #6cbf49;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 20px;
	text-align: center;
}
@media only screen and (max-width:700px) {
	.modalWindow { padding: 28px 24px }
	.modalWindow h2 { font-size: 1.5em }
}

/*----------- poll -----------*/
#listPoll  { 
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
#poll,
.poll {
	border-top: 1px solid #e6eaf1;
	margin-top: 30px;
	padding-top: 22px;
}
.poll p,
#poll p {
	color: #6cbf49;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 18px;
}
.poll .floatBtn,
#poll .floatBtn {
	font-size: 1em;
	font-weight: 500;
	margin-top: 8px;
	padding: 7px 14px 8px 14px;
}
.poll .generalForm .mChoice:last-of-type,
#poll .generalForm .mChoice:last-of-type {
	margin: 12px 0 10px 2px;
}
#pollLoading5 {
	width: 100%;
	background-color: #f1f5fa;
}
@media only screen and (max-width:980px) {
	#poll { display: none }
}
@media only screen and (max-width:620px) {
	#listPoll  { gap: 0; grid-template-columns: repeat(1, 1fr) }
}


/*----------- pollResult -----------*/
#pollResult {
	font-size: 1.1em;
	margin-top: 20px;
}
#pollResult .pTitle { font-weight: 400 }
#pollResult .pTitle span {
	color: var(--text);
	font-weight: 300;
}
#pollResult .pRow {
	font-weight: 400;
	margin-bottom: 14px;
	text-align: right;
	border-radius: 5px;
}
#pollResult .pRow span {
	background-color: #ced1d4;
	border-radius: 5px;
	height: 11px;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 5px;
	width: calc(100% - 56px);
}
#pollResult .pRow span em {
	background-color: #6cbf49;
	height: 11px;
	left: 0px;
	position: absolute;
	top: 0px;
}

/*-----------generalForm-----------*/
.generalForm fieldset {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 34px;
}
.generalForm fieldset legend {
	display: table;
	font-size: 1.8em;
	font-weight: 300;
	margin: auto;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
}

.generalForm .fBlock > i {
	color: #6cbf49;
	font-size: 1em;
    left: 10px;
    position: absolute;
    top: 43px;
	z-index: 100;
}
.generalForm .title {
	color: #656565;
	display: block;
	font-size: 1.1em;
	margin-bottom: 5px;
	text-align: left;
}
.generalForm .title > i {
	color: #f6ba1e;
	display: inline-block;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 500;
	margin: -1px 0 0 6px;
	transition:all 0.3s ease;
}
.generalForm input[type="text"],
.generalForm input[type="date"],
.generalForm input[type="password"],
.generalForm input[type="file"],
.generalForm select,
.generalForm textarea {
	border: 1px solid #6cbf49;
	border-radius: 6px;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 20px;
	outline: none !important;
	padding: 10px 10px 10px 39px;
	width: 100%;
}
.generalForm textarea {
	overflow: hidden;
	overflow-y: auto;
}
.generalForm input[type="text"].error,
.generalForm input[type="password"].error,
.generalForm input[type="file"].error,
.generalForm select.error,
.generalForm textarea.error {
	border-color: #e35d34;
}
.generalForm input[type="text"].error + i,
.generalForm input[type="password"].error + i,
.generalForm input[type="file"].error + i,
.generalForm select.error + i,
.generalForm textarea.error + i {
	color: #e35d34;
}
.generalForm .captcha {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.generalForm .reload {
	color: #8ea3af;
	position: absolute;
	right: 121px;
	top: 40px;
	transition:all 0.3s ease;
}
.generalForm .reload:hover {
	color: #6cbf49;
}

.generalForm input[readonly="readonly"] { background-color: #f2f2f2 !important; border: 1px solid #c5c5c5 !important }
.generalForm select[disabled="disabled"] { background-color: #f2f2f2 !important; border: 1px solid #c5c5c5 !important }

.generalForm select {
	background-color: #fff;
	background-image: url(../img/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px;
	margin-bottom: 30px;
	padding: 10px 14px 10px 34px;
	appearance: none;
}
.generalForm input[type="text"]:focus,
.generalForm textarea:focus,
.generalForm select:focus {
	border-color: #f6ba1e;
}
.generalForm input[type="text"]:focus + i,
.generalForm textarea:focus + i,
.generalForm select:focus + i {
	color: #f6ba1e;
}

.generalForm input[type="radio"] {
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #6cbf49;
	cursor: pointer;
	height: 14px;
	margin-right: 10px;
	outline: none;
	top: 2px;
	width: 14px;
	appearance: none;
}
.generalForm input[type="radio"]:hover { background-color: #efefef }
.generalForm input[type="radio"]:checked {
	background-color: #6cbf49;
	border:3px solid #fff;
	box-shadow: 0 0 0 1px #6cbf49;
}
.generalForm input[type="radio"].error { box-shadow: 0 0 0 1px #e35d34 }

.generalForm input[type="checkbox"] {
	background-color: transparent;
	box-shadow: 0 0 0 1px #6cbf49;
	cursor: pointer;
	height: 14px;
	margin-right: 10px;
	top: 1px;
	width: 14px;
	appearance: none;
}
.generalForm input[type="checkbox"]:checked {
	background-color: #6cbf49;
	border:3px solid #fff;
	box-shadow: 0 0 0 1px #6cbf49;
}
.generalForm input[type="checkbox"].error { box-shadow: 0 0 0 1px #e35d34 }
.generalForm .mChoice {
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	margin: 12px 0 12px 2px;
}
.generalForm .mChoice:last-of-type {
	margin: 12px 0 20px 2px;
}

.generalForm input[type="submit"],
.generalForm button[type="submit"],
.generalForm .floatBtn {
	background-color: #6cbf49;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: table;
	font-size: 1.1em;
	font-weight: 700;
	outline: none;
	padding: 12px 22px;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
.generalForm input[type="submit"]:hover,
.generalForm button[type="submit"]:hover,
.generalForm .floatBtn:hover {
	background-color: #245faf;
}
.generalForm button[type="submit"].absolute {
	height: 100%;
	padding: 10px 16px;
	position: absolute;
	right: 0;
	top: 0;
}

.generalForm .floatBtn {
	display: inline-block !important;
	margin-right: 4px;
}
.generalForm a.grey {
	background-color: #808997;
}
.generalForm input[type="submit"] i,
.generalForm button[type="submit"] i,
.generalForm .floatBtn i {
	margin-left: 9px
}
.generalForm button[type="submit"].absolute i {
	margin-left: 0;
}
@media only screen and (max-width:600px) {
	.generalForm fieldset {
		border: none;
		border-radius: 0;
		border-bottom: 1px solid #e6e6e6;
		padding: 26px 0;
	}
	.generalForm fieldset legend {
		border-top: 1px solid #e6e6e6;
		padding: 26px 0 0 0;
		width: 100%;
	}
}


/* -------------filter News------------ */
.nFilter {
	position: absolute;
	right: 40px;
	top: 34px;
	width: 30%;
}
.nFilter .generalForm select {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0;
}
.nFilter .generalForm .fBlock > i {
	font-size: 1em;
	top: 14px;
}
@media only screen and (max-width:980px) {
	.nFilter { right: 4px; top: 20px }
}
@media only screen and (max-width:470px) {
	.nFilter {
		margin-top: 14px;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
}


/*----------- newList -----------*/
#newList {
	display: grid;
	gap: 40px 36px;
	grid-template-columns: repeat(2,1fr);
	margin-top: 20px;
}
#newList a {
	z-index: 10;
}
#newList .photo {
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 0 0 2px #fff;
	margin-bottom: 20px;
	padding-bottom: 70%;
}
#newList .photo::after {
	background-color: #dbdbdb;
	bottom: -8px;
	border-radius: 13px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -8px;
	width: 100%;
	z-index: -1;
}
#newList h2 {
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: -3px;
}
#newList .dateN {
	color: #3c3c3c;
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 5px;
}
#newList .dateN i {
	color: #6cbf49;
	font-size: .85em;
	margin-right: 7px;
}
@media only screen and (max-width:1368px) {
	#newList h2 { font-size: 1.4em }
}
@media only screen and (max-width:740px) {
	#newList h2 { font-size: 1.3em }
}
@media only screen and (max-width:620px) {
	#newList h2 { font-size: 1.2em }
	#newList .dateN { margin-top: 3px }
}
@media only screen and (max-width:560px) {
	#newList {
		gap: 30px;
		grid-template-columns: repeat(1,1fr);
	}
	#newList h2 { font-size: 1.4em }
}
@media only screen and (max-width:460px) {
	#newList h2 { font-size: 1.3em }
}



/*----------- misc -----------*/
input[type="radio"] {
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e74924;
	cursor: pointer;
	height: 14px;
	margin-right: 11px;
	outline: none;
	top: 2px;
	width: 14px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="radio"]:hover { background-color: #efefef }
input[type="radio"]:checked {
	background-color: #e74924;
	border:3px solid #fff;
	box-shadow: 0 0 0 1px #e74924;
}
.embedContainer {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embedContainer.map {
	padding-bottom: 80%;
}
.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*----------- banners -----------*/
#banners {
	padding: 60px 40px 78px 40px;
}
#banners .content {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3,1fr);
	margin: auto;
	max-width: 1500px;
}
#banners .content .item {
	background-color: #e8ebef;
	background-position: center;
	background-size: cover;
	border-radius: 150px 0 0 150px;
	height: 300px;
}
#banners .content .item p {
	background-color: #e74924;
	border-radius: 6px;
	bottom: -18px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	max-width: 340px;
	padding: 6px 18px 7px 18px;
	position: absolute;
	right: 19px;
	text-transform: uppercase;
}
#banners .content .item:nth-child(2) p {
	background-color: #f68a00;
}
#banners .content .item:nth-child(3) p {
	background-color: #6cbf49;
}
@media only screen and (max-width:1200px) {
	#banners .content .item p { max-width: 240px; text-transform: initial }
}
@media only screen and (max-width:1130px) {
	#banners { padding: 60px 30px 78px 30px }
	#banners .content { gap: 30px }
	#banners .content .item { height: 220px }
}
@media only screen and (max-width:1110px) {
	#banners .content .item p { max-width: 206px; padding: 6px 12px 7px 12px }
}
@media only screen and (max-width:1010px) {
	#banners .content { gap: 45px; grid-template-columns: repeat(1,1fr) }
	#banners .content .item { margin: auto; max-width: 420px; width: 100%; }
}
@media only screen and (max-width:500px) {
	#banners { padding: 30px 24px 48px 24px }
}


/*----------- misc -----------*/
main {
	margin-top: 141px;
}
.bgInternal {
	padding-bottom: 240px;
	width: 100%;
}
.bgInternal .photo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	filter: contrast(68%);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.bgInternal::before {
	background-color: rgba(30,30,30,.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#detail,
#forms,
#lists {
	display: grid;
	grid-template-columns: 290px 1fr 60px;
	align-content: center;
	justify-content: center;
	max-width: 1150px;
	margin: 50px auto;
}
#lists {
	align-items: start;
	grid-template-columns: 290px 1fr;
}
.whiteContent {
	background-color: #fff;
	border-radius: 10px;
	margin-left: 30px;
	margin-top: -140px;
	padding: 34px 40px 0 40px;
}
@media only screen and (max-width:1198px) {
	#detail,
	#forms,
	#lists {
		margin: 50px 24px;
	}
}
@media only screen and (max-width:1050px) {
	main { margin-top: 0 }
}
@media only screen and (max-width:1034px) {
	#detail,
	#forms,
	#lists {
		grid-template-columns: 260px 1fr 60px;
	}
	#lists { grid-template-columns: 260px 1fr }
}
@media only screen and (max-width:980px) {
	#detail,
	#forms,
	#lists {
		grid-template-columns: 1fr 50px;
	}
	#lists { grid-template-columns: 1fr }
	.whiteContent {
		margin-left: 0;
		margin-top: 24px;
		padding: 0 20px 0 0;
	}
	.wrapLeft { grid-column: span 2; margin-top: -85px }
	.bgInternal { padding-bottom: 180px }
}
@media only screen and (max-width:580px) {
	#detail,
	#forms,
	#lists {
		grid-template-columns: 1fr;
	}
	.wrapLeft { grid-column: span 1; z-index: 20; }
	aside { grid-row: 1; margin-top: -134px }
	.whiteContent { padding: 0 }
}
@media only screen and (max-width:520px) {
	.wrapLeft { margin-top: -78px }
	.bgInternal { padding-bottom: 148px }
	.whiteContent { margin-top: 14px }
	aside { grid-row: 1; margin-top: -126px }
}


/*-----------docBox-----------*/
#docBox {
	background-color: #f1f5fa;
	border-radius: 10px;
	margin-top: 50px;
	padding: 38px 42px 24px 42px;
}
#docBox .title {
	background-color: var(--main);
	border-radius: 5px;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	left: 24px;
	padding: 6px 20px;
	position: absolute;
	text-transform: uppercase;
	top: -15px;
	z-index: 20;
}

.fileTree {
	font-size: 1.15em;
}
.file-list, .file-list ul {
	border-left:1px solid #d7d7d7;
	margin-left:8px;
	padding-left:19px;
}
.fileTree ul { margin-left: -20px }
.file-list li {
	padding: 6px 0 6px 33px;
}
.file-list li a {
	color:var(--main);
	line-height: 1em;
	transition:all 0.3s ease;
	word-break: break-all;
}
.file-list li a:hover {
	text-decoration: underline;
}
.file-list li a:before {
	border-bottom:1px solid #d7d7d7;
	content: " ";
	display:block;
	height:1px;
	left: -47px;
	position: absolute;
	top: 10px;
	width: 10px;
}
.file-list li:before{
	color:#6cbf49;
	content:'\f15b';
	display:block;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	height:20px;
	left:2px;
	list-style-type: none;
	position:absolute;
	text-align: center;
	top:6px;
	width:20px;
}
.file-list li.doc:before { content:'\f1c2' }
.file-list li.power:before { content:'\f1c4' }
.file-list li.pdf:before { content:'\f1c1' }
.file-list li.img:before { content:'\f1c5' }
.file-list li.excel:before { content:'\f1c3' }
.file-list li.csv:before { content:'\f6dd' }
.file-list li.code:before { content:'\f1c9' }
.file-list .folder-root:before{
	color:#6cbf49;
	content: "\f07b";
	font-weight: 900;
}
.file-list .folder-root.open > a {
	font-weight: 500
}
.file-list .folder-root.open:before{
	content: "\f07c"
}
li.folder-root ul{
	overflow:hidden;
	transition: all .3s ease-in-out;
}
li.folder-root.closed > ul {
	max-height:0px;
	opacity:0;
}
li.folder-root.open > ul {
	display:block;
	opacity:1;
	padding-top: 6px;
}
@media only screen and (max-width:620px) {
	#docBox { padding: 30px 18px 18px 18px }
	.fileTree { font-size: 1.1em }
}


/*-----------subsubmenu-----------*/
#subsubmenu {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3,1fr);
	margin-top: 24px;
}
#subsubmenu a {
	align-items: center;
	background-color: #6cbf49;
	border-radius: 6px;
	color: #fff;
	display: grid;
	font-weight: 600;
	padding: 24px 20px;
	text-align: center;
	transition:all 0.3s ease;
}
#subsubmenu a p {
	line-height: 1.3em;
}
#subsubmenu a i {
	color: #fff;
	font-size: 2.7em;
	margin-bottom: 8px;
	transition:all 0.3s ease;
}
@media only screen and (max-width:660px) {
	#subsubmenu { gap: 20px; grid-template-columns: repeat(2,1fr) }
	#subsubmenu a { padding: 20px 18px }
	#subsubmenu a i { font-size: 2.4em }
}
@media only screen and (max-width:480px) {
	#subsubmenu { gap: 12px }
}


/*-----------searchResults-----------*/
#searchResults,
#siteMap {
	max-width: 900px;
	margin: 180px auto 50px auto;
	padding: 0 24px;
}
#searchResults h1,
#siteMap h1 {
	color: #6cbf49;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 26px 0;
	text-align: center;
}
#searchResults #search .generalForm input[type="text"] {
	margin-bottom: 0;
	width: 100%;
}
#searchResults #search .generalForm button[type="submit"] {
	background-color: #6cbf49;
	border: 1px solid #6cbf49;
}
#searchResults #search h3 {
	color: var(--text);
	margin: 28px 0 14px 0;
	text-align: center;
}
#searchResults #search .generalForm .fBlock > i {
	top: 13px;
}

#searchResults a {
	border-top: 1px solid #e6e6e6;
	color: #303030;
	display: block;
	padding: 30px 18px 30px 36px;
	transition:all 0.3s ease;
}
#searchResults a:hover { background-color: #f9f9f9 }
#searchResults a:last-of-type { border-bottom: 1px solid #e6e6e6; }
#searchResults a:before {
	background-color: #6cbf49;
	content: "";
	height: 2px;
	left: 16px;
	position: absolute;
	top: 42px;
	width: 8px;
}
#searchResults .title {
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
}
#searchResults .url {
	color: #9d9d9d;
	font-size: 1.05em;
	font-style: italic;
	margin: 3px 0 5px 0;
}
#searchResults a:hover .url {
	color: #6cbf49;
} 
#searchResults .descrip {
	font-size: 1.1em;
	line-height: 1.5em;
}
@media only screen and (max-width:1050px) {
	#searchResults,
	#siteMap {
		border-top: 1px solid #e6e6e6;
		margin: 0;
		padding: 30px 24px;
	}
}
@media only screen and (max-width:600px) {
	#searchTitle { padding: 0 18px }
	#searchTitle h2 { font-size: 1.8em }
	#searchResults a {
		background-color: #fff !important;
		padding: 30px 0 30px 18px;
	}
	#searchResults a:before { left: 0 }
	#searchResults .title { font-size: 1.2em }
}


/*-----------siteMap-----------*/
#siteMap h1 { color: #e74924; }
#siteMap div > ul {
	columns: 2;
	column-gap: 86px;
	column-rule: 1px solid #e6e6e6;
	font-size: 1.15em;
	padding: 0 42px 18px 42px;
}
#siteMap  ul > li {
	font-weight: 500;
	line-height: 1.5em;
	padding: 8px 0;
}
#siteMap  ul > li > a {
	color: var(--main);
	transition:all 0.3s ease;
}
#siteMap  ul > li > a:hover { color: #6cbf49 }
#siteMap  ul > li > ul { padding: 7px 0 6px 5px }
#siteMap  ul > li > ul > li {
	font-weight: 300;
	padding: 2px 0 2px 18px;
}
#siteMap  ul > li > ul > li a {
	color: #202020;
	transition:all 0.3s ease;
}
#siteMap  ul > li > ul > li a:hover { color: var(--main) }
#siteMap  ul > li > ul > li > a:before {
	background-color: #6cbf49;
	content: "";
	display: block;
	height: 2px;
	margin-right: 9px;
	left: -19px;
	position: absolute;
	top: 11px;
	transition:all 0.3s ease;
	width: 8px;
}
#siteMap  ul > li > ul > li > ul {
	padding: 7px 0 7px 0
}
#siteMap  ul > li > ul > li > ul > li {
	font-size: .96em;
	font-style: italic;
	padding: 1px 0 1px 17px;
}
#siteMap  ul > li > ul > li > ul > li a:before {
	background-color: #c8c9ca;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1px;
	margin-right: 9px;
	left: 0;
	position: absolute;
	top: 13px;
	transition:all 0.3s ease;
	width: 7px;
}
@media only screen and (max-width:720px) {
	#siteMap div > ul{ columns: 1 }
}
@media only screen and (max-width:600px) {
	#siteMap { padding: 0 28px 4px 28px }
}


/*----------- cdtop -----------*/
.cdTop {
	background-color: #6cbf49;
	border-radius: 10px 0 0 10px;
	bottom: 30%;
	color: #fff;
	cursor: pointer;
	font-size: 1.3em;
	height: 41px;
	line-height: 41px;
	opacity: 0;
	position: fixed;
	right: 0;
	text-align: center;
	transition:all 0.3s ease;
	visibility: hidden;
	width: 41px;
	z-index: 9988;
}
.cdTop:hover {
	opacity: .9 !important;
}
.cdTop.cd-is-visible,
.cdTop.cd-fade-out,
.no-touch .cdTop:hover {
	transition:all 0.3s ease;
}
.cdTop.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.no-touch .cdTop:hover {
	background-color: #eb5041;
	opacity: 1;
}
.cdTop.cd-is-visible:focus {
	background-color: #006db6;
	color: #fff;
}


/*----------- optionsMenu -----------*/
#accessBtn {
	background-color: #fff;
	border-radius: 50px;
	bottom: 14px;
	color: #245eaf;
	cursor: pointer;
	font-size: 3em;
	height: 45px;
	line-height: 45px;
	padding: 0;
	position: fixed;
	right: 14px;
	transition:all 0.3s ease;
	width: 45px;
	z-index: 100001;
}
#accessBtn:hover {
	color: var(--fifth);
}
#accessBtn span { display: none }
#optionsMenu {
	background-color: #fff;
	border-radius: 10px;
	bottom: 14px;
	box-shadow: 0 0 50px rgba(52,52,52,.2);
	overflow: hidden;
	padding-bottom: 25px;
	position: fixed;
	right: -470px;
	width: 310px;
	z-index: 1000000;
}
#optionsMenu .title {
	background-color: var(--fifth);
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 12px 14px;
	text-align: center;
	user-select: none;
}
#optionsMenu .subtitle {
	font-size: .95em;
	font-weight: 600;
	margin: 15px 0 6px 0;
	padding: 0 26px;
}
#optionsMenu .col {
	border-left: 1px solid #ddd;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 26px;
}
#optionsMenu .divide {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 26px;
}
#optionsMenu .divide .subtitle {
	padding: 0;
}
#optionsMenu .divide .col {
	grid-template-columns: 1fr;
	margin: 0;
}
#optionsMenu a {
	border: 1px solid #ddd;
	border-left: none;
	color: var(--text);
	display: block;
	font-size: 1em;
	font-weight: 500;
	padding: 10px 10px 8px 10px;
	text-align: center;
	transition:all 0.3s ease;
}
#optionsMenu a:hover {
	color: #006db6;
}
#optionsMenu a.current {
	background-color: #f6f6f6;
}
#optionsMenu a i {
	color: var(--fifth);
	display: table;
	font-size: 1.1em;
	margin: 0 auto 5px auto;
	transition:all 0.3s ease;
}
#optionsMenu a:hover i {
	color: var(--fourth);
}
#closeOptions {
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	padding: 9px 14px;
	position: absolute;
	right: 4px;
	top: 9px;
	transition:all 0.3s ease;
}
#closeOptions:hover {
	color: #ffdab5;
}
@media only screen and (max-width:1340px) {
	#accessBtn {
		bottom: 12px;
		top: initial;
		transform: initial;
	}
	#optionsMenu {
		bottom: 12px;
		top: initial;
		transform: initial;
	}
}
@media only screen and (max-width:1000px) {
	#optionsMenu .tabOption { display: none }
}
@media only screen and (max-width:860px) {
	#optionsMenu { padding-bottom: 18px; width: 250px }
	#optionsMenu .title {
		font-size: 1.5em;
		margin-bottom: 12px;
		padding: 10px 14px;
	}
	#optionsMenu .subtitle { margin: 12px 0 5px 0; padding: 0 20px }
	#optionsMenu .divide { padding: 0 20px }
	#optionsMenu a { font-size: .98em; padding: 8px }
	#optionsMenu a i { font-size: 1em; margin: 0 auto 3px auto }
	#optionsMenu .col { margin: 0 20px }
	#closeOptions { font-size: 1.1em; top: 5px }
}