@media (min-width: 991.98px) {
	.dropdown-menu li:hover .megasubmenu, .megasubmenu:hover {
	    opacity: 1;
	    visibility: visible;
	}
	
	header.fixed .logo-text,
	header.fixed .top-header {
	    display: none !important;
	}
}



@media (max-width: 1199px) {
	header .logo .logo-text {
		display: none;
	}

	.section-title, .block-title {
	    font-size: 18px;
	    line-height: 20px;
	}

	.block-title .sea-all-link {
		padding-top: 3px;
	}

	.section-top-title {
		font-size: 24px
	}
}

@media (max-width: 991px) {
	.section-slider {
	    padding-top: 90px;
	}

	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1001;
	}

	.header-container {
		align-items: center;
		justify-content: space-between;
	}

	.logo img {
		width: 27px;
	}

	.header-btn {
		flex-direction: row !important;
	}

	.header-btn button:not(.menu){
		border: none;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		background-color: transparent;
	}

	.header-btn button:not(.menu) img {
		filter: brightness(1) invert(1);
	}

	.header-menu {
		/*flex-direction: column-reverse !important;*/
		position: fixed;
		top: 60px;
		right: -320px;
		width: 320px;
		bottom: 0;
		/*padding: 20px 0 0;*/
		padding: 0;
		overflow: hidden;
		overflow-y: auto;
		background-color: #2B2C3A;
		transition: .3s ease;

		opacity: 0;
		visibility: hidden;
		z-index: 1001;
	}

	.header-menu.active {
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.top-header {
		display: flex;
		flex-direction: column-reverse;
		height: auto;
		border: none;
		padding: 0
	}

	.social-list {
		margin: auto;
		padding: 16px 32px 16px 32px;

	}

	.nav-header {
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 20px 32px 10px 32px;
	}

	.nav-header,
	.top-header-list .lang-list {
		border-bottom: 1px solid rgba(109, 117, 141, 0.3);
	}

	.top-header-list {
		display: flex;
		flex-direction: column-reverse !important;
		width: 100%;
	}

	.top-header-list ul {
		padding: 20px 32px;
	}

	.top-header-list .lang-list {
		justify-content: center;
		padding-top: 8px;
		padding-bottom: 20px;
	}

	.top-header-list > ul:first-child {
		display: flex;
		align-items: center;
		flex-direction: column !important;
	}

	.top-header-list li:not(:last-child) a {
	    padding: 0px 30px 0 0;
	}

	.top-header-list ul:not(.lang-list) li a {
		display: block;
	}

	.top-header-list ul:not(.lang-list) li:not(:last-child) a {
	    padding: 0;
	    margin-bottom: 20px;
	}

	.nav-header > ul {
		display: flex;
		align-items: flex-start;
		flex-direction: column !important;
	}

	.nav-header > ul > li {
		width: 100%;
	}

	.nav-header > ul > li > a {
		padding: 12px 0;
		font-weight: 600;
		font-size: 15px;
		line-height: 18px;
		margin-right: 0 !important;
	}

	.nav-header > ul > li.active > a {

	}

	.dropdown-menu li a.dropdown-item {
		padding: 12px 20px 12px 0 ;
	}

	.dropdown-menu li a.dropdown-item .arrow-right {
		height: 20px;
		width: 42px;
		top: 10px;
		right: -10px;
		transform: rotate(90deg);
	}

	.dropdown-container {
		padding: 0;
	}

	.nav-header > ul > li > a:hover, .nav-header li.active a.dropdown-link {
	    color: var(--yellow) !important;
	}

	.nav-header li.active a.dropdown-link:after {
		filter: none;
	}

	.header-menu .dropdown-menu,
	.megasubmenu {
		display: none;
		position: static;
		top: auto;
		left: auto;
		bottom: auto;
		width: 100%;
		float: none;
		min-width: auto;
		color: #fff;
		transform: translate(0);
		border: none;
	}

	.megasubmenu {
		opacity: 1;
	    visibility: visible;
	    background-color: transparent;
	    padding: 0;
	    margin-bottom: 16px;
	}

	.megasubmenu-container {
		/*margin-bottom: 16px;*/
	    border-left: 2px solid var(--yellow);
	}

	.dropdown-menu li.has-submenu.active .megasubmenu {
	    /*opacity: 1;*/
	    /*visibility: visible;*/
	}

	.megasubmenu li a {
		font-size: 14px;
		line-height: 18px;
		padding: 12px;
	    color: #fff;
	}

	.megasubmenu li a:hover {
		color: var(--yellow) !important;
	}

	.dropdown-menu li.active a.dropdown-item {
		color: var(--yellow) !important;
	}

	.dropdown-menu li.active a.dropdown-item .arrow-right {
	    /*filter: brightness(1) grayscale(1);*/
	    transform: rotate3d(-1, 1, 0, 180deg);
	    background-image: url(../img/icon/chevron-right-active.svg);
	}

	header .logo .logo-text {
	    display: flex;
	    padding-left: 10px;
	    font-size: 8px;
	    line-height: 10px;
	}

	header .logo b {
	    font-size: 18px;
	    line-height: 20px;
	}

	.section-top-title {
		font-size: 19px
	}

	.category-list {
		display: none;
	}

	.category-btn {
		user-select: none;
	}
	.category-btn:hover {
		color: var(--darck-blue);
	    background: #fff;
	    border-color: rgba(109, 117, 141, 0.3);
	}
	.category-btn.active {
	    color: #fff !important;
	    background: var(--blue) !important;
	    border-color: var(--blue) !important;
	}
	.category-btn:hover img {
		filter: none;
	}
	.category-btn.active img {
	    filter: brightness(1) invert(1) !important;
	}
	.filter-btn:hover {
		color: var(--darck) !important;
		background-color: #fff;
		border-color: #6D758D;
	}
	.filter-btn.active {
		color: #fff !important;
		background-color: var(--blue) !important;
		border-bottom: 1px solid var(--blue) !important;
	}
	.filter-btn:hover img {
	    filter: none;
	}
	.filter-btn.active img {
	    filter: brightness(0.5) invert(1);
	}

}

@media (max-width: 767px) {
	.section-top {
	    padding: 30px 0 20px;
	}

	.section-top-title {
		font-size: 24px
	}

	footer {
		padding-bottom: 50px;
		margin-top: 60px;
		position: relative;
	}

	footer .logo {
		justify-content: center;
	}

	footer .logo .logo-text {
		/*width: auto;*/
	}

	.footer-contacts {
		align-items: center;
		justify-content: center;
		text-align: center;
		max-width: 250px;
		margin: 0 auto;
		margin-top: 25px;
	}

	.footer-contacts a {
		text-align: center;
	}

	.footer-btn {
		margin-top: 15px;
		align-items: center;
		justify-content: center;
	}

	.footer-bottom-container {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.footer-bottom-block {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.footer-bottom {
    	border-bottom: 1px solid #00000030;
    }

	.btn-top-block {
		position: absolute;
		bottom: 15px;
		transform: translateX(-50%);
		left: 50%;
	}

	.sidebar {
		padding-bottom: 24px;
		margin-bottom: 24px;
		border-bottom: 1px solid #00000030;
	}

	section {
	    padding-top: 20px;
	    margin-bottom: 30px;
	}

	.section-action, .section-servises, .section-info {
	    margin-bottom: 45px;
	}

	.actual-img,
	.media-img,
	.action-img {
		height: 250px;
	}

	.action-item {
		margin-bottom: 30px;
	}

	.last-news {
		padding: 15px;
		background-color: var(--section)
	}
	
	.last-news .sea-all-link {
		margin-top: 24px;
		padding-top: 24px;
		border-top: 1px solid var(--border);
	}

	.section-tabs ul {
		width: 100%;
		justify-content: space-between;
	}

	.new-title {
		padding-bottom: 17px;
		margin-bottom: 12px;
	}

	.new-thumbnail-container .owl-carousel .owl-stage {
		/*display: flex;*/
		/*flex-direction: row;*/
		/*flex-wrap: nowrap;*/
		/*overflow-x: auto !important;*/
		/*transform: none !important;*/
		/*width: 100% !important;*/
	}

	.new-thumbnail-slider .owl-item img {
		min-width: 91px;
	}

	.new-btn {
		display: block;
		width: 240px;
		text-align: center;
		margin: 0 auto;
	}

	.section-news, .section-top ~ section {
	    padding-top: 20px;
	    margin-bottom: 60px;
	}

	.category-list {
		margin-bottom: 24px
	}

	.popular-news,
	.sidebar-heading {
		display: none;
	}

	.person-title {
		margin-top: 15px;
	}
}

@media (max-width: 575px) {
	footer {
	    margin-top: 40px;
	}

	.section-top {
	    padding: 15px 0 20px;
	}

	.header-container > div:last-child {
	    padding: 0;
	}

	.content-register-item-list ul li,
	.content-document-item-list ul li,
	.content-enterprises-item-list ul li {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		border-top: 1px solid #E7EBEE;
		padding-bottom: 24px;
	}
	.content-register-item-list ul li span,
	.content-document-item-list ul li span,
	.content-enterprises-item-list ul li span {
		display: block;
		width: 100%;
		padding: 8px 0 0;
		border: none !important	;
	}
	.content-document-item-list ul li,
	.content-enterprises-item-list ul li {
		padding-bottom: 12px;
	}
	.content-download-list li {
		flex-direction: column;
	}
	.download-list-name {
		border-bottom: 1px solid rgba(109, 117, 141, 0.3);
	}
	.content-download-list li .download-list-info {
	    display: flex;
	    flex-direction: row-reverse;
	    align-items: center;
	    justify-content: center;
	    position: relative;
	    /* padding: 24px 20px 24px 0; */
	}
	.content-download-list li .download-list-info span {
		position: static;
		border: none;
		padding: 20px 12px;
	}
	.content-search {
	    padding-bottom: 0px;
	    margin-bottom: 22px;
	}
	.section-news, .section-top ~ section {
	    margin-bottom: 20px;
	}
	.sidebar {
	    padding-bottom: 0;
	    margin-bottom: 22px;
	}
	.news-list li {
		margin-bottom: 16px;
	}

	.news-item {
		flex-direction: column;
		margin-bottom: 16px;
	}

	.news-item-img {
	    width: 100%;
	    height: auto;
	}

	.news-item-img + .news-item-content {
	    padding: 10px 0 0;
	}

	.news-item-content {
	    color: var(--darck);
	    display: flex;
	}

	.news-item-text {
		display: none;
	}

	.section-tabs ul {
		flex-direction: column;
	}

	.section-tabs ul li,
	.section-tabs ul li a {
		width: 100%;
		text-align: center;
		margin-right: 0 !important;
	}

	.section-tabs ul li:not(:last-child) a {
		margin-bottom: 8px;
	}

	.servises-block {
		padding: 0;
	}

	.action-block:last-child .action-item {
	    margin-bottom: 0;
	}

	.owl-theme:not(.new-slider) .owl-nav {
		position: absolute;
		top: -75px;
		right: 0;
		bottom: auto;
	}

	.owl-theme:not(.new-slider) .owl-nav [class*='owl-'] {
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		background-color: var(--light) !important;
		border-radius: 0;
		background-position: center !important;
		background-repeat: no-repeat !important;
		transition: .3s ease;
	}
	.category-list {
		margin-bottom: 10px;
	}

	.nav-item:not(:last-child) .nav-tabs-link {
	    padding-right: 20px;
	}

	.section-top-title {
		font-size: 20px;
		line-height: 24px;
	}
	.main-slider-title {
		font-size: 20px;
		line-height: 24px;
	}
	.news-item-name {
		font-size: 16px;
		line-height: 19px;
	}
	.new-title h1 {
		font-size: 20px;
		line-height: 24px;
	}
	.content-title {
		font-size: 20px;
		line-height: 24px;
	}
	.video-media-name {
		font-size: 14px;
		line-height: 19px;
	}
	.accordion-title {
		font-size: 14px;
		line-height: 19px;
	}
	.accordion-name {
		font-size: 14px;
		line-height: 17px;
		padding: 16px;
	}
	.accordion-name.accordion-toggle {
		padding-right: 62px;
	}
	.accordion-body {
		padding: 16px;
	}
	.content-registers-item-list,
	.content-documents-list {
	    overflow: hidden;
	    overflow-x: auto;
	}
	.content-registers-item-list ul,
	.content-documents-list ul {
	    min-width: 545px;
	}
	.content-download-list li .download-list-name {
	    font-size: 14px;
	    line-height: 17px;
	    padding: 19px 16px;
	}
	.video-media-list li {
		margin-bottom: 24px;
	}
	.text-list-title,
	.text-list-name {
		width: 100%;
		padding-left: 0;
	}

	.modal-dialog {
	    position: relative;
	    width: 100%;
	    margin: 0;
	    padding: 10px;
	}
}

@media (max-width: 480px) {
	.pagination-item {
	    display: inline-flex;
	    width: 30px;
	    height: 30px;
	}
	.social-container {
		flex-direction: column !important;
		padding: 0 20px;
	}
	.print-block {
		padding: 20px;
		width: 100%;
		justify-content: center;
		border-top: 1px solid #E7EBEE;
	}
	.new-btn {
		width: 100%
	}
}

@media (max-width: 414px) {
}

@media (max-width: 360px) {
	
}

@media (max-width: 374px) {
	header .logo .logo-text {
		display: none;
	}
}

@media (max-width: 320px) {
	
}