/* TopActivity */
.TopActivity-list > a:before, .TopActivity-list > a:after,
.bigGallery > div > div:before, .bigGallery > div > div:after,
.TopActivity-list.only20 > a, .TopActivity-list.only20 > div,
.TopActivity-list-activity > div:before, .TopActivity-list-activity > div:after,
.MR.TopActivity-list > a > strong > i, 
.MR-dop > div, .MR-dop > div > center > i, 
.mr-venok > div a {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.TopActivity-list, .MR-title { line-height: 20px; }
.TopActivity-list-global { width:calc(100% + 30px); }
.TopActivity-list-global > div { width:calc(100% / 2 - 15px); margin-right:15px; padding-right:15px; }
.TopActivity-list-global > div:first-child { border-right:1px solid #ccc; }
.TopActivity-list-h1 { color:#fff; font-weight:bold; background:#000; height:35px; padding:8px 15px; margin-bottom:1px; font-size: 14px; }
.TopActivity-list-h1 > i { float:right; }
.TopActivity-list > a { position:relative; display:block; background:#F2F8FD; overflow:hidden; margin-bottom:1px; height: 31px; border-radius: 8px; }
.TopActivity-list > a > span, .TopActivity-list > a > b, .TopActivity-list > a > i {
	position:relative; 
	display:inline-block; 
	vertical-align:top; 
	padding:7px 15px; 
	text-align:right;
	height: 31px;
}
.TopActivity-list > a > span { width:95px; border-right:1px solid #fff; color:#fff; text-align:center; z-index:2; white-space:nowrap; }
.TopActivity-list > a > b { width:250px; border-right:1px solid #fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; z-index: 3; color:#fff; }
.TopActivity-list > a:hover > b { text-decoration:underline; }
.TopActivity-list > a > i { width:calc(100% - 345px - 1px); }
.TopActivity-list > a:nth-child(n+4) > b { font-weight:normal; }
.TopActivity-list > a > i > b { 
	position:absolute; 
	top:0;  
	left:-345px; 
	height:100%; 
	
	background: rgb(64,150,238);
	background: -moz-linear-gradient(left,  rgba(64,150,238,1) 0%, rgba(96,171,248,1) 56%, rgba(122,188,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(64,150,238,1) 0%,rgba(96,171,248,1) 56%,rgba(122,188,255,1) 100%);
	background: linear-gradient(to right,  rgba(64,150,238,1) 0%,rgba(96,171,248,1) 56%,rgba(122,188,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#7abcff',GradientType=1 );
	
	z-index:1;
}
.TopActivity-list > a:nth-child(1) > i > b {
	background: rgb(207,4,4);
	background: -moz-linear-gradient(left,  rgba(207,4,4,1) 0%, rgba(255,48,25,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
	background: linear-gradient(to right,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=1 );
}
.TopActivity-list > a:nth-child(2) > i > b {
	background: rgb(168,73,163);
	background: -moz-linear-gradient(left,  rgba(168,73,163,1) 0%, rgba(200,94,199,1) 53%, rgba(229,112,231,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(168,73,163,1) 0%,rgba(200,94,199,1) 53%,rgba(229,112,231,1) 100%);
	background: linear-gradient(to right,  rgba(168,73,163,1) 0%,rgba(200,94,199,1) 53%,rgba(229,112,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a849a3', endColorstr='#e570e7',GradientType=1 );
}
.TopActivity-list > a:nth-child(3) > i > b {
	background: rgb(255,123,13);
	background: -moz-linear-gradient(left,  rgba(255,123,13,1) 0%, rgba(255,168,76,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%);
	background: linear-gradient(to right,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=1 );
}
.TopActivity-list.only20 > a:nth-child(n + 21) { opacity:0; visibility:hidden; overflow:hidden; max-height:0; margin-bottom:0; }
.TopActivity-list.only20.act > a:nth-child(n + 21) { opacity:1; visibility:visible; overflow:visible; max-height:40px; margin-bottom:1px; }
.TopActivity-list > a > i > div { position:relative; z-index:2; }
.TopActivity-list.only20 .only20-show { padding:15px 0 0 15px; }
.TopActivity-list.only20 .only20-show span { cursor:pointer; font-size:16px; font-weight:300; }
.TopActivity-list.only20 .only20-show span:hover { color:#ef0000; }
.TopActivity-list.only20.act .only20-show { opacity:0; visibility:hidden; overflow:hidden; max-height:0; }
.TopActivity-list > a:nth-child(1) > i > div { color:#fff; }
.TopActivity-list > a:before, .TopActivity-list > a:after { content:''; position:absolute; width:0; height:0; background:rgba(255, 255, 255, 0.15); z-index: 2; }
.TopActivity-list > a:before { top:0; left:0; }
.TopActivity-list > a:hover:before { width:100%; height:100%; }
.TopActivity-list > a:after { bottom:0; right:0; }
.TopActivity-list > a:hover:after { width:100%; height:100%; }
.TopActivity-list-month { width:calc(100% + 20px); }
.TopActivity-list-month > div { display:inline-block; vertical-align:top; width:calc(100% / 2 - 20px); margin-right:20px; margin-bottom:5px; }
.TopActivity-list-month .TopActivity-list > a { font-size:12px; }
.TopActivity-list-month .TopActivity-list > a > * { padding:7px 10px; }
.TopActivity-list-month .TopActivity-list > a > b { width: 145px; }
.TopActivity-list-month .TopActivity-list > a > span { width:45px; line-height: 12px; padding: 2px; white-space: normal; }
.TopActivity-list-month .TopActivity-list > a > i { width: calc(100% - 190px - 1px); }
.TopActivity-list-activity > div { position:relative; background:#f0f0f0; overflow:hidden; text-align:right; margin-bottom:1px; height:33px; }
.TopActivity-list-activity > div > b, .TopActivity-list-activity > div > i { position:relative; display:inline-block; vertical-align:top; padding:7px 15px; }
.TopActivity-list-activity > div > b { width:200px; border-right:1px solid #fff; white-space:nowrap; z-index:3; color:#fff; text-align:right; }
.TopActivity-list-activity > div > i { width:calc(100% - 200px - 1px); }
.TopActivity-list-activity > div > i > span {
	position:absolute; 
	top:0; 
	left:-200px; 
	height:100%;
	display:block;
	
	background: rgb(64,150,238);
	background: -moz-linear-gradient(left,  rgba(64,150,238,1) 0%, rgba(96,171,248,1) 56%, rgba(122,188,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(64,150,238,1) 0%,rgba(96,171,248,1) 56%,rgba(122,188,255,1) 100%);
	background: linear-gradient(to right,  rgba(64,150,238,1) 0%,rgba(96,171,248,1) 56%,rgba(122,188,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#7abcff',GradientType=1 );
	
	z-index:1;
}
.TopActivity-list-activity > div.max-11111 > i > span {
	background: rgb(255,123,13);
	background: -moz-linear-gradient(left,  rgba(255,123,13,1) 0%, rgba(255,168,76,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%);
	background: linear-gradient(to right,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=1 );
}
.TopActivity-list-activity > div.max-1 > i > div { color:#fff; }
.TopActivity-list-activity > div > i > div { position:relative; z-index:3; }
.TopActivity-list-activity > div:before, .TopActivity-list-activity > div:after { content:''; position:absolute; width:0; height:0; background:rgba(255,255,255,0.15); z-index:2; }
.TopActivity-list-activity > div:before { top:0; left:0; }
.TopActivity-list-activity > div:hover:before { width:100%; height:100%; }
.TopActivity-list-activity > div:after { bottom:0; right:0; }
.TopActivity-list-activity > div:hover:after { width:100%; height:100%; }

.MR-title { text-align:left; padding:10px 0; background:rgba(25,25,255,0.05); }
.MR-title > span { display:inline-block; width:365px; text-align: left; font-size:20px; font-weight:bold; padding: 0 15px 6px 15px; }
.MR-title.MR-footer > span { padding: 0 15px 0 15px; vertical-align: top; }
.MR-title > span > b { display:inline-block; color: #C2DFF4; float: right; }
.MR-title > b { display:inline-block; width:30px; }
.MR-title > div { display:inline-block; width:calc(1200px - 410px); overflow: hidden; text-align: left; position: relative; top: 6px; white-space: nowrap; }
.MR-title.MR-footer > div { top: 0; }
.MR-title > div > div { display:inline-block; width:171px; text-align:center; font-size:20px; font-weight:bold; }
.MR-title.MR-footer > div > div { font-size:13px; border-left: 1px solid #fff; border-right: 1px solid #fff; }
.MR-title.MR-footer > div > div > b { padding-left: 8px; font-weight: normal; color: #008000; }
.MR-title.MR-footer > div > div > b.down { color: #ef0000; }
.MR-title > div > div > a, .MR-title > span > a { color:rgb(89, 105, 200); text-decoration: none; border-bottom:1px dashed rgb(89, 105, 200); display: inline-block; } 
.MR-title > div > div > a:hover, .MR-title > div > div > a.cur, .MR-title > span > a:hover, .MR-title > span > a.cur  { color: #FF9806; border-bottom:1px solid #FF9806; }
.MR.TopActivity-list > a { overflow: visible; }
.MR.TopActivity-list > a, .MR.TopActivity-list > a > span, .MR.TopActivity-list > a > b, .MR.TopActivity-list > a > i { height: 41px; }
.MR.TopActivity-list > a > span { line-height: 28px; width:30px; padding: 7px 5px; font-size: 14px; color: #252d39; }
.MR.TopActivity-list > a > b { width:335px; text-align: left; color: #252d39; }
.MR.TopActivity-list > a > b > div { font-size: 12px; font-weight: normal; line-height: 12px; }
.MR.TopActivity-list > a > center { 
	position:relative;
	display:inline-block; 
	line-height: 40px; 
	width: 30px; 
	font-size: 14px; 
	color: #252d39; 
	border-right: 1px solid #fff;
	z-index:3;
}
.MR.TopActivity-list > a > center > div {
	position:absolute;
	z-index: 5;
	left:-330px;
	bottom:55px;
	padding:0 20px;
	border-radius:3px;
	background:#fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	width:800px;		
	max-height:0;
	overflow:hidden;

	display:block;
	opacity:0;
	visibility: hidden;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.MR.TopActivity-list > a > center:hover > div {
	opacity:1;
	max-height:400px;
	padding:20px;
	visibility: visible;
}
.MR.TopActivity-list > a > i { padding-left:0; padding-right:0; font-style: normal; width:calc(1200px - 410px - 1px); }
.MR.TopActivity-list > a > i > div { margin-top: -7px; height:41px; line-height:41px; color: #252d39; text-align: left; overflow: hidden; white-space: nowrap; }
.MR.TopActivity-list > a > i > div > div, .MR-dop > div > div > div { 
	font-family: "Open Sans", sans-serif; 
	font-size:13px; 
	width:171px; 
	display:inline-block; 
	vertical-align:top; 
	border-left:1px solid #fff;
	text-align: center; 
	white-space: nowrap;
}
.MR.TopActivity-list > a > i > div > div:first-child, .MR-dop > div > div > div:first-child { border-left:none; }
.MR.TopActivity-list > a > i > div > div.cur { background: rgba(25,25,255,0.05); }
.MR.TopActivity-list > a > i > div > div > b, .MR-dop > div > div > div > b { 
	display: inline-block;
    width: 56px;
    font-weight: normal;
    text-align: right;
    line-height: 1;
    background: #fff;
    border-radius: 32px;
    padding: 4px;
    font-size: 12px;
    margin-right: 8px;
}
.MR.TopActivity-list > a > i > div > div > b > i, .MR-dop > div > div > div > b > i { padding-left: 4px; }
.MR.TopActivity-list > a > i > div > div > b.up, .MR-dop > div > div > div > b.up { background: #1E854A; color: #fff; }
.MR.TopActivity-list > a > i > div > div > b.down, .MR-dop > div > div > div > b.down { background: #F2213C; color: #fff; }
.MR.TopActivity-list > a > i > div > div > i, .MR-dop > div > div > div > i { display: inline-block; width:calc(100% - 64px);  font-style: normal; text-align: right; padding-right: 8px; }
.MR.TopActivity-list > a > i > b { background: #C2DFF4; left: -395px; border-radius: 8px; }
.MR.TopActivity-list > a > div { display: none; }

.MR.TopActivity-list > a.MR-list-top-10 { background: #ffdeaf; }
.MR.TopActivity-list > a.MR-list-top-10 > i > b { background: #92C5EC; }

.MR.TopActivity-list > a > strong { position: absolute; top: 0; left: 1185px; padding: 10px; z-index: 3; }
.MR.TopActivity-list > a > strong:hover { color: #ef0000; }
.MR.TopActivity-list > a > strong.act > i { transform: rotate(180deg); }


.TopActivity-list > .edit { 
	position: absolute;
	z-index: 3;
	margin-top: -42px;
	margin-left: 0;
	background: #fff;
	width: 14px;
	height: 14px;
	line-height: 12px;
	text-align: center;
	border-radius: 0 0 5px 0;
}

.MR-dop { display: none; }
.MR-dop > div { margin: 10px 0; }
.MR-dop > div > span { display: inline-block; vertical-align: top; width: 365px; padding-left: 45px; }
.MR-dop > div > span > b { font-size: 12px; }
.MR-dop > div > span > div { font-size: 12px; font-weight: normal; line-height: 12px; }
.MR-dop > div > center { display: inline-block; vertical-align: top; width: 30px; line-height: 31px; }
.MR-dop > div > center > i { cursor: pointer; color: #333; }
.MR-dop > div > center > i:hover { opacity: 0.6; }
.MR-dop > div.cur > center > i { color: #2791CC; }
.MR-dop > div.cur > center > i:before { content: "\f046"; }
.MR-dop > div > div { display: inline-block; vertical-align: top; width: calc(100% - 395px - 30px - 35px); }
.MR-dop > div > div > div { font-size: 12px; }
.MR-dop > div > div > div > i { display: inline-block; line-height: 31px; }
.MR-dop > div > div > div > b { margin-top: 0; }
.MR-dop > div, .MR-dop > div > span, .MR-dop > div > div > div > i, .MR-dop > div > div > div > b { text-decoration: line-through; background: #FFEAEA; opacity: 0.6 }
.MR-dop > div.cur, .MR-dop > div.cur > span, .MR-dop > div.cur > div > div > i { text-decoration: none; background: transparent; opacity: 1; }
.MR-dop > div.cur > div > div > b { text-decoration: none; opacity: 1; }

.MR-city, .MR-prne { width:50%; display: inline-block; vertical-align: top; margin-bottom: 10px; }
.prevnext { text-align: right; }
.prevnext.act { display: inline-block; }
.prevnext > i { cursor:default; color:#ccc; font-size:20px; line-height:30px; }
.prevnext > i.act { cursor:pointer; color:#000; }
.prevnext > i.act:hover { color:#ef0000; }
.prevnext > i:first-child { margin-right: 25px; }

.discount-select-city { max-width: 260px; }

.user-top100-list .MR-title { padding: 0; line-height: 51px; }
.user-top100-list .MR-title, .user-top100-list .MR-title > span, .user-top100-list .MR-title > div { background: #0179D2; border-radius: 8px; }
.user-top100-list .MR-title.MR-footer, .user-top100-list .MR-title.MR-footer, .user-top100-list .MR-title.MR-footer > span, .user-top100-list .MR-title.MR-footer > div { background: #f3f3ff; }
.user-top100-list .MR-title a { color: #fff; border-color: #fff; }
.user-top100-list .MR-title > div, .user-top100-list.MR.TopActivity-list > a > i { width: calc(100% - 395px); }
.user-top100-list .MR-title > span { padding: 0 15px 0 15px; }
.user-top100-list .MR-title > span > a { line-height: 1.3; }
.user-top100-list .MR-title > b, .user-top100-list .MR-title > span, .user-top100-list .MR-title > div, .user-top100-list .MR-title > div > div { vertical-align: top; }
.user-top100-list .MR-title > div { top: 0; }
.user-top100-list .MR-title > div > div > a { display: inline-block; line-height: 1.3; }

.user-top100-tags a.cur, .user-top100-tags a:hover { background: #2791CC; color: #fff; }
.user-top100-tags a.cur:first-letter, .user-top100-tags a.cur:hover:first-letter { color: #fff !important; }


.mr-venok { text-align:center; margin: 20px 0; }
.mr-venok > div { position:relative; display:inline-block; vertical-align:top; width:calc(100% / 6); text-align:center; padding:25px; }
.mr-venok > div > b { position: relative; font-size:40px; padding-top: 30px; line-height: 85px; display: inline-block; min-width: 140px; color: green; }
.mr-venok > div.minus > b { color: #ef0000; }
.mr-venok > div > b:before, .mr-venok > div > b:after {
	content:"";
	display:block;
	position:absolute;
	background:no-repeat center left url("/src/img/venok.png");
	background-size:contain;
	width: 65px;
	height: 160px;
	top:0;
	left:-28px;
}
.mr-venok > div > b:after { right:-28px; left:auto; transform: scale(-1, 1); }
.mr-venok > div.minus > b:before { transform: scale(1, -1); }
.mr-venok > div.minus > b:after { transform: scale(-1, -1); }
.mr-venok > div > a, .mr-venok > div > strong {
	display:block;
	position:relative;
	font-weight: normal;
	z-index:0;
	background: green;
	color:#fff;
	text-decoration:none;
	padding: 4px;
	width: 100%;
	max-width: 210px;
	margin: 0 auto;
	border-radius: 20px;
	top: -10px;
}
.mr-venok > div.minus > a, .mr-venok > div.minus > strong { background: #ef0000; }
.mr-venok > div > span { display:block; padding-top: 10px; }
.mr-venok > div > span > a { text-decoration:none; color: #1797e5; font-size: 14px; font-weight: bold; line-height: normal; }
.mr-venok > div > span > a:hover { color:#000; }
.mr-venok > div > a:hover { background:#ffd200; color:#000; }

.mr-venok > div > strong { font-size: 12px; }
.mr-venok > div:nth-child(1), .mr-venok > div:nth-child(6) { transform: scale(0.65); }
.mr-venok > div:nth-child(1) > span > a, .mr-venok > div:nth-child(6) > span > a { font-size: 18px; }
.mr-venok > div:nth-child(2), .mr-venok > div:nth-child(5) { transform: scale(0.8); }
.mr-venok > div:nth-child(1) { margin-right: -33px; }
.mr-venok > div:nth-child(6) { margin-left: -33px; }

.bally-sravny-data { display:block; opacity: 0; max-height: 0; overflow: hidden; }
.bally-sravny {
	position: relative;
	display: inline-block;
	float: right;
	color: #ef0000 !important;
	text-decoration: none !important;
	z-index: 100;
}
.bally-sravny-overflow {
	display: none;
	position: fixed;
	top:-100%;
	left:-100%;
	right:-100%;
	bottom:-100%;
	width: 300%;
	height: 300%;
	z-index: 90;
	background: rgba(255,255,255,0.85);
}
.bally-sravny-overflow.active { display: block; }
.bally-sravny-block { position:relative; }
.bally-sravny-block > div { position:absolute; top:0; left:0; display: none; width:100%; max-width: 1000px; z-index: 91; }
.bally-sravny-block.active > div { display: block; }

.bally-sravny-2 { display: inline-block; color: #d2e4f0 !important; text-decoration: none !important; }



@media (max-width: 1270px) {
	.MR-title > div {
		width: calc(1000px - 410px);
	}
	.MR.TopActivity-list > a > i {
		width: calc(1000px - 410px - 1px);
	}
}

@media (max-width: 768px) {
	
	.MR-title > b, .MR.TopActivity-list > a > center, .MR.TopActivity-list > a > i > b, .TopActivity-list > .edit { display: none; }
	
	.MR.TopActivity-list > a, .MR.TopActivity-list > a > span, .MR.TopActivity-list > a > b, .MR.TopActivity-list > a > i { height: auto; padding: 6px 2px; margin: 2px 0; }
	.user-top100-list .MR-title, .user-top100-list .MR-title > span, .user-top100-list .MR-title > div { width: 100%; }
	
	.MR.TopActivity-list > a > b { width: calc(100% - 30px); padding-right: 40px; white-space: normal; overflow: auto; }
	.MR.TopActivity-list > a > b > div { line-height: 1.4; padding-top: 4px; }
	
	.MR.TopActivity-list > a > i > div > div, .MR-dop > div > div > div { width: 50%;  border: none; }
	.MR.TopActivity-list > a > i > div > div:nth-child(n+3), .MR-title > div > div:nth-child(n+3), .MR-dop > div > div > div:nth-child(n+3) { display: none; }
	
	.TopActivity-list > a > span { border: none; }
	
	.MR.TopActivity-list > a > i, .user-top100-list .MR-title > div, .user-top100-list.MR.TopActivity-list > a > i { display: block; width: 100%; }
	.MR.TopActivity-list > a > i > div > div.cur { background: transparent; }
	
	.MR.TopActivity-list > a > strong { left: auto; right: 0; }
	
	.MR-dop > div { border-top: 1px solid #C2DFF4; }
	.MR-dop > div:first-child { border-top: none; }
	.MR-dop > div > span { width: 100%; padding-left: 8px; }
	.MR-dop > div > div { width: calc(100% - 30px); }
	
	.MR-prne, .MR.TopActivity-list > a > center { display: none !important; }
	.MR-city { width: 100%; }
	.discount-select-city { margin-bottom: 10px; }
	
	.MR-title > span { width: 335px; }
	
	.mr-venok > div { width: 100%; transform: scale(1) !important; margin: 0 !important; }
}
/* END TopActivity */