.ekspert_usluga h2.standard_header
{
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 13px;
}

span.call.number_text {
    display: block;
    padding-top: 0px;
    padding-bottom: 8px;
    font-size: 25px;
    color: #F9DFFF;
    line-height: 130%;
    text-align: center;
    font-weight: 700;
}


p.koszt_premium {
    color: #F9DFFF;
}

p.koszt,
.box.box_usluga p.koszt {
    color: #F9DFFF;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px !important;
}

p.koszt strong,
p.koszt .bold {
    font-weight: 700;
    font-size: 20px;
}


#telefon_opis h3:not(.standard_header) {
    color: #E296EF;
    font-size: 18px;
    background: none;
    border: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 700;
}

#telefon_opis h3.standard_header {
    text-align: center;
}

#telefon_opis p {
    font-weight: 400;
}

#telefon_opis li {
    font-size: 16px;
    background: none;
    padding-left: 0px;
    margin-left: 0;
    position: relative;
    line-height: 140%;
    padding-bottom: 12px;
    font-weight: 400;
    color: #F9DFFF;
}

#telefon_opis li:last-of-type {
    padding-bottom: 0;
}

#telefon_opis li span {
    font-weight: 700;
    color: #F4ADF9;
}

#telefon_opis form li {
    color: red;
}

.tekst .ul_telefon_opis {
    padding-bottom: 20px;
}

#telefon_opis span.krok {
    color: #dda0dd;
}

#telefon_opis p.info {
    font-weight: 500;
    padding: 15px;
    background: #971AB4;
    border-radius: 4px;
    font-size: 16px !important;
}

#telefon_opis p.info span {
    color: var(--kolor-y);
}

.ekspert_usluga h3.standard_header {
    font-size: 17px;
    padding-bottom: 15px;
}

#call #tab {
    margin-top: 8px;
    border-bottom: 3px solid var(--kolor);
    display: flex;
}

#call #tab a {
    display: inline-block;
    padding: 12px 20px;
    color: #F9DFFF;
    font-size: 15px;
    vertical-align: bottom;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
    width: 50%;
    text-align: center;
    word-spacing: 3px;
}

#call #tab a.active {
    background: var(--kolor);
}

#call #tab a span {
    font-size: 10px;
    color: #fbbf3b;
    vertical-align: top;
    display: inline-block;
}

#call #tab a:hover {
    color: var(--kolor-y);
}

#call .form div {
    padding: 10px 0px;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}

#call .form div label:not(.label_checkbox) {
    width: 100px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}

#call .form div input {
    padding: 10px;
    background: #F9DFFF;
    border: 1px solid #F3B7F7;
    color: #4d0946;
    border-radius: 6px;
}

#call .form div input.checkbox {
    margin-left: 0px;
}

#call .form div label.label_checkbox {
    width: calc(100% - 90px) !important;
    color: #fff;
}

#call div.bledy li {
    min-height: 0 !important;
    padding-bottom: 0px;
    color: red;
}

span.sms_page {
    color: #F9DFFF;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
}

#zam_prawa strong {
    color: #971AB4;
    font-weight: 700;
}

#sip_info
{
    font-size: 14px;
    padding-bottom: 20px;
}

#sip_call,
#sip_end
{
    display: none;
}

#sip_call.show,
#sip_end.show
{
    display: inline-block;
}

#sip_end
{
    background-color: red;
}


.dialpad_out
{
    display: none;
    flex-direction: column;
    align-items: center;
}

.dialpad_out.show
{
    display: flex;
}

.dialpad_out p
{
    padding-top: 10px;
    margin-bottom: 0;
}

#dialpad_history
{
    padding: 10px 0;
    letter-spacing: 3px;
}

.dialpad
{
    display: grid;
    grid-template-columns: repeat(3, 40px);
    gap: 10px;
    justify-items: center;
}

.dialpad .key
{
    background: #AD23CC;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}

.dialpad .key:hover
{
    background-color: #570A54;
}

.dialpad .key:active
{
    background: #0056b3;
    transform: scale(0.95);
}