﻿@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {

        ul
        {
    		list-style-type: none;
    		margin: 0;
    		padding: 0;
    		background-color: #08223e;
    	}
    	
    	li 
    	{
    		float: left;
    	}
    	li a 
    	{
    		display: block;
    		color: white;
    		text-align: center;
    		padding: 14px 16px;
    		text-decoration: none;
    	}
        h3
        {
            margin-top: 0!important;
        }
        .menu
        {
            border-right: 1px solid #08223e; 
            width: 100%;
        }
    	.menu>li a:hover 
    	{
    		color: white;
    		background-color: #55abda;
    	    text-decoration: none;
    	}
    	.language
    	{
    		float: right;
    		text-align: right;
    	}
        .language>li a:hover 
        {
            color: white;
            background-color: #55abda;
            text-decoration: none;
        }
        nav
        {
            background-color: #08223e;
        }
        nav>li
        {
            text-align: right;
        }
     
        .main-title
        {
            border-bottom: 1px solid #b5b5b5;
        }
    	.main-img>img
    	{
    		width: 100%;
    		background-image: url(images/2019/index/main.jpg);
    	}

       .part
       {
        margin-bottom: 50px;
        border:0!important;
       }
    	.footer
    	{
    		padding-top: 3em;
    	}
        .faculties
        {
            margin-top: 50px;
        }
        img
        {
        width: 156px;
        height: 190px;
        float:left;
        margin-right: 20px;
        }
        
    
}