

/* Поддержка */

/*-- [ALIOT] Переменные --*/

:root {

    --cA: #e612a6;
    --cM: #B89DD4;

}
/* Поддержка */

.supportTime {
    background: #ffffff;
    border: 1px solid #3b1759;
    border-radius: 27px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.supportTime p.supportHeader {
    margin-bottom: 0;
    font-family: 'proxima-nova';
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.supportTime p.supportHeader2 {
    padding: 20px 0;
    font-family: 'proxima-nova';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000;
}

.supportTime p.supportBudni {
    font-size: 24px;
    color: var(--cA);
    font-weight: 600;
    margin-bottom: 0;
}

.supportTime p.supportLink a {
    background: var(--cA);
    color: #fff;
    padding: 7px 20px;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    border-radius: 10px;
    transition: all 0.3s;
}
.supportTime p.supportLink a:hover {
    text-decoration: none;
    background: var(--cM);
}

@media (max-width:1200px) and (min-width:992px), (max-width: 375px) {
    .supportTime p.supportLink a {
        font-size: 12px;
    }
}
