/*a{
	color: rgba(0, 0, 0, 0.63);
	font: normal 14px 'Open Sans', sans-serif;
	font: 'Open Sans', sans-serif;
}*/

.clear{
	clear: both;
}

#header-menu .menu-list a,
#footer, #footer a, #footer a:hover,
.larger-font {
	/*font: 600 16px 'Open Sans', sans-serif;*/
}

#header,
.menu-list .topmenu,
.menu-list .submenu,
#government,
#events-view-buttons,
#footer {
	background-color: #F7F7F7;
}

body .link-like-text a,
body .link-like-text a:hover,
body .link-like-text a:visited,
body .link-like-text a:focus{
	color: black;
	text-decoration: none;
}

.page-content{
	margin-top: 55px;
}

.left-column, .right-column{
	display: inline-block;
	vertical-align: top;
}

.left-column{
	width: 720px;
}
.right-column{
	width: 260px;
}
a{
	color: rgba(0, 0, 0, 0.7);
}

h2, h3{
	font: bold 28px sans-serif ;
	text-align: center;
}

h3 {
	font-size: 24px;
}

.list-inline > li{
	vertical-align: top;
}

.list-inline-clear-padding > li{
	padding-right: 0;
	padding-left: 0;
}

.restricted{
	max-width: 980px;
}

.centered-text{
	text-align: center;
	max-width: 1028px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*input[type="text"], textarea {
	border: 1px solid black;
}*/


/*  Header  */

#header-menu{
	min-height:130px;
	padding-top: 20px;
	margin-bottom: 0;
	max-width:1028px;
}

.logo {
	width: 10%;
	vertical-align:top;
	text-align: center;
	line-height: 15px;
}

#header .logo a{
	font: bold 14px 'Roboto', sans-serif ;
	color: rgb(46, 49, 156);
}

.logo img{
	padding-left: 10px;
	padding-bottom: 2px;
}

/* main menu */

.menu-list {
	width: 45%;
	margin-top: 27px;

}

.menu-list a{
	display: block;
	padding: 9px 13px;
	text-align: center;
}

.menu-list .topmenu{
	display: inline-block;
	padding-left: 20px;
}

.menu-list .topmenu > li{
	padding: 0;
	text-align: left;
	border: 1px solid #F7F7F7;
}

.menu-list .topmenu > li:hover{
	border-color: #C0C0C0;
	background: linear-gradient(to bottom, #F7F7F7 55%, #D6D6D6);
}

.menu-list .topmenu > li .arrow{
	display: inline-block;
	background-image: url(../images/menu_arrow.png);
	width: 10px;
	height: 6px;
	margin-bottom: 2px;
	margin-left: 3px;
}

/* submenu */

.menu-list .submenu{
	position: absolute;
	padding: 12px 0 18px 0;
	z-index: 2;
	border: 1px solid #C0C0C0;
	margin: 0;
	list-style: none;
	display: none;
}

.menu-list .topmenu > li:hover .submenu{
	display: block;
}

.menu-list .submenu li{
	border: none;
}

#header-menu .menu-list .submenu a{
	text-align: left;
	font-size: 14px;
	padding: 5px 29px;
}

#header-menu .menu-list .submenu a:hover{
	background: linear-gradient(to right, #DDDDDD -15%, #E8E8E8 15%, #E8E8E8 85%, #DDDDDD);
	border: 0 solid #C0C0C0;
	border-width: 1px 0;
	padding: 4px 29px;
}

.menu-list .submenu .devider{
	padding-top: 18px;
	margin-bottom: 11px;
	border: 0 solid #C9C9C9;
	border-bottom-width: 1px;
}

.under-menu-shadow{
	display: inline-block;
	padding-bottom: 55px;
	background: url(../images/under_menu_shadow.png) left bottom no-repeat;
	background-size: contain;
}

.menu-list.right{
	text-align: right;
}

.menu-list.right ul.list-inline{
	padding-right: 20px;
	padding-left: 0px;
}

.menu-list.right .under-menu-shadow{
	background-position-x: right;
}

.header-cone {
	position: absolute;
	width: 50%;
	height: 44px;
	top: 0px;
	z-index: 1;
}

.header-cone {
	left: 0px;
	background: linear-gradient(to left bottom, #F7F7F7 49.5%, transparent 50.5%);
}
.header-cone.right {
	right: 0px;
	left: auto;
	background: linear-gradient(to right bottom, #F7F7F7 49.5%, transparent 50.5%);
}


/*#footer */

#footer > div{
	padding-top: 40px;
	max-width: 970px;
	padding-bottom: 26px;
}

#footer .navigation{

}


#footer .navigation > li {
	margin-bottom: 28px;
}
#footer .navigation > li:not(:last-child) > a {
	display: block;
	margin-right: 70px;
}

.navigation .submenu {
	text-align: left;
	list-style-type: none;
	padding-left: 0;
	margin-left: -7px;
	margin-top: 5px;
}

#footer .navigation .submenu a{
	font-size: 14px;
}

.navigation .submenu li {
	line-height: 24px;
}

.navigation .submenu li:before{
	content: "- ";
	color: #A80102;
}

#footer .list-inline{
	margin-left: 0;
}

.bottom-bar .socials li{
	width: 26px;
	height: 26px;
	margin-right: 11px;
	background-image: url(../images/socials.png);
	cursor: pointer;
	margin-bottom: 0;
  	margin-top: 7px;
}

.socials .vk{background-position-x: -41px;}
.socials .tw{background-position-x: -81px;}
.socials .goo{background-position-x: -121px;}

.bottom-bar .copy{
	text-align: center;
	font-size: 13px;
	padding-top: 17px;
}

.search-form button, .search-form input, .search-form button:hover{
	border-radius: 0;
	border: 1px solid black;
	background-color: transparent;

}
#footer .search-form input{
	border-right: none;
	width: 154px;
	font-size: 12px;
}

 .search-form button{
	width: 42px;
  	background: url(../images/search.png) center no-repeat;
}

.search-form input, .search-form button{
	height: 36px;
}

#goTop{
	display: none;
	position: fixed;
	left: 50%;
	bottom: 16px;
	width: 68px;
	height: 68px;
	margin-left: -34px;
	background: black url(../images/go_top_arrow.png) center no-repeat;
	opacity: 0.3;
	border-radius: 34px;
	cursor: pointer;
}

#goTop:hover{
	opacity: 0.5;
}

/* Scrolled Line Widget */

.scrolled-line .prev-btn, .scrolled-line .next-btn{
	cursor: pointer;
}

.scrolled-line .prev-btn.disabled, .scrolled-line .next-btn.disabled{
	visibility: hidden;
}

.scrolled-line .scrolled-area{
	width: 3000px;
	position: relative;
	transition: left 1s linear;
	left: 0;
	margin-bottom: 0px;
}

.scrolled-line .viewport{
	height: 100%;
	overflow: hidden;
	text-align: left;
}

/* INDEX.HTML */

.greating{
	text-align: center;

}

.greating h2{
	margin-top: 55px;
	margin-bottom: 25px;
}

.greating p{
	margin-bottom: 28px;
}

.cite{
	border-radius: 17px;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: bold;
	text-align: right;
}

.cite .quote{
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url(../images/quote.png);
	margin: 0 5px;
	position: relative;
	top: 1px;
}

.cite .quote.right{
	transform: scaleX(-1);
	margin-right: 16px;
}

.cite .title{
	text-align: right;
	font-size: 36px;
	margin-top: 28px;
	margin-bottom: 27px;
}

.cite p{
	line-height: 24px;
}

/*  Carousel  */
#mainpage-carousel{height:483px;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}

.carousel-indicators{
	bottom: 10px;
}

#mainpage-carousel .cite{
	width: 448px;
	height: 187px;
	position: absolute;
	right: 3.4%;
	bottom: 50px;
	z-index: 1;

	padding: 0 60px 0 70px;
	background-color: rgba(255, 255, 255, 0.9);
}

/* News */
#mainpage-news{
	position: relative;
	height: 862px;
	background-image: url(../images/news-background.png);
	color: white;
	padding-top: 90px;
	margin-top: 64px;
}

#mainpage-news .header-cone {
	right: 0px;
	left: auto;
	background-image: linear-gradient(to left bottom, white 49.5%, transparent 50.5%);
	/*background-image: -ms-linear-gradient(270deg, red , transparent );*/
}
#mainpage-news .header-cone.right {
	left: 0px;
	right: auto;
	background: linear-gradient(to right bottom, white 49.5%, transparent 50.5%);
	/*background-image: -ms-linear-gradient(270deg, red, transparent );*/
}

#mainpage-news h2{
	font-weight: normal;
}

#mainpage-news > ul{
	width: 1128px;
	margin-top: 55px;
}

#mainpage-news .prev-btn, #mainpage-news .next-btn{
	height: 422px;
	width: 75px;
	background-image: url(../images/news-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}
#mainpage-news .prev-btn:hover, #mainpage-news .next-btn:hover{
	opacity: 1;
}

#mainpage-news .next-btn{
	transform: scaleX(-1);
}

#mainpage-news .viewport{
	width: 969px;
}

#mainpage-news .viewport li{
	width: 290px;
	margin-right: 40px;
}

#mainpage-news .viewport li:last-child{
	margin-right: 0;
}

#mainpage-news .item .thumb{
	text-align: center;
}

#mainpage-news .item h4{
	margin-top: 31px;
	margin-bottom: 17px;
	font-weight: 600;
}

#mainpage-news .item .date, #news-list .new .date{
	font-size: 11px;
	color: #B8AEAE;
}

#mainpage-news .item .body{
}
#mainpage-news .item .body p{
	margin-top: 18px;
	font-weight: 600px;
}
#mainpage-news .item .more a, .new .more a{
	color: white;
	font-weight: bold;
	padding-right: 18px;
	background: url(../images/news_more.png) right 2px no-repeat;
}

@media (max-width: 1128px) {
	#mainpage-news > ul{
		width: 798px;
	}
	#mainpage-news .items{
		width: 639px;
	}
}

@media (max-width: 788px) {
	#mainpage-news > ul{
		width: 468px;
	}
	#mainpage-news .items{
		width: 309px;
	}
}

/* CONTACTS.HTML */
#location {
	position: relative;
	height: 347px;
	background-image:url('../images/location_map.png');
	margin-bottom: 35px;
}

.marked{
	font-family:'Roboto';
	font-weight: bold;
}

#contact-form {
	padding-top: 18px;
	padding-bottom: 60px;
	text-align: center;
}

#contact-form h3{
	margin: 20px 0;
}

#contact-form input, #contact-form textarea, #contact-form .submit{
	width: 480px;
	padding: 15px 20px;
	font-family:'Roboto';
}

#contact-form input{
	height: 50px;

}

#contact-form .form-group{
	margin-bottom: 20px;
}

#contact-form textarea{
	height: 136px;
}

#contact-form .submit{
	background-color: #666666;
	border: 1px solid black;
	font-size: 24px;
	padding: 13px 0;
	color: white;
}


#government{
	padding: 40px 0 25px 0;
	text-align: center;
}

#government h3{
	margin: 20px 0;
}


#government > ul{
	margin-top: 55px;
}

#government .prev-btn, #government .next-btn{
	z-index: 1;
	height: 325px;
	width: 50px;
	background-image: url(../images/news-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0.5;
}

#government .prev-btn:hover, #government .next-btn:hover{
	opacity: 1;
}

#government .next-btn{
	transform: scaleX(-1);
	right: 0;
}

#government .scrolled-line{
	margin: 35px 0;
}

#government .viewport li{
	width: 290px;
	margin-right: 2px;
}

#government .viewport li:last-child{
	margin-right: 0;
}

#government .item{
	width: 300px;
	height: 325px;
	padding: 0;
}

#government .item .descr{
	background-color: rgba(32, 31, 31, 0.8);
	margin-top: 198px;
	height: 127px;
	color: white;
	padding: 17px 34px;
	display: none;
}

#government .item:hover .descr{
	display: block;
}

#government .item .position{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 3px;
}

#government .item .name{
	font-size: 18px;
	font-style: italic;
	margin-bottom: 13px;
}

#government .item .phone{
	font-size: 14px;
}


/* EVENTS.HTML */

#events-banner{
	position: relative;
	height: 350px;
}

#events-view-buttons > div{
	height: 57px;
}

#events-view-buttons .button{
	height: 100%;
	width: 174px;
	display: inline-block;

	vertical-align: center;
	background-position: 28px 18px;
	background-repeat: no-repeat;
	border: 1px solid #F7F7F7;
}

#events-view-buttons .button a{
	display: block;
	height: 100%;
	padding-left: 67px;
	padding-top: 19px;
}


#events-view-buttons .button.active{
	background-color: white;
	border-color: #DFDFDF;
}

#events-view-buttons .button:not(.active):hover{
	background-color: white;
	cursor: pointer;
}

#events-view-buttons .calendar-view{
	background-image: url(../images/calendar_view_icon.png);
}

#events-view-buttons .list-view{
	background-image: url(../images/list_view_icon.png);
}

#events-list{
	margin-top: 9px;
}


#events-list .event{
	width: 330px;
	height: 270px;
	margin-right: 30px;
	margin-bottom: 18px;
	display: inline-block;
}

#events-list .event a{
	height: 100%;
	display: block;
	padding-top: 160px;
}

#events-list .descr{
	background-color: rgba(0, 0, 0, 0.6);
	height: 110px;
	font-weight: bold;
	color: white;
	padding: 15px 20px;
}

#events-list .descr .title{
	font-size: 16px;
	text-transform: uppercase;
	opacity: 1;
	height: 48px;
}

#events-list .descr .date, #events-list .descr .place{
	font-size: 12px;
	opacity: 1;
	padding-left: 28px;
	line-height: 19px;
}

#events-list .descr .date{
	background: url(../images/calendar_icon.png) 0 1px no-repeat;
}

#events-list .descr .place{
	background: url(../images/marker_icon.png) 3px 2px no-repeat;
}

#pagination{
	border-top: 1px solid #414141;
	margin-right: 30px;
	padding-top: 17px;
	height: 100px;
}

#pagination .page-numbers{
	float: left;
}

#pagination .page-numbers > ul{
	margin-left: 0;
}

#pagination .prev-btn, #pagination .next-btn{
	width: 25px;
	height: 25px;
	border: 1px solid #414141;
	padding: 0;
	background: url(../images/pagination_arrow.png) 6px center no-repeat;
}

#pagination .next-btn{
	transform: scaleX(-1);
}

#pagination .prev-btn a, #pagination .next-btn a{
	display: block;
	height: 100%;
	width: 100%;
}

#pagination .numbers{

}

#pagination .numbers a{
	display: block;
	font-size: 16px;
	padding: 1px 6px;
}

#pagination .numbers > ul > li{
	padding: 0;
}

#pagination .past-btn{
	width: 217px;
	height: 42px;

	border: 1px solid #414141;
	float: right;
	text-align: center;
}

#pagination .past-btn a{
	display: block;
	line-height: 42px;
}

#recent {
	border: 1px solid #414141;
	margin: 3px 0 10px 27px;

}

#recent .title{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 25px 0 20px 0;
}

#recent hr{
	border-color: #F24842;
	margin: 0px 31px;
}

#recent ul{
	padding: 0;
	margin: 19px 28px 53px 28px;
	list-style: none;

}

#recent ul li{

	line-height: 20px;
	margin-bottom: 10px;
}

#recent ul li:before{
	content: "- "
}

#recent ul a{
	font-weight: 600;
}

/* NEWS */
#news-list, .article{
	margin-right: 30px;
}
.new{
	padding-bottom: 10px;
}
.new:not(:last-child){
	margin-bottom: 30px;
	border-bottom: 1px solid #F2E6E6;
}
.new .date{
	float: right;
}
.new .thumb{
	float: left;
	width: 190px;
}

.new .withImage .text{
	margin-left: 210px;
}
.new .date{
	margin-top: 5px;
}
.new .title{
	margin-bottom: 14px;
}
.new .more{
	text-align: right;
}
.new .more a{
	color: black;
	font-weight: normal;
	color: #B8AEAE;
	font-size: 12px;
	background: url(../images/news_more_black.png) right 2px no-repeat;
}

/*ARTICLE*/
.article{
	text-indent: 20px;
	text-align: justify;
}

/* button loading spinner*/
@-webkit-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-moz-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}
.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';

    display: inline-block;

    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;
	-webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;

    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;

    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;

    width: 14px;
    height: 14px;
}