/*Текст большими буквами*/
.text-caps {
	transform: uppercase; }

/*Жирный тект*/
.text-bold {
	font-weight: bold; }

/*Текст курсивом*/
.text-italic {
	font-style: italic; }

/*Цвета текста*/
.text-color-primary,
.text-color-green {	/* основной цвет бренда */
	color: #19773F; }
.text-color-secondary {	/* вторичный цвет бренда */
	color: #767F00; }
.text-color-orange {
	color: #E54F08; }
.text-color-tertiary {	/* третичный цвет бренда */
	color: #E27144; }
.text-color-fourth {
	color: #4CB5D6; }
.text-color-fifth {
	color: #F45BBA; }