#sbuttonsm {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
    direction: ltr;
    display: flex;
    opacity: 1;
    text-align: center;
    z-index: 94034;
}

#st-1.st-animated {
    -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#sbuttonsm .st-left {
    display: inline-block;
    padding-top: 10px;
    padding-right: 6px;
}

#sbuttonsm .st-top {
    padding-bottom: 5px;
}

#sbuttonsm .st-right {
    display: inline-block;
    padding-top: 10px;
    padding-left: 4px;
}

#st-1.st-hidden {
    opacity: 0;
}

#sbuttonsm .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 40px !important;
    line-height: 40px;
    margin-right: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

#sbuttonsm .st-btn:last-child {
    margin-right: 0;
}

#sbuttonsm .st-btn svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}

#sbuttonsm .st-btn img {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}

#sbuttonsm .st-btn > span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 67px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
}

#st-1.st-justified {
    display: flex;
    text-align: center;
}

#st-1.st-justified .st-btn {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

#sbuttonsm .st-btn:hover {
    opacity: .8;
    top: -4px;
}

#sbuttonsm .st-btn[data-network='facebook'] {
    background-color: #4267B2
}

#sbuttonsm .st-btn[data-network='facebook'] img {
    filter:
}

#sbuttonsm .st-btn[data-network='facebook'] > span {
    color: #fff
}

#sbuttonsm .st-btn[data-network='youtube'] {
    background-color: #FF0000
}

#sbuttonsm .st-btn[data-network='youtube'] img {
    filter:
}

#sbuttonsm .st-btn[data-network='youtube'] > span {
    color: #fff
}

#sbuttonsm .st-btn[data-network='telegram'] {
    background-color: #0088cc
}

#sbuttonsm .st-btn[data-network='telegram'] img {
    filter:
}

#sbuttonsm .st-btn[data-network='telegram'] > span {
    color: #fff
}

#sbuttonsm .st-btn[data-network='viber'] {
    background:#7d3daf;
    padding: 0 5px;
}

#sbuttonsm .st-btn[data-network='viber'] img {
    filter:
}

#sbuttonsm .st-btn[data-network='viber'] > span {
    color: #fff
}

#sbuttonsm .st-btn[data-network='viber']{
}
#st-1{
    display:flex;
    flex-wrap:wrap;
}
#sbuttonsm .st-btn[data-network='viber'] img{
    width: 30px;
    height: 30px;
    top: 5px;
}


@media (max-width: 760px) {
    header, .main-menu{
        transition: all 0.3s ease;
        margin: 10px;
        display: block;
        border-radius: 5px;
        box-shadow: none;
    }

    /*.page-header.site-switch{*/
        /*display: none;*/
    /*}*/
    .page-header .top-part .logo-mobile-market{
        background-image: url(/local/templates/itmed-local/css/../i/logo-mob.png);
        width: 170px;
        height: 30px;
        position: relative;
        display: block;
        margin-top: 10px;
        margin-left: 10px;
    }
    /*.portal-menu-mobile {*/
        /*position: relative;*/
    /*}*/
}
.page-header .top-part .img-logo{
    display: none;
}