form{
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
}
body, *{
    font-family: 'Gilroy';
}
button {
    border: 0;
}
.btn_profile{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.profile_input {
    position: relative;
    width: 400px;
}
.password-control {
    position: absolute;
    top: 16px;
    right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../svg/view.svg') 0 0 no-repeat;
}
.password-control.view {
    background: url('../svg/no-view.svg') 0 0 no-repeat;
}
.password_rep-control {
    position: absolute;
    top: 16px;
    right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../svg/view.svg') 0 0 no-repeat;
}
.password_rep-control.view {
    background: url('../svg/no-view.svg') 0 0 no-repeat;
}
input.form_input{
    font-size: 16px!important;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    color: #111;
    outline: none;
    background-color: #F6F7FC;
    border: 1px solid transparent;
    transition: all 300ms;
    border-radius: 25px;
}
.form_input:hover{
    border-color: #E1E6F3;
}
.form_input:focus{
    background-color: #fff;
    border-color: #E1E6F3;
}
.modal_block{
    width: 450px;
    height: auto !important;
    position: absolute;
    margin: auto;
    padding: 30px;
    padding-top: 23px;
}
.alert_container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.alert_profile_red{
    background: #d74a4a;
    color: #fff;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    z-index: 999;
}
.register_btn {
    width: 49%;
    font-size: 16px;
    height: 50px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #387DFF;
    color: #fff;
    transition: all 300ms;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    z-index: 999;
}
.register_btn:hover {
    background-color: #2E6CE2;
}
.login_btn{
    width: 49%;
    font-size: 16px;
    height: 50px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #E1EBFF;
    color: #387DFF;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms;
    cursor: pointer;
    border: 0;
}
.login_btn:hover{
    background-color: #D6E3FF;
}


        .profile_textblock {
    background: #faf2d8 url(/assets/img/important.png) no-repeat 25px center;
    padding-left: 64px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-right: 25px;
}
.alert_empry{
    background: #faf2d8 url(/assets/img/important.png) no-repeat 25px center;
    padding-left: 64px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-right: 25px;
}
        .bonus-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 12px;
        margin-top: 20px;
}
.bonus-cols__item {
    width: 30%;
    position: relative;
}
.bonus-cols__item .h5 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    background: #387dff;
    border-radius: 12px;
    box-shadow: 0px 0px 9px 3px #387dff57;
    padding: 10px;
}
.bonus-cols__item .h5 i{
    margin-right: 5px;
}
.list_main_cont_1{
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.list_main_cont_1 h1{
    width: 100%;
}
.list_main_cont_2{
        box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 12px;
    width: 68%;
}
    .list_main{
        display: flex;
        justify-content: space-between;
    }
    .list_main__acc__img{
        box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 12px;
    width: 31%;
    }
    .list_main__acc__img > form > .login_btn{
        width: 100%;
    }
    .list_main__acc__img h2{
            font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    }
    .setting_main input{
        width: 400px;
    }
    .list_main_acc_info{
        font-size: 16px;
    font-weight: 500;

    padding: 20px;
    border-radius: 0 0 12px 12px;
    }
    .list_main_acc_name, .list_main_acc_bonus{
        display: flex;
    justify-content: space-between;
    }
    .list_main_img__header{
        width: 100%;
    height: 300px;
        border-radius: 12px 12px 0 0;
    }
    .avatar_img{
    display: flex;
    width: 150px;
    height: 150px;
    background: url(svg/icon.svg);
    /* background-size: initial; */
    background-color: #cbcbcb;
    background-position: center;
    background-size: 90px;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 75px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    }


    .avatar_img input{
        opacity: 0;
        border-radius: 75px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    }
    .list_block{
        width: 720px;
            font-size: 16px;
    }
    .list_goods{
        display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    }
    .list_goods .profile_input{
        width: 49%;
    }
    .li_good, .li_title{
        display: flex;
        column-gap: 10px;
            width: 100%;
    }
    .li_title{
        font-weight: 600;
    }
    .li_good{
        font-weight: 500;
    }
    .id_digi_li{
        width: 65px;
    }
    .name_li{
        width: 380px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .type_li{
        width: 70px;
    }
    .genre_li{
        width: 75px;
    }
    .activation_li{
        width: 90px;
    }
    .click_li{
        width: 65px;
    }
    .price_li{
        width: 60px;
    }
    .agency_li{
        width: 110px;
    }
    .search_block{
        width: 100%;
    }
    .alert_container{
        margin: 0px;
        
    }
    .alert_container .alert_profile{
            background: #3ebd5f;
    color: #fff;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    }
    .alert_container_list{
        display: flex;
    align-items: center;
    justify-content: center;
    }
    .alert_profile_list{
            background: #3ebd5f;
    color: #fff;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    margin: -20px;
    }
    .modal_block_main{
        overflow: hidden;

    position: absolute;
    padding-top: 0px;
    display: flex;
        padding-bottom: 40px;
        min-height: 450px;
        height: 900px;
    }
    .modal_block{
        width: 100%;
        top: 50px;
        position: inherit;
            max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    
    padding: 40px 0;
    }

    .header__acc_block, .header__acc__img{
        height: inherit;
    }
    .header__acc__img{
        display: flex;
    align-items: center;
    }
    .header__acc_block{
            max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    }


.filters__content_main {
    font-size: 16px;
    padding: 0px;
    list-style: none;
    background: #ffffff;
    border: 2px solid #1b283800;
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    height: 50px;
    align-items: center;
}
.filters__content_main .selector {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.68, 0, 0.265, 0);
    background: -webkit-linear-gradient(45deg, #00318f 0%,#387dff 100%);
    border-radius: 25px;
}
.product_main_container {
    position: relative;
}

    .filters__item_main.active {
    color: #fff;
    background: transparent;
}
.filters__item_main {
    text-decoration: none;
    color: #878787;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
    width: 25%;
    text-align: center;
    font-weight: 500;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    background: transparent;
}
.active-tab {
    opacity: 1!important;
    pointer-events: all!important;
}
.products__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 20px;

}
.tabs_main {
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}
form{
    width: 100%;
    margin-block-end: 1em;
}

#userfile_nm{
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
    word-break: break-word;
    margin: 0 auto;
}

.container_model .password-control{
    top: 16px;
    right: 15px;
}


h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.red_alert, .green_alert, .orange_alert {
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-iteration-count: 1;
}

.red_alert, .green_alert, .orange_alert{
position: fixed;
right: 0;
top: -90px;
font-weight: 400;
}

.red_alert{
        background: #d74a4a;
    color: #fff;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    z-index: 999;
}
.green_alert {
    background: #3ebd5f;
    color: #fff;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    z-index: 999;
}

.orange_alert {
    background: #ff9b1b;
    color: #fff;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
}
.err-aut{
    background: #d74a4a;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
}
@keyframes slidein {
  0% {
    top: -90px;
  }
  50%{
    top: 40px;
  }

  100% {
    top: -90px;
  }
}


.alert_fixed{
    position: fixed;
    right: 20px;
    top: -90px;
    z-index: 998;
    width: inherit;
}

.login_btn_disable {
    width: 49%;
    font-size: 16px;
    height: 50px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #f7f7f7;
    color: #a5a5a5;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms;
    cursor: pointer;
    border: 0;
    pointer-events: none;
}
.bonus_key_list .bonus_key_block{
    display: flex;
    background: #FFFFFF;
    width: 49%;
    /* border: 1px solid #F0F0F0; */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    transition: 0.3s;
}

.catalog-card-inner img{
    position: relative;
    border-radius: 12px;
}

.bonus_key_block .bonus_key_img{
        max-width: 130px;
    object-fit: cover;
    margin: 15px;
    border-radius: 12px;
    overflow: hidden;
}

.bonus_key_info{
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #111;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    flex-direction: column;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 35px;
}

.bonus_key_code{
    background: #64ad4b12;
    font-size: 16px;
    /* line-height: 36px; */
    width: fit-content;
    padding: 5px 10px;
    border-radius: 12px;
    color: #47af46;
}

.bonus_key_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.bonus_list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}
.catalog-card__info-buy .btn_profile{
justify-content: center;
}
.catalog-card__info-buy .login_btn{
    width: 85%;
}
.catalog-card__info-block_bonus{
    width: 85%;
        display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
.catalog-card__info-in_stock_bonus{
    font-size: 16px;
    height: 50px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #387DFF;
    color: #fff;
    transition: all 300ms;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    width: 100%;
}
    
.catalog-card__info-in_stock_bonus:hover {
    background-color: #2E6CE2;
}

.catalog-card__info-block_bonus .catalog-card__info-buy .login_btn{
    width: 100%;
}
.catalog-card__info-block_bonus .catalog-card__info-buy .login_btn_disable{
    width: 100%;
}
.catalog-card__info-price{
   font-size: 16px;
    font-weight: 600;
    background: #64ad4b12;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 12px;
    color: #47af46;
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
        align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.catalog-card-inner img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 0;
    min-width: 100%;
    min-height: 100%;
}
.text_catalog_card{
    width: 150px;
}

.bonus_list .catalog-col_main{
    width: 49%;
    display: flex;
    position: relative;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    transition: 0.3s;
        padding: 15px;
    border-radius: 12px;
    margin-bottom: 0;
}
.bonus_list .catalog-col_main:hover{
        box-shadow: 0px 4px 20px 10px rgb(0 0 0 / 7%);
}
.bonus_key_list .bonus_key_block:hover{
    box-shadow: 0px 4px 20px 10px rgb(0 0 0 / 7%);
}
.bonus_list .catalog-col_main .catalog-card__info-buy .price_info{
    width: 122px;
    margin-right: 7px;

}
.bonus_list .catalog-col_main .catalog-card__info-buy .buy_info{
    width: 110px;
}

.bonus_list .catalog-col_main .catalog-card__info-buy{
    text-align: center;
    width: 100%;
    height: auto;
        margin: 0;
}


.right_line_neon{
    position: absolute;
    right: 0;
    display: flex;
   align-self: center;
   height: 105px;
   width: 5px;
   background: #a5a5a573;
   border-radius: 12px;
}
.right_line_neon_new{
    position: absolute;
    right: 0;
    display: flex;
   align-self: center;
   height: 105px;
   width: 5px;
   background: #FD6585;
    box-shadow: 0px 0px 11px #fd658554;
   border-radius: 12px;
}
.right_line_neon_lider{
    position: absolute;
    right: 0;
    display: flex;
   align-self: center;
   height: 105px;
   width: 5px;
   background: #9f65c7;
    box-shadow: 0px 0px 11px #9f65c763;
   border-radius: 12px;
}
.bonus_list .catalog-col_main .catalog-card-inner{
    min-width: 215px;
    max-width: 215px;
    padding: 0;
    height: auto;
    display: flex;
}
.bonus_list .catalog-col_main .catalog-card-inner .img_block_shop_bonus{
    display: block;
    width: 100%;
    height: 100%;
}
.catalog-card__info-title{
white-space: nowrap;
}
.catalog-card__info-title a{
        white-space: nowrap;
        font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #111;
}
.catalog-card__info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
        justify-content: space-between;
}
.reg_web{
    width: 400px;
    min-height: 450px;
}
.main_profile_list{
    max-width: 400px;
}
.products__content > h1{
    width: 100%;
}
.bonus_key_list .last_info{
    width: 100%;
}
.bonus_key_list .last_info > .profile_textblock{
        padding-right: 25px;
            width: fit-content;
}
@media(min-height: 1150px){
    .reg_web{
        min-height: 650px;
    }
    .modal_block_main{
        min-height: 750px;
    }
}

@media(max-width: 1220px){
.modal_block_main{
    margin: 0;
}
.products__content{
    padding: 0;
}
}
@media(max-width: 1200px){
    .list_main_img__header{
        height: 26vw;
    }
    .products__content{
        padding: 0 10px;
    }
    .filters__content_main{
        padding: 0 10px;
    }
    .reg_web{
        padding: 0 10px;
    }

}

@media(max-width: 950px){
.bonus_list .catalog-col_main{
    width: 100%;
}
}

    @media(max-width: 768px){
    .filters__content_main{
        flex-direction: column;
        height: auto;
    }
    .filters__item_main{
        width: 100%;
    } 
    .list_goods .profile_input{
        width: 100%;
    }
    .list_goods .login_btn{
        width: 100%;
    }
    .modal_block_main{
            margin: 0px;
        }
        .list_main__acc__img{
            width: 100%;
        }
        .list_main_cont_1{
            row-gap: 20px;
        }
        .profile_textblock{
                padding-left: 0px;
                    padding: 20px;
                background: #faf2d8;
        }
        .list_main_cont_2{
            width: 100%;
        }
        .products__content{
                padding-right: 0;
                padding: 0 10px;
        }
        .profile_input{
            width: 100%;
        }
        .setting_main input{
            width: 100%;
        }
        .list_main_img__header{
            margin: 0 auto;
                height: 300px;
            width: 300px;
        }
        .bonus-cols{
            row-gap: 20px;
            margin-bottom: 20px;
        }
        .bonus-cols__item{
            width: 100%;
        }
        .bonus_key_list .bonus_key_block{
            width: 100%;
        }
        
    }

    @media(max-width: 510px){
        .main_profile_list .login_btn, .main_profile_list .register_btn{
    width: 100%;
}
        .bonus_list .catalog-col_main{
        flex-wrap: wrap;
        justify-content: center;
    }
        .bonus_list .catalog-col_main .catalog-card-inner{
        min-width: auto;
        max-width: inherit;
        }
        .red_alert, .green_alert, .orange_alert{
            width: 100%!important;
        }
        .catalog-card__info-block_bonus{
            width: 100%;
        }
    }
    @media(max-width: 450px){
        .bonus_key_list .bonus_key_block{
            flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
        }
        .bonus_key_info{
            padding: 0;
        }
        .bonus_key_name{
                padding: 5px 10px;
                text-align: center;
        }
        .bonus_key_block .bonus_key_img{
            max-width: 100%;
    margin: 0 auto;
        }
        .reg_web{
            width: 100%;
            max-width: 100%;
        }

    }

    @media(max-width: 420px){
        .btn_profile{
                flex-wrap: wrap;
                    row-gap: 10px;
        }
        .btn_profile .register_btn, .btn_profile .login_btn{
            width: 100%;
        }
        .list_main_img__header{
            width: 100%;
                background-position: center;
        }
    }

        .check_bonus_container{
        margin-top: 20px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border-radius: 12px;
    width: 100%;
    }
    .check_bonus_block {
    background: #64ad4b57;
    padding-left: 25px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
    font-size: 18px;
    margin: 10px;
    padding-right: 25px;
    color: #111;
}
.check_bonus_block a{
    font-weight: 600;
    color: #47af46;
    text-decoration: underline;
}