.price-share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.sharer-block {
    font-size: 14px;
    line-height: 19px;
    color: rgba(0,0,0,.5);
    margin-top: 0px;
    margin-left: 35px;
    margin-bottom: 0;
}
#btn-modal-share span {
    position: relative;
    padding: 0 13px 0px 0;
}
#btn-modal-share span:after {
    content: "";
    display: block;
    background-image: url('./images/arrow-up.svg');
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 2px;
}
.modal__container--555 .modal-content__header {
    text-align: center;
}
.modal__container--555 .modal-content__header h2 {
    font-weight: bolder;
    font-size: 22px;
    margin: 0;
}
.modal__container--555 .modal-content__header hr {
    opacity: .3;
}
.share-modal-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.share-modal-product img {
    max-width: 80px;
}
.share-modal-product-desc h2 {
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.2;
    margin-bottom: 5px;
}
.share-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.share-popup-btn {
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: rgba(17,17,17,.5);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    height: 36px;
    margin: 0 3px;
}
.share-popup-btn img {
    width: 30px;
}
.share-tg svg {
    width: 27px;
}
.share-vk svg {
    width: 28px;
    margin-top: 1px;
}
.share-okru svg {
    width: 23px;
}
.share-popup-btn.share-okru img {
    width: 25px;
    padding: 2px;
}
.share-popup-btn:hover {
    background: #000;
}
@media (max-width: 480px) {
    .price-share-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sharer-block {
        margin-left: 0px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media (max-width: 428px) {
    #btn-modal-share {
        font-size: 16px;
    }
    .modal__container--555 .modal-content__header p {
        font-size: 14px;
    }
    button.share-popup-btn {
        padding: 0 !important;
    }
}