@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0;
    padding-right: 0 !important;
    color: white;
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #752f91 80%,
            #100a25 100%);


    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    padding-top: 63px;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll !important;
    padding-bottom: 100px;
    font-family: "Noto Sans", "Roboto", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Nunito';
}

@media screen and (max-width: 400px) {

    .profile-info__block_medium-top,
    .profile-info__block_medium {
        display: none;
    }

    .profile-info__block_medium-top,
    .profile-info__block_medium {
        display: none;
    }

    .profile-info__block_big {
        display: none;
    }

    .profile__container {
        width: 337px !important;
    }

    .profile-info {
        padding: 24px 32px 24px 32px !important;
        padding-bottom: 300px !important;
    }

    .profile-info__block_small {
        right: 0px !important;
    }
}

.upbtn {
    z-index: 9999;
    width: 100%;
    height: 16px;
    color: #FFF;
    position: fixed;
    bottom: -80px;
    cursor: pointer;
    background: #1f3ba4;
    transition: all .3s ease-in-out;
}

.upbtn:before {
    content: "";
    transition: all .3s ease-in-out;
    z-index: 9999;

    width: 100px;
    height: 100px;
    border: 16px solid #54018d;
    position: relative;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
    display: block;
    transform: rotate(45deg);
    background: #FFF;
}

.upbtn:hover {
    height: 20px;
}

.upbtn:hover:before {
    bottom: 14px;
}

.admin-pagination {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

/*.profile{*/
/*    position: relative;*/
/*    animation: showRight 1s;*/
/*    z-index: 1;*/
/*}*/

/*@keyframes showLeft {*/

/*    from {left:-100%;}*/

/*    to {left:0;}*/

/*}*/

/*@keyframes showRight {*/

/*    from {right:-100%;}*/

/*    to {right:0;}*/

/*}*/

.admin-pagination a {
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    padding: 10px;

    border-radius: 10px;
}

.admin-pagination .checked {
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) !important;
    padding: 10px;

    border-radius: 10px;
}

* {
    outline: 0 !important;
    box-sizing: border-box;
    position: relative;
}

.logo_container {
    padding: 5px 0;
}

.videos_grid {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.videos_grid video {
    width: 100%;
}

.logo {
    height: 50px;
    margin: 0px 0;
    width: auto;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
}

.block {
    position: absolute;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.4);
    z-index: 0;
    position: absolute;
}

.block_up {
    position: absolute;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.4);
    z-index: 10;
    cursor: pointer;
}

.pentagon {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.block:hover {
    transform: scale(1.1) rotate(45deg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4), 0 20px 30px rgba(0, 0, 0, 0.6);
}

.main_header {
    backdrop-filter: blur(10px);
    z-index: 100;
    top: 0;
    width: 100%;
    left: 0;
    position: fixed;
    border-bottom: 1px #dfdfdf solid;
    padding: 10px 0;
}

.main_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth_buttons {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.auth_buttons a {
    display: block;
    font-weight: 400;
    margin-left: 15px;
}

.auth_buttons a.key {
    font-size: 12px;
    color: #191970;
    padding: 5px 20px;
    font-weight: 300;
    border-radius: 3px;
}

h1 {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
}

header {
    margin-bottom: 21px;
    z-index: 100;
}

.hover_button {
    transition: 0.3s;
    color: white;
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #3a1e45 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    border-radius: 16px !important;
}

.hover_button:hover {
    background: #a27130 !important;
}

.regForm {
    background: #fff;
    max-width: 500px;
    padding: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(34, 60, 80, 0.1);
}

.regForm h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.input {
    margin-bottom: 10px;
}

.input input,
.input select {
    font-size: 13px;
    padding: 8px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: 0.3s;
    line-height: 1.3;
    width: 100%;
    display: block;
    border: 1px lightgray solid;
}

.underinput {
    font-size: 12px;
    color: #ffffff;
    max-width: 371px !important;
}

.submit_button {
    font-size: 12px;
    text-align: center;
    color: white;
    margin-top: 20px;
    border: 0;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 9px;
}

.input.errored input {
    border-color: #d30808;
}

.upperinput {
    margin-bottom: 3px;
    font-size: 12px;
    color: #d30808;
}

.input.successed input {
    border-color: #19ad3f;
}

.menu {
    background-color: white;
    user-select: none;
    border-bottom: 1px #DFDFDF solid;
}

.menu .container {
    display: flex;
    flex-wrap: wrap;
}

.menu .container a {
    padding: 10px 0;
    margin-right: 20px;
    transition: 0.15s;
    display: block;
    cursor: pointer;
    font-size: 13px;
}

.menu .container a.active,
.menu .container a:hover {
    color: #d0892b
}

.menu .container a i {
    width: 10px;
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: -1px;
    text-align: center;
}

.dropmenu {
    position: absolute;
    top: 110%;
    z-index: 200;
    display: none;
    background-color: #fff;
    white-space: nowrap;
    border: 1px #DFDFDF solid;
    border-bottom: 0;
}

.dropmenu a {
    margin-right: 0 !important;
    font-size: 12px !important;
    border-bottom: 1px #DFDFDF solid;
    padding: 9px 25px 9px 9px !important;
}

.blocks {
    display: grid;
    grid-gap: 12px;
    font-family: "Montserrat";
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 12px;
}

.block {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ebebeb;
}

.title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.value {
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
}

.blocks4 {
    grid-template-columns: repeat(4, 1fr);
}

.blocks_2 {
    grid-template-columns: repeat(2, 1fr);
}

.user_block {
    display: flex;
    align-items: center;
}

.header_image {
    margin-left: 10px;
}

.user_meta {
    text-align: right;
}

.character {
    font-weight: 600;
    text-align: center;
    color: white;
    background: #d0892b;
}

.header_image {
    /* Размеры (должно быть квадратом для идеального круга) */
    height: 50px;
    width: 50px;

    /* Делаем круг */
    border-radius: 50%;

    /* Сохранение пропорций изображения внутри круга */
    object-fit: cover;



    /* Тонкая базовая рамка (чтобы анимация была заметнее) */
    border: 1px solid transparent;
    /* Прозрачная рамка — только для контура */

    /* Анимация обводки через box-shadow (в цветах градиента) */
    animation: pulse-gradient 2s infinite ease-in-out;
}

/* Анимация: свечение в цветах градиента */
@keyframes pulse-gradient {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Прозрачное начало */
    }

    25% {
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.6),
            /* Белый свет */
            0 0 10px 6px rgba(255, 215, 0, 0.5);
        /* Золотой свет */
    }

    50% {
        box-shadow:
            0 0 0 6px rgba(255, 215, 0, 0.7),
            /* Золотой пик */
            0 0 15px 8px rgba(138, 43, 226, 0.4);
        /* Пурпурное свечение */
    }

    75% {
        box-shadow:
            0 0 0 4px rgba(138, 43, 226, 0.5),
            /* Пурпурный свет */
            0 0 12px 6px rgba(26, 10, 42, 0.3);
        /* Тёмный оттенок */
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Возврат к прозрачности */
    }
}


.user_meta {
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.login_header {
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.login_balance {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px;
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #3a1e45 80%,
            #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    cursor: pointer;
    border: none;
    padding: 10px 24px;
}

.data_table {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 5px 15px;
    font-size: 14px;
}

.data_table b {
    font-weight: 500;
}

.data_table span {
    font-weight: 400;
}

.handler_button {
    margin-top: 5px;
}

.handler_form {
    max-width: 500px;
    margin-bottom: 30px;
}

.select_image_flex {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.select_image_flex div {
    text-align: right;
}

.select_image_flex div b {
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 1.4;
}

.select_image_flex div span {
    font-size: 12px;
    display: block;
    line-height: 1.4;
}

.select_image {
    font-size: 12px;
    margin-left: 20px;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 7px 20px;
}

.input input:disabled {
    background-color: #f3f3f3;
    color: #797979;
}

.alert {
    font-family: 'Montserrat';
}

ul,
li {
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    font-size: 14px;
    font-family: 'Montserrat';
    border: none !important;
    border-radius: 3px;

}

table thead tr {
    color: white;
    border-bottom: 1px solid #dadada;
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #752f91 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

table thead td {
    padding: 10px 15px;
    border-right: 1px solid #f5f5f5;
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #752f91 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

table tbody td {
    padding: 6px 15px;
    word-break: break-word;
    border-right: 1px solid #EEEEEE;
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #752f91 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

table td:last-child {
    border-right: 0;
}

table tbody tr:nth-child(2n-1) {}

table tbody tr:nth-child(2n) {
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #752f91 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mixtape {
    font-size: 14px;
    color: rgb(61, 61, 61);
    margin-bottom: 6px;
}

.matrix_menu {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.matrix_menu a {
    margin-right: 10px;
    margin-bottom: 10px;
    color: #d0892b;
    background-color: white;
    border: 1px solid #d0892b;
    padding: 5px 20px;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500;
}

.matrix_menu a:not(.active):hover {
    color: white;
    background-color: #a27130;
}

.matrix_menu a.active {
    font-weight: 400;
    color: white;
    background-color: #d0892b;
}

.matrix_container {
    display: flex;
}

.main_part {
    flex: 1;
    margin-right: 15px;
}

.sidebar {
    width: 350px;
}

.matrix_block {
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #752f91 80%,
            #100a25 100%);

    border-radius: 3px;
    padding: 25px;
    border: 1px #DFDFDF solid;
    background-size: cover;

    width: 100%;
    z-index: 1;

    /* Тонкая базовая рамка (чтобы анимация была заметнее) */
    border: 1px solid transparent;
    /* Прозрачная рамка — только для контура */

    /* Анимация обводки через box-shadow (в цветах градиента) */
    animation: pulse-gradient 2s infinite ease-in-out;
}

/* Анимация: свечение в цветах градиента */
@keyframes pulse-gradient {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Прозрачное начало */
    }

    25% {
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.6),
            /* Белый свет */
            0 0 10px 6px rgba(255, 215, 0, 0.5);
        /* Золотой свет */
    }

    50% {
        box-shadow:
            0 0 0 6px rgba(255, 215, 0, 0.7),
            /* Золотой пик */
            0 0 15px 8px rgba(138, 43, 226, 0.4);
        /* Пурпурное свечение */
    }

    75% {
        box-shadow:
            0 0 0 4px rgba(138, 43, 226, 0.5),
            /* Пурпурный свет */
            0 0 12px 6px rgba(26, 10, 42, 0.3);
        /* Тёмный оттенок */
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Возврат к прозрачности */
    }
}

.matrix_panel {
    margin-bottom: 15px;
}

.navs {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
}

.navs.with_no_margin {
    margin-bottom: -8px;
}

.nav {
    margin-right: 8px;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 8px;
    background-color: white;
    color: #54018d;
    background-color: white;
    border: 1px solid #54018d;
    border-radius: 16px !important;
    padding: 0px 18px;
    line-height: 29px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
}

.nav.active,
.nav:hover {
    color: white;
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #3a1e45 80%, #100a25 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px !important;
    border: none;
}

.navs.square .nav {
    padding: 0px 0px;
    text-align: center;
    width: 40px;
}

.nav.inactive {
    opacity: 0.6;
    border-color: #a27130
}

.linked {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

/* .sidebar a:not(.notdef){
    background-color: #d0892b;
    color: white; 
    font-size: 12px;
    display: block;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
    padding: 9px 15px;
    margin-bottom: 9px;
} */
.linked.notdef {
    font-size: 13px;
    display: inline-block;
}

.centered {
    text-align: center;
    margin-top: -7px;
    margin-bottom: 9px;
}

.sidebar {
    padding: 30px;
    font-family: 'Montserrat';
}

/* .sidebar a:not(.notdef):hover{
    background-color: #a27130;
} */
.matrix_block h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: 500;
    color: white;
}

.owner_login {
    display: block;
    color: rgb(58, 58, 58);
    margin-bottom: 10px;
    font-size: 14px;
}

.matrix_image {
    width: 67px;
    margin: 0 auto;
    height: 67px;
    line-height: 67px;
    text-align: center;
    font-size: 20px;
    border-radius: 12px;
    object-fit: cover;
}

.container_users {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
}

.userblock {
    width: 160px;
    font-family: 'Montserrat';
    margin: 0 20px;
    min-height: 166px;
    color: #FFFFFF;
    background: linear-gradient(94.93deg, #155cb8 1.88%, #6db5e9 131.88%) !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 32px;
    text-align: center;
    padding: 25px;
}

.userlogin {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.2;
    word-break: break-all;
    font-weight: 500;
    margin: 12px 0 4px;
}

.activate_date {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
}

.main_user {
    text-align: center;
}

.cheveron {
    font-size: 21px;
    display: inline-block;
}

.cdown {
    margin-top: 3px;
}

.cup {
    margin-bottom: 3px;
}

.main_user_container {
    margin-bottom: 50px;
}

.cloned {
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloned:hover {
    background-color: #f8f8f8;
}

.clone_block i,
.clone_block span {
    display: block;
}

.clone_block .fas {
    font-size: 16px;
    color: gray;
    line-height: 80px;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    background-color: #e9e9e9;
    border-radius: 100px;
}

.clone_block span {
    font-size: 15px;
    margin-top: 6px;
}

.modal-title {
    font-size: 17px;
    font-weight: 500;
}

.modal-header {
    align-items: center;
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #752f91 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal-body {

    font-size: 15px;
    text-align: center;

}

.modal_button {
    border: 0;
    padding: 9px 15px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    font-family: 'Montserrat';
    transition: 0.3s;
    color: white;
}

.modal_button.active {
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #3a1e45 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal_button.inactive {
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #3a1e45 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal_button.active:hover {
    background-color: #752f91;
}

.modal_button.inactive:hover {
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #3a1e45 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.find_form {
    display: flex;
    margin-bottom: -8px;
    flex-wrap: wrap;
}

.find_form .input,
.find_form button {
    margin-bottom: 8px !important;
}

.find_form .input {
    margin-bottom: 0px;
}

.find_form .input input,
.find_form .input select {
    margin-bottom: 0px;
}

.find_form .hover_button {
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    padding: 0 20px;
}

.find_form .input {
    margin-right: 10px;
}

.greenlink {
    color: rgb(24, 192, 24);
}

.redlink {
    color: rgb(160, 36, 36);
}

.top_main_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    text-align: center;
    align-items: center;
}

.top_main_block video {
    width: 100%;
}

.view_mark {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    background: white;
    border-radius: 8px;
    border: 1px lightgray solid;
    align-items: center;
    overflow: hidden;
}

.view_mark:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 80px;
    height: 210px;
    bottom: -10px;
    z-index: 2;
    background: url(/assets/uploads/pdf.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.view_mark a {
    z-index: 3
}

.clones_count {
    margin-top: 15px;
    margin-bottom: 7px;
}

.clones_input {
    display: flex;
    justify-content: center;
}

.clones_input input {
    max-width: 190px;
}

@media (max-width: 1020px) {
    .top_main_block {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .blocks_4 {
        grid-template-columns: repeat(2, 1fr);
    }

    table thead {

        display: none;

    }

    table tr {
        padding: 10px 0;
        display: block;

    }

    table td {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #333;
        margin-right: 20px;
    }
}

@media (max-width: 860px) {
    .blocks {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 880px) {

    .main_part,
    .sidebar {
        flex: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .matrix_container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .sidebar {
        margin-bottom: 15px;
    }
}

.menu_icon {
    display: none !important;
}

.menu_us {
    display: none !important;
}

/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #abb9b2 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.sidebar_into::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #abb9b2;
    border-radius: 15px;
    border: 1px solid #ffffff;
}

.menu .container::-webkit-scrollbar {
    width: 0px;
    height: 0px
}

.menu .container::-webkit-scrollbar {
    width: 0px;
    height: 0px
}

.main_block {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_block img {
    width: 250px;
}

.main_block .content {
    flex: 1;
    max-width: 450px;
}

.block_rightside img {
    margin-left: 50px;
}

.block_leftside img {
    margin-right: 50px;
}

.block_rightside {
    text-align: right;
}

.block_leftside {
    text-align: left;
}

html>div[style] {
    display: none !important;
}

@media (max-width: 900px) {
    .videos_grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 630px) {
    .main_block {
        display: block;
        text-align: center;
    }

    .videos_grid {
        grid-template-columns: 1fr;
    }

    .main_block span,
    .main_block img,
    .main_block .content {
        margin: 0 !important;
        max-width: 1000px;
        text-align: center;
    }

    .main_block img {
        margin-bottom: 20px !important;
        order: 1;
    }

    .main_block .content {
        order: 2;
    }

    .menu_icon {
        display: block;
        height: 38px;
        width: 38px;
        margin: -2px 0;
        border-radius: 3px;
        line-height: 38px;
        text-align: center;
        color: white;
        font-size: 16px;
        background: #d0892b;
    }

    /* .user_block {
        display: none;
    } */

    .logo_link {
        order: 2;
    }

    .main_part,
    .sidebar {
        flex: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .matrix_container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .sidebar {
        margin-bottom: 15px;
    }

    .menu_us {
        margin-right: 0 !important;
        display: flex !important;
        padding: 12px !important;
        border-bottom: 1px #dfdfdf solid;
    }

    .menu_us img {
        margin-left: 0;
        margin-right: 15px;
    }

    .menu_us .user_meta {
        text-align: left;

    }

    .menu {
        top: 63px;
        transform: translateX(-101%);
        transition: 0.25s;
        position: fixed;
        height: calc(100% - 61px);
        width: 280px;
        border-right: 1px solid #DFDFDF;
    }

    .menu.active {
        transform: translateX(0)
    }

    .unlinked .main_header .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .unlinked {
        padding-top: 101px;
    }

    .menu .container {
        display: block;
        padding: 0;
    }

    .auth_buttons {
        width: 100%;
        margin-top: 10px;
        justify-content: center;
    }

    .main_menu_link {
        margin: 0;
        padding: 12px !important;
    }

    .dropmenu {
        position: relative;
        top: 0;
        display: none;
        background-color: none;
        margin-top: -3px;
        border: 0;
        border-bottom: 0;
    }

    .dropmenu a {
        border-bottom: 0;
        padding: 9px 25px 9px 25px !important;
    }

    .dropmenu a:before {
        content: "— ";
    }

    .menu .container {
        padding-bottom: 120px;
        width: 100%;
        overflow: auto;
        height: 100%;
    }
}

.underbutton {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}

.develop {
    z-index: 2;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    backdrop-filter: blur(50px);
    border-top: 1px #DFDFDF solid;
    font-size: 14px;
    padding: 10px 0;
}

.auth__content {
    height: 100% !important;
}

@media screen and (min-width: 721px) {
    .mainBlock {
        margin-top: 200px;
    }
}

.ad-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 20px;
}

.advertisment-block {
    position: relative;
}

.advertisment-block__info {
    background: black;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    transition: .3s opacity ease-in;
    position: absolute;
    inset: 0;
}

.advertisment-block:hover>.advertisment-block__info {
    opacity: .7;
}

/* свойства модального окна по умолчанию */
.modal {
    position: fixed;
    /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    /* цвет фона */
    z-index: 1050;
    opacity: 0;
    /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    /* анимация перехода */
    pointer-events: none;
    /* элемент невидим для событий мыши */
}

/* при отображении модального окно */
.modal:target {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
    display: block;

}

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
}

/* свойства для блока, содержащего контент модального окна */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid white;
    border-radius: .3rem;
    outline: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 2px solid black;

}

.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
}

/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: black !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus,
.close:hover {
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
    color: white;
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #752f91 80%, #100a25 100%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.checkbox-green {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

.checkbox-green .checkbox-green-switch {
    display: inline-block;
    height: 28px;
    width: 90px;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    background: #848484;
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.checkbox-green .checkbox-green-switch:before {
    content: attr(data-label-on);
    display: inline-block;
    box-sizing: border-box;
    width: 45px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    left: 45px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 28px;
}

.checkbox-green .checkbox-green-switch:after {
    content: attr(data-label-off);
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    border-radius: 1px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    line-height: 26px;
    font-size: 10px;
    color: #777;
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.checkbox-green input[type="checkbox"] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch {
    background-color: #70c767;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch:before {
    content: attr(data-label-off);
    left: 0;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch:after {
    content: attr(data-label-on);
    color: #4fb743;
    transform: translate3d(44px, 0, 0);
}

/* Hover */
.checkbox-green input[type="checkbox"]:not(:disabled)+.checkbox-green-switch:hover {
    cursor: pointer;
}

.checkbox-green input[type="checkbox"]:not(:disabled)+.checkbox-green-switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

/* Disabled */
.checkbox-green input[type=checkbox]:disabled+.checkbox-green-switch {
    opacity: 0.6;
    filter: grayscale(50%);
}

/* Focus */
.checkbox-green.focused .checkbox-green-switch:after {
    box-shadow: inset 0px 0px 4px #ff5623;
}

/* V2 */
/* Profile Page */
.profile {
    margin-top: 50px;
}

.profile__container {
    display: flex;
    column-gap: 52px;
}

.profile-info {
    width: 100%;

    box-shadow: -7px 6px 3px rgba(0, 0, 0, 0.07);
    border-radius: 32px 0px 0px 32px;
    padding: 24px 32px 24px 32px;
}

.profile-info__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* или center / stretch — см. ниже */
    align-content: flex-start;
    /* для многострочного wrap */
    column-gap: 52px;
    row-gap: 52px;
    flex-wrap: wrap;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}


@media screen and (max-width: 900px) {
    .profile__container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sidebar {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0 !important;
        /*align-items: ;*/
    }

}

@media screen and (max-width: 768px) and (min-width: 500px) {
    .profile-info {
        padding: 24px 56px 24px 56px !important;
    }
}

@media screen and (min-width: 768px) {
    .profile-info-general {
        width: 420px !important;
        display: block !important;
    }

    .profile-info-addition {
        width: 420px !important;
        height: 600px !important;
    }

    .profile-info-addition__payments {
        width: 420px;
        height: 440px;
    }

    .profile-info-addition__balance {
        width: 420px;
        height: 226px;
    }
}

.profile-info-general {
    background: ;
    width: 100%;
    border-radius: 16px;
    z-index: 1;

    background-size: cover;

    /* Тонкая базовая рамка (чтобы анимация была заметнее) */
    border: 1px solid transparent;
    /* Прозрачная рамка — только для контура */

    /* Анимация обводки через box-shadow (в цветах градиента) */
    animation: pulse-gradient 2s infinite ease-in-out;
}

/* Анимация: свечение в цветах градиента */
@keyframes pulse-gradient {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Прозрачное начало */
    }

    25% {
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.6),
            /* Белый свет */
            0 0 10px 6px rgba(255, 215, 0, 0.5);
        /* Золотой свет */
    }

    50% {
        box-shadow:
            0 0 0 6px rgba(255, 215, 0, 0.7),
            /* Золотой пик */
            0 0 15px 8px rgba(138, 43, 226, 0.4);
        /* Пурпурное свечение */
    }

    75% {
        box-shadow:
            0 0 0 4px rgba(138, 43, 226, 0.5),
            /* Пурпурный свет */
            0 0 12px 6px rgba(26, 10, 42, 0.3);
        /* Тёмный оттенок */
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Возврат к прозрачности */
    }
}

.profile-info-addition {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.profile-info-addition__payments,
.profile-info-addition__balance {
    border-radius: 16px;
    backdrop-filter: blur(20px);

    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #752f91 80%,
            #100a25 100%);
    background-size: cover;

    width: 100%;
    z-index: 1;

    /* Тонкая базовая рамка (чтобы анимация была заметнее) */
    border: 1px solid transparent;
    /* Прозрачная рамка — только для контура */

    /* Анимация обводки через box-shadow (в цветах градиента) */
    animation: pulse-gradient 2s infinite ease-in-out;
}

/* Анимация: свечение в цветах градиента */
@keyframes pulse-gradient {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Прозрачное начало */
    }

    25% {
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.6),
            /* Белый свет */
            0 0 10px 6px rgba(255, 215, 0, 0.5);
        /* Золотой свет */
    }

    50% {
        box-shadow:
            0 0 0 6px rgba(255, 215, 0, 0.7),
            /* Золотой пик */
            0 0 15px 8px rgba(138, 43, 226, 0.4);
        /* Пурпурное свечение */
    }

    75% {
        box-shadow:
            0 0 0 4px rgba(138, 43, 226, 0.5),
            /* Пурпурный свет */
            0 0 12px 6px rgba(26, 10, 42, 0.3);
        /* Тёмный оттенок */
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Возврат к прозрачности */
    }
}



.profile-info__header {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    position: relative;
    align-items: center;
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #3a1e45 80%,
            #100a25 100%);

    /* Скругление только верхних углов */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}


.profile-info-addition__payments_block {
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: #FFFF00;
}

.profile-info-addition__header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: white;
    opacity: 0.7;
}

.profile-info-addition__group {
    display: flex;
    justify-content: space-between;
}

.profile-info-addition__subheader {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: white;

    opacity: 0.5;
}

.profile-info-addition__balance,
.active {
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #752f91 80%,
            #100a25 100%);
    border-radius: 16px !important;
}

.profile-info-addition__balance,
.active .profile-info__header_text {
    color: white !important;
}

.profile-info__header::after {
    content: '';
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #D4AF37;
}

.profile-info__header_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.profile-info__header_btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    padding: 10px 24px;
    color: #FFFFFF;
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #3a1e45 80%,
            #100a25 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
}

.profile-info-general__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #752f91 80%,
            #100a25 100%);

    /* Скругление только нижних углов */
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}


.sidebar__item_hidden {
    display: none;
}

.sidebar__item_hidden_money {
    display: none;
}

.profile-info-general__img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* исправлено: было align-content */

    /* Круглая форма */
    border-radius: 16px;

    background-size: cover;

    width: 100%;
    z-index: 1;

    /* Тонкая базовая рамка (чтобы анимация была заметнее) */
    border: 1px solid transparent;
    /* Прозрачная рамка — только для контура */

    /* Анимация обводки через box-shadow (в цветах градиента) */
    animation: pulse-gradient 2s infinite ease-in-out;
}

/* Анимация: свечение в цветах градиента */
@keyframes pulse-gradient {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Прозрачное начало */
    }

    25% {
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.6),
            /* Белый свет */
            0 0 10px 6px rgba(255, 215, 0, 0.5);
        /* Золотой свет */
    }

    50% {
        box-shadow:
            0 0 0 6px rgba(255, 215, 0, 0.7),
            /* Золотой пик */
            0 0 15px 8px rgba(138, 43, 226, 0.4);
        /* Пурпурное свечение */
    }

    75% {
        box-shadow:
            0 0 0 4px rgba(138, 43, 226, 0.5),
            /* Пурпурный свет */
            0 0 12px 6px rgba(26, 10, 42, 0.3);
        /* Тёмный оттенок */
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Возврат к прозрачности */
    }
}



.profile-info-general__img img {
    width: 215px;
    height: 215px;
    object-fit: cover;
    border-radius: 30%;
}

/* Content */
.profile-info-general__inner {
    background: #FFFFFF;
    box-shadow: -6px -3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-left: -50px;
    margin-right: -50px;
}

.profile-info-general__group {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 16px;
}

.profile-info-general__label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    /* black */

    color: white;


    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.profile-info-general__value {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    /* black */

    color: white;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.profile-info-general__group::after {
    content: '';
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #D4AF37;
}

.profile-info-general__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    border-radius: 16px;
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #3a1e45 80%,
            #100a25 100%);
    background-size: cover;

    width: 100%;
    z-index: 1;

    /* Тонкая базовая рамка (чтобы анимация была заметнее) */
    border: 1px solid transparent;
    /* Прозрачная рамка — только для контура */

    /* Анимация обводки через box-shadow (в цветах градиента) */
    animation: pulse-gradient 2s infinite ease-in-out;
}

/* Анимация: свечение в цветах градиента */
@keyframes pulse-gradient {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Прозрачное начало */
    }

    25% {
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.6),
            /* Белый свет */
            0 0 10px 6px rgba(255, 215, 0, 0.5);
        /* Золотой свет */
    }

    50% {
        box-shadow:
            0 0 0 6px rgba(255, 215, 0, 0.7),
            /* Золотой пик */
            0 0 15px 8px rgba(138, 43, 226, 0.4);
        /* Пурпурное свечение */
    }

    75% {
        box-shadow:
            0 0 0 4px rgba(138, 43, 226, 0.5),
            /* Пурпурный свет */
            0 0 12px 6px rgba(26, 10, 42, 0.3);
        /* Тёмный оттенок */
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        /* Возврат к прозрачности */
    }
}

.profile-info-general__referals {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    row-gap: 8px;
}

.profile-info-general__referals_label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.profile-info-general__referals_block {
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
    flex-wrap: wrap;
    row-gap: 16px;
}

.profile-info-addition__balance_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    max-width: 200px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.profile-info-addition__balance_block {
    display: flex;
    justify-content: space-between;
    padding: 24px !important;
}

.profile-info-general__copy {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(94.93deg, #155cb8 1.88%, #6db5e9 131.88%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    border: 0;
    padding: 10px 12px;
}

.profile-info-general__btn {
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #3a1e45 80%,
            #100a25 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    border-radius: 32px;
    width: 260px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;
    border: 0;
    padding: 10px 16px;
}

/* Blocks */
.profile-info__block_medium {
    background: linear-gradient(20.72deg, #00cbff -88.59%, #ff00be 98.12%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 82px;
    transform: rotate(-37.83deg);
    height: 160px;
    width: 230px;
    z-index: 0;
    position: absolute;
    bottom: -110px;
    right: 250px;
}

.profile-info__block_big {
    background: linear-gradient(20.72deg, #00cbff -88.59%, #ff00be 98.12%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 82px;
    transform: rotate(-125.89deg);
    height: 180px;
    width: 270px;
    right: -170px;
    position: absolute;
    bottom: -150px;
}

.profile-info__block_small {
    background: linear-gradient(20.72deg, #00cbff -88.59%, #ff00be 98.12%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: rotate(-125.89deg);
    border-radius: 80px;
    height: 40px;
    width: 150px;
    right: -50px;
    position: absolute;
    bottom: 200px;
}

.profile-info__material {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 16px;
    flex-wrap: wrap;
    padding: 24px;
    row-gap: 32px;
}

.profile-info__material_block {
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
    row-gap: 32px;
    flex-wrap: wrap;
}

.profile-info__material_item {
    color: #040086;
    background: linear-gradient(120deg, #0d2445 0%, #1a1e40 40%, #3a1e45 80%, #100a25 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
}

.profile-info__block_small-top {
    left: -50px !important;
    right: 0;
    top: 200px !important;
}


.profile-info__block_medium-top {
    top: -110px !important;
    right: 0;
    left: 250px !important;
}

.profile-info__block_big-top {
    left: -170px !important;
    right: 0;
    top: -150px !important;
}

/* End Blocks */

/* Sidebar */
.sidebar {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background: linear-gradient(120deg,
            #0d2445 0%,
            #1a1e40 40%,
            #752f91 80%,
            #100a25 100%);
    box-shadow: -7px 6px 3px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    margin-right: 56px;
    align-items: center;
    padding: 24px 32px 24px 32px;
    width: 300px;
    min-width: 300px;
    height: 300px;
    max-height: 300px;
}

.sidebar__item {
    font-family: 'Montserrat';
    font-style: normal;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: white;
    opacity: 1;
}

.leftbar {
    display: flex;
    row-gap: 24px;
    z-index: 1;
    flex-direction: column;
    align-items: baseline;
}

/* End Sidebar */

.user-status__unactive,
.transaction-status__unactive {
    padding: 10px 12px;
    background: linear-gradient(348.07deg, #FF0000 -88.95%, #FF9A61 133.52%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    color: #FFFFFF;
    text-align: center;
    min-width: 165px;
    font-size: 12px !important;
    margin: 8px 0px;
}

.user-status__active,
.transaction-status__active {
    color: #FFFFFF;
    background: linear-gradient(94.93deg, #155cb8 1.88%, #6db5e9 131.88%) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    padding: 10px 12px;
    text-align: center;
    margin: 8px 0px;
    font-size: 12px !important;
}

.transaction-status__inwork {
    color: #FFFFFF;
    background: linear-gradient(348.07deg, #001AFF -88.95%, rgba(97, 170, 255, 0.69) 133.52%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    padding: 10px 12px;
    text-align: center;
    margin: 8px 0px;
    font-size: 12px !important;
}

/* Auth */

/* Login */
.auth-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
    height: 100%;
    max-width: 370px;
}

.auth-form__group {
    display: flex;
    flex-direction: row;
}

.auth-form__label {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    width: 67px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #FFFFFF;
}

.auth-form__input {
    background: #FFFFFF;
    border-radius: 0px 16px 16px 0px;
    border: 0;
    padding-left: 19px;
    width: 300px;
}

.auth-form__inner {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.auth-form__inner img {
    width: 30px;
}

.auth-form__btn {
    background: linear-gradient(287.46deg, #FF7600 4.06%, #FFD200 87.6%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    border: 0;
    padding: 16px 0;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
}

.auth-form-addition {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.auth-form-addition__group {
    display: flex;
    justify-content: space-between;
}

.auth-form-addition__label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;

    color: #FFFFFF;

    opacity: 0.7;
}

.auth-form-addition__value {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: right;

    color: #FFFFFF;
}

.user_meta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_info {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px;
    background: linear-gradient(234deg, #0b51ad 4.06%, #54018d 67.6%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 10px 24px;
}

.errored {
    position: relative;
    border: 2px solid #d30808;
    border-radius: 16px;
}

.upperinput {
    margin-bottom: 3px;
    font-size: 14px;
    color: #d30808;
    position: absolute;
    top: -24px;
}