html, body {
    font-family: 'Istok Web', Helvetica, Arial, sans-serif;
    background-color: #f5f3f4;
}

a, a:focus, a:active, input:focus, select:focus, textarea:focus { outline: none; }
a, a:focus, a:active { text-decoration: none; }
a:visited { color: inherit; }
ul, ol, p { margin: 0; padding: 0; }
ul, ol {  list-style: none; }
img { border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; }

.pht {
    font-family: 'Philosopher', sans-serif;
}

.w100 {
    width: 100%;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m30 {
    margin: 30px 0;
}

.no-padding {
    padding: 0;
}

.dark-bgr {
    background-color: #242424;
}

.white-bgr {
    background-color: #ffffff;
}

.breadcrumbs-bgr {
    background-color: #ededeb;
}

header .dark-bgr {
    font-size: 13px;
    height: 50px;
    color: #ffffff;
}

header .dark-bgr .row {
    padding-top: 3px;
}

header .dark-bgr a {
    color: #ffffff;
}

header .dark-bgr .address,
header .dark-bgr .email,
header .dark-bgr .phone {
    display: inline-block;
    margin-right: 20px;
}

header .dark-bgr img {
    margin: 0 15px;
}

header .dark-bgr .address:before {
    font-family: 'FontAwesome';
    content: "\f041";
    padding-right: 5px;
}

header .dark-bgr .email:before {
    font-family: 'FontAwesome';
    content: "\f003";
    padding-right: 5px;
}

header .dark-bgr .phone:before {
    font-family: 'FontAwesome';
    content: "\f095";
    padding-right: 5px;
}

header .dark-bgr .language {
    padding-top: 12px;
}

header .dark-bgr .language,
header .dark-bgr .language a {
    color: #999999;
}

header .dark-bgr .language a:hover,
header .dark-bgr .language a.active {
    color: #ffffff;
}

header .dark-bgr .search {
    color: #ffffff;
    padding-top: 10px;
}

header .dark-bgr .search input {
    width: 100px;
    border: 1px solid #242424;
    background-color: #242424;
}

header .dark-bgr .search input:hover {
    border: 1px solid #ffffff;
}

header .dark-bgr .search ::-webkit-input-placeholder {
    color: #ffffff;
}
header .dark-bgr .search :-moz-placeholder {
   color: #ffffff;
   opacity:  1;
}
header .dark-bgr .search ::-moz-placeholder {
   color: #ffffff;
   opacity:  1;
}

header .dark-bgr .search :-ms-input-placeholder {
   color: #ffffff;
}

header .dark-bgr .search ::-ms-input-placeholder {
   color: #ffffff;
}

header .white-bgr {
    font-weight: 15px;
    padding: 25px 0;
}

header .white-bgr .departments {
    padding-top: 20px;
}

header .white-bgr .departments li {
    float: left;
    margin-right: 46px;
}

header .white-bgr .departments li:last-child {
    margin-right: 0;
}

header .white-bgr .departments a {
    color: #3e3e3e;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 4px;
    text-transform: uppercase;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

header .white-bgr .departments a:hover {
    text-decoration: none;
}

header .white-bgr .departments li span {
    display: block;
    width: 20px;
    height: 3px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

header .white-bgr .departments li:hover span {
    width: 40px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

header .white-bgr .departments li.red {
    width: 80px;
    border-bottom: 1px solid #ae1e39;
}

header .white-bgr .departments li.red:hover a {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    color: #ae1e39;
}

header .white-bgr .departments li.red span {
    background-color: #ae1e39;
}

header .white-bgr .departments li.green {
    border-bottom: 1px solid #708825;
}

header .white-bgr .departments li.green span {
    background-color: #708825;
}

header .white-bgr .departments li.green:hover a {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    color: #708825;
}

header .white-bgr .departments li.orange {
    border-bottom: 1px solid #e36a12;
}

header .white-bgr .departments li.orange span {
    background-color: #e36a12;
}

header .white-bgr .departments li.orange:hover a {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    color: #e36a12;
}

header .white-bgr .departments li.purple {
    border-bottom: 1px solid #735599;
}

header .white-bgr .departments li.purple span {
    background-color: #735599;
}

header .white-bgr .departments li.purple:hover a {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    color: #735599;
}

header .logo {
    color: #5a5a5a;
    text-transform: uppercase;
}

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

header .logo img {
    float: left;
    margin: 5px 20px 0px 10px;
}

header .logo span {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}

.home-bgr {
    height: 420px;
    background-image: url("../../images/frontend/home-bgr.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-slider-wrapper {
    height: 420px;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 28px;
}

.home-slider {
    width: 100%;
    max-width: 570px;
    padding: 30px 80px 30px 30px;
    background: url("../../images/frontend/shadow.png") left top;
    color: #ffffff;
}

.home-slider li {
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
    line-height: 28px;
}

.home-slider .lSSlideOuter .lSPager.lSpg {
    margin-top: 20px !important;
    text-align: left;
}

.home-slider .lSSlideOuter .lSPager.lSpg > li a {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    background-color: inherit;
}

.home-slider .lSSlideOuter .lSPager.lSpg > li:hover a, 
.home-slider .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ffffff;
}

nav {
    background-color: #ffffff;
    padding: 26px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 15px 0 -15px;
}

nav li {
    margin-bottom: 10px;
}

nav a {
    cursor: pointer;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

nav a:hover {
    text-decoration: none;
    color: #184dba;
}

nav span {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #d4d4d4;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

nav li:hover span {
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

nav li.active {
    border-bottom: 1px solid #184dba;
}

nav li.active a {
    color: #184dba;
}

nav li.active span {
    width: 20px;
    height: 3px;
    background-color: #184dba;
}

nav .submenu {
    display: none;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

nav .submenu ul {
    margin-left: 20px;
    list-style-type: square;
}

nav .submenu li {
    color: #184dba;
}

nav .submenu li a {
    color: #000000;
}

nav .submenu li a:hover,
nav .submenu li a.active {
    color: #184dba;
}

.home .pht {
    text-transform: uppercase;
}

.home .content h1 {
    color: #184dba;
}

.home .content h1 {
    width: 100%;
    max-width: 600px;
    margin: 5% 0;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
}

.home .content p {
    margin-bottom: 2%;
    font-size: 14px;
}

.home .news,
.home .publications {
    margin: 5% 0 2% 0;
}

.headtitle {
    width: 100%;
    max-width: 1080px;
    overflow: hidden;
    position: relative;
    font-family: 'Philosopher', sans-serif;
    font-size: 26px;
    color: #184dba;
    margin: 0 15px;
    text-transform: uppercase;
}

.headtitle div {
    position: absolute;
    margin-top: 14px;
    width: 100%;
    height: 1px;
    background-color: #d4d4d4;
}

.headtitle span {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 2;
    display: inline-block;
    padding-right: 30px;
}

.news-list {
    padding: 30px 15px;
    background-color: #ffffff;
}

.news .date,
.news-list .date {
    position: absolute;    
    right: 30px;
    font-family: 'Philosopher', sans-serif;
    color: #ffffff;
    background-color: #464646;
    border-left: 6px solid #184dba;
    font-size: 26px;
    line-height: 20px;
    padding: 4px 8px;
}

.news-list .date {
    right: 15px;
}

.news .date div,
.news-list .date div {
    font-size: 12px;
    line-height: 12px;
}

.news .col-sm-6:nth-child(1n+1) {
    padding: 0 30px 0 15px;
}

.news .col-sm-6:nth-child(2n+1) {
    padding: 0 15px 0 30px;
}

.news .article,
.news-list .article {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #b7b7b7;
}

.news .details,
.news-list .details {
    font-size: 14px;
    max-width: 84%;
}

.news .details.img {
    max-width: 70%;
    float: left;
}

.news-list .details.img {
    max-width: 68%;
    float: left;
}

.news img,
.news-list img {
    float: right;
    width: 30%;
}

.news .details h4,
.news-list .details h4 {
    margin-bottom: 20px;
    font-family: 'Philosopher', sans-serif;
    font-size: 21px;
}

.news .details a,
.news-list .details a,
.partners .details a {
    display: inline-block;
    color: #184dba;
}

.news .btn {
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
    line-height: 22px;
    padding: 10px;
    display: inline-block;
    background-color: #184dba;
    text-align: left;
    color: #ffffff;
    border-radius: 0;
    margin: 30px 0 0 15px;
}

.news .btn i {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}

.news .btn:hover,
.school-bgr .btn:hover {
    background-color: #4174db;
}

.school-bgr {
    height: 330px;
    background-image: url("../../images/frontend/inner-bgr.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.school-bgr .row {
    padding: 0 26px;
}

.school-bgr h1 {
    font-size: 43px;
    color: #ffffff;
}

.school-bgr .btn {
    width: 100%;
    max-width: 364px;
    font-size: 24px;
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
    background-color: #184dba;
    border-radius: 0;
}

.school-bgr .col-sm-6 {
    height: 330px;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.departments-bottom .row {
    padding: 64px 15px;
}

.departments-bottom .col-sm-3 {
    padding: 0 26px;
}

.departments-bottom .col-sm-3 > div {
    height: 240px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.departments-bottom .col-sm-3 > div img {
    margin: 78px 0 40px 0;
    height: 50px;
}

.departments-bottom .col-sm-3 > div .line {
    width: 20px;
    height: 3px;
    margin: 22px auto 0 auto;
    display: block;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.departments-bottom .col-sm-3 > div:hover .line {
    width: 80%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.departments-bottom .col-sm-3 > div.red {
    border: 2px solid #ae1e39;
}

.departments-bottom .col-sm-3 > div.red .line {
    background-color: #ae1e39;
}

.departments-bottom .col-sm-3 > div.green {
    border: 2px solid #708825;
}

.departments-bottom .col-sm-3 > div.green .line {
    background-color: #708825;
}

.departments-bottom .col-sm-3 > div.orange {
    border: 2px solid #e36a12;
}

.departments-bottom .col-sm-3 > div.orange .line {
    background-color: #e36a12;
}

.departments-bottom .col-sm-3 > div.purple {
    border: 2px solid #735599;
}

.departments-bottom .col-sm-3 > div.purple .line {
    background-color: #735599;
}

.departments-bottom a {
    color: #333333;
    display: block;
}

.departments-bottom a:hover {
    text-decoration: none;
}

footer {
    background-color: #242424;
}

footer .col-sm-12 {
    padding: 20px 26px;
}

footer .footer-nav {
    margin: 40px 0;    
}

footer .col-sm-4 {
    padding: 0 26px;
}

footer .col-sm-4 li {
    font-size: 15px;
    color: #434343;
    margin-bottom: 6px;
}

footer a,
footer a:active,
footer a:visited {
    color: #cccccc;
}

footer a:hover {
    color: #cccccc;
    text-decoration: underline;
}

.page-bgr {
    height: 112px;
    background-image: url("../../images/frontend/inner-bgr.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-bgr h1 {
    height: 112px;
    display: table-cell;
    vertical-align: middle;
    font-size: 31px;
    color: #ffffff;
    text-transform: uppercase;
}

.breadcrumbs {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #919191;
}

.breadcrumbs a {
    color: #919191;
}

.breadcrumbs a:after {
    content: "|";
    margin: 0 10px;
}

.breadcrumbs label {
    color: #000000;
    font-weight: normal;
}

.reshenia {
    padding: 30px 20px;
    background-color: #ffffff;
}

.reshenia h1 {
    color: #184dba;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0  15px 20px 15px;
    border-bottom: 1px solid #b2b2b2;
}

.reshenia .col-sm-6 {
    margin: 10px 0;
    min-height: 60px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 40px;
}

.reshenia .col-sm-6 a {
    color: #434343;
}

.reshenia .col-sm-6 a:before {
    font-family: 'FontAwesome';
    content: "\f1c1";
    margin-left: -20px;
    display: block;
    float: left;
}

.reshenia .col-sm-6 a:hover {
    color: #184dba;
}

.text-page {
    padding: 30px;
    background-color: #ffffff;
    font-size: 14px;
}

.text-page strong {
    color: #184dba;
}   

.text-page p {
    margin-bottom: 10px;
}

.text .content {
    padding: 0 15px 30px 15px;
}

.learning,
.structure,
.text,
.projects,
.partners {
    padding: 30px 15px;
    background-color: #ffffff;
}

.learning .col-sm-6 {
    min-height: 100px;
    margin-bottom: 30px;
}
.learning .col-sm-6 p {
    margin: 0 0 10px 0;
}

.learning .col-sm-6 div {
    border-bottom: 1px solid #cccccc;
}

.learning .col-sm-6 a,
.structure .col-sm-12 a,
.text .col-sm-12 a {
    color: #184dba;
}

.learning h4 {
    margin-bottom: 20px;
}

.learning h5 {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.learning .col-sm-12 p {
    margin-bottom: 10px;
}

.pagetitle {
    font-family: 'Philosopher', sans-serif;
    margin: 0 15px 25px 15px;
    color: #184dba;
}

.pagetitle div {
    width: 40px;
    height: 3px;
    margin-top: 10px;
    background-color: #184dba;
}

.text-page .pagetitle {
    margin: 0 0 25px 0;
}

.filter {
    margin-bottom: 40px;
}

.filter select {
    border: 1px solid #000000;
    padding: 2px 4px;
}

.filter .to {
    margin-left: 20px;
}

.filter button {
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 12px;
    margin-left: 20px;
    display: inline-block;
    background-color: #184dba;
    text-align: left;
    color: #ffffff;
    border: 1px solid #184dba;
}

.filter button:hover {
    background-color: #d11f41;
}

.filter-results {
    margin-bottom: 20px;
}

.filter-results h4 {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #000000;
}

.structure .col-sm-12 {
    margin-bottom: 20px;
}

.structure .col-sm-12 div {
    padding-top: 10px;
}

.structure .col-sm-12 img {
    width: 120px;
    float: left;
    margin: 0 20px 30px 0;
    box-shadow: 0 0 0 0 rgba(44, 49, 55, 0.2);
    padding: 5px;
    border: 1px solid #e0e0e1;
}

.structure .col-sm-12 p,
.text .col-sm-12 p {
    margin-bottom: 4px;
}

.structure .col-sm-12 label {
    font-weight: normal;
    color: #999999;
}

.structure table {
    width: 100%;
}

.structure th {
    padding: 6px 8px;
    background-color: #ededeb;
}

.structure td {
    padding: 6px 8px;
    border-bottom: 1px solid #ededeb;
}

.text .warning {
    width: 100%;
    padding: 20px;
    margin: 20px auto;
    background-color: #b42f48;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.text .filter {
    margin: 20px 0;
}

.text .filter div {
    width: 400px;
    margin: 20px auto;
}

.text .filter input {
    width: 100%;
    max-width: 300px;
    height: 27px;
}

.text .title {
    color: #184dba;
    margin-bottom: 10px;
}

.text .list {
    margin: 20px 0;
}

.text .list li {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
}

.text .list a {
    color: #1d1d1d;
}

.text .results {
    margin: 20px 0;
    height: 400px;
    overflow: auto;
}

.table {
    width: 100%;
    margin: 20px 0;
}

.table tr:hover {
    background-color: #f9f9f9;
}

.view-news,
.view-profile {
    padding: 30px;
    background-color: #ffffff;
}

.view-news h1,
.view-profile h1 {
    margin: 0 0 5% 0;
}

.view-news .pub-date,
.text .pub-date,
.view-profile .section {
    color: #999999;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.view-news .gallery {
    width: 100%;
    max-width: 384px;
    float: left;
    margin: 0 20px 20px 0;
    box-shadow: 0 0 0 0 rgba(44, 49, 55, 0.2);
    padding: 5px;
    border: 1px solid #e0e0e1;    
}

.view-news .gallery li:hover {
    cursor: pointer;
}

.view-profile .contacts {
    padding: 5% 0 2% 0;
}

.view-profile .contacts .pagetitle {
    margin: 0 0 1% 0;
}

.view-profile .contacts span {
    margin: 0 2% 2% 0;
    display: inline-block;
}

.back-btn {
    font-size: 12px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}

.back-btn:visited,
.back-btn:active {
    color: #ffffff;
}

.back-btn:hover {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}

.view-profile .profile-picture {
    width: 100%;
    max-width: 140px;
    float: left;
    margin: 0 20px 20px 0;
    box-shadow: 0 0 0 0 rgba(44, 49, 55, 0.2);
    padding: 5px;
    border: 1px solid #e0e0e1;
}

.view-profile .profile-picture img {
    width: 100%;
}

.view-profile .contacts p {
    margin-bottom: 4px;
}

.view-profile .contacts a,
.view-profile .publications .col-sm-6 a:hover {
    color: #184dba;
}

.view-profile h3 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.view-profile .publications p {
    margin-bottom: 1%;
}

.view-profile .publications p a {
    color: #1d1d1d;
}

.text h4,
.projects h4,
.partners h4 {
    color: #1d1d1d;
    border-bottom: 1px solid #999999;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.partners .col-sm-6,
.text .col-sm-12 {
    margin-bottom: 20px;
}

.home .publications .col-sm-12 {
    max-width: 1110px;
}

.home .publications ul li {
    background-color: #fbfbfb;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 14px;    
}

.home .publications ul li a {
    display: inline-block;
    margin-top: 10px;
    color: #184dba;
    text-decoration: underline;
}

.home .publications ul li a:hover {
    text-decoration: none;
}

#mobile-menu,
.mobile-bar {
    display: none;
}

/** mobile **/
.mobile .desktop {
    display: none;
}

.mobile header .dark-bgr {
    height: auto;
    padding: 10px 0;
}

.mobile header .dark-bgr img {
    margin: 0 15px 15px 0;
}

.mobile .language {
    width: 90px;
    float: right;
    margin-top: -31px;
}

.mobile .language span {
    display: inline-block;
    margin: 0 5px;
}

.mobile header .white-bgr .departments li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

.mobile header .logo img {
    width: 40px;
    margin: 0 20px 0 0;
}

.mobile header .logo span {
    font-size: 16px;
    line-height: 16px;
}

.mobile header .logo {
    width: 250px;
    display: inline-block;
}

.mobile .mobile-bar {
    display: inline-block;
    font-size: 30px;
    color: #1d1d1d;
    float: right;
    margin: -4px 10px 0 0;
}

.mobile .mobile-bar:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile .mobile-bar.active:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mobile-menu {
    padding: 0 15px;
}

.mobile .home-slider-wrapper {
    height: auto;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    padding: 0;
}

.mobile .home-slider {
    padding: 15px;
}

.mobile .home-slider li {
    font-size: 16px;
    line-height: 18px;
}

.mobile .home .content h1,
.school-bgr h1 {
    font-size: 26px;
}

.mobile .school-bgr {
    height: auto;
}

.mobile .school-bgr .col-sm-6 {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
}

.mobile .departments-bottom .row {
    padding: 30px 0 0 0;
}

.mobile .departments-bottom .col-sm-3 {
    margin-bottom: 30px;
}

.mobile .w100 .col-sm-9 {
    margin: -30px;
}

.mobile .view-news, 
.mobile .view-profile {
    padding: 15px;
}

.mobile .view-news .gallery {
    max-width: 360px;
}

.mobile .learning, 
.mobile .structure, 
.mobile .text, 
.mobile .projects, 
.mobile .partners {
    padding: 15px 0;
}

/** end mobile **/