/*#phones_block_float {
    opacity: 0.8;
    position: fixed;
    bottom: 3px;
    right: 3px;*/
    /*    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
*/
    /*border-radius: 8px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.04);
    max-width: 164px;
    background-color: #FFE99B;
}*/

#phones_block_float {
    /* opacity: 0.8; */
    position: fixed;
    bottom: 3px;
    right: 3px;
    border-radius: 8px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    box-shadow: 1px 1px 1px 2px #fff;
    /* max-width: 164px; */
    text-align: center;
    /* border-color: white; */
    background-color: #6C9CD0;

}

#phones_block_float .logo {
    max-width: 85px;
    margin-bottom: 8px;
}

#phones_block_float .messenger_link img {
    width: 50px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: white;
}

#phones_block_float_circle {
    /* border-radius: 100px; */
    width: 123px;
    height: 65px;
    border-radius: 50%;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 13px;
    padding-left: 10px;
    /* border-color: white; */
    background-color: white;
}

#phones_block_float .phones_block_inner {
/*    margin-top: 2px;
    margin-right: 6px;
*/}

#phones_block_float .phone_type_name {
    margin-left: 6px;
}

#phones_block_float .callback_block {
    text-align: center;
    margin-top: 10px;
    white-space:normal;
    float:none;
    margin-left:0px;
    margin-right:0px;
}

#phones_block_float .callback_btn,
#phones_block_float .callback_btn:visited {
    font-family: 'GOST type B Standard';
    /* font-weight: bold; */
    font-size: 18px;
    margin-top: 0px;
    text-align: center;
    padding: 3px 16px;
    /* background-color: #FFA43A; */
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    line-height: 28px;
    margin-bottom: 8px;
     margin-right: 0px; 
     margin-left:0px;
    white-space: nowrap;
    /* box-shadow: 1px 1px 1px 1px #fff; */
    display: block;
    border-style: solid;
    border-width: 1px;
    /* border-color: #89387d; */
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: white;
    padding: 2px 4px;
    border-radius: 10px;
}

#phones_block_float .advert_click_id_to_show{
    font-size: 15px;
}

#phones_block_float .phones_splitter{
    height: 10px;
}

#phones_block_float .phone a,
#phones_block_float .phone a:visited {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
}


