.desktop-fixed-bar_visible {
    display: block;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.desktop-fixed-bar {
    display: block;
    position: fixed;
    height: 45px;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #ccc;
    z-index: 8000;
    transition: all 200ms;
    opacity: 1;
}

@media screen and (max-width:999px) {
    .desktop-fixed-bar {
        display: none;
    }
}

.desktop-fixed-bar__wrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 30px;
}
.desktop-fixed-bar__left, .desktop-fixed-bar__right {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.desktop-fixed-bar__left {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
}
.desktop-fixed-bar__subtitle {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #666;
    font-weight: normal;
    max-width: calc(100vw - 550px);
    overflow-x: hidden;
    white-space: nowrap;
}
.desktop-fixed-bar__left, .desktop-fixed-bar__right {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.desktop-fixed-bar__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.desktop-fixed-bar__social {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.desktop-social-likes {
    display: block;
    margin: 0 0 0 -2px;
}
.desktop-fixed-bar .social-and-date__comments-button {
    height: 26px;
    width: 90px;
    padding: 5px 2px;
}
.social-and-date__comments-button {
    width: 100px;
    height: 30px;
    background: #fbf5c2;
    border-radius: 2px;
    color: #666;
    padding: 2px 10px;
    margin: 0 0 0 2px;
    cursor: pointer;
    transition: background-color 300ms;
    text-align: center;
}
.desktop-fixed-bar .social-and-date__comments-button__icon {
    font-size: 8px;
    line-height: 17px;
    vertical-align: top;
}
.desktop-fixed-bar .social-and-date__comments-button__text {
    font-size: 8px;
    line-height: 17px;
    vertical-align: top;
}
.social-and-date__comments-button__text {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    display: inline-block;
    line-height: 26px;
}
.social-recommends.fixed{
    position:fixed;
    top:65px;
    z-index:99999;
	text-align:center;
}
.desktop-fixed-bar__site-logo-wrapper{
	width:110px;
}