html {
	height: 100%;
	scrollbar-width: thin;
    scrollbar-color: #11519c #f4f4f4;
}

body {
	min-height: 100%;
	line-height: 1.45em;
	background: #f4f4f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.15em;
	color: #313139;
	margin: 0.8em 0 0.8em 0;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.1em;
}

p {
    line-height: 1.45em;
    margin: 1em 0;
}

ul {
	list-style: none;
}

.section-title h2,
.section-title h1 {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.section-title h2 a,
.section-title h1 a {
	color: #010101;
	text-decoration: none;
}

.section-title {
	position: relative;
	color: #cccccc;
	padding-bottom:40px;
}

#header {
	background: #11519c;
	color: #ffffff;
}

#header.header-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    animation: fadeInDown 0.4s ease;
}

#header.header-sticky .header-topbar {
	display: none;
}

#header.header-sticky .header-main {
    padding: 12px 0;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

.header-topbar {
    border-bottom: 1px solid #2367b6;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}	
	
.header-sitename {
    max-width: 475px;
    font-size: 0.8em;
    padding: 18px 0 16px 0;
    line-height: 1.45;
}

.sitename-mobile-show {
	display: none;
}
	
.header-phone {
	font-weight: 600;
	font-size: 1.075em;
}
	
.header-email {
	font-weight: 600;
	font-size: 1.075em;
}
	
.header-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-moodle {
	background: url(../img/moodle.svg) center center no-repeat;
	background-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.hbtn {
	border: 1px solid rgba(200, 222, 247, 0.2);
	padding: 10px;
	display: inline-block;
	height: 40px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e9eefd;
    font-size: 14px;
	background: transparent;
    transition: background-color 0.3s ease-out;	
}

.hbtn:hover {
    border: 1px solid rgba(200, 222, 247, 0.2);
    background: #c8def733;
}

.hbtn i {
	font-size: 1.3em;
	line-height: 1.3em;
}

.hbtn i:before {
    vertical-align: text-top;
}

.hbtn-portal {
	font-weight: 600;
	font-size: 0.88em;
	text-transform: uppercase;
}
	
.header-main {
    display: flex;
    flex-direction: row;
    padding: 25px 0;
    align-items: center;
    justify-content: space-between;
}

.header-logo .logo {
    height: 100px;
    width: 365px;
    display: flex;
    background: url("../img/logo_header.png") left center no-repeat;
    background-size: 100px;
    padding-left: 115px;
    line-height: 1.3em;
    vertical-align: middle;
    align-items: center;
    font-size: 1.2em;
    font-weight: 500;
}

.js-logo .logo {
    background: url("../img/logo_header.png") left center no-repeat;
    display: block;
    height: 60px;
    width: 280px;
    background-size: 60px;
    padding-left: 70px;
    line-height: 1.2em;
    font-size: 0.9em;
    margin: 12px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    font-weight: 600;
	margin-bottom: 24px;
}
	
.header-menu {
	
}

.top-search {
	position: absolute;
	right: 0;
	display: none;
	left: 0;
	z-index: 100;
	padding-top: 36px;
	padding-bottom: 30px;
	background-color: #f8f8f8;
	border-top: 1px solid #f1f1f1;
	box-shadow: 0px 12px 12px -10px #c9c9c9;
}

.search-btn .ic-search:before {
	vertical-align: middle;
}

.search-btn.search-visible .ic-kisearch:before {
	content: "\eb55";
}

.top-search.search-visible {
	display: block;
}

.search-input-box {
	position: relative;
}

.search-input-box input {
	width: 100%;
}

.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 9px 14px;
	border: none;
	line-height: 26px;
	background: none;
	color: #11519c;
}

.search-hint {
	color: #747474;
	padding-top: 10px;
	font-size: 0.9em;
}

#header .search-hint a {
	text-decoration:underline;
	color: #045191;
}

#header .search-hint a:hover {
	text-decoration:none;
}
	
#menu {
	font-size: 1.15em;
	font-weight: 500;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	display: flex;
	gap: 14px;
	flex-direction: row;
	justify-content: space-between;
}

#menu ul li {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

#menu ul li a {
	color: #ffffff;
	display: block;
	padding: 19px 5px;
}

#menu ul li.has-children>a:after {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea5f";
    font-size: 12px;
    padding-left: 3px;
    color: #e7e8e869;
}

#menu ul li.has-children:hover>a:after {
	content: "\ea62";
	text-shadow: none;
}

#menu>ul>li>a>span:after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	bottom: 0;
	border-bottom: 4px solid #e7e8e8;
	border-color: #e7e8e869;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

#menu>ul>li.active>a>span:after,
#menu>ul>li:hover>a>span:after {
	width: 100%;
}

#menu ul li:hover a {
	text-decoration: none;
}

#menu>ul>li.active>a,
#menu>ul>li>a:hover,
#menu>ul>li>a:focus {
	color: #acb2bf;
	text-decoration: none;
}

#menu ul li ul {
	background: #f1f1f1;
	background: -moz-linear-gradient(163deg, #f1f1f1 52%, #f3f6f6 100%);
	background: -webkit-linear-gradient(163deg, #f1f1f1 52%, #f3f6f6 100%);
	background: linear-gradient(163deg, #f1f1f1 52%, #f3f6f6 100%);
	display: none;
	position: absolute;
	z-index: 10000;
	width: 310px;
	font-weight: 400;
	padding: 20px 0px 20px 10px;
	-webkit-border-radius: 18px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 18px;
	-moz-border-radius-topleft: 0px;
	border-radius: 18px;
	border-top-left-radius: 0px;
	font-size: 0.9em;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(34, 59, 79, 0.15);
	-moz-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.15);
	box-shadow: 2px 2px 2px 0px rgba(34, 59, 79, 0.15);
}

#menu ul li ul li {
	border: none!important;
	background: transparent!important;
	display: block;
	text-align: left;
}

#menu ul li ul li {
	border: none!important;
}

#menu ul li ul li a {
    background: transparent!important;
    text-decoration: none;
    transition: none;
    border: none!important;
    display: block;
    padding: 5px 14px;
    color: #010101;
    display: flex;
    align-items: center;
}

#menu ul li ul li a:before {
	font-family: 'Seditio' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	content: "\ea61";
	font-size: 10px;
	padding-right: 4px;
	color: #abb8cb;
}

#menu ul li ul li a:hover {
    background: transparent;
    border: none!important;
    text-decoration: none;
    color: #11519c;
}

#menu ul li ul li a:hover:before {
	color: #11519c;
}
	
/*-------------------------*/
/***** MOBILE TRIGGER *****/
/*-------------------------*/

.header-trigger {
	display: none;
}

.nav-trigger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* font-size: 32px; */
    white-space: nowrap;
    color: transparent;
    border: 0;
    background: none;
    background: #0a1c36;
    border-radius: 6px;
    padding: 10px 30px 10px 10px;
    color: #ffffff;
}

.nav-trigger strong {
    line-height: 1em;
    padding-top: 4px;
    display: inline-block;
    font-size: 0.9em;
	font-weight: 500;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 15px;
	border-radius: 1px;
	background: #ffffff;
}

.nav-trigger span {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.nav-trigger span::before {
    top: -4px;
    width: 50%;
    left: 0;
}

.nav-trigger span::after {
	/* menu icon bottom line */
	top: 4px;
	width: 50%;
	right: 0;
}

.nav-trigger.nav-is-visible span::after {
    top: 3px;
    width: 100%;
}

.nav-trigger.nav-is-visible span {
	/* hide line in the center */
	background: rgba(255, 255, 255, 0);
}

.nav-trigger.nav-is-visible span::before, 
.nav-trigger.nav-is-visible span::after {
    background: #ffffff;
}


.nav-trigger.nav-is-visible span::before {
    top: -5px;
    width: 100%;
    left: 0;
}

.nav-trigger.nav-is-visible span,
.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
	width: 14px;
}

.nav-trigger.nav-is-visible span::before {
	-webkit-transform: translateX(0px) translateY(0px) rotate(45deg);
	-moz-transform: translateX(0px) translateY(0px) rotate(45deg);
	-ms-transform: translateX(0px) translateY(0px) rotate(45deg);
	-o-transform: translateX(0px) translateY(0px) rotate(45deg);
	transform: translateX(0px) translateY(0px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
	-webkit-transform: translateX(0px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(0px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(0px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(0px) translateY(2px) rotate(-45deg);
	transform: translateX(0px) translateY(2px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 0px;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
	background: #11519c;
	color: #e5e5e7;
    z-index: 8000;
}

.js-menu {
	flex: 1 0 auto;
	font-size: 1.05em;
	background:#11519c;
}

.js-box .slinky-theme-default li {
    border-bottom: 1px solid #1c61b1;
}

.js-box .slinky-theme-default a:not(.back):hover {
    background-color: #1d61b2;
    color: #ffffff!important;
}

.js-box .slinky-menu .header {
    background-color: #316db3;
}

.js-box .slinky-menu a.back {
    width: 50px;
    background: #3976be;
    text-align: center;
}

.js-box {
	display: flex;
	flex-direction: column;
	min-height: calc(100% - 62px);
	margin-bottom: 62px;
	color: #ffffff;
}

#header .js-box a {
	color: #ffffff;
}

.js-contact {
	flex: 0 0 auto;
	text-align: center;
	margin: 0;
	padding: 30px 20px;
	font-size: 1em;
	line-height: 1.45em;
	font-weight: 400;
	color: #ffffff;
	border-top: 1px solid #1c61b1;
}

.nav-trigger.nav-is-visible {
    position: absolute;
    z-index: 100000;
    right: 16px;
    top: 24px;
}

.js-contact div {
	padding: 3px 0;
}

.js-contact a {
	color: #ffffff;
}

.js-contact i {
    color: #94bae7;
    vertical-align: middle;
}

.js-contact .phone {
	display: block;
	font-weight: 500;
	padding: 4px 0;
	font-size: 1.2em;
}

.js-contact .header-social i {
	color: #ffffff;
}

.js-search {
    flex: 1 0 auto;
}

.js-search .search-form {
	padding: 24px 24px 24px 24px;
	background: none;
	border: none;
}

.js-search .search-hint {
	display: none;
}

.js-feedback {
	text-align: center;
	padding: 24px 0;
}

.js-contact .social {
	background: #6ff4e7;
}

.nav-is-visible {
	display: block;
}

.slinky-menu {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
    
	
#footer {
	background: #0a1c36 url(../img/footer_bg.svg) 0 75% no-repeat;
	color: #ffffff;
	padding: 55px 0;
}

#footer a {
	color: #ffffff;
	
}

.footer-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	gap: 120px;
	padding-bottom:35px;
}
	
.footer-logo-col {
	max-width: 500px;
}					
.footer-sitename-mobile {
	display: none;
	font-size: 0.8em;
	line-height: 1.35em;
	padding-bottom: 16px;
}
	
.footer-logo {
	
}	

.footer-logo .logo {
    height: 100px;
    width: 470px;
    display: flex;
    background: url("../img/logo_footer.png") left center no-repeat;
    background-size: 100px;
    padding-left: 120px;
    vertical-align: middle;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	text-decoration: none;
}

.logo-maintitle {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 6px;
}

.logo-subtitle {
	font-size: 0.8em;
	line-height: 1.35em;
}	

.footer-nav-col {
	flex-grow: 1;
}	

.footer-nav ul {
	margin: 0;
	list-style: none;
	font-weight: 500;
	font-size: 1.05em;
}

.footer-nav ul li {
	padding: 4px 0;
}

.footer-nav-body {  
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}	

.footer-contacts {
    border-top: 1px solid #2f3e54;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.footer-contacts-title {
	font-size:1.5em;
	padding-bottom:24px;
}

.footer-social-col {
	width: 35%;
}

.footer-contacts-body {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}		

.footer-contacts-col {
	width:33.3333%;
}

.footer-legend {
	color: #d7d8da;
	font-size: 0.9em;
	padding-bottom: 16px;
}

.footer-social {
	display: flex;
	flex-direction: row;
	gap: 24px;
}	

.footer-address-col {
	width:45%;
}

.footer-phone-col {
	width:30%;
} 

.footer-email-col {
	width:25%;
} 

.footer-address {
    font-size: 1.06em;
    line-height: 1.65em;
    font-weight: 500;
}
	
.footer-phone {
    font-size: 1.1em;
    line-height: 1.65em;
    font-weight: 500;
}

.footer-email {
    font-size: 1.1em;
    line-height: 1.65em;
    font-weight: 500;
}	

.fbtn {
	display: inline-block;
    align-items: center;
    justify-content: center;
    color: #e8effe;
    font-size: 18px;
	background: transparent;
	text-decoration: none;
    transition: background-color 0.3s ease-out;	
}

#footer .fbtn:hover {
	text-decoration: none;
	color: #d2e7ff;
}

.fbtn:hover i {
   vertical-align: middle;
}

.fbtn i {
	font-size: 1.3em;
	line-height: 1.3em;
}

.fbtn i:before {
    vertical-align: text-top;
}


#programm, #page, #list {
	padding: 60px 0;
}

#programm .section-title {
    padding-bottom: 50px;
}

.program-item {
    flex-grow: 1;
    flex-basis: 100%;
	min-height: 250px;
    min-width: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 16px;
    background: #e6e9ed;
    padding: 28px;
    align-items: flex-start;
    color: #26374f;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.08px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.program-item > img {
    position: absolute;
    bottom: -40px;
    right: -10px;
	max-width: 90%;
    opacity: 0.3;
	z-index:10;
    transition: all 0.3s ease-in-out;
}

.program-item > span {
    position: relative;
    z-index: 11;
    max-width: 265px;
}

.programm-col {
	padding-bottom: 24px;
}

.program-item:hover,
.program-item:focus,
.program-item:active {
    background: #0a1c36;
    color: #fff;
	text-decoration: none;
}

.program-item:hover > img {
    opacity: 0.8;
    bottom: -10px;
	filter: brightness(150%);
}

.btn-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 10;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fff;
    transition: background-color .3s ease-in-out;
}

a:hover .btn-arrow {
    background-color: #183153;
	text-decoration: none;
}

a:hover .btn-arrow i {
	transition: transform 0.3s ease-in-out;
}

a:hover .btn-arrow i {
	transform: rotate(45deg);
}

.sidebar-container  {
    padding: 16px;
    background: #fff;
    box-shadow: 0 2px 4px -2px #1018280f;
    border-radius: 12px;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
	margin-bottom: 12px;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 4px;
	font-size: 1.1em;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar-item {
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
	width: 100%;
}

.sidebar-item-text,
.dropdown-item-text {	
	color: #0a1c36;
}
.sidebar-item-text {
	font-weight: 600;
}

.sidebar-item-text:hover,
.dropdown-item-text:hover {	
	text-decoration: none;
	color: #11519c;
}

.dropdown-item-text {
	color: #313235;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.35em;
}

.sidebar-item:hover,
.sidebar-item.active,
.dropdown-header-content:hover,
.dropdown-header-content.active {
    background: #e9eefd
}

.dropdown-accordion {
    position: relative;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dropdown-header {
    border-radius: 4px;
    cursor: pointer;
}

.dropdown-header.active {
    background: #e9eefd
}

.dropdown-header-content {
    padding: 12px;
    border-radius: 4px;
}

.dropdown-title {
    flex: 1 1 0;
    color: #0a1c36;
    font-weight: 600
}

.dropdown-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden
}

.dropdown-toggle {
    width: 22px;
    height: 22px;
    position: relative;
    float: right;
    display: block;
    color: #ffffff;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.dropdown-toggle:after {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    left: 0;
    line-height: 22px;
    position: absolute;
    width: 22px;
    color: #bac0d0;
    content: "\ea62";
    font-size: 22px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.dropdown-toggle.show-icon:after {
    content: "\ea5f";
}

.dropdown-content {
    display: none;
    position: relative;
    padding-left: 18px!important;
}

.dropdown-items {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.dropdown-item {
    position: relative
}

.dropdown-item-content {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 10px;
}

/*
.dropdown-item.active {
    font-weight: 700;
	background: #e9eefd;
}
*/

.dropdown-item.active .dropdown-item-content,
.dropdown-item:hover .dropdown-item-content {
	background: #e9eefd;
}

/*
.dropdown-item :hover {
    background: #e9eefd;
}
*/

.dropdown-item:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e6e9ed
}

.dropdown-item:last-child:before {
    bottom: 50%
}

.dropdown-corner {
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 8px;
    border-left: 2px solid #e6e9ed;
    border-bottom: 2px solid #e6e9ed;
    border-bottom-left-radius: 8px
}

.page-text {
	font-size: 1em;
}

.pagination-box {
    padding-top: 12px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
	margin:0;
	padding:0;
    flex-wrap: wrap;
    margin-top: 24px
}

.page-item {
    padding: 10px 16px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    outline: 1px rgba(200, 222, 247, .2) solid;
    outline-offset: -1px;
    cursor: pointer;
    color: #26374f
}

.page-item.active,
.page-item:hover,
.page-item:focus {
    background: #e6e9ed
}

.page-item a,
.page-item a:hover {
	text-decoration: none;
}

#indexpage {
	padding-top: 70px;
}

.page-block {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    margin-bottom: 24px;
    position: relative;
	padding: 28px;
}

#indexpage .page-block:last-child {
	margin-bottom: 0;
}

.page-block img { max-width: 100%; }



