@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Instrument+Serif:ital@0;1&family=Marck+Script&family=Rubik+Glitch&family=Rubik+Vinyl&family=Russo+One&family=Rye&family=Seymour+One&family=Stalinist+One&family=Tiny5&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monomakh&family=Rubik+80s+Fade&family=Rubik+Spray+Paint&display=swap');


@font-face{
    src: url("https://rusfurbal.ru/assets/fonts/alagard-12px-unicode.otf");
    font-family: "alagard";
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Seymour One", sans-serif;
    
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}
:root{
    --i: calc(1dvw + 1dvh);
}
.warning{
    color: rgb(235, 186, 9);
}
.error{
    color: rgb(218, 54, 54);
}



.btnError{
    font-family:"Stalinist One";
    padding:5px;
    width: 75dvw;
    min-height: 250px;
    background-color: rgb(218, 54, 54);
    color: black;
}
form.btnError{
    height: 500px;
}
.helpActive{
    width: 75%;
    min-height: 250px;
    color:rgb(218, 54, 54);
    background: black;
}
.helpActive > label,
.btnError > label{
    font-size: 1em;
    margin-top: 50px;
    min-height: 25px;
}
.helpActive input,
.btnError input {
    width: 50%;
    font-size: 1em;
    max-height: 100px;
}


a, 
input, 
button{
     cursor: none;
}
body{
    cursor: none;
    background-color: rgb(25,25,25);
    color: rgb(239, 246, 249);

    font-family: "Seymour One", sans-serif;
    font-size: 1.4em;
    font-weight: 1;
    text-indent: 5px;

    

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin:0;
    width:100dvw;
    /* min-height: 100dvh; */
    overflow-x: hidden;

    padding:5px;

}

body p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
}
body h1{
    font-size: 1em;
}


#logo{
    margin-left: 10px;
    border-radius: 50%;
    border:3px solid rgb(239, 246, 249);
}

header{

    width: 100dvw;
    height: 170px;

    display: flex;
    justify-content: space-around;
    align-items: center;

    margin-bottom: 100px;
}
.head_title{
    font-size: 1.7em;
}
.Head{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;


    margin-top: 0;
    padding-top: 0;
    height:250px;
    margin-bottom: 25px;

    width:100%;
}

nav{
    min-width: 50%;
    height:6dvh;
    font-size: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
}

nav > *{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
nav > div{
    grid-row: 2/3;
    grid-column: 1/3;
}
nav > a:nth-child(2){

    justify-content: end;
}
nav a{

    justify-content: start;
    text-align: center;
    grid-row: 1/2;
    color: white;
}

.Head > h2{
    position: relative;
    left:0;
}
.profile-logout{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    font-size: 1.2em;
    padding: 10px;
    gap: 25px;
    border-radius: 10px;
    background-color: black;
}
a{
    color: white;
    text-decoration: none;
    transition: 0.2s;

    text-align: center;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;
}
nav > a:hover{
    background-color: rgb(255, 255, 255);
    color: black;
}

input{
    text-align: center;
    font-size:1.1em;
}




.header{
    margin-top: 25px;
    position: relative;
    height: 332px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: flex-start;
    font-size: 1.5em;
    overflow: hidden;
    padding: 0;
    border-bottom: 5px solid rgb(218, 54, 54);
    /* background-color: red; */
}
.header > img{
    position: absolute;
    width: 450px;
    height: 450px;
    left: 2dvw;
    bottom: -200px;
    z-index: -1;
    filter: grayscale(0.2) opacity(200) saturate(1);
    background:radial-gradient(rgb(218, 54, 54), rgb(25,25,25) 70%);
    animation: in_prog_anim 1s ease-out;

}
.header h1{
    color: rgb(218, 54, 54);
}
.header > div{
    height: 100%;
    width: 45%;
    text-align: center;
    padding-right: 50px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    animation: right_to_left 0.5s ease-out;
}
.title{
    margin: 25px;
    padding: 0;
    height: 25%;
    width: 100vw;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
}
.title > h2{
    text-align: center;
    font-family:"Stalinist One";
    font-weight: 100;

}


section{
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
section > *{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}




form.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    color:white;
    
}
form.grid > *{
    font-size: 1em;
    font-weight: 100;
}
form.grid > input{
    max-width: 100%;
    max-height: 100px;
    color:white;
    
}
form.grid > input[type='submit']{
    margin-bottom: 20px;
    grid-column: 1/3;
    width:95%;
    color:white;
} 
    form{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    form > input,
    form > select{
        width: 25dvw;
        height: 150px;
        border:none;
        border-radius: 5px;
        margin: 20px;
        padding: calc((1dvh + 1dvw) * 1 );
        font-family: "Seymour One";
        transition: 0.2s;
        font-size: 1.1em;

        text-align: center;
    }
    input[type="submit"]:hover{
        background-color: black;
        color:white;
    }


.user_data{
    position: relative;
    width: 100%;
    
}
.user_data > table{
    position: absolute;
    top: 0%;

}
.user_data > table > tbody{
    width: 95dvw;
    padding: 0px;
}
.user_data > table tr td{
    width: calc(100% + 10px);
    padding-left: 0dvw;
    padding-right: 0dvw;
    height: 100%;

    margin: 0;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.1em;
}

.user_data > table li{
    font-family: 'Courier New', Courier, monospace;
}
.table_names{
    font-size: 1.1em;
}

#rows > .table_names{
    font-size: 1.1em;
    top:0;
} 






.btn{
    width: 65dvw;
    height: 100px;
    margin-top: 2dvh;
    padding: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    background-color: white;
    color: black;

    transition: .5s;
    user-select: none;

}
.btn:hover{
    background-color: black;
    color: white;
}



.dop_tags > form{
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;

    padding-left: 20dvw; 
    padding-right: 20dvw;

}
.dop_tags > form label{
    width: 80%;
    height: 80%;

    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;

    border-radius: 25px;
    padding: 4dvw;
    font-size: 1.1em;
}




.data_changes > form{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}
.data_changes > form label{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.data_changes > form input,
.data_changes > form select{
    width: 90%;
    height: 100px;
    user-select: none;
    text-align: center;
    font-size: 1.1em;
}



.default{
    color: grey;
}
.now{
    color: rgb(85, 199, 40);
    border-bottom: 1px solid green !important;
    text-transform: uppercase;
}
.awaiting{
    color: rgb(235, 186, 9);
}

details{


    border: 5px solid rgb(255, 255, 255);

    width: 75%;
    
    min-height: 150px;
    padding: 50px;
    gap:20px;
    border-radius: 25px;
    transition: .5s;

    margin-top:1dvh;
    margin-bottom: 1dvh;


}
details > div{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
details[open] > summary{
    margin-bottom:50px;
}
details:hover{
    background-color: black;
}
details > form > input{
    width: 90%;
    max-height:50px;
}
option::selection{
    background-color: rgb(85, 199, 40);
}


#input_user{
    width: 80%;
    height: 50px;
    font-size: 1.1em;
    border-radius: 25px 25px 0 0;
    text-align: center;
}
#button_user{
    width: 80%;
    height: 50px;
    font-size: 1.1em;
    background-color: rgb(85, 199, 40);
    border-radius: 0 0 25px 25px;
    transition: .2s;
    border:none;
}
#button_user:hover{
    background-color: black;
    color: rgb(85, 199, 40);
}






.plan{

    min-height: 500px;
    width: 75%;
    margin-bottom:25px;
    margin-top:0;
    padding:25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-top: 0.5dvh solid white; */
    border-bottom: 0.5dvh solid white;
}

.points{
    width: 90dvw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    list-style-type: none;
    
}
.points > *{
    animation-timeline: view(block 5% 95%);
    animation-name:left_to_right;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-direction: reverse;

    animation-range-start: 0%;
    animation-range-end: 100%;


    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid grey;
    width: 90dvw;
}

#pints_li{
    animation-timeline: view(block 95% 1%);
    animation-name:left_to_right;
    animation-duration: 2s;
    animation-fill-mode: both;


    animation-range-start: 25%;
    animation-range-end: 100%;


    padding:10px;
    padding-left: 10px;
    font-size: 1.9em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


section.wrapper_in_prog{
    font-size: 1.3em;

    position: relative;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    height: 600px;
    width: 100%;
    border-bottom: 5px solid rgb(235, 186, 9);

}
.wrapper_in_prog h1{
    color: rgb(235, 186, 9);
}
.wrapper_in_prog > div{
    position: absolute;
    text-align: center;
    left: 5%;
    top:50%;
    width: 45%;
    height: 150px;
    display: flex;
    justify-content: center;
    gap:25px;
    align-items: center;
    flex-direction: column;
    animation: left_to_right 2s ease-out;
}

.in_prog{
    --rot: 180deg;
    z-index: -1;
    width: 500px;
    height: 500px;
    position: absolute;

    right:0%;
    bottom: -45%;
    transform: rotateY(180deg);
    background: radial-gradient(rgb(235, 186, 9) 1px, rgb(25,25,25) 70%);

    animation: in_prog_anim 2s ease-out;
}
@keyframes in_prog_anim {
    from{
        transform: translateY(1000px) rotateY(660deg);

    }
    to{
        transform: translateY(0) rotateY(var(--rot));
    }
}

.sliders{
    height: 800px;
    margin-top: 125px;
    width: 100%;
    padding: 25px;
}
.sliders > h1{
    font-size: 2em;
}
div.wrapper_spons,
div.wrapper_orgs{
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: visible;
    min-height: 50%;
    width: 100%;
    
}
.slider_controller,
.orgs_slider_controller{
    top:25%;
    position: absolute;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;

    gap:10dvw;
    padding: 0px;
    height: 110%;
    width:100%;

    z-index: 1000;
}
.slider_controller > button,
.orgs_slider_controller > button{
    font-size: 2em;
    width:75px;
    height: 100%;
    border:none;
    border-radius: 250px;
    background-color: rgb(235, 186, 9);
}
.spons,
.orgs{
    padding: 5%;
    padding-top: 2%;
    top: 5%;
    
    transition: 1s;
    opacity: 0;
    position: absolute;
    display: grid;

    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 80%;
    max-height: 160%;

   
    border-left: 5px dashed rgb(235, 186, 9);;
    border-top:5px solid rgb(235, 186, 9);
    border-right:5px solid rgb(235, 186, 9);
    border-bottom:5px solid rgb(235, 186, 9);
    transform: translateX(-100dvw);
}
.spons > h1,
.orgs > h1{
    text-align: center;
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.2em;
    width: 250px;


}
.spons > img,
.orgs > img{
    width: 250px;
    height: 250px;
    grid-row: 1/2;
    grid-column: 1/2;
    border-radius: 50%;
    border: 5px solid white;
    margin: 25px;
}
.spons > p,
.orgs > p{
    grid-row: 2/3;
    grid-column: 1/3;
    width: 80%;
    
    margin: 50px;
    height: 80%;

    font-size: 1em;
}


.helper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.helper > a{
    grid-column: 1/3;
    width: 100%;
}

.time_open{
    position: fixed;
    font-family: "Tiny5";
    font-size: 2em;
    right:10px;
    bottom: 10px;
    color: rgb(235, 186, 9);
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
}


.table_user_by_roles{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80dvw;
    margin: 10px;
    margin-bottom: 10px;
    padding: 50px;

}
.table_user_by_roles > table{
    padding: 10px;
}
.table_user_by_roles > table tr td{
    padding: 15px;
    border: 2px solid white;
    
}
.table_user_by_roles > table tr{
    padding: 10px;
    
}




.sell_product{
    
    display: grid;
    width: 90dvw;
    min-height: 75%;
}
.grid{
    width: 80dvw;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 1fr 1fr 1fr; */
    gap: 10px;
    
}
.grid > *{
    width: 90%;

    position: relative;
    --color: rgb(50,50,50);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-color: var(--color);
    margin: 10px;
    padding: 20px;
}


.sell_product form label{
    font-size: 0.8em;
}
.sell_product form div input{
    width: 90%;
    margin: 20px;
}
.sell_product form div input[type="number"]{
    height: 100px;
}
.sell_product form input[type="checkbox"]{
    display: none;
}
.sell_product form input[type="submit"]{
    grid-column: 1/5;
    width: 100%;
}

input[name="user_id"]{
    display:none;
}
label, 
form > *{
    border-radius: 5px;
}




iframe{
    position: relative;
    left: 1%;
    z-index: -1;
}

.hello_data{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 80dvw;
    font-size: 0.7em;
    padding: 0;
}
.hello_data > *{
    display: flex;
    justify-content: center;
    text-align: center;


    width: 100%;
    height: 100%;
}
.hello_data > .iframe{
    padding: 0;
    margin: 0;
    height:100%;
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/3;
}
.hello_data  iframe{
    width: 200px;
    height: 200px;
}
.hello_data > #hello{
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 2.5em;
}
.hello_data > #role{
    grid-column: 2/3;
    grid-row: 2/3;
}
.hello_data > #tags{
    grid-column: 3/4;
    grid-row: 1/4;
    font-size: 1.5em;
}


.hello_data ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style-type: none;
}
.hello_data li{
    border: 1px solid white;
    width: 100%;
    font-size: 0.9em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.set{
    color: rgb(85, 199, 40);
}
.not_set{
    color: rgb(218, 54, 54);
}





.magicMouse{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
    width: 10px;

    background-color: rgb(255, 123, 0);
    border-radius:250px ;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;

    pointer-events: none;
    opacity: 0;
    transition: 
        width 0.2s linear, 
        height 0.3s ease-in-out, 
        background-color .5s linear;
}
.is_hover{
    backdrop-filter: hue-rotate(90deg);
    filter: blur(1px);
    width: 20px;
    height: 20px;
    background-color: rgba(218, 54, 54, 0.5);
    /* opacity: 0.3; */
}
.is_clicked{
    background-blend-mode: screen;
    filter: blur(0.9) hue-rotate(90deg);
    background-color: black;
    width: 10px;
    height: 10px;
}
body:hover > .magicMouse{
    opacity: 1;
}

.hovered{
    transition: .5s;
}
button:hover,
a:hover{
    animation: hover_anim ease-in-out 0.5s;
}

a.logo:hover{
    background-color: rgb(25,25,25);
}

@keyframes hover_anim {
    10%{
        transform: rotateZ(1deg);
    }
    50%{
        transform: rotateZ(-1deg);
    }
    100%{
        transform: rotateZ(0deg);
    }
}





select{
    cursor: cell;
}
.getprice_div{
    margin:25px;font-size: 3em;
}

@media (min-width:1024px) {
    .head_title{
        font-size: 6dvh;
    }
}

div.adres{

    text-align: center;
    width:70dvw;
    font-size: 3dvw;
}
div.adres > p{
    font-family: "alagard";
    
    background: linear-gradient(-190deg, rgb(251, 56, 56) 40%,rgb(239, 188, 49)70%);

    clip-path: text;
    background-clip: text;
    color: transparent;
}

@keyframes left_to_right {
    from{
        transform: translateX(-25dvw) scale(0);
    }    
    to{
        transform: translateY(0) scale(1);
    }
}
@keyframes right_to_left {
    from{
        transform: translateX(100dvw);
    }    
    to{
        transform: translateY(0);
    }
}
@keyframes down_to_up {
    from{
        transform: translateY(100vh) ;


    }
    to{
        transform: translateY(0);
    }
}