.please-share {
    padding: 5px 15px 5px 15px;
    border-top: 1px solid rgba(0, 0, 0, .3);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin: 20px 0 20px 0;
    color: #807b7b;
    cursor: default;
    font-size: 85%;
}
.please-share div.share-wrap {
    float: right;
    text-align: right;
    width: 45%;
}
.please-share div.rating-wrap {
    float: left;
    width: 45%;
}
.please-share .bottons {
    padding-left: 5px;
}
.please-share div.title {
    font-weight: bolder;
    color: black;
    font-style: italic;
}
.ydzen-podpis {
    font-style: normal !important;
    color: black;
    font-weight: bold;
    font-size: 120%;
}
.ydzen-podpis table {
    width:100%;
}
.ydzen-podpis .tri-col {
    padding-left: 15px;
}

.ydzen-podpis a {
    width:110px;
    /*margin-left: 11px;*/
    font-style: normal !important;
    white-space: nowrap;
    font-size: 10px !important;
    line-height: 10px !important;
    color: #fff !important;
    padding: 9px 16px !important;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    text-shadow: none;
    /*margin-top: 10px;*/
}
.ydzen-podpis a:hover {
    background-color: #F28080;
}


.share{
    padding-top: 5px;
}

.shareBtn{
    height: 32px;
    width: 32px;
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.shareBtn.vk{
    background: #3a86c0;
}
.shareBtn svg path{
    position: relative;
    fill: white;
}

.shareBtn.fb{
    background: #4169bc;
}
.shareBtn.ok{
    background: #ed812b;
}

.share.top .shareBtn:not(.shareCount):not(.shareCountLikes){
    background: dimgray;
}


.share.mobile .shareBtn.yes{
    background-color: gray;
    border-radius: 50px;
}
.share.mobile .shareBtn.yes svg{
    margin-top: 9px;
    margin-right: 9px;
}
.share.mobile .shareBtn.tg{
    background: #08c;
}
.share.mobile .shareBtn.wp{
    background: #43d854;
}
.share.mobile .shareBtn.vb{
    background: #8f5db7;
}
.shareCount {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    position: relative;
    display: inline-block;
    height: 30px;
    cursor: default;
    background: #fff;
    border: 2px solid #e0e2e6;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 30px;
    margin-left: 10px;
}
.shareCount:before {
    content: '';
    border: solid transparent;
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    border-width: 6px 7px 6px 0;
    margin-top: -6px;
    border-right-color: #d8dcde;
    right: 100%;
    top: 50%;
}

.shareCount:after {
    content: '';
    border: solid transparent;
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    border-right-color: #fff;
    right: 100%;
    top: 50%;
    border-width: 3px 5px 3px 0;
    margin-top: -3px;
}
.share.top .shareCountLikes {
    text-align: center;
    font-weight: bolder;
    margin-top: 5px !important;
}
.rating-wrap .shareCountLikes {
    text-align: left;
    font-weight: bolder;
    margin-top: 4px;
}
.shareCountLikes.plus {
    color: #067806;
}
.vn-single{
    position: relative;
}
.share.top{
    position: absolute;
    left: -50px;
}

.share.top .shareBtn{
    display: block;
    margin-bottom: 5px;
}
.share.top .shareCount, .share.mobile .shareCount, .share.top .shareCountLikes, .share.mobile .shareCountLikes{
    top: 0;
    margin-left: 5px;
    width: 30px;
    margin-top: 10px;
    height: 29px;
}
.share.top .shareCount:after {
    content: '';
    border: solid transparent;
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    border-bottom-color: #fff;
    right: 14%;
    top: 0;
    border-width: 10px;
    margin-top: -16px;
}

.share.top .shareCount:before {
    content: '';
    border: solid transparent;
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    border-width: 8px;
    margin-top: -17px;
    border-bottom-color: #d8dcde;
    right: 20%;
    top: 0;
}

.share.mobile .shareCount:before, .share.mobile .shareCountLikes:before{
    content: '';
    border: solid transparent;
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    border-width: 8px;
    border-left-color: #d8dcde;
    right: -17px;
    top: 46%;
}
.share.mobile .shareCount:after{
   content: '';
    border: solid transparent;
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    border-left-color: #fff;
    right: -17px;
    top: 29%;
    border-width: 10px;
}
.share.top .grp{
    background-color: white;
    left: 32px;
    border: 2px gray solid;
    position: relative;
    height: 28px;
    border-left: navajowhite;
    padding-left: 5px;
    cursor: pointer;
    background-color: gray;
    font-weight: 400;
    /* border-color: cadetblue; */
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: all .5s linear;
    color: white;
    font-size: 16px;
    margin-top: -32px;
}

.share.top.fixed{
    position: fixed;
    z-index: 1;
    top: 55px;
}

.share.top .grp.open{
    width: 100px;
    opacity: 1;
    overflow: unset;
}

.share.top .grp.open:hover{
    padding-left: 10px;
}

.share.top .grp.open .close{
    position: absolute;
    top: -11px;
    right: -11px;
    display: block;
    border-radius: 50%;
    background-color: gray;
    color: white;
    padding: 2px;
    height: 15px;
    width: 15px;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
    opacity: 1;
}

.share.mobile{
    width: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    opacity: .9;
    z-index: 10;
}

.share.mobile .shareList{
    height: 0;
    overflow: hidden;
    transition: all .5s linear;
}

.share.mobile .shareList.open{
    height: 315px;
}

.share.mobile .shareBtn{
    margin-left: 0;
    border-radius: 50%;
    margin-bottom: 2px;
    height: 50px;
    width: 50px;
}

.share.mobile .shareCount{
    height: 32px;
    width: 32px;
    position: absolute;
    right: -55px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 318px;
    right: 60px;

}

.share.mobile .shareCount{
    border-radius: 0!important;
    transition: opacity .1s linear;
    opacity: 0;
}

.share.mobile  .shareCount.open{
    transition: opacity 2s linear;
    opacity: 1;
}

@media screen and (max-width: 960px){
    .bottons .share.main, .bottons .share.top, .share-wrap .title{
        display: none !important;
    }
}
.shares__item__icon {
    height: auto;
    width: 20px;
}
.shares__item__icon--facebook{
    width: 10px;
    top: 2px;
    position: relative;
}
.shares__item__icon--odnoklassniki{
    width: 12px;
    top: 1px;
    position: relative;
}
.top.share .shares__item__icon--odnoklassniki{
    top: 2px;;
}
.shares__item__icon--telegram{
    position: relative;
    top: 2px;
}
.shares__item__icon--whatsapp{
    position: relative;
    top: 3px;
}
.shares__item{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share.main{
    padding-top: 5px;
    display: flex;
    justify-content: flex-end;
}
.share.mobile .shares__item__icon {
    width: 32px;
}

.share.mobile .shares__item__icon--vkontakte{
    top: 3px;
    position: relative;
}
.share.mobile .shares__item__icon--odnoklassniki{
    width: 22px;
}
.share.mobile .shares__item__icon--facebook{
   width: 18px;
}




/*14.03.2020*/

.shareBtn.like, .shareBtn.dislike{
    background: none!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

.rating-wrap .shareBtn.like, .rating-wrap .shareBtn.dislike{
    display: inline-flex;
}
.shareBtn.like svg path, .shareBtn.dislike svg path{
    fill: black;
}

.rating-wrap .likes{
    display: flex;
}

.shareBtn.like:hover svg path, .shareBtn.like.clicked svg path{
    fill: darkgreen;
}
.shareBtn.dislike:hover svg path, .shareBtn.dislike.clicked svg path{
    fill: darkred;
}
/*.shareCountLikes {
    font-size: 12px;
}*/
@media(max-width: 768px){
    .please-share div.rating-wrap{
        width: 100%;
    }
    .share.mobile {
        display: none!important;
    }
}
