.vcr-archived
{
	width: 1200px;
	max-width: 100%;
	min-height: 500px;
	margin: 0 auto;
}
.vcr-archived > .header
{
	width: 100%;
	height: 300px;
	background: url("/images/content/vcr/archived_header.jpg") no-repeat center center;
	margin-bottom: 25px;
}
.vcr-archived h1
{
	text-align: center;
}
.vcr-archived h1:after
{
	content: "";
	width: 75px;
	border-bottom: 2px solid #f6951e;
	display: table;
	margin: 15px auto 25px;
}
.archived-elements
{
	padding: 20px 25px;
	margin-bottom: 1em;
	background: #8cd6ef;
}
.archived-elements .vcr
{
	margin-bottom: 8px;
}
.archived-elements .vcr-head
{
	background: #ffffff;
	font-size: 18px;
	padding: 14px 34px;
	border-radius: 3px;
	color: #003770;
	cursor: pointer;
}
.archived-elements .vcr:nth-of-type(even) .vcr-head
{
	background: #dff6fe;
}
.archived-elements .vcr-head > div
{
	display: inline-block;
	cursor: pointer;
}
.archived-elements .vcr-head > div.vcr-name
{
	font-weight: bold;
	min-width: 30%;
}
.archived-elements .vcr-head > div.vcr-date
{
	padding-left: 11%;
}
.archived-elements .vcr-head:after
{
	display: inline-block;
	content: url("/images/content/vcr/spoiler.png");
	line-height: 0;
	margin-top: -5px;
	font-size: 32px;
	text-align: center;
	float: right;
	transition: all .4s;
}
.archived-elements .vcr-head.active:after
{
	content: url("/images/content/vcr/spoiler_open.png");
}
.archived-elements .vcr-body
{
	width: 100%;
	height: 0;
	overflow: hidden;
}
.archived-elements .vcr-head.active + .vcr-body
{
	height: inherit;
	border: 1px solid #cccccc;
}
.archived-elements .vcr-body .top
{
	background: #009ee6;
	color: #ffffff;
	padding: 25px;
	font-size: 16px;
}
.archived-elements .vcr-body .top .btn
{
	border-radius: 3px;
	width: 280px;
	max-width: 100%;
	padding: 11px 11px 12px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: #f6951e;
}
.archived-elements .vcr-body .top .btn.contest-next
{
	color: #ffffff;
	background: #83a644;
	margin-right: 0;
}
.archived-elements .vcr-body .top .btn.contest-terms
{
	color: #ff9000;
	border-color: #ff9000;
	margin-left: 34px;
}
.archived-elements .vcr-body .top .contest-next.hide + .btn.contest-terms
{
	margin-left: 0;
}
.archived-elements .vcr-body .top .btn.contest-ongoing
{
	width: 365px;
	max-width: 100%;
	color: #ffffff;
	background: #ff9000;
	float: right;
	clear: right;
	margin: 5px 42px 0 0;
}
.archived-elements .vcr-body .top .btn.contest-next:hover
{
	background: #65863e;
}
.archived-elements .vcr-body .top .btn.contest-terms:hover
{
	background: #ff9000;
	color: #ffffff;
}
.archived-elements .vcr-body .top .btn.contest-ongoing:hover
{
	background: #d66e00;
}
.vcr-search-block
{
	float: left;
	max-width: calc(100% - 290px);
	margin-right: 10px;
	padding-left: 75px;
}
.archived-elements .vcr-body .top [type="search"]
{
	width: 500px;
	max-width: 100%;
	font-size: 18px;
	height: 50px;
	font-weight: lighter;
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-top: 1rem;
	background: url("/images/content/vcr/search.png") no-repeat 97% center;
	outline: none;
}
.vcr-search-block > .search::placeholder
{
	color: #ffffff;
}
.vcr-search-block > .search:focus::placeholder
{
	opacity: .5;
}
.share-block
{
	width: 365px;
	max-width: 100%;
	text-align: center;
	margin-top: 1rem;
	float: right;
}
.share-block a:hover
{
	text-decoration: none;
}
.share-block .share-fb img
{
	width: 14px;
	height: 24px;
	content: url("/images/themes/primary/contests/archive/f.png");
}
.share-block .share-fb:hover img
{
	content: url("/images/themes/primary/contests/archive/f_.png");
}
.share-block .share-in img
{
	width: 24px;
	height: 24px;
	content: url("/images/themes/primary/contests/archive/in.png");
}
.share-block .share-fb,
.share-block .share-in,
.share-block .share-fb:active,
.share-block .share-in:active,
.share-block .share-fb:focus,
.share-block .share-in:focus
{
	text-decoration: none;
}
.share-block .share-in:hover img
{
	content: url("/images/themes/primary/contests/archive/in_.png");
}
.share-block .btnShare
{
	margin-left: 15px;
}
.archived-elements .vcr-body .bottom
{
	display: block;
	background: #009ee6;
	color: #ffffff;
}
.archived-elements .vcr-body .bottom .winners-list
{
	padding: 20px;
}
.archived-elements .vcr-body .bottom .winners-list .header
{
	font-size: 20px;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
}
.archived-elements .vcr-body .bottom .winners-list .body .winner
{
	display: block;
	background: #ffffff;
	color: #003770;
	font-size: 16px;
	padding: 12px 0;
	margin-bottom: 8px;
}
.archived-elements .vcr-body .bottom .winners-list .header > div,
.archived-elements .vcr-body .bottom .winners-list .body .winner > div
{
	display: inline-block;
}
.archived-elements .vcr-body .bottom .winners-list .body .winner > div
{
	align-self: start;
}
.archived-elements .vcr-body .bottom .winners-list .header > div:nth-of-type(1),
.archived-elements .vcr-body .bottom .winners-list .body .winner > div:nth-of-type(1)
{
	padding-left: 80px;
	width: 25%;
	align-self: start;
}
.archived-elements .vcr-body .bottom .winners-list .header > div:nth-of-type(2),
.archived-elements .vcr-body .bottom .winners-list .body .winner > div:nth-of-type(2)
{
	width: 25%;
	align-self: start;
}
.archived-elements .vcr-body .bottom .winners-list .header > div:nth-of-type(3),
.archived-elements .vcr-body .bottom .winners-list .body .winner > div:nth-of-type(3)
{
	width: 20%;
	align-self: start;
}
.archived-elements .vcr-body .bottom .winners-list .body .winner > div:last-of-type
{
	align-self: start;
	font-weight: bold;
}
.archived-elements .vcr-body .bottom .winners-list .body .winner > div:last-of-type > span:before
{
	content: attr(data-symbol);
}
.archived-elements .vcr-body .bottom .winners-list .body .winner a
{
	color: #003770;
}
.archived-elements .vcr-body .bottom .winners-list + p
{
	margin: -1.5rem 0 0;
	padding: 0 2.1rem 1rem;
}
.archived-elements .vcr-body .bottom .winners-list + p > a
{
	display: table;
	margin: 10px auto 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
}
.pagination > li > a:focus
{
	background: transparent;
	border: none;
	color: #ffffff;
	font-weight: bolder;
}
.pagination > li.active > a
{
	color: #003770;
	font-weight: 600;
	background: transparent;
}
.pagination > li > a:hover
{
	background-color: transparent;
	border-color: initial;
}
.pagination > li > a.prev,
.pagination > li > a.next,
.pagination > li.prev > a,
.pagination > li.next > a
{
	font-weight: bold;
	font-size: 26px;
	font-family: monospace;
	background: #009ee6;
	color: #ffffff;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	padding: 0;
	text-align: center;
	transition: all 0.5s;
}
.pagination > li > a.prev:hover,
.pagination > li > a.next:hover,
.pagination > li.prev > a:hover,
.pagination > li.next > a:hover,
.pagination > li > a.prev[href*="/"]:hover,
.pagination > li > a.next[href*="/"]:hover
{
	color: #23527c;
}
.pagination > li > a.prev[href*="/"],
.pagination > li > a.next[href*="/"],
.pagination > li.prev > a,
.pagination > li.next > a
{
	color: #003770;
}
.pagination > li.prev.disabled > a,
.pagination > li.next.disabled > a,
.pagination > li.prev.disabled > a:hover,
.pagination > li.next.disabled > a:hover
{
	color: #cccccc;
	background: #8cd7f0;
}
.paginator-block + .button-block
{
	width: 600px;
	max-width: 100%;
	margin: 0 auto 4rem;
}
.winner .country > span:before
{
	display: inline-block;
	content: "";
	width: 24px;
	height: 19px;
	float: left;
	margin: 0 10px 0 0;
}