@charset "UTF-8";

@font-face {
	font-family: Inter;
	src: url(https://alatyr-project.ru/templates/stk/fonts/Inter/Inter-Cyrillic-Regular.woff2) format("woff2"), url(https://alatyr-project.ru/templates/stk/fonts/Inter/Inter-Cyrillic-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0400-04FF
}

@font-face {
	font-family: Inter;
	src: url(https://alatyr-project.ru/templates/stk/fonts/Inter/Inter-Cyrillic-Semibold.woff2) format("woff2"), url(https://alatyr-project.ru/templates/stk/fonts/Inter/Inter-Cyrillic-Semibold.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0400-04FF
}

@font-face {
	font-family: Inter;
	src: url(https://alatyr-project.ru/templates/stk/fonts/Inter/Inter-Latin-Regular.woff2) format("woff2"), url(https://alatyr-project.ru/templates/stk/fonts/Inter/Inter-Latin-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-007F
}

@font-face {
	font-family: Inter;
	src: url(https://alatyr-project.ru/templates/stk/fonts/Inter/Inter-Latin-Semibold.woff2) format("woff2"), url(https://alatyr-project.ru/templates/stk/fonts/Inter/Inter-Latin-Semibold.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-007F
}

p {
	line-height: 150%;
}

.clan-block {
	height: 291px;
	width: 100%;
	border-radius: 12px;
	background-color: #181818;
	position: relative;
	outline-offset: 2px;
	transition: .3s;
	outline: 2px solid #00000000;
	cursor: pointer;
}

.clan-block:hover {
	outline: 2px solid #3d3d3d70 !important
}

.clans-container {
	gap: 24px;
	display: flex;
	flex-direction: column;
}

.clans-container {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .5s ease, transform .5s ease;
}

.clans-container.loaded {
	opacity: 1;
	transform: translateY(0);
}

.c-stats {
	min-width: 182px;
	max-width: 182px;
	min-height: 48px;
	padding: 0 !important;
	background: #292929 !important;
}

.clans-top {
	display: flex;
	justify-content: center;
	position: relative;
	min-height: 450px;
}

.clans-top-background {
	position: absolute;
	margin-top: 124px;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	gap: 496px;
	height: 343px;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.clan-back-right {
	margin-top: -139px;
	-webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%, transparent 0%, black 95%), linear-gradient(to left, black 65%, transparent 100%, transparent 0%, black 90%), radial-gradient(circle at center calc(100% + 260px), black 100%, transparent 85%), linear-gradient(to top, black 90%, rgba(0, 0, 0, .5) 98%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-composite: intersect;
}

.clans-3 {
	display: flex;
	gap: 16px;
	z-index: 3;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.clan-leader {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.clan-num {
	max-height: 96px;
	-webkit-user-select: none;
	user-select: none;
}

.clan-leader-avatar {
	display: flex;
}

.clan-leader-avatar img:nth-of-type(1) {
	max-height: 100px;
	margin-right: -25px;
	-webkit-user-select: none;
	user-select: none;
}

.clan-leader-avatar img:nth-of-type(2) {
	height: 96px;
	width: 96px;
	border-radius: 100%;
	border: 1px solid #292929;
	object-fit: cover;
}

.clan-leader-avatar img:nth-of-type(3) {
	max-height: 100px;
	transform: scaleX(-1);
	margin-left: -25px;
	-webkit-user-select: none;
	user-select: none;
}

.clan-list {
	width: 100%;
	display: grid;
	gap: 8px;
	align-content: flex-start;
	grid-template-columns: repeat(auto-fill, minmax(279px, 1fr));
}


.clan-background {
	width: 100%;
	position: absolute;
	opacity: .5;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#clans-g {
	bottom: 0;
	position: absolute;
	background: linear-gradient(180deg, #20202000, #101010 90%);
	height: 30%;
	width: 127%;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 3;
}

.clan-banner {
	display: block;
	object-fit: cover;
	height: 120px;
	width: 100%;
	border-radius: 12px 12px 0 0;
}

.clan-info {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 12px;
	gap: 16px;
	padding: 8px;
	z-index: 2;
}

.clan-info-header {
	display: flex;
	flex-direction: column;
	gap: 1px;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.clan-info-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.clan-info-header img {
	height: 96px;
	width: 96px;
	border-radius: 100%;
	border: 1px solid #292929;
	object-fit: cover;
}

.clan-info-top-block {
	border-radius: 8px;
	gap: 10px;
	padding: 4px 8px;
	background: #161616;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 4%;
	text-transform: uppercase;
}

.clan-arrow {
	transition: .2s;
}

.clan-names {
	display: flex;
	flex-direction: column;
	gap: 4px;
}


.clan-tag {
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
	color: #fff;
}

.clan-top-stats {
	border-radius: 8px;
	gap: 4px;
	border-width: 1px;
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
}


.clan-leader-stats-members {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
}


.clan-leader-stats__info {
	min-width: 105px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.clan-leader-stats__info p {
	font-family: Inter;
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
	color: #888;
	margin-bottom: 0px;
}

.clan-leader-stats {
	border-radius: 8px;
	padding: 16px 8px;
	gap: 4px;
	border-width: 1px;
	border: 1px solid #161616;
	display: flex;
	justify-content: center;
	align-items: center;
}

.clan-arrow {
	transition: .2s;
}

.clan-block:hover .clan-arrow {
	margin-right: -3px;
	margin-top: -3px
}

.clan-list-header {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 10px;
}

.clan-header-title {
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	color: #fff;
}

.clan-header-items {
	display: flex;
	gap: 16px;
}

.goods-back {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	background: #1f1f1f;
	padding: 10px;
	border-radius: 10px;
	width: 14%;
}

.goods-back svg {
	transition: .3s;
}

.goods-back:hover p {
	color: #d1d1d1
}

.goods-back:hover svg {
	transform: scale(.85)
}

.goods-back:hover svg path {
	fill: #d1d1d1
}

.goods-back p {
	color: #fff;
	margin-bottom: 0 !important;
	transition: .3s;

}

.clans-profile-container {
	display: flex;
	gap: 8px;
}

.clans-profile-container {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .5s ease, transform .5s ease;
}

.clans-profile-container.loaded {
	opacity: 1;
	transform: translateY(0);
}

.clans-stats-flex {
	max-width: 420px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.clans-profile-stats {
	max-width: 420px;
	width: 100%;
	gap: 16px;
	border-radius: 12px;
	padding-bottom: 8px;
	background: #161616;
	display: flex;
	flex-direction: column;
	height: fit-content;
}

.clan-banner {
	display: block;
	object-fit: cover;
	height: 120px;
	width: 100%;
	border-radius: 12px 12px 0 0;
}

.clans-profile-stats img {
	-webkit-user-select: none;
	user-select: none;
}

.clan-profile-main-info {
	padding-right: 16px;
	padding-left: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	/*     height: 100%; */
}

.clan-profile-avatar {
	display: flex;
	gap: 16px;
}

.clan-profile-avatar img {
	height: 74px;
	width: 74px;
	border-radius: 100%;
	object-fit: cover;
}

.clan-profile-name {
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
}

.clan-profile-displays {
	display: flex;
	gap: 8px;
}

.clan-profile-display-tag {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -2%;
	color: #888;
}

.clan-profile-display-name {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -2%;
	color: #fff;
}

.clan-profile-display-created {
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #888;
}

.profile-likes {
	margin-left: auto;
	width: fit-content;
	display: flex;
	gap: 16px;
}

.profile-like-stat {
	display: flex;
	gap: 6px;
	font-family: Inter;
	font-size: 13px;
	font-weight: 600;
	line-height: 21px;
	text-align: left;
	color: #888;
	align-items: center;
	transition: .3s;
	cursor: pointer;
}

.clan-top-stats {
	border-radius: 8px;
	gap: 4px;
	border-width: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.clan-top-stats-line {
	display: flex;
	width: 100%;
	gap: 4px;
}

.clan-stats-main-clanpage {
	border-radius: 8px;
	justify-content: space-between;
	padding: 12px 16px;
}

.clan-leader-stats__info__page {
	min-width: 105px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.clan-leader-stats__info__page p {
	font-family: Inter;
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
	margin-bottom: 0px !important;
	color: #888;
}

.clan-stats-main-top {
	border-radius: 8px;
	gap: 4px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #1f1f1f;
	width: 100%;
}

.clan-leader-stats-members {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
}

.clan-profile-buttons {
	gap: 5px;
	margin-top: 12px;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}

.clan-leader-stats__description {
	display: flex;
	flex-direction: column;
	gap: 8px;
}


.block-button {
	padding: 16px;
	gap: 10px;
	border-radius: 8px;
	background: #6777f5;
	color: #fff;
	width: fit-content;
	display: flex;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	justify-content: center;
	cursor: pointer;
	transition: .2s;
	align-items: center;
	font-family: Inter;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 166px;
}

.block-button2 {
	padding: 16px;
	/* gap: 0px; */
	border-radius: 8px;
	background: #6777f5;
	color: #fff;
	width: fit-content;
	display: flex;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	cursor: pointer;
	transition: .2s;
	align-items: flex-start;
	font-family: Inter;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 385px;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-end;
	justify-content: center;
}

.block-button3 {
	padding: 16px;
	/* gap: 0px; */
	border-radius: 8px;
	background: #6777f5;
	color: #fff;
	width: fit-content;
	display: flex;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	cursor: pointer;
	transition: .2s;
	align-items: flex-start;
	font-family: Inter;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 385px;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-end;
	justify-content: center;
}

.c-member {
	max-height: 48px;
	max-width: 100%;
}

.c-member p {
	margin-bottom: 0px !important;
}

.block-buttons-cw-stats-inline {
	display: flex;
	gap: 8px;
}

.clans-profile-player-recently {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #888;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clans-profile-players {
	width: 100%;
	gap: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

.clans-profile-player p {
	margin-bottom: 0px !important;
}

.clans-profile-players-list {
	border-radius: 8px;
	padding: 16px;
	background: #161616;
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	min-height: 478px;
	max-height: 776px;
	position: relative;
}

#clans-t {
	bottom: 0;
	position: absolute;
	background: linear-gradient(180deg, #20202000, #161616 90%);
	height: 6%;
	max-width: 1024px;
	width: 100%;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 4;
	margin-bottom: 16px;
}

.clans-profile-players-list-main {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 744px;
	overflow: auto;
	padding-right: 10px;
	padding-bottom: 25px;
}

.clans-profile-player {
	background: #1f1f1f;
	max-height: 52px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	min-height: 52px;
	align-items: center;
	transition: .3s;
	cursor: pointer;
	padding-right: 16px;
}

.clans-profile-player-row {
	display: flex;
	width: 100%;
}

.clans-profile-player-place {
	max-width: 82px;
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
	gap: 12px;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #fff;
	min-height: 52px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.clans-profile-player-block {
	gap: 12px;
	max-width: 241px;
	min-height: 52px;
	width: 100%;
	flex-wrap: nowrap;
	min-width: 0;
	display: flex;
	align-items: center;
}

.clan-player-avatar {
	max-height: 32px;
	border-radius: 100%;
	-webkit-user-select: none;
	user-select: none;
}

.clans-profile-player-name {
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #fff;
	white-space: nowrap;
	max-width: 60% !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clans-profile-player-role {
	padding: 4px 10px;
	gap: 8px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	font-family: Inter;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: -2%;
	color: #fff;
}

.clans-profile-player-elo {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: Inter;
	font-weight: 600;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
	color: #fff;
}

.clans-profile-player-status {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 8px;
}

.clans-profile-player-tools {
	padding-left: 16px;
	gap: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.clan-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.clan-now {
	border-radius: 8px;
	justify-content: space-between;
	padding: 4px 24px;
	background: #161616;
	min-height: 58px;
	align-items: center;
	display: flex;
	outline: 2px dashed #333;
	outline-offset: 4px;
	cursor: pointer;
	transition: .3s;
}

.no-clan {
	background: inherit;
	cursor: default;
	padding-right: 8px;
}

.clan-row-avatar-group {
	display: flex;
	align-items: center;
	gap: 16px;
}

.clan-row-stats-group {
	display: flex;
	align-items: center;
	gap: 24px;
}


.c-shop,
.c-create {
	min-width: 182px;
	max-width: 182px;
	min-height: 48px;
	padding: 0 !important;
}

.c-faq p,
.c-create p,
.no-clan-text {
	padding: 0;
	margin: 0;
}

.block-button-clans {
	padding: 16px;
	gap: 10px;
	border-radius: 8px;
	background: #6777f5;
	color: #fff;
	width: fit-content;
	display: flex;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	justify-content: center;
	cursor: pointer;
	transition: .2s;
	align-items: center;
	font-family: Inter;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 166px;
}

.block-button-clans:hover {
	background: #4247e9
}

.no-clan-text {
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #888;
}

.c-faq {
	min-width: 182px;
	max-width: 182px;
	min-height: 48px;
	padding: 0 !important;
	background: #292929 !important;
}

.c-faq:hover {
	background: #242424 !important
}

.clan-name {
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: #888;
}

.clan-name p {
	margin: 0;
}

.clan-tag {
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
	color: #fff;
}

.clan-tag p {
	margin: 0;
}

.second_nav {
	z-index: 15;
}

.form-control {
	background-color: rgb(35, 35, 35);
}

.modal-content[data-v-d3582b92] {
	border-radius: 8px;
	position: relative;
}

.modal-content {
	background: #161616;
	width: auto;
	z-index: 100;
	gap: 24px;
	top: 396px;
	border-radius: 12px;
	position: relative;
}

.close-button {
	position: absolute;
	top: 10px;
	padding: 14px;
	right: 10px;
	background: transparent;
	border: none;
	font-size: 20px;
	transition: .3s;
	z-index: 6;
}

.close-button svg {
	cursor: pointer;
}

.modal-all {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 20px;
}

.modal-title-all {
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
	letter-spacing: -.02em;
	margin: 0;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
}

.modal-payment-email {
	width: 100%;
	min-width: 384px;
	height: 44px;
	background: #232323;
	padding: 0 10px;
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 22.5px;
	letter-spacing: -.02em;
	color: #fff;
	border-radius: 8px;
}

.default-input {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.modal-wrapper {
	border-radius: 8px;
}

.modal-find-steam {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.modal-clan-choose-img {
	position: relative;
	min-height: 221px;
	min-width: 383px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-user-select: none;
	user-select: none;
}

.modal-clan-choose-banner {
	height: 100%;
	min-width: 383px;
	background: linear-gradient(180deg, #29292978, #d9d9d900 90%);
	border-radius: 12px 12px 0 0;
	position: absolute;
	font-family: Inter;
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: -2%;
	color: #fff;
	cursor: pointer;
	transition: .2s;
	max-height: 171px;
	top: 0;
}

.clan-banner-preview {
	display: block;
	object-fit: cover;
	height: 120px;
	width: 100%;
	border-radius: 12px 12px 0 0;
	height: 100%;
	bottom: 0;
	position: absolute;
}

.modal-clan-choose-avatar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-family: Inter;
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: -2%;
	color: #fff;
	min-height: 136px;
	min-width: 136px;
	background: #161616;
	position: absolute;
	border-radius: 100%;
	border: 1px solid #292929;
	bottom: 0;
	transition: .2s;
	cursor: pointer;
	z-index: 3;
	height: 14px;
	width: 33px;
}

.clan-avatar-preview {
	display: block;
	object-fit: cover;
	width: 100%;
	border-radius: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
}

.default-input {
	display: flex;
	flex-direction: column;
	color: rgb(255, 255, 255);
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	gap: 8px;
}

.default-input p {
	margin: 0;
}

#ClansCreate .modal-body {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 20px;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000080;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .3s ease;
}

.modal-overlay.show {
	display: flex !important;
	opacity: 1;
}


.modal-overlay {
	z-index: 2147483001 !important;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.modal-visible[data-v-d3582b92] {
	opacity: 1;
}

.modal-content-overlay {
	background: #161616;
	width: auto;
	z-index: 100;
	gap: 24px;
	border-radius: 12px;
	position: relative;
}

.modal-content-overlay {
	border-radius: 8px;
	position: relative;
}

.modal-all {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 20px;
}

.close-button-overlay {
	position: absolute;
	top: 10px;
	padding: 14px;
	right: 10px;
	background: transparent;
	border: none;
	font-size: 20px;
	transition: .3s;
	z-index: 6;
}

.close-button-overlay svg {
	cursor: pointer;
}

.default-input-tip {
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Inter;
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: -2%;
	border-radius: 8px;
	gap: 8px;
	padding: 11px 16px;
	background: #232323;
	max-height: 42px;
}

.default-input-tip svg {
	height: 21px;
	width: 32px;
}

.default-input-tip p {
	margin: 0;
}

/* ─── Карточки участников (модал) ─────────────────────────── */
.clans_model_members_member-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	background: #1e1e1e;
	border-radius: 10px;
	border: 1px solid #2e2e2e;
	margin-bottom: 8px;
}

.clans_model_members_member-info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.clans_model_members_name-nick {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.clans_model_members_name {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	transition: color .2s;
}

.clans_model_members_name:hover { color: #6777f5; }

.clans_model_members_nick {
	font-family: Inter;
	font-size: 12px;
	color: #666;
}

.clans_model_members_member-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.clans_model_members_role-select {
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
	border-radius: 6px;
	color: #ccc;
	font-family: Inter;
	font-size: 13px;
	padding: 6px 10px;
	cursor: pointer;
	outline: none;
	transition: border-color .2s;
}
.clans_model_members_role-select:hover { border-color: #6777f5; }

.clans_model_members_action-btn {
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
	border-radius: 6px;
	color: #ccc;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 13px;
	transition: background .2s, border-color .2s;
}

.clans_model_members_kick { border-color: #5a2020; }
.clans_model_members_kick:hover { background: #5a2020; color: #fff; border-color: #922; }

/* ─── Улучшение таблицы заявок ─────────────────────────────── */
#ClanApplications tr:hover td { background: #1e1e1e; }
#ClanApplications td { padding: 10px 12px; color: #ccc; border-color: #2e2e2e !important; }
#ClanApplications thead td { color: #888; font-size: 13px; background: #161616; }

/* ─── Кнопка "Вы уже в другом клане" ──────────────────────── */
.block-button.c-other-clan {
	background: #2a2a2a !important;
	cursor: default !important;
	opacity: .8;
}
.block-button.c-other-clan p { color: #888 !important; }

/* ─── Настройки: превью баннера / аватара ──────────────────── */
.modal-clan-choose-banner-label,
.modal-clan-choose-avatar-label {
	display: block;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.clan-img-edit-hint {
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0,0,0,.65);
	color: #fff;
	font-size: 12px;
	font-family: Inter;
	padding: 4px 10px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
	pointer-events: none;
}

.clan-img-edit-hint--sm {
	bottom: 4px;
	padding: 3px 7px;
	font-size: 11px;
}

.payment-to-sum {
	display: flex;
	gap: 16px;
	white-space: nowrap;
	align-items: center;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}

.payment-to-sum p {
	margin: 0;
}

.payment-to-sum .no-promo-line {
	width: 100%;
	height: 1px;
	background: #292929;
}

.payment-to-sum span {
	font-family: Anton;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .04em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.modal-find-steam {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.modal-clans-text {
	font-family: Inter;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: -2%;
	color: #888;
}

.mobile_none {
	display: none;
}

.pc_none {
	display: flex;
}

@media (max-width: 1100px) {

	.clan-list-header {
		flex-direction: column;
		width: 100%;
		gap: 16px;
		align-items: flex-start;
	}

	.clan-top-stats {
		flex-direction: column-reverse;
	}

	.clan-header-title {
		font-size: 20px;
	}

	.clan-header-items {
		width: 100%;
	}

	.punish-search {
		display: flex;
		gap: 5px;
		width: 100%;
		max-width: 100% !important;
	}

	.clans-profile-player {
		min-height: 95px;
	}

	.clans-profile-player-row {
		align-items: center;
	}

	.clans-profile-player-place {
		width: auto;
	}

	.clans-profile-player-block {
		min-height: auto;
		width: auto;
	}

	.clan-player-avatar {
		max-height: 40px;
		border-radius: 100%;
		-webkit-user-select: none;
		user-select: none;
	}

	.clans-profile-player-block {
		min-height: auto;
		width: auto;
	}

	.clans-profile-player-name-mobile {
		gap: 2px;
		max-width: 241px;
		min-height: 52px;
		width: 100%;
		flex-wrap: nowrap;
		min-width: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.mobile_none {
		display: block;
	}

	.pc_none {
		display: none;
	}

/* 	.clans-profile-player-name {
		display: none;
	} */

	.clan-list {
		width: 100%;
		display: grid;
		gap: 8px;
		align-content: flex-start;
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}

	.clans-3 {
		gap: 8px;
		justify-content: space-between;
		width: 100%;
	}

	.clan-leader {
		width: fit-content;
	}

	.clan-num {
		max-height: 76px;
	}

	.clan-leader-stats {
		border-radius: 8px;
		padding-top: 16px;
		padding-right: inherit;
		padding-bottom: 16px;
		padding-left: inherit;
		gap: 4px;
		border-width: 1px;
		border: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
	}

	.clan-leader-stats__info {
		border-radius: 100px;
		border-width: 1px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 10px;
		gap: 4px;
		border: 1px solid #292929;
	}

	.clan-leader-stats__info p,
	.clans-top-background {
		display: none;
	}

	.clan-leader-stats div:nth-of-type(2) {
		display: none;
	}

	.clan-leader-avatar img:nth-of-type(2) {
		height: 74px;
		width: 74px;
	}

	.clans-profile-container {
		flex-direction: column;
	}

	.clans-profile-stats,
	.clans-stats-flex {
		max-width: 100%;
	}

	.clans-profile-stats,
	.clans-stats-flex {
		max-width: 100%;
	}
}

@media (max-width: 780px) {
	.clan-leader-avatar img:nth-of-type(1) {
		max-height: 100px;
		margin-right: -25px;
		-webkit-user-select: none;
		user-select: none;
		display: none;
	}

	.clan-leader-avatar img:nth-of-type(3) {
		max-height: 100px;
		transform: scaleX(-1);
		margin-left: -25px;
		-webkit-user-select: none;
		user-select: none;
		display: none;
	}
}

@media (max-width: 680px) {
	.no-clan {
		border-radius: 12px;
		border-width: 1px;
		padding: 16px 4px 4px;
		gap: 16px;
	}

	.clan-row {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		gap: 16px;
	}

	.c-create {
		max-width: 100%;
	}

	.c-faq {
		max-width: 48px !important;
		min-width: 48px !important;
	}

	.c-faq p {
		display: none;
	}
}