html
{
	font-family: sans-serif;
	line-height: 1.15;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
body
{
	margin: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary
{
	display: block;
}
audio,canvas,progress,video
{
	display: inline-block;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
progress
{
	vertical-align: baseline;
}
[hidden],template
{
	display: none;
}
a
{
	background-color: transparent;
	webkit-text-decoration-skip: objects;
}
a:active,a:hover
{
	outline-width: 0;
}
abbr[title]
{
	border-bottom: none;
	text-decoration: underline dotted;
	text-decoration: underline;
	webkit-text-decoration: underline dotted;
}
b,strong
{
	font-weight: bolder;
	font-weight: inherit;
}
dfn
{
	font-style: italic;
}
h1
{
	font-size: 2em;
	margin: .67em 0;
}
mark
{
	background-color: #ff0;
	color: #000;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub
{
	bottom: -.25em;
}
sup
{
	top: -.5em;
}
img
{
	border-style: none;
}
svg:not(:root)
{
	overflow: hidden;
}
code,kbd,pre,samp
{
	font-family: monospace,monospace;
	font-size: 1em;
}
.border_link_head {
	height: 50px; 
	border: 4px solid #119999; 
	width: 250px; 
	text-align: center; 
	transform: rotate(5deg); 
	border-radius: 47%; 
	position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -130px;
}
.sub_fol_block {
	margin: 0 auto;
	text-align: center;
}
.avatar_sub {   
	background-color: #ecf0f1;
    border: 4px solid #ecf0f1;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-shrink: 0;
    font-size: 1px;
    height: 100px;
    justify-content: center;
    moz-user-select: none;
    ms-flex-negative: 0;
    ms-flex-pack: center;
    ms-user-select: none;
    overflow: hidden;
    user-select: none;
    webkit-user-select: none;
    width: 100px;
	}
.sub_fol_block>.avatar {
	height: 120px;
    width: 120px;
}
.sub_fol_block>.avatar__img {
	height: 118px;
    width: 118px;
}
.sub_fol_name {
	font-size:10px;
	word-break: normal; 
	text-align:center;
}
.group_block {
	display: flex;
}
.group_block>.avatar {
	cursor: auto;
	margin: 10px;
}
.group_block>.group_text {
	margin: auto 0;
}
.group_name {
	padding:5px; 
	font-size: 12px;
	color:#515365;
}
.group_des {
	padding:5px;
	font-size: 10px;
	color: #bdc0ce;
}
.map_block {
	margin: 0 45px 30px 0;
}
#map-container {
	width: 100%; 
	height: 400px;
}
figure
{
	margin: 1em 40px;
}
hr
{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
button,input,optgroup,select,textarea
{
	font: inherit;
	margin: 0;
}
optgroup
{
	font-weight: 700;
}
button,input
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
[type=reset],[type=submit],button,html [type=button]
{
	webkit-appearance: button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner
{
	border-style: none;
	padding: 0;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring
{
	outline: 1px dotted ButtonText;
}
fieldset
{
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend
{
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
textarea
{
	overflow: auto;
}
[type=checkbox],[type=radio]
{
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button
{
	height: auto;
}
[type=search]
{
	outline-offset: -2px;
	webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration
{
	webkit-appearance: none;
}
::-webkit-input-placeholder
{
	color: inherit;
	opacity: .54;
}
::-webkit-file-upload-button
{
	font: inherit;
	webkit-appearance: button;
}
html
{
	box-sizing: border-box;
}
*,:after,:before
{
	box-sizing: inherit;
}
html
{
	font-size: 16px;
	ms-overflow-style: scrollbar;
	webkit-tap-highlight-color: rgba(0,0,0,0);
}
body
{
	background-color: #f4f4f4;
	color: #2e3234;
	font-family: Roboto Condensed,sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
[tabindex="-1"]:focus
{
	outline: none!important;
}
h1,h2,h3,h4,h5,h6
{
	margin-bottom: .5rem;
	margin-top: 0;
}
p
{
	margin-bottom: 1rem;
	margin-top: 0;
}
abbr[data-original-title],abbr[title]
{
	border-bottom: 1px dotted #818a91;
	cursor: help;
}
address
{
	font-style: normal;
	line-height: inherit;
}
address,dl,ol,ul
{
	margin-bottom: 1rem;
}
dl,ol,ul
{
	margin-top: 0;
}
ol ol,ol ul,ul ol,ul ul
{
	margin-bottom: 0;
}
dt
{
	font-weight: 700;
}
dd
{
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote
{
	margin: 0 0 1rem;
}
a
{
	color: #119999;
	text-decoration: none;
}
a:focus,a:hover
{
	color: #119999;
	text-decoration: underline;
}
a:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover
{
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus
{
	outline: none;
}
pre
{
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
}
figure
{
	margin: 0 0 1rem;
}
img
{
	vertical-align: middle;
}
[role=button]
{
	cursor: pointer;
}
[role=button],a,area,button,input,label,select,summary,textarea
{
	ms-touch-action: manipulation;
	touch-action: manipulation;
}
table
{
	background-color: transparent;
	border-collapse: collapse;
}
caption
{
	caption-side: bottom;
	color: #818a91;
	padding-bottom: .75rem;
	padding-top: .75rem;
}
caption,th
{
	text-align: left;
}
label
{
	display: inline-block;
	margin-bottom: .5rem;
}
button:focus
{
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button,input,select,textarea
{
	line-height: inherit;
}
input[type=checkbox]:disabled,input[type=radio]:disabled
{
	cursor: not-allowed;
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]
{
	webkit-appearance: listbox;
}
textarea
{
	resize: vertical;
}
fieldset
{
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend
{
	display: block;
	font-size: 1.5rem;
	line-height: inherit;
	margin-bottom: .5rem;
	padding: 0;
	width: 100%;
}
input[type=search]
{
	webkit-appearance: none;
}
output
{
	display: inline-block;
}
[hidden]
{
	display: none!important;
}
.photo-slider
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.photo-slider__photos
{
	display: flex;
	display: -ms-flexbox;
	left: 0;
	position: relative;
	top: 0;
}
@media (max-width:767px)
{
	.photo-slider__photos
	{
		transition: none;
	}
}
.photo-slider__photo
{
	flex-shrink: 0;
	ms-flex-negative: 0;
	width: auto;
}
.photo-slider__photo:last-child
{
	position: relative;
}
.photo-slider__zoom
{
	color: #fff;
	font-size: 4rem;
	left: 50%;
	line-height: 1.33333;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,.15);
	top: 50%;
	transform: translate(-50%,-50%);
}
.photo-slider__background
{
	background-size: cover;
	filter: blur(10px);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.photo-slider__scroll-me
{
	bottom: 25px;
	position: absolute;
	right: 25px;
	z-index: 999;
}
.photo-slider__arrow
{
	align-items: flex-end;
	color: #fff;
	height: 100%;
	ms-flex-align: end;
	padding: 1rem;
	position: absolute;
	top: 0;
	z-index: 67;
}
.photo-slider__arrow_left
{
	left: 0;
}
.photo-slider__arrow_right
{
	right: 0;
}
@media (min-width:768px)
{
	.photo-slider__arrow
	{
		display: none;
	}
}
@media (max-width:991px)
{
	.photo-slider__arrow
	{
		display: flex;
		display: -ms-flexbox;
	}
}
.photo-slider .swiper-slide
{
	width: auto;
}
.gallery-ad
{
	height: 100%;
}
.gallery-ad,.scroll-top
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
}
.scroll-top
{
	background-color: #fff;
	border-radius: 50%;
	bottom: 16px;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.302),0 1px 3px 1px rgba(60,64,67,.149);
	cursor: pointer;
	height: 50px;
	justify-content: center;
	left: 20px;
	ms-flex-pack: center;
	position: fixed;
	width: 50px;
	z-index: 99999;
}
@media (min-width:544px)
{
	.scroll-top
	{
		display: none;
	}
}
.user-panel
{
	background: #fff;
	border-bottom: 2px solid #eceeef;
}
.user-panel__container
{
	align-items: flex-end;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	ms-flex-align: end;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:544px)
{
	.user-panel__container
	{
		max-width: 100%;
		width: 576px;
	}
}
@media (min-width:768px)
{
	.user-panel__container
	{
		max-width: 100%;
		width: 720px;
	}
}
@media (min-width:992px)
{
	.user-panel__container
	{
		max-width: 100%;
		width: 940px;
	}
}
@media (min-width:1200px)
{
	.user-panel__container
	{
		max-width: 100%;
		width: 1140px;
	}
}
.user-panel__avatar-wrapper
{
	display: flex;
	display: -ms-flexbox;
	height: 0;
	justify-content: center;
	ms-flex-pack: center;
	position: relative;
}
.user-panel__image
{
	margin-top: -75px;
	z-index: 67;
}
.user-panel__links
{
	align-items: flex-end;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: space-between;
	ms-flex-align: end;
	ms-flex-pack: justify;
}
@media (max-width:767px)
{
	.user-panel__links
	{
		display: none;
	}
}
.user-panel__social
{
	color: #2e3234;
	height: 40px;
	line-height: 40px;
	margin-left: 15px;
}
.user-panel__social:active,.user-panel__social:focus,.user-panel__social:hover
{
	color: #2e3234;
	text-decoration: none;
}
.user-panel-tabs
{
	font-size: 1.25rem;
	height: 40px;
	line-height: 40px;
}
@media (max-width:767px)
{
	.user-panel-tabs
	{
		display: none;
	}
}
.user-panel-tabs__tab
{
	color: #2e3234;
	display: inline-block;
	margin-right: 15px;
}
.user-panel-tabs__tab_current
{
	box-shadow: 0 2px 0 0 #2e3234;
	cursor: default;
}
.user-panel-tabs__tab:active,.user-panel-tabs__tab:focus,.user-panel-tabs__tab:hover
{
	color: #2e3234;
	text-decoration: none;
}
@keyframes a
{
	0%
	{
		opacity: 1;
		top: 29%;
	}
	20%
	{
		opacity: 1;
		top: 29%;
	}
	40%
	{
		opacity: 1;
		top: 50%;
	}
	60%
	{
		opacity: 0;
		top: 50%;
	}
	80%
	{
		opacity: 1;
		top: 50%;
	}
	to
	{
		opacity: 1;
		top: 29%;
	}
}
.animation-scroll
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	ms-flex-direction: column;
	text-align: center;
}
.animation-scroll__mouse
{
	border: 3px solid #fff;
	border-radius: 23px;
	height: 55px;
	width: 35px;
}
.animation-scroll__wheel
{
	animation: a 2.5s linear infinite;
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 8px;
	left: 50%;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 29%;
	width: 8px;
}
@media (max-width:991px)
{
	.animation-scroll
	{
		display: none;
	}
}
.breadcrumbs
{
	background-color: #e9ecef;
	border-radius: .25rem;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	list-style: none;
	margin: 1rem 0;
	ms-flex-wrap: wrap;
	padding: .75rem 1rem;
}
.breadcrumbs__item:before
{
	color: #868e96;
	content: "/";
	display: inline-block;
	padding-left: .5rem;
	padding-right: .5rem;
}
.breadcrumbs__item ._active
{
	color: #868e96;
}
.breadcrumbs__item:first-child:before
{
	content: "";
}
.topbar
{
	padding: 1rem 0;
}
.topbar__collapsible
{
	display: flex;
	display: -ms-flexbox;
}
.topbar__collapsible,.topbar__header
{
	align-items: center;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
}
.topbar__header
{
	display: none;
}
.topbar__menu-btn
{
	color: #fff;
	cursor: pointer;
}
.topbar__brand
{
	background: url(/static/vkfaces.svg) no-repeat 0;
	background-size: contain;
	display: block;
	text-indent: -9999px;
	width: 141px;
}
.topbar__links
{
	align-content: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
	ms-flex-line-pack: center;
}
.topbar__link
{
	color: #fff;
	margin-left: 1rem;
	text-decoration: none;
}
.topbar__link:active,.topbar__link:focus,.topbar__link:hover,.topbar__link:visited
{
	color: #fff;
	text-decoration: underline;
}
.topbar__avatar
{
	display: flex;
	display: -ms-flexbox;
}
.topbar_default
{
	background: #4d47a2;
}
.topbar_users
{
	background: #119999;
}
.topbar_groups
{
	background: #427852;
}
.topbar_shop
{
	background: #8d00cf;
}
.topbar_absolute
{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1337;
}
.topbar_transparent
{
	background: rgba(0,0,0,.2);
}
@media (min-width:768px)
{
	.topbar__content
	{
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px) and (min-width:544px)
{
	.topbar__content
	{
		max-width: 100%;
		width: 576px;
	}
}
@media (min-width:768px) and (min-width:768px)
{
	.topbar__content
	{
		max-width: 100%;
		width: 720px;
	}
}
@media (min-width:768px) and (min-width:992px)
{
	.topbar__content
	{
		max-width: 100%;
		width: 940px;
	}
}
@media (min-width:768px) and (min-width:1200px)
{
	.topbar__content
	{
		max-width: 100%;
		width: 1140px;
	}
}
@media (max-width:767px)
{
	.topbar__header
	{
		display: flex;
		display: -ms-flexbox;
	}
	.topbar__content
	{
		padding: 0 25px;
	}
	.topbar__brand
	{
		display: none;
	}
	.topbar__links
	{
		align-items: flex-start;
		display: flex;
		display: -ms-flexbox;
		flex-direction: column;
		ms-flex-align: start;
		ms-flex-direction: column;
	}
	.topbar__link
	{
		line-height: 2.5rem;
		margin-left: 32px;
	}
	.topbar__link:first-letter
	{
		text-transform: uppercase;
	}
	.topbar__link:active,.topbar__link:focus,.topbar__link:hover,.topbar__link:visited
	{
		text-decoration: none;
	}
	.topbar__collapsible
	{
		display: none;
		margin-top: 1rem;
	}
	.topbar__collapsible_open
	{
		display: block;
	}
}
.navbar
{
	background-color: #4d47a2;
}
.navbar__inner
{
	justify-content: space-between;
	ms-flex-pack: justify;
}
.navbar__brand,.navbar__inner
{
	display: flex;
	display: -ms-flexbox;
	height: 42px;
}
.navbar__brand
{
	background: url(/static/logo.png) no-repeat 0;
	background-size: contain;
	flex-basis: 120px;
	flex-grow: 0;
	flex-shrink: 0;
	ms-flex-negative: 0;
	ms-flex-positive: 0;
	ms-flex-preferred-size: 120px;
	text-indent: -9999px;
}
.navbar__nav
{
	flex-basis: 100%;
	justify-content: flex-end;
	margin: 0;
	ms-flex-pack: end;
	ms-flex-preferred-size: 100%;
}
.navbar__item,.navbar__nav
{
	display: flex;
	display: -ms-flexbox;
	padding: 0;
}
.navbar__item
{
	align-items: stretch;
	color: #fff;
	list-style: none;
	margin: 0 12.5px;
	ms-flex-align: stretch;
}
.navbar__item:first-child
{
	margin-left: 25px;
}
.navbar__item:last-child
{
	margin-right: 0;
}
.navbar__item._vk,.navbar__link
{
	align-items: center;
	ms-flex-align: center;
}
.navbar__link
{
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	padding: 0;
}
.navbar__link:active,.navbar__link:focus,.navbar__link:hover,.navbar__link:visited
{
	color: #fff;
	outline: none;
	text-decoration: underline;
}
.navbar__form
{
	align-content: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
	ms-flex-line-pack: center;
}
.navbar__query
{
	background-color: rgba(0,0,0,.2);
	border: none;
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	height: 28px;
	line-height: 1.5;
	padding: 0 14px;
	text-align: center;
	width: 70px;
}
.navbar__query:focus
{
	outline: none;
}
.navbar__toggle
{
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	margin: 0 -25px 0 0;
	padding: 0 25px;
}
.navbar__toggle:active,.navbar__toggle:focus,.navbar__toggle:hover,.navbar__toggle:visited
{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.navbar__search
{
	align-self: center;
	background-color: rgba(0,0,0,.2);
	border: none;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	flex-basis: 40px;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 1rem;
	height: 40px;
	justify-content: center;
	margin: 0 0 0 auto;
	ms-flex-item-align: center;
	ms-flex-negative: 0;
	ms-flex-pack: center;
	ms-flex-positive: 0;
	ms-flex-preferred-size: 40px;
	padding: 0;
}
.navbar__search:active,.navbar__search:focus,.navbar__search:hover,.navbar__search:visited
{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.navbar._focus .navbar__query
{
	background-color: rgba(0,0,0,.5);
	cursor: text;
	text-align: left;
}
.navbar._filled .navbar__search:after
{
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 8px;
	margin: -10px 13px;
	position: absolute;
	width: 8px;
}
@media (min-width:768px)
{
	.navbar__inner
	{
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px) and (min-width:544px)
{
	.navbar__inner
	{
		max-width: 100%;
		width: 576px;
	}
}
@media (min-width:768px) and (min-width:768px)
{
	.navbar__inner
	{
		max-width: 100%;
		width: 720px;
	}
}
@media (min-width:768px) and (min-width:992px)
{
	.navbar__inner
	{
		max-width: 100%;
		width: 940px;
	}
}
@media (min-width:768px) and (min-width:1200px)
{
	.navbar__inner
	{
		max-width: 100%;
		width: 1140px;
	}
}
@media (min-width:768px)
{
	.navbar__search,.navbar__toggle
	{
		display: none;
	}
	.navbar._focus .navbar__query
	{
		width: 250px;
	}
}
@media (max-width:767px)
{
	.navbar__inner
	{
		padding: 0 25px;
	}
}
@media (max-width:991px)
{
	.navbar__inner
	{
		height: 58px;
	}
	.navbar__brand
	{
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		flex-basis: 170px;
		height: 58px;
		margin-left: -25px;
		ms-flex-preferred-size: 170px;
	}
	.navbar__nav
	{
		display: none;
	}
	.navbar__item
	{
		margin: 0;
	}
	.navbar__item:first-child
	{
		margin-left: 0;
	}
	.navbar__form,.navbar__item:first-child
	{
		flex: 1 100%;
		ms-flex: 1 100%;
	}
	.navbar__toggle
	{
		margin-left: 0;
	}
	.navbar._search .navbar__nav,.navbar__search,.navbar__toggle
	{
		display: flex;
		display: -ms-flexbox;
	}
	.navbar._search .navbar__brand
	{
		display: none;
	}
	.navbar._search .navbar__query
	{
		border-radius: 20px;
		flex: 1 1 auto;
		height: 40px;
		ms-flex: 1 1 auto;
		padding: 0 20px;
	}
	.navbar._search .navbar__item,.navbar._search .navbar__search
	{
		display: none;
	}
	.navbar._search .navbar__item:first-child
	{
		display: flex;
		display: -ms-flexbox;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.navbar__brand
	{
		border: none;
		flex-basis: 150px;
		margin-left: 0;
		ms-flex-preferred-size: 150px;
	}
	.navbar._search .navbar__brand,.navbar._search .navbar__nav
	{
		display: flex;
		display: -ms-flexbox;
	}
	.navbar._search .navbar__brand
	{
		margin-right: 25px;
	}
	.navbar._search .navbar__query
	{
		flex: 1 100%;
		ms-flex: 1 100%;
	}
	.navbar._search .navbar__search
	{
		display: none;
	}
}
html.theme_vk_groups .navbar
{
	background-color: #427852;
}
html.theme_vk_users .navbar
{
	background-color: #119999;
}
html.theme_aliexpress .navbar
{
	background-color: #ee641c;
	background-image: -ms-repeating-linear-gradient(right,#e52f20 0,#e52f20 40%,#f79917 60%,#f79917 100%);
	background-image: repeating-linear-gradient(270deg,#e52f20 0,#e52f20 40%,#f79917 60%,#f79917);
	background-image: url(data:image/svg+xml;);
	background-image: -webkit-repeating-linear-gradient(right,#e52f20,#e52f20 40%,#f79917 60%,#f79917);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff79917",endColorstr="#ffe52f20",GradientType=1);
}
html.theme_vk_search .navbar__form,html.theme_vk_search .navbar__search
{
	display: none;
}
html.theme_vk_search .navbar__brand
{
	margin-right: auto;
}
html.theme_transparent .navbar
{
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 990;
}
.navbar-menu
{
	background-color: #4d47a2;
	padding-bottom: 12px;
}
.navbar-menu__inner,.navbar-menu__nav
{
	display: flex;
	display: -ms-flexbox;
}
.navbar-menu__nav
{
	flex: 1 100%;
	flex-direction: column;
	list-style: none;
	margin: 0;
	ms-flex: 1 100%;
	ms-flex-direction: column;
	padding: 0;
}
.navbar-menu__link
{
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	display: -ms-inline-flexbox;
	height: 32px;
	margin: 10px 0;
	ms-flex-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
}
.navbar-menu__link:active,.navbar-menu__link:focus,.navbar-menu__link:hover,.navbar-menu__link:visited
{
	color: #fff;
	outline: none;
	text-decoration: underline;
}
.navbar-menu__item
{
	align-items: stretch;
	border-top: 1px solid rgba(0,0,0,.2);
	display: flex;
	display: -ms-flexbox;
	height: 53px;
	list-style: none;
	margin: 0;
	ms-flex-align: stretch;
	padding: 0;
}
.navbar-menu__item:first-child
{
	border-top-color: transparent;
}
.navbar-menu__item._vk
{
	align-items: center;
	margin-bottom: 10px;
	ms-flex-align: center;
}
.navbar-menu__item._sub
{
	align-items: flex-start;
	border-top: none;
	flex-wrap: wrap;
	height: auto;
	ms-flex-align: start;
	ms-flex-wrap: wrap;
}
.navbar-menu__item._sub .navbar-menu__link
{
	background-color: rgba(0,0,0,.2);
	border-radius: 3px;
	margin: 0 10px 10px 0;
	padding: 0 15px;
}
.navbar-menu__item._sub .navbar-menu__link:active,.navbar-menu__item._sub .navbar-menu__link:focus,.navbar-menu__item._sub .navbar-menu__link:hover,.navbar-menu__item._sub .navbar-menu__link:visited
{
	text-decoration: none;
}
@media (min-width:768px)
{
	.navbar-menu__inner
	{
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px) and (min-width:544px)
{
	.navbar-menu__inner
	{
		max-width: 100%;
		width: 576px;
	}
}
@media (min-width:768px) and (min-width:768px)
{
	.navbar-menu__inner
	{
		max-width: 100%;
		width: 720px;
	}
}
@media (min-width:768px) and (min-width:992px)
{
	.navbar-menu__inner
	{
		max-width: 100%;
		width: 940px;
	}
}
@media (min-width:768px) and (min-width:1200px)
{
	.navbar-menu__inner
	{
		max-width: 100%;
		width: 1140px;
	}
}
@media (max-width:767px)
{
	.navbar-menu__inner
	{
		margin-left: 25px;
	}
}
html.theme_vk_groups .navbar-menu
{
	background-color: #427852;
}
html.theme_vk_users .navbar-menu
{
	background-color: #119999;
}
html.theme_aliexpress .navbar-menu
{
	background-color: #ee641c;
	background-image: -ms-repeating-linear-gradient(right,#e52f20 0,#e52f20 40%,#f79917 60%,#f79917 100%);
	background-image: repeating-linear-gradient(270deg,#e52f20 0,#e52f20 40%,#f79917 60%,#f79917);
	background-image: url(data:image/svg+xml;);
	background-image: -webkit-repeating-linear-gradient(right,#e52f20,#e52f20 40%,#f79917 60%,#f79917);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff79917",endColorstr="#ffe52f20",GradientType=1);
}
html.theme_transparent .navbar-menu
{
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 58px;
	width: 100%;
	z-index: 990;
}
.navbar-user
{
	display: flex;
	display: -ms-flexbox;
}
.navbar-user__name
{
	margin: 0 12.5px 0 0;
}
.navbar-user__link
{
	align-items: center;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
}
.navbar-user__link:active,.navbar-user__link:focus,.navbar-user__link:hover,.navbar-user__link:visited
{
	color: #fff;
	text-decoration: none;
}
.navbar-user__link:active .navbar-user__name,.navbar-user__link:focus .navbar-user__name,.navbar-user__link:hover .navbar-user__name,.navbar-user__link:visited .navbar-user__name
{
	text-decoration: underline;
}
.navbar-user.theme_navbar_menu
{
	height: 32px;
	margin: 10px 0;
}
.navbar-user.theme_navbar_menu .navbar-user__name
{
	margin: 0 0 0 12.5px;
	ms-flex-order: 1;
	order: 1;
}
.logo
{
	background: url(/static/vkfaces.svg) no-repeat 0;
	background-size: contain;
	display: block;
	text-indent: -9999px;
	width: 141px;
}
.swiper-wrapper
{
	box-sizing: border-box;
}
.ct-series-a
{
	fill: #eceeef;
}
.ct-series-a .ct-line
{
	stroke: #818a91;
	stroke-opacity: 1;
	stroke-width: 2px;
}
.ct-series-a .ct-area
{
	fill: #eceeef;
	fill-opacity: 1;
}
.ct-series-a .ct-bar
{
	stroke: #818a91;
	stroke-linecap: round;
	stroke-width: 4px;
}
.menu__links
{
	padding: 12px 0;
}
.menu__link
{
	color: #2e3234;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	overflow: hidden;
	padding: 8px 0 8px 25px;
	text-overflow: ellipsis;
}
.menu__link:active,.menu__link:focus,.menu__link:hover,.menu__link:visited
{
	background-color: #eceeef;
	color: #2e3234;
	text-decoration: none;
}
.menu__link._current,.menu__link_current
{
	border-left: 2px solid #2e3234;
	font-weight: 700;
	padding-left: 23px;
}
.menu__new
{
	background-color: #eceeef;
	color: #55595c;
}
.menu__new,.menu__pro
{
	align-self: center;
	border-radius: 3px;
	font-size: 80%;
	font-weight: 400;
	margin-left: auto;
	margin-right: 25px;
	ms-flex-item-align: center;
	padding: 0 6px;
}
.menu__pro
{
	background-color: #008a00;
	color: #f7f7f9;
}
.date
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	ms-flex-align: start;
	ms-flex-flow: row nowrap;
}
.date__day
{
	font-size: 3.125rem;
	line-height: 3.125rem;
	text-align: right;
	width: 3.125rem;
}
.date__column
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: .875rem;
	ms-flex-align: start;
	ms-flex-direction: column;
	ms-flex-pack: start;
	width: 3.875rem;
}
.date__month
{
	font-weight: 700;
	margin-bottom: auto;
}
.date__year
{
	margin-top: auto;
}
.empty
{
	align-items: center;
	background-color: #fff;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
	padding: 0 25px;
}
.empty__content
{
	color: #55595c;
	line-height: 2;
	text-align: center;
}
.subscribers
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: flex-start;
	ms-flex-align: start;
	ms-flex-direction: column;
	ms-flex-pack: start;
}
.subscribers__counter
{
	white-space: nowrap;
}
.subscribers__counter_icon
{
	margin-right: .375rem;
}
.subscribers__change
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	ms-flex-align: center;
	ms-flex-flow: row nowrap;
	white-space: nowrap;
}
.subscribers__change_icon
{
	margin-left: 1rem;
	margin-right: .375rem;
}
.subscribers__change_up
{
	color: #008a00;
}
.subscribers__change_down
{
	color: #e00;
}
.subscribers__change_none
{
	color: #00f;
}
@media (max-width:543px)
{
	.subscribers
	{
		align-items: flex-end;
		ms-flex-align: end;
	}
	.subscribers__counter
	{
		align-items: baseline;
		display: flex;
		display: -ms-flexbox;
		flex-flow: row nowrap;
		ms-flex-align: baseline;
		ms-flex-flow: row nowrap;
	}
	.subscribers__change
	{
		align-self: flex-end;
		ms-flex-item-align: end;
	}
}
.slide
{
	align-items: center;
	border: 1px solid #eceeef;
	border-radius: 3px;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	height: 210px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
	overflow: hidden;
	position: relative;
	transition: border .15s;
	width: 100%;
}
.slide:active,.slide:focus,.slide:hover,.slide:visited
{
	border: 1px solid #2e3234;
}
.slide:active .slide__actions,.slide:active .slide__caption,.slide:focus .slide__actions,.slide:focus .slide__caption,.slide:hover .slide__actions,.slide:hover .slide__caption,.slide:visited .slide__actions,.slide:visited .slide__caption
{
	opacity: 1;
}
.slide__img
{
	border-radius: 3px;
}
.slide__caption
{
	background-color: rgba(0,0,0,.75);
	bottom: 0;
	color: #fff;
	left: 0;
	margin: auto;
	opacity: 0;
	padding: 7.5px 12.5px 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .15s;
}
.slide__caption:active,.slide__caption:focus,.slide__caption:hover,.slide__caption:visited
{
	color: #fff;
	text-decoration: none;
}
.slide__actions
{
	align-items: flex-end;
	bottom: 12.5px;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	left: 50%;
	margin: auto;
	ms-flex-align: end;
	ms-flex-pack: center;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
}
@media (max-width:1199px)
{
	.slide
	{
		height: 190px;
	}
}
.slider-controls
{
	align-items: center;
	ms-flex-align: center;
}
.slider-controls,.slider-controls__button
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	justify-content: center;
	ms-flex-direction: row;
	ms-flex-pack: center;
}
.slider-controls__button
{
	align-items: stretch;
	background-color: #eceeef;
	border: none;
	cursor: pointer;
	font-size: 1.25rem;
	height: 48px;
	margin: 0;
	ms-flex-align: stretch;
	outline: none;
	padding: 0;
	width: 48px;
}
.slider-controls__button:first-child
{
	border-radius: 24px 0 0 24px;
}
.slider-controls__button:last-child
{
	border-radius: 0 24px 24px 0;
}
.slider-controls__button:active,.slider-controls__button:focus,.slider-controls__button:hover,.slider-controls__button:visited
{
	outline: none;
}
.section
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	flex-wrap: nowrap;
	ms-flex-direction: column;
	ms-flex-wrap: nowrap;
}
.section__title
{
	font-weight: 700;
}
.section._inline
{
	flex-direction: row;
	ms-flex-direction: row;
}
.section._inline._align_right
{
	justify-content: flex-end;
	ms-flex-pack: end;
}
.section__description
{
	white-space: nowrap;
}
.section__cell._offset_left_sm
{
	margin-left: 8px;
}
.link
{
	align-self: flex-start;
	color: #119999;
	cursor: pointer;
	display: inline-flex;
	display: -ms-inline-flexbox;
	ms-flex-item-align: start;
}
.link:hover
{
	color: #119999;
	text-decoration: underline;
}
.link._extended
{
	text-decoration: none;
}
.link._extended .link__slug
{
	margin-left: 3px;
}
.link._extended:hover
{
	text-decoration: none;
}
.link._extended:hover .link__slug
{
	text-decoration: underline;
}
.button
{
	align-items: center;
	background-color: transparent;
	border: 2px solid #eceeef;
	border-radius: 3px;
	cursor: pointer;
	display: inline-flex;
	display: -ms-inline-flexbox;
	flex-flow: row;
	height: 44px;
	line-height: normal;
	moz-user-select: none;
	ms-flex-align: center;
	ms-flex-flow: row;
	ms-user-select: none;
	padding: 0 21px;
	user-select: none;
	webkit-user-select: none;
	white-space: nowrap;
	width: auto;
}
.button,.button:active,.button:focus,.button:hover,.button:visited
{
	color: #2e3234;
	outline: none;
	text-decoration: none;
}
.button._size_lg
{
	height: 50px;
	padding: 0 24px;
}
.button._size_md
{
	height: 44px;
	padding: 0 21px;
}
.button._size_sm
{
	height: 38px;
	padding: 0 18px;
}
.button._size_xs
{
	height: 32px;
	padding: 0 15px;
}
.button._size_xs .button__icon
{
	font-size: 1.25rem;
}
.button._size_xs .button__caption
{
	margin-left: 15px;
}
.button._size_xss
{
	height: 28px;
	padding: 0 10px;
}
.button._size_xss .button__caption
{
	margin-left: 10px;
}
.button._vk
{
	border: 2px solid #4680c2;
	color: #4680c2;
}
.button._vk._flatten
{
	background-color: #4680c2;
	border-color: #4680c2;
	color: #fff;
}
.button._vk>.button__icon
{
	width: 17.15625px;
}
.button._success
{
	border: 2px solid #008a00;
	color: #008a00;
}
.button._success._flatten
{
	background-color: #008a00;
	border-color: #008a00;
	color: #fff;
}
.button._danger
{
	border: 2px solid #e00;
	color: #e00;
}
.button._default
{
	font-weight: 700;
}
.button._flatten
{
	background-color: #eceeef;
}
.button._flatten,.button._flatten._disabled
{
	border-color: #eceeef;
}
.button._disabled,.button._load
{
	border-color: #818a91;
	color: #818a91;
}
.button._disabled
{
	cursor: default;
}
.button._disabled:active,.button._disabled:focus,.button._disabled:hover,.button._disabled:visited
{
	color: #818a91;
}
.button__toggle
{
	margin-left: 18px;
	transition: all .2s;
}
.button-group
{
	display: flex;
	display: -ms-flexbox;
}
.button-group._offset_right .button
{
	margin-right: 10px;
}
.button-group._offset_right .button:last-child
{
	margin-right: 0;
}
.button-group._single .button
{
	border-radius: 0;
	border-width: 2px 1px;
	margin: 0;
}
.button-group._single .button:last-child
{
	border-radius: 0 3px 3px 0;
	border-right-width: 2px;
}
.button-group._single .button:first-child
{
	border-left-width: 2px;
	border-radius: 3px 0 0 3px;
}
.dropdown
{
	position: relative;
}
.dropdown__menu
{
	background-color: #fff;
	border: 2px solid #eceeef;
	border-radius: 3px;
	display: none;
	float: left;
	line-height: 50px;
	margin-top: 6px;
	position: absolute;
	right: 0;
	z-index: 1000;
}
.dropdown__item
{
	border-bottom: 1px solid #eceeef;
	color: #2e3234;
	cursor: pointer;
	display: block;
	margin-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	white-space: nowrap;
}
.dropdown__item:last-child
{
	border-bottom-width: 0;
}
.dropdown__item._current
{
	font-weight: 700;
}
.dropdown._opened .button__toggle
{
	transform: rotate(180deg);
}
.dropdown._opened .dropdown__menu
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	ms-flex-direction: column;
}
@media (max-width:543px)
{
	.dropdown,.dropdown .button,.dropdown__menu
	{
		width: 100%;
	}
	.dropdown .button__toggle
	{
		margin-left: auto;
	}
}
.circle
{
	align-items: center;
	border-radius: 0 0 20px 20px;
	height: 120px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
	text-align: center;
	width: 120px;
}
.circle,.cols
{
	display: flex;
	display: -ms-flexbox;
}
.cols
{
	flex-basis: 100%;
	flex-direction: row;
	justify-content: space-between;
	margin: 25px 0 0;
	ms-flex-direction: row;
	ms-flex-pack: justify;
	ms-flex-preferred-size: 100%;
	padding: 0;
}
.cols__col
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
}
.cols__col._50
{
	flex-basis: 50%;
	ms-flex-preferred-size: 50%;
}
.helper
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	ms-flex-direction: row;
}
.helper__icon
{
	margin-right: 8px;
}
.helper._sm
{
	font-size: .875rem;
}
.tabs
{
	flex-direction: column;
	ms-flex-direction: column;
	width: 100%;
}
.tabs,.tabs__tabs
{
	display: flex;
	display: -ms-flexbox;
}
.tabs__tabs
{
	border: 1px solid #eceeef;
	border-radius: 3px;
	flex-direction: row;
	line-height: 1.33333;
	ms-flex-direction: row;
}
.tabs__tab
{
	align-items: center;
	border-right: 1px solid #eceeef;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	flex: 1;
	justify-content: center;
	ms-flex: 1;
	ms-flex-align: center;
	ms-flex-pack: center;
	padding: 12px 6px;
}
.tabs__tab:last-child
{
	border-right: none;
}
.tabs__tab._current
{
	background-color: #eceeef;
}
.tabs__content
{
	margin-top: 15px;
}
.tabs__section
{
	display: none;
}
.tabs__section._current
{
	display: block;
}
.splitter
{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #eceeef;
	margin: 14px 0 15px;
}
.table
{
	border-radius: 3px;
	width: 100%;
}
.table__tr:first-child .table__td
{
	border-top: none;
}
.table__tr:last-child .table__td
{
	border-bottom: none;
}
.table__td
{
	border: 1px solid #eceeef;
	padding: 10px 15px;
}
.table__td:first-child
{
	border-left: none;
}
.table__td:last-child
{
	border-right: none;
}
.rank
{
	align-items: flex-start;
	flex-flow: row nowrap;
	ms-flex-align: start;
	ms-flex-flow: row nowrap;
}
.rank,.rank__top
{
	display: flex;
	display: -ms-flexbox;
}
.rank__top
{
	align-items: center;
	flex-direction: column;
	ms-flex-align: center;
	ms-flex-direction: column;
}
.rank__value
{
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 3.125rem;
	white-space: nowrap;
}
.rank__change
{
	border-radius: .875rem;
	color: #fff;
	display: inline-block;
	font-size: .875rem;
	margin-top: 50px;
	padding: 2px 7px;
	position: absolute;
	white-space: nowrap;
}
.rank__change_up
{
	background-color: #008a00;
}
.rank__change_down
{
	background-color: #e00;
}
.rank__change_none
{
	background-color: #00f;
}
.rank__helper
{
	font-size: 1.25rem;
	line-height: 3.125rem;
	margin-left: .75rem;
}
@media (max-width:543px)
{
	.rank
	{
		flex-basis: 100%;
		justify-content: center;
		ms-flex-pack: center;
		ms-flex-preferred-size: 100%;
	}
}
.rank-circle
{
	align-items: center;
	background-color: #3593ff;
	border-radius: 50%;
	color: #fff;
	flex-direction: column;
	font-size: 3.25rem;
	font-weight: 700;
	ms-flex-align: center;
	ms-flex-direction: column;
	text-shadow: -1px -1px 0 rgba(0,0,0,.1);
}
.rank-circle,.rank-circle__background
{
	display: flex;
	display: -ms-flexbox;
	height: 235px;
	justify-content: center;
	ms-flex-pack: center;
	width: 235px;
}
.rank-circle__background
{
	font-size: 15rem;
	opacity: .15;
	overflow: hidden;
	position: absolute;
}
.rank-circle__rank
{
	margin-top: -25px;
	position: absolute;
	z-index: 10;
}
.rank-circle__change
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	font-size: 1.75rem;
	margin-top: 35px;
	ms-flex-direction: row;
	position: absolute;
	z-index: 10;
}
.rank-circle__change_icon
{
	margin-left: 8px;
}
.rank-circle._color1
{
	background: radial-gradient(#ff8b34,#ff6400);
}
.rank-circle._color2
{
	background: radial-gradient(#ff5c70,#f93e58);
}
.rank-circle._color3
{
	background: radial-gradient(#209482,#1f7a68);
}
@media (max-width:1199px)
{
	.rank-circle
	{
		height: 190px;
		width: 190px;
	}
	.rank-circle__background
	{
		font-size: 12.5rem;
		height: 190px;
		width: 190px;
	}
}
@media (max-width:767px)
{
	.rank-circle
	{
		height: 150px;
		width: 150px;
	}
	.rank-circle__background
	{
		font-size: 12.5rem;
		height: 150px;
		width: 150px;
	}
}
@media (max-width:543px)
{
	.rank-circle
	{
		height: 190px;
		width: 190px;
	}
	.rank-circle__background
	{
		font-size: 12.5rem;
		height: 190px;
		width: 190px;
	}
}
.rank-day
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	ms-flex-align: start;
	ms-flex-flow: row nowrap;
}
.rank-day__day
{
	font-size: 3.125rem;
	line-height: 3.125rem;
	text-align: right;
	width: 3.125rem;
}
.rank-day__column
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: .875rem;
	ms-flex-align: start;
	ms-flex-direction: column;
	ms-flex-pack: start;
	width: 3.875rem;
}
.rank-day__month
{
	font-weight: 700;
	margin-bottom: auto;
}
.rank-day__year
{
	margin-top: auto;
}
.rank-followers
{
	align-items: flex-end;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: flex-start;
	ms-flex-align: end;
	ms-flex-direction: column;
	ms-flex-pack: start;
}
.rank-followers__counter
{
	align-items: baseline;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	ms-flex-align: baseline;
	ms-flex-flow: row nowrap;
	white-space: nowrap;
}
.rank-followers__counter_icon
{
	margin-right: .375rem;
}
.rank-followers__change
{
	align-items: center;
	align-self: flex-end;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	ms-flex-align: center;
	ms-flex-flow: row nowrap;
	ms-flex-item-align: end;
	white-space: nowrap;
}
.rank-followers__change_icon
{
	margin-left: 1rem;
	margin-right: .375rem;
}
.rank-followers__change_up
{
	color: #008a00;
}
.rank-followers__change_down
{
	color: #e00;
}
.rank-followers__change_none
{
	color: #00f;
}
.vk-link__icon
{
	margin-right: 4px;
}
.vk-link__domain:active,.vk-link__domain:focus,.vk-link__domain:hover,.vk-link__domain:visited
{
	text-decoration: underline;
}
.vk-link:active,.vk-link:focus,.vk-link:hover,.vk-link:visited
{
	text-decoration: none;
}
.vk-link:active .vk-link__domain,.vk-link:focus .vk-link__domain,.vk-link:hover .vk-link__domain,.vk-link:visited .vk-link__domain
{
	text-decoration: underline;
}
.vk-link._disabled
{
	color: #55595c;
}
.vk-link._disabled .vk-link__domain,.vk-link._disabled .vk-link__domain:active,.vk-link._disabled .vk-link__domain:focus,.vk-link._disabled .vk-link__domain:hover,.vk-link._disabled .vk-link__domain:visited
{
	text-decoration: line-through;
}
.card
{
	background-color: #fff;
	border-radius: .25rem;
	box-shadow: 0 1px 0 0 #e3e4e8,0 -1px 0 0 #e3e4e8,0 1px 0 0 #d7d8db,0 0 0 1px #e3e4e8;
	margin: 25px 0;
	overflow: hidden;
}
.card__header
{
	align-items: center;
	background-color: #f7f7f9;
	border-bottom: 1px solid #eceeef;
	border-radius: .25rem .25rem 0 0;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	padding: 15px 25px;
}
.card__h
{
	padding: 25px;
}
.card__title
{
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
}
@media (max-width:767px)
{
	.card
	{
		box-shadow: none;
		margin: 0;
	}
}
.card_type_rtb
{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	min-height: 240px;
	ms-flex-pack: center;
	top: 25px;
}
.card._no_offsets
{
	margin: 0;
}
.card-parent._sticky
{
	margin-bottom: 25px;
	top: 25px;
}
.card-intro
{
	background-color: #f7f7f9;
	padding: 25px;
}
.card-intro__actions
{
	margin-top: 25px;
}
.card-intro__p
{
	margin-bottom: 12px;
}
.card-intro__p:last-child
{
	margin-bottom: 0;
}
.card-menu__item
{
	cursor: pointer;
	text-overflow: ellipsis;
}
.card-menu__item,.card-menu__item:active,.card-menu__item:focus,.card-menu__item:hover,.card-menu__item:visited
{
	color: #2e3234;
	text-decoration: none;
}
.card-menu__new
{
	align-self: center;
	background-color: #eceeef;
	border-radius: 3px;
	color: #55595c;
	font-size: .875rem;
	font-weight: 400;
	margin-left: auto;
	margin-right: 18px;
	ms-flex-item-align: center;
	padding: 1px 7px;
}
.card-menu.theme_sidebar
{
	margin: 12px 0;
}
.card-menu.theme_sidebar .card-menu__item
{
	align-items: center;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
	overflow: hidden;
	padding: 8px 10px 8px 25px;
}
.card-menu.theme_sidebar .card-menu__item:hover
{
	background-color: #eceeef;
}
.card-menu.theme_sidebar .card-menu__item._current
{
	border-left: 2px solid #2e3234;
	font-weight: 700;
	padding-left: 23px;
}
.card-menu.theme_sidebar .card-menu__item._hidden
{
	display: none;
}
.card-menu.theme_sidebar .card-menu__items._sub .card-menu__item
{
	border-left: none;
	color: #55595c;
	height: auto;
	padding: 5px 10px 5px 35px;
}
.card-menu.theme_sidebar .card-menu__items._sub .card-menu__item._current
{
	color: #2e3234;
}
.card-menu.theme_sidebar .card-menu__items._sub .card-menu__item._current:before
{
	background-color: #2e3234;
	border-radius: 50%;
	content: "";
	height: 6px;
	margin-left: -18px;
	position: absolute;
	width: 6px;
}
.card-menu.theme_content
{
	border-bottom: 2px solid #eceeef;
}
.card-menu.theme_content .card-menu__item
{
	align-items: center;
	border-top: 1px solid #eceeef;
	display: inline-flex;
	display: -ms-inline-flexbox;
	height: 50px;
	ms-flex-align: center;
}
.card-menu.theme_content .card-menu__item:first-child
{
	border-top: none;
}
.card-menu.theme_content .card-menu__item._current
{
	font-weight: 700;
}
.card-menu.theme_content .card-menu__item._hidden
{
	display: none;
}
.card-menu.theme_content .card-menu__items
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	margin-left: 25px;
	ms-flex-direction: column;
}
.card-menu.theme_content .card-menu__items._sub
{
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0;
	ms-flex-direction: row;
	ms-flex-wrap: wrap;
	padding-bottom: 7px;
	white-space: nowrap;
}
.card-menu.theme_content .card-menu__items._sub .card-menu__item
{
	align-items: center;
	background-color: #f7f7f9;
	border-radius: 3px;
	border-top: none;
	height: 32px;
	margin-bottom: 10px;
	margin-right: 10px;
	ms-flex-align: center;
	padding: 0 15px;
}
.card-menu.theme_content .card-menu__items._sub .card-menu__item._current
{
	background-color: #eceeef;
}
.card-alert
{
	align-items: center;
	cursor: pointer;
	flex: auto;
	flex-direction: row;
	line-height: 1.33333;
	ms-flex: auto;
	ms-flex-align: center;
	ms-flex-direction: row;
	padding: 20px 25px;
}
.card-alert,.card-alert__icon
{
	display: flex;
	display: -ms-flexbox;
}
.card-alert__icon
{
	align-items: flex-start;
	font-size: 1.875rem;
	margin-right: 15px;
	ms-flex-align: start;
}
.card-alert__p
{
	margin: 0 0 10px;
	padding: 0;
}
.card-alert__p:last-child
{
	margin-bottom: 0;
}
.card-alert._danger
{
	background-color: #fff5f5;
	color: #e00;
}
.card-header
{
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.card-header__head
{
	align-items: center;
	align-self: center;
	background-color: #f7f7f9;
	border-bottom: 1px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	line-height: 1.25rem;
	ms-flex-align: center;
	ms-flex-item-align: center;
	padding: 18px 0;
}
@media (max-width:991px)
{
	.card-header__head
	{
		cursor: pointer;
	}
}
.card-header__user
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	ms-flex-align: center;
	ms-flex-direction: column;
}
.card-header__user_name
{
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
}
.card-header__title
{
	border: none;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 auto 0 0;
	padding-left: 25px;
}
.card-header__toggle
{
	cursor: pointer;
	margin: 0 25px;
	transition: all .2s;
}
.card-header__subtitle
{
	margin: 0 25px;
}
@media (max-width:991px)
{
	.card-header__subtitle_hide_md
	{
		display: none;
	}
}
@media (max-width:767px)
{
	.card-header__subtitle_hide_sm
	{
		display: none;
	}
}
.card-header__list
{
	display: none;
}
.card-header._opened .card-header__list,.card-header_opened .card-header__list
{
	display: block;
}
.card-header._opened .card-header__toggle,.card-header_opened .card-header__toggle
{
	transform: rotate(180deg);
}
.card-header._red .card-header__head
{
	background-color: #e00;
	border-bottom: 1px solid #e00;
	color: #fff;
}
.card-header._small .card-header__title
{
	font-size: 1rem;
	font-weight: 400;
}
.card-form
{
	margin: 25px 25px 0;
}
.card-pager
{
	align-items: center;
	border-top: 2px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	height: 34px;
	justify-content: space-between;
	line-height: 34px;
	margin: 0;
	ms-flex-align: center;
	ms-flex-pack: justify;
	padding: 43px 25px;
}
.card-pager__button
{
	border: 1px solid #2e3234;
	border-radius: 3px;
	moz-user-select: none;
	ms-user-select: none;
	padding: 0 15px;
	user-select: none;
	webkit-user-select: none;
	white-space: nowrap;
}
.card-pager__button,.card-pager__button:active,.card-pager__button:focus,.card-pager__button:hover
{
	color: #2e3234;
	text-decoration: none;
}
.card-pager__button_disabled
{
	border-color: #eceeef;
	color: #eceeef;
	cursor: default;
}
.card-pager__button_disabled:active,.card-pager__button_disabled:focus,.card-pager__button_disabled:hover
{
	color: #eceeef;
	text-decoration: none;
}
.card-pager__title
{
	font-size: .875rem;
	text-align: center;
}
@media (max-width:543px)
{
	.card-pager__title
	{
		display: none;
	}
}
.card-tabs
{
	border-bottom: 2px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	line-height: 50px;
	white-space: nowrap;
	width: 100%;
}
@media (max-width:991px)
{
	.card-tabs
	{
		display: none;
	}
}
.card-tabs__tab
{
	cursor: pointer;
	margin-left: 25px;
}
.card-tabs__tab,.card-tabs__tab:active,.card-tabs__tab:focus,.card-tabs__tab:hover
{
	color: #2e3234;
	text-decoration: none;
}
.card-tabs__tab._current
{
	box-shadow: 0 2px 0 0 #2e3234;
	font-weight: 700;
}
.card-tabs__delimiter,.card-tabs__title
{
	font-size: .875rem;
	margin-left: 25px;
}
.card-tabs__title
{
	box-shadow: 0 1px 0 0 #eceeef;
	color: #55595c;
}
.card-tabs__search
{
	align-self: flex-end;
	color: #2e3234;
	cursor: pointer;
	margin-left: auto;
	margin-right: 15px;
	ms-flex-item-align: end;
	padding: 0 10px;
}
.card-tabs._disabled .card-tabs__tab
{
	color: #818a91;
}
.card-tabs._disabled .card-tabs__tab._current
{
	box-shadow: 0 2px 0 0 #818a91;
}
.card-search
{
	align-items: stretch;
	border-bottom: 2px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row;
	height: 52px;
	line-height: 50px;
	ms-flex-align: stretch;
	ms-flex-flow: row;
	overflow: hidden;
	width: 100%;
}
.card-search._load
{
	animation: b .5s linear infinite;
	background-image: linear-gradient(135deg,#eceeef 25%,transparent 0,transparent 50%,#eceeef 0,#eceeef 75%,transparent 0,transparent);
	background-size: 30px 30px;
}
.card-search__addon
{
	cursor: pointer;
	margin-left: 10px;
	min-width: 47px;
	padding: 0 15px;
}
.card-search__input
{
	background-color: transparent;
	border: none;
	flex: 1;
	line-height: normal;
	ms-flex: 1;
	outline: none;
	padding: 0;
}
.card-search__action
{
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin-right: 10px;
	padding: 0 15px;
}
.card-search__action:focus
{
	outline: none;
}
.card-search._disabled,.card-search._disabled .card-search__input
{
	color: #818a91;
}
.card-search._disabled .card-search__action,.card-search._disabled .card-search__addon
{
	cursor: default;
}
@keyframes b
{
	0%
	{
		background-position: 0 0;
	}
	to
	{
		background-position: 60px 0;
	}
}
.card-header-list
{
	line-height: 50px;
}
.card-header-list__section
{
	border-bottom: 2px solid #eceeef;
}
.card-header-list__title
{
	border-bottom: 1px solid #eceeef;
	color: #818a91;
	font-size: .875rem;
	margin-left: 25px;
}
.card-header-list__item
{
	border-bottom: 1px solid #eceeef;
	color: #2e3234;
	display: block;
	margin-left: 25px;
	text-decoration: none;
}
.card-header-list__item:last-child
{
	border-bottom-width: 0;
	margin-left: 0;
	padding-left: 25px;
}
.card-header-list__item:active,.card-header-list__item:focus,.card-header-list__item:hover
{
	color: #2e3234;
	text-decoration: none;
}
.card-header-list__item._current
{
	font-weight: 700;
}
.card-header-list__controls
{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	ms-flex-pack: center;
	padding: 10px 0;
	text-align: center;
}
.card-columns
{
	display: flex;
	display: -ms-flexbox;
	flex-basis: 100%;
	flex-flow: row nowrap;
	ms-flex-flow: row nowrap;
	ms-flex-preferred-size: 100%;
}
.card-columns__column50
{
	flex-basis: 50%;
	ms-flex-preferred-size: 50%;
}
.card-columns__column100 {
	width: 100%;
}
@media (max-width:991px)
{
	.card-columns
	{
		flex-flow: column nowrap;
		ms-flex-flow: column nowrap;
	}
	.card-columns__column50
	{
		flex-basis: 100%;
		ms-flex-preferred-size: 100%;
	}
}
.card-header-switch
{
	align-items: center;
	align-self: center;
	display: flex;
	display: -ms-flexbox;
	margin-right: 25px;
	ms-flex-align: center;
	ms-flex-item-align: center;
	white-space: nowrap;
}
.card-header-switch__title
{
	cursor: pointer;
}
.card-header-switch__title._active
{
	font-weight: 700;
}
.card-header-switch__delimiter
{
	margin: 0 8px;
}
.card-header-refresh
{
	align-items: center;
	align-self: center;
	display: flex;
	display: -ms-flexbox;
	margin-right: 25px;
	ms-flex-align: center;
	ms-flex-item-align: center;
	white-space: nowrap;
}
.card-header-refresh__title
{
	cursor: pointer;
}
.card-header-refresh__icon
{
	cursor: pointer;
	margin-right: 8px;
}
._disabled .card-header-refresh__icon,._disabled .card-header-refresh__title
{
	color: #818a91;
}
.card-stories
{
	box-shadow: 0 2px 0 0 #eceeef;
	height: 130px;
}
.card-stories._load
{
	animation: b .5s linear infinite;
	background-image: linear-gradient(135deg,#eceeef 25%,transparent 0,transparent 50%,#eceeef 0,#eceeef 75%,transparent 0,transparent);
	background-size: 30px 30px;
}
.card-stories__slider
{
	height: 130px;
}
.story
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	ms-flex-align: center;
	ms-flex-direction: column;
	padding: 12.5px 0;
	position: relative;
}
.story__rank-change
{
	border: 2px solid #eceeef;
	border-radius: 15px;
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
	left: 0;
	padding: 2px 10px;
	position: absolute;
	top: 10px;
}
.story__rank-change,.story__rank-change._up
{
	background-color: #00b300;
}
.story__rank-change._down
{
	background-color: red;
}
.story__name
{
	margin-top: 6px;
	white-space: nowrap;
}
.story._selected .story__name
{
	font-weight: 700;
}
.story._selected:after
{
	border: 10px solid transparent;
	border-bottom: 10px solid #eceeef;
	bottom: 0;
	content: "";
	left: 40px;
	position: absolute;
}
.rank-change-enter-active
{
	transition: all .25s;
}
.rank-change-leave-active
{
	transition: all 4.5s;
}
.rank-change-leave-to
{
	opacity: 0;
	transform: translateY(-40px);
}
.card-messages
{
	position: relative;
}
.card-messages.card-messages_padded
{
	padding-top: 50px;
}
.card-messages__msg
{
	margin: 10px 0;
}
.card-messages__show-new
{
	background-color: #fff;
	border-bottom: 2px solid #eceeef;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	padding: 15px 25px;
	z-index: 0;
}
.card-messages__show-new-icon
{
	margin-right: 5px;
}
.card-messages__show-new.card-messages__show-new_floating
{
	border: 2px solid #eceeef;
	border-radius: 30px;
	box-shadow: 0 2px 0 0 #eceeef;
	left: 50%;
	margin-left: -100px;
	margin-top: 8px;
	moz-user-select: none;
	ms-user-select: none;
	padding: 10px 30px;
	position: fixed;
	top: 0;
	user-select: none;
	webkit-user-select: none;
	z-index: 1;
}
.card-messages__show-new.card-messages__show-new_floating:hover
{
	box-shadow: none;
	padding: 11px 30px 9px;
}
.card-elevator
{
	background-color: violet;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 50px;
	z-index: -1;
}
.card-empty
{
	color: #55595c;
	padding: 60px 25px;
	text-align: center;
	width: 100%;
}
.card-empty__icon
{
	font-size: 5rem;
	height: 7.5rem;
}
.card-empty__actions
{
	margin-top: 25px;
}
.card-empty._size_lg
{
	line-height: 2;
	padding: 140px 25px;
}
.card-help
{
	background-color: #f7f7f9;
	color: #55595c;
	font-size: .875rem;
	padding: 20px 25px;
}
.card-help__delimiter
{
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-top: 1px solid #eceeef;
	height: 0;
}
.card-help__close
{
	color: #2e3234;
	cursor: pointer;
	float: right;
	font-size: 1rem;
	margin-left: 25px;
	margin-top: -5px;
	position: relative;
}
.card-help__link
{
	color: #119999;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
.card-help__link_icon
{
	align-self: baseline;
	font-size: 1rem;
	margin-right: 5px;
	ms-flex-item-align: baseline;
}
.card-help__link:active,.card-help__link:focus,.card-help__link:hover,.card-help__link:visited
{
	text-decoration: none;
}
.card-help__link:active .card-help__link_text,.card-help__link:focus .card-help__link_text,.card-help__link:hover .card-help__link_text,.card-help__link:visited .card-help__link_text
{
	text-decoration: underline;
}
.card-settings
{
	display: flex;
	display: -ms-flexbox;
}
.card-settings_profile_privacy
{
	flex-direction: column;
	min-height: 100px;
	ms-flex-direction: column;
	padding: 30px 25px 0;
}
@media (max-width:991px)
{
	.card-settings_profile_privacy
	{
		min-height: 0;
		padding: 0 25px 25px;
	}
}
.card-settings-row
{
	align-content: space-between;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: nowrap;
	ms-flex-direction: row;
	ms-flex-line-pack: justify;
	ms-flex-wrap: nowrap;
}
.card-settings-row__switch
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	margin-left: auto;
	ms-flex-align: center;
	padding-left: 25px;
	width: 85px;

}
.card-settings-row__title
{
	font-weight: 700;
}
.card-settings-row__description
{
	font-size: .875rem;
}
.card-special
{
	background-color: #fff;
	border-radius: .25rem;
	box-shadow: 0 1px 0 0 #e3e4e8,0 -1px 0 0 #e3e4e8,0 1px 0 0 #d7d8db,0 0 0 1px #e3e4e8;
	overflow: hidden;
}
.card-special__tools
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	font-size: .75rem;
	line-height: 1.5;
	ms-flex-flow: row wrap;
}
.card-special__nav
{
	color: #818a91;
	padding: 6px 12px 5px;
}
.card-special__delimiter
{
	padding: 0 3px;
}
.card-special__link,.card-special__link:active,.card-special__link:focus,.card-special__link:visited
{
	color: #818a91;
	cursor: pointer;
	display: inline-flex;
	display: -ms-inline-flexbox;
}
.card-special__link:active:hover,.card-special__link:focus:hover,.card-special__link:hover,.card-special__link:visited:hover
{
	color: #2e3234;
	text-decoration: underline;
}
.card-special__inner
{
	display: flex;
	display: -ms-flexbox;
	min-height: 183px;
}
.card-special__inner>div
{
	flex: 1 100%;
	ms-flex: 1 100%;
}
.card-special_type_horizontal .card-special__inner
{
	align-items: flex-end;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	ms-flex-align: end;
	ms-flex-flow: row wrap;
}
.card-special_type_horizontal .card-special__inner div
{
	flex: 1 1;
	ms-flex: 1 1;
}
@media (max-width:767px)
{
	.card-special__nav
	{
		padding: 5px 12px 6px 25px;
	}
}
.card-text
{
	padding: 0 25px;
}
.card-text span
{
	margin-right: 5px;
}
.card-text._right
{
	text-align: right;
}
.card-text._right span
{
	margin-left: 5px;
	margin-right: 0;
}
.card-rows
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	flex-wrap: nowrap;
	ms-flex-direction: column;
	ms-flex-wrap: nowrap;
}
.card-rows__empty
{
	color: #55595c;
	padding: 80px 20px;
	text-align: center;
	width: 100%;
}
.card-rows__row
{
	align-items: center;
	border-bottom: 1px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-shrink: 0;
	justify-content: flex-start;
	ms-flex-align: center;
	ms-flex-direction: row;
	ms-flex-negative: 0;
	ms-flex-pack: start;
}
.card-rows__row:last-child
{
	border-bottom: none;
}
.card-rows__col
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	ms-flex-direction: column;
}
.card-rows__col._offset
{
	margin-left: 15px;
}
.card-rows__col._right
{
	margin-left: auto;
}
.card-rows__col._offset_left
{
	margin-left: 15px;
}
.card-rows__col._fadeout
{
	flex-wrap: nowrap;
	margin-right: 20px;
	ms-flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.card-rows__col._fadeout:after
{
	background: linear-gradient(90deg,hsla(0,0%,100%,.35),#fff);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.card-load
{
	border-top: 1px solid #eceeef;
	height: 45px;
}
.card-group
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	margin-top: 25px;
	ms-flex-flow: column nowrap;
	text-align: left;
}
.card-group._inline
{
	align-items: center;
	flex-flow: row wrap;
	ms-flex-align: center;
	ms-flex-flow: row wrap;
}
.card-group._last
{
	margin-bottom: 25px;
}
.card-group__label
{
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 25px 3px;
}
.card-group__inner
{
	margin: 0 25px;
}
@media (max-width:767px)
{
	.card-group._no_offsets .card-group__inner
	{
		margin: 0;
	}
}
.card-h
{
	margin: 0;
	padding: 0;
}
.card-h._h2
{
	font-size: 1.25rem;
	line-height: 1.25rem;
}
.card-head
{
	background-color: #f7f7f9;
	border-bottom: 1px solid #eceeef;
}
.card-head,.card-head__inner
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
}
.card-head__inner
{
	flex: 1 100%;
	line-height: 1.4rem;
	ms-flex: 1 100%;
	padding: 18px 0;
}
.card-head__title
{
	border: none;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 25px;
}
.card-head__subtitle
{
	flex-wrap: nowrap;
	margin: 0 25px 0 auto;
	ms-flex-wrap: nowrap;
	white-space: nowrap;
}
.card-head__toggle
{
	margin: 0 25px 0 0;
	transition: transform .15s;
}
.card-head._red
{
	background-color: #e00;
	border-bottom: 1px solid #e00;
	color: #fff;
}
.card-head._small
{
	font-size: 1rem;
	font-weight: 400;
}
.card-head._opened .card-head__toggle
{
	transform: rotate(180deg);
}
@media (min-width:992px)
{
	.card-head__toggle
	{
		display: none;
	}
}
@media (max-width:767px)
{
	.card-head__inner
	{
		align-items: flex-start;
		flex-direction: column;
		ms-flex-align: start;
		ms-flex-direction: column;
		padding: 14px 0 13px;
	}
	.card-head__subtitle,.card-head__title
	{
		flex: 1 100%;
		ms-flex: 1 100%;
	}
	.card-head__subtitle
	{
		margin: 8px auto 0 25px;
	}
}
.card-head.theme_link .card-head__inner
{
	padding: 0;
}
.card-head.theme_link .card-head__title
{
	color: #2e3234;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 18px 25px;
	width: 100%;
}
.card-head.theme_link .card-head__title:active,.card-head.theme_link .card-head__title:focus,.card-head.theme_link .card-head__title:hover,.card-head.theme_link .card-head__title:visited
{
	color: #2e3234;
	text-decoration: none;
}
.card-head.theme_sub .card-head__title
{
	font-size: 1rem;
	font-weight: 400;
}
.card-item
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	ms-flex-direction: row;
	padding: 25px;
}
.card-item__img
{
	background-color: #eceeef;
	border-radius: 3px;
	cursor: pointer;
	flex: 0 0 450px;
	height: 450px;
	ms-flex: 0 0 450px;
	overflow: hidden;
}
.card-item__img img
{
	border-radius: 3px;
	width: 100%;
}
.card-item__details
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 25px;
	ms-flex-direction: column;
	ms-flex-pack: justify;
}
@media (max-width:1199px)
{
	.card-item__img
	{
		flex: 0 0 350px;
		height: 350px;
		ms-flex: 0 0 350px;
	}
}
@media (max-width:991px)
{
	.card-item__img
	{
		flex: 0 0 365px;
		height: 365px;
		ms-flex: 0 0 365px;
	}
}
@media (max-width:767px)
{
	.card-item
	{
		flex-direction: column;
		margin: 0;
		ms-flex-direction: column;
		padding: 0;
	}
	.card-item__img
	{
		border-radius: 0;
		flex: 1 0 100%;
		height: 100vw;
		min-height: 100vw;
		ms-flex: 1 0 100%;
	}
	.card-item__img img
	{
		border-radius: 0;
	}
	.card-item__details
	{
		margin: 25px;
	}
}
.card-caption
{
	padding: 15px 25px;
}
.card-caption,.card-caption__controls,.card-caption__title
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	justify-content: left;
	ms-flex-align: center;
	ms-flex-direction: row;
	ms-flex-pack: left;
}
.card-caption__controls
{
	margin-left: auto;
}
.h2
{
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin: 0;
	padding: 0;
}
.ad
{
	background: #eceeef url(/build/img/ad.png) repeat 50%;
	display: none;
	justify-content: center;
	ms-flex-pack: center;
}
@media (max-width:991px)
{
	.ad._mobile
	{
		display: flex;
		display: -ms-flexbox;
	}
}
@media (min-width:992px)
{
	.ad._desktop
	{
		display: flex;
		display: -ms-flexbox;
	}
}
.ad._border
{
	border: 25px solid #eceeef;
}
.ad._size_mh180
{
	min-height: 180px;
}
.ad._size_mh180._border
{
	min-height: 230px;
}
.ad._size_h200
{
	height: 200px;
}
.stats
{
	background-color: #eceeef;
	padding: 18px 25px 20px;
}
.stats__icon
{
	margin-right: 6px;
}
.stats__chart
{
	height: 240px;
}
.stats__date
{
	font-size: 1.25rem;
	margin-bottom: 25px;
	text-align: center;
}
.stats__details
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	margin-top: 30px;
	ms-flex-direction: row;
}
.stats__members
{
	flex: 1;
	ms-flex: 1;
}
.stats__diff
{
	align-items: end;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: end;
}
@media (max-width:543px)
{
	.stats__details
	{
		flex-direction: column;
		ms-flex-direction: column;
	}
	.stats__members
	{
		margin-bottom: 8px;
	}
}
.stats-slider
{
	background-color: #fff;
	border-top: 5px solid #427852;
	margin-bottom: 15px;
	padding: 0 50px;
}
.control-switch
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: nowrap;
	ms-flex-direction: row;
	ms-flex-wrap: nowrap;
	width: 82px;
}
.control-switch__helper
{
	line-height: 34px;
	width: 22px;
}
.control-switch__label
{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	position: relative;
	width: 60px;
}
.control-switch__input
{
	display: none;
}
.control-switch__input:checked+.control-switch__slider
{
	background-color: #119999;
}
.control-switch__input:focus+.control-switch__slider
{
	box-shadow: 0 0 1px #119999;
}
.control-switch__input:checked+.control-switch__slider:before
{
	transform: translateX(26px);
}
.control-switch__slider
{
	background-color: #818a91;
	border-radius: 34px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.control-switch__slider:before
{
	background-color: #fff;
	border-radius: 50%;
	bottom: 4px;
	content: "";
	height: 26px;
	left: 4px;
	position: absolute;
	transition: .4s;
	width: 26px;
}
.control-switch_size_s
{
	font-size: .875rem;
	width: 60px;
}
.control-switch_size_s .control-switch__helper
{
	line-height: 26px;
	width: 20px;
}
.control-switch_size_s .control-switch__label
{
	height: 26px;
	line-height: 26px;
	width: 40px;
}
.control-switch_size_s .control-switch__input:checked+.control-switch__slider:before
{
	transform: translateX(14px);
}
.control-switch_size_s .control-switch__slider
{
	border-radius: 26px;
}
.control-switch_size_s .control-switch__slider:before
{
	bottom: 3px;
	height: 20px;
	left: 3px;
	width: 20px;
}
.control-button
{
	border: 1px solid #2e3234;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	moz-user-select: none;
	ms-user-select: none;
	padding: 0 15px;
	user-select: none;
	webkit-user-select: none;
	white-space: nowrap;
}
.control-button,.control-button:active,.control-button:focus,.control-button:hover
{
	color: #2e3234;
	text-decoration: none;
}
.control-button_disabled
{
	border-color: #eceeef;
	color: #eceeef;
	cursor: default;
}
.control-button_disabled:active,.control-button_disabled:focus,.control-button_disabled:hover
{
	color: #eceeef;
	text-decoration: none;
}
.footer
{
	background-color: #119999;
	margin-top: auto;
	padding: 25px 0;
}
.footer__container
{
	align-items: center;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
}
.footer__container,.footer__content
{
	display: flex;
	display: -ms-flexbox;
}
.footer__counters,.footer__social-links
{
	justify-content: flex-start;
	ms-flex-pack: start;
}
@media (min-width:768px)
{
	.footer__container
	{
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px) and (min-width:544px)
{
	.footer__container
	{
		max-width: 100%;
		width: 576px;
	}
}
@media (min-width:768px) and (min-width:768px)
{
	.footer__container
	{
		max-width: 100%;
		width: 720px;
	}
}
@media (min-width:768px) and (min-width:992px)
{
	.footer__container
	{
		max-width: 100%;
		width: 940px;
	}
}
@media (min-width:768px) and (min-width:1200px)
{
	.footer__container
	{
		max-width: 100%;
		width: 1140px;
	}
}
@media (max-width:767px)
{
	.footer__container
	{
		padding: 0 25px;
	}
}
@media (max-width:543px)
{
	.footer__container
	{
		align-items: flex-start;
		display: flex;
		display: -ms-flexbox;
		flex-flow: row wrap;
		ms-flex-align: start;
		ms-flex-flow: row wrap;
	}
	.footer__content
	{
		flex: 1 auto;
		margin: 0 auto 0 0;
		ms-flex: 1 auto;
	}
	.footer__social-links
	{
		flex: 1 auto;
		margin: 0 0 0 auto;
		ms-flex: 1 auto;
	}
	.footer__counters
	{
		flex: 1 100%;
		margin-top: 15px;
		ms-flex: 1 100%;
		text-align: right;
	}
}
.footer-menu
{
	color: #fff;
	line-height: 1.75rem;
}
.footer-menu__brand
{
	color: #fff;
}
.footer-menu__brand:active,.footer-menu__brand:focus,.footer-menu__brand:hover
{
	color: #fff;
	text-decoration: underline;
}
.footer-menu__links
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	justify-content: flex-start;
	ms-flex-direction: row;
	ms-flex-pack: start;
}
.footer-menu__link
{
	color: #fff;
	margin-right: 25px;
}
.footer-menu__link:active,.footer-menu__link:focus,.footer-menu__link:hover
{
	color: #fff;
	text-decoration: underline;
}
@media (max-width:543px)
{
	.footer-menu__links
	{
		display: flex;
		display: -ms-flexbox;
		flex: 1 auto;
		flex-direction: column;
		ms-flex: 1 auto;
		ms-flex-direction: column;
	}
	.footer-menu__link
	{
		align-self: flex-start;
		margin: 0;
		ms-flex-item-align: start;
	}
}
.footer-social-links
{
	line-height: 1.75rem;
	margin: 0 12.5px;
}
.footer-social-links__icon
{
	margin-right: 5px;
}
.footer-social-links__link
{
	color: #fff;
	margin: 0 12.5px;
	white-space: nowrap;
}
.footer-social-links__link:active,.footer-social-links__link:focus,.footer-social-links__link:hover,.footer-social-links__link:visited
{
	color: #fff;
	text-decoration: none;
}
.footer-social-links__link:active .footer-social-links__domain,.footer-social-links__link:focus .footer-social-links__domain,.footer-social-links__link:hover .footer-social-links__domain,.footer-social-links__link:visited .footer-social-links__domain
{
	text-decoration: underline;
}
@media (max-width:767px)
{
	.footer-social-links
	{
		text-align: center;
	}
}
@media (max-width:543px)
{
	.footer-social-links
	{
		display: flex;
		display: -ms-flexbox;
		flex: 1 auto;
		flex-direction: column;
		margin: 0;
		ms-flex: 1 auto;
		ms-flex-direction: column;
	}
	.footer-social-links__link
	{
		align-self: flex-end;
		margin: 0 0 auto;
		ms-flex-item-align: end;
	}
}
.avatar
{
	background-color: #ecf0f1;
	border: 4px solid #ecf0f1;
	border-radius: 50%;
	cursor: pointer;
	display: inline-flex;
	display: -ms-inline-flexbox;
	flex-shrink: 0;
	font-size: 1px;
	height: 100px;
	justify-content: center;
	moz-user-select: none;
	ms-flex-negative: 0;
	ms-flex-pack: center;
	ms-user-select: none;
	overflow: hidden;
	user-select: none;
	webkit-user-select: none;
	width: 100px;
}
.avatar__marker
{
	align-content: center;
	align-items: center;
	border: 2px solid #ecf0f1;
	border-radius: 50%;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	font-size: .75rem;
	height: 26px;
	justify-content: center;
	line-height: 1.5;
	ms-flex-align: center;
	ms-flex-direction: row;
	ms-flex-line-pack: center;
	ms-flex-pack: center;
	position: absolute;
	width: 26px;
}
.avatar__marker._verified
{
	background-color: #4680c2;
	margin-left: 33px;
	margin-top: 0;
}
.avatar__marker._online
{
	background-color: #008a00;
	margin-left: 33px;
	margin-top: 66px;
}
.avatar__marker._trending
{
	background-color: #e00;
	margin-left: -33px;
	margin-top: 66px;
}
.avatar._disabled
{
	cursor: default;
	opacity: .5;
}
.avatar__img
{
	align-self: center;
	display: block;
	flex: none;
	height: 92px;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	moz-user-select: none;
	ms-flex: none;
	ms-flex-item-align: center;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
	width: 92px;
}
.avatar.avatar_size_xl
{
	border-width: 6px;
	height: 150px;
	width: 150px;
}
.avatar.avatar_size_xl .avatar__img
{
	height: 138px;
	width: 138px;
}
.avatar.avatar_size_l
{
	border-width: 5px;
	height: 125px;
	width: 125px;
}
.avatar.avatar_size_l .avatar__img
{
	height: 115px;
	width: 115px;
}
.avatar.avatar_size_m
{
	border-width: 3px;
	height: 75px;
	width: 75px;
}
.avatar.avatar_size_m .avatar__img
{
	height: 69px;
	width: 69px;
}
.avatar.avatar_size_s
{
	border-width: 2px;
	height: 50px;
	width: 50px;
}
.avatar.avatar_size_s .avatar__img
{
	height: 46px;
	width: 46px;
}
.avatar.avatar_size_xs
{
	border-width: 1px;
	height: 24px;
	width: 24px;
}
.avatar.avatar_size_xs .avatar__img
{
	height: 22px;
	width: 22px;
}
.avatar_theme_shadow
{
	background-color: #fff;
	border-color: #fff;
	box-shadow: -1px -1px 0 0 rgba(0,0,0,.05),1px 1px 1px 0 rgba(0,0,0,.15);
}
.avatar_theme_youtube .avatar__img
{
	flex: none;
	height: 100%;
	max-width: none;
	ms-flex: none;
	width: auto;
}
.avatar._elastic_down
{
	border-width: 6px;
	height: 150px;
	width: 150px;
}
.avatar._elastic_down .avatar__img
{
	height: 138px;
	width: 138px;
}
@media (max-width:767px)
{
	.avatar._elastic_down
	{
		border-width: 4px;
		height: 100px;
		width: 100px;
	}
	.avatar._elastic_down .avatar__img
	{
		height: 92px;
		width: 92px;
	}
	.avatar.avatar_size_elastic
	{
		border-width: 6px;
		height: 150px;
		width: 150px;
	}
	.avatar.avatar_size_elastic .avatar__marker
	{
		font-size: 1rem;
		height: 36px;
		line-height: 1.5;
		width: 36px;
	}
	.avatar.avatar_size_elastic .avatar__marker._verified
	{
		margin-left: 50px;
		margin-top: 1px;
	}
	.avatar.avatar_size_elastic .avatar__marker._online
	{
		margin-left: 50px;
		margin-top: 101px;
	}
	.avatar.avatar_size_elastic .avatar__marker._trending
	{
		margin-left: -50px;
		margin-top: 101px;
	}
	.avatar.avatar_size_elastic .avatar__img
	{
		height: 138px;
		width: 138px;
	}
}
.avatar-list
{
	display: flex;
	display: -ms-flexbox;
	margin-top: 8px;
}
.avatar-list .avatar.avatar_size_s
{
	margin-right: 5px;
}
.avatar-list .avatar.avatar_size_s:last-child
{
	margin-right: 0;
}
.date-switcher
{
	align-items: center;
	align-self: center;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
	ms-flex-item-align: center;
	white-space: nowrap;
}
.date-switcher__title
{
	text-align: center;
}
.date-switcher__button
{
	padding: 0 10px;
}
.date-switcher__button,.date-switcher__button:active,.date-switcher__button:focus,.date-switcher__button:hover
{
	color: #2e3234;
	text-decoration: none;
}
.date-switcher__button_disabled
{
	color: #eceeef;
}
.date-switcher__button_disabled:active,.date-switcher__button_disabled:focus,.date-switcher__button_disabled:hover
{
	color: #eceeef;
	text-decoration: none;
}
.date-switcher__button:first-child
{
	margin-left: 15px;
}
.arrows,.date-switcher__button:last-child
{
	margin-right: 15px;
}
.arrows
{
	display: flex;
	display: -ms-flexbox;
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.arrows__arrow
{
	cursor: pointer;
	padding: 0 10px;
}
.arrows__arrow._disabled
{
	color: #eceeef;
}
.parameter
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	ms-flex-align: center;
	ms-flex-direction: row;
	ms-flex-pack: start;
	ms-flex-wrap: nowrap;
	text-align: justify;
	white-space: nowrap;
}
.parameter .parameter__icon
{
	margin-right: 6px;
}
.parameter._right .parameter__icon
{
	margin-left: 6px;
	margin-right: 0;
}
.price__old
{
	color: #55595c;
	margin-left: 15px;
	text-decoration: line-through;
}
.price__value
{
	color: #008a00;
	font-size: 1.25rem;
	font-weight: 700;
}
.field
{
	flex-flow: row wrap;
	margin-bottom: 20px;
	ms-flex-flow: row wrap;
	width: 100%;
}
.field,.field__caption
{
	display: flex;
	display: -ms-flexbox;
}
.field__caption
{
	align-items: center;
	flex-basis: 100%;
	flex-direction: row;
	font-weight: 700;
	ms-flex-align: center;
	ms-flex-direction: row;
	ms-flex-preferred-size: 100%;
}
.field__label
{
	color: #55595c;
	flex-shrink: 0;
	font-size: .875rem;
	letter-spacing: 1px;
	line-height: 2.66667;
	ms-flex-negative: 0;
	text-transform: uppercase;
	word-spacing: 2px;
}
.field__line
{
	height: 1px;
	width: 100%;
}
.field__action,.field__line
{
	background-color: #eceeef;
	margin-left: 15px;
}
.field__action
{
	align-items: center;
	border-radius: 50%;
	color: #55595c;
	display: flex;
	display: -ms-flexbox;
	flex-shrink: 0;
	height: 30px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-negative: 0;
	ms-flex-pack: center;
	width: 30px;
}
.field__action:active,.field__action:focus,.field__action:hover,.field__action:visited
{
	color: #55595c;
	outline: none;
	text-decoration: none;
}
.field__marker
{
	align-items: center;
	background-color: #e00;
	border-radius: 3px;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	flex-shrink: 0;
	height: 30px;
	justify-content: center;
	margin-left: 15px;
	ms-flex-align: center;
	ms-flex-negative: 0;
	ms-flex-pack: center;
	padding: 0 10px;
}
.field__content
{
	margin-right: 25px;
	margin-top: 4px;
}
.field__widget
{
	margin-top: 12px;
	width: 100%;
}
.field__counter
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-shrink: 0;
	font-weight: 700;
	justify-content: center;
	margin-left: 15px;
	ms-flex-align: center;
	ms-flex-negative: 0;
	ms-flex-pack: center;
}
.field__value
{
	background-color: #fff;
	flex: 1 100%;
	line-height: 1.33333;
	margin: 0 0 8px;
	ms-flex: 1 100%;
	padding: 0;
	word-wrap: break-word;
}
.field__value:last-child
{
	margin-bottom: 0;
}
.field__value._empty
{
	color: #818a91;
	font-style: italic;
	font-weight: 400;
}
.page-profile
{
	margin-top: 25px;
}
.page-profile__delimiter
{
	border-top: 1px solid #dedede;
	box-shadow: inset 0 1px 0 0 #fff;
	font-size: 2px;
	height: 2px;
	margin: 0 auto;
	max-width: 540px;
}
@media (max-width:767px)
{
	.page-profile__delimiter
	{
		width: 100%;
	}
}
.page-profile__chart
{
	padding: 5px 0 30px;
}
.page-profile__social
{
	background-color: #fff;
	padding: 30px 0;
}
.page-profile__instagram
{
	padding: 30px 0 25px;
}
.page-profile__progress
{
	padding: 30px 25px 0;
}
.page-profile__title
{
	color: #55595c;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75rem;
	margin-bottom: 15px;
	padding: 0 25px;
	text-align: center;
}
.page-profile__last-seen
{
	padding: 15px 25px;
}
.page-profile__deactivated
{
	padding: 30px 25px;
}
.page-profile__report
{
	padding: 10px 0 0;
}
.page-profile-header
{
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 18px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
@media (min-width:544px)
{
	.page-profile-header
	{
		max-width: 100%;
		width: 576px;
	}
}
@media (min-width:768px)
{
	.page-profile-header
	{
		max-width: 100%;
		width: 720px;
	}
}
@media (min-width:992px)
{
	.page-profile-header
	{
		max-width: 100%;
		width: 940px;
	}
}
@media (min-width:1200px)
{
	.page-profile-header
	{
		max-width: 100%;
		width: 1140px;
	}
}
.page-profile-header__title
{
	font-size: 1.75rem;
	line-height: 2rem;
	margin: 0 auto 15px;
	max-width: 450px;
	white-space: pre-wrap;
}
.page-profile-header__age-location
{
	font-size: 1.25rem;
	line-height: 2rem;
}
.page-profile-header__about
{
	font-size: 1rem;
	font-style: italic;
	line-height: 1.5rem;
	margin: 0 auto;
	max-width: 450px;
}
.page-profile-header__verified
{
	font-size: 2.5rem;
}
.page-profile-header__year-of-life
{
	font-size: 1rem;
	font-style: italic;
	line-height: 1.5rem;
}
.page-profile-header__info
{
	color: #818a91;
	font-size: .875rem;
	margin: 0 auto 15px;
	max-width: 450px;
}
.page-profile-friends
{
	margin-left: auto;
	margin-right: auto;
	padding: 30px 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
@media (min-width:544px)
{
	.page-profile-friends
	{
		max-width: 100%;
		width: 576px;
	}
}
@media (min-width:768px)
{
	.page-profile-friends
	{
		max-width: 100%;
		width: 720px;
	}
}
@media (min-width:992px)
{
	.page-profile-friends
	{
		max-width: 100%;
		width: 940px;
	}
}
@media (min-width:1200px)
{
	.page-profile-friends
	{
		max-width: 100%;
		width: 1140px;
	}
}
.page-profile-friends__title
{
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.5rem;
	margin-bottom: 15px;
}
.page-profile-friends__friend
{
	margin: 0 .25rem;
}
.page-profile-chart
{
	text-align: center;
}
.page-profile-chart__chart
{
	height: 150px;
	margin-left: -4px;
	overflow: hidden;
	width: 100%;
}
.page-profile-progress
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 991px;
	ms-flex-flow: row wrap;
	ms-flex-pack: justify;
}
.page-profile-progress__date
{
	display: flex;
	display: -ms-flexbox;
	flex: 1;
	justify-content: flex-end;
	ms-flex: 1;
	ms-flex-pack: end;
}
.page-profile-progress__rank
{
	display: flex;
	display: -ms-flexbox;
	flex: 1;
	justify-content: center;
	ms-flex: 1;
	ms-flex-pack: center;
}
.page-profile-progress__subscribers
{
	display: flex;
	display: -ms-flexbox;
	flex: 1;
	justify-content: flex-start;
	ms-flex: 1;
	ms-flex-pack: start;
}
@media (max-width:543px)
{
	.page-profile-progress
	{
		justify-content: space-between;
		ms-flex-pack: justify;
	}
	.page-profile-progress__date
	{
		flex-basis: 50%;
		justify-content: flex-start;
		ms-flex-order: 1;
		ms-flex-pack: start;
		ms-flex-preferred-size: 50%;
		order: 1;
	}
	.page-profile-progress__rank
	{
		flex-basis: 100%;
		justify-content: flex-end;
		margin-top: .875rem;
		ms-flex-order: 3;
		ms-flex-pack: end;
		ms-flex-preferred-size: 100%;
		order: 3;
	}
	.page-profile-progress__subscribers
	{
		flex-basis: 50%;
		justify-content: flex-end;
		ms-flex-order: 2;
		ms-flex-pack: end;
		ms-flex-preferred-size: 50%;
		order: 2;
	}
}
.page-profile-last-seen
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	ms-flex-align: center;
	ms-flex-flow: column nowrap;
}
.page-profile-last-seen__time
{
	align-items: baseline;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	font-size: 1.25rem;
	line-height: 1.33333;
	ms-flex-align: baseline;
	ms-flex-flow: row nowrap;
}
.page-profile-last-seen__title
{
	font-weight: 700;
}
.page-profile-last-seen__icon
{
	margin-right: .375rem;
}
.page-profile-last-seen__description
{
	margin-top: .75rem;
}
.page-profile-deactivated
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-flow: column nowrap;
	ms-flex-pack: center;
}
.page-profile-deactivated__icon
{
	color: #e00;
	font-size: 2.5rem;
}
.page-profile-deactivated__description
{
	color: #e00;
	margin-top: .75rem;
	text-align: center;
}
.page-profile-insta__items
{
	align-content: stretch;
	align-items: stretch;
	border-radius: 3px;
	box-shadow: 0 0 0 5px #fff,0 0 0 6px #dedede;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	margin: 0 auto;
	max-width: 810px;
	min-height: 405px;
	ms-flex-align: stretch;
	ms-flex-flow: row nowrap;
	ms-flex-line-pack: stretch;
	overflow: hidden;
}
.page-profile-insta__items:before
{
	border: 8px solid transparent;
	border-bottom: 8px solid #dedede;
	content: "";
	display: flex;
	display: -ms-flexbox;
	margin-left: 28px;
	margin-top: -21px;
	position: absolute;
}
.page-profile-insta__column
{
	display: flex;
	display: -ms-flexbox;
	flex: 1 1 auto;
	flex-flow: row wrap;
	justify-content: space-around;
	ms-flex: 1 1 auto;
	ms-flex-flow: row wrap;
	ms-flex-pack: distribute;
}
.page-profile-insta__item
{
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
	flex-basis: 50%;
	ms-flex-preferred-size: 50%;
}
.page-profile-insta__item_first
{
	flex-basis: 100%;
	ms-flex-preferred-size: 100%;
}
.page-profile-insta__profile
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	margin: 0 auto 15px;
	max-width: 810px;
	ms-flex-align: stretch;
	ms-flex-flow: row nowrap;
}
.page-profile-insta__info
{
	margin: 0 auto 0 18px;
}
.page-profile-insta__info,.page-profile-insta__stat
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	flex-flow: column wrap;
	ms-flex-align: stretch;
	ms-flex-flow: column wrap;
	padding: 7px 0 13px;
}
.page-profile-insta__stat
{
	margin-left: auto;
}
.page-profile-insta__name
{
	font-size: 1.25rem;
	font-weight: 700;
	margin: auto 0;
	overflow: hidden;
}
.page-profile-insta__followers
{
	margin: auto 0;
}
.page-profile-insta__link
{
	color: #2e3234;
	font-size: 1.25rem;
	font-weight: 700;
	margin: auto 0 0 auto;
}
.page-profile-insta__link:active,.page-profile-insta__link:focus,.page-profile-insta__link:hover,.page-profile-insta__link:visited
{
	color: #2e3234;
}
.page-profile-insta__title
{
	color: #dedede;
	font-size: 6.25rem;
	line-height: 6.25rem;
	margin-bottom: 25px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}
@media (max-width:991px)
{
	.page-profile-insta__items
	{
		max-width: 540px;
		min-height: 270px;
	}
	.page-profile-insta__profile
	{
		max-width: 540px;
	}
}
@media (max-width:543px)
{
	.page-profile-insta__items
	{
		border-radius: 0;
		box-shadow: 0 5px 0 0 #fff,0 6px 0 0 #dedede,0 -5px 0 0 #fff,0 -6px 0 0 #dedede;
		max-width: 100%;
		min-height: 200px;
	}
	.page-profile-insta__items:before
	{
		margin-left: 53px;
		position: absolute;
	}
	.page-profile-insta__profile
	{
		max-width: 100%;
		padding: 0 25px;
	}
}
.page-analysis
{
	padding: 20px 25px;
}
.page-analysis-info__title
{
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.page-analysis-info__sub_delimiter
{
	border-bottom: 1px solid #eceeef;
	flex: 1 100%;
	margin-left: 42px;
	ms-flex: 1 100%;
	padding: 7px 0;
}
.user-field
{
	align-content: flex-start;
	align-items: flex-start;
	box-shadow: inset 0 17px 0 0 #fff,inset 0 18px 0 0 #eceeef;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	flex-flow: row wrap;
	line-height: 3.33333;
	margin-bottom: 20px;
	ms-flex-align: start;
	ms-flex-flow: row nowrap;
	ms-flex-flow: row wrap;
	ms-flex-line-pack: start;
}
.user-field__icon._success
{
	color: #008a00;
}
.user-field__icon._warning
{
	color: #795100;
}
.user-field__icon._error
{
	color: #e00;
}
.user-field._loading ._loading
{
	display: inline-block;
}
.user-field._loading ._error,.user-field._loading ._success,.user-field._loading ._warning,.user-field._success ._loading
{
	display: none;
}
.user-field._success ._success
{
	display: inline-block;
}
.user-field._success ._error,.user-field._success ._warning,.user-field._warning ._loading,.user-field._warning ._success
{
	display: none;
}
.user-field._warning ._warning
{
	display: inline-block;
}
.user-field._error ._loading,.user-field._error ._success,.user-field._error ._warning,.user-field._warning ._error
{
	display: none;
}
.user-field._error ._error
{
	display: inline-block;
}
.user-field__privacy
{
	background-color: #eceeef;
	color: #818a91;
	width: 2rem;
}
.user-field__check,.user-field__privacy
{
	border-radius: 50%;
	flex-shrink: 0;
	height: 2rem;
	line-height: 2rem;
	ms-flex-negative: 0;
	text-align: center;
}
.user-field__check
{
	background-color: #fff;
	padding: 0 0 0 10px;
}
.user-field__label
{
	background-color: #fff;
	color: #818a91;
	font-size: .875rem;
	line-height: 2rem;
	margin-right: auto;
	padding: 0 10px;
}
.user-field__value
{
	background-color: #fff;
	flex: 1 100%;
	font-weight: 700;
	line-height: 1.25rem;
	margin-left: 2rem;
	ms-flex: 1 100%;
	padding: 0 0 0 10px;
	word-break: break-all;
}
.user-field__value_small
{
	font-weight: 400;
}
.user-field__value._empty
{
	color: #818a91;
	font-style: italic;
	font-weight: 400;
}
.user-field__helper
{
	background-color: #eceeef;
	border-radius: 3px;
	color: #818a91;
	flex: 1 100%;
	font-size: .75rem;
	line-height: 1.5;
	margin: 10px 0 15px;
	ms-flex: 1 100%;
	padding: 8px 15px;
}
.user-field__helper p
{
	margin: 0;
	padding: 0;
}
.user-field__helper hr
{
	border: 0;
	border-bottom: 1px dashed #fff;
}
.user-field__promo
{
	color: #818a91;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 8px;
}
.calendar-realtime
{
	width: 100%;
}
.calendar-realtime__hour
{
	align-content: stretch;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox;
	flex-flow: column wrap;
	height: 70px;
	ms-flex-flow: column wrap;
	ms-flex-line-pack: stretch;
}
.calendar-realtime__minute
{
	background-color: #f7f7f9;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #fff;
	height: 14px;
}
.calendar-realtime__timeline
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	flex-basis: 100%;
	flex-flow: row nowrap;
	ms-flex-align: start;
	ms-flex-flow: row nowrap;
	ms-flex-preferred-size: 100%;
	padding: 0 1px;
}
.calendar-realtime__time
{
	color: #818a91;
	flex: 3;
	font-size: .875rem;
	ms-flex: 3;
}
.calendar-realtime__time,.calendar-realtime__time_empty
{
	margin-right: 0;
	overflow: hidden;
	text-align: right;
	white-space: nowrap;
}
.calendar-realtime__time_empty
{
	flex: 1;
	ms-flex: 1;
}
.calendar-realtime__minute_up_5
{
	background: linear-gradient(180deg,#090 0,#008a00);
}
.calendar-realtime__minute_up_4
{
	background: linear-gradient(180deg,#00a900 0,#090);
}
.calendar-realtime__minute_up_3
{
	background: linear-gradient(180deg,#00b800 0,#00a900);
}
.calendar-realtime__minute_up_2
{
	background: linear-gradient(180deg,#00c700 0,#00b800);
}
.calendar-realtime__minute_up_1
{
	background: linear-gradient(180deg,#00d700 0,#00c700);
}
.calendar-realtime__minute_down_5
{
	background: linear-gradient(180deg,#fd0000 0,#e00);
}
.calendar-realtime__minute_down_4
{
	background: linear-gradient(180deg,#ff0e0e 0,#fd0000);
}
.calendar-realtime__minute_down_3
{
	background: linear-gradient(180deg,#ff1d1d 0,#ff0e0e);
}
.calendar-realtime__minute_down_2
{
	background: linear-gradient(180deg,#ff2c2c 0,#ff1d1d);
}
.calendar-realtime__minute_down_1
{
	background: linear-gradient(180deg,#ff3c3c 0,#ff2c2c);
}
.calendar-realtime__minute_none
{
	background: #eceeef;
}
.calendar-realtime__minute_unset
{
	background: #f7f7f9;
}
.calendar-realtime__minute_current
{
	background: #eceeef;
	border: 1px solid #eceeef;
	box-shadow: inset 0 0 0 1px #fff;
}
.catalog
{
	border-bottom: 1px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 25px;
	ms-flex-flow: row wrap;
	ms-flex-pack: justify;
	padding: 15px 0 5px;
}
.catalog-range:last-child {
	margin: 10px auto;
}
@media (max-width:767px)
{
	.catalog
	{
		margin: 0;
		padding: 15px 25px 5px;
	}
}
.catalog-range
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	justify-content: center;
	margin: 10px 0 15px;
	ms-flex-flow: row wrap;
	ms-flex-pack: center;
	width: 25%;
}
.catalog-range__title
{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2rem;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}
.catalog-range__entities
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	justify-content: center;
	ms-flex-flow: row wrap;
	ms-flex-pack: center;
	width: 100%;
}
.catalog-range__entity
{
	margin: 0 5px;
}
.catalog-range__entity_deactivated
{
	cursor: default;
	opacity: .5;
}
@media (max-width:1199px)
{
	.catalog-range
	{
		width: 33%;
	}
}
@media (max-width:991px)
{
	.catalog-range
	{
		width: 50%;
	}
}
@media (max-width:543px)
{
	.catalog-range
	{
		width: 100%;
	}
}
.catalog-item
{
	margin: 10px 0;
	ms-flex-line-pack: center;
	width: 25%;
}
.catalog-item,.catalog-item__info
{
	align-content: center;
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: start;
}
.catalog-item__info
{
	background: #fff;
	flex-flow: row wrap;
	height: 70px;
	margin: 0 20px 15px;
	ms-flex-flow: row wrap;
	ms-flex-line-pack: center;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
.catalog-item__info:after
{
	background: linear-gradient(90deg,hsla(0,0%,100%,.35),#fff);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.catalog-item__title
{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2rem;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 100%;
}
.catalog-item__link,.catalog-item__link:hover
{
	overflow: hidden;
}
.catalog-item__link:active,.catalog-item__link:focus,.catalog-item__link:hover,.catalog-item__link:hover:active,.catalog-item__link:hover:focus,.catalog-item__link:hover:hover,.catalog-item__link:hover:visited,.catalog-item__link:visited
{
	text-decoration: none;
}
.catalog-item__link:active .catalog-item__domain,.catalog-item__link:focus .catalog-item__domain,.catalog-item__link:hover .catalog-item__domain,.catalog-item__link:hover:active .catalog-item__domain,.catalog-item__link:hover:focus .catalog-item__domain,.catalog-item__link:hover:hover .catalog-item__domain,.catalog-item__link:hover:visited .catalog-item__domain,.catalog-item__link:visited .catalog-item__domain
{
	text-decoration: underline;
}
.catalog-item__icon
{
	margin-right: 3px;
}
.catalog-item_theme_deactivated
{
	opacity: .5;
}
.catalog-item_theme_deactivated .catalog-item__photo
{
	cursor: default;
}
.catalog-item_theme_deactivated .catalog-item__title
{
	color: #2e3234;
}
.catalog-item_theme_deactivated .catalog-item__link,.catalog-item_theme_deactivated .catalog-item__link:active,.catalog-item_theme_deactivated .catalog-item__link:focus,.catalog-item_theme_deactivated .catalog-item__link:hover,.catalog-item_theme_deactivated .catalog-item__link:visited
{
	color: #2e3234;
	text-decoration: none;
}
.catalog-item_theme_deactivated .catalog-item__link .catalog-item__domain,.catalog-item_theme_deactivated .catalog-item__link:active .catalog-item__domain,.catalog-item_theme_deactivated .catalog-item__link:focus .catalog-item__domain,.catalog-item_theme_deactivated .catalog-item__link:hover .catalog-item__domain,.catalog-item_theme_deactivated .catalog-item__link:visited .catalog-item__domain
{
	text-decoration: line-through;
}
@media (max-width:1199px)
{
	.catalog-item
	{
		width: 33%;
	}
}
@media (max-width:991px)
{
	.catalog-item
	{
		width: 50%;
	}
}
@media (max-width:543px)
{
	.catalog-item
	{
		width: 100%;
	}
}
.page-profile-report
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	font-size: .875rem;
	line-height: 1.5;
	ms-flex-flow: row wrap;
}
.page-profile-report__button
{
	align-items: baseline;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	color: #55595c;
	cursor: pointer;
	display: inline-flex;
	display: -ms-inline-flexbox;
	flex-flow: row wrap;
	font-weight: 700;
	margin: 0 auto 25px;
	ms-flex-align: baseline;
	ms-flex-flow: row wrap;
	padding: 7px 10px 5px;
	text-align: center;
}
.page-profile-report__button_pressed
{
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,.1);
	margin-bottom: 0;
}
.page-profile-report__icon
{
	align-self: baseline;
	font-size: 1rem;
	margin-right: 6px;
	ms-flex-item-align: baseline;
}
.page-profile-report__container
{
	background-color: #fff;
	width: 100%;
}
.page-profile-report__inner
{
	margin: 0 auto;
	max-width: 560px;
	padding: 15px 20px;
}
.page-profile-report__content
{
	color: #55595c;
	margin: 0 auto;
}
.page-profile-report__content p
{
	margin-bottom: 5px;
}
.page-profile-report__link
{
	align-content: center;
	align-items: center;
	color: #119999;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	margin: 10px auto 0 0;
	ms-flex-align: center;
	ms-flex-flow: row wrap;
	ms-flex-line-pack: center;
	text-decoration: none;
}
.page-profile-report__link:active,.page-profile-report__link:focus,.page-profile-report__link:hover,.page-profile-report__link:visited
{
	text-decoration: none;
}
.page-profile-report__link:active .page-profile-report__title,.page-profile-report__link:focus .page-profile-report__title,.page-profile-report__link:hover .page-profile-report__title,.page-profile-report__link:visited .page-profile-report__title
{
	text-decoration: underline;
}
.overlay
{
	background-color: hsla(0,0%,100%,.96);
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}
.modal
{
	margin: 0 auto;
	max-width: 550px;
	padding: 20px;
}
.modal-alert
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	margin: 20px auto;
	max-width: 360px;
	ms-flex-flow: row wrap;
	padding: 0 20px;
}
.modal-alert__header
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-flow: column wrap;
	margin: 25px 0;
	ms-flex-align: center;
	ms-flex-flow: column wrap;
	width: 100%;
}
.modal-alert__icon
{
	font-size: 7.5rem!important;
}
.modal-alert__content
{
	font-size: 1.25rem;
	text-align: center;
}
.modal-alert_success .modal-alert__icon
{
	color: #008a00;
}
.form
{
	flex-flow: row wrap;
	ms-flex-flow: row wrap;
}
.form,.form__group
{
	display: flex;
	display: -ms-flexbox;
}
.form__group
{
	flex-flow: column wrap;
	margin-bottom: 15px;
	ms-flex-flow: column wrap;
	width: 100%;
}
.form__group_inline
{
	align-items: center;
	flex-flow: row wrap;
	ms-flex-align: center;
	ms-flex-flow: row wrap;
}
.form__group_last
{
	margin-bottom: 0;
}
.form__group_checkbox
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	margin-right: 8px;
	ms-flex-align: center;
	ms-flex-pack: center;
	width: auto;
}
.form__label
{
	margin-bottom: 3px;
}
.form__text
{
	font-size: .875rem;
	font-style: italic;
	margin: 3px 0 0;
}
.form__input,.form__select
{
	border: 2px solid #eceeef;
	border-radius: 2px;
	padding: .75rem;
}
.form__input
{
	outline: none;
}
.form__input._size_sm
{
	width: 295px;
}
@media (max-width:543px)
{
	.form__input._size_sm
	{
		width: auto;
	}
}
.form__textarea
{
	border: 2px solid #eceeef;
	border-radius: 2px;
	padding: .75rem;
}
.form__error .form__input,.form__error .form__select,.form__error .form__textarea,.form__group._error .form__input,.form__group._error .form__select,.form__group._error .form__textarea
{
	border: 2px solid #e00;
}
.form__error .form__label,.form__error .form__text,.form__group._error .form__label,.form__group._error .form__text
{
	color: #e00;
}
.form__button
{
	background-color: transparent;
	border: 1px solid #2e3234;
	border-radius: 3px;
	color: #2e3234;
	cursor: pointer;
	display: inline-flex;
	display: -ms-inline-flexbox;
	flex-flow: row;
	line-height: 37px;
	margin-right: 12px;
	moz-user-select: none;
	ms-flex-flow: row;
	ms-user-select: none;
	outline: none;
	padding: 0 15px;
	text-decoration: none;
	user-select: none;
	webkit-user-select: none;
	white-space: nowrap;
	width: auto;
}
.form__button_disabled
{
	border-color: #eceeef;
	color: #eceeef;
	cursor: default;
}
.form__button_disabled:active,.form__button_disabled:focus,.form__button_disabled:hover
{
	color: #eceeef;
	text-decoration: none;
}
.form__button_success
{
	border: 2px solid #008a00;
	color: #008a00;
}
.form__button_danger
{
	border: 2px solid #e00;
	color: #e00;
}
.form__button._default
{
	font-weight: 700;
}
.form_type_card
{
	padding: 25px;
}
.form_type_card .form__group
{
	margin-bottom: 25px;
}
.form_type_card .form__group_last
{
	margin-bottom: 0;
}
.form_type_card .form__label
{
	font-size: 1.1rem;
	font-weight: 700;
}
.form-field._amount
{
	color: #008a00;
	font-weight: 700;
}
.form-price
{
	align-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -15px;
	ms-flex-align: start;
	ms-flex-line-pack: justify;
	ms-flex-wrap: wrap;
}
.form-price,.form-price__item
{
	display: flex;
	display: -ms-flexbox;
}
.form-price__item
{
	margin-top: 15px;
	padding: 0 15px 0 0;
}
.form-price__input
{
	position: absolute;
	visibility: hidden;
}
.form-price__input:checked~.form-price__label
{
	border-left: 3px solid #2e3234;
	border-radius: 0 3px 3px 0;
	color: #2e3234;
	font-weight: 700;
}
.form-price__input:checked~.form-price__label>.form-price__icon
{
	visibility: visible;
}
.form-price__label
{
	background-color: #eceeef;
	border-left: 3px solid #eceeef;
	border-radius: 3px;
	color: #818a91;
	cursor: pointer;
	margin: 0;
	min-width: 140px;
	padding: 10px 15px 10px 12px;
}
.form-price__price,.form-price__title
{
	display: block;
}
.form-price__icon
{
	float: right;
	visibility: hidden;
}
.form-price-item
{
	display: flex;
	display: -ms-flexbox;
	margin-top: 15px;
	padding: 0 15px 0 0;
}
.form-price-item__input
{
	position: absolute;
	visibility: hidden;
}
.form-price-item__input:checked~.form-price-item__label
{
	border-left: 3px solid #2e3234;
	border-radius: 0 3px 3px 0;
	color: #2e3234;
	font-weight: 700;
}
.form-price-item__input:checked~.form-price-item__label>.form-price-item__icon
{
	visibility: visible;
}
.form-price-item__label
{
	background-color: #eceeef;
	border-left: 3px solid #eceeef;
	border-radius: 3px;
	color: #818a91;
	cursor: pointer;
	margin: 0;
	min-width: 140px;
	padding: 10px 15px 10px 12px;
}
.form-price-item__price,.form-price-item__title
{
	display: block;
}
.form-price-item__icon
{
	float: right;
	visibility: hidden;
}
.form-price_size_l .form-price-item__label
{
	min-width: 295px;
}
@media (max-width:543px)
{
	.form-price_size_l .form-price-item__label
	{
		min-width: 100%;
		width: 100%;
	}
}
.form-price_size_l .form-price-item__price
{
	margin-bottom: 10px;
	margin-top: 10px;
}
@media (max-width:543px)
{
	.form-price_size_l
	{
		display: block;
	}
}
@media (max-width:543px)
{
	.form-price_size_l .form-price-item
	{
		padding-right: 0;
	}
}
.form-group
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	margin: 25px 25px 0;
	ms-flex-flow: column nowrap;
	width: 100%;
}
.form-group._inline
{
	align-items: center;
	flex-flow: row wrap;
	ms-flex-align: center;
	ms-flex-flow: row wrap;
}
.form-group._last
{
	margin-bottom: 25px;
}
.form-group__label
{
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 3px;
}
.form-group._error .form-group__alert,.form-group._error .form-group__label
{
	color: #e00;
}
.form-input
{
	border: 2px solid #eceeef;
	border-radius: 2px;
	outline: none;
	padding: .75rem;
}
._error .form-input
{
	border-color: #e00;
}
.form-options
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	flex-wrap: nowrap;
	ms-flex-direction: column;
	ms-flex-wrap: nowrap;
}
.form-options__option
{
	margin-bottom: 8px;
}
.form-options__option:last-child
{
	margin-bottom: 0;
}
.form-options__label
{
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0;
	ms-flex-direction: row;
	ms-flex-wrap: nowrap;
}
.form-options__input
{
	position: absolute;
	visibility: hidden;
}
.form-options__input~.form-options__label>._checked
{
	display: none;
}
.form-options__input:checked~.form-options__label>._checked,.form-options__input~.form-options__label>._unchecked
{
	display: flex;
	display: -ms-flexbox;
}
.form-options__input:checked~.form-options__label>._unchecked
{
	display: none;
}
.form-options__input:checked~.form-options__label>.form-options__caption>.form-options__subtitle>.form-options__price,.form-options__input:checked~.form-options__label>.form-options__caption>.form-options__title
{
	font-weight: 700;
}
.form-options__input:checked~.form-options__label>.form-options__caption>.form-options__subtitle>.form-options__discount
{
	background-color: #008a00;
	color: #fff;
}
.form-options__icon
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	font-size: 1.25rem;
	line-height: 1.33333;
	margin-right: 12px;
	ms-flex-align: start;
	padding-top: 3px;
}
.form-options__caption
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	flex-wrap: nowrap;
	ms-flex-direction: column;
	ms-flex-wrap: nowrap;
}
.form-options__subtitle
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	ms-flex-align: center;
	ms-flex-direction: row;
}
.form-options__discount
{
	background-color: #eceeef;
	border-radius: 3px;
	display: inline;
	font-size: .75rem;
	font-weight: 700;
	margin-left: 12px;
	padding: 0 5px;
}
.page-error
{
	align-items: center;
	color: #2e3234;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
	margin: auto 0;
	ms-flex-align: center;
	ms-flex-direction: column;
	ms-flex-pack: center;
	padding: 15px 0;
}
.page-error__title
{
	font-size: 7.5rem;
	line-height: 7.5rem;
	margin: 0;
	padding: 0;
}
.page-error__subtitle
{
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
}
.page-error__reason
{
	font-size: .75rem;
	font-style: italic;
}
.page
{
	flex: 1;
	ms-flex: 1;
}
@media (min-width:768px)
{
	.page
	{
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px) and (min-width:544px)
{
	.page
	{
		max-width: 100%;
		width: 576px;
	}
}
@media (min-width:768px) and (min-width:768px)
{
	.page
	{
		max-width: 100%;
		width: 720px;
	}
}
@media (min-width:768px) and (min-width:992px)
{
	.page
	{
		max-width: 100%;
		width: 940px;
	}
}
@media (min-width:768px) and (min-width:1200px)
{
	.page
	{
		max-width: 100%;
		width: 1140px;
	}
}
@media (min-width:768px)
{
	.page__row
	{
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		ms-flex-wrap: wrap;
	}
}
@media (min-width:768px) and (min-width:544px)
{
	.page__row
	{
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width:768px) and (min-width:768px)
{
	.page__row
	{
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width:768px) and (min-width:992px)
{
	.page__row
	{
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width:768px) and (min-width:1200px)
{
	.page__row
	{
		margin-left: -15px;
		margin-right: -15px;
	}
}
.sidebar_size_3
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
@media (min-width:544px)
{
	.sidebar_size_3
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px)
{
	.sidebar_size_3
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:992px)
{
	.sidebar_size_3
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:1200px)
{
	.sidebar_size_3
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px)
{
	.sidebar_size_3
	{
		flex: 0 0 25%;
		max-width: 25%;
		ms-flex: 0 0 25%;
		padding: 0 15px;
	}
}
@media (max-width:991px)
{
	.sidebar_size_3
	{
		display: none;
	}
}
@media (min-width:992px)
{
	.content_offset_2
	{
		margin-left: 16.66667%;
	}
}
@media (max-width:1199px)
{
	.content_offset_2
	{
		margin-left: 8.33333%;
	}
}
@media (max-width:991px)
{
	.content_offset_2
	{
		margin-left: 0;
	}
}
.content_size_8
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
@media (min-width:544px)
{
	.content_size_8
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px)
{
	.content_size_8
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:992px)
{
	.content_size_8
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:1200px)
{
	.content_size_8
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:992px)
{
	.content_size_8
	{
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		ms-flex: 0 0 66.66667%;
	}
}
@media (max-width:1199px)
{
	.content_size_8
	{
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
		ms-flex: 0 0 83.33333%;
	}
}
@media (max-width:991px)
{
	.content_size_8
	{
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%;
	}
}
@media (max-width:767px)
{
	.content_size_8
	{
		padding: 0;
	}
}
.content_size_9
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
@media (min-width:544px)
{
	.content_size_9
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px)
{
	.content_size_9
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:992px)
{
	.content_size_9
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:1200px)
{
	.content_size_9
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px)
{
	.content_size_9
	{
		flex: 0 0 75%;
		max-width: 75%;
		ms-flex: 0 0 75%;
	}
}
@media (max-width:991px)
{
	.content_size_9
	{
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%;
	}
}
@media (max-width:767px)
{
	.content_size_9
	{
		padding: 0;
	}
}
.content_size_12
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
@media (min-width:544px)
{
	.content_size_12
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px)
{
	.content_size_12
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:992px)
{
	.content_size_12
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:1200px)
{
	.content_size_12
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:768px)
{
	.content_size_12
	{
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%;
	}
}
@media (max-width:767px)
{
	.content_size_12
	{
		padding: 0;
	}
}
.user-list__calendar
{
	margin-left: 35px;
	width: 100%;
}
.user-list__empty
{
	color: #55595c;
	padding: 80px 0;
	text-align: center;
	width: 100%;
}
.user-list__load
{
	background-color: #fff;
	border: 2px solid #eceeef;
	border-radius: 50%;
	font-size: 1rem;
	height: 40px;
	left: 0;
	line-height: 38px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 40px;
	z-index: 1;
}
.user-list__row
{
	align-items: center;
	border-bottom: 1px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 0 25px;
	ms-flex-align: center;
	ms-flex-pack: start;
	ms-flex-wrap: nowrap;
	padding: 15px 0;
	text-align: justify;
}
.user-list__avatar
{
	flex-shrink: 0;
	line-height: 1;
	margin-right: 25px;
	ms-flex-negative: 0;
}
.user-list__info
{
	flex-shrink: 0;
	ms-flex-negative: 0;
	padding-bottom: 12px;
}
.user-list__about
{
	font-size: .875rem;
	font-style: italic;
	margin: 0 0 0 auto;
	overflow: visible;
	padding: 0 25px;
	text-align: right;
	text-overflow: ellipsis;
	width: auto;
	word-wrap: break-word;
}
.user-list__chart
{
	flex: auto;
	margin-left: 25px;
	ms-flex: auto;
	text-align: right;
	width: 0;
}
.user-list__friends
{
	box-shadow: -1px 0 0 0 #eceeef;
	flex-shrink: 0;
	height: 55px;
	ms-flex-negative: 0;
	padding-left: 25px;
	text-align: left;
	width: 185px;
}
.user-list__friend
{
	margin-left: 5px;
}
.user-list__friend:first-child
{
	margin-left: 0;
}
.user-list__rank
{
	margin-right: 25px;
}
@media (max-width:767px)
{
	.user-list_type_catalog .user-list__row
	{
		margin: 0;
		padding: 15px 25px;
	}
	.user-list_type_catalog .user-list__about
	{
		padding-right: 0;
	}
	.user-list_type_catalog .user-list__friends
	{
		display: none;
	}
}
@media (max-width:543px)
{
	.user-list_type_catalog .user-list__row
	{
		flex-direction: column;
		margin: 0;
		ms-flex-direction: column;
		padding: 15px 25px;
	}
	.user-list_type_catalog .user-list__avatar
	{
		margin: 0;
	}
	.user-list_type_catalog .user-list__info
	{
		padding: 0;
		text-align: center;
	}
	.user-list_type_catalog .user-list__about
	{
		margin: 0;
		padding: 0;
		text-align: center;
	}
}
@media (max-width:767px)
{
	.user-list_type_rating .user-list__row
	{
		margin: 0;
		padding: 15px 25px;
	}
}
@media (max-width:543px)
{
	.user-list_type_rating .user-list__row
	{
		display: flex;
		display: -ms-flexbox;
		flex-flow: row wrap;
		justify-content: flex-start;
		margin: 0;
		ms-flex-flow: row wrap;
		ms-flex-pack: start;
		padding: 15px 25px;
		text-align: left;
	}
	.user-list_type_rating .user-list__avatar
	{
		align-self: flex-start;
		flex: 1 auto;
		margin: 0 auto 0 0;
		ms-flex: 1 auto;
		ms-flex-item-align: start;
		ms-flex-order: 1;
		order: 1;
		text-align: left;
	}
	.user-list_type_rating .user-list__rank
	{
		align-self: flex-start;
		margin: 0 0 0 auto;
		ms-flex-item-align: start;
		ms-flex-order: 2;
		order: 2;
		text-align: right;
	}
	.user-list_type_rating .user-list__info
	{
		flex: 1 100%;
		margin: 0;
		ms-flex: 1 100%;
		ms-flex-order: 3;
		order: 3;
		padding: 0;
	}
	.user-list_type_rating .user-list__chart
	{
		display: none;
	}
}
.user-list_type_profile
{
	padding: 20px 25px;
}
.user-list_type_profile .user-list__row
{
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.user-list_type_friends
{
	border-bottom: 1px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	margin: 0 25px;
	ms-flex-flow: row wrap;
	padding: 10px 0;
}
.user-list_type_friends .user-list__user
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
	padding: 15px 0;
	width: 50%;
}
.user-list_type_friends .user-list__info
{
	background: #fff;
	display: flex;
	display: -ms-flexbox;
	flex: auto;
	margin-right: 20px;
	ms-flex: auto;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
.user-list_type_friends .user-list__info:after
{
	background: linear-gradient(90deg,hsla(0,0%,100%,.35),#fff);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
@media (max-width:767px)
{
	.user-list_type_friends
	{
		margin: 0;
		padding: 10px 25px;
	}
	.user-list_type_friends .user-list__user
	{
		width: 100%;
	}
}
.user-list_type_realtime
{
	border-bottom: 2px solid #eceeef;
}
.user-list_type_realtime .user-list__row
{
	border-bottom: none;
	padding: 20px 0;
}
@media (max-width:767px)
{
	.user-list_type_realtime .user-list__row
	{
		margin: 0;
		padding: 20px 25px;
	}
}
@media (max-width:543px)
{
	.user-list_type_realtime .user-list__row
	{
		display: flex;
		display: -ms-flexbox;
		flex-flow: row wrap;
		justify-content: flex-start;
		margin: 0;
		ms-flex-flow: row wrap;
		ms-flex-pack: start;
		padding: 20px 25px;
		text-align: left;
	}
	.user-list_type_realtime .user-list__avatar
	{
		align-self: flex-start;
		flex: 1 auto;
		margin: 0 auto 0 0;
		ms-flex: 1 auto;
		ms-flex-item-align: start;
		ms-flex-order: 1;
		order: 1;
		text-align: left;
	}
	.user-list_type_realtime .user-list__rank
	{
		align-self: flex-start;
		margin: 0 0 0 auto;
		ms-flex-item-align: start;
		ms-flex-order: 2;
		order: 2;
		text-align: right;
	}
	.user-list_type_realtime .user-list__info
	{
		flex: 1 100%;
		margin: 0;
		ms-flex: 1 100%;
		ms-flex-order: 3;
		order: 3;
		padding: 0;
	}
	.user-list_type_realtime .user-list__calendar
	{
		flex: 1 100%;
		margin: 10px 0 0;
		ms-flex: 1 100%;
		ms-flex-order: 4;
		order: 4;
	}
}
.user-info__name
{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2rem;
}
.user-info__link,.user-info__link:hover
{
	overflow: hidden;
}
.user-info__link:active,.user-info__link:focus,.user-info__link:hover,.user-info__link:hover:active,.user-info__link:hover:focus,.user-info__link:hover:hover,.user-info__link:hover:visited,.user-info__link:visited
{
	text-decoration: none;
}
.user-info__link:active .user-info__domain,.user-info__link:focus .user-info__domain,.user-info__link:hover .user-info__domain,.user-info__link:hover:active .user-info__domain,.user-info__link:hover:focus .user-info__domain,.user-info__link:hover:hover .user-info__domain,.user-info__link:hover:visited .user-info__domain,.user-info__link:visited .user-info__domain
{
	text-decoration: underline;
}
.user-info__icon
{
	margin-right: 3px;
}
._deactivated
{
	opacity: .5;
}
._deactivated .user-info__photo
{
	cursor: default;
}
._deactivated .user-info__title
{
	color: #2e3234;
}
._deactivated .user-info__link,._deactivated .user-info__link:active,._deactivated .user-info__link:focus,._deactivated .user-info__link:hover,._deactivated .user-info__link:visited
{
	color: #2e3234;
	text-decoration: none;
}
._deactivated .user-info__link .user-info__domain,._deactivated .user-info__link:active .user-info__domain,._deactivated .user-info__link:focus .user-info__domain,._deactivated .user-info__link:hover .user-info__domain,._deactivated .user-info__link:visited .user-info__domain
{
	text-decoration: line-through;
}
.user-changes__item
{
	margin-right: 10px;
}
.user-changes__item:last-child
{
	margin-right: 0;
}
.user-changes__diff_up
{
	color: #008a00;
}
.user-changes__diff_down
{
	color: #e00;
}
.user-changes__diff_none
{
	color: #00f;
}
.user-rank
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	ms-flex-align: center;
	ms-flex-direction: column;
	width: 50px;
}
.user-rank__rank
{
	font-weight: 700;
}
.user-rank__rank_index_1
{
	font-size: 2.5rem;
}
.user-rank__rank_index_2
{
	font-size: 2rem;
}
.user-rank__rank_index_3
{
	font-size: 1.75rem;
}
.user-rank__rank_index_4
{
	font-size: 1.5rem;
}
.user-rank__rank_index_5
{
	font-size: 1.25rem;
}
.user-rank__rank_index_6
{
	font-size: 1rem;
}
.user-rank__change
{
	white-space: nowrap;
}
.user-rank__change_down
{
	color: #e00;
}
.user-rank__change_up
{
	color: #008a00;
}
.user-rank__change_none
{
	color: #00f;
}
.user-counters
{
	background-color: #f7f7f9;
	border-radius: 3px;
	display: flex;
	display: -ms-flexbox;
	height: 100px;
}
.user-counters__item
{
	display: flex;
	display: -ms-flexbox;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	ms-flex: 1;
	ms-flex-direction: column;
	ms-flex-pack: center;
	text-align: center;
}
.user-counters__counter
{
	font-size: 1.25rem;
	line-height: 2.5rem;
}
.chart-history
{
	display: flex;
	display: -ms-flexbox;
}
.chart-history,.chart-history__item
{
	height: 2.5rem;
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.chart-history__item
{
	flex: 1;
	ms-flex: 1;
}
.chart-history__helper
{
	color: #818a91;
	font-size: .875rem;
	padding: 15px 25px 0;
	text-align: right;
}
.chart-history__item_up_5
{
	background: linear-gradient(180deg,#090 0,#008a00);
}
.chart-history__item_up_4
{
	background: linear-gradient(180deg,#00a900 0,#090);
}
.chart-history__item_up_3
{
	background: linear-gradient(180deg,#00b800 0,#00a900);
}
.chart-history__item_up_2
{
	background: linear-gradient(180deg,#00c700 0,#00b800);
}
.chart-history__item_up_1
{
	background: linear-gradient(180deg,#00d700 0,#00c700);
}
.chart-history__item_down_5
{
	background: linear-gradient(180deg,#fd0000 0,#e00);
}
.chart-history__item_down_4
{
	background: linear-gradient(180deg,#ff0e0e 0,#fd0000);
}
.chart-history__item_down_3
{
	background: linear-gradient(180deg,#ff1d1d 0,#ff0e0e);
}
.chart-history__item_down_2
{
	background: linear-gradient(180deg,#ff2c2c 0,#ff1d1d);
}
.chart-history__item_down_1
{
	background: linear-gradient(180deg,#ff3c3c 0,#ff2c2c);
}
.chart-history__item_none
{
	background: linear-gradient(180deg,#0a0aff 0,#00f);
}
.social-links
{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	ms-flex-pack: center;
}
.social-links__link
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	font-size: 1.25rem;
	margin: 0 15px;
	ms-flex-direction: column;
	text-align: center;
}
.social-links__link,.social-links__link:active,.social-links__link:focus,.social-links__link:hover
{
	text-decoration: none;
}
.social-links__link:active .social-links__domain,.social-links__link:focus .social-links__domain,.social-links__link:hover .social-links__domain
{
	text-decoration: underline;
}
.social-links__icon.fa
{
	font-size: 2rem;
	margin-bottom: 10px;
}
@media (max-width:543px)
{
	.social-links
	{
		display: block;
		line-height: 50px;
	}
	.social-links__link
	{
		display: block;
		white-space: nowrap;
	}
	.social-links__icon
	{
		bottom: 0;
		font-size: 1rem;
	}
}
.tooltip
{
	background: rgba(0,0,0,.8);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: .875rem;
	left: -500px;
	line-height: 1.5;
	max-width: 280px;
	padding: 6px 8px;
	position: absolute;
	text-align: center;
	top: -500px;
	visibility: hidden;
	z-index: -999;
}
.tooltip:after
{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,.8);
	bottom: -10px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0;
}
.chart-bar
{
	flex-flow: row wrap;
	height: 220px;
	margin: 0 auto;
	ms-flex-flow: row wrap;
}
.chart-bar,.chart-bar__bars
{
	display: flex;
	display: -ms-flexbox;
}
.chart-bar__bars
{
	align-items: flex-end;
	flex-basis: 100%;
	flex-flow: row nowrap;
	height: 86%;
	margin-top: auto;
	ms-flex-align: end;
	ms-flex-flow: row nowrap;
	ms-flex-preferred-size: 100%;
}
.chart-bar__bar
{
	background-color: #008a00;
	border-radius: 3px 3px 0 0;
	border-right: 1px solid #fff;
	flex: 1;
	height: 0;
	ms-flex: 1;
}
.chart-bar__bar:last-child
{
	border-right: none;
}
.chart-bar__bar_current,.chart-bar__bar_current:hover
{
	animation: c 1.8s linear;
	animation-iteration-count: infinite;
	background-color: #008a00;
	opacity: .5;
}
.chart-bar__timeline
{
	align-items: flex-start;
	border-top: 2px solid #008a00;
	display: flex;
	display: -ms-flexbox;
	flex-basis: 100%;
	flex-flow: row nowrap;
	ms-flex-align: start;
	ms-flex-flow: row nowrap;
	ms-flex-preferred-size: 100%;
}
.chart-bar__time
{
	box-shadow: 1px 0 0 0 #008a00,inset -1px 0 0 0 #008a00;
	flex: 1;
	font-size: .875rem;
	margin-right: 2.5%;
	ms-flex: 1;
	overflow: hidden;
	padding: 3px 7px 0 0;
	text-align: right;
	white-space: nowrap;
}
html.vkfaces-desktop .chart-bar__bar:hover
{
	background-color: #006100;
}
@keyframes c
{
	0%
	{
		height: 2%;
	}
	25%
	{
		height: 6%;
	}
	50%
	{
		height: 3%;
	}
	75%
	{
		height: 6%;
	}
	to
	{
		height: 2%;
	}
}
.pulse-monitor
{
	padding: 25px;
}
.pulse-monitor__head
{
	display: block;
}
.pulse-monitor__title
{
	font-size: 1.25rem;
}
.wall-post
{
	border-bottom: 1px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	margin: 0 25px;
	ms-flex-direction: column;
	padding: 20px 0;
}
.wall-post:hover .wall-post-head__actions
{
	opacity: 1;
}
.wall-post__head
{
	width: 100%;
}
.wall-post__body
{
	margin-top: 12px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.wall-post__show_more
{
	color: #119999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-top: 8px;
}
.wall-post__show_more_icon
{
	margin-right: 4px;
}
.wall-post__show_more:hover .wall-post__show_more_text
{
	text-decoration: underline;
}
.wall-post__iframe
{
	background-color: #eceeef;
	height: 360px;
	margin: 4px -25px 0;
	overflow: hidden;
}
.wall-post__iframe iframe
{
	height: 360px;
	width: 100%;
}
@media (max-width:543px)
{
	.wall-post
	{
		margin: 0;
		padding: 20px 25px;
	}
}
@media (max-width:543px)
{
	.wall-post__iframe,.wall-post__iframe iframe
	{
		height: 240px;
	}
}
.wall-post-head
{
	align-items: stretch;
	ms-flex-align: stretch;
}
.wall-post-head,.wall-post-head__actions
{
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	ms-flex-pack: start;
}
.wall-post-head__actions
{
	flex-direction: column;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-left: auto;
	ms-flex-direction: column;
	opacity: 0;
	padding-bottom: 8px;
	padding-left: 18px;
	transition: opacity .1s linear;
}
.wall-post-head__act,.wall-post-head__act:active,.wall-post-head__act:focus,.wall-post-head__act:hover,.wall-post-head__act:visited
{
	color: #55595c;
}
.wall-post-head__avatar
{
	width: 75px;
}
.wall-post-head__info
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	height: 75px;
	justify-content: center;
	margin-left: 18px;
	ms-flex-align: start;
	ms-flex-direction: column;
	ms-flex-pack: center;
	overflow: hidden;
	padding-bottom: 8px;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.wall-post-head__info:after
{
	background: linear-gradient(90deg,hsla(0,0%,100%,.35),#fff);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.wall-post-head__author
{
	align-items: baseline;
	display: flex;
	display: -ms-flexbox;
	margin-bottom: 4px;
	ms-flex-align: baseline;
}
.wall-post-head__author_name
{
	font-size: 1.25rem;
	font-weight: 700;
}
.wall-post-head__author_age_location
{
	color: #55595c;
}
.wall-post-head__author_dot
{
	color: #818a91;
	font-weight: 700;
	margin: 0 12px;
}
.wall-post-head__created_at,.wall-post-head__created_at:active,.wall-post-head__created_at:focus,.wall-post-head__created_at:hover,.wall-post-head__created_at:visited
{
	color: #818a91;
}
.wall-post-attachments
{
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	margin-top: 12px;
	ms-flex-wrap: wrap;
}
.wall-post-attachments__audio,.wall-post-attachments__link,.wall-post-attachments__photo,.wall-post-attachments__video
{
	align-items: center;
	background-color: #eceeef;
	border-radius: 3px;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	height: 90px;
	justify-content: center;
	margin: 0 4px 4px 0;
	ms-flex-align: center;
	ms-flex-pack: center;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 160px;
}
.wall-post-attachments__audio:last-child,.wall-post-attachments__link:last-child,.wall-post-attachments__photo:last-child,.wall-post-attachments__video:last-child
{
	margin-right: 0;
}
.wall-post-attachments__audio:hover .wall-post-attachments__img,.wall-post-attachments__link:hover .wall-post-attachments__img,.wall-post-attachments__photo:hover .wall-post-attachments__img,.wall-post-attachments__video:hover .wall-post-attachments__img
{
	transform: scale(1.1);
}
.wall-post-attachments__img
{
	flex-shrink: 0;
	min-height: 100%;
	min-width: 100%;
	ms-flex-negative: 0;
	transition: all .3s;
}
.wall-post-attachments__audio,.wall-post-attachments__link,.wall-post-attachments__video
{
	font-size: 2.5rem;
	text-shadow: 0 0 2px rgba(0,0,0,.25);
}
.wall-post-attachments__audio:active,.wall-post-attachments__audio:focus,.wall-post-attachments__audio:hover,.wall-post-attachments__audio:visited,.wall-post-attachments__link:active,.wall-post-attachments__link:focus,.wall-post-attachments__link:hover,.wall-post-attachments__link:visited,.wall-post-attachments__video:active,.wall-post-attachments__video:focus,.wall-post-attachments__video:hover,.wall-post-attachments__video:visited
{
	text-decoration: none;
}
.wall-post-attachments__video._selected
{
	border: 6px solid #eceeef;
}
.wall-post-attachments__icon
{
	bottom: 0;
	color: #fff;
	height: 50%;
	left: 0;
	margin: auto;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.wall-repost
{
	border-left: 5px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	margin-top: 12px;
	ms-flex-direction: column;
	padding-left: 18px;
}
.wall-repost:hover .wall-repost-head__actions
{
	opacity: 1;
}
.wall-repost__head
{
	width: 100%;
}
.wall-repost__body
{
	margin-top: 8px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.wall-repost-head
{
	align-items: stretch;
	ms-flex-align: stretch;
}
.wall-repost-head,.wall-repost-head__actions
{
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	ms-flex-pack: start;
}
.wall-repost-head__actions
{
	flex-direction: column;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-left: auto;
	ms-flex-direction: column;
	opacity: 0;
	padding-bottom: 8px;
	padding-left: 18px;
	transition: opacity .1s linear;
}
.wall-repost-head__act,.wall-repost-head__act:active,.wall-repost-head__act:focus,.wall-repost-head__act:hover,.wall-repost-head__act:visited
{
	color: #55595c;
}
.wall-repost-head__avatar
{
	width: 50px;
}
.wall-repost-head__info
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	height: 50px;
	justify-content: center;
	margin-left: 14px;
	ms-flex-align: start;
	ms-flex-direction: column;
	ms-flex-pack: center;
}
.wall-repost-head__author
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	ms-flex-align: center;
	ms-flex-direction: row;
}
.wall-repost-head__author_name
{
	display: inline;
	font-size: 1rem;
	font-weight: 700;
}
.followers-diff
{
	font-size: 1.25rem;
	line-height: 1.33333;
}
.followers-diff,.followers-diff__additional,.followers-diff__inner
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	ms-flex-direction: row;
}
.followers-diff__additional,.followers-diff__icon
{
	margin-left: 15px;
}
.followers-diff__icon_caret
{
	margin-right: 6px;
}
@media (max-width:543px)
{
	.followers-diff__icon
	{
		margin: 0 15px 0 0;
		ms-flex-order: 1;
		order: 1;
	}
	.followers-diff__inner
	{
		ms-flex-order: 2;
		order: 2;
	}
}
.followers-count
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	font-size: 1.25rem;
	line-height: 1.33333;
	ms-flex-direction: row;
}
.followers-count__icon
{
	margin-right: 15px;
}
.followers-count__value
{
	font-weight: 700;
}
.friend-monitor
{
	padding: 0 20px;
}
.friend-monitor__event
{
	border-bottom: 1px solid #eceeef;
	justify-content: space-between;
	ms-flex-pack: justify;
	padding: 20px 0;
}
.friend-monitor__event,.monitor-person
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	ms-flex-align: center;
}
.monitor-person
{
	flex-basis: 33.333333%;
	ms-flex-preferred-size: 33.333333%;
}
.monitor-person__info
{
	margin-left: 15px;
}
.monitor-person__vk-link:hover
{
	text-decoration: none;
}
.monitor-person__vk-link:hover .monitor-person__domain
{
	text-decoration: underline;
}
.monitor-person__name
{
	font-weight: 700;
}
.monitor-person_reverse
{
	justify-content: flex-end;
	ms-flex-pack: end;
}
.monitor-person_reverse .monitor-person__info
{
	margin-right: 15px;
	text-align: right;
}
.monitor-person_reverse .monitor-person__avatar
{
	ms-flex-order: 2;
	order: 2;
}
.monitor-action
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-basis: 33.333333%;
	flex-direction: column;
	ms-flex-align: center;
	ms-flex-direction: column;
	ms-flex-preferred-size: 33.333333%;
}
.monitor-action__time
{
	color: #818a91;
	font-size: .9rem;
}
.monitored-friends
{
	padding: 0 20px;
}
.monitored-friends__item
{
	align-items: center;
	border-bottom: 1px solid #eceeef;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	padding: 20px 0;
}
.monitored-friends__feed,.monitored-friends__person
{
	flex-basis: 33.33333%;
	ms-flex-preferred-size: 33.33333%;
}
.monitored-friends__feed
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
}
.monitored-friends__buttons
{
	flex-basis: 33.33333%;
	ms-flex-preferred-size: 33.33333%;
	text-align: right;
}
.monitor-feed
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	ms-flex-direction: column;
}
.monitor-feed__avatar:not(first-child)
{
	margin-left: -10px;
}
.monitor-feed__timestamp
{
	color: #818a91;
	font-size: .875rem;
}
.intro
{
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	height: 360px;
	ms-flex-flow: row nowrap;
}
.intro__bg
{
	background: url(/build/img/nasa.jpg) no-repeat 50%;
	background-size: cover;
	flex-basis: 100%;
	height: 100%;
	margin: 0 auto;
	ms-flex-preferred-size: 100%;
}
.intro__bg:before
{
	background-image: linear-gradient(to bottom right,#000980,#c740ff);
	bottom: 0;
	content: "";
	opacity: .4;
	top: 0;
}
.intro__bg:before,.intro__overlay
{
	left: 0;
	max-height: 360px;
	position: absolute;
	right: 0;
}
.intro__head
{
	align-content: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	height: 360px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 540px;
	ms-flex-align: center;
	ms-flex-flow: row wrap;
	ms-flex-line-pack: center;
	padding: 20px;
}
.intro__title
{
	font-size: 1.5rem;
}
.intro__subtitle,.intro__title
{
	color: #fff;
	flex-basis: 100%;
	font-weight: 400;
	ms-flex-preferred-size: 100%;
	text-align: center;
}
.intro__subtitle
{
	font-size: 1.25rem;
}
.rtb
{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	ms-flex-pack: center;
}
@media (min-width:768px)
{
	.rtb_type_mobile
	{
		display: none;
	}
}
@media (max-width:767px)
{
	.rtb_type_desktop
	{
		display: none;
	}
}
@media (max-width:1199px)
{
	.rtb_type_lg_up
	{
		display: none;
	}
}
.rtb_type_lg
{
	display: none;
}
@media (min-width:992px) and (max-width:1199px)
{
	.rtb_type_lg
	{
		display: block;
	}
}
.rtb_type_md
{
	display: none;
}
@media (min-width:768px) and (max-width:991px)
{
	.rtb_type_md
	{
		display: block;
	}
}
@media (min-width:768px)
{
	.rtb_type_sm_down
	{
		display: none;
	}
}
.rtb_type_bottom
{
	margin-bottom: 12px;
	margin-top: -12px;
}
.rtb_type_top
{
	margin-bottom: -12px;
	margin-top: 12px;
}
.rtb_indents_vertical
{
	padding-bottom: 8px;
	padding-top: 8px;
}
.rtb_indents_horizontal
{
	padding-left: 25px;
	padding-right: 25px;
}
.rtb_height_90
{
	min-height: 90px;
}
.rtb_height_180
{
	min-height: 180px;
}
.ads-manager-list__row
{
	margin: 0 25px;
	padding: 15px 0;
}
.ads-manager-list__avatar
{
	width: 50px;
}
.ads-manager-list__caption
{
	max-width: 260px;
	min-width: 200px;
	padding-left: 18px;
}
.ads-manager-list__period
{
	justify-content: flex-start;
	ms-flex-pack: start;
	padding-left: 45px;
}
.ads-manager-list__status
{
	justify-content: flex-end;
	margin-left: auto;
	min-width: 150px;
	ms-flex-pack: end;
	padding-right: 25px;
	text-align: right;
}
.ads-manager-list__actions
{
	box-shadow: -1px 0 0 0 #eceeef;
	display: flex;
	display: -ms-flexbox;
	height: 50px;
	justify-content: center;
	ms-flex-pack: center;
	padding-left: 25px;
}
@media (max-width:767px)
{
	.ads-manager-list__row
	{
		margin: 0;
		padding: 15px 0 15px 25px;
	}
	.ads-manager-list__caption
	{
		max-width: none;
		min-width: auto;
	}
	.ads-manager-list__actions,.ads-manager-list__status
	{
		display: none;
	}
}
.ads-manager-details__preview
{
	align-self: flex-start;
	display: flex;
	display: -ms-flexbox;
	justify-self: flex-start;
	margin-left: auto;
	ms-flex-item-align: start;
	width: 300px;
}
@media (max-width:767px)
{
	.ads-manager-details__row
	{
		display: flex;
		display: -ms-flexbox;
		flex-flow: row wrap;
		ms-flex-flow: row wrap;
	}
	.ads-manager-details__preview
	{
		flex: 1 100%;
		ms-flex: 1 100%;
	}
}
.list
{
	display: grid;
	grid-template-columns: 50% 50%;
}
.list__row
{
	margin: 0 25px;
	padding: 15px 0;
}
.list.theme_catalog .list__avatar
{
	width: 100px;
}
.list.theme_catalog .list__info
{
	margin-left: 25px;
	max-width: 650px;
	min-width: 650px;
}
@media (max-width:1199px)
{
	.list.theme_catalog .list__info
	{
		max-width: 500px;
		min-width: 500px;
	}
}
@media (max-width:991px)
{
	.list.theme_catalog .list__info
	{
		max-width: 515px;
		min-width: 515px;
	}
}
@media (max-width:767px)
{
	.list.theme_catalog .list__row
	{
		margin: 0;
		padding: 15px 5px 15px 25px;
	}
	.list.theme_catalog .list__info
	{
		max-width: none;
		min-width: auto;
	}
}
.list.theme_group_rating .list__rank
{
	width: 75px;
}
.list.theme_group_rating .list__avatar
{
	margin-left: 25px;
	width: 100px;
}
.list.theme_group_rating .list__info
{
	margin-left: 25px;
	max-width: 330px;
	min-width: 330px;
}
.list.theme_group_rating .list__chart
{
	margin-left: auto;
	width: 200px;
}
.list.theme_group_rating .list__chart>div
{
	height: 70px;
	width: 200px;
}
@media (max-width:1199px)
{
	.list.theme_group_rating .list__info
	{
		max-width: 180px;
		min-width: 180px;
	}
}
@media (max-width:991px)
{
	.list.theme_group_rating .list__info
	{
		max-width: 195px;
		min-width: 195px;
	}
}
@media (max-width:767px)
{
	.list.theme_group_rating .list__row
	{
		display: flex;
		display: -ms-flexbox;
		flex-flow: row wrap;
		margin: 0;
		ms-flex-flow: row wrap;
		padding: 15px 25px;
		text-align: left;
	}
	.list.theme_group_rating .list__rank
	{
		align-items: center;
		flex: 1 100%;
		ms-flex: 1 100%;
		ms-flex-align: center;
		text-align: center;
		width: auto;
	}
	.list.theme_group_rating .list__avatar
	{
		align-items: center;
		flex: 1 100%;
		margin: 25px 0 0;
		ms-flex: 1 100%;
		ms-flex-align: center;
	}
	.list.theme_group_rating .list__info
	{
		flex: 1 100%;
		margin: 25px 0 0;
		max-width: none;
		min-width: auto;
		ms-flex: 1 100%;
	}
	.list.theme_group_rating .list__chart
	{
		flex: 1 100%;
		margin: 0;
		ms-flex: 1 100%;
	}
	.list.theme_group_rating .list__chart>div
	{
		height: 100px;
		margin: 0 -25px;
		width: auto;
	}
}
.theme_shop_catalog .list__image
{
	align-items: center;
	background-color: #eceeef;
	border-radius: 3px;
	display: flex;
	display: -ms-flexbox;
	flex-basis: 150px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 150px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-negative: 0;
	ms-flex-pack: center;
	ms-flex-positive: 0;
	ms-flex-preferred-size: 150px;
	overflow: hidden;
	width: 150px;
}
.theme_shop_catalog .list__image>img
{
	border-radius: 3px;
	object-fit: contain;
	object-position: center center;
	o-object-fit: contain;
	o-object-position: center center;
	width: 150px;
}
.theme_shop_catalog .list__info
{
	display: flex;
	display: -ms-flexbox;
	height: 150px;
	justify-content: space-between;
	margin-left: 25px;
	max-width: 600px;
	min-width: 600px;
	ms-flex-pack: justify;
}
.theme_shop_catalog .list__title
{
	font-weight: 700;
}
@media (max-width:1199px)
{
	.theme_shop_catalog .list__info
	{
		max-width: 450px;
		min-width: 450px;
	}
}
@media (max-width:991px)
{
	.theme_shop_catalog .list__info
	{
		max-width: 465px;
		min-width: 465px;
	}
}
@media (max-width:767px)
{
	.theme_shop_catalog .list__row
	{
		margin: 0;
		padding: 15px 0 15px 25px;
	}
	.theme_shop_catalog .list__image
	{
		flex-basis: 100px;
		height: 100px;
		ms-flex-preferred-size: 100px;
		width: 100px;
	}
	.theme_shop_catalog .list__image>img
	{
		width: 100px;
	}
	.theme_shop_catalog .list__info
	{
		flex-wrap: nowrap;
		height: 100px;
		margin-right: 20px;
		max-width: 100%;
		min-width: auto;
		ms-flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
		white-space: nowrap;
		width: 100%;
	}
	.theme_shop_catalog .list__info:after
	{
		background: linear-gradient(90deg,hsla(0,0%,100%,.35),#fff);
		content: "";
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 20px;
	}
	.theme_shop_catalog .list__title
	{
		overflow: hidden;
		white-space: nowrap;
	}
}
.list-info__title
{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2rem;
}
.list-info._disabled
{
	color: #55595c;
}
@media (max-width:991px)
{
	.list-rank__rank_1,.list-rank__rank_2,.list-rank__rank_3,.list-rank__rank_4,.list-rank__rank_5,.list-rank__rank_6
	{
		font-size: 2.5rem;
	}
}
.list-rank
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	ms-flex-direction: column;
}
.list-rank__rank
{
	font-weight: 700;
}
.list-rank__rank_1
{
	font-size: 2.5rem;
}
.list-rank__rank_2
{
	font-size: 2rem;
}
.list-rank__rank_3
{
	font-size: 1.75rem;
}
.list-rank__rank_4
{
	font-size: 1.5rem;
}
.list-rank__rank_5
{
	font-size: 1.25rem;
}
.list-rank__rank_6
{
	font-size: 1rem;
}
.list-rank__change
{
	white-space: nowrap;
}
.list-rank__change_down
{
	color: #e00;
}
.list-rank__change_up
{
	color: #008a00;
}
.list-rank__change_none
{
	color: #00f;
}
.param-changes
{
	color: #00f;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	ms-flex-direction: row;
}
.param-changes__value
{
	margin-right: 10px;
}
.param-changes__value:last-child
{
	margin-right: 0;
}
.param-changes._up
{
	color: #008a00;
}
.param-changes._down
{
	color: #e00;
}
html
{
	height: 100%;
}
body
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	min-height: 100vh;
	ms-flex-direction: column;
}
._cursor
{
	cursor: default;
}
._hidden
{
	display: none;
}
._invisible
{
	visibility: hidden;
}
._italic
{
	font-style: italic;
}
._clear
{
	font-size: 1px;
}
._sticky
{
	position: sticky;
	position: -webkit-sticky;
}
._bold
{
	font-weight: 700;
}
@media (max-width:1199px)
{
	._lg_down_hide
	{
		display: none;
	}
}
@media (min-width:992px)
{
	._lg_up_hide
	{
		display: none;
	}
}
@media (max-width:991px)
{
	._md_down_hide
	{
		display: none;
	}
}
@media (min-width:768px)
{
	._md_up_hide
	{
		display: none;
	}
}
@media (max-width:767px)
{
	._sm_down_hide
	{
		display: none;
	}
}
@media (min-width:544px)
{
	._sm_up_hide
	{
		display: none;
	}
}
@media (max-width:543px)
{
	.sub_fol_block {
		display: flex;
	}
	.sub_fol_name {
		margin: auto 10px;
	}
	.avatar-list {
		display: block;
	}
	.main_title {
		text-align: center;
	}
	.list {
		display: block;
	}
	._xs_down_hide
	{
		display: none;
	}
}
._xs_up_hide
{
	display: none;
}
._fixed
{
	overflow: hidden;
}
._left
{
	margin-right: auto;
}
._center,._right
{
	margin-left: auto;
}
._center
{
	margin-right: auto;
}
._green
{
	color: #008a00;
}
._red
{
	color: #e00;
}
._yellow
{
	color: #795100;
}
@keyframes d
{
	0%,to
	{
		transform: translateZ(0);
	}
	10%,30%,50%,70%,90%
	{
		transform: translate3d(-10px,0,0);
	}
	20%,40%,60%,80%
	{
		transform: translate3d(10px,0,0);
	}
}
._animate_shake
{
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: d;
}
._blur
{
	filter: blur(10px);
}
._pointer
{
	cursor: pointer;
}
._fadeout
{
	flex-wrap: nowrap;
	margin-right: 20px;
	ms-flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
._fadeout:after
{
	background: linear-gradient(90deg,hsla(0,0%,100%,.35),#fff);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
._load
{
	animation: b .5s linear infinite;
	background-image: linear-gradient(135deg,#eceeef 25%,transparent 0,transparent 50%,#eceeef 0,#eceeef 75%,transparent 0,transparent);
	background-size: 30px 30px;
	cursor: not-allowed;
}
._animation_scale_pulse
{
	animation: e 1.3s infinite;
}
@keyframes e
{
	0%
	{
		transform: scale(.65);
	}
	to
	{
		transform: scale(1);
	}
}
.fade-enter-active,.fade-leave-active
{
	transition: opacity,height .5s;
}
.fade-enter,.fade-leave-to
{
	height: 0;
	opacity: 0;
}
.list-enter-active,.list-leave-active
{
	transition: all 1s;
}
.list-enter,.list-leave-to
{
	opacity: 0;
	transform: translateY(30px);
}
.list-move
{
	transition: transform 1s;
}
.list-item
{
	transition: all 1s;
}
.swal-modal
{
	color: #2e3234;
	font-family: Roboto Condensed,sans-serif;
}
.swal-icon
{
	margin-bottom: 32px;
}
.swal-footer
{
	align-content: center;
	align-items: center;
	border-top: 1px solid #eceeef;
	flex-direction: row;
	margin: 32px 0 0;
	ms-flex-align: center;
	ms-flex-direction: row;
	ms-flex-line-pack: center;
}
.swal-button-container,.swal-footer
{
	display: flex;
	display: -ms-flexbox;
	padding: 0;
}
.swal-button-container
{
	border-right: 1px solid #eceeef;
	flex-basis: 0;
	flex-grow: 1;
	margin: 0;
	ms-flex-positive: 1;
	ms-flex-preferred-size: 0;
	overflow: hidden;
	text-align: center;
}
.swal-button-container:last-child
{
	border-right: none;
}
.swal-button
{
	border: none;
	color: #2e3234;
	flex-basis: 0;
	flex-grow: 1;
	font-size: 1rem;
	font-weight: 400;
	height: 70px;
	margin: 0 auto;
	ms-flex-positive: 1;
	ms-flex-preferred-size: 0;
	outline: none;
	padding: 0;
}
.swal-button,.swal-button:active,.swal-button:focus,.swal-button:hover,.swal-button:visited
{
	background-color: transparent;
	box-shadow: none;
}
.swal-button--confirm
{
	color: #e00;
	font-weight: 700;
}
@media (max-width:380px)
{
	.user-list__row
	{
		flex-wrap: wrap;
	}
}