﻿@charset "UTF-8";

/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	
}

html {
	overflow: auto;
}

body {
	padding: 0px;
	height: auto!important;
	height: 100%;
	min-height: 100%;
	background: #ffffff;
	font: 10px/1.3 Arial, Helvetica, sans-serif;
	color: #000000;
     
	/*для праздника фон*/
	/*
	background: url(../images/prazd.jpg);
	background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
	*/
    /****/

}

/***********/

#toTop {
	position: relative;
	background: #2579bf;
	border: 3px solid #ffff;
	border-radius: 50%;
	width: 55px;
	height: 51px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	display: none;
	z-index: 10000;
	text-align: center;
}

#toTop::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 42px;
	color: #fff;
	display: inline-block;
}

#toTop:hover:after {
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}


/**************/


/**************************таблицы**********************/

.content table {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 15px;
	border: 0;
	max-width: 100%;
	display: block;
	overflow: auto;
	border-collapse: collapse;
	border-spacing: 0;
}

@media (max-width: 767px) {
	.content table {
		width: 100%!important;
		font-size: 15px;
	}
}

.content table tbody {
	display: table;
	width: 100%;
}

.content table td {
	padding: 4px;
	vertical-align: top;
	border: 1px solid #c3c3c3;
}

/* .content table tr:first-child td {
	vertical-align: middle;
	font-weight: bold;
} */


/**доп классы к таблицам***/

.content table.transparent,
.content table.transparent tr,
.content table.transparent tr td,
.content table.transparent tr th {
	background: none;
}

.content table.bordertab {
	border: 1px solid #ddd;
}

.content table.nobordertd td {
	border: 0;
}

.content table.tableleft {
	margin-left: 0px;
}


/***************************************************/

.wrapper {
	max-width: 1380px;
	margin: 0 auto;
	background-color: #f9f9f9;
	font-family: ArialNarrow, sans-serif;
	font-size: 16px;
	box-shadow: 0px 0px 40px 0px #e4dfdf;
	min-height: calc(100vh - 91px);
}

img {
	max-width: 100%;
	height: auto;
}


/* header ================================================================ */

.header__top {
	padding: 5px 15px;
}

.header__socity {
	padding: 0;
}

.header__socity p {
	margin: 0;
}


.header__socity-link:hover {
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 2px #2579bf;
	        box-shadow: 2px 2px 2px #2579bf;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}


/*-----------------*/

.header__accessibility p {
	margin: 0;
}

.header__accessibility {
	padding: 8px 0;
}

.header__accessibility a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__lang {
	text-align: right;
	padding: 8px 0;
}

.header__lang a {
	font-weight: 700;
	color: #595959;
	text-transform: uppercase;
}
.header__lang a.active,
.header__lang a:active,
.header__lang a:hover {
	color: #cc0000;
}

.header__menu {
	padding: 25px 0;
	color: #fff;
	background-color: #2579bf;
}

.administration__txt-wrap a:hover {
	text-decoration: none;
}



@media (min-width: 1200px) {
	.header__menu {
		margin-bottom: 20px;
	}
	.header__menu .search-wrap {
		width: 15%;
		padding-left: 0;
	}
	.header__menu .main-menu-wrap {
		width: 85%;
	}
}

@media (max-width: 1199px) {
	.header__menu {
		padding: 0;
	}
	.search-wrap {
		background: #f0f0f1;
		padding: 15px;
	}
}

@media (max-width: 979px) {
	.ice-megamenu-toggle a {
		margin: 0;
	}
}


/* administration */

.header__stack {
	margin-bottom: 30px;
}

.header__stack .col {
	padding: 0px 10px;
}

.header__stack .col:first-child {
	padding-left: 0;
}

.header__stack .col:last-child {
	padding-right: 0;
}

@media (max-width: 1199px) {
	.header__stack .col:first-child {
		padding-bottom: 20px;
	}
	.header__stack .col:last-child {
		padding-left: 0;
	}
	.header__stack .col:nth-child(2) {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.header__stack .col:first-child,
	.header__stack .col {
		padding: 0;
	}
}

.administration {
	background: url(../img/header/bg_administration.png) no-repeat center #2579bf;
	background-color: #2579bf;
	color: #323232;
	overflow: hidden;
}

.administration__inner {
	display: inline-block;
	vertical-align: top;
	width: 54%;
	padding: 15px 10px;
	font-size: 16px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	border-left: 25px solid #2579bf;
}

.administration__inner p {
	margin: 0;
}

.administration__title {
	font-weight: 700;
	margin-bottom: 35px;
	margin-top: 10px;
	color: #cc0000;
	font-size: 30px;
}

.administration__mail a {
	color: #323232;
}

.administration__title,
.administration__txt-wrap a:hover,
.administration__txt-wrap h1 {
	text-decoration: none;
}

.administration__address {
	margin: 0;
}

.administration__menu {
	display: inline-block;
	width: 46%;
	padding: 30px 15px 0 15px;
}

.administration__menu li a {
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 20px;
}

.administration__menu li:focus:before,
.administration__menu li:hover:before {
	-webkit-transition-duration: 0.4s;
	     -o-transition-duration: 0.4s;
	        transition-duration: 0.4s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}

.administration__menu li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1200px) {
	.administration,
	.administration__inner,
	.chief-admn,
	.header-menu {
		height: 100%;
	}
}


/*********************/

.chief-admn {
	padding: 13px 15px;
	background: #2579bf;
	font-size: 18px;
	text-align: center;
}

.administration__inner_sm {
	display: none;
}

@media (max-width: 991px) {
	.administration__inner {
		border-left: 15px solid#2579bf;
	}
	.administration__menu li a {
		margin-bottom: 10px;
	}
	.administration__logo {
		width: 50%;
	}
	.chief-admn-left {
		float: left;
		width: 50%;
	}
	.chief-admn-right {
		float: right;
		width: 50%;
		padding-left: 15px;
	}
	.chief-admn {
		margin: 20px 0;
	}
}

.chief-admn__name {
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 10px;
	color: #fff;
	font-size: 18px;
}

.chief-admn__link {
    display: block;
    margin-top: 30px;
	padding: 5px 10px;
	color: #fff;
	font-size: 17px;
	border: 1px solid #fff;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
	        box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
}

@media (max-width: 620px) {
    .chief-admn__name {
        font-size: 16px;
    }

    .chief-admn__link {
        margin-top: 0;
	}
	
	.administration__menu,
	.administration__inner {
		display: block;
		overflow: hidden;
	}
}

@media (max-width: 620px) {
 
}

.chief-admn__link:hover {
	color: #fff;
}

.chief-admn__link:not(:last-child) {
	margin-bottom: 16px;
}

.header-menu {
	background: url(../img/header/bg_header_menu.png) no-repeat center#2579bf;
	background-size: cover;
	padding: 22.5px 15px;
}

/* @media (max-width: 991px) {
	.header-menu {
		background: #2579bf;
	}
} */

@media (max-width: 620px) {
	.header-menu {
		padding: 15px;
	}
	.chief-admn__pic {
		max-height: 126px;
	}
	.chief-admn-left,
	.chief-admn-right {
		width: 100%;
		padding: 0;
	}
	.chief-admn__link {
		font-size: 15px;
	}
}

.administration__menu ul:nth-child(2) li:last-child a {
	margin-bottom: 0;
}

.header-menu li a {
	padding: 0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.header-menu li:not(:last-child) {
	margin-bottom: 20px;
}

.header-menu li:focus:before,
.header-menu li:hover:before {
	-webkit-transition-duration: 0.4s;
	     -o-transition-duration: 0.4s;
	        transition-duration: 0.4s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}

.header-menu li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 991px) {
	.header-menu li:not(:last-child) {
		margin-bottom: 10px;
	}
}


/**меню***/

.icemegamenu .collapse {
	display: block;
}

.icemegamenu>ul {
	background: transparent;
}

@media (min-width: 980px) {
	.icemegamenu>ul {
		height: 40px!important;
	}
}

.icemegamenu>ul>li.active:last-child {
	border-radius: 0;
}

@media (min-width: 980px) {
	.icemegamenu>ul>li.active,
	.icemegamenu>ul>li:hover {
		color: #fff;
	}
}

ul.icesubMenu {
	background:#2579bf;
	padding-bottom: 0px;
}

.icemegamenu .sub_level_1 li div {
	margin-top: 0px !important;
}

.icemegamenu>ul>li {
	position: relative;
}

.icemegamenu>ul>li.active {
	background: inherit;
}

.icemegamenu>ul>li:hover a::before,
.icemegamenu>ul>li:active a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.icemegamenu>ul li:focus:before,
.icemegamenu>ul li:hover:before {
	-webkit-transition-duration: 0.4s;
	     -o-transition-duration: 0.4s;
	        transition-duration: 0.4s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}

.icemegamenu>ul li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 979px) {
	div.icemegamenu ul#icemegamenu li.active a.icemega_active>span.icemega_title {
		color: #ffffff;
	}
	.icemegamenu ul>li a.iceMenuTitle:hover,
	.icemegamenu ul>li:hover>a.iceMenuTitle,
	.icemegamenu ul>ul>li:hover>a.iceMenuTitle,
	ul.icesubMenu li.active a.iceMenuTitle {
		color: #ffffff;
	}
}

@media (min-width: 980px) {
	div.icemegamenu ul#icemegamenu li.active a.icemega_active>span.icemega_title {
		color: inherit;
	}
	.icemegamenu ul>li a.iceMenuTitle:hover,
	.icemegamenu ul>li:hover>a.iceMenuTitle,
	.icemegamenu ul>ul>li:hover>a.iceMenuTitle,
	ul.icesubMenu li.active a.iceMenuTitle {
		color: #fff;
	}
	.icemegamenu ul>ul>li.iceMenuLiLevel_2:hover>a.iceMenuTitle,
	.iceMenuLiLevel_2:hover a.iceMenuTitle {
		color: #fff!important;
		text-decoration: underline;
	}
}

.icemegamenu>ul>li.active:first-child {
	border-radius: 0px;
}

.icemegamenu a {
	text-shadow: none!important;
}

.icemegamenu>ul>li a.iceMenuTitle {
	color: #ffffff;
	/* font-weight: bold; */
	padding: 0 10px;
	font-size: 15px;
	height: inherit;
	text-transform: uppercase;
}

@media (max-width: 1350px) {
	.icemegamenu>ul>li a.iceMenuTitle {
		font-size: 15px;
	}
}

@media (max-width: 1260px) {
	.icemegamenu>ul>li a.iceMenuTitle {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.icemegamenu>ul>li a.iceMenuTitle {
		font-size: 17px;
	}
	.icemegamenu {
		margin: 15px 0;
	}
}

@media (max-width: 1115px) {
	.icemegamenu>ul>li a.iceMenuTitle {
		font-size: 15px;
	}
	.icemegamenu>ul>li a.iceMenuTitle {
		margin:0 -2px;
	}
}

@media (max-width: 979px) {
	.icemegamenu>ul>li a.iceMenuTitle {
		border: 0;
	}
}

/* @media (min-width: 980px) and (max-width: 1199px) {
	.icemegamenu>ul>li a.iceMenuTitle {
		font-size: 17px;
	}
} */

@media (min-width: 980px) and (max-width: 1160px) {
	.icemegamenu>ul>li a.iceMenuTitle {
		padding: 0 7px;
	}
}

ul.icesubMenu>li a.iceMenuTitle {
	background: none;
	border: 0!important;
	margin: 0px;
	padding: 0 10px 0 20px;
	height: auto;
}

@media (max-width: 979px) {
	#icemegamenu>li>ul.icesubMenu,
	.icemegamenu>ul>li,
	#icemegamenu>li>ul.icesubMenu li>ul {
		background: transparent;
	}
}


/********************************************************************************************************контент************/

.search form {
	position: relative;
	width: 100%;
	margin: 0;
}

.search form .inputbox {
	width: 100%;
	background: transparent;
	border-radius: 0;
	border: 1px solid #fff;
	font-size: 14px;
	padding: 5px 35px 5px 5px;
	color: #fff;
	height: 40px;
}


.search form .inputbox::placeholder {
	color: #fff;
}

.content .search form .inputbox {
    color: inherit;
}

.search form .button {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 0;
	background: url(/templates/moskadm/images/search.png) no-repeat center;
	width: 30px;
	height: 30px;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.search form .button:hover {
	/* -webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; */
}

@media (max-width: 1199px) {
	.search form .button {
		position: absolute;
		right: 5px;
		top: 5px;
		font-size: 0;
		background: url(/templates/moskadm/images/search_2.png) no-repeat center;
		width: 30px;
		height: 30px;
		border: none;
	}
	.search form .inputbox {
		color: #2579bf;
		border: 1px solid #2579bf
	}

	.search form .inputbox::placeholder {
		color: #2579bf;
	}
}

@media (max-width: 650px) {

	.search form .inputbox {
		height: 30px;
	}
	.search form .button {
		width: 20px;
		right: 5px;
		top: 0;
	}
}

.icemegamenu>ul>li>a.iceMenuTitle>span.icemega_nosubtitle {
	line-height: 40px;
	padding: 0;
}

@media (max-width: 992px) {
	.administration__title {
		margin: 5px 0 10px 0;
		font-size: 25px;
	}
	.administration__menu {
		padding: 30px 15px 15px 15px;
	}
}

@media (max-width: 620px) {
	.administration__inner {
		padding: 15px;
		font-size: 14px;
		margin-left: 0;
	}
	.administration__menu,
	.administration__inner {
		width: 100%;
		border: none;
	}

	
	.administration__menu {
		padding-top: 15px;
		background: #2579bf;
	}
	.administration__menu li a {
		/* text-align: center; */
	}
	.header__menu {
		margin-bottom: 0;
	}
	.administration__title {
		font-size: 25px;
	}
	.administration__logo {
		max-width: 140px;
	}

	.administration__menu li {
		width: 50%;
		float: left;
		font-size: 14px;
	}
}


@media (max-width: 465px) {
	.administration__menu li {
		width: 100%
	}
	.administration__menu li a {
		text-align: center;
	}
}


.bantxt {
	display: none;
}

.left-baners .bannergroup {
	overflow: hidden;
	margin-bottom: 10px;
}

.left-baners .banneritem {
	width: calc(50% - 10.25px);
	float: left;
}

.left-baners .banneritem:not(:last-child) {
	margin-right: 20px;
}

.left-baners .banneritem img {
	width: 100%;
}

@media (max-width: 767px) {
	.left-baners .bannergroup {
		margin-bottom: 5px;
	}
	.left-baners .banneritem {
		width: 100%;
		margin-bottom: 15px;
	}
	.left-baners .banneritem:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 565px) {
	.left-baners .banneritem {
		width: 100%;
	}
	.left-baners .banneritem img {
		width: inherit;
		margin: 0 auto;
		display: block;
	}
}

.actual-news {
	padding-top: 30px;
	border-top: 1px solid #2579bf;
	margin-bottom: 30px;
}

.actual-wrapper li a {
	font-size: 14px;
	color: #666666;
}

.actual-wrapper span a {
	font-size: 16px;
	color:#333366;
	font-style: italic;

	position: absolute;
    top: 6px;
    right: 15px;
}

.contentslider .wk-slideshow-tabsbar .nav span {
	margin: 0;
	padding: 0 5px;
	border-right: none;
}

.contentslider .wk-slideshow-tabsbar .nav span div {
	display: inline;
}
.contentslider .wk-slideshow-tabsbar .nav li {
	margin-bottom: 20px;
	padding: 0 8px;
	border-right: none;
	width: 100%;
}

.contentslider .wk-slideshow-tabsbar .nav-container {
	float: right;
	width: 52%;
	/* max-width: calc(100% - 426px); */
	border-radius: 0px;
	background: none;
	border: none;
	overflow-y: scroll;
	height: 230px;  
	/* 300px; */
	font-size: 14px;
	color: #666666;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	padding: 8px 0px;
	background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1320px) {
	.contentslider .wk-slideshow-tabsbar .nav-container {
		height: 273px;
	}
}

@media (max-width: 991px) {
	.contentslider .wk-slideshow-tabsbar .slides-container {
		display: none;
	}
}

.contentslider .wk-slideshow-tabsbar .nav-container a {
	color: inherit;
}

.wk-slideshow-tabsbar .nav-left li:hover:first-child, .wk-slideshow-tabsbar .nav-left li:active:first-child, .wk-slideshow-tabsbar .nav-left li.active:first-child {
	border-radius: 0;
}

.wk-slideshow-tabsbar .nav li.active {
	background: #f0f0f1;
}
.contentslider .wk-slideshow-tabsbar .nav li:active:not([class*="active"]) span,
.contentslider .wk-slideshow-tabsbar .nav li:active:not([class*="active"]) span.sliderdata {
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0 5px;
}
.contentslider .allnews {
	margin-top: 15px;
}

.contentslider .allnews a {
	font-size: 16px;
	color: #333366;
	font-style: italic;
}

.contentslider .allnews p {
	margin: 0;
    text-align: right;
    position: absolute;
    top: 6px;
    right: 15px;
}

.contentslider .wk-slideshow-tabsbar .nav-container .sliderdata {
	color: #2165c8;
	border-right: 0;
	margin-right: 10px;
}

.contentslider .wk-slideshow-tabsbar .slides-container {
	float: left;
	width: 48%;
	border: none;
	overflow: hidden;
	background: none;

	/* max-width: 426px; */
	border-radius: 0;
}
.wk-slideshow-tabsbar .slides>li>article{
	padding: 0;
}


.wk-slideshow-tabsbar .slides>li>article {
	padding: 0;
	position: relative;
}

@media (max-width: 991px) {
	.contentslider .wk-slideshow-tabsbar .slides-container,
	.contentslider .wk-slideshow-tabsbar .nav-container {
		width: 100%;
		padding: 0;
	}
	.actual-wrapper {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.contentslider .wk-slideshow-tabsbar .nav span {
		font-size: inherit;
		line-height: inherit;
	}
}

.wk-slideshow img {
	margin: 0 auto;
	display: block;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.baners-center {
	margin-bottom: 30px;
}

.baners-center .bannergroup {
	font-size: 0;
	text-align: center;
}

.baners-center .banneritem {
	/* width: calc(33.33% - 10px); */
	width: calc(25% - 11.25px);
	display: inline-block;
}

.baners-center .banneritem:not(:last-child) {
	margin-right: 15px;
}

@media (max-width: 1060px) {
	.baners-center .banneritem {
		width: calc(50% - 7.5px);
	}
	.baners-center .banneritem:not(:last-child) {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.baners-center .banneritem:nth-child(2) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.baners-center .banneritem {
		width: calc(100%);
	}
	.baners-center .banneritem:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.baners-center .banneritem:nth-child(2) {
		margin-right: 0;
	}
}

.info-wrap {
	background: url(../img/bg_info.jpg) no-repeat center #2579bf;
	background-size: cover;
	color: #fff;
	padding: 30px 30px;
}

.info-wrap li {
	margin-bottom: 5px;
}

.info-wrap li a {
	color: #fff;
	padding: 0;
	text-transform: uppercase;
}

.info-wrap h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.info-wrap {
		padding: 20px 0;
	}
}

.vnimanie {
	padding: 30px 0;
}

.obroshenie {
	font-style: italic;
	font-size: 14px;
	color: #333366;
}

.obroshenie__title {
	font-size: 24px;
	text-transform: uppercase;
	font-style: initial;
}

.obroshenie .red {
	color: red;
}

@media (min-width: 1200px) {
	.pollwrap {
		margin-top: 75px;
	}
}

.shad {
	text-align: center;
}

.block-right-wrap .shad {
	margin-bottom: 15px;
}

.shad a {
	position: relative;
	display: inline-block;
}

.allpoll {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 8px 12px;
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	background: #cccccc;
	text-align: left;
}


/* LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS   */

.latest-news {
	background-color: #2579bf;
	padding: 30px 0;
}

.latest-news .junewsultra  {
	margin: 0;
}

.latest-news .date {
	display: none;
}
.latest-news h3 {
	display: inline-block;
	margin: 0;
	padding: 0 0 20px 30px;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}



.latest-news .junewsultra li {
	width: calc(16.666% - 16.666px);
	float: left;
}

.latest-news li img {
	float: left;
}

.latest-news li:not(:last-child) {
	margin-right: 20px;
}

.latest-news li a {
	/* width: 100%;
	position: relative;
	padding: 0px 0px 67% 0px; */
	overflow: hidden;
	display: block;
}

.latest-news .title a {
	padding: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
}

.latest-news li img {
	/* min-height: 100%;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: inherit;
	width: inherit!important; */


	
    /* height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    width: inherit!important;
    object-fit: cover; */
}

@media (max-width: 767px) {
	.latest-news .junewsultra li {
		width: calc(33.333% - 13.333px);
		float: left;
	}
	.latest-news li:nth-child(3n) {
		margin-right: 0;
	}

	.latest-news .title {
		height: 100px;
	}
}

@media (max-width: 500px) {
	.latest-news .junewsultra li {
		width: calc(50% - 10px);
		float: left;
	}
	.latest-news li:nth-child(3n) {
		margin-right: 20px;
	}
	.latest-news li:nth-child(2n) {
		margin-right: 0px;
	}
	.latest-news .title {
		height: 90px;
	}
}

.latest-news span {
	float: right;
	margin-right: 30px;
	line-height: 26px;
	padding-bottom: 20px;
}

.latest-news span a {
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
    font-style: italic;
}


/* BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER BANNER SLIDER  */

.banner-slider,
.baners-useful {
	background-color: #fff;
}

.banner-slider .bx-viewport {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin: 0;
}

.bx-wrapper {
	padding: 30px 0;
	margin: 0 auto;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}


/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */

/* .footer {
    max-width: 1380px;
    margin: 0 auto;

} */

.footer-inner {
	background:	#2579bf;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 20px 0;
	max-width: 1380px;
    margin: 0 auto;
}

.footer a {
	color: #fff;
}

.bantxt {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	top: 45%;
}

.bx-wrapper .bx-prev {
	background: url(../img/arrowleft.png) 0 0 no-repeat;
	left: -45px;
}

.bx-wrapper .bx-next {
	background: url(../img/arrowright.png) 0 0 no-repeat;
	right: -45px;
}

.bx-wrapper .bx-controls-direction a {
	height: 45px;
	width: 25px;
	opacity: 0.8;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
	background-position: inherit;
}

@media (max-width: 1400px) {
	/* .bx-wrapper .bx-next {
		background-color: #ffffff;
		right: 10px;
	}
	.bx-wrapper .bx-prev {
		background-color: #ffffff;
		left: 10px;
	} */
}


@media (max-width: 420px) {
	.bx-wrapper .bx-next {
		background-color: #ffffff;
		right: -35px;
	}
	.bx-wrapper .bx-prev {
		background-color: #ffffff;
		left: -35px;
	}
}

.banner-slider,
.baners-useful {
	padding: 0 45px;

}

.actual-wrapper-inner-left li {
	margin-bottom: 20px;
}

.actual-wrapper-inner-left li a {
	display: none;
}

.actual-wrapper-inner-left li .title a {
	display: block;
}

.actual-wrapper-inner-left .date {
	color: #2165c8;
	font-style: italic;
	margin-right: 10px;
	display: inline;
}

.actual-wrapper-inner-left {
	color: #666666;
	font-size: 14px;
}

.contentslider h3,
.actual-wrapper .atten {
	margin-top: 0;
	color: #333366;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 1.1;
}
/* 
.event a {
	font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */

.contentslider .event{
	background: rgba(30, 29, 52, 0.77);
    position: absolute;
    bottom: 0px;
    padding: 10px;
	width:100%;
}

.contentslider .event a {
    color: #FFFFFF;
}

@media (max-width: 991px) {
	.contentslider h3,
	.actual-wrapper .atten {
		margin-bottom: 20px;
	}
	.info-wrap h3,
	.contentslider .wk-slideshow-tabsbar .nav li,
	.actual-wrapper-inner-left li {
		margin-bottom: 15px;
	}
	.baners-center,
	.actual-news {
		margin-bottom: 20px;
	}
	.info-wrap li {
		margin-bottom: 10px;
	}
	.latest-news,
	.vnimanie {
		padding: 20px 0 20px 0;
	}
	.bx-wrapper {
		padding: 20px 0;
	}
	.latest-news .title a {
		margin-top: 5px;
	}
}

.content {
	margin-bottom: 20px;
}

div.leading,
div.item {
	padding-bottom: 9px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.pagination {
	width: 100%;
	text-align: center;
}

.btn-group {
	margin-left: 15px;
	margin-bottom: 10px
}

.page-header {
	margin: 0;
	border-bottom: none;
}

p.readmore {
	text-align: right;
}


/*****полоса прокрутки**работает в Xr и Op***/

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 1px;
	border-color: #cecece;
	background-color: #2579bf;
}

::-webkit-scrollbar-track {
	border-width: 0;
}


/***************/

.breadcrumb {
	padding: 0;
    margin-bottom: 25px;
    list-style: none;
    background-color: inherit;
    border-radius: 4px;
}

.breadcrumb>li {
	display: inline;
}

.breadcrumb > li + li:before {
	display: none;
}

.breadcrumb li:nth-child(1) {
	display: none;
}

.jllikeproSharesContayner a:hover {
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	        transform: scale(1.5);
}


.info-wrap .mod-list a:hover {
	text-decoration: underline!important;
}


.content ul,
.content li {
	list-style-type: inherit;
}


.content ul {
	margin: 0 0 10px 25px;
}




.jllikeproSharesContayner {
	position: static!important;
	border-radius: inherit!important;
	padding: inherit!important;
	background: inherit!important;
}

.jllikeproSharesContayner i {
	border-radius: 50%!important;
    width: 30px!important;
    height: 30px;
}


.jllikeproSharesContayner a {
	border-radius: 50%!important;
    width: 30px;
	height: 30px;
	margin-left: 6px!important;
}

.jllikeproSharesContayner .event-container>div {
    padding: 10px 10px 10px 5px;
    width: auto;
    height: auto;
}


.content-category h2,
.page-header h2 {
	font-size: 27px;
	margin-top: 0;
}

@media(max-width: 1380px) {
	.content-category h2,
	.page-header h2 {
		font-size: calc(20px + 7 * ((100vw - 320px) / 1060));
	}
	
	
}


.blog h2:first-child{
	margin-top: 0;
}


@media (max-width: 660px) {
	.blog .column-1 img {
		float: none!important;
		margin: 0 auto!important;
		display: block;
	}
}


.blog .column-1 .page-header h2{
	background: #2579bf;
    padding: 10px 15px 10px;
	color: #f9f9f9;
	margin: -10px -10px 0px -10px;
}

.blog .column-1 {
	border: 1px solid;
    border-color: #2579bf;
    padding: 0 0px 0px 0px;
	border-radius: 10px;
	padding: 10px;
}

.dropdown-toggle,
.blog .column-1 .readmore .btn {
    background: #2579bf;
    color: #fff;
    text-shadow: none;
    font-size: 18px;
}



.dropdown-menu {
	padding: 0;
}

.print-icon a {
	padding: 8px 20px!important;
}

.print-icon a:hover {
	background-image: #2579bf;
	color: #fff!important;
}

.print-icon {
	list-style-type: none!important;
}

.img4 p{
	display: inline-block;
}


.sub_level_2 {
	border-color: #fff!important;
}


.gbs3 .A {
	width: 100%!important;
}





.span12 img {
    display: block;
    float: left !important;
    width: 25%;
    margin: 0!important;
	padding: 0px 15px 15px 0px;
	/* display: block!important; */
}

/*ЗИМНИЙ СЕЗОН В АКТУАЛЬНО*/

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 320px;
  height: 320px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  background-image: url('../images/zimny_sezon/shezh.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back p {
    position: relative;
    bottom: 50%;
}

.flip-card-back a {
	
    color: #0d0432;
    text-decoration: none;
    font-weight: bold;
	
}

/*зимний сезон в актуально конец*/

@media (max-width: 768px) {    
	.blog .span12 img {
        width: 50%;
		max-width: 300px;	
	}
}

@media (max-width: 660px) {	
	.blog .span12 img {
		position: relative;
    	left: 34px;
	}
}

@media (max-width: 500px) {
	.blog .btn-group:first-child {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
    
    .blog .dropdown-toggle {
    	float: right;
	}
	
	.blog .span12 img {
        width: 100%;
		max-width: 300px;
		padding: 0;

		position: static;
    	left: 0;
	}
}

.pull-left.item-image {
    width: 400px;
    margin-right: 15px;
}







mark, .mark {
	padding: 0;
}

.spoilers .title {
	padding-right: 35px;
	font-size: 1em;
}

.spoilers {
	margin-bottom: 15px;
}





[id^="lightbox-"], 
[id*=" lightbox-"], 
[class*=" lightbox-"], 
[class^="lightbox-"],
#lightbox,
.lightbox {
	box-sizing:unset !important;	
	-moz-box-sizing:unset !important;	
	-webkit-box-sizing:unset !important;	
}


[class*="glyphicon"]:before {
    font-family: 'Glyphicons Halflings';
    padding-right: 5px;
}


.blue:before{
	color: #2579bf;
}

.resp-bg {
	background: url(../img/obrfon.jpg);
    /* min-height: 850px; */
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding: 0 10px;
    background-size: contain;
    padding-bottom: 550px;
}
}

.respb table{
    background: #ffffff73;
}


@media (max-width: 1200px) {
	.resp-bg {
		padding-bottom: 450px;
	}
}


@media (max-width: 800px) {
	.resp-bg {
		padding-bottom: 350px;
	}
}

@media (max-width: 600px) {
	.resp-bg {
		background: none;
		min-height: auto;
		padding-bottom: 0;
	}
	.respb {
		background: url(../img/obrfon_mob.jpg);
		background-repeat: no-repeat;
		background-position-y: bottom;
		padding: 0 10px;
		background-size: contain;
	}
}


.resp-bg a {
	word-wrap: break-word;
}








#modal-window>div {
	position: relative;
    display: inline-block;
    background: #f8f8f8;
    max-width: 800px;
    padding: 3px;
    margin: 0 30px;
    margin-top: 2vh;
    /* border-bottom: 10px solid #2579bf; */
}

button.close-modal {
    top: -16px;
    right: -16px;
}

#modal-window h2 {
	color: #2579bf;
    border-bottom: 2px solid #2eabff;
    font-size: 27px;
    padding: 5px;
    margin: 0 0 15px 0;
}

#modal-window p {
	margin: 0;
}



.left-baners .banneritem {
	width: 100%;
}


/***/
.mejs-controls .mejs-fullscreen-button button {
    right: 0;
    top: 0;
}

/****/

.centr-ban-adaptive {
	padding-bottom: 15px;
}

@media (max-width: 763px) {
	.centr-ban-adaptive img {
		display: none;
	}
}



/*Выбираем студотряд-баннер*/

.studotryad-block {
    box-sizing: border-box;
    background: #b0c2d2;
    width: 90%;
    margin: 3% 2%;
    padding: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #f5f6f7;
    border-radius: 5px;
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}

.studotryad-block a {
	display: inline-block;
	color: #332c3e;
	width: 100%;
}

/*@media screen and (max-width: 800px) {
  .studotryad-block {
    animation: scale-center 0.5s cubic-bezier(.4, 0, .8, 1) both;
  }
   
 }*/



/**новый год***/


.blog .item-content{
    border: 1px solid;
    border-color: #2579bf;
    padding: 0 0px 0px 0px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 25px;
}
    
.blog .item-content .readmore .btn{
    background: #2579bf;
    color: #fff;
    text-shadow: none;
    font-size: 18px;
}

.blog .item-content .page-header h2 {
    background: #2579bf;
    padding: 10px 15px 10px;
    color: #f9f9f9;
    margin: -10px -10px 0px -10px;
}
    
.mod-finder {
    margin: 0;
}

.mod-finder .js-finder-search-query{
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;   
    font-size: 14px;
    padding: 5px 35px 5px 5px;
    color: #fff;
    height: 40px;
}

.mod-finder .js-finder-search-query{
    border-color: #fff; 
}

@media (max-width: 1199px){
	.mod-finder .js-finder-search-query{
	    color: #2579bf;
	    border: 1px solid #2579bf;
	}

	.mod-finder input[type="text"]::placeholder{
	    color: #2579bf !important;
	}
}

.mod-finder .js-finder-search-query:hover, .mod-finder .js-finder-search-query:focus{
    border-color: #fff; 
}

.mod-finder .button:focus{
	outline: none;
}

.mod-finder .button:active{
	background-color: inherit;
}

.mod-finder input[type="text"]::placeholder{
    color: #fff;
}

.mod-finder__search, .mod-finder__search .awesomplete{
    width: 100%;
}

.mod-finder .button {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 0;
    background: url(/templates/moskadm/images/search.png) no-repeat center;
    width: 30px;
    height: 30px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mod-finder .awesomplete > ul > li{
    color: #000;
}

.js-finder-searchform .js-finder-search-query {
    height: 34px;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.awesomplete ul li{
    list-style-type: none;
}

.com-finder__results-list {
    margin-left: 0;
}

.left{
    float: left;
}

.left.item-image{
    margin-right: 15px;
}

.category-list .table-bordered caption + tbody tr:first-child th{
    border-top: 1px solid #ddd !important;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skiptranslate {
  display: none;
}

.icesubMenu.icemodules.sub_level_1,
.icesubMenu.icemodules.sub_level_1 ul {
	width: 320px!important;
}

ul.icesubMenu>li a.iceMenuTitle {
	text-transform: none;
    line-height: 1.6;
}

ul.icesubMenu ul > li {
    position: relative;
    margin: 10px 0;
}


.ban_mobile {
	display: none;
}

@media (max-width: 763px) {

	.ban_mobile {
		display: block;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	.baners-center .bannergroup {
		margin-top: 15px;
	}
}

/***новый год 2024***/ 
/* body {
	margin-top: 100px;
	background-image: url(https://mosk.minsk.gov.by/templates/moskadm/images/new-year-2023-fon.jpg);
    background-position: center top;
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
} */

/***конец новогоднего оформления***/
/*****/


.metismenu.mod-menu .metismenu-item > span, 
.metismenu.mod-menu .metismenu-item > a, 
.metismenu.mod-menu .metismenu-item > button {
    color: #ffffff;
    padding: 10px;
    font-size: 15px;
    height: inherit;
    text-transform: uppercase;
}

.metismenu.mod-menu {
	display: flex;
	flex-wrap: wrap;
}

.metismenu.mod-menu .mm-toggler:after {
	display: none;
}

.metismenu.mod-menu .metismenu-item {
	padding: 0;
}

.navbar {
	margin-bottom: 0;
}

.metismenu.mod-menu .metismenu-item:hover .mm-collapse:not(.mm-show) {
	display: block;
}

.metismenu.mod-menu .metismenu-item > ul {
	background: #2579bf;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 3px;
    width: 320px;
}

.metismenu.mod-menu .metismenu-item.level-2 > span, 
.metismenu.mod-menu .metismenu-item.level-2 > a, 
.metismenu.mod-menu .metismenu-item.level-2 > button,
.metismenu.mod-menu .metismenu-item.level-3 > span, 
.metismenu.mod-menu .metismenu-item.level-3 > a, 
.metismenu.mod-menu .metismenu-item.level-3 > button {
    color: #ffffff;
    font-size: 15px;
    text-transform: none;
    white-space: normal;
    width: 100%;
    padding: 7px 15px!important;
}

.metismenu.mod-menu .mm-collapse > li.parent .mm-toggler {
	text-align: left;
}

.metismenu.mod-menu .metismenu-item.level-2.divider.deeper.parent .mm-collapse:not(.mm-show) {
	display: none;
	position: absolute;
    left: 80%;
    background: #277bbc;
    border: 1px solid #ffffff;
}

.metismenu.mod-menu .metismenu-item.level-2.divider.deeper.parent:hover .mm-collapse:not(.mm-show) {
	display: block;
}



@media (min-width: 991px) {
	.navbar {
	  padding: 0;
	}
}

@media (max-width: 990px) {
	.metismenu.mod-menu .metismenu-item {
	    margin: 0;
	    height: auto;
	    padding-left: 0!important;
	    border-top: 0!important;
	}
	.mod-menu.metismenu {
		background: #eee;
		border: 0;
		border-bottom: 1px dashed #ccc;
	}
	.metismenu.mod-menu .metismenu-item > span, 
	.metismenu.mod-menu .metismenu-item > a, 
	.metismenu.mod-menu .metismenu-item > button {
	    font-size: 15px;
	    padding: 0;
	    font-weight: normal;
	    color: #ffffff;
	}
	.metismenu.mod-menu .mm-toggler:after {
		display: none;
	}
	.metismenu.mod-menu .mm-collapse:not(.mm-show) {
		display: block;
	}
	.metismenu.mod-menu .metismenu-item > ul {
		position: unset;
	    width: 100%;
	    background: none;
	    box-shadow: none;
	    border: 0;
	}
	.metismenu.mod-menu .metismenu-item.level-2 > span, 
	.metismenu.mod-menu .metismenu-item.level-2 > a, 
	.metismenu.mod-menu .metismenu-item.level-2 > button {
	    white-space: unset;
	    color: #ffffff;
	    padding: 0;
	    font-weight: normal;
	    width: 100%;
	}
	.mod-menu__separator {
		pointer-events: none!important;
	}
	.metismenu.mod-menu .metismenu-item > ul {
		padding-bottom: 0;
	}
		.navbar-collapse {
		padding: 0;
		overflow: hidden;
	}
	.metismenu.mod-menu .metismenu-item.level-2.divider.deeper.parent .mm-collapse:not(.mm-show) {
		display: block;
		position: unset;
		background: none;
		border: 0;
		padding-left: 10px;
	}
	.metismenu.mod-menu {
	    flex-direction: column;
	    background: none!important;
	    border: 0!important;
	}
}


@media (max-width: 400px) {
	.metismenu.mod-menu .metismenu-item {
		display: inline-grid;
	}
}