* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "Arial", sans-serif;
	font-size: 14px;
  	line-height: 18pt;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	font-family: "Arial", sans-serif;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.header {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-weight: bold;
}
.row-logo {
	line-height: 1em;
}
.logo {
	text-align: center;
	font-size: 24px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.header-contact {
	display: flex;
	padding: 10px;
	font-size: 12px;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
}
.logo-comp {

}
.logo-comp img {
	position: relative;
}
.logo-mobile {
	display: none;
}
.logo img {
	width: 100%;
}
.row-brand {
	position: absolute;
	display: flex;
	align-self: center;
	width: 100%;
	line-height: 2em;
}
.brand {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}
.row-brand .brand img {
	width: 25%;
}
.brand h2 {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
}
.row-nav {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.navigation {
	border-top: 3px solid #fff;
}
.navigation .nav {
	display: flex;
	justify-content: space-evenly;
	list-style: none;
	padding: 15px 0;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}
.navigation .nav li {
	
}
.navigation .nav li a {
	color: #fff;
	font-size: 16px;
	padding: 15px;
	text-transform: uppercase;
}
.navigation ul li ul {
	position: absolute;
	margin-top: 15px;
	visibility: hidden;
}
.navigation ul li:hover ul {
		visibility: visible;
}
.center {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 20px;
	margin-bottom: 20px;
}
.left-menu {
	flex-basis: 25%;
	margin-right: 25px;
	position: relative;
}
.left-menu ul {
	list-style: none;
}
.left-menu ul li {
	border-bottom: 1px solid #dbdee0;
}
.left-menu ul li:hover {

}
.left-menu ul li:first-child {

}
.left-menu ul li:last-child {
	border-bottom: none;
}
.left-menu ul li a {
	width: 100%;
	display: block;
	padding: 15px;
}
.left-menu ul li a:hover {
	color: #fff;
	background: blue;
}
.left-menu .moduletable {
	margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	box-shadow: 0px 0px 2px 1px #b9b9b9;
}
.left-menu .moduletable h3 {
	border-bottom: 1px solid #dbdee0;
	color: #fff;
	background: #db0000;
	margin: -10px -10px 5px -10px;
	padding: 15px 5px 15px 10px;
}
#content {
	flex-basis: 75%;
	padding: 0 10px;
}
#content .item-page .page-header {
	margin-bottom: 20px;
}
.page-header h2 {
	text-align: center;
}
.contact-name {
	display: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
	height: 25px;
	width: 100%;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
button[type="submit"] {
	margin-top: 20px;
	padding: 0 10px;
	height: 30px;
	border-radius: 5px;
	width: 200px;
}
fieldset {
	padding: 10px;
}
div[itemprop="articleBody"] ul {
	padding-left: 40px;
	line-height: 18px;
}
div[itemprop="articleBody"] ol {
	padding-left: 40px;
	line-height: 18px;
}
div[itemprop="articleBody"] p {
	padding: 5px 0;
	line-height: 20px;
}
.footer {
	background: #db0000;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
}
.copyright {
	flex-basis: 30%;
}
.top-addr {
	flex-basis: 100%;
	text-align: left;
	padding-left: 20px;
}
.top-contact {
	flex-basis: 100%;
	text-align: right;
	padding-right: 20px;
}
.down-addr {
	display: none;
}
.down-contact {
	display: none;
}
.autor {
	font-size: 8px;
	padding-top: 5px;
}
.menu__icon {
   display: none;
   width: 100%;
   height: 35px;
   position: absolute;
   cursor: pointer;
   top: 10px;
   left: 9px;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 45px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
 }
#scrollup {
	display: none;
}
@-ms-viewport {
	width: device-width;
}
@media (min-width: 980px) and (max-width: 1215px) {

}
@media (min-width: 768px) and (max-width: 979px) {
	.header-contact {
    	display: none;
	}
	.footer {
    	display: flex;
		flex-direction: column-reverse;
	}
	.footer div {
    	margin: 5px 0;
	}
	.footer div p {
    	margin: 5px 0;
	}
	.down-addr {
    	display: block;
	}
	.down-contact {
    	display: block;
	}
	.brand h2 {
		font-size: 25px;
	}
	.row-brand {
		top: 0;
	}
	.row-brand .brand img {
    	width: 25%;
	}
	.navigation .nav li a {
		font-size: 14px;
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.logo {
		font-size: 18px;
	}
	.copyright {
		flex-basis: 25%;
	}
	.top-contact {
		flex-basis: 30%;
	}
	.header-contact {
    	display: none;
	}
	.footer {
    	display: flex;
		flex-direction: column-reverse;
	}
	.footer div {
    	margin: 5px 0;
	}
	.footer div p {
    	margin: 5px 0;
	}
	.down-addr {
    	display: block;
	}
	.down-contact {
    	display: block;
	}
	.brand h2 {
		font-size: 20px;
	}
	.row-brand {
		top: 0;
	}
	.row-brand .brand img {
    	width: 25%;
	}
	.navigation .nav li a {
		font-size: 12px;
		padding: 10px;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 18px;
	}
	.header {
		display: block;
	}
	.header-contact {
    	display: none;
	}
	.top-contact {
		text-align: left;
	}
	.logo {
		display: block;
		font-size: 18px;
	}
	.logo-comp {
		display: none;
	}
	.logo-mobile {
		display: block;
	}
	.logo-mobile img {
		height: 155px;
	}
	.row-brand {
		display: block;
		top: 0;
	}
	.brand {
		width: 100%;
	}
	.brand h2 {
		font-size: 14px;
	}
	.row-brand .brand img {
    	width: 25%;
	}
	.navigation .nav {
    	padding: 10px 0;
	}
	.navigation .nav li a {
		font-size: 10px;
		padding: 10px;
	}
	.center {
		display: block;
		text-align: center;
	}
	.left-menu {
		margin-left: 5%;
		margin-right: 5%;
	}
	.left-menu .moduletable ul {
		display: none;
	}
	.left-menu .moduletable {
		box-shadow: none;
	}
	.menu__icon {
		display: block;
	}
	div[itemprop="articleBody"] {
    	text-align: left;
	}
	div[itemprop="articleBody"] h1 {
    	text-align: center;
	}
	fieldset {
		width: 300px;
	}
	.footer {
		flex-direction: column-reverse;
	}
	input {
		width: 200px;
	}
	.left-menu ul li a {
		padding-left: 0px;
	}
	.footer {
    	display: flex;
		flex-direction: column-reverse;
	}
	.footer div {
    	margin: 5px 0;
	}
	.footer div p {
    	margin: 5px 0;
	}
	.down-addr {
    	display: block;
	}
	.down-contact {
    	display: block;
	}
}
@media (max-width: 320px) {
	.row-brand .brand img {
    	width: 35%;
	}
}
.menu_open .moduletable ul {
	display: block;
 }
.menu_open .moduletable {
	box-shadow: 0px 0px 2px 1px #b9b9b9;
 }
.menu_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu_open  .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu_open  .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}