.tlk-menu__panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    min-height: 100vh;
    padding: 6px 0;
    background-color: #242240 !important;
    color: #fff;
    z-index: 90010;
}
.tlk-menu__tick {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 7px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #ffffff !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
     color: white;
}
.t-feed__post-popup__content img {
    max-width: 100%;
    border-radius: 20px;
}
.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static {
    width: 1120px;
}
.tlk-menu__title-wrap span {
    padding-left: 35px;
    color: white;
}
.tlk-menu__title {
    color: #fff!important;
}
a.tlk-menu__link.tlk-menu__link_active {
    color: #fff !important;
}
a.tlk-menu__link {
    color: #fff !important;
}
.tlk-menu__title {
    color: #fff !important;
    background-color: #fff;
    padding: 10px;
        opacity: 1!important;
}
.tlk-menu__burger_black span, .tlk-menu__burger_black::after, .tlk-menu__burger_black::before {
    background-color: #fff!important;
}