.product-btn {
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.hb-ico {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.bag-ico {
    width: 24px;
    height: 30px;
    background-image: url(../images/bag-ico.svg);
}

.product-btn .hb-ico, .product-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.callback-doctor-order .input-reset-box textarea {
    width: 100%;
    height: 150px;
    padding: .91667em 1.25em;
    border: 0;
    border-radius: 0;
    resize: none;
}