@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);
*{
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding-top: 80px;
    position: relative;
	background: #ffffff;
	color: #4f585e;
	font-family: 'Source Sans Pro', sans-serif;
 	text-rendering: optimizeLegibility;
	box-sizing: border-box;
}
.content{
    width: 80%;
    margin: 0 auto;
}
header{
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    background: rgb(108,22,199);
    background: linear-gradient(180deg, rgba(108,22,199,1) 0%, rgba(255,255,255,1) 100%);
	z-index: 1000;
	padding: 10px;
}
header nav{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header img{
	display: block;
    width: 118px;
    height: 80px;
	border-radius: 50%;
}
header select{
	box-shadow: 0 4px 9px rgb(0 0 0 / 25%);
    border-radius: 10px;
    height: 40px;
    font-size: 18px;
    letter-spacing: 0.035em;
    border-width: 0;
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 5px;
}
header select:hover{
	cursor: pointer;
}
h1{
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}
footer{
    background: rgb(108,22,199);
    background: linear-gradient(0deg, rgba(108,22,199,1) 0%, rgba(255,255,255,1) 100%);
}
.social-icons {
    padding:0px;
    text-align:center;
    width:100%;
}
.social-icons li {
    display:inline-block;
    margin:10px;
   }
.social-icons li a {
    color:#fff;
    display:inline-block;
    font-size:25px;
    height:50px;
    width:50px;
    text-decoration:none;
    position:relative;
    font-family:'FontAwesome';
    transition:all 0.5s ease;
   pointer-events:auto;
}
.social-icons li a i {
    line-height:50px;
}
.social-icons li a:hover{
    color:#6c16c7;
    background-color:#fff;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius: 25px;
}
a.btn {
	 background: #6c16c7;
	 border-radius: 4px;
	 box-shadow: 0 2px 0px 0 rgba(0,0,0,0.25);
	 color: #ffffff;
	 display: inline-block;
	 padding: 6px 30px 8px;
	 position: relative;
	 text-decoration: none;
	 transition: all 0.1s 0s ease-out;
}
 .no-touch a.btn:hover {
	 background: #6c16c7;
	 box-shadow: 0px 8px 2px 0 rgba(0,0,0,0.075);
	 transform: translateY(-2px);
	 transition: all 0.25s 0s ease-out;
}
 .no-touch a.btn:active, a.btn:active {
	 background: #6c16c7;
	 box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
	 transform: translate3d(0,1px,0);
	 transition: all 0.025s 0s ease-out;
}
 div.cards {
	 margin: 80px auto;
	 max-width: 960px;
	 text-align: center;
}
 div.card {
	 background: #ffffff;
	 display: inline-block;
	 margin: 8px;
	 max-width: 300px;
	 perspective: 1000;
	 position: relative;
	 text-align: left;
	 transition: all 0.3s 0s ease-in;
	 width: 300px;
	 -webkit-box-shadow: -5px -5px 30px -5px rgba(34, 60, 80, 0.3);
	 -moz-box-shadow: -5px -5px 30px -5px rgba(34, 60, 80, 0.3);
	 box-shadow: -5px -5px 30px -5px rgba(34, 60, 80, 0.3);
	 border-radius: 10px;
	 z-index: 1;
}
 div.card:hover {
	cursor: pointer;
 } 
 div.card img {
	 max-width: 300px;
}
 div.card .card__icon-holder {
	 display: flex;
	 justify-content: center;
	 background-size: 140px 140px;
	 background-repeat: no-repeat;
	 background-position: center center;
	 height: 0;
	 padding-bottom: 50%;
	 border-radius: 10px;
}
 div.card div.card-title {
	 background: #ffffff;
	 padding: 6px 15px 10px;
	 position: relative;
	 z-index: 0;
}
 div.card div.card-title a.toggle-info  {
	 border-radius: 32px;
	 height: 32px;
	 padding: 0;
	 position: absolute;
	 right: 15px;
	 width: 32px;
}
 div.card div.card-title a.toggle-info  span {
	 background: #ffffff;
	 display: block;
	 height: 2px;
	 position: absolute;
	 top: 16px;
	 transition: all 0.15s 0s ease-out;
	 width: 12px;
}
 div.card div.card-title a.toggle-info  span.left {
	 right: 14px;
	 transform: rotate(45deg);
}
 div.card div.card-title a.toggle-info  span.right {
	 left: 14px;
	 transform: rotate(-45deg);
}
 div.card div.card-title h2 {
	 font-size: 22px;
	 font-weight: 600;
	 letter-spacing: -0.03em;
	 margin: 0;
	 padding: 0;
}
 .target_platform{
	color: #6c16c7;
	text-decoration: none;
 }
 .target_platform:hover{
	text-decoration: underline;
 }
 div.card div.card-description {
	 padding: 0 15px 10px;
	 position: relative;
	 font-size: 14px;
}
 div.card div.card-actions {
	 box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
	 padding: 10px 15px 20px;
	 text-align: center;
}
 div.card div.card-flap {
	 background: #d9d9d9;
	 position: absolute;
	 width: 100%;
	 transform-origin: top;
	 transform: rotateX(-90deg);
}
 div.card div.flap1 {
	 transition: all 0.2s 0.2s ease-out;
	 z-index: -1;
}
 div.cards.showing div.card {
	 cursor: pointer;
	 opacity: 0.6;
	 transform: scale(0.88);
}
 .no-touch div.cards.showing div.card:hover {
	 opacity: 0.94;
	 transform: scale(0.92);
}
 div.card.show {
	 opacity: 1 !important;
	 transform: scale(1) !important;
}
 div.card.show div.card-title a.toggle-info  {
	 background: #ff6666 !important;
}
 div.card.show div.card-title a.toggle-info  span {
	 top: 15px;
}
 div.card.show div.card-title a.toggle-info  span.left {
	 right: 10px;
}
 div.card.show div.card-title a.toggle-info  span.right {
	 left: 10px;
}
 div.card.show div.card-flap {
	 background: #ffffff;
	 transform: rotateX(0deg);
}
 div.card.show div.flap1 {
	 transition: all 0.3s 0s ease-out;
}
#platonus{
	background-image: url(../img/static/Platonus.png); 
}
#platonus:hover{
	background-image: url(../img/icons/Platonus.gif);
}
#info_site{
	background-image: url(../img/static/Website_qmu.png); 
}
#info_site:hover{
	background-image: url(../img/icons/Website_qmu.gif);
}
#cos{
	background-image: url(../img/static/COS.png); 
}
#cos:hover{
	background-image: url(../img/icons/COS.gif);
}
#corporate_portal{
	background-image: url(../img/static/Corporate_portal.png); 
}
#corporate_portal:hover{
	background-image: url(../img/icons/Corporate_portal.gif);
}
#outlook{
	background-image: url(../img/static/Outlook.png); 
}
#outlook:hover{
	background-image: url(../img/icons/Outlook.gif);
}
#student_portal{
	background-image: url(../img/static/Student_portal.png); 
}
#student_portal:hover{
	background-image: url(../img/icons/Student_portal.gif);
}
#session{
	background-image: url(../img/static/Session.png); 
}
#session:hover{
	background-image: url(../img/icons/Session.gif);
}
#antiplagiat{
	background-image: url(../img/static/Antiplagiat.png); 
}
#antiplagiat:hover{
	background-image: url(../img/icons/Antiplagiat.gif);
}
#moodle{
	background-image: url(../img/static/Moodle.png); 
}
#moodle:hover{
	background-image: url(../img/icons/moodle.gif);
}
#documentolog{
	background-image: url(../img/static/Documentolog.png); 
}
#documentolog:hover{
	background-image: url(../img/icons/Documentolog.gif);
}
#library{
	background-image: url(../img/static/Library.png); 
}
#library:hover{
	background-image: url(../img/icons/Library.gif);
}
#student_mail{
	background-image: url(../img/static/Student_mail.png); 
}
#student_mail:hover{
	background-image: url(../img/icons/Student_mail.gif);
}

/*Отзывчивость*/
/* 1200px - 1460px */
@media screen and (max-width: 1460px) {
    
}
/* 992px - 1200px */
@media screen and (max-width: 1200px) {
   h1{
	   font-size: 26px;
   }
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
    h1{
	   font-size: 26px;
    }
}

/* 576px - 768px */
@media screen and (max-width: 768px) {
    h1{
	   font-size: 24px;
    }
}

/* 320px - 576px */
@media screen and (max-width: 576px) {
    h1{
	   font-size: 14px;
    }
	header img{
		width: 104px;
		height: 70px;
	}
}