
/* zh-cn */
.note_caution:lang(zh-cn)::before{
    content: "小心";
    font-weight: bold;
    letter-spacing: 5px;
    font-family: 汉仪旗黑-65S;
}
.note_danger:lang(zh-cn)::before{
    content: "危险";
    font-weight: bold;
    letter-spacing: 5px;
    font-family: 汉仪旗黑-65S;
}
.note_warning:lang(zh-cn)::before{
    content: "警告";
    font-weight: bold;
    letter-spacing: 5px;
    font-family: 汉仪旗黑-65S;
}
.note_notice:lang(zh-cn)::before{
    content: "注意";
    font-weight: bold;
    letter-spacing: 5px;
    font-family: 汉仪旗黑-65S;
}

/* en-us */
.note_caution:lang(en-us)::before{
    content: "CAUTION";
}
.note_danger:lang(en-us)::before{
    content: "DANGER";
}
.note_warning:lang(en-us)::before{
    content: "WARNING";
}
.note_notice:lang(en-us)::before{
    content: "NOTICE";
}

/* ar-sa */
.note_caution:lang(ar-sa)::before{
    content: "انتبه";
}
.note_danger:lang(ar-sa)::before{
    content: "خطر";
}
.note_warning:lang(ar-sa)::before{
    content: "تحذير";
}
.note_notice:lang(ar-sa)::before{
    content: "تنويه";
}

/* cs-cz */
.note_caution:lang(cs-cz)::before{
    content: "POZOR";
}
.note_danger:lang(cs-cz)::before{
    content: "NEBEZPEČÍ";
}
.note_warning:lang(cs-cz)::before{
    content: "VAROVÁNÍ";
}
.note_notice:lang(cs-cz)::before{
    content: "POZNÁMKA";
}

/* de-de */
.note_caution:lang(de-de)::before{
    content: "VORSICHT";
}
.note_danger:lang(de-de)::before{
    content: "GEFAHR";
}
.note_warning:lang(de-de)::before{
    content: "WARNUNG";
}
.note_notice:lang(de-de)::before{
    content: "HINWEIS";
}

/* el-gr */
.note_caution:lang(el-gr)::before{
    content: "ΠΡΟΣΟΧΗ";
}
.note_danger:lang(el-gr)::before{
    content: "ΚΙΝΔΥΝΟΣ";
}
.note_warning:lang(el-gr)::before{
    content: "ΠΡΟΕΙΔΟΠΟΙΗΣΗ";
}
.note_notice:lang(el-gr)::before{
    content: "ΕΙΔΟΠΟΙΗΣΗ";
}

/* en-es */
.note_caution:lang(en-es)::before{
    content: "PRECAUCIÓN";
}
.note_danger:lang(en-es)::before{
    content: "PELIGRO";
}
.note_warning:lang(en-es)::before{
    content: "ADVERTENCIA";
}
.note_notice:lang(en-es)::before{
    content: "AVISO";
}

/* en-mx */
.note_caution:lang(en-mx)::before{
    content: "PRECAUCIÓN";
}
.note_danger:lang(en-mx)::before{
    content: "PELIGRO";
}
.note_warning:lang(en-mx)::before{
    content: "ADVERTENCIA";
}
.note_notice:lang(en-mx)::before{
    content: "AVISO";
}

/* fi-fi */
.note_caution:lang(fi-fi)::before{
    content: "HUOMIO";
}
.note_danger:lang(fi-fi)::before{
    content: "VAARA";
}
.note_warning:lang(fi-fi)::before{
    content: "VAROITUS";
}
.note_notice:lang(fi-fi)::before{
    content: "HUOMAUTUS";
}

/* fr-fr */
.note_caution:lang(fr-fr)::before{
    content: "ATTENTION";
}
.note_danger:lang(fr-fr)::before{
    content: "DANGER";
}
.note_warning:lang(fr-fr)::before{
    content: "AVERTISSEMENT";
}
.note_notice:lang(fr-fr)::before{
    content: "AVIS";
}

/* hu-hu */
.note_caution:lang(hu-hu)::before{
    content: "VIGYÁZAT";
}
.note_danger:lang(hu-hu)::before{
    content: "VESZÉLY";
}
.note_warning:lang(hu-hu)::before{
    content: "FIGYELMEZTETÉS";
}
.note_notice:lang(hu-hu)::before{
    content: "TUDNIVALÓ";
}

/* it-it */
.note_caution:lang(hu-hu)::before{
    content: "ATTENZIONE";
}
.note_danger:lang(hu-hu)::before{
    content: "PERICOLO";
}
.note_warning:lang(hu-hu)::before{
    content: "AVVERTENZA";
}
.note_notice:lang(hu-hu)::before{
    content: "AVVISO";
}

/* ja-jp */
.note_caution:lang(ja-jp)::before{
    content: "注意";
}
.note_danger:lang(ja-jp)::before{
    content: "危険";
}
.note_warning:lang(ja-jp)::before{
    content: "警告";
}
.note_notice:lang(ja-jp)::before{
    content: "注記";
}

/* kk-kz */
.note_caution:lang(kk-kz)::before{
    content: "CAUTION";
}
.note_danger:lang(kk-kz)::before{
    content: "DANGER";
}
.note_warning:lang(kk-kz)::before{
    content: "WARNING";
}
.note_notice:lang(kk-kz)::before{
    content: "NOTICE";
}

/* ko-kr */
.note_caution:lang(kk-kz)::before{
    content: "주 의";
}
.note_danger:lang(kk-kz)::before{
    content: "위 험";
}
.note_warning:lang(kk-kz)::before{
    content: "경 고";
}
.note_notice:lang(kk-kz)::before{
    content: "알 림";
}

/* nl-nl */
.note_caution:lang(nl-nl)::before{
    content: "VOORZICHTIG";
}
.note_danger:lang(nl-nl)::before{
    content: "GEVAAR";
}
.note_warning:lang(nl-nl)::before{
    content: "WAARSCHUWING";
}
.note_notice:lang(nl-nl)::before{
    content: "LET OP";
}

/* no-no */
.note_caution:lang(nl-nl)::before{
    content: "FORSIKTIG";
}
.note_danger:lang(nl-nl)::before{
    content: "FARE";
}
.note_warning:lang(nl-nl)::before{
    content: "ADVARSEL";
}
.note_notice:lang(nl-nl)::before{
    content: "MERKNAD";
}

/* pl-pl */
.note_caution:lang(pl-pl)::before{
    content: "PRZESTROGA";
}
.note_danger:lang(pl-pl)::before{
    content: "NIEBEZPIECZEŃSTWO";
}
.note_warning:lang(pl-pl)::before{
    content: "OSTRZEŻENIE";
}
.note_notice:lang(pl-pl)::before{
    content: "UWAGA";
}

/* pt-br */
.note_caution:lang(pt-br)::before{
    content: "CUIDADO";
}
.note_danger:lang(pt-br)::before{
    content: "PERIGO";
}
.note_warning:lang(pt-br)::before{
    content: "ADVERTÊNCIA";
}
.note_notice:lang(pt-br)::before{
    content: "AVISO";
}

/* pt-pt */
.note_caution:lang(pt-pt)::before{
    content: "CUIDADO";
}
.note_danger:lang(pt-pt)::before{
    content: "PERIGO";
}
.note_warning:lang(pt-pt)::before{
    content: "ADVERTêNCIA";
}
.note_notice:lang(pt-pt)::before{
    content: "AVISO";
}

/* ro-ro */
.note_caution:lang(ro-ro)::before{
    content: "PRECAUȚIE";
}
.note_danger:lang(ro-ro)::before{
    content: "PERICOL";
}
.note_warning:lang(ro-ro)::before{
    content: "AVERTISMENT";
}
.note_notice:lang(ro-ro)::before{
    content: "ATENȚIE";
}

/* ru-ru */
.note_caution:lang(ru-ru)::before{
    content: "ОСТОРОЖНО!";
}
.note_danger:lang(ru-ru)::before{
    content: "ОПАСНО!";
}
.note_warning:lang(ru-ru)::before{
    content: "ПРЕДУПРЕЖДЕНИЕ!";
}
.note_notice:lang(ru-ru)::before{
    content: "ВНИМАНИЕ!";
}

/* sv-se */
.note_caution:lang(sv-se)::before{
    content: "VAR FÖRSIKTIG";
}
.note_danger:lang(sv-se)::before{
    content: "FARA";
}
.note_warning:lang(sv-se)::before{
    content: "VARNING";
}
.note_notice:lang(sv-se)::before{
    content: "OBSERVERA";
}

/* th-th */
.note_caution:lang(th-th)::before{
    content: "ข้อควรระวัง";
}
.note_danger:lang(th-th)::before{
    content: "อันตราย";
}
.note_warning:lang(th-th)::before{
    content: "คำเตือน";
}
.note_notice:lang(th-th)::before{
    content: "ข้อสังเกต";
}

/* tr-tr */
.note_caution:lang(tr-tr)::before{
    content: "DİKKAT";
}
.note_danger:lang(tr-tr)::before{
    content: "TEHLİKE";
}
.note_warning:lang(tr-tr)::before{
    content: "UYARI";
}
.note_notice:lang(tr-tr)::before{
    content: "İKAZ";
}

/* uz-uz */
.note_caution:lang(uz-uz)::before{
    content: "DIQQAT";
}
.note_danger:lang(uz-uz)::before{
    content: "XAVF";
}
.note_warning:lang(uz-uz)::before{
    content: "OGOHLANTIRISH";
}
.note_notice:lang(uz-uz)::before{
    content: "QAYD";
}

/* vi-vn */
.note_caution:lang(vi-vn)::before{
    content: "CẨN THẬN";
}
.note_danger:lang(vi-vn)::before{
    content: "NGUY HIỂM";
}
.note_warning:lang(vi-vn)::before{
    content: "CẢNH BÁO";
}
.note_notice:lang(vi-vn)::before{
    content: "CHÚ Ý";
}

/* zh-tw */
.note_caution:lang(zh-tw)::before{
    content: "小心";
}
.note_danger:lang(zh-tw)::before{
    content: "危險";
}
.note_warning:lang(zh-tw)::before{
    content: "警告";
}
.note_notice:lang(zh-tw)::before{
    content: "注意";
}

/* bg-bg */
.note_caution:lang(bg-bg)::before{
    content: "ВНИМАНИЕ";
}
.note_danger:lang(bg-bg)::before{
    content: "ОПАСНОСТ";
}
.note_warning:lang(bg-bg)::before{
    content: "ПРЕДУПРЕЖДЕНИЕ";
}
.note_notice:lang(bg-bg)::before{
    content: "ИЗВЕСТИЕ";
}

/* uk-ua */
.note_caution:lang(uk-ua)::before{
    content: "ЗАСТЕРЕЖЕННЯ";
}
.note_danger:lang(uk-ua)::before{
    content: "НЕБЕЗПЕКА";
}
.note_warning:lang(uk-ua)::before{
    content: "ПОПЕРЕДЖЕННЯ";
}
.note_notice:lang(uk-ua)::before{
    content: "ПОВІДОМЛЕННЯ";
}

/* he-IL */
.note_caution:lang(he-IL)::before{
    content: "זהירות";
}
.note_danger:lang(he-IL)::before{
    content: "סכנה";
}
.note_warning:lang(he-IL)::before{
    content: "אזהרה";
}
.note_notice:lang(he-IL)::before{
    content: "הודעה";
}

/* lt-LT */
.note_caution:lang(lt-LT)::before{
    content: "DĖMESIO";
}
.note_danger:lang(lt-LT)::before{
    content: "PAVOJUS";
}
.note_warning:lang(lt-LT)::before{
    content: "ĮSPĖJIMAS";
}
.note_notice:lang(lt-LT)::before{
    content: "PASTABA";
}

/* da-DK */
.note_caution:lang(da-DK)::before{
    content: "FORSIGTIG";
}
.note_danger:lang(da-DK)::before{
    content: "FARE";
}
.note_warning:lang(da-DK)::before{
    content: "ADVARSEL";
}
.note_notice:lang(da-DK)::before{
    content: "BEMÆRK";
}

/* et-EE */
.note_caution:lang(et-EE)::before{
    content: "Sisu";
}
.note_danger:lang(et-EE)::before{
    content: "OHT";
}
.note_warning:lang(et-EE)::before{
    content: "HOIATUS";
}
.note_notice:lang(et-EE)::before{
    content: "NB!";
}

/* hr-HR */
.note_caution:lang(hr-HR)::before{
    content: "OPREZ";
}
.note_danger:lang(hr-HR)::before{
    content: "OPASNOST";
}
.note_warning:lang(hr-HR)::before{
    content: "UPOZORENJE";
}
.note_notice:lang(hr-HR)::before{
    content: "NAPOMENA";
}

/* id */
.note_caution:lang(id)::before{
    content: "PERHATIAN";
}
.note_danger:lang(id)::before{
    content: "BAHAYA";
}
.note_warning:lang(id)::before{
    content: "PERINGATAN";
}
.note_notice:lang(id)::before{
    content: "PEMBERITAHUAN";
}
