diff --git a/app/src/main/res/drawable/ic_access_type.xml b/app/src/main/res/drawable/ic_access_type.xml
new file mode 100644
index 0000000..9e8ccd2
--- /dev/null
+++ b/app/src/main/res/drawable/ic_access_type.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/app/src/main/res/drawable/ic_identificator.xml b/app/src/main/res/drawable/ic_identificator.xml
new file mode 100644
index 0000000..15c7a0e
--- /dev/null
+++ b/app/src/main/res/drawable/ic_identificator.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/app/src/main/res/drawable/ic_time.xml b/app/src/main/res/drawable/ic_time.xml
new file mode 100644
index 0000000..d107616
--- /dev/null
+++ b/app/src/main/res/drawable/ic_time.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/app/src/main/res/layout/card_view.xml b/app/src/main/res/layout/card_view.xml
index 0b6fb6b..6dcc1bc 100644
--- a/app/src/main/res/layout/card_view.xml
+++ b/app/src/main/res/layout/card_view.xml
@@ -1,46 +1,41 @@
-
+ android:layout_height="wrap_content"
+ android:layout_margin="5dp"
+ app:cardBackgroundColor="@color/white"
+ app:cardCornerRadius="8dp"
+ app:cardElevation="8dp"
+ app:cardMaxElevation="10dp"
+ app:cardPreventCornerOverlap="true"
+ app:cardUseCompatPadding="true">
+ android:layout_height="wrap_content"
+ android:layout_marginTop="10dp"
+ android:layout_marginBottom="10dp">
-
+ android:layout_marginTop="7dp"
+ app:srcCompat="@drawable/ic_time"/>
+ android:layout_marginTop="7dp"
+ app:srcCompat="@drawable/ic_identificator"/>
+ android:layout_marginTop="7dp"
+ app:srcCompat="@drawable/ic_access_type"/>
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml
index 7059bac..f6e3adf 100644
--- a/app/src/main/res/layout/fragment_profile.xml
+++ b/app/src/main/res/layout/fragment_profile.xml
@@ -105,6 +105,7 @@
android:layout_marginHorizontal="16dp"
android:textAlignment="center"
android:visibility="gone"
+ style="@style/Theme.UiTemplate.TextH5"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"