html{
    --paddings-gap-x: 8px;
	--colors-blank-main: #25282C;
	--colors-bg-tone: #FDFAF9;
	--paddings-gap-4-x: 32px;
	--paddings-gap-3-x: 24px;
	--tone-01-white: #F6F7F9;
	--paddings-padding-promo: 32px;
	--colors-gray-50: #797776;
	--colors-bg-colored: #F3EEEB;
	--paddings-padding-card: 40px;
	--paddings-primitives-content-box-padding: 48px;
	--paddings-gap-2-x: 16px;
	--fonts-brown-25: #E0D4CC;
	--paddings-gap-block: 80px;
	--paddings-padding-full-layout: 32px;
	--colors-white-main: #FFFFFF;
	--paddings-primitives-gap-block: 64px;
	--Fonts-Size-H1: 72px;
	--Fonts-Line-Height-H1: 72px;
	--Fonts-Size-H2: 48px;
	--Fonts-Size-H3: 36px;
	--Fonts-Size-H4: 30px;
	--Fonts-Size-T1: 20px;
	--Fonts-Size-T3: 14px;
	--fonts-size-t-2-main: 16px;
	--fonts-size-t-3-main: 14px;
	--paddings-primitives-padding-full-layout: 48px;
	--paddings-tokens-xl-4840: 48px;
	--Blue: #2F7CF7;
	--Fonts-Line-Height-H1: 72px;
	--Fonts-Line-Height-H2: 54px;
	--Fonts-Line-Height-H3: 40px;
	--Fonts-Line-Height-H4: 36px;
	--Fonts-Line-Height-T1: 32px;
	--fonts-line-height-t-2-main: 24px;
	--fonts-line-height-t-3-main: 22px;
	--gray-15: #E6E6E6;
	--white-main: #FFF;
	--white-alltime: #FFF;
	--brown-25: #596266;
	--blank-main: #25282C;
	--block-content-radius: 32px;
	--gray-50: #797776;
	--Paddings-Primitives-Card_Radius: 32px;
	--paddings-tokens-s-1616: 16px;
	--paddings-tokens-m-2420: 24px;
	--paddings-tokens-xxl-6448: 64px;
	--paddings-tokens-l-3224: 32px;
	--T3: 10px;
	--paddings-tokens-xxxl-12864: 128px;
}

html.black-template{
	--colors-bg-colored: #212428;
	--white-main: #2C3438;
	--colors-blank-main: #fff;
	--colors-bg-tone: #2C3438;
	--tone-01-white: #2C3438;
	--blank-main: #FFF;
	--gray-15: #424C51;
	--colors-white-main: #797776;
	--colors-gray-50: #fff;
}

.black-template .container-helper{
	background: var(--white-main);
}

.green-prior{
	fill: rgb(46, 255, 142) !important;
}

.black-template #change-template svg path{
	fill: #fff;
}
.black-template #change-template:hover svg path{
	fill: rgb(37, 40, 44);
}

#change-template:hover svg path{
	fill: #fff;
}
#change-template svg{
	margin-left: 4px;
	position: relative;
  top: 2px;
}
#change-template input{
	opacity: 0;
	position: absolute;
	z-index: -1;
}
#change-template{
	cursor: pointer;
	/*position: absolute;
    z-index: 9;
    right: 0px;
    cursor: pointer;*/
}

html.black-template .header-main-logo path{
	fill: #fff;
}

html.black-template .change-fill{
	fill: #fff;
}

html.black-template .btn{
/*	color: var(--white-alltime);*/
}
html.black-template .btn{
/*	border: 1px solid var(--brown-25);*/
/*	color: var(--white-alltime);*/
/*	background: var(--colors-bg-colored);*/
/*	background: var(--blank-main);*/
/*	color: var(--white-main);*/
}
html.black-template .btn.btn-blue{
	background: var(--Blue);
}


svg{
	max-width: 100%;
}

h1{
	color: var(--blank-main);
	font-family: 'Recoleta';
	font-size: var(--Fonts-Size-H1);
	font-style: normal;
	font-weight: 500;
	letter-spacing: -1.44px;
	line-height: var(--Fonts-Line-Height-H1);
	margin: 0;
}
h2{
	color: var(--blank-main);
	font-family: 'Recoleta';
	font-size: var(--Fonts-Size-H2);
	font-style: normal;
	font-weight: 500;
	line-height: 54px;
	letter-spacing: -0.96px;
	line-height: var();
	margin: 0;
}
h3{
	color: var(--blank-main);
	font-family: 'Recoleta';
	font-size: var(--Fonts-Size-H3);
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.6px;
	margin: 0;
	line-height: var(--Fonts-Line-Height-H3);
}
h4{
	color: var(--blank-main);
	font-family: 'Recoleta';
	font-size: var(--Fonts-Size-H4);
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.48px;
	margin: 0;
	line-height: var(--Fonts-Line-Height-H4);
}

.text-1{
	color: var(--blank-main);
	font-family: 'Inter';
	font-size: var(--Fonts-Size-T1);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Fonts-Line-Height-T1);

	color: var(--gray-50);
	text-align: center;
	font-weight: 500;
}
.text-2{
	color: var(--blank-main);
	font-family: 'Inter';
	font-size: var(--fonts-size-t-2-main);
	font-style: normal;
	font-weight: 400;
	line-height: var(--fonts-line-height-t-2-main);
}
.text-3{
	color: var(--blank-main);
	font-family: 'Inter';
	font-size: var(--fonts-size-t-3-main);
	font-style: normal;
	font-weight: 400;
	line-height: var(--fonts-line-height-t-3-main);
}

.template-content-text{
	text-align: center;
	border-radius: 16px;
	background: var(--white-main);
/*	padding: var(--paddings-tokens-xxl-6448) var(--paddings-primitives-padding-full-layout);*/
	padding: var(--paddings-tokens-xxl-6448) 0;
	margin-bottom: var(--paddings-primitives-gap-block);
}

.source-content-item:nth-child(2n){
	margin-top: 200px;
}
.source-content-item .source-img-b{
	display: none;
}

.black-template .source-content-item .source-img-b{
	display: block;
}
.black-template .source-content-item .source-img{
	display: none;
}



@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Medium.woff2') format('woff2'),
        url('../fonts/Recoleta-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
	margin: 0;
	background: var(--colors-bg-colored);
}

.template-content-logo{
	text-align: center;
	margin-bottom: 24px;
}
.template-content-logo svg{
		max-width: 100%;
		margin-left: var(--paddings-tokens-s-1616);
		margin-right: var(--paddings-tokens-s-1616);
		position: relative;
    top: 10px;
}

.template-content-short{
		color: var(--blank-main,);
		text-align: center;
		font-family: Recoleta;
		font-size: var(--Fonts-Size-H3);
		font-style: normal;
		font-weight: 500;
		line-height: var(--Fonts-Line-Height-H3);
		letter-spacing: -0.72px;
		margin: 0 auto;
		margin-bottom: var(--paddings-tokens-m-2420);
		max-width: 800px;
}

.template-content-logo span{
	color: var(--blank-main);
	text-align: center;
	font-family: Recoleta;
	font-size: var(--Fonts-Size-H1);
	font-style: normal;
	font-weight: 500;
	line-height: var(--Fonts-Line-Height-H1);
	letter-spacing: -1.44px;
}

.template-content-btns{
	text-align: center;
	margin-bottom: 48px;
}
	.template-content-btns a{
		display: inline-block;
	}

.btn.btn-white-text{
	color: var(--white-alltime) !important;
}

.template-body .container {
	padding: 0 var(--paddings-padding-full-layout);
}

.template-body .header-main {
	background: transparent;
}
.green-sl {
	background: #2EFF8E;
	height: 10px;
}

.header-main {
	background: linear-gradient(180deg, #2EFF8E 0%, rgba(46, 255, 142, 0.00) 100%);
	height: 210px;

}
	.header-main-logo{
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-self: stretch;
		text-decoration: none;
		padding: var(--paddings-gap-4-x) 0px;
		padding-bottom: var(--paddings-gap-3-x);
		flex-direction: column;
		align-items: center;
		gap: var(--paddings-gap-3-x);
		align-self: stretch;
	}

.container{
	max-width: 1056px;
	margin: 0 auto;
	padding: 0 var(--paddings-primitives-padding-full-layout);
}

.navigation-main ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 8px var(--paddings-gap-x);

	align-self: stretch;
	flex-wrap: wrap;

}
.navigation-main{
	padding: var(--paddings-gap-4-x) 0px;
	align-items: center;
	gap: var(--paddings-gap-3-x);
	align-self: stretch;
	padding-top: 0;
}
.navigation-main ul li{
	list-style: none;
}
.navigation-main ul li a{
	display: flex;
	height: 32px;
	padding: 5px 20px;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	text-align: center;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	text-decoration: none;
	color: var(--colors-blank-main);
	background: var(--tone-01-white);
	box-sizing: border-box;
}
.navigation-main ul li a.active,
.navigation-main ul li a:hover{
	background: var(--colors-blank-main);
	color: var(--colors-bg-tone);
}

.hr{
	border-bottom: 1px solid var(--colors-blank-main);
}

.form__fieldset_contact .form-group{
	position: relative;
}
.form__fieldset_contact .form-group .help-block{
	position: absolute;
	top: 50px;
}
.help-block{
	color: red;
	font-size: 12px;
}

/* === Login Form Help Block (Error Messages) === */
.style-mind .help-block {
	color: #dc3545;
	font-size: 12px;
	font-family: 'Inter', sans-serif;
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 1.4;
	display: block;
    text-align: left;
}
.style-mind .form-group.has-error .form-control {
	border-color: #dc3545;
}
.style-mind .form-group.has-error .form-control:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* === Login Form Register Link === */
.login-form-register-hint {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--gray-15);
	text-align: center;
}
.login-form-register-text {
	font-family: 'Inter', sans-serif;
	font-size: var(--fonts-size-t-3-main);
	color: var(--gray-50);
	margin: 0;
	line-height: var(--fonts-line-height-t-3-main);
}
.login-form-register-link {
	color: var(--Blue);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}
.login-form-register-link:hover {
	color: #1e5fc4;
	text-decoration: underline;
}

/* === Signup Form Styles === */
.signup-form-field {
	margin-bottom: 12px;
}
.signup-form-field--last {
	margin-bottom: 20px;
}
.signup-form-field--captcha {
	margin-bottom: 20px;
}
.signup-form-submit {
	width: 100%;
	cursor: pointer;
}

.signup-error-summary {
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	color: #856404;
	line-height: 1.5;
}
.signup-error-summary ul {
	margin: 0;
	padding-left: 20px;
	list-style: disc;
}
.signup-error-summary li {
	margin-bottom: 4px;
}

.signup-captcha-wrapper {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-top: 8px;
}
.signup-captcha-image {
	flex-shrink: 0;
}
.signup-captcha-image img {
	border-radius: 8px;
	border: 1px solid var(--gray-15);
	cursor: pointer;
	transition: border-color 0.2s;
}
.signup-captcha-image img:hover {
	border-color: var(--Blue);
}
.signup-captcha-input {
	flex: 1;
	min-width: 0;
}

.signup-form-login-hint {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--gray-15);
	text-align: center;
}
.signup-form-login-text {
	font-family: 'Inter', sans-serif;
	font-size: var(--fonts-size-t-3-main);
	color: var(--gray-50);
	margin: 0;
	line-height: var(--fonts-line-height-t-3-main);
}
.signup-form-login-link {
	color: var(--Blue);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}
.signup-form-login-link:hover {
	color: #1e5fc4;
	text-decoration: underline;
}

/* === Password Reset Request Form Styles === */
.password-reset-form-field {
	margin-bottom: 20px;
}
.password-reset-form-submit {
	width: 100%;
	cursor: pointer;
}
.password-reset-form-login-hint {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--gray-15);
	text-align: center;
}
.password-reset-form-login-text {
	font-family: 'Inter', sans-serif;
	font-size: var(--fonts-size-t-3-main);
	color: var(--gray-50);
	margin: 0;
	line-height: var(--fonts-line-height-t-3-main);
}
.password-reset-form-login-link {
	color: var(--Blue);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}
.password-reset-form-login-link:hover {
	color: #1e5fc4;
	text-decoration: underline;
}

/* === Password Reset Success Message === */
.password-reset-success-message {
	text-align: center;
	padding: 20px 0;
	display: none;
}
.password-reset-success-message .small-title-h2 {
	margin-bottom: 12px;
}
.password-reset-success-message .title-short-small {
	font-family: 'Inter', sans-serif;
	font-size: var(--fonts-size-t-3-main);
	color: var(--gray-50);
	line-height: var(--fonts-line-height-t-3-main);
	margin: 0 auto;
	margin-bottom: 0;
	max-width: 400px;
}
.password-reset-success-button-wrapper {
	margin-top: 24px;
}
.password-reset-success-link {
	width: 100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

/* === Signup Success Message === */
.signup-success-message {
	text-align: center;
	padding: 20px 0;
	display: none;
}
.signup-success-message .small-title-h2 {
	margin-bottom: 12px;
}
.signup-success-message .title-short-small {
	font-family: 'Inter', sans-serif;
	font-size: var(--fonts-size-t-3-main);
	color: var(--gray-50);
	line-height: var(--fonts-line-height-t-3-main);
	margin: 0 auto;
	margin-bottom: 0;
	max-width: 400px;
}
.signup-success-button-wrapper {
	margin-top: 24px;
}
.signup-success-link {
	width: 100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.static-content img{
	/*max-width: 100% !important;*/
	height: auto !important;
}

.static-content p{
}


body .static-content .not-max-width{
   /* max-width: 100%;*/
}

.empty-body .empty-body-logo{
	display: flex;
	padding: 32px 0px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
	border-bottom: 1px solid #000;
	margin: 0 40px;
}
.empty-body .empty-body-logo-hr{
}

.empty-body-content{
	text-align: center;
}

.empty-body-content-title{
	color: #25282C;
	text-align: center;
	font-family: "Recoleta";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 120% */
	letter-spacing: -0.4px;
	padding-bottom: 10px;
}

.empty-body-content-sub-title{
	color: #797776;
	text-align: center;
	/* Text (Web)/T2 */
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	padding-bottom: 10px;
}

.empty-body-content-wrapper{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    margin-top: -100px;
}

.main-page-title{
	color: var(--blank-main);

	text-align: center;
	/* Text (Web)/H2 */
	font-family: "Recoleta";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	letter-spacing: -0.96px;

	display: flex;
	padding: var(--paddings-padding-promo) 0px;
	flex-direction: column;
	align-items: center;
	gap: var(--paddings-gap-3-x);
	align-self: stretch;
	text-align: center;

}

.main-page{
	margin-top: -32px;
}

.main-page-title-hint{
	color: var(--gray-50);
	text-align: center;
	font-family: "Inter";
	font-size: var(--fonts-size-t-2-main);
	font-style: normal;
	font-weight: 500;
	line-height: var(--fonts-line-height-t-2-main);
	width: 450px;
	margin: 0 auto;
	margin-bottom: var(--paddings-padding-promo);
}

.main-page-content img{
/*	height: 100%;*/
}
.main-page-content{
	/*display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	border-radius: 40px;
	background: #FFF;

	padding-left: var(--paddings-gap-4-x);*/

	display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
/*  margin-bottom: var(--paddings-primitives-gap-block);*/
	/*background: url('/img/main.png') var(--white-main);
	background-repeat: no-repeat;
    background-position: 100%;
    margin-bottom: var(--paddings-gap-block);
    background-position-x: 470px;*/
}

.main-page-content-card img{
	max-width: 100%;
}
.main-page-content-card.padding-none{
	padding: 0;
}

.main-page-content-card{
	display: flex;
/*	max-width: 430px;*/
	padding: var(--paddings-primitives-content-box-padding);
	flex-direction: column;
	align-items: flex-start;
	gap: var(--paddings-gap-3-x);
	flex: 1 1 50%;
	box-sizing: border-box;
	min-width: 50%;
}

.main-page-content-card-item{
	display: flex;
/*	flex-direction: column;*/
	justify-content: flex-start;
	align-items: center;
	gap: var(--paddings-gap-2-x);
	align-self: stretch;
	width: 390px;
	max-width: 100%;
}
.main-page-content-card-item-icon{
	color: var(--blank-main);

	/* Text (Web)/H4 (add) */
	font-family: "Recoleta";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 120% */
	letter-spacing: -0.4px;
}

.main-page-content-card-item-text{
	color: var(--blank-main);

	/* Text (Web)/H3 */
	font-family: "Recoleta";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; /* 113.333% */
	letter-spacing: -0.6px;
}

.main-page-content-card-item-hint{
	color: var(--gray-50);
	font-family: Inter;
	font-size: var(--fonts-size-t-2-main);
	font-style: normal;
	font-weight: 500;
	line-height: var(--fonts-line-height-t-2-main);
}
.btn img{
	vertical-align: middle;
	margin-left: 10px;

}
.btn{
	vertical-align: middle;
	height: 56px;
	padding: 18px 40px;

	text-align: center;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	border-radius: 8px;
	border-radius: 8px;
/*	border: 1px solid var(--fonts-brown-25);*/
	background: var(--colors-white-main);
	backdrop-filter: blur(3px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: var(--blank-main);
	background: var(--white-main);
	text-decoration: none;
	text-wrap: nowrap;
	display: inline-block;
}
.btn-black{
	color: var(--white-main);
	background: var(--blank-main);
}
.btn-blue{
	color: var(--tone-01-white);
	border-radius: 8px;
	background: var(--Blue);
}


html.black-template .main-footer{
	background: #25282C;
}
.main-footer{
	display: flex;
	align-items: center;
	padding: var(--paddings-gap-4-x);
	background: var(--colors-blank-main);
	padding: var(--paddings-gap-block) var(--paddings-padding-full-layout);
}

.main-footer-content{
	text-align: center;
}

.main-footer-content-title{
	color: var(--colors-white-main);
	text-align: center;
	font-family: "Recoleta";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	letter-spacing: -0.96px;
}
.text-green{
	color: #2EFF8E;
}


.main-footer-content-hint{
	color: var(--colors-white-main);
	text-align: center;
	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 131.25% */
	max-width: 480px;
	align-self: stretch;
	margin: 0 auto;
	margin-top: var(--paddings-gap-2-x);
}

.main-footer-content-icons{
	display: flex;
/*	padding: var(--paddings-gap-block) var(--paddings-padding-full-layout);*/
	align-items: center;
	margin-top: var(--paddings-gap-4-x);
	gap: var(--paddings-gap-3-x);
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.black-template .about-main-svg{
	background: url(/img/aboutmainb.jpg);
	background-position: center;
	background-size: cover;
}
.about-main-svg{
	background: url(/img/aboutmain.svg);
	background: url(/img/aboutmain.jpg);
	height: 400px;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: var(--Paddings-Primitives-Card_Radius);
	background-repeat: no-repeat;
}

.about-content{
/*	max-width: 800px;*/
	margin: 0 auto;
}
.about-content-header{
	padding-bottom: var(--paddings-tokens-xxl-6448);
	max-width: 560px;
	margin: 0 auto;
}
.about-content-header h2{
	margin-bottom: 24px;
}

.main-content  .container-helper{
	margin-bottom: var(--paddings-primitives-gap-block);
}
.container-helper{
	background: #FFF;
	-webkit-border-radius: var(--block-content-radius);
	        border-radius: var(--block-content-radius);
	    overflow: hidden;
}

.template-body .content-helper{
	max-width: 960px;
	margin: 0 auto;
	padding: 0px var(--paddings-primitives-content-box-padding);
}

.gz-black{
	display: none;
}

.black-template .gz-black{
	display: block;
}
.black-template .gz-white{
	display: none;
}
.source-content-items{
		display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: var(--paddings-tokens-xxl-6448);
    padding-bottom: var(--paddings-tokens-xxl-6448);
    border-bottom: 1px solid var(--gray-15);
}
.source-content-item{
		-webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}
.source-content-item-names{
		display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.source-content-item-names-icon{
		-webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    margin-right: var(--paddings-tokens-m-2420);
    min-width: 48px;
}
.source-content-item-names-content{
	text-align: left;
}
.source-content-item-names-content-name{
		color: var(--blank-main);
		font-family: Recoleta;
		font-size: var(--Fonts-Size-H3);
		font-style: normal;
		font-weight: 500;
		line-height: var(--Fonts-Line-Height-H3); /* 111.111% */
		letter-spacing: -0.72px;
		margin-bottom: var(--T3);
}
.source-content-item-names-content-short{
		color: var(--gray-50);
		font-family: Inter;
		font-size: var(--fonts-size-t-2-main);
		font-style: normal;
		font-weight: 500;
		line-height: var(--fonts-line-height-t-2-main); /* 150% */
		margin-bottom: var(--paddings-tokens-l-3224);
}
.source-content-item-names-content-img{
	border-radius: var(--paddings-tokens-s-1616);
    overflow: hidden;
}
.source-content-item-names-content-img img{
		max-width: 100%;
}

.word-files-wrapper{
	   display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: var(--paddings-primitives-gap-block);
    margin-top: var(--paddings-primitives-gap-block);
    gap: 48px;
}
.word-files-item{
	  display: flex;
    /* max-width: 430px; */
    flex-direction: column;
    align-items: flex-start;
    gap: var(--paddings-gap-3-x);
    flex: 1 1 50%;
    box-sizing: border-box;
    text-align: left;
    border-radius: var(--paddings-tokens-s-1616);
    overflow: hidden;
}
.word-files-item img {
	max-width: 100%;
}
.word-files-item-title{
	color: var(--blank-main);
	font-family: Recoleta;
	font-size: var(--Fonts-Size-H2);
	font-style: normal;
	font-weight: 500;
	line-height: var(--Fonts-Line-Height-H2); /* 112.5% */
	letter-spacing: -0.96px;
}
.word-files-item-desc{
	color: var(--gray-50);
	font-family: Inter;
	font-size: var(--fonts-size-t-2-main);
	font-style: normal;
	font-weight: 500;
	line-height: var(--fonts-line-height-t-2-main); /* 150% */
}

.about-content-item-block{
	padding: var(--paddings-tokens-xxl-6448) 0px;
}
.about-content-item-block .text-1{
	margin: var(--paddings-tokens-l-3224) 0;
}
.about-content-item-block .text-2{
	margin: var(--paddings-tokens-l-3224) 0;
}
.about-content-item-block-extra{
	max-width: 720px;
	margin: 0 auto;
	padding: var(--paddings-tokens-xxxl-12864) 0px;
}
.template-content-text{
	margin-bottom: 0;
	padding-bottom: 0;
}
.advantage-wrapper{
		display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: var(--paddings-tokens-xxl-6448);
    margin-top: var(--paddings-tokens-xxl-6448);
}
.advantage-item{
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 1 1 50%;
    flex: 0 0 44%;
    -webkit-align-self: auto;
    align-self: auto;
    box-sizing: border-box;
}
.advantage-item-title{
	color: var(--blank-main);
	text-align: center;
	font-family: Recoleta;
	font-size: var(--Fonts-Size-H4);
	font-style: normal;
	font-weight: 500;
	line-height: var(--Fonts-Line-Height-H4);
	letter-spacing: -0.6px;
	margin-bottom: 16px;
	min-height: 72px;
}
.advantage-item-short{
	color: var(--gray-50);
	text-align: center;
	font-family: Inter;
	font-size: var(--fonts-size-t-2-main);
	font-style: normal;
	font-weight: 500;
	line-height: var(--fonts-line-height-t-2-main);
}
.advantage-item-icon{
	min-height: 70px;
}

.main-footer-content-icons-icon{
	min-width: 76px;
}
.main-footer-content-icons{

}
/* ///////////////////////////////////////////// */

@media only screen and (min-width: 1200px) {
	.main-page-content{
	  	  background-position-x: 100%;
	  }
}
@media only screen and (max-width: 1024px) {
  .container {
		max-width: 960px;
  }
  .main-page-content-card{
/*  	min-width: 100%;*/
/*  	max-width: 350px;*/
  }
  .main-page-content{
/*  	  background-position-x: 130%;*/
  }
  .main-footer-content-icons{
  	flex-wrap: wrap;
  	    justify-content: center;
  	    overflow: hidden;
  }
}
.hr-gray{
	height: 1px;
	background: var(--gray-15);
	border: none;
}

.about-content-item{
	display: flex;
	padding: var(--paddings-tokens-xl-4840) 0px;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
	text-align: left;
	max-width: 704px;
	margin: 0 auto;
}
.about-content-item-icon svg{
		min-width: 64px;
}

.about-content-item h3{
	margin-bottom: var(--paddings-gap-2-x);
}

.about-content-sub-items{
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 48px;
}
.about-content-sub-items .about-content-item{
	 flex: 1 1 46%;
	 padding-bottom: 0;
}
.about-content-sub-items .about-content-item h4{
	margin-bottom: var(--paddings-gap-2-x);
}

.text-short{
	font-family: "Inter";
	color: var(--gray-50);
	font-size: var(--fonts-size-t-2-main);
	line-height: var(--fonts-line-height-t-2-main);
	margin: 16px 0;
}

.btn-blue{
	background: var(--Blue);
	color: var(--white-alltime);
}

@media only screen and (max-width: 900px) {
	.header-main{
		height: auto;
		        margin-bottom: 20px;
	}
	.main-page-title{
		    font-size: 38px;
	}
	.main-page-content{
	  	  background-position-x: 150%;
	  }
}
@media only screen and (max-width: 900px) {
	.main-page-content-card{
  	min-width: 100%;
  }
	.word-files-wrapper{
		  -webkit-flex-wrap: wrap;
     	flex-wrap: wrap;
	}
  .word-files-item:first-child {
      -webkit-order: 2;
      -ms-order: 2;
      order: 2;
  }
  .word-files-item:last-child {
	  -webkit-order: 1;
	  -ms-order: 1;
  }
	.about-content{
		max-width: 448px;
	}
	.advantage-item{
		 flex: 0 0 100%;
	}
	.advantage-item-title{
		min-height: auto;
	}
	.source-content-items{
		-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.source-content-item {
	    -webkit-flex: 1 1 100%;
	    flex: 1 1 100%;
	}
	.source-content-item:nth-child(2n){
		margin-top: 0px;
	}
	  .template-body .content-helper{
	  	max-width: 800px;
	  }
	.main-page-content-card-item{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.content-helper{
		max-width: 480px;
	    margin: 0 auto;
	}
	.template-body .container{
		max-width: 100%;
	}
  .container {
/*		max-width: 580px;*/
  }
  .main-page-content{
/*  	padding-top: 300px;*/
/*  	background-position: center top;*/
/*    background-size: contain;*/
  }
  .main-page-content-card,
  .main-page-content-card-item,
  .main-page-content-card-item{
  	    width: 100%;
	    max-width: 100%;
	    box-sizing: border-box;
  }
}
@media only screen and (max-width: 900px) {
	.black-template .main-page .container-helper{
		background: transparent;
	}
	.main-page .container-helper{
		background: transparent;
	}
	.main-page .content-helper.content-helper-main-h{
		background: var(--white-main);
		border-radius: var(--Paddings-Primitives-Card_Radius);
	}
	.black-template .main-page .content-helper.content-helper-main-h{
		background: var(--white-main);
		border-radius: var(--Paddings-Primitives-Card_Radius);
	}
	.main-page-content-card:first-child{
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	}
	.main-page-content-card:last-child{
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	}
	.main-page-content{
		-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.main-page-content{
		padding-left: 0;
	}
	.main-page-content-card-item .btn{
		width: 100%;
	}

	.main-footer-content-title{
		    font-size: 35px;
	}
	.main-page-title-hint{
		width: 100%;
	}
	.template-body .container {
		padding: 0 var(--paddings-gap-2-x);
	}


	html{
		--Fonts-Size-H1: 48px;
		--Fonts-Size-H2: 40px;
		--Fonts-Size-H3: 36px;
		--Fonts-Size-H4: 22px;
		--Fonts-Size-T1: 20px;
		--fonts-size-t-2-main: 16px;
		--fonts-size-t-3-main: 14px;

	    --Fonts-Line-Height-H1: 72px;
		--Fonts-Line-Height-H2: 42px;
		--Fonts-Line-Height-H3: 34px;
		--Fonts-Line-Height-H4: 24px;
		--Fonts-Line-Height-T1: 32px;

/*	  --paddings-primitives-content-box-padding: 0px;*/
	}
}

@media only screen and (max-width: 640px) {
	.template-body .content-helper{
		  padding: 0 20px;
	}

	.template-body .content-helper{
		max-width: 480px;
		margin: 0 auto;
	}

	.about-content-item{
		flex-wrap: wrap;
		-webkit-justify-content: center;
    	justify-content: center;
		text-align: center;
	}
	.about-content-sub-items .about-content-item{
		flex-wrap: nowrap;
		text-align: left;
		-webkit-justify-content: start;
    	justify-content: start;
	}
	.template-content-btns .btn{
  	  margin-bottom: 16px;
/*  	  width: 100%;*/
  }

	.container {
		padding: 0 var(--paddings-gap-2-x);
	}

	.signup-captcha-wrapper {
		flex-direction: column;
		gap: 8px;
	}
	.signup-captcha-image {
		align-self: center;
	}

	.login-form-forgot-link {
		position: static;
		display: block;
		text-align: right;
		margin-top: 6px;
		padding: 0;
	}

}

.mn-footer-feedback-wrapper{
	padding-top: 30px;
}
.mn-feedback-item{
	display: inline-block;
	margin: 0px 15px;
}
.mn-footer-feedback-wrapper a:hover{
	text-decoration: none;
}
.mn-footer-feedback-wrapper a,
.mn-footer-feedback-wrapper span{
/*	text-decoration: none;*/
	vertical-align: top;
	font-family: 'Inter';
	color: #797776;
}

.mn-footer-feedback-wrapper span{
	display: inline-block;
	margin-right: 10px;
}

.btn-transp{
	background: transparent;
	border: 1px solid #E0D4CC;
}

.template-prices{
	text-align: center;
	color: #25282C;
	font-size: var(--Fonts-Size-H4);
	font-family: 'Recoleta';
	margin-bottom: 50px;
}
.black-template .template-prices{
	color: #fff;
}
.template-prices .discount-price{
	font-size: var(--Fonts-Size-T3);
	line-height: 22px;
	font-weight: 400;
	font-family: 'Inter';
	color: #797776;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 6px;
}

.grid-page .template-content-btns {
    text-align: center;
    margin-bottom: 36px;
}

.grid-main-svg{
	background: url(/img/gridmain.png);
	height: 400px;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: var(--Paddings-Primitives-Card_Radius);
	background-repeat: no-repeat;
}
.rockets-main-svg{
	background: url(/img/rocketsmain.png);
	height: 400px;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: var(--Paddings-Primitives-Card_Radius);
	background-repeat: no-repeat;
}

.grid-page .text-2{
	color: var(--colors-gray-50);
}
.grid-page .word-files-item-desc ul{
	list-style: none;
	padding-left: 15px;
}
.grid-page .word-files-item-desc ul li{
	position: relative;
}
.grid-page .word-files-item-desc ul li:after{
    content: "";
    position: absolute;
    left: -12px;
    height: 5px;
    width: 5px;
    top: 7px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: var(--colors-gray-50);
}

.word-files-item-desc.text-3{
	color: var(--colors-gray-50);
	font-family: 'Inter';
	font-size: var(--fonts-size-t-3-main);
	font-style: normal;
	font-weight: 400;
	line-height: var(--fonts-line-height-t-3-main);
}

.grid-page .advantage-item-short{
	color: var(--gray-50);
    text-align: center;
    font-family: Inter;
    font-size: var(--fonts-size-t-3-main);
    font-style: normal;
    font-weight: 400;
    line-height: var(--fonts-line-height-t-3-main);
}

/* === Account Page Custom Styles === */
.account-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  margin: 40px auto;
  margin-top: 0px;
 	/*background: var(--colors-bg-tone);*/
  border-radius: 32px;
  padding: 40px 24px;
  box-sizing: border-box;
  padding-top: 0px;
}
.account-sidebar {
  min-width: 360px;
  max-width: 360px;
  /*background: var(--white-main);*/
  /*border-radius: 16px;*/
  padding: 32px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  /*box-shadow: 0 2px 16px rgba(0,0,0,0.03);*/
}
.account-user {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--colors-white-main);
  border-radius: 16px;
  padding: 8px 16px;
}
.account-user-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-user-avatar-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-50);
  line-height: 1;
  text-transform: uppercase;
}
.account-user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-user-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--blank-main);
}
.account-user-nick {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--gray-50);
}

/* === Account Email Notification === */
.account-email-notification {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: all 0.2s;
}
.account-email-notification--warning {
  background: #fff3cd;
  border: 1px solid #ffc107;
}
.account-email-notification--warning:hover {
  background: #ffe69c;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}
.account-email-notification--success {
  background: #d1e7dd;
  border: 1px solid #198754;
}
.account-email-notification-icon {
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}
.account-email-notification-content {
  flex: 1;
  min-width: 0;
}
.account-email-notification-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--blank-main);
  margin-bottom: 4px;
  line-height: 1.4;
}
.account-email-notification-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--gray-50);
  line-height: 1.4;
}
.account-email-notification--warning .account-email-notification-title {
  color: #664d03;
}
.account-email-notification--warning .account-email-notification-text {
  color: #856404;
}
.account-email-notification--success .account-email-notification-title {
  color: #0f5132;
}
.account-email-notification--success .account-email-notification-text {
  color: #146c43;
}
.account-subs {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.account-sub-item:first-child {
  border-radius: 10px 10px 0px 0px;
}
.account-sub-item:last-child {
  border-radius: 0px 0px 10px 10px;
}
.account-sub-item .label{
	color: var(--colors-gray-50);
}
.account-sub-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  /*border-radius: 10px;*/
  background: var(--colors-white-main);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--blank-main);
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.account-sub-item.active {
  background: var(--gray-15);
  /*color: #fff;*/
}
.account-sidebar-actions {
  display: flex;
  gap: 12px;
  /*margin-top: 16px;*/
}
.account-sidebar-actions button,
.account-sidebar-actions .btn-b {
  flex: 1;
  padding: 12px 0;
  border-radius: 8px;
  border: none;
  background: var(--colors-bg-tone);
  color: var(--blank-main);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  background: transparent;
  border: 1px solid var(--fonts-brown-25);
}
.account-main-section-sub-title{
  font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: var(--colors-gray-50);
	text-transform: uppercase;
}
.account-sidebar-actions button:hover,
.account-sidebar-actions .btn-b:hover {
  background: var(--gray-15);
}
.account-main {
  flex: 1;
  /*background: var(--white-main);*/
  border-radius: 24px;
  padding: 32px 0px 24px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  /*box-shadow: 0 2px 16px rgba(0,0,0,0.03);*/
}
.account-main-title {
  font-family: 'Recoleta', serif;
  font-size: var(--Fonts-Size-H1);
  font-weight: 500;
  color: var(--blank-main);
  margin-bottom: 16px;
  text-align: center;
}
.account-main-section-title {
  font-family: 'Recoleta', serif;
  font-size: var(--Fonts-Size-H4);
  font-weight: 500;
  color: var(--blank-main);
  margin-bottom: 0px;
}
.subscription-details {
  background: var(--colors-bg-tone);
  border-radius: 16px;
  padding: 0 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.subscription-row:first-child {
	border-bottom: 1px solid var(--gray-15);
}
.subscription-row:last-child {
	border-top: 1px solid var(--gray-15);
}
.subscription-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--blank-main);
  padding: 15px 0px;
  font-weight: normal;
}
.subscription-row .label{
	color: var(--colors-blank-main);
}
.subscription-row .value{
	color: var(--colors-gray-50);
}
.subscription-row .label {
  /*color: var(--gray-50);*/
  /*font-size: 15px;*/
}
.subscription-row .value {
  font-weight: 500;
}
.subscription-autorenew {
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white-main);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 8px;
}
.subscription-autorenew .label {
  font-size: 16px;
  color: var(--blank-main);
}
.subscription-autorenew .switch {
  width: 44px;
  height: 24px;
  background: #e0e0e0;
  border-radius: 12px;
  position: relative;
  display: inline-block;
}
.subscription-autorenew .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.subscription-autorenew .slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: var(--Blue);
  border-radius: 12px;
  transition: .4s;
}
.subscription-autorenew .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
  transition: .4s;
}
.subscription-autorenew input:checked + .slider {
  background: var(--Blue);
}
.subscription-autorenew input:checked + .slider:before {
  transform: translateX(18px);
}
.subscription-note {
	font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--colors-gray-50);
  margin-bottom: 8px;
  margin-top: -8px;
  line-height: 22px;
}
.subscription-payments {
  background: var(--white-main);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--blank-main);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  position: relative;
}
.subscription-payments span{
	position: absolute;
	top: 15px;
	right: 16px;
}
.account-main-actions {
  display: flex;
  gap: 12px;
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.account-main-actions button,
.account-main-actions .btn-b {
  flex: 1;
  padding: 12px 0;
  border-radius: 8px;
  border: none;
  background: var(--colors-bg-tone);
  color: var(--blank-main);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  background: transparent;
  border: 1px solid var(--fonts-brown-25);
}
.account-main-actions .btn-blue {
  background: var(--Blue);
  color: #fff;
  font-weight: 500;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.subscription-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}
.account-main-actions .subscription-actions .btn-b,
.account-main-actions .subscription-actions .btn-blue {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.account-main-actions .subscription-actions .btn-trial {
  background: #E8F8F1;
  color: #1A9E6E;
  border: 1.5px solid #1A9E6E;
  gap: 8px;
  flex-wrap: nowrap;
}
.account-main-actions .subscription-actions .btn-trial:hover {
  background: #D4F0E4;
  color: #158A5F;
  border-color: #158A5F;
}
.btn-trial-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  background: #1A9E6E;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
.account-main-actions .subscription-actions .btn-trial:hover .btn-trial-badge {
  background: #158A5F;
}
html.black-template .account-main-actions .subscription-actions .btn-trial {
  background: rgba(26, 158, 110, 0.12);
  color: #3ECF9A;
  border-color: #3ECF9A;
}
html.black-template .account-main-actions .subscription-actions .btn-trial:hover {
  background: rgba(26, 158, 110, 0.22);
  color: #5EDDB0;
  border-color: #5EDDB0;
}
html.black-template .btn-trial-badge {
  background: #1A9E6E;
  color: #fff;
}
@media (max-width: 900px) {
  .account-wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 16px 4px;
  }
  .account-sidebar, .account-main {
    max-width: 100%;
    min-width: 0;
    padding: 20px 8px;
  }
  .account-main {
    padding: 20px 8px 12px 8px;
  }
}
@media (max-width: 600px) {
  .account-wrapper {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .account-sidebar, .account-main {
    border-radius: 0;
    box-shadow: none;
    padding: 12px 2px;
  }
  .account-main-title {
    font-size: 32px;
  }
  .account-main-section-title {
    font-size: 22px;
  }
}

.btn-b{
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.title-mind{
	font-family: 'Recoleta', serif;
	  font-size: var(--Fonts-Size-H4);
	  font-weight: 500;
	  color: var(--blank-main);
	  margin-bottom: 0px;
}

.table-mind-wrapper{
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background: var(--white-main);
	overflow: hidden;
}
.table-mind{
	width: 100%;
}
.table-mind th{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: var(--colors-gray-50);
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid var(--gray-15);
}
.table-mind td{
	font-family: 'Inter', sans-serif;
	padding: 20px;
	font-size: var(--Fonts-Size-T3);
	color: var(--colors-blank-main);
	border-bottom: 1px solid var(--gray-15);
}
.table-mind tr:last-child td{
	border-bottom: none;
}

.return-link{
	font-size: var(--Fonts-Size-T3);
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	color: var(--colors-blank-main);
}
.return-link span{
	position: relative;
    top: 5px;
    left: -5px;
}


.span-small{
  color: var(--colors-gray-50);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.title-h3{
	font-size: var(--Fonts-Size-H3);
	color: var(--colors-blank-main);
}
.title-h2{
  	font-family: 'Inter', sans-serif;
	font-size: var(--Fonts-Size-H2);
	color: var(--colors-blank-main);
}

.title-short{
	font-size: var(--Fonts-Size-T3);
	line-height: 22px;
	color: var(--colors-gray-50);
	max-width: 300px;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 16px;
}

.container-temp600{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.title-wrapper{
	background: #FFF;
	padding: 64px 0px;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 124px;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	width: 100%;
}

.btn-telegram-auth{
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	width: 300px;
	margin: 0 auto;
    background: #54a9eb;
    padding: 8px 0px 4px;
}

.subscribe-page .subscription-details{
	margin-bottom: 26px;
}
.subscribe-page .account-main-section-sub-title{
	margin-bottom: 16px;
}

.subscribe-page .return-link{
	margin-bottom: 26px;
}
.subscribe-page .account-user-avatar{
	overflow: visible;
	font-size: 16px;
}
.subscribe-page .account-user-name{
	margin-bottom: 8px;
}

.style-mind .form-control{
	font-size: 14px;
	background: #FFF;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	border: 1px solid var(--gray-15);
	padding: 16px;
	box-sizing: border-box;
	color: var(--blank-main);
	font-family: 'Inter', sans-serif;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.style-mind .form-control:focus {
	outline: none;
	border-color: var(--Blue);
	box-shadow: 0 0 0 3px rgba(47, 124, 247, 0.1);
}
.style-mind .form-control::placeholder {
	color: var(--gray-50);
	opacity: 1;
}

.btn-simple{
	width: 100%;
	padding: 16px;
	text-align: center;
	font-size: 14px;
	border: none;
}

.style-mind .subscription-note{
	margin-top: 16px;
	margin-bottom: 26px;
	padding: 00 16px;
}

.labels-conf a,
.labels-conf{
	font-size: 12px;
	color: #A9A5A3;
	line-height: 22px;
}
.labels-conf{
	font-family: 'Inter';
	    max-width: 360px;
    margin: 26px auto;
    text-align: center;
}
.labels-conf a {
	font-family: 'Inter';
	text-decoration: underline;
}
.labels-conf span {
	vertical-align: top;
}
.labels-conf svg {
    display: inline-block;
    margin-right: 16px;
    max-width: 100px;
    width: 13px;
    margin: 0;
    position: relative;
    top: 4px;
}

.labels-conf-flex-gr{
	font-family: 'Inter';
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
.labels-conf-flex-gr div:first-child{
	-webkit-flex: 0 1 auto;
    flex: 0 1 auto;
        margin-right: 16px;
}
.labels-conf-flex-gr>div{
	 -webkit-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
        text-align: left;
}

.success-icon{
	font-family: 'Inter', sans-serif;
	padding: 10px;
	font-size: 30px;
	width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 24px;
    padding-top: 12px;
    box-sizing: border-box;
}

.small-title-h2{
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8px;
}

.title-short-small{
	font-size: 13px;
	line-height: 18px;
	max-width: 400px;
    margin-top: 0px;
}

.btn-simple{
	flex: 1;
    padding: 12px 0;
    border-radius: 8px;
    border: none;
    background: var(--colors-bg-tone);
    color: var(--blank-main);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    background: transparent;
    border: 1px solid var(--fonts-brown-25);
}

.btn-simple.btn-blue {
    background: var(--Blue);
    color: #fff;
    font-weight: 500;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.simple-wrapper{
	background: #FFF;
	padding:42px 36px ;
	    box-sizing: border-box;
}

.main-content{
	    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-footer{
	margin-top: auto;
}

.subscription-details-pay .subscription-row .value {
    font-weight: 400;
}

.form-group input{
	font-family: 'Inter';
	font-size: 14px;
}

/* === Login Form Styles === */
.login-form-field {
	margin-bottom: 12px;
}
.login-form-field--last {
	margin-bottom: 20px;
}
.login-form-submit {
	width: 100%;
	cursor: pointer;
}

.login-password-wrapper {
	position: relative;
}
.login-form-forgot-link {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: var(--Blue);
	text-decoration: none;
	font-weight: 400;
	padding: 16px 0;
	line-height: 1;
	transition: color 0.2s;
	white-space: nowrap;
    margin-right: 16px;
}
.login-form-forgot-link:hover {
	color: #1e5fc4;
	text-decoration: underline;
}

/* === Auth Page (Login) Styles === */
.auth-page-wrapper {
	padding: 48px 36px;
	box-sizing: border-box;
}
.auth-page-header {
	margin-bottom: 28px;
}
.auth-page-title {
	font-size: var(--Fonts-Size-H3);
	padding-bottom: 6px;
}

.auth-tabs {
	display: flex;
	gap: 6px;
	background: var(--colors-bg-colored);
	border-radius: 10px;
	padding: 4px;
	margin-bottom: 28px;
}
.auth-tab-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 12px;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: var(--gray-50);
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.auth-tab-btn.active {
	background: #fff;
	color: var(--blank-main);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}
.auth-tab-btn:hover:not(.active) {
	color: var(--blank-main);
}
.auth-tab-icon {
	display: flex;
	align-items: center;
}

.auth-panels {
	text-align: left;
}
.auth-panel {
	display: none;
	animation: authFadeIn 0.25s ease;
}
.auth-panel.active {
	display: block;
}
@keyframes authFadeIn {
	from { opacity: 0; transform: translateY(6px); }
	to   { opacity: 1; transform: translateY(0); }
}
.auth-panel-hint {
	font-family: 'Inter', sans-serif;
	font-size: var(--fonts-size-t-3-main);
	color: var(--gray-50);
	line-height: var(--fonts-line-height-t-3-main);
	margin: 0 0 20px 0;
	text-align: center;
}
.auth-telegram-widget {
	display: flex;
	justify-content: center;
	padding-bottom: 8px;
}

.table-future-open{
	border-spacing: 0px;
	border-color: gray;
}
.table-future-open th{
	background: #F9FAFB;
	text-align: center;
	padding: 10px;
}
.black-template .table-future-open th{
	background: #212428;
	text-align: center;
	padding: 10px;
}
.black-template #data-content h4,
.black-template #data-content .text-2-value{
	color: #212428 !important;
}
.black-template #crosshair-data{
	background: var(--white-main) !important;

}
.black-template .time-graph{
	color: #FFF !important;
}
.table-future-open td,
.table-future-open th{
	border: 1px solid #e8eaed !important;
}

.yiiPager {
	list-style: none;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.yiiPager.pager li, .yiiPager li, .yiiPager.pager li a {
    margin-bottom: 0;
}

.pager .prev {
    margin-right: 40px;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.yiiPager li a {
    width: 52px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    color: #0c0c0c;
    font-size: 17px;
    font-weight: 500;
    line-height: 24.34px;
}

.yiiPager li.selected a {
    border: 1px solid #ff3f02;
    background-color: #fff4f1;
    border: 1px solid #2EFF8E;
    background-color: #2EFF8E;
}

.show-title{
	position: relative;
}

.show-title:hover .title-hover{
  display: block !important;
}

.title-hover{
  	display: none;
	position: absolute;
    left: 70px;
    top: -8px;
    width: 262px;
    font-size: 12px;
    background: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(50,50,50,0.06);
}

    .per-page-selector {
            font-family: 'Recoleta', serif;
    margin-bottom: 20px;
    text-align: right;
}

.per-page-active {
    margin: 0 5px;
    font-weight: bold;
    color: #007bff;
}

.per-page-link {
    margin: 0 5px;
    text-decoration: none;
    color: #6c757d;
}

.per-page-link:hover {
    color: #007bff;
    text-decoration: underline;
}

.beetwengrid{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.beetwengrid .per-page-selector{
	width: 100%;
}

.filter-wrapper-pos .filter-user{
	display: none;
}
.filter-wrapper-user .filter-pos{
	display: none;
}

.filter-wrapper-posuser  .filter-pos{
	margin-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}

.filter-wrapper-pos .filter-user-title{
	display: none;
}
.filter-wrapper-user .filter-pos-title{
	/*display: none;*/
}

.filter-wrapper-posuser .filter-user-title{
	border-top: 1px solid #ebebeb;
    margin-top: 5px;
    padding-top: 5px;
}

.compact-future-page .header-main,
.compact-future-page .account-main-section-title
/*.compact-future-page .beetwengrid*/
{
	display: none;
}

.compact-future-page .table-mind-wrapper{
	padding: 0 !important;
}
.compact-future-page thead,
.compact-future-page .graph-wrapper,
.compact-future-page .main-footer,
.compact-future-page .green-sl
{
	display: none;
}

.compact-future-page .table-mind td{
	padding: 8px 5px;
	/*font-size: 11px;*/
}


.compact-future-page .filter-pos {
    margin-bottom: 0px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0px;
}
.compact-future-page .yiiPager{
	/*display: none;*/
}

.compact-future-page .filter-wrapper-pos .filter-pos{
	border: none;
}

/*.futoi-main-group-list {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.futoi-main-group-item.active{
	border-bottom: 2px solid #fff;
	border-left: 2px solid #e8eaed;
	border-right: 2px solid #e8eaed;
}
.futoi-main-group-item{
	text-align: center;
	padding: 10px 10px;
	border-bottom: 2px solid #e8eaed;
	flex: 1 1 auto;
	cursor: pointer;
}
*/

/* /// */
/* СВЕТЛАЯ ТЕМА - только цвета изменены */

.futoi-main-group-list {
  font-family: 'Recoleta', serif;
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e0e0e0;
  padding: 0 60px;
  background-color: #ffffff; /* Светлый фон */
}

.futoi-main-group-item {
  padding: 12px 24px;
  cursor: pointer;
  color: #666666; /* Темно-серый текст */
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.futoi-main-group-item:hover {
  color: #000000; /* Черный текст при наведении */
  background-color: rgba(0, 0, 0, 0.05); /* Светлый серый при наведении */
}

.futoi-main-group-item.active {
  color: #2196f3; /* Синий акцентный цвет */
  border-bottom: 3px solid #2196f3;
  font-weight: 600;
}

.futoi-main-group-list {
  display: flex;
  position: relative;
}

.tab-with-dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff; /* Белый фон */
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* Более светлая тень */
  z-index: 1000;
  border-radius: 0 0 8px 8px;
  border-top: 2px solid #2196f3; /* Синяя граница сверху */
  border: 1px solid #e0e0e0; /* Добавил границу */
}

.dropdown-content a {
  display: block;
  padding: 12px 16px;
  color: #555555; /* Темно-серый текст */
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0; /* Светлая граница между элементами */
}

.dropdown-content a:hover {
  background-color: #f5f5f5; /* Светло-серый при наведении */
  color: #000000; /* Черный текст при наведении */
}

.tab-with-dropdown:hover .dropdown-content {
  display: block;
}

.tab-with-dropdown:hover .futoi-main-group-item {
  background-color: rgba(33, 150, 243, 0.1); /* Светло-синий при наведении на таб */
  color: #2196f3; /* Синий текст */
}

.dropdown-content{
    overflow: auto;
    max-height: 300px;
}

.mind-container {
    max-width: 1200px;
    max-width: 940px;
    margin: 0 auto;
}

.mind-header {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.mind-header h1 {
    font-size: var(--Fonts-Size-H2);
    font-weight: 500;
    color: #2c2c2c;
    display: inline-block;
    margin-right: 10px;
    letter-spacing: -2%;
}

.mind-header-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -12px;
}

.mind-date-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    gap: 20px;
    margin-bottom: 5px;
    padding: 15px 0;
    /* border-bottom: 1px solid #e0e0e0; */
    position: sticky;
    top: 0;
    background-color: #F3EEEB;
    z-index: 100;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}

.mind-nav-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    transition: color 0.2s;
    width: 50px;
    height: 70px;
    font-size: 12px;
    font-family: Inter;
    color: #A9A5A3;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;

}

.mind-nav-button-icon {
    margin-bottom: 8px;
    margin-top: 8px;
}

.mind-nav-button:hover {
    color: #333;
}

.mind-date-list {
    display: flex;
    gap: 15px;
    align-items: center;
}

.mind-date-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s;
    min-width: 50px;
    width: 90px;
    height: 84px;
    box-sizing: border-box;
    background-color: #ffffff;

    width: 74px;
    height: 70px;
    padding: 12px 12px;
}

.mind-date-item:hover {
    background-color: #f5f5f5;
}

.mind-date-item.mind-active {
    background-color: #25282C;
    color: #ffffff;
}
.mind-date-item.mind-active .mind-date-number,
.mind-date-item.mind-active .mind-date-day{
    color: #ffffff;
}

.mind-date-number {
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #383431;
}

.mind-date-day {
    font-size: 11px;
    color: #999;
    text-transform: lowercase;
}

.mind-date-item.mind-active .mind-date-day {
    color: #BEBBBA;
    font-size: 11px;
    font-family: Inter;
    font-weight: 400;
    line-height: 18px;
}

.mind-date-item.mind-loading {
    opacity: 0.6;
    pointer-events: none;
}

.mind-calendar-trigger {
    background: #2c2c2c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
    margin-left: 15px;
}

.mind-calendar-trigger:hover {
    background: #3c3c3c;
}

.mind-calendar-trigger svg {
    width: 18px;
    height: 18px;
}

.mind-calendar-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.2s;
}

.mind-calendar-modal.mind-active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mind-calendar-container {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    animation: slideUp 0.3s;
    font-family: Inter;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mind-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mind-calendar-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
}

.mind-calendar-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.mind-calendar-close:hover {
    background: #f5f5f5;
    color: #333;
}

.mind-calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.mind-calendar-nav-button {
    background: #f5f5f5;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    color: #333;
}

.mind-calendar-nav-button:hover {
    background: #e0e0e0;
}

.mind-calendar-month-year {
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
}

.mind-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px;
}

.mind-calendar-weekday {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    padding: 8px 0;
}

.mind-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.mind-calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    transition: all 0.2s;
}

.mind-calendar-day:hover {
    background: #f5f5f5;
}

.mind-calendar-day.mind-other-month {
    color: #ccc;
}

.mind-calendar-day.mind-today {
    /* background: #e3f2fd; */
    color: #1976d2;
    font-weight: 600;
}

.mind-calendar-day.mind-selected {
    background: #2c2c2c;
    color: white;
    font-weight: 600;
}

.mind-calendar-day.mind-selected:hover {
    background: #3c3c3c;
}

.mind-calendar-day.mind-has-events {
    background-color: #e3f2fd;
    color: #1976d2;
    font-weight: 600;
}

.mind-calendar-day.mind-has-events:hover {
    background-color: #bbdefb;
}

.mind-calendar-day.mind-has-events.mind-other-month {
    background-color: #f5f5f5;
    color: #999;
}

.mind-calendar-day.mind-has-events.mind-other-month:hover {
    background-color: #e8e8e8;
}

.mind-calendar-day.mind-has-events.mind-today {
    background-color: #1976d2;
    color: white;
}

.mind-calendar-day.mind-has-events.mind-today:hover {
    background-color: #1565c0;
}

.mind-calendar-day.mind-has-events.mind-selected {
    background-color: #2c2c2c;
    color: white;
}

.mind-calendar-day.mind-has-events.mind-selected:hover {
    background-color: #3c3c3c;
}

.mind-loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.mind-loading-overlay.mind-active {
    display: flex;
}

.mind-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2c2c2c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mind-section {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 15px;
}

.mind-section-title {
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    font-size: var(--Fonts-Size-H4);
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.mind-section-title-date{
  color: #232A31;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
}

#tomorrow-title{
  font-size: var(--Fonts-Size-H4);
  font-family: 'Recoleta';
  font-weight: 500;
}

.mind-subsection {
    margin-bottom: 30px;
}

.mind-subsection-title-past {
  background-color: #FDFAF9;
}
.mind-subsection-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(121, 119, 118, 0.5);
    /* color: #000000; */
    /* color: #797776; */
    margin-bottom: 0px;
    border-bottom: 1px solid #E6E6E6;
    padding: 4px 30px;
    font-family: 'Inter';
    
    /* text-align: center; */
}

#past-events .mind-event-item{
  background-color: #FDFAF9;
}

.mind-event-list {
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    font-family: Inter;
}

.mind-event-item {
    display: flex;
    gap: 15px;
    padding: 0px 15px;
    align-items: center;
    
    /* border-radius: 8px; */
    border-left: 3px solid transparent;
    transition: all 0.2s;
    border-bottom: 1px solid #E6E6E6;
}

.mind-event-item:hover {
  background-color: #fafafa;
    /* background-color: #f0f0f0; */
    /* border-left-color: #4CAF50; */
}

.mind-event-icon-image{
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 4px;
  background-size: cover;
}

.mind-event-icon {
    min-width: 100px;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.mind-event-icon-multiple {
    flex-direction: column;
    height: auto;
    min-height: 50px;
    padding: 5px;
    gap: 4px;
    max-width: 100px;
    box-sizing: border-box;
}

.mind-event-ticker-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 4px;
    height: 28px;
    background-color: #F4F5F8;
    border-radius: 4px;
    padding: 0px 6px;
}

.mind-event-ticker-item .mind-event-icon-image {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 4px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mind-event-ticker-item .mind-event-icon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mind-event-ticker-item .mind-event-icon-text {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    color: #2c2c2c;
    font-family: Inter;
    font-weight: 400;
}

.mind-event-content {
    flex: 1;
    font-size: 12px;
    text-align: center;
}

.mind-event-header {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 8px; */
    flex-wrap: wrap;
    position: relative;
}

.mind-event-category-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 26px;
  white-space: nowrap;
}

.mind-event-admin-notification {
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    /* width: 24px; */
    /* height: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1976d2;
    /* transition: all 0.2s; */
    flex-shrink: 0;
    top: 0;
    right: 0;
}

.mind-event-admin-notification:hover {
    background: #ff5252;
    /* transform: scale(1.1); */
}

.mind-event-admin-notification svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.mind-event-admin-notification.mind-active {
    background: #2c2c2c;
}

.mind-event-admin-notification.mind-active:hover {
    background: #3c3c3c;
}

.mind-event-date {
    font-size: 12px;
    color: #999;
    /* display: none; */
    margin-top: 10px;
}

.mind-event-empty-message{
  padding: 15px;
}

.mind-event-title {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 6px;
    padding-right: 20px;
    text-align: left;
}

.mind-event-description {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 8px;
}

.mind-event-category {
    display: inline-block;
    padding: 4px 10px;
    background-color: #e8e8e8;
    border-radius: 12px;
    font-size: 11px;
    color: #666;
    font-weight: 500;
    margin-right: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    cursor: default;
}

.mind-event-category:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.mind-event-category:last-child {
    margin-right: 0;
}

.mind-event-category.mind-economy {
    background-color: #e3f2fd;
    color: #1976d2;
    border-color: rgba(25, 118, 210, 0.2);
}

.mind-event-category.mind-economy:hover {
    background-color: #bbdefb;
    box-shadow: 0 2px 6px rgba(25, 118, 210, 0.2);
}

.mind-event-category.mind-dividend {
    background-color: #fff3e0;
    color: #f57c00;
    border-color: rgba(245, 124, 0, 0.2);
}

.mind-event-category.mind-dividend:hover {
    background-color: #ffe0b2;
    box-shadow: 0 2px 6px rgba(245, 124, 0, 0.2);
}

.mind-event-category.mind-shares {
    background-color: #f3e5f5;
    color: #7b1fa2;
    border-color: rgba(123, 31, 162, 0.2);
}

.mind-event-category.mind-shares:hover {
    background-color: #e1bee7;
    box-shadow: 0 2px 6px rgba(123, 31, 162, 0.2);
}

.mind-event-category.mind-events {
    background-color: #ffebee;
    color: #c62828;
    border-color: rgba(198, 40, 40, 0.2);
}

.mind-event-category.mind-events:hover {
    background-color: #ffcdd2;
    box-shadow: 0 2px 6px rgba(198, 40, 40, 0.2);
}

.mind-event-category.mind-important {
    background-color: #ffcdd2;
    color: #b71c1c;
    border-color: rgba(183, 28, 28, 0.3);
}

.mind-event-category.mind-important:hover {
    background-color: #ef9a9a;
    box-shadow: 0 2px 6px rgba(183, 28, 28, 0.3);
}

.mind-event-admin-comment {
    margin-top: 12px;
    padding: 12px;
    background-color: #f8f9fa;
    border-left: 3px solid #2c2c2c;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    display: none;
    animation: slideDown 0.3s ease-out;
}

.mind-event-admin-comment.mind-show {
    display: block;
    margin-bottom: 15px;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mind-event-admin-comment-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #2c2c2c;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mind-event-admin-comment-icon {
    width: 16px;
    height: 16px;
    background: #2c2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.mind-event-admin-comment-text {
    color: #333;
    text-align: left;
}

@media (max-width: 768px) {
    .mind-date-navigation {
        flex-wrap: wrap;
    }

    .mind-date-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mind-event-item {
        flex-direction: column;
    }

    .mind-event-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

/* frontend/widgets/assets/src/css/email-verification.css */

/* === Переменные для легкой кастомизации === */
:root {
  --ev-warning-bg: #fff3cd;
  --ev-warning-border: #ffc107;
  --ev-warning-text: #664d03;
  --ev-success-color: #198754;
  --ev-transition-speed: 0.3s;
}

/* === Анимация появления модалки === */
#emailVerificationModal .modal-dialog {
  animation: evSlideIn 0.4s ease-out;
  transform: translateY(0);
}

@keyframes evSlideIn {
  from {
      opacity: 0;
      transform: translateY(-30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* === Усиленный хедер с иконкой === */
#emailVerificationModal .modal-header {
  border-bottom: 3px solid var(--ev-warning-border);
  padding: 1rem 1.5rem;
}

#emailVerificationModal .modal-header .bi-exclamation-triangle-fill {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  animation: evPulse 2s infinite;
}

@keyframes evPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* === Поля ввода с улучшенным фокусом === */
#emailVerificationModal .form-control {
  border-width: 2px;
  transition: border-color var(--ev-transition-speed), box-shadow var(--ev-transition-speed);
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

#emailVerificationModal .form-control:focus {
  border-color: var(--ev-warning-border);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

/* === Поле для кода: моноширинный шрифт и центрирование === */
#verificationCode {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  letter-spacing: 0.5rem;
  font-size: 1.5rem !important;
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
}

/* Адаптив для мобильных */
@media (max-width: 576px) {
  #verificationCode {
      letter-spacing: 0.3rem;
      font-size: 1.25rem !important;
      max-width: 100%;
  }
}

/* === Кнопки с микро-анимацией === */
#emailVerificationModal .btn-primary,
#emailVerificationModal .btn-success {
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease;
}

#emailVerificationModal .btn-primary:active,
#emailVerificationModal .btn-success:active {
  transform: scale(0.98);
}

/* Эффект "нажатия" */
#emailVerificationModal .btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* === Плавные переходы между шагами === */
#emailVerificationModal #step-email,
#emailVerificationModal #step-code,
#emailVerificationModal #step-success {
  transition: opacity var(--ev-transition-speed) ease;
}

/* === Блок успеха с анимацией галочки === */
#step-success .bi-check-circle-fill {
  animation: evCheckMark 0.6s ease-out forwards;
  transform: scale(0);
}

@keyframes evCheckMark {
  0% {
      transform: scale(0);
      opacity: 0;
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

/* === Ссылка "Изменить Email" === */
#emailVerificationModal .btn-link {
  font-size: 0.9rem;
  color: #6c757d;
  text-decoration: none !important;
  transition: color 0.2s;
}

#emailVerificationModal .btn-link:hover {
  color: #0d6efd;
  text-decoration: underline !important;
}

/* === Кнопка "Напомнить позже" === */
#btnDismissModal {
  font-size: 0.85rem;
  opacity: 0.8;
  transition: opacity 0.2s;
}

#btnDismissModal:hover {
  opacity: 1;
}

/* === Уведомление о отправке кода === */
#emailVerificationModal .alert-info {
  background-color: #cff4fc;
  border-color: #b6effb;
  color: #055160;
  font-size: 0.95rem;
  border-left: 4px solid #0dcaf0;
}

/* === Адаптивность модалки === */
@media (max-width: 480px) {
  #emailVerificationModal .modal-dialog {
      margin: 1rem;
  }
  
  #emailVerificationModal .modal-body {
      padding: 1.25rem;
  }
  
  #emailVerificationModal .modal-header {
      padding: 0.875rem 1.25rem;
  }
}

/* === Темная тема (опционально, если используется) === */
@media (prefers-color-scheme: dark) {
  #emailVerificationModal .modal-content {
      background-color: #2b2b2b;
      color: #f8f9fa;
  }
  
  #emailVerificationModal .form-control {
      background-color: #3a3a3a;
      border-color: #555;
      color: #fff;
  }
  
  #emailVerificationModal .form-control:focus {
      background-color: #444;
      border-color: var(--ev-warning-border);
  }
  
  #emailVerificationModal .alert-info {
      background-color: #0d3b45;
      border-color: #0a5868;
      color: #9de3ee;
  }
}

/* === Оболочка модального окна (Overlay) === */
.ev-modal-overlay {
  font-family: 'Inter', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: none; /* Скрыто по умолчанию */
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ev-modal-overlay.active {
  display: flex;
  opacity: 1;
}

/* === Само окно (Dialog) === */
.ev-modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 420px;
  overflow: hidden;
  transform: translateY(-30px);
  transition: transform 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.ev-modal-overlay.active .ev-modal {
  transform: translateY(0);
}

/* === Хедер === */
.ev-modal-header {
  background: #fff3cd;
  color: #664d03;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffecb5;
}

.ev-modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ev-close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #664d03;
  opacity: 0.6;
  transition: opacity 0.2s;
  line-height: 1;
}

.ev-close-btn:hover {
  opacity: 1;
}

/* === Тело === */
.ev-modal-body {
  padding: 2rem 1.5rem;
}

.ev-text {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 50px;
}

.ev-form-group {
  margin-bottom: 1.25rem;
}

.ev-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #444;
  font-size: 0.95rem;
}

.ev-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ev-input:focus {
  outline: none;
  border-color: #ffc107;
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
}

/* === Кнопки === */
.ev-btn {
  width: 100%;
  padding: 0.85rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.1s, opacity 0.2s;
  box-sizing: border-box;
}

.ev-btn:active {
  transform: scale(0.98);
}

.ev-btn-primary {
  background: #0d6efd;
  color: #fff;
}

.ev-btn-primary:hover {
  background: #0b5ed7;
}

.ev-btn-success {
  background: #198754;
  color: #fff;
}

.ev-btn-success:hover {
  background: #157347;
}

.ev-btn-link {
  background: none;
  color: #6c757d;
  text-decoration: underline;
  padding: 0.5rem;
  font-size: 0.9rem;
}

.ev-btn-link:hover {
  color: #0d6efd;
}

.ev-btn-dismiss {
  background: none;
  border: none;
  color: var(--gray-50);
  padding: 0.5rem 0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  width: auto;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}

.ev-btn-dismiss:hover {
  color: var(--Blue);
  text-decoration: underline;
}

/* === Утилиты === */
.ev-hidden {
  display: none !important;
}

.ev-alert {
  background: #cff4fc;
  border: 1px solid #b6effb;
  color: #055160;
  padding: 0.75rem;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  text-align: center;
}

.ev-success-icon {
  color: #198754;
  font-size: 4rem;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  animation: evPopIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes evPopIn {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.ev-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
  text-align: center;
  background: #fafafa;
}

/* === Адаптив === */
@media (max-width: 480px) {
  .ev-modal {
      width: 95%;
  }
  .ev-modal-body {
      padding: 1.5rem 1rem;
  }
}