input:hover {
	background: #f5f6f8;
}
input:active {
	background: var(--white);
	outline: var(--black1);
}

input:invalid {
	border-color: #ef3124;
	outline: #ef3124;
}
.container {
	margin: 0 auto;
	max-width: 1920px;
}
.pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* justify-content: space-between; */
	margin-left: 0;
	padding-left: 0;
	min-height: 100vh;
}
.container-header {
	margin-left: auto;
	margin-right: 0;
	/* width: 100%; */
	max-width: none;
	padding-right: 24px;
}
.container-small {
	margin: 0 auto;
	max-width: 1193px;
	width: 100%;
	position: relative;
	padding-right: 24px;
}
.back {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	top: -112px;
	left: -123px;
}
.back:hover,
.back:active {
	background: rgba(116, 116, 116, 0.7);
	border-radius: 4px;
	padding: 11.5px 16px 11.5px 10px;
}

.content-all {
	padding-left: 24px;
	padding-right: 0;
	width: calc(100% - 248px);
	margin-left: 248px;
	margin-right: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}

h2 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 23px;
	line-height: 139%;
	color: #000;
}

body {
	background: #f2f3f5;
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 16px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
#burger-toggle {
	display: none;
}
.active-btn {
	background: #000;
	/* color: var(--white); */
}
.noactive-btn {
	background: #dbdde2;
	color: var(--black1);
}

.header__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-block: 3px;
	gap: 20px;
	margin-bottom: 76px;
}
.header__profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 0 28px;
	border-left: 1px solid #e7e8eb;
	border-right: 1px solid #e7e8eb;
}
.header__profile-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #6c7374;
}
.header__profile-name h3 {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 4px;
}
.header__profile-name p {
	font-weight: 400;
	font-size: 11px;
}

.sidebar {
	width: 249px;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 12px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	border-right: 1px solid #e7e8eb;
	overflow: visible;
}

.sidebar__top {
}
.sidebar__top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	width: 225px;
	position: relative;
}
.sidebar__top ul li {
	position: relative;
}
.sidebar__top ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	gap: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	padding: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}
.sidebar-hover {
	position: absolute;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 29px;
	width: 2px;
	background-color: #ef3124;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0 2px 2px 0;
	z-index: 10;
}
.sidebar-hover1 {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 29px;
	width: 2px;
	background-color: #ef3124;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0 2px 2px 0;
	z-index: 10;
}
.sidebar__top ul li a:focus .sidebar-hover,
.sidebar__top ul li a:active .sidebar-hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sidebar-active,
.sidebar__top ul li a:hover,
.sidebar__top ul li a:focus,
.sidebar__top ul li a:active {
	background: #e7e8eb;
	border-radius: 8px;
}
.sidebar-active .sidebar-hover,
.sidebar-active .sidebar-hover1 {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.sidebar-active::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 29px;
	background-color: #ef3124;
	border-radius: 0 2px 2px 0;
	z-index: 10;
}
.sidebar__top ul {
	overflow: visible;
}
.sidebar__top ul li {
	overflow: visible;
}
.sidebar-active svg,
.sidebar__top ul li a:hover svg,
.sidebar__top ul li a:focus svg,
.sidebar__top ul li a:active svg {
	color: var(--black1);
}
.sidebar__top ul li svg {
	color: #737476;
	width: 20px;
	height: 20px;
}

.sidebar__bottom-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6.5px 8px;
}
.sidebar__bottom-link a {
	width: 108px;
	background: var(--white);
	padding: 12px;
	border-radius: 12px;
	font-weight: 400;
	font-size: 13px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.sidebar__bottom-link a:hover {
	opacity: 0.7;
}
.sidebar__bottom-link a img {
	width: 20px;
	height: 20px;
}

.actions h2 {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 24px;
}

.quick__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 23px;
	margin-bottom: 32px;
}
.quick__card a {
	width: 382px;
	height: 156px;
	border-radius: 14px;
	padding: 24px 0 24px 24px;
}
.quick__card a:first-child {
	background: url(./../images/lk/balanse1.png),
		-o-linear-gradient(231deg, #88c88f 10%, #d3f2d6 50%, #f0fced 100%);
	background: url(./../images/lk/balanse1.png),
		linear-gradient(219deg, #88c88f 10%, #d3f2d6 50%, #f0fced 100%);
	background-repeat: no-repeat;
	background-position: center right;
}
.quick__card a:nth-child(2) {
	background: url(./../images/lk/check-bg1.png),
		-o-linear-gradient(231deg, #94d2e6 10%, #d3f2f0 58.98%, #edfcfa 100%);
	background: url(./../images/lk/check-bg1.png),
		linear-gradient(219deg, #94d2e6 10%, #d3f2f0 58.98%, #edfcfa 100%);
	background-repeat: no-repeat;
	background-position: center right;
}
.quick__card a:last-child {
	background: url(./../images/lk/trade1.png),
		-o-linear-gradient(231deg, #f6daca 10%, #f9efe9 77%);
	background: url(./../images/lk/trade1.png),
		linear-gradient(219deg, #f6daca 10%, #f9efe9 77%);
	background-repeat: no-repeat;
	background-position: center right;
}
.quick__card a h4 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 16px;
	color: #000;
	max-width: 206px;
}
.quick__card a p {
	font-size: 16px;
	color: #6c7374;
}
.quick__card a img {
	display: none;
}

.quick__card a:hover {
	opacity: 0.7;
}

.actions__check,
.check__check {
	background: var(--white);
	border-radius: 16px;
	padding: 24px;
	width: 100%;
}
.actions__check h5 {
	font-size: 16px;
	color: #85858c;
	margin-bottom: 8px;
}
.actions__check h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #000;
	margin-bottom: 10px;
}
#total-balance-container {
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#total-balance-container:hover h3 {
	opacity: 0.7;
}
#trading-accounts-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.actions__check-card {
	background: #edeef0;
	border-radius: 12px;
	padding: 20px 20px 24px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.action__check-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 16px;
}
.action__check-info h4 {
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #808089;
	background: var(--gray);
	border-radius: 4px;
	width: 250px;
	padding-block: 4px;
	text-align: center;
}
.action__check-info h5 {
	font-weight: 700;
	font-size: 14px;
	color: #000;
	margin-block: 4px 8px;
}

.copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.action__check-info p {
	font-size: 14px;
	color: #8d8d94;
}

.action__check-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	position: relative;
}
.action__check-link a,
.story__trade-link,
.check__open-link,
.check__open-link1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	background: var(--gray);
	font-weight: 500;
	font-size: 14px;
	padding-block: 7.5px;
	color: #000;
	width: 91px;
	&:hover {
		opacity: 0.8;
	}
}
.check__open-link {
	width: 176px;
}
.check__open-link1 {
	width: 178px;
	padding-block: 11.5px;
}

.story__trade-link {
	background: var(--gray);
	width: 101px;
	padding-block: 11.5px;
}
.action__check-link a:first-child {
	color: var(--white);
	background: #000;
	width: 106px;
}
#link-img,
#link-img1 {
	width: 32px;
	height: 32px;
}

#check-list,
#check-list1,
.check-list {
	position: absolute;
	left: 229px;
	top: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 200px;
	background: var(--white);
	border-radius: 12px;
	display: none;
}
#check-list li,
#check-list1 li,
.check-list li {
	width: 100%;
}
#check-list li a,
#check-list1 li a,
.check-list li a {
	padding: 8.5px 0 8.5px 20px;
	font-size: 16px;
	color: var(--black);
	background: var(--white);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	&:hover {
		background: #edeef0;
	}
}

.actions1 {
	margin-block: 32px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	clear: both;
}
.actions1 h2 {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 22px;
}
.links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
.links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 12px;
	border: 1px dashed #000;
	border-radius: 16px;
	padding: 20px 24px;
	max-width: 280px;
	background: var(--white);
	color: #000;
	font-size: 16px;
	line-height: 150%;
}

.title2 {
	font-weight: 700;
	font-size: 30px;
	color: #000;
	margin-block: 44px 32px;
}
.tit2 {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 32px;
	margin-top: -4px;
}
.tit3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 16px;
}
.tit4 {
	font-weight: 700;
	font-size: 20px;
	margin-block: 24px 16px;
}
.title3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 16px;
	color: #000;
}
.title4 {
	font-weight: 600;
	font-size: clamp(12px, 1vw, 20px);
	line-height: 160%;
	color: #000;
	margin-top: 25px;
}
.title5 {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 24px;
}
.title6 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 32px;
	margin-top: -4px;
}
.tit7 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 32px;
}
.tit8 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 24px;
}
.tit9 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 4px;
}
.tit10 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.tit11 {
	font-weight: 700;
	font-size: 30px;
	margin-block: 44px 24px;
}
.story-top {
	margin-top: clamp(25px, 4vw, 32px);
}
.story {
	margin-bottom: 72px;
}
.story h2 {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 22px;
}

.btn-story {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	color: #000;
	border-radius: 20px;
	background: #dbdce2;
	padding: 11.5px 16px;
}
.btn-story:hover,
.btn-story:focus {
	background-color: #000;
	color: var(--white);
}
.btn__check1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}
.btn__check1 button {
	border-radius: 4px;
	background: #dbdde2;
	padding: 9.5px 16px;
	font-weight: 500;
	font-size: 14px;
	&:hover,
	&:active {
		color: var(--white);
		background: #000;
	}
}
.btn__check1 button:hover,
.btn__check1 button:focus,
.btn__check1 button:active {
	color: var(--white);
	background: #000;
}
/* Общие стили hover для кнопок (не применяются к кнопкам профиля) */
.btn__check3 button:hover,
.btn__check3 button:focus,
.btn__check3 button:active {
	color: #000;
	border-bottom: 3px solid #ef3124;
	padding-bottom: 12px;
	margin-bottom: -12px;
	z-index:22;
}
/* Для кнопок профиля hover отключен, чтобы не конфликтовать с активным состоянием */
#btnch2 button:hover,
#btnch2 button:focus,
#btnch2 button:active {
	/* Стили применяются только через JavaScript и класс prof-active */
}
.active-btn {
	background: #000;
	/* color: var(--white); */
}
.noactive-btn {
	background: #dbdde2;
	/* color: var(--black1); */
}

.story__all {
	margin-top: 32px;
}
.story__all h3 {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin-bottom: 8px;
}
.story__all-link p,
.story__all-link1 p {
	font-weight: 700;
	font-size: 14px;
}
.story__all-link p {
	color: #0d9336;
}
.story__all-link1 p {
	color: #000;
}
.story__all-info {
	border-radius: 12px;
	padding: 20px;
	background: #edeef0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
}

.story__all-info h5 {
	font-size: 14px;
	color: #8d8d94;
}
.story__all-info h5 span {
	color: #000;
}

#check__num,
#check__num1 {
	font-weight: 700;
	font-size: 14px;
	color: #000;
	margin-bottom: 8px;
}
.action__check-info1 {
	gap: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.action__check-info1 h5 {
	margin-bottom: 0;
}
.story__ch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 6px;
}
.story__ch h5 {
	font-size: 14px;
	color: #040404;
}
.story__trade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	padding-block: 81px;
	margin-block: 32px 153px;
}
.story__trade h3 {
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin-bottom: 0;
}
.story__trade p {
	font-size: 14px;
	color: #000;
	text-align: center;
}
.p-text {
	font-size: 14px;
}
.empty-text {
	margin-bottom: 0;
}

.controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}
.title1 {
	font-weight: 700;
	font-size: 40px;
	color: #000;
	margin-block: 44px 32px;
}
.trade-cont {
	position: relative;
}
.trade__all-inner {
	border: 1px solid #fa9313;
	border-radius: 16px;
	width: 740px;
	background: #ffefd9;
	padding: 24px;
}
.trade__all-inner h2 {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	margin-bottom: 24px;
}
.trade__all-inner1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.trade__all-text h3 {
	font-weight: 500;
	font-size: 18px;
	color: #000;
}
.trade__all-text p {
	font-size: 14px;
	color: #000;
	margin-block: 16px;
}
.trade__all-text a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	background: var(--gray);
	border-radius: 4px;
	width: 117px;
	padding-block: 7.5px;
	&:hover {
		background: #000;
		color: var(--white);
	}
}

.btn__check,
.btn__check2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
	color: #85858c;
}
.btn__check button {
	font-weight: 500;
	font-size: 20px;
}
#btnch2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}

#btnch2 button {
    font-weight: 500;
    font-size: 20px;
    color: #85858c;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.line {
	width: 100%;
	height: 1px;
	background: #b2b2bb;
}

.btn__check2 {
	width: 100%;
}
.btn__check3 {
	max-width: 815px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: clamp(5px, 1vw, 32px);
	font-size: clamp(8px, 1vw, 19px);
}

.check__blok1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	margin-top: 32px;
}
#check__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#check__img a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 16px;
	background: var(--white);
	border-radius: 14px;
	padding: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #85858c;
	width: 280px;
	height: 130px;
}
.empty {
	font-weight: 700;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.empty__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	margin-block: 85.5px 61.5px;
}

.prof__doc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
}
.prof__doc-spravka {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
}
.prof__doc-spr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.spr-mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.prof__doc-spr h4 {
	font-size: 16px;
	color: #000;
}
.spr-inp {
	font-weight: 500;
	font-size: 14px;
	color: #85858c;
	background: var(--gray);
	border-radius: 10px;
	width: 100px;
	padding: 7.5px 10px;
}
.spr-inp:hover,
.spr-inp:active,
.spr-inp:focus {
	background: var(--white);
	border: 1px solid var(--black);
}
.prof__doc-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	background: #e3f0ff;
	border-left: 3px solid var(--blue);
	padding: 12px;
}
.prof__doc-top p {
	font-size: 14px;
	color: #000;
}
.prof__doc-top p span {
	font-weight: 500;
	font-size: 18px;
	color: #000;
}

.prof__test,
.prof__pers,
.prof__setting-inner {
	border-radius: 16px;
	max-width: 740px;
	background: var(--white);
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* gap: 23px; */
	margin-top: 24px;
}
.prof__setting-inner:first-child {
	margin-block: 32px 24px;
}
.prof__doc-inner {
	border-radius: 16px;
	padding: 24px;
	max-width: 740px;
	background: var(--white);
	margin-top: 28px;
}
.prof__doc-body {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.prof__doc-body1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.prof__doc-body2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.prof__doc-body3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.prof__doc-body3 p {
	font-size: 12px;
	color: #0d9336;
	font-weight: 700;
	padding-block: 4px;
	background: #d1f1d7;
	width: 104px;
	border-radius: 20px;
	text-align: center;
}
.prof__doc-body3 h4 {
	font-size: 16px;
}
.prof__doc-body3 a {
	margin-right: 40px;
	&:hover {
		opacity: 0.8;
	}
}
.prof__test-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	border-left: 1px solid #00d14e;
	background: #d9fce5;
	padding: 12px 12px 12px;
	margin-bottom: 20px;
}
.prof__test-top P {
	font-weight: 500;
	font-size: clamp(10px, 4vw, 14px);
	line-height: 150%;
	color: #000;
}
.prof__test-top span {
	font-weight: 700;
	font-size: clamp(14px, 4vw, 18px);
	line-height: 117%;
	color: #000;
}
.prof__test-bottom {
	border: 1px solid #c8c7cc;
	border-radius: 10px;
	padding: 23px;
}
.prof__test-bottom h3 {
	font-weight: 700;
	font-size: 23px;
	line-height: 91%;
	color: #000;
	margin-bottom: 14px;
}
.prof__test-bottom p {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #929099;
}
.prof__test-bottom a,
.btn__redact,
.btn__zakaz {
	font-weight: 500;
	font-size: 14px;
	color: #000;
	background: var(--gray);
	border-radius: 4px;
	padding-block: 7.5px;
	display: block;
	text-align: center;
	&:hover {
		background: var(--black1);
		color: var(--white);
	}
}
.prof__test-bottom a {
	width: 269px;
}
.btn__redact {
	width: 136px;
}
.btn__zakaz {
	width: 83px;
}
#pos,
.prof__setting-pos label {
	font-weight: 500;
	font-size: 16px;
	color: #8d8d94;
	outline: 0;
	width: 100%;
}
.prof__setting-pos form {
	border-radius: 12px;
	width: 340px;
	background: #edeef0;
	padding: 9px 20px;
	background-image: url(./../images/lk/down.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-position-x: 296px;
	display: block;
}
.prof__setting-pos {
	margin-bottom: 24px;
}

/* .prof__setting-pos form select option {
	font-weight: 500;
	font-size: 16px;
	color: #8d8d94;
} */

.prof__setting-pos form label {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 500;
	font-size: 12px;
	color: #b3b3ba;
	margin-bottom: 4px;
}

.real-checkbox:checked {
	accent-color: #000;
}
.prof__setting {
}
.prof__setting-entr {
	border-radius: 12px;
	background: #edeef0;
	padding: 20px;
}
.prof__setting-entr h4 {
	font-weight: 700;
	font-size: 20px;
	color: #000;
}
.prof__setting-entr p {
	font-size: 14px;
	color: #85858c;
	margin-block: 16px;
}
.prof__setting-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.prof__setting-link a {
	background: var(--gray);
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	padding-block: 7.5px;
}
.prof__setting-link a:first-child {
	width: 160px;
}
.prof__setting-link a:last-child {
	width: 186px;
}

.prof__setting-chbox label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 16px;
	cursor: pointer;
}
.real-checkbox {
	width: 16px;
	height: 16px;
	border: 1px solid var(--black1);
	border-radius: 2px;
	background: var(--white);
	&:hover {
		background: #e7e8eb;
	}
}

.prof__setting-chbox p {
	font-size: 16px;
	color: #000;
	margin-top: -2px;
	max-width: 660px;
}
.prof__pers ul li,
.prof__setting-story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border-bottom: 1px solid #b2b2bb;

	padding-block: 16px;
}
.prof__pers ul p,
.prof__setting-story p {
	font-size: 16px;
	color: #85858c;
	width: 220px;
}

.prof__pers ul input::-webkit-input-placeholder,
.prof__setting-story input::-webkit-input-placeholder {
	font-size: 16px;
	color: #000;
}

.prof__pers ul input::-moz-placeholder,
.prof__setting-story input::-moz-placeholder {
	font-size: 16px;
	color: #000;
}

.prof__pers ul input:-ms-input-placeholder,
.prof__setting-story input:-ms-input-placeholder {
	font-size: 16px;
	color: #000;
}

.prof__pers ul input::-ms-input-placeholder,
.prof__setting-story input::-ms-input-placeholder {
	font-size: 16px;
	color: #000;
}

.prof__pers ul h5,
.prof__setting-story,
.prof__pers ul input,
.prof__pers ul input::placeholder,
.prof__setting-story input,
.prof__setting-story input::placeholder {
	font-size: 16px;
	color: #000;
}
.prof__pers ul h5,
.prof__pers ul input {
	width: 466px;
}
#prof__al {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 740px;
}

#podrobnee,
#open,
#client-card,
#total-info {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}

.podrobnee__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	border-radius: 16px;
	padding: 40px;
	background: var(--white);
	width: 500px;
}
.podrobnee__body-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.podrobnee__body-top h2 {
	font-weight: 700;
	font-size: 24px;
}
.podrobnee__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.podrobnee__content-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	font-size: 14px;
}
.podrobnee__content-list h4 {
	color: #85858c;
}
.podrobnee__content-list p {
	color: var(--black1);
}

.open__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 20px;
	padding: 28px;
	background: var(--white);
	width: 800px;
}
.open__body-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}
.open__body-top h2 {
	font-weight: 700;
	font-size: 30px;
}

.open__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
.open__content-top {
	border-bottom: 1px solid #edeef0;
	padding-bottom: 32px;
}
.login-num {
	font-size: 14px;
	color: #8d8d94;
	margin-block: 8px 16px;
}
.open__content-sum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.open__content-sum h2 {
	font-weight: 700;
	font-size: 20px;
}
.open__content-sum p {
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #808089;
	padding: 4px 8px;
	background: var(--gray);
	border-radius: 4px;
}
.open__content-table tbody tr {
	margin-bottom: 8px;
}
.open__content-table tbody tr td {
	font-size: 14px;
	color: var(--black1);
	padding-bottom: 8px;
}
.open__content-table tbody tr td:first-child {
	color: #85858c;
	width: 222px;
}

.open__content-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
#plus-bils {
	width: 165px;
}

.bils__link {
	font-weight: 500;
	font-size: 16px;
	color: var(--black1);
	background: var(--gray);
	border-radius: 6px;
	padding-block: 14.5px;
	width: 165px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	&:hover {
		opacity: 0.8;
	}
}
.open__content-download h3 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.open-download-all {
	background: #edeef0;
	width: 100%;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.open-download-all a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}

.open-download-all a p {
	font-size: 16px;
}
.btn__check button {
	cursor: pointer;
}
#btn1:hover,
#btn2:hover,
#btn3:hover,
#btn1:active,
#btn2:active,
#btn3:active {
	color: #000;
	border-bottom: 3px solid #f00;
}
select {
	outline: 0;
}
.input.--form-error {
	background: #f5e8e7;
	border: 0.0625rem solid #d52b1e;
}

@media (max-width: 650px) {
	.prof__test-bottom h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.prof__test-bottom p {
		font-size: 12px;
	}
	.prof__test-bottom a {
		font-size: 12px;
		width: 200px;
	}
}

@media (max-width: 500px) {
	.prof__test-bottom a {
		width: 180px;
	}

	.title4 {
		margin-top: 15px;
	}

	.prof__test-bottom h3 {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	h2 {
		font-size: 13px;
	}
}
@media (max-width: 430px) {
	.btn__check {
		font-size: 10px;
	}
}

@media (min-width: 1920px) {
	/* .header {
		width: 1672px;
	} */
	.container-small {
		max-width: 1193px !important;
		margin: 0 auto !important;
		width: 100% !important;
		box-sizing: border-box !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
	}
	.content-all {
		width: calc(100% - 248px) !important;
		margin-left: 248px !important;
		margin-right: 0 !important;
		max-width: none !important;
		padding-left: 24px !important;
		padding-right: 0 !important;
	}
	.container-header {
		margin-left: auto !important;
		margin-right: 0 !important;
		padding-right: 24px !important;
	}
	.container-small {
		padding-right: 24px !important;
	}
	/* .actions1 {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-inline: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
		transform: none !important;
		box-sizing: border-box !important;
		display: block !important;
		clear: both !important;
		float: none !important;
	} */
	/* .actions1 .links {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		justify-content: flex-start;
	} */
}
@media (max-width: 1034px) {
	.quick__card {
		gap: 20px;
	}
	.quick__card a {
		width: 290px;
		height: 192px;
		padding: 24px;
	}

	.quick__card a h4 {
		margin-bottom: 10px;
	}
	.quick__card-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.quick__card a img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.quick__card a:first-child {
		background: -o-linear-gradient(
			231deg,
			#88c88f 10%,
			#d3f2d6 50%,
			#f0fced 100%
		);
		background: linear-gradient(219deg, #88c88f 10%, #d3f2d6 50%, #f0fced 100%);
	}
	.quick__card a:nth-child(2) {
		background: -o-linear-gradient(
			231deg,
			#94d2e6 10%,
			#d3f2f0 58.98%,
			#edfcfa 100%
		);
		background: linear-gradient(
			219deg,
			#94d2e6 10%,
			#d3f2f0 58.98%,
			#edfcfa 100%
		);
	}
	.quick__card a:last-child {
		background: -o-linear-gradient(231deg, #f6daca 10%, #f9efe9 77%);
		background: linear-gradient(219deg, #f6daca 10%, #f9efe9 77%);
	}

	.links {
		gap: 20px;
	}
	.links a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 12px;
		border: 1px dashed var(--black);
		border-radius: 16px;
		padding: 20px 24px;
		width: 213px;
		height: 160px;
		background: var(--white);
	}
	.story__trade {
		margin-bottom: 234px;
	}
}
@media (max-width: 960px) {
	.header__link {
		margin-bottom: 40px;
	}
	.sidebar {
		display: none;
		position: relative;
	}
	.pages {
		display: inline;
	}
	.content-all {
		margin-left: 0;
		width: 100%;
		align-items: stretch;
		padding-left: 24px;
		padding-right: 24px;
	}
	.container-header {
		padding-right: 0;
	}
	.container-small {
		padding-right: 0;
	}
	.sidebar-active::before {
		display: none !important;
	}
	.sidebar-hover,
	.sidebar-hover1 {
		display: none !important;
	}
	.label-burger {
		display: block;
		position: relative;
		top: 32px;
		left: 24px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		background: url(./../images/lk/burger.png);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#burger-toggle:checked ~ .label-burger {
		background: url(./../images/lk/cl.png);
		background-repeat: no-repeat;
		background-position: center;
		top: 16px;
		left: 20px;
	}
	#burger-toggle:checked ~ .sidebar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 24px;
		margin-left: 16px;
		width: calc(100% - 32px);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		background: var(--white);
		height: 100vh;
	}

	.sidebar__top ul {
		width: 100%;
	}
	.sidebar__bottom-link a {
		width: 49%;
	}
	.sidebar__bottom-link {
		gap: 8px;
	}
	.title1 {
		margin-top: 80px;
	}
	.title2 {
		font-size: 22px;
		margin-top: 0;
	}
	.tit2 {
		margin-top: 80px;
	}
	.title6 {
		margin-top: 0;
	}
	.tit11 {
		margin-top: 0;
	}
	.back {
		top: -51px;
		left: 5px;
	}
	.opencheck__choose {
		max-width: 912px;
	}
	.money__input-top form,
	.money__input1 {
		width: 420px;
	}
	.money__input form.cz__form select {
		width: 380px;
	}

	.trade__all-inner {
		width: 100%;
	}
	#back-none,
	#back-none1 {
		display: none;
	}
	#prof__al {
		max-width: 912px;
	}
	.prof__pers,
	.prof__doc,
	.prof__setting-inner {
		max-width: 912px;
	}
	.prof__doc-inner {
		max-width: 912px;
	}
}
@media (max-width: 850px) {
	.open__body {
		width: 720px;
	}
}
@media (max-width: 810px) {
	.money__input-top form,
	.money__input1 {
		width: 324px;
	}
	.money__input form.cz__form select {
		width: 284px;
	}
}
@media (max-width: 768px) {
	.header__link {
		margin-bottom: 32px;
	}
	.quick__card a {
		width: 226px;
		height: 242px;
	}

	.quick__card-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 12px;
	}
	.sidebar__bottom-link a {
		width: 344px;
	}
	.title1,
	.tit2 {
		margin-top: 88px;
	}
	.tit11 {
		margin-top: 8px;
	}

	#check__img {
		gap: 20px;
	}
}
@media (max-width: 760px) {
	.open__body {
		width: 432px;
	}
	.open__content-link {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 7.5px 8.5px;
	}
}
@media (max-width: 740px) {
	.sidebar__bottom-link a {
		width: 49%;
	}
	.money__input-top form,
	.money__input1 {
		width: 180px;
	}
	.money__input form.cz__form select {
		width: 140px;
	}
	#check__img {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#check__img a {
		width: 206px;
	}
}
@media (max-width: 672px) {
	.quick__card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.quick__card a {
		width: 206px;
		height: 234px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.quick__card a:last-child {
		width: 432px;
		height: 192px;
		padding: 37.5px 24px;
	}
	.quick__card a:last-child h4 {
		max-width: 384px;
	}

	.quick__card a:last-child .quick__card-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		gap: 12px;
	}
	.links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.links a {
		width: 206px;
		height: 160px;
	}
}
@media (max-width: 660px) {
	.actions__check-card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
	.podrobnee__body {
		width: 432px;
	}
}
@media (max-width: 530px) {
	.sidebar__bottom-link a {
		max-width: 200px;
		height: 88px;
	}
	#burger-toggle:checked ~ .label-burger {
		top: 40px;
		left: 28px;
	}
	#burger-toggle:checked ~ .sidebar {
		margin-top: 37px;
	}
	.header__profile {
		padding: 0 22px;
	}
	.header__link {
		gap: 10px;
		margin-bottom: 40px;
	}

	.action__check-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#check-money,
	#check-money1 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.story-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.story h2 {
		margin-bottom: 24px;
	}
	.story__all {
		margin-top: 24px;
	}
	.story__ch h5 {
		line-height: 143%;
	}
	.action__check-info1 {
		max-width: 154px;
	}
	.story__trade {
		margin-block: 24px 194px;
	}
	#check-list,
	#check-list1,
	.check-list {
		width: 150px;
		left: 170px;
	}
	.btn__check,
	.btn__check2 {
		gap: 24px;
		font-size: 16px;
	}
	#btnch2 {
		gap: 16px;
	}
	.btn__check button {
		font-size: 16px;
	}

	#check-list li a,
	#check-list1 li a {
		padding: 8.5px 0 8.5px 15px;
		font-size: 13px;
	}
	.title1,
	.tit2 {
		margin-top: 60px;
	}
	.title2 {
		margin-bottom: 24px;
	}
	.title6 {
		margin-top: 8px;
	}
	.tit11 {
		margin-top: 0;
	}
	.back {
		top: -41px;
	}
	.money__input-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.empty__text {
		margin-block: 71px 47px;
	}

	.prof__pers ul h5,
	.prof__pers ul input {
		max-width: 192px;
	}
	.prof__doc-spr h4 {
		font-size: 14px;
	}
	.prof__doc-top p {
		max-width: 257px;
	}
	.prof__doc-body3 a {
		margin-right: 12px;
	}
	.podrobnee__content-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.podrobnee__body {
		max-width: 318px;
		padding: 12px 12px 40px 20px;
		gap: 20px;
	}
	.podrobnee__body-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.podrobnee__body-top h2 {
		font-size: 20px;
	}
	.podrobnee__body-top a {
		margin-left: auto;
	}
}
@media (max-width: 475px) {
	.story__all {
		margin-top: 20px;
	}
	.story__all-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px;
	}
	.story__all-link p,
	.story__all-link1 p {
		margin-left: 56px;
	}
	.story__all-info h5 span:last-child {
		font-size: 12px;
	}
	.money__input-top form,
	.money__input1 {
		width: 100%;
	}
	.money__input form.cz__form select {
		width: 100%;
	}

	.prof__pers ul h5,
	.prof__pers ul input {
		max-width: 147px;
		font-size: 14px;
	}
	.prof__pers ul p {
		font-size: 14px;
		width: 136px;
	}
	.spr-mob {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.prof__doc-body3 a {
		margin-right: 0px;
	}

	.open__body-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.open__body-top a {
		margin-left: auto;
	}
	.open__content-sum {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.open__body {
		padding-top: 13px;
		width: 320px;
	}
	.open-download-all a {
		gap: 12px;
	}
	.open-download-all a p {
		font-size: 14px;
	}
	#plus-bils,
	.bils__link {
		width: 100%;
	}
	.open__content-link {
		gap: 20px;
	}
	.open__content-table tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.open__content-table tbody tr td {
		padding-bottom: 0;
	}
}
@media (max-width: 450px) {
	.header__profile-name {
		display: none;
	}
	.header__profile {
		padding-right: 18px;
	}
	.quick__card a,
	.quick__card a:last-child {
		width: 320px;
		height: 157px;
		padding: 24px;
	}
	.quick__card-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
	.content-all {
		padding: 0 20px;
		margin-left: 0 !important;
		width: 100% !important;
	}
	.actions__check h3 {
		margin-bottom: 20px;
	}
	#empty-text {
		margin-bottom: 0;
	}

	.links a {
		width: 150px;
		height: 160px;
	}
	.story__trade {
		margin-block: 20px 166px;
		padding-inline: 0;
	}
	.sidebar__bottom-link a {
		width: 144px;
	}
	.title2 {
		margin-bottom: 20px;
	}
	.title6 {
		margin-top: 0px;
	}
	.btn__check1 {
		gap: 8px 13px;
	}
	.btn__check {
		gap: 12px;
	}
	.btn__check button {
		font-size: 13px;
	}
	#check__img a {
		width: 320px;
	}
	#check__num,
	#check__num1,
	.check__check-info h5 {
		font-size: 12px;
	}
	.empty__text {
		margin-block: 76px 52px;
	}
	.empty {
		font-size: 20px;
	}
	.prof__doc-body3 a {
		position: relative;
		left: 166px;
		top: -35px;
	}
	.prof__doc-body3 p {
		position: absolute;
	}
	.prof__doc-body2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 12px;
	}
	.prof__doc-body3 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.prof__setting-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.prof__setting-link a:first-child,
	.prof__setting-link a:last-child {
		width: 100%;
	}
	.prof__setting-pos form {
		max-width: 272px;
		background-position-x: 234px;
	}
	.tit1 {
		margin-top: 0;
		font-size: 32px;
		max-width: 315px;
	}
}
@media (max-width: 389px) {
	#check-list,
	#check-list1,
	.check-list {
		left: 50px;
		top: 43px;
	}
}
@media (max-width: 359px) {
	.prof__doc-body3 a {
		left: 145px;
	}
	.prof__setting-pos form {
		max-width: 230px;
		background-position-x: 193px;
	}
	.podrobnee__body {
		max-width: 268px;
	}
	.open__body {
		width: 280px;
		padding: 15px;
	}
}
@media (max-width: 340px) {
	#check-list,
	#check-list1,
	.check-list {
		left: 107px;
		top: 86px;
	}
}

/* Стили для модального окна смены пароля */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.modal-container {
	position: relative;
	width: 100%;
	max-width: 513px;
	padding: 0 18px;
	box-sizing: border-box;
}

#modal-change-password .modal__body-input {
	margin-top: 0;
}

.modal__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.modal__body-input {
	position: relative;
	background: var(--white);
	border-radius: 16px;
	width: 100%;
	max-width: 513px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 32px;
	margin: 0 auto;
	box-sizing: border-box;
}

.modal__body-input h2 {
	font-weight: 700;
	font-size: 22px;
	color: #000;
	margin-bottom: 24px;
}

.modal__body-input input {
	background: #edeef0;
	border-radius: 12px;
	height: 64px;
	font-weight: 500;
	font-size: 16px;
	color: #8d8d94;
	padding: 22.5px 20px;
	width: 100%;
	margin-bottom: 12px;
	box-sizing: border-box;
	border: none;
	outline: none;
}

.modal__body-input input:hover {
	background: #f5f6f8;
}

.modal__body-input input:focus {
	background: var(--white);
	border: 1px solid #000;
}

.modal__body-input input::placeholder {
	color: #8d8d94;
}

.modal__link {
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	color: var(--white);
	display: block;
	text-align: center;
	padding-block: 22.5px;
	margin-block: 16px;
	background: #ef3124;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
	box-sizing: border-box;
}

.modal__link:hover {
	opacity: 0.8;
}

@media (max-width: 530px) {
	.modal-container {
		max-width: 100%;
		padding: 0 16px;
	}
	
	.modal__body-input {
		padding: 24px 20px;
	}
	
	.modal__body-input h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.modal__body-input input {
		height: 56px;
		padding: 18px 16px;
		font-size: 14px;
	}
	
	.modal__link {
		padding-block: 18px;
		font-size: 14px;
	}
}

/* Стили для карточки клиента */
#client-card {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}
.client-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 20px;
	padding: 28px;
	background: var(--white);
	width: 800px;
	max-width: 90vw;
	max-height: 90vh;
	overflow-y: auto;
}
.client-card__body-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}
.client-card__body-top h2 {
	font-weight: 700;
	font-size: 30px;
}
.client-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
.client-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	border-bottom: 1px solid #edeef0;
	padding-bottom: 24px;
}
.client-card__info-item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	font-size: 14px;
	gap: 16px;
}
.client-card__info-item h4 {
	color: #85858c;
	font-weight: 500;
	font-size: 14px;
}
.client-card__info-item p {
	color: var(--black1);
	font-weight: 500;
	font-size: 16px;
}
.client-card__transfer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.client-card__transfer h3 {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
}
.client-card__transfer-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.client-card__transfer-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.client-card__transfer-field label {
	font-weight: 500;
	font-size: 14px;
	color: #85858c;
}
.client-card__transfer-field select,
.client-card__transfer-field input {
	background: #edeef0;
	border-radius: 12px;
	padding: 18.5px 20px;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.client-card__transfer-field select {
	background-image: url(./../images/lk/down.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	cursor: pointer;
}
.client-card__transfer-field select:hover,
.client-card__transfer-field input:hover {
	background-color: #f5f6f8;
}
.client-card__transfer-field select:focus,
.client-card__transfer-field input:focus {
	background: var(--white);
	border: 1px solid #000;
}
.client-card__transfer-field input::placeholder {
	color: #8d8d94;
}
.client-card__transfer-btn {
	background: #ef3124;
	color: var(--white);
	border: none;
	border-radius: 6px;
	padding: 14.5px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-top: 8px;
}
.client-card__transfer-btn:hover {
	background-color: #000;
	opacity: 0.9;
}
.client-card__transfer-btn:active {
	opacity: 0.8;
}
.client-card__cfd-btn {
	background: #000;
	color: var(--white);
	border: none;
	border-radius: 6px;
	padding: 14.5px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-top: 8px;
}
.client-card__cfd-btn:hover {
	background-color: #333;
	opacity: 0.9;
}
.client-card__cfd-btn:active {
	opacity: 0.8;
}

@media (max-width: 850px) {
	.client-card__body {
		width: 720px;
		padding: 24px;
	}
}

@media (max-width: 760px) {
	.client-card__body {
		width: 90vw;
		padding: 20px;
	}
	.client-card__info-item {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (max-width: 530px) {
	.client-card__body {
		width: 95vw;
		padding: 16px;
	}
	.client-card__body-top h2 {
		font-size: 24px;
	}
	.client-card__transfer h3 {
		font-size: 18px;
	}
}

/* Стили для общей информации */
.total-info__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 20px;
	padding: 28px;
	background: var(--white);
	width: 800px;
	max-width: 90vw;
	max-height: 90vh;
	overflow-y: auto;
}
.total-info__body-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}
.total-info__body-top h2 {
	font-weight: 700;
	font-size: 30px;
}
.total-info__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
.total-info__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.total-info__info-item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	font-size: 14px;
	gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #edeef0;
}
.total-info__info-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.total-info__info-item h4 {
	color: #85858c;
	font-weight: 500;
	font-size: 14px;
}
.total-info__info-item p {
	color: var(--black1);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}
.total-info__clients {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #edeef0;
}
.total-info__clients h3 {
	font-weight: 700;
	font-size: 20px;
	color: var(--black1);
	margin-bottom: 20px;
}
.total-info__clients-list {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
}
.total-info__client-card {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 20px;
	border: 1px solid #edeef0;
}
.total-info__client-card-header {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e7e8eb;
}
.total-info__client-card-header h4 {
	font-weight: 600;
	font-size: 16px;
	color: var(--black1);
	margin-bottom: 4px;
}
.total-info__client-accounts {
	font-size: 12px;
	color: #85858c;
	margin: 0;
}
.total-info__client-card-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.total-info__client-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
}
.total-info__client-info-item h5 {
	font-weight: 500;
	font-size: 13px;
	color: #85858c;
	margin: 0;
	min-width: 80px;
}
.total-info__client-info-item p {
	font-weight: 500;
	font-size: 14px;
	color: var(--black1);
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

@media (max-width: 850px) {
	.total-info__body {
		width: 720px;
		padding: 24px;
	}
}

@media (max-width: 760px) {
	.total-info__body {
		width: 90vw;
		padding: 20px;
	}
	.total-info__info-item {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.total-info__clients-list {
		grid-template-columns: 1fr;
	}
	.total-info__client-info-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 4px;
	}
	.total-info__client-info-item p {
		text-align: left;
	}
}

@media (max-width: 530px) {
	.total-info__body {
		width: 95vw;
		padding: 16px;
	}
	.total-info__body-top h2 {
		font-size: 24px;
	}
}

/* Стили для страницы CFD */
.cfd-table-container {
	width: 100%;
	overflow-x: auto;
	margin-top: 24px;
}
.cfd-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	border-radius: 12px;
	overflow: hidden;
}
.cfd-table thead {
	background: #f5f6f8;
}
.cfd-table thead th {
	padding: 16px 20px;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
}
.cfd-table tbody tr {
	border-bottom: 1px solid #e5e5e5;
	transition: background-color 0.2s ease;
}
.cfd-table tbody tr:hover {
	background-color: #f9f9f9;
}
.cfd-table tbody tr:last-child {
	border-bottom: none;
}
.cfd-table tbody td {
	padding: 16px 20px;
	font-size: 14px;
	color: #000;
}
.cfd-table tbody td:first-child,
.cfd-table tbody td:nth-child(2) {
	color: #85858c;
}
.cfd-empty-state {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	padding: 81px 20px;
	margin: 32px 0;
}
.cfd-empty-state h3 {
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin: 0;
}
.cfd-empty-state p {
	font-size: 14px;
	color: #000;
	margin: 0;
}

@media (max-width: 850px) {
	.cfd-table-container {
		overflow-x: scroll;
	}
	.cfd-table {
		min-width: 800px;
	}
	.cfd-table thead th,
	.cfd-table tbody td {
		padding: 12px 16px;
		font-size: 13px;
	}
	.cfd-empty-state {
		padding: 60px 20px;
		margin: 24px 0;
	}
	.cfd-empty-state h3 {
		font-size: 20px;
	}
}
