/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
*:hover{
    transition: 0.3s;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
h1,h2,h3,h4,h5,p,li,ul{
    margin: 0;
    padding: 0;
    transition: 0.3s;
}
h1,h2,h3,h4,h5{
    color: #1C3A57;
}
p{
    color: #717184;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    background: #F8F9FA;
    color: #292D33;
}
a {
    color: #FFF;
    text-decoration: none;
    transition: 0.3s;
}
a:hover:after,
a:focus:after {
    width: 100%;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 1360px;
    position: relative;
}
input, textarea {
    outline:none;
    font-family: "Inter", sans-serif;
}
input::placeholder, textarea::placeholder{
    font-family: "Inter", sans-serif;
}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
    font-family: "Inter", sans-serif;
}
/*Дэфолтные настройки*/
.leftFixedMenu{
    position: fixed;
    height: 100vh;
    width: 247px;
    left: 0;
    top: 0;
    padding: 24px;
    border-right: 1px solid #E3E3E8;
    background: #fff;
}
main{
    display: flex;
    align-items: flex-start;
    gap: 0;
}
.mainContent{
    padding-left: 288px;
}
header{
    position: fixed;
    z-index: 2;
    width: calc(100% - 248px);
    top: 0;
    margin-left: -40px;
    background: #FFFFFF;
    border-bottom: 1px solid #E3E3E8;
    padding: 20px 40px;
}
.headerLK{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.titlePageHeader{
    color: #1C3A57;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.24px;
}



.dropdown {
    position: relative;
    width: 110px;
    user-select: none;
}
.dropdown-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    padding: 10px 16px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.dropdown-selected img.flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
}
.arrow {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: transform 0.2s;
}
.dropdown.open .arrow {
    transform: rotate(180deg);
}
.dropdown-list {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #C8C8D0;
    border-radius: 12px;
    display: none;
    z-index: 10;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s;
}
.dropdown-item img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
}
.dropdown.open .dropdown-list {
    display: block;
}
.right-headerLK{
    display: flex;
    align-items: center;
    gap: 32px;

}
.yourMoneyHeader span{
    color: #131316;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 16.2px */
    letter-spacing: 0.06px;
}
.yourMoneyHeader p{
    color: #717184;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 16.2px */
    letter-spacing: 0.06px;
}
.profileHeader{
    width: 40px;
    height: 40px;
    background: #DEDAFB;
    border: solid 2px #FFF;
    box-shadow: 0 0 12px 0 #ADA3F5 inset;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    filter: drop-shadow(0 0 30px rgba(161, 145, 243, 0.10));
    font-feature-settings: 'ss06' on;
    text-shadow: 0 4px 4px rgba(161, 145, 243, 0.30);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.logoLK{
    height: 32px;
    cursor: pointer;
}
.line-leftFixedMenu{
    width: 100%;
    background: #E3E3E8;
    height: 1px;
}
.top-leftFixedMenu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.block-menu-top-leftFixedMenu{
    display: flex;
    padding: 14px 12px;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.block-menu-top-leftFixedMenu p{
    color: #717184;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.menu-top-leftFixedMenu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}
.block-menu-top-leftFixedMenu.block-menu-top-leftFixedMenu__active{
    border-radius: 16px;
    border: 1px solid rgba(28, 58, 87, 0.15);
    background: rgba(28, 58, 87, 0.10);
}
.leftFixedMenu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}
.top-leftFixedMenu, .bottom-leftFixedMenu{
    width: 100%;
}




.menu {
    flex-direction: column;
    align-items: flex-start;
}

.menu-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
}
.menu-item .label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu-item img.icon {
    width: 15px;
    height: 15px;
}
.menu-item span{
    color: #717184;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.submenu {
    display: none;
    flex-direction: column;
}
.submenu.open {
    display: flex;
    gap: 5px;
}
.submenu .menu-item {
    padding-left: 5px;
}
.submenu .submenu .menu-item {
    padding-left: 10px;
}
.submenu .submenu .submenu .menu-item {
    padding-left: 15px;
}
.arrow {
    transition: transform 0.2s;
}
.arrow.open {
    transform: rotate(180deg);
}
.mainContent-Center{
    padding-top: 120px;
    padding-bottom: 50px;
}
.left-title-mainContent-Center{
    display: flex;
    align-items: center;
    gap: 20px;
}
.left-title-mainContent-Center p{
    color: #1C3A57;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.24px;
}
.right-title-mainContent-Center{
    display: flex;
    align-items: center;
    gap: 20px;
}
.mainContent{
    width: 100%;
    padding-right: 40px;
}
.mainContent-Center{
    width: 100%;
}
.title-mainContent-Center{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.right-title-mainContent-Center a{
    display: flex;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
}
.a1-right-title-mainContent-Center{
    color: #1C3A57;
    border-radius: 8px;
    border: 1px solid #1C3A57;
    background: #FFF;
}
.a2-right-title-mainContent-Center{
    border-radius: 8px;
    background: #1C3A57;
}
.tableInfoMoneyStatistic{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 30px;
}
.block-tableInfoMoneyStatistic span{
    color: #9C9CAB;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
.block-tableInfoMoneyStatistic p{
    color: #1C3A57;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 56px */
    letter-spacing: -0.4px;
}
.line-tableInfoMoneyStatistic{
    width: 1px;
    height: auto;
    background: #E3E3E8;
}
.refBlockInfoMoneyStatistic{
    margin-top: 60px;
    width: 100%;
}
.refLinkYour{
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.refLinkYour label{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.refLinkYour label span{
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.refLinkYour label input{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    background: #FFF;
    display: flex;
    height: 48px;
    padding: 12px 24px;
    color: #131316;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.refLinkCopy{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 11px 24px;
    justify-content: center;
    border-radius: 8px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
    background: #1C3A57;
    cursor: pointer;
}
.refLinkCopy.is-copied{
    opacity: 0.88;
}
.refInfoYour{
    width: 100%;
    margin-top: 25px;
    padding: 25px;
    border-radius: 12px;
    background: #FFF;
}
.title-refInfoYour{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.title-refInfoYour p{
    color: #1C3A57;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.24px;
}
.text-refInfoYour{
    color: #717184;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.dateInput{
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    background: #FFF !important;
    height: 48px;
    padding: 12px 24px;
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    width: fit-content !important;
}
.title-refBlockInfoTable{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.refBlockInfoTable{
    width: 100%;
    margin-top: 60px;
}
#teamTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
#teamTable thead {
    background-color: #1f3a56;
    color: white;
}
#teamTable th, #teamTable td {
    padding: 14px 20px;
    text-align: left;
}
#teamTable th {
    font-weight: 600;
}
#teamTable tr:not(:last-child) #teamTable td {
    border-bottom: 1px solid #e2e8f0;
}
.teamTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.teamTable thead {
    background-color: #1f3a56;
    color: white;
}
.teamTable th, .teamTable td {
    padding: 14px 20px;
    text-align: left;
}
.teamTable th {
    font-weight: 600;
}
.teamTable tr:not(:last-child) .teamTable td {
    border-bottom: 1px solid #e2e8f0;
}
.action {
    color: #4b5563;
    cursor: pointer;
}
.action:hover {
    text-decoration: underline;
}
.name-cell {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}
.toggle-btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #1f3a56;
    user-select: none;
}
.toggle-btn:hover {
    opacity: 0.7;
}
/* Вложенность: отступ и вертикальная линия */
#teamTable tr[data-level="1"] td:first-child {
    padding-left: 40px;
}
#teamTable tr[data-level="2"] td:first-child {
    padding-left: 70px;
}
#teamTable tr[data-level="3"] td:first-child {
    padding-left: 100px;
}
.hidden-row {
    display: none;
}
/* Немного визуального эффекта при раскрытии */
#teamTable tr.fade-in {
    animation: fadeIn 0.25s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
.logoMobHeader{
    display: none;
    cursor: pointer;
}
.hamburger-menu{
    display: none;
}
.pageNavAr-tableInfoNavigation__a{
    border-radius: 8px;
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #717184;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.pageNavAr-tableInfoNavigation__active{
    color: #FFFFFF;
    background: #1C3A57;
}
.pageNavAr-tableInfoNavigation{
    display: flex;
    align-items: center;
    gap: 15px;
}
.arrow-pageNavAr-tableInfoNavigation{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoTextPages-tableInfoNavigation{
    font-size: 14px;
    font-style: normal;
    color: #717184;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.tableInfoNavigation{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
}
.moreStroke-tableInfoNavigation{
    display: flex;
    align-items: center;
    gap: 16px;
}
.moreStroke-tableInfoNavigation p{
    font-size: 14px;
    font-style: normal;
    color: #717184;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.moreStroke-tableInfoNavigation select{
    border-radius: 6px;
    border: 1px solid #E3E3E8;
    background: #FFF;
    box-shadow: 0 0 2px 0 #E5E7EB;
    display: flex;
    padding: 10px 16px;
    color: #131316;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
.close {
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 24px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(20, 20, 20, 0.80);
    backdrop-filter: blur(5px);
}
.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
    padding: 24px;
    width: 618px;
    border-radius: 12px;
    border: 1px solid #E3E3E8;
}
.titleModal{
    color: #131316;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 27.9px */
}
.textModalInfo{
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
    margin: 24px 0;
}
.modalBtnV1{
    border-radius: 8px;
    background: #1C3A57;
    display: flex;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
}
.modal-content-1{
    width: 630px;
}
.formModal-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin: 24px 0;
}
.formModal-2 label{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.formModal-2 label span{
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.formModal-2 label a{
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.formModal-2 label input{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    background: #FFF;
    padding: 12px 24px;
    color: #131316;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.formModal-2 label textarea{
    width: 100%;
    resize: none;
    height: 100px;
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    background: #FFF;
    padding: 12px 24px;
    color: #131316;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.formModal-2 label select{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    background: #FFF;
    padding: 12px 24px;
    color: #131316;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.formModal-2 label input::placeholder{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.formModal-2 label textarea::placeholder{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.flex-modal-content-1{
    display: flex;
    align-items: center;
    gap: 30px;
}
.blockReferralsMore{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 24px;
}
.line-blockReferralsMore{
    display: flex;
    width: 100%;
    align-items: flex-end;
    gap: 10px;
}
.line-blockReferralsMore p{
    white-space: nowrap;
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
.line-blockReferralsMore span{
    white-space: nowrap;
    color: #42424D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.dashed-line-blockReferralsMore{
    border-top: 1px dashed #EBEBEB;
    width: 100%;
    padding-bottom: 4px;
}
.flexGraphModal{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}
.circle-flexGraphModal{
    border-radius: 8px;
    border: 1px solid #E3E3E8;
    background: #FFF;
    display: flex;
    width: 200px;
    margin-top: 16px;
    box-shadow: 0 0 30px 0 rgba(28, 58, 87, 0.10);
}
#line-chart{
    width: 480px!important;
    height: auto!important;
}
.modal-content-2{
    width: 750px;
    height: 80vh;
    overflow-y: scroll;
}
.modal5{
    z-index: 3;
}
.dateInput2{
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 15px;
    width: 100% !important;
    height: 48px;
}
.flex-titleModal{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    margin: 24px 0;
}
.tag-flex-titleModal{
    color: #FFF;
    border-radius: 100px;
    border: 1px solid #DAFBEF;
    display: flex;
    padding: 6px 12px;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 20.3px */
}
.block-flexProductsWrapper{
    border-radius: 0 24px 24px 24px;
    background: #FFF;
    padding-bottom: 32px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.productPhoto{
    width: 100%;
}
.block-flexProductsWrapper{
    width: calc(33% - 20px);
}
.textWrapperBlock-flexProductsWrapper{
    padding: 20px 20px 0;
}
.title-textWrapperBlock-flexProductsWrapper{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.circle-title-textWrapperBlock-flexProductsWrapper{
    width: 25px;
    height: 25px;
    border-radius: 100px;
}
.textWrapperBlock-flexProductsWrapper p{
    color: #1C3A57;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.24px;
}
.priceProductCard{
    width: 100%;
    border-radius: 15px;
    background: rgba(28, 58, 87, 0.10);
    padding: 15px 20px;
}
.priceProductCard p{
    color: #1C3A57;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 31px */
}
.btnOpenBuyPrice{
    border-radius: 8px;
    border: 1px solid #1C3A57;
    background: #1C3A57;
    display: flex;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
}
.listProductInfo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    margin-top: 15px;
}
.listProductInfo li{
    list-style: disc;
    color: #717184;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.moreInfoProductBtn{
    color: #1C3A57;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 24.8px */
    position: absolute;
    bottom: 32px;
}
.textWrapperBlock-flexProductsWrapper{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 32px;
    align-items: flex-start;
    justify-content: space-between;
}
.block-flexProductsWrapper{
    position: relative;
}
.flexProductsWrapper{
    display: flex;
    gap: 25px;
    align-items: stretch;
    width: 100%;
}
.top-textWrapperBlock-flexProductsWrapper .text-top-textWrapperBlock-flexProductsWrapper1{
    color: #1C3A57;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 145%; /* 20.3px */
}
.flex-block-flexProductsWrapper{
    width: calc(33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.flex-block-flexProductsWrapper .block-flexProductsWrapper{
    width: 100%;
}
.flexProductsWrapper{
    flex-wrap: wrap;
}
.textInfoPrisesBottom{
    margin-top: 25px;
    color: #717184;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 25px;
}
.textInfoPrisesBottom span{
    color: #1C3A57;
    font-size: 20px;
    font-weight: 700;
}
.flex-textInfoPrisesBottom{
    display: flex;
    align-items: flex-start;
    gap: 90px;
}
.block-flex-textInfoPrisesBottom{
    width: 100%;
}
.block-flex-textInfoPrisesBottom h3{
    color: #1C3A57;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 27.9px */
    margin-bottom: 10px;
}
.block-flex-textInfoPrisesBottom ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}
.block-flex-textInfoPrisesBottom ul li{
    color: #717184;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    list-style: disc;
}
.block-flex-textInfoPrisesBottom p{
    color: #717184;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.textModalInfo a{
    text-decoration: underline;
    color: #131316;
}
.filtersMobProducts{
    display: none;
}
.block-flexProductsWrapperMob{
    display: none;
}
.goBack{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #9C9CAB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
}
.blockSomeInfoPrise{
    width: 100%;
    border-radius: 0 12px 12px 12px;
    background: #FFF;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    overflow: hidden;
    margin: 25px 0;
}
.blockSomeInfoPrise__photo{
    width: 320px;
}
.right-blockSomeInfoPrise{
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.right-blockSomeInfoPrise h1{
    color: #1C3A57;
    font-size: 24px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.24px;
}
.right-blockSomeInfoPrise p{
    color: #717184;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.flex-right-blockSomeInfoPrise{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.flex-right-blockSomeInfoPrise a{
    color: #1C3A57;
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
.flex-right-blockSomeInfoPrise span{
    color: #1C3A57;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
.title-blockSomeInfoPrise{
    color: #1C3A57;
    font-size: 24px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.24px;
}
.text-blockSomeInfoPrise{
    color: #717184;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 20px;
}
.photo-blockSomeInfoPrise{
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}
.flex-blockCourses{
    display: flex;
    align-items: stretch;
    grid-gap: 30px 30px;
    flex-wrap: wrap;
}
.blockFlex-blockCourses{
    border-radius: 8px;
    border: 1px solid #E3E3E8;
    background: #FFF;
    gap: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: calc(50% - 16px);
    box-shadow: 0 0 30px 0 rgba(161, 145, 243, 0.10);
}
.blockFlex-blockCourses__img{
    border-radius: 12px;
    width: 195px;
}
.title-blockCourses{
    color: #1C3A57;
    margin-bottom: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.24px;
}
.info-blockFlex-blockCourses{
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.info-blockFlex-blockCourses h3{
    color: #1C3A57;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.18px;
    margin-bottom: 10px;
}
.info-blockFlex-blockCourses p{
    color: #717184;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 21.7px */
    margin-bottom: 10px;
}
.info-blockFlex-blockCourses a{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1C3A57;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.blockCourses-2{
    margin-top: 50px;
}
.pdfFileCourse{
    width: 100%;
    box-shadow: 0 0 30px 0 rgba(161, 145, 243, 0.10);
    border-radius: 8px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.videoPageCourse{
    width: 100%;
    height: 359px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 0 30px 0 rgba(161, 145, 243, 0.10);
}
.sendRequestModal{
    border-radius: 8px;
    background: #1C3A57;
}
.title-mainContent-Center-2{
    margin-bottom: 30px;
}
.blockTransaction-2{
    margin-top: 60px;
}
.refBlockInfoTable_1{
    margin-top: 0!important;
}
.walletTable{
    white-space: nowrap!important; /* Текст не переносится */
    overflow: hidden!important; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis!important; /* Добавляем многоточие */
    width: 100px!important;
}
.tab-header__item{
    color: #1C3A57;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    height: 40px;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}
.tab-header{
    display: flex;
    align-items: center;
    gap: 20px;
}
.tab-header__item.active {
    border-radius: 8px;
    background: rgba(28, 58, 87, 0.15);

}
.tab-content__item {
    display: none;
}
.tab-content__item.active {
    display: block;
}
.tab-content{
    width: 100%;
    margin-top: 30px;
}
.tab-content__item{
    width: 100%;
}
.flexFilesBlocks{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}
.block-flexFilesBlocks{
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.left-block-flexFilesBlocks{
    display: flex;
    align-items: center;
    gap: 10px;
}
.left-block-flexFilesBlocks p{
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
    text-decoration: underline;
    white-space: nowrap;
}
.line-block-flexFilesBlocks{
    width: 100%;
    padding-bottom: 4px;
    border-top: 1px dashed #EBEBEB;
}
.link-block-flexFilesBlocks{
    color: #42424D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.flexSettings{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.bock-flexSettings{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.title-bock-flexSettings{
    color: #1C3A57;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.24px;
}
.bock-flexSettings .formModal-2{
    margin-top: 0;
    margin-bottom: 0;
}
.btnTelegram{
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    background: #27A6E5;
    display: flex;
    height: 52px;
    padding: 15px 24px;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.07px;
}
.block-btnTelegram{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    flex-direction: column;
}
.block-btnTelegram span{
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.block-infoAccountYourBoss{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    flex-direction: column;
}
.block-infoAccountYourBoss span{
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.block-block-infoAccountYourBoss{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #C8C8D0;
    background: #FFF;
    display: flex;
    height: 52px;
    padding: 15px 24px;
    align-items: center;
    gap: 12px;
}
.block-block-infoAccountYourBoss p{
    color: #131316;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 23.2px */
}
.textAutification{
    color: #131316;
    margin: 24px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
.flexAutification{
    display: flex;
    align-items: center;
    gap: 20px;
}
.flexAutification p{
    color: #131316;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 27.9px */
}
.flexAutification span{
    color: #FFF;
    display: flex;
    padding: 6px 12px;
    align-items: center;
    width: fit-content;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 20.3px */
}
.flex-modal-content-1{
    justify-content: space-between;
}



.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}
.steps::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 70px;
    right: 70px;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
}
.step {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.step-number {
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.10));
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #EFEFEF;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-weight: 500;
    transition: all 0.3s;
}
.step.activeS .step-number {
    background: #1C3A57;
    color: white;
    border-color: #1C3A57;
    box-shadow: 0 0 12px 0 #1C3A57 inset;
}
.step-title{
    background: #ffffff;
    margin-top: -3px;
    color: #131316;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 23.2px */
}
.step.completed .step-number {
    background: #1C3A57;
    color: white;
    border-color: #1C3A57;
    box-shadow: 0 0 12px 0 #1C3A57 inset;
}
.steps{
    margin-top: 24px;
}
.step-content-1 p{
    color: #131316;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
.step-content-1{
    display: flex;
    align-items: center;
    gap: 24px;
}
.linksStore{
    display: flex;
    align-items: center;
    gap: 20px;
}
.linksStore a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hidden {
    display: none;
}
.step-content-2 p{
    color: #131316;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
.qr{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    width: 100%;
}
.refLinkYour-2{
    margin-top: 24px;
}
.formModal-23{
    margin-bottom: 0;
}
.buttons{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}
#prevBtn{
    display: flex;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #1C3A57;
    background: #FFF;
    color: #1C3A57;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
}
#nextBtn{
    display: flex;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #1C3A57;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
}
.flexAutification{
    flex-wrap: wrap;
}
.modal-content-3{
    max-height: 80vh;
    overflow-y: scroll;
}
.btnTelegram{
    overflow: hidden;
}
.headLanding{
    width: 100%;
    margin-left: 0;
}
.listHeaderLanding{
    display: flex;
    align-items: center;
    gap: 30px;
}
.listHeaderLanding a{
    color: #0E0637;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}
.logoLanding{
    height: 40px;
}
.flexCoursesHeaderLanding{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.right-title-mainContent-Center1{
    color: #0E0637;
    border-radius: 8px;
    border: 1px solid #1C3A57;
}
.right-title-mainContent-Center2{
    border-radius: 8px;
    border: 1px solid #1C3A57;
    background: #1C3A57;
}
.linkTg-rightCoursesHeaderLanding{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightCoursesHeaderLanding{
    display: flex;
    align-items: center;
    gap: 20px;
}
.contentMainLanding{
    padding-top: 140px;
}
.photo-flexLogReg{
    width: 780px;
}
.flexLogReg{
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.contentMainLanding{
    padding: 140px 40px 0;
}
.left-flexLogReg{
    width: 100%;
}
.title-left-flexLogReg{
    color: #1C3A57;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
    letter-spacing: -0.4px;
    margin-bottom: 8px;
}
.text-left-flexLogReg{
    color: #717184;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
}
.btn-flexLogReg-1{
    width: 100%;
    color: #FFF;
    font-family: "Inter", sans-serif;
    display: flex;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
    background: #1C3A57;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.08px;
}
.textBottomLink-flexLogReg{
    text-align: center;
    color: #717184;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: 145%; /* 20.3px */
}
.textBottomLink-flexLogReg a{
    color: #1C3A57;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: 145%;
}
.flexLogReg{
    width: 100%;
}
.contentMainLanding{
    width: 100%;
}
.btn-flexLogReg-2{
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D6D1FA;
    background: #FFF;
    padding: 11px 24px;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    color: #0E0637;
    width: 100%;
    letter-spacing: 0.08px;
}
.flexLogReg-2{
    align-items: stretch;
    padding-bottom: 30px;
}
.photo-flexLogReg{
    background: #1C3A57;
    border-radius: 20px;
}
.leftCoursesHeaderLanding{
    display: flex;
    align-items: center;
    gap: 20px;
}
.textInfoPlan{
    text-align: center;
}
.pageNavAr-tableInfoNavigation__disabled {
    opacity: 0.45;
    pointer-events: none;
}
.pageNavAr-tableInfoNavigation__dots {
    pointer-events: none;
}
.moreStroke-tableInfoNavigation {
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}
