.header {
    position: relative;
    height: 199px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}
.header .container {
    position: relative;
}
.header .contacts {
    position: absolute;
	left: -20px;
    width: 20%;
	max-width: 400px;
  	top: 0px;
  	z-index: 3;
    font-weight: bold;
}
/*.site .header:before,.site .header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 24%;
    height: 149px;
    background: #FFF;
    -moz-transform: skew(-60deg);
    -webkit-transform: skew(-60deg);
    -o-transform: skew(-60deg);
    transform: skew(-60deg);
    z-index: 2;
}
.site .header:after {
    right: 0px;
    -moz-transform: skew(60deg);
    -webkit-transform: skew(60deg);
    -o-transform: skew(60deg);
    transform: skew(60deg);
}*/
.header .contacts p {
	line-height: 12px!important;
	margin: 0px 0px 5px!important;
}
.header .contacts .phone {
    line-height: 0px;
}
.header .contacts .phone .semi {
	font-size: 15px!important;
    color: #BB0005;
}
.header .contacts a {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 0.4px;
}
.header .contacts .btn-round {
    margin-top: 36px;
    margin-left: 28%;
}
.header .logo {
    max-width: 100%;
	text-decoration: none;
}
.header .tools {
    position: absolute;
    top: 0px;
	right: 10px;
    z-index: 3;
    top: 55%;
    transform: translateY(-50%);
}
.header .tools .icon {
    display: block;
    float: left;
    background-image: url(../img/header_icons_sprite.png) !important;
    background-repeat: no-repeat;
    height: 31px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 0px;
}
.header .tools .icon:last-child {
    margin-right: 0px;
}
.header .tools .icon.profile {
    width: 30px;
}
.header .tools .icon.extra {
    width: 58px;
    background-position: -35px 0px;
}
.header .tools .icon.search {
    width: 30px;
    background-position: -77px 0px;
}
.header .tools .icon.twitter {
    width: 30px;
    background-position: -123px 0px;
}
.header .tools .icon.post {
    width: 33px;
    background-position: -207px 0px;
	margin-right: 63px;
}
.top-menu {
    /*background: linear-gradient(to bottom, #011d3e 0%,#548ee4 100%);*/
    position: relative;
    z-index: 100000;
	margin-top: 225px;
}
.top-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
	margin-top: 0;
}
.top-menu.fixed .item img {
    /*width: 100%;*/
	display:none;
}
.top-menu.fixed .items .item-wrap {
    /*width: 12.2%;*/
}
.top-menu .items .item-wrap {
    position: relative;
    float: left;
	width: 12.5%;
	padding-bottom: 50px;
}
/*.top-menu .items .item-wrap:nth-child(1) {border-left:1px solid #00297B;}*/
.top-menu .items .item {
    position: relative;
    /*background: linear-gradient(to bottom, #011d3e 0%,#548ee4 100%);
    border-right: 1px solid #00297B;*/
    height: 60px;
}
/*.top-menu .items .item:after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    background: #cc0909;
}
.top-menu .items .item.active:after {
    display: block;
}*/
/*.top-menu .items .item:hover,.top-menu .items .item.active {
    background: linear-gradient(to bottom, #5480b3d9 0%,#215bb3d9 100%);
	border-radius: 10px;
    border-bottom: red outset 4px;
}*/
.item-fixed {
	background:none!important;
	border:none!important;
}
.top-menu a {
    color: #FFF;
    outline: 0px;
  	font-weight: 400;
}
.top-menu .items .item a.parent {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Times New Roman', MRegular , Calibri, OSSemi, sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 0% 10%;
    line-height: 18px;
}
.top-menu .items > div:nth-child(5) .item a.parent  {
	/*padding: 1% 34%!important;*/
}
.top-menu .items .item a.parent span {
    display: block;
    position: relative;
    font-weight: bold;
    background-color: #ffffffbf;
    padding: 5px;
    padding-bottom: 26px;
    margin-top: 12px;
}
/*.top-menu .items .item:hover a.parent span, .top-menu .items .item.active a.parent span {
	background-color: red;
	color:white;
	border-radius: 20px;
	border-bottom:#ab0000 outset 4px;
	border-top:#ab0000 outset 4px;
	height:72px;
	width:140px;
}*/
.top-menu .items .item-wrap .hover {
    display: none;
    position: absolute;
    background: linear-gradient(to bottom, #4d84d5f2 0%,#011d3ef2 100%);
    padding: 23px 40px 10px;
  	z-index: 1;
	border-radius: 20px;
	top: 124px;
}
.top-menu .items .item-wrap .hover .hover-item {
    display: inline-table;
    width: 313.333px;
    text-align: center;
  	font-family: 'Times New Roman', MRegular , Times, Calibri, sans-serif, serif;
}
.top-menu .items .item-wrap .hover .hover-item a {
    display: block;
    position: relative;
    /*height: 32px;*/
	line-height: 18px;
    margin-bottom: 15px;
    padding-right: 15px;
}
.top-menu .items .item-wrap .hover .hover-item a:hover::before {
    display: block;
    position: absolute;
    left: -14px;
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}
.top-menu .open {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    background: #133C8C;
    padding: 10px;
}
.top-menu .open .action {
    cursor: pointer;
}
.main-slider {
    margin: 10px 0px;
}
.main-marquee {
    overflow: hidden;
    background: linear-gradient(to bottom, #0B3484 10%,#548ee4 100%);
    /*height: 260px;
*/    height: 250px;
    padding: 39px 0px 39px 10%;
    position: relative;
}
.main-marquee .item {
    position: relative;
    float: left;
    border: 1px solid #FFF;
    width: 360px;
    margin-left: 30px;
    margin-bottom: 30px;
    color: #FFF;
    padding: 25px 39px 36px;
    overflow: hidden;
    /*height: 235px!important;
*/    height: 225px!important;
}
.main-marquee .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 84px;
    background: #CA0000;
    left: 19px;
    top: -40px;
}
.main-marquee .item h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.333;
    min-height: 48px;
    overflow: hidden;
    /*white-space: initial;
*/}
.main-marquee .item h1 a {
    color: #FFF;
}
.main-marquee .item .date .fa {
    padding-right: 8px;
}
.main-marquee .item .date {
    color: #5B82D1;
    font-size: 14px;
    line-height: 1.714;
    /*margin-top: 34px;
*/    margin-top: 14px;
}
.main-marquee .item .desc {
    position: relative;
    margin-top: 9px;
    line-height: 1.714;
    overflow: hidden;
    white-space: initial;
    text-align: justify;
}
.main-marquee .item .desc.light p,.main-marquee .item .desc.light span{
    color: #fff!important;
    font-family: MRegular, 'Times New Roman',OSRegular,sans-serif!important;
    font-size: 12px!important;
}
.container .content,.container .sidebar {
    float: left;
}
.container .content {
    position: relative;
    width: 71.28%;
}
.container .content::after,.sidebar::after{
    content: "";
    display: block;
    position: absolute;
    background: #E7E7E7;
    right: 0px;
    top: 16px;
    width: 2px;
    height: 100%;
}
.container .sidebar {
    width: 28.72%;
}
.article {
    padding-right: 10%;
}
.article h1 {
    max-width: 80%;
    margin-bottom: 21px;
}
.article .story {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6%;
}
.article .story ul {
    padding: 1.4% 0% 2.7% 11.2%}
.article .story ul li {
    position: relative;
    list-style-type: none;
}
.article .story ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -27px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C90000;
}
.article .story .author {
    margin-top: 33px;
}
.article .story .author span {
    display: block;
}
.article .story .author .name {
    font-size: 18px;
}
.article .story .author .post {
    padding-left: 22px;
    margin-top: 4px;
}
.article .story h2 {
    font-family: MRegular, 'Times New Roman',OSSemi, sans-serif;
    font-size: 18px;
    color: rgb(56, 55, 55);
    text-decoration: underline;
    line-height: 1.333;
    padding-top: 18px;
}
.article .story iframe {
    border: 0px;
    width: 100%;
    height: 674px;
}
.article.single .story p {
    margin: 0px 0px 28px;
}
.article.single ul {
    margin: 0px;
    padding: 0px 0px 28px 25px;
}
.article.single ul li::before {
    background: #000;
    width: 4px;
    height: 4px;
    left: -24px;
}
.main-page-content {
    padding-top: 30px;
    padding-bottom: 50px;
}
.main-page-content .movie .title-style-a {
    padding-right: 11%;
}
.main-page-content .movie .item {
    margin-top: 35px;
}
.main-page-content .movie .item iframe {
    border: 0px;
    width: 744px;
    height: 419px;
}
.sidebar {
    position: relative;
    /*padding: 0.6% 1% 0% 5%;
*/    padding: 0.6% 1% 0% 2%;
}
.sidebar::after {
    left: -2px;
}
.sidebar .item {
    margin-bottom: 63px;
}
.sidebar .item h2 {
    color: #C30000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.sidebar .item h3 {
    font-size: 18px;
    line-height: 1.333;
    margin-left: 2px;
}
.sidebar .item .date {
    display: block;
    margin-left: 1px;
    color: #999;
    line-height: 1.714;
    margin-top: 21px;
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 4px;
    margin-bottom: 11px;
}
.sidebar .item .date .fa {
    padding-right: 10px;
}
.sidebar .item .more {
    display: block;
    margin-bottom: 42px;
}
.sidebar .cat-menu {
    padding-top: 10px;
}
.sidebar .cat-menu a {
    display: table;
    width: 100%;
    height: 73px;
    background: #0067c1;
    background: linear-gradient(to bottom, #0067c1, #5092d9);
  	text-decoration: none;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    padding: 10px 32px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 3px white solid;
    box-shadow: 0px 6px 7px 0px rgb(199, 222, 242);
	transition: transform 300ms ease, box-shadow 300ms ease;
}
.sidebar .cat-menu a .area {
    display: table-row;
}
.sidebar .cat-menu a .area span {
    display: table-cell;
    vertical-align: middle;
}
.sidebar .cat-menu a:not(.active):hover {
    background: #03549b;
}
.sidebar .cat-menu a:hover {
	transform: translateY(-8px);
	box-shadow: 0px 10px 10px 0px rgb(199, 222, 242);
}
.sidebar .cat-menu a.active {
    background: #083181;
    background: linear-gradient(to bottom, #113A8A, #0A3383, #012A7C);
    color: #FFF;
}
.sidebar div.calendar {
    background: #F1F1F1;
    padding: 16px;
    border-radius: 5px;
}
.sidebar div.calendar .nav {
    margin-top: -1px;
    margin-bottom: 15px;
}
.sidebar div.calendar .calendarNavMonthPrev,.sidebar div.calendar .calendarNavMonthNext {
    width: 20%;
}
.sidebar div.calendar .calendarNavMonthPrev a,.sidebar div.calendar .calendarNavMonthNext a {
    text-decoration: none;
    display: block;
    width: 13px;
    height: 23px;
    background-image: url(../img/paginator_arrs.png);
    background-repeat: no-repeat;
    font-size: 0px;
}
.sidebar div.calendar .calendarNavMonthPrev a {
    margin-left: 1px;
}
.sidebar div.calendar .calendarNavMonthNext a {
    background-position: -14px center;
    margin-right: 1px;
}
.sidebar div.calendar .calendarNavMonthNext a {
    float: right;
}
.sidebar div.calendar .calendarCurrentMonth {
    width: 60%;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-family: MRegular, 'Times New Roman',OSSemi, sans-serif;
}
.sidebar div.calendar table {
    background: #FFF;
    border-radius: 6px;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}
.sidebar div.calendar table td,.sidebar div.calendar table th {
    border: 1px solid #F2F2F2;
}
/*.sidebar div.calendar table td:not(.calendarNavMonthPrev, .calendarCurrentMonth, .calendarNavMonthNext) {
*/.sidebar div.calendar table td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    height: 45px;
}
.sidebar div.calendar table td.calendarDayName {
    border-bottom: 3px solid #F2F2F2;
}
.sidebar div.calendar table td.calendarDateEmpty {
    color: #b5b5b5;
}
.sidebar div.calendar table td.calendarDateLinked::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #C30000;
    left: -1px;
    bottom: 1px;
}
.sidebar div.calendar table a {
    display: block;
    text-decoration: none;
}
.main-stat {
    background: url(../img/stat_bg.jpg) repeat-y;
    padding: 3.15% 2% 5%;
    text-align: center;
    color: #FFF;
}
.section-title {
    font-size: 28px;
    line-height: 1.5;
}
.main-stat .section-title {
    margin-bottom: 4.45%;
}
.main-stat .items .item {
    float: left;
    width: 25%;
}
.main-stat .items .item .item-wrap {
    width: 282px;
    margin: 0px auto;
}
.main-stat .items .item .item-wrap .poster {
    position: relative;
    width: 282px;
    height: 282px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    margin: 0px;
}
.main-stat .items .item .item-wrap .poster img {
    position: absolute;
    left: 0px;
    top: 0px;
max-width: none!important;
}
.main-stat .items .item .item-wrap .poster.students img {
    top: -49px;
}
.main-stat .items .item .item-wrap .poster.docs img {
    left: -14px;
}
.main-stat .items .item .item-wrap span {
    display: block;
}
.main-stat .items .item .item-wrap .count {
    font-size: 73px;
    line-height: 1.6;
}
.main-stat .items .item .item-wrap .desc {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 8px;
}
.main-topical {
    text-align: center;
    padding: 3.2% 1% 3.5%;
    color: #2B2B2B;
}
.main-topical .items {
    padding: 2.3% 0% 0%}
.main-topical .items .item-wrap {
    float: left;
    width: 25%;
}
.main-topical .items .item-wrap .item {
    width: 360px;
    max-width: 90%;
    margin: 0px auto;
}
.main-topical .items .item-wrap .item .poster-wrap {
    border: 1px solid #153B8C;
    padding: 9px;
}
.main-topical .items .item-wrap .item .poster-wrap .poster {
    position: relative;
    cursor: pointer;
}
.main-topical .items .item-wrap .item .poster-wrap .poster::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 41, 123, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s all ease;
    z-index: 2;
}
.main-topical .items .item-wrap .item .poster-wrap .poster.faq::after {
    background-image: url(../img/faq_ico.png);
}
.main-topical .items .item-wrap .item .poster-wrap .poster.ring::after {
    background-image: url(../img/ring_ico.png);
}
.main-topical .items .item-wrap .item .poster-wrap .poster.school::after {
    background-image: url(../img/school_ico.png);
}
.main-topical .items .item-wrap .item .poster-wrap .poster.exam::after {
    background-image: url(../img/exam_ico.png);
}
.main-topical .items .item-wrap .item .poster-wrap .poster:hover::after {
    opacity: 0;
    z-index: 0;
    transition: 0.1s all ease;
}
.main-topical .items .item-wrap .item .poster-wrap .poster img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
}
.main-topical .items .item-wrap .item h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 25px;
    padding: 0px 10px;
}
.main-banners {
    background: #F8F8F8;
    text-align: center;
    padding: 3.1% 0% 2.3%;
}
.main-banners .items {
    padding-top: 2.2%;
}
.main-banners .item-wrap {
    float: left;
    width: 8.16%;
    margin-bottom: 28px;
    margin-right: 1px;
    margin-left: 1px;
}
.main-banners .item-wrap .item img {
    transition: 0.1s all ease;
}
.main-banners .item-wrap .item img:hover {
    transform: scale(1.4);
}
.main-map {
    height: 542px;
}
.breadcrumbs {
    margin-bottom: 4px;
  	margin-top: 125px;
}
.breadcrumbs span:last-child {
    color: #0056a2;
}
.breadcrumbs span:not(:last-child)::after {
    content: "/";
    margin: 0px 9px 0px 12px;
    color:#034581;
}
.main-page-content.news-content {
    padding-bottom: 46px;
}
.news-content .content {
    margin-top: -18px;
    /*padding-right: 5.4%;
*/    /*padding-right: 0.4%;
*/    padding-right: 2%;
}
.news-content .news-categories {
    margin-top: 25px;
    margin-bottom: 5px;
}
.news-content .news-categories a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.333;
    margin-right: 25px;
    margin-bottom: 10px;
}
.news-content .news-categories a.active {
    color: #C70000;
    text-decoration: none;
    cursor: text;
}
.news-content .news-categories a:last-child {
    margin-right: 0px;
}
.news-item {
    border: 2px solid #E7E7E7;
    padding: 4% 5% 2.8%;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.news-item.news-single {
    padding: 1.8% 5% 2.8% 2.1%;
    border: 0px;
}
.news-item h2 {
    position: relative;
}
.news-item h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 45px;
    background: #004d91;
    left: -22px;
    top: -11px;
}
.news-item .info {
    position: relative;
}
.news-item .info a {
    text-decoration: none;
}
.news-item .info .fa.fa-circle {
    position: relative;
    top: -2px;
    color: #BABFC5;
    font-size: 5px;
    margin: 0px 6px 0px;
}
.news-item .info .date {
    color: #BABFC5;
}
.news-item .info .print {
    position: absolute;
    display: block;
    right: -53px;
    margin-top: -8px;
    width: 120px;
    height: 36px;
    background: #F1F1F1;
    border-radius: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
}
.news-item .info  .fa {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    top: 3px;
    left: -2px;
}
.news-item .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
    padding-right: 8%;
}
.news-item.news-single .info {
    line-height: 1.714;
}
.news-item.news-single .desc p {
    margin: 0px 0px 23px;
}
.news-item .add {
    margin-top: 15px;
    line-height: 1.714;
}
.news-item .add a:not(.red) {
    color: #9d9d9d;
}
.news-item .more {
    display: inline-block;
    color: #FFF;
    background: #06559b;
    background: linear-gradient(to bottom, #06559b, #0f6fc5);
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
    width: 140px;
    height: 36px;
    border-radius: 6px;
    margin-top: 5.1%;
    border: 2px white solid;
    box-shadow: 0px 0px 20px 2px rgb(199, 222, 242);
    margin-left: 88%;
}
.paginator {
    padding: 4.1% 0%;
}
.paginator .prev,.paginator .next {
    position: relative;
    width: 20%;
}
.paginator .prev:hover,.paginator .next:hover {
    opacity: 0.7;
}
.paginator .prev a,.paginator .next a {
    display: block;
}
.paginator .prev a::before,.paginator .next a::before {
    display: block;
    position: absolute;
    content: "";
    width: 13px;
    height: 23px;
    background-image: url(../img/paginator_arrs.png);
    background-repeat: no-repeat;
}
.paginator .prev a::before {
    left: 0px;
    background-position: 0px center;
}
.paginator .prev a {
    padding-left: 33px;
}
.paginator .next {
    text-align: right;
}
.paginator .next a::before {
    right: 0px;
    background-position: -14px center;
}
.paginator .next a {
    padding-right: 33px;
}
.paginator .pages {
    width: 60%;
    text-align: center;
}
.paginator a {
    text-decoration: none;
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: 1.846;
}
.paginator .pages a {
    margin-right: 10px;
}
.paginator .pages a:last-child {
    margin-right: 0px;
}
.paginator .pages a.active,.paginator .pages a:hover {
    color: #C70000;
}
.paginator.bottom {
    padding: 4.1% 0% 0%;
}
.paginator.single .left {
    width: 100%;
}
.footer {
    position: relative;
    background: linear-gradient(to bottom, #88b8ec 0%,#0060b1 100%);
    padding: 26px 0px 28px;
}
.footer,.footer a {
    color: #FFF;
}
.footer .part {
    float: left;
}
.footer .part.left-part {
    width: 46.87%;
}
.footer .part.right-part {
    width: 53.13%;
}
.footer .logo {
    margin-right: 31px;
}
.footer .logo img {
    width: 100px;
    max-width: 100%;
}
.footer .slogan {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.875;
    margin-top: -6px;
}
.footer .copyright {
	text-align:center;
    padding-top: 25px;
    padding-right: 20px;
}
.footer .right-part .title {
    margin-bottom: 15px;
}
.footer .menu-part {
    margin-right: 32px;
}
.footer .menu-part a {
    display: block;
    text-decoration: none;
    line-height: 2.143;
}
.footer .menu-part a:hover {
    text-decoration: underline;
}
.footer .menu-wrap {
    margin-right: 55px;
}
.footer .contacts-wrap p {
    width: 300px;
    max-width: 100%;
    margin: 0px 0px 7px;
}
.popup-blocks {
    display: none;
}
#cboxOverlay {
    z-index: 111111 !important;
}
#colorbox {
    z-index: 111112 !important;
}
.go_news {
    background: #0b3484 none repeat scroll 0 0;
    padding-top: 20px;
}
.rsform-submit-button,#form-login input[type=submit]{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}
#form-login input[type=text],#form-login input[type=password],#form-login textarea,.rsform-input-box, .rsform-text-box{
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    /*border-radius: 4px;
*/    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    /*height: 34px;
*/    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#form-login input[type=text],#form-login input[type=password]{
    max-width: 200px!important;
}
#form-login label{
    min-width:200px;
    float: left;
}
.podskazka_zrenie {
    width: 30%;
    float: left;
    margin-right: 2%;
}
.plani > section {
    width: 30%;
    float: left;
    margin-right: 3%;
}
.plani > section:nth-child(3n+1){
    clear: both;
}
.catItemImageBlock{
    float: left;
    margin-right: 10px;
}
#jform_title{
    height: 24px!important;
}
.itemImageBlock{
    text-align: center;
}
span.itemImage img {
    border: 1px solid #ccc;
    padding: 8px;
}
.s-input-wrapper #search-searchword{
    max-width: 300px;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}
.searchintro{
    clear: both;
}
.phrases-box .radio,.only .checkbox {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.phrases-box .controls{
    margin: 0 20px;
}
fieldset.only{
    padding-left: 30px;
}
.ordering-box{
    clear: both;
}
#searchForm{
    padding-right: 10px;
}
.form-limit {
    margin-top: 10px;
}
.k2FeedIcon {
    position: absolute;
    right: 0;
    top: -30px;
}
.k2FeedIcon a.a_feed{
    height: 16px;
    width: 16px;
    background: url(../img/feed.png) no-repeat top center;
    display: block;
    float: left;
}
.k2FeedIcon span{
    font-size: 0;
}
.k2FeedIcon a.importnt {
    border: 1px solid red;
    border-radius: 100%;
    color: red;
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 16px;
}
#k2Container main {
    position: relative;
}
.itemEmailLink {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: 36px;
    margin-top: -8px;
    padding-top: 5px;
    position: absolute;
    right: 70px;
    text-align: center;
    text-decoration: underline;
    width: 120px;
}
.itemEditLink {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: 36px;
    margin-top: -8px;
    padding-top: 5px;
    position: absolute;
    right: 195px;
    text-align: center;
    text-decoration: underline;
    width: 230px;
}
.itemListView .itemEditLink {
    right: -30px!important;
    top: -30px!important;
}
.catItemAddLink{
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    /*height: 36px;
*/    /*margin-top: -8px;
*/    margin-top: -58px;
    padding-top: 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: underline;
    width: 140px;
}
.userView .user_block{
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}
.userView .user_block > img{
    float: left;
    margin-right: 15px;
}
.mfp-wrap {
    z-index: 111111!important;
}
.mfp-iframe-scaler {
    z-index: 111113!important;
}
.latestItemsContainer {
    float: left;
    padding-right: 10px;
}
footer .moduletable h3{
    margin-bottom: 21px;
    text-transform: uppercase;
    font-family: MRegular, 'Times New Roman',OSSemi,sans-serif;
}
div.latestItemsCategory h2,div.latestItemsCategory h2 a{
    font-size: 14px;
}
input{
    height: auto!important;
}
.form-horizontal .control-label{
    width:auto!important;
    padding-right: 10px}
#rsformquestion textarea,#userForm textarea{
    min-height: 250px;
}
fieldset{
    border: none!important;
}
#uchregdmap{
    height:250px;
}
.reset #user-registration.form-horizontal .controls,.remind #user-registration.form-horizontal .controls{
    margin-left: 210px;
}
.reset #user-registration .btn.validate,.remind #user-registration .btn.validate {
    margin-left: 10px;
}
.layout-blog.itemid-101 .news-item {
    border: none !important;
}
a.itemPrintThisPage {
    display: block!important;
    background: #f7fafe none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 13px;
    margin: 4px auto 16px;
    padding: 4px;
    text-align: center;
    width: 160px;
}
.tos-wrapper.tos-fixed {
    z-index: 9999999!important;
}
.fotoview .title-style-a, .fotoview .title-style-a a,.videoview .title-style-a, .videoview .title-style-a a{
    font-size: 14px;
    line-height: 1;
}
.fotoview .news-item h2::before,.videoview .news-item h2::before{
    height: 25px;
}
.tos-wrapper.tos-fx-slide .tos-slider{
    display: table-cell;
}
.tos-slide {
    vertical-align: middle;
}
.tos-desktop .tos-wrapper:hover .tos-uibg, .tos-touch .tos-wrapper.tos-hover .tos-uibg {
    opacity: 0!important;
}
.top_ucheregd .latestItemTitle > a {
    font-size: 14px;
}
.top_ucheregd h2.latestItemTitle{
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.top_ucheregd .latestItemsContainer > a {
    display: block;
}
div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {
    background: rgba(0, 0, 0, 0) url("../images/featuredItem.png") no-repeat scroll 100% 0;
}
.faqs h2.title-style-a,.faqs h2.title-style-a a {
    font-size: 20px;
    line-height: 0;
}
.faqs .news-item h2::before {
    color: #c70000;
    content: "";
    background-color: transparent;
    height: 20px;
    top: -9px;
    width: 4px;
    font: 20px FontAwesome;
}
.sidebar ul.nav.menu > li >a{
    font-size: 18px;
    line-height: 22px;
}
.sidebar ul.nav.menu > li > ul{
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
}
.sidebar ul.nav.menu > li > ul > li > ul{
    font-size: 16px;
    line-height: 22px;
    padding-left: 22px;
}
.sidebar ul.nav.menu > li > ul > li > ul > li > ul{
    font-size: 16px;
    line-height: 22px;
    padding-left: 22px;
}
.l_sidebar + .content::after {
    display: none;
}
.l_sidebar + .content {
    padding-left: 2%;
    padding-right: 0;
}
.l_sidebar + .content::before {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 16px;
    width: 2px;
}
.error_page .contacts a{
    display: none;
}
.str_move a.wf_file{
    color:#fff;
}
.fotoview.row-fluid .span4:nth-child(4n) ,.videoview.row-fluid .span4:nth-child(4n) {
    margin-left: 0;
}
/* версия для слабо видящих */.all-white * {
    background-color: white  !important;
    color: black  !important;
    background-image: none !important;
}
.all-black * {
    background-color: black  !important;
    color: white  !important;
    background-image: none !important;
}
.all-darkblue * {
    background-color: darkblue  !important;
    color: yellow  !important;
    background-image: none !important;
}
.all-gray img {
    -webkit-filter: grayscale(100%)  !important;
    -moz-filter: grayscale(100%)  !important;
    -ms-filter: grayscale(100%)  !important;
    -o-filter: grayscale(100%)  !important;
    filter: grayscale(100%)  !important;
    filter: gray  !important;
}
.all-imagenone img:not(.logo img){
    display: none !important;
	alt: "Картинка";
}
.logo img{
    /*display:block !important;
*/}
.captcha-section img{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.captcha-section br{
    display: none;
}
.captcha-section input{
    padding: 7px;
}

.pskavtor {
    
	float: left;

    margin-right: 10px;

}

.even1 {

    border: 1px solid #d2d1d1;

    padding: 5px;

    margin: 5px;

	margin-bottom: 10px;

	background-color: #eceaea;

}

.odd1 {

    border: 1px solid #d2d1d1;

    padding: 5px;

    margin: 5px;

	margin-bottom: 10px;

	background-color: #eceaea;

}

.ubUserName {

	font-size: 20px;

    color: blue;

}

.k2recentitems {

	font-size:18px;

	margin:10px;

}


#topmenubot .items .item-wrap {width: 49.4%;}
#topmenubot {
	margin-top:10px;
	z-index:1;
	}

	.all-black * {
    background-color: black !important;
    color: white !important;
    background-image: none !important;
}

.mod-custom__zrenie{
    display: none;
}
.mod-custom__zrenie img {
    margin-right: 15px;
}
.mod-custom__zrenie img {
    cursor:pointer;
}

.menu_zrenie {
    position: absolute;
    right: 78px;
    margin: -42px -70px 0 0;
}
#zrenie > div {
  margin: 0 3px;
}
#zrenie > div > p{
  padding: 5px;
  background: rgb(18 119 201);
  color: #fff;
}
#zrenie > div > img {
  display: inline!important;
}
.zren{
    position: absolute;
	right: 125px;
}
.telegramm{
	position: absolute;
    margin-left: -75px;
    -webkit-margin-start: -40px;
}
article a{
    color:#0000ff;
  	font-weight: bold;
}
article a:hover{
    color:#00009c!important;
}
article span{
    font-family: MRegular, 'Times New Roman',times;
    /*font-size: 12pt;*/
}
.top-menu a span{
    color: #00004d;
}
#ic-calendar-163 {
  margin-top: 60px;
}
a {
	font-weight:bold;
	color:#1074cf;
	text-decoration: none;
}
a:hover,
a:focus {
	font-weight:bold;
	color:#03549b;
  	text-decoration: underline;
}
.top-menu a:hover,
.top-menu a:focus {
	font-weight:bold;
	color:#fff;
  	text-decoration: underline;
}


#rectangle {
	width: 20px;
	height: 20px;
	border-radius: 20px;
}
.BGred {
	background-color:red;
}
.BGblue {
	background-color:blue;
}
.BGgreen {
	background-color:green;
}
.top-menu .items .item.item-fixed a.parent span {
	padding:5px;
	margin:0px;
}
.top-menu.fixed .items .hover {
	top:60px;
}
.calenda_ring {
	border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 2px;
	margin-top: -2px;
}
.sidebar .cat-menu a .area{
	display: table-row;
}
.breadcrumbs a {
	font-weight: 400;
}
.breadcrumbs span {
	font-weight: bold;
}
.input-append .add-on, .input-prepend .add-on {
	height: 30px;
}
.top-menu .items .item a.parent img {
	box-shadow: 0px 1px 11px 5px rgb(181, 218, 250);
    border-radius: 50px;
	transition: transform 300ms ease, box-shadow 300ms ease;
}
.top-menu .items .item a.parent:hover img{
	transform: translateY(-7px);
	box-shadow: 0px 2px 15px 5px rgb(181, 218, 250);
}

.header .tools a.tip1:hover:after {
	content: attr(title);
    display: block;
    z-index: 100;
	background-image: url(/templates/nevarono/img/tip1.png);
	background-repeat: no-repeat;
    left: 26px;
    width: 60px;
	height: 30px;
    position: absolute;
	top: 100%;
}
.header .tools a.tip2:hover:after {
	content: attr(title);
    display: block;
    z-index: 100;
	background-image: url(/templates/nevarono/img/tip2.png);
	background-repeat: no-repeat;
    left: -65px;
    width: 60px;
	height: 30px;
    position: absolute;
	top: 100%;
}
.header .tools a.tip3:hover:after {
	content: attr(title);
    display: block;
    z-index: 100;
	background-image: url(/templates/nevarono/img/tip3.png);
	background-repeat: no-repeat;
    left: -18px;
    width: 60px;
	height: 30px;
    position: absolute;
		top: 100%;
}
.header .tools a.tip4:hover:after {
	content: attr(title);
    display: block;
    z-index: 100;
	background-image: url(/templates/nevarono/img/tip4.png);
	background-repeat: no-repeat;
    left: 9px;
    width: 103px;
	height: 30px;
    position: absolute;
	top: 100%;
}
.control-group.control-group-input.top-left.span2 {
	width: 95%!important;
}
/* простая электронная подпись */
.signatureblock {
	position: relative;
    width: 20px;
    height: 20px;
}
/* Оформление скрытого элемента по умолчанию */ 
.signaturehidden {
  	display: none;
	position: absolute;
	bottom: 130%;
	left: 0px;
	background-color: #fff;
	color: #bd0f0f;
	padding: 5px;
	text-align: center;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.16);
	box-shadow: 0 1px 1px rgba(0,0,0,.16);
	font-size: 12px;
  	width: 230px;
}
/* Дополнительное оформление скрытого элемента(необязательно) */
.signaturehover + .signaturehidden:before {
  	content: " ";
	position: absolute;
	top: 98%;
	left: 10%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #fff;
	border-color: #fff transparent transparent transparent;
	z-index: 2;
}
/* Дополнительное оформление скрытого элемента(необязательно) */
.signaturehover + .signaturehidden:after {
  	content: " ";
	position: absolute;
	top: 100%;
	left: 10%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #fff;
	border-color: rgba(0,0,0,.16) transparent transparent transparent;
	z-index: 1;
}
/* Появление скрытого элемента при наведении */
.signaturehover:hover + .signaturehidden {
  display: block;
}

/* Гос услуги*/
#js-show-iframe-wrapper .bf-22 {
  grid-template-rows:none !important;
}
#js-show-iframe-wrapper .bf-22__bottom-wrap {
  justify-content: center;
}
#js-show-iframe-wrapper .bf-22__text {
  padding-top: 40px;
}
.k2News {
  border: 1px solid #61a1e5;
  margin-top:10px;
}
.moduleItemTitle {
  font-size: 18px;
  line-height: 1.333;
  margin-left: 2px;
  color: #2d73bc;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
}
.moduleItemIntrotext {
  margin-bottom: 5px;
}
.moduleDateInCategory {
  margin-left: 1px;
  color: #999;
  line-height: 1.714;
}
.moduleItemDateCreated {

}
.moduleItemCategory {
  color: #999;
}
.k2News .even, .k2News .odd {
  border-bottom: 1px solid #aecced;
  padding: 10px;
}
.k2News .lastItem {
  border:none;
}
.but_mid {
	display: block;
    width: 350px;
    background: linear-gradient(#32a5df 40%,#266db7 100%);
    font-size: 18px;
    font-weight: 600;
    color: #e5e5f7;
    text-align: center;
    border-radius: 7px;
    border-bottom: 3px solid #11425a;
    margin: auto;
    padding: 20px;
	margin-top: 15px;
}
.but_left {
    display: block;
    background: linear-gradient(#32a5df 40%,#266db7 100%);
    font-size: 18px;
    font-weight: 600;
    color: #e5e5f7;
    border-radius: 7px;
    float: left;
    border-bottom: 3px solid #11425a;
    padding: 15px;
}
.but_right {
    display: block;
    background: linear-gradient(#32a5df 40%,#266db7 100%);
    font-size: 18px;
    font-weight: 600;
    color: #e5e5f7;
    border-radius: 7px;
    float: right;
    border-bottom: 3px solid #11425a;
    padding: 15px;
}
:is(.but_mid,.but_left,.but_right) a {
    text-decoration: none;
}
:is(.but_mid,.but_left,.but_right):hover{
	background: #e2e1e2;
  background: linear-gradient(#278bbd 40%,#1c538f 100%);
}
.but_left a, .but_mid a, .but_right a {
  color:#fff;
}
.but_left a:hover, .but_mid a:hover, .but_right a:hover {
  color: #fff !important;
}
/**/