.btn-up{
    position: fixed;
    z-index: 119;
    background-color:var(--newHeader);
    border: 2px solid var(--NewBorder);
    top:93px;
    left: 70px;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  
  .btn-up::before{
    content: "";
    width: 30px;
    height: 30px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
  }
  
  .btn-up_hide{
    display: none;
  }
  
  @media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
      background-color:var(--NewContener); /* цвет заднего фона при наведении */
    }
  }
  .coverobeject{
    position:relative;
    text-align: center;
    z-index:1;
    top: 0px;
    margin-top:-60px;
  }
  .imgcoverDC2025{
    width:auto;
    height: auto;
    margin-bottom: -5px;
    max-width:210px;
    background: none;
    object-fit: cover;
  }
  
  .ContentCloba{
    position: relative;
    z-index: 2;
    height:490px;
  }
  .NewadVerContentGlaModul1_2{
     position: absolute;
     overflow:hidden;
     z-index:3;
     width: 100%;
     height:auto;
     max-height:430px;
  }
  
  .imgClobal{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 20px 20px 0 0;
    max-width:596px;
    max-height:340px;
    min-width:596px;
    min-height: auto;
    transform:none;
    left: 0;
    position: absolute;
    top:0px;
    z-index: 4;
  }
  
  .advNew2025GlobalSing{
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    background-color: var(--NewContener);
    border-radius: 20px 20px 0 0;
    z-index: 5;
    width: 100%;
    height:110px;
  }
  .textADNewContent{
    border-radius:20px 20px 0 0;
    display: block;
    width: auto;
    padding-left:5px;
    padding-right: 5px;
    background-color: #FF57B9;
  }
  .textADNew{
    border-radius:20px 20px 0 0;
    display: block;
    text-align: center;
    width: auto;
  }
  
  .Text_clabpbal{
     font-size:20px;
     background: var( ---color2);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
     font-weight: bold;
  }
  h3{
    margin: 0;
    font-size: 17px;
    padding-top:10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .textADNewContent1{
    width: auto;
    padding-left:5px;
    padding-right: 5px;
  }
  
  .textADNewContent4{
     background: var(---color1);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
  }
  .advertic2{
    position: absolute;
    z-index: 6;
    width: 100%;
    top: 0px;
  }
  .advertic3{
     margin-top:10px;
     padding-left:10px;
     padding-right:10px;
     display: flex;
  }
  
  .advertic6{
    padding:5px;
    border: 1px solid white;
    border-radius: 17px;
    background:var(---color4);
    width: auto;
    height:24px;
  }
  .advertic4{
    background: var(---color2);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
     
  }
  h1{
    background: var(--text-colorNewNeader);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
    display: block;
    margin: 0;
    overflow: hidden;
    text-decoration: none;

  }
  .NewadVer{
    height:430px;
    overflow: hidden;
  }
  @media (max-width:768px){
    .btn-up{
        left:10px;
    }
    .imgClobal {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 20px 20px 0 0;
      max-height: 430px;
      min-width: auto;
      min-height:430px;
      position: absolute;
      top: 0;
      z-index: 4;
  }
  }
  :root{
    --text-colorNewNeader: linear-gradient(310deg, rgba(157, 55, 240, 0.9), rgba(231, 47, 235, 0.9), rgba(131, 59, 255, 0.9) 60%);
    ---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%);
  }