body>div.popup, div:not(#content)>.popup{
	position: absolute;
    left: 10%;
	right: 10%;
    box-shadow: rgba(41, 68, 88, 0.5) 0 0 50px 20px;
    padding: 40px;
    border-radius: 15px;
    background: #fcfcfc;
    border: 1px solid #fff;
	min-width: 950px;
}
.popup{
	top: 11%;
	background-image: url(/images/interface/popup/logo_opacity.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(100% + 60px);
	transition: top 0.5s ;
}
.popup.bseu{
	background-image: url(/images/logos/bseu-transp.png);
}
.popup .Header {
    background-image: linear-gradient(110deg, rgba(70, 150, 160, 0.2), rgba(30, 85, 105, 0.8)), url(/images/interface/popup/headerback.jpg);
    background-position: 0, 0;
    background-repeat: no-repeat;
	background-size: cover;
    margin: -41px 0 0;
	
}
div:not(#content)>.popup .Header {
    margin: -41px -41px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #09f;
}
.popup .Header a.closeBtn, #news .popup .Header a.closeBtn {
    color: #abc;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18pt;
    padding: 10px 12px;
    float: right;
}
.popup a {
    transition: all 0.4s;
}
.popup a.closeBtn:hover {
    color: white;
}
.popup .Header a.button:hover {
    color: #fbde8e;
    border-top: none;
    border-left: none;
    border-right: 1px solid rgba(13, 163, 255, 1);
    border-bottom: 1px solid rgba(13, 163, 255, 1);
}
.popup a:hover{
    color: #024;
}
.popup .Header h2.title {
    color: white;
    font-family: sans-serif;
    margin: 20px 40px;
    line-height: 1.4em;
    font-size: 1.6em;
	display: inline-block;
}
.popup span.subTitle {
    font-weight: normal;
    font-size: 0.7em;
}
.popup .Header a.button {
    display: inline-block;
    vertical-align: top;
    margin: 35px 30px 20px 0;
    background: rgba(5, 150, 255, 0.8);
    padding: 10px 30px;
    float: right;
    background-position-x: 718px;
    color: white;
    font-family: sans-serif;
    border-radius: 8px;
    box-shadow: 0 0 1px 1px rgba(3, 51, 86, 0.5);
    border-top: 1px solid rgba(13, 163, 255, 1);
    border-left: 1px solid rgba(13, 163, 255, 1);
}
.popup .rightColumn {
    float: right;
    max-width: 25%;
}
.popup ul.horizontal>li {
    display: inline-block;
    padding: 20px 30px 20px 30px;
	vertical-align: top;
}
.popup ul.horizontal>li:first-child {
    padding-left: 0;
}
.popup ul.horizontal>li:last-child {
    padding-right: 0;
}
.popup ul.horizontal {
    padding-left: 0;
	font-family: 'Roboto Condensed';
    text-align: center;
 }
.popup ul.horizontal:not(.withIcon){
   font-size: 0.9em;
}
.popup ul.horizontal:not(.withIcon)>li{
    text-align: initial;
	max-width: 200px;
}
.horizontal.withIcon a {
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: 20px;
    padding-top: 110px;
    display: inline-block;
}
/*.horizontal.withIcon li:first-child a {
    background-image: url(/images/interface/popup/calendar.png);
}*/
.horizontal.withIcon li:nth-child(1) a {
    background-image: url(/images/interface/popup/student.png);
}
.horizontal.withIcon li:nth-child(2) a {
    background-image: url(/images/interface/popup/file.png);
}
.horizontal.withIcon li:nth-child(4) a {
    background-image: url(/images/interface/popup/folder.png);
	filter: hue-rotate(225deg);
}
.horizontal.withIcon li:nth-child(5) a {
    background-image: url(/images/interface/popup/recommended_list.png);
	filter: hue-rotate(170deg);
}
.horizontal.withIcon li:nth-child(7) a {
    background-image: url(/images/interface/popup/enrollment_schedule.png);
/*	filter: hue-rotate(120deg);*/
}
.horizontal.withIcon li:nth-child(3) a {
    background-image: url(/images/interface/popup/result.png);
	filter: hue-rotate(170deg);
}
/*.horizontal.withIcon li:nth-child(3) a {
    background-image: url(/images/interface/popup/timetable.png);
}*/
.horizontal.withIcon li.globe a {
    background-image: url(/images/interface/popup/withglobe.png);
}
.horizontal.withIcon li.pointer a {
    background-image: url(/images/interface/popup/pointer.png);
}
.horizontal>li>ul {
    border-top: 1px solid #7090d0;
}
.horizontal ul>li {
    margin-bottom: 10px;
}
.horizontal ul ul{
	padding-left: 20px;
}
.popup h2, .popup h4 {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
	font-size: 24pt;
	color: #234;
}
.popup ul>h4 {
    margin-left: -25px;
}
.popup strong, .popup .strong, .popup a, .popup .contacts>p{
	color: #36a;
}
.popup .contacts h2 {
    margin-top: -4px;
	margin-bottom: 30px;
	font-weight: 300;
	color: black;
}
.popup .contacts {
    font-family: 'Roboto Condensed';
    font-size: 10.5pt;
    font-weight: 300;
    margin-top: 40px;
	padding-left: 30px;
	border-left: 1px solid #7090d0;
	margin-left: 20px;
}
.popup .contacts>p {
    padding-left: 50px;
}
.popup .contacts>p>span.title {
    position: absolute;
    transform: translate(-50px);
	color: initial;
	font-weight: 300;
}
.popup .contacts>p {
	font-weight: 400;
}
.popup ol.large>li::marker {
    font-size: 2em;
/*    font-weight: bold;
    color: #36f;*/
}
.popup ol.large>li{
	margin-bottom: 14px;
}
.popup ul.large>li {
/*    margin-bottom: 24px;*/
}
/*.popup ol.large>li:nth-child(3) {
    margin-left: 30px;
}
.popup ol.large>li:nth-child(2) {
    margin-left: 90px;
}*/
.popup ol.large {
    margin-left: 15px;
}
.popup .large strong, .popup .large .strong {
    font-size:  1.3em;
    font-weight: normal;
}
.popup .large{
	font-size: 14pt;
	margin-right: 30%;
}
.popup .strong {
	font-weight: 700;
}
ol.large, ul.large {
    margin-bottom: 3em;
}
.popup h4 {
    font-size: 1.2em;
}
.popup ol.large>li{
	padding-left: 10px;
}
#content ul.large{
	margin: 0;
}
ul.large{
	background-color: #f1ede1;
	margin: 0 -40px;
    padding: 0 40px 20px 80px;	
	border-bottom: 1px solid #e0ddc0;
    border-top: 1px solid #e0ddc0;
}
ul.large h2{
	margin-left: -40px;
}
.popup .noPref>ul {
    margin-left: 12px;
    margin-top: 10px;
}
.popup li.noPref {
    list-style-type: none;
    margin-left: -16px;
    margin-top: 20px;
}
.popup .noPref strong {
    color: #234;
    font-weight: 700;
}
@media screen and (max-width: 1100px) and (min-width: 601px){
	.popup{
		left: 5%;
		right: 5%;
}