<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.callback-widget {
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    font: 400 20px/normal "exo", Arial, Helvetica, Sans-Serif;
    color:#333333;
}

.callback-widget input {
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 172px;
    margin-right: 6px;
    padding: 0 10px;
    font-size: 15px;
    color: #505056;
}
.callback-widget .callback-right {
    min-height: 84px;
}
.callback-widget .callback-right form,
.callback-widget .callback-right .successText {
    margin-top: 20px;
}
.callback-widget .callback-right .successText{
    width: 317px;
    height: 40px;
    line-height: 40px;
}

.callback-widget .callback-right form button {
    height: 40px;
    line-height: 40px;
}

.callback-widget .callback-phone {
    margin-top: 27px;
}

.callback-widget .callback-phone .callback-number {
    color: #f20648;
    font-family: "exo-b", Arial, Helvetica, Sans-Serif;
}</pre></body></html>