.lk-profile-tab1 {
	text-align: center;
}

.lk-profile-image {
	width: 179px;
	height: 179px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.lk-profile-name,
.lk-profile-header {
	font-size: 24px;
	line-height: normal;
	margin-bottom: 20px;
}

.lk-profile-vk,
.lk-profile-instagram,
.lk-profile-facebook,
.lk-profile-youtube {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
	-webkit-background-size: contain;
	background-size: contain;
}

.lk-profile-vk { background-image: url(../images/lk/vk.svg) }
.lk-profile-instagram { background-image: url(../images/lk/instagram.svg) }
.lk-profile-facebook { background-image: url(../images/lk/facebook.svg) }
.lk-profile-youtube { background-image: url(../images/lk/youtube.svg) }

.lk-profile-header {
	display: block;
}

.lk-profile-params {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lk-profile-params li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	line-height: 1.3;
}

.lk-profile-params li span {
	width: 25%;
	padding-right: 5%;
	position: relative;
}

.lk-profile-params li span+span {
	width: 70%;
	padding-right: 0;
}

.lk-profile-params input[type="text"] {
	width: 100%;
	height: 32px;
}

.lk-profile-params li span label.error {
	top: 0;
	bottom: 0;
	right: 4px;
	line-height: 32px;
}

.lk-profile-interview {
	margin: 40px 0;
}

.lk-profile-interview-plus,
.lk-profile-interview-x {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-background-size: contain;
	background-size: contain;
}

.lk-profile-interview-points {
	font-size: 20px;
	display: block;
	margin: 12px 0;
}

.lk-profile-interview-plus { background-image: url(../images/lk/success.svg) }
.lk-profile-interview-x { background-image: url(../images/lk/error.svg) }

.lk-profile-accrual-points-content {
	text-align: center;
	overflow: hidden;
}

.lk-profile-accrual-points-item {
	width: 33.3333%;
	float: left;
	margin-bottom: 40px;
}

.lk-profile-accrual-points-item span {
	width: 176px;
	height: 176px;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 72px;
	line-height: 176px;
}

.lk-profile-accrual-points-item span:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border: 25px solid #C4C4C4;
	border-radius: 50%;
}

.lk-profile-accrual-points-item p {
	margin: 20px 0 0;
	font-size: 20px;
}

.lk-events-item-info-members {
	width: 45%;
	float: right;
}

.lk-events-item-info-members span {
	float: left;
	line-height: 60px;
}

.lk-events-item-info-members ul {
	padding: 0;
	margin-left: 60px;
	float: left;
	list-style: none;
}

.lk-events-item-info-members-active {
	width: 60px;
	height: 60px;
	position: relative;
	float: left;
	margin-left: -30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	-webkit-background-size: contain;
	background-size: contain;
	border-radius: 50%;
}

.lk-events-item-info-members-active:nth-child(1) { z-index: 9 }
.lk-events-item-info-members-active:nth-child(2) { z-index: 8 }
.lk-events-item-info-members-active:nth-child(3) { z-index: 7 }
.lk-events-item-info-members-active:nth-child(4) { z-index: 6 }
.lk-events-item-info-members-active:nth-child(5) { z-index: 5 }
.lk-events-item-info-members-active:nth-child(6) { z-index: 4 }
.lk-events-item-info-members-active:nth-child(7) { z-index: 3 }
.lk-events-item-info-members-active:nth-child(8) { z-index: 2 }
.lk-events-item-info-members-active:nth-child(9) { z-index: 1 }

.lk-events-item-info-members-active:hover {
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	z-index: 10;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lk-events-event-detail .lk-events-item-info-members {
	width: auto;
	float: none;
	clear: both;
	padding: 10px 0;
	overflow: hidden;
}

.lk-events-event-detail .lk-events-item-info-members ul {
	margin: 0;
	float: none;
}

.lk-events-event-detail .lk-events-item-info-members-active {
	margin: 0 10px 10px 0;
}

.overflow-x {
	overflow-x: auto;
}

.lk-table {
	width: auto;
	max-width: none;
}
.lk-table td {
	min-width: 75px;
}
.lk-table thead {
	vertical-align: top;
}
.lk-table thead a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}


.accept_info {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1111;
}
.accept_info #accept_info {
    max-width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    overflow: auto;
    height: 90%;
    top: 20px;
    z-index: 999999;
}

.lk-profile-test-list > div {
    margin-top: 30px;
    padding: 15px;
    background: #eee;
    color: #999;
    pointer-events: none;
}
.lk-profile-test-list > div a {
    color: #999;
}
.lk-profile-test-list > div.active {
    background: inherit;
    color: inherit;
    pointer-events: auto;
}
.lk-profile-test-list > div.active a {
    color: #0088cc;
}
.lk-profile-test-list > div.active a:hover {
    color: #00a3f5;
}
.lk-profile-test-list > div a.deactive, .lk-profile-test-list > div a.deactive:hover {
    color: #999;
}
.lk-profile-test-list > div > span {
    font-size: 25px;
}
.lk-profile-test-list > div > div > span,
.lk-profile-test-list > div > div > a {
    display: block;
}

.sums_wrapper {
    margin: 30px 0;
	border-top: 1px solid #eff5f7;
	border-bottom: 1px solid #eff5f7;
    text-align: center;
    padding: 30px 0;

}

.ya_sum_val {
	font-size: 40px;
	font-weight: bold;
	color:#08c;
}

.ya_sum_title {
	text-transform: uppercase;
	font-size: 18px;
}

.ya_table_middle td {
	vertical-align: middle !important;
}

table.dataTable.no-footer {
	border-bottom: 0 !important;
	margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
	color: #fff !important;
	background: #0088cc !important;
	background-color: #0088cc !important;
	border-color: #0088cc !important;
}

.detail_picture {
	max-width: 100%;
}

.lk-events-event-detail h2 {
	margin-top: 45px;
}

.event_user_yes, .event_user_no {
	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 20px;
	background:#eff5f7;
	position: absolute;
	right: 0;
}

.event_user_no {
	background:#0088cc;
	color: #fff;
	text-decoration: none;
}

.event_user_no:hover, .event_user_no:active, .event_user_no:focus {
	background:#eff5f7;
	text-decoration: none;
}

.ya_date_time {
    color: #a3a3a4;
    font-size: 24px;
}