.b1t-ymservice-custom-top-phones {
    position: relative;
    height: 50px;
    display: inline-block;
    text-align: left;
}

.b1t-ymservice-custom-top-phones .context {
    color: #1f1a1a;
    line-height: 26px;
}

.b1t-ymservice-custom-top-phones .clickable-panel {
    cursor: pointer;
    white-space: nowrap;
    padding: 12px 10px;
}

.b1t-ymservice-custom-top-phones .clickable-panel .context {
    color: #f6f8fa;
    font-size: 16px;
    font-weight: 300;
}

.b1t-ymservice-custom-top-phones .description {
    font-size: 14px;
}

.b1t-ymservice-custom-top-phones .popup {
    display: none;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 5;
    background: #ffffff;
    padding: 12px 20px;
    width: 300px;
}

.b1t-ymservice-custom-top-phones.hover .popup{
    display: block;
}

.b1t-ymservice-custom-top-phones .popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 3;
}
.b1t-ymservice-custom-top-phones .popup .close {
    display: block;
}

.b1t-ymservice-custom-top-phones .popup .callback-btn {
    width: 100%;
    margin-top: 10px;
}

.b1t-ymservice-custom-top-phones .popup .callback-wrapper {
    display: none;
}

.b1t-ymservice-custom-top-phones .popup .call-from-site .btn {
    width: 100%;
    margin-top: 10px;
    display: block;
}

@media only screen and (min-width: 769px) and  (max-width: 1060px), screen and (max-width: 540px) {
    .b1t-ymservice-custom-top-phones .clickable-panel .context .context-text{
        display: none;
    }
    
    .b1t-ymservice-custom-top-phones .clickable-panel .context {
        height: 24px;
        width: 24px;
        padding-left: 0px;
    }
}