html, body {
    padding: 0;
    margin: 0;
    min-width: 350px;
    background-color: #e3e3e3;
    font-family: 'PT Sans', sans-serif;
    //background-image: url('https://shelly.kpfu.ru/pdf/picture/mainpage_new/back_main.png');
    //background-repeat: repeat;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
    color: #012a77;
}

a:hover {
    text-decoration: underline;
}

.hider-wrapper {
    padding: 0;
    margin: 0;
    list-style: none
}

.hider-wrapper li {
    float: left;
}

.hider-wrapper li.more {
    text-align: center;
    display: none;
}

.hider-wrapper li.more {
    position: relative;
}

.hider-wrapper li.more > a {
    position: relative;
    padding: 0 !important;
    width: 22px;
    color: white !important;
}

.hider-wrapper li.more > a:hover {
    text-decoration: none !important;
}

.hider-wrapper li.more > a:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -11px;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.hider-wrapper li.more > a:before {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -3px;
    font-family: FontAwesome;
    color: #012a77;
}

.hider-wrapper li.more.closed > a:before {
    content: '\f0d7';
}

.hider-wrapper li.more.opened > a:before {
    content: '\f0d8';
}

.hider-wrapper #overflow {
    position: absolute;
    z-index: 999;
    top: 65px;
    right: -15px;
    padding: 0;
    display: none;
    -moz-box-shadow: 0px 0px 5px 0px #584747;
    -webkit-box-shadow: 0px 0px 5px 0px #584747;
    box-shadow: 0px 0px 5px 0px #584747;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
    list-style: none;
    text-align: left;
}


.hider-wrapper #overflow:before {
    position: absolute;
    top: -9px;
    right: 15px;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-box-shadow: -1px -1px 3px 0px rgba(88, 71, 71, 0.75);
    -webkit-box-shadow: -1px -1px 31px 0px rgba(88, 71, 71, 0.75);
    box-shadow: -1px -1px 3px 0px rgba(88, 71, 71, 0.75);
    background-color: white;
}

.hider-wrapper #overflow li {
    float: none;
    width: 200px;
    border-bottom: 1px solid #dfdfdf;
}

.hider-wrapper #overflow li:last-child {
    border: none;
}

.hider-wrapper #overflow li a {
    padding: 7px 15px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}
.hider-wrapper li.more.opened #overflow {
 display: block;
}

#main-menu:not(.hider-wrapper),
#institute-menu:not(.mm-menu) {
 right: -9999px;
 position: absolute;
}

header {
    background-color: white;
}

header .search-area {
    background-color: #012a77;
}

header .search-area input[type="text"] {
    padding: 0 30px 0 10px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: none;
    background: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    color: white;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header .search-area input[type="text"]::-webkit-input-placeholder {color: white;}
header .search-area input[type="text"]::-moz-placeholder          {color: white;}/* Firefox 19+ */
header .search-area input[type="text"]:-moz-placeholder           {color: white;}/* Firefox 18- */
header .search-area input[type="text"]:-ms-input-placeholder      {color: white;}

header .search-area input[type="text"]::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
header .search-area input[type="text"]::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
header .search-area input[type="text"]:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
header .search-area input[type="text"]:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
header .search-area input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
header .search-area input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
header .search-area input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
header .search-area input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

header .white-area {
    position: relative;
    padding: 0 15px;
    height: 60px;
    background-color: white;
}

header .blue-area {
    padding: 0 15px;
    background-color: #012a77;
    position: relative;
    z-index: 3;
}

header .blue-area .logo {
    width: 222px;
    height: 46px;
    background:url(http://portal-dis.kpfu.ru:9999/pdf/supersite/mainpage-eng/images/logo-eng.png) left center no-repeat transparent;
}

header .blue-area .logo-mini {
    width: 185px;
    height: 38px;
    background:url(http://portal-dis.kpfu.ru:9999/pdf/supersite/mainpage-eng/images/logo-mini-eng.png) left center no-repeat transparent;
}

header .blue-area a{
    vertical-align: middle;
    color: white;
}

header .blue-area .institute-menu-toggler {
    position: relative;
    float: right;
    padding-right: 20px;
    font-size: 16px;
}

header .blue-area .institute-menu-toggler:before {
    position: absolute;
    top: -1px;
    right: 0;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
}

header .blue-area .mobile-menu-toggler {
    float: right;
    padding: 0 15px;
    line-height: 80px;
    font-size: 30px;
}

header .blue-area .mobile-menu-toggler:hover {
    text-decoration: none;
}


header #main-menu > li > a {
    position: relative;
    padding: 0 9px;
}

header #main-menu > li > a:hover {
    text-decoration: none;
}

header #main-menu > li:not(.more) > a:hover:after {
    position: absolute;
    right: 0;
    bottom: 13px;
    left: 0;
    display: block;
    content: '';
    height: 1px;
    background-color: #e0e0e0;
}

header .login {
    position: relative;
    float: left;
    margin-top: 17px;
    width: 53px;
    height: 24px;
    line-height: 24px;
    border: 1px solid white;
    font-size: 14px;
    text-align: center;
}

header .login:not(.authorized):hover:after {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    display: block;
    content: '';
    height: 1px;
    background-color: #e0e0e0;
}

header .login:not(.authorized):active:after {
    background-color: #012a77;
}

header .login.authorized {
    margin-right: 16px;
    border-radius: 13px;
    border-color: #012a77;
}

header .login:hover {
    text-decoration: none;
}

header .login i {
    margin-right: 5px;
    margin-left: 1px;
    font-size: 16px;
}

header .home,
header #main-menu > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

header .home {
    padding: 0 15px;
    float: left;
}

header .home i {
    position: relative;
    top: 2px;
}

header #main-menu > li.active > a:hover:after,
header #main-menu > li:not(.more) > a:active:after {
    background-color: #012a77;
}

header .home .home-ico {
    margin-bottom: -5px;
}

header .actions {
    float: right;
    text-align: right;
}

header .actions .links {
    margin-left: 60px;
    height: 60px;
    text-align: justify
}

header .actions .links:after {
    content: '';
    display: inline-block;
    width: 100%;
}

header .actions .links .search-btn.opened {
    background-color: #012a77;
}

header .actions .links .search-btn.opened i {
    color: white !important;
}

header .actions a {
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}

header .actions .language {
    position: relative;
    float: left;
}

header .actions .language .cs-optgroup > span {
    display: none;
}

header .actions .language .cs-optgroup ul {
    padding: 0;
    margin: 0;
}

header .actions .language .cs-skin-overlay .cs-optgroup > span {
    display: block;
}

header .actions .language .cs-skin-elastic .cs-optgroup ul {
    width: 165px;
    margin: 0 auto;
}

header .actions .language .cs-skin-elastic .cs-select-close {
    display: none !important;
}

header .actions .language .cs-skin-overlay .cs-optgroup ul li span {
    margin: 10px 30%;    
    padding: 0 33px 0 0;
    color: #012a77;
}

header .actions .language .cs-skin-overlay .cs-optgroup > span {
    display: block;
}

header .actions .language .cs-skin-elastic .cs-optgroup ul li span {
    margin: 10px 15px;
    padding: 0 33px 0 0;
    height: 24px;
    color: #012a77;
}

header .actions .language .cs-select:after {
    position: absolute;
    top: 20px;
    right: 5px;
    display: block;
    content: '\f0dd';
    font-family: FontAwesome;
    font-size: 14px;
    color: #012a77;
}

header .actions .language .cs-select.cs-active:after {
    top: 26px;
    content: '\f0de';
}

header .actions.opened {
    background-color: #012a77;
}

header .white-area .language .cs-placeholder {
    width: 50px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
}

header .white-area .language .cs-placeholder:after {
    content: '';
}

header .white-area .language[data-lang="russian"] .cs-placeholder,
header .white-area .language .cs-options li.russian-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/russian-ico.png) right center no-repeat transparent;
}

header .white-area .language[data-lang="english"] .cs-placeholder,
header .white-area .language .cs-options li.english-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/english-ico.png) right center no-repeat transparent;
}

header .white-area .language[data-lang="spanish"] .cs-placeholder,
header .white-area .language .cs-options li.spanish-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/spanish-ico.png) right center no-repeat transparent;
}

header .white-area .language[data-lang="french"] .cs-placeholder,
header .white-area .language .cs-options li.french-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/french-ico.png) right center no-repeat transparent;
}

header .white-area .language[data-lang="german"] .cs-placeholder,
header .white-area .language .cs-options li.german-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/german-ico.png) right center no-repeat transparent;
}

header .white-area .language[data-lang="turkish"] .cs-placeholder,
header .white-area .language .cs-options li.turkish-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/turkish-ico.png) right center no-repeat transparent;
}

header .white-area .language[data-lang="arabic"] .cs-placeholder,
header .white-area .language .cs-options li.arabic-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/arabic-ico.png) right center no-repeat transparent;
}

header .white-area .language[data-lang="chinese"] .cs-placeholder,
header .white-area .language .cs-options li.chinese-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/chinese-ico.png) right center no-repeat transparent;
}

header .white-area .language[data-lang="persian"] .cs-placeholder,
header .white-area .language .cs-options li.persian-ico span {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/flags/persian-ico.png) right center no-repeat transparent;
}

header .white-area .language .cs-placeholder {
    background-position: 8px center !important;
}

header .white-area .language .cs-options {
    right: 0;
    padding: 0;
    width: auto;
}

header .white-area .language .cs-options li span:hover {
    text-decoration: underline;
}

header .white-area .language .cs-options .cs-selected span {
    text-decoration: underline;
    color: #018eff !important;
}

header .white-area .language .cs-options .cs-selected span::after {
    content: '';
}

header #second-menu {
    z-index: 101;
}

header #second-menu > ul {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    height: 50px;
    list-style: none;
    text-align: justify;
    line-height: 50px;
}

header #second-menu > ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

header #second-menu > ul > li {
    display: table-cell;
    text-align: center;
    min-width: 50px;
}

header #second-menu > ul > li > a,
header #second-menu > ul > li > span {
    display: inline-block;
    line-height: 48px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

header #second-menu > ul > li.parent {
    position: relative;
}

header #second-menu > ul > li.parent:hover {
    background-color: white;
}

header #second-menu > ul > li.parent:hover > a,
header #second-menu > ul > li.parent:hover > span {
    border-color: #012a77;
    text-decoration: none;
    color: #012a77;
}

header #second-menu > ul > li ul {
    display: none;
}

header #second-menu > ul > li.parent:hover > ul {
    position: absolute;
    top: 52px;
    left: 0;
    padding: 25px;
    margin: 0;
    display: block;
    width: 650px;
    list-style: none;
    background-color: white;
    text-align: left;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

header #second-menu > ul > li.parent:hover:last-child > ul {
    left: inherit;
    right: 0;
}
header #second-menu > ul > li.parent:hover:nth-child(6) > ul {
    left: inherit;
    right: 0;
}

header #second-menu > ul > li.parent > ul li {

}

header #second-menu > ul > li.parent > ul li a,
header #second-menu > ul > li.parent > ul li span {
    display: block;
    color: black;
    cursor: pointer;
    padding: 7px 0;
    line-height: 16px;
}

header #second-menu > ul > li.parent > ul li a:hover,
header #second-menu > ul > li.parent > ul li span:hover {
    text-decoration: underline;
}

header #second-menu > ul > li.parent > ul li.important a,
header #second-menu > ul > li.parent > ul li.important span {
    color: #018eff;
}

header #slider {
    z-index: 1;
    padding: 0;
    margin: 0;
}

header #slider .slick-arrow {
    display: none !important;
}

header #slider .slick-slide {
    position: relative;
}

header #slider .slick-slide > a {
 position: absolute;
 z-index: 3;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: block;
}

header #slider .slick-slide:after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, rgba(0, 0, 0, 0.7)),color-stop(1, rgb(0, 0, 0)));
    background-image: -webkit-repeating-linear-gradient(bottom,rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 100.1%);
    background-image: repeating-linear-gradient(to top,rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 100.1%);
    background-image: -ms-repeating-linear-gradient(bottom,rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 100.1%);
}

header #slider .slick-slide .slide-text {
    position: absolute;
    z-index: 3;
    left: 0;
    display: block;
    background-color: rgba(1, 42, 119, 0.75);
    font-weight: bold;
    color: white;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5)
}

header #slider .slick-slide .slide-nav span {
    float: left;
    display: inline-block;
    width: 30px;
    height: 28px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

header #slider .slick-slide .slide-nav .fa.active,
header #slider .slick-slide .slide-nav span:hover {
    color: #0f357d;
}

header #slider .slick-slide .slide-nav .fa-angle-left,
header #slider .slick-slide .slide-nav .fa-angle-right {
    font-size: 28px;
}

header #slider .slick-slide .slide-nav .fa-circle {
    font-size: 15px;
    line-height: 35px;
}

header #advantages {
    position: relative;
    z-index: 2;
    text-align: justify;
}

header #advantages:after {
    content: '';
    display: inline-block;
    width: 100%;
}

header #advantages {
    position: relative;
    z-index: 2;
    text-align: justify;
}

header #advantages:after {
    content: '';
    display: inline-block;
    width: 100%;
}

header #advantages .plus {
    display: inline-block;
    width: 30%;
}

header #advantages .plus .plus-text {
    display: table;
    width: 100%;
    height: 100%;
}

header #advantages .plus i {
    display: table-cell;
    height: 100%;
    width: 1%;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}

header #advantages .plus i img {
    margin-right: 18px;
    display: block
    height: 100%;
    width: auto;
}

header #advantages .plus .plus-text span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: white;
    text-align: left;
}

content {
    max-width: 1900px;
}

content,
.container {
    margin: 0 auto;
    display: block;
}

content .block .block-title {
    position: relative;
    padding: 0 15px;
    height: 54px;
    line-height: 52px;
    border-radius: 0 0 3px 3px;
    font-size: 20px;
    font-weight: bold;
}

content .block.blue-block .block-title {
    background-color: #012a77;
    border-bottom: 1px solid #001438;
    color: white;
}

content .block.white-block .block-title {
    background-color: white;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #a9a9a9;
    border-left: 1px solid #c9c9c9;
    color: #012a77;
}

content .block .block-title:after {
    position: absolute;
    z-index: 1;
    bottom: -4px;
    right: 1px;
    left: 1px;
    content: '';
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

content .block.blue-block .block-title:after {
    border-bottom: 3px solid #012a77;
}

content .block.white-block .block-title:after {
    border-bottom: 3px solid #686868;
}

content .block .block-title .left {
    float: left;
}

content .block .block-title .middle ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: justify;
}

content .block .block-title .middle ul li {
    float: left;
}

content .block .block-title .middle ul li a {
    padding: 0 15px;
    display: block;
    line-height: 56px;
    font-size: 16px;
    font-weight: normal;
}

content .block .block-title .right {
    position: relative;
    float: right;
    padding-top: 1px;
    line-height: 51px;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    cursor: pointer;
}

content .block .block-title .right.mobile {
    display: none;
}

content .block.blue-block .block-title .right {
    color: #52b7ff;
}

content .block.white-block .block-title .right {
    color: #018eff;
}

content .block .block-content {
    margin: 0 6px;
    padding: 25px 25px 5px 25px;
}

content .block.blue-block .block-content {
    background-color: #012a77;
}

content .block.white-block .block-content {
    background-color: white;
position: relative;
    z-index: 2;    
}

/* БЛОК СОБЫТИЙ */
content .blue-block.events .block-title .right.mobile {
    font-size: 18px;
}

content .events-slider {
    padding: 0 30px;
    border-top: 3px solid #469cdb;
}

content .events-slider .slick-arrow {
    position: absolute;
    top: 25px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

content .events-slider .slick-arrow:before {
    font-size: 28px;
    color: white;
}

content .events-slider .slick-prev {
    left: 0;
}

content .events-slider .slick-next {
    right: 0;
}

content .events-slider .slick-track {
    width: 99999px !important;
}

content .events-slider .slick-slide {
    position: relative;
    margin: 0 15px;
    padding-top: 25px;
    height: 170px;
    overflow: hidden;
    outline: none;
    color: #d9d9d9;
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/event-bg.png) 2px 2px no-repeat transparent;
}

content .events-slider .slick-slide:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    height: 40px;
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/event-hider.png) center bottom repeat-x transparent;
}

content .events-slider .slick-slide .event-date {
    font-size: 20px;
    font-weight: bold;
}

content .events-slider .slick-slide .event-time {
    padding-bottom: 5px;
    font-weight: bold;    
}

content .events-filter .events-filter-select,
content .events-filter .events-datepicker {
    position: relative;
    margin-bottom: 15px;
}

content .events-filter .events-filter-select .info,
content .events-filter .events-datepicker .info {
    position: absolute;
    top: 3px;
    right: -35px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #018eff;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #018eff;
    cursor: pointer;
}

content .events-filter .events-filter-select .cs-select,
content .events-filter .events-datepicker input {
    height: 28px;
    line-height: 28px;
    border: 1px solid #018eff;
}

content .events-filter .events-filter-select .cs-select .cs-placeholder,
content .events-filter .events-datepicker input {
    padding: 0 20px 0 5px;
    color: #018eff;
}

content .events-filter .events-filter-select .cs-select .cs-placeholder:after {
    right: 7px;
    content: '\f0d7';
    font-family: FontAwesome;
}

content .events-filter .events-filter-select.default .cs-select .cs-placeholder,
content .events-filter .events-filter-select.default .cs-select .cs-placeholder:after {
    color: #808080;
}

content .events-filter .events-filter-select .cs-select ul span {
    padding: 10px 5px;
}

content .events-filter .events-filter-select .cs-select ul li[data-value=''] span {
    color: #808080;
}

content .events-filter .events-filter-select .cs-select .cs-selected:not([data-value='']) {
    background-color: #018eff;
    color: white;
}

content .events-filter .events-filter-select .cs-select .cs-selected span:after {
    display: none;
}

content .events-filter .events-datepicker input {
    outline: none;
    font-size: 15px;
    color: #018eff;
}

content .events-filter .search-btn {
    margin-bottom: 20px;
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #018eff;
    font-size: 24px;
    text-align: center;
    color: #012a77;
}

content .events-filter .events-datepicker input::-webkit-input-placeholder {color:#808080;}
content .events-filter .events-datepicker input::-moz-placeholder          {color:#808080;}/* Firefox 19+ */
content .events-filter .events-datepicker input:-moz-placeholder           {color:#808080;}/* Firefox 18- */
content .events-filter .events-datepicker input:-ms-input-placeholder      {color:#808080;}

content .events-filter .events-datepicker input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
content .events-filter .events-datepicker input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
content .events-filter .events-datepicker input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
content .events-filter .events-datepicker input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
content .events-filter .events-datepicker input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
content .events-filter .events-datepicker input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
content .events-filter .events-datepicker input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
content .events-filter .events-datepicker input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

/* БЛОК НОВОСТЕЙ */
content .block.news .block-title .left {
    width: 100px;
}

content .block.news .block-title .middle {
    float: left;
    width: calc(100% - 200px);
}

content .block.news .block-title .right {
    width: 100px;
}

content .block.news .block-content {
    padding: 0;
}

content .block.news .news-title {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #012a77;
}

content .block.news .news-date {
    font-size: 14px;
    color: #4c4c4c;
}

content .block.news .readmore {
    float: right;
    font-size: 14px;
    font-style: italic;
}

content .block.news .block-content .left {
    float: left;
    padding: 25px 10px 25px 25px;
    width: calc(60% - 35px);
    height: 242px;
    color: #4c4c4c;
}

content .block.news .block-content .left .img {
    margin: 0 0 10px 0;
    text-align: center;
}

content .block.news .block-content .left img {
    max-width: 100%;
}

content .block.news .block-content .left .news-date {
    float: left;
}

content .block.news .block-content .right {
    float: right;
    padding: 0 0 0 10px;
    width: calc(40% - 10px);
    height: 292px;
    background-color: #e3e3e3;
    overflow: hidden;
}

content .block.news .news-slider {
    padding: 0;
    margin: 0;
    list-style: none;
}

content .block.news .news-slider .slick-slide {
    margin-bottom: 8px;
    display: table;
    height: 65px;
    border: none;
    border-left: 5px solid #012a77;
    background-color: white;
    outline: none;
}

content .block.news .news-slider .slick-slide .news-title {
    padding: 15px 10px 15px 20px;
    display: table-cell;
    vertical-align: middle;
}

content .block.news .news-slider .slick-slide .news-date {
    padding: 15px 10px;
    display: table-cell;
    width: 70px;
    vertical-align: top;
}

content .block .block-title .middle ul li a.active,
content .block .block-title .middle ul li a:hover {
    text-decoration: none;
    color: #808080;
}

/* БЛОК Opinions */
content .block.opinions .block-content {
    padding: 22px 10px 28px 10px;
    min-height: 200px;
}

content .block.opinions .block-content .opinions-slider {
    position: relative;
    padding: 0 45px;
}

content .block.opinions .block-content .opinions-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
    color: #012a77;
}

content .block.opinions .block-content .opinions-slider .slick-next {
    right: 0;
}

content .block.opinions .block-content .opinions-slider .slick-prev {
    left: 0;
}

content .block.opinions .block-content .opinions-slider .slide {
    outline: none;
}

content .block.opinions .block-content .opinions-slider .slide .content {
    color: #012a77;
}

content .block.opinions .block-content .opinions-slider .slide .name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

content .block.opinions .block-content .opinions-slider .slide .position {
    margin-bottom: 25px;
    font-size: 18px;
}

/* БЛОК International */
content .international .block-content {
    padding: 22px 13px 28px 13px;
}

content .international .international-wrapper {
    height: 232px;
    overflow: hidden;
    text-align: center;
}

content .international .international-wrapper .international-item {
    position: relative;
    margin: 0 15px;
    display: inline-block;
    width: 294px;
    height: 232px;
}

content .international .international-wrapper .international-item:after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    height: 111px;
    background-image: -moz-linear-gradient( 90deg, rgba(1,42,119,0.74902) 0%, rgba(1,42,119,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(1,42,119,0.74902) 0%, rgba(1,42,119,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(1,42,119,0.74902) 0%, rgba(1,42,119,0) 100%);
}

content .international .international-wrapper .international-item .international-item-title {
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    left: 15px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

/* БЛОК СОЦИАЛЬНЫХ СЕТЕЙ */
content .social .block-content {
    padding: 10px;
}

content .social .social-title {
    position: relative;
    z-index: 1;
    padding: 5px 10px 10px 10px;
    background-color: white;
}

content .social .social-title a {    
    padding-left: 40px;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
}

content .social .twitter-wrapper {
    float: left;
    margin-bottom: 10px;
    width: 49%;
    height: 328px;
    background-color: white;
    overflow: hidden;
}

content .social .twitter-wrapper .social-title {
    padding-bottom: 5px;
}

content .social .twitter-wrapper .social-title a {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/social/twitter.png) left center no-repeat transparent;
}

content .social .twitter-wrapper .twitter {
    margin-top: -15px;
    padding: 5px;
    height: 290px;
    overflow: hidden;
    margin-right: -24px;
}

content .social .facebook-wrapper {
    float: right;
    margin-bottom: 10px;
    width: 49%;
    height: 328px;
    background-color: white;
    overflow: hidden;
}

content .social .facebook-wrapper .facebook {
    margin-top: -90px;
    padding: 5px;
    height: 365px;
    margin-right: -24px;
}

content .social .facebook-wrapper .social-title {
    padding-bottom: 5px;
}

content .social .facebook-wrapper .social-title a {
    line-height: 32px;
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/social/fb.png) left center no-repeat transparent;
}

content .social .share {
    line-height: 33px;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

content .social .share span {
    float: left;
    display: block;
}

content .social .share a {
    margin: 0 2px;
    display: inline-block;
    width: 33px;
    height: 32px;
}

content .social .share a.vk {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/social/vk.png) left center no-repeat transparent;
}

content .social .share a.fb {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/social/fb.png) left center no-repeat transparent;
}

content .social .share a.tw {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/social/twitter.png) left center no-repeat transparent;
}

content .social .share a.rss {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/social/rss.png) left center no-repeat transparent;
}

content .social .share a.inst {
    background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/social/inst.png) left center no-repeat transparent;
}

/* БЛОК ФОТОРЕПОРТАЖЕЙ */
content .photo-reports .block-content {
    padding: 1px 0 1px 1px;
    height: 398px;
}

content .photo-reports .block-content .mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

content .photo-reports .report-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

footer {
    margin-top: 30px;
    border-top: 3px solid #018eff;
}

footer .footer-top {
    background-color: #446080;
    color: #162e59;
}

footer .footer-bottom {
    background-color: #13274d;
}

footer .footer-bottom .copyright {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    font-size: 14px;
    color: #018eff;
}

footer .footer-bottom .bottom-menu,
header .slide-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 50px;
    line-height: 50px;
}

footer .footer-bottom .bottom-menu li a,
header .slide-menu li a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer .footer-bottom .bottom-menu li a {
    color: #e0e0e0;
}

#login,
#info1,
#info2,
#info3 {
 display: none;
}

.login-wrapper {
    width: 320px;
    height: 200px;
    max-width: 100%;
}

.login-wrapper .label {
    width: 90px;
}

.login-wrapper .after-pole {
    margin-top: 5px;
    margin-bottom: 25px;
}

.login-wrapper .forgot,
.login-wrapper .register {
    font-size: 14px;
    color: #4c4c4c;
    text-decoration: underline;
}

.login-wrapper .forgot {
    float: left;
}

.login-wrapper .register {
    float: right;
}

.login-wrapper .forgot:hover,
.login-wrapper .register:hover {
    text-decoration: none;
}

.login-wrapper label[for="remember"] span {
    position: relative;
    padding-left: 25px;
    line-height: 36px;
    font-size: 14px;
    color: #018eff;
    cursor: pointer;
}

.login-wrapper #remember {
    display: none;
}

.login-wrapper label[for="remember"] span:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/checkbox-bg.png) center top no-repeat transparent;
}

.login-wrapper #remember:checked + span:before {
    background-position: center bottom;
}

.popup .popup-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 21px;
    color: #012a77;
}

.popup .pole {
    margin-bottom: 15px;
}

.popup .pole .label {
    float: left;
    line-height: 27px;
    font-size: 16px;
    color: #012a77;
}

.popup .pole input {
    float: right;
    padding: 0 5px;
    width: calc(100% - 105px);
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #4c4c4c;
}

.popup input[type="submit"] {
    float: right;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #018eff;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.popup .pole input::-webkit-input-placeholder {color:#4c4c4c;}
.popup .pole input::-moz-placeholder          {color:#4c4c4c;}/* Firefox 19+ */
.popup .pole input:-moz-placeholder           {color:#4c4c4c;}/* Firefox 18- */
.popup .pole input:-ms-input-placeholder      {color:#4c4c4c;}

.popup .pole input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.popup .pole input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.popup .pole input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.popup .pole input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.popup .pole input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup .pole input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.popup .pole input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.popup .pole input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

@media only screen and (min-width: 300px) {

    content .social .block-content {
        height: auto;
    }

    content .social .share {
        height: auto;
        text-align: center;
    }

    content .social .share span {
        margin: 0 0 10px 0;
        width: 100%;
    }

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

    footer .footer-top .name {
        display: table;
        height: 45px;
        font-weight: bold;
        background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/footer-mini-logo.png) left center no-repeat transparent;
    }

    footer .footer-top .left .name span {
        padding-left: 45px;
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
    }

    footer .footer-top .left .address {
        padding-bottom: 15px;
        margin-bottom: 25px;
        border-bottom: 3px dotted #018eff;
        font-size: 14px;
    }

    footer .footer-top .right .google-play,
    footer .footer-top .right .google-play {
        float: left;
    }

    footer .footer-top .qr-code {
        display: none;
    }

    footer .footer-top .right .google-play {
        margin-right: 10px;
    }

    footer .footer-bottom {
        padding-right: 10px;
        padding-left: 10px;
    }

    footer .footer-bottom .copyright {
        text-align: center;
    }

    footer .footer-bottom .bottom-menu,
    header .slide-menu {
        position: relative;
        padding: 0 20px;
        margin: 0 auto;
        width: 260px;
    }

    footer .footer-bottom .bottom-menu .slick-list,
    header .slide-menu .slick-list {
        z-index: 1;
    }

    footer .footer-bottom .bottom-menu .slick-slide,
    header .slide-menu .slick-slide {
        outline: none;
        text-align: center;
    }

    footer .footer-bottom .bottom-menu .slick-slide a,
    header .slide-menu .slick-slide a {
        font-size: 18px;
    }

    footer .footer-bottom .bottom-menu .slick-arrow,
    header .slide-menu .slick-arrow {
        position: absolute;
        z-index: 2;
        top: 15px;
        font-size: 20px;
        cursor: pointer;
    }

    footer .footer-bottom .bottom-menu .slick-arrow {
        color: white;
    }

    header .slide-menu .slick-arrow {
        color: #012a77;
    }

    footer .footer-bottom .bottom-menu .slick-arrow.slick-disabled,
    header .slide-menu .slick-arrow.slick-disabled {
        opacity: .5;
    }

    footer .footer-bottom .bottom-menu .slick-prev,
    header .slide-menu .slick-prev {
        left: 0;
    }

    footer .footer-bottom .bottom-menu .slick-next,
    header .slide-menu .slick-next {
        right: 0;
    }

}

@media only screen and (min-width: 520px) {

    header .search-area {
        margin-top: -72px;
    }

    header #slider .slick-slide:after {
        height: 145px;
    }

    .hider-wrapper > li,
    content .block .block-title .middle ul:not(#overflow) >     li {
        margin-right: 5px;
        margin-left: 5px;
    }

    header .actions {
        width: 225px;
    }

    header .actions a {
        padding: 10px 15px 0;
    }

    header #main-menu {
        float: left;
        width: calc(100% - 355px);
    }

    header .blue-area {
        height: 80px;
        line-height: 80px;
    }

    header #slider {
        margin-bottom: 5px;
    }

    header #slider .slick-slide .slide-text {
        bottom: 60px;
        padding: 15px 25px;
        width: 415px;
        height: 90px;
        font-size: 28px;
        line-height: 30px;
    }

    header #slider img {
        width: 100%;
    }

    header #slider .slick-slide .slide-nav {
        margin-top: 5px;
    }

    header #advantages {
        display: none;
    }

    content,
    .container {
        width: 90%;
    }

    content .events-filter {
        margin: 0 auto;
        width: 300px;
    }

    content .events-filter .events-filter-select,
    content .events-filter .events-datepicker {    
        width: 265px;
    }

    content .events-filter .events-datepicker input {
        width: 240px;
    }

    content .events-filter .search-btn {
        margin-right: 34px;
    }

    content .social .share {
        height: 33px;
        text-align: left;
    }

    content .social .share span {
        margin-right: 13px;
        width: auto
    }

}

@media only screen and (min-width: 768px) {

    header #slider .slick-slide .slide-text {
        bottom: 100px;
    }

    header #advantages {
        display: block;
        margin-top: -80px;
        padding: 0 50px;
    }

    header #advantages .plus .plus-text span {
        font-size: 18px;
        line-height: 18px;
    }

    header #advantages .plus .plus-text i img {
        height: 50px;
    }

    content .events-slider {
        margin-left: 270px;
    }

    content .events-filter {
        float: left;
        width: 230px;
    }

    content .events-filter .events-filter-select,
    content .events-filter .events-datepicker {    
        width: 200px;
    }

    content .events-filter .events-datepicker input {
        width: 175px;
    }

    content .events-filter .search-btn {
        margin-right: 28px;
    }

    content .block.opinions .block-content .opinions-slider .slide .photo {
        float: left;
        max-width: 200px;
    }

    content .block.opinions .block-content .opinions-slider .slide .content {
        margin-left: 225px;
    }

    content .block.opinions .block-content .opinions-slider .slide .text {
        padding-left: 20px;
        text-indent: -15px;
        font-weight: bold;
        font-size: 36px;
    }

    footer .footer-top .left {
        float: left;
        padding-left: 70px;
        background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/footer-logo.png) left center no-repeat transparent;
    }

    footer .footer-top .left .name {
        display: block;
        height: auto;
        background: none;
    }

    footer .footer-top .left .name span {
        padding: 0;
        margin-bottom: 10px;
    }

    footer .footer-top .left .address {
        padding: 0;
        margin: 0;
        border: none;
    }

    footer .footer-top .right {
        float: right;
        width: 128px;
    }
    
    footer .footer-top .right .google-play {
        margin: 0 0 5px 0;
    }

    footer .footer-top .qr-code {
        float: right;
        margin-right: 25px;
        padding-right: 80px;
        display: block;
        height: 85px;
        border-right: 3px dotted #018eff;
        background:url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/qr-code.jpg) left top no-repeat transparent;
    }

    footer .footer-bottom .bottom-menu,
    header .slide-menu {
        padding: 0;
    }

}

@media only screen and (min-width: 960px) {

    header #slider .slick-slide:after {
        height: 225px;
    }

    header #slider .slick-slide .slide-text {
        bottom: 125px;
        padding: 25px 45px;
        width: 685px;
        height: 100px;
        font-size: 32px;
        line-height: 35px;
    }

    header #slider .slick-slide .slide-nav {
        margin-top: 10px;
    }

    header #advantages {
        margin-top: -85px;
        padding: 0 50px;
    }

    header #advantages .plus .plus-text span {
        font-size: 20px;
        line-height: 20px;
    }

    header #advantages .plus .plus-text i img {
        height: 55px;
    }

    .hider-wrapper > li,
    content .block .block-title .middle ul:not(#overflow) > li {
        margin-right: 10px;
        margin-left: 10px;
    }

    content .block.news .block-content .left .img{
        float: left;
        height: 235px;
        margin: 0 10px 5px 0;
    }

    content .block.news .block-content .left img {
        max-width: 250px;
    }

}

@media only screen and (min-width: 1100px) {

    header #slider .slick-slide .slide-text {
        bottom: 155px;
    }

    header #advantages {
        margin-top: -90px;
        padding: 0 75px;
    }

    header #advantages .plus .plus-text span {
        font-size: 22px;
        line-height: 22px;
    }

    header #advantages .plus .plus-text i img {
        height: 60px;
    }

    content .block.news .block-content .left .img {
        float: left;
        height: 235px;
        margin: 0 10px 5px 0;
    }

    content .block.news .block-content .left img {
        max-width: 300px;
    }

    footer .footer-bottom .copyright {
        float: none;
    }

}

@media only screen and (min-width: 1200px) {

    header .actions {
        width: 225px;
    }

    header .actions .links {
        margin-left: 60px;
    }

    header #main-menu {
        float: left;
        width: calc(100% - 355px);
    }

    .hider-wrapper > li,
    content .block .block-title .middle ul:not(#overflow) > li {
        margin-right: 15px;
        margin-left: 15px;
    }

    content .block.news .block-content .left .img {
        float: left;
        height: 230px;
        margin: 0 20px 10px 0;
    }

    content .block.news .block-content .left img {
        max-width: 350px;
    }

    content .social {
        float: left;
        width: 580px;
    }

    content .photo-reports {
        margin-left: 600px;
    }

    footer .footer-bottom .bottom-menu {
        float: none;
        width: auto;
        text-align: justify;
    }

    footer .footer-bottom .bottom-menu:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    footer .footer-bottom .bottom-menu li {
        display: inline-block;
    }

    footer .footer-bottom .bottom-menu li a {
        margin: 0;
        padding: 0 5px;
    }

}

@media only screen and (min-width: 1300px) {

    header .actions {
        width: 250px;
    }

    header .actions .links {
        margin-left: 80px;
    }

    header #main-menu {
        float: left;
        width: calc(100% - 375px);
    }

    header #slider .slick-slide .slide-text {
        bottom: 185px;
    }

    header #advantages {
        margin-top: -95px;
        padding: 0 100px;
    }
    header #advantages .plus .plus-text span {
        font-size: 25px;
        line-height: 25px;
    }

    header #advantages .plus .plus-text i img {
        height: 65px;
    }

    content .block.news .block-content .left .img {
        float: left;
        height: 230px;
        margin: 0 20px 10px 0;
    }

    content .block.news .block-content .left img {
        max-width: 400px;
    }


}

@media only screen and (min-width: 1450px) {

    header .actions {
        width: 300px;
    }

    header .actions .links {
        margin-left: 100px;
    }

    header #main-menu {
        float: left;
        width: calc(100% - 425px);
    }

    header #advantages {
        margin-top: -100px;
        padding: 0 100px;
    }

    header #advantages .plus .plus-text span {
        font-size: 27px;
        line-height: 27px;
    }

    header #advantages .plus .plus-text i img {
        height: 70px;
    }

    .hider-wrapper > li,
    content .block .block-title .middle ul:not(#overflow) > li {
        margin-right: 20px;
        margin-left: 20px;
    }

    content .photo-reports .report-item {
        width: 20%;
        height: auto;
    }

    content .photo-reports .report-item-width2 {
        width: 40%;
    }

    content .photo-reports .report-item-width3 {
        width: 60%;
    }

    footer .footer-bottom .copyright {
        float: left;
    }

    footer .footer-bottom .bottom-menu {
        float: right;
    }

    footer .footer-bottom .bottom-menu:after {
        display: none;
    }

    footer .footer-bottom .bottom-menu li a {
        padding: 0 5px;
    }

}

@keyframes cssload-rotate-one {
 0% {
  transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
 }
 100% {
  transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
 }
}

@-o-keyframes cssload-rotate-one {
 0% {
  -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
 }
 100% {
  -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
 }
}

@-ms-keyframes cssload-rotate-one {
 0% {
  -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
 }
 100% {
  -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
 }
}

@-webkit-keyframes cssload-rotate-one {
 0% {
  -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
 }
 100% {
  -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
 }
}

@-moz-keyframes cssload-rotate-one {
 0% {
  -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
 }
 100% {
  -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
 }
}

@keyframes cssload-rotate-two {
 0% {
  transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
 }
 100% {
  transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
 }
}

@-o-keyframes cssload-rotate-two {
 0% {
  -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
 }
 100% {
  -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
 }
}

@-ms-keyframes cssload-rotate-two {
 0% {
  -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
 }
 100% {
  -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
 }
}

@-webkit-keyframes cssload-rotate-two {
 0% {
  -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
 }
 100% {
  -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
 }
}

@-moz-keyframes cssload-rotate-two {
 0% {
  -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
 }
 100% {
  -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
 }
}

@keyframes cssload-rotate-three {
 0% {
  transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
 }
 100% {
  transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
 }
}

@-o-keyframes cssload-rotate-three {
 0% {
  -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
 }
 100% {
  -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
 }
}

@-ms-keyframes cssload-rotate-three {
 0% {
  -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
 }
 100% {
  -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
 }
}

@-webkit-keyframes cssload-rotate-three {
 0% {
  -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
 }
 100% {
  -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
 }
}

@-moz-keyframes cssload-rotate-three {
 0% {
  -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
 }
 100% {
  -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
 }
}


@media only screen and (min-width: 1700px) {
 header .blue-area[data-fixed="true"] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  box-shadow: 0 0 10px black;
 }

 header .blue-area[data-fixed="true"] .logo {
  width: 39px;
 }

.loader-wrapper {
 position: fixed;
 z-index: 9999;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/logo.png) center center no-repeat #012a77;
}

.cssload-loader {
 position: absolute;
 top: calc(50% - 165px);
 left: calc(50% - 165px);
 width: 330px;
 height: 330px;
 border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
 perspective: 4700px;
}

.cssload-inner {
 position: absolute;
 width: 100%;
 height: 100%;
 box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; 
}

.cssload-inner.cssload-one {
 left: 0%;
 top: 0%;
 animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
 border-bottom: 12px solid white;
}

.cssload-inner.cssload-two {
 right: 0%;
 top: 0%;
 animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
 border-right: 12px solid white;
}

.cssload-inner.cssload-three {
 right: 0%;
 bottom: 0%;
 animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
 border-top: 12px solid white;
}

}

@media only screen and (max-width: 1700px) {
    header #second-menu {
        display: none;
    }
     
     header .blue-area {
        height: 60px;
        line-height: 60px;
    }

    header .blue-area .mobile-menu-toggler {
        padding: 0 10px;
        line-height: 60px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 1500px) {

    content .photo-reports .report-item {
        width: 25%;
        height: auto;
    }

    content .photo-reports .report-item-width2 {
        width: 50%;
    }

    content .photo-reports .report-item-width3 {
        width: 75%;
    }

}

@media only screen and (max-width: 1200px) {

    content .social {
        float: left;
        width: 49.5%;
    }

    content .photo-reports {
        float: right;
        width: 49.5%;    
    }

    content .photo-reports .report-item {
        width: 33.3%;
        height: auto;
    }

    content .photo-reports .report-item-width2 {
        width: 66.6%;
    }

    content .photo-reports .report-item-width3 {
        width: 100%;
    }

    footer .footer-bottom .bottom-menu {
          width: 90%;
          max-width: 500px;
 }

}

@media only screen and (max-width: 960px) {

    content .photo-reports .report-item-width3 {
        width: 100%;
        height: auto;
    }

    content .social {
        float: none;
        width: 100%;
    }

    content .photo-reports {
        margin-left: 0;
        width: 100%;
    }

.info-wrapper {
	width: 500px;
	max-width: 100%;
}

 content .social .vk-wrapper,
 content .social .twitter-wrapper,
 content .social .facebook-wrapper {
  display: none;
 }

}

@media only screen and (max-width: 768px) {

    content .block .block-title .right.mobile {
        display: block;
    }

    content .block .block-title .right:not(.mobile) {
        display: none;
    }

    content .block.white-block .block-title .right.mobile {
        width: auto;
        color: #012a77;
    }

    content .events-filter {
        margin-bottom: 30px;
    }

    content .block.news .block-title .right.mobile .cs-select > span {
        padding-right: 25px;
    }

    content .block.news .block-title .right.mobile .cs-select > span:after {
        right: 5px;
        top: 23px;
        content: '\f0dd';
        font-family: FontAwesome;
        font-size: 15px;
    }

    content .block.news {
        margin-bottom: 8px;
    }

    content .block.news .block-title .middle {
        display: none;
    }

    content .block.news .block-content .left {
        float: none;
        width: calc(100% - 50px);
        height: auto;
    }

    content .block.news .block-content .right {
        float: none;
        padding: 8px 0 0 0;
        width: 100%;
    }

    content .block.news .block-content .left .img {
        width: 100%;
    }
    
    content .block .block-title .right.mobile {
        display: block;
    }

    content .block.opinions .block-content .opinions-slider .slide .photo {
        margin: 0 auto 20px auto;
        display: block;
        max-width: 100%;
    }

    content .block.opinions .block-content .opinions-slider .slide .text {
        padding-left: 20px;
        text-indent: -12px;
        font-weight: bold;
        font-size: 30px;
    }

}

@media only screen and (max-width: 520px) {

    header .search-area {
        margin-top: -52px;
    }

    header .search-area input[type="text"] {
        height: 50px;
        line-height: 50px;
        margin-left: 5px;
        width: calc(100% - 52px);
    }

    header .actions a {
        padding: 10px 7px 0;
    }

    header #main-menu {
        display: none;
    }

    header #slider .slick-slide:after {
        height: 45px;
    }

    header #slider .slick-slide .slide-text {
        right: 20px;
        bottom: 40px;
        padding: 15px 25px;
        font-size: 28px;
        line-height: 30px;
    }

    header #slider img {
        max-height: 260px;
    }

    header #slider .slick-slide .slide-nav {
        margin-top: 15px;
    }

    header #advantages {
        display: none;
    }

    content,
    .container {
        width: 100%;
    }

    content .blue-block .block-title .right {
        display: none;
    }

    content .events-filter {
        width: calc(100% - 30px);
    }

    content .events-filter .events-filter-select,
    content .events-filter .events-datepicker {    
        width: 100%;
    }

    content .events-filter .events-datepicker input {
        width: calc(100% - 25px);
    }

    content .block.news {
        margin-bottom: 8px;
    }

    content .photo-reports {
        display: none;
    }

}
header .actions a .email-ico {
    position: relative;
    top: 3px;
}

header .actions a .sitemap-ico {
    position: relative;
    top: 3px;
}

header .actions a .search-ico {
    position: relative;
    top: 3px;
}

header i {
    font-size: 21px;
    font-style: normal;
}

header .home:hover,
header .actions a:hover {
    color: #018eff;
    text-decoration: none;
}

header .blue-area[data-fixed="false"] #second-menu {
    position: absolute;
    right: 10px;
    bottom: -52px;
    left: 10px;
}
header .blue-area[data-fixed="true"] #second-menu {
    float: left;
    margin: 14px 20px;
    width: calc(100% - 320px);
}    
header .blue-area .logo {
    float: left;
    margin-top: 18px;
}

header .blue-area .logo-mini {
    float: left;
    margin-top: 11px;
}

header #slider .slick-slide .slide-nav .fa-circle:before {
    position: relative;
    bottom: 2px;
}

content .events-slider .slick-arrow.slick-disabled {
    opacity: 0.8;
}

content .events-filter .events-filter-select .cs-options {
    max-height: 200px;
}

content .block .block-title .middle ul li a.active {
    cursor: default;
}

@media screen and (max-width: 960px) and (orientation:landscape) {

	header .blue-area[data-fixed="true"] {
		height: 40px;
		line-height: 37px;
	}

	header .blue-area[data-fixed="true"] .logo,
    header .blue-area[data-fixed="true"] .logo-mini {
        margin-top: 5px;
		height: 32px;
		width: 27px;
		background: url(http://portal-dis.kpfu.ru:9999/pdf/supersite/mainpage-eng/images/logo-mini.png) left center no-repeat;
		background-size: cover;
	}

	header .blue-area[data-fixed="true"] .mobile-menu-toggler {
		padding: 0 10px;
		line-height: 40px;
		font-size: 20px;
	}

}
