form.std .required{
    color: #ff1624;
}

/* ===== КОНТАКТЫ: ВКЛАДКИ АДРЕСОВ ===== */

.page .contacts-switcher {
    display: block;
    padding: 10px 15px 0;
}

.page .contacts-switcher .switcher {
    display: flex !important;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-top: 6px;
    max-width: 900px;
}

.page .contacts-switcher .switcher .item-switcher {
    display: inline-block !important;
    padding: 8px 24px 12px !important;
    border-bottom: 3px solid transparent !important;
    margin-right: 0 !important;
    font-size: 16px !important;
    white-space: nowrap;
    flex: 0 0 auto;
    transition: color 0.2s, border-color 0.2s;
}

.page .contacts-switcher .switcher .item-switcher:hover {
    color: #fff;
}

/* ===== /КОНТАКТЫ: ВКЛАДКИ АДРЕСОВ ===== */
