a {
    color: #147ed1 !important;
    text-decoration: none !important;
}
a:hover {
    text-decoration: underline !important;
}
body,
#content {
	font: 400 15px/18px 'Roboto', sans-serif;
}
#header,
#top_menu,
#main,
#footer {
	width: 960px;
}
body {
	background: #fff;	
}
#container {

}
#header {
	height: 100px;
	margin:auto;	
	font-family: Avantgarde, sans-serif;
}
a.lang {
    padding: 3px;
    float: right;
    background-color: #464646;
    color: #fff !important;
    font: 500 14px 'Roboto';
    margin: 3px 0;
    letter-spacing: 0.4px;
    text-decoration: none !important;
}
.top-search {
    float: right;
    border: 0;
    margin: 3px 10px 3px 0;
    padding: 0;
}

.top-search form {
    margin: 0;
    padding: 0;
}

.inputbox,
.inputbox:focus,
.inputbox:active {
    height: 21px;
    padding: 2px;
    border: none;
    outline-offset: 0;
    outline: 1px solid gray;
    box-sizing: border-box;
}

.inputbox:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

a.logo-phone {
    font: 400 27px 'Roboto', sans-serif;
    display: block;
    color: #005ea8 !important;
    text-align: right;
    float: right;
    padding-top: 24px;
}

a.logo-mail {
    display: block;
    font: 400 17px 'Roboto', sans-serif;
    color: #005ea8 !important;
    margin-top: 3px;
    float: right;
    clear: both;
}
#top_menu_bkg {
	width: 100%;
	height: 44px;
	background: #44789e;
}
#top_menu {
	margin:auto;
	font-family:Times New Roman;
}
#top_menu_bkg {
    border-bottom: 2px solid #005ea8;
    height: 36px;
    clear: both;
}
.top-menu {
    background-color: #dcdcdc;
    padding: 0;
    margin: 0;
}

.top-menu-container {
    width: 960px;
    margin: 0 auto;
    overflow: auto;
}

.top-menu-items,
.top-menu-sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-menu-items > li {
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #dcdcdc;
    border-radius: 5px 5px 0 0;
}

.top-menu-items > li:hover {
    background-color: #44789e;
    border: 2px solid #44789e;
    border-bottom: none;
}

.top-menu-items > li > a {
    color: #5c5c5c !important;
    font: 400 14px 'Roboto', sans-serif;
    text-shadow: 1px 1px 2px #fff;
    padding: 4px 10px;
    display: inline-block;
}

.top-menu-items > li:hover > a {
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
}

.top-menu-items > li:hover > ul {
    display: block;
}

.top-menu-sub {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 27px;
    border: 2px solid #44789e;
    z-index: 501;
    margin-left: -2px;
    border-radius: 0 5px 5px 5px;
}

.top-menu-sub > li {
    padding: 5px 10px;
}

.top-menu-sub > li > a {
    color: #5c5c5c !important;
    text-decoration: none;
    font: 400 14px 'Roboto', sans-serif;
    text-shadow: 1px 1px 2px #fff;
}
#main {
	margin:auto;	
	margin-top:15px;
}
#menu {
	float: left;
	width: 240px;
	margin-right:10px;
}
#main-right {
	display:table-cell;
}
#hor_menu {
    display: none;			
}
#content {
	text-align: justify;
	padding: 0 0 30px 0;
}
#content h1 {
	font-size:24px;
	font-weight: bold;
	color:#004A80;
}
#content h2 {
	font-size:20px;
	font-weight: bold;
	color:#004A80;
}
#content a {
	text-decoration: underline;
	color:#00E;	
}
.left-part {
    width: 227px;
    float: left;
}

.right-part {
    width: 700px;
    margin-left: 33px;
    float: left;
}

.tabs {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #005ea8;
    border-left: 0;
    list-style: none;
    overflow: auto;
}

.tabs li {
    border: 2px solid #44789e;
    border-bottom: 0;
    float: left;
    padding: 5px 15px;
    font: 400 18px 'Roboto', sans-serif;
    background-color: #fff;
    cursor: pointer;
}

.tabs .active {
    background-color: #44789e;
    color: #fff;
    cursor: default;
}

.tab {
    display: none;
    border-top: 1px solid #dcdcdc;
}

.tab.active {
    display: block;
}

.tabcal {
    display: none;
}

.tabcal.active {
    display: block;
}

.tab img {
    margin: 0 15px 4px 0;
    float: left;
    max-width: 150px;
	max-height: 150px;
    height: auto;
}

.tab-block {
    border-bottom: 2px solid #dcdcdc;
    padding: 25px 0 10px 0;
	display:table;
}

.tab-block a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #147ed1;
}

.tab-block-date {
    margin: 0 0 5px 0;
}

.tab-block-text {
    margin: 5px 0 0 0;
	text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

h1,
#content h1 {
    font: 700 27px 'Roboto Slab', serif;
    color: #222;
}

h2,
#content h2 {
    font: 700 22px 'Roboto Slab', serif;
	color: #222;
}

h3,
#content h3 {
    font: 700 18px 'Roboto Slab', serif;
	color: #222;
}
video {
    display: block;
    margin: 10px auto;
}
.map-legend {
    padding: 30px 0 30px 0;
}

.calendar_nav {
    font-family: 'Roboto Slab', serif;
    font-size: 10px;	
}
#calendar .month {
    text-align: center;
    font: 300 22px/35px 'Roboto', sans-serif;
}

#calendar table {
    width: 227px;
    height: 252px;
    table-layout: fixed;
    border-collapse: collapse;
}

#calendar td,
#calendar th {
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    font: 300 14px 'Roboto', sans-serif;
}

#calendar .weekend {
    font-weight: 700;
}

#calendar .out {
    color: #dcdcdc;
}

#calendar .today,
#calendar .event,
#calendar .event a {
    color: #fff !important;
    text-decoration: none !important;
}

#calendar .today {
    color: #005ea8 !important;
    font-weight: 700;
    background-color: #dcdcdc;
}

#calendar .event {
    background-color: #44789e;
}
#staffinfo {
	float:left;
	margin: 5px 30px 0px 0px;
}
table.justify td {
	text-align: justify;
	font-family:Times New Roman;
	font-size:17px;
}
#clear {
	clear:both;
	width: 100%;
	height: 1px;
}

#footer {
	color: white;
	border: none;
	overflow: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;			
}
#footer a {
	color: white !important;
	text-decoration: underline !important;
}

#footer a:hover {
	text-decoration: none !important;
}
.footer-container {
    background-color: #44789f;
    border-top: 2px solid #005ea8;
}

.footer-name {
    font: 400 22px 'Roboto Slab', serif;
    text-shadow: 1px 1px 2px #e92323;
    color: white;
    margin-bottom: 15px;
}

.footer-info {
    font: 400 16px 'Roboto', sans-serif;
    float: left;
    color: white;
    margin: 0 25px 10px 0;
}

.footer-copy {
    font: 500 18px 'Roboto', sans-serif;
    text-shadow: 1px 1px 2px #e92323;
    color: white;
    margin-bottom: 15px;
}

.footer-img {
    padding-top: 25px;
    padding-right: 10px;
}

.footer-links {
    float: right;
    margin: 35px 25px 30px 0;
}

.footer-links a {
    font: 400 16px 'Roboto', sans-serif;
}
.logo-img {
    float: left;
    margin: 9px 0;
}
.phys-dept {
    float: left;
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 400;
    color: #e92323;
    padding: 25px 0 0 15px;
    line-height: 25px;
}

.phys-dept-msu {
    font-size: 16px;
    padding: 7px 0 0 5px;
}
.cyrilic { 
	list-style-type: none;
	position: relative;
}
.cyrilic li::before {
	margin-right: 5px;
	width: 1em;
	text-align: right;
	display: inline-block;
	position: absolute;
	left: 20px;
}
.cyrilic li:nth-child(1)::before { content: 'а)'; }
.cyrilic li:nth-child(2)::before { content: 'б)'; }
.cyrilic li:nth-child(3)::before { content: 'в)'; }
.cyrilic li:nth-child(4)::before { content: 'г)'; }
.cyrilic li:nth-child(5)::before { content: 'д)'; }
.cyrilic li:nth-child(6)::before { content: 'е)'; }
.cyrilic li:nth-child(7)::before { content: 'ё)'; }
.cyrilic li:nth-child(8)::before { content: 'ж)'; }
.cyrilic li:nth-child(9)::before { content: 'з)'; }
.cyrilic li:nth-child(10)::before { content: 'и)'; }