<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ver 1 */
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700,600&amp;subset=cyrillic-ext);
*/

* {
	padding:0;
	margin:0;	
}

html, body {
	font-family: 'Open Sans', sans-serif;
}

body {
	background: #e5e5e3;
}

a {
	text-decoration: none;
	color: #314c83;
}

a img {
	border: none;
}

.content {
	/*margin-top: -20px;*/
}

.content.main-content {
	margin-top: 0 !important;
	position: relative;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right !important;
}

.icon_print, .icon_mail{
	display: inline-block;
	width: 43px;
	height: 43px;
	box-sizing: border-box;
	background: transparent url('images/print-popup-icon.png') no-repeat center center;
	margin-right: 5px;
}

.icon_mail{
	background: transparent url('images/mail.png') no-repeat center center;
}

.container { 
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}
.display-none{display:none;}
.container:after {
  clear: both;
}

  .container {
    /*min-width: 640px !important;*/
  }
  
  .login-form{
	  padding:20px 0;
  }
  .login-form .form-group{
	  margin: 0 0 10px 0;
  }
  .login-form .btn.btn-default{
	  padding:5px 10px;
  }
@media (min-width: 822px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1060px) {
  .container {
    width: 1060px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.col-10-1,
.col-10-2,
.col-10-3,
.col-10-4,
.col-10-5,
.col-10-6,
.col-10-7,
.col-10-8,
.col-10-9,
.col-10-10,
.col-header-1,
.col-header-2,
.col-header-3,
.col-header-4,
.col-12-1,
.col-12-2,
.col-12-3,
.col-12-4,
.col-12-5,
.col-12-6,
.col-12-7,
.col-12-8,
.col-12-9,
.col-12-10,
.col-12-11,
.col-12-12
{
  float: left;
  position: relative;
  min-height: 1px;
}

.col-10-10 {
  width: 100%;
}

.col-10-9 {
  width: 90%;
}

.col-10-8 {
  width: 80%;
}

.col-10-7 {
  width: 70%;
}

.col-10-6 {
  width: 100%;
}

.col-10-5 {
  width: 100%;
}

.col-10-4 {
  width: 100%;
}

.col-10-3 {
  width: 30%;
}

.col-10-2 {
  width: 50%;
}

.col-10-1 {
  width: 10%;
}

.col-12-1 {
	width: 8.33333333%;
}

.col-12-2 {
	width: 16.66666666%;
}

.col-12-3 {
	width: 25%;
}

.col-12-4 {
	width: 33.33333333%;
}

.col-12-5 {
	width: 41.66666666%;
}

.col-12-6 {
	width: 50%;
}

.col-12-7 {
	width: 58.33333333%;
}

.col-12-8 {
	width: 66.66666666%;
}

.col-12-9 {
	width: 75%;
}

.col-12-10 {
	width: 83.33333333%;
}

.col-12-11 {
	width: 91.66666666%;
}

.col-12-12 {
	width: 100%;
}

.col-header-1 {
	width: 24.4%;
	margin-right: 31px;
	margin-top: -12px;
}

.col-header-2 {
	width: 55.203125%;
}

	.search{
		height: 53px;
		border: #c8c8ca 1px solid;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center right;
		
		margin-top: 16px;
		margin-right: 14px;
		width: 62.6%;
		display: inline-block;
		float: left;		
	}
	
	.search input[type=text] {
		border: none;
		height: 53px;
		padding-left: 3%;
		line-height: normal;
		outline: none;
		/*display: table-cell;*/
		width: 94%;
		display: block;
		
		font-size: 16px;
		color: #000;
		font-style: italic;
		font-weight: 400;
		
		background: url('images/search-icon.png') no-repeat center right;
	}
	.search input[type=text]::-webkit-input-placeholder {
		font-size: 16px;
		color: #adadaf;
		font-style: italic;
		font-weight: 400;
	}
	.search input[type=text]:-moz-placeholder ,
	.search input[type=text]::-moz-placeholder,
	.search input[type=text]:-ms-input-placeholder {
		font-size: 16px;
		color: #adadaf;
		font-style: italic;
		font-weight: 400;		
	}	
	.search img {
		float: right;
		display: table-cell;
		width: 8.7%;
		position: absolute;
		top: 20%;
		right: 3%;
	}
	
input.submit-search {
	width: 34%;
	height: 55px;
	color: #fff;
	background: #314c83;
	text-align: center;
	text-transform: uppercase;
	border: none;
	margin-top: 16px;
	cursor: pointer;
	
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	
	display: inline-block;
	float: left;	
}

.col-header-3 {
	width: 17.265625%;
	float: right;
	margin-top: -30px;
}

.col-header-3 a {
	display: block;
	width: 100%;
}
.col-header-3 a#openMap{
	display:none !important;
}
.col-header-3 a img {
	width: 100%;
}

.header {
	padding-top: 50px;
	/*min-height: 182px;*/
	min-height: 166px;
	position: relative;
	z-index: 999;
}

.header a.logo {
	max-width: 313px;
	display:block;
}

.header a.logo img {
	width: 100%;
}

.header-wrap {
	height: 98px;
}
	
	.block img {
		width: 100%;
	}
	



@media (min-width: 100px){
.col-header-1{width:25%;margin-right:0;margin-top:0;margin-left:10px;}
.col-header-2{width:47%;margin-top:0;padding-left:10px;}
.col-header-3{width:24%;float:right;margin-top:-5%;}
.header{min-height:110px;padding-top:35px;}
.header-wrap{height:70px;}
.search{margin-right:0;width:65%;margin-top:0;height:36px;}
input.submit-search{margin-top:0;font-size:14px;height:38px;}
.search input[type=text]{font-size:14px;height:34px;}
.footer .copyright{position:absolute;bottom:5px;left:20px;}		
.footer .subscribe{position:absolute;top:10px;left:20px;}
.map{height:645px;}		
.map-area{margin-top:65px;}
.atlet-wrap .simple-block{width:32%;margin:0 0.2%;}		
.atlet-history-list{height:131px;}
.atlet-wrap .big-block{width:399px;height:265px;}		
.atlet-wrap .big-block .short-info{width:399px;}		
.atlet-wrap .big-block .wrap-block{-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease;}
.atlet-wrap .big-block .wrap-block.active{z-index:1001;}

.atlet-wrap .big-block .wrap-block.active .short-info{width:155px;margin-right:10px;}
.atlet-wrap .big-block .wrap-block.active .description{width:355px;padding-right:5px;}
.atlet-wrap .big-block .wrap-block.active .short-info .sport-link{width:340px;line-height:42px !important;bottom:10px;}
.atlet-wrap .big-block .wrap-block.active{width:537px;height:401px;}
.atlet-wrap .huge-block{width:671px !important;}
.atlet-wrap .huge-block .additional-info{width:246px;height:223px;}
.atlet-wrap .filter-wrap{padding:10px;}
.atlet-filter-sbmit{margin-top:-37px;}
.atlet-wrap .fio input[type=text]{width:259px;}
.atlet-wrap .fio{margin-right:10px !important;}
.atlet-wrap .champ{margin:0 8px 0 0;clear:left;}
.atlet-results .results-list{padding:10px 5px;}
.org-content .org-name input[type="text"]{width:467px;}
.org-content .org-name label{display:none !important;}

.org-content .year-time select{width:275px;}
.org-filter .form-element{margin-right:18px;}
.org-filter-sbmit{margin-top:-33px;}
.olympic-games-list a.title{margin:0 auto;font-size:20px !important;width:290px;}
.olympic-games-list .games-list .list{top:3px !important;}
.atlet-wrap .filter-wrap, .org-content .filter-wrap{padding:10px;}
.atlet-popup .atlet-content .text-description{margin-top:-4px;clear:none;}
.atlet-popup .half-left{float:left;}
}

@media (min-width: 500px) {
	.atlet-wrap .simple-block {
		margin: 0 0.2%;
		width: 19%;
	}
}
	
@media (min-width: 300px) {
	.atlet-wrap .simple-block {
		margin: 0 0.2%;
		width: 24%;
	}
}
	
@media (min-width: 640px) {

	.news-element .overheading .overhead-link {
			bottom: 5px;
	}

	.col-header-1 {
		width: 24.4%;
		margin-right: 12px;
		margin-top: -12px;
	}

	.col-header-2 {
		width: 54.203125%;
		margin:0;
		margin-top:-8px;
		padding: 0;			
	}
		
	.col-header-3 {
		width: 17.265625%;
		float: right;
		margin-top: -30px;
	}	
	.col-10-2 {
		width: 50%;
	}
		
	.col-10-4 {
		width: 100%;
	}		
		
	.col-10-6 {
		width: 100%;
	}	
		
	.footer .copyright {
		position: absolute;
		bottom: 5px;
		left: 20px;			
	}
		
	.footer .subscribe {
		position: absolute;
		top: 10px;
		left: 20px;
	}

	.map {
		height: 645px;
	}
		
	.map-area {
		margin-top: 65px;
	}		
		
		
	.atlet-wrap .simple-block {
		/*width: 131px;*/
		margin: 0 0.2%;
		width: 16%;
		/*height: 131px;*/
	}
		
	.atlet-history-list {
		height: 131px;
	}			
		
	.atlet-wrap .big-block {
		width: 399px;
		height: 265px;		
	}
		
	.atlet-wrap .champ {
		margin-left: 0;
		clear: left;
	}		
		
	.atlet-wrap .big-block .short-info {
		width: 399px;
	}		
		
	.atlet-wrap .big-block .wrap-block {
		/*width: 400px;
		height: 266px;*/
			
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;			
	}

				
	.atlet-wrap .big-block .wrap-block.active .short-info {
		width: 170px;
		margin-right: 10px;
	}
		
		
	.atlet-wrap .big-block .wrap-block.active .description {
		width: 355px;
		padding-right: 5px;
	}
		
	.atlet-wrap .big-block .wrap-block.active {
		width: 537px;
		height: 401px;
	}		
				
	.atlet-wrap .huge-block	{
		width: 671px !important;
	}
		
	.atlet-wrap .huge-block .additional-info {
		width: 246px;
		height: 226px;
	}			
		
	.atlet-filter-sbmit {
		margin-top: -37px;
	}
		
	.atlet-wrap .fio input[type=text] {
		/*width: 280px;*/
		width: 259px;
	}
	.atlet-wrap .year-from {
		margin-left: 25px;
	}
	.atlet-wrap .champ {
		margin: 0 8px 0 0;
		clear: left;
	}
	.atlet-wrap .fio {
		margin-right: 10px;
		margin-left: 0;
	}
	.atlet-results .results-list {
		padding: 10px 5px;
	}

	.org-content .org-name input[type="text"] {
		width: 467px;
	}
		
	.org-content .org-name label {
		display: none !important;
	}
		
		
	.org-content .year-time select {
		width: 275px;
	}
	.org-filter .form-element {
		margin-right: 18px;
	}
		
	.org-filter-sbmit {
		margin-top: -33px;
	}		

	.olympic-games-list a.title {
		margin: 0 auto;
		font-size: 32px !important;
		width: auto;
	}		
		
	.olympic-games-list .games-list .list {
		top: 16px !important;
	}
		
	.atlet-search-text-list .half-left,
	.atlet-search-text-list .half-right{width:100%;float:left;display:block;}
		
	.atlet-search-text-list .half-left .wrapper{padding-right:0;}
	.atlet-search-text-list .half-right .wrapper{padding-left:0;}
	.atlet-popup .half-left{float:left;}
	.atlet-popup .half-right{margin-top:-4px;width:100%;float:none;}		
	.atlet-popup .half-left .wrapper{padding-right:0;}
	.atlet-popup .half-right .wrapper{padding-left:0;}
}

@media (min-width: 822px) {
.col-header-1{width:24.4%;margin-top:-12px;margin-left:20px;}
.col-header-2{width:54.203125%;margin:0;padding:0;}
.col-header-3{width:17.265625%;float:right;margin-top:-30px;}
.search{width:61%;height:36px;}
.search input[type=text]{font-size:14px;height:34px;}
.search input[type=text]::-webkit-input-placeholder{font-size:14px;}
input.submit-search{font-size:18px;height:38px;}
.col-10-2{width:33.333333333%;}
.col-10-4{width:66.6666666%;}
.col-10-6{width:100%;}
.col-10-8{width:66.66666666%;}

.atlet-wrap .simple-block{/*width:131px;*/width:13.7%;/*height:131px;*/margin:0 0.2%;}
.atlet-history-list{height:131px;}
.atlet-wrap .big-block{/*width:399px;*/width:27.4%;height:265px;margin:0.2%;}
.atlet-wrap .big-block .short-info{width:399px;}
.atlet-wrap .big-block .wrap-block{/*width:400px;height:266px;*/-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease;}

.atlet-wrap .big-block .wrap-block.active .short-info{width:155px;margin-right:10px;}


			.atlet-wrap .big-block .wrap-block.active .description {
				width: 355px;
				padding-right: 5px;
			}

			.atlet-wrap .big-block .wrap-block.active {
				width: 537px;
				height: 401px;
			}

	.atlet-wrap .huge-block {
		width: 671px !important;
	}

		.atlet-wrap .huge-block .additional-info {
			width: 246px;
			height: 226px;
		}

	.atlet-filter-sbmit {
		margin-top: -37px;
	}

	.atlet-wrap .champ {
		margin: 0 8px 0 0;
		clear: none;
	}

	.atlet-wrap .fio input[type=text] {
		width: 280px;
	}

	.atlet-wrap .fio {
		margin-right: 10px !important;
	}

	.atlet-results .results-list {
		padding: 10px 5px;
	}

	.org-content .org-name input[type="text"] {
		width: 467px;
	}

	.org-content .org-name label {
		display: none !important;
	}


	.org-content .year-time select {
		width: 275px;
	}

.org-filter .form-element{margin-right:18px;}
.org-filter-sbmit{margin-top:-33px;}

.footer .copyright{position:relative;top:30px;left:12px;}
.footer .subscribe{position:relative;top:30px;left:-12px;}

.map{height:760px;}
.map-area{margin-top:40px;}
.atlet-search-text-list .half-left,
.atlet-search-text-list .half-right{width:50%;float:left;display:block;}
.atlet-search-text-list .half-left .wrapper{padding-right:5px;}
.atlet-search-text-list .half-right .wrapper{padding-left:5px;}
.atlet-popup .half-left{float:left;margin-bottom:20px;width:auto;max-width:36%;}
.atlet-popup .half-right{width:63%;float:left;}
.atlet-popup .half-right.box-greeting{width:100%;}
.atlet-popup .half-left .wrapper{padding-right:15px;}
.atlet-popup .half-right .wrapper{padding-left:15px;}
.atlet-popup .atlet-content .text-description{margin-top:-4px;clear:none;/*float:left;width:64%;*/float:none;width:100%;}
.atlet-wrap .filter-wrap,.org-content .filter-wrap,.sportingevents-content .filter-wrap,.page-content .filter-wrap{padding:10px 0;}
.banners-list.left-list{padding-right:0;}
.banners-list.right-list{padding-left:0;}
		
	}
	
	@media (min-width: 1024px) {
	
		.col-header-1 {
			width: 24.4%;
			margin-right: 31px;
			margin-top: -12px;
			margin-left: 0;
		}

		.col-header-2 {
			width: 55.203125%;
			margin:0;
			padding: 0;			
		}
		
		.col-header-3 {
			width: 17.265625%;
			float: right;
			margin-top: -30px;
		}
	
		.search{
			width: 62.6%;
			margin-top: 13px;
			height: 46px;
		}
		
		.search input[type=text] {
			font-size: 15px;
			height: 44px;
		}
		.search input[type=text]::-webkit-input-placeholder {
			font-size: 15px;
		}
		
		input.submit-search {
			margin-top: 13px;
			font-size: 18px;
			height: 48px;
		}

		.col-10-2 {
			width: 25%;
		}
		
		.col-10-4 {
		  width: 50%;
		}
		
		.col-10-5 {
		  width: 50%;
		}		
		
		.col-10-6 {
		  width: 75%;
		}
		
		.col-12-4 {
			width: 33.4%;
		}
		.col-12-8 {
			width: 66.6%;
		}		
		
		.col-10-8 {
			width: 75%;
		}
		
		.slider-wrap {
			width: 982px;
		}
		
		.col-header-1 {
			margin-top: -10px;
		}	

		.small-blocks-row {
			height:198px;
		}
		.small-blocks-row .blocks-container .slide {
			min-width: 265px;
			height: 198px;
		}

		.atlet-wrap .simple-block {
			/*width: 146px;*/
			
			/*width: 13.7%;*/
			/*height: 146px;*/
			margin: 0.2%;
		}

		.atlet-history-list {
			height: 146px;
		}		
		
		.atlet-wrap .big-block {
			/*width: 446px;*/
			width: 26.4%;
			/*height: 296px;*/
			margin-top: 0.2%;
		}
		
		.atlet-wrap .big-block .short-info {
			width: 446px;
		}		
		
		.atlet-wrap .big-block .wrap-block {			
			-webkit-transition: all 0.1s ease;
			-moz-transition: all 0.1s ease;
			-o-transition: all 0.1s ease;
			transition: all 0.1s ease;			
		}

				
		.atlet-wrap .big-block .wrap-block.active .short-info {
			width: 155px; 
			margin-right: 10px;
		}
		
		
		.atlet-wrap .big-block .wrap-block.active .description {
			width: 380px;
			padding-right: 10px;
		}
		
		.atlet-wrap .big-block .wrap-block.active {
			width: 591px;
			height: 446px;
		}
						
		.atlet-wrap .huge-block	{
			width: 746px !important;
		}	

		.atlet-wrap .huge-block .additional-info {
			width: 275px;
			height: 255px;
		}

		.atlet-filter-sbmit {
			margin-top: -37px;
		}

		.atlet-wrap .champ {
			margin: 0 8px 0 0;
			clear: none;
		}		
		
		.atlet-wrap .fio input[type=text] {
			width: 221px;
		}
		.org-content .org-name input[type="text"] {
			width: 268px;
		}		
		.org-content .org-name {
			margin-right: 0 !important;
		}
		
		.atlet-wrap .fio{
			margin-right: 25px !important;
		}
		
		.atlet-results .results-list {
			padding: 10px 5px;
		}	
		
		.org-content .year-time select {
			width: 250px;
		}
		.org-filter .form-element {
			margin-right: 8px;
		}
		
		.org-filter-sbmit {
			margin-top: 0;
		}	

		.org-content .org-name label {
			display: block !important;
		}
		
		.footer .copyright {
			position: relative;
			top: 30px;
			left: 12px;			
		}
		
		.footer .subscribe {
			position: relative;
			top: 30px;
			left: -12px;
		}

		.map {
			height: 705px;
		}
		
		.map-area {
			margin-top: 0px;
			width:1001px;			
		}
		
		.banners-list.left-list {
			padding-right: 20px;
		}
.banners-list.right-list {
	padding-left: 20px;
}
	}		

	@media (min-width: 1280px) {
	
		.col-header-1 {
			width: 24.4%;
			margin-right: 31px;
			margin-top: -12px;
		}

		.col-header-2 {
			width: 55.203125%;
			margin:0;
			padding: 0;
		}
		
		.col-header-3 {
			width: 17.265625%;
			float: right;
			margin-top: -30px;
		}
		
		.search{
			width: 60.6%;
			margin-top: 16px;
			height: 55px;
			margin-right: 15px;
		}
		
		.search input[type=text] {
			font-size: 16px;
			height: 53px;
		}
		.search input[type=text]::-webkit-input-placeholder {
			font-size: 16px;
		}
		
		input.submit-search {
			margin-top: 16px;
			font-size: 21px;
			height: 57px;
		}
		
		.col-10-2 {
		  width: 20%;
		}
		
		.col-10-4 {
		  width: 40%;
		}
		
		.col-10-5 {
		  width: 50%;
		}		
		
		.col-10-6 {
		  width: 60%;
		}
		
		.col-10-8 {
			width: 80%;
		}
		
		.slider-wrap {
			width: 93.9%;
		}	

		.col-header-1 {
			margin-top: -12px;
		}		
		
		.small-blocks-row {
			height:191px;
		}	
		.small-blocks-row .blocks-container .slide {
			min-width: 256px;
			height: 191px;
		}
				
		.atlet-wrap .simple-block {
			width: 136px;
			height: 136px;		
		}
		
		.atlet-history-list {
			height: 137px;
		}
		
		.atlet-wrap .big-block {
			width: 408px;
			height: 278px;		
		}
		
		.atlet-wrap .big-block .wrap-block {			
			-webkit-transition: all 0.1s ease;
			-moz-transition: all 0.1s ease;
			-o-transition: all 0.1s ease;
			transition: all 0.1s ease;
		}
		
		.atlet-wrap .big-block .wrap-block .description {
			width: 408px;
			float:right;
		}
		
		.atlet-wrap .big-block .short-info {
			width: 410px;
		}
		
		.atlet-wrap .big-block .wrap-block.active .short-info {
			width: 155px; 
			margin-right: 10px;
		}
		
		
		.atlet-wrap .big-block .wrap-block.active .description {
			width: 350px;
			padding-right: 10px;
		}
		
		.atlet-wrap .big-block .wrap-block.active {
			width: 556px;
			height: 415px;
		}
		
		.atlet-wrap .huge-block	{
			width: 696px !important;
		}
		
		.atlet-wrap .huge-block .additional-info {
			width: 258px;
			height: 234px;
		}

		.atlet-filter-sbmit {
			margin-top:-35px;
		}
		
		.atlet-wrap .fio input[type=text] {
			width: 246px;
		}
		
		.atlet-wrap .champ {
			margin: 0 8px 0 6px;
			margin-right: 8px !important;
			clear: none;
		}
		
		.atlet-wrap .fio {
			margin-right: 10px !important;
		}
		
		.atlet-results .results-list {
			padding: 10px 0 10px 9px;
		}
		
		.org-content .org-name input[type="text"] {
			width: 467px;
		}

		.org-content .year-time select {
			width: 261px;
		}		

		.org-filter .form-element {
			margin-right: 15px;
		}		
		
		.org-filter-sbmit {
			margin-top: 0;
		}	

		.org-content .org-name label {
			display: block;
		}
		
		.map {
			height: 712px;
		}
		
		.map-area {
			margin-top: 0px;
			width:1001px;
		}		
	}	
	
.block {
	height: 400px;
	display: block;
	overflow:hidden;
}
.footing {
	display: block;
	height: 96px;
	position: relative;	
	color: #fff;
	font-size: 16px;
	padding: 12px;
}		
		
.sport-footing {
	height: 120px;
}
		
.short-footing {
	/*display: none;*/
	height: 120px;	
	position: absolute;
	bottom: 0; left: 0;	
	width: 100%;
}

.short-footing-link {
	display: block;
	width: 65%;
	font-size: 16px;
	height: 108px;
	padding-left: 12px;
	padding-top: 12px;
	color: #fff;
	font-weight: normal;
}	
		.short-footing-link h1,
		.short-footing-link h2,
		.short-footing-link h3,
		.short-footing-link h4,
		.short-footing-link h5,
		.short-footing-link h6{
			font-size: 16px;
			font-weight: normal;
		}
.responsiveBlock {
	/*position: relative;*/
}

.bigRedLink {
	display: block;
	color: #e8e8e7;
	font-size: 16px;
	background: #d23710;
	line-height: 68px;
	padding-left: 12px;
}

.bigDarkLink {
	display: block;
	color: #e8e8e7;
	font-size: 16px;
	background: #282828;
	line-height: 68px;
	padding-left: 12px;
}
.bigDarkLink h2{
	font-size: 16px;
	font-weight: normal;
}

.bigWhiteWithRedTextLink {
    display: block;
    color: #1C5787;
    font-size: 16px;
    background: #ffffff;
    line-height: 66px;
    padding-left: 12px;
    text-transform: uppercase;
    border: #c8c8ca 1px solid;
	font-weight:600;
}
	.bigWhiteWithRedTextLink h2 {
		font-size: 16px;
		font-weight: normal;
	}
.bigBlueWithWhiteTextLink{
	display: block;
	color: #ffffff;
	font-size: 16px;
	background: #314c83;
	line-height: 68px;
	padding-left: 12px;
	text-transform: uppercase;
}
	.bigBlueWithWhiteTextLink h2 {
		font-size: 16px;
		font-weight: normal;
	}
.bigRedWithWhiteTextLink{
	display: block;
	color: #ffffff;
	font-size: 16px;
	background: #C24242;
	line-height: 68px;
	padding-left: 12px;
	text-transform: uppercase;
}
.bigRedWithWhiteTextLink h2{font-size:16px;font-weight:normal;}
.bigDarkLink .footing-arrow-right{margin-top:-13px;}
.link-arrow-right{display:block;height:14px;width:9px;background:url('images/link-arrow-right.png') no-repeat;position:absolute;right:12px;top:50%;margin-top:-7px;}
.bigWhiteWithRedTextLink .link-arrow-right,.box-messages .link.white .link-arrow-right{background:url('images/link-arrow-right-constructor-blue.png') no-repeat;}
.clear{clear:both;}
.clear.between-head-and-content{margin-top:5px;}
.outer-link .heading{text-align:center;min-height:400px;}

.outer-link .heading img {
	margin-top:65px;
	/*margin-top: 26%;*/
}
.outer-link .footing {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	padding:0;
	height: 120px;
}

.outer-link .footing span {
	display: block;
	padding: 12px;
}

.footing a {
	font-size: 16px;
	color: #fff;
}


.link1 .footing{
	background: #1d2d4e;
}

.link1 .heading{
	background: #314c83;
}

.link2 .footing{
	background: #343336;
}

.link2 .heading {
	background: #47464a;
}

.link3 .footing{
	background: #ef4035;
}

.link3 .heading {
	background: #246fb0;
}

.news-element {
	background: #fff;
}

.news-element.second .footing {
	background: #3f6060;
}

.news-element.news-list.second  .footing{
	background: #ff8641;
}

.news-element .overheading {
	display: block;
	position: relative;
	min-height: 155px;
}

.news-element .overheading .overhead-link {
	display: block;
	padding: 5px 11px;
	background: url('images/overheading-bg.png');
	font-size: 14px;
	font-weight: 600;
	color: #000;	
	position: absolute;
	left:0;
	bottom: 7px; 
}

.news-element .overheading  img {
	width: 100%;
}

.news-element-heading {
	height: 280px;
}

.news-element .description{
	display: block;
	padding: 10px;
	color: #000;
	line-height: 14px;
}
.news-element .description a {
	color: #000;
	font-size: 13px;
	font-weight: 400;
}

.news-element .footing {
	background: #1b9748;
}

.news-list .list {
	padding: 15px 12px 1px 12px;
	height: 264px;
}

.news-list .footing {
	background: #a2a2a5;
}

.news-list .list .element {
	margin-bottom: 20px;
	line-height: 14px;
}
.news-list .list .element a {
	color: #1d2d4e;
	font-size: 13px;
	text-decoration: none;
}

a.date {
	color: #878585 !important;
	font-size: 10px !important;
	text-decoration: none !important;
}

.footing-arrow-right {
	display: block;
	width: 16px;
	height: 26px;
	
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -13px;
	background:url('images/footing-arrow-right.png') no-repeat;
	
}

.sport-video,
.sport-photobank {
	position: relative;
}

.sport-video img,
.sport-photobank {
	width: 100%;
}

.video-link {
	display:block;
	position: relative;
	overflow:hidden;
}

.video-link .video-link-bg {
	display: block;
	width: 104px;
	height: 104px;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -57px;
	margin-left: -57px;	
	z-index: 2;
	background: url('images/video-link-bg.png') no-repeat center center;
}

.sport-footing, .region-footing {
	display:block;
	width: 100%;
	background: url('images/dark-transparent-bg.png');
	position: absolute;
	left: 0;
	bottom: 0;	
	z-index: 4;
}

.sport-footing .footing {
	background: #d23710;
	height: 96px;
}
.region-footing .footing {
	background: #314c83;
	height: 96px;
}

.region-info .region-footing  {
	height: 125px;
}
.region-info .region-footing .footing {
	background: #d23710;
	height: 101px;
}
.region-footing .footing select,
.region-footing .footing .custom-select
 {
	display: block;
	margin-top: 10px;
}

.region-info .region-footing .element-link {
	height:125px;
	background: #fb6847;
	background-image: none;
}

.sport-photobank .footing {
	background: #ff1988 !important;
}
.element-link {
	height: 100%;
}
.section-element {
	height: 120px;
	position: relative;
}
.sport-footing .section, .region-footing .section  {
	display:block;
	text-transform: uppercase;
	font-size: 10px;
	color: #aeadad;
	
	/*position: absolute;
	top: 15px;
	left: 10px;	*/
	
	padding-right: 10px;
	margin-top: 15px;
	margin-left: 10px;	
	margin-bottom: 5px;
	/*max-height: 28px;*/
}

.region-footing .element  {
	display: block;
	padding-left: 10px;
	padding-right: 50px;
	color: #fff;
	font-size: 16px;
	
	height: 88px;
	padding-top: 12px;
}

.sport-footing .element{
	display: block;
	padding-left: 10px;
	padding-right: 50px;
	/*margin-top: 5px;*/
	color: #fff;
	font-size: 14px;
	
	max-height: 88px;
	/*padding-top: 27px;*/
}

.sport-footing .element .footing-arrow-right {
	margin-top: -8px;
}
.big-title, .big-calendar-title {
	background: #343336;
}

.big-calendar-title .lighter,
.big-calendar-title .darker,
.big-title a {
	font-size: 37px;
	font-weight: 300;
	padding-left: 12px;	
}

.region-calendar.big-calendar-title .lighter,
.region-calendar.big-calendar-title .darker,
.region-calendar.big-title a {
	font-size: 34px;
}

.big-title a {
	display: table-cell;
	vertical-align: middle;	
}

.big-calendar-title .lighter, 
.big-calendar-title .darker {
	display: block;
}

.big-calendar-title .block {
	padding-top: 60px;/*60*/
	height: 340px; /*340*/
}

.big-calendar-title.for-regions .block {
	padding-top: 47px;
    height: 353px;
}

.big-calendar-title.open-calendar .block {
    padding-top: 40px;
    height: 360px;
}

.big-calendar-title.open-calendar.for-regions .block {
	padding-top: 20px;
	height: 380px;
}

.big-calendar-title a  .lighter {
	color: #efa38c;
}

.big-calendar-title a .darker {
	color: #ff764d;
}

.big-calendar-title .button-viewall{
	display:none;
	color:#ffffff;
    border: #ffffff 2px solid;
	margin: 18px 20px 0;
    text-align: center;
	padding: 7px 0;
}
.big-calendar-title.for-regions .button-viewall {
	margin: 13px 20px 0;
}
.big-calendar-title.open-calendar .button-viewall{
	display:block;
}

.big-title a .grey {
	color: #9a9999;
}

.big-title a .white{
	color: #fff;
}

.calendar-heading {
	display: block;
	width: 90%;
	height: 76px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	
	padding-top: 10px;
	position: relative;
	float: left;
}
.calendar-heading.first {
	display: block;
}
.calendar-heading.second {
	display: none;
}
.calendar-heading-wrap {
	background: #d23710;
	width: 100%;
	height: 86px;
}

.heading-change {
	display: block;
	width: 10%;
	height: 76px;
	float: left;
	padding-top: 10px;
	position: relative;
}

.calendar {
	background: #47464a;
}

.footing-calendar {
	display: block;
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0; left: 0;
	background: #ff764d;
	overflow: hidden;
}

.footing-calendar .field {
	float: left;
	display: block;
	border-right: #343336 2px solid;
	height: 120px;
}

.footing-calendar .field .text {
	border-bottom: #343336 1px solid;
	color: #fff;
	height: 74px;
	padding-top: 14px;
}
.footing-calendar .field .text a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}

.footing-calendar .field.year {
	width: 46.1%;
}

.footing-calendar .field.month {
	width: 26.17%;
}

.footing-calendar .field.day {
	border: none;
	width: 26.171875%;
}

.footing-calendar .value {
	/*font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;*/
	font-size: 30px;
	font-weight: 800;
}

.footing-calendar .divider {
	width: 13px;
	height: 29px;
	display: block;
	background: url('images/small-calendar-divider.png') no-repeat;
	position: absolute;
	top: 22px;
}

.footing-calendar .divider.first {
	/*left: 113px;*/
	left: 44.3%;
}

.footing-calendar .divider.second {
	/*right: 61px;*/
	right: 23.8%;
}
.footing-calendar .title {
	font-size: 16px;
	margin-top: -7px;
}

.footing-calendar .buttons {
	background: #d23710;
	display: block;
	height: 32px;
}

.footing-calendar .buttons  .left,
.footing-calendar .buttons .right {
	display: block;
	width: 48%;
	height: 32px;
}

.footing-calendar .buttons .left {
	background: url('images/datepicker-left.png')center right no-repeat;
	float: left;
}
.footing-calendar .buttons .right {
	background: url('images/datepicker-right.png')center left no-repeat;	
	float: right;
}
.banner-left, .banner-right {
	margin: 7px 0;	
}

.banner-left img, .banner-right img {	
	max-width: 100%;
}

.banner-left {
	float: left;
}

.banner-right {
	float: right;
}

.short-footing-link small,
.short-footing small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

#reestr .block,
#games .block,
#rating .block,
#system-news .block,
#catalogue .block, 
#top-sport .block,
#activity .block,
#textbook .block,
#workshop .block,
#industry .block,
#movement .block,
#naznach .block
{
	position: relative;
	display: block;	
}

#reestr .short-footing { background: url('images/dark-transparent-bg.png'); }
#reestr  .short-footing-link { background: #ff1988; }

#games .block {background: #040527; }
#games .short-footing { background: #333333; }
#games  .short-footing-link { background: #2c96e8; }

#news2 .short-footing { background: #333333; }
#news2  .short-footing-link { background: #3f6060; }

#rating .short-footing { background: url('images/dark-transparent-bg.png'); }
#rating .short-footing-link { background: #333; }

#system-news  .short-footing { background: url('images/dark-transparent-bg.png'); }
#system-news  .short-footing-link { background: #1b9748; }

#catalogue  .short-footing { background: url('images/dark-transparent-bg.png'); }
#catalogue  .short-footing-link { background: #ca0040; }

#top-sport  .short-footing { background: #febe00; }
#top-sport  .short-footing-link { background: #ff8641; }

#activity  .short-footing { background: #38677e; }
#activity  .short-footing-link { background: #509ba8; }

#textbook  .short-footing { background: url('images/dark-transparent-bg.png'); }
#textbook  .short-footing-link { background: #333333; }

#workshop  .short-footing { background: url('images/dark-transparent-bg.png'); }
#workshop  .short-footing-link { background: #509ba8; }

#industry .short-footing {background: #ff764d;}
#industry .short-footing-link {background: #509ba8;}

#movement .short-footing {background: url('images/olympic-block-bg.png');}
#movement .short-footing-link {background: #314c83;}

#naznach .short-footing {background: url('images/dark-transparent-bg.png');}
#naznach .short-footing-link {background: #d23710;}

ul.bottom-menu li h5{
	font-weight: normal;
}

.bottom-menu {
	list-style: none;
	margin-left: 10px;
	display: block;
	position: relative;
	float: left;
}

.bottom-menu li {
	display: block;
	float: left;
}

.bottom-menu li a {
	display: block;
	padding: 25px 10px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
}

.social-links{display:block;padding-top:15px;margin-left:20px;}
.footer{display:block;width:100%;margin-top:7px;height:145px;background:#284875;position:relative;overflow:hidden;}
.footer .copyright{line-height:13px;}
.footer .copyright a{font-size:12px;font-weight:300;color:#99b9e7;margin-bottom:15px;display:inline-block;}
.footer .subscribe .subscribe-text{color:#fff;font-size:12px;display:block;margin-bottom:10px;}
.footer .subscribe  {
	/*margin: 30px 12px 0 0;*/
}

	.footer .subscribe .form  label {
		font-size: 14px;
		color: #fff;
	}
	
	.footer .subscribe .form input[type=text] {
		height: 31px;
		width: 260px;
		background: transparent;
		color: #fff;
		font-size: 12px;
		border: #fff 1px solid;
		margin: 0 10px;
	}
	
	.footer .subscribe .form input[type=submit] {
		background: #1d3861;
		color: #fff;
		font-size: 14px;
		width: 103px;
		height: 33px;
		border: none;
		cursor: pointer;
	}
	
#constructor {
	color: #d23710;
	font-size: 16px;
	display: block;
	position: relative;
}

#constructor .link-arrow-right-constructor {
	display: block;
	position: absolute;
	right: 25px;top:5px;
	width: 9px;
	height: 14px;
	background: url('images/link-arrow-right-constructor.png') no-repeat;
}

.constructor-popup.active #constructor .link-arrow-right-constructor {
	right: 20px;top:5px;
	width: 14px;
	height: 14px;
	background: url('images/link-arrow-right-constructor.png') no-repeat center right;
}

.constructor-popup {
	padding-top: 24px;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 22px;	
}
.constructor-popup.active {
	display: block;
	border: #d23710 3px solid;
	padding-top: 21px;
	padding-left: 9px;	
	background: #fcfcfc;
	width: 100%;
	overflow:hidden;
	
	position: absolute;
	z-index: 2;
}

.constructor-popup .close {
	color: #d23710;
	margin-right: 5px;
	font-size: 13px;
	margin-top: 2px;
	display: none;
	font-weight: 800;
}

.constructor-elements {
	display: none;
	max-height: 373px;
	overflow-y: scroll;
	
	margin-top: 25px;
	margin-right: 10px;
	
	padding-right: 15px;
	margin-bottom: 15px;
}

.constructor-elements ul {
	list-style: none;
}

.constructor-popup.active .constructor-elements,
.constructor-popup.active .close {
	display: block;
}


.constructor-elements ul li{
	font-size: 14px;
	padding: 10px 0;
	border-top: 1px #c8c8ca solid;
	
	position: relative;
	cursor: pointer;
}

.constructor-elements ul li:first-child{
	border: none;
}

.constructor-elements ul li label {
	cursor: pointer;
	max-width: 90%;
	display: block;
}

.constructor-elements ul li input, .toggle{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.nicescroll-rails {
	border-radius: 4px;
}

.hidden-text, .hidden-plus {
	position: absolute;
	top:0; left: 0;
	display: none;
	width: 100%;
	/*height: 280px;*/
	height: 400px;
	line-height: 400px;
	text-align: center;
	
	background: url('images/dark-transparent-bg.png');
	z-index: 3;
}

.hidden-text span {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	color: #fff;	
	padding: 0 15px;
}

.hidden-plus span {
	display: inline-block;
	vertical-align: middle;
	height: 150px;
	width: 150px;
	background-image: url('images/open.png');
	background-repeat: no-repeat;
}


.olympic-games-list {
	background: #2c96e8;
	display: none;
	height: 400px;
	position: absolute;
	left: auto;
	/*top:1016px;*/
	top: 1416px;
	z-index: 4;
	max-width: 1280px;
	margin: 0 auto;
}

.olympic-games-list a.title {
	font-size: 32px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 300;
	padding: 2px 0 8px;
}

.olympic-games-list .games-list {
	display: block;
	position: relative;
	height: 400px;
	overflow:hidden;
}

.olympic-games-list .games-list .list {
	position: relative;
	width: auto;
	left: 105px;
	top: 16px;
	padding-right: 120px;
	
	background: url('images/games-list-line.png') repeat-x 0 center;
	height: 310px;
	
	white-space: nowrap;
	display:inline-block;
}

.olympic-games-list .list-element {
	/*display: block;
	float: left;*/
	display: inline-block;
	width: 151px;
	margin: 0 0 0 50px;
	height: 310px;
	text-align: center;
	position: relative;
	white-space: normal;
}
.olympic-games-list .list-element:first-child {
	margin-left: 0;
}
.olympic-games-list .list-element .game-title,
.olympic-games-list .list-element .dot,
.olympic-games-list .list-element .image-wrapper {
	position: absolute;
}

.olympic-games-list .list-element .game-title {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	text-align: center;
}

.olympic-games-list .list-element .dot {
	background-image: url('images/games-list-dot.png');
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	width: 24px;
	height: 24px;
	left: 50%;
	margin-left: -12px;
}

.olympic-games-list .list-element:hover .dot {
	background-position: center right;
}

.olympic-games-list .list-element.down .dot {
	bottom: 143px;
}
.olympic-games-list .list-element.up .dot {
	top: 143px;
}

.olympic-games-list .list-element.down .game-title {
	bottom: 168px;
}
.olympic-games-list .list-element.up .game-title {
	top: 168px;
}

.olympic-games-list .list-element .image-wrapper {
	display: block;
	min-height: 10px;
	width: 100%;
}

.olympic-games-list .list-element .image-wrapper .wrap {	
	display: block;
	height: 154px;
	line-height: 154px;
	width: 151px;
	text-align:center;
	background: #fff;
}

.olympic-games-list .list-element .image-wrapper .wrap img {
	display: inline-block;
	vertical-align: middle;
}

.olympic-games-list .list-element.up .image-wrapper {
	top: -23px;
	padding-bottom: 10px;
	background: url('images/games-list-arrow.png') no-repeat bottom center;
}

.olympic-games-list .list-element.down .image-wrapper {
	bottom: -23px;
	padding-top: 10px;
	background: url('images/games-list-arrow.png') no-repeat top center;
}

.olympic-games-list .games-list a.left,
.olympic-games-list .games-list a.right {
	width: 105px;
	height: 400px;
	line-height: 400px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 3;
}

.olympic-games-list .games-list a.left span,
.olympic-games-list .games-list a.right span {
	display: inline-block;
	vertical-align:middle;
	height: 43px;
	width: 27px;
	background-image: url('images/olympic-games-cursor.png');
	background-repeat: no-repeat;
	
	position: relative;
}

.olympic-games-list .games-list a.left {
	background: url('images/olympic-games-cursor-bg.png') 0 -35px repeat-y;
	left: 0;
}
.olympic-games-list .games-list a.left span{
	background-position: 0 0;
	left: 30px;
	float: left;
	top: 50%;
	margin-top: -14px;
}
.olympic-games-list .games-list a.left.inactive span{
	background-position: 0 -43px;
}

.olympic-games-list .games-list a.right {
	width: 150px;
	background: url('images/oi-link-bg.png') top right repeat-y;
	right: 0;
}
.olympic-games-list .games-list a.right span{
	background-position: -27px 0;
	right: 30px;
	float: right;
	top: 50%;
	margin-top: -14px;
}
.olympic-games-list .games-list a.right.inactive span{
	background-position: -27px -43px;
}
.olympic-games-list .games-list a.close {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 5;
	color: #fff;
	font-size: 26px;
	font-weight: 300;
}

#events {
	display: none;
}

.events-calendar {
	position: absolute;
	left:0; bottom: 0;
	background: #ffffff;/*#47464a;*/
	z-index: 2;
	overflow: visible;
	width: 100%;
}

.events-calendar {
	position: absolute;
	left: 0;
	top: 86px;
}

.events-calendar .date-checker.datepicker th.textsearch {
	width:30px;
}

.events-calendar .date-checker.datepicker th.datepicker-switch input{
	background: transparent;
	border: 0; 
	width: 310px;
	font-size: 20px;
	color: #fff;
}
.events-calendar .date-checker.datepicker th.datepicker-switch div{
	height: 0px;
	float: left;
	width: 100%;
}
.events-calendar .date-checker.datepicker th.datepicker-switch div div{
	height: auto;
	background-color: #ff764d;
	position: relative;
	z-index: 5;
	max-height: 273px;
	overflow-x:hidden;
	overflow-y:hidden;
}
.events-calendar .date-checker.datepicker th.datepicker-switch span {
	float: left;
	width: 100%;
	text-align:left;
	font-size: 20px;
	padding: 2px 0 2px 13px;
}
.events-calendar .date-checker.datepicker th.datepicker-switch span:hover,.events-calendar .date-checker.datepicker th.datepicker-switch span.selected {
	background-color:#47464a;
}
.events-calendar .date-checker.datepicker th.textsearch a img{
	float:left;
	width:30px;
}

.scroll-wrapper {
	height: 260px;
	width: 100%;	
	border-top: transparent 10px solid;
	border-left: transparent 10px solid;
	border-right: transparent 5px solid;
	box-sizing: border-box;	
}

.scroll-container {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.events-calendar .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ccc;
}

.events-calendar .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #aaa;
}

.events-calendar .scroll-container  table {
	width: 97%;
}

.events-calendar  .scroll-container table th, 
.page-calendar .results-table table th{
	border-left: #6c6b6e 1px solid;
	height: 46px;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	font-weight: 900;
}

.events-calendar  .scroll-container table td,
.page-calendar .results-table table td {
	border-left: #6c6b6e 1px solid;
	border-top: #6c6b6e 1px solid;
	height: 46px;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	font-weight: 500;
}


.events-calendar .scroll-container table th:first-child,
.events-calendar .scroll-container table tr td:first-child,
.page-calendar .results-table table th:first-child,
.page-calendar .results-table table tr td:first-child
 {
	border-left: none;
	padding-left: 5px;
	width: 130px;
}

.date-checker th {
	border-bottom: none !important;
}

.map {
	background: #e5e5e3;
	width: 100%;
	
	position: absolute;
	left: 0;
	z-index: 999;
	margin-top:-8px;
	padding-top:51px;
}

.map h2, .map h3, .map h4, .map h5, .map h6 {
	font-size: 36px;
	font-weight: 300;
	color: #000;
}
.map a:focus {
    outline: none;
}
.map .close {
	position: absolute;
	top: 52px;right: 0;
	font-size: 36px;
	font-weight: 300;
	color: #000;
	
}

.map-area {
	display: block;
	position: relative;
	/*width: 1001px;*/
	width:100%;
	max-width:1001px;	
	/*height: 555px;*/
	/*margin: 0 auto;*/
	margin-left: auto;
	margin-right: auto;
}


.map-bg {
	background: #e5e5e3;
	opacity: 0.5;
	
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 998;
	top:0;left:0;
}

.map, .map-bg {
	display: none;	
}
.layers {
	position: absolute;
	top: 121px;
}
.layers select {
	background: #e5e5e3;
	border: #c8c8ca 1px solid;
	height: 30px;
	line-height: 30px;
	color: #47464a;
	font-size: 14px;
	outline: none;
}

.layers select option {
	min-height: 30px;
	color: #6e6d71;
	font-size: 13px;
	line-height: 30px;
}

.layers .custom-select {
	float: left;
	margin-right: 10px;
}

.mapTooltip {

}

.mapTooltip .wrapper {
	display: block;
	background: #ef4035;
	padding: 15px;
	color: #fff;
	font-size: 14px;	
}
.mapTooltip .regionName {
	font-size: 18px;
	margin-bottom: 10px;
}



.mapTooltip .arrow {
	width: 14px;
	height: 7px;
	background: url('images/map-tooltip-arrow.png') no-repeat;
	display: block;
	float: left;
	margin-left: 45px;
}
.mapTooltip.right-sided .arrow {
	float: right;
	margin-right: 45px;
}


.data-table {
}

.data-table .title {
	width:250px;
	text-align: left;
	position: relative;
}

.data-table .title span {
	background: #ef4035;
	position: relative;
	z-index: 2;
	
	display: block;
	float: left;	
}

.data-table .title .filler {
	position: absolute;
	right:0;
	top:0;
	z-index: 1;
}
 
.data-table .value {
	min-width:70px;
	text-align: left;
}

.data-table .padding-65.title {
	width:185px;
	padding-left: 65px;	
}

.data-table .padding-55.title {
	width:195px;
	padding-left: 55px;		
}

.data-table .padding-110.title {
	width:140px;
	padding-left: 110px;	
}

.moscow-star {
	display: block;
	width: 24px;
	height: 22px;
	position: absolute;
	/*top: 317px;
	left: 155px;*/
	top: 57.117117117117117117117117117117%;	
	left: 15.484515484515484515484515484515%;
	
	background: url('images/moscow-star.png') bottom center no-repeat;
	z-index: 2;
}

.moscow-star.active, .moscow-star:hover {
	background-position: top center;
}
.moscow-star.active.adaptive1{
	background-position: 0 -66px;
}
.moscow-star.active.adaptive2{
	background-position: 0 -44px;
}
.moscow-star.active.adaptive3{
	background-position: 0 -110px;
}
.moscow-star.active.adaptive4{
	background-position: 0 -88px;
}
.city-dot {
	display: block;
	height: 9px;
	width: 9px;
	background: url('images/city-dot.png') top left no-repeat;
	position: absolute;
}

.city-dot.active, .city-dot:hover {
	background-position: 0 -9px;
}
.city-dot.active.adaptive1{
	background-position: 0 -27px;
}
.city-dot.active.adaptive2{
	background-position: 0 -18px;
}
.city-dot.active.adaptive3{
	background-position: 0 -45px;
}
.city-dot.active.adaptive4{
	background-position: 0 -36px;
}
.city-dot.sevastopol {
	/*top: 385px;
	left: 17px;*/
	top: 69.369369369369369369369369369369%;
	left: 1.6983016983016983016983016983017%;
}

.city-dot.piter {
	/*top: 244px;
	left: 165px;*/
	top: 43.963963963963963963963963963964%;
	left: 16.483516483516483516483516483516%;
}

#sevastopol.mapster_tooltip {
	position: absolute;
	top: 439px;
	left: 415px;
	z-index: 9999;
}

#moscow-city.mapster_tooltip {
	position: absolute;
	/*top: 330px;
	left: 565px;*/
	top: 59.459459459459459459459459459459%;
	left: 56.443556443556443556443556443556%;
	z-index: 9999;
}

#piter.mapster_tooltip {
	position: absolute;
	top: 254px;
	left: 568px;
	z-index: 9999;
}


.slider {
	width: 100%;
	display: block;
	background: url('images/map-slider-bg.png');
	height:120px;
	overflow:hidden;
	
	position: absolute;
	bottom: 0;	
}
#map .slider{
	overflow:visible;
}
#map .slider .count{
	float: left;
	width: 1px;
	height: 1px;
	position: relative;
	top: -10px;
}
#map .slider .count span{
	width: 200px;
    float: left;
    position: relative;
    top: -17px;
    left: 38px;
	font-size: 14px;
	font-weight: 600;
}
.slider .slider-wrap {
	display: block;
	float: left;
	overflow:hidden;
	height: 120px;
	position: relative;
}
#map .asterisk-legend{
	float:left;
	width:100%;
	margin-left: 10px;
}
#map .asterisk-legend img
{
    position: relative;
    top: 10px;
}
.slider .slider-wrap-autowidth {
	width: auto;
	position: absolute;
	left: 0;
	white-space: nowrap;
	display: inline-block;
	height: 120px;
}

.slider .cursor {
	background: url('images/map-slider-cursor.png') no-repeat;
	display: block;
	height:14px;
	width: 19px;
	
	float: left;
	
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;	
}

.slider .cursor.left {
	background-position: top left;
	float: left;
}

.slider .cursor.right {
	background-position: top right;
	
	float: right;
}

.slider .slide {
	display: table-cell;
	width: 90px;
	padding: 11px;
}
.slider .slide .photo{
	float:left;
}

.slider .slide .photo div{
	float:right;
	width:1px;
	height:1px;
}
	#map .slider .slider-wrap-autowidth .slide .photo div img{
		float:left;
		position:relative;
		left:-27px;
		top:0px;
		z-index: 3;
	}
.slider .slide .description{
	display: none;
}

.slider .slide:first-child{
	padding-left: 5px;
 }

 .big-slide { 
	position: absolute;
	background: #fff;
	padding: 15px;
	top: 730px;
	z-index: 1001;
	display: none;
 }
 
 .big-slide .description {
	text-align: center;
 }
 
 .big-slide .description span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height:17px;
 }
 
 .big-slide .description .sport {
	color: #827d7d;
 }
 .big-slide .description .fio {
	color: #1d2d4e;
 }
 
 #canvasLayer {
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
	width:100%;
	height: 100%;
	display: none;
 }
 
 #canvasLine {
 }
 
 .content-wrap {
	position: relative;
	z-index: 100;
 }
.content-wrap.person-page{z-index:999;}
body.open-map .content-wrap.person-page{z-index:100;}
.content-wrap .page-heading{display:block;margin-bottom:20px;}
.breadcrumbs{list-style:none;margin-bottom:15px;}
.breadcrumbs li{display:inline-block;}
  .breadcrumbs li a {
	font-size: 12px;
	text-decoration :none;
	color: #878585;
 }
 
  .breadcrumbs li a:hover {
	text-decoration: none;	
 }
 
  .breadcrumbs li span {
	font-size: 12px;
	color: #bababb;
 }
 
 .content-wrap .page-heading .page-title {
	color: #000;
	font-size: 36px;
	font-weight: 300;
	display: inline-block;
	outline: none;
 }
 .content-wrap.person-page .datetime.page-title{display:none;}
 .content-wrap .page-heading .page-title h1 {
	color: #000;
	margin: 0;
	float: left;
	font-size: 36px;
	font-weight: 300;
	display: inline-block;
 }
 .content-wrap .page-heading .page-title small {
	color :#747171;
	font-size: 21px;
	line-height:25px;
	display: block;
 }
	.content-wrap .page-heading .page-title small.sub-title,
	.content-wrap .sub-head-title small.sub-title {
		padding-top: 20px;
	}
 .content-wrap .page-heading .page-title small.inline {
	display: inline-block;
 }
 .content-wrap .page-heading .news-info-head {
	float:right;
	margin-top: 20px;
 }

 .black-small {
	display: block;
	font-size: 16px;
	color: #3f3e42;
 }
 .black-small a {
	text-decoration: underline;
	
 }
 .content-wrap .page-heading .page-title:hover {
	text-decoration: none;
 }
 
 .content-wrap .page-content {
	border-top: #d55332 2px solid;		
	display: block;
	position: relative;
	overflow: hidden;
 }
.content-wrap.person-page .page-content{
	overflow: visible;
}
.content-wrap .page-content.news-page.item {
    display: inline-block;
    overflow: inherit;
}

.content-wrap .page-content.news-page {
	background: #ffffff;
	padding-top: 15px;
	/*padding-right:10px;*/
	clear: both;
}
	.content-wrap .page-content.news-page.item {
		padding-bottom: 30px;
		clear: both;
	}
 .regions-content {
	padding: 0;
	background: #fff;
 }
 
 .news-content {
	padding: 20px 30px;
	background: #fff;
 }
 
  .voting-content {
	padding: 20px 30px;
	background: #fff;
 }
 
 .contacts-content {
	padding: 0;
	background: #fff;	
 }
 
 .partners-content {
	padding: 0;
	background: #fff;	
 }
 
 .banners-content {
	padding: 20px 30px;
	background: #fff;
	display: block;
	position: relative;
	overflow: hidden;	
 }
 
 .content-wrap .page-content .news-big{
	display: block;
	float: left;
 }
 .content-wrap .page-content .news-big .wrapper{
	 padding:0 20px;
 }
 .content-wrap .page-content .news-big .content{
	margin-top: 0 !important;
 }
 
 .content-wrap .page-content .news-list {
	float: right;
	max-width: 822px;	
 }
 
.content-wrap .page-content .news-big .wrapper{
}

.content-wrap .page-content .news-list .wrapper {
}

.content-wrap  a.news-date {
	font-size:13px;
	color: #878585;
}

.content-wrap h1 {
	color:  #3f3e42;
	font-weight: normal;
	margin: 20px 0;
	font-size: 24px;
}

.news-page.item .photo{
	position: relative;
}
.news-page.item .big-news-img {
	display: block;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
}

.news-page.item .photo .photo-arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: url('images/image-bigger-arrows.png') no-repeat;
    width: 37px;
    height: 37px;
}

.popup-for-photo-news {
    display: none;
    font-family: MyriadPro;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    border: #d2d2d2 1px solid;
    background: #fff;
}

.popup-for-photo-news a.close {
    display: block;
    width: 43px;
    position: absolute;
    right: 0;
    height: 43px;
    box-sizing: border-box;
    background: url('images/close-popup-icon.png') no-repeat center center;
}

.popup-for-photo-news a.close:hover  
{
	border-radius: 30px;
	background-color: #e5e5e3;
}

.content-wrap .news-big p, .content-wrap .news-big li{
	font-size: 14px;
	color: #3f3e42;
	margin-bottom: 15px;
	font-weight: 400;
	line-height:18px;
	text-align: justify;
}
.content-wrap .news-big hr{
	margin-bottom: 10px;
}

.content-wrap .news-big ul {
	padding-left: 20px;
    float: left;
	width: 100%;
}
.content-wrap .news-big p a {
	color: #314c83;
	text-decoration: underline;
}

.small-news-content {
	/*max-width: 320px;
	float: left;*/
	padding-left: 30px;
}
.small-news-content a {
	display: block;
	line-height:16px;
}

.news-list-element {
	display: block;
	margin: 10px 20px 20px 0;
}

.news-list-element .image{
	height: 170px;
    overflow: hidden;
    float: left;
	width:350px;
}

.news-list-element a.news-date {
	display: block;
	margin-bottom: 5px;
}

.news-list-element .news-sport,
.news-list-element .news-regions {
	font-size: 13px;
	color: #878585;
	display:block;
}

.news-list-element .title {
	display: block;
	font-size: 14px;
	color :#3f3e42;
	font-weight: 700;
	margin-bottom:5px;
}

.news-list-element .description {
	color :#3f3e42;
	font-weight: 400;
	font-size: 13px;
	text-align: justify;
}
.small-news-img {
	float: right;
	margin-right: 20px;
	width: 300px;
}

.news-big .likes {
	margin-top: 20px;
}
.news-page .form-filters{
	float:right;
	padding-top: 10px;
}
.news-page.item .form-filters {
	width: 400px;
}
.news-page .form-filter{
	background: #314c83;
	height: 90px;
	width:256px;
	/*padding: 12px;*/
	color: #fff;
	font-size: 16px;
    margin-top: 1px;
}

.news-page .form-filter #button-clear{
	display: block;
	float: left;
	cursor: pointer;
	width: 230px;
	height: 33px;
	color: #ffffff;
    border: #ffffff 2px solid;
    background: transparent;
	margin-right: 12px;
	font-size: 14px;
}
.news-page .form-filter.buttons{
	height: 60px;
}
.news-page.item .form-filter {
	width:100%;
}
.news-page .form-filter .section-element{
	height: 65px;
}

.news-page .source-info{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
}
.news-page .source-info a{
	/*
	margin-bottom:10px;
	float: left;
	*/
}
.content.main-content .responsive-block{height:400px;}
.main-content .responsiveBlock #video{overflow:hidden;}
.news-page .responsive-block{width:256px;margin-top:10px;}
.news-page .activity-pane .short-footing{position:relative;}
.news-page .activity-pane.block .footing-arrow-right{position:relative;right:-220px;top:-60px;}
.news-page .form-filter .section-element{padding:12px;}
.news-page.item .form-filter.map-russia .section-element{padding:0;overflow:hidden;height:250px;}
.news-page .form-filter.map-russia{background-color:transparent;height:170px;}
.news-page.item .form-filter.map-russia{height:250px;}
.news-page .form-filter .custom-select{display:block;margin-top: 10px; }
.news-page .form-filter .section-element .dash{float:left;width:15%;text-align:center;padding-top:15px;}
.news-page .form-filter .section-element .start,.news-page .form-filter .section-element .end{width:40%;height:30px;float:left;margin-top:10px;}
.news-page .form-filter .section-element .end{float:right;}
.news-page .banners-right{margin-top:10px;text-align:center;}
.news-page .paginator{display: block;margin:20px 0 50px 20px;}
.news-page .paginator ul{list-style:none;}
.news-page .paginator ul li{display:inline-block;}
.news-page .paginator ul li a {
	display: block;
	width:22px;
	height: 22px;
	color :#314c83;
	text-decoration: none;
	background: transparent;
	text-align: center;
	padding: 3px;
}

.news-page .paginator ul li a:hover,
.news-page .paginator ul li.active a { 
	border-radius: 25px;
	background: #314c83;
	color: #fff;
}

.small-text {
	font-size: 12px;
	padding: 10px 0 0;
}

.small-text a {
	color: #314c83;
	text-decoration: underline;
}



table.regions {
	border-collapse: collapse;
}

.regions thead th {
	border: #c8c8ca 1px solid;
}

.regions thead th.regions-title {
	border-left: none;
	border-top: none;
	border-bottom: #3f3e42 1px solid;
	
	width: 30%;
	
	height: 110px;
	padding-left: 20px;
	
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}

.regions thead th.regions-params {
	color: #000;
	font-size: 18px;
	font-weight: 500;

	height: 55px;
	border-top: none;
	border-right: none;
}

.regions thead th.column {
	line-height: 16px;
	border-bottom: #3f3e42 1px solid;
}
.regions thead th.column  a{
	color: #314c83;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
}

.regions .column.last {
	border-right: none;
	background: #f3f3f2;
}

.regions thead th.column.last a {
	color: #c44242;
}

.regions td {
	border: #c8c8ca 1px solid;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
}
.regions td.image{float:left;height:109px;border-left:0;border-right:0;width:100px;}
.regions td.image img{width:100px;}
.regions td.place {
	width: 4%;
    overflow: hidden;
    white-space: nowrap;
	border-left: none;
}
.regions td.city-name {
	text-align: left;
	padding-left: 20px;
}

.first-3 .place {
	background: #c44242;
	color: #fff;
}

.first-10 .place {
	background: #ff764d;
	color: #3f3e42;
}

.first-30 .place {
	background: #509ba8;
	color: #fff;
}

tr.last td  {
	border-bottom: #000 1px solid;
}
tr.total td {
	font-size: 18px;
	color: #000;
	border: #000 1px solid;
	font-weight: 600;
}

tr.total td.total {
	padding-left: 20px;
	text-align: left;	
	border-left: none;	
}

.info-text {
	font-size: 14px;
	color: #3f3e42;
	padding: 35px 0 50px 10px;
	display: block;
}

.info-text .title {
	display: block;
	float: left;
	width: 105px;
	height: 65px;
}

.info-text .lines {
	display: block;
	line-height: 18px;
}

.info-text .lines a {
	color: #314c83;
	text-decoration: underline;
}

.region-info {
	background: #ef4035;
	display: block;
	position: relative;
	height: 380px;
	
	color: #fff;
	font-size: 14px;
	
	padding: 10px 15px 15px 15px;
}

.region-info table {
	width: 100%;
}

.region-info table .title {
	width: 85%;
	line-height: 25px;
}

.region-info table .second .title {
	padding-bottom:9px;
}

.region-info .regionName {	
	font-size: 18px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
}

.activity-pane.block .short-footing-link {
	background: #3c4cab;
}



.activity-pane.block {
	background: #a2a2a5;
}
.activity-pane.block .footing-arrow-right {
	right: 20px;
}

.activity-pane-wrap {
	display: block;
	height: 280px;
	width:100%;
	background: #eeeae9;	
	position: relative;
}

.activity-pane-wrap .panes {
	width: 250px;
	height: 280px;
	margin: 0 auto;
}
.activity-pane-wrap  .panes-top {
	display: block;
	width: 100%;
	height: 239px;	
	position: absolute;
	top: 0;
	right: 0;
	background: #eeeae9;
	z-index: 3;
}

.activity-pane .pane {
	display: block;
	float: left;
	width: 49px;
	text-align:center;
	background-repeat: no-repeat;
	min-height:253px;
	height:100%;
	position:relative;
	
	font-size: 14px;
	color: #3f3e42;	
	background: #eeeae9;
	overflow:hidden;
}


.activity-pane .pane .value {
	display: block;
	height: 241px;
	top: 280px;
	width: 49px;
	position: absolute;
	background: url('images/activity-pane-bg.png') repeat-y;
	z-index:1;
}

.activity-pane .pane .value-bg {
	display: block;
	width: 100%;	
	height: 18px;
	background: url('images/activity-pane-bg.png') repeat-y;
	
	position: absolute;
	bottom: 23px;
	z-index: 2;
}

.activity-pane .pane .value-bg .circle {
	width: 100%;	
	height: 18px;
	background-image: url('images/panes.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.activity-pane .pane.pane1 .value,
.activity-pane .pane.pane1 .value-bg{
	background-position: 0 0;
}
.activity-pane .pane.pane2 .value,
.activity-pane .pane.pane2 .value-bg{
	background-position: -49px 0;
}
.activity-pane .pane.pane3 .value,
.activity-pane .pane.pane3 .value-bg{
	background-position: -98px 0;
}
.activity-pane .pane.pane4 .value,
.activity-pane .pane.pane4 .value-bg{
	background-position: -147px 0;
}
.activity-pane .pane.pane5 .value,
.activity-pane .pane.pane5 .value-bg{
	background-position: -196px 0;
}

.activity-pane .pane .label {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	background: #eeeae9;
	z-index:2;
	padding-bottom: 4px;
}

.activity-pane .pane-bg {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height:100%;
}

.activity-pane .value-label {
	position: relative;
	z-index: 2;
}

.activity-pane .pane .pane-bg {
	background-image: url('images/panes.png');
}

.activity-pane .pane.p10 .pane-bg {
	background-position: 0 -1px;
}
.activity-pane .pane.p10 .value-label {
	top: 165px;
}
.activity-pane .pane.p20 .pane-bg {
	background-position: -49px -1px;
}
.activity-pane .pane.p20 .value-label {
	top: 148px;
}
.activity-pane .pane.p30 .pane-bg {
	background-position: -98px -1px;
}
.activity-pane .pane.p30 .value-label {
	top: 127px;
}
.activity-pane .pane.p40 .pane-bg {
	background-position: -147px -1px;
}
.activity-pane .pane.p40 .value-label {
	top: 108px;
}
.activity-pane .pane.p50 .pane-bg {
	background-position: -196px -1px;
}
.activity-pane .pane.p50 .value-label {
	top: 90px;
}
.activity-pane .pane.p60 .pane-bg {
	background-position: -245px -1px;
}
.activity-pane .pane.p60 .value-label {
	top: 71px;
}
.activity-pane .pane.p70 .pane-bg {
	background-position: -294px -1px;
}
.activity-pane .pane.p70 .value-label {
	top: 51px;
}
.activity-pane .pane.p80 .pane-bg {
	background-position: -343px -1px;
}
.activity-pane .pane.p80 .value-label {
	top: 33px;
}
.activity-pane .pane.p90 .pane-bg {
	background-position: -392px -1px;
}
.activity-pane .pane.p90 .value-label {
	top: 15px;
}
.activity-pane .pane.p100 .pane-bg {
	background-position: -441px -1px;
}
.activity-pane .pane.p100 .value-label {
	top: -5px;
}

.long-menu-wrapper {
	display: block;
	border-top: #d55332 2px solid;
	border-bottom: #d55332 2px solid;
	
	padding: 10px 0;
	margin-bottom: 5px;
}

.long-menu {
	list-style: none;
}

.long-menu li {
	display: block;
	float: left;
}

.long-menu li a {
	display: block;
	float: left;
	
	color: #314c83;
	text-decoration: none;
	text-transform: uppercase;
	
	font-size: 12px;
	
	line-height: 22px;
}

.long-menu li a:hover, .long-menu li.active a { 
	color: #d23710;
}
.long-menu li .divider {
	display: block;
	margin: 0 10px;
	float: left;
	
	font-size: 12px;
	color: #9f9fa0;
}

.long-menu li a.disabled,.long-menu li a.disabled:hover{
	color:#000;
	cursor:default;
}

.olympic-games-block-wrapper {
	
}

.olympic-games-block-wrapper .long-footing {
	height: 120px;
	display: block;
	background: url('images/olympic-block-bg.png');
	
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.olympic-games-block-wrapper .long-footing .olympic-date {
	display: block;
	font-size: 11px;
	color: #fff;
	margin-left: 10px;
	margin-top: 15px;
	
}

.olympic-games-block-wrapper .long-footing .olympic-title {
	font-size: 14px;
	display: block;
	margin-top: 6px;
	color: #fff;
	margin-left: 10px;
	height: 84px;
}

.region-news .list {
	padding: 10px 12px 1px 12px;
	height: 269px;	
}

.region-news .element {
	margin-bottom: 15px;
	line-height: 17px;
}
.region-news .element .ol-news-title {
	color: #1d2d4e;
	text-decoration: none;
	font-size: 13px;
	display: block;
}

.region-news .element .ol-news-date {
	color: #878585;
	font-size: 10px;
}
.region-news .footing {
	background: #006cbc;
}

.small-blocks-row {
	overflow: hidden;
	display: block;
	height: 191px;
	position: relative;
}

.small-blocks-row .blocks-container {
	width: auto;
	position: relative;
	left: 0;
	white-space: nowrap;
	display: inline-block;
	height: 191px;
}
.small-blocks-row  .blocks-container .slide {
	position: relative;
	display: table-cell;
	white-space: normal;
}
.small-blocks-row  .blocks-container .slide img {
	width: 100%;
}

.small-blocks-row  .blocks-container .slide .footing {
	display: none;
	width: 100%;
	background: url('images/dark-transparent-bg.png');
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	padding: 0;
	height: 120px;
}

.small-blocks-row  .blocks-container .slide .slide-date {
	font-size: 11px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.small-blocks-row  .blocks-container .slide .slide-title {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-left: 10px;	
}
#long-slider .small-blocks-row .left,
#long-slider .small-blocks-row .right {
	display: block;
	vertical-align:middle;
	height: 43px;
	width: 27px;
	background-image: url('images/olympic-games-cursor.png');
	background-repeat: no-repeat;
	
	position: absolute;
	
	z-index: 3;
	top: 70px;	
}

#long-slider .small-blocks-row .left {
	left: 15px;
}

#long-slider .small-blocks-row .right {
	right: 15px;
	background-position: -27px 0;
}

#long-slider .blocks-container .imageboxhidden{
	width:256px;
	height:191px;
	float:left;
	overflow:hidden;
}

	#long-slider .blocks-container .imageboxhidden img {
		width: 330px;
		position: relative;
		left: -35px;
	}

.reklama-content {
	padding: 0;
	background: #fff;
}
.contacts {
	display: block;
}
.contacts img {
	width: 100%;
}

.contacts-wrap {
	display: block;
	padding: 0 20px 50px 20px;
}
.contacts-wrap h1 {
	margin-bottom: 10px !important;
}
.contacts-list {
}

.contacts-list .contacts-list-column {
	padding-right: 30px;
}

.contacts-list .contacts-list-column div {
	color: #444444;
	font-size: 14px;
	margin-bottom: 20px;
}

.contacts-list .contacts-list-column div a {
	color: #314c83;
	font-size: 14px;
	text-decoration: underline;
}

.contacts-info {
	color: #444444;
	font-size: 18px;
}


.banners-content .heading {
	text-align: center;
	font-size: 18px;
	color: #3f3e42;
	padding: 0 0 20px 0;
}

.banners-content .banners-list {
	
}
.banners-content .banners-list .item {
	text-align:center;
	background: #f1f1f0;
	border: #c8c8ca 3px solid;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
	
	/*height: 230px;*/
	height: auto;
}

.banners-content .banners-list small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #a9a9a9;
}

.banners-content .banners-list .item textarea {
	display: block;
	width: 98%;
	min-height: 50px;
	background: #ebebe4;
	border: #a9a9a9 1px solid;
	color: #000;
	font-size: 12px;
	padding: 5px;
}

.banners-list .banner-content {
	display: inline-block;
	/*height:100px;*/
	height: auto;
}
.banners-list .banner-content .banner-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}

.banners-list .banner-content .banner-inner img {
	max-width: 100%;
}

.partners-table {
	border-collapse: collapse;
	border: none;
}

.partners-table td {
	/*width: 20%;*/
	/*border: #c8c8ca 1px solid;*/
	/*height: 280px;*/
	vertical-align: top;
	text-align:center;
	/*padding-bottom: 15px;*/
}

.partners-table tr.buttons td {
	/*border-bottom: #c8c8ca 1px solid;*/
	vertical-align: top;
}

.partners-btn {
  height: 100%;
  width: 100%;
  border-top: #c8c8ca 1px solid;
  display: inline-block;
  padding-top: 21px;
  padding-bottom: 21px;
  position: relative;
  top: -1px;
}
/*.partners-table td  .image-wrap {
	display: inline-block;
	height:130px;
	text-align:center;	
	margin-top: 15px;
}
.partners-table td  .image {
	display: table-cell;
	height:130px;
	vertical-align: middle;
}


.partners-table td  a.title {
	color: #314c83;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	text-align:left;
	padding-right:10px;
}

.partners-table td  .description {
	font-size: 12px;
	color: #000;
	margin-left: 15px;
	clear: left;
	float: left;
	text-align: left;	
	padding-right:10px;
}*/

.partners-table td.title-row {
	width: 100%;
	padding-left: 20px;
	height: 55px;
	color: #747171;
	font-size: 18px;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 0;
    border-bottom: #c8c8ca 1px solid;
}
.partners-table tr:first-child td {
	border-top: none;
}

.partners-table tr:last-child td {
	border-bottom: none;
}

.partners-table tr td:first-child {
	border-left: none;
}

.partners-table tr td:last-child  {
	border-right: none;
}


.reklama-description {
	padding: 25px;
	height: 185px;
}

.reklama-description .title { 
	font-weight: bold;
	font-size: 16px;
	color: #3f3e42;
	display: block;
	margin-bottom: 15px;
}

.reklama-description ul {
	
}

.reklama-description ul li {
	font-size: 14px;
	color: #3f3e42;
	margin-bottom: 15px;
	display: block;
	
	background: url('images/list-dot.png') no-repeat 0 7px;
	padding-left: 10px;
}

.reklama-description ul li a {
	text-decoration: underline;
}

.reklama-description .half-left {
	float: left;
	width: 50%;
}

.reklama-description .half-left ul {
	padding-right: 100px;
}

.reklama-description .half-right {
	float: right;
	width: 50%;
}

.reklama-description .half-right ul {
	padding-right: 50px;
}

.reklama-table {
	width: 100%;
	border-collapse: collapse;
}

.reklama-table thead th {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	
	height: 70px;
	vertical-align: middle;
	
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	border-left: #c8c8ca 1px solid;
}

.reklama-table thead th.number {
	border-left: none;
	width: 4%;
}

.reklama-table thead th.text {
	text-align: left;
	padding-left: 10px;
	
	width: 47%;
}

.reklama-table tbody tr {
	border-top: #c8c8ca 1px solid;
	border-bottom: #c8c8ca 1px solid;	
}

.reklama-table tbody td {
	vertical-align: middle;
	text-align: center;
	border-left: #c8c8ca 1px solid;

	height:50px;
	
	font-size: 14px;
	color: #3f3e42;
}

.reklama-table tbody td.text {
	text-align: left;
	padding-left: 10px;
}

.reklama-table tbody td a {
	color: #314c83;
	text-decoration: underline;
}
.reklama-table tbody td.number {
	border-left: none;	
}

.reklama-table tbody tr.r-title td{
	background: #f3f3f2;
	font-weight: bold;
	
	border-top: #000 1px solid;		
	border-bottom: #000 1px solid;	
}
.reklama-table tbody td.reklama-title {
	text-align: left;
	padding-left: 10px;

	border-top: #000 1px solid;		
	border-bottom: #000 1px solid;
}

.reklama-text {
	padding: 30px 25px;
	font-size: 14px;
	color: #3f3e42;
	margin-bottom: 20px;
}

.reklama-text p {
	display: block;
	width: 50%;
	padding-right: 50px;
	margin-bottom: 15px;
}

.reklama-text a {
	color: #314c83;
	text-decoration: underline;
}


.voting-content p {
	font-size: 14px;
	color: #3f3e42;	
}

.voting-content p a {
	text-decoration: underline;
}
.voting-blocks {
	margin-top: 20px;
}
.voting-content .half-left,
.voting-content .half-right {
	width: 50%;
	float: left;
}

.voting-content .half-left .wrapper {
	padding-right: 10px;
}

.voting-content .half-right .wrapper {
	padding-left: 10px;
}
.voting-blocks .vote-block {
	box-sizing: border-box;
	background: #f1f1f0;
	display: block;
	margin-bottom: 25px;
	border: #c8c8ca 3px solid;
	
	padding: 20px;
}
.voting-blocks .vote-block label {
	cursor: pointer;
	font-size: 14px;
	display:block;
}
.voting-blocks .vote-block .input {
	margin-top: 8px;
	padding-left: 5px;
}

	.edit-news-popup .voting-blocks .vote-block .input {
		width: 35%;
		display: inline-block;
		height: 50px;
		margin-top: 35px;
	}
.edit-news-popup .voting-blocks .vote-block div.input.left{
	margin-left: 155px;
}
.voting-blocks .vote-block .input:first-child {
	margin-top: 10px;
}
.voting-blocks .vote-block p {
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

	.edit-news-popup .voting-blocks .vote-block p {
		text-align: center;
		text-transform: uppercase;
	}

.voting-blocks  input[type=submit] {
	display:block;
	margin: 10px auto 15px;
	color: #314c83;
	border: #314c83 3px solid;
	background: #fff;
	box-sizing: border-box;
	height: 55px;
	line-height: 50px;
	font-size:21px;
	text-transform: uppercase;
	padding: 0 20px;
	
	cursor: pointer;
}

.vote-block .result {
	display:block;
	margin-top: 13px;	
}
.vote-results .vote-block {
	padding-bottom: 15px;
}
.vote-results .vote-block p {
	margin-bottom: 15px;
}

.vote-block .result .answer {
	display:block;
	float: left;
	width: 43.5%;
	
	color: #3f3e42;
	font-size:14px;
	padding-right: 10px;
}

.vote-block .result .answer a{
	color:red;
}

.vote-block .result .percent-value {
	color: #3f3e42;
	font-size:14px;
	margin-top: -3px;	
	display:block;
}

.progress {
	display:block;
	width: 100%;
	height: 20px;
	background:#e8e8e7;
	position: relative;	
	overflow:hidden;
}

.progress .progress-bar  {
	background: #314c83;
	height:100%;
	float:left;
	line-height:20px;
	width:0;
}

.vote-block .result .progress {
	width: 44%;
	float:left;
	margin-right: 10px;
}

.cotent-separator {
	display: block;
	height: 8px;
	width: 100%;
	margin-left: -35px;
	background: #e5e5e3;
	
	margin-bottom: 25px;
}

.atlet-wrap, .org-content {
	padding: 0 !important;
	background: transparent !important;
}

.atlet-wrap .cotent-separator,
.org-content .cotent-separator  {
	margin-bottom: 0;
}

.atlet-wrap .filter-wrap,
.org-content .filter-wrap,
.sportingevents-content .filter-wrap,
.page-calendar .filter-wrap  {
	border-bottom: #d55332 2px solid;
}

.atlet-filter .form-element {
	display: block;
	float: left;
	margin-right: 15px;	
	position:relative;
	/*z-index: 1001;*/
	z-index:inherit;
}

.atlet-filter .form-element .custom-text {
	font-style: italic;
}

.atlet-filter .form-element label {
	font-size: 14px;
	color: #47464a;
	display: block;
}
.atlet-filter .form-element select {
	font-style: italic;
}

.atlet-filter .form-element .input-wrap {
	display: block;
	float: left;
	max-width: 256px;
	margin-top: 0px;
}


.atlet-wrap .year-time select {
	width: 261px;
}

.atlet-wrap .year-time .sport-type {
	margin-left: 0px;
}
.atlet-wrap .fio {
	margin-bottom: 5px;
}

.atlet-wrap .fio input[type=text],
.org-content .org-name input[type="text"],
.sportingevents-content .sportingevents-name input[type="text"],
.sportingevents-content .form-element.dates-from input[type="text"],
.page-calendar .name input[type="text"],
.page-calendar .form-element.dates-from input[type="text"] {
	display: block;
	border: #c8c8ca 1px solid;
	box-sizing: border-box;
	background: #fff;
	font-size: 14px;
	color: #47464a;
	font-style: italic;
	opacity: 0.8;
	height: 32px;
	padding-left: 10px;
}
.atlet-wrap .year-from  {
	margin-left: 17px;
	/*margin-right: 10px;*/
}
.atlet-wrap .year-from .input-wrap {
	margin-left: -14px;
	width: 93px;
}

.atlet-wrap .year-from .input-wrap .custom-select{float: left;}
.atlet-wrap .year-from .input-wrap span.tit,
.sportingevents-content .form-element.dates-from .input-wrap span.tit,
.page-calendar .form-element.dates-from .input-wrap span.tit {
	display: block;
	float: left;
	font-size: 14px;
	color: #47464a;
	max-width: 20px;
	line-height: 30px;
	margin-right: 5px;
	min-width: 10px;
}
.atlet-wrap .year-from .input-wrap span.tit{width:20px;}
.atlet-wrap .year-from .year-to{width: 96px;}
.atlet-wrap .year-from .year-to{margin-left:3px;}
.atlet-wrap .year-from .input-wrap select{width:70px;}
.atlet-wrap .champ,.atlet-wrap .champ select,.atlet-wrap .rank,.atlet-wrap .rank select{width:129px;}
.atlet-wrap .rank{float:left;margin:0;}
.atlet-wrap .rank .input-wrap{float:right;}
.atlet-filter-sbmit{float:right;margin-top:0;}
.content-wrap.search-wrap .atlet-filter-sbmit{margin-top:0;}
.atlet-filter-sbmit input[type=button] {
	display: block;
	float: left;
	cursor: pointer;
	width: 127px;
	height: 33px;
	color: #c44242;
	border: #c44242 2px solid;
	background: #e5e5e3;
	margin-right: 12px;
	
	font-size: 14px;
}

.content-wrap.users-page input[type=submit],
.atlet-filter-sbmit input[type=submit] {
	display: block;
	float: left;
	cursor: pointer;
	min-width: 127px;

	height: 33px;
	color: #fff;
	border: #c44242 2px solid;
	background: #c44242;
	
	font-size: 14px;
}

.atlet-wrap .custom-select select {
	display: none;
}


.atlet-results .results-count {
	display: block;
	color: #3f3e42;
	font-size: 14px;
	line-height: 37px;
}

.atlet-results {
	
}
.atlet-results .results-list {
	background: #fff;
	padding-bottom: 85px !important;
}
.atlet-wrap .simple-block {
	display: table-cell;
	float: left;
	position: relative;
	
	color: #161617;

	/*margin: 2px;*/
	/*margin: 0 !important;*/
}
.atlet-wrap .simple-block img.black-white,
.atlet-wrap .simple-block img.color {
	width: 100%;
}

.atlet-wrap .big-block {
	display: block;
	
	box-sizing: border-box;
	/*margin: 2px;*/
	
	z-index: 1000;
	
	position: relative;
}
.atlet-wrap .big-block .wrap-block {
	display: block;
	float: left;
	padding-left: 5px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	border: #d2d2d2 1px solid;
	box-sizing: border-box;
}
.atlet-wrap .big-block .wrap-block.active .short-info {
	position: realtive;
}
.atlet-wrap .big-block .wrap-block .short-info .short-info-table strong {
	display: inline-block;
	min-width:85px;
}
.atlet-wrap .big-block .wrap-block.active .short-info .photo-big {
	float: none;
	margin-bottom: 0;
}
.atlet-wrap .big-block .wrap-block.active .short-info .sport-link {
	position: absolute;
	bottom: 0px;
}
.atlet-wrap .big-block .wrap-block.active .description {
	float: right;
}
.atlet-wrap .big-block .wrap-block.active .description .full {
	display: block;
}

.atlet-wrap .huge-block {
	border:#d2d2d2 1px solid;
	box-sizing: border-box;
}
.atlet-wrap .huge-block .wrap-block {
	border: none;
}
.atlet-wrap .huge-block .additional-info {
	
	display: block;
	padding: 20px 10px;
	background: #006cbc;
	color: #fff;
	float:right;
	font-size:13px;	
	
	position: relative;
}
.atlet-wrap .huge-block .additional-info a {
	color: #fff;	
	text-decoration: underline;	
}
.atlet-wrap .huge-block .additional-info .info-fio {
	font-size:18px;
	display: block;
	margin-bottom: 15px;
}
.atlet-wrap .huge-block .additional-info .desc {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.atlet-wrap .huge-block .additional-info  .info-date {
	position: absolute;
	bottom: 20px; left: 10px;
	font-size: 10px;
	text-decoration: none;
}
.atlet-wrap .big-block .photo-big {
	border: #d2d2d2 3px solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
/*.atlet-wrap .big-block .sport-link {*/
.sport-link {
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-decoration: none;
	color: #314c83;
	font-weight: 600;
	margin-bottom: 10px;
}
/*.atlet-wrap .big-block .sport-link img {*/
.sport-link img {
	float: left;
	margin-right: 10px;
}
.atlet-wrap .big-block .short-info {
	color: #000;
	font-size: 13px;
	line-height: 20px;
	display: block;
	float: left;
}
.atlet-wrap .big-block .short-info td {
	width: 55%;
}

.atlet-wrap .big-block .description {
	display:block;
	color: #47464a;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
}

.atlet-wrap .big-block .description p {
	margin-bottom: 15px;
}
.atlet-wrap .big-block .description .full {
	display: none;
}
.atlet-wrap .huge-block .short-info {
	float: none;
}

.atlet-wrap .simple-block .black-white {
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
}
.atlet-wrap .simple-block .color {
	position: relative;
	top: 0; left: 0;
}

.atlet-wrap .simple-block  .block-fio {
	background: url('images/atlet-list-fio-bg.png');
	display: block;
	height: 47px;
	width: 100%;
	
	position:absolute;
	left: 0; bottom: 0;
	z-index: 2;
}

.atlet-wrap .simple-block  .block-fio span {
	display: block;
	margin-left: 5px;
	/*margin-top: 5px;*/
	margin-top: 2px;
	font-size: 14px;
}

.atlet-wrap .button {
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 55px;
	line-height:50px;
	box-sizing: border-box;
	color: #314c83;
	text-align: center;
	border: #314c83 3px solid;
	font-size:21px;
	text-transform: uppercase;	
	
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -120px;	
}
.atlet-wrap .resultbottom {
	position:absolute;
	bottom:30px;
	font-size:14px;
	color:#777;
}
.atlet-search-text {
	display: block;
	background: #fff;
	
	padding: 15px 10px;
	
	font-size: 14px;
}
.atlet-wrap  .top-string {
	display: block;
	margin-bottom: 5px;
}

.atlet-wrap  .top-string  strong {
	font-size: 16px;
}
.atlet-search-text a {
	color: #1d2d4e;
	text-decoration: underline;
}
.atlet-search-text-list {
	display: block;
	margin-top: 25px;
}
/*
.atlet-search-text-list .half-left,
.atlet-search-text-list .half-right {
	width: 50%;
	float: left; 
	display: block;
}

.atlet-search-text-list .half-left .wrapper {
	padding-right: 5px;
}

.atlet-search-text-list .half-right .wrapper {
	padding-left: 5px;
}
*/
.atlet-search-text-list .element {
	display: block;
	margin-bottom: 12px;
}
.atlet-search-text-list .element .description {
	color: #000;
	display: block;
}

.atlet-search-text-list .element small {
	display: block;
}

.atlet-search-text-list .element  .atlet-text-date {
	color: #747373;
	text-decoration: none;
	font-size: 12px;
}

.atlet-view-history {
	background: #fff;
	padding-top: 10px;
	padding-left: 5px;
	color: #000000;
	font-size: 16px;
	padding-bottom: 5px;
}

.atlet-history-list {
	display: block;
	overflow:hidden;
}

.atlet-view-history  .top-string {
	margin-bottom: 10px;
}

/* atlet popup */
.atlet-popup {
}
.atlet-popup .atlet-content {
	padding: 0 25px;
	overflow:hidden;
}
.atlet-popup .atlet-content .description {
	position: relative;
	overflow:hidden;
	/*padding-bottom: 30px;*/
	padding-bottom: 15px;
	/*border-bottom: #d2d2d2 1px solid;*/
	border-bottom: 0;
	/*margin-bottom: 20px;*/
}
.atlet-popup .atlet-content .description .photo {
	float: left;
	width: 155px;
	text-align: left;
}

.atlet-popup .atlet-content .description .photo-big{
	border: #d2d2d2 3px solid;
	margin-right: 10px;
	margin-bottom: 5px;	
	width:133px;
}
.atlet-popup .atlet-content .description .equal {
	color: #526da4;
	font-size: 18px;
	font-family: 'Comfortaa', cursive;	
	margin-top: 13px;
}
.atlet-popup .atlet-content .description .links {
	width: 176px;
	float: left;
}
.atlet-popup .atlet-content .description .socials{float:left;color:#9fa0a0;font-size:13px;} 
.atlet-popup .atlet-content .description .socials .atlet-social-links,
.atlet-popup .atlet-content .description .socials .search-links{margin-top:5px;}
.atlet-social-links a{float:left;margin-right:4px;}
.atlet-popup .atlet-content .description .socials .search-links a{float:left;margin-right:6px;}
.atlet-popup .atlet-content .description .socials,
.atlet-popup .atlet-content .description .links{margin-top:10px;}
.atlet-popup .atlet-content .description .links a{font-size:14px;font-weight:bold;color:#314c83;text-transform:uppercase;}
/*.atlet-popup .atlet-content .text-description {
	margin-top: -4px;
}*/
.atlet-popup .atlet-content .text-description p {
	font-size: 14px;
	color: #010101;
	display: block;
	text-align: justify;
	margin-bottom: 15px;
	font-weight: 600;
}

.atlet-popup .atlet-content .medals {
	
}
.atlet-popup .atlet-content .medals span {
	display:block;
	float: left; 
	margin-right: 4px;
}
.atlet-popup .atlet-content .info  {
	margin-left: 155px;
	padding-right: 20px;
	margin-top: -9px;
}
.atlet-popup .atlet-content .info table {
	font-size: 14px;
	width: 100%;
	line-height: 29px;
}

.atlet-popup .atlet-content .info table td h1 {
	font-size: 14px;
	line-height: 29px;
	font-weight: normal;
}

.atlet-popup .atlet-content .info table .small-height td {
	line-height: 24px; 
}
.atlet-popup .atlet-content .info table .pad-top td {
	padding-top: 5px;
}
/*
.atlet-popup .half-left,
.atlet-popup .half-right {
	width: 50%;
	float: left;
}
.atlet-popup .half-left .wrapper {
	padding-right: 15px;
}
.atlet-popup .half-right .wrapper {
	padding-left: 15px;
}
*/
.atlet-popup .atlet-content h2,
.atlet-popup .atlet-content h3,
.atlet-popup .atlet-content h4,
.atlet-popup .atlet-content h5
 {
	font-weight: 400;
	color: #c44242;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 25px;
}
.atlet-popup .atlet-content h5{
	color:#000000;
}
.atlet-popup .atlet-content .links h4,
.atlet-popup .atlet-content .socials h4{margin:0;display:inline-block;}
	.atlet-popup .atlet-content .socials h4{font-size:12px;font-weight:bold;color:#848484;text-transform:uppercase;}
.atlet-popup .atlet-content table{width:100%;border-collapse:collapse;}
/*
.atlet-popup .atlet-content .columns-2 {
	margin-bottom: 25px;
}
*/

.atlet-popup .atlet-content table.striped td {
	border: #d2d2d2 1px solid;
	vertical-align: top;
	padding: 7px 0 7px 15px;
	font-size: 14px;
	color: #010101;
	font-weight: 600;
	min-width: 160px;
}
.atlet-popup .atlet-content table.striped .even td{
	background: #e5e5e3;
}

.atlet-popup .atlet-content table.not-striped th {
	background: #e5e5e3;
	padding: 7px 0 7px 15px;
	font-weight: normal;
	font-size: 14px;
	color: #848484;
	border: #d2d2d2 1px solid;
	text-align: left;
}
.atlet-popup .atlet-content table.not-striped td {
	border: #d2d2d2 1px solid;
	vertical-align: middle;
	padding: 7px 0 7px 15px;
	font-size: 14px;
	color: #010101;
	font-weight: 600;
	background:#fff;
}
th.centered,
td.centered {
	text-align: center !important; 
	padding-left: 0 !important;
}

.atlet-popup .atlet-content .table-heading {
	display:block;
	background: #e5e5e3;
	border-top: #d2d2d2 1px solid;
	border-left: #d2d2d2 1px solid;
	border-right: #d2d2d2 1px solid;
	
	padding: 15px 10px;
	color: #848484;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.atlet-popup .atlet-content .table-heading.non-top-border {
	border-top: none;
}

.atlet-popup .atlet-content .special-table-heading {
	display:block;
	background: #e5e5e3;
	border-top: #d2d2d2 1px solid;
	border-left: #d2d2d2 1px solid;
	border-right: #d2d2d2 1px solid;
	
	/*height: 45px;*/
	padding-left: 10px;
	position: relative;	
}

.atlet-popup .atlet-content .special-table-heading .sex {
	color: #000;
	font-size: 16px;
	display: block;
	margin-top: 4px;
}
.atlet-popup .atlet-content .special-table-heading .type {
	color: #4d5252;
	font-size: 14px;
	display: block;
	/*line-height: 11px;*/
}
.atlet-popup .atlet-content .special-table-heading .protocol {
	font-size: 14px;
	color: #314c83;
	position: absolute;
	top: 5px;
	right: 5px;
}

.atlet-popup .widgets{width:95%;float:left;margin-top:10px;}
.atlet-popup .widgets .responsive-block{width:50%;}
	.atlet-popup .widgets #reestr-title .big-title h3,
	.atlet-popup .widgets #addperson-title .big-title h3{
		padding:0;
		margin: 0;
	}
.atlet-popup .widgets #reestr-title .big-title a{
	font-size: 20px;
    height: 250px;
    line-height: 28px;
}
	.atlet-popup .widgets #addperson-title .big-title {
		background:#D23710;
	}
	.atlet-popup .widgets #addperson-title .big-title a {
		font-size: 24px;
		height: 250px;
	}
.atlet-popup .widgets .big-calendar-title .block {
    padding-top: 10px;
    height: 280px;
}
.atlet-popup .widgets .big-calendar-title.open-calendar .block {
    padding-top: 40px;
    height: 360px;
}
.atlet-popup #calendar .footing-calendar .field.day{
	width: 25.5%;
}
.atlet-popup #calendar .big-calendar-title .lighter {
	font-size: 33px;
	padding-left: 8px;
}
.atlet-popup #calendar .big-calendar-title .darker {
	font-size: 33px;
    padding-left: 8px;
	line-height: 50px;
    padding-top: 7px;
}
.medal {
	display: inline-block;
	width: 28px;
	height: 18px;
	background-image: url('images/medals.png');
	background-repeat: no-repeat;
	
	font-size: 11px;
	text-align: center;
	padding-top: 18px;
	font-family: 'Comfortaa', cursive;	
}
.medal.gold {
	background-position: 0 0;
	color: #fe7800;
}
.medal.silver {
	background-position: -28px 0;
	color: #444444;
}
.medal.bronze {
	background-position: -56px 0;
	color: #ff412c;
}
.medal.total {
	background-position: -84px 0;
	color: #526da4;
}

.atlet-popup-bg,.region-popup-bg,.org-popup-bg,
.edit-person-bg,.edit-organization-bg,.edit-sportingevent-bg,.edit-news-bg
,.edit-calendar-bg
{
	display:none;
	background: #e5e5e3;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1001;
	top:0;
	left:0;
}

.edit-bg,.edit-person-bg,.edit-organization-bg,.edit-sportingevent-bg,.edit-calendar-bg,.edit-news-bg {
    position: fixed;
    z-index: 2003;
}
.edit-news-bg {
	z-index: 2000;
}

.search-popup,.edit-popup,
.atlet-popup, .region-popup, .org-popup,
.edit-person-popup, .search-person-popup, .edit-organization-popup, .edit-sportingevent-popup, .edit-news-popup,
.search-organization-popup, .search-sportingevent-popup, .search-calendar-popup {
	display:none;
	position: absolute;
	left: 50%;	
	width: 80%;
	margin: 0 auto;
	background:#fff;
	border: #c44242 3px solid;
	padding: 10px 0;
	z-index: 2002;
	overflow:hidden;
	box-sizing: border-box;
}

.search-popup,.edit-popup,
.edit-person-popup, .search-person-popup, 
.edit-organization-popup, 
.edit-sportingevent-popup,
.edit-calendar-popup,
.search-organization-popup, 
.search-sportingevent-popup,
.search-calendar-popup {
    z-index: 2003;
    min-height: 500px;
}

.edit-popup.help{
	border: 0;
	background:#FFFCC4 url('images/question.png') 10px 10px no-repeat;
	min-height: 300px;
	z-index: 3000;
	display: block;
	bottom: 0px;
	width: 850px;
	margin-left: 0px;
	right: 0;
	left: inherit;
	position: fixed;
}

.edit-popup.help .wrapper{
	padding: 0 20px;
}
.edit-popup.help .wrapper .popup-content{
	overflow:auto;
}
	.edit-popup.help .wrapper p, .edit-popup.help .wrapper li{
		margin-bottom:7px;
	}
	.edit-popup.help .wrapper ol {
		padding-left: 40px;
	}
.edit-popup.cities .chzn-container .chzn-results {
    max-height: 100px;
}

.edit-author-popup.addauthor,
.edit-source-popup.addsource{
	z-index:2006;
}
.search-popup .table-striped tbody &gt; tr:nth-child(odd) &gt; td {

}
.search-popup .table th, .search-popup .table td {
    padding-top: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

.edit-popup .heading,
.atlet-popup .heading,
.region-popup .heading,
.org-popup .heading,
.edit-person-popup .heading {
	display:block;
	height:60px;
	padding: 0 25px;
}

.edit-popup .heading .messages .content,
.edit-popup .heading .messages .content a{
	width: 500px; 
	float: left; 
	color: red; 
	margin-bottom: 15px; 
	font-size: 14px;
}

.atlet-popup .heading{margin-bottom:15px;}
.atlet-popup .heading .links.news{float:left;}
.atlet-popup .heading .links.news a{padding-top:13px;float:left;color:#010101;}
.atlet-popup .heading .links.news a span.n{color:#22B14C}
.atlet-popup .heading .links.news a img{width:37px;float:right;margin:-5px 0 0 20px;}
.atlet-popup .heading .banner{float:left;width:100%;}
.atlet-popup .heading .banner a{outline:none;}
.org-popup .heading-title h1{
	font-size:16px;
	font-weight: normal;
}

.atlet-popup .heading .sport-link {
	font-size: 18px;
	font-weight: 400;
	height:53px;
	line-height: 53px;
}
.atlet-popup .heading .sport-link img {
	width: 53px;
	height: 53px;
}
.atlet-popup .heading .sport-link h2{
	font-size: 18px;
	font-weight: 400;
	display:inline-block;
}

.atlet-popup .heading .heading-title{
	margin-right:20px;
}	

.edit-popup .heading .title{color:#314c83;font-size:22px;font-weight:400;line-height:53px;font-family:'Open Sans', sans-serif;}

.atlet-popup .heading .heading-title ,
.region-popup .heading .heading-title,
.org-popup .heading .heading-title{display:block;float:left;}

.atlet-popup .heading .right-buttons,
.region-popup .heading .right-buttons,
.org-popup .heading .right-buttons,
.edit-popup .heading .right-buttons,
.edit-person-popup .heading .right-buttons,
.edit-organization-popup .heading .right-buttons{display:block;float:right;margin-right:-10px;}

.print, .smile, .book, .sound{display:inline-block;width:43px;height:43px;box-sizing:border-box;background:url('images/print-popup-icon.png') no-repeat center center;margin-right:5px;}
.smile{background:url('images/smile.png') no-repeat center center;}
.book{background:url('images/book-100.png') no-repeat center center;background-size:34px;}
.sound{background:url('images/sound.png') no-repeat center center;background-size:25px;background-color: #b9edb9;border-radius:20px;}

.news-page .print,.page-calendar .print{float: right;}
.atlet-popup .heading .right-buttons .close,
.region-popup .heading .right-buttons .close,
.org-popup .heading .right-buttons .close,
.edit-person-popup .heading .right-buttons .close,
.edit-organization-popup .heading .right-buttons .close,
.edit-sportingevent-popup .heading .right-buttons .close,
.mail-popup a.close,
.registration-person-popup a.close,
.search-person-popup a.close,
.search-organization-popup a.close,
.search-sportingevent-popup a.close,
.box-for-scoreboard a.close,
a.close-icon
{display:inline-block;width:43px;height:43px;box-sizing:border-box;background:transparent url('images/close-popup-icon.png') no-repeat center center;}
a.close-icon{float:right;}
.box-for-scoreboard a.close{float:right;margin:5px;}

.atlet-popup .heading .right-buttons a:hover,
.region-popup .heading .right-buttons a:hover,
.org-popup .heading .right-buttons a:hover,
.edit-person-popup .heading .right-buttons a:hover,
.edit-organization-popup .heading .right-buttons a:hover,
.edit-sportingevent-popup .heading .right-buttons a:hover,
.search-person-popup a.close:hover,
.search-organization-popup a.close:hover,
.search-sportingevent-popup a.close:hover,
.box-for-scoreboard a.close:hover,
a.close-icon:hover  
 {
	border-radius: 30px;
	background-color: #e5e5e3;
}
.region-popup .heading .heading-title {
	font-size: 18px;
	color: #314c83;
	text-decoration: none;
	line-height: 45px;
}

.region-popup .regions thead th {
	border-top: #000 1px solid;
}

.region-popup .popup-content .second-table tr:first-child td {
	border-top: none;
}
.region-popup .popup-content .scroll-wrap {
	overflow:hidden;
	display: block;
}

.flag-in-table {
	display: block;
	max-width: 70px;
	margin: 0 auto;	
}

.flag-in-table img {
	float: left;
}
.nicescroll-rails * {
	-webkit-backface-visibility: hidden;
}



.org-filter .form-element {
	display: block;
	float: left;
}

.org-filter .form-element .custom-text {
	font-style: italic;
}

.org-filter .form-element label {
	font-size: 14px;
	color: #47464a;
	display: block;
}
.org-filter .form-element select {
	font-style: italic;
}

.org-filter .form-element .input-wrap {
	display: block;
	float: left;
	max-width: 256px;
	margin-top: 10px;
}


.org-filter-sbmit {
	float:right;
}

.org-filter-sbmit input[type=button] {
	display: block;
	float: left;
	cursor: pointer;
	width: 127px;
	height: 33px;
	color: #c44242;
	border: #c44242 2px solid;
	background: #e5e5e3;
	margin-right: 12px;
	
	font-size: 14px;
}

.org-filter-sbmit input[type=submit] {
	display: block;
	float: left;
	cursor: pointer;
	width: 127px;

	height: 33px;
	color: #fff;
	border: #c44242 2px solid;
	background: #c44242;
	
	font-size: 14px;
}

.org-results .results-list,
.sportingevents-results .results-list {
	background: #fff;
	padding-bottom: 85px !important;
}

.content-results .results-count,
.org-results .results-count,
.sportingevents-results .results-count,
.olympicgames-results .results-count {
	display: block;
	color: #3f3e42;
	font-size: 14px;
	line-height: 37px;
}

.org-content .button,
.sportingevents-content .button,
.page-calendar .button {
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 55px;
	line-height:50px;
	box-sizing: border-box;
	color: #314c83;
	text-align: center;
	border: #314c83 3px solid;
	font-size:21px;
	text-transform: uppercase;	
	
	position: absolute;
	left: 50%;
	margin-left: -120px;	
}

.org-results .results-table,
.sportingevents-results .results-table {
	display: table;
    border-collapse:collapse;
	width: 100%;	
	margin-left: -1px;
	margin-bottom: 20px;
}

.org-block {
	display: block;
	float: left;
	height: 280px;
	border-bottom: #c8c8ca 1px solid;
	border-left:  #c8c8ca 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
@media (min-width: 100px) {
	.content-wrap .page-content .news-big,
	.content-wrap .page-content .news-list
	{
		width: 100%;
	}		
}

@media (min-width: 822px) {
	.org-block.small {
		width: 273px;
	}
	.org-block.big {
		width: 546px;
	}
	.content-wrap .page-content .news-big,
	.content-wrap .page-content .news-list
	{
		/*width: 49%;*/
	}	
}

@media (min-width: 1060px) {
	.org-block.small {
		width: 265px;
	}
	.org-block.big {
		width: 530px;
	}
	.content-wrap .page-content .news-big,
	.content-wrap .page-content .news-list
	{
		/*width: 48%;*/
	}
	.content-wrap .page-content .news-big {
		/*max-width: 822px;*/
	}		
}

@media (min-width: 1280px) {
	.org-block.small {
		width: 256px;
	}
	.org-block.big {
		width: 512px;
	}
	.content-wrap .page-content .news-big,
	.content-wrap .page-content .news-list
	{
		/*width: 50%;*/
	}
	.content-wrap .page-content .news-big {
		/*max-width: 520px;*/
	}			
}

.org-block .wrap {
	padding: 15px;
	position: relative;
}

.org-block.small{
	overflow:hidden;
}

.org-block .org-title {
	font-size: 14px;
	color: #314c83;
	text-decoration: none;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.org-block .org-address {	
	font-size:13px;
	color: #000;
	display: block;
	line-height: 16px;
	font-weight: 600;	
}
.org-block .org-address a{
	color: #314c83;

	font-size: 13px;
}

.org-block .org-description {
	display: block;
	clear: left;
}

.org-block .org-description p {
	font-size: 13px;
	color: #47464a;
	display: block;
	margin-top: 10px;
	line-height: 16px;
}

.org-block .org-description a {
	color: #314c83;
	
	font-size: 13px;
}


.org-block .org-logo {
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
	line-height: 140px;
	margin: 0 10px 5px 0;
}

.org-block .org-logo img {
	vertical-align: middle;
}

.org-block.active{
	background: #006cbc;
}

.org-block.active .org-title,
.org-block.active .org-address,
.org-block.active .org-address a,
.org-block.active .org-description p,
.org-block.active .org-description a
 {
	color: #fff;
}

.org-search-text {
	background: #fff;
	padding-bottom: 10px;
}

.org-search-text-list {
	display: table;
	border-collapse: collapse;	
	width: 100%;	
}

.org-search-text .top-string {
	padding: 20px 10px;
}
.org-search-text .org-block:first-child {
}
.org-search-text .org-block {
	border-top: #c8c8ca 1px solid;
	border-right: #c8c8ca 1px solid;
	border-left: none;	
}

.org-popup .heading-title {
	line-height: 58px;
}

.org-popup .popup-content {
	padding: 0 20px !important;
}

.org-popup .org-info  {
	padding-bottom: 15px;
	border-bottom: #d2d2d2 1px solid;
	margin-top: 10px;
}

.org-popup .org-info .org-logo-big,
.org-popup .org-info .org-info-full {
	display: block;
	float: left;
}
.org-popup .org-info .org-info-full h2{
	font-size:14px;
}

.org-popup .org-info .org-info-full p {
	margin-bottom:18px;
}
.org-popup .org-info .org-info-full #president p{
	margin-bottom: 5px;
}
.org-popup .org-info .org-logo-big {
	margin-right: 30px;
	text-align: center;
}

.org-popup .org-info .org-info-full td {
	min-width: 145px;
	line-height: 30px;
	color :#000;
	font-weight: 600;
	font-size: 14px;
}
.org-popup .org-info .org-info-full td a {
	color :#314c83;
	
}
.org-popup .org-info .org-info-full .socials  {
	margin-top: 30px;
}
.org-popup .org-info .org-info-full .socials .label {
	display: block;
	color: #9fa0a0;
	font-size: 14px;
	margin-bottom: 10px;
}

.org-popup .org-description-full {	
	padding-top: 20px;
}

.org-popup .org-description-full p {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	display:block;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 17px;
}

.org-popup .org-description-full p a {
	
}

.org-popup .org-description-full table {
	margin: 40px 0 30px 0;
}
.org-popup .org-description-full td {
	width: 50%;
	vertical-align: top;
}

.org-popup .org-description-full td p {
	font-size: 13px;
	text-align: left;
}

.org-popup .org-description-full td.half-left p {
	padding-right: 20px;
}

.org-popup .org-description-full td.half-right p {
	padding-left: 20px;
}

.atlet-results {
	font-size: 18px;
	display: block;
	margin-top: 10px;
}

.search-content .cotent-separator {
	margin-bottom: 0;
}

.search-content .org-search-text {
	padding-top: 10px;
}


.page-other {
	padding: 20px 30px;
}

.game-page .page-other {
	padding: 0;
}

.page-other img{
	margin: 0 15px 15px 0;
	float:left;
	
	max-width: 33%;
}

.page-other h2{
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}

.page-other {
	background: #fff;
}
.page-other .text-wrap {
	padding: 20px 30px 0;
}

.page-other p{
	margin-bottom: 15px;
	font-size: 14px;
	color: #3f3e42;
}

.page-other ul {
	list-style: none;
}

.game-page .page-other p ,
.game-page .page-other ul
{
	padding: 0 30px;
}

.page-other.no-padding {
	padding:0 !important;
}

.page-other th {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	height: 55px;
	border-top: none;
	border-right: none;
	width:200px;
	border: #c8c8ca 1px solid;
	border-bottom: #000 1px solid;
	border-top:#d55332 2px solid;
}

.page-other td {
	border: #c8c8ca 1px solid;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
.page-other td.country,
.page-other td:nth-child(2) {
	text-align: left;
	padding-left:20px;
}
	.page-other td.last, .page-other th.last,
	.page-other td:last-child, .page-other th:last-child {
		background: #f3f3f2;
		border-right: none;
	}
	
	.page-other td:first-child {
		background: #509ba8;
		color: #fff;		
	}
	
	.page-other tr:nth-child(-n+7) td:first-child {
		background: #ff764d;
		color: #3f3e42;		
		width: 50px;
	}	
	
	.page-other tr:nth-child(-n+4) td:first-child {
		background: #c44242;
		width: 50px;
		color: #fff;
	}
	
	.page-other tr.russia td {
		color: #c44242;
	}
	
.page-other table {
	border-collapse: collapse;
	width: 100%;
}
.page-other table .place,
.page-other table td:first-child,
.page-other table th:first-child  {
	border-left: none;
	text-align: center;
}

.page-other .title,
.page-other h2,.page-other h3,.page-other h4,.page-other h5 {
	font-weight: bold;
	font-size: 16px;
	color: #3f3e42;
	display: block;
	padding: 20px 0 0 30px;
}
.page-other h3{
	font-size: 14px;
}
.page-other h4{
	font-size: 12px;
}
.page-other h4{
	font-size: 10px;
}
.for-page-other .atlet-history-list {
	overflow:visible;
	height: auto;
	padding-bottom: 80px;
}

.for-page-other .simple-block {
	overflow: hidden;
}

.for-page-other .top-string {
	padding-left: 25px;
}

#BoxRatings td {
	padding-top: 25px;
}

/* temp.cssВ&nbsp;*/
.content-wrap .page-content .news-big .content a {
	color: #314c83;
	text-decoration: none;
	font-weight: bold;
}

.content-wrap .page-content .news-big .content a:hover {
	color:#C44242;
}

.regions td.title {
	text-align: left;
	padding-left: 20px;
}

.pluso-box {
	z-index:9999 !important;
}

.atlet-wrap a.simple-block{
	overflow: hidden;
}
.atlet-wrap div.simple-block.big-block{
	overflow: visible;
}

.social-links{
	width: 45px;
	height: 40px;
	background: url('images/social-links.png') no-repeat 0px 15px;
	float:left;
	margin-left: 0px;
}

	.social-links.facebook {
		margin-left: 20px;
	}

	.social-links.twitter {
		background-position: -45px 15px;
	}

    .social-links.ok {
        background-position: -135px 15px;
    }

	.social-links.vkontakte {
		background-position: -90px 15px;
	}
		
	.social-links.gplus {
		background-position: -180px 15px;
	}

	.social-links.livejournal {
		background-position: -225px 15px;
	}

    .social-links.telegram {
        background: url(images/socials/telegram-50.png) no-repeat 0px 15px;
        background-size: 40px;
    }

.atlet-wrap .simple-block .black-white.oldinfosport,.atlet-wrap .simple-block .color.oldinfosport {
		top: -30px;
	}

	.atlet-search-text .paginator {
		display: block;
		margin-bottom: 50px;
		text-align: center;
		margin: 10px 0 0 0;
	}

	.atlet-search-text .paginator ul {
		list-style: none;
		display: inline;
	}

	.atlet-search-text .paginator ul li {
		display: inline-block;
	}
	.atlet-search-text .paginator ul li a {
		display: block;
		width: 22px;
		height: 22px;
		color: #314c83;
		text-decoration: none;
		background: transparent;
		text-align: center;
		padding: 3px;
	}
	.atlet-search-text .paginator ul li a:hover, .atlet-search-text .paginator ul li.active a {
		border-radius: 25px;
		background: #314c83;
		color: #fff;
	}

	.atlet-results .results-list .short-info .photofix{
		width:150px;
		height:163px;
		overflow:hidden;
		border: #d2d2d2 3px solid;
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	.atlet-results .results-list .short-info .photofix img{
		width:100%;
		border:0;
		margin:0;
	}


	.datepicker table td.day.empty a{
		color:#707070 !important;
	}
	.datepicker table tr td.today.empty.day{
		background: none;
	}
	.datepicker table td.day.empty a:hover {
		background: none !important;
		font-weight: 100 !important;
		color:#707070 !important;
	}

	.atlet-wrap .huge-block .additional-info .info-date {
		position: relative;
		bottom: -5px;
		left: 0px;
	}

.atlet-results .results-list .short-info .photofix img.oldinfosport {
	position:relative;
	top:-15px;
}

.atlet-wrap .big-block .wrap-block.active .description .short {
	display: none;
}

.date-checker.datepicker .datepicker-switch.compact{line-height:18px;font-size: 18px;}
.simple-block.big-block.huge-block .sport-link img, .simple-block.big-block .sport-link img{width:42px;}
.atlet-results .results-list .wrap-block.active .short-info .photofix{margin-right:0;margin-left:6px;}
.atlet-wrap div.simple-block.big-block.inwardly .wrap-block{top:7px;height:270px;}
.atlet-wrap div.simple-block.big-block.inwardly .wrap-block.active{height:419px;}
.sport-footing .section-element{background-color:#777;}
#boxprotocols p{font-size: 13px;}
#boxprotocols table{margin-bottom:20px;}
#boxprotocols table .header{min-height:0;}
.atlet-popup .atlet-content #boxprotocols table td {
border: #d2d2d2 1px solid;
vertical-align: middle;
padding: 7px 0 7px 15px;
font-size: 14px;
color: #010101;
font-weight: 600;
background: #fff;
}
.atlet-popup .atlet-content #boxprotocols table th, 
.atlet-popup .atlet-content #boxprotocols .header td {
background: #e5e5e3;
padding: 7px 0 7px 15px;
font-weight: normal;
font-size: 14px;
color: #848484;
border: #d2d2d2 1px solid;
text-align: left;
}

.atlet-popup .atlet-content #boxprotocols table td img.flag {
	position:relative;
	left:-5px;

}

.moscow-star.notactive:hover{
	background-position: bottom center;
}
.city-dot.notactive{
	cursor:default;
}
.city-dot.notactive:hover {
	background-position: top left;
}

a.big-slide div.image {
	text-align: center;
}

a.big-slide div.image div{
	float:right;
	width:1px;
	height:1px;
}
	a.big-slide div.image div img{
		float:left;
		position:relative;
		z-index:9;
		top:0;
		left:-36px;
	}
#map .layers .select-list.default-scroll ul{
	/* width: 293px !important; */
}

.mapTooltip .wrapper .content{
	display:inline-block;
	margin-top: 0;
}

/* Р“СЂР°С„РёРє */
.activity-pane.block .short-footing-link {
	background: #3c4cab;
}

.activity-pane.block {
	background: #a2a2a5;
}
.activity-pane.block .footing-arrow-right {
	right: 20px;
}

.activity-pane-wrap {
	display: block;
	height: 280px;
	width:100%;
	background: #eeeae9;	
	position: relative;
}

.activity-pane-wrap .panes {
	width: 250px;
	height: 280px;
	margin: 0 auto;
}
.activity-pane-wrap  .panes-top {
	display: block;
	width: 100%;
	height: 239px;	
	position: absolute;
	top: 0;
	right: 0;
	background: #eeeae9;
	z-index: 3;
}

.activity-pane .pane {
	display: block;
	float: left;
	width: 49px;
	text-align:center;
	background-repeat: no-repeat;
	min-height:253px;
	height:100%;
	position:relative;
	
	font-size: 14px;
	color: #3f3e42;	
	background: #eeeae9;
	overflow:hidden;
}


.activity-pane .pane .value {
	display: block;
	height: 241px;
	top: 280px;
	width: 49px;
	position: absolute;
	background: url('images/activity-pane-bg.png') repeat-y;
	z-index:1;
}

.activity-pane .pane .value-bg {
	display: block;
	width: 100%;	
	height: 18px;
	background: url('images/activity-pane-bg.png') repeat-y;
	
	position: absolute;
	bottom: 23px;
	z-index: 2;
}

.activity-pane .pane .value-bg .circle {
	width: 100%;	
	height: 18px;
	background-image: url('images/panes.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.activity-pane .pane.pane1 .value,
.activity-pane .pane.pane1 .value-bg{
	background-position: 0 0;
}
.activity-pane .pane.pane2 .value,
.activity-pane .pane.pane2 .value-bg{
	background-position: -49px 0;
}
.activity-pane .pane.pane3 .value,
.activity-pane .pane.pane3 .value-bg{
	background-position: -98px 0;
}
.activity-pane .pane.pane4 .value,
.activity-pane .pane.pane4 .value-bg{
	background-position: -147px 0;
}
.activity-pane .pane.pane5 .value,
.activity-pane .pane.pane5 .value-bg{
	background-position: -196px 0;
}

.activity-pane .pane.pane6 .value,
.activity-pane .pane.pane6 .value-bg{
	background-position: -245px 0;
}

.activity-pane .pane.pane7 .value,
.activity-pane .pane.pane7 .value-bg{
	background-position: -294px 0;
}

.activity-pane .pane.pane8 .value,
.activity-pane .pane.pane8 .value-bg{
	background-position: -343px 0;
}

.activity-pane .pane.pane9 .value,
.activity-pane .pane.pane9 .value-bg{
	background-position: -392px 0;
}

.activity-pane .pane.pane10 .value,
.activity-pane .pane.pane10 .value-bg{
	background-position: -441px 0;
}

.activity-pane .pane.pane11 .value,
.activity-pane .pane.pane11 .value-bg{
	background-position: -490px 0;
}

.activity-pane .pane.pane12 .value,
.activity-pane .pane.pane12 .value-bg{
	background-position: -539px 0;
}

.activity-pane .pane.pane13 .value,
.activity-pane .pane.pane13 .value-bg{
	background-position: -539px 0;
}

.activity-pane .pane.pane13 .value,
.activity-pane .pane.pane13 .value-bg{
	background-position: -588px 0;
}

.activity-pane .pane.pane14 .value,
.activity-pane .pane.pane14 .value-bg{
	background-position: -637px 0;
}

.activity-pane .pane.pane15 .value,
.activity-pane .pane.pane15 .value-bg{
	background-position: -686px 0;
}

.activity-pane .pane.pane16 .value,
.activity-pane .pane.pane16 .value-bg{
	background-position: -735px 0;
}

.activity-pane .pane.pane17 .value,
.activity-pane .pane.pane17 .value-bg{
	background-position: -784px 0;
}

.activity-pane .pane.pane18 .value,
.activity-pane .pane.pane18 .value-bg{
	background-position: -833px 0;
}

.activity-pane .pane.pane19 .value,
.activity-pane .pane.pane19 .value-bg{
	background-position: -882px 0;
}

.activity-pane .pane.pane20 .value,
.activity-pane .pane.pane20 .value-bg{
	background-position: -931px 0;
}

.activity-pane .pane.pane21 .value,
.activity-pane .pane.pane21 .value-bg{
	background-position: -980px 0;
}

.activity-pane .pane.pane22 .value,
.activity-pane .pane.pane22 .value-bg{
	background-position: -1029px 0;
}

.activity-pane .pane.pane23 .value,
.activity-pane .pane.pane23 .value-bg{
	background-position: -1078px 0;
}

.activity-pane .pane.pane24 .value,
.activity-pane .pane.pane24 .value-bg{
	background-position: -1127px 0;
}

.activity-pane .pane.pane25 .value,
.activity-pane .pane.pane25 .value-bg{
	background-position: -1176px 0;
}




.activity-pane .pane .label {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	background: #eeeae9;
	z-index:2;
	padding-bottom: 4px;
}

.activity-pane .pane-bg {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height:100%;
}

.activity-pane .value-label {
	position: relative;
	z-index: 2;
}

.activity-pane .pane .pane-bg {
	background-image: url('images/panes.png');
}

.activity-pane .pane.p10 .pane-bg {
	background-position: 0 -2px;
}
.activity-pane .pane.p10 .value-label {
	top: 165px;
}
.activity-pane .pane.p20 .pane-bg {
	background-position: -49px -2px;
}
.activity-pane .pane.p20 .value-label {
	top: 148px;
}
.activity-pane .pane.p30 .pane-bg {
	background-position: -98px -2px;
}
.activity-pane .pane.p30 .value-label {
	top: 127px;
}
.activity-pane .pane.p40 .pane-bg {
	background-position: -147px -2px;
}
.activity-pane .pane.p40 .value-label {
	top: 108px;
}
.activity-pane .pane.p50 .pane-bg {
	background-position: -196px -2px;
}
.activity-pane .pane.p50 .value-label {
	top: 90px;
}
.activity-pane .pane.p60 .pane-bg {
	background-position: -245px -2px;
}
.activity-pane .pane.p60 .value-label {
	top: 71px;
}
.activity-pane .pane.p70 .pane-bg {
	background-position: -294px -2px;
}
.activity-pane .pane.p70 .value-label {
	top: 51px;
}
.activity-pane .pane.p80 .pane-bg {
	background-position: -343px -2px;
}
.activity-pane .pane.p80 .value-label {
	top: 33px;
}
.activity-pane .pane.p90 .pane-bg {
	background-position: -392px -2px;
}
.activity-pane .pane.p90 .value-label {
	top: 15px;
}
.activity-pane .pane.p100 .pane-bg {
	background-position: -441px -2px;
}
.activity-pane .pane.p100 .value-label {
	top: -5px;
}
/* Р“СЂР°С„РёРє */

.news-page .activity-pane.block .short-footing-link {
    background: #C24242;
    padding-top: 20px;
    line-height: 20px;
    height: 100px;
}

#map .slider-wrap-autowidth .photo img{
	top:-10px;
	position: relative;
}

#map .big-slide{
	top: 600px;
	width: 150px;
}

#map #imageMap {
	z-index:1001;
}

#map .layers,
#map .slider,
#map a.close,
#map .help-head {
	z-index:1004;
}
#map .help-head {
	position: absolute;
	right: 0;
	margin-top: 20px;
	width:100px;
	height:1px;
}
#map a.moscow-star,
#map a.city-dot
{
	z-index:1002;
}
#map .big-slide{
	z-index:1005;
}

#map .help-head a{
	float:right;
}

#map .help-box{
	float: right;
	position: relative;
	background-color: #e5e5e3;
	padding: 20px 0 5px 20px;
	font-size: 12px;
	opacity: 0.9;
	width: 500px;
	right: 0;
	text-align: justify;
	z-index: 1009;
	display:none;
}

#map .help-box .help{
	margin-bottom:15px;
}
#map .help-head:hover .help-box {
	display:block;
}
#map .help-box p.title{
	font-weight:bold;
	font-size: 14px;
	margin-bottom:10px;
}

.atlet-wrap .simple-block  img.color.no-photo,
.atlet-wrap .simple-block  img.color.photo-not-found,
.atlet-wrap .simple-block  img.black-white.no-photo,
.atlet-wrap .simple-block  img.black-white.photo-not-found,
.atlet-history-list img.no-photo,
.atlet-history-list img.photo-not-found
 {
	/*
	width: 66%;
	margin-left: 23px;
	*/
}

.atlet-wrap .big-block .wrap-block
{
	border: #d2d2d2 1px solid;
	box-sizing: border-box;
}


.atlet-wrap .huge-block {
	border: #d2d2d2 1px solid;
	box-sizing: border-box;
}
.mapTooltip .wrapper .content p img{
	display: none;
}

.mapTooltip .regionName {
	margin-bottom: 5px;
}

.tooltipadditional{
	position: absolute;
	z-index: 1006;
}

#map .layers:hover{
	z-index:1100;
}

.atlet-popup-bg.level2{
	z-index:2005;
}

.atlet-popup.level2{
	z-index:2105;
}
.wrap-block.showleft.active:hover{
	left:-150px;
}
.atlet-filter-sbmit input[type=button],.atlet-filter-sbmit input[type=submit]{
	margin-left: 12px;
	margin-right: 0;
}

.footer .subscribe form #messageemail{
	color:#ffffff;
	font-size: 12px;
	margin-top: 10px;
	width: 370px;
}

.widget-is-news .news-element,
.widget-stadium-news-big .news-element{
	overflow:hidden;
}
.widget-is-news .news-element-heading,
.widget-stadium-news-big .news-element-heading {
	height: 400px;
}
.widget-is-news .news-element .overheading,
.widget-stadium-news-big .news-element .overheading{
	height: 400px;
}
.widget-is-news .news-element .overheading img,
.widget-stadium-news-big .news-element .overheading img {
	width: auto;
	height: 316px;
	position: relative;
	left: -23px;
}

.widget-is-news .news-element .overheading img{
	left: 50%;
	margin-left: -245px;
	height: 350px;
}

.widget-is-news .news-element .overheading .overhead-link,
.widget-stadium-news-big .news-element .overheading .overhead-link{
	background: url('images/widjet-news-new-2.png') 0 154px;
	height: 143px;
	bottom: 0;
	opacity: 1;
	font-size: 13px;
	font-weight: normal;
}

	.widget-is-news .news-element .overheading .overhead-link .time,
	.widget-stadium-news-big .news-element .overheading .overhead-link .time{
		color: #ffffff;
		width: 100%;
		float: left;
		margin-top: 20px;
		font-weight: normal;
	}

	.widget-is-news .news-element .overheading .overhead-link .title,
	.widget-stadium-news-big .news-element .overheading .overhead-link .title {
		margin-top:10px;
		float:left;
		font-weight: 600;
	}

.widget-stadium-news-big .news-list .footing {
	background: #1b9748;
}

.widget-stadium-news-big .news-list .list .element a.date {
	color:#1b9748 !important;
}
/* ----- persons-popups ----- */
.persons-popups {

}

.persons-popups .simple-block.big-block.huge-block,
.persons-popups .simple-block.big-block.big-change-size{
	z-index:2000;
	position:absolute;
	background-color: #ffffff;
}

/* ----- persons-popups ----- */

.div-about-project{
	padding-top: 24px;
	padding-left: 12px;
}
.div-about-project a{
	color: #d23710;
	font-size: 16px;
	display: block;
	position: relative;
	float: right;
	color:#314c83;
	margin-left: 12px;
}

.page-content.page-static ul{
	list-style: none;
}

.page-content.page-static ul li,
.content-wrap.page-sporting-events .page-content ul li{
	background: url("images/radio-one.png") 0px 4px no-repeat;
	padding: 3px 0 3px 24px;
	margin-left: 40px;
}
.content-wrap.page-sporting-events .page-content ul li{
	display: inline-block;
	width: 100%;
}
.page-content.page-static .reklama-content ul {
	list-style-type: disc;
}

.page-content.page-static .reklama-description ul li {
	font-size: 14px;
	color: #3f3e42;
	margin-bottom: 15px;
	display: block;
	background: url('images/list-dot.png') no-repeat 0 7px;
	padding-left: 10px;
	margin-left: 0;
	padding: 0 0 0 10px;
}

.map{
    margin-top: -4px;
}

/* page of persons */
.atlet-wrap .atlet-filter .champ,.atlet-wrap .atlet-filter .rank{
    width: 360px;
    margin: 0 8px 4px 6px;
}

.atlet-wrap .atlet-filter .champ select, .atlet-wrap .atlet-filter .rank select{
    width: 360px;
}

.atlet-wrap .atlet-filter .rank .input-wrap{float:left;}
.atlet-wrap .atlet-filter .year-from .input-wrap{margin-left:0;}
.atlet-wrap .atlet-filter .year-from{margin-left:0px;}
.atlet-wrap .atlet-filter .year-from .input-wrap{width:229px;}
.atlet-wrap .atlet-filter .year-from .input-wrap select{width:140px;}

.messages-yellow{background-color:#ffff00;padding:10px;font-size:13px;margin:10px 0;}
.atlet-popup .box-messages{background:#e5e5e3;padding:5px 0;float:left;width:100%;overflow:hidden;margin-top:10px;}
.atlet-popup .messages-yellow{float:left;width:49%;margin:7px 0;font-size:14px;}
.atlet-popup .messages-yellow #edit-person{font-size:14px;}
.box-messages .borders{border-top:1px solid #d55332;border-bottom:1px solid #d55332;float:left;width:100%;}
.atlet-popup .box-messages .link{width:16%;float:right;background-color:#ffffff;margin-top:3px;text-transform:uppercase;font-size:14px;position:relative;}
.atlet-popup .box-messages .link.blue{background-color:#314c83;color:#ffffff;}
.atlet-popup .box-messages .link.red{background-color:#C24242;color:#ffffff;}
.atlet-popup .box-messages .link span{margin:5px 0 5px 10px;float:left;}
.atlet-popup .box-messages .link-arrow-right{top:22px;}
.small-messages{font-size:11px;float:right;margin-top:-3px;opacity:0.7;height:0;margin-right:40px;}
.atlet-wrap .atlet-filter .col-10-4 .form-element {margin-bottom:4px;}
.atlet-wrap .atlet-filter .col-10-4 .form-element .input-wrap{max-width:460px;}
.atlet-wrap .atlet-filter .col-10-4 .year-time select{width:460px;}
.atlet-wrap .atlet-filter .fio input[type=text] {width:329px;}

.atlet-wrap .atlet-filter .col-10-3 .year-time select {
    width: 330px;
}

.atlet-wrap .atlet-filter .fio {
    margin-bottom: 9px;
}

.atlet-wrap .atlet-filter .form-element.letters{
    margin-top:10px;
}
.atlet-wrap .atlet-filter .form-element.letters .letters{
    width: 333px;
}
.atlet-wrap .atlet-filter .form-element.letters .letters{
    margin-top:5px;
    text-align:justify;
}
.atlet-wrap .atlet-filter .letters .letters a, .atlet-wrap .atlet-filter .letters .letters span{
    color:#c44242;
    margin-right: 6px;
    font-size: 18px;
}
.atlet-wrap .atlet-filter .letters .letters a.empty{
	color:#bababb;
	cursor:default;
}
.atlet-wrap .atlet-filter .letters .letters span {
    color:#bababb;
}

.atlet-wrap .atlet-filter .sportLinks .linkItem {
    color: #c44242;
    font-size: 12px;
    float: left;
    line-height: 12px;
    padding: 8px 5px 0 0;
    display: block;
    width: 150px;
    font-family: 'Arial', 'Helvetica', 'sans-serif';
}
.atlet-wrap .atlet-filter .sportLinks .linkItem.empty,
.atlet-wrap .atlet-filter .sportLinks .hideLink {
    display: none;
}

.atlet-wrap .atlet-filter .sportLinks .selectedItem{
    font-weight:bold;
}
/* page of persons */
#button-open-downloadnews {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 55px;
    line-height: 50px;
    box-sizing: border-box;
    color: #314c83;
    text-align: center;
    border: #314c83 3px solid;
    font-size: 21px;
    text-transform: uppercase;
    position: inherit;
    margin-left: 40%;
    text-decoration: none;
}

.org-block.big {
	overflow:hidden;
}
.widget-is-news .news-element .overheading .overhead-link,
.widget-stadium-news-big .news-element .overheading .overhead-link{
		background: url('images/widjet-news-new-2.png') 0 174px; /* РєР°СЂС‚РёРЅРєСѓ РїРµСЂРµР·Р°Р»РёС‚СЊ */
		min-height: 143px;
		width: 100%;
}

	.widget-is-news .news-element .overheading .overhead-link .time,
	.widget-stadium-news-big .news-element .overheading .overhead-link .time{
			margin-top: 25px;
	}
	
	.div-about-project {
		padding-left: 0;
	}
	
	@media (min-width: 100px) {
		.div-constructor {
			display: none;
		}
	}	
	
.partners-element {
	border: #c8c8ca 1px solid;
	min-height: 286px;
	vertical-align: top;
	text-align:center;
	padding-bottom: 15px;
	background: #fff;	
	
	box-sizing: border-box;
	display: block;
	border-collapse:collapse;
	border-left: 0;
	border-top: 0;	
	
    position: relative;
    z-index: 2;	
}

.partners-table td  .image-wrap,
.partners-element .image-wrap {
	display: inline-block;
	height:130px;
	text-align:center;	
	margin-top: 15px;
}
.partners-table td  .image ,
.partners-element .image {
	display: table-cell;
	height:130px;
	vertical-align: middle;
}


.partners-table td  a.title,
.partners-element a.title {
	color: #314c83;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	text-align:left;
	padding-right:10px;
}

.partners-table td  .description,
.partners-element .description {
	font-size: 12px;
	color: #000;
	margin-left: 15px;
	clear: left;
	float: left;
	text-align: left;	
	padding-right:10px;
}

.partners-table td.title-row,
.partners-element td.title-row {
	width: 100%;
	padding-left: 20px;
	height: 55px;
	color: #747171;
	font-size: 18px;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 0;
}

.layers select {
	width: 243px;
}

/* --- edit-news-popup --- */
.edit-news-popup .content{
    padding: 20px 40px 20px 20px;
}
.edit-news-popup .form1{
	
}
.edit-news-popup .form2,.edit-news-popup .form3 {
	display:none;
}
.question-icon{
	display: inline-block;
	width:15px;
	height:15px;
	background: url('images/question.png') no-repeat;
	top: -10px;
    left: 2px;
    position: relative;
}
/* --- end --- edit-news-popup --- */

@media (max-width: 1280px) {
	.news-page.item .col-12-8 {
		width: 60%;
	}

	.news-page.item .col-12-4{
		width:400px;
		float:right;
	}
}

@media (max-width: 1028px) {
	.news-page.item .col-12-8 {
		width: 55%;
	}
}

@media (max-width: 920px) {
	.news-page.item .col-12-8 {
		width: 50%;
	}
}

@media (max-width: 825px) {
	.news-page.item .col-12-8 {
		width: 40%;
	}
}

@media (max-width: 695px) {
	.news-page.item .col-12-4,
	.news-page.item .col-12-8 {
		width:100%;
	}
}




.medal,
.atlet-popup .atlet-content .description .medals .equal {
	font-family: 'Open Sans', sans-serif;
}


.map h2 {
	color: #314c83;
}
.map .close {
	color: #314c83;
}

.social-links.facebook {
    margin-left: 60px;
}

.org-block.big {
	overflow:hidden;
}

.org-popup .org-info .org-info-full{
	width:590px;
}

.org-block.lastitem{
	border-right: #c8c8ca 1px solid;
}

.org-block.big.lastitem{
	width: 513px;
}
.org-block.small.lastitem{
	width: 257px;
}

.org-block.small.blue{
	background-color: #006DBC;
}

.org-block.small.blue .org-title, 
.org-block.small.blue .org-address,
.org-block.small.blue .org-description p,
.org-block.small.blue .org-address a
{
	color:#ffffff;
}

.org-popup .org-description-full div, .org-popup .org-description-full{
font-size: 14px;
font-weight: 600;
color: #000;
display: block;
text-align: justify;
margin-bottom: 15px;
line-height: 17px;
}

.org-results .results-list .org-block.big{
	display: table-cell;
}

.org-popup .org-info .org-info-full td {
	vertical-align: top;
}

.split-red-line {
	border-bottom: #d55332 2px solid;
}

.org-block.small.blue .org-description a {
	color:#fff;
}

.scroll-wrap.org-description-full ul{
	margin: 10px 0 10px 40px;
}

.org-popup .heading-title {
	line-height: 18px;
	margin-top: 20px;
	width: 800px;
	margin-bottom: 15px;
	color: #314c83;
}

.org-popup .heading-title-sport{
    float: left;
    width: 250px;
    margin-right: 20px;
    margin-top: 10px;
}

.org-popup .heading .sport-link img {
width: 53px;
height: 53px;
}

.org-popup .heading .sport-link {
	font-size: 18px;
	font-weight: 400;
	height: 53px;
	line-height: 25px;
}
.org-popup .heading .sport-list {
	width: 840px;
    float: left;
}
.org-popup .heading .sport-list.adaptive {
	width: 800px;
	margin-left: 50px;
}
.org-popup .heading-title-sport-adaptive-title{
    float: left;
    margin-right: 20px;
    margin-top: 10px;
	clear: both;
	width: 100%;
	margin-left: -62px;
}

.org-popup .heading-title-sport-adaptive-title .sport-link img {
	width: 53px;
	height: 53px;
}

.org-popup .heading-title-sport-adaptive-title .sport-link {
	font-size: 18px;
	font-weight: 400;
	height: 53px;
	line-height: 53px;
	margin: 0;
}
.org-popup .heading-title-sport-adaptive{
    float: left;
}

.org-popup .heading-title-sport-adaptive .sport-link img {
	width: 53px;
	height: 53px;
}

.org-popup .heading-title-sport-adaptive .sport-link {
    font-size: 17px;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    margin-right: 15px;
	margin-bottom: 0;
	margin-top: 3px;
}

.org-content .year-time select#OrganizationsTypesId,
.org-content .year-time.b-otafcid select#OTAFCId {
	width: 100.6%;
}

.b-organizationstypesid{
	width: 550px;
}

.org-content .org-name input[type="text"] {
	width: 444px;
}
.org-content.page-organizations-industry .org-filter .form-element.org-name{
	width:40%;
}
.org-content.page-organizations-industry .org-filter .form-element .input-wrap{
	max-width: none;
	width: 100%;
}
.org-content.page-organizations-industry .org-name input[type="text"] {
	width:97%;
}

.org-content.page-organizations-industry .org-filter .form-element.year-time{
	width:30%;
}


.form-element.org-name.b-organizationsregional{
	width:45.3%;
}
.form-element.org-name.b-organizationsregional input{
	width: 100%;
}

.org-content.organizationsregional{

}

.org-content.organizationsregional .b-RegionId,
.org-content.organizationsregional .b-RegionId .input-wrap,
.org-content.organizationsregional .b-RegionId .input-wrap select,
.org-content.organizationsregional .b-SportId,
.org-content.organizationsregional .b-SportId .input-wrap,
.org-content.organizationsregional .b-SportId .input-wrap select{
	width: 350px;
	max-width: 350px;
}

.org-content.organizationsregional .b-organizationstypesid select,
.org-content.organizationsregional .b-otafcid select{
	width:570px;
}

.org-content.organizationsregional .b-RegionId .input-wrap,
.org-content.organizationsregional .b-SportId .input-wrap,
.org-content.organizationsregional .b-organizationstypesid .input-wrap
{
	height: 37px;
}
.org-content.organizationsregional .b-SportId{
	margin-right: 0;
}

.org-content.organizationsregional .org-filter-sbmit{
	margin-top:10px;
}

.page-olympic-games .og-constructor{
	float: right;
	padding-right: 40px;
	color: #d23710;
	font-size: 16px;
	display: block;
	position: relative;
}

.page-olympic-games .constructor-popup .og-constructor .link-arrow-right-constructor {
  display: block;
  position: absolute;
  right: 25px;
  top: 5px;
  width: 9px;
  height: 14px;
  background: url('images/link-arrow-right-constructor.png') no-repeat;
}

.page-olympic-games .constructor-popup.active .og-constructor .link-arrow-right-constructor {
  right: 20px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url('images/link-arrow-right-constructor.png') no-repeat center right;
}

.page-olympic-games .constructor-popup.active {
  border: 0;
  padding-top: 24px;
  background-color: transparent;
}

.content-wrap.page-olympic-games .olympic-games-list,
.page-content .search-content .olympic-games-list{
	position: relative;
	top: 0 !important;
	margin-bottom:25px;
}
.page-olympic-games .box-for-asterisk{
	margin: -1px 4px 0 0;
	float: right;
    padding: 0;
}
.page-olympic-games .box-for-asterisk img{
	float:left;
}
.page-olympic-games .box-for-asterisk span{
	float: left;
	padding: 5px;
	font: normal 14px MyriadPro;
}
.page-olympic-games a.simple-block .asterisk{
    float: right;
    height: 0px;
    width: 1px;
    left: -30px;
    position: relative;
    overflow: visible;
    z-index: 2;
}
.video-archive video{
	position: relative;
	z-index: 2;
}
.video-archive div.video-miniature{
	z-index: 1;
	height: 288px;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-archive div.video-miniature div{
	position: relative;
	top:-312px;
}

.popup-content.atlet-content div.description{
	padding-top:2px;
}

.popup-content.atlet-content ul{
	  padding-left: 25px;
	  margin-bottom: 15px;
}

.popup-content.atlet-content ul li{font-size:14px;color:#010101;text-align:justify;margin-bottom:5px;font-weight:600;}

.popup-content.atlet-content .box-greeting{padding-top:0;float:left;}
.popup-content.atlet-content .box-greeting a{margin-top:20px;float:left;width:100%;}
.popup-content.atlet-content .box-greeting a.read-greeting{display:none;}
.popup-content.atlet-content .box-greeting a.add-message {margin-top:42px;display:none;}

.popup-content.atlet-content .box-greeting a.add-greeting span{font-weight:bold;color:#C24242;}

.olympic-games-list{z-index:5;}

.atlet-search-text .paginator{margin: 22px 0 0 0;}
.atlet-search-text .paginator ul li a{min-width:22px;width:auto;font-size:16px;}
.overheading .overhead-link{opacity:0.7}
.page-organizations .org-filter .form-element .input-wrap{width:100%;max-width:none;}
.columns-2.ratings{margin-bottom:15px;float:left;width:100%;border-top:1px solid #ddd;padding-top:15px;margin-top:15px;}
.page-organizations .org-filter .form-element .input-wrap .custom-select.done,
.org-content.organizationsregional .org-filter .form-element .input-wrap .custom-select.done{padding-right:10px;}

.page-organizations .org-content .filter-wrap .form-element.year-time{width:20%;margin:0;margin-right: 0.9%;}
.page-organizations .org-content .filter-wrap .form-element.year-time.b-organizationstypesid{width:40%;margin:0;margin-right:0.9%;}
.page-organizations .org-content.page-organizations-industry .filter-wrap .form-element.year-time.b-organizationstypesid{width:510px;margin-right:0;}
.org-content.page-organizations-industry .year-time select#OrganizationsTypesId{width:520px;}

.page-organizations .org-content .filter-wrap .form-element.org-name{width:38%;margin:0;}
.page-organizations .org-content .filter-wrap .form-element.org-name.b-organizationsregional{width:53.3%;}
.page-organizations .org-content .filter-wrap .form-element.org-name.b-organizationsall{width:57.3%;margin:0 10px 0 0 !important;}

.page-organizations .org-filter .form-element .custom-text,
.org-content.organizationsregional .org-filter .form-element .custom-text{
	width:100% !important;
}
.page-organizations .org-content .filter-wrap .form-element.org-name input[type="text"]{
	width:100%;
}


/* org-content organizationsregional */
.org-content.organizationsregional .filter-wrap .form-element.year-time.b-organizationstypesid,
.org-content.organizationsregional .filter-wrap .form-element.year-time.b-otafcid{
	width: 44%;
	margin: 0;
}

.org-content.organizationsregional .filter-wrap .form-element.year-time.b-RegionId,
.org-content.organizationsregional .filter-wrap .form-element.year-time.b-SportId{
	width: 27%;
	margin: 0 0 0 0.9%;
}

.org-content.organizationsregional .org-filter .form-element .input-wrap{
	width:100%;
	max-width: none;
}






.page-sportingevents .sportingevents-filter .form-element label,
.page-calendar .filter-wrap .form-element label {
    font-size: 14px;
    color: #47464a;
    display: block;
}

.page-sportingevents .sportingevents-filter .form-element,
.page-calendar .filter-wrap .form-element {
	display: block;
	float: left;
	width: 260px;
}

.page-sportingevents .sportingevents-content .sportingevents-name input[type="text"],
.page-calendar .filter-wrap .name input[type="text"] {
    width: 500px;
}

.page-sportingevents .sportingevents-filter .form-element .input-wrap,
.page-calendar .filter-wrap .form-element .input-wrap{
	width:100%;
	max-width:none;
	margin-top: 10px;
}

.page-sportingevents .sportingevents-filter .form-element .input-wrap .custom-select.done,
.sportingevents-content .sportingevents-filter .form-element .input-wrap .custom-select.done,
.page-calendar .filter-wrap .input-wrap .custom-select.done{
	padding-right:20px;
}

.page-sportingevents .sportingevents-content .filter-wrap .form-element.year-time
/*,.page-calendar .filter-wrap .form-element.year-time*/{
	width:20%;
	margin:0;
}

.page-sportingevents .sportingevents-content .filter-wrap .form-element.sportingevents-name,
.page-calendar .filter-wrap .form-element.name{
	width:38%;
	margin:0;
}

.page-sportingevents .sportingevents-filter-sbmit,
.page-calendar .filter-wrap .filter-submit {
    float: right;
}

.page-sportingevents .sportingevents-filter-sbmit input[type=button],
.page-calendar .filter-wrap .filter-submit input[type=button] {
    display: block;
    float: left;
    cursor: pointer;
    width: 127px;
    height: 33px;
    color: #c44242;
    border: #c44242 2px solid;
    background: #e5e5e3;
    margin-right: 12px;
    font-size: 14px;
}

.page-sportingevents .sportingevents-filter-sbmit input[type=submit],
.page-calendar .filter-wrap .filter-submit input[type=submit] {
    display: block;
    float: left;
    cursor: pointer;
    width: 127px;
    height: 33px;
    color: #fff;
    border: #c44242 2px solid;
    background: #c44242;
    font-size: 14px;
}

.page-sportingevents .sportingevents-filter .dates-from .input-wrap,.page-calendar .filter-wrap .dates-from .input-wrap {width:120px;float:left;}
.page-sportingevents .sportingevents-content .form-element.dates-from input[type="text"],.page-calendar .filter-wrap .form-element.dates-from input[type="text"] {width:95px;float:left;}
.page-sportingevents .sportingevents-content .form-element.dates-from .input-wrap.dateend input[type="text"],.page-calendar .filter-wrap .form-element.dates-from .input-wrap.dateend input[type="text"]{float:right;}
#help-view{float:left;width:400px;height:100px;clear:both;}
.theme-help{float:left;clear:both;color:#47464a;font-size:14px;opacity:0.5;position:relative;z-index:-1;top:-500px;left:-15px;padding:10px 20px 20px 20px;}
.theme-help.view{z-index:2000;background-color:#e5e5e3;opacity:0.9;}
.theme-help:hover{opacity:0.9;z-index:2000;background-color:#e5e5e3;}
.theme-help .title{}
.theme-help .help{}
.theme-help .help p{font-size:12px;width:400px;}
.theme-help .help p.title{font-size:14px;font-weight:bold;margin-top:10px;}
.responsive-block.widget-stadium-news-big .news-element.news-list .list{background:url(images/content_fon.png);}
.atlet-popup .atlet-content .links a span.t{color:#314c83;text-transform:lowercase;}
.atlet-popup .atlet-content .links a span.v{color:#22B004;text-transform:lowercase;}
.atlet-popup .atlet-content .links{width:50%;float:left;}
.atlet-popup .atlet-content .description .socials{font-size:12px;font-weight:bold;color:#314c83;text-transform:uppercase;float:right;width:60px;}
.popup-content.atlet-content .links a img{margin-top:5px;}

@media (max-width: 1030px) {
	.page-organizations .org-content .filter-wrap .form-element.year-time {
		width:40%;
	}

	.page-organizations .org-content .filter-wrap .org-filter.filter-organizationsall .form-element.year-time {
		width:48.3%;
		margin-left: 1% !important;
	}

	.page-organizations .org-content .filter-wrap .form-element.year-time.b-organizationstypesid,
	.page-organizations .org-content .filter-wrap .form-element.org-name {
		width:55%;
		padding:0;
	}

	.page-organizations .org-content .filter-wrap .form-element.org-name.b-organizationsall{
		width: 98%;
		margin: 0 0 10px 1% !important;
	}

	.org-filter.filter-organizationsall .org-filter-sbmit {
		margin-top: 0;
		margin-right: 1%;
	}

		.page-organizations .org-content .filter-wrap .form-element.year-time.b-organizationstypesid {
			padding-right:5%;
		}

		.page-organizations .org-filter .form-element .input-wrap .custom-select.done{
			padding-right:10px;
		}
}



@media (min-width: 1279px) {
	.atlet-filter .form-element .input-wrap.sport-type .custom-text {
		width: 313.203125px !important;
	}
}

@media (max-width: 1279px) {

	.atlet-filter .col-10-3, .atlet-filter .col-10-4{
		width:50%;
	}
	.atlet-filter .col-10-4{
		height:240px;
	}
	.atlet-wrap .atlet-filter .fio{
		width:90%;
	}
	.atlet-filter .form-element .input-wrap{width:100%;max-width:none;}
	.atlet-wrap .atlet-filter .fio input[type=text]{width:100%;max-width:none;}
	.form-element.year-time{width:90%;}
	.atlet-wrap .atlet-filter .col-10-3 .form-element.year-time select{width:100%;}
	.atlet-filter .form-element .custom-text{width:95% !important;padding-left:5%;}
	.atlet-wrap .atlet-filter .col-10-4 .form-element{float:right;margin-right:0;}
	.atlet-wrap .atlet-filter .col-10-4 .form-element .input-wrap{max-width:none;}
	.atlet-wrap .atlet-filter .form-element.champ,.atlet-wrap .atlet-filter .form-element.rank,.atlet-wrap .atlet-filter .form-element.year-from{width:90%;margin-left:0;}
	.form-element.year-from .custom-select.done{width:70%;}
	.atlet-wrap .atlet-filter .form-element.year-from .input-wrap{width:100%;}
	.form-element.year-from.birth-day .custom-select.done{width:30%;}
	.atlet-wrap .atlet-filter .year-from .input-wrap.year-to .custom-select:first-child{margin-right:80%;}
}

@media (max-width: 1000px) {
	.moscow-star {
		left: 15.084515484515484515484515484515%;
	}
}

@media (max-width: 800px) {
	.moscow-star {
		left: 15.084515484515484515484515484515%;
	}
}

@media (max-width: 700px) {
	.moscow-star {
		top: 56.117117117117117117117117117117%;
		left: 14.584515484515484515484515484515%;
	}
}

@media (max-width: 600px) {
	.moscow-star {
		top: 55.517117117117117117117117117117%;
		left: 14.084515484515484515484515484515%;
	}
}


.content-wrap.page-rating .page-heading .page-title a.active{
	font-weight:900;
}

.page-content.regions-content.prating{
	background-color: transparent;
	border-top: 0;
	clear: both;
}

.page-content.regions-content.prating .box-for-rating{
	width:47%;
	float:left;
}

	.page-content.regions-content.prating .box-for-rating.right {
		float:right;
	}

	.page-content.regions-content.prating .box-for-rating .openrating.arrow-right{
		float: right;
		color: red;
		font-size: 24px;
		padding-right: 18px;
		font-weight: 300;
		background: url('images/footing-arrow-right-red.png') right 7px no-repeat;
		padding-top: 2px;
		background-size: 14px;
	}
	

.page-content.regions-content.prating .box-for-rating a.page-title
 {
    color: #000;
    font-size: 36px;
    font-weight: 300;
}

.page-content.regions-content.prating .box-for-rating a.page-title small {
    color: #747171;
    font-size: 21px;
    line-height: 25px;
    display: block;
}

.page-content.regions-content.prating table.regions{
	background: #fff;
	border-top: #d55332 2px solid;
	margin-top: 20px;
	width: 100%;
}

.page-content.regions-content.prating th.regions-title{
	height:70px;
}

.page-content.regions-content.prating th.column{
	border-top:0;
}

.page-content.regions-content.prating .regions thead th.regions-title{
	width:50%;
}
	.page-content.regions-content.prating .regions.birthdays thead th.regions-title {
		width:300px;
	}
.page-content.regions-content.prating .regions td.place{
	width:6%;
}
.openrating .footing-arrow-right {
	background: url('images/footing-arrow-right-red.png') no-repeat;
}

/* ---  Scoreboard  --- */
.box-for-scoreboard.border-top{
	border-top:1px solid #aaa;
}

.page-content.scoreboard{
	width:100%;
}

.box-for-scoreboard #calendar-widget .calendar .events-calendar{
	    background: #C7EDFC;
}

.box-for-scoreboard{
	width:100%;
	float:left;
}
.box-for-scoreboard .page-title{
	font-size: 24px; 
	padding: 10px 0 10px 20px; 
	float: left;
    color: #000;
    font-weight: 300;
	text-transform:uppercase;
}
.firefox .box-for-scoreboard .page-title{font-size:22px;}
.box-for-scoreboard .page-title h4,
.box-for-scoreboard .page-title h5{
	font-weight: 300;
}
.box-for-scoreboard .page-title .box-for-asterisk,
#organizations-last100-list .box-for-asterisk,
#persons-last100-list .box-for-asterisk{
	float:right;
	margin-right: 40px;
	color: #769F91;
	font-size: 22px;
	font-weight: 300;
	position: relative;
    top: 3px;
	text-transform: lowercase;
}
#organizations-last100-list .box-for-asterisk,
#persons-last100-list .box-for-asterisk {
	margin-right: 25px;
	width: 400px;
	color: #199647;
	font-size:16px;
}

.box-for-asterisk .asterisk{
	height:27px;
	float: left;
	position: relative;
}
	#persons-last100-list .box-for-asterisk  {
		float: right;
		width: 1px;
		height: 1px;
		position: relative;
		left: -31px;
	}
.box-for-scoreboard .special-project-list{
	margin: 0 4%;
	float: left;
	width: 92%;
	height: 180px;
}

.jcarousel-item:hover .toiningImgNew{opacity:0;}
/* РљР°Р»РµРЅРґР°СЂСЊ */

.box-for-scoreboard .calendar{
	display:block;
	height:268px;
}
.box-for-scoreboard .scroll-wrapper{
	border:0;
}

.box-for-scoreboard .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background: #a7cDdC;
}
.box-for-scoreboard .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #d7fDFC;
}
.page-calendar .results-list table {
	background: #C7EDFC;
	width: 100%;
	margin-bottom: 20px;
}
.box-for-scoreboard .events-calendar .scroll-container table {
    width: 99%;
}
.box-for-scoreboard .events-calendar .scroll-container table th,
.page-calendar .results-list table th{
	text-align:center;
	vertical-align: middle;
	border-color: #97bDcC;
	font-weight:900;
	color:#000;
}
.box-for-scoreboard .events-calendar .scroll-container table th:first-child,
.page-calendar .results-list table th:first-child {
    width: 500px;
}

.box-for-scoreboard .events-calendar .scroll-container table th:nth-child(3),
.box-for-scoreboard .events-calendar .scroll-container table th:nth-child(4),
.page-calendar .results-list table th:nth-child(3),
.page-calendar .results-list table th:nth-child(4)
{
    width: 150px;
}

.box-for-scoreboard .events-calendar .scroll-container table td,
.page-calendar .results-list table td{
	border-color: #97bDcC;
	color: #000;
	font-weight: 400;
}

.box-for-scoreboard .events-calendar .scroll-container table td:nth-child(3),
.box-for-scoreboard .events-calendar .scroll-container table td:nth-child(4),

.page-calendar .results-list table td:nth-child(3),
.page-calendar .results-list table td:nth-child(4)
{
	text-align:center;
}

.box-for-scoreboard .events-calendar .scroll-container table td:nth-child(1),
.page-calendar .results-table table tr td:nth-child(1)
{
	padding-left: 20px;
}

.box-for-scoreboard.news-hits-stadium{
	background: #f3f6ed;
}

.box-for-scoreboard .most-readeble-list{
	width:100%;
	float:left;
	padding-bottom: 15px;
}

.box-for-scoreboard .most-readeble {
    width: 20%;
    float: left;
    padding: 0;
}

.box-for-scoreboard .most-readeble .most-fixer{
	padding:0 20px;
}

.box-for-scoreboard .newsDate {
    color: #808282;
    font-size: 10px;
    margin-top: 8px;
	padding:0 20px;
}

.box-for-scoreboard .newsDate span {
    font-weight: bold;
}

.box-for-scoreboard .most-name {
    color: #444444;
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 5px 0;
    font-family: Times New Roman;
}
	.box-for-scoreboard .most-name a {
		color: #333;
	}
.box-for-scoreboard .views-counts {
	padding:0 20px;
    font-size: 11px;
    color: #199647;
    font-family: Arial;
    margin: 10px 0 0 20px;
    background: url(images/view_count.png) no-repeat left center;
}

.box-for-scoreboard .openrating,
.box-for-scoreboard #persons100last,
.box-for-scoreboard #persons6last,
.box-for-scoreboard #organizations100last,
.box-for-scoreboard #organizations6last,
.atlet-popup .arrow-right,
.arrow-right
{
    float: right;
    color: red;
    font-size: 24px;
    padding: 10px 27px 0 0;
    font-weight: 300;
    display: block;
	text-transform: uppercase;
	margin-right: 10px;
}
.box-for-scoreboard #persons100last {
	margin: 0;
	padding: 10px 10px 0 0;
}
	.box-for-scoreboard #persons100last,
	.box-for-scoreboard #persons6last,
	.box-for-scoreboard #organizations100last,
	.box-for-scoreboard #organizations6last {
		text-transform: lowercase;
	}

	.openrating.arrow-right{
		background: url('images/footing-arrow-right-red.png') right 14px no-repeat;
	}
	.birthdays h5{font-size:18px;}
	.birthdays h5 a.title{font-size:20px;padding:10px 0 0 0;float:left;color:#000;font-weight:400;}
	.atlet-popup .arrow-right {
		font-size: 18px;
		background: url(images/footing-arrow-right-red.png) right 3px no-repeat;
		padding: 0 20px 0 0;
		background-size: 12px;
	}
.box-for-scoreboard .openrating .footing-arrow-right{
	float: right;
	position: relative;
	top: 4px;
	left: 10px;
	margin: 0;
}

.box-for-scoreboard .persons-list,
.box-for-scoreboard .organizations-list {
	width: 100%;
	float: left;
}

.box-for-scoreboard .persons-list .personItem,
.box-for-scoreboard .organizations-list .Item {
    width: 133px;
    padding-top: 0px;
    margin: 0 0 10px 67px;
    float: left;
}

.box-for-scoreboard .persons-list.jcarousel-list .personItem{
    margin: 0;
}

.box-for-scoreboard .persons-list .personItem .image,
.box-for-scoreboard .organizations-list .Item .image{
	height:150px;
	float:left;
	width:133px;
}

.box-for-scoreboard .organizations-list .Item .image{
	height: auto;
}

.box-for-scoreboard .persons-list .personItem .image .asterisk,
.box-for-scoreboard .organizations-list .Item .image .asterisk{
	width: 0;
    height: 0;
    float: right;
}
.box-for-scoreboard .persons-list .personItem .image .asterisk img,
.box-for-scoreboard .organizations-list .Item .image .asterisk img{
	width: 30px;
    position: relative;
    top: -13px;
    left: -3px;
}
.box-for-scoreboard .persons-list .image a img,
.box-for-scoreboard .organizations-list .image a img{
	width: auto;
	height: auto;
	width: 133px;
}

.box-for-scoreboard .persons-list .image .toiningImgNew,
.box-for-scoreboard .organizations-list .image .toiningImgNew {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0;
}

.box-for-scoreboard .persons-list .block-fio,
.box-for-scoreboard .organizations-list .block-fio {
    background: url('images/atlet-list-fio-bg.png');
    display: block;
    height: 47px;
    width: 100%;
    position: relative;
    left: 0;
    top: -47px;
    z-index: 2;
	overflow: hidden;
}
	.box-for-scoreboard .organizations-list .block-fio {
		height: auto;
		top: 0;
	}
.box-for-scoreboard .persons-list .block-fio span,
.box-for-scoreboard .organizations-list .block-fio span {
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    margin-top: 2px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: table-cell;
    line-height: 20px;
    float: left;
	color: #333;
}

.box-for-scoreboard .persons-list .commentsCount,
.box-for-scoreboard .organizations-list .commentsCount {
    background: url(images/pen_16_16.png) no-repeat left center;
    height: 16px;
    font-size: 11px;
    display: block;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
}

	.box-for-scoreboard .persons-list.jcarousel-list .commentsCount {
		margin:0;
	}

.box-for-scoreboard .persons-list .commentsCount span,
.box-for-scoreboard .organizations-list .commentsCount span,
.number-of-years {
    color: #199647;
    font-size: 11px;
}
.number-of-years{float:left;}
.box-for-scoreboard .olympic-games-list{position:relative;top:0 !important;margin-bottom:25px;}
.box-for-scoreboard.personalities-statistics{}
.box-for-scoreboard .statistics-list{float:left;width:100%;padding:20px 0px;background:#C7EDFC;}
.box-for-scoreboard .statistics-list tr td:first-child,.box-for-scoreboard .statistics-list tr td.name{padding-left:30px;width:35%;}
.box-for-scoreboard .statistics-list tr td:first-child a,.box-for-scoreboard .statistics-list tr td.name a{color:#000000;}
.box-for-scoreboard.organizations-statistics  .statistics-list tr td:first-child{width:45%;}
.box-for-scoreboard .statistics-list td.stat-data{text-align:right;padding-right:20px;}
.box-for-scoreboard .statistics-list td.stat-data.border{border-right:#97bDcC 1px solid;}
.box-for-scoreboard .statistics-list .vertical-arrow{width:26px;height:16px;float:right;padding:3px 0 0 10px;}
.box-for-scoreboard .statistics-list .count-all{font-size:24px;text-transform:uppercase;font-weight:300;padding-left:46px;}
.box-for-scoreboard .regions-list,.box-for-scoreboard .sports-list{width:100%;height:405px;}
.box-for-scoreboard .activity-pane-wrap{height:400px;padding-left:50px;padding-top:5px;}
.box-for-scoreboard .activity-pane .pane{overflow:visible;}
.box-for-scoreboard .activity-pane .pane .value{background-image:url('images/spector-1300.png');}
.box-for-scoreboard .activity-pane .pane .value-bg{background-image:url('images/spector-1300.png');}
.box-for-scoreboard .activity-pane .pane .label{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);width:180px;text-align:left;position:relative;top:53px;left:2px;transform:rotate(45deg);line-height:14px;}
.box-for-scoreboard .page-title.width100{width:100%;}
.content-wrap .sub-head-title{color:#000;font-size:34px;font-weight:300;display:inline-block;width:100%;}
.content-wrap .sub-head-title small{color:#747171;font-size:21px;line-height:25px;display:block;}
.content-wrap .sub-head-title small a.active{font-weight:900;}

@media (max-width: 1300px) {
	.box-for-scoreboard .activity-pane {
		zoom: 90%;
	}
}

@media (max-width: 1279px) {

	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item
	{
		margin-left: 35px;
	}

	.box-for-scoreboard .activity-pane {
		zoom: 80%;
	}

	.content-wrap{
		top:-20px;
	}
	.box-for-scoreboard .page-title,
	.box-for-scoreboard .openrating{
		font-size: 19px;
		padding-right: 20px;
	}

	.box-for-scoreboard .openrating .footing-arrow-right{
		    top: 1px;
	}

		.box-for-scoreboard .openrating.arrow-right {
			background-size: 12px;
		}

		.box-for-scoreboard .page-title .box-for-asterisk {
			font-size: 18px;
		}

	.box-for-scoreboard .openrating,
	.box-for-scoreboard #persons100last,
	.box-for-scoreboard #persons6last,
	.box-for-scoreboard #organizations100last,
	.box-for-scoreboard #organizations6last {
		font-size: 19px;
	}

	.box-for-scoreboard a.close {
		zoom: 0.75;
		margin-top: 9px;
		margin-right: 20px;
	}
}
@media (max-width: 1060px) {
	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item{
		margin-left: 30px;
	}
	.box-for-scoreboard .page-title,
	.box-for-scoreboard .openrating,
	.box-for-scoreboard .openrating,
	.box-for-scoreboard #persons100last,
	.box-for-scoreboard #persons6last,
	.box-for-scoreboard #organizations100last,
	.box-for-scoreboard #organizations6last{
		font-size: 18px;
	}
	.box-for-scoreboard .openrating.arrow-right {
		background-size: 11px;
	}

	.box-for-scoreboard .statistics-list tr td:first-child {
		padding-left: 10%;
		width: 40%;
	}
}
@media (max-width: 1024px) {
	.box-for-scoreboard .persons-list .personItem .image .asterisk img,
	.box-for-scoreboard .organizations-list .Item .image .asterisk img {
		width:20px;
	}
	.breadcrumbs li:first-child{
		margin-left:20px;
	}
	.content-wrap{
		top:-30px;
	}

	.box-for-scoreboard .openrating.arrow-right {
			background-size: 11px;
		}
}

@media (max-width: 1000px) {
	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item{
		margin-left: 20px;
	}

	.box-for-scoreboard .activity-pane {
		zoom: 75%;
	}
	.content-wrap .page-heading .page-title{
		font-size:30px;
	}

	.box-for-scoreboard .openrating.arrow-right {
			background-size: 12px;
			background-position-y: 12px;
			margin-right: 20px;
			padding-right: 17px;
		}

	.box-for-scoreboard .page-title,
	.box-for-scoreboard .openrating,
	.box-for-scoreboard .openrating,
	.box-for-scoreboard #persons100last,
	.box-for-scoreboard #persons6last,
	.box-for-scoreboard #organizations100last,
	.box-for-scoreboard #organizations6last{
		font-size: 17px;
	}

	.box-for-scoreboard .statistics-list td.stat-data {
		padding-right: 15px;
	}
}
@media (max-width: 950px) {

	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item{
		margin-left: 10px;
	}

	.box-for-scoreboard .page-title,
	.box-for-scoreboard .openrating,
	.box-for-scoreboard #persons100last,
	.box-for-scoreboard #persons6last,
	.box-for-scoreboard #organizations100last,
	.box-for-scoreboard #organizations6last{
		font-size: 16px;
	}
	.box-for-scoreboard .openrating .footing-arrow-right{
		    top: -1px;
	}
	.box-for-scoreboard .activity-pane {
		zoom: 70%;
	}

	.box-for-scoreboard .openrating.arrow-right {
			background-size: 11px;
			background-position-y: 12px;
		}

	.org-filter-sbmit {
		margin-top: 13px;
	}

.org-content.page-organizations-industry .org-filter .form-element.org-name{
	width:60%;
}
.org-content.page-organizations-industry .org-filter .form-element .input-wrap{
	max-width: none;
	width: 100%;
}
.org-content.page-organizations-industry .org-name input[type="text"] {
	width:97%;
}

.org-content.page-organizations-industry .org-filter .form-element.year-time{
	width:34%;
}

		.box-for-scoreboard .page-title .box-for-asterisk {
			font-size: 14px;
		}
}
@media (max-width: 900px) {

	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item{
		margin-left: 12%;
	}

	.organizations-split{
		clear:both;
	}

	.box-for-scoreboard .activity-pane {
		zoom: 65%;
	}
	.content-wrap .page-heading .page-title{
		font-size:28px;
	}

	.box-for-scoreboard .page-title{
		width:520px;
	}

	.box-for-scoreboard .page-title,
	.box-for-scoreboard .openrating,
	.box-for-scoreboard #persons100last,
	.box-for-scoreboard #persons6last,
	.box-for-scoreboard #organizations100last,
	.box-for-scoreboard #organizations6last
	{
		font-size: 16px;
	}
	.box-for-scoreboard #organizations100last,
	.box-for-scoreboard #persons100last {
		margin-bottom: 20px;
		padding-right: 10px;
	}
	.box-for-scoreboard .openrating .footing-arrow-right{
		    top: -3px;
	}

	.box-for-scoreboard .openrating.arrow-right {
			background-size: 10px;
			background-position-y: 13px;
		}

	.org-content.organizationsregional .filter-wrap .form-element.year-time.b-organizationstypesid {
		width: 66%;
		margin: 0;
	}

	.form-element.org-name.b-organizationsregional input {
		width: 100%;
		margin-top: 19px;
	}

	.org-content.organizationsregional .filter-wrap .form-element.year-time.b-RegionId, .org-content.organizationsregional .filter-wrap .form-element.year-time.b-SportId {
		width: 34%;
		margin: 0;
	}


	.org-content.organizationsregional .filter-wrap .form-element.org-name.b-organizationsregional{
		width: 63%;
	}

	.box-for-scoreboard .statistics-list td.stat-data {
		padding-right: 15px;
	}

	#persons-last100-list .left50percent,
	#persons-last100-list .right50percent,
	#organizations-last100-list .left50percent,
	#organizations-last100-list .right50percent {
		width:100%;
	}

	.box-for-scoreboard a.close {
		zoom: 0.7;
		margin-top: 9px;
		margin-right: 5px;
	}
}

@media (max-width: 822px) {
	.box-for-scoreboard .activity-pane {
		zoom: 60%;
	}

	.content-wrap{
		top:-50px;
	}

	.breadcrumbs li:first-child{
		margin-left:10px;
	}

	.box-for-scoreboard .openrating.arrow-right {
			background-size: 10px;
			background-position-y: 13px;
		}

	.box-for-scoreboard .page-title{
		width:520px;
	}

	.box-for-scoreboard .page-title,
	.box-for-scoreboard .openrating{
		font-size: 16px;
	}
}
@media (max-width: 750px) {
	.box-for-scoreboard .activity-pane {
		zoom: 55%;
	}
	.content-wrap .page-heading .page-title{
		font-size:25px;
	}
	.box-for-scoreboard .page-title{
		width:390px;
	}
	.box-for-scoreboard .openrating.arrow-right {
			background-size: 10px;
			background-position-y: 13px;
		}
	.box-for-scoreboard .statistics-list td.stat-data {
		padding-right: 10px;
	}

	.box-for-scoreboard .page-title .box-for-asterisk {
		font-size: 11px;
	}
}
@media (max-width: 700px) {
	.box-for-scoreboard .activity-pane {
		zoom: 50%;
	}
	.content-wrap .page-heading .page-title{
		font-size:20px;
	}

	.box-for-scoreboard .openrating.arrow-right {
			background-size: 10px;
			background-position-y: 13px;
		}

	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item {
		margin-left: 10%;
	}

	.box-for-scoreboard .page-title{
		width:340px;
	}

	.box-for-scoreboard .statistics-list .count-all{
		    font-size: 20px;
	}

	.box-for-scoreboard.personalities-statistics td{
		font-size: 14px;
	}
	.box-for-scoreboard .statistics-list tr td:first-child {
		padding-left: 5%;
	}

	.box-for-scoreboard .page-title .box-for-asterisk {
		font-size: 10px;
	}
}

@media (max-width: 650px) {
	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item {
		margin-left: 9%;
	}
	.box-for-scoreboard .page-title{
		width:300px;
	}
	.box-for-scoreboard .statistics-list tr td:first-child {
		padding-left: 3%;
	}
	.box-for-scoreboard .statistics-list td.stat-data {
		padding-right: 5px;
	}
	.box-for-scoreboard .page-title .box-for-asterisk {
		font-size: 11px;
		width: 35%;
	}
}

@media (max-width: 600px) {
	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item {
		margin-left: 5%;
	}

	.box-for-scoreboard .statistics-list .count-all {
		font-size: 16px;
	}

	.box-for-scoreboard .statistics-list tr td:first-child {
		width: 33%;
	}
	.box-for-scoreboard .statistics-list tr td:first-child {
		padding-left: 3px;
	}
}

@media (max-width: 500px) {
	.box-for-scoreboard .page-title {
    width: 250px;
}
	.box-for-scoreboard .page-title, .box-for-scoreboard .openrating,
	.box-for-scoreboard #persons100last,
	.box-for-scoreboard #persons6last,
	.box-for-scoreboard #organizations100last,
	.box-for-scoreboard #organizations6last {
		font-size: 14px;
	}
	.box-for-scoreboard .openrating.arrow-right {
    background-size: 10px;
    background-position-y: 11px;
}
	.box-for-scoreboard .persons-list .personItem,
	.box-for-scoreboard .organizations-list .Item {
		width: 120px;
		margin-left: 5%;
	}
	.box-for-scoreboard .persons-list .personItem .image,
	.box-for-scoreboard .persons-list .image a img,
	.box-for-scoreboard .organizations-list .Item .image,
	.box-for-scoreboard .organizations-list .image a img{
		width: 120px !important;
	}
}
/* ---  End scoreboard  --- */


/* --- mail-popup,Registration, search, edit person ---*/
.mail-popup,
.registration-person-popup{
	position: absolute; 
	left: 46%; 
	top: 150px; 
	margin-left: -210px; 
	width: 450px; 
	background: #fff; 
	border: #c44242 3px solid; 
	z-index: 2222;
}
.registration-person-popup {
	width: 550px;
}

	.mail-popup a.close,
	.registration-person-popup a.close,
	.search-person-popup a.close,
	.search-organization-popup a.close,
	.search-sportingevent-popup a.close{
		float: right;
		margin: 16px 11px 0 0;
	}

	.registration-person-popup .verification{
		float:left;
		width:100%;
	}

	.registration-person-popup .verification input{
		width:100%;
		margin:10px 0;
	}

	.registration-person-popup .verification .message{
		color:red;
		font-size: 14px;
		padding: 5px 0 10px 0;
	}

	.registration-person-popup .verification a.button{
		margin-left: 150px;
	}

	.mail-popup .inside_popup,
	.registration-person-popup .inside_popup {
		padding: 10px 0 12px 10px;
	}
	.registration-person-popup .inside_popup p.name_talking{
		color: #314c83;
		font-size: 22px;
		font-weight: 600;
		line-height: 53px;
		font-family: 'Open Sans', sans-serif;
	}
	.mail-popup .inputtext,
	.registration-person-popup .inputtext{
		padding: 10px 15px 10px 0px;
	}

	.mail-popup .inputtext input,
	.registration-person-popup .inputtext input{
		padding: 5px 0;
		width: 100%;
	}

	.registration-person-popup .inputtext input.error{
		color:red;
		border-color:red;
	}

	.mail-popup .messageemail,
	.registration-person-popup .messageemail{
		color: red;
		font-size: 14px;
		margin: 5px 0;
		float: left;
		width: 100%;
		padding-bottom:10px;
	}
		.registration-person-popup .messageemail a {
			color: red;
		}
	.registration-person-popup .messageemail p{
		/*margin-bottom: 10px;*/
	}

	.mail-popup button,
	.registration-person-popup button{
		padding: 3px 6px;
	}
/* --- end mail-popup,Registration person ---*/

.bigRedLink{
	text-transform:uppercase;
}
.bigDarkLink {
	text-transform:uppercase;
}

/* datepicker for edit-calendar */
.datepicker-edit-calendar{
	width:500px;
	min-width: 500px;
}

.datepicker-edit-calendar table td.empty.day a{
	font-family: 'Open Sans', sans-serif;
}

.datepicker-edit-calendar.news table td.empty.day a{
	color:#ffffff !important;
}

.datepicker-edit-calendar table td.empty.day a:hover {
	color:#ffffff !important;
	font-weight:bold !important;
	background-color:#ff764d !important;
}

.datepicker-edit-calendar table td.empty.day.old a,
.datepicker-edit-calendar table td.empty.day.new a{
	color: #707070 !important;
}
	.datepicker-edit-calendar table td.empty.day.old a:hover,
	.datepicker-edit-calendar table td.empty.day.new a:hover {
		background-color: #47464a !important;
	}

.datepicker-edit-calendar tbody{
	background: #47464a;
}
/* datepicker for edit-calendar */

/* datepicker for edit-person */
.datepicker-edit-person.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker-edit-person.datepicker &gt; div {
  display: none;
}
.datepicker-edit-person.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker-edit-person.datepicker td,
.datepicker-edit-person.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker-edit-person.datepicker td.day:hover,
.datepicker-edit-person.datepicker td.day:hover a {
  background: #eeeeee !important;
  cursor: pointer;
}
.datepicker-edit-person.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker-edit-person.datepicker td.old,
.datepicker-edit-person.datepicker td.new {
  color: #999999;
}
.datepicker-edit-person.datepicker td.active,
.datepicker-edit-person.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker-edit-person.datepicker td.active:hover,
.datepicker-edit-person.datepicker td.active:hover:hover,
.datepicker-edit-person.datepicker td.active:focus,
.datepicker-edit-person.datepicker td.active:hover:focus,
.datepicker-edit-person.datepicker td.active:active,
.datepicker-edit-person.datepicker td.active:hover:active,
.datepicker-edit-person.datepicker td.active.active,
.datepicker-edit-person.datepicker td.active:hover.active,
.datepicker-edit-person.datepicker td.active.disabled,
.datepicker-edit-person.datepicker td.active:hover.disabled,
.datepicker-edit-person.datepicker td.active[disabled],
.datepicker-edit-person.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker-edit-person.datepicker td.active:active,
.datepicker-edit-person.datepicker td.active:hover:active,
.datepicker-edit-person.datepicker td.active.active,
.datepicker-edit-person.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker-edit-person.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color:#000;
}
.datepicker-edit-person.datepicker td span:hover {
	background: #eeeeee;
	color: #000;
}
.datepicker-edit-person.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker-edit-person.datepicker td span.active:hover,
.datepicker-edit-person.datepicker td span.active:focus,
.datepicker-edit-person.datepicker td span.active:active,
.datepicker-edit-person.datepicker td span.active.active,
.datepicker-edit-person.datepicker td span.active.disabled,
.datepicker-edit-person.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker-edit-person.datepicker td span.active:active,
.datepicker-edit-person.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker-edit-person.datepicker td span.old {
  color: #999999;
}
.datepicker-edit-person.datepicker th.switch {
  width: 145px;
}
.datepicker-edit-person.datepicker th.next,
.datepicker-edit-person.datepicker th.prev {
  font-size: 21px;
	background-image: none;
}
.datepicker-edit-person.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker-edit-person.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker-edit-person .input-append.date .add-on i,
.datepicker-edit-person .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}














.datepicker.dropdown-menu.datepicker-edit-person td {
    padding: 4px 5px !important;
    background-color: #ffffff !important;
}

.datepicker-edit-person.datepicker table td.day a{
	background: #ffffff !important;
	font-size: 14px !important;
	width: auto !important;
    height: auto !important;
	padding: 0 !important;
	text-align: center !important;
}

.datepicker.datepicker-edit-person table td.day.empty:not(.old):not(.new) a {
    color: #333333 !important;
}

.datepicker-edit-person.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker-edit-person.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1150;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}


.datepicker.dropdown-menu.datepicker-edit-person th, .datepicker.dropdown-menu.datepicker-edit-person td
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.datepicker-edit-person.datepicker th.datepicker-switch, 
.datepicker-edit-person.datepicker th.prev, 
.datepicker-edit-person.datepicker th.next {
    border-bottom: #ffffff 1px solid;
}

.datepicker-edit-person.datepicker th.prev, 
.datepicker-edit-person.datepicker th.next {
    font-size:21px;
}

.datepicker-edit-person.datepicker table th {
    height: 20px;
	background-color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    width: 14.28571429%;
	color: #333333;
	font-size: 14px;
}

.datepicker-edit-person.datepicker .datepicker-years table thead th {
	width: 73px;
}

.datepicker.datepicker-edit-person table td.active.day.empty,
.datepicker.datepicker-edit-person table td.active.day.empty a,
.datepicker.datepicker-edit-person table td.active.day.empty:not(.old):not(.new) a {
    background-color: #0044cc !important;
    color: #ffffff !important;
}
/* datepicker */











/* --- Edit person, organization, news --- */
.edit-popup .heading,
.edit-person-popup .heading,
.edit-organization-popup .heading,
.edit-sportingevent-popup .heading,
.edit-calendar-popup .heading{
    display: block;
    height: 60px;
    padding: 0 20px;
}
	.search-popup .inside_popup,
	.search-person-popup .inside_popup,
	.search-organization-popup .inside_popup,
	.search-sportingevent-popup .inside_popup,
	.search-calendar-popup .inside_popup{
		padding: 10px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #333333;
	}

		.search-popup .inside_popup .control-group,
		.search-person-popup .inside_popup .control-group,
		.search-organization-popup .inside_popup .control-group,
		.search-sportingevent-popup .inside_popup .control-group,
		.search-calendar-popup .inside_popup .control-group {
			width:700px;
		}


	.edit-form input,
	.search-popup input,
	.search-person-popup input,
	.edit-person-form input,

	.registration-popup input,
	.registration-person-popup input,

	.search-organization-popup input,
	.edit-organization-form input,
	.registration-organization-popup input

	.search-sportingevent-popup input,
	.edit-sportingevent-form input,
	.edit-calendar-form input,
	.registration-sportingevent-popup input
	 {
		border-radius: 4px;
		background-color: white;
		border: 1px solid #cccccc;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: border linear .2s, box-shadow linear .2s;
		-moz-transition: border linear .2s, box-shadow linear .2s;
		-o-transition: border linear .2s, box-shadow linear .2s;
		transition: border linear .2s, box-shadow linear .2s;

		height: 20px;
		padding: 4px 6px;
		font-size: 14px;
		line-height: 20px;
		color: #555555;
		box-sizing: content-box;
		-webkit-appearance: textfield;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.search-popup .button,
	.search-person-popup .button,

	.edit-form .button,
	.edit-person-form .button,
	.registration-person-popup .button,

	.search-organization-popup .button,
	.edit-organization-form .button,
	.registration-organization-popup .button,

	.search-sportingevent-popup .button,
	.edit-sportingevent-form .button,
	.registration-sportingevent-popup .button
	 {
		display: block;
		margin: 0 auto;
		height: 55px;
		line-height: 50px;
		box-sizing: border-box;
		color: #314c83;
		text-align: center;
		border: #314c83 3px solid;
		font-size: 21px;
		text-transform: uppercase;
		padding: 0 15px;
		margin-top: 3px;
	}

	#addnewauthor,
	#addnewsource,
	#addnewcity{
		float: right;
		width: 200px;
		height: 32px;
		font-size: 14px;
		line-height: 26px;
		margin: 0;
	}

	#addnewsource{
		width: 250px;
	}

	#addnewauthor span,
	#addnewsource span{
		font-size: 20px;
		line-height: 20px;
		position: relative;
		top: 2px;
	}

	.search-popup .button:hover,
	.search-person-popup .button:hover,
	.search-organization-popup .button:hover,
	.search-sportingevent-popup .button:hover,
	.edit-form .button:hover,
	.edit-person-form .button:hover {
		background-color:#314c83;
		color:#ffffff;
	}

.search-popup .form-search input,
.search-person-popup .form-search input,
.search-organization-popup .form-search input,
.search-sportingevent-popup .form-search input
{
	padding:4px;
	margin:3px 5px 5px 0;
}

.edit-popup .popup-content,
.edit-person-popup .popup-content,
.edit-organization-popup .popup-content,
.edit-sportingevent-popup .popup-content{
	padding:0 20px;
}

.edit-popup.help .popup-content img{
	width:100%;
}

.edit-form .control-group,
.edit-person-form .control-group,
.edit-organization-form .control-group,
.edit-sportingevent-form .control-group{
	margin: 2px 10px 2px 0;
	width: 100%;
	float:left;
}

.edit-form .control-group.half,
.edit-person-form .control-group.half,
.edit-organization-form .control-group.half,
.edit-sportingevent-form .control-group.half{
	width:458px;
}

.edit-form .control-group.right,
.edit-person-form .control-group.right,
.edit-organization-form .control-group.right,
.edit-sportingevent-form .control-group.right{
	float:right;
}

.edit-form .controls.image,
.edit-person-form .controls.image,
.edit-organization-form .controls.image,
.edit-sportingevent-form .controls.image{
	text-align:center;
}
.edit-person-form .control-group.two-two{
	
}

.edit-form .label,
.edit-person-form .label,
.edit-organization-form .label,
.edit-sportingevent-form .label{
	width:210px;
	float:left;

	padding-top: 5px;
	font-size: 14px;
    font-weight: normal;
    line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.edit-form .controls,
.edit-person-form .controls,
.edit-organization-form .controls,
.edit-sportingevent-form .controls{
	margin-left:214px;
}
.edit-form .control-group.half .label,
.edit-person-form .control-group.half .label,
.edit-organization-form .control-group.half .label,
.edit-sportingevent-form .control-group.half .label  {
	width:210px;
	float:left;
}

.edit-form .control-group.half .controls,
.edit-person-form .control-group.half .controls,
.edit-organization-form .control-group.half .controls,
.edit-sportingevent-form .control-group.half .controls{
	margin-left:214px;
}

.edit-form input,
.edit-person-form input,
.edit-organization-form input,
.edit-sportingevent-form input{
	height:21px;
	width: 225px;
}

.edit-form .control-group.error input,
.edit-person-form .control-group.error input,
.edit-organization-form .control-group.error input,

.edit-person-form .control-group.error .cke_inner.cke_reset,
.edit-organization-form .control-group.error .cke_inner.cke_reset,

.edit-sportingevent-form .control-group.error input,
.edit-sportingevent-form .control-group.error .cke_inner.cke_reset
{
	border:1px solid red;
}

.edit-form .control-group.error .label,
.edit-person-form .control-group.error .label,
.edit-organization-form .control-group.error .label,
.edit-sportingevent-form .control-group.error .label {
	color:red;
}

.edit-form .controls .chzn-container.chzn-container-single,
.edit-person-form .controls .chzn-container.chzn-container-single{
	margin-top:3px;
}

.edit-person-form .chzn-container-single .chzn-single {
	
}

.edit-form  .form-actions,
.edit-person-form  .form-actions,
.edit-organization-form  .form-actions,
.edit-sportingevent-form  .form-actions{
	width:100%;
	padding:30px;
	float: left;
	text-align:center;
}


.edit-form .form-messages,
.edit-person-form .form-messages,
.edit-organization-form .form-messages,
.edit-sportingevent-form .form-messages {
	width: 100%;
    float: left;
    color: red;
    padding: 30px 0 0 0;
	display:none;
}

.edit-form  .form-actions button,
.edit-person-form  .form-actions button,
.edit-organization-form  .form-actions button,
.edit-sportingevent-form  .form-actions button{
	padding: 5px 10px;
}


.control-group.upload-photo{
	float:right;
	height:180px;
}
.edit-newsitem-popup .control-group.upload-photo .label{
	width: 300px;
}

.edit-newsitem-popup .control-group.upload-photo .button-load{
	margin: 40px;
	width: 300px;
	position: relative;
}
.edit-newsitem-popup .control-group.upload-photo .messages{
	margin-top: 10px;
    font-size: 12px;
    color: red;
    float: left;
}
.edit-newsitem-popup .control-group.upload-photo .image{
	float: right;
	margin-right: 70px;
}
.edit-newsitem-popup .control-group.upload-photo .button-load:hover .button{
	background-color:#314c83;
	color:#ffffff;
}

.edit-newsitem-popup .control-group.upload-photo .button{
	cursor:pointer;
	font-size: 16px;
	width: 300px;
}
.edit-newsitem-popup .control-group.upload-photo #fileupload{
    opacity: 0;
    position: absolute;
    top: 0px;
    left: -1px;
    height: 55px;
    cursor: pointer;
    width: 301px;
    float: left;
    padding: 0;
    font-size: 0px;
    margin: 0;
    line-height: 0;
}

.search-popup .pagination-toolbar,
.search-person-popup .pagination-toolbar,
.search-organization-popup .pagination-toolbar,
.search-sportingevent-popup .pagination-toolbar {
	width:800px;
}
.search-popup select.pager,
.search-person-popup select.pager,
.search-organization-popup select.pager,
.search-sportingevent-popup select.pager{
	width:65px;
	float:left;
	margin-left: 10px;
	margin:0;
}

.search-popup ul.pagination-list,
.search-person-popup ul.pagination-list,
.search-organization-popup ul.pagination-list,
.search-sportingevent-popup ul.pagination-list{
	float:left;
	margin-right: 10px;
}
.search-popup .pagination ul &gt; li &gt; a, .pagination ul &gt; li &gt; span,
.search-person-popup .pagination ul &gt; li &gt; a, .pagination ul &gt; li &gt; span,
.search-organization-popup .pagination ul &gt; li &gt; a, .pagination ul &gt; li &gt; span,
.search-sportingevent-popup .pagination ul &gt; li &gt; a, .pagination ul &gt; li &gt; span{
	padding: 4px 8px;
}


.pagination ul &gt; li {
    display: inline;
	line-height: 20px;
}

.pagination ul &gt; li &gt; a, .pagination ul &gt; li &gt; span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: white;
    border: 1px solid #dddddd;
    border-left-width: 0;
}


.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul &gt; li {
  display: inline;
}
.pagination ul &gt; li &gt; a,
.pagination ul &gt; li &gt; span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  background-color: whitesmoke;
}
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  color: #999999;
  cursor: default;
}
.pagination ul &gt; .disabled &gt; span,
.pagination ul &gt; .disabled &gt; a,
.pagination ul &gt; .disabled &gt; a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li:first-child &gt; span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:last-child &gt; span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul &gt; li &gt; a,
.pagination-large ul &gt; li &gt; span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul &gt; li:first-child &gt; a,
.pagination-large ul &gt; li:first-child &gt; span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul &gt; li:last-child &gt; a,
.pagination-large ul &gt; li:last-child &gt; span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul &gt; li:first-child &gt; a,
.pagination-small ul &gt; li:first-child &gt; a,
.pagination-mini ul &gt; li:first-child &gt; span,
.pagination-small ul &gt; li:first-child &gt; span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul &gt; li:last-child &gt; a,
.pagination-small ul &gt; li:last-child &gt; a,
.pagination-mini ul &gt; li:last-child &gt; span,
.pagination-small ul &gt; li:last-child &gt; span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul &gt; li &gt; a,
.pagination-small ul &gt; li &gt; span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul &gt; li &gt; a,
.pagination-mini ul &gt; li &gt; span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li &gt; a:hover {
  text-decoration: none;
  background-color: whitesmoke;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; span {
  color: #999999;
  background-color: white;
  cursor: default;
}

.search-person-popup a:hover,
.search-person-popup a:hover {
    color: #005580;
    text-decoration: none;
}

.search-popup a:hover,
.search-person-popup a:hover, a:active {
    outline: 0;
}

.search-popup a,
.search-popup a,
.search-person-popup a,
.search-person-popup a {
    color: #0088cc;
    text-decoration: none;
}

.adminItems .personalities{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 2px solid red;
    position: relative;
}
.adminItems .personalities:hover{
	width:133px;
	height:auto;
	z-index: 1000;
	top: -80px;
}

.adminItems .personalities img {
    width: 50px;
    position: relative;
}

	.adminItems .personalities:hover img{
		width: 133px;
	}


	[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.icon-green {
    background-image: url("themes/admin/images/glyphicons-halflings-green.png");
}

.sorting-name.asc .icon-green {
		background-position: -313px -120px;
	}
	.sorting-name.desc .icon-green {
		background-position: -288px -120px;
	}

	.adminItems table{
		width:100%;
	}
		.adminItems table th {
			text-align:center;
		}
/* --- Edit person --- */




/* jcarousel */
.jcarousel-skin-tango{

}

.jcarousel-clip {
	overflow:hidden;
}

.jcarousel-prev {
	width:18px;
	height:46px;
	background:url(images/left_triger.png) no-repeat;
	position:absolute;
	cursor:pointer;
	top:42px;
	left:-25px;
}

.jcarousel-next {
	width:18px;
	height:46px;
	background:url(images/right_triger.png) no-repeat;
	position:absolute;
	cursor:pointer;
	top:42px;
	right:-25px;
}

.jcarousel-next-disabled-horizontal {
	cursor:normal;
	opacity:0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.jcarousel-prev-disabled-horizontal {
	cursor:normal;
	opacity:0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.jcarousel-item {
	width:164px;
	margin:0 8px;
}
.jcarousel-item .newsTitle a{
	font-size: 11px;
	font-family: Georgia;
	color: #444444;
}

.jcarousel-item .alsoItem .image{
	height:133px;
}

.jcarousel-item img{
	height: auto;
	width: 133px;
	max-height: 133px;
}

	.box-for-scoreboard .jcarousel-item .image {
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		
	}

	.box-for-scoreboard .jcarousel-item .image a{
		color: #333;
		font-size: 16px;
		line-height: 18px;
		font-family: Times New Roman;
	}

.jcarousel-item .image img.toiningImgNew{
	position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0;
}

/* end jcarousel */

#edit-organization,
#edit-person,
#edit-sportingevent,
#edit-calendar{
	font-size: 18px; 
	cursor: pointer; 
	background: #ffff00 url('images/footing-arrow-right-red.png') no-repeat 99% center; 
	padding-right: 5%;
}

.atlet-wrap .messages-yellow #edit-person{
	font-size: 16px;
}
a.linkorganizations{
	float: right;
	border-bottom:#d55332 1px solid;
	border-top:#d55332 1px solid;
}

a.linkorganizations .messages-yellow {
    margin: 5px 0;
}

a.linkorganizations p{
	font-size:16px;
	color:#000000;
	background:#ffff00 url('images/footing-arrow-right-red.png') no-repeat 99% center;
	padding-right:30px;
}
.linknews {
	font-size: 14px;
	padding: 10px 0;
	color: #999A9C;
	font-style: italic;
}

.linknews a {
	color: #999A9C;
}

	.linknews a:hover {
		color: #C44242;
	}

	#persons-last100-list .left50percent,
	#persons-last100-list .right50percent,
	#organizations-last100-list .left50percent,
	#organizations-last100-list .right50percent
	{
		font-size: 16px;
		border-top: #d55332 2px solid;
		width:48%;
		float:left;
		margin-left:1%;
		background-color: #fff;
	}

	.atlet-results #persons-last100-list .left50percent,
	.org-results #organizations-last100-list .left50percent{
		margin-left:0;
	}

	.atlet-results #persons-last100-list .right50percent,
	.org-results #organizations-last100-list .right50percent {
		float:right;
	}
#persons-last100-list .regions thead th.regions-title,
#organizations-last100-list .regions thead th.regions-title {
	border-left: #c8c8ca 1px solid;
}

#persons-last100-list .regions td.place,
#organizations-last100-list .regions td.place {
	width: 6%;
}

#persons-last100-list .newrecord,
#persons-last100-list .newrecord a,
#organizations-last100-list .newrecord,
#organizations-last100-list .newrecord a{
	color:#199647;
}

.org-popup .heading .heading-title span{
	width: 100%;
	margin-top: 5px;
	display: block;
}

.box-for-scoreboard #persons-last100-list{
	width: 100%;
    float: left;
    display: none;
}

.atlet-wrap .atlet-results .results-count #persons100last,
.page-organizations .org-results .results-count #organizations100last{
	float: right;
	color: red;
	font-size: 24px;
	font-weight: 300;
	display: block;
}

.atlet-wrap .atlet-results #persons-last100-list,
.page-organizations .org-results #organizations-last100-list {
	width: 100%;
	clear: both;
}

.atlet-wrap .atlet-results .results-count a.close,
.page-organizations .org-results .results-count a.close {
    float: right;
    margin: 5px;
	width: 43px;
    height: 43px;
    box-sizing: border-box;
    background: #e5e5e3 url('images/close-popup-icon.png') no-repeat center center;
}

.atlet-wrap .atlet-results .results-count a.close:hover,
.page-organizations .org-results .results-count a.close:hover
 {
	border-radius: 30px;
	background-color: #fff;
}

.filterbyclass{
	float:right;
	padding-top: 10px;
}

.page-content.page-organizations .org-results .results-list{
	clear:both;
}

.content-wrap .news-big h3{
	font-size: 14px;
}

.atlet-popup .box-for-scoreboard .most-readeble {
    width: 33%;
}

.org-popup .heading .heading-title span{
                            display: block;
float:none !important;
		}

.content-wrap.page-sporting-events .page-content ul li {
    width: 100%;
}

.org-popup .org-info .org-logo-big .socials{
width: 300px;
}

.org-popup .scroll-wrap.org-description-full tr:nth-child(odd) {
    background: #e5e5e3;
}
.org-popup .scroll-wrap.org-description-full table{
border-spacing: 0;
    border: 0;
    margin-top: 10px;
}
.org-popup .scroll-wrap.org-description-full table td:nth-child(1){
text-align:center;
}
.org-popup .scroll-wrap.org-description-full table td:nth-child(2){
width:200px;
}
.org-popup .scroll-wrap.org-description-full table td {
    font-size: 14px;
    border: solid 1px white;
    padding: 10px 15px 10px 15px;
   color: #010101;
width: auto;
}
.atlet-popup .atlet-content .description .links.rating{
margin-top: 30px;
}
.org-popup .heading .sport-list{
    width: 840px;
    float: left;
}

.org-content.organizationsregional .b-organizationstypesid select, .org-content.organizationsregional .b-otafcid select {
    width: 570px;
}
.atlet-wrap .messages-yellow #edit-person{
font-size: 16px;
}
.news-content .news-big div.content h3
{
    background-color: #e3f2e9;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 10px;
}

.atlet-popup #BoxRatings, .atlet-popup #InternationalRatings, .atlet-popup #RussianRatings, .atlet-popup #boxsocieties{
	display:none;
}

.atlet-popup .columns-2.most-readeble-list h5{
	/*
	font-size: 24px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	*/
	color:#000000;
}

.atlet-popup .columns-2.most-readeble-list .newsDate, .atlet-popup .columns-2.most-readeble-list .most-fixer{
	font-family: 'Open Sans', sans-serif;
}

.atlet-popup .columns-2.most-readeble-list .views-counts{
	font-family: 'Open Sans', sans-serif;
}

.atlet-popup .box-for-scoreboard .most-name{
	font-family: 'Open Sans', sans-serif;
}

.atlet-popup .box-for-scoreboard .most-readeble-list {
	border: #d2d2d2 1px solid;
	margin-bottom: 20px;
}

/* ReceivePrize */
.page-content.page-static .ReceivePrize{
	min-height:400px;
	background-color:#ffffff;
    padding: 0 25px;
}

form#ReceivePrizeForm .custom-select ul li{
	background: none;
	padding: 5px 10px 5px 10px;
	margin-left: 0;
}

form#ReceivePrizeForm .select-list .selected, form#ReceivePrizeForm .select-list li:hover {
    color: #6e6d71;
    background: #dedede;
}

form#ReceivePrizeForm .control-group{
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}

form#ReceivePrizeForm .control-group label{
	float: left;
	width: 400px;
	padding-top: 5px;
	text-align: left;
	margin-bottom: 5px;
}

form#ReceivePrizeForm div.controls{
	margin-left: 410px;
}

form#ReceivePrizeForm div.controls input,
form#ReceivePrizeForm div.vote-block input{
	display: block;
	border: #c8c8ca 1px solid;
	box-sizing: border-box;
	/*background: #fff;*/
	font-size: 14px;
	color: #47464a;
	font-style: italic;
	opacity: 0.8;
	height: 32px;
	padding-left: 10px;
}

form#ReceivePrizeForm .message-second{
	display:none;
	color:green;
}

form#ReceivePrizeForm .message-notfound{
	display:none;
	color:red;
}
form#ReceivePrizeForm  #ReceivePrizeStart,
form#ReceivePrizeForm  #ReceivePrizeEnd {
    display: block;
    margin: 10px auto 15px;
    color: #314c83;
    border: #314c83 3px solid;
    background: #fff;
    box-sizing: border-box;
    height: 55px;
    line-height: 50px;
    font-size: 21px;
    text-transform: uppercase;
    padding: 0 20px;
    cursor: pointer;
}
form#ReceivePrizeForm  #ReceivePrizeStart:hover,
form#ReceivePrizeForm  #ReceivePrizeEnd:hover {
	color: #ffffff;
	 background: #314c83;
}

form#ReceivePrizeForm .voting-blocks.vb-questions {
	padding-bottom: 20px;
}

form#ReceivePrizeForm .voting-blocks.vb-questions #vote-block-title{
	text-transform:uppercase
}

.EndReceivePrize{
	display: none;
	width: 100%;
	float: left;
	padding: 40px 30px;
	background-color: #ffffff;
	color:green;
}

#PersonseceivePrizeId{
	width: 100%;
}

.done #PersonseceivePrizeId{
	width:1px;
}


/* ReceivePrize */



/* ---- temp ---- */
.map-bg {
	opacity: 0.8;
}
.asterisk-legend{
    position: relative;
    /*top: -370px;*/
    left: -20px;
}
.asterisk-legend span{
    color: #47464a;
    font-size: 14px;
    opacity: 1;
}

.asterisk-legend:hover span{
	/*opacity:1;*/
}
.map a:focus {
    outline: none;
}
	.org-popup .heading .heading-title span{
		display: block;
		float:none !important;
	}

.content-wrap.page-sporting-events .page-content ul li {
    width: 100%;
}

.org-popup .org-info .org-logo-big .socials{
	width: 300px;
}

.org-popup .scroll-wrap.org-description-full tr:nth-child(odd) {
    background: #e5e5e3;
}
.org-popup .scroll-wrap.org-description-full table{
	border-spacing: 0;
	border: 0;
	margin-top: 10px;
}
.org-popup .scroll-wrap.org-description-full table td:nth-child(1){
	text-align:center;
}
.org-popup .scroll-wrap.org-description-full table td:nth-child(2){
	width:200px;
}
.org-popup .scroll-wrap.org-description-full table td {
	font-size: 14px;
	border: solid 1px white;
	padding: 10px 15px 10px 15px;
	color: #010101;
	width: auto;
}
.atlet-popup .atlet-content .description .links.rating{
	margin-top: 14px;
}
.org-popup .heading .sport-list{
    width: 840px;
    float: left;
}

.org-content.organizationsregional .b-organizationstypesid select, .org-content.organizationsregional .b-otafcid select {
    width: 570px;
}
.atlet-wrap .messages-yellow #edit-person{
	font-size: 16px;
}
.news-content .news-big div.content h3
{
    background-color: #e3f2e9;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 10px;
}

.atlet-popup #BoxRatings, .atlet-popup #InternationalRatings, .atlet-popup #RussianRatings, .atlet-popup #boxsocieties{
	display:none;
}

.atlet-popup .columns-2.most-readeble-list h5{
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.atlet-popup .columns-2.most-readeble-list .newsDate, .atlet-popup .columns-2.most-readeble-list .most-fixer{
	padding-left:0;
}
.atlet-popup .columns-2.most-readeble-list .views-counts{
	margin-left:0;
}

.page-content.page-static .ReceivePrize {
    min-height: 200px;
}
.slider .slide {
	vertical-align: top;
}
/* ---- end temp ---- */

.col-10-10.second-menu{
	margin: 0 0 10px 0;
}

.col-10-10.second-menu .col-10-2{
	float:right;
}

.page-heading.scoreboard-news .datetime.page-title{font-size:12pt;float:right;text-align:right;margin-top:20px;font-weight:500;}
#news2.stadium-news-bottom a.short-footing{background:#FF1414;}
#news2.stadium-news-bottom .short-footing-link{background:#1C8EFF;}
#news2.stadium-news-bottom.sport-news a.short-footing{background:#0C9C46;}
#news2.stadium-news-bottom.sport-news .short-footing-link{background:#F2411D;}
.region-popup .VotingQuestions span{font-weight:600;font-size:16px;color:#3f3e42;}
.page-organizations-industry .org-filter-sbmit{position:relative;z-index:1;}
.news-list-element .image{height:170px;}
.news-list-element{display: block;margin: 10px 20px 15px 0;}
.source-info{font-style: italic;}
.box-for-scoreboard .special-project-list ul.persons-list .personItem{margin:0;}
.box-for-scoreboard .special-project-list ul.persons-list .commentsCount{margin:0;}
.page-content.news-page.item .source-info span{padding-right:40px;}
.content-wrap .news-big ul{width: 100%;}
#news2 .col-12-6{height: 400px;}
.col-10-10.second-menu{margin:0 0 10px 0;}
.col-10-10.second-menu .col-10-2{float:right;}
.content-wrap .page-content.news-page.item {display: inline-block;overflow: inherit;}
.atlet-social-links a{float:left;margin-right:4px;}
.box-for-scoreboard.indexcitations-stadium #persons100last{margin:0;padding:10px 10px 0 0;}
.voting-content.about-project{padding:20px 0;}
.voting-content.about-project p,.voting-content.about-project h1{padding:0 30px;}
.voting-content.about-project p span{font-size:16px !important;}
.voting-content.about-project h1 strong span span{font-size:16px !important;}
.content-wrap .page-content{overflow:visible;}
.atlet-popup .banner-1 h3,.atlet-popup .banner-2 h3,.atlet-popup .banner-3 h3,.atlet-popup .banner-4 h3{margin:0;padding:0;}
.atlet-popup .banner-1 a,.atlet-popup .banner-2 a,.atlet-popup .banner-3 a,.atlet-popup .banner-4 a,.atlet-popup .widgets #reestr-title .big-title a{font-size:20px;height:250px;line-height:28px;}
.atlet-popup .banner-4 a{line-height:40px;}
.content-wrap .page-content{display:inline-block;width:100%;}
#constructor{display:none;}
#rating-birthdays-scoreboard,#rating-dateofdeath-scoreboard,.box-for-scoreboard.info-blocks{background: #C7EDFC;}
#rating-birthdays-scoreboard .image a.person span:first-child{background: #fff;}
#rating-birthdays-scoreboard .image a.person .block-fio span{background:transparent;}
.box-for-scoreboard .jcarousel-item .image{text-align:left;padding-left:1px;}
.voting-blocks.vb-questions .input label input{margin-left:10px;width:350px;}
.voting-blocks.vb-questions .input label input.error{border:1px solid #ff0000;}
.voting-blocks.vb-questions .input label input.error:focus{border:2px solid #ff0000;}
.voting-blocks .vote-block .input{min-height:20px;}
.voting-blocks .vote-block p{min-height:66px;}
.voting-content p,  .voting-blocks .vote-block label{font-size:16px;}
.voting-blocks .vote-block .input.half{width:45%;display:inline-block;}
.popup-content.regions-content .VotingQuestions{display:none;}
.col-10-10.second-menu.magnet{position:fixed;top:0;z-index:999;max-width:1280px !important;margin-top:0 !important;}
.col-10-10.second-menu.magnet .icon_print{display:none;}
#boxprotocols{float:left;width:100%;}
#show-person-for-news{display:none;position:absolute;top:0;background:#fff;padding:15px;z-index:9999;width:385px;font-size:11px;border:1px solid #c44242;-webkit-box-shadow:1px 1px 2px #999a9c;box-shadow:3px 1px 2px rgba(0,0,0,0.1);}
#show-person-for-news a.close{background:url(images/chosen-sprite@2x.png) no-repeat -85px 0px;width:20px;height:20px;position:relative;top:-5px;left:5px;float:right;display:block;cursor:pointer;}
#show-person-for-news a.close:hover{background:url(images/chosen-sprite@2x.png) no-repeat -85px -22px;}
#show-person-for-news .photo{float:left;margin:0 12px 0 0;width:107px;}
#show-person-for-news .photo img{width:100%;}
#show-person-for-news .info{font-size:12px;}
#show-person-for-news .info a{color:#314c83;font-size:16px;line-height:26px;}
#show-person-for-news .info div{margin-top:10px;}
.popup{display:none;position:absolute;top:0;background:#fff;padding:15px;z-index:2005;width:90%;max-width:415px;font-size:11px;border:1px solid #c44242;-webkit-box-shadow:1px 1px 2px #999a9c;box-shadow:3px 1px 2px rgba(0,0,0,0.1);}
.popup-message{max-width:385px;}
.popup-greeting-view{z-index:2006;max-width:585px;}
.popup .close{display:inline-block;width:23px;height:23px;box-sizing:border-box;background:transparent url(images/close-popup-icon.png) no-repeat center center;float:right;background-size:10px;z-index:1;position:relative;}
.popup-greeting .close{display:inline-block;width:23px;height:23px;box-sizing:border-box;background:transparent url(images/close-popup-icon.png) no-repeat center center;float:right;background-size:10px;}
.popup .close:hover, .popup .close:hover{border-radius:30px;background-color:#e5e5e3;}
.popup .label{padding:0 0 10px 0;font-size: 14px;text-transform:uppercase;}
.popup .label.right,.popup .head{display:none;}
.popup .head{font-size:12px;padding-bottom:11px;}
.popup .control{padding-bottom:10px;}
.popup .control textarea{width:100%;resize:vertical;font-size: 14px;}
.popup .control input{width:100%;padding:5px 0;font-size: 14px;}
.popup button{display:block;float:left;cursor:pointer;width:100%;height:33px;color:#fff;border:#c44242 2px solid;background:#c44242;font-size:14px;}
.popup .message{padding-bottom:10px;color:#c44242;}
.popup-greeting.bottom-right .label.right,.popup-greeting.bottom-right .head{display:block;}
.popup-greeting-view .title{font-size:20px;padding:0 0 10px 0;float:left;width:100%;}
.popup-greeting-view .list{clear:both;}
.popup-greeting-view .box{margin-bottom:15px;background:#f3f6ed;padding:10px 20px;float:left;}
.popup-greeting-view .name{color:#444;font-weight:600;}
.popup-greeting-view .name span{color:#999a9c;font-weight:500;}
.popup-greeting-view .text{font-size:12px;color:#444;background:#fcfef8;border:1px solid #b5b9b4;margin:8px 0 5px;padding:5px 10px;position:relative;white-space:pre-line;float:left;}
.popup-greeting-view .text .comment_top{position:absolute;top:-10px;left:10px;width:8px;height:10px;background:url(images/comment_top.gif) no-repeat 0 0;}
.popup-greeting-view.mini{width:25%;position:fixed;bottom:0;height:300px;right:0;top:auto !important;margin:0;overflow:auto;}
.popup-greeting-view.mini .list{float:left;}
.popup-greeting-view.mini .title{font-size:13px;}
.popup-greeting-view.mini .close{width:23px;height:23px;background-size:12px;position:fixed;right:15px;}
.popup-greeting-view.mini.big{top:10px !important;bottom:auto !important;max-width:100%;width:94%;right:2%;height:1600px;}
#yandex_rtb_R-A-293416-1{float:left;width:100%;}
.link-olympic-game{float:right;position:relative;top:-15px;}
.yandex-reclame{width:80%;margin-top:10px;margin-right:10px;clear:both;padding-top:20px;}
.atlet-wrap .simple-block.yandex-for-search{width:100%;height:auto;min-height:150px;float:left;}
.atlet-wrap .simple-block.messages-for-edit, .messages-for-edit.org-block{width:100%;height:auto;float:left;margin:5px 0 5px -9px;padding:0;}
.messages-for-edit.org-block{margin-left:0;}
.org-block.yandex-organizations{width:256px;height:840px;text-align:center;}
.org-block.yandex-organizations #yandex_rtb_R-A-325092-2{display:inline-block;}
.yandex-for-person{padding:10px 0;float:left;}
.results-count .right-links{float:right;width:300px;display:none;}
.results-count .micro{display:none;float:left;}
.results-count .full{float:left;}
.big-calendar-title.open-calendar .hidden-text{display:none !important;}
#registration-form label{padding:5px 0;}
.content-wrap.users-page .form-element{margin-bottom:10px;float:left;width:100%;}
.content-wrap.users-page input[type=text], .content-wrap.users-page input[type=password]{display:block;border:#c8c8ca 1px solid;box-sizing:border-box;background:#fff;font-size:14px;color:#47464a;font-style:italic;opacity:0.8;height:32px;padding-left:10px;width:100%;}
.robot-box .close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:black;text-shadow:0 1px 0 white;opacity:0.2;width:50px;height:50px;background:url(images/big_close.png) no-repeat 0 0;background-size:50px;right:30px;position:relative;}
.robot-box .close:hover, .robot-box:hover .close{opacity:1;}
.robot-box .question{display:none;background:#fff;padding:20px;border:1px solid red;text-align:center;font-size:22px;}
.robot-box .question .message{}
.robot-box .question .buttons{padding:20px 0 5px 0;}
.robot-box .question .buttons a{margin:0 30px;color:red;}
.robot-box .question .buttons a.yes{color:green;}
.message-right-top.popup{max-width:460px;}
.message-right-top .message{font-size:20px;font-family: Geneva, Arial, Helvetica, sans-serif;font-style:italic;}
.popup.message-right-top .close{width:30px;height:30px;background-size:12px;}
.message-right-top .message span{padding-top:10px;}

.message-about-sport{position:absolute;top:0;width:500px;z-index:9909;left:50%;}
.message-about-sport .popup{display:block;float:left;width:100%;position:relative;max-width:600px;}
.message-about-sport .sport-link img{width:53px;height:53px;}
.message-about-sport .sport-link h2{font-size:18px;font-weight:400;display:inline-block;}
.message-about-sport .sport-link{font-size:18px;font-weight:400;height:53px;line-height:53px;margin-bottom:0;}

#message-for-home{cursor:pointer;}
.link-network{font: italic 13px cursive;overflow:hidden;top:10px;height:50px;background:#fff;margin-top:26px;text-align:center;border-radius:10px;box-shadow:#ccc 2px 2px 2px;background:linear-gradient(to top,#b6defe 0%,#f0f7fe 9%,#fff 100%);border:1px solid #fff;border-radius:20px;width:100%;padding:5px 0 5px 10px;}
.link-network #info-block-count{font-size:15px;}
.link-network img{width:200px;}

.popup#signin-team .close,.popup#signin-team-second .close{top:-14px;right:-14px;}
.popup#signin-team .close:hover,.popup#signin-team-second .close:hover{border-radius:0;background-color:#C24242;}

#signin-team{}
#signin-team input{padding:5px 10px;box-sizing:border-box;}
#signin-team .label.message{margin-left:-15px;margin-right:-15px;background: #efefef;padding:10px 15px;margin-bottom:10px;}
#signin-team .label.message.first{margin-top:-15px;}
#signin-team .result-search-person{max-height:210px;overflow:auto;position:absolute;width:95%;background:#fff;}
#signin-team .item{padding:10px;font-size:14px;}
#signin-team .item a{float:right;}
#signin-team .item:hover{background:#e5e5e3;cursor:pointer;}
#signin-team .item .check{background: url(/content/images/radio.png) 0px -20px no-repeat;width:20px;height:20px;float:left;}
#signin-team .item:hover .check{background: url(/content/images/radio.png) 0px 0px no-repeat;}
#signin-team-second .exit{float:right;margin-right:-20px;}
.atlet-popup .logo-person{float:left;height:63px;width:auto;margin-left:30px;}

@media (max-width: 900px) {
	.atlet-popup .box-messages .link span{font-size:12px;}
	#message-for-home{display:none;}
}
@media (max-width: 800px) {
	.body-news .left-content,.body-news .right-content{width:100%;}	
}
@media (max-width: 750px) {
	.atlet-popup .messages-yellow{width:97%;}
	.atlet-popup .box-messages .link span{font-size:14px;}
	.atlet-popup .box-messages .link{width:32.7%;margin-bottom:5px;}
	.atlet-popup .box-messages .link.red{margin-right:1%;}
}
@media (max-width: 700px) {
	.popup-greeting-view.mini{width:50%;}
	.atlet-popup .atlet-content .links.rating{width:100%;margin-bottom:10px;}	
}
@media (max-width: 641px) {
	.content-wrap.person-page .second-menu,.body-news .second-menu{display:none;}
	.body-person .content-wrap.person-page .datetime.page-title{display:block;background-color:transparent;color:#000000;top:0px;font-size:25px;}
	.body-person .breadcrumbs,.body-news .breadcrumbs{display:none;}
	.body-person .content-wrap .page-content{border-top:#314C83 0px solid;}
	.body-person .atlet-wrap .filter-wrap{border-bottom:#314C83 2px solid;display:none;}
	.body-person .split-red-line{border-bottom:#314C83 2px solid;margin-top:10px;}

	.atlet-wrap .simple-block{width:24%;}
	.atlet-wrap .yandex-for-person.simple-block{width:100%;float:left;height:250px;overflow:hidden;}
	.results-count a.linkorganizations{border:0;}
	.results-count a.linkorganizations .messages-yellow{float:left;padding:0 5px 0 10px;}
	.results-count a.linkorganizations p{line-height:26px;background-size:10px;}

	.header, .content.main-content{padding-left:5%;padding-right:5%;}
	.header{z-index:1000;}
	.col-header-1{width:100%;}
	.col-header-2{width:100%;margin-top:20px;}
	.col-header-3{width:100%;height:150px;}
	.body-person .col-header-3,.body-news .col-header-3{height:120px;display:none;}
	.col-header-3 a{float:right;width:30%;top:330px;position:relative;}
	.col-header-3 a.link-network{top:290px;}
	.body-person .col-header-3 a{top:-20px;}
	.body-person form#search{top:88px;position:relative;width:110%;margin-left:-5%;}
	.body-person .right-links{display:none;}
	.body-person .results-count .right-links{display:block;width:210px;}
	.header a.logo{max-width:none;}
	.header{padding-top:10px;}
	.content-wrap .page-heading{margin-bottom:40px;}
	.atlet-results{margin-top:0;}
	.atlet-wrap .atlet-results .results-count #persons100last{display:none !important;}
	.atlet-results .results-count{border-bottom:#314C83 1px solid;margin-bottom:5px;}
	.search{width:62%;margin-right:1%;}
	.col-10-10.second-menu .col-10-2{width:100%;}
	.main-content .col-10-10.second-menu.magnet{margin-top:-50px !important;position:relative;}
	.content-wrap .page-heading .page-title{position:relative;top:210px;}
	
	.body-person .content-wrap .page-heading a.page-title{top:0;background-color:#73ABDC;padding:10px 0;font-size:25px;width:100%;color:#fff;text-transform:uppercase;}
	.main-content .content-wrap .page-heading .page-title.datetime{top:-270px;font-size:30px;}
	.main-content .asterisk, .content-wrap.home-page .page-heading .page-title img{display:none;}
	.responsiveBlock .responsive-block,.responsiveBlock .responsive-block .col-12-6{width:100%;}
	.big-calendar-title .button-viewall{display:block;}
	.widget-stadium-news-big .news-element .overheading img{width:100% !important;height:auto;left:0 !important;}
	.main-content .content-wrap .page-heading .page-title h1{font-size:30px;position:relative;top:40px;}
	.responsive-block .news-element-heading .overheading div, .responsive-block .news-element-heading .overheading div img{width:100% !important;}
	.content.main-content .col-10-4.responsive-block#news2{height:auto;}

	.for-block-static-with-color, .for-block-static-with-color .block, .for-block-static-with-color .hidden-text,
	.for-block-olympic-games, .for-block-olympic-games .block, .for-block-olympic-games .hidden-text,.for-block-olympic-games .hidden-plus, .for-block-static-with-color .hidden-plus,.for-banners-widget, .for-banners-widget a{height:800px !important;}
	.for-block-static-with-color .hidden-text,.for-block-static .hidden-text,.for-block-olympic-games .hidden-plus,.for-block-static-with-color .hidden-plus{font-size:30px;line-height:600px;}
	.for-block-static .hidden-text span,.for-block-static-with-color .hidden-text span{line-height:40px;}
	.for-block-info-sport-news-small, .for-block-info-sport-news-small .banner-for-news-form, .for-block-info-sport-news-small .col-12-6{height:auto !important;}
	
	.body-news .content-wrap{top:0;}
	.body-news .content-wrap .page-heading .page-title{top:0;}
	.news-page .form-filters,.news-page.item .form-filters{width:100%;text-align:center;overflow:hidden;}
	.news-page .form-filter,.news-page.item .form-filter{width:80%;margin-left:10%;text-align:left;}
	.news-page .form-filters .responsive-block{display:inline-block;}
	.news-page.item .form-filter.map-russia .section-element{text-align:center;}
	#yandex_rtb_R-A-295456-1{overflow:hidden;}
}
@media (max-width: 620px) {
	.atlet-popup .logo-person a:first-child{display:none;}
	.atlet-popup .logo-person{margin-left:0px;}
}
@media (max-width: 600px) {
	.atlet-filter .col-10-3,.atlet-filter .col-10-4{width:100%;height:auto;}
	.atlet-wrap .atlet-filter .col-10-4 .form-element{float:left;}
	.atlet-wrap .atlet-filter .form-element.letters{margin:10px 0;}
	.atlet-popup .atlet-content .description .socials, .atlet-popup .atlet-content .description .links{width:275px;}
	.atlet-wrap .simple-block{width:23%;}
	.body-person .content-wrap .page-heading a.page-title{font-size:22px;}
	.body-person form#search{top:83px;}
	.for-block-static-with-color, .for-block-static-with-color .block, .for-block-static-with-color .hidden-text,
	.for-block-olympic-games, .for-block-olympic-games .block, .for-block-olympic-games .hidden-text,.for-block-olympic-games .hidden-plus, .for-block-static-with-color .hidden-plus,.for-banners-widget, .for-banners-widget a{height:750px !important;}
	.for-block-static-with-color .hidden-text,.for-block-static .hidden-text,.for-block-olympic-games .hidden-plus,.for-block-static-with-color .hidden-plus{font-size:30px;line-height:500px;}
	.for-block-static .hidden-text span,.for-block-static-with-color .hidden-text span{line-height:40px;}
	.for-block-info-sport-news-small, .for-block-info-sport-news-small .banner-for-news-form, .for-block-info-sport-news-small .col-12-6{height:auto !important;}
	.atlet-wrap .atlet-filter .form-element.letters .letters{width:90%;}
	.col-header-3 a.link-network{top:290px;}
}
@media (max-width: 550px) {
	.for-block-olympic-games, .for-block-olympic-games .block, .for-block-olympic-games .hidden-text,.for-block-olympic-games .hidden-plus, .for-block-static-with-color .hidden-plus,.for-banners-widget, .for-banners-widget a{height:700px !important;}
	.body-person .content-wrap .page-heading a.page-title{font-size:21px;}
	.body-person .results-count .micro{display:block;}
	.body-person .results-count .full{display:none;}
	.body-person form#search{top:80px;}
	.atlet-wrap .resultbottom{bottom:-30px;}
}
@media (max-width: 500px) {
	.header{padding-top:5px;}
	.col-10-2{width:100%;}
	.col-header-3{height:130px;}
	.col-header-3 a{top:300px;}
	.col-10-10.second-menu.magnet{position:relative;width:100% !important;}
	.popup-greeting-view.mini{width:90%;}
	.subscribe.pull-right{width:100%;}
	.footer .subscribe .form input[type=text]{width:50%;}
	.footer .subscribe .form input[type=submit]{width:15%;}
	.atlet-popup .widgets .responsive-block{zoom:75%;}
	.atlet-popup .heading .heading-title, .region-popup .heading .heading-title, .org-popup .heading .heading-title{zoom:75%;}
	.edit-popup .heading, .atlet-popup .heading, .region-popup .heading, .org-popup .heading, .edit-person-popup .heading,.atlet-popup .atlet-content{padding:0 10px;}
	.atlet-popup .heading .right-buttons, .region-popup .heading .right-buttons, .org-popup .heading .right-buttons, .edit-popup .heading .right-buttons, .edit-person-popup .heading .right-buttons, .edit-organization-popup .heading .right-buttons{zoom:75%;}
	.popup-content.atlet-content .box-greeting a{font-size:12px;}
	.main-content .content-wrap .page-heading .page-title.datetime{font-size:20px;top:-250px;}
	.main-content .content-wrap .page-heading .page-title h1{font-size:20px;top:20px;}
	.body-person .content-wrap .page-heading a.page-title{font-size:19px;}
	.for-block-static-with-color, .for-block-static-with-color .block, .for-block-static-with-color .hidden-text,
	.for-block-olympic-games, .for-block-olympic-games .block, .for-block-olympic-games .hidden-text,.for-block-olympic-games .hidden-plus, .for-block-static-with-color .hidden-plus,.for-banners-widget, .for-banners-widget a{height:600px !important;}
	.for-block-static-with-color .hidden-text,.for-block-static .hidden-text,.for-block-olympic-games .hidden-plus,.for-block-static-with-color .hidden-plus{font-size:30px;line-height:500px;}
	.for-block-static .hidden-text span,.for-block-static-with-color .hidden-text span{line-height:40px;}
	.for-block-info-sport-news-small, .for-block-info-sport-news-small .banner-for-news-form, .for-block-info-sport-news-small .col-12-6{height:auto !important;}
	.col-10-10.second-menu.magnet{position:relative;width:100% !important;}
	.col-header-3 a.link-network{top:260px;}
}
@media (max-width: 450px) {
	.for-block-static-with-color, .for-block-static-with-color .block, .for-block-static-with-color .hidden-text,
	.for-block-olympic-games, .for-block-olympic-games .block, .for-block-olympic-games .hidden-text,.for-block-olympic-games .hidden-plus, .for-block-static-with-color .hidden-plus,.for-banners-widget, .for-banners-widget a{height:500px !important;}
	.for-block-static-with-color .hidden-text,.for-block-static .hidden-text,.for-block-olympic-games .hidden-plus,.for-block-static-with-color .hidden-plus{font-size:30px;line-height:450px;}
	.body-person .content-wrap .page-heading a.page-title{font-size:17px;}
	.body-person form#search{top:77px;}
}
@media (max-width: 400px) {
	.header a.logo{max-width:none;}	
	.footer .subscribe .form label{float:left;}
	.footer .subscribe .form input[type=text]{width:60%;clear:both;float:left;margin-left:0;}
	.footer .subscribe .form input[type=submit]{float:left;width:15%;}
	.footer .copyright{position:relative;top:95px;}
	.atlet-popup .columns-2 table{zoom:75%;}
	.atlet-results .results-list{padding:5px 5px;}
	.atlet-wrap .simple-block{margin:0;}
	.atlet-popup .atlet-content .info{margin-left:130px;}
	.atlet-popup .atlet-content .description .photo,.atlet-popup .logo-person{zoom:80%;}
	.atlet-popup .atlet-content .description .socials, .atlet-popup .atlet-content .description .links{width:255px;zoom:80%;}
	.atlet-popup .atlet-content .description .socials, .atlet-popup .atlet-content .description .links{margin-top:10px;}

	.for-block-static-with-color, .for-block-static-with-color .block, .for-block-static-with-color .hidden-text,
	.for-block-olympic-games, .for-block-olympic-games .block, .for-block-olympic-games .hidden-text,.for-block-olympic-games .hidden-plus, .for-block-static-with-color .hidden-plus,.for-banners-widget, .for-banners-widget a{height:400px !important;}
	.for-block-static-with-color .hidden-text,.for-block-static .hidden-text,.for-block-olympic-games .hidden-plus,.for-block-static-with-color .hidden-plus{font-size:20px;line-height:400px;}
	.body-person .content-wrap .page-heading a.page-title{font-size:15px;}
	.body-person form#search{top:74px;}
	.atlet-results .results-count{font-size:12px;}
}
@media (max-width: 340px){
.col-header-2{display:none;}
.col-header-3{display:none;}
.content-wrap.home-page{display:none;}
.popup-greeting-view.mini.popup{display:none !important;}
}
@media (max-width:260px){
body{zoom:0.7;}
.popup-greeting-view.mini.popup{display:none;}
.responsive-block.yandex-for-mobile{display:none;}
}</pre></body></html>