html, body {
    padding: 0;
    margin: 0;
    min-width: 1100px;
    background-color: #e3e3e3;
    font-family: 'PT Sans', sans-serif;
}

.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 li.more.opened #overflow {
    display: block;
}

.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;
}

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

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

header .search-area {
    margin-top: -72px;
    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 {
    padding: 0 15px;
    height: 60px;
    background-color: white;
}

header .blue-area {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    background-color: #012a77;
}

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 .blue-area[data-fixed="true"] + #second-menu {
 position: fixed;
 top: 10px;
 right: 250px;
 left: 80px;
 z-index: 102;
 background: none;
}

header .blue-area[data-fixed="true"] + #second-menu > ul {
 margin: 12px 0 8px 0;
}

header .blue-area[data-fixed="true"] + #second-menu > ul > li {
 min-width: 50px;
}

header .blue-area[data-fixed="true"] + #second-menu > ul > li > a, 
header .blue-area[data-fixed="true"] + #second-menu > ul > li > span {
 line-height: 58px;
}

header .blue-area[data-fixed="true"] + #second-menu > ul > li.parent:hover > ul {
 top: 60px;
}

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

header .login {
    padding-left: 0;
}

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 {
    padding: 10px 15px 0;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}

header .home:hover,
header .actions a:hover {
    color: #018eff;
    text-decoration: 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 .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 {
    position: relative;
    z-index: 101;
}

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

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

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

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: 50px;
    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(7) > ul {
    left: inherit;
    right: 0;
}*/
header #second-menu > ul > li.parent:hover:nth-last-child(2) > ul {
    left: inherit;
    right: 0;
}

header #second-menu > ul > li.parent > ul li a,
header #second-menu > ul > li.parent > ul li span {
    display: block;
    min-height: 30px;
    color: black;
    cursor: pointer;
}

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;
}

content {
    max-width: 1900px;
}

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

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

footer .footer-top {
    padding: 25px 10px 20px;
    background-color: #446080;
    color: #162e59;
}

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 {
    font-size: 14px;
}

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(../images/qr-code.jpg) left top no-repeat transparent;
}

footer .footer-bottom {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #13274d;
}

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

footer .footer-bottom .bottom-menu {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    width: 260px;
    list-style: none;
}

footer .footer-bottom .bottom-menu {
    height: 50px;
    line-height: 50px;
}

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

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

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

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

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

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

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

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

#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(https://shelly.kpfu.ru/pdf/supersite/mainpage/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: 1200px) {

    header .actions {
        width: 225px;
    }

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

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

    .hider-wrapper > li {
        margin-right: 15px;
        margin-left: 15px;
    }

    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);
    }

    footer .footer-bottom .bottom-menu li {
        margin-left: 30px;
    }


}

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

    header .actions {
        width: 320px;
    }

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

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

    .hider-wrapper > li {
        margin-right: 20px;
        margin-left: 20px;
    }

    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;
    }

    footer .footer-bottom .bottom-menu li {
        margin-left: 50px;
    }

}

@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: 51px;
 }

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

.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;
    }

}

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

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

}

@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 {
		height: 30px;
		width: 25px;
		background: url(https://shelly.kpfu.ru/pdf/supersite/mainpage/images/logo-mini.png) center center no-repeat;
		background-size: cover;
	}

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

}

