:root {
	--ColorMain: #0c0c0c;
	--ColorBlock: #151515;
	--ColorTextDefault: #ecefff;
	--ColorTextGreyDefault: #e0e0e0;
	--100: 100%;
	--100vh: 100vh;
	--MainChatBlockHeightTop: calc(700px - 56px);
}

/* Loading spinner styles */
.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid #f3f3f3; /* Light gray */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@font-face {
	font-family: "Proxima ExtraBold";
	src: url(/templates/main/assets/webfonts/ProximaNova-Extrabld.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Proxima SemiBold";
	src: url(/templates/main/assets/webfonts/ProximaNova-Semibold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Proxima ExtraBold";
	src: url(/templates/main/assets/webfonts/ProximaNova-Extrabld.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Proxima SemiBold";
	src: url(/templates/main/assets/webfonts/ProximaNova-Semibold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal;
}

::-webkit-scrollbar {
	/*display: none;*/
	width: 15px;
	height: 10px;
	transition: .2s;
}
::-webkit-scrollbar-button {
	width: 6px;
	height: 6px;
	transition: .2s;
}
::-webkit-scrollbar-track {
	background-color: #323232;
	transition: .2s;
}
::-webkit-scrollbar-thumb {
/*	-webkit-border-radius: 12px;*/
/*	border-radius: 12px;*/
	background-color: #667ae4;
	transition: .2s;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #f3f4f6;

}
::-webkit-resizer {
	background-repeat: no-repeat;
	width: 5px;
	height: 0px;
	transition: .2s;
}



button:active, a:active, input:active, textarea:active {
	outline: none;
	resize: none;
	color: #eceff4;
}

textarea:-moz-placeholder, textarea::-webkit-input-placeholder {
	font-size: 15px;
	color: #c4c4c4;
	-webkit-user-select: none;
}

input::placeholder {
	color: #a1a1a1;
	user-select: none;
	border: none;
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

img {
	user-select: none;
	pointer-events: none;
}

a {
	text-decoration: none;
/*	color: #eceff4;*/
	display: block;
}

a:focus-visible, textarea:focus-visible, button:focus-visible {
	transition: 0s;
/*	outline: 2px solid #fff;*/
	outline: none;
}

input:focus-visible {
	outline: none;
}

input {
	color: #fff;
}

button {
	border: none;
	cursor: pointer;
	outline: none;
	user-select: none;
	color: #eceff4;
	border: 1px solid transparent;
	font-size: 16px;
	background-color: transparent;
	padding: 0;
}

button:focus-vsible {
	border: 1px solid #ffffff5e !important;
}

button[disabled] {
	opacity: .6;
	pointer-events: none;
}

#teaserfast, #teaserfastcaptcha, .teaserfast_captcha_index {
	display: none !important;
}

* {
	-webkit-transition: ease .3s;
	transition: ease .3s;
	box-sizing: border-box;
	margin: 0;
}

html {
	background: #f5f5f5;
	color: #000;
	width: var(--100);
	min-height: var(--100vh);
	font-family: "Proxima SemiBold";
}

body {
	width: var(--100);
	min-height: var(--100vh);
	position: relative;
}

.NewNavBar {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	width: 100%;
	z-index: 10;
	height: 56px;
	background: #fff;
	border-bottom: 2px solid #f3f3f3;
	-webkit-transition: background .35s linear,height 0s linear 1s,-webkit-transform .35s ease-in-out;
	transition: background .35s linear,height 0s linear 1s,-webkit-transform .35s ease-in-out;
	transition: background .35s linear,transform .35s ease-in-out,height 0s linear 1s;
	transition: background .35s linear,transform .35s ease-in-out,height 0s linear 1s,-webkit-transform .35s ease-in-out;
}

.NewNavBar_Content {
	max-width: 1290px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 28px;
	background: transparent;
}

.NewNavBar_ContentLogo {
	margin: auto 0;
	margin-right: 10px;
}

.NewNavBar_ContentLogo:hover {
	opacity: .8;
}

.NewNavBar_ContentLogo::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(/templates/main/assets/Logo.png) 50% 50% no-repeat;
	background-size: contain;
}

.NewNavBar_Content_LeftNav {
	display: flex;
	margin: 0 10px;
	height: 100%;
}

.NewNavBar_Content_LeftNav_Link {
	margin: 0 2px;
	color: #bdbdbd;
	transition: ease .5s;
	height: 100%;
	display: flex;
	position: relative;
	padding: 0 12px;
}

.NewNavBar_Content_LeftNav_Link:hover,
.NewNavBar_Content_LeftNav_Link.Active {
	/* background-color: #1e1e1e; */
	background: linear-gradient(135deg, #667eea, #764ba2);
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.NewNavBar_Content_LeftNav_Link:hover>div, .NewNavBar_Content_LeftNav_Link.Active>div {
	color: #fff;
	transition: ease .05s;
}

.NewNavBar_Content_LeftNav_Link>div {
	margin: auto;
	color: #212529;
}

/*.NewNavBar_Content_LeftNav_Link.Active.NewNavBar_Content_LeftNav_Link::before {
	width: 100%;
	background-color: #f2b62a;
}*/

/*.NewNavBar_Content_LeftNav_Link::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0%;
	left: 50%;
	border-radius: 6px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 4px;
	background-color: #ced6d5;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}*/

/*.NewNavBar_Content_LeftNav_Link:hover.NewNavBar_Content_LeftNav_Link::before {
	width: 100%;
}*/

.NewNavBar_Content_RightNav {
	display: flex;
	margin-left: auto;
}

.NewNavBar_Content_RightNav_Link {
	margin: auto 10px;
	color: #767676;
	height: 100%;
	display: flex;
	position: relative;
}

.NewNavBar_Content_RightNav_Link:hover {
	color: #000;
}

.HeaderButtonDepositLikes {
	margin: auto 0;
	margin-right: 18px;
	padding: 6px 12px;
	border-radius: 4px;
	display: flex;
	text-align: center;
	background-color: #424242;
	border: none;
	color: #fff;
	cursor: pointer;
	user-select: none;
}

.HeaderButtonDepositLikes:hover {
	background-color: #6e6e6e;
}

.HeaderButtonDepositLikes:active {
	transform: scale(1.05);
}

.HeaderTextUserName {
	color: #000;
	margin: auto 0;
	margin-right: 10px;
	display: flex;
	text-align: center;
	font-weight: bold;
}

.MainChatBlock {
	display: flex;
	flex-direction: column;
	background-color: #222222;
	max-width: 1400px;
	width: 100%;
	position: relative;
	height: var(--MainChatBlockHeightTop);
/*	left: 0;
	right: 0;*/
	z-index: 5;
	margin: auto;
	border-radius: 4px;
	margin-bottom: 60px;
	margin-top: 14px;
}

.MainChat {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.MainChatContentBlock {
	width: 100%;
	height: calc(100% - 150px);
	overflow-y: auto;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

.ChatSendFormBlock {
	height: 150px;
	display: flex;
	padding: 20px;
	position: relative;
	border-top: 2px solid #3e3e3e;
}

.ChatSendFormBlock>textarea {
	width: calc(100% - 50px);
	height: 100%;
	border-radius: 8px 0 0 8px;
	background-color: #161616;
	font-family: sans-serif;
	font-weight: bold;
	border: 1px solid #404040;
	padding: 16px 12px;
	resize: none;
	outline: none;
	color: #fff;
	font-size: 14px;
}

.ChatButtonBlock {
	width: 50px;
	display: flex;
	border-radius: 0 8px 8px 0;
	background-color: #363636;
	border: 1px solid #404040;
	border-left: none;
	flex-direction: column;
}

.ChatButtonBlock>button:nth-child(1) {
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 26px;
	height: 26px;
	display: flex;
	margin: auto;
	opacity: .5;
	cursor: pointer;
	background-color: transparent;
	outline: none;
	border: none;
	background-image: url("/templates/main/assets/Smile.svg");
}

.ChatButtonBlock>button:nth-child(2) {
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 26px;
	height: 26px;
	display: flex;
	margin: auto;
	opacity: .5;
	cursor: pointer;
	background-color: transparent;
	outline: none;
	border: none;
	background-image: url("/templates/main/assets/Send.svg");
}

.ChatButtonBlock>button:hover {
	opacity: .8;
}

.ChatButtonBlock>button.Active {
	opacity: 1;
}

.MainChatContentReverse {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: auto;
}

.MainChatMessageCardBlock {
	display: flex;
	margin-bottom: 8px;
	padding: 10px 16px;
	position: relative;
}

.MainChatMessageCardBlock:nth-child(1) {
	margin-top: 8px;
}

.MainChatMessageCardBlock_Images {
	width: 60px;
	height: 60px;
	border: 1px solid #464646;
	background-color: #252529;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
}

.MainChatMessageCardBlock_Images>img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
}

.MainChatMessageCardBlock_UserInfo {
	display: flex;
	flex-direction: column;
	margin-left: 12px;
	width: calc(100% - 60px);
}

.MainChatMessageCardBlock_MessageAuthor {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
	width: 100%;
}

.MainChatMessageCardBlock_MessageAuthorName {
	font-family: sans-serif;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: #c3c3c3;
	font-size: 15px;
}

.MainChatMessageCardBlock_MessageText {
	margin-top: 2px;
	font-size: 15px;
	word-break: break-word;
	line-height: 1.3;
	display: flex;
	flex-flow: wrap;
}

.MainChatMessageCardBlock_MessageText>div {
	color: #e7e7e7;
	margin-top: auto;
	margin-bottom: auto;
	font-weight: 600;
}

.MainChatMessageCardBlock:hover {
	background-color: #1a1a1a;
}

.MainChatMessageCardBlock_MessageAuthorButtonLike {
	opacity: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: flex;
	margin: auto 0;
	margin-left: auto;
	cursor: pointer;
	background-image: url("/templates/main/assets/Like.svg");
}

.MainChatMessageCardBlock:hover .MainChatMessageCardBlock_MessageAuthorButtonLike {
	opacity: .8;
}

.MainChatMessageCardBlock_MessageAuthorButtonLike:active {
	transform: scale(1.05);
	opacity: 1;
}

.ChatButtonViewBlock {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
	display: flex;
	width: 60px;
	height: 40px;
	border-radius: 0 0 40px 40px;
	background-color: #121212;
	cursor: pointer;
}

.ChatButtonViewBlock::before {
	content: "";
	margin: auto;
	margin-top: 8px;
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/templates/main/assets/Arrow.svg");
}

.MainChatBlock.Hide {
	transform: translateY(-100%);
	height: 0;
}

.MainChatBlock.Hide>.MainChat {
	display: none;
}

.HeaderUserImage {
	display: flex;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto 0;
	margin-right: 10px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.MainChatContentBlock::-webkit-scrollbar-track {
	margin-top: 15px;
}

.MainChatContentBlock.NoAuth {
	height: calc(100% - 50px);
}

.MainChatMessageCardBlock_MessageAuthorButtonModer_ChatBan {
	opacity: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: flex;
	margin: auto 0;
	margin-left: 10px;
	cursor: pointer;
	background-image: url(/templates/main/assets/Ban.svg);
}

.MainChatMessageCardBlock_MessageAuthorButtonModer_ChatRightButton {
	opacity: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: flex;
	margin: auto 0;
	margin-left: 10px;
	cursor: pointer;
}

.MainChatMessageCardBlock:hover .MainChatMessageCardBlock_MessageAuthorButtonModer_ChatBan,
.MainChatMessageCardBlock:hover .MainChatMessageCardBlock_MessageAuthorButtonModer_ChatRightButton {
	opacity: .8;
}

.MainChatMessageCardBlock_MessageAuthorButtonModer_ChatBan:active,
.MainChatMessageCardBlock_MessageAuthorButtonModer_ChatRightButton:active {
	transform: scale(1.05);
	opacity: 1;
}

.MainChatMessageCardBlock_MessageAuthorButtonModer_ChatRightButton.MessDelete {
	background-image: url("/templates/main/assets/MessDelete.svg");
}

.ModalBlock {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 12px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	overflow: auto;
}

.ModalBlock.Active {
	opacity: 1;
	visibility: visible;
}

.ModalBackCloseBlock {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background-color: #0000005c;
}

.ModalMainBlock {
	display: flex;
	flex-direction: column;
	max-width: 620px;
	margin: auto;
	width: 100%;
	border-radius: 10px;
	z-index: 1;
	position: relative;
}

.ModalMainHeaderBlock {
	padding: 12px;
	background-color: #3a3a3a;
	border-radius: 10px 10px 0px 0px;
	display: flex;
}

.ModalMainContentBlock {
	border-radius: 0px 0px 10px 10px;
	padding: 12px;
	background-color: #2a2a2a;
}

.ModalMainHeaderBlock>div {
	margin: auto 0;
	margin-right: auto;
	text-align: center;
	display: flex;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.ModalMainHeaderBlock>button {
	margin: auto 0;
	margin-left: auto;
	display: flex;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/templates/main/assets/Exit.svg");
	width: 24px;
	height: 24px;
	outline: none;
	border: none;
	background-color: transparent;
}

.ModalChatFormBan {
	margin-bottom: 10px;
}

.ModalChatFormBan>div {
	margin-bottom: 4px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.ModalChatFormBan>input {
	background-color: #585858;
	border: none;
	outline: none;
	width: 100%;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.ModalChatFormBan>input::placeholder {
	opacity: .6;
	color: #fff;
	font-weight: 400;
}

.ModalMainBlock.MaxWidth420 {
	max-width: 420px;
}

.ModalChatFormBan>select {
	width: 100%;
	padding: 6px;
	outline: none;
	border: none;
	border-radius: 6px;
	background-color: #585858;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.ModalChatFormBanButton {
	width: 100%;
	padding: 8px 12px;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	background-color: #1a1a1a;
	margin-top: 10px;
}

.ModalChatFormBanButton:hover {
	background-color: #3a3a3a;
}

.HeaderLikesBlock {
	padding: 6px 12px;
	padding-left: 36px;
	background-color: #5e5e5e;
	border-radius: 6px;
	display: flex;
	text-align: center;
	margin: auto 0;
	margin-right: 16px;
	height: fit-content;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.HeaderLikesBlock::before {
	content: "";
	position: absolute;
	display: flex;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/templates/main/assets/Like.svg");
	width: 16px;
	height: 16px;
}

.MainChatMessageCardBlock_MessageAuthorTextCountLike {
	font-size: 14px;
	margin: auto 0;
	margin-left: 4px;
	color: #686868;
	font-weight: bold;
	position: relative;
	display: flex;
	padding-left: 18px;
}

.MainChatMessageCardBlock_MessageAuthorTextCountLike::before {
	content: "";
	display: flex;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	position: absolute;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/templates/main/assets/Like.svg");
	opacity: .6;
}

.MenuBlock {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.MenuBlock.Active {
	opacity: 1;
	visibility: visible;
}

.MenuBackBlock {
	background-color: #00000057;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.MenuContentBlock {
	max-width: 320px;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin-left: auto;
	transform: translateX(100%);
	background-color: #404040;
}

.MenuBlock.Active>.MenuContentBlock {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.MenuContentLinkBlock {
	color: #ffffffc4;
	padding: 10px 12px;
	border-top: 2px solid #606060;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	display: flex;
	text-align: center;
	font-size: 16px;
}

.MenuContentLinkBlock:hover {
	border-color: #fff;
	color: #fff;
	background-color: #484848;
}

.MenuContentClose {
	margin: 10px 0;
	margin-right: 10px;
	margin-left: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/templates/main/assets/Exit.svg");
	width: 26px;
	height: 26px;
	display: flex;
	cursor: pointer;
	opacity: .6;
}

.MenuContentClose:hover {
	opacity: 1;
}

.HeaderButtonMenu {
	display: none;
	margin: auto 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/templates/main/assets/Menu.svg");
	width: 30px;
	height: 30px;
	margin-left: 15px;
}

.SmileBarBlock {
	position: absolute;
	bottom: 100%;
	right: 0;
	flex-direction: column;
	background-color: #3e3e3e;
	min-height: 380px;
	height: 100%;
	width: 540px;
	z-index: 1;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: none;
	transition: display 2s;
}

.SmileBarBlock.Active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	display: flex;
}

.SmileBarBlock>div {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.SmileBarBlock>div:nth-last-child(1) {
	margin-bottom: 0;
}

.CategoryEmojiHeader {
	margin-bottom: 8px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 10px 12px;
	background-color: #2e2e2e;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1;
}

.BlockEmojiCategory {
	display: grid;
	width: 100%;
}

.BlockEmojiCategory.Sticker {
	grid-gap: 15px;
	grid-template-columns: repeat(3,1fr);
	padding: 0 6px;
	padding-bottom: 12px;
}

.BlockEmojiCategory.Sticker>div {
	border-radius: 6px;
	cursor: pointer;
	background-color: #2e2e2e;
	border: 2px solid #2e2e2e;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	user-select: none;
	min-height: 160px;
	max-height: 200px;
}

.BlockEmojiCategory.Sticker>div>img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	user-select: none;
}

.BlockEmojiCategory.Sticker>div:hover {
	border-color: #f44336;
}

.MainChatMessageCardBlock_MessageText>div>.StickersImgBlock {
	width: 200px;
	height: 200px;
	border-radius: 6px;
	background-color: #2e2e2e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}

.BlockEmojiCategory.Emoji {
	grid-gap: 15px;
	grid-template-columns: repeat(12,1fr);
	padding: 0 6px;
	padding-bottom: 12px;
}

.BlockEmojiCategory.Emoji>div {
	border-radius: 6px;
	cursor: pointer;
	background-color: #2e2e2e;
	border: 2px solid #2e2e2e;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	user-select: none;
	min-height: 30px;
}

.BlockEmojiCategory.Emoji>div>img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	user-select: none;
}

.BlockEmojiCategory.Emoji>div:hover {
	border-color: #f44336;
}

.Main {
	display: flex;
	min-height: 100vh;
	padding-top: 56px;
	flex-direction: column;
	margin-bottom: 20px;
}

.MainBlock {
	max-width: 1290px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding-top: 20px;
}

.MainCenterBlockProducts_GridBlock {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-columns: repeat(4,1fr);
	margin: 0 20px;
	margin-bottom: 30px;
}

.MainProductCardBlock {
	width: 100%;
	background-color: #fff;
	max-height: 300px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	padding: 4px;
	cursor: pointer;
	overflow: auto;
	height: fit-content;
}

.MainProductCardBlock:hover {
	background-color: #fbfbfb;
}

.MainProductCardBlock_ImgBlock {
	width: 100%;
	padding: 4px;
}

.MainProductCardBlock_ImgBlock>img {
	width: 100%;
	height: 100%;
	user-select: none;
}

.MainProductCardBlock_TextBlock {
	display: flex;
	margin-top: auto;
	padding: 4px;
}

.MainProductCardBlock_TextBlock>.CardTextWidth50 {
	width: 30%;
	display: flex;
	overflow: hidden;
	max-height: 38px;
	word-break: break-all;
}

.MainProductCardBlock_TextTitle {
	text-overflow: ellipsis;
	font-size: 14px;
	margin-right: auto;
	margin-top: auto;
	font-family: "Proxima ExtraBold";
}

.MainProductCardBlock_TextPay {
	margin-left: auto;
	margin-top: auto;
	display: flex;
	flex-direction: column;
}

.MainProductCardBlock_TextPay_Percent {
	font-size: 12px;
	margin-left: auto;
	color: #b5b5b5;
	text-decoration: line-through;
	font-family: "Proxima ExtraBold";
	text-align: end;
	margin-bottom: 2px;
}

.MainProductCardBlock_TextPay_Amount {
	font-size: 14px;
	margin-left: auto;
	font-family: "Proxima ExtraBold";
	text-align: end;
}

.Footer {
	margin-top: auto;
	background-color: #fff;
	height: 60px;
	display: flex;
	border-top: 2px solid #f1f1f1;
}

.Footer>div {
	margin: auto;
	font-size: 14px;
	color: #767676;
}

.MainProductCardBlock:hover {
	transform: translateY(-10px);
}

.NewNavBar_Content_LeftNav_LinkViewBlock {
	transition: ease .05s;
	position: relative;
}

.NewNavBar_Content_LeftNav_LinkViewBlock:hover {
	background-color: #1e1e1e;
}

.NewNavBar_Content_LeftNav_LinkView_Title {
	height: 100%;
	display: flex;
	padding: 0 26px;
	padding-left: 10px;
	cursor: pointer;
	user-select: none;
	opacity: 1;
}

.NewNavBar_Content_LeftNav_LinkView_Title>div {
	color: #000;
	margin: auto;
}

.NewNavBar_Content_LeftNav_LinkViewBlock:hover>.NewNavBar_Content_LeftNav_LinkView_Title>div {
	color: #fff;
}

.NewNavBar_Content_LeftNav_LinkViewBlock:hover>.NewNavBar_Content_LeftNav_LinkView_Title {
	opacity: 1;
}

.NewNavBar_Content_LeftNav_LinkView_LinkBlock {
	position: absolute;
	border-top: none;
	top: var(--100);
	width: max-content;
	min-width: var(--100);
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 4px 0;
	padding-top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px);
	z-index: 1;
}

.NewNavBar_Content_LeftNav_LinkView_Title::after {
	content: "";
	position: absolute;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 8px;
	height: 8px;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	background-image: url(/templates/main/assets/ListArrow.svg);
	transition: .3s;
}

.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_Title::after {
	transform: rotate(180deg);
	transition: .3s;
}

.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.NewNavBar_Content_LeftNav_LinkView_Link_Link {
	width: var(--100);
	display: flex;
	padding: 10px 14px;
	user-select: none;
	cursor: pointer;
	color: #fff;
	position: relative;
	transition: .8s;
	background-color: #1e1e1e;
}

.NewNavBar_Content_LeftNav_LinkView_Link_Link:hover {
	background-color: #3c3c3c;
}

.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-last-child(1) {
	border-radius: 0 0 8px 8px;
}

.HeaderUserImageBlock {
	position: relative;
}

.ModalBlockProfile {
	position: absolute;
	top: calc(100% + 8px);
	min-height: 200px;
	right: 10px;
	background-color: #fff;
	padding: 8px;
	width: 200px;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ModalBlockProfile.Active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.ModalBlockProfileHeader {
	text-align: center;
	color: #000;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}

.ModalBlockProfileUser {
	margin-bottom: 6px;
	display: flex;
	flex-direction: column;
}

.ModalBlockProfileUser>img {
	max-width: 150px;
	max-height: 150px;
	margin: auto;
	border-radius: 8px;
	border: 2px solid #484848;
	cursor: pointer;
	user-select: none;
	pointer-events: auto;
}

.ModalBlockProfileUser>div {
	text-align: center;
	font-size: 14px;
	display: flex;
	margin: auto;
	margin-top: 6px;
	color: #000;
	font-weight: bold;
}

.ModalBlockButtonB {
	display: flex;
	flex-direction: column;
/*	opacity: 0;
	visibility: hidden;
	pointer-events: none;*/
}

.ModalBlockButton {
	margin-bottom: 8px;
	width: 100%;
	padding: 12px;
	background-color: #d5d5d5;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	user-select: none;
}

.ModalBlockButton:hover, .ModalBlockButton.Active  {
	background-color: #f3f3f3;
}

/*.ModalBlockButtonB.Active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}*/

.ChangeUserProfileNickBlock {
	pointer-events: none;
	display: none;
	margin-top: 10px;
	flex-direction: column;
	max-height: 200px;
	overflow: auto;
	padding: 10px 4px;
}

.ChangeUserProfileNickBlock.Active {
	display: flex;
	pointer-events: auto;
}

.ChangeUserProfileNickBlock>div {
	padding: 8px;
	text-align: center;
	background-color: #424242;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	color: #fff;
	cursor: pointer;
	user-select: none;
}

.ChangeUserProfileNickBlock>div:hover, .ChangeUserProfileNickBlock>div.Acitve {
	background-color: #5a5a5a;
}

.ChangeUserProfileNickBlock>div:nth-last-child(1) {
	margin-bottom: 0;
}

.ChangeUserProfileGifBlock {
	pointer-events: none;
	display: none;
	margin-top: 10px;
	flex-direction: column;
	max-height: 200px;
	overflow: auto;
	padding: 10px 4px;
}

.ChangeUserProfileGifBlock.Active {
	display: flex;
	pointer-events: auto;
}

.ChangeUserProfileGifBlock>div {
	display: flex;
	width: 120px;
	min-height: 120px;
	margin: 0 auto;
	margin-bottom: 14px;
	border-radius: 6px;
	overflow: hidden;
	border: 2px solid #484848;
	cursor: pointer;
}

.ChangeUserProfileGifBlock>div>img {
	width: 100%;
	height: 100%;
	display: flex;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
	user-select: none;
}

.ChangeUserProfileGifBlock>div:nth-last-child(1) {
	margin-bottom: 0;
}

.ChangeUserProfileGifBlock>div:hover,
.ChangeUserProfileGifBlock>div.Acitve {
	border-color: #f44336;
}

.Main_SerachAndCategoryBlock {
	display: flex;
	flex-direction: column;
}

.Main_SerachAndCategory_Search {
	margin: 0 10px;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 12px;
	border-radius: 8px;
	font-family: "Proxima SemiBold";
  border: 2px solid #222222;
	letter-spacing: 1px;
	color: #000;
	font-size: 16px;
}

.Main_SerachAndCategory_CategoryBlock {
	display: flex;
	margin-bottom: 14px;
	flex-wrap: wrap;
	gap: 5px;
	padding: 0 12px;
}

.Main_SerachAndCategory_CategoryLink {
	display: flex;
	width: fit-content;
	color: #e9ecef;
	padding: 10px 14px;
	border-radius: 4px;

	border: 1px solid #ededed;
	/* box-shadow: 3px 2px 5px 0; */
	font-weight: bold;
	font-size: 14px;
	/* border-top: 4px solid rgba(0, 0, 0, .125); */
	border-radius: 10px;
	 background-color: #272727;
}

.Main_SerachAndCategory_CategoryLink.Active,
.Main_SerachAndCategory_CategoryLink:hover {
	    background-color: #303030;
}

.Main_SerachAndCategory_CategoryLink:hover {
	transform: translateY(-4px);
}

@keyframes Zoom {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
	50% {
		opacity: 1;
	}
}

.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(1n) {
	animation: Zoom 0.2s;
}
.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(2n) {
	animation: Zoom 0.4s;
}
.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(3n) {
	animation: Zoom 0.6s;
}
.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(4n) {
	animation: Zoom 0.8s;
}
.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(5n) {
	animation: Zoom 0.1s;
}
.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(6n) {
	animation: Zoom 0.12s;
}
.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(7n) {
	animation: Zoom 0.14s;
}
.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(8n) {
	animation: Zoom 0.16s;
}
.NewNavBar_Content_LeftNav_LinkViewBlock.Active>.NewNavBar_Content_LeftNav_LinkView_LinkBlock>.NewNavBar_Content_LeftNav_LinkView_Link_Link:nth-child(9n) {
	animation: Zoom 0.18s;
}



.MainProductCardBlock {
	    position: relative;
	    overflow: hidden;
	    box-shadow: 2px 3px 4px 0;
	    font-weight: bold;
	    font-size: 14px;
	    border-top: 4px solid rgba(0,0,0,.125);
	    border-radius: 10px;
	    color: #fab20f;
}
.HoverThisTemplatePositionBlock {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 33%;
    background-color: #dfdfdf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    padding-bottom: 14px;
    transition: ease .8s;
    transform: translateY(90%);
}
.HoverThisTemplate:hover .HoverThisTemplatePositionBlock {
	transform: translateY(0);
	transition: ease .8s;
}
.HoverThisTemplatePositionBlockHeader {
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 16px;
}
.HoverThisTemplatePositionBlockText {
	font-size: 14px;
}
.HoverThisTemplatePositionBlockText::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.MainProductCardBlock:hover>.HoverThisTemplatePositionBlock {
    transform: translateY(0);
    transition: ease .8s;
}

/* ClassTovarEditViewModal */

.ClassTovarEditViewModal {
	background: #dfdfdf;
	width: 320px;
	height: fit-content;
	padding: 12px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
	border-radius: 4px;
	color: #000;
	opacity: 0;
	visibility: hidden;
}

.ClassTovarEditViewModal.Active {
	opacity: 1;
	visibility: visible;
}

.ClassTovarEditViewModal>.Text {
	text-align: center;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: bold;
}

.ClassTovarEditViewModal>.LinkButton, .ClassTovarEditViewModal>.Button {
	width: 100%;
	background-color: #5c5c5c;
	padding: 8px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	margin-top: 6px;
}

.dropdown.open>.dropdown-menu {
  display: block;
}

.NewDropDown>.NewDropDownMenu {
  display: none;
}

.NewDropDown.Open>.NewDropDownMenu {
  display: block;
}
