@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

:root {
    --old-font-family: "Inter", sans-serif;
    --font-family: "Golos Text", Arial, serif;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    background: #111111;
    color: #fff;
}
input {
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
.h3ader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 35px;
    padding-bottom: 20px;
}
.auth-form {
    background: #191919;
    border-radius: 15px;
    padding: 22px 30px;
    width: 90%;
    height: 90%;
    
    max-width: 390px;
    margin: auto;
    box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.1);
    margin-top: 15%;
}
.auth-form .title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}
.auth-form .desc {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
.auth-form input {
    border: 1px solid #222222;
    border-radius: 10px;
    padding: 11px 16px;
    background: #222222;
    outline: none;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    color: white;
    transition: 0.3s;
    margin-bottom: 15px;
    width: 100%;
}
.auth-form button {
    width: 100%;
    margin-top: 20px;
    border-radius: 7px;
    padding: 11px;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    color: #000000;
    transition: 0.3s;
}
.auth-form button:hover {
    color: #ffffff;
    background: transparent;
}
.all-blocks {
    height: 100vh;
    --fuck-display: flex;
    align-items: start;
}
.navigation {
    --fuck-height: calc(100% - 52px);
    min-width: 300px;
    background: #191919;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logo {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    color: #fff;
}
.panel {
    --fuck-margin-top: 20px;
    border-radius: 15px;
    --fuck-padding: 20px 16px;
    --fuck-background: #1F2C29;
    --fuck-margin-bottom: 40px;

    --fuck-:fff;
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}
.panel .header {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-end;
    flex-direction: column;

    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}
.panel .header .avatar {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #00C896;
}
.panel .header p {
    margin: 0;
}
.panel .header .name {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}
.panel .header .status {
    display: none;
    border-radius: 12px;
    padding: 3px 12px;
    background: rgba(83, 132, 255, 0.2);
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 10px;
    text-align: center;
    color: #00C896;
}
.panel .balance {
    font-family: var(--font-family);
font-weight: 400;
font-size: 24px;
text-align: center;
color: #fff;
margin-top: 25px;
margin-bottom: 25px;
margin: 0;
}
.digits {
    display: flex;
    justify-content: space-around;
    align-items: center;

    --fuck-:fff;
    flex-direction: column;
}
.digits {
    margin-top: 5px;
    margin: 0;
}
.digits p {
    margin: 0;
}
.digits .txt {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.digits .digit {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 12px;
    text-align: right;
    color: #fff;
}
.panel button {
    height: min-content;

    margin-top: 7px;
    margin-bottom: 7px;
    background: #00C896;
    border-radius: 7px;
    padding: 10px;
    border: 1px solid #00C896;
    font-family: var(--font-family);
    font-weight: 100;
    --fuck-width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.nav-menu {
    display: flex;
    --fuck-flex-direction: column;
    gap: 10px;
}
.nav-list {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 35px;
    background: #1F2C29;
}
.navka {
    background: transparent;
    border-radius: 7px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.nav-menu .active {
    background: #00C896;
    --border: 1px solid #00C896;
}
.nav-menu .active p {
    --color: #00C896 !important;
}
.navka p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    color: #fff;
}
.navka svg {
    height: 16px;
    width: 16px;
}
.exit {
    cursor: pointer;
    border-radius: 7px;
    padding: 10px 15px;
    background: #1F2C29;
    border: 1px solid transparent;
    font-family: var(--font-family);
font-weight: 100;
font-size: 14px;
color: #00C896;
}
.screen {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 45px;
    height: calc(100% - 130px);
    overflow: scroll
}
.profile-screen {
    display: flex;
}
.screen .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.screen .h1 {
    margin: 0;
    font-family: var(--font-family);
font-weight: 500;
font-size: 32px;
color: #fff;
}
.add_card {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.add_card p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 16px;
    color: #00C896;
}

.cards {
    margin-top: 32px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.cards .card {
    width: calc(33.333% - 55.5px);
    padding: 15px 20px;
    border: 1px solid rgba(34, 42, 64, 0.11);
    border-radius: 13px;
    background: #191919;
}


.orders {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    
}
.orders .order {
    cursor: pointer;
    width: calc(33.333% - 55.5px);
    padding: 15px 20px;
    border: 1px solid rgba(34, 42, 64, 0.11);
    border-radius: 13px;
    background: #191919;
    transition: 0.3s;
}
.orders .order:hover {
    border: 1px solid #00C896;
}
.orders .order .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.orders .order .header .tipic {
    display: flex;
    align-items: center;
    gap: 12px;
}
.orders .order .header .tipic p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.orders .order .header .status p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.orders .order .header .status span {
    color: #fff;
}
.orders .order .balance {
    margin-top: 20px;
    margin-bottom: 20px;
}
.orders .order .balance .bal {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.orders .order .balance .mini {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 300;
    margin-top: 2px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}
.orders .order .dgt {
    margin: 12px 0;
}
.orders .order .dgt span {
    font-weight: 200;
}
#skr button {
    margin-top: 20px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 20px;
    background: #00C896;
    font-family: var(--second-family);
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
#skr button {
    display: none;
}
#skr .active {
    display: block;
}

.card .menu {
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
}
.card .menu:hover {
    opacity: 1;
}
.cards .card .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cards .card .header .bank {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cards .card .header .bank p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.cards .card .card_num {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 20px;
}
.dgt {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.dgt span {
    font-weight: 300;
    color: #fff;
}
.super-header {
    margin: -30px -45px;
    padding: 30px 45px;
    background: #141414;
}
.perekl {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: -45px;
}
.perekl p {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    border-bottom: 1.5px solid transparent;
    transition: 0.3s;
    cursor: pointer;
} 
.perekl p:hover {
    color: #00C896;
}
.adm-menu {
    margin-top: 100px;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
}
.standart-inp {
    outline: none;
    color: #fff;
    background: #222222;
    border: 1px solid #222222;
    border-radius: 10px;
    padding: 11px 16px;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 15px;
}
.standart-sel {
    background: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 11px 16px;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 15px;
}
.standart-sel select {
    outline: none;
    border: none;
    background: transparent;
    width: 100%;
}
.inp-inp {
    display: flex;
    gap: 15px;
}
.inp-inp button {
    width: 50%;
    margin-bottom: 15px;
}
.inp-inp input {
    width: 50%;
}
.bl_bt {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blnci {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.blnci p {
    margin: 0;
    color: white;
    font-size: 14px;
}
.btnki {
    display: flex;
    gap: 15px;
}
.btnki button {
    padding: 11px 20px;
    border-radius: 7px;
    background: #00C896;
    border: 1px solid #00C896;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}
.btnki .width {
    background: #1F2C29;
    border: 1px solid #00C896;
}
.user {
    background: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 11px 16px;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.qr-zone {
    margin: 0 auto;
    display: flex;
    
    justify-content: center;
    
}
#tron_adr {
    margin-bottom: 5px;
}
.l-time {
    font-size: 12px;
    color: white;
}
.modal-body .label {
    font-size: 12px;
}
.qr-zone img {
    background: white;
    padding: 10px !important;
    margin: 0 auto;
}
.searched_user input{
    width: 100%;
}
.searched_user button {
    width: 100%;
}
.user p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 12px;
    color: #000;
}
.inp-inp .standart-sel {
    width: 50%;
} 
.adm_block .title {
    margin-top: 0;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 12px;
    color: #000;
}
.adm_block button {
    padding: 11px 20px;
    border-radius: 7px;
    background: #00C896;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}
.adm_block {
    border-radius: 15px;
    padding: 24px;
    box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 25%;
    max-width: 380px;
}
.perekl .active {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 16px;
    color: #00C896;
    padding-bottom: 20px;
    border-bottom: 1.5px solid #00C896;
}
.switch {
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 10px;
    margin-bottom: 30px;
}
.switch div {
    border-radius: 10px;
    padding: 15px 20px;
    background: #202020;
    border: 1px solid transparent;
    font-family: var(--second-family);
    font-weight: 200;
    font-size: 14px;
    color: #00C896;
    cursor: pointer;
    transition: 0.3s;
}
.switch div:hover {
    border: 1px solid #00C896;
}
.switch .active{
    border-radius: 10px;
    padding: 15px 20px;
    background: #00C896;
    border: 1px solid transparent;
    font-family: var(--second-family);
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.profile-menu {
    height: calc(100% - 25px);
    min-width: 300px;
    padding-top: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.profile-menu .avatar {
    margin: 0 auto;
    border-radius: 37px;
    width: 75px;
    height: 75px;
    background: #00C896;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-menu .name {
    font-family: var(--font-family);
font-weight: 300;
font-size: 24px;
color: #fff;
text-align: center;
}
.profile-nav {
    width: 100%;
}
.profile-nav .nav {
    cursor: pointer;
    border-right: 4px solid transparent;
    background: transparent;
    padding: 13px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    
}
.profile-nav .nav p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 16px;
    color: #000000;
    transition: 0.3s;
}
.profile-nav .nav p:hover {
    color: #00C896;
}
.profile-nav .active {
    border-right: 4px solid #00C896;
    background: rgba(255, 255, 255, 0.03);
    padding: 13px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile-nav .active p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 16px;
    color: #00C896;
}
.u-info {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.u-info p {
    margin: 0;
}
.u-info .title {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.u-info .desc {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
} 
.pre-inp {
    display: flex;
    align-items: center;
}
.telegram-connect {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.telegram-connect .u-info {
    margin: 0;
}
.pre-inp {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.pre-inp input {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.4);
    background: transparent;
}
.telegram-connect button {
    margin-left: 30px;
    border-radius: 7px;
    background: #00C896;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 7px 29px;
    border: 1px solid transparent;
    transition: 0.3s;
}
.telegram-connect button:hover {
    border: 1px solid #00C896;
    color: #00C896;
    background: transparent;
}


span {
    color: #00C896;
}











.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.modal {
    background-color: #191919;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 22px 30px;
    border-radius: 15px;
    width: 90%; 
    max-width: 350px;
}

.modal-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.modal-header .title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.modal-header .desc {
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    margin-bottom: 20px;
}
.modal-body input {
    border: 1px solid #222222;
    border-radius: 10px;
    padding: 11px 16px;
    background: #222222;
    outline: none;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    color: white;
    transition: 0.3s;
    margin-bottom: 15px;
    width: 100%;
}
.two-inps {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.modal-body #cardHolder {
    width: 70%;
}
.modal-body #expiry {
    width: 30%;
}
.o-input {
    border: 1px solid #222222;
    border-radius: 10px;
    padding: 11px 16px;
    background: #222222;
    outline: none;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    color: white;
    transition: 0.3s;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.o-input select {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 14px;
    color: white;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.modal-body .buttons{
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
.modal-body .buttons #closeBtn {
    border-radius: 7px;
    padding: 11px;
    background: #1F2C29;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    color: #00C896;
    border: 1px solid transparent;
    transition: 0.3s;
    width: 100%;
}
.modal-body .buttons #closeBtn:hover {
    border: 1px solid #00C896;
}

.modal-body .buttons #closeBtn2 {
    border-radius: 7px;
    padding: 11px;
    background: #1F2C29;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    color: #00C896;
    border: 1px solid transparent;
    transition: 0.3s;
    width: 100%;
}
.modal-body .buttons #closeBtn2:hover {
    border: 1px solid #00C896;
}
.modal-body .buttons #addBtn {
    width: 100%;
    border-radius: 7px;
    padding: 11px;
    background: #00C896;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid transparent;
    transition: 0.3s;
}
.modal-body .buttons #addBtn:hover {
    background: transparent;
    color: #00C896;
    border: 1px solid #00C896;
}

.modal-body .buttons #confirm2 {
    width: 100%;
    border-radius: 7px;
    padding: 11px;
    background: #00C896;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid transparent;
    transition: 0.3s;
}
#connected-fa {
    cursor: no-drop;
    width: fit-content;
    border-radius: 7px;
    padding: 11px;
    background: #5AE65F;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid transparent;
    transition: 0.3s;
}
#connect-2fa {
    cursor: pointer;
    width: fit-content;
    border-radius: 7px;
    padding: 11px;
    background: #00C896;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid transparent;
    transition: 0.3s;
}
.s-key {
    font-size: 12px;
}
#copy-key {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;

}
#copykey {
    background: 0;
    padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 15px;
}
.google-gens {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
#copykey{
    transition: 0.2s;
}
#copykey:hover {
    opacity: 0.3;
}
#connect-2fa:hover {
    background: transparent;
    color: #00C896;
    border: 1px solid #00C896;
}
.modal-body .buttons #confirm2:hover {
    background: transparent;
    color: #00C896;
    border: 1px solid #00C896;
}
.error-bl{
    color: rgb(255, 46, 119);
    font-size: 12px;
}
.stopping {
    background: transparent !important;
}
.orders .hidden {
    display: none;
}
@media (max-width: 650px) {
    .auth-form {
        max-width: 90%;
        width: 80%;
    }
    .auth-form .desc {
        margin-bottom: 50px;
    }
    .auth-form button {
        margin-top: 35px;
    }
    .auth-form {
        margin-top: 30%;
    }
    .all-blocks {
        flex-direction: column;
    }
    .cards .card {
        width: 100%;
    }
    .orders .order {
        width: 100%;
    }
    .nav-list {
        position: fixed;
        bottom: 0;
    }
    .nmka {
        display: flex;
        flex-direction: column;

    }
    .navigation {
        padding: 00px;
        --width: calc(100% - 40px);
    }
    .h3ader {
        padding: 5px 10px;
        flex-direction: column;
    }
    .nav-list {
        padding: 5px 5px;
        flex-direction: column;
    }
    .panel {
        margin-top: 10px;
        width: 100%;
        justify-content: space-between;
    }
    .nav-list .navka {
        display: flex;
        flex-direction: column;
    }
    .nav-list .navka svg {
        width: 24px;
        height: 24px;
    }
    
    .nav-menu {
        justify-content: space-between;
        gap: 0;
    }
    .screen {
        padding: 20px;
        --width: calc(100% - 40px);
        padding-bottom: 105px;
    }
    .profile-screen {
        display: flex;
        flex-direction: column;
    }
    .bl_bt {
        flex-direction: column;
        align-items: start;
        gap: 40px;
    }
    .screen .h1 {
        font-size: 28px;
    }
    .profile-menu {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .screen .header {
        gap: 10px;
        flex-direction: column;
        align-items: start !important;
        justify-content: start !important;
    }
    .add_card {
        flex-direction: row-reverse;
    }
    .exit {
        display: none;
    }
    .skrskr {
        display: none;
    }
    .logo {
        width: fit-content;
        margin: 0 auto;
    }
    
    .cards .card .header {
        display: flex !important;
        align-items: center !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }
    .orders .order .header {
        display: flex !important;
        align-items: center !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }
}
.u-info .standart-inp {
    width: fit-content;
}
.u-info button {
    width: fit-content;
    border-radius: 7px;
    padding: 11px;
    background: #00C896;
    font-family: var(--font-family);
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid transparent;
    transition: 0.3s;
}