@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700&subset=latin,cyrillic);

@font-face {
    font-family: 'Museo';
    src: url('../fonts/MuseoSansCyrl_300-webfont.eot');
    src: url('../fonts/MuseoSansCyrl_300-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl_300-webfont.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl_300-webfont.woff') format('woff'),
        url('../fonts/MuseoSansCyrl_300-webfont.ttf') format('truetype'),
        url('../fonts/MuseoSansCyrl_300-webfont.svg#museo_sans_cyrl300') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: url('../fonts/MuseoSansCyrl_500-webfont.eot');
    src: url('../fonts/MuseoSansCyrl_500-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl_500-webfont.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl_500-webfont.woff') format('woff'),
        url('../fonts/MuseoSansCyrl_500-webfont.ttf') format('truetype'),
        url('../fonts/MuseoSansCyrl_500-webfont.svg#museo_sans_cyrl500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: url('../fonts/MuseoSansCyrl_700-webfont.eot');
    src: url('../fonts/MuseoSansCyrl_700-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSansCyrl_700-webfont.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl_700-webfont.woff') format('woff'),
        url('../fonts/MuseoSansCyrl_700-webfont.ttf') format('truetype'),
        url('../fonts/MuseoSansCyrl_700-webfont.svg#museo_sans_cyrl700') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Alumna';
    src: url('../fonts/alsalumna-webfont.eot');
    src: url('../fonts/alsalumna-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/alsalumna-webfont.woff2') format('woff2'),
        url('../fonts/alsalumna-webfont.woff') format('woff'),
        url('../fonts/alsalumna-webfont.ttf') format('truetype'),
        url('../fonts/alsalumna-webfont.svg#alsalumna') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #929292;
}

* {
    box-sizing: border-box;
}
html,
body {
    font-family: 'Museo', 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    line-height: 1.4;
    overflow-x: hidden;
}
html {
    background-color: #004899;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
header,
footer,
nav,
section {
    display: block;
}
.wrapper {
    margin-left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
}
.wrapper.right {
    margin-left: 250px;
}
.fix-width {
    max-width: 1100px;
    margin: 0 auto;
}
.fix-width .header-nav {
    padding-left: 15px;
}
.nav-list {
    border-bottom: 1px solid #005cc3;
}
.nav-item {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-top: 1px solid #005cc3;
}
.nav-item.hovered,
.nav-item:hover,
.nav-item.select {
    background: #003571;
}
.nav-link {
    font-family: 'Alumna', 'Museo', sans-serif;
    font-size: 1rem;
    line-height: 2.500rem;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-left: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}
.nav-item.hovered .nav-link,
.nav-item.select .nav-link,
.nav-link:hover,
.nav-link.select {
    text-decoration: none;
    color: #fff;
}
.mobile-menu-panel {
    position: absolute;
    z-index: 2;
    left: -250px;
    width: 230px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #2d2d2d;
    border-right: 1px solid #c6c6c6;
}
.mobile-menu-panel.open {
    left: 0;
}
.page {
    left: 0;
    float: right;
    width: calc(100% - 185px);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.mobile-menu {
    white-space: nowrap;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
}
.mobile-menu-icon,
.mobile-menu-icon-angle {
    font-size: 1.875rem;
    margin: 17px 25px 16px 0;
    cursor: pointer;
    vertical-align: middle;
    color: #2e2e2e;
}
.mobile-menu-icon-close {
    display: none;
}
.mobile-menu-panel.open {
    left: 0;
}
.nav {
    font-family: 'Alumna', 'Museo', sans-serif;
    position: relative;
    z-index: 1;
}
.nav-item {
    position: inherit;
    width: 100%;
}
.nav-item > i {
    position: absolute;
    top: 15px;
    left: -10px;
}
.nav-list2 {
    position: absolute;
    z-index: 5;
    top: 1px;
    right: -5000px;
    width: 164px;
    -webkit-transition: opacity ease-in 1s;
    transition: opacity ease-in 1s;
    opacity: 0;
}
.desktop-menu .nav-list2 {
    max-height: 650px;
    overflow-y: auto;
    width: 100%;
    padding-right: 10px;
}
.nav-item.hovered .nav-list2,
.nav-item.select .nav-list2 {
    right: -215px;
    opacity: 1;
}
.nav-item2 {
    /* padding: 12px 0 10px; */
    padding: 12px 0 6px;
    border-bottom: 1px solid #004899;
}
.desktop-menu .nav-item2:first-child a {
    font-weight: bold;
}
.nav-item2:last-child {
    border: none;
}
.nav-link2,
.nav-link2:hover,
.nav-link2:focus {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #fff;
}
.social {
    padding: 0 10px;
    background-color: #003571;
}
.social-inner {
    display: table;
    width: 100%;
}
.social-item {
    position: relative;
    display: table-cell;
    padding: 29px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.social-item:hover:before {
    position: absolute;
    top: -2px;
    right: 40%;
    right: calc(50% - 2px);
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #004899;
}
.social-item:hover:after {
    position: absolute;
    right: 40%;
    right: calc(50% - 2px);
    bottom: -2px;
    width: 4px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #004899;
}
.social-link:hover {
    text-decoration: none;
}
.social-link > i:before {
    font-size: 1rem;
    margin: 0;
    color: #fff;
}
.copyright {
    font-size: 0.688rem;
    font-weight: 100;
    line-height: 1rem;
    padding: 20px 17px;
    color: #cadef5;
}
.copyright-line {
    display: block;
}
.desktop-menu {
    position: fixed;
    z-index: 7;
    width: 185px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #004899;
}
.desktop-menu-sub {
    position: relative;
    position: fixed;
    z-index: 6;
    /*top: 0;*/
    left: 185px;
    width: 0;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background: #003571;
}
.desktop-menu.hover + .desktop-menu-sub {
    width: 225px;
}
.desktop-menu-close {
    position: absolute;
    top: 21px;
    right: 17px;
    width: 12px;
    height: 14px;
    cursor: pointer;
    cursor: pointer;
    color: #004899;
    background-color: #fff;
}
.desktop-menu-close.flaticon-cancel:before {
    position: relative;
    top: -5px;
    left: -5px;
}
.desktop-menu-inner {
    width: 185px;
}
.lg-logo {
    padding: 33px 0;
}
.sm-logo {
    display: inline-block;
    vertical-align: middle;
}
.logo-img {
    margin: 0 auto;
}
.search {
    padding: 28px 17px;
}
.search-form {
    position: relative;
}
.search-input {
    font-size: 0.875rem;
    line-height: 1.125rem;
    width: 100%;
    height: 40px;
    padding: 10px 40px 10px 10px;
    border: none;
    border-radius: 3px;
    outline: none;
    box-shadow: none !important;
}
.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 0;
    background: 0;
}
.header .search-btn {
    color: #fff;
    background-color: #004899;
}
.search-btn > i:before {
    font-size: 0.875rem;
    margin: 0;
    color: #719ab2;
}
.header {
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid #d2ddee;
}
.mobile-menu-select-wrapper {
    position: absolute;
    z-index: 2;
    left: 25px;
    overflow: hidden;
    width: 245px;
    margin: 21px auto;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    background: #fff;
}

.mobile-menu-select--inside-menu,
.mobile-menu-select--inside-menu .mobile-menu-select-wrapper {
    position: relative;
	margin-top: 0;
}

.mobile-menu-select--inside-menu .mobile-menu-select-wrapper {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.mobile-menu-select-header {
    position: relative;
    cursor: pointer;
}
.mobile-menu-select-selected {
    padding: 14px 16px;
    color: #000;
}
.mobile-menu-select-header > i {
    position: absolute;
    top: 13px;
    right: 16px;
}
.mobile-menu-select-header .flaticon-arrows-2:before,
.mobile-menu-select-header .flaticon-arrows:before {
    font-size: 0.625rem;
    font-weight: bold;
    margin: 0;
    color: #4f91da;
}
.mobile-menu-select-body {
    display: none;
}
.mobile-menu-select-item {
    border-top: 1px solid #c4c4c4;
}
.mobile-menu-select-link {
    display: block;
    padding: 14px 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
}
.mobile-menu-select-link:hover {
    text-decoration: none;
    color: #000;
    background-color: #f8f8f8;
}
.header-nav {
    float: left;
    width: calc(100% - 290px);
    padding-left: 70px;
}
.header-nav-list {
    display: table;
    width: 100%;
}
.header-nav-item {
    position: relative;
    display: table-cell;
    border: 1px solid transparent !important;
}
.header-nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
    height: 58px;
    padding: 23px 7px 23px 0;
    white-space: nowrap;
    color: #51595c;
    background-color: #fff;
}
.header-nav-link:hover {
    color: #51595c;
}
.header-nav-item .flaticon-arrows-2:before {
    font-size: 0.625rem;
    font-weight: bold;
    margin-left: 0;
    vertical-align: middle;
    color: #4f91da;
}
.header-nav-list2 {
    position: absolute;
    z-index: 4;
    top: 59px;
    overflow: hidden;
    /*: 245px;*/
    width: auto;
    max-height: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-top: 1px solid #d2ddee;
    border-bottom: 0px solid transparent;
    background-color: #fff;
}
.header-nav-link:hover {
    color: #004899;
}
.nav-item-inner {
    position: relative;
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
}
.nav-item-inner:hover .header-nav-list2 {
    max-height: 500px;
    border-bottom: 4px solid #004899;
}
.nav-item-inner i:before {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.nav-item-inner:hover i:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-item-inner:hover .header-nav-list2 {
    /*display: block;*/
}
.nav-item-inner:hover {
    border-color: #d2ddee;
}
.nav-item-inner:hover > a {
    z-index: 4;
}
.nav-item-inner:hover:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: white;
}
.header-nav-item2 {
    padding: 10px 7px;
}
.header-nav-link2 {
    font-size: 0.875rem;
    color: #51595c;
}
.header-nav-link2:hover {
    color: #004899;
}
.header-icon-wrapper {
    float: right;
    width: 290px;
    height: 60px;
    text-align: center;
    color: #4f91da;
    border-left: 1px solid #d2ddee;
}
.search-icon {
    line-height: 60px;
    cursor: pointer;
}
.user-icon {
    line-height: 60px;
    margin: 0 5%;
    cursor: pointer;
}
.user-icon.flaticon-person:before {
    font-size: 1.125rem;
    margin: 0;
}
.message-icon {
    line-height: 60px;
    margin: 0 5%;
    cursor: pointer;
}
.message-icon.flaticon-letter:before {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
}
.glasses-icon {
    line-height: 60px;
    margin: 0 5%;
    cursor: pointer;
}
.glasses-icon.flaticon-vision:before {
    font-size: 1.250rem;
    font-weight: bold;
    margin: 0;
}
.lang-wrapper {
    line-height: 57px;
    display: inline-block;
    width: 100px;
    height: 60px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #d2ddee;
}
.lang {
    font-size: 0.875rem;
    /*line-height: 3.75rem;*/
    vertical-align: sub;
    color: #51595c;
}
.lang:hover {
    color: #51595c;
}
.footer {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f8f8f8;
}
.footer-inner {
    margin-right: 25px;
    margin-left: 25px;
}
.footer-menu-list {
    padding-top: 55px;
    padding-bottom: 50px;
}
.footer-menu-link {
    font-weight: 700;
    text-decoration: none;
    color: #3e3e3e;
}
.footer-menu-link:hover {
    color: #212121;
}
.footer-menu-list2 {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}
.footer-menu-item2 {
    margin-bottom: 6px;
}
.footer-menu-link2 {
    font-size: 0.813rem;
    color: #3e3e3e;
}
.footer-menu-link2:hover {
    color: #3e3e3e;
}
.show-more {
    font-size: 0.750rem;
    text-decoration: underline;
    color: #004899;
}
.show-more:hover {
    text-decoration: none;
    color: #004899;
}
.f-banner-list {
    display: table;
    width: calc(100% - 40px);
    width: 100%;
    margin: 0 20px;
    margin: 0;
    padding: 6px 0;
    background-color: #fff;
}
.f-banner-item {
    display: table-cell;
    vertical-align: middle;
}
.f-banner-img {
    margin: 0 auto;
}
.footer-sub {
    /* margin-right: 5px; */
    /* margin-left: 5px; */
}
.f-iso {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.25rem;
    display: inline-block;
    padding: 27px 0;
    cursor: default;
    color: #5a5a5a;
}
.err-block {
    padding: 17px 0;
    text-align: right;
}
.err-title {
    font-size: 0.938rem;
    font-weight: 700;
    line-height: 1.25rem;
    display: block;
    color: #212121;
}
.err-txt {
    font-size: 0.750rem;
    font-weight: 300;
    line-height: 1.25rem;
    color: #004899;
}
.search-container {
    /* background-color: #004899; */

    position: relative;
    display: none;
    border-bottom: 1px solid #d2ddee;
}
.content {
    margin-bottom: 40px;
}
.center {
    text-align: center;
}
.slider {
    overflow: hidden;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #181616;
    height: 380px;
}
.slider-nav {
    display: block;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 55px;
    width: 100px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #004899;
}
.slide-prev {
    float: left;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.slide-next {
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.slide-prev:hover,
.slide-next:hover {
    background-color: #4f91da;
}
.slider-nav-icon {
    display: block;
    padding: 14px;
}
.slider-nav-icon:before {
    margin: 0;
}
.slider-item {
    position: relative;
    height: 380px;
    padding: 80px 60px 40px 65px;
    background-position: top left;
}
.slider-item-img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.slider-item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 233px;
    content: '';
    background: url(../image/slide-gr.png) ;
    background-repeat: repeat-x;
}
.slider-item-info {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 70px;
    max-width: 750px;
}
.slider-item-header {
    margin-bottom: 20px;
}
.slider-category-link {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.25rem;
    display: inline-block;
    padding: 4px 8px 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #003571;
}
.slider-category-link:hover,
.slider-category-link:focus {
    text-decoration: none;
    color: #fff;
}
.slider-item-date {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin-left: 16px;
    color: #fff;
}
.slider-item-link {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: normal;
    color: #fff;
}
.slider-item-link:hover,
.slider-item-link:focus {
    text-decoration: none;
    color: #fff;
}
/*
.facts {
margin-right: -15px;
margin-left: -15px;
padding: 15px 60px 15px 65px;
color: #fff;
background: #16356c url(../image/facts-bg.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
.facts-inner {
display: table;
width: 100%;
}
.facts-item {
display: table-cell;
vertical-align: middle;
}
.facts-l {
font-family: 'Alumna', sans-serif;
font-size: 4.5rem;
font-weight: 100;
line-height: 4rem;
position: relative;
top: 20px;
display: block;
float: left;
}
.facts-s {
font-size: 1.875rem;
line-height: 1.563rem;
vertical-align: baseline;
}
.facts-txt {
font-size: 1rem;
font-weight: 500;
line-height: 1.250rem;
display: block;
width: 380px;
margin: 0;
margin-left: 200px;
padding-left: 20px;
border-left: 1px solid #0a53a5;
}
.facts-more {
display: table-cell;
text-align: right;
vertical-align: middle;
white-space: nowrap;
}
.facts-link {
font-size: 0.875rem;
font-weight: 300;
margin-right: 25px;
vertical-align: middle;
text-decoration: underline;
color: #fff;
}
.facts-link:hover {
text-decoration: none;
color: #fff;
}
.facts-btn {
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
vertical-align: middle;
color: #fff;
border: 1px solid #fff;
}
.facts-btn:hover {
text-decoration: none;
color: #fff;
}
.facts-icon {
line-height: 38px;
}
.facts-icon:before {
margin: 0;
}*/


.fact {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    padding: 7px 60px 7px 65px;
    color: #fff;
    background: #16356c url(../image/facts-bg1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.fact-inner {
    display: table;
    width: 100%;
}
.fact-col1 {
    font-family: 'Alumna', sans-serif;
    /* font-size: 4.5rem; */
    font-weight: 100;
    /* line-height: 4rem; */
    display: table-cell;
    min-width: 200px;
    vertical-align: middle;
    border-right: 1px solid #0a53a5;
    padding-right: 15px;
}
.fact-col1 span:first-child {
    height: 5rem;
    font-size: 4.5rem;
    line-height: 6.5rem;
    display: inline-block;
}
.fact-col1 span:last-child {
    font-size: 1.875rem;
    line-height: 1.563rem;
    vertical-align: baseline;
}
.fact-col2 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.fact-col2 p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin: 0;
}
.fact-col3 {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 15px;
}
.fact-link {
    font-size: .875rem;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    white-space: pre-wrap;
    text-decoration: underline;
    color: #fff;
}
.fact-link:hover {
    text-decoration: none;
    color: #fff;
}
.fact-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    color: #fff !important;
    border: 1px solid #fff;
}
.fact-btn:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.fact-btn:before {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    line-height: 38px;
    content: '\f11c';
}







.main-news {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px 60px 50px 65px;
}
.main-news-header {
    position: relative;
}
.main-news-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 7px;
}
.rss {
    font-size: 0.875rem;
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #585b5c;
}

.rss a {
    color: #585b5c;
}

.rss a:hover {
    color: #ffa700;
    text-decoration: none;
}

.rss-icon {
    margin-right: 5px;
}

.rss-icon:before {
    font-size: 1.125rem;
    margin: 0;
}

.telegram-icon {
    margin-right: 20px;
}

.telegram-icon i.rss-icon {
    background: #585b5c;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin-top: 1px;
    float: left;
}

.telegram-icon i.rss-icon:before {
    font-size: 10px;
    color: white;
}

.telegram-icon:hover i.rss-icon {
    background: #00a5d7;
}

.telegram-icon:hover .rss-label {
    color: #00a5d7;
}
.tabs-select {
    margin-bottom: 27px;
}
.tabs-select-var {
    position: relative;
}
.main-news-more {
    margin-top: 15px;
    text-align: center;
}
.main-news-nav-list {
    border-color: #4f91da;
}
.main-news-nav-link {
    font-family: 'Museo', sans-serif;
    font-size: 0.875rem;
    padding: 5px 20px !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}
.main-news-nav-item.active {
    background-color: #4f91da;
}
.main-news-nav-item.active > a {
    margin: 0;
    color: #fff !important;
    border: none !important;
    border-radius: 0;
}
.main-news-nav-link:hover {
    color: #fff;
    border: none;
    background-color: #4f91da !important;
}
.main-news-item {
    margin-bottom: 50px;
}
.main-news-date {
    font-size: 0.750rem;
    display: block;
    margin-top: 20px;
    color: #004899;
}
.main-news-link:hover {
    color: #000;
}
.main-news-cat-link {
    font-size: 0.750rem;
    line-height: 0.875rem;
    color: #a0a0a0;
}
.main-news-cat-link:hover {
    color: #a0a0a0;
}
.main-news-item-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.250rem;
    display: block;
    overflow: hidden;
    height: 2.5rem;
    margin: 15px 0;
    color: #000;
}
.main-news-detail {
    font-size: 0.875rem;
    line-height: 1.250rem;
    display: block;
    overflow: hidden;
    height: 3.75rem;
    text-decoration: none;
    color: #000;
}
.more-btn {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.875rem;
    display: inline-block;
    padding: 9px 23px 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #838383;
    border: 1px solid #d8d9d9;
    border-radius: 20px;
}
.more-btn:hover {
    text-decoration: none;
    color: #838383;
    background-color: #e8e8e8;
}
.more-icon {
    vertical-align: middle;
}
.more-icon:before {
    font-size: 0.938rem;
    font-weight: bold;
    line-height: 0.938rem;
    margin: 0;
    margin-right: 9px;
    color: #004899;
}
.more-label {
    line-height: 0.938rem;
    vertical-align: middle;
}
.events {
    margin-right: -15px;
    margin-left: -15px;
}
.events-header {
    padding: 52px 0 30px;
    text-align: center;
    border-bottom: 1px solid #d2ddee;
}
.events-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.125rem;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.events-calendar {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
.calendar-link {
    font-size: 0.875rem;
    line-height: 1.125rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #929c9b;
}
.calendar-link:hover {
    text-decoration: none;
    color: #004899;
}
.calendar-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.calendar-icon > i:before {
    font-size: 0.5rem;
    line-height: 0.5rem;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #585b5c;
}
.calendar-label {
    vertical-align: middle;
}
.events-col {
    width: 330px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #f7f6f1;
}
.events-item {
    border-bottom: 1px solid #bbc5d3;
}
.events-item:last-child {
    border: none;
}
.events-inner {
    padding: 27px 43px 25px 47px;
}
.events-img-wrapper {
    margin-bottom: 22px;
}
.events-link {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
}
.events-link:hover {
    color: #000;
}
.events-date {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 7px;
    cursor: default;
    color: #004899;
}
.events-item-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
    margin: 0;
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px dotted #d2ddee;
}
.events-detail {
    margin-bottom: 5px;
}
.events-detail > i:before {
    font-size: 0.938rem;
    font-weight: bold;
    margin: 0;
    margin-right: 10px;
    color: #004899;
}
.events-detail-label {
    font-size: 0.75rem;
    line-height: 0.875rem;
    cursor: default;
    color: #a0a0a0;
}
.events-more {
    padding: 85px 43px 50px 47px;
    text-align: center;
}
.medialibrary {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    padding: 60px 45px 75px;
    background-image: url(../image/ml-bg.jpg);
}
.medialibrary-nav {
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 45px;
    display: block;
    width: 82px;
    height: 39px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.medialibrary-prev {
    float: left;
    width: 40px;
    height: 38px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-right: 1px solid #fff;
}
.medialibrary-prev > i {
    display: block;
    padding: 8px 0;
}
.medialibrary-prev > i:before {
    margin: 0;
}
.medialibrary-next {
    float: right;
    width: 40px;
    height: 38px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.medialibrary-prev:hover,
.medialibrary-next:hover {
    color: #004899;
    background-color: #fff;
}
.medialibrary-next > i {
    display: block;
    padding: 8px 0;
}
.medialibrary-next > i:before {
    margin: 0;
}
.medialibrary-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin: 0;
    margin-bottom: 45px;
    color: #fff;
    /* margin-left: 15px; */
}
.medialibrary-item {
    display: block;
    max-width: 245px;
    margin: 0 auto;
}
.medialibrary-link:hover {
    text-decoration: none;
}
.medialibrary-img-wrap {
    position: relative;
}
.medialibrary-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-align: center;
    color: #fff;
    background-color: #4f91da;
}
.medialibrary-icon:before {
    margin: 0;
}
.medialibrary-date {
    font-size: 0.75em;
    font-weight: 700;
    display: block;
    margin: 15px 0;
    color: #ddd2d3;
}
.medialibrary-descr {
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}
.main-contact {
    margin: 70px 30px;
}
.main-contact-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.250rem;
    margin: 0 0 15px;
}
.main-contact-item {
    border-right: 1px solid #eaeaea;
}
.main-contact-item:last-child {
    border: none;
}
.main-contact-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.250rem;
    margin: 25px 0 20px;
    text-decoration: underline;
    color: #003571;
}
.main-contact-adr {
    font-size: 0.875rem;
    margin-bottom: 15px;
}
.main-contact-subtitle {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 25px 0 15px;
}
.main-contact-phone {
    margin-right: 30px;
}
.main-contact-phone > i {
    vertical-align: middle;
}
.main-contact-phone > i:before {
    font-size: 0.938rem;
    margin: 0;
    margin-right: 10px;
    color: #d4d4d4;
}
.main-contact-phone > a {
    font-size: 0.875em;
    line-height: 1.625rem;
    vertical-align: middle;
    color: #000;
}
.main-contact-phone > a:hover {
    color: #000;
}
.main-contact-email > i {
    vertical-align: middle;
}
.main-contact-email > i:before {
    font-size: 0.938rem;
    margin: 0;
    margin-right: 10px;
    color: #d4d4d4;
}
.main-contact-email > a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    vertical-align: middle;
    text-decoration: underline;
    color: #000;
}
.main-contact-email > a:hover {
    text-decoration: none;
}
.main-banner {
    margin: 30px -15px 50px;
}
.main-banner-link {
    display: block;
    float: left;
    width: 33.333%;
    height: 350px;
}
.main-banner1 {
    width: 100%;
    height: 100%;
    background-image: url(../image/mb1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.main-banner2 {
    width: 100%;
    height: 100%;
    background-image: url(../image/mb2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.main-banner3 {
    width: 100%;
    height: 100%;
    background-image: url(../image/en5100.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.b-menu {
    margin: 10px 5px 25px;
    color: #fff;
}
.color1 {
    background-color: #4f91da;
}
.color2 {
    background-color: #004899;
}
.color3 {
    background-color: #9f2b37;
}
.color4 {
    background-color: #631b22;
}
.bottom-menu {
    margin-right: 25px;
    margin-left: 25px;
}
.b-menu-header {
    position: relative;
    padding: 13px 25px;
    cursor: pointer;
}
.b-menu-icon1 {
    line-height: 22px;
    margin-right: 15px;
    vertical-align: middle;
}
.b-menu-icon1:before {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin: 0;
}
.b-menu-icon2 {
    position: absolute;
    right: 25px;
}
.b-menu-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    vertical-align: middle;
}
.b-menu-body {
    display: none;
    padding: 0 65px 25px;
}
.b-menu-item {
    font-size: 0.875rem;
    margin-bottom: 10px;
}
.b-menu-link {
    color: #fff;
}
.b-menu-link:hover {
    color: #fff;
}
.no-border {
    border: none !important;
}
.page-header {
    margin: 0 -15px 40px;
    padding: 0 15px;
    border-bottom: 1px solid #d2ddee;
    background-color: #f9f9f9;
}
.breadcrumb {
    padding: 20px 0 0;
}
.breadcrumb-item {
    display: inline-block;
    color: #a0a0a0;
}
.breadcrumb-item:after {
    margin: 0 2px 0 7px;
    content: '-';
}
.breadcrumb-item:last-child a {
    text-decoration: none;
}
.breadcrumb-item:last-child:after {
    content: '';
}
.breadcrumb-link {
    font-size: 0.750rem;
    text-decoration: underline;
    color: #a0a0a0;
    float: left;
    line-height: 150%;
}
.breadcrumb-link:hover {
    color: #004899;
    outline: none;
}
.title-container {
    /* width: 20%;*/
}
.title-container h1 {
    font-family: 'Alumna', sans-serif;
}
.filter-container {
    width: 365px;
    vertical-align: top;
}
.filter-search {
    position: relative;
    float: right;
    margin-right: 15px;
}
.filter-search .search-input {
    width: 205px;
    padding-right: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #d2ddee;
}
.filter-search .search-icon {
    line-height: inherit;
    position: absolute;
    top: 11px;
    right: 13px;
    display: block;
    cursor: default;
}
.filter-search .search-icon.flaticon-magnifying-glass:before {
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;
    color: #6692ac;
}
.filter-year {
    float: right;
    width: 80px;
    margin-right: 15px;
    border: 1px solid #d2ddee;
    border-radius: 3px;
}
.filter-select {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
}
.select-head {
    position: relative;
    cursor: pointer;
}
.selected {
    padding: 12px 25px 8px 15px;
}
.selected-icons {
    position: absolute;
    top: 10px;
    right: 8px;
}
.selected-icons.flaticon-arrows-2:before {
    font-size: 0.688rem;
    font-weight: bold;
    margin: 0;
}
.select-body {
    position: absolute;
    z-index: 1;
    top: 34px;
    left: -1px;
    display: none;
    overflow: hidden;
    width: 82px;
    max-height: 200px;
    margin: 0;
    border: 1px solid #d2ddee;
    border-top: 3px solid #fff;
    background-color: #fff;
}
.select-options {
    overflow: auto;
    max-height: 200px;
}
.select-option-item {
    padding: 5px 15px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.select-option-item:hover,
.select-option-item:focus {
    outline: none;
    background-color: #f5eced;
}
.filter-search-btn {
    float: right;
}
.c-btn {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 11px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #004899;
    border-radius: 5px;
    background-color: #004899;
}
.c-btn:hover,
.c-btn:focus {
    color: #004899;
    outline: none;
    background-color: #fff;
}
.main-banner-page {
    margin-top: 50px;
    margin-bottom: 0;
}
.galery-body {
    margin-bottom: 50px;
    border-bottom: 1px solid #e8eef6;
}
.gallery-item-wrapper {
    margin-bottom: 50px;
}
.gallery-item-wrapper > a {
    position: relative;
}
.gal-photo {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #4f91da;
}
.gal-date {
    font-size: 0.750rem;
    font-weight: 700;
    display: block;
    padding-top: 24px;
    padding-bottom: 7px;
    color: #4f91da;
}
.gal-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    display: block;
    overflow: hidden;
    height: 55px;
    color: #2b2b2b;
}
.gal-link:hover,
.gal-link:focus {
    color: #004899;
    outline: none;
}
.center {
    text-align: center;
}
.galery-header .gal-date {
    padding: 0;
}
.gal-title h1 {
    font-family: 'Alumna', 'Museo', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8eef6;
}
.gal-descr {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.250rem;
}
.gallery-detail-photo-wrap {
    position: relative;
    margin-top: 30px;
}
.gallery-detail-photo-link {
    display: block;
    overflow: hidden;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gallery-detail-photo {
    width: auto;
    margin: 0 auto;
}
.gal-zoom {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.gal-zoom-icon {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    display: none;
    width: 59px;
    height: 59px;
    cursor: pointer;
    background: url(../image/zoom.png);
}
.gallery-detail-photo-wrap:hover .gal-zoom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(223, 30, 55, .7);
}
.gallery-detail-photo-wrap:hover .gal-zoom .gal-zoom-icon {
    display: block;
}
.go-back {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #e8eef6;
}
.back-link {
    font-size: 0.875rem;
    color: #004899;
}
.back-link:hover,
.back-link:focus {
    color: #004899;
    outline: none;
}
/* РјРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ РЅР°С‡Р°Р»Рѕ */

.s-modal {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
}
.s-modal-blur {
    background-color: #444;
}
.modal-wrapper {
    position: relative;
    top: 0;
    width: 800px;
    margin: 55px auto;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
}
.modal-gal {
    max-width: 800px;
}
.modal-inner {
    position: relative;
    height: 100%;
}
.modal-body {
    padding: 0;
}
.modal-content-view {
    position: relative;
}
.modal-mma-logo {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 109px;
    height: 105px;
    opacity: .4;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.modal-content-descr {
    padding: 25px 30px 35px;
}
.modal-content-title {
    margin-bottom: 10px;
}
.modal-content-hash {
    margin-bottom: 30px;
}
.modal-content-hash-item {
    font-size: 0.875rem;
    color: #918b8b;
}
.modal-content-hash-item:after {
    content: ',';
}
.modal-content-hash-item:last-child:after {
    content: '';
}
.inst-share {
    float: right;
}
.modal-content-share:after {
    display: table;
    clear: both;
    content: '';
}
.modal-close-w {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    display: block;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .3;
    color: #fff;
}
.modal-close-w:hover {
    opacity: 1;
    outline: none;
}
.nav-right {
    position: absolute;
    top: 40%;
    right: -75px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .15s;
    transition: all .15s;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
}
.nav-left {
    position: absolute;
    top: 40%;
    left: -75px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .15s;
    transition: all .15s;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
}
.nav-left:hover,
.nav-right:hover {
    text-decoration: none;
    color: #fff;
    border-color: #004899;
    outline: none;
    background-color: #004899;
}
.nav-right-icon {
    display: block;
    margin: 7px 0;
}
.nav-right-icon.flaticon-right-arrow:before {
    margin: 0;
}
.nav-left-icon {
    display: block;
    margin: 7px 0;
}
.nav-left-icon.flaticon-left-arrow:before {
    margin: 0;
}
/* РјРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ РєРѕРЅРµС† */

.breadcrumb {
    padding: 20px 0 0;
}

.breadcrumb-list {
    float: left;
    width: 100%;
}

.breadcrumb-item {
    display: inline-block;
    color: #a0a0a0;
    float: left;
}
.breadcrumb-item:after {
    margin: 0 2px 0 7px;
    content: '—';
}
.breadcrumb-item:last-child a {
    text-decoration: none;
}
.breadcrumb-item:last-child:after {
    content: '';
}
.breadcrumb-link {
    font-size: 0.75rem;
    text-decoration: underline;
    color: #a0a0a0;
}
.breadcrumb-link:hover {
    color: #004899;
    outline: none;
}
.title-container {
    display: inline-block;
}
.title-container h1 {
    font-family: 'Alumna', 'Museo', sans-serif;
    font-size: 2.250rem;
    line-height: 44px;
    margin: 0 0 23px;
}
.filter-container {
    display: inline-block;
    float: right;
    margin: 13px 0;
}
.filter-search {
    position: relative;
    float: right;
    margin-right: 12px;
}
.filter-search .search-input {
    width: 190px;
    padding-right: 40px;
    border: 1px solid #d2ddee;
}
.filter-search .search-icon {
    line-height: inherit;
    position: absolute;
    top: 11px;
    right: 13px;
    display: block;
    cursor: default;
}
.filter-search .search-icon.flaticon-magnifying-glass:before {
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;
    color: #6692ac;
}
.filter-year {
    float: right;
    width: 75px;
    margin-right: 12px;
    border: 1px solid #d2ddee;
    border-radius: 3px;
}
.filter-select {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
}
.select-head {
    position: relative;
    cursor: pointer;
}
.selected {
    padding: 12px 25px 8px 15px;
}
.selected-icons {
    position: absolute;
    top: 10px;
    right: 8px;
}
.selected-icons.flaticon-arrows-2:before {
    font-size: 0.688rem;
    font-weight: bold;
    margin: 0;
}
.select-body {
    position: absolute;
    z-index: 1;
    top: 34px;
    left: -1px;
    display: none;
    overflow: hidden;
    width: 82px;
    max-height: 200px;
    margin: 0;
    border: 1px solid #d2ddee;
    border-top: 3px solid #fff;
    background-color: #fff;
}
.select-options {
    overflow: auto;
    max-height: 200px;
}
.select-option-item {
    padding: 5px 15px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.select-option-item:hover {
    outline: none;
    background-color: #f5eced;
}
.filter-search-btn {
    float: right;
}
.gallery + .main-banner {
    margin-top: 50px;
    margin-bottom: 0;
}
.galery-body {
    margin-bottom: 50px;
    border-bottom: 1px solid #e8eef6;
}
.gallery-item-wrapper {
    margin-bottom: 50px;
}
.gallery-item-wrapper > a {
    position: relative;
}
.gal-photo {
    height: 160px;
    outline: none !important;
}
.img-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #4f91da;
}
.img-icon.flaticon-photo-camera:before,
.img-icon.flaticon-play-button:before {
    font-size: 1.625rem;
    display: block;
    margin: 9px auto;
}
.gal-date {
    font-size: 0.750rem;
    font-weight: 700;
    display: block;
    padding-top: 24px;
    padding-bottom: 7px;
    color: #4f91da;
}
.gal-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
    display: block;
    overflow: hidden;
    height: 55px;
    color: #2b2b2b;
}
.gal-link:hover {
    color: #004899;
    outline: none;
}
.center {
    text-align: center;
}
.galery-header .gal-date {
    padding: 0;
}
.gal-title h1 {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8eef6;
}
.gal-descr {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.gallery-detail-photo-wrap {
    position: relative;
    margin-top: 30px;
}
.gallery-detail-photo {
    width: auto;
    height: 160px;
    margin: 0 auto;
}
.gal-zoom {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.gallery-detail-photo-wrap:hover .gal-zoom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(223, 30, 55, .7);
}
.go-back {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #e8eef6;
}
.back-link {
    font-size: 0.875rem;
    color: #004899;
}
.back-link:hover {
    color: #004899;
}
.video-play-icon {
    position: absolute;
    z-index: 5;
    top: 42%;
    top: calc(50% - 50px);
    left: 44%;
    left: calc(50% - 50px);
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
}
.video-play-icon.flaticon-play-button:before {
    font-size: 6.25rem;
}
.modal-footer {
    text-align: left;
    background-color: #e8e8e8;
}
.modal-footer-slider {
    position: relative;
    padding: 20px 0;
}
.modal-footer-slider-inner {
    width: 600px;
    margin: 0 auto;
}
.modal-footer-slider-item {
    margin: 0 21px;
}
.modal-footer-slider-item a,
.modal-footer-slider-item a:hover {
    text-decoration: none;
    color: #000;
    outline: none;
}
.modal-footer-slide {
    margin-bottom: 10px;
}
.modal-footer-slide-descr {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #000;
}
.nav-v-right {
    font-style: normal;
    position: absolute;
    top: 30%;
    top: calc(50% - 40px);
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #adadad;
    border: 1px solid #adadad;
    outline: none;
}
.nav-v-left {
    font-style: normal;
    position: absolute;
    top: 30%;
    top: calc(50% - 40px);
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #adadad;
    border: 1px solid #adadad;
    outline: none;
}
.nav-v-right:hover,
.nav-v-left:hover {
    text-decoration: none;
    color: #fff;
    border-color: #004899;
    background-color: #004899;
}
/* РЅРѕРІРѕСЃС‚Рё РЅР°С‡Р°Р»Рѕ */

.news {
    padding-left: 45px;
}
.c-line {
    border-color: #e8eef6;
}
.news .tabs-select {
    margin-bottom: 40px;
}
.news-item {
    height: 300px;
    margin-top: 5px;
    margin-bottom: 35px;
}
.news-date {
    font-size: 0.750rem;
    font-weight: 700;
    display: block;
    padding: 25px 0 10px;
    color: #4f91da;
}
.news-detail {
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-height: 60px;
    color: #000;
}
.news-cat-link {
    font-size: 0.750rem;
    line-height: 0.875rem;
    color: #787878;
}
.news-more-btn {
    margin-top: 35px;
    margin-bottom: 20px;
}
.news-more-btn:focus{
    text-decoration:none;
}
.news-detail-page {
    margin-bottom: 75px;
}
.news-header {
    margin-top: 20px;
}
.news-header .news-date {
    padding-top: 0;
    padding-bottom: 0;
}
.news-detale-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2em;
    line-height: 2.25rem;
    margin-top: 15px;
    margin-bottom: 5px;
}
.news-hash {
    margin-bottom: 10px;
}
.news-hash-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.news-hash-link {
    font-size: 0.813rem;
    display: block;
    padding: 3px 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #585858;
    border: 1px solid #cfc8c8;
    border-radius: 10px;
}
.news-hash-link:hover,
.news-hash-link:focus {
    text-decoration: none;
    color: #585858;
    outline: none;
    background-color: #f1f1f1;
}
.news-detail-txt {
    display: inline-block;
    display: inline-block;
    width: 100%;
    padding-top: 27px;
    padding-bottom: 33px;
    border-top: 1px solid #e8eef6;
    border-bottom: 1px solid #e8eef6;
}
.news-detail-img {
    float: left;
    max-width: 415px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.news-detail-txt p {
    font-family: 'Museo', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.news-galery-wrapper {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-galery {
    padding-top: 8px;
}
.news-galery-nav {
    position: absolute;
    top: -5px;
    right: 0;
}
.news-galery-nav-left {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #adadad;
    border: 1px solid #adadad;
    border-right: none;
}
.news-galery-nav-left:hover {
    color: #fff;
    outline: none;
    background-color: #004899;
}
.news-galery-nav-right {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #adadad;
    border: 1px solid #adadad;
    ;
}
.news-galery-nav-right:hover {
    color: #fff;
    outline: none;
    background-color: #004899;
}
.news-galery-item {
    position: relative;
    max-height: 160px;
    padding: 0 5px;
}
.news-galery-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    background-color: #4f91da;
}
.news-video-wrapper {
    margin-top: 10px;
    padding-top: 35px;
    border-top: 1px solid #e8eef6;
    border-bottom: 1px solid #e8eef6;
}
.news-video-container {
    position: relative;
    margin: 5px 0 50px;
}
.news-video-container i {
    position: absolute;
    top: 40%;
    top: calc(50% - 50px);
    left: 48%;
    left: calc(50% - 50px);
    display: block;
    cursor: pointer;
    color: #fff;
}
.news-video-container .flaticon-play-button:before {
    font-size: 6.250rem;
}
.quiz-wrapper {
    margin-bottom: 15px;
    padding-top: 28px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8eef6;
}
.quiz-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.250rem;
}
.quiz-list {
    padding: 19px 0 30px;
}
.quiz-item {
    margin-bottom: 11px;
}
.quiz-label {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
    cursor: pointer;
}
.quiz-input {
    margin: 0 12px 0 0 !important;
}
.quiz-submit {
    font-weight: 300;
    line-height: 16px;
    padding: 12px 45px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #a2a2a2;
    border: 1px solid #d8d9d9;
    border-radius: 17px;
    outline: none;
    background-color: #fff;
}
.quiz-submit:hover,
.quiz-submit:focus {
    color: #fff;
    outline: none;
    background-color: #d8d9d9;
}
.news-footer {
    margin-top: 10px;
    margin-bottom: 10px;
}
.back-link {
    font-size: 0.875rem;
    text-decoration: underline;
}
.back-link:hover,
.back-link:focus {
    text-decoration: none;
    outline: none;
}
.print-icon {
    margin-right: 15px;
}
.print-btn {
    font-size: 0.875rem;
    color: #000;
}
.print-btn:hover,
.print-btn:focus {
    color: #000;
    outline: none;
}
.code-insert {
    margin-right: 15px;
}
.code-insert-btn {
    font-size: 0.875rem;
    color: #000;
}
.code-insert-btn:hover,
.code-insert-btn:focus {
    color: #000;
    outline: none;
}
.news-footer-t {
    display: table;
    width: 100%;
}
.news-footer-tc {
    display: table-cell;
}
/* РЅРѕРІРѕСЃС‚Рё РєРѕРЅРµС† */
/* СЃРѕР±С‹С‚РёСЏ РЅР°С‡Р°Р»Рѕ */

.header-btn-container {
    display: inline-block;
    width: calc(80% - 365px);
    min-width: 220px;
    text-align: right;
    vertical-align: middle;
}

.header-btn-container.profile-calendar{
    width: calc(60% - 365px);
    display:none;
}
.filter-container.profile-calendar{
    display:none;
}

.r-add-btn {
    font-size: 0.875rem;
    font-style: normal;
    cursor: pointer;
    color: #004899;
}
.r-add-btn:focus,
.r-add-btn:hover {
    text-decoration: none;
    color: #004899;
    outline: none;
}
.plus-icon {
    margin-right: 5px;
    vertical-align: middle;
}
.r-calendar-btn {
    font-size: 0.875rem;
    font-style: normal;
    margin-right: 10px;
    margin-left: 20px;
    cursor: pointer;
    color: #929c9b;
}
.r-calendar-btn:hover,
.r-calendar-btn:focus {
    text-decoration: none;
    color: #585b5c;
    outline: none;
}
.events-p {
    margin-top: -20px;
    padding-left: 45px;
}
.events-p-header {
    border-bottom: 1px solid #e8eef6;
}
.events-p-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    padding-top: 5px;
}
.events-p-form {
    margin-bottom: 100px;
}
.events-p-sections {
    padding: 20px 0;
    border-bottom: 1px solid #e8eef6;
}
.events-form-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 28px;
}
.events-form-field,
.c-form-field {
    display: inline-block;
    width: 49%;
    max-width: 320px;
    margin-bottom: 25px;
    padding-right: 16px;
}
.events-form-label,
.c-form-label {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 14px;
    color: #777;
}
.events-form-field input,
.c-form-field input {
    font-size: 1rem;
    line-height: 1.188rem;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    outline: none;
}
.events-form-addfile-label {
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
    color: #004899;
}
.events-form-addfile-label input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
.clip-icon.flaticon-clip:before {
    font-size: 1rem;
    font-weight: 600;
    margin-right: 10px;
}
.events-form-select {
    font-size: 1rem;
    line-height: 1.188rem;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    outline: none;
}
.events-form-textarea textarea,
.c-form-field-textarea textarea {
    font-size: 0.875rem;
    line-height: 1.188rem;
    width: 97%;
    max-width: 950px;
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    outline: none;
}
.events-form-submit {
    margin: 40px 0;
}
.c-form-btn,
.events-form-addbtn {
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 12px 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #fff;
    border: 1px solid #004899;
    border-radius: 15px;
    background-color: #004899;
}
.c-form-btn:hover,
.c-form-btn:focus,
.events-form-addbtn:hover,
.events-form-addbtn:focus {
    color: #004899;
    outline: none;
    background-color: #fff;
}
.cat-sect {
    margin-top: -6px;
    margin-bottom: 17px;
    padding-top: 17px;
    border-top: 1px solid #e8eef6;
}
.cat-link {
    font-size: 0.75rem;
    font-weight: 500;
    margin-right: 15px;
    color: #a0a0a0;
}
.cat-link:hover,
.cat-link:focus {
    text-decoration: none;
    outline: none;
}
.cat-icon {
    margin-right: 10px;
}
.cat-icon.flaticon-person:before {
    font-size: 0.938rem;
    color: #004899;
}
.cat-icon.flaticon-pin:before {
    font-size: 0.938rem;
    font-weight: 700;
    color: #004899;
}
.edit-link {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    float: right;
}
.event-tabs {
    margin-top: 20px;
    margin-bottom: 23px !important;
}
.event-nav-item {
    margin-right: 40px;
    margin-bottom: 0 !important;
}
.event-nav-item:last-child {
    margin-right: 0;
}
.event-nav-link {
    font-family: 'Museo', sans-serif;
    padding: 11px 0 !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #898989;
    border: none !important;
    border-top: 2px solid transparent !important;
    border-radius: 0 !important;
}
.event-nav-item.active .event-nav-link,
.event-nav-link:hover,
.event-nav-link:focus {
    color: #004899 !important;
    border-color: #004899 !important;
    outline: none;
    background-color: #fff !important;
}
.event-a-header {
    margin-top: -25px;
}
.event-a-title h1 {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    padding-top: 10px;
    margin-bottom: 15px;
}
.event-table-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8eef6;
}
.s-table-row:first-child .ud-btn-u,
.s-table-row:last-child .ud-btn-d,
.s-table-row:first-child .ud-btn-u:hover,
.s-table-row:last-child .ud-btn-d:hover {
    cursor: default;
    color: #dfdfdf;
    border-color: #dfdfdf;
    outline: none;
}
.event-table-cell {
    display: table-cell;
    padding: 10px 17px;
    vertical-align: middle;
    border-right: 1px solid #d2ddee;
    border-bottom: 1px solid #d2ddee;
}
.event-table-cell:first-child {
    border-left: 1px solid #d2ddee;
}
.row-sort .s-table-cell:last-child {
    width: 250px;
}
.s-table .edit-link {
    display: inline-block;
    float: none;
    vertical-align: -webkit-baseline-middle;
    text-decoration: underline;
    color: #004899;
}
.add-link {
    text-decoration: underline;
}
.s-table .edit-link:hover,
.s-table .edit-link:focus,
.s-table .add-link:hover,
.s-table .add-link:focus {
    text-decoration: none;
    outline: none;
}
.s-table .delete-link {
    display: inline-block;
    float: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: -webkit-baseline-middle;
    text-decoration: none;
    color: #848484;
}
.s-table .delete-link:hover,
.s-table .delete-link:focus {
    color: #004899;
    outline: none;
}
.s-table .delete-link:before {
    font-size: 0.75rem;
    margin: 0 10px 0 6px;
    content: '|';
    color: #848484;
}
.ev-link-right {
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: absolute;
    z-index: 4;
    top: 5px;
    right: 0;
}
.event-item > div {
    position: relative;
    padding: 40px 0 35px;
    border-bottom: 1px solid #e8eef6;
}
.event-item:first-child > div {
    padding: 27px 0 70px;
    padding-bottom: 50px !important;
    border-bottom: none;
}
.event-item-first {
    background-color: #f9f9f9;
}
.event-important {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25rem;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #004899;
}
.event-link {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
}
.event-item-first .event-descr-wrap {
    margin-top: 50px;
}
.event-date {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #004899;
}
.event-item:first-child .event-date {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    background-color: #004899;
}
.event-item-first .event-date {
    padding: 0 !important;
    color: #004899 !important;
    background-color: transparent !important;
}
.event-link:hover,
.event-link:focus {
    text-decoration: none;
    color: #004899;
    outline: none;
}
.event-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}
.event-descr {
    font-size: 0.875rem;
    line-height: 1.250rem;
    margin-bottom: 10px;
}
.event-descr-wrap .cat-sect {
    margin-bottom: 0;
    border: none;
}
.event-table-item {
    margin-bottom: 45px;
    border-bottom: 1px solid #e8eef6;
}
.event-table-item-header {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.250rem;
    margin: 15px 0 25px;
}
.event-table-item-date {
    float: left;
    color: #004899;
}
.event-table-item-title {
    position: relative;
    margin-left: 185px;
}
.event-table-item-title:before {
    font-weight: 300;
    position: absolute;
    left: -20px;
    content: '|';
}
.ud-btn-wrap {
    float: right;
    width: 54px;
    vertical-align: middle;
    color: #959595;
}
.ud-btn-d,
.ud-btn-u {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 4px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #959595;
    border-radius: 10px;
}
.ud-btn-d:hover,
.ud-btn-u:hover {
    color: #004899;
    border-color: #004899;
    outline: none;
}
.ud-btn-d.flaticon-arrows-2:before {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.188rem;
}
.ud-btn-u.flaticon-arrows:before {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.125rem;
}
.event-table-item-btn {
    padding: 30px 0;
}
.modal-event {
    width: 830px;
}
.modal-event .modal-close-w {
    color: #c3c3c3;
}
.modal-event-wrapper {
    padding: 50px;
}
.modal-event .modal-event-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 0;
    text-align: center;
}
.modal-event .event-tabs {
    margin-top: 35px;
    margin-bottom: 35px !important;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.modal-event .event-nav-list {
    display: inline-block;
    border: none;
}
.modal-event .event-table-item {
    margin: 0;
    border-bottom: none;
}
.modal-event .event-table-cell {
    padding: 11px 17px;
}
.modal-add-btn {
    margin-top: 35px;
    padding-top: 35px;
    text-align: center;
    border-top: 1px solid #ddd;
}
.modal-add-btn .btn {
    font-size: 0.875rem;
    margin-right: 16px;
    padding: 10px 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #004899;
    border-radius: 15px;
    outline: none;
    background-color: #004899;
}
.modal-add-btn .btn:hover,
.modal-add-btn .btn:focus {
    color: #004899;
    outline: none;
    background-color: #fff;
}
.add-grid-link {
    text-decoration: underline;
}
.add-grid-link:hover,
.add-grid-link:focus {
    text-decoration: none;
    outline: none;
}
/* СЃРѕР±С‹С‚РёСЏ РєРѕРЅРµС† */
/* РѕРїСЂРѕСЃ РЅР°С‡Р°Р»Рѕ */

.quiz-p {
    margin-top: -10px;
    margin-bottom: 50px;
}
.quiz-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8eef6;
}
.quiz-date {
    font-size: 0.75rem;
    color: #4f91da;
}
.quiz-title h2 {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 20px;
}
.quiz-descr {
    font-size: 1rem;
    line-height: 1.25rem;
}
.quiz-section {
    margin-top: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8eef6;
}
.quiz-subtitle {
    font-size: 1.125rem;
    font-weight: 700;
}
.quiz-wrap {
    margin: 35px 0 47px;
}
.quiz-wrap:after {
    display: table;
    clear: both;
    content: '';
}
.quiz-p-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 20px;
    color: #535353;
}
.quiz-progress {
    position: relative;
    float: left;
    overflow: hidden;
    width: 50%;
    height: 22px;
    margin-right: 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.quiz-progress > div {
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 10px;
    background-color: #004899;
}
.quiz-progress-val {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-left: 52%;
    color: #004899;
}
.quiz-r-progress {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.quiz-r-progress > div {
    height: 300px;
}
.quiz-r-question {
    margin-bottom: 30px;
}
.quiz-r-question .quiz-p-title {
    margin-bottom: 5px;
}
.quiz-r-question .quiz-progress-val {
    margin: 0;
}
.quiz-footer {
    display: table;
    width: 100%;
    margin: 25px 0;
}
.quiz-t {
    display: table-cell;
}
.quiz-p-list {
    margin-bottom: 50px;
}
.quiz-p-item:nth-child(2n) .quiz-p-header {
    background-color: #f9f9f9;
}
.quiz-p-header {
    position: relative;
    margin-top: -1px;
    margin-right: -15px;
    padding: 25px 0;
    padding-right: 40px;
    cursor: pointer;
    border-top: 1px solid #e8eef6;
    border-bottom: 1px solid #e8eef6;
}
.quiz-p-header > div {
    padding-left: 15px;
    padding-right: 15px;
}
.quiz-p-header-icon {
    display: block;
    float: left;
    width: 31px;
    height: 34px;
    margin-top: 5px;
    background: url(../image/quiz.png);
}
.quiz-p-header-descr {
    margin-left: 55px;
}
.quiz-p-date {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 3px;
    color: #4f91da;
}
.quiz-p-done {
    color: #9c9c9c;
}
.quiz-p-header-descr .quiz-p-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.250rem;
    margin: 0;
}
.quiz-p-header .fa {
    position: absolute;
    top: 37px;
    top: calc(50% - 9px);
    right: 15px;
    color: #003571;
}
.quiz-p-header .fa.flaticon-arrows-2:before,
.quiz-p-header .fa.flaticon-arrows:before {
    font-size: 0.875rem;
    font-weight: bold;
}
.quiz-p-header .fa.flaticon-arrows:before {
    color: #b3b3b3;
}
.quiz-p-body {
    display: none;
}
.quiz-p-header > .fix-width {
    position: relative;
}
.q-item {
    padding: 30px 0 20px;
    border-bottom: 1px dotted #bbc5d3;
}
.q-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: 0;
    margin-bottom: 25px;
    color: #004899;
}
.qlabel {
    margin-bottom: 10px;
    cursor: pointer;
}
.qlabel input {
    float: left;
    width: 15px;
    margin-right: 12px;
}
.qlabel span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    display: block;
    margin-left: 30px;
}
.q-vote-btn-wrap {
    padding: 30px 0;
}
.q-vote-btn {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    display: inline-block;
    padding: 12px 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #004899;
    border-radius: 17px;
    outline: none;
    background-color: #004899;
}
.q-vote-btn:hover,
.q-vote-btn:focus {
    color: #004899;
    outline: none;
    background-color: #fff;
}
/* РѕРїСЂРѕСЃ РєРѕРЅРµС† */
/* СЃРѕР±С‹С‚РёСЏ РґРµС‚Р°Р»СЊРЅРѕ РЅР°С‡Р°Р»Рѕ */

.cat-p-sect {
    padding: 17px 0;
    border-top: 1px solid #e8eef6;
}
.cat-p-link {
    font-size: 0.75rem;
    line-height: 0.875rem;
    display: inline-block;
    color: #a0a0a0;
}
.cat-p-link:hover,
.cat-p-link:focus {
    margin-right: 20px;
    text-decoration: none;
    color: #a0a0a0;
    outline: none;
}
.cat-p-icon {
    margin-right: 10px;
    color: #004899;
}
.cat-p-icon.flaticon-pin:before {
    font-size: 1rem;
    font-weight: bold;
}
.event-detail-txt {
    margin-top: 10px;
}
.event-detail-title {
    font-weight: 700;
    line-height: 20px;
    margin-top: 27px;
    margin-bottom: 20px;
}
.event-detail-txt p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: 20px;
}
.event-detail-btn-block {
    margin-bottom: 17px;
    padding: 19px 0 52px;
    border-bottom: 1px solid #e8eef6;
}
.event-table-item-btn .btn,
.event-detail-btn-block .btn,
.modal-reg-btn .btn {
    font-size: 0.875rem;
    margin-right: 16px;
    padding: 10px 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #004899;
    border-radius: 15px;
    outline: none;
    background-color: #004899;
}
.event-table-item-btn .btn:hover,
.event-table-item-btn .btn:focus,
.event-detail-btn-block .btn:hover,
.event-detail-btn-block .btn:focus,
.modal-reg-btn .btn:hover,
.modal-reg-btn .btn:focus {
    color: #004899;
    outline: none;
    background-color: #fff;
}
.download-btn {
    font-size: 0.875rem;
    line-height: 0.938rem;
    display: inline-block;
    padding: 11px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    color: #004899;
    border: 1px solid #004899;
    border-radius: 15px;
    outline: none;
    background-color: #fff;
}
.download-btn:hover,
.download-btn:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
    background-color: #004899;
}
.download-icon {
    padding-right: 5px;
}
.modal-reg {
    width: 650px;
}
.modal-reg .modal-close-w {
    color: #bfbfbf;
}
.modal-reg .modal-event-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 0;
    text-align: center;
}
.modal-reg .event-tabs {
    margin-top: 35px;
    margin-bottom: 35px !important;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.modal-reg .event-nav-list {
    display: inline-block;
    border: none;
}
.reg-modal-form {
    text-align: center;
}
.reg-modal-group {
    display: inline-block;
    padding-bottom: 20px;
    text-align: left;
}
.reg-modal-label {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    width: 110px;
    color: #787878;
}
.reg-modal-label + input {
    width: 300px;
    padding: 12px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
}
input[type='text']:focus,
input[type='password']:focus {
    outline: none;
    box-shadow: 0 5px 15px -2px #c2c2c2;
}
.modal-reg-btn {
    margin-top: 10px;
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
/* СЃРѕР±Р°С‚РёСЏ РґРµС‚Р°Р»СЊРЅРѕ РєРѕРЅРµС† */

.plus-icon.flaticon-add-button-inside-black-circle:before {
    font-size: 1.125rem;
}
.r-calendar-btn .calendar-icon {
    width: 18px;
    height: 18px;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background-color: #585b5c;
}
.r-calendar-btn .calendar-icon.flaticon-calendar:before {
    font-size: 0.563rem;
    vertical-align: top;
}
/* РєР°Р»РµРЅРґР°СЂСЊ РЅР°С‡Р°Р»Рѕ */

.modal-calendar {
    padding: 55px 30px 40px;
    background-color: #fff;
}
.modal-calendar .modal-close-w {
    color: #bfbfbf;
}
.modal-calendar-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}
.modal-calendar-inner {
    border: 1px solid #cacaca;
}
.calendar-l-btn {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.calendar-r-btn {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.calendar-l-btn:hover,
.calendar-l-btn:focus,
.calendar-r-btn:hover,
.calendar-r-btn:focus {
    color: #949494;
    outline: none;
}
.calendar-rs-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 0;
    color: #004899;
}
.calendar-rs-descr > p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    white-space: normal;
}
.calendar-rs-detail {
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px dotted #bbc5d3;
}
.calendar-rs-detail span {
    font-size: 0.75rem;
}
.calendar-rs-link-wrap {
    margin-top: 30px;
}
.calendar-rs-link-wrap a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-decoration: underline;
}
.calendar-rs-detail-link:hover,
.calendar-rs-detail-link:focus {
    text-decoration: none;
    outline: none;
}
.calendar-rs-back-link {
    margin-left: 20px;
    color: #838383;
}
.calendar-rs-back-link:hover,
.calendar-rs-back-link:focus {
    text-decoration: none;
    color: #838383;
    outline: none;
}
/* РєР°Р»РµРЅРґР°СЂСЊ РєРѕРЅРµС† */

.page-header-inner h1 {
    font-family: 'Alumna', sans-serif;
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin: 17px 0 5px;
}
.title-angle {
    position: relative;
    bottom: 4px;
    cursor: pointer;
}
.title-angle.flaticon-arrows-2:before {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    color: #004899;
}
.page-header-p {
    margin-bottom: 0;
}
.p-container-detail-img {
    height: 300px;
    background-image: url(../image/p_img.jpg);
    background-position: center center;
    background-size: cover;
}
.underline-link {
    text-decoration: underline;
}
.underline-link:hover,
.underline-link:focus {
    text-decoration: none;
}
.p-nav {
    margin-top: 27px;
}
.p-nav-list {
    position: relative;
    width: 100%;
    padding-bottom: 5px;
}
.p-nav-list:after {
    display: table;
    clear: both;
    content: '';
}
.p-nav-item {
    display: block;
    float: left;
    width: 33.33%;
    margin-bottom: 3px;
}
.p-nav-item:nth-child(3n+1) {
    clear: both;
}

.p-nav-link {
    font-family: 'Museo', sans-serif;
    display: inline-block;
    padding: 5px 8px;
    text-decoration: underline;
}
.p-nav-link:hover,
.p-nav-link:focus,
.p-nav-link.select {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    background-color: #004899;
}
.p-hr,
.l-hr {
    border-color: #e8eef6;
}
.l-hr {
    margin-right: -15px;
    margin-left: -15px;
}
.p-container-txt-wrap {
    margin-top: 35px !important;
    margin-bottom: 65px !important;
}
.p-container-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
}
.p-container-h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
    margin-bottom: 20px;
}
.p-container-h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: 31px;
    margin-bottom: 15px;
}
.p-container-p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.p-container-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
    margin-top: 20px;
    color: #004899;
}
.p-container-date-black {
    font-weight: bold;
    margin-top: 25px;
    color: #000;
}
.p-container-txt {
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
}
.p-container-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.p-container-item:before {
    margin-right: 5px;
    content: '-';
}
.p-container-map-wrapper {
    margin-bottom: 65px;
}
.p-container-map-inner {
    margin-bottom: 31px;
}
.p-container-map-descr {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.p-container-footer {
    margin-top: 65px;
    margin-bottom: 80px;
}
.p-container-footer-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 20px;
}
.p-container-b-list:after {
    display: table;
    clear: both;
    content: '';
}
.p-container-b-item {
    display: block;
    float: left;
    width: 33.333%;
    margin: 6px 0;
    padding-right: 30px;
}
.p-container-b-nav-link {
    text-decoration: underline;
}
.p-container-b-nav-link:hover,
.p-container-b-nav-link:focus {
    text-decoration: none;
}
.schedule-header {
    margin-top: 31px;
    margin-bottom: 34px;
}
.schedule-header:after {
    display: table;
    clear: both;
    content: '';
}
.schedule-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
}
.schedule-select-wrapper {
    display: block;
    float: left;
    max-width: 300px;
    margin-right: 20px;
}
.schedule-select-inner,
.page-header-select-wrapper {
    width: 300px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
.schedule-select-label {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 13px;
    color: #777;
}
.schedule-select-inner .ms-drop.bottom,
.p-select-wrap .ms-drop.bottom,
.page-header-select-wrapper .ms-drop.bottom {
    width: calc(100% + 2px);
}
.schedule-select-inner .ms-drop ul,
.p-select-wrap .ms-drop ul,
.page-header-select-wrapper .ms-drop ul {
    padding: 2px 14px 2px;
}
.schedule-select-inner .ms-choice,
.p-select-wrap .ms-choice,
.page-header-select-wrapper .ms-choice {
    height: 45px;
}
.schedule-select-inner .ms-choice > span,
.p-select-wrap .ms-choice > span,
.page-header-select-wrapper .ms-choice > span {
    font-size: 0.875rem;
    top: 7px;
    left: 3px;
}
.schedule-select-inner .ms-choice > div,
.p-select-wrap .ms-choice > div,
.page-header-select-wrapper .ms-choice > div {
    top: 9px;
}
.schedule-body {
    margin-top: 30px;
    margin-bottom: 30px;
}
.schedule-body .event-table-cell:last-child {
    width: inherit;
}
.schedule-body .event-table-cell {
    padding: 11px 17px;
}
.schedule-footer {
    margin-top: 30px;
    margin-bottom: 70px;
}
.schedule-print {
    margin-left: 35px;
}
.faculty-footer {
    margin-top: 25px;
    margin-bottom: 65px;
}
.p-select-wrap {
    width: 300px;
    margin: 28px 0 30px;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
}
.p-container-h2 {
    font-family: 'Museo', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: 35px;
    margin-bottom: 20px;
}
.p-container-link-list {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
}
.p-container-link-list:after {
    display: table;
    clear: both;
    content: '';
}
.p-container-link-item {
    display: block;
    float: left;
    width: 33.33%;
    margin: 5px 0;
    padding-right: 30px;
}
.p-container-link-link {
    font-size: 0.875rem;
    text-decoration: underline;
}
.p-container-link-link:hover,
.p-container-link-link:focus {
    text-decoration: none;
}
.news-list {
    padding-top: 20px;
}
.news-body {
    margin-top: -40px;
}
.f-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 25px;
    margin-bottom: 15px;
}
.f-news-list {
    margin-top: 15px;
}
.f-news-item {
    padding: 30px 0 25px;
    border-bottom: 1px dotted #bbc5d3;
}
.f-news-item:last-child {
    border-bottom: 1px solid #e8eef6;
}
.f-news-date {
    font-size: 0.75rem;
    font-weight: 700;
    display: block;
    padding: 0 0 10px;
    color: #4f91da;
}
.f-news-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #000;
}
.f-news-title {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 0;
    margin-bottom: 5px;
}
.f-news-more-btn {
    margin-top: 48px;
    margin-bottom: 45px;
}
.p-container-history {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 60px;
}
.history-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
    margin-bottom: 20px;
}
.p-container-history p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: 15px;
}
.text-img {
    float: left;
    margin: 5px 20px 20px 0;
}
.cath-wrap {
    margin-top: 15px;
    margin-bottom: 10px;
}
.cath-wrap .p-container-p {
    margin-bottom: 20px;
}
.cath-wrap .p-container-h4 {
    font-size: 1.125rem;
    margin-top: 0;
}
.cath-img {
    float: left;
    margin: 0 20px 20px 0;
}
.p-search-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-search {
    position: relative;
    display: inline-block;
    width: 87%;
    width: calc(100% - 100px);
}
.p-search input {
    font-size: 0.875rem;
    width: 100%;
    padding: 14px 25px 14px 20px;
    border: 1px solid #c2c2c2;
    border-radius: 7px;
}
.p-search-icon {
    position: absolute;
    top: 14px;
    right: 10px;
    color: #6c96af;
}
.p-search-icon.flaticon-magnifying-glass:before {
    font-size: 1rem;
    font-weight: bold;
}
.p-search-btn {
    font-size: 0.875rem;
    float: right;
    padding: 14px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #004899;
    border-radius: 5px;
    outline: none;
    background-color: #004899;
    width: 90px;
}
.p-search-btn:hover,
.p-search-btn:focus {
    color: #004899;
    background-color: #fff;
}
.education-img {
    height: 300px;
    background-image: url(../image/ed.jpg);
    background-position: center center;
    background-size: cover;
}
.education-nav {
    margin-top: 25px;
    margin-bottom: 35px;
}
.education-cat-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 26px;
    margin-bottom: 15px;
}
.education-pic-wrap {
    float: left;
    width: 150px;
    height: 150px;
    margin: 25px 30px 25px 0;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}
.ed-pic1 {
    background-image: url(../image/ed1.jpg);
}
.ed-pic2 {
    background-image: url(../image/ed2.jpg);
}
.ed-pic3 {
    background-image: url(../image/ed3.jpg);
}
.ed-pic4 {
    background-image: url(../image/ed4.jpg);
}
.ed-pic5 {
    background-image: url(../image/ed5.jpg);
}
.ed-pic6 {
    background-image: url(../image/ed6.jpg);
}
.ed-pic7 {
    background-image: url(../image/ed7.jpg);
}
.education-descr {
    margin: 30px 0 30px 180px;
}
.p-education-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25rem;
}
.p-container-detail-link {
    font-size: 0.875rem;
    line-height: 1rem;
    text-decoration: underline;
}
.p-container-detail-link:hover,
.p-container-detail-link:focus {
    text-decoration: none;
}
.page-header-select-wrapper {
    float: right;
}
.contact-img-wrapper {
    float: left;
    margin: 35px 15px 10px 0;
}
.p-contact-list {
    margin-top: 35px;
}
.p-contact-item {
    margin-bottom: 20px;
}
.contact-mark,
.contact-phone,
.contact-msg {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    color: #004899;
}
.contact-mark.flaticon-pin:before,
.contact-phone.flaticon-technology:before,
.contact-msg.flaticon-letter:before {
    font-size: 1rem;
}
.contact-descr {
    display: inline-block;
}
.contact-descr-line {
    display: inline-block;
}
.contact-descr-line .contact-title {
    display: inline-block;
    min-width: 80px;
    margin-right: 8px;
    margin-left: 5px;
}
.p-contact-item-line {
    margin-bottom: 5px;
}
.contact-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    margin-top: 0;
}
.contact-adr,
.contact-ph,
.contact-email {
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.c-form-cotainer {
    max-width: 800px;
}
.c-form-cotainer-chb {
    margin-top: 35px;
    margin-bottom: 25px;
}
.c-form-cotainer:after {
    display: table;
    clear: both;
    content: '';
}
.c-form-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 0.938rem;
    margin-top: 30px;
    margin-bottom: 40px;
}
.c-form-btn-wrap {
    margin-top: 35px;
    margin-bottom: 25px;
}
.c-form-btn {
    min-width: 195px;
    padding: 12px 20px;
}
.c-form-field-chb {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
}
.c-form-label-chb {
    font-weight: normal;
}
.c-form-label-chb input[type='checkbox'] {
    margin-right: 16px;
}
.p-container-h3-chb {
    margin-top: 35px;
}
.p-deanery-header .f-title {
    margin-top: 26px;
    margin-bottom: 15px;
}
.subscribe-form {
    margin-top: 10px;
    margin-bottom: 35px;
}
.deanery-subscr {
    margin-bottom: 33px;
}
.deanery-item {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eef6;
}
.deanery-item:first-child {
    padding-top: 15px;
}
.deanery-item:after {
    display: table;
    clear: both;
    content: '';
}
.deanery-img-wrapper {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    max-width: 200px;
}
.deanery-title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.25rem;
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: underline;
}
.deanery-sub1 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.250rem;
    display: block;
    margin-bottom: 5px;
}
.deanery-sub2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
    margin-bottom: 15px;
    color: #828282;
}
.deanery-item p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.login-lbl {
    position: absolute;
    right: 25px;
    bottom: 20px;
    display: inline-block;
    padding: 9px 11px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 1px solid #004899;
    border-radius: 5px;
    background-color: #004899;
}
.login-lbl-link {
    font-size: 0.875rem;
    line-height: 1.125rem;
    vertical-align: middle;
    color: #fff;
}
.login-lbl-link:hover,
.login-lbl-link:focus {
    text-decoration: none;
}
.login-lbl:hover {
    color: #004899;
    background-color: #fff;
}
.login-lbl:hover .login-lbl-link {
    color: #004899;
}
.login-lbl-btn {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
}
.login-lbl-btn.flaticon-cancel:before {
    font-size: 1.125rem;
}
.login-lbl-btn:hover,
.login-lbl-btn:focus {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.pers-reg-body {
    margin-top: 30px;
}
.pers-reg-content {
    margin-top: 35px;
}
.parking-item {
    margin-top: 15px;
    margin-bottom: 43px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8eef6;
}
.parking-item:last-child {
    margin-bottom: 0;
    padding-bottom: 55px;
}
.parking-item .p-contact-list {
    margin-top: 0;
}
.parking-item .p-contact-item-line {
    margin-bottom: 10px;
}
.parking-subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
    margin-top: 0;
    margin-bottom: 23px;
}
.parking-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 22px 0;
    padding: 10px 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #004899;
    border: 1px solid #004899;
    border-radius: 20px;
    outline: none;
    background-color: #fff;
}
.parking-btn:hover,
.parking-btn:focus {
    color: #fff;
    background-color: #004899;
}
.modal-parking-wrapper {
    padding: 20px;
}
.modal-parking-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: center;
}
.modal-parking-sub-wrap {
    margin-bottom: 35px;
    text-align: center;
}
.modal-parking-sub1 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
    display: block;
}
.modal-parking-sub2 {
    font-size: 0.875rem;
    line-height: 1.875rem;
}
.c-form-field {
    position: relative;
}
.calendar-icon-parking {
    position: absolute;
    right: 30px;
    bottom: 13px;
    width: 20px;
    height: 20px;
    margin: 0;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #585b5c;
}
.calendar-icon-parking.flaticon-calendar:before {
    font-size: 0.563rem;
    position: absolute;
    top: 5px;
    left: 5px;
}
.calendar-line-parking {
    position: absolute;
    right: 1px;
    bottom: 21px;
    display: block;
    width: 10px;
    height: 1px;
    border-top: 1px solid #c2c2c2;
}
.modal-parking .c-form-title {
    margin-top: 35px;
    margin-bottom: 30px;
}
.modal-parking .modal-close-w {
    color: #bfbfbf;
}
.modal-parking-inner {
    max-width: 630px;
    margin: 0 auto;
}
.c-form-btn-parking {
    display: block;
    margin: 30px auto;
}
.form-file-list {
    margin-top: 40px;
    margin-bottom: 50px;
}
.form-file-list:after {
    display: table;
    clear: both;
    content: '';
}
.form-file-item {
    float: left;
    width: 33.33%;
    padding: 0 7px;
    cursor: pointer;
    color: #004899;
}
.form-file-item input[type='file'] {
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.form-file-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer !important;
}
.form-file-add {
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer;
}
.form-file-icon {
    display: block;
    float: left;
    width: 16px;
    margin-right: 12px;
}
.form-file-icon.flaticon-clip:before {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1rem;
}
.form-file-icon.flaticon-check {
    height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #bbb;
}
.form-file-icon.flaticon-check:before {
    font-size: 0.625rem;
    line-height: 0.625rem;
    position: absolute;
    top: 3px;
    left: 3px;
}
.form-file-icon.flaticon-check + .form-file-title {
    color: #bbb;
}
.form-file-title {
    display: inline-block;
    max-width: 140px;
    vertical-align: top;
}
.form-file-clear-btn {
    font-size: 0.875rem;
    display: none;
    margin-top: 10px;
    margin-left: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
    border-bottom: 1px dotted #000;
}
.form-file-clear-btn:hover,
.form-file-clear-btn:focus {
    color: #004899;
    border-color: #004899;
}
.f-title-nii {
    margin-top: 10px;
    margin-bottom: 10px;
}
.nii-body .tabs-select {
    margin-bottom: 15px;
}
.rss-link-right {
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: absolute;
    z-index: 4;
    top: 5px;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #585b5c;
}
.rss-link-right:hover {
    text-decoration: none;
    color: #ffa700;
}
.nii-detail-txt {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.nii-detail-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nii-footer {
    margin-top: 25px;
    margin-bottom: 55px;
}
.p-nii-header {
    margin-top: 35px;
    margin-bottom: 33px;
}
.nii-subscr {
    line-height: 24px;
}
.nii-list {
    margin-top: 40px;
}
.nii-item {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8eef6;
}
.nii-item:after {
    display: table;
    clear: both;
    content: '';
}
.nii-item:last-child {
    padding-bottom: 10px;
    border: none;
}
.nii-item p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 30px;
}
.nii-img {
    float: left;
    max-width: 255px;
    margin-right: 25px;
    margin-bottom: 30px;
}
.nii-title {
    margin-top: 0;
    margin-bottom: 10px;
}
.nii-link {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.625rem;
    text-decoration: underline;
}
.nii-link:hover,
.nii-link:focus {
    text-decoration: none;
}
.about-tabs {
    margin-top: 20px;
    margin-bottom: 5px;
}
.about-tabs-noborder {
    margin-top: 20px;
    margin-bottom: 5px;
}
.about-tabs-noborder .nav-tabs {
    border: none;
}
.about-tabs .event-nav-item:last-child a {
    color: #004899;
}
.sub-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
    color: #828282;
}
.p-contact-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 40px;
    margin-bottom: 15px;
}
.p-note {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 10px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 30px 15px;
    color: #6e6868;
    background-color: #f9f9f9;
}
.pagination-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}
.pagination {
    position: relative;
    margin: 0 auto;
}
.pagination-list {
    border-right: 1px solid #d6d6d6;
}
.pagination-list:after {
    display: table;
    clear: both;
    content: '';
}
.pagination-item {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-right: none;
}
.pagination-link {
    display: block;
    margin: 6px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
}
.pagination-item.active .pagination-link,
.pagination-link:hover,
.pagination-link:focus {
    text-decoration: none;
    color: #004899;
}
.pagination-prev {
    position: absolute;
    top: 7px;
    left: -30px;
    cursor: pointer;
    color: #7d7d7d;
}
.pagination-prev.flaticon-left-arrow:before {
    font-size: 0.875rem;
    font-weight: bold;
}
.pagination-next {
    position: absolute;
    top: 7px;
    right: -30px;
    cursor: pointer;
    color: #7d7d7d;
}
.pagination-next.flaticon-right-arrow:before {
    font-size: 0.875rem;;
    font-weight: bold;
}
.abc {
    position: relative;
    margin: 25px auto;
}
.abc-list {
    display: table;
    width: 100%;
}
.abc-item {
    display: table-cell;
    text-align: center;
}
.abc-link {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
}
.abc-link:hover,
.abc-link:focus {
    text-decoration: none;
    color: #fff;
    background-color: #004899;
}
.p-title {
    font-family: 'Alumna', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
    display: block;
    margin-top: 30px;
    margin-bottom: 2px;
}
.p-title-sub1 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.625rem;
    display: block;
}
.p-title-sub2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    display: block;
    color: #828282;
}
.p-title-contact-email {
    margin-right: 20px;
    vertical-align: middle;
    text-decoration: underline;
    color: #000;
}
.p-title-contact-phone {
    text-decoration: none;
    color: #000;
}
.p-title-contacts {
    margin-top: 13px;
    margin-bottom: 29px;
}
.p-title-contact-icon {
    margin-right: 10px;
    vertical-align: middle;
    color: #004899;
}
.p-title-contact-icon.flaticon-letter:before {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
}
.p-title-contact-icon.flaticon-technology:before {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
}
.img-lect {
    margin: 20px auto 35px;
}
.about-list {
    margin-top: 20px;
    margin-bottom: 35px;
}
.about-item {
    margin-bottom: 18px;
    padding-bottom: 17px;
    border-bottom: 1px dotted #bbc5d3;
}
.about-item:last-child {
    border: none;
}
.about-item-year {
    font-size: 0.75rem;
    line-height: 1.125rem;
    display: block;
    margin-bottom: 10px;
    color: #898989;
}
.about-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #898989;
}
.about-item-descr {
    font-size: 0.875rem;
    line-height: 0.875rem;
    display: block;
}
.about-lecturer-detail {
    padding-top: 23px;
    padding-bottom: 17px;
}
.about-lecturer-detail-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25rem;
    display: block;
    margin-bottom: 15px;
}
.about-lecturer-detail p {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
.about-list-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-list-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25rem;
}
.about-item1:before {
    font-size: 0.5em;
    line-height: 1.625rem;
    margin-right: 10px;
    content: 'в–є';
    vertical-align: middle;
    color: #d2d2d2;
}
.about-list-link {
    font-size: 0.875rem;
    line-height: 1.625rem;
    text-decoration: underline;
}
.about-list-link:hover,
.about-list-link:focus {
    text-decoration: none;
}
.back-link-wrapper {
    margin-top: 30px;
    margin-bottom: 75px;
}
.p-container-university-img {
    height: 300px;
    background-image: url(../image/university.jpg);
    background-position: center center;
    background-size: cover;
}
.p-container-university-wrap {
    margin-top: 23px;
    margin-bottom: 18px;
}
.university-list {
    margin-top: -15px;
    margin-bottom: 45px;
}
.university-item {
    padding-top: 19px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8eef6;
}
.university-item:last-child {
    border: none;
}
.university-list-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 10px;
}
.university-descr {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.email-link {
    text-decoration: underline;
}
.email-link:hover,
.email-link:focus {
    text-decoration: none;
}
.university-list-link {
    line-height: 24px;
    text-decoration: underline;
}
.university-list-link:after {
    display: block;
    content: '';
}
.university-list-link:hover,
.university-list-link:focus {
    text-decoration: none;
}
.u-link {
    text-decoration: underline;
}
.u-link:hover,
.u-link:focus {
    text-decoration: none;
}
.doc-header {
    margin-top: 30px;
    margin-bottom: 30px;
}
.doc-header p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.doc-header-icon {
    display: inline-block;
    width: 24px;
    height: 32px;
    margin-right: 20px;
    vertical-align: middle;
    background: url(../image/document.png) no-repeat;
}
.doc-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25rem;
    display: inline-block;
    max-width: calc(100% - 60px);
    vertical-align: middle;
}
.doc-p-descr {
    margin-top: 20px;
}
.doc-p-descr p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.file-list {
    margin-top: 30px;
    margin-bottom: 40px;
}
.file-item {
    margin-bottom: 23px;
}
.file-descr {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.file-title {
    font-size: 0.875rem;
    line-height: 1.250rem;
    text-decoration: underline;
}
.file-title:hover,
.file-title:focus {
    text-decoration: none;
}
.file-size {
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
    color: #858585;
}
.file-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.pdf-icon {
    background: url(../image/pdf.png) no-repeat;
}
.xls-icon {
    background: url(../image/xls.png) no-repeat;
}
.ppt-icon {
    background: url(../image/ppt.png) no-repeat;
}
.doc-icon {
    background: url(../image/doc.png) no-repeat;
}
.txt-icon {
    background: url(../image/txt.png) no-repeat;
}
.rar-icon {
    background: url(../image/rar.png) no-repeat;
}
.document-more-wrap {
    margin-bottom: 43px;
}
.contact-table-wrapper {
    margin-top: 28px;
    margin-bottom: 23px;
    background-color: #fff;
}
.contact-table-wrapper .event-table-cell:last-child {
    width: inherit;
}
.contact-tab {
    margin-top: 20px;
}
.c-search-wrapper {
    margin-top: 10px;
    margin-bottom: 38px;
}
.c-search-wrapper .c-btn {
    margin-left: -15px;
    padding: 14px 7px 13px 8px;
    text-align: center;
}
.c-search-inner {
    width: 100%;
}
.c-search-inner .p-search {
    width: 100%;
}
.buildings-type-wrapper {
    float: left;
    width: 18%;
}
.buildings-type {
    width: 100%;
    padding: 2px 0;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
.buildings-floor-wrapper {
    float: left;
}
.buildings-floor {
    width: 100%;
    padding: 2px 0;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
.table-filter {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-top: 23px;
}
.table-filter-title {
    font-weight: 700;
}
.table-filter-item {
    margin-left: 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #004899;
}
.table-filter-item:hover,
.table-filter-item:focus,
.table-filter-item.select {
    color: #a0a0a0;
}
.c-search-line {
    margin-bottom: 30px;
}
.building-category {
    width: 100%;
    padding: 2px 0;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
.building-places input {
    font-size: 0.875rem;
    width: 26%;
    padding: 14px 25px 14px 20px;
    vertical-align: middle;
    border: 1px solid #c2c2c2;
    border-radius: 7px;
}
.building-places span,
.building-date span {
    margin: 0 15px;
    vertical-align: middle;
    color: #9c9c9c;
}
.building-date input {
    font-size: 0.875rem;
    width: 39%;
    padding: 14px 25px 14px 20px;
    border: 1px solid #c2c2c2;
    border-radius: 7px;
}
.more-info-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: inline-block;
    margin: 20px 0;
    padding: 11px 41px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    color: #004899;
    border: 1px solid #004899;
    border-radius: 20px;
    outline: none;
    background-color: #fff;
}
.more-info-btn:hover,
.more-info-btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #004899;
}
.b-link {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #004899;
    border: none;
    outline: none;
    background: transparent;
}
.b-link:hover,
.b-link:focus {
    text-decoration: none;
}
.b-line {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 10px;
    margin-bottom: 16px;
}
.b-line span {
    display: block;
}
.b-title {
    font-weight: 700;
    float: left;
    width: 95px;
}
.b-btn {
    display: inline-block;
    margin: 25px 0;
}
#contact-map, #parking-map {
    width: 100%;
    height: 460px;
}
.g-baloon {
    font-family: 'Museo', sans-serif;
    max-width: 400px;
}
.g-baloon-title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 10px 0 20px 20px;
    border-bottom: 1px solid #e8eef6;
}
.g-baloon .p-contact-list {
    margin-top: 0;
    padding: 20px 0 0 20px;
}
.g-baloon .more-info-btn {
    margin: 20px;
    color: #fff;
    background-color: #004899;
}
.g-baloon .more-info-btn:hover,
.g-baloon .more-info-btn:focus {
    color: #004899;
    background-color: #fff;
}
.g-baloon .p-contact-item-line {
    margin-bottom: 10px;
}
.s-table {
    font-size: 0.875rem;
    position: relative;
    display: table;
    width: 100%;
    border-top: 1px solid #d2ddee;
    border-left: 1px solid #d2ddee;
}
.s-table-row {
    display: table-row;
}
.s-table-row:nth-child(2n) {
    background-color: #f9f9f9;
}
.s-table-cell {
    display: table-cell;
    border-right: 1px solid #d2ddee;
    border-bottom: 1px solid #d2ddee;
}
.s-table-cell-title {
    display: none;
    padding: 11px 17px;
}
.s-table-row:first-child .s-table-cell-title {
    display: block;
    color: #fff;
    background-color: #959595;
}
.contact-table-wrapper .s-table-cell-title {
    min-height: 52px;
}
.s-table-cell-content {
    padding: 11px 17px;
}
.s-table-cell-lenght {
    display: none;
    padding: 11px 17px;
}
.t-nav {
    position: relative;
    display: inline-block;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid transparent;
}
.t-nav:hover {
    border-color: #d2ddee;
    background: #fff;
}
.t-nav-list {
    position: absolute;
    z-index: 2;
    left: -1px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-right: 1px solid #d2ddee;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #d2ddee;
    background: #fff;
}
.t-nav:hover .t-nav-list {
    max-height: 400px;
    border-bottom: 5px solid #004899;
}
.t-nav .title-angle:before {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.t-nav:hover .title-angle:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.t-nav-item {
    min-width: 220px;
    padding: 7px 10px;
}
.t-nav-link {
    color: #000;
}
.t-nav-item.active .t-nav-link,
.t-nav-link:hover,
.t-nav-link:focus {
    text-decoration: underline;
    color: #004899;
}

.main-news-body {
    position: relative;
}

@media (min-width: 1435px) {
    .footer-inner {
        padding-left: 45px !important;
    }
}
@media (max-width: 1365px) {
    .facts-txt {
        top: 2px;
        width: 275px;
    }
    .facts-link {
        line-height: 20px;
        display: inline-block;
        width: 55px;
        margin-right: 10px;
        white-space: pre-wrap;
    }
}
@media (min-width: 1200px) {
    .main-col {
        width: calc(100% - 330px);
    }
    .lang-wrapper {
        float: right;
    }
    .page-header {
        padding-left: 60px !important;
    }
    .header-row-fix {
        padding-right: 50px;
        padding-left: 60px !important;
    }
    .gallery,
    .quiz-p,
    .event {
        padding-left: 45px !important;
    }
    .event-item-first {
        margin-right: -15px;
        margin-left: -60px;
        padding-right: 15px !important;
        padding-left: 60px !important;
    }
    .quiz-p-header {
        margin-left: -60px;
        padding-left: 60px;
    }
    .p-note {
        margin-left: -60px !important;
        padding-left: 60px !important;
    }
    .p-container {
        padding-left: 45px !important;
    }
    .p-container-map,
    .p-container-img-wrapper {
        margin-right: -15px;
        margin-left: -60px !important;
    }
    .fix-width .header-icon-wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1440px) {
    .header-nav {
        padding-left: 20px;
    }
    .header-nav-link {
        font-size: 0.825rem;
    }
}
@media (max-width: 1200px) {
    .facts-txt {
        top: 14px;
        width: 380px;
    }
    .header-nav {
        padding-left: 40px;
    }
    .main-banner-link {
        height: 245px;
    }
    .events-col {
        width: 290px;
    }
    .news-col {
        width: calc(100% - 290px);
    }
    .slider-nav {
        display: block;
        right: 25px;
    }
    .slider-item {
        padding-right: 25px;
        padding-left: 25px;
    }
    .main-news {
        padding: 23px 25px 35px;
    }
    .events-inner {
        padding-right: 25px;
        padding-left: 25px;
    }
    .medialibrary {
        padding: 40px 25px;
    }
    .medialibrary-nav {
        top: 40px;
        right: 25px;
    }
    .main-contact {
        margin-right: 10px;
        margin-left: 10px;
    }
    .bottom-menu {
        margin-right: 10px;
        margin-left: 10px;
    }
    .b-menu {
        margin-right: 0;
        margin-left: 0;
    }
    .news,
    .events-p,
    .quiz-p,
    .event {
        padding-left: 15px;
    }
    .event-item-first {
        margin-right: -15px;
        margin-left: -30px;
        padding-right: 15px !important;
        padding-left: 30px !important;
    }
    .quiz-p-header {
        margin-left: -30px;
        padding-left: 30px;
    }
    .header-nav {
        padding-left: 20px;
    }
    .header-nav-link {
        font-size: 0.775rem;
    }
}
@media (min-width: 1190px) {
    .header-nav {
        float: left;
        width: calc(100% - 345px);
    }
    .header-icon-wrapper {
        width: 330px;
        height: 60px;
        margin-right: 15px;
    }
    .footer-inner {
        margin-right: 45px;
        margin-left: 45px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .header {
        min-width: 765px;
    }
    .header-row-fix {
        padding-left: 30px;
    }
    .page-header {
        padding-left: 30px;
    }
    .gallery {
        padding-right: 15px;
        padding-left: 15px;
    }
    .p-container {
        padding-left: 15px;
    }
    .p-container-map,
    .p-container-img-wrapper {
        margin-right: -15px;
        margin-left: -30px;
    }
    .p-note {
        margin-left: -30px;
        padding-left: 30px;
    }
}
@media (max-width: 992px) {
    .desktop-menu-close {
        display: none;
    }
    .page {
        width: 100% !important;
    }
    .mobile-menu {
        border: none;
        background-color: #004899;
    }
    .mobile-menu-top {
        position: relative;
        height: 79px;
    }
    .mobile-menu-login {
        font-size: 1.25rem;
        font-weight: 300;
        position: absolute;
        top: 22px;
        left: 30px;
        color: #fff;
        border-bottom: 2px solid #4f91da;
    }
    .mobile-menu-login:hover {
        text-decoration: none;
        color: #fff;
    }
    .mobile-menu-message {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .mobile-menu-message:hover {
        text-decoration: none;
    }
    .mobile-menu-message > i {
        color: #7dbbff;
    }
    .mobile-menu-message .flaticon-letter:before {
        font-size: 1.875rem;
        font-weight: bold;
        line-height: 1.875rem;
        margin: 0;
    }
    .nav-item {
        position: relative;
    }
    .nav-item.hovered,
    .nav-item:hover,
    .nav-item.select {
        background-color: #f7f6f1;
    }
    .nav-link {
        font-size: 1.25rem;
        font-weight: 100;
        padding-left: 30px;
    }
    .nav-item > i {
        color: #fff;
    }
    .nav-item .flaticon-right-arrow:before {
        font-size: 0.625rem;
    }
    .nav-item.hovered .flaticon-right-arrow:before,
    .nav-item.select .flaticon-down-arrow:before {
        font-size: 0.625rem;
        color: #004899;
    }
    .nav-list2 {
        position: inherit;
        right: inherit;
        width: inherit;
        padding: 0;
        text-align: inherit;
    }
    .nav-item2 {
        margin: 0 15px 0 30px;
        padding: 15px 0;
        border-bottom: 1px solid #d2ddee;
    }
    .nav-item2:first-child {
        display: none;
    }
    .nav-item2:last-child {
        border: none;
    }
    .mobile-menu {
        min-width: 170px;
        padding: 10px 0;
        white-space: inherit;
        border: none;
        background-color: #004899;
    }
    .mobile-menu-icon,
    .mobile-menu-icon-close,
    .mobile-menu-icon-angle {
        margin: 0 25px;
        vertical-align: middle;
    }
    .mobile-menu-icon:before {
        font-size: 1.75rem;
        margin: 0;
        color: #fff;
    }
    .mobile-menu-icon-close:before {
        font-size: 1.5rem;
        margin: 0;
        color: #fff;
    }
    .mobile-menu-panel {
        width: 250px;
        border: none;
    }
    .logo-img {
        height: 70px;
    }
    .header {
        /* margin-right: 0;
        margin-left: 0;*/

        border: none;
    }
    .header-row {
        border-bottom: 1px solid #d2ddee;
    }
    .header-icon-wrapper {
        width: 290px;
        height: 90px;
        text-align: center;
        color: #4f91da;
    }
    .search-icon {
        line-height: 88px;
        margin: 0 5%;
    }
    .search-icon.flaticon-magnifying-glass:before {
        font-size: 0.938rem;
        font-weight: bold;
        margin: 0;
    }
    .user-icon {
        line-height: 88px;
        margin: 0 15px;
        margin: 0 5%;
    }
    .user-icon.flaticon-person:before {
        font-size: 0.938rem;
        margin: 0;
    }
    .message-icon {
        line-height: 88px;
        margin: 0 15px;
        margin: 0 5%;
    }
    .message-icon.flaticon-letter:before {
        font-size: 1.063rem;
        font-weight: bold;
        margin: 0;
    }
    .glasses-icon {
        line-height: 88px;
        margin: 0 15px;
        margin: 0 5%;
    }
    .glasses-icon.flaticon-vision:before {
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0;
    }
    .lang-wrapper {
        float: right;
        width: 70px;
        height: 90px;
        padding: 0 22px;
    }
    .lang {
        line-height: 90px;
    }
    .footer {
        margin-right: -15px;
        margin-left: -15px;
    }
    .footer-menu-list {
        padding: 31px 0;
        text-align: center;
    }
    .footer-menu-link {
        font-weight: 700;
        color: #212121;
    }
    .footer-menu-link:hover {
        color: #212121;
    }
    .p-container-map,
    .p-container-img-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
    .slider-nav {
        display: block;
        top: 25px;
    }
    .main-contact {
        margin-top: 55px;
    }
    .main-banner {
        margin-bottom: 30px;
    }
    .main-banner-link {
        height: 235px;
    }
    .b-menu {
        margin-bottom: 15px;
    }
    .breadcrumb-item:after {
        content: '-';
    }
    .breadcrumb-item:last-child:after {
        content: '';
    }
    .gal-photo {
        height: 240px;
    }
    .event-item-first {
        margin-left: -15px;
        padding-left: 15px !important;
    }
    .quiz-p-header {
        margin-left: -30px;
        padding-left: 30px;
    }
    /* РјРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ РЅР°С‡Р°Р»Рѕ */

    .modal-wrapper {
        width: 560px;
    }
    .nav-right {
        right: -65px;
    }
    .nav-left {
        left: -65px;
    }
    .modal-footer-slider-inner {
        width: 400px;
    }
    /* РјРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ РєРѕРЅРµС† */
    /* РЅРѕРІРѕСЃС‚Рё РЅР°С‡Р°Р»Рѕ */

    .news {
        padding-left: 0;
    }
    /* РЅРѕРІРѕСЃС‚Рё РєРѕРЅРµС† */
    /* СЃРѕР±С‹С‚РёСЏ РЅР°С‡Р°Р»Рѕ */

    .events-p,
    .event {
        padding-left: 0;
    }
    .modal-event {
        width: inherit;
    }
    .modal-reg {
        width: inherit;
    }
    /* СЃРѕР±С‹С‚РёСЏ РєРѕРЅРµС† */
    /* СЃРѕР±С‹С‚РёСЏ РґРµС‚Р°Р»СЊРЅРѕ РЅР°С‡Р°Р»Рѕ */

    .cat-p-icon.flaticon-person:before {
        font-size: 1rem;
    }
    .quiz-p {
        padding-left: 0;
    }
    /* СЃРѕР±Р°С‚РёСЏ РґРµС‚Р°Р»СЊРЅРѕ РєРѕРЅРµС† */

    .mobile-nav .nav-item:hover,
    .mobile-nav .nav-item.select {
        background-color: #003571;
    }
    .mobile-nav .flaticon-right-arrow,
    .mobile-nav .flaticon-down-arrow {
        top: 13px;
        left: 13px;
    }
    .mobile-nav .flaticon-right-arrow:before,
    .mobile-nav .flaticon-down-arrow:before {
        font-size: 0.625rem;
        font-weight: bold;
    }
    .mobile-nav .nav-list2 {
        right: 0;
        display: none;
        opacity: 1;
    }
    .mobile-nav .nav-item:hover .nav-list2,
    .mobile-nav .nav-item.select .nav-list2 {
        right: 0;
    }
    .mobile-nav .nav-item2 {
        padding: 10px 0;
        border-bottom: 1px solid #004899;
    }
    .mobile-nav .nav-item2:last-child {
        border: none;
    }
    .contact-table-wrapper {
        overflow: auto;
    }
}
@media (min-width: 768px) {}

@media (max-width: 767px) {
    h1,
    .h1 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .xs-no-padding {
        padding-right: 0;
        padding-left: 0;
    }
    .page {
        float: none;
        width: 100%;
    }
    .mobile-menu-top {
        height: 84px;
    }
    .copyright-line {
        display: block;
    }
    .sm-logo {
        display: inline-block;
        height: 70px;
        vertical-align: middle;
    }
    .header {
        margin-right: -15px;
        background-color: #004899;
    }
    .mobile-menu {
        padding: 15px 0;
    }
    .mobile-menu-icon,
    .mobile-menu-icon-close,
    .mobile-menu-icon-angle {
        margin-left: 25px;
    }
    .header-icon-wrapper {
        position: relative;
        top: 38px;
        width: inherit;
        height: inherit;
        text-align: right;
        color: #fff;
        border: none;
    }
    .search-icon {
        line-height: inherit;
        margin: 0;
    }
    .user-icon {
        line-height: inherit;
        margin: 0;
    }
    .search-icon.flaticon-magnifying-glass:before,
    .user-icon.flaticon-person:before {
        font-size: 1.188rem;
        margin: 0 20px 0 0;
    }
    .lang-wrapper {
        line-height: inherit;
        float: inherit;
        width: inherit;
        height: inherit;
        margin-right: 30px;
        padding: 0;
        border: none;
    }
    .lang {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.25rem;
        vertical-align: middle;
        color: #e7adb2;
    }
    .lang:hover {
        color: #e7adb2;
    }
    .footer {
        text-align: center;
        background-color: #f8f8f8;
    }
    .footer-menu-list {
        margin: 0;
        padding: 0;
    }
    .footer-menu-item {
        padding: 13px 0;
        border-bottom: 1px solid #ededed;
    }
    .footer-menu-link {
        font-weight: 700;
        color: #212121;
    }
    .footer-menu-link:hover {
        color: #212121;
    }
    .f-iso {
        font-size: 0.875rem;
        font-weight: 300;
        display: inline-block;
        padding: 17px 0;
        cursor: default;
    }
    .events-col,
    .news-col {
        float: none;
        width: inherit;
    }
    .slider-nav {
        display: block;
        top: 5px;
        right: 5px;
        width: 60px;
        height: 30px;
    }
    .slide-prev,
    .slide-next {
        width: 30px;
        height: 30px;
    }
    .slider-nav-icon {
        padding: 4px;
    }

    .banner-responsive a img {
        height: auto !important;
    }

    .slider-item {
        height: inherit;
        padding: 0;
        background-size: cover;
        background-position: left center;
        min-height: 300px;
    }
    .slider-item-img {
        position: inherit;
        height: 175px;
        background-position: center right;
    }
    .slider-item-info {
        bottom: 0;
        left: inherit;
        max-width: inherit;
        padding: 10px;
    }
    .slider-item-link {
        font-size: 1.625rem;
        line-height: 1.75rem;
    }
    .slider-title {
        font-size: 1.563rem;
        line-height: 2rem;
    }
    .slider-line {
        margin: 20px 0;
    }
    .slider-btn {
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }

    .fact {
        padding: 20px;
    }
    .fact-inner {
        display: block;
    }
    .facts-item {
        display: block;
    }
    .fact-col1 {
        display: block;
        border: none;
        margin-bottom: 15px;
        padding-right: 130px;
    }
    .fact-col2 {
        display: block;
        padding: 0;
    }
    .fact-col3 {
        display: block;
        width: 80px;
        position: absolute;
        top: 20px;
        right: 64px;
        padding: 0;
    }

    .main-news {
        padding: 20px;
    }
    .rss {
        top: 0px;
    }
    .tabs-select {
        position: relative;
        margin-bottom: 25px;
    }
    .tabs-selected {} .tabs-selected-inner {
        padding: 11px 35px 11px 11px;
        cursor: pointer;
    }
    .tabs-selected > i {
        position: absolute;
        top: 10px;
        right: 15px;
    }
    .tabs-selected > i:before {
        font-size: 0.625rem;
        font-weight: bold;
    }
    .tabs-select-var {
        /*display: none;*/
    }
    .main-news-nav-list {
        border: none;
    }
    .main-news-nav-item {
        float: none !important;
    }
    .main-news-nav-link {
        margin: 0 !important;
    }
    .main-news-more {
        margin: 0;
    }
    .more-btn {
        width: 100%;
    }
    .events-header {
        position: relative;
        padding: 27px 20px;
        text-align: left;
    }
    .events-calendar {
        position: absolute;
        top: 38px;
        right: 20px;
    }
    .events-more {
        padding: 30px 20px;
    }
    .medialibrary {
        padding: 50px 20px 115px;
    }
    .medialibrary-nav {
        top: inherit;
        right: 46%;
        right: calc(50% - 50px);
        bottom: 40px;
        width: 102px;
        height: 50px;
    }
    .medialibrary-prev {
        width: 50px;
        height: 48px;
    }
    .medialibrary-prev > i {
        padding: 13px 0;
    }
    .medialibrary-next {
        width: 50px;
        height: 48px;
    }
    .medialibrary-next > i {
        padding: 13px 0;
    }
    .medialibrary-title {
        text-align: center;
        /* margin-left: 0; */
    }
    .main-contact {
        margin: 30px 0;
    }
    .main-contact-title {
        margin: 0 5px 15px;
    }
    .main-contact-body {
        padding: 0 20px;
    }
    .main-contact-body:before {
        content: '';
        clear: both;
        display: block;
    }
    .main-contact-nav-item {
        float: none !important;

    }
    .main-contact-nav-link {
        font-family: 'Museo';
        margin: 0 !important;
        color: #000;
        border: none !important;
    }
    .main-contact-nav-link:hover {
        color: #000;
    }
    .main-banner {
        margin-top: 0;
    }
    .main-banner-link {
        display: block;
        width: inherit;
        height: 245px;
    }
    .bottom-menu {
        margin: 0;
    }
    .b-menu {
        margin: 0 0 18px;
    }
    .b-menu-title {
        line-height: 14px;
        display: inline-block;
        width: 155px;
    }
    .breadcrumb-item:after {
        content: '-';
    }
    .breadcrumb-item:last-child:after {
        content: '';
    }
    .title-container {
        display: block;
    }
    .filter-container {
        float: none;
        width: 100%;
    }
    /* РјРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ РЅР°С‡Р°Р»Рѕ */

    .modal-wrapper {
        width: calc(100% - 30px);
        margin: 15px auto;
    }
    .modal-mma-logo {
        top: 15px;
        right: inherit;
        bottom: inherit;
        left: 15px;
        width: 55px;
        height: 53px;
    }
    .ya-share {
        padding-bottom: 15px;
    }
    .inst-share {
        float: none;
    }
    .nav-right {
        top: 30%;
        right: -15px;
        color: #fff;
        border-color: #004899;
        background-color: #004899;
    }
    .nav-left {
        top: 30%;
        left: -15px;
        color: #fff;
        border-color: #004899;
        background-color: #004899;
    }
    .nav-left:hover,
    .nav-right:hover {
        color: #fff;
        border-color: #fff;
        background-color: transparent;
    }
    .nav-left-ico .modal-footer-slider-inner {
        width: 50;
    }
    .modal-footer-slider-inner {
        width: 100%;
    }
    .nav-v-left {
        position: inherit;
        left: inherit;
        width: 30%;
    }
    .nav-v-right {
        position: inherit;
        right: inherit;
        float: right;
        width: 30%;
    }
    .modal-footer-slider-item {
        margin: 0 0 25px;
    }
    /* РјРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ РєРѕРЅРµС† */
    /* РЅРѕРІРѕСЃС‚Рё РЅР°С‡Р°Р»Рѕ */

    .news-item {
        height: inherit;
    }
    .news-more-btn {
        margin-bottom: 50px;
    }
    .news-detail-img {
        float: none;
        max-width: 100%;
        padding: 0 0 20px 0;
    }
    .news-video-container i {
        top: -webkit-calc(50% - 30px);
        left: -webkit-calc(50% - 30px);
    }
    .news-video-container .flaticon-play-button:before {
        font-size: 3.75rem;
    }
    .news-footer-t {
        display: block;
    }
    .news-footer-tc {
        display: block;
        margin-bottom: 20px;
    }
    /* РЅРѕРІРѕСЃС‚Рё РєРѕРЅРµС† */
    /* СЃРѕР±С‹С‚РёСЏ РЅР°С‡Р°Р»Рѕ */

    .events-form-field {
        display: block;
        width: 100%;
        padding: 0;
    }
    .events-form-textarea textarea {
        width: 100%;
    }
    .event-tabs {
        border: none !important;
        border-radius: 0;
    }
    .event-nav-item {
        display: block !important;
        float: inherit !important;
        margin: 0;
    }
    .cat-link {
        display: block;
        margin: 10px 0;
    }
    .edit-link {
        display: block;
        float: inherit;
        margin: 25px 0 -5px;
    }
    .event-item-first {
        margin-left: -15px;
        padding-left: 15px !important;
    }
    .event-descr-wrap {
        margin-top: 20px !important;
    }
    /* СЃРѕР±С‹С‚РёСЏ РєРѕРЅРµС† */
    /* РѕРїСЂРѕСЃ РЅР°С‡Р°Р»Рѕ */

    .quiz-progress {
        width: 80%;
    }
    .quiz-footer {
        display: block;
    }
    .quiz-t {
        display: block;
        margin-bottom: 20px;
    }
    .quiz-p-header {
        margin-left: -15px;
        padding-left: 15px;
    }
    .quiz-p-header .fa {
        right: -15px;
    }
    /* РѕРїСЂРѕСЃ РєРѕРЅРµС† */
    /* СЃРѕР±С‹С‚РёСЏ РґРµС‚Р°Р»СЊРЅРѕ РЅР°С‡Р°Р»Рѕ */

    .cat-p-link {
        margin-bottom: 10px;
    }
    .event-detail-btn-block .btn {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .download-btn {
        display: block;
    }
    .download-btn > span {}
    /* СЃРѕР±С‹С‚РёСЏ РґРµС‚Р°Р»СЊРЅРѕ РєРѕРЅРµС† */

    .page-header-inner h1 {
        font-size: 2rem;
        line-height: 2.125rem;
        margin-top: 19px;
        margin-bottom: 6px;
        padding-right: 25px;
    }
    .title-angle {
        line-height: 0.625rem;
        position: absolute;
        right: 20px;
        bottom: 35%;
    }
    .p-container-h4 {
        margin-top: 10px;
    }
    .p-container-map-wrapper {
        margin-bottom: 30px;
    }
    .p-container-map-inner {
        margin-bottom: 18px;
    }
    .p-container-map iframe {
        height: 200px;
    }
    .p-container-footer {
        margin-top: 50px;
        margin-bottom: 38px;
    }
    .p-container-b-item {
        float: none;
        width: inherit;
        margin: 12px 0;
        padding: inherit;
    }
    .p-nav .p-container-b-item {
        margin: 0;
    }
    .main-banner-page {
        margin-bottom: 0;
    }
    .header .search-btn {
        margin-right: 15px;
    }
    .header .search-input {
        padding-right: 90px;
        border-radius: 0;
    }
    .p-nav {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #004899;
        border-radius: 8px;
    }
    .p-nav-selected-wrapper {
        position: relative;
        padding: 11px 30px 11px 15px;
        cursor: pointer;
    }
    .p-nav-selected {
        font-size: 0.875rem;
    }
    .p-nav-angle {
        position: absolute;
        right: 15px;
    }
    .p-nav-angle.flaticon-arrows-2:before {
        font-size: 0.875rem;
        font-weight: bold;
        color: #707070;
    }
    .p-nav-list {
        display: none;
        padding: 8px 0;
        border-top: 1px solid rgb(228, 228, 228);
    }
    .p-nav-item {
        float: none;
        width: 100%;
    }
    .p-nav-link {
        font-size: 0.875rem;
        width: 100%;
        padding: 7px 15px;
        text-decoration: none;
        color: #000;
    }
    .p-nav-link:hover,
    .p-nav-link:focus,
    .p-nav-link.select {
        color: #004899;
        background-color: transparent;
    }
    .p-container-detail-img {
        height: 200px;
    }
    .p-container-txt-wrap {
        margin-top: 10px !important;
        margin-bottom: 40px !important;
    }
    .schedule-header {
        margin-top: 20px;
        margin-bottom: 24px;
    }
    .schedule-select-inner,
    .page-header-select-wrapper {
        width: 100%;
    }
    .schedule-select-wrapper {
        float: inherit;
        margin-right: inherit;
        margin-bottom: 17px;
    }
    .schedule-select-label {
        margin-bottom: 9px;
    }
    .schedule-body {
        margin-top: 40px;
        margin-bottom: 35px;
    }
    .schedule-footer {
        margin-top: 40px;
    }
    .schedule-print {
        display: inline-block;
        width: 100%;
        margin: 25px 0;
        text-align: center;
    }
    .s-table {
        display: block;
        border-right: 1px solid #d2ddee;
    }
    .s-table-row {
        position: relative;
        display: block;
        padding: 17px 15px;
        border-bottom: 1px solid #d2ddee;
    }
    .s-table-cell {
        display: block;
        padding: 12px 0;
        border-right: none;
    }
    .s-table-cell:first-child {
        padding-top: 0;
    }
    .s-table-cell:last-child {
        padding-bottom: 0;
        border: none;
    }
    .s-table-cell-title {
        font-weight: bold;
        display: block;
        margin-bottom: 6px;
        padding: 0;
    }
    .s-table-row:first-child .s-table-cell-title {
        color: #000;
        background-color: #fff;
    }
    .s-table-cell-content {
        padding: 0;
    }
    .p-nii-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .nii-list {
        margin-top: 35px;
    }
    .nii-item {} .nii-img {
        float: none;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .nii-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .f-news-item {
        border-bottom: 1px solid #e8eef6;
    }
    .nii-footer {
        margin-bottom: 35px;
    }
    .f-news-more-btn {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .nav-tabs,
    .p-nav-mobile .p-container-b-list {
        display: none;
        padding: 8px 0;
        border: none;
        border-top: 1px solid rgb(228, 228, 228) !important;
    }
    .event-nav-item .event-nav-link,
    .main-news-nav-link,
    .p-nav-mobile .p-container-b-nav-link {
        font-size: 0.875rem;
        width: 100%;
        padding: 7px 15px !important;
        text-decoration: none;
        color: #000;
        border: none !important;
    }
    .tabs-select-var {
        margin-bottom: 17px;
        border: 1px solid #004899;
        border-radius: 8px;
    }
    .tabs-selected-tab-title {
        font-size: 0.875rem;
    }
    .tabs-selected-tab {
        position: relative;
        padding: 11px 30px 11px 15px;
        cursor: pointer;
    }
    .tabs-nav-angle {
        position: absolute;
        right: 15px;
        top: 31%;
    }
    .tabs-nav-angle.flaticon-arrows-2:before {
        font-size: 0.625rem;
        font-weight: bold;
        color: #707070;
    }
    .main-news-nav-item.active > a,
    .main-news-nav-item.active {
        color: #004899 !important;
        background-color: #fff;
    }
    .main-news-nav-link:hover {
        color: #004899 !important;
        border-color: #004899 !important;
        outline: none;
        background-color: #fff !important;
    }
    .f-title-nii {
        font-size: 1.75rem;
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 3px;
        border-top: 1px solid #e8eef6;
        border-bottom: 1px solid #e8eef6;
    }
    .rss-link-right {
        top: -60px;
    }
    .p-container-university-img {
        height: 200px;
    }
    .p-container-h3 {
        margin-bottom: 25px;
    }
    .p-container-university-wrap {
        margin-bottom: 5px;
    }
    .p-container-university-img {
        height: 200px;
    }
    .p-container-h3 {
        margin-bottom: 25px;
    }
    .p-container-university-wrap {
        margin-bottom: 5px;
    }
    .university-list {
        margin-bottom: 20px;
    }
    .p-title {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-top: 32px;
    }
    .p-title-sub1 {
        line-height: 24px;
        margin-bottom: 13px;
    }
    .p-title-contacts {
        font-size: 0.875em;
        line-height: 0.875em;
    }
    .p-title-contacts-item {
        display: block;
        margin-bottom: 17px;
    }
    .img-lect {
        margin-bottom: 0;
    }
    .about-list {
        margin-bottom: 0;
    }
    .about-item:last-child {
        margin-bottom: 0;
    }
    .about-lecturer-detail {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .about-list-wrapper {
        padding-top: 1px;
        padding-bottom: 20px;
    }
    .about-list-title {
        margin-bottom: 20px;
    }
    .back-link-wrapper {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .p-search-wrap {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .p-search {
        width: 100%;
    }
    .p-search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        color: transparent;
        border-color: transparent;
        background-color: transparent;
    }
    .p-search-btn:hover,
    .p-search-btn:focus {
        color: transparent;
        background-color: transparent;
    }
    .deanery-sub1 {
        margin-bottom: 10px;
    }
    .deanery-img-wrapper {
        float: none;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .pagination-item {
        width: 42px;
        height: 42px;
    }
    .pagination-link {
        font-size: 1.25rem;
        margin: 9px 0;
    }
    .pagination-prev {
        top: 10px;
        left: -35px;
    }
    .pagination-prev.flaticon-left-arrow:before,
    .pagination-next.flaticon-right-arrow:before {
        font-size: 1.25rem;
    }
    .pagination-next {
        top: 10px;
        right: -35px;
    }
    .pagination-item.active {
        background-color: #004899;
    }
    .pagination-item.active .pagination-link {
        color: #fff;
    }
    .about-tabs {
        margin-top: 15px;
    }
    .p-contact-title {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .p-note {
        margin-bottom: 35px;
    }
    .deanery-title {
        margin-bottom: 20px;
    }
    .deanery-item {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .p-container-wrap:first-child {
        margin-top: 20px;
    }
    .p-container-history {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .p-container-wrap {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .p-container-h2 {
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .p-container-link-link {
        margin-top: 25px;
    }
    .p-contact-list {
        margin-top: 35px;
    }
    .contact-mark,
    .contact-phone,
    .contact-msg {
        display: block;
        float: left;
        width: 35px;
        margin: 0;
    }
    .contact-descr-line {
        display: block;
        margin-bottom: 23px;
        margin-left: 35px;
    }
    .contact-descr-line .contact-title {
        display: block;
        margin: 0 0 10px;
    }
    .doc-p-descr {
        margin-top: 20px;
    }
    .file-icon {
        display: block;
        float: left;
    }
    .file-descr {
        display: block;
        margin-left: 50px;
    }
    .title-container {
        width: 100%;
    }
    .education-img {
        height: 200px;
    }
    .p-mobile-h2 {
        font-family: 'Alumna', sans-serif;
        font-size: 1.625rem;
        line-height: 2.25rem;
        margin-bottom: 0;
    }
    .p-mobile-h2 + .p-hr {
        margin-top: 5px;
    }
    .page-header-select {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid #c2c2c2;
        border-radius: 6px;
    }
    .ms-drop ul {
        padding-left: 11px;
    }
    .education-pic-wrap {
        float: none;
        margin: 10px auto;
    }
    .education-descr {
        margin: 20px 0;
    }
    .p-nav-mobile .p-container-b-list {
        display: none;
    }
    .p-container-link-list {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .p-container-link-item {
        width: 100%;
        margin: 11px 0;
        padding: 0;
    }
    .p-deanery-header .f-title {
        font-size: 1.625em;
        line-height: 1.75rem;
        margin-top: 23px;
        margin-bottom: -7px;
    }
    .news-detale-title {
        font-size: 1.625rem;
        line-height: 28px;
        margin-bottom: 0;
    }
    .faculty-footer {
        margin-bottom: 20px;
    }
    .history-title {
        margin-top: 0;
    }
    .text-img {
        float: inherit;
        margin: 0 0 30px;
    }
    .contact-img-wrapper {
        float: none;
        margin: 5px 0 0;
    }
    .contact-descr {
        display: block;
        margin-left: 35px;
    }
    .p-contact-item {
        margin-bottom: 15px;
    }
    .c-form-title {
        margin-top: 7px;
        margin-bottom: 29px;
    }
    .c-form-field {
        display: block;
        width: 100%;
        padding: 0;
    }
    .c-form-field-textarea textarea {
        width: 100%;
    }
    .c-form-btn-wrap {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .c-form-btn {
        width: 100%;
    }
    .f-title {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-top: 20px;
    }
    .p-search-mobile {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-container-mobile-p {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .cath-wrap {
        margin-top: 0;
    }
    .cath-img {
        float: none;
        margin: 35px 0 30px;
    }
    .cath-wrap .p-container-p {
        margin-bottom: 7px;
    }
    .p-select-wrap {
        width: 100%;
    }
    .pers-reg-body {
        margin-top: -3px;
        margin-bottom: 25px;
    }
    .pers-reg-body .p-container-wrap:first-child {
        margin-top: 0;
    }
    .pers-reg-body .p-container-h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .p-container-h3-chb {
        margin-top: 25px !important;
    }
    .subscribe-form {
        margin-top: 0;
        margin-bottom: 0;
    }
    .subscribe-form .c-form-field {
        margin-bottom: 15px;
    }
    .c-form-field-chb {
        width: 100%;
        margin-bottom: 24px;
    }
    .c-form-label-chb input[type='checkbox'] {
        width: 22px;
        height: 22px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .c-form-cotainer-chb {
        margin-top: 32px;
        margin-bottom: -15px;
    }
    .pers-reg-content {
        margin-top: 0;
    }
    .login-lbl {
        display: none;
    }
    .parking-item {
        margin-top: 0;
    }
    .parking-btn {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .parking-item:last-child {
        padding-bottom: 17px;
    }
    .event-item {
        padding: 5px 0;
    }
    .event-item:first-child {
        margin-top: -25px;
        padding: 0;
    }
    .event-item:first-child .event-date,
    .event-date {
        margin-bottom: 7px;
        padding: 0;
        color: #004899;
        background-color: transparent;
    }
    .cat-sect {
        padding-top: 3px;
        border: none;
    }
    .cat-link {
        margin: 15px 0;
    }
    .event-list-img {
        margin-top: 30px;
    }
    .modal-parking-title {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-bottom: 15px;
    }
    .modal-parking-sub1 {
        margin-bottom: 7px;
    }
    .modal-parking-sub-wrap {
        margin-bottom: 20px;
    }
    .modal-parking .c-form-title {
        margin-top: 28px;
        margin-bottom: 23px;
    }
    .modal .c-form-label {
        margin-bottom: 10px;
    }
    .modal .c-form-field {
        margin-bottom: 20px;
    }
    .modal .c-form-field-textarea textarea {
        margin-top: -5px;
        margin-bottom: 30px;
    }
    .calendar-line-parking {
        display: none;
    }
    .calendar-icon-parking {
        right: 12px;
    }
    .form-file-list {
        margin-top: 25px;
        margin-bottom: 0;
    }
    .form-file-item {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .form-file-clear-btn {
        margin-top: 0;
    }
    .events-form-field,
    .c-form-field {
        max-width: 100%;
    }
    .b-line {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .b-line span {
        display: block;
        float: none;
        width: 100%;
    }
    #contact-map {
        height: 280px;
    }
    .parking-subtitle {
        line-height: 20px;
    }
    .more-info-btn {
        width: 100%;
    }
    .contact-table-wrapper .s-table-cell-title {
        min-height: inherit;
    }
    .c-search-wrapper {
        position: relative;
        margin-top: -5px;
        margin-bottom: 25px;
    }
    .c-search-inner {
        margin-bottom: 15px;
    }
    .buildings-type {
        margin-bottom: 15px;
    }
    .c-search-wrapper .c-btn {
        width: 100%;
        height: 44px;
        margin: 0;
    }
    .table-filter {
        margin-top: 35px;
    }
    .ms-choice > div {
        right: 5px;
    }
    .c-search-line {
        margin-bottom: 10px;
    }
    .building-category,
    .building-places,
    .building-date {
        margin-bottom: 25px;
    }
    .building-places input,
    .building-date input {
        width: 30%;
    }
    .gal-photo {
        height: 195px;
    }
    .gal-date {
        padding-top: 18px;
        padding-bottom: 11px;
    }
    .gallery-item-wrapper {
        margin-bottom: 30px;
    }
    .galery-header {
        margin-bottom: 25px;
    }
    .galery-body {
        margin-bottom: 30px;
    }
    .gallery {
        margin-top: -20px;
        margin-bottom: 35px;
    }
    .modal-close-w.flaticon-cancel:before {
        font-size: 1.875rem;
    }
    .gal-title h1 {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .gallery-detail-photo-wrap {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .news {
        margin-top: -20px;
        margin-bottom: 45px;
    }
    .news-list {
        margin-top: 0;
    }
    .news .tabs-select {
        margin-bottom: 25px;
    }
    .news-header {
        margin-top: 40px;
    }
    .news-galery-wrapper {
        margin-top: 28px;
        margin-bottom: 110px;
    }
    .news-subtitle {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.25rem;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .news-galery-nav {
        top: inherit;
        right: 30%;
        right: calc(50% - 50px);
        bottom: -80px;
    }
    .news-galery-nav-left {
        width: 50px;
        height: 50px;
        padding: 11px 0;
    }
    .news-galery-nav-right {
        width: 50px;
        height: 50px;
        padding: 11px 0;
    }
    .news-galery-nav-left.flaticon-left-arrow:before,
    .news-galery-nav-right.flaticon-right-arrow:before {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .news-footer-t {
        margin: 25px 0 45px;
    }
    .quiz-p {
        margin-top: -20px;
        margin-bottom: 40px;
    }
    .quiz-title h2 {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .quiz-p-header {
        border-bottom: 0;
    }
    .q-item {
        padding-top: 10px;
    }
    .qlabel {
        margin-bottom: 20px;
    }
    .qlabel input {
        width: 22px;
        height: 22px;
    }
    .quiz-p-list {
        margin-bottom: 35px;
    }
    .q-vote-btn {
        width: 100%;
    }
    .q-title,
    .ql {
        margin-top: 20px;
    }
    .quiz-section {
        margin-top: 30px;
    }
    .quiz-wrap {
        margin-top: 0;
        margin-bottom: 27px;
    }
    .quiz-p-title {
        margin-bottom: 10px;
    }
    .quiz-r-question {
        margin-bottom: 25px;
    }
    .quiz-r-progress {
        width: 80%;
        margin: -35px auto 0;
    }
    .ya-share-q div {
        margin: 35px 0;
    }
    .events-p-form {
        margin-bottom: 40px;
    }
    .events-form-addbtn {
        width: 100%;
    }
    .events-form-submit {
        margin-top: 30px;
        padding-top: 25px;
        border-top: 1px solid #e8eef6;
    }
    .events-form-field {
        margin-bottom: 30px;
    }
    .events-p-sections {
        padding-bottom: 0;
        border: none;
    }
    .events-form-textarea {
        margin-top: -10px;
    }
    .events-form-textarea textarea {
        margin: 0;
    }
    .r-calendar-btn {
        position: absolute;
        top: 20px;
        left: 150px;
    }
    .r-add-btn {
        position: relative;
        top: -8px;
    }
    .add-event-btn-wrapper {
        position: relative;
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 6px;
        border-bottom: 1px solid #d2ddee;
    }
    .events-p-title h1 {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-top: 25px;
        margin-bottom: 0;
    }
    .events-p-title {
        margin-bottom: 10px;
    }
    .modal-calendar {
        padding: 55px 15px 20px;
    }
    .modal-calendar-title {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-bottom: 30px;
    }
    .calendar {
        height: inherit;
    }
    .c-grid {
        float: none;
        width: 100%;
        height: 305px;
        border-right: 0;
        border-bottom: 1px solid #cacaca;
    }
    .c-event-grid {
        float: none;
        width: 100%;
        height: 305px;
        padding-right: 10px;
    }
    .modal-event-wrapper {
        padding: 40px 20px 25px;
    }
    .modal-event .modal-event-title {
        font-size: 1.625rem;
        line-height: 1.75rem;
    }
    .modal-add-btn .btn {
        width: 100%;
    }
    .table-check .s-table-cell:first-child {
        position: absolute;
        top: 4px;
        right: 10px;
        padding: 0;
        border: none;
    }
    .table-check .s-table-cell:first-child input {
        width: 20px;
        height: 20px;
    }
    .modal .event-tabs .tabs-select-var {
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .modal .event-tabs {
        margin-bottom: 0 !important;
    }
    .modal .event-tabs .event-nav-list {
        display: inline-block !important;
        height: 44px !important;
        padding: 0 !important;
        border-top: none !important;
    }
    .modal .event-tabs .nav-tabs > li {
        display: inline-block !important;
        float: left !important;
        margin-right: 40px;
    }
    .modal .event-tabs .nav-tabs > li:last-child {
        margin-right: 0;
    }
    .modal .event-tabs .event-nav-link {
        padding: 11px 0 !important;
        color: #898989;
        border: none !important;
        border-top: 2px solid transparent !important;
        border-radius: 0 !important;
    }
    .event {
        margin-top: -20px;
    }
    .event-a-header {
        margin-top: 0;
        border-bottom: 1px solid #e8eef6;
    }
    .event-a-title {
        margin-bottom: 10px;
    }
    .event-a-title h1 {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-top: 25px;
        margin-bottom: 0;
    }
    .event-table-item-date {
        float: none;
    }
    .event-table-item-title {
        margin: 8px 0 0;
    }
    .event-table-item-title:before {
        content: '';
    }
    .s-table .edit-link {
        margin: 0;
    }
    .row-sort .s-table-cell:last-child {
        width: inherit;
    }
    .ud-btn-wrap {
        position: absolute;
        top: 15px;
        right: 20px;
        float: inherit;
        width: 75px;
    }
    .ud-btn-d,
    .ud-btn-u {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        border-width: 4px;
        border-radius: 30px;
    }
    .ud-btn-u {
        margin-right: 0;
    }
    .ud-btn-d.flaticon-arrows-2:before,
    .ud-btn-u.flaticon-arrows:before {
        font-size: 0.875rem;
        font-weight: 900;
        line-height: 1.375rem;
    }
    .event-table-wrapper {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .event-detail-btn-block {
        margin-bottom: 35px;
        padding: 0;
        border: none;
    }
    .header-btn-container {
        display: block;
    }
    .event-detail-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .t-nav {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px;
        border: none;
        background-color: transparent !important;
    }
    .t-nav-list {
        width: 100%;
        border-right: none;
        border-left: none;
        box-shadow: 0 20px 20px -15px #969696;
    }
}
@media (max-width: 450px) {
    .main-news-title {
        margin-right: 65px;
    }
    .fact-col1 span:first-child {
        height: 3.5rem;
        font-size: 3rem;
        line-height: 4.5rem;
    }
}








/* РІРµСЂСЃРёСЏ РґР»СЏ СЃР»Р°Р±РѕРІРёРґСЏС‰РёС… РЅР°С‡Р°Р»Рѕ */

/* РїР°РЅРµР»СЊ РЅР°С‡Р°Р»Рѕ */
@media screen and (min-width: 768px) {
    .cecutient-on .wrapper {
        margin-top: 51px;
    }
}

.cecutient {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #eee;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #d0cfcf;
    box-shadow: 0px 0px 10px 3px rgba(60, 60, 60, 0.25);
}
.cecutient-inner {
    padding: 10px 0;
    left: 15%;
    position: relative;
    width: 85%;
}
.full-version {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 50px;
}
.full-version-title {
    cursor: pointer;
}
.full-version-title:hover {
    text-decoration: underline;
}
.font-size {
    display: inline-block;
    margin-right: 50px;
}
.font-size-title {
    margin-right: 10px;
    cursor: default;
}
.font-size-list {
    display: inline-block;
}
.font-size-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.font-size-item1 {
    font-size: 16px;
}
.font-size-item2 {
    font-size: 20px;
}
.font-size-item3 {
    font-size: 24px;
}
.font-size-item:hover,
.font-size-item-select {
    border-color: #828282;
    background-color: #e2e2e2;
}
.color-shema {
    display: inline-block;
}
.color-shema-title {
    margin-right: 10px;
    cursor: default;
}
.color-shema-list {
    display: inline-block;
}
.color-shema-item {
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: middle;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.color-shema-item1 {
    background-color: #fff;
}
.color-shema-item2 {
    background-color: #000;
    color: #fff;
}
.color-shema-item:hover,
.color-shema-item-select {
    position: relative;
    top: 1px;
}
/* РїР°РЅРµР»СЊ РєРѕРЅРµС† */


.black-style {
    background-color: #000;
    color: #fff;
}
.white-style {
    background-color: #fff;
    color: #000;
}
.white-style .wrapper * {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000;
}
.white-style .wrapper i:before {
    background: #fff !important;
    color: #000 !important;
}
.black-style .wrapper * {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff;
}
.black-style .wrapper i:before {
    background: #000 !important;
    color: #fff !important;
}
.black-style .medialibrary {
    background: #000 !important;
}
.white-style .medialibrary {
    background: #fff !important;
}
.cecutient-on .logo-img,
.cecutient-on.black-style .logo-img {
    display: block !important;
}
.cecutient-on.white-style .logo-img {
    display: none !important;
}
.cecutient-on.white-style .logo-link {
    background-image: url(../image/b-logo.png) !important;
    background-repeat: no-repeat;
    width: 109px;
    height: 105px;
    display: block;
    margin: 0 auto;
}
.white-style .t-nav:hover .t-nav-list,
.white-style .nav-item-inner:hover .header-nav-list2 {
    border-color: #000;
}
.black-style .t-nav:hover .t-nav-list,
.black-style .nav-item-inner:hover .header-nav-list2 {
    border-color: #fff;
}
.white-style .event-nav-item.active .event-nav-link,
.white-style .event-nav-link:hover,
.white-style .event-nav-link:focus {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.black-style .event-nav-item.active .event-nav-link,
.black-style .event-nav-link:hover,
.black-style .event-nav-link:focus {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.white-style .main-news-nav-item.active > a,
.white-style .main-news-nav-item.active > a span {
    background: #000 !important;
    color: #fff !important;
}
.black-style .main-news-nav-item.active > a,
.black-style .main-news-nav-item.active > a span {
    background: #fff !important;
    color: #000 !important;
}
.small-fonts {
    font-size: 1rem !important;
}
.medium-fonts {
    font-size: 1.25rem !important;
}
.big-fonts {
    font-size: 1.5rem !important;
}

.cecutient-on {}

.cecutient-on .cecutient {
    display: block !important;
}
.cecutient-on .event-nav-item {
    margin-bottom: -1px !important;
}
.cecutient-on .nav-tabs>li>a {
    border-bottom: 1px solid !important;
}
.cecutient-on .b-menu {
    border: 1px solid;
}
.cecutient-on .events {
    border-left: 1px solid;
}
.cecutient-on .t-nav-list {
    border-bottom: none;
}
.cecutient-on .event-nav-link {
    padding: 11px 5px !important;
}
.cecutient-on .search-form {
    border: 1px solid;
}
.cecutient-on .medialibrary {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.cecutient-on .social-item:hover:before,
.cecutient-on .social-item:hover:after {
    background-color: transparent;
}
.cecutient-on footer {
    border-top: 1px solid;
}
.cecutient-on .desktop-menu-sub {
    border-left: 1px solid;
    border-right: 1px solid;
}
.cecutient-on .facts,
.cecutient-on .title-angle  {
    display: none !important;
}

.cecutient-on .nav-link {
    line-height: normal !important;
}
.cecutient-on .t-nav {
    border-color: transparent !important;
}
.cecutient-on .filter-container {
    width: 390px;
}
.cecutient-on .search-input,
.cecutient-on .filter-search-btn {
    height: 48px;
}
.cecutient-on .ms-choice {
    height: 46px;
}
.cecutient-on .ms-choice > div,
.cecutient-on .ms-choice > span {
    top: 8px;
}
.cecutient-on .filter-search .search-icon {
    top: 15px;
}
.cecutient-on .t-nav,
.cecutient-on .page,
.cecutient-on .nav-item-inner i:before {
    -webkit-transition: none;
    transition: none;
}



/* РІРµСЂСЃРёСЏ РґР»СЏ СЃР»Р°Р±РѕРІРёРґСЏС‰РёС… РєРѕРЅРµС† */

.modal-auth {
    background-color: #fff;
    padding: 55px 30px 40px;
}
.modal-auth-title{
    font-family: "Alumna",sans-serif;
    font-size: 2rem;
    line-height: 3.05rem;
    margin-bottom: 40px;
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.modal-auth .modal-close-w {
    color: #c3c3c3;
}
.modal-auth-inner{
    text-align: center;
}
.modal-auth-inner .field{
    padding: 3px;
    width: 70%;

    display: inline-block;
    margin: 0 0 17px 0;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
}
.modal-auth-inner .field .user-auth-icon{

    line-height: 2em;
    width: 10%;
    padding: 0;
    display: inline-block;
    text-align: center;
    color: #4f91da;
    margin: 0;

}
.modal-auth-inner .field input{
    line-height: 2em;
    width: 88%;
    padding: 0;
    display: inline-block;
    text-align: left;
    border: 0px;
}
.modal-auth-inner .field input[type='text']:focus,
.modal-auth-inner .field input[type='password']:focus {
    outline: none;
    box-shadow: none;
}

.modal-auth-inner .fields{
    padding: 0px;
    width: 70%;
    display: inline-block;
    margin: 0 0 17px 0;
    border: 0px;

}
.modal-auth-inner .c-form-field{
    text-align: right;
}
.modal-auth-inner .c-form-field:nth-child(even){
    text-align: left;
}
.modal-auth-inner .field_checkbox{
    /*-moz-appearance: none;
    background: url(../image/checkbox_form_auth.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;*/
    display: none;


}
.modal-auth-inner .field_checkbox + label.field_checkbox_bg{
    background: url(../image/checkbox_form_auth.png) no-repeat 0px 100%;
    width: 14px;
    height: 1.4em;
    margin: 0;
    padding: 0;

}
.modal-auth-inner .field_checkbox:checked + label.field_checkbox_bg{
    background: url(../image/checkbox_form_auth.png) no-repeat -15px 100%;

}
.modal-auth-inner label{
    color: #5a4140;
    font-weight: 400;
    line-height: 1.4em;
}

.border{
    height: 1px;
    width: 100%;
    margin: 40px 0 0 0;
    border-bottom: 1px solid #e8eef6;
}

.main-pressroom {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 0px 40px 0px;
}

font.notetext {
    color: #004899 !important;
}
.galery-body .photo-items-list {
    /* padding-left: 15px; */
}

img.img-resp {
    display: block;
    width:100%;
    height: auto;
}

.history-dates {
    color: #004899;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}
ul.disc {
    margin: 15px 0 15px 0;
}
ul.disc li {
    list-style-type: disc;
    margin: 0 0 5px 50px;
    padding: inherit;
}
ol.num {
    margin: 15px 0 15px 0;
}
ol.num li {
    list-style-type: decimal;
    margin: 0 0 5px 0px;
    padding: inherit;
}

.contact-dop {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-left: 122px;
}



.fix-width table {
    width: 100%;
}

.fix-width table td,
.fix-width table th{
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #d2ddee;
}

.fix-width table td p,
.fix-width table th p{
    margin-bottom: 0;
}

.fix-width table tr:nth-child(odd) td {
    background-color: #f9f9f9;
}


.fix-width table tr:first-child th {
    color: #fff;
    background-color: #959595;
}


.fix-width table tr:first-child th b {
    font-weight: normal;
}


.fix-width table tr:first-child th p,
.fix-width table tr:first-child th {
    text-align: center;
}

.banner-responsive a {
    display: inline-block;
    width: 100%;
}

.banner-responsive a img {
    height: auto;
    width: 100%;
}

.slider .slider-link, .slidermobil .slider-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

@media screen and ( max-width: 767px) {
    .mob-applicants td {
        display: block;
        text-align: center;
    }
}
.fix-width table.white tr:nth-child(odd) td {
    background-color: #fff;
}
.fix-width table.white td {
    border: none;
}
.fix-width table.white tr:nth-child(odd) td {
    background-color: white;
}
.fix-width table.white td, .fix-width table.white th {
    border: none;
}

.desktop-menu-inner .nav-item span{
    font-family: sans-serif;
}
