:root {
	--main-color: rgb(130,30,40);
	--second-color: rgb(110,30,60);
	--gray-color: rgb(230,230,230);
	--dark-gray-color: rgb(50%, 50%, 50%);
	--orange-color: rgb(238,113,0);
	--coral-color: rgb(255, 80, 80);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
background: url('/images/bg.png') #fff;
    font: 62.5%/1.8em sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2e2e2e;
    min-width: 1074px;
}
#container {
    width: 100%;
}
.mobile {
    display: none;
}
#header-wrap {
    background: url('/bitrix/templates/main/images/header-line.png') repeat-x #fff;
	background-position: 0 35px;
	margin: 10px auto 0;
    height: 195px;
    width: 1074px;
	border-radius: 10px 10px 0 0;
border-left: 1px solid #CCC;
border-top: 1px solid #CCC;
border-right: 1px solid #CCC;
}

	
#banner {
    width: 1074px;
    margin: 0 auto;
    height: 154px;
padding-top: 20px;
}
#logo {
	padding-left: 0px;
	padding-top: 10px;
    width: 231px;
    float: left;
	margin-bottom: 15px;
}
.search {
    width: 250px;
    float: right;
    margin: 5em 0 0 2em;
}

.searchbox { 
    height: 31px; 
    width: 216px;
    border: none;
	background: url('../images/new_search.png') no-repeat #fff;
	background-size: cover;
position: relative;
}
.searchbox input { 
    height: 29px; 
    width: 170px; 
    color: #000;
    font: 1.2em sans-serif;
    margin-left: 5px;
    background: none;
    border: none;
    outline: none;
    float: left; 
}
.search-button {
    float: right !important;
    width: 44px !important;
    height: 31px !important;
	background: none;
	border: none;
	opacity: 0;
position:absolute;
right: 0;
}
/*** tools links ***/
#tools {
    width: 1074px;
    margin: 0 auto;
    height: 41px;
    text-align: right;
    text-transform: uppercase;
    font: 1.1em  sans-serif;
}
#tools ul {
    margin: 0;
    padding: 1.2em 0 0 0;
    float: right;
}
#tools li {
    display: inline;
    list-style: none;
    padding: 0 3em 0 1em;
    background: url('/images/slash.png') no-repeat right ;
}
#tools li:last-child {
    background: none;
    padding-right: 0;
}
#tools li a {
    color: #636C7D;
    text-decoration: none;
    font-weight: normal;
}
#tools a:hover {
    color: #000;
}

/*** quick links ***/
#quick-links {
    text-transform: uppercase;
    width: 125px;
    float: right;
	padding-top: 20px;
	list-style-type: none;
}
#quick-links ul  {
    padding: 0 2em 0 0;
    margin: 1.8em 0 0 0;
    list-style-type: none;
    border-right: 1px solid #8F96A0;
	border-right: 1px solid rgb(197,198,198);
}
#quick-links li {
    text-align: right;
    font: 1.0em sans-serif;
    padding: .2em 0;
}
#quick-links li a {
    color: #636C7D;
    text-decoration: none;
    font-weight: normal;
}
#quick-links li a:hover {
    color: #000;
}

/*** top navigation with expanded nav ***/
#navigation {
    width: 1029px;
    margin: 0 auto;
    position: relative;
	height: 40px;
	/*background-color:#2a4493 !important;*/
}
#navigation ul ul {
	/*width: 1029px !important;*/
}
#top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 46px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
	font-weight: bold;
	background: #007dbd;
}
#top-nav:hover {
    overflow: visible;
}
#top-nav li {
    float: left; 
    text-transform: uppercase;
    font: 1.8em  Arial, Helvetica, sans-serif;  
    /* width: 179px; */
	width: 205.8px;
}
#top-nav li a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    color: #000;
    border-right: 1px solid #3399ff; 
	border-bottom: 2px solid #E67817;
    padding-top: 12px;
    height: 34px;
}
#top-nav li:first-child a {
    border-left: 1px solid #3399ff; 
	border-bottom: 2px solid #E67817;
}
#top-nav > li a:hover {
    color: #fff;
    background: #E67817;
    height: 34px;
}
#top-nav li a.active {
    color: #ffae00;
}
#top-nav li ul {
    list-style-type: none;
    padding: 10px 0 10px 0;
    margin: 0;
    background: url('/images/expanded-nav.jpg') repeat;
    border-right: 1px solid #3399ff;
    border-top: 1px solid #3399ff;
    z-index:9999;
}
#top-nav li ul li {
    font-size: 13px;
    padding: .3em;
    float: none;    
}
#top-nav li ul li a { 
    height: auto !important;
    border: none !important;
    padding: 3px;
}
#top-nav li ul li a:hover {
    color: #ffae00;
    background: transparent;
}


/*** role-based navigation ***/
#role-nav {
    background: url('/images/role-nav-bg.png') repeat-x;
    height: 45px;
}
#role-nav ul {
    padding: 1em 0 0 1.5em;
    margin: 0;
    list-style-type: none;
}
#role-nav li {
    font: 2em  Arial, Helvetica, sans-serif;
    float: left; 
    color: #fff;
    padding: 0 2em 0 0;
}
#role-nav li a {
    color: #fff;
    text-decoration: none;
}
#role-nav li a:hover {
    color: #ffae00;
}

#page-wrap {
    width: 1074px;
    margin: 0 auto 10px;
    background: #fff;
	border-left: 1px solid #CCC;
border-right: 1px solid #CCC; 
border-radius: 0 0 10px 10px;   
}

#page { 
    padding-top: 1em;
    width: 1074px;
    margin: 0 auto;
    background: #fff;
}
#page-content {
    width: 1029px;
    margin: 0 auto;
    padding-bottom: 3em;
}
#content {
    margin-top: 2em;
    font-size: 1.3em;
}
#content a {
	color: var(--main-color);
    font-weight: bold;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
	cursor: pointer;
}
a.news-detail-label {
	background-color: rgb(112, 36, 58) !important;
}
#slideshow {
   position: relative;
    z-index: 0;
    font-family: Georgia, serif;
    color: #fff;    
}

/*** home styles ***/
#home-left {
    float: left;
    width: 204px;
}
#home-center {
    float: left;
 /*   width: 448px; */
 width: 700px;
    margin-left: 1em;
}
#home-right {
    float: right;
    width: 240px;
	border-left: 0px solid rgb(197,198,198);
}
.home-border {
    padding-bottom: 2em;
    border-bottom: 2px dotted rgb(197,198,198);
}   
    
/*** grouped items ***/
.group {
    margin-bottom: 2em;
}
.group ul {
    list-style-type: none;
    padding: 0;
}
.group ul li:first-child {
    border-bottom: 1px solid #ccc;
    padding: 0 0 .5em 0;
}
.group ul li {
    border-bottom: 1px solid #ccc;
    padding: .7em 0 .5em 0;
}
.group ul li a {
    font: 1.5em Arial, Helvetica, sans-serif;
    font-weight: normal !important;
}
.group ul li a:hover {
    color: #ffae00 !important;
    text-decoration: none !important;
}
.group img+ul {
    margin-top: 2em;
}
.sidebar-event-listing {
    float: right;
    width: 160px;
}
.group h3 {
    margin-bottom: .3em;
}
.group span {
    display: block;
}
.group+.group {
    margin-top: 3em;
}
}
#news-nav {
    float: right;
}

.news-top {
border: none;
width: 700px;
}
.news-top h3.home{
text-align: left;
}
.news-top-button {
    border-bottom: 2px dotted rgb(197,198,198);
    padding-bottom: 2em;
}
.news-left {
    float: left;
    width: 227px;
	height: 240px;
	background: url("/images/newsbg.jpg") left top no-repeat;
	background-size:cover;
}
.news-bank {
    float: left;
    width: 700px;
    padding: .3em;
}
.news-bottom {
float: left;
width: 700px;
padding-left: .3em;
padding-top: 2em;
padding-bottom: 2em;
border-bottom: 2px dotted rgb(197,198,198);
}
.group .highlighted {
    background: #d1c0de;
    border: 1px solid #000;
    padding: .7em;
    width: 188px;
}
.news-right {
    float: right;
height: 240px;
width: 227px;
	background: url("/images/newsbg.jpg") left top no-repeat;
	background-size:cover;
}
.l {
float:left;
width: 9.5px;
height:240px;
}
.r {
float:right;
width: 9.5px;
height:240px;
}
.news-top-block {
margin:0;
padding: 0;
width: 227px;
height: 195px;
}
.news-detail-link {
margin:0;
padding: 0;
width: 227px;
height: 20px;
}
.news-right h3.home
{
margin: .5em .9em 0em .9em;
font-size: 13px;
font-weight: 500;
}
.news-right img.frame
{
 margin: .5em .9em 0em .9em;
}
.news-right img.frame:hover
{
margin: .5em .9em 0em .9em;
}
.news-left h3.home
{
margin: .5em .9em 0em .9em;
font-size: 13px;
font-weight: 500;
}
.news-left img.frame
{
margin: .5em .9em 0em .9em;
}
.news-left img.frame:hover
{
margin: .5em .9em 0em .9em;
}

.event-wrap {
    margin-bottom: 1em;
}
.date {
    float: left;
    background-color: var(--coral-color);
    color: #fff;
    width: 60px;
    height: 28px;
    font-family: sans-serif;
    position: relative;
    padding: 5px;
    margin-top: 3px;
}

.date-y {
    float: left;
    background: rgb(42,68,147);
    color: #fff;
    width: 60px;
    height: 44px;
    font-family: sans-serif;
    position: relative;
    padding: 5px;
    margin-top: 3px;
	
}
.complex-date {
    float: left;
    background: rgb(42,68,147);
    color: #fff;
    width: 60px;
    height: 60px;
    font-family: sans-serif;
    position: relative;
    padding: 5px;
    margin-top: 3px;
}

.year {
color: #fff;
position: absolute;
float: down;
top: 35px;
left: 20px;
font-size: 15px;
}
.month {
    color: #fff;
    writing-mode: tb-rl;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    filter: flipv fliph;
    top: 10px;
    left: 4px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
}
.month1 {
    color: #fff;
    writing-mode: tb-rl;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    filter: flipv fliph;
    top: 18px;
    left: -5px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
}
.month2 {
    color: #fff;
    writing-mode: tb-rl;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    filter: flipv fliph;
    top: 25px;
    left: -13px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
}

.day {
    font-size: 24px;
    float: right;
    position: absolute;
    top: 9px;
    right: 10px;
    padding-left: 5px;
}
.month-line {
    border-right: 1px solid #fff;
    float: left;
    width: 20px;
    height: 28px;
}
.month-line2 {
    border-right: 1px solid #fff;
    float: left;
    width: 20px;
    height: 58px;
}
.event-listing {
    width: 610px;
    float: right;
}
.event-title1 {
padding-top: 5px;
}
.event-title a:link {
    color: rgb(42,68,147);
}
.event-time {
    /*color: rgb(239,127,26);*/
	color: var(--coral-color);
    font-weight: 600;
    font-size: 16px;
}

/*** micro pages ***/
#left-nav-wrap {
    float: left;
    width: 247px;
}
ul#left-nav, ul#left-nav li ul {
    list-style-type: none;
    margin: 0 0 3em 0;
    padding: 0;
}
ul#left-nav li:first-child {
    border-top: 1px solid #ccc;
}
ul#left-nav li {
    border-bottom: 1px solid #ccc;
    font: 1.8em sans-serif;        
}
ul#left-nav li a {
    font-weight: normal;
    display: block;
    padding: .4em .5em;
}
ul#left-nav li a:hover, ul#left-nav li a.active {
    color: #f44d17;
    text-decoration: none;
    background: url('/images/left-nav-rollover.jpg');
}   
ul#left-nav li ul {
    margin-bottom: 0;
}
ul#left-nav li ul li {
    background: #fff;
    border: none;
    font-size: .9em;
}
ul#left-nav li ul li:hover {
    background: #fff;
}
ul#left-nav ul li a {
    color: #000;
    padding-left: 1em;
}
ul#left-nav li ul li a:hover, ul#left-nav li ul li a.active {
    color: #f44d17;
    text-decoration: none;
    background: transparent;
}
ul#left-nav ul li:first-child {
    border-top: none ;
}
ul#left-nav ul ul {
    margin-left: 1em;
}
#micro-content {
    float: right;
    width: 715px;
}

/*** tables ***/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 1em 0;    
}
table th, table thead {
    padding: .5em;
    text-align: left;
    font-weight: bold;
}
table td {
    padding: 1em;
    vertical-align: top;
}
table.borders {
    border: 1px solid #d2d2d2;
}
table.borders th, table.borders thead {
    background-color: #e8e8e8;
    border: 1px solid #d2d2d2;  
}
table.borders td {
    padding: .5em;
    border: 1px solid #d2d2d2;
}
table ul {
    margin: 0;
    padding-left: 0 !important;
}
table.NewsCalTable {
width: 120%;
}
table.NewsEventTable {
width: 70%;
}
table.NewsEventTable td {
	padding:2.8pt !important;
	-webkit-padding-start:3pt !important;
}
/*** footer ***/
#footer-wrap {
    background: url('/bitrix/templates/main/images/footer-line.png') repeat-x;
    font: 1.6em  sans-serif;
    color: #fff;
	border-radius: 0 0 10px 10px;
border-bottom: 1px solid #CCC;
padding-top: 34px;
}
#footer {
    width: 1074px;
    margin: 0 auto;
    padding: 1em 0;
	background-color: var(--main-color);
	border-radius: inherit;
}
#footer ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
#footer ul li {
    display: inline;
    border-right: 2px solid #fff;
    margin-right: .5em;
    padding-right: .7em;
}
#footer ul li:last-child {
    border-right: none;
}
#footer p {
    text-align: center;
	font: .7em  Helvetica, sans-serif, Arial;
}
#footer a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover {
    text-decoration: underline;
}

/*** misc ***/
h1 {
    font: 26px Helvetica, sans-serif,  Arial;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: .5em;
}
h2 {
    font: 20px Helvetica, sans-serif,  Arial;
    text-transform: uppercase;
    color: #474747;
    margin-top: 1em;
}
h2.home{
    font: 20px Helvetica, sans-serif,  Arial;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: .5em;
    margin-top: 0em;
}
h2.emergency, #breaking_news h2 {
    font: 1.4em   Helvetica, sans-serif, Arial;
    color: #fff;
    margin-top: 2em;
}
h3 {
    font: 18px Helvetica, sans-serif,  Arial;
    text-transform: uppercase;
    color #474747;
	margin: 2em;
}
h3.home {
    font: 16px  sans-serif,  Arial;
    color: #000;
    text-transform: none;
    margin: 1em 0 .3em 0;
}
h3.home a:link {
    font-weight: normal !important;
}
h4 {
    font: 18px  sans-serif,  Arial;
    color: #474747;
}
h5 {
    font: 16px  sans-serif,  Arial;
    text-transform: uppercase;
    color: #474747;
}
h6 {
    font: 16px  sans-serif,  Arial;
    color: #474747;
}
h2+h3 {
    margin-top: 1em;
}
h2+p, h3+p, h4+p, h5+p, h6+p {
    margin-top: .2em;
}

#secondary-left ul, #micro-content ul {
    padding-left: 1em;
}
#secondary-left ul li, #micro-content ul li {
    list-style-type: none;
    background: url('/images/yellow-bullet.png') no-repeat 0 6px;
    padding-left: 1.2em;
}
img.frame {
	margin: 0.5em;
    background: #fff;
    padding: 6px;
    -moz-box-shadow: 3px 3px 5px #d5d5d5;
    -webkit-box-shadow: 3px 3px 5px #d5d5d5;
    box-shadow: 3px 3px 5px #d5d5d5;
/*opacity: 0.5;*/
}
img.frame:hover {
	margin: 0.5em;
    background: #fff;
    padding: 6px;
    -moz-box-shadow: 3px 3px 5px #d5d5d5;
    -webkit-box-shadow: 3px 3px 5px #d5d5d5;
    box-shadow: 3px 3px 5px #d5d5d5;
/*opacity: 1.0;*/
}

img.big-frame {
    background: #fff;
    padding: 10px;
    border: 1px solid #d3d3d3;
}

button {
    margin: 1em 0 0 0;
    padding: .6em 1em;
	background: var(--coral-color);
	/*background: #ee7100;*/
    /*border: 1px solid #c9c9c9;*/
    font: 12px Verdana, Geneva, sans-serif;
    font-weight: bold;
/*color: #7f7f7f;*/
color: #fff;
    cursor: pointer;
    position: relative;
}
button:hover {
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;   
}
button img {
    position: absolute;
    top: 4px; 
    left: 5px;
}
button span { /* for icon in button */
    margin-left: 25px;
}
a:link, a:hover, button:hover, #top-nav li:hover, #navigation ul li:hover {
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#content h2.left-nav-heading {
    font-size: 2.5em;
    margin:0 0 0.3125em 0.3125em;
    
}
#content h2.left-nav-heading a {color:#474747;font-weight:normal;}
#content h2.left-nav-heading a:hover {
    text-decoration:none;
    color:#4E015C;
 }
.floatLeft {
    float: left;
    padding: 0 1em .5em 0;
}
.floatRight {
    float: right;
    padding: 0 0 .5em 2em;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}
/* Emergency box */
.group ul.more li {border:none;padding-bottom:0;}

.contacts-table {
background: rgba(239,127,26, 0.5);
padding: 1em;
color: #000;
border-radius: 7px;
}
.banners-table {
padding: 1em;
color: #000;
width: 240px;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
#sm_slider {
	width:1025px !important;
}
#vk_groups {
	margin: 0 auto !important;
}
#navigation ul, #navigation ul li {
	background-color: var(--main-color) !important;
}
#navigation ul li:hover {
	background-color: rgb(155 46 57) !important;
}
#navigation ul ul {
	border-top: 3px solid rgb(155 46 57) !important;
}
a.news-detail-label {
	background-color: var(--dark-gray-color) !important;
	color: #fff !important;
}
ul#left-menu li a {
	color: var(--main-color) !important;
}
.news-date-time, .event-title a, .news-item a {
	color: #000 !important;
}
