diff --git a/src/tk023/component/pages/sections/types/basic/cards/items/item/types/persons/cards-item-persons.component.html b/src/tk023/component/pages/sections/types/basic/cards/items/item/types/persons/cards-item-persons.component.html
index f14a986..0bd895b 100644
--- a/src/tk023/component/pages/sections/types/basic/cards/items/item/types/persons/cards-item-persons.component.html
+++ b/src/tk023/component/pages/sections/types/basic/cards/items/item/types/persons/cards-item-persons.component.html
@@ -2,11 +2,13 @@
-->
{{position}}
-{{name}}
+
{{additional}}
{{phone}}
{{email}}
-
diff --git a/src/tk023/component/pages/sections/types/basic/cards/items/item/types/persons/cards-item-persons.component.ts b/src/tk023/component/pages/sections/types/basic/cards/items/item/types/persons/cards-item-persons.component.ts
index d3a47bd..8bf4a1b 100644
--- a/src/tk023/component/pages/sections/types/basic/cards/items/item/types/persons/cards-item-persons.component.ts
+++ b/src/tk023/component/pages/sections/types/basic/cards/items/item/types/persons/cards-item-persons.component.ts
@@ -35,13 +35,13 @@ export class CardsItemPersonsComponent {
get email() {
return this.objectsService.getValue(this.card, 'contact-email');
}
- get html() {
- return this.objectsService.getValue(this.card, 'html');
+ get link() {
+ return this.objectsService.getValue(this.card, 'link');
}
- get textOnly(){
- return this.html?.replace(/<[^>]*>?/gm, '').replace(/\s/g, "").replace(/\ /gm,'');
- }
+ // get textOnly(){
+ // return this.html?.replace(/<[^>]*>?/gm, '').replace(/\s/g, "").replace(/\ /gm,'');
+ // }
get about(){
return this.pagesService.rootPage.slug ===""?"Подробнее":"About"
diff --git a/src/tk023/css/_pages-section.scss b/src/tk023/css/_pages-section.scss
index a984b9d..a3f0cbe 100644
--- a/src/tk023/css/_pages-section.scss
+++ b/src/tk023/css/_pages-section.scss
@@ -207,13 +207,18 @@ cards-section-items{
.image{
display: none;
}
- .name{
+ .position{
font-weight: 500;
}
- .position{
+ .name span{
font-weight: 500;
color: var(--second);
}
+
+ .name a{
+ font-weight: 500;
+ }
+
.subtitle{
color: var(--dark);
}
diff --git a/src/tk023/css/_slider.scss b/src/tk023/css/_slider.scss
index 1a86560..af9b632 100644
--- a/src/tk023/css/_slider.scss
+++ b/src/tk023/css/_slider.scss
@@ -112,23 +112,15 @@
display: block;
.group .title {
- margin: 16px 0;
- font-family: PT Sans;
- font-size: 16px;
- font-style: normal;
- font-weight: 700;
- line-height: 24px;
+
+ font-weight: 500;
+
}
form-field{
margin-bottom: 16px;
.field {
.caption{
- font-family: PT Sans;
- font-size: 16px;
- font-style: normal;
- font-weight: 400;
- line-height: 24px;
- margin-bottom: 4px;
+
}
input, textarea, .combobox, .area p{