* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {max-width: 100%;}
textarea {
  resize: vertical;
}
a {text-decoration: none; color: inherit;}
.hidden,
[hidden] {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
input, button, .input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
button {cursor: pointer;}
:root {
	--bg: #F6F8FA;
	--primary: #235EE7;
	--error: #E72323;
	--success: #0A5C2B;
	--text100: #E3E4E8;
	--text200: #C7C9D1;
	--text300: #ACADB9;
	--text400: #9092A2;
	--text500: #282930;
	--text600: #5D5F6F;
	--text700: #464753;
}
.text100 {color: var(--text100);}
.text200 {color: var(--text200);}
.text300 {color: var(--text300);}
.text400 {color: var(--text400);}
.text500 {color: var(--text500);}
.text600 {color: var(--text600);}
.text700 {color: var(--text700);}
.container {max-width: 1280px; margin: 0 auto; position: relative;}
.row {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col {min-height: 1px; padding: 0 15px; box-sizing: border-box;}
body {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: var(--text500);
}
h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.03em;
}
h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.03em;
}
h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.03em;
}
.body_s, .btn, input, label, .input {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.03em;
}
.body_xs, .body_xs_rg {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.03em;
}
.body_xs_rg {
	font-weight: 400;
}
.main {
	display: flex;
}
.sidebar {
	background: var(--bg);
	min-height: 100vh;
	max-height: 100vh;
	flex: 0 0 320px;
	overflow: overlay;
	width: 320px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mobile_menu {
	display: none;
}
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: transparent;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	background-color: var(--primary);
	border-radius: 340px;
}
.dialog-wrapper::-webkit-scrollbar-thumb {
	background-color: transparent;
}
.logo {
	background: var(--primary);
	padding: 9px 7px;
	width: 48px;
	height: 48px;
	border-radius: 5px;
}
.menu {
	margin-top: 30px;
}
.menu__block + .menu__block {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid var(--text100);
}
.menu__item {
	display: flex;
	padding: 9px 10px;
	align-items: center;
	position: relative;
}
.menu__item.active {
	background: #FFFFFF;
	box-shadow: 0px 2px 2px rgba(40, 41, 48, 0.1);
	border-radius: 5px;
}
.menu__icon {
	margin-right: 10px;
	stroke: var(--text300);
}
.menu__item:where(.active, :hover, :focus) .menu__icon {
	stroke: var(--primary);
}
#msg-cnt {
	line-height: 23px;
	padding: 0 4px;
	border-radius: 120px;
	margin-left: 10px;
	background: var(--error);
	color: #fff;
	min-width: 23px;
  text-align: center;
}
.sidebar__bottom {
	padding: 30px 10px 10px;
}
.card {
	display: flex;
	flex-direction: column;
	position: relative;
}
.card_header {
	display: flex;
	cursor: pointer;
	align-items: center;
	width: 100%;
}
.card_photo {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	margin-right: 15px;
	flex: 0 0 48px;
}
.card_info {
	flex: 1 1 100%;
}
.card_info__title {
	margin-bottom: 3px;
}
.card__drop {
	flex: 0 0 16px;
}
.card_header.opened .card__drop {
	transform: rotate(180deg);
}
.card_body {
	display: none;
	padding: 20px;
    position: absolute;
    bottom: 60px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}
.card_body > * {
    padding: 10px;
}
.card_body a {
    display: block;
}
.card_body .btn {
    padding: 12px 10px;
    text-align: center;
    background: var(--error);
}
.card_body .btn.green {
    background: var(--success);
}
.card_header.opened + .card_body {
	display: block;
}
.content {
	flex: 1 1 100%;
	padding: 40px 70px 40px 62px;
	max-height: 100vh;
  overflow: overlay;
}
.card_notif {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: -40px -70px 40px -62px;
}
.card_notif .btn {
    padding: 9px 20px;
    margin-left: 10px;
    background: #CC8B00;
}
.card_notif.warning {
    background: #FFDF99;
    color: #996900;
}
.card_notif.error {
    background: #FCE8E8;
    color: #B81414;
}
.card_notif.error .btn {
    background: #E72323;
}
.content > h1 {
	margin-bottom: 30px;
}
.schedule {
	display: flex;
	margin: -10px;
	flex-wrap: wrap;
	position: relative;
}
.schedule__item {
	margin: 10px;
	width: 316px;
	padding: 20px;
	border-radius: 20px;
	background: var(--bg);
	position: relative;
}
.schedule__img {
	height: 155px;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}
.schedule__for {
	padding: 5px 10px;
	border-radius: 100px;
	background: #D1FAE1;
	color: #0A5C2B;
	position: absolute;
	top: 33px;
	left: 33px;
}
.schedule__for.partner {
	background: #FFDF99;
	color: #664600;
}
.schedule__for.leader {
	background: #E8EEFC;
	color: #0F348A;
}
.schedule__title {
	margin-top: 20px;
	margin-bottom: 5px;
}
.btn {
	display: inline-block;
	border: none;
	padding: 18px 30px;
	background: var(--primary);
	color: #fff;
	border-radius: 10px;
}
.schedule .btn {
	padding: 12px 20px;
	margin-top: 15px;
	border-radius: 10px;
	cursor: pointer;
}

/* LOGIN */
.login-logo {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 4px 200px rgba(0, 0, 0, 0.15);
	border-radius: 0px 0px 15px 15px;
}
.login-content {
	width: 100%;
	height: 100vh;
	background: url(/src/login-bg.png) center bottom no-repeat;
	overflow: hidden;
	position: relative;
}
.login {
	margin-top: 50px;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(40, 41, 48, 0.1);
	border-radius: 20px;
	padding: 30px 20px;
	width: 356px;
	max-width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}
.login-bg {
	background: #57AEFF;
	opacity: 0.2;
	filter: blur(200px);
	position: absolute;
	width: 1545px;
	height: 1431px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -947px;
	z-index: -1;
}
.login-header {display: flex; justify-content: center;}
.login-header h3 {
	border-bottom: 2px solid var(--text100);
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.login-header h3.active {
	color: var(--primary);
	border-color: var(--primary);
}
.login-body {
	margin-top: 30px;
}
input, .input, select {
	border: 1px solid var(--text100);
	border-radius: 10px;
	padding: 18px 14px 19px;
	width: 100%;
	color: var(--text600);
	outline: none;
	transition: 0.2s;
}
input:focus, select:focus {
	border-color: var(--primary);
}
input:not([type="submit"]):not(:placeholder-shown), select {
	padding: 26px 14px 11px;
	position: relative;
}
input + span, select + span {
	pointer-events: none;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.03em;
	color: var(--primary);
	position: absolute;
	top: 11px;
	left: 15px;
	opacity: 0;
	transition: 0.3s;
	transform: translateY(-8px);
}
input:not(:placeholder-shown) + span, select + span {
	opacity: 1;
	transform: translateY(0);
}
.login-body input:not(.ibtn) {margin-bottom: 20px;}
input::placeholder, select::placeholder {
	opacity: 1;
	color: var(--text400);
}
.login-body input.ibtn {
	background: var(--primary);
	color: #fff;
	cursor: pointer;
}
.input-wrapper {position: relative;}
.input-wrapper a {
	position: absolute;
	top: 21px;
	right: 15px;
	color: #759AF0;
}
.input-wrapper svg {
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
}
.input-wrapper svg.date-svg {
	pointer-events: none;
	top: 26px;
  right: 14px;
	fill: white;
}
.loginMessage .error {
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 1439px) {
	.login-content {background-size: 820px;}
	.login-bg {
		width: 870.78px;
		height: 806.53px;
		bottom: -528px;
	}
}
@media (max-width: 767px) {
	.login-content {background-size: 470px;}
	.login-bg {
		width: 497.22px;
		height: 460.53px;
		bottom: -308px;
	}
}

/* STATS */
.stats {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 1008px;
}
.stats_range {
	position: absolute;
	right: 10px;
	top: -50px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.stats_range span {
	margin-left: 10px;
	margin-right: 5px;
}
.stats_range__body {
	position: absolute;
	top: 32px;
	padding: 5px 0px;
	background: var(--bg);
	border-radius: 5px;
	box-shadow: 0px 1px 5px rgb(40 41 48 / 10%);
	width: 100%;
	display: none;
}
.stats_range.opened .stats_range__body {
	display: block;
}
.stats_range__body > * {
	padding: 8px 16px;
	display: block;
}
.stats_range__body > *:hover {
  color: var(--text400);
}
.stats-block {
	margin: 10px;
	width: 316px;
	padding: 20px;
	border-radius: 10px;
	background: var(--bg);
}
.stats__title {
	margin-bottom: 20px;
}
.stats__body {
	display: flex;
	justify-content: space-between;
}
.stats__left {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.stats__trend-wrapper {
	display: flex;
	align-items: center;
}
.stats__trend {
	padding: 3px 8px;
	margin-left: 10px;
	border-radius: 100px;
	display: flex;
}
.trend_up {
	color: var(--success);
	stroke: var(--success);
	background: #D1FAE1;
}
.trend_down {
	color: var(--error);
	stroke: var(--error);
	background: #FAD1D1;
}
.trend_down svg {
	transform: rotateX(180deg);
}
.stats__graf {
	width: 84px;
	height: 59px;
}

/* MESSAGES */
.dialog-box {
	display: flex;
	height: calc(100vh - 106px);
	margin-bottom: -40px;
	max-height: calc(100vh - 106px);
}
.dialogs {
	flex: 0 0 316px;
}
.dialog-wrapper {
	border-right: 1px solid var(--text100);
	margin-top: 10px;
	border-top: 1px solid var(--text100);
	height: calc(100% - 56px);
  overflow: overlay;
}
.dialog {
	padding: 10px;
	border-bottom: 1px solid var(--text100);
	display: flex;
	cursor: pointer;
}
.dialog.active {
	background: var(--primary);
}
.dialog__photo {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
}
.dialog__body {
	width: 238px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dialog__body_top {
	display: flex;
	margin-bottom: 5px;
	justify-content: space-between;
	align-items: center;
}
.dialog__body_title {
	display: flex;
}
.dialog.active .dialog__body_title {
	color: #FFFFFF;
}
.dialog.active .dialog__body_time {
	color: #FFFFFF;
	opacity: 0.3;
}
.dialog .dialog__body_mes {
	height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dialog.active .dialog__body_mes {
	color: #FFFFFF;
	opacity: 0.5;
}
.messages {
	flex: 1 1 100%;
	max-width: 652px;
	margin-left: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 20px;
}
.messages-box {
	margin-bottom: 21px;
	height: 100%;
	max-height: 100%;
	overflow: overlay;
}
.mes {
	display: flex;
}
.mes + .mes {
	margin-top: 15px;
}
.mes .dialog__photo {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	flex-shrink: 0;
}
.mes .dialog__body {
	width: unset;
}
.mes .dialog__body_top {
	justify-content: start;
}
.mes .dialog__body_time {
	margin-left: 10px;
}
input.body_s {
	padding: 13px 14px !important;
}

/* WALLET */
.wallet {
	display: flex;
	padding: 20px;
	border: 1px solid var(--text100);
	border-radius: 10px;
	justify-content: space-between;
	max-width: 988px;
}
.wallet__info {
	display: flex;
	align-items: center;
}
.wallet__icon {
	padding: 12px;
	margin-right: 20px;
	border-radius: 10px;
	background: var(--primary);
}
.wallet__body h2 {
	margin-top: 5px;
}
.wallet__buttons {
	display: flex;
	align-items: center;
}
.wallet__buttons .grey, .btn.grey {
	background: #F1F1F3;
	color: #030917;
}
.wallet__buttons .grey {
    margin-right: 10px;
}
.history {
	margin-top: 40px;
	max-width: 988px;
}
.history__table {
	margin-top: 10px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.history__table__row {
	box-shadow: inset 0px -1px 0px var(--text100);
	display: table-row;
}
.history__table__col {
	padding: 16px;
	display: table-cell;
}
.history__table__col:last-child {
	padding: 11px 16px;
	width: 226px;
}
.history__table__col-inner {
	padding: 5px 10px;
	background: #D1FAE1;
	border-radius: 100px;
	color: #0A5C2B;
	display: inline-block;
}
.history__table__col-inner.red {
	background: #FAD1D1;
	color: #B81414;
}

/* PROFILE */
.profile {
	max-width: 652px;
}
.profile h3 {
	margin-bottom: 30px;
}
.profile__block {
	margin-bottom: 40px;
}
.profile__row {
	display: flex;
}
.profile__row + .profile__row {
	margin-top: 20px;
}
.profile__row > * + * {
	margin-left: 20px;
}
.profile__row > * {
	width: 100%;
	flex: 1 1 100%;
}
.row_x2 {
	flex-basis: 213.5%;
}
.row_x3 {
	flex-basis: 327%;
}
.profile__photo {
	width: 148px;
	height: 148px;
	flex: 0 0 148px;
	border: 1px solid var(--text100);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.no_photo {
	text-align: center;
}
.no_photo svg {
	margin-bottom: 9px;
}
.profile__col {
	display: flex;
	flex-direction: column;
}
.profile__col > *:not(:first-child) {
	margin-top: 20px;
}
label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}
label:hover {
	color: var(--primary);
}
.profile__row label {
	width: auto;
	flex: 0 0 auto;
}
.radio, .checkbox {
	border: 1px solid var(--text300);
	border-radius: 105px;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
}
.checkbox {
	border-radius: 5px;
}
label:hover .radio, label:hover .checkbox,
input[type="radio"]:checked + .radio {
	border-color: var(--primary);
}
input[type="checkbox"]:checked + .checkbox {
	border-color: var(--primary);
	background: var(--primary);
}
input[type="radio"]:checked + .radio::after {
	content: "";
	position: absolute;
	inset: 3px;
	background: var(--primary);
	border-radius: 50%;
}
input[type="checkbox"]:checked + .checkbox::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url(/src/check.png) center no-repeat;
	background-size: contain;
}
input[type="radio"], input[type="checkbox"] {
	width: 18px;
	height: 18px;
	position: absolute !important;
	opacity: 0;
	z-index: -1;
	left: 0;
	top: 0;
}
.input {
	position: relative;
	cursor: pointer;
}
.input svg {
	position: absolute;
	top: 18px;
	right: 15px;
}
.var {
	position: relative;
	top: 8px;
}
.variants {
	display: none;
	box-shadow: 0px 4px 30px rgb(52 59 76 / 15%);
	border-radius: 5px;
	position: absolute;
	top: calc(100% + 8px);
	left: -1px;
	width: 100%;
	z-index: 9999;
	background: #fff;
	max-height: 322px;
  overflow: overlay;
	padding: 10px 0;
}
.input.opened .variants {
	display: block;
}
.variant {
	padding: 10px 16px;
}
.checkbox-wrapper + .checkbox-wrapper {
	margin-top: 20px;
}
.align-right {
	width: 100%;
	text-align: right;
	display: flex;
  justify-content: right;
}

/* ARCHIVE */
.folders {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.folder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--bg);
	width: 232px;
	height: 138px;
	flex: 0 0 232px;
	border-radius: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.folder__icon {
	margin-bottom: 10px;
}
.archives {
	display: grid;
	grid-template-columns: repeat(4, minmax(232px, 1fr));
	gap: 20px;
	grid-gap: 20px;
	margin-top: 30px;
}
.archive {
	min-width: 232px;
}
.archive__img {
	border-radius: 10px;
}
.archive__title {
	margin-top: 10px;
	margin-bottom: 8px;
}
.faq-wrapper {
	border-top: 1px solid var(--text100);
}
.faq {
	border-bottom: 1px solid var(--text100);
	padding: 0 0 16px;
	position: relative;
}
.faq__title {
	padding-top: 25px;
	padding-bottom: 10px;
	padding-right: 54px;
	line-height: 24px;
	cursor: pointer;
}
.faq__body {display: none;}
.faq.opened .faq__body {display: block;}
.faq__body p + p {
	margin-top: 10px;	
}
.faq svg {
	position: absolute;
	top: 25px;
	right: 0;
	transition: 0.2s;
	pointer-events: none;
}
.faq.opened svg {
	transform: rotate(45deg);
}

/* CONSTRUCT */
.page-controls {
	display: flex;
	border-bottom: 2px solid var(--text100);
	position: relative;
}
.page-controls:after {
	content: "";
	width: 148px;
	height: 2px;
	position: absolute;
	background: var(--primary);
	bottom: -2px;
	left: 0;
	transition: 0.3s;
}
.data-page[data-page="1"] .page-controls:after {
	transform: translateX(0px);
}
.data-page[data-page="2"] .page-controls:after {
	transform: translateX(148px);
}
.data-page[data-page="3"] .page-controls:after {
	transform: translateX(296px);
}
.data-page[data-page="4"] .page-controls:after {
	transform: translateX(444px);
}
.data-page[data-page="5"] .page-controls:after {
	transform: translateX(592px);
}
.page-btn {
	flex: 0 0 148px;
	padding-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
	color: var(--text600);
	font-size: 14px;
	line-height: 130%;
	cursor: pointer;
}
.data-page[data-page="1"] .page-btn:nth-child(1),
.data-page[data-page="2"] .page-btn:nth-child(2),
.data-page[data-page="3"] .page-btn:nth-child(3),
.data-page[data-page="4"] .page-btn:nth-child(4),
.data-page[data-page="5"] .page-btn:nth-child(5) {
	color: var(--primary);
}
.page-wrapper {
	padding-top: 30px;
}
.page {
	display: none;
}
.data-page[data-page="1"] .page:nth-child(1),
.data-page[data-page="2"] .page:nth-child(2),
.data-page[data-page="3"] .page:nth-child(3),
.data-page[data-page="4"] .page:nth-child(4),
.data-page[data-page="5"] .page:nth-child(5) {
	display: flex;
}
.page__col {
	flex: 1 1 50%;
}
.page__col + .page__col {
	margin-left: 20px;
}
.site-input {
	display: flex;
}
.site-input .input-wrapper:nth-child(1) {
	flex: 0 0 168px;
}
.site-input .input-wrapper:nth-child(2) {
	flex: 1 1 100%;
}
.site-input .input-wrapper:nth-child(1) input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.site-input .input-wrapper:nth-child(2) input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-left: none;
	background: transparent;
}
.site-input-desc {
	padding-left: 167px;
	display: flex;
}
.site-input-desc button, .site-input-desc a {
	border: 1px solid var(--text100);
	background: transparent;
	border-top: none;
	border-radius: 0px 0px 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 0;
	flex: 1 1 50%;
}
.site-input-desc button:nth-child(2) {
	border-radius: 0px 0px 10px 0px;
	border-left: none;
}
.site-input-desc svg {
	margin-right: 10px;
}
.site-info {
	flex: 0 0 50%;
	margin-top: 30px;
}
.page__media-container {
	border: 1px solid var(--text100);
	border-radius: 10px;
	width: 484px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.page__media-container img, .page__media-container video {
	display: none;
}
.no_media {
	text-align: center;
}
.no_media__icon {
	margin-bottom: 9px;
}
.page__media-container + .page__media-container {
	margin-top: 20px;
}
.page_btn-wrapper {
	text-align: right;
	margin-top: 40px;
}

/* RATING */
.rating-wrapper {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
}
.rating {
	margin: 10px;
	width: 148px;
}
.rating__photo {
	width: 148px;
	height: 148px;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	outline: 4px solid transparent;
	outline-offset: -4px;
	position: relative;
}
.rating:nth-child(1) .rating__photo {outline-color: #FFAF01;}
.rating:nth-child(2) .rating__photo {outline-color: #C7C9D1;}
.rating:nth-child(3) .rating__photo {outline-color: #CD7F32;}
.rating:nth-child(1) .rating__photo:after {
	content: "1";
	background: #FFAF01;
}
.rating:nth-child(2) .rating__photo:after {
	content: "2";
	background: #C7C9D1;
}
.rating:nth-child(3) .rating__photo:after {
	content: "3";
	background: #CD7F32;
}
.rating:nth-child(1) .rating__photo:after,
.rating:nth-child(2) .rating__photo:after,
.rating:nth-child(3) .rating__photo:after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	letter-spacing: -0.02em;
	border-radius: 50%;
}
.rating h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.create_tr {
	position: absolute;
	z-index: 9;
	top: -59px;
	left: 373px;
	margin-top: 0 !important;
}
.teachers {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
}
.teacher {
	margin: 10px;
	background: var(--bg);
	border-radius: 20px;
	flex: 0 0 484px;
	padding: 20px;
}
.teacher__top {
	display: flex;
	margin-bottom: 15px;
}
.teacher__photo {
	width: 190px;
	height: 190px;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	margin-right: 20px;
}
.teacher .btn {
	padding: 12px 20px;
	width: 190px;
	text-align: center;
}
.teacher__body h3 {
	margin-top: 5px;
	margin-bottom: 15px;
}
.teacher__text {
	display: flex;
	align-items: center;
}
.teacher__text svg {
	margin-right: 10px;
}
.teacher__text + .teacher__text {
	margin-top: 8px;
}
.teacher__icons {
	display: flex;
	margin-top: 15px;
}
.teacher__icon {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.teacher__icon:nth-child(1) {background: #0088CC; padding-right: 2px;}
.teacher__icon:nth-child(2) {background: #25D366;}
.teacher__icon:nth-child(3) {background: #0077FF;}
.teacher__icon:nth-child(4) {background: #F00073;}
.panel-title {
	position: relative;
}
.panel-stats {
	display: flex;
	position: absolute;
	top: 11px;
	right: 0;
}
.panel-stats div {margin-left: 30px;}
.folder:hover .folder__icon {
	stroke: var(--primary);
}
.dashboard {
	max-width: 988px;
	display: flow-root;
}
.dashboard > * {
	float: left;
	margin-bottom: 20px;
}
.dashboard h3 {margin-bottom: 20px;}
.dashboard__profile {
	width: 316px;
	height: 138px;
	display: flex;
}
.dashboard__photo {
	margin-right: 20px;
	border-radius: 20px;
	width: 138px;
	height: 138px;
	background-position: center;
	background-size: cover;
	flex-shrink: 0;
}
.dashboard__profile h3 {margin-bottom: 5px;}
.dashboard__rang, .dashboard__card {
	padding: 5px 10px;
	border-radius: 100px;
	display: inline-block;
}
.dashboard__rang {
	background: var(--text100);
	margin-top: 10px;
}
.dashboard__card {
	background: #FFDF99;
	margin-top: 10px;
	color: #664600;
}
.dashboard .stats-block {
	margin: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
.dashboard__rating {
	width: 316px;
	height: 296px;
	border-radius: 10px;
	background: var(--bg);
	padding: 20px;
}
.rating-block {
	display: flex;
}
.rating-block + .rating-block {
	padding-top: 20px;
	margin-top: 19px;
	border-top: 2px solid var(--text100);	
}
.rating__img {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
}
.rating__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.dashboard__news {
	width: 316px;
	height: 367px;
	background: var(--bg);
	border-radius: 10px;
	padding: 20px;
}
.dashboard__news .news-body + .news-body {
	padding-top: 20px;
	margin-top: 18px;
	border-top: 2px solid var(--text100);	
}
.news-block h3 {margin-bottom: 15px;}
.news-body {
	display: flex;
}
.news__img {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.play-button {
	position: absolute;
	background: var(--primary);
	padding-left: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.news__right {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.news__right .body_xs {
	margin-bottom: 5px;
}
.dashboard__trans {
	background-color: var(--bg);
	width: 652px;
	height: 367px;
	border-radius: 10px;
	margin-left: 20px;
	background-position: center;
	background-size: cover;
	position: relative;
	cursor: pointer;
}
.dashboard__trans .play-button {
	width: 64px;
	height: 64px;
}
.dashboard__trans svg {
	transform: scale(1.5);
}
.profile .btn.grey {margin-right: 20px;}
.mastery .faq-wrapper {margin-top: 84px;}
.mastery {
	display: flex;
}
.mastery__left {
	flex: 0 1 673px;
	border-right: 1px solid var(--text100);
	padding-right: 20px;
}
.mastery__right {
	flex: 0 0 316px;
	padding-left: 20px;
}
.chat__pages .page {
	flex-direction: column;
}
.online-wrapper {
	border-radius: 0px 0px 10px 10px;
	height: 34px;
	display: flex;
	background: var(--bg);
	align-items: center;
	padding-left: 15px;
	padding-right: 13px;
	margin-bottom: 22px;
	justify-content: space-between;
}
.online__text {
	padding-left: 13px;
	position: relative;
	color: #14B856;
}
.online__text:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #14B856;
}
.online__flex {
    display: flex;
    align-items: center;
}
.online__all, .online__partners {
	display: flex;
	align-items: center;
}
.online__partners {
	margin-left: 10px;
}
.online__all span, .online__partners span {
	padding: 3px;
	color: white;
	text-align: center;
	min-width: 21px;
	border-radius: 20px;
	margin-left: 3px;
}
.online__all span {
	background: #14B856;
}
.online__partners span {
	background: var(--primary);
}
.mastery__right .btn {
	margin-top: 44px;
}
.chat__pages .dialog__body_mes {
	padding-right: 8px;
}

/* WORKBOOK */
.h1-wrapper {
	display: flex;
	max-width: 988px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.workbook-wrapper {
	display: flex;
	max-width: 988px;
	margin-top: 30px;
}
.filters {
	display: flex;
}
.filters .input-wrapper {
	width: 232px;
}
.filters .input-wrapper + .input-wrapper {
	margin-left: 20px;
}
.filters input, .filters .input {
	padding: 13px 14px !important;
}
.filters .var {
	top: 0;
}
.filters .input svg {
	top: 12px;
}
.workbook__left {
	flex: 0 0 232px;
	margin-right: 20px;
}
.workbook {
	display: flex;
	flex: 1 1 100%;
	flex-wrap: wrap;
	margin: -10px;
}
.workbook__buttons {
	display: flex;
}
.workbook__buttons .btn {
	padding: 12px 22px;
}
.workbook__buttons .grey {
	margin-right: 0;
	margin-left: 10px;
}
.workbook__folders {
	margin-top: 30px;
}
.workbook__folder {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.workbook__folder__action {
	height: 20px;
}
.workbook__folder__title {
	display: flex;
	align-items: center;
}
.workbook__folder__title span:nth-child(2) {
	width: 155px;
	margin-left: 5px;
	margin-right: 5px;
}
.workbook__user {
	border-radius: 10px;
	width: 232px;
	background: var(--bg);
	padding: 20px;
	margin: 10px;
}
.workbook__user__top {
	display: flex;
	position: relative;
}
.user__photo {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	margin-right: 10px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center;
}
.user__photo.online:after {
	content: "";
	background: #14B856;
	width: 12px;
	height: 12px;
	border: 2px solid #FFFFFF;
	position: absolute;
	right: -1px;
	bottom: -1px;
	border-radius: 50%;
}
.user__title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 20px;
}
.user__title .next_btn {margin-left: 10px; color: #CC8B00; cursor: pointer;}
.workbook__user__top > svg {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.workbook__user__body {
	margin-top: 10px;
}
.workbook__user__body .teacher__text {
	margin-top: 5px;
	align-items: flex-start;
}
.workbook__user__info {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.workbook__indicators {
	display: flex;
}
.workbook__indicators svg + svg {margin-left: 4px;}
.workbook__social {
	display: flex;
}
.workbook__social__link {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.workbook__social__link + .workbook__social__link {
	margin-left: 7px;
}
.social_mes {
	background: var(--primary);
}
.social_inst {
	background: #F00073;
}
.social_wa {
	background: #25D366;
}
.social_vk {
	background: #0077FF;
}
.social_tg {
	background: #0088CC;
	padding-right: 2px;
}
.workbook__full {
	display: none;
	position: fixed;
	box-shadow: 0 0 0 10000px rgb(5 17 46 / 20%);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: slideIn 0.3s;
	will-change: transform;
	z-index: 5;
}
@keyframes slideIn {
	from {
		opacity: 0;
		transform: translate(-50%, calc(-50% - 50px));
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
.workbook__full.opened {
	display: block;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px;
}
.workbook__full-wrapper {
	display: flex;
	margin-top: 30px;
}
.workbook__full-user {
	width: 374px;
}
.workbook__full-actions {
	display: flex;
	flex-direction: column;
	width: 168px;
	margin-left: 70px;
	position: relative;
}
.workbook__full-actions .btn {
	margin: 0;
	margin-top: 10px;
	padding: 12px 15px;
}
.workbook__full-actions .btn.delete {
	background: #FAD1D1;
	color: var(--error);
}
.workbook__full-user .user__photo {
	border-radius: 50%;
}
.workbook__full .workbook__indicators svg + svg {
	margin-left: 10px;
}
.workbook__full .workbook__user__body .teacher__text {
	align-items: center;
}
.teacher__text .copy_btn {
	margin-left: 10px;
	color: var(--primary);
	cursor: pointer;
}
.workbook__full .workbook__user__info {
	margin-bottom: 30px;
}
.workbook__full-note {
	border-radius: 10px 10px 10px 0px;
	padding: 10px;
	background: var(--bg);
	margin-top: 5px;
}
.workbook__full-note:nth-child(2) {margin-top: 10px;}
.close_block {
	position: absolute;
	cursor: pointer;
	top: 20px;
	right: 20px;
}
.workbook__full-actions__move, .workbook__full-actions__note, .workbook__full-actions__alert {
	position: absolute;
	left: 0;
	display: none;
	background: white;
	padding: 20px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	width: 278px;
}
.workbook__full-actions__move {top: 123px;}
.workbook__full-actions__alert {top: 175px;}
.workbook__full-actions__note {top: 227px;}
.workbook__full-actions__move.opened,
.workbook__full-actions__note.opened,
.workbook__full-actions__alert.opened {
	display: block;
}
.workbook__full-actions__move button,
.workbook__full-actions__note button,
.workbook__full-actions__alert button {
	width: 100%;
	margin-top: 10px;
}
.workbook__full-actions__move .body_s,
.workbook__full-actions__note .body_s,
.workbook__full-actions__alert .body_s {
	width: 100%;
	margin-bottom: 13px;
}

/* TRANSLATION */
.translation {
	display: flex;
}
.translation__left {
	flex: 1 1 100%;
	margin-right: 40px;
}
.translation__right {
	flex: 0 0 296px;
}
.translation__right > .btn {
	width: 100%;
	margin-bottom: 30px;
	padding: 12px 20px;
}
.h1-time-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.h1-time {
	display: flex;
	align-items: center;
	margin-right: 336px;
}
.h1-time svg {
	margin-right: 5px;
}

/* TEAM */
.team_filters {
	display: flex;
	margin-bottom: 20px;
}
.team_filters > * {
	flex: 1 1 100%;
}
.team_filters > *:first-child {
	flex: 0 0 232px;
}
.team_filters > * + * {
	margin-left: 10px;
}
.team_filters .var {top: 0;}
.team_filters input, .team_filters .input {
	padding: 13px 14px !important;
}
.team_filters .input svg {
	top: 13px;
}
.team-wrapper {
	display: flex;
	margin: -10px;
	flex-wrap: wrap;
}
.team-wrapper .user__title {
	padding-right: 0;
}
.with-icons, .team_icons {
	display: flex;
}
.team_icons svg {
	margin-left: 5px;
}
.team-wrapper .workbook__social__link:not(:last-child):not(.active) {
	background: var(--text100);
}
.team-wrapper .workbook__social__link:not(:last-child):not(.active) svg {
	fill: var(--text400);
}
.team-wrapper .teacher__text {
	align-items: center;
}

/* PROMO */
.promo {
	background: url(/src/promo2.png);
	background-size: cover;
	background-position: center;
}
.promo:before {
	content: "";
	position: absolute;
	background: #05112E;
	opacity: 0.92;
	z-index: -1;
	height: 100%;
	width: calc(50vw + 252px);
}
.promo:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #235EE7;
	opacity: 0.92;
	z-index: -1;
	height: 100%;
	width: calc(50vw - 252px);
}
.promo-container {
	max-width: 988px;
	margin: 0 auto;
	padding: 30px 0;
	min-height: 100vh;
}
.promo .logo {
	width: 64px;
	height: 64px;
	padding: 12px 10px;
}
.step1 {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 988px;
	width: 100%;
}
.step1__col1 {
	flex: 0 0 316px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.step1__col1-body {
	color: white;
}
.promo__title {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	letter-spacing: -0.03em;
	margin-bottom: 20px;
}
.promo__title + h3 {
	color: #A3BCF5;
	width: 288px;
}
.step1-btn {
	width: 232px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: white;
	border: none;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: var(--primary);
}
.step1__col2 {
	flex: 1 1 100%;
	margin-left: 20px;
	position: relative;
}
.promo-container .play-button {
	width: 64px;
	height: 64px;
	cursor: pointer;
}
.promo-container .play-button svg {
	width: 24px;
	height: 24px;
}
.step2 {
	display: none;
	width: 100%;
	margin-top: 94px;
}
.promo-container[data-step="1"] .step1, .promo-container[data-step="2"] .step2 {
	display: flex;
}
.step2__col1 {
	color: white;
	flex: 1 1 457px;
	margin-right: 55px;
}
.promo__title2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.03em;
	margin-bottom: 40px;
}
.step2__col1-body > h3 {
	margin-bottom: 30px;
	color: #A3BCF5;
}
.step2__col1-icon_block {
	display: flex;
	align-items: center;
}
.step2__col1-icon_block + .step2__col1-icon_block {margin-top: 20px;}
.icon_block-icon {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 50%;
	background: white;
	margin-right: 20px;
	padding: 11px;
}
.icon_block-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.icon_block-body h3 {
	color: #75F0A6;
	margin-bottom: 6px;
}
.step2__col2 {
	flex: 0 0 484px;
}
.register_block {
	padding: 74px 84px;
	background: #FFFFFF;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.5);
	border-radius: 60px;
}
.input_icon {
	width: 57px;
	height: 57px;
	background: var(--text200);
	border-radius: 50px;
	flex: 0 0 57px;
	background: var(--text200);
	border-radius: 10px;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.input_icon.active:nth-child(2) {
	background: #25D366;
}
.input_icon.active:nth-child(3) {
	background: #0088CC;
}
.messages-back {
	display: none;
}
.ref-wrapper {flex: 0 0 400px;}

/* CARDS */
.club_cards {
	max-width: 988px;
}
.club_card {
	display: flex;
	justify-content: space-between;
}
.club_card + .club_card {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #E1E6F0;
}
.club_card__left {
	display: flex;
}
.club_card__img {
	border-radius: 10px;
	width: 270px;
	height: auto;
}
.club_card__body {
	margin-left: 30px;
}
.club_card__long {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.card_long {
	color: var(--success);
	background: #D1FAE1;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 100px;
}
.club_card__checks {
	color: var(--text600);
	margin-top: 20px;
}
.club_card__check {
	letter-spacing: -0.03em;
	padding-left: 30px;
	min-height: 20px;
	display: flex;
	align-items: center;
	position: relative;
}
.club_card__check:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--primary);
	background-image: url(/src/check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.club_card__check + .club_card__check {margin-top: 10px;}
.club_card__buttons {
	align-self: center;
	margin-left: 30px;
}
.club_card_info {
	border-radius: 10px;
	background: var(--bg);
	max-width: 988px;
	height: 400px;
	display: flex;
	justify-content: space-between;
}
.club_card_info__left {
	padding-top: 50px;
	padding-left: 60px;
}
.club_card_info__back {
	display: flex;
	align-items: center;
}
.club_card_info__back span {margin-left: 10px;}
.club_card_info h1 {margin-top: 28px; width: 263px;}
.club_card_info h1 + .text400 {margin-top: 26px; width: 240px;}
.club_card_info .text500 {margin-top: 20px;}
.club_card_info__right {
	position: relative;
	width: 557px;
}
.club_card_info__bg {
	position: absolute;
	inset: 0;
	background: url(/src/card_sc.png) no-repeat;
	background-position-y: 27px;
  background-position-x: -3px;
}
.club_card_info__card {
	position: absolute;
	z-index: 1;
	background-image: url(/src/card_gold.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 308px;
	height: 194px;
	transform: rotate(5deg);
	right: 144px;
	top: 102px;
	border-radius: 10px;
	filter: drop-shadow(0px 7.57652px 18.1837px rgba(0, 0, 0, 0.25));
}
.card_buy {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	max-width: 988px;
}
.card_buy h2 {margin-bottom: 30px;}
.card_buy__left {
	width: 540px;
}
.card_buy .club_card__check {
	padding-left: 34px;
	min-height: 24px;
}
.card_buy .club_card__check:before {
	width: 24px;
	height: 24px;
	background-size: 18px;
}
.card_buy .club_card__check + .club_card__check {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(58, 68, 82, 0.1);
}
.card_buy .club_card__check + .club_card__check:before {
	top: 15px;
}
.club_card__check.grey {
	color: var(--text400);
}
.club_card__check.grey:before {
	background-color: var(--text200);
	background-image: url(/src/x.png);
}
.card_buy__right {
	width: 400px;
	height: min-content;
	padding: 30px 20px;
	box-shadow: 0px 1px 5px rgba(40, 41, 48, 0.1);
	border-radius: 20px;
}
.card_buy__inputs > * + * {margin-top: 20px;}
.card_buy__person {
	padding: 20px 0;
	border-bottom: 1px solid var(--text100);
}
.card_buy__button {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card_buy__button .body_xs {width: 147px; cursor: pointer;}
.modal__text {
    margin-top: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    overflow: auto;
}