/*blocks above yell grad*/
.uc-index1010 {
        position: relative;
  z-index: 1010 !important;
}



/*points podmenu*/ 
.uc-index1050 {
        position: relative;
  z-index: 1050 !important;
}


/*кнопка сабмит внизу*/ 
.uc-index1060 {
        position: relative;
  z-index: 1060 !important;
}


/*корзина*/ 
.uc-index4mln {
        position: relative;
  z-index: 4000000 !important;
}


 /* скрываем стандартные иконки */
.t585__lines svg {
  display: none;
}

/* тут заменяем иконку всех пунктов ( у нас черный круг ) */
.t585__lines::after {
  content: "";
  display: block;
  width: 24px; /* ширина */
  height: 24px; /* высота */
  background-image: url(https://static.tildacdn.com/tild3237-6431-4634-a564-363233393135/point-SVG.svg); /* ссылка на черный круг картинку */
  background-size: cover;
}



/* тут заменяем иконку для активного пункта ( у нас желтый круг ) */
.t585__opened .t585__lines::after {
  background-image: url(https://static.tildacdn.com/tild3933-6430-4331-a464-636566643431/point_PNG_yell.png); /* ссылка на желтый круг картинку */
  background-size: cover;
}


/* закругление - верхнее фото всех программ */
    @media screen and (min-width: 981px) 
    .corner .tn-atom {
        border-radius: 0px 180px 180px 0px;
    }


    @media screen and (max-width: 980px)
    .xxxxxxxxxx .tn-atom {
        border-radius: 180px 180px 0px 0px;
    }
    
