@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #5db2a1;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 5px;
        /* Укажи высоту горизонтального скроллбара */
        height: 5px;
        /* Укажи цвет фона под скроллбаром */
        background: #f6f6f6;
    }
}
@media screen and (max-width: 1200px) { 
.t-col:not(.t772__col) { padding: 0 10px !important; } 
.t-container, .t772__wrapper, .t897__container {
max-width: 960px !important;
}
}
@media screen and (max-width: 960px) { 
.t-col:not(.t772__col) { padding: 0 10px !important; } 
.t-container, .t772__wrapper, .t897__container {
max-width: 640px !important;
}
}
@media screen and (max-width: 640px) { 
.t-col:not(.t772__col) { padding: 0 10px !important; } 
.t-container, .t772__wrapper, .t897__container {
max-width: 480px !important;
}
}
@media screen and (max-width: 480px) { 
.t-col:not(.t772__col) { padding: 0 10px !important; } 
.t-container, .t772__wrapper, .t897__container {
max-width: 320px !important;
}
}
ul {
    list-style-image: url(https://static.tildacdn.com/tild3932-6237-4862-a332-353666396463/Bullit.svg);
   }
