@font-face {
    font-family: 'Century Gothic';
    src: url(../fonts/CenturyGothic.ttf);
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 10px;
}

body {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'PT Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
}

a {
	color: #333;
}

a:hover,
a:focus {
	color: #08499d;
	text-decoration: none;
}

.cc {
	padding: 0 15px;
	margin: 0 auto;
	width: 1310px;
}

.cc-3-4 {
	float: left;
	width: 985px;
}

.cc-3-4 .news-item:nth-child(3n) {
	margin-right: 0;
}

.cc-1-4 {
	float: right;
	width: 295px;
}

.info {
	padding: 61px 0 30px 0;
	background: url('../img/bg_header.png') repeat-x top center;
}

.logo {
	position: relative;
	display: block;
	float: left;
	margin-right: 100px;
	width: 300px;
	height: 100px;
}

.logo__text {
	font-family: 'Century Gothic', sans-serif;
	position: absolute;
	top: 22px;
	left: 126px;
	font-size: 2.2rem;
	line-height: 1.2;
	color: #333;
}

.logo:hover,
.logo:focus {
	color: #333;
}

.logo__text > span {
	font-size: 1.6rem;
}

.main-nav {
	float: left;
	width: calc(100% - 400px);
}

.main-nav > ul > li {
	display: inline-block;
	margin-right: 50px;
	line-height: 100px;
}

.main-nav > ul > li:last-child {
	margin-right: 0;
}

.main-nav > ul > li > a {
	text-transform: uppercase;
}

.menu {
	padding: 28px 0;
	background: url('../img/bg_cat.png') repeat-x top center;
}

.menu-page {
	/*background: url('../img/bg_cat2.png') repeat-x top center;*/
	background: url(../img/bg-up2.png) repeat-x top center;
	background-color: #f9f9f9;
}

.nav-menu > ul > li {
	float: left;
	width: 12.5%;
	list-style-type: none;
}

.nav-menu > ul > li > a {
	display: block;
	text-align: center;
	font-size: 1.2rem;
}

.nav-menu > ul > li > a > span.img {
	display: block;
	margin-bottom: 10px;
}

.nav-menu > ul > li > a > span.title {
	color: #08499d;
	text-transform: uppercase;
}

.sliders {
	padding: 40px 0;
}

.sliders-block {
	width: 100%;
	height: 400px;
	border: 4px solid #1a1a1a;
}

.slider-left {
	float: left;
	width: 800px;
	height: 392px;
	border: 2px solid #fff;
}

.slider-right {
	float: left;
	width: 472px;
}

.slider-right__top {
	width: 100%;
	height: 196px;
	border: 2px solid #fff;
}

.slider-right__bottom {
	width: 100%;
	height: 196px;
	border: 2px solid #fff;
}

.index-block {
	padding: 40px 0;
	background: 
		url('../img/bg-up.png') repeat-x top center, 
		url('../img/bg-down.png') repeat-x bottom center;
	background-color: #f9f9f9;
}

.title-block {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.title-block hr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-color: #cecece;
}

.h2-block {
	font-family: 'PT Sans', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	font-size: 2.6rem;
	line-height: 40px;
	text-align: center;
	font-style: italic;
	background-color: #f9f9f9;
	z-index: 1;
}

.h2-block:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(../img/r-h2.png);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 18px;
}

.h2-block:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(../img/r-h2.png);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 18px;
}

.news-item {
	float: left;
	margin-right: 14px;
	width: 309px;
	min-height: 446px;
	border: 1px solid #cecece;
	background-color: #fff;
}

.news-item:last-child {
	margin-right: 0;
}

.mb20px {
	margin-bottom: 20px;
}

.news-item__cat {
	font-family: 'PT Sans', sans-serif;
	padding: 15px 0;
	margin: 0 20px 20px 20px;
	font-weight: 300;
	text-align: center;
	font-size: 2rem;
	font-style: italic;
	border-bottom: 1px solid #cecece;
}

.news-item__img {
	background-color: #ccc;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 210px;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.news-item__title {
	padding: 0 20px;
	font-size: 2rem;
}

.news-item__title a {
	color: #08499d;
	height: 70px;
	display: block;
	overflow: hidden;
}

.news-item__title a:hover {
	color: #333;
}

.date {
	color: #999;
	font-size: 1.4rem;
}

.news-item .date {
	margin-bottom: 0px;
	padding: 0 20px;
}

.tags a {
	color: #08499d;
	font-size: 1.4rem;
}

.news-item .tags {
	margin-bottom: 20px;
	padding: 0 20px;
}

.index-btn {
	display: block;
	margin: 40px auto;
	width: 280px;
	height: 56px;
	color: #08499d;
	border: 1px solid #08499d;
	font-size: 1.6rem;
	line-height: 54px;
	text-align: center;
}

.index-btn .glyphicon {
	top: 3px;
}

.index-btn:hover,
.index-btn:focus {
	color: #fff;
	background-color: #08499d;
}

.slider-item {
	position: relative;
	display: block;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider-item__caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 3rem;
	padding: 20px 30px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */



}

.slider-left .slider-item {
	width: 796px;
	height: 388px;
	background-color: #ccc;
}

.slider-right__top .slider-item {
	width: 468px;
	height: 192px;
}

.slider-right__top .slider-item__caption {
	padding: 10px 20px;
	font-size: 2rem;
	height: 76px;
}

.slider-right__bottom .slider-item {
	width: 468px;
	height: 192px;
}

.slider-right__bottom .slider-item__caption {
	padding: 10px 20px;
	font-size: 2rem;
	height: 76px;
}

.dev-block--page {
	background: url(../img/bg-down.png) repeat-x bottom center;
	background-color: #f9f9f9;
}

.dev-block__left {
	float: left;
	width: 969px;
}

.dev-block__right {
	float: left;
	width: 309px;
}

.dev-item {
    float: left;
    margin-right: 14px;
    width: 309px;
    min-height: 490px;
    border: 1px solid #cecece;
    background-color: #fff;
    margin-bottom: 10px;
}

.dev-item__all {
	display: block;
	padding: 15px 0;
	margin: 0 20px 0 20px;
	text-align: center;
	font-size: 1.6rem;
	border-top: 1px solid #cecece;
	color: #08499d;
}

.dev-item__cat {
	font-family: 'PT Sans', sans-serif;
	padding: 15px 0;
	margin: 0 20px 20px 20px;
	font-weight: 300;
	text-align: center;
	font-size: 2rem;
	font-style: italic;
	border-bottom: 1px solid #cecece;
}

.dev-item__img {
	background-color: #ccc;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 210px;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dev-item__title {
	padding: 0 20px;
    font-size: 2rem;
}

.dev-item__title a {
	color: #08499d;
	height: 70px;
	display: block;
	overflow: hidden;
}

.dev-item__title a:hover {
	color: #333;
}

.dev-item .date {
    margin-bottom: 0;
    padding: 0 20px;
}

.dev-item .tags {
    margin-bottom: 10px;
    padding: 0 20px;
}

.gallery-item {
	float: left;
    width: 309px;
    min-height: 490px;
    border: 1px solid #cecece;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.gallery-item__cat {
	font-family: 'PT Sans', sans-serif;
	padding: 15px 0;
    margin: 0 20px 20px 20px;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
}

.gallery-item__img {
	background-color: #ccc;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 210px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-item__title {
	padding: 0 20px;
    font-size: 2rem;
}

.gallery-item__title a {
	color: #08499d;
	height: 70px;
	display: block;
	overflow: hidden;
}

.gallery-item__title a:hover {
	color: #333;
}

.gallery-item .date {
    margin-bottom: 0px;
    padding: 0 20px;
}

.gallery-item__all {
	display: block;
	padding: 15px 0;
    margin: 32px 20px 0 20px;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    color: #08499d;
}

.cause-item {
	float: left;
	width: 417px;
	margin-right: 14px;
	border: 1px solid #cecece;
    background-color: #fff;
    min-height: 463px;
}

.cause-item:last-child {
	margin-right: 0;
}

.cause-item__cat {
	font-family: 'PT Sans', sans-serif;
	padding: 20px 0;
	margin: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
}

.cause-item__img {
	background-color: #ccc;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 210px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cause-item__title {
	padding: 0 20px;
    font-size: 2rem;
}

.cause-item__title a {
	color: #08499d;
	height: 48px;
	display: block;
	overflow: hidden;
}

.cause-item__title a:hover {
	color: #333;
}

.cause-item .date {
    margin-bottom: 30px;
    padding: 0 20px;
}

.cause-item > p {
	margin-bottom: 30px;
    padding: 0 20px;
}

.cause-item__all {
	display: block;
	padding: 20px 0;
	margin: 0 20px 0 20px;
	text-align: center;
	font-size: 1.6rem;
	border-top: 1px solid #cecece;
	color: #08499d;
}

.index-map {
	padding: 40px 0; 
}

.index-map .sub-map {
    position: relative;
    overflow: hidden;
    height: 555px;
}

.city-caption {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
}

.city-caption h3 {
	margin: 0 0 40px 0;
	color: #08499d;
	font-size: 2.4rem;
}

.city-caption p {
	margin-bottom: 20px;
}

.index-map .buble {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #6AACE9;
    position: absolute;
}

.index-map .buble span {
    background: #6AACE9;
    background: rgba(106, 172, 233, 0.85);
    border-radius: 3px;
    height: 21px;
    color: #FFF;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: -30px;
    padding: 0 12px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    z-index: 20;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.index-map .buble:hover span {
    display: block;
}

.index-map .sub-map svg {
    margin-top: -50px;
}

.index-map path {
    fill: #C9E5F5;
}

.index-map path:hover {
    fill: #FFEBD3;
    stroke-width: 2px;
    cursor: pointer;
}

.footer-top {
	height: 102px;
	background: url('../img/bg-footer-top.png') repeat-x;
	border-bottom: 1px solid #4d4d4d;
}

.footer-menu {
	text-align: center;
	line-height: 102px;
}

.footer-menu__item {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 40px;
	color: #999;
}

.footer-menu__item:hover,
.footer-menu__item:focus {
	color: #fff;
}

.footer-bottom {
	padding: 10px 0;
	background-color: #282c35;
}

.footer-bottom p {
	margin: 0;
	text-align: center;
	color: #999;
}

.network {
	text-align: center;
	margin-top: -28px;
	margin-bottom: 14px;
}

.network__item {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 5px;
	text-align: center;
	line-height: 36px;
	background-color: #282c35;
	border: 1px solid #4d4d4d;
	color: #999;
	border-radius: 8px;
}

.network__item:hover,
.network__item:focus {
	color: #fff;
}

.time-block {
	float: left;
	width: 848px;
	margin-right: 14px;
	min-height: 463px;
	border: 1px solid #cecece;
    background-color: #fff;
}

.time-block__cat {
	font-family: 'PT Sans', sans-serif;
	padding: 20px 0;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
    margin: 0 20px;
}

.time-block__content {
	height: 280px;
}

.time-block__img {
	float: left;
	width: 360px;
	height: 280px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.time-block__text {
	float: left;
	padding: 30px;
	width: calc(100% - 380px);
	height: 280px;
	border-bottom: 1px solid #cecece;
	margin-right: 20px;
}

.time-block__time {
	position: relative;
	padding: 0 40px;
}

.btn-time {
	position: absolute;
	cursor: pointer;
	font-size: 2.4rem;
	color: #08499d;
	height: 117px;
	line-height: 117px;
}

.btn-time.prev {
	top: 0;
	left: 10px;
}

.btn-time.next {
	top: 0;
	right: 10px;
}

.time-block__link {
	display: block;
	/*border-left: 1px solid #cecece;*/
  	border-right: 1px solid #cecece;
}

.time-block__s1 {
	display: block;
	color: #08499d;
	font-size: 1.2rem;
}

.time-block__s2 {
	display: block;
	color: #08499d;
	font-size: 2rem;
}

#owl-time .item{
  	padding: 26px 0px;
  	margin: 10px 0;
  	color: #FFF;
  	text-align: center;
}

.customNavigation{
  	text-align: center;
}

.customNavigation a{
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.index-line {
	margin: 50px 0;
	border-color: #e2e2e2;
}

.infographics-block {
	float: left;
	width: 848px;
	min-height: 487px;
	border: 1px solid #cecece;
	background-color: #fff;
}

.infographics-block__cat {
	font-family: 'PT Sans', sans-serif;
	padding: 20px 0;
	font-weight: 300;
	text-align: center;
	font-size: 2rem;
	font-style: italic;
	border-bottom: 1px solid #cecece;
	margin: 0 20px;
}

.infographics-block__all {
	display: block;
    padding: 20px 0;
    margin: 0 20px 0 20px;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    color: #08499d;
}

#infograph {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 42px 0;
}

.infograph-caption {
	/*position: absolute;
	top: 180px;
	left: 40px;*/
	text-align: center;
}

.infograph-caption > p {
	position: relative;
	line-height: 22px;
	height: 22px;
	padding-left: 40px;
}

.color-box {
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
}

.color-box.color1 {
	background-color: #f04335;
}

.color-box.color2 {
	background-color: #4cab51;
}

.color-box.color3 {
	background-color: #0d469d;
}

tspan {
	font-weight: 300;
}

.slider-department {
	margin: 80px 0;
}

.owl-department {
	position: relative;
    padding: 0 40px;
}

.btn-department {
    position: absolute;
    cursor: pointer;
    font-size: 2.4rem;
    color: #08499d;
    height: 140px;
    line-height: 140px;
}

.btn-department.prev {
	top: 0;
	left: 10px;
}

.btn-department.next {
	top: 0;
	right: 10px;
}

.department-block__img {
	float: left;
	width: 150px;
	height: 140px;
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
}

.department-block__img img {
	max-width: 100px;
	max-height: 120px; 
}

.department-block__text {
	padding: 15px;
	float: left;
	width: 150px;
	height: 140px;
	background-color: #ececec;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../img/department-img.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.r-h3 {
	position: relative;
	padding: 0 20px;
}

.r-h3:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-image: url(../img/r-h3.png);
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.r-h3:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-image: url(../img/r-h3.png);
	top: 0;
	bottom: 0;
	right:  0;
	margin: auto;
}

.r-h3:hover:before,
.r-h3:hover:after {
	background-image: url(../img/r-h3-hover.png);
}

.clearfix {
	clear: both;
}

.no-mp {
	padding: 0;
	margin: 0;
}

.fotorama__arr {
	display: none !important;
}

.fotorama:hover .fotorama__arr {
	display: block !important;
}

.news-list {
	padding: 0px;
	border: 1px solid #cecece;
	background-color: #fff;
}

.news-list__item {
	list-style-type: none;
	border-bottom: 1px solid #cecece;
	padding: 15px;
}

.news-list__item > a {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.news-list__item > a:hover {
	text-decoration: underline;
	color: #333;
}

.news-list__cat {
	font-family: 'PT Sans', sans-serif;
	padding: 15px 0;
	margin: 0 20px 20px 20px;
	font-weight: 300;
	text-align: center;
	font-size: 2rem;
	font-style: italic;
	border-bottom: 1px solid #cecece;
	list-style-type: none;
}

.fff {
	background-color: #fff;
}

.breadcrumbs {
    margin-top: 20px;
    color: #777;
}

.breadcrumbs a {
	display: inline-block;
	margin-right: 10px;
    color: #777;
}

.breadcrumbs a:after {
	display: inline-block;
	margin-left: 10px;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.custom-pager {
	display: inline-block;
	padding-left: 0;
}

.custom-pager > li {
	list-style-type: none;
	display: inline;
}

.custom-pager > li > a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.custom-pager > li > a:hover,
.custom-pager > li.active > a {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.custom-pager > li:first-child > a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.custom-pager > li:last-child > a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.custom-pager > li.first,
.custom-pager > li.last {
	display: none;
}

.pagination {
	display: block;
	text-align: center;
}

.block-filter {
	width: 520px;
	float: right;
	margin-top: -64px;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
}

.news-block--page {
	background: url(../img/bg-down.png) repeat-x bottom center;
	background-color: #f9f9f9;
}

.afisha-list {
	padding: 0px;
	border: 1px solid #cecece;
	background-color: #fff;
}

.afisha-list__cat {
	font-family: 'PT Sans', sans-serif;
	padding: 15px 0;
	margin: 0 20px 20px 20px;
	font-weight: 300;
	text-align: center;
	font-size: 2rem;
	font-style: italic;
	border-bottom: 1px solid #cecece;
	list-style-type: none;
}

.afisha-list__item {
	list-style-type: none;
	border-bottom: 1px solid #cecece;
	padding: 15px;
}

.afisha-list__item a {
	display: block;
	font-size: 1.4rem;
}

.afisha-picker .datepicker {
	margin: 0 auto;
}
