/* Главная */
html{
 width: auto;
 height: auto;
}
body{
    width: auto;
    max-width: 100%;
    height:100vh;
    min-height:797px;
    margin: 0;
    font-family:var(--font-family);
    background-color: var(--NewBody);
    font-variant: normal;
    font-weight: 400;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.NewBody::-webkit-scrollbar{
    width: 12px;
}
.NewBody::-webkit-scrollbar-track{
 background-color:#313131;
}
.NewBody::-webkit-scrollbar-thumb{
    background:var(--liheral-gradient);
    border-radius: 10px;
}
.NewWeb{
    width:auto;
    height:auto;
    min-width: 1657px;
}
.NewWeb .NewHeader{
    width:100%;
    min-width: 1657px;
    position: fixed;
    z-index: 120;
    overflow: hidden;
}
.NewHeader header{
    width: auto;
    height: auto;
    border-radius: 0 0 20px 20px;
    border-bottom: 2px var(--NewBorder) solid;
    background-color: var(--newHeader);
}

header .Layout{
     width: var(--layout);
     height: auto;
     margin-left:520px;
     margin-right: auto;
     padding-left:16px;
     padding-right:16px;
     position: relative;
     z-index:1;
}
.Layout .header{
    display: flex;
    height: 45px;
    overflow: hidden;
}
.layout{
     position: relative;
     z-index: 2;
     width: var(--layout);
     height: auto;
     margin-left:520px;
     margin-right: auto;
     padding-left:16px;
     padding-right:16px;
}
main{
    width: auto;
    height: auto;
    overflow: hidden;
    min-height:100vh;
}

nav{
    width:600px;
    height: auto;
}
ul{
    width: auto;
    display: flex;
    height: 35px;
    list-style: none;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
li{
    display: flex;
}
h1{
    margin: 0;
}
.gH1{
    margin-left:5px;
    line-height: 35px;
    background: var(--text-colorNewNeader);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
}
.icon{
    display: flex;
    width: auto;
    height: 35px;
    text-decoration: none;
}
.g-icon{
    width: 35px;
    height: 35px;
}
.cover{
    width:100%;
    height: 100vh;
    min-width: 1657px;
    position:absolute;
    z-index: 1;
    overflow: hidden;
}
.frameCover{
    position: absolute;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    height: 100vh;
}
.videoCover{
    position: absolute;
    z-index: 3;
    object-fit: cover;
    width:100%;
    height:100%;
}
.coverFilter{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100vh;
    background: var(--liheral-gradient);

}
.body{
    position: relative;
    z-index: 5;
    width:auto;
    height: auto;
    padding-top: 10px;
    margin-top: 100vh;
}
.wrap{
    position: relative;
    z-index: 6;
    width:160px;
    overflow: hidden;
    height:auto;
    float: left;
    min-height: 100vh;
}
ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav{
    width: auto;
    min-height: 100vh;
    margin-right: 10px;
}
.menu:hover{
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    background: var(--liheral-gradient);
    border-radius: 10px;
    
}
.menu{
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}
.link{
    width: auto;
    height: auto;
}
.btn_link{
    width:140px;
    height: 30px;
    display: flex;
    gap: 5px;
    text-decoration: none;
}
.iconSvg{
    position: relative;
    width: 30px;
    height: 30px;
}
.svgIcon{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50% , -50%);
}
.text-span-Menu{
    line-height: 30px;
    color: var(--color-text);
}
span{
    background: var(---textColorGradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.NewAD{
    width:auto;
    height:auto;
    margin-top:20px;
    display: block;
}
.The_advertising_format_is_new_content{
    position: relative;
    z-index:4;
    margin-top:5px;
    margin-bottom:5px;
}
.contentVideBorder{
    position: relative;
    z-index: 5;
    width: auto;
    overflow: hidden;
    height:auto;
    border: 1px solid var(--NewBorder);
    border-radius: 10px;
}
.Advertisement{
    position: relative;
    width:148px;
    height:auto;
    border-radius: 10px;
    max-height: 148px;
    object-fit: cover;
    min-height: auto;
}
.adspan{
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
    width:100%;
    height:100%;
    min-height:auto;
}
.adText{
    width: auto;
    display: block;
    color: white;
    text-decoration: none;
}
.ad{
    position: absolute;
    z-index: 2;
    top:5px;
    left: 5px;
    padding: 3px;
    border: 1px solid white;
    background: var(--rgba-Cover);
    border-radius: 10px; 
}
.wrap2{
    position: relative;
    z-index: 7;
    margin-left:160px;
    width: auto;
    height: auto;
    min-height: 100vh;
}
.coverobeject{
    width: auto;
    height: 300px;
    margin-top: -260px;
    position: relative;
    overflow: hidden;
}
.imgcoverDC2025{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width:210px;
    height: auto;
}
.content{
    position: relative;
    width: auto;
    height: auto;
    margin-top:10px;
    margin-bottom:10px;
}
.idecontener_top {
    overflow: hidden;
    border-top: solid 1px var(--NewBorder);
    border-left: solid 1px var(--NewBorder);
    border-right: solid 1px var(--NewBorder);
    width:auto;
    height:auto;
    padding-top: 16px;
    border-radius: 20px 20px 0 0;
    background-color: var(--NewContener);
}
.idecontener_center{
    border-left: solid 1px var(--NewBorder);
    border-right: solid 1px var(--NewBorder);

    overflow: hidden;
    width:auto;
    height:auto;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px 0px 0px 0;
    background-color: var(--NewContener);

}
.idecontener_bottom {
    width: auto;
    height: auto;
    border-bottom: solid 1px var(--NewBorder);
    border-left: solid 1px var(--NewBorder);
    border-right: solid 1px var(--NewBorder); 
    overflow: hidden;
    padding-bottom: 16px;
    border-radius: 0 0 20px 20px;
    background-color: var(--NewContener);
}
.IDContent{
    overflow: hidden;
    margin-top: -50px;
    position: relative;
}
video{
    margin-bottom: -5px;
}
img{
    margin-bottom: -5px;
}
.header-spanTextUpdate{
    margin-top:5px;
    margin-bottom: 5px;
    padding-left:15px;
    padding-right: 15px;
}
.contentINGshort{
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    width: auto;
    display:flex;
    height:550px;
}
.contentINGshort::-webkit-scrollbar{
   display: none;
}
.ruterImg{
   position: relative;
   width:auto;
   min-width: 438px;
}
.standard-sizeImg_original_post{
    position: absolute;
    z-index: 1;
    width:100%;
    height:100%;
    filter: blur(40px);
    object-fit: cover;
}
.standard-sizeImg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    object-fit: cover;
    z-index: 2;
    width:auto;
    cursor: pointer;
    max-width:360px;
    min-width:300px;
    border-radius: 20px;
    height:100%;
}
.slader_img_a{
    width: auto;
    height: auto;
    display: flex;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}
.slader_img_a::-webkit-scrollbar{
    display: none;
}
.link_a{
position: relative;
width:145px;
height:200px;
}
.link_a2{
    margin-left: -40px;
}
.link_a_img{
 position: absolute;
 width:145px;
 height:100%;
 object-fit: cover;
 border-radius: 20px;
}
.Dlinks_a{
    width: 137.5px;
}
.CrukNew{
    gap: 5px;
}
.contenerWrapCrukNew_iWrapA{
    position:relative;
    width:auto;
    border: 2px solid var(--NewBorder);
    border-radius: 20px;
    height:200px;
    min-width:145px;
}
.iWrapABorderR{
    position:relative;
    overflow: hidden;
    width:auto;
    height:200px;
    border-radius: 20px;
}
.videoContent{
    cursor: pointer;
    position: relative;
    width:100%;
    height:100%;
    object-fit: cover;
    min-width: auto;
    min-height:auto;
}
.crucContenerW{
    position: absolute;
    width:auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    height:auto;
    gap: 5px;
    bottom:40px;
    left: 50%;
    transform: translate(-50%);
}
.cruc1{
    overflow: hidden;
    width:40px;
    height:40px;
    border-radius:40px;
    border: 2px solid var(--NewBorder);
}
.links1{
    display:inherit;
    text-decoration: none;
}
.span1{
    color: white;
}
.logoicon{
    position:absolute;
    z-index:5;
    /* margin-top:-700px; */
    width:auto;
    height:300px;
    display: flex;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width:600px;
    min-height:700px;

}
.imgeCoverRS{
    opacity: 0.5;
    width: 200px;
    height:200px;
    margin: 0;
}
.titleCoverRS{
    font-size: 30px;
   font-style: normal;
   font-weight: bold;
   margin-top:5px;
   margin-bottom:3px;
}

.contentViewInformaupdate{
    position: relative;
    width:auto;
    height:auto;
    min-height:200px;
}
.vew1informcruc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    gap: 5px;
    align-content: center;
    align-items: center;
    width:400px;
    height:100px;
}

.cruc2{
    position: relative;
    float: left;
    border-radius:100px;
    background: linear-gradient(45deg, #FF75E8, #75FFED, #FF57B9);
    width: 100px;
    height: 100px;
}
.view1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:5px;
    align-items: center;
    position: relative;
    width:auto;
    height: auto;
}
p{
    margin: 0;
}
.alig-text-center{
    text-align: center;
    color: white;
}
/* Frames Img */
.frames_img_fix{
    min-width:1481px;
    min-height:auto;
    display:none;
    position: fixed;
    z-index:121;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background:var(--NewFrames);
    overflow-y:auto;
    overflow-x: hidden;
}
.wrap3{
    position: relative;
    width:auto;
    height:auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom:100px;
    min-height: 70vh;
}
.wrap4{
    position: relative;
    width:auto;
    height: auto;
    min-height:70vh;
    margin-left:480px;
    float: left;
}
.wrap5{
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    padding-left:16px;
    min-height: 70vh;
}
.contentImgConst{
    float: left;
    position: relative;
    width: auto;
    height:auto;
    min-height:550px;
    overflow: hidden;
}
.idecontener_img_top{
    background-color: var(--NewContener);
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    border-right: 1px solid var(--NewBorder);
    min-width:470px;
}
.idecontener_img_center{
    background-color: var(--NewContener);
    position: relative;
    width: auto;
    border-radius: 20px 20px 0 0;
    border-right: 1px solid var(--NewBorder);
    overflow: hidden;
    height: auto;
    min-width:470px;
    min-height:auto;
}
.idecontener_img_button{
    border-radius: 0 0 20px 20px;
    border-left:1px solid var(--NewBorder);
    border-right: 1px solid var(--NewBorder);
    border-bottom: 1px solid var(--NewBorder);
    background-color: var(--NewContener);
    position: relative;
    width: auto;
    overflow: hidden;
    height: auto;
    min-width:470px;
}
.ideImgContent{
    width:auto;
    height:auto;
    max-width:650px;
    max-height:700px;
    float: left;
}
.ideImgContent2{
    border-top: 1px solid var(--NewBorder);
    width:300px;
    display: flex;
    padding-top:10px;
    padding-left:10px;
    padding-right: 10px;
    height: auto;
    float: left;
}
.Newimg{
    position: relative;
    width: 100%;
    height: 100%;
    max-width:650px;
    max-height:700px;
}

.NewspanTextFramesImg{
    float: none;
    padding-left:15px;
    padding-top:10px;
    padding-bottom: 10px;
}
.cruc3{
   overflow: hidden;
}
.cruc4{
    width:100%;
    height:100%;
    max-width: 40px;
    max-height: 40px;
    min-width: auto;
    min-height: auto;
    object-fit: cover;

}
.times{
  margin-left:5px;
  float: left;
  overflow: hidden;
}
.times2{
 color: white;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  width: 40px;
  height: 40px;
  display: block;
}
 /* frames_vidShort_fix */
.frames_vidShort_fix{
    min-width:1481px;
    min-height:auto;
    display:none;
    position: fixed;
    z-index:120;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background:var(--NewFrames);
    overflow-y:auto;
    overflow-x: hidden;
}
.frames_vidShort_border{
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    float: left;
    border-radius:20px;
    background-color:var(--NewContener);
    border: 1px solid var(--NewBorder);
    min-width:520px;
    min-height:800px;
}
.vidShort{
    position: relative;
    float: left;
    min-width:520px;
    min-height:700px;
}
.vidShort2{
    position: relative;
    width: auto;
    height: auto;
    max-width: 520px;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    max-height:800px;
}
.vidContest{
    position: relative;
    float: left;
    width:300px;
}
.control2{
    position: absolute;
    overflow: hidden;
    top: 0px;
    margin-top:1px;
    right: 0px;
    width:80px;
    height: 100%;
}
.control{
    position: absolute;
    width:100%;
    height:5px;
    margin-bottom: -1px;
    bottom: 0px;
    overflow: hidden;
}
.btnPaus_play{
    position:absolute;
    width: 80px;
    height: 80px;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
}
/* frames_videoControler_fix 1421*/
.frames_videoControler_fix{
    min-height:auto;
    display:none;
    position: fixed;
    z-index:120;
    width: 100%;
    height:100%;
    min-width: 1503px;
    top: 0;
    left: 0;
    background:var(--NewFrames);
    overflow-y:auto;
    overflow-x: hidden;
}
.vedeoContentControlWrap{
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    margin-right:5px;
    margin-left:90px;
}
.wrap6{
    min-width: 1448px;
    min-height:800px;
    float: left;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 47px;
    padding-left:0px;
    padding-top:10px;
}
.NewcontentVideoplatforma{
    position: relative;
    float: left;
    width: auto;
    height: auto;
    min-width: 1080px;
    min-height:720px;
    background-color: var(--NewContener);
    border: 1px solid var(--NewBorder);
    border-radius: 20px;
    overflow: hidden;
}
.ideVideoContentNew{
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    min-width: 1080px;
    min-height: auto;
}
.wrapVid{
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    border-right: 1px solid var(--NewBorder);
    border-radius: 0 0 20px 20px;
    border-bottom: 1px solid var(--NewBorder);
    float: left;
    overflow: hidden;
}

.standard-size_video{
    width: 1080px;
    height:640px;
    object-fit:cover;
    max-width:1080px;
    max-height:720px;
    min-width:1080px;
    min-height:100%;
}
.wrap7{
    overflow: hidden;
    position: relative;
    float: left;
    min-width: 325px;
}
.FramesvideoIdeContent{
    position: relative;
    width: auto;
    height: auto;
    border-radius: 20px;
    margin-bottom: 5px;
    min-height:200px;
    overflow: hidden;
}
.videoideContentFrames{
    width:325px;
    height:200px;
    object-fit: cover;
    min-width: 320px;
}
.menuBobiles{
    display: none;
}

.Info{
    margin-top:20px;
    padding-top:10px;
    width: auto;
    height: auto;
    display: block;
    border-top: 1px solid var(--NewBorder);
}
.info1{
    font-family: var(--font-family);
    color:var(--newHeader);
    font-size:14px;
    text-decoration: none;
    margin-left:5px;
}

.Infad{
    display: none;
}
.info1:hover{
    font-family: var(--font-family);
    color:var(--newHeader);
    text-decoration:underline;
}

.frames_AD_fix{
    display: none;
}
.btnImg1{
    z-index: 3;
    bottom: 17px;
    border: 0;
    width:auto;
    height:auto;
    min-height: 550px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding-left:16px;
    padding-right:16px;
    background:none;
    outline: none;
    position: absolute;
}
.colorBtnimg1{
    display: none;
    width:28px;
    transform: rotate(180deg);
    background: #48484894;
    color:white;
    border-radius: 28px;
}
.colorBtnimg1:hover{
    transform: rotate(180deg);
    background: #484848;
    color:white;
    border-radius: 28px;
}
.colorBtnimg2{
    transform: rotate(0deg);
    background: #48484894;
    color:white;
    border-radius: 28px;
}
.colorBtnimg2:hover{
    transform: rotate(0deg);
    background: #484848;
    color:white;
    border-radius: 28px;
}
.btnImg2{
   z-index: 3;
    bottom: 17px;
    border: 0;
    width:auto;
    height:auto;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:16px;
    padding-right:16px;
    background:none;
    outline: none;
    position: absolute;
    right: 0;
}
.vkuiScrollArrow__defaultIcon{
    cursor: pointer;
}
/*  */
.controls{
    display: none;
    width: auto;
    min-width: 100%;
    bottom: 0;
    height:50px;
    position: absolute;
}
.modal{
    position: fixed;
    inset: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--NewBody);
    z-index: 120;
    color: white;
    display: none;
    overflow-y: auto;
}
.modal__main{
    position: relative;
    max-width:600px;
    margin: auto;
}
.btnModal{
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}
:root {
    ---textColorGradient: linear-gradient(#FF75E8, #75FFED, #FF57B9);
    ---textColorL: #FF75E8;
    ---textColorL2: #75FFED;
    ---textColorL3: #FF57B9;
}
:root {
    ---color1: linear-gradient(100deg, rgb(175, 55, 223), rgb(233, 148, 52), rgb(240, 107, 45) 60%);
    ---color2: linear-gradient(110deg, rgb(238, 233, 241), rgb(42, 43, 58) 70%);
    ---color3: linear-gradient(110deg, rgb(238, 233, 241), rgb(42, 43, 58) 70%);
    ---color4: linear-gradient(110deg, rgba(156, 17, 211, 0.5), rgba(224, 224, 224, 0.5) 70%);
}
:root {
    --newHeader: #313131;
    --NewBody: #484848;
    --NewFrames: rgb(72, 72, 72, 0.9);
    --NewContener: #444444;
    --NewBorder: #505050;
    --controls:rgba(0, 0, 0, 0.719);
    /*  */
    --white: rgb(255, 255, 255, 0.5);
    --red: rgba(255, 0, 0, 0.5);
    --blue: rgb(0, 38, 255, 0.5);
    --DeepPink: rgba(255, 20, 147, 0.5);
    --BlueViolet: rgba(138, 43, 226, 0.5);
    --HotPink: rgba(255, 105, 180, 0.5);
    --color-text: #ffffff;
    --color-link-text: #f859d6;
    --color-button: #9455d4;
    --rgba-Cover: rgba(0, 0, 0, 0.8);
    --mobli-cover_filter: rgba(0, 0, 0, 0.4);
    --filter-Rus: hue-rotate(344deg);
    --text-colorNewNeader: linear-gradient(310deg, rgba(157, 55, 240, 0.9), rgba(231, 47, 235, 0.9), rgba(131, 59, 255, 0.9) 60%);
    ---textColorGradient: linear-gradient(#FF75E8, #75FFED, #FF57B9);
    --liheral-gradientRus: linear-gradient(rgba(255, 255, 255, 0.658), rgba(255, 0, 0, 0.5), rgb(0, 38, 255, 0.5));
    --liheral-gradient: linear-gradient(310deg, rgba(157, 55, 240, 0.5), rgba(231, 47, 235, 0.5), rgba(131, 59, 255, 0.5) 60%);
    --liheral-gradient-pup: linear-gradient(310deg, rgba(157, 55, 240, 1), rgba(231, 47, 235, 1), rgba(131, 59, 255, 1) 60%);
    --text-color_ide: #8f8f8f;
    --layout: 600px;
    --Collection_Layout: 940px;
    --Video_Layout: 1200px;
    --layout-album: 960px;
    --layout-Audio: 940px;
    --border-radius-audio: 10px;
    --font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Geneva, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-style: normal;
    --font-variant: normal;
    --font-weight: 400;
    --font-size: 16px;
    --scrollbarBg: #313131;
    --scrollbarThumb: #ffffff;
    --scrollbarWidth: 15px;
    --scrollbarBorder: 4px solid var(--scrollbarBg);
    --scrollbarBorderRadius: calc(var(--scrollbarWidth) / 2);
}

/* mobiles */
