diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css
index 0cd86e7..dcd52ba 100644
--- a/static/css/styles(boris).css
+++ b/static/css/styles(boris).css
@@ -1422,7 +1422,7 @@
position: relative;
top: 6px;
/*background: linear-gradient(99deg, #040404 56%, #9f9f9f 25%, #ffffff);*/
- background: linear-gradient(99deg, #000000 1%, #ffffff 16%, #ffffff);
+ /*background: linear-gradient(99deg, #000000 1%, #ffffff 16%, #ffffff);*/
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: 200ms;
@@ -1446,6 +1446,8 @@
white-space: unset;
}
+
+
.phones_carrier input{
display: none;
}
@@ -1461,7 +1463,7 @@
position: relative;
top: 5px;
/*background: linear-gradient(99deg, #040404 2%, #f5f5f5 16%, #ffffff);*/
- background: linear-gradient(99deg, #040404 2%, #ffffff 13%, #ffffff);
+ /* background: linear-gradient(99deg, #040404 2%, #ffffff 13%, #ffffff);*/
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: 200ms;
diff --git a/templates/widgets/w_carrier_card.html b/templates/widgets/w_carrier_card.html
index 5e94191..17024fe 100644
--- a/templates/widgets/w_carrier_card.html
+++ b/templates/widgets/w_carrier_card.html
@@ -91,6 +91,7 @@
src="{{ route.owner.user_profile.avatar.url }}"
{% else %}src="{% static "img/svg/user_icon_standart.png" %}"{% endif %}>
{% if user.is_authenticated %}
+{# {{ route.owner.last_name }} {{ route.owner.first_name }}#}
{{ route.owner.last_name }} {{ route.owner.first_name }}
{% endif %}
{% if not user.is_authenticated %}