
/* Reset */
@import url(reset.css);

/* Fonts */
@import url(fonts.css);

/* ----------------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #8d3a3a; /* -- #8A2BE_2 -- */
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
}

body {
	font: 16px/32px 'pantonsemibold', sans-serif;
	color: #343840;
	background: #fff;
	overflow-x: hidden;
}

/* ----------------------------------------------------------------- */

.container {
	margin: auto;
	width: 1038px;
}

.container:after {
	display: block;
	content: "";
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clr-b {
	clear: both;
}

.clr-l {
	clear: left;
}

.clr-r {
	clear: right;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

/* UI
-------------------------------------------------------------------- */

.field {
	margin-bottom: 16px;
}

.site-form {
	max-width: 288px;
}

.page-profile .site-form {
	margin: auto;
	padding-top: 16px;
}

/* Button */
.btn {
	font: 14px/24px 'pantonbold', sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #8d3a3a;
	border: none;
	cursor: pointer;
}

.btn:hover {
	background: #b54a4a;
}

.site-form .btn {
	padding: 7px 0;
	width: 100%;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
}

a.btn {
	display: inline-block;
}

/* Input */
.input input {
	padding: 11px 0;
	width: 100%;
	font: 14px/16px 'pantonregular', sans-serif;
	text-indent: 16px;
	color: #333;
	background: #f4f6f8;
	border: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.checkbox {
	font-size: 13px;
	line-height: 16px;
}

.checkbox label:before {
	display: inline-block;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	content: "";
	background: url(../images/ic-arrow-checked.png) no-repeat 50% 50%;
	background-size: 8px 6px;
	border: 1px solid #d8dce6;
	position: relative;
	top: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
}

/* Select */
.ui-selectmenu-button.ui-button {
	display: block;
	padding: 12px 0;
	width: 100%;
	font: 14px/16px 'pantonregular', sans-serif;
	color: #333;
	background: #f4f6f8;
    border: none;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.ui-selectmenu-open {
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	     -o-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

.ui-selectmenu-text {
    display: block;
    margin: 0;
    padding: 0 16px;
}

.ui-button .ui-icon {
	float: none;
	display: block;
	width: 6px;
	height: 10px;
    background: url(../images/ic-arrow-select.png) no-repeat 0 0 !important;
    background-size: 6px 10px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.ui-widget.ui-widget-content {
	padding-bottom: 0;
	font: 14px/16px 'pantonregular', sans-serif;
	color: #333;
	background: #fff;
    border: 1px solid #f4f6f8;
    background: #fff;
    -webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	     -o-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}

.ui-menu .ui-menu-item {
	margin-top: 2px;
    list-style: none;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 8px 0 8px 16px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	margin: 0;
	padding: 8px 0 8px 16px;
	color: #333;
	background: #f4f6f8;
	border: none;
}

/* Placeholder */
::-webkit-input-placeholder {color: #333;}
::-moz-placeholder          {color: #333;}
:-moz-placeholder           {color: #333;}
:-ms-input-placeholder      {color: #333;}

/* Header
-------------------------------------------------------------------- */

#header {
	margin-bottom: 40px;
}

#header .container {
	position: relative;
}

/* Logo */
.logo {
	position: absolute;
	top: 48px;
	left: 0;
}

/* Main Menu */
.main-menu {
	padding-top: 52px;
	text-align: center;
}

.main-menu li {
	display: inline-block;
	padding: 0 26px 0 30px;
	font: 15px/25px 'pantonbold', sans-serif;
	position: relative;
}

.main-menu li:first-child {
	padding-left: 0;
}

.main-menu li:last-child {
	padding-right: 0;
}

.main-menu li:before {
	display: block;
	margin-top: -1px;
	width: 4px;
	height: 4px;
	content: "";
	background: #8d3a3a;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

.main-menu li:first-child:before {
	display: none;
}

.main-menu a {
	color: #343840;
}

.main-menu a:hover {
	color: #8d3a3a;
}

/* Mini Profile */
.mini-profile {
	position: absolute;
	top: 48px;
	right: 0;
}

.mini-profile .btn,
#mobile-menu .btn {
	padding: 0 31px 0 55px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/ic-profile.png);
	background-position: 31px 12px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
}

/* Mobile Menu */
#mobile-menu {
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(32, 36, 40, 0.96);
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 100;
	-webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

#mobile-menu.open {
	top: 0;
}

#mobile-menu ul {
	padding-top: 104px;
}

#mobile-menu li {
	display: block;
	font: 24px/72px 'pantonbold', sans-serif;
}

#mobile-menu li a {
	text-decoration: none;
	color: #fff;
}

#mobile-menu .account {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 24px;
}

#mobile-menu .account .btn {
	padding: 0 90px 0 114px;
	height: 48px;
	line-height: 48px;
	background-position: 90px 16px;
	-webkit-border-radius: 24px;
	   -moz-border-radius: 24px;
	     -o-border-radius: 24px;
	        border-radius: 24px;
}

#mobile-menu .close {
	display: none;
	width: 16px;
	height: 16px;
	background: url(../images/ic-x.png) no-repeat 0 0;
	background-size: 16px 16px;
	position: fixed;
	top: 34px;
	left: 24px;
	z-index: 200;
}

#mobile-menu.open .close {
	display: block;
}

.mobile-menu-btn {
	display: none;
	padding: 0;
	width: 16px;
	height: 12px;
	overflow: hidden;
	background: none;
	border: none;
	outline: none;
	position: absolute;
	top: 34px;
	left: 24px;
}

.mobile-menu-btn span {
	display: block;
	margin-bottom: 3px;
	width: 16px;
	height: 2px;
	background: #343840;
}

/* Slideshow
-------------------------------------------------------------------- */

#slideshow {
	margin-bottom: 80px;
}

#slideshow .container {
	width: 1037px;
	position: relative;
}

#slideshow .video {
	width: 100%;
	height: 428px;
    /*	background: #b665ca;*/ 
    background: #b44646;
    background: -moz-linear-gradient(left,  #b44646 0%, #bf5a5a 100%);
    background: -webkit-linear-gradient(left,  #b44646 0%,#bf5a5a 100%);
    background: linear-gradient(to right,  #b44646 0%,#bf5a5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b665ca', endColorstr='#bf5a5a',GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow .video-bg {
	height: 428px;
	background: url(../images/slideshow-video-bg.png) no-repeat 0 0;
}

#slideshow .overlay {
	height: 428px;
	background: url(../images/slideshow-overlay.png);
	position: relative;
}

/* Caption */
#slideshow .caption {
	position: absolute;
	top: 104px;
	left: 88px;
	z-index: 20;
}

#slideshow .caption h1 {
	margin-bottom: 34px;
	font: 44px/56px 'pantonbold', sans-serif;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
	color: #fafafa;
}

#slideshow .play-video a {
	display: inline-block;
	padding: 4px 0 0 70px;
	font: 20px/24px 'pantonbold', sans-serif;
	text-decoration: none;
	color: #fafafa;
	background: url(../images/ic-play.png) no-repeat 0 50%;
	background-size: 52px 52px;
}

/* Characters */
#slideshow .characters {
	position: absolute;
	z-index: 20;

}

#slideshow .michael-trevor {
	top: 0;
	right: 82px;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
}

/* Btn */
.start-btn {
	width: 336px;
	height: 290px;
	font: 18px/24px 'pantonbold', sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/start-btn.png) no-repeat 0 0;
	background-size: 336px 290px;
	position: absolute;
	top: 277px;
	right: 0;
	z-index: 30;
}

.start-btn a {
	display: block;
	width: 273px;
	height: 234px;
	text-decoration: none;
	color: #fff;
	position: relative;
	left: 34px;
}

.start-btn span {
	display: block;
	padding-top: 138px;
}

/* Servers */
.list-servers {
	padding: 12px 0 0 24px;
}

.list-servers .item {
	width: 140px;
	font: 13px/24px 'pantonbold', sans-serif;
}

.list-servers .item .name {
	padding-left: 16px;
	color: #8d3a3a;
	position: relative;
}

.list-servers .item .name:before {
	display: block;
	width: 4px;
	height: 4px;
	content: "";
	border: 2px solid #8d3a3a;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

.list-servers .item .ip {
	color: #484d57;
}

.list-servers .item .online {
	font: 11px/16px 'pantonsemibold', sans-serif;
	color: #acb1bd;
}

.list-servers:after {
	display: block;
	content: "";
	clear: both;
}

#server-1 {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	     -o-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}


#server-2 {
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
	     -o-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}

#server-3 {
	-webkit-animation-delay: 0.6s;
	   -moz-animation-delay: 0.6s;
	     -o-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}

#server-4 {
	-webkit-animation-delay: 0.8s;
	   -moz-animation-delay: 0.8s;
	     -o-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}

#server-5 {
	-webkit-animation-delay: 1s;
	   -moz-animation-delay: 1s;
	     -o-animation-delay: 1s;
	        animation-delay: 1s;
}

/* How To Start
-------------------------------------------------------------------- */

#how-to-start {
	height: 576px;
	text-align: center;
	background: #262626 url(../images/how-to-start-bg.png) no-repeat 0 50%;
	background-size: 100% auto;
	overflow: hidden;
}

#how-to-start h2 {
	padding: 72px 0 32px;
	font: 32px/40px 'pantonbold', sans-serif;
	color: #fff;
}

#how-to-start .item {
	display: inline-block;
	height: 360px;
	vertical-align: top;
}

#how-to-start .item h3 {
	padding-top: 72px;
	font: 24px/32px 'pantonbold', sans-serif;
	letter-spacing: -0.5px;
	background-position: 50% 36px;
	background-repeat: no-repeat;
}

/* Install */
#install {
	width: 328px;
	font: 14px/24px 'pantonsemibold', sans-serif;
	background: url(../images/how-to-start-1.png) no-repeat 0 0;
	background-size: 328px 360px;
}

#install h3 {
	margin-bottom: 7px;
	background-image: url(../images/ic-install.png);
}

#install .version {
	display: inline-block;
	margin-bottom: 23px;
	width: 104px;
	height: 24px;
	font: 12px/24px 'pantonbold', sans-serif;
	color: #484d57;
	background: #f0f2f5;
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	     -o-border-radius: 16px;
	        border-radius: 16px;
}

#install p {
	margin: 0 auto 25px;
	max-width: 266px;
}

#install .btn {
	padding: 0 22px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
}

/* Start Game */
#start-game {
	margin: 0 -3px 0 4px;
	width: 336px;
	font: 16px/32px 'pantonsemibold', sans-serif;
	background: url(../images/how-to-start-2.png) no-repeat 0 0;
	background-size: 336px 360px;
}

#start-game h3 {
	margin-bottom: 8px;
	background-image: url(../images/ic-start-game.png);
}

#start-game p {
	margin: 0 auto 72px;
	max-width: 266px;
}

#start-game label {
	font-size: 14px;
	line-height: 24px;
}

#start-game input {
	padding: 6px 0;
	width: 214px;
	font: 16px/24px 'pantonsemibold', sans-serif;
	text-indent: 12px;
	background: #fff;
	border: 1px solid #ebedf0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

/* Choose Server */
#choose-server {
	width: 336px;
	font: 16px/32px 'pantonsemibold', sans-serif;
	background: url(../images/how-to-start-3.png) no-repeat 0 0;
	background-size: 336px 360px;
}

#choose-server h3 {
	margin-bottom: 8px;
	background-image: url(../images/ic-servers.png);
}

#choose-server ul {
	margin: 10px 0;
}

#choose-server ul li {
	display: block;
	line-height: 24px;
}

#choose-server ul li span {
	display: inline-block;
	margin-right: 4px;
	color: #acb1bd;
}

#choose-server .connect span {
	margin-left: 6px;
	padding-left: 20px;
	font-family: 'pantonbold', sans-serif;
	color: #800000;
	background: url(../images/ic-connect.png) no-repeat 0 2px;
}

/* News
-------------------------------------------------------------------- */

#news {
	padding: 16px 0 88px;
}

#news h2 {
	padding-top: 72px;
	font: 32px/40px 'pantonbold', sans-serif;
	text-align: center;
}

#news .news-carousel {
	padding-top: 88px;
}

#news .item,
.blog .item {
	font-size: 14px;
	line-height: 24px;
}

#news .item .image,
.blog .item .image {
	margin-bottom: 16px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

#news .item .image img,
.blog .item .image img {
	width: 100%;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

#news .item .meta,
.article .meta,
.blog .item .meta {
	margin-bottom: 8px;
	font: 11px/16px 'pantonsemibold', sans-serif;
	color: #acb1bd;
}

#news .item .meta a,
.article .meta a,
.blog .item .meta a {
	text-decoration: none;
	color: #acb1bd;
}

#news .item .meta .separator,
.article .meta .separator,
.blog .item .meta .separator {
	margin: 0 8px;
}

#news .item h3,
.blog .item h2 {
	margin-bottom: 8px;
	font: 16px/24px 'pantonbold', sans-serif;
}

#news .item h3 a,
.blog .item h2 a {
	text-decoration: none;
	color: #343840;
}

#news .item h3 a:hover,
.blog .item h2 a:hover {
	text-decoration: underline;
	color: #8d3a3a;
}

#news .item .btn,
.blog .item .btn {
	margin-top: 16px;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	     -o-border-radius: 16px;
	        border-radius: 16px;
}

/* Owl Nav */
.owl-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 24px;
	left: 0;
}

.owl-nav div {
	display: inline-block;
	margin: 0 4px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background-color: #8d3a3a;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.owl-nav div:hover {
	background-color: #b54a4a;
}

.owl-nav div.disabled {
	background-color: #dfe1e6;
	cursor: default !important;
}

.owl-prev {
	background-image: url(../images/ic-arrow-prev.png);
}

.owl-next {
	background-image: url(../images/ic-arrow-next.png);
}

/* Join Us
-------------------------------------------------------------------- */

#join-us {
	height: 352px;
	font: 24px/40px 'pantonsemibold', sans-serif;
	text-align: center;
	color: #484d57;
	background: #ebedf0 url(../images/join-us-bg@2x.png) no-repeat 50% 0;
	background-size: auto 352px;
}

#join-us h2 {
	margin-bottom: 8px;
	padding-top: 64px;
	font: 32px/40px 'pantonbold', sans-serif;
	color: #343840;
}

#join-us .avatars {
	padding: 16px 0 32px;
}

#join-us .btn {
	padding: 0 24px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	-webkit-border-radius: 24px;
	   -moz-border-radius: 24px;
	     -o-border-radius: 24px;
	        border-radius: 24px;
}

/* Footer
-------------------------------------------------------------------- */

#footer {
	padding: 48px 0 32px;
	overflow: hidden;
	background: #262626;
}

#footer .moduletable {
	float: left;
	margin-bottom: 24px;
	width: 25%;
}

#footer .moduletable h3 {
	margin-bottom: 8px;
	font: 16px/24px 'pantonbold', sans-serif;
	color: #fff;
}

/* Footer Menu */
.footer-menu li {
	display: block;
	font: 14px/24px 'pantonsemibold', sans-serif;
	color: rgba(255,255,255,0.6);
}

.footer-menu a {
	color: rgba(255,255,255,0.6);
}

.footer-menu a:hover {
	color: rgba(255,255,255,1);
}

/* Social Block */
.social-block h3 {
	margin-bottom: 16px !important;
}

.social-block li {
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
}

.social-block li a {
	opacity: 0.6;
}

.social-block li a:hover {
	opacity: 1;
}

/* Copyright */
.copyright {
	font: 12px/24px 'pantonbold', sans-serif;
	text-align: center;
	color: rgba(255,255,255,0.4);
}

/* Modabox
-------------------------------------------------------------------- */

.modalbox {
	display: none;
}

/* Content
-------------------------------------------------------------------- */

#content h1 {
	margin-bottom: 16px;
	font: 32px/40px 'pantonbold', sans-serif;
}

/* Pathway */
.pathway {
	margin: auto;
	padding: 32px 0 24px;
	max-width: 736px;
}

.page-news .pathway {
	max-width: 100%;
}

.pathway li {
	display: inline;
	font: 13px/16px 'pantonsemibold', sans-serif;
	color: #737884;
}

.pathway .divider {
	margin: 0 6px;
}

/* Article */
.article {
	margin: auto;
	padding-bottom: 88px;
	max-width: 736px;
}

.article h2,
.article h3 {
	padding: 8px 0;
}

.article h2 {
	font: 24px/40px 'pantonbold', sans-serif;
}

.article h3 {
	font: 20px/40px 'pantonbold', sans-serif;
}

.article p {
	margin-bottom: 16px;
}

.article strong {
	font-family: 'pantonbold', sans-serif;
}

.article .image,
.article .carousel {
	margin-bottom: 32px;
	text-align: center;
}

.article .image img,
.article .carousel img {
	margin: auto;
	max-width: 100%;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

.article .meta {
	margin: -8px 0 24px;
}

.article .share {
	padding: 8px 0 70px;
	font: 16px/22px 'pantonbold', sans-serif;
}

.article .share .likely__widget {
	display: inline-block;
	margin-left: 4px;
	padding: 0 7px 0 22px;
	font: 11px/22px 'pantonsemibold', sans-serif;
	height: 22px;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.article .share .likely__widget_facebook {
	margin-left: 12px;
	background: #425497 url(../images/ic-fb-share.png) no-repeat 5px 5px;
	background-size: 12px 12px;
}

.article .share .likely__widget_vkontakte {
	background: #4c75a3 url(../images/ic-vk-share.png) no-repeat 4px 7px;
	background-size: 14px 8px;
}

.article .share .likely__widget_twitter {
	background: #1b95e0 url(../images/ic-twitter-share.png) no-repeat 6px 6px;
	background-size: 12px 10px;
}

.article .share .likely__icon {
	display: none;
}

.article .comments {
	padding: 30px 40px;
	background: #f4f6f8;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	     -o-border-radius: 8px;
	        border-radius: 8px;
}

/* Bonuses */
.list-bonuses {
	padding-top: 32px;
	width: 756px;
}

.list-bonuses .item {
	margin: 0 20px 32px 0;
	width: 232px;
	font: 13px/24px 'pantonsemibold', sans-serif;
}

.list-bonuses .points {
	margin-bottom: 16px;
	height: 120px;
	font: 20px/24px 'pantonbold', sans-serif;
	text-align: center;
	color: #fff;
	background: #9772e3 url(../images/bonus-bg.png) no-repeat 0 100%;
	background-size: 232px 74px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

.list-bonuses .points.violet-2 {
	background-color: #a36cd8;
}

.list-bonuses .points.violet-3 {
	background-color: #b167cd;
}

.list-bonuses .points.bronze {
	background-color: #f66706;
}

.list-bonuses .points.silver {
	background-color: #ccd0d9;
}

.list-bonuses .points.gold {
	background-color: #f59f01;
}

.list-bonuses .points span {
	display: block;
	padding-top: 8px;
	font: 48px/64px 'pricedownblack', sans-serif;
}

.list-bonuses .item p {
	margin: 0;
	padding-left: 15px;
	position: relative;
}

.list-bonuses .item p:before {
	display: block;
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
}

/* Donate */
.page-donate .list-bonuses {
	padding-top: 8px;
}

.page-donate .list-bonuses .points span:first-child {
	padding-top: 16px;
	font: 36px/40px 'pantonblack', sans-serif;
}

.page-donate .list-bonuses .points span:last-child {
	display: block;
	margin: auto;
	max-width: 172px;
	font: 14px/24px 'pantonbold', sans-serif;
}

.page-donate .site-form,
.donate-products {
	margin-bottom: 32px;
	width: 50%;
}

.donate-products {
	max-width: 352px;
}

.donate-products table {
	border-collapse: collapse;
}

.donate-products .title {
	position: relative;
}

.donate-products .title span {
	padding-right: 8px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.donate-products .title:after {
	display: block;
	content: "";
	width: 100%;
	border-bottom: 1px dashed #acb1bd;
	position: absolute;
	left: 0;
	bottom: 11px;
}

.donate-products .price {
	padding-left: 8px;
	white-space: nowrap;
}

/* Profile */
.profile-nav {
	margin-bottom: 32px;
	border-bottom: solid 1px #ccd0d9;
}

.profile-nav li {
	display: inline-block;
	margin-right: 28px;
	font-size: 14px;
	line-height: 16px;
}

.profile-nav li:last-child {
	margin: 0;
}

.profile-nav li a {
	display: block;
	padding-bottom: 14px;
	text-decoration: none;
	color: #868b96;
	border-bottom: 1px solid #fff;
}

.profile-nav li a:hover,
.profile-nav .active a {
	color: #8d3a3a;
	border-color: #8d3a3a;
	-webkit-box-shadow: 0 1px 0 #8d3a3a;
	   -moz-box-shadow: 0 1px 0 #8d3a3a;
	     -o-box-shadow: 0 1px 0 #8d3a3a;
	        box-shadow: 0 1px 0 #8d3a3a;
}

.page-profile .avatar .image {
	margin: 16px 0;
	width: 224px;
	height: 280px;
	background: #ebedf0;
	background: -moz-radial-gradient(554px 410px at 150% 134.29%, #f7f8fa 0%, transparent 100%);
    background: -webkit-radial-gradient(554px 410px at 150% 134.29%, #f7f8fa 0%, transparent 100%);
    background-image: radial-gradient(554px 410px at 150% 134.29%, #f7f8fa 0%, transparent 100%);
	position: relative;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.page-profile .avatar .image img {
	margin-left: -76px;
	width: 152px;
	position: absolute;
	left: 50%;
	bottom: -30px;
}

.page-profile .avatar .links {
	font-size: 14px;
	line-height: 24px;
}

.page-profile .info {
	padding-top: 16px;
	max-width: 480px;
	width: 100%;
}

.page-profile .chage-params,
.page-profile .clear-varns {
	margin-bottom: 32px;
	width: 50%;
}

.page-profile .chage-params a,
.page-profile .clear-varns a {
	display: block;
	padding: 16px 0;
	font: 20px/24px 'pantonbold', sans-serif;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

.page-profile .chage-params a {
	margin-right: 16px;
}

.page-profile .clear-varns a {
	margin-left: 16px;
}

.page-profile .donate-products {
	width: auto;
	max-width: 100%;
}

/* Blog */
.blog h1 {
	margin-bottom: 32px !important;
}

.blog .list-news {
	padding-bottom: 182px;
	width: 1070px;
	position: relative;
}

.blog .item {
	margin-bottom: 32px;
	width: 25%;
}

.blog .item .wrapper {
	padding: 0 16px;
}

.blog .item .image {
	height: auto;
}

.blog .ias-trigger,
.ias-noneleft {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 88px;
}

.blog .ias-trigger a {
	display: inline-block;
	padding: 12px 24px;
	font: 16px/24px 'pantonbold', sans-serif;
	text-decoration: none;
	color: #fff;
	background: #8d3a3a;
	-webkit-border-radius: 24px;
	   -moz-border-radius: 24px;
	     -o-border-radius: 24px;
	        border-radius: 24px;
}