@import url(reset.css);

html, body {
    width: 100%;
    font-family: Verdana,Geneva,sans-serif;
    margin: 0 auto;
    text-align: center;
	    line-height: 28px;
		color:#323232;
}
a {
	text-decoration: none;
	cursor: pointer;
}
button {
	cursor: pointer;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}
.header {
	padding: 5px 0;
	overflow: hidden;
}
.header__logo {
	display: inline-block;
	float: left;
}
.header__menu {
	display: inline-block;
	float: right;
	vertical-align: middle;
	padding-top: 13px;
}
.header__item {
	display: inline-block;
}
.header__item:not(:last-child) {
	padding-right: 70px;
}

.header__item a {
	font-size: 16px;
	color: #323232;
}
	/*slogan*/
.slogan {
	background: url(/images/slogan_bg.jpg) no-repeat;
	max-width: 100%;
	background-size: cover;
	padding: 216px 0 307px 0;
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
}
.moduletable_principi{
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    display: inline-block;
}
.moduletable_principi h3{
    font-size: 40px;
    color: #323232;
    font-family: Verdana;
    font-weight: bold;
}

.block-3 {
    width: 33%;
    float: left;
	margin-top: 40px;
}
.block-3-title{
	    font-size: 24px;
    color: #cd8408;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 56px;
}
.block-3 .img-intro-{
    border: 6px solid #17427c;
    min-height: 200px;
    width: 200px;
    border-radius: 200px;
    display: block;
    vertical-align: middle;
	
}
.block-3 .img-intro- img{
	    max-width: 150px;
    max-height: 150px;
	    margin-top: 20px;
}
.block-3-text{
	font-size: 16px;
    color: #323232;
    max-width: 82%;
    text-align: justify;
    line-height: 20px;
}
.about{
    background: #104087;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
h3 {
    font-size: 40px;
    color: #323232;
    font-family: Verdana;
    font-weight: bold;
	line-height: 36px;
}
.institutes{
    padding-top: 60px;
    padding-bottom: 60px;
}
li{
    padding-left: 10px;
    padding-bottom: 10px;
}
li:before{
	content:url('/images/system/li.png');
	    position: relative;
    display: inline-block;
	    margin-left: -26px;
    padding-right: 10px;
}
.footer{
display: block;
    background: #e6e6e6;
    padding-top: 60px;
    padding-bottom: 30px
}
.footer-cont{
font-weight: bold;
}
.footer__license{
	padding-top:30px;
	
}
.sidr-inner li:before{
	display:none;
}
.sidr ul li a{ 
 text-align: left;
}
#navigation-toggle {
    color: #D1E3FB;
    background: #134288 !important;
}

#gruemenu li:before{
	display:none;
}
#gruemenu.grue_92 > ul > li.active > a {
    color: #11243D !important;
     background: #FFFFFF !important;
}
#gruemenu > ul > li > a {
border-right: none !important;
}
#gruemenu > ul {
    box-shadow: none;
}
#gruemenu.grue_92 > ul > li > a{
	text-transform:inherit !important;
	font-size:16px !important;
}
#gruemenu.grue_92 ul > li > a {
    font-size: 16px;
}
.docs_kua a{
	color:#fff;
}
.title{
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    display: block;
}
.kua_finzvitnist{
	
}
.kua_finzvitnist a, .fin_zvitnist a{
	    color: #104087;
}
.grandis_docs a{
	color: #fff;
}
ul {
    list-style: none;
    margin-left: 26px;
}

@media screen and (max-width:720px){
	
	.block-3 {
    width: 100%;
	}
	.container{
		    padding: 0px 10px;
	}
	
}
@media screen and (max-width:425px){
	
	
}