diff --git a/frontend/views/layouts/company.php b/frontend/views/layouts/company.php
index 40e7c92..af8d61a 100755
--- a/frontend/views/layouts/company.php
+++ b/frontend/views/layouts/company.php
@@ -33,6 +33,9 @@
// Конец формы "оставить заявку"
if(!empty( \Yii::$app->user->identity )) {
?>
+
params[ 'company' ]->isBookmarked) {
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 08abb1a..bb4dd14 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -12690,4 +12690,10 @@ li.active-menu-admin:hover a .ico_num {
.company_send_message a::after{
background: url(/images/blog/ico-buttons-3.png) no-repeat;
+}
+
+.company_send_message.withfav{
+ position: absolute;
+ bottom: 30px;
+ right: 315px;
}
\ No newline at end of file
--
libgit2 0.21.4