*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 1.7vh;
    /* user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text; */
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    scrollbar-width: 1vh;
    

}

*::-webkit-scrollbar{
    width: 1vh;
}
*::-webkit-scrollbar-track{
    background: none;
}
*::-webkit-scrollbar-thumb{
    background-color: #2d2d35;
    border-radius: 1vh;
    width: 1vh;
}
*::-webkit-scrollbar-thumb:hover{
    background-color: #31313d;
}
a{
    text-decoration: none
}

/* @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&display=swap'); */

body{
    background: black;
    overflow-x: hidden;
}
input{
    border: none;
}
input:focus{
    outline: none;
}




.mobile_only{
    display: none !important;
}

.mh_errors{
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    width: auto;
    min-height: 20vh;
    z-index: 5000;
    overflow: hidden;
}

.mh_errors_wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.error_item{
    min-width: 20vh;
    height: 5vh;
    background-color: #16161E;
    border-radius: 1vh;
    padding: 1vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1vh 2vh;
    width: max-content;
}
.error_icon{
    height: 5vh;
    display: flex;
    width: 5vh;
    align-items: center;
    justify-content: center;
}
.error_icon img{
    width: 10vh;
}
.error_title{
    font-size: 1.3vh;
}
.error_close{
    opacity: 0.5;
    font-size: 1.2vh;
    padding-left: 1vh;
}
.mh__modal_pc{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #0e0e129e;
    z-index: 1000;
    backdrop-filter: blur(0.6vh);
}
.modal_form input{
    width: 25vh;
    height: 7vh;
    text-align: center;
    background: #16161E;
    border-radius: 1vh;
    transform: skew(0deg, 356deg);
    font-weight: 400;
    margin: 1.5vh 0;
}
.modal_form .form_auth_subtitle{
    display: flex;
    text-align: center;
    height: 7vh;
    width: 25vh;
    transform: skew(0deg, 356deg);
    justify-content: center;
    align-items: center;
    font-size: 2vh;
    font-weight: 500;
}


.modal_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    position: absolute;
    width: 40vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal_form.lk{
    height: 50vh;
}
.modal_form.donate{
    height: 60vh;
}
.modal_form.auth{
    height: 40vh;
}
.modal_form.auth .form_title{
    top: -10vh;
}
.mh__selectform{
    width: 25vh;
    height: 7vh;
    text-align: center;
    background: #16161E;
    border-radius: 1vh;
    transform: skew(0deg, 356deg);
    font-weight: 400;
    margin: 1.5vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    z-index: 200;
}
.modal_form .form_title{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) skew(0deg, -3deg);
    top: -5vh;
    font-weight: 600;
    font-size: 6vh;
    width: 50vh;
}
.mh__selectform .options{
    position: absolute;
    width: 25vh;
    top: 9vh;
    overflow: hidden;
    box-shadow: 0 0 10vh #6333ff7a;
}
.mh__selectform .options .mh__option{
    width: 25vh;
    height: 7vh;
    text-align: center;
    display: flex;
    background: #16161E;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.donate__give{
    transform: skew(0deg, -4deg);
}
.select_handler{
    width: 25vh;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select_handler p::after{
    content: '';
    display: inline-block;
    width: 2vh;
    height: 1vh;
    background-image: url(../img/modals/arrow.svg);
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    margin-left: 1vh;
    margin-right: -2vh;
    transition: .3s;
}
.select_handler.active p::after{
    transform: rotate(180deg);
}
.mh__selectform .options .mh__option:hover{
    background-color: #1d1d27;
}
.mh__selectform .options .mh__option:first-child{
    border-top-left-radius: 1vh;
    border-top-right-radius: 1vh;
}
.mh__selectform .options .mh__option:not(:last-child)::after{
    content: '';
    display: block;
    position: absolute;
    height: 0.3vh;
    width: 25vh;
    background: #24242E;
    display: block;
    bottom: -0.1vh;
    left: 50%;
    transform: translate(-50%, 0);
}

.mh__selectform .options .mh__option:last-child{
    border-bottom-left-radius: 1vh;
    border-bottom-right-radius: 1vh;
}
.modal_form .modal_close{
    position: absolute;
    height: 2vh;
    width: 2vh;
    top: 6vh;
    right: 1vh;
    z-index: 1;
    cursor: pointer;
}
.modal_form .modal_close img{
    height: 2vh;
    width: 2vh;
}


.modal_form img{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    width: 100%;
}
.form_submit_btn{
    cursor: pointer;
    position: absolute;
    bottom: 1.6vh;
    width: 20vh;
    height: 7vh;
    background-color: #6333ff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 1vh;
    transform: skew(-6deg, -4deg);
    transition: .3s;
}
.form_submit_btn:hover{
    bottom: 2.6vh;
}

.form_submit_btn p{
    transform: skew(6deg, 0deg);
    font-weight: 600;
    font-size: 1.8vh;
}


.mh__modal_pc .ellipse{
    position: absolute;
    top: -100%;
    left: 50%;
    height: 100vh;
    width: 100vh;
    border-radius: 100vh;
    box-shadow: 0 0 50vh #6333ff;
    transform: translate(-50%, 0);
}
.mh__nav_header{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    height: 18vh;
    width: 75vw;
    z-index: 100;
}
.mh__nav_header_item.logo img{
    width: 10vh;
    cursor: pointer;
}
.mh__nav_header_item.lk{
    cursor: pointer;
    border: .3vh solid #ffffff80;
    display: flex;
    width: 21vh;
    height: 6vh;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 1vh;
    transform: skew(0, 356deg);
    transition: .3s;
}

.mh__nav_header_item.lk p{
    transform: skew(5deg, 0deg);
}

.mh__nav_header_item.links a::after{
    content: ' ';
    position: absolute;
    display: block;
    height: 1vh;
    width: 1vh;
    left: 50%;
    top: 0%;
    border-radius: 1vh;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.mh__nav_header_item.links a:hover::after{
    top: -35%;
    background-color: #6333FF;
}


.mh__nav_header_item.lk:hover{
    border: .3vh solid #6333FF;
    background: #6333FF;
}

.mh__nav_header_item.links{
    margin-left: 10vh;
}
.mh__nav_header_item.links a{
    cursor: pointer;
    margin: 0 3vh;
    position: relative;
}

.mh__nav_dots{
    height: 10vh;
    width: 1vh;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 200;
    justify-content: space-between;
    right: 12.5vw;
    top: 50%;
    transform: translate(0, -50%);
}
.mh__nav_dot{
    width: 1vh;
    height: 1vh;
    border-radius: 1vh;
    background-color: #ffffff80;
    transition: .3s;
    cursor: pointer;
}
.mh__nav_dot.active{
    background-color: white;
}
.mh__nav_dot:hover{
    background-color: white;
}


.mh__main_screen{
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    transition: .3s;
    animation-timing-function: ease-in-out;
}
.mh__screen_of{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}
.mh__screen{
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}
.mh__screen.inactive{
    opacity: 0;
    transition: .1s;
}
.mh__screen.screen_1{
    background-image: url('../img/mh__bg1.jpg');
    z-index: 4;
}
.mh__screen.screen_2{
    background-image: url('../img/mh__bg2.jpg');
    z-index: 3;
}
.mh__screen.screen_3{
    background-image: url('../img/mh__bg3.jpg');
    z-index: 2;
}
.mh__screen.screen_4{
    z-index: 1;
    background-image: url('../img/mh__bg4.jpg');
}
.mh__guys{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.mh__guys img{
    height: 100vh;
}

.mh__btn_info.start{
    width: 40vh;
    height: 20vh;
    position: absolute;
    bottom: 20%;
    left: 12.5vw;    
    display: flex;
    transform: skew(0deg, -4deg);
}

.mh__btn_info.start p{
    font-size: 4vh;
    font-weight: 700;
}

.mh__btn_online{
    width: 30vh;
    height: 10vh;
    position: absolute;
    border-radius: 1vh;
    right: 15vw;
    bottom: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mh__btn_online img{
    position: absolute;
    width: 30vh;
}
.mh__btn_online p{
    position: absolute;
    transform: skew(0deg, 356deg);
    font-size: 2.4vh;
    font-weight: 500;
}
.mh__btn_online .city{
    top: 0.7vh;
    left: 15.5vh;
    color: #ffffff80;
    transform: translate(-50%, -50%) skew(0deg, 356deg);
    font-size: 2vh;
}

.mh__btn_info.start .mh__btn{
    font-size: 2vh;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    background: #6333FF;
    display: flex;
    width: 21vh;
    height: 8vh;
    bottom: 0;
    left: 0;
    border-radius: 1vh;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: .3s;
}

.mh__btn_info.start .mh__btn:hover{
    bottom: .4vh;
}


.mh__info.how_start{
    position: absolute;
    text-align: center;
    width: 52vh;
    height: 10vh;
    left: 50%;
    top: 20vh;
    transform: translate(-50%, 0) skew(0deg, 357deg);
}
.mh__info.how_start p{
    font-size: 5vh;
    font-weight: 700;
}

.mh__info.steps{
    position: absolute;
    display: flex;
    height: 50vh;
    width: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mh__info.first_step{
    display: flex;
    position: absolute;
    text-align: center;
    width: 40vh;
    height: 30vh;
    bottom: 8vh;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.mh__info.first_step p{
    z-index: 1;
    font-weight: 600;
}
.mh__info.first_step img{
    position: absolute;
    height: 35vh;
    bottom: -1.4vh;
    right: -1vh;
}

.mh__info.first_step .mh__btn_download{
    width: 15vh;
    height: 6vh;
    z-index: 1;
    background: #6333FF;
    display: flex;
    align-items: center;
    border-radius: 1vh;
    justify-content: center;
    transform: skew(0deg, 356deg);
    font-weight: 600;
    cursor: pointer;
    bottom: 5vh;
    position: absolute;
    transition: .3s;
}
.mh__info.first_step .mh__btn_download:hover{
    bottom: 5.3vh;
}

.mh__info.first_step .step_title{
    margin-top: 6vh;
    font-size: 1.5vh;
    transform: skew(0deg, 356deg);
}
.mh__info.first_step .step_subtitle{
    margin: 3vh 0;
    transform: skew(0deg, 356deg);
    font-size: 2vh;
}

.mh__info.second_step{
    display: flex;
    position: absolute;
    text-align: center;
    width: 40vh;
    height: 30vh;
    bottom: 0vh;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.mh__info.second_step img{
    position: absolute;
    height: 42vh;
    bottom: 0;
    right: 0;
}
.mh__info.second_step p{
    z-index: 1;
    font-weight: 600;
}
.mh__info.second_step .step_title{
    font-size: 1.5vh;
    transform: skew(0deg, 356deg);
}
.mh__info.second_step .step_subtitle{
    margin: 3vh 0;
    transform: skew(0deg, 356deg);
    font-size: 2vh;
}

.mh__info.line_1{
    position: absolute;
    height: 35vh;
    left: 20vh;
    top: 15vh;
}
.mh__info.line_2{
    position: absolute;
    height: 17.8vh;
    top: 29.4vh;
    left: 36.6vh;
    z-index: 2;
}

.mh__info.priv_screen {
    width: 100vh;
    height: 50vh;
    position: absolute;
    left: 50%;
    top: 60vh;
    transform: translate(-50%, -50%);
}

.mh__info.priv_screen .priv_img img{
    position: absolute;
    width: 100vh;
    left: 0;
    bottom: 0;
}

.mh__info .priv_titles{
    width: 60vh;
    height: 40vh;
    transform: skew(0, 356deg); 
    z-index: 1;
}

.mh__info.priv_screen .priv_title{
    position: absolute;
    font-size: 3.3vh;
    top: 32vh;
    left: -4vh;
    z-index: 1;
    font-weight: 600;
    /* transform: skew(356deg, 356deg); */
}
.mh__info.priv_screen .priv_subtitle{
    position: absolute;
    font-size: 1.6vh;
    top: 36vh;
    left: -4vh;
    z-index: 1;
    font-weight: 600;
    width: 60vh;
    /* transform: skew(356deg, 356deg); */
}
.mh__btn_priv{
    cursor: pointer;
    position: absolute;
    display: flex;
    width: 5vh;
    height: 5vh;
    border: 0.3vh solid rgb(255 255 255 / 25%);
    border-radius: 1vh;
    transform: skew(0deg, -5deg);
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.mh__btn_priv:hover{
    border: 0.3vh solid rgb(255 255 255 / 50%);

}
.mh__btn_priv img{
    width: 2vh;
    transform: skew(0deg, 5deg);
}
.mh__btn_priv.prev{
    bottom: 10.3vh;
    right: 11vh;
}
.mh__btn_priv.prev img{
    transform: skew(0deg, 5deg) rotate(180deg);
}
.mh__btn_priv.next{
    bottom: 11vh;
    right: 4vh;
}
.mh__info.screen_title p{
    top: 16vh;
    left: 50%;
    width: 50vh;
    text-align: center;
    font-size: 5vh;
    font-weight: 700;
    transform: skew(0, 356deg) translate(-50%, 0);
    position: absolute;
}

.mh__info.media_banners{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60vh;
    width: 105vh;
}

.media_banner{
    display: flex;
    position: absolute;
    height: 30vh;
    width: 30vh;
}
.media_banner.ds{
    right: 0;
    bottom: 0;
    z-index: 1;
}

.media_banner.yt{
    left: 0;
    bottom: 0;
    z-index: 5;
}

.media_banner.vk{
    left: 50%;
    top: 15vh;
    transform: translate(-50%, 0);
    z-index: 2;
}

.banner_background img{
    width: 30vh;
}
.ban_logo{
    position: absolute;
    height: 7vh;
    display: flex;
    width: 7vh;
    align-items: center;
    justify-content: center;
    align-content: center;
    left: 50%;
    top: -2.5vh;
    transform: translate(-50%, 0);
}

.ban_logo img{
    height: 25vh;
}
.ban_title{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0) skew(360deg, 356deg);
    text-align: center;
}
.ban_title.members{
    top: 7vh;
    font-size: 1.5vh;
    font-weight: 500;
}
.ban_title.title{
    top: 12vh;
    font-weight: 600;
    font-size: 2vh;
}

.ban_title.btn{
    border-radius: 1vh;
    bottom: 4vh;
    display: flex;
    width: 15vh;
    height: 6vh;
    transition: .3s;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
}
.ban_title.btn.yt{
    background-color: red;
}
.ban_title.btn.ds{
    background-color: #5865F2;
}
.ban_title.btn.vk{
    background-color: #0077FF;
}
.ban_title.btn:hover{
    bottom: 4.5vh;

}

.media__footer{
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media__footer a,
.media__footer p{
    font-size: 1.4vh;
    color: white;
    opacity: 0.5;
    cursor: pointer;
    margin: 0 1.5vh;
    transition: .3s;
}
.media__footer a:hover,
.media__footer p:hover{
    opacity: 1;
}

.media__logo{
    margin: 0 1.5vh;
    height: 5vh;
}

.media__logo img{
    opacity: 0.5;
    height: 5vh;
    transition: .3s;
}
.media__logo:hover img{
    opacity: 1;
}

.media_gun{
    width: 20vh;
    height: 10vh;
    position: absolute;
}
.media_gun.flare{
    left: 25vh;
    top: 40vh;
    z-index: 4;
}

.media_gun.minigun{
    right: 23vh;
    top: 24vh;
    z-index: 2;
}

.media_gun.flare img,
.media_gun.minigun img{
    height: 18vh;
}

.mh__nav.mobile_menu{
    display: none;
}

.mh__modal_mobile{
    position: absolute;
    height: 100vh;
    width: 100vw;
}

.mh__mobguy{
    display: none;
}
.mh__mobmod_header{
    display: none;
}

.lk__screen{
    position: relative;
    overflow-x: hidden;
    height: 100%;
    width: 100vw;
    background-image: url(../img/lk/lk__bg.jpg);
    background-size: cover;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.lk__nav_header{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    height: 18vh;
    width: 75vw;
    z-index: 100;
}
.lk_wrapper{
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 20vh;
}

.lk_column{
    display: flex;
    width: 45vh;
    flex-direction: column;
    height: fit-content;
    position: relative;
    align-items: center;
}
.lk_item{
    overflow: hidden;
    background-color: #16161E;
    margin: 2vh 2vh;
    border-radius: 1vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    padding-bottom: 2vh;
    width: 41vh;
    height: auto;
}

.lk_item::before{
    position: absolute;
    top: -41vh;
    filter: blur(5vh);
    content: '';
    display: block;
    height: 41vh;
    width: 41vh;
    background-color: #6333ff00;
    border-radius: 41vh;
    transition: .3s;
}
.lk_item:hover::before{
    background-color: #6333ff;
}

.lk_item .title{
    margin-top: 1.75vh;
    margin-bottom: .75vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.lk_item .title  p{
    font-weight: 600;
}
.lk_item .title img{
    height: 2vh;
    margin-right: 1vh;
}
.lk_item.character{
    height: 45vh;
}
.lk_item_row{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 35vh;
    margin: 1vh 2vh;
}
.lk_item_row p:first-child{
    color: #919196;
    font-weight: 500;
}
.lk_item_row p:last-child{
    color: white;
    font-weight: 500;
}
.lk_item_property{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    margin: 1vh 0;
    align-items: center;
    max-width: 35vh;
}
.lk_item_property p:first-child{

}

.property_days{
    background-color: #383847;
    height: 3vh;
    width: auto;
    padding: 0  1vh;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-left: 1vh;
    border-radius: .5vh;
}
.lk_column .char_title{
    position: absolute;
    width: auto;
    height: 4vh;
    border-radius: 2vh;
    background: #6333FF;
    padding: 0 2vh;
    top: 0vh;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
    /* box-shadow: 0 0 5vh 1vh #6333ff80; */
}
.lk_char_img_block{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}
.lk_char_img{
    width: 30vh;
    padding-left: 3.5vh;
    padding-top: 4vh;
}
.lk_buttons_wrap{
    position: absolute;
    display: flex;
    top: 28vh;
    left: 50%;
    transform: translate(-50%,0);
    height: 20vh;
    width: 22.5vh;
    width: 20vh;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: .5vh;
}
.lk_button{
    width: 100%;
    height: 6vh;
    border-radius: 1vh;
    background-color: #24242E;
    margin-bottom: 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.lk_button:hover{
    background-color: #2F2F3A;
}
.lk_button.logout:hover{
    background-color: #FF6262;
}
.lk_button.logout{
    background-color: #FF3333;
}
.lk_button p{
    position: relative;
    font-size: 1.5vh;
    padding-left: 2vh;
}
.lk_button p::before{
    content: '';
    display: block;
    position: absolute;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -0.5vh;
    height: 2vh;
    width: 2vh;
}
.lk_button.settings p::before{
    background-image: url(../img/lk/settings.svg);
}
.lk_button.logout p::before{
    background-image: url(../img/lk/logout.svg);
}
.lk_button.apanel p::before{
    background-image: url(../img/lk/lock.svg);
}

.lk_modals{
    position: fixed;
    min-height: 100vh;
    width: 100vw;
    z-index: 200;
    background: rgba(14, 14, 18, 0.7);
    overflow-y: scroll;
}
.table_title{
    padding: 2vh 0;
    font-size: 2vh;
    font-weight: 600;
    z-index: 10;
}
.lk_mod_table{
    overflow: hidden;
    border-radius: 1vh;
    position: absolute;
    left: 50%;
    max-height: 60vh;
    transform: translate(-50%,0);
    background-color: #0E0E12;
    width: fit-content;
    height: fit-content;
    padding: 0 6vh 2vh 6vh;
    top: 20vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.lk_mod_table::before{
    position: absolute;
    top: -41vh;
    filter: blur(5vh);
    content: '';
    display: block;
    height: 41vh;
    width: 41vh;
    background-color: #6333ff;
    border-radius: 41vh;

}
.lk_mod_table table{
    font-weight: 400;
}
.lk_mod_table table tr:first-child th{
    color: #ffffff80;
    font-weight: 400;
}
.lk_mod_table table td{
    font-size: 1.4vh;
    text-align: center;
    height: 2.5vh;
}
.lk_mod_table table th{
    padding: 1vh 3vh;
    font-weight: 500;
}
.lk_close_modal{
    position: absolute;
    top: 2vh;
    right: 2vh;
    cursor: pointer;
}

.lk__settings{
    display: flex;
    width: 20vh;
    position: absolute;
    top: 41vh;
    left: 50%;
    transform: translate(-50%, 0);
    flex-direction: column;
    z-index: 200;
    background-color: #24242E;
    border-radius: 1vh;
    
}
.lk__settings.apanel{
    top: 35vh;
}
.lk__settings_item{
    height: 3vh;
    font-size: 1.5vh;
    padding: 0 1vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff80;
    transition: .3s;
    cursor: pointer;
}
.lk__settings_item:hover{
    color: white;
}
.underline{
    width: 100%;
    height: .1vh;
    background-color: #ffffff40;
    margin: .5vh 0;
}

.lk_mod_change{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #0E0E12;
    border-radius: 1vh;
    height: 30vh;
    width: 40vh;
    overflow: hidden;
}
.lk_mod_change .title{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 2vh;
    font-size: 2vh;
    font-weight: 600;
}
.lk_modals input{
    background-color: #16161E;
    border-radius: 1vh;
    height: 6vh;
    width: 22.5vh;
    text-align: center;
    font-weight: 600;
    margin: .5vh 0;
}
.mod_change_submit{
    position: absolute;
    background-color: #6333FF;
    left: 50%;
    display: flex;
    border-radius: 1vh;
    bottom: 28vh;
    width: 22.5vh;
    height: 7vh;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
}

.mod_change_submit:hover{
    bottom: 28.5vh;
}

.lk_mod_change::before{
    position: absolute;
    top: -41vh;
    filter: blur(5vh);
    content: '';
    display: block;
    height: 41vh;
    width: 41vh;
    background-color: #6333ff;
    border-radius: 41vh;

}

.lk__screen_title{
    margin-top: 20vh;
    margin-bottom: 5vh;
    width: 100vw;
    height: 10vh;
    font-size: 5vh;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.lk__warning{
    background-color: #FF3333;
    width: 125vh;
    margin-bottom: 4vh;
    position: relative;
    padding: 3vh;
    border-radius: 1vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.warning_forum_btn{
    position: absolute;
    right: 3vh;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #0E0E12;
    height: 6vh;
    width: 15vh;
    border-radius: 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.warning_forum_btn:hover{
    background-color: #27272e;
}
.warning_title{
    display: flex;
    flex-direction: row;
    margin-bottom: 1vh;
}
.warning_title img{
    height: 2vh;
    margin-right: .5vh;
}
.warning_titles{
    display: flex;
    flex-direction: column;
}
#lk_table_scroll{
    width: fit-content;
    height: fit-content;
    overflow-y: scroll;
}
@media screen and (max-width: 1024px) and (orientation: portrait){
    .mobile_only{
        display: flex !important;

    }
    .mh__nav_header,
    .mh__nav_dots,
    .mh__btn_online{
        display: none;
    }
    .hide_mobile{
        display: none !important;
    }

    .mobile_only{
        display: flex;
    }
    .mh__screen_of,
    .mh__main_screen{
        height: 100%;
    }
    .mh__screen.screen_1,
    .mh__screen.screen_2,
    .mh__screen.screen_3,
    .mh__screen.screen_4{
        opacity: 1 !important;
    }


    .mh__screen.screen_1{
        margin-top: -5vh;
    }
    .mh__screen.screen_3{
        height: 90vh;
    }
    .mh__screen.screen_4{
        margin-bottom: -2vh;
        height: 160vh;
    }
    .mh__screen{
        height: 110vh;
        transform: skew(0deg, -4deg);
    }

    .mh__btn_info.start{
        text-align: center;
        left: 50%;
        top: 35vh;
        transform: translate(-50%, -50%) skew(0deg, -4deg);
    }

    .mh__guys{
        left: 50%;
        transform: translate(0, 0);
        bottom: -2vh;
    }

    .mh__btn_info.start .mh__btn{
        left: 50%;
        bottom: -50vh;
        transform: translate(-50%, 0);
    }
    .mh__info.how_start p{
        font-size: 4.5vh;
    }
    .mh__btn_info.start .mh__btn:hover{
        bottom: -50vh;

    }

    .mobile_skew{
        transform: skew(0deg, 4deg);
        height: 100%;
    }

    .mh__nav.mobile_menu{
        display: flex;
        position: absolute;
        top: 0;
        z-index: 200;
        width: 100vw;
        height: 25vh;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    .mh__nav.mobile_menu .mm_logo{
        height: 6vh;
        margin-left: 10vw;
    }
    .mh__nav.mobile_menu .mm_logo img{
        height: 6vh;
    }
    .mh__nav.mobile_menu .mm_menu{
        height: 4vh;
        margin-right: 10vw;

    }
    .mh__nav.mobile_menu .mm_menu img{
        height: 4vh;
    }

    .mh__info.line_1,
    .mh__info.line_2{
        display: none;
    }
    .mh__info.how_start{
        top: 4vh;
        transform: translate(-50%, 0) skew(0, -4deg);
    }   

    .mh__info.steps{
        width: 80vw;
        height: 80vh;
        top: 60vh;
    }
    .mh__info.first_step{
        top: 5vh;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .mh__info.second_step{
        top: 55vh;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .mh__info.first_step img,
    .mh__info.second_step img{
        opacity: 0.5;
    }
    .mh__info.first_step .step_title{
        font-size: 3vh;
    }
    .mh__info.first_step .step_subtitle{
        font-size: 4vh;
    }
    .mh__info.first_step .mh__btn_download{
        bottom: -3vh;
        height: 8vh;
        width: 20vh;
        font-size: 2vh;
    }
    .mh__info.first_step .mh__btn_download:hover{
        bottom: -2.7vh;
    }


    .mh__info.screen_title p{
        top: 2vh;
    }

    .mh__info.priv_screen{
        width: 90vw;
        height: 65vh;
        top: 20vh;
        transform: translate(-50%, 0);
        display: flex;
        flex-direction: column;
    }
    .mh__info.priv_screen .priv_img img{
        height: auto;
        width: 100%;
        position: inherit;
    }
    .mh__info .priv_titles{
        width: 80vw;
        height: 40vh;
    }
    .mh__info.priv_screen .priv_title{
        position: inherit;
        width: 80vw;
        top: 45vh;
        left: 0;
        font-size: 3vh;
    }
    .mh__info.priv_screen .priv_subtitle{
        position: inherit;
        width: 80vw;
        top: 50vh;
        left: 0;
        font-size: 1.7vh;
    }
    .mh__info.priv_screen .priv_img{
        display: flex;
        height: 30vh;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        flex-direction: column;
        position: relative;
    }
    .mh__btn_priv.prev{
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .mh__btn_priv.next{
        left: 10vh;
        bottom: 1vh;
        z-index: 1;
    }
    .mh__btn_priv{
        width: 8vh;
        height: 8vh;
        border: 0.4vh solid rgb(255 255 255 / 25%);
        border-radius: 2vh;
    }
    .media_gun.flare,
    .media_gun.minigun{
        display: none;
    }
    .media_banner{
        left: 50% !important;
        transform: translate(-50%, 0);
    }
    .mh__info.media_banners{
        height: 120vh;
        top: 25vh;
        transform: translate(-50%, 0);
    }
    .media_banner.yt{
        top: 0;
    }
    .media_banner.vk{
        top: 40vh;
    }
    .media_banner.ds{
        top: 80vh;
    }
    .media__footer{
        flex-direction: column;
        bottom: 0;
        height: 23vh;
    }
    .media__footer a, .media__footer p{
        margin: .6vh 0;
        transform: skew(0, -4deg);
    }
    .media__logo{
        margin: .6vh 0;
    }
    .mh__mobguy{
        display: block;
        position: absolute;
        height: 120vh;
        left: 0;
        bottom: -10vh;
        z-index: -1;
    }
    .mh__modal_pc{
        background-image: url('../img/modals/mob_mod_bg.png');
        background-size: cover;
        background-position: bottom center;
        overflow: hidden;
    }
    .mh__mobmod_header{
        height: 15vh;
        width: 100vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    .mh__mobmod_header .logo{
        height: 6vh;
        z-index: 2;
        margin-left: 10vw;
    }
    .mh__mobmod_header .close_mobmod{
        height: 3vh;
        width: 3vh;
        margin-right: 10vw;
    }
    .mh__mobmod_header .close_mobmod img{
        width: 3vh;
    }

    .mh__mobmod_list{
        display: flex;
        flex-direction: column;
        z-index: 2;
        
        transform: skew(0, -4deg);
        padding-left: 3vh;
    }

    .mobmod_listitem{
        font-size: 3vh;
        font-weight: 600;
        z-index: 2;
        margin-bottom: 2vh;
    }

    .modal_form .modal_close{
        display: none;
    }

    .mh_errors{
        justify-content: center;
        right: 50%;
        transform: translate(50%, 0);
    }
    .error_item{
        max-width: 80vw;
    }
    .mh_errors_wrapper{
        justify-content: flex-end;
    }
    /* личный кабинет */
    .lk_wrapper{
        flex-direction: column;
    }
    .lk_column{
        width: 80vw;
    }
    .lk_item{
        width: 72vw;
    }
    .lk_item_row{
        width: 66vw;
    }
    .lk_item_property{
        max-width: 66vw;
    }
    .lk__nav_header{
        display: none;
    }
    .lk__warning{
        width: 66vw;
        padding: 3vh;
        padding-bottom: 9vh;
    }
    .warning_forum_btn{
        top: calc(100% - 7.5vh);
        left: 50%;
        transform: translate(-50%, 0);
    }
    .warning_titles div{
        font-size: 3vw;
    }
    .lk_mod_table table td{
        font-size: 1.5vw;
    }
    .lk_mod_table table tr:first-child th{
        font-size: 1.6vw;
    }
}

