
.aside-share__share {
    width: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
    position: relative;

    margin-top: 160px;
}

.aside-share__item {
    width: 100%;
    height: 40px;
    border: 1px solid #F2F1F1;
    margin-bottom: 5px;
    display: block;
    position: relative;
}

.aside-share__item:last-child {
    margin-bottom: 0;
}

.aside-share__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;   
    background-position: center;
    background-size: contain;
    transition: opacity .3s;
    max-width: 20px;
    max-height: 20px;
    margin: auto;
}

.aside-share__item--vk:before {
    background-image: url(../images/svg/ico-vk.svg)
}

.aside-share__item--fb:before {
    background-image: url(../images/svg/ico-fb.svg)
}

.aside-share__item--tw:before {
    background-image: url(../images/svg/ico-tw.svg)
}

.aside-share__item:hover:before {
    opacity: 0.7;
}


.aside__share {
    position: absolute;
    left: 27px;
}

.aside__share {
    position: fixed;
}

.bottom__share {
    display: none;
}

.bottom-share__wr {
    display: flex;
    flex-wrap: wrap;
}

.bottom-share__item {
    width: 40px;
    height: 40px;
    border: 1px solid #F2F1F1;
    margin-right: 5px;
    display: block;
    position: relative;
}

.bottom-share__item:last-child {
    margin-right: 0;
}

.bottom-share__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;   
    background-position: center;
    background-size: contain;
    transition: opacity .3s;
    max-width: 20px;
    max-height: 20px;
    margin: auto;
}

.bottom-share__item--vk:before {
    background-image: url(../images/svg/ico-vk.svg)
}

.bottom-share__item--fb:before {
    background-image: url(../images/svg/ico-fb.svg)
}

.bottom-share__item--tw:before {
    background-image: url(../images/svg/ico-tw.svg)
}

.bottom-share__item:hover:before {
    opacity: 0.7;
}

@media (max-width: 1500px) {
    .aside__share {
        left: 19px;
    }
}

@media (max-width: 1350px) {
    .aside__share {
        display: none;
    }

    .bottom__share {
        display: block;
    }
}


.ya-share2 {display: none;}
.news-detail .section__container .section__block:first-child { padding-top: 0; }