.zfeed-switcher{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.zfeed-switcher-switch{
    line-height: 0;
}
.switch-btn {
    display: inline-block;
    width: 62px;
    height: 28px;
    border-radius: 14px;
    background: #bfbfbf;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms;
}
.switch-btn::after {
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 11px;
    background: #fff;
    top: 3px;
    left: 3px;
    transition-duration: 300ms;
    position: absolute;
    z-index: 1;
}
.switch-on {
    background: #68B206;
}
.switch-on::after {
    left: 37px;
}
/* vsolikamske */
.zfeed-switcher{
    margin: 0 20px;
    background: #ededed;
    padding: 10px;
}
@media(max-width: 980px){
    .zfeed-switcher {margin: 10px;}
}
@media(max-width: 650px){
    .zfeed-switcher {margin: 5px;}
}