@media (max-width: 1500px) {
	.header-logo .logo {
		height: 90px;
		width: 335px;
		background-size: 90px;
		padding-left: 105px;
		line-height: 1.3em;
		font-size: 1.1em;
		font-weight: 600;
	}
	.footer-logo .logo {
		height: 90px;
		width: 435px;
		background-size: 90px;
		padding-left: 105px;
	}	
	.logo-maintitle {
		font-size: 1.1em;
		font-weight: 600;
	}
	.logo-subtitle {
		font-size: 0.8em;
		line-height: 1.35em;
	}	
	#menu ul {
		gap: 8px;
	}	
	
	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.4em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 1.1em;
	}
	.programm-col {
		padding-bottom: 12px;
	}
	.program-item {
		min-height: 220px;
	}		
}

@media (max-width: 1400px) {
	#menu ul li a {
		text-align: left;
	}
	.header-main {
		gap: 40px;
	}
	#menu ul {
		justify-content: space-between;
	}
	
	#menu > ul > li:not(.has-children) > a > span:after {
	  border-bottom: 0;
	}	
	
}

@media (max-width: 1300px) {
	.hbtn-portal span {
		display: none;
	}
	.hbtn-portal .icon-moodle {
		margin-right: 0px;
	}	
	.header-menu {
		display:none;
	}
	.header-trigger {
		display: block;
	}
	#header.header-sticky {
		height: 114px;
	}
	.body-sticky {
		padding-top: 114px;
	}
	#breadcrumbs.breadcrumbs-sticky {
		top: 113px;
	}
}

@media (max-width: 1300px) {
	.header-email {
		display: none;
	}
}

@media (max-width: 1200px) {
	.footer-top {
		gap: 20px;
	}
	.footer-social-col {
		width: 30%;
	}	
}

@media (max-width: 992px) {
 	.header-phone {
		display: none;
	}
	.logo-subtitle {
		display:none;
	}
	.footer-sitename-mobile {
		display: block;
		max-width: 360px;
	}
	.footer-logo-col {
		width: 100%;
	}	
	.footer-logo .logo {
		width: 340px;
	}
	.footer-nav ul {
		font-size: 1em;
		padding: 0;
	}
	.footer-social-col {
		width: 27%;
	}	
	.footer-address,
	.footer-phone,
	.footer-email	{
		font-size: 1.0em;
	}
	.program-item > img {
		max-width: 340px;
	}	
	.cards-col {
		padding-bottom:12px;
	}
	
	.cards-col:last-child {
		padding-bottom:0;
	}
	.sidebar-col {
		order:2;
		margin-top: 24px;
	}
	.card-list-content {
		flex-direction: column;
	}	
	.card-list-image-link {
		min-height: auto;
	}	
	.card-list-title {
		font-size: 1.5em;
		line-height: 1.35em;
	}	
	
	.card-list-image {
		width: 100%;
		height: 100%;
		min-height: auto;
		max-height: none;
	}	
}

@media (max-width: 768px) {
	.responsive-form .form-row {
	display: block !important;
	}

	.responsive-form .form-label,
	.responsive-form .form-field {
	width: 100%;
	float: none;
	max-width: 100%;
	padding: 10px 0 0 0px;
	}

	.responsive-form .form-label {
	padding: 20px 0 0 0px;
	}

	.responsive-form .form-field {
	border-bottom: 1px solid #f1efef;
	padding-bottom: 15px;
	}

	.responsive-form .form-label label {
	font-weight: 600;
	color: #555555;
	}

	.resp-table {
	display: block;
	width: 100%;
	}

	.resp-hide {
	display: none !important;
	}

	.resp-table-head {
	display: none;
	}

	.resp-table-body {
	display: block;
	width: 100%;
	}

	.resp-table-row {
	display: block;
	width: 100%;
	clear: both;
	padding: 10px 0;
	}

	.resp-table-row:before,
	.resp-table-row:after {
	content: ' ';
	display: block;
	}

	.resp-table-row:after {
	clear: both;
	}

	.resp-table-td {
	display: block;
	padding: 5px 10px;
	}

	.resp-table-td::before {
	content: attr(data-label);
	clear: both;
	display: block;
	color: #ccc;
	}

	.resp-table-td::after {
	content: attr(data-afterlabel);
	clear: both;
	display: inline-block;
	color: #ccc;
	}

	.users-maingrp,
	.users-country,
	.users-regdate {
	width: 33% !important;
	float: left !important;
	text-align: left !important;
	padding-bottom: 5px;
	}

	.users-pm {
	position: absolute;
	right: 0;
	top: 10px;
	width: auto !important;
	z-index: 10;
	}

	.pfs-td-delete,
	.pfs-td-edit,
	.pfs-td-viewcounts,
	.pfs-td-setasample {
	text-align: left !important;
	}

	.pfs-td-stndl {
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right !important;
	}

	.pfs-td-delete,
	.pfs-td-edit,
	.pfs-td-setasample {
	width: 33% !important;
	float: left !important;
	text-align: center !important;
	padding-bottom: 5px;
	}

	.pfs-td-size,
	.pfs-td-update {
	width: 50% !important;
	float: left !important;
	text-align: left !important;
	}

	.pfs-td-title {
	clear: both;
	}

	.pff-td-folder,
	.pff-td-type,
	.pff-td-files,
	.pff-td-size,
	.pff-td-updates,
	.pff-td-hits,
	.pff-td-delete,
	.pff-td-edit {
	text-align: left !important;
	}

	.pff-td-delete,
	.pff-td-edit {
	width: 40px !important;
	float: left !important;
	text-align: left !important;
	padding-bottom: 5px;
	}

	.maingrp-table {
	display: block;
	width: 100%;
	}

	.maingrp-td-icon,
	.maingrp-td-title {
	display: block;
	width: 100%;
	}

	.search-form select {
	width: 100%;
	}

	.pl-search-date,
	.pl-search-poster,
	.pl-search-owner {
	width: 50% !important;
	float: left !important;
	text-align: left !important;
	}
	.pl-search-poster,
	.pl-search-owner {
	text-align: right !important;
	}

	.pl-whosonline-guest {
	display: none;
	}	
	.sitename-pc-show {
		display: none;
	}
	.sitename-mobile-show {
		display: inline-block;
	}
	
	#header {
		background: #ffffff;
		color: #045191;
	}
	#header a {
		color: #045191;
	}	
	
	.header-sitename {
		color: #565656;
	}
	.hbtn {
		border-color: #e5e5e7;
		color: #11519c;
	}
	.header-topbar {
		border-bottom: 1px solid #e5e5e7;
	}	
	.footer-top {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.footer-nav-col {
		flex-grow: 1;
		width: 100%;
		max-width: 530px;
	}	
	
	.footer-contacts {
		flex-direction: column;
	}
	.footer-contacts-body {
		width: 100%;
	}
	.footer-social-col {
		order: 2;
	}	
	.footer-contacts-title {
		display: none;
	}
	.footer-social {
		padding-top:24px;
	}
	#programm {
		padding: 0 0 40px 0;
	}
	#menu .no-pc {
		display:inline-block;
	}
	#index {
		padding: 25px 0 30px 0;
	}	
}

@media (max-width: 570px) {	
	#header.header-sticky {
		height: 84px;
	}
	.body-sticky {
		padding-top: 84px;
	}
	#breadcrumbs.breadcrumbs-sticky {
		top: 83px;
	}	
 	.hbtn-seacrh,
	.hbtn-vk {
		display: none;
	}
	.header-topbar {
		gap: 14px;
	}
	.header-main {
		gap: 10px;
	}	
	.header-logo .logo {
		height: 60px;
		width: 280px;
		background-size: 60px;
		padding-left: 70px;
		line-height: 1.2em;
		font-size: 1em;
	}	
	.header-sitename {
		padding: 10px 0 9px 0;
	}
	.header-main {
		padding: 15px 0;
	}	
	.js-logo .logo {
		font-size: 0.8em;
	}	
	#footer {
		padding: 35px 0 55px 0;
	}	
	.footer-contacts-body {
		flex-direction: column;
	}	
	.footer-address-col,
	.footer-phone-col,
	.footer-email-col {
		width:100%;
	}
	.footer-address-col,
	.footer-phone-col {
		padding-bottom: 30px;
	}	
	.footer-nav-body {
		display: flex;
		width: 100%;
		flex-direction: column;
		flex-wrap: wrap;
	}	
	.footer-logo-col {
		border-bottom: 1px solid #2f3e54;
		padding-bottom: 16px;
	}	
	.footer-top {
		gap: 30px;
	}	
	.footer-logo .logo {
		height: 60px;
		width: 280px;
		background-size: 60px;
		padding-left: 70px;
	}	
	.logo-maintitle {
		font-size: 1em;
		font-weight: 600;
	}
	.logo-subtitle {
		font-size: 0.8em;
		line-height: 1.35em;
	}	
	.page-block {
		padding: 16px;
	}		
	
}

@media (max-width: 400px) {
	.hbtn {
		padding: 7px;
		height: 35px;
	}	
	.header-logo .logo {
		font-size: 0.8em;
		width: 240px;
	}	
	.header-sitename {
		font-size: 0.75em;
		line-height: 1.35em;
	}	
	.program-item > img {
		max-width: 90%;
	}	
	.gallery-item img {
		border-radius: 5px;
		max-width: 92px;
	}	
}
