diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 31ef657..f1e4c6a 100644 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -54,6 +54,8 @@ 'modal1_2' => 'консультацию', 'modal2' => 'Заказать электростанцию', 'modal2_2' => 'электростанцию', + 'modal3' => 'Расчитать', + 'modal3_1' => 'стоимость проекта', 'sect1_1' => 'Мы первые подключили СЭС', 'sect1_2' => 'по "зелёному" тарифу по Киевской области', 'sect1_3' => 'Более 50 объектов', diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php index e36d95b..31b1889 100644 --- a/common/messages/ua/app.php +++ b/common/messages/ua/app.php @@ -51,6 +51,8 @@ 'modal1_2' => 'консультацію', 'modal2' => 'Замовити електростанцію', 'modal2_2' => 'електростанцію', + 'modal3' => 'Розрахувати', + 'modal3_1' => 'вартість проекту', 'sect1_1' => 'Ми першими підключили СЕС', 'sect1_2' => 'за Зеленим тарифом по Київській області', 'sect1_3' => 'Більш ніж 50 об\'єктів', diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 105030a..297a58d 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -90,7 +90,7 @@ $this->registerJs($js, View::POS_END);
- +
@@ -116,7 +116,7 @@ $this->registerJs($js, View::POS_END);
- +
@@ -142,7 +142,7 @@ $this->registerJs($js, View::POS_END);
- +
@@ -168,7 +168,7 @@ $this->registerJs($js, View::POS_END);
- +
@@ -194,7 +194,7 @@ $this->registerJs($js, View::POS_END);
- +
@@ -220,7 +220,7 @@ $this->registerJs($js, View::POS_END);
- +
@@ -246,7 +246,7 @@ $this->registerJs($js, View::POS_END);
- +
@@ -272,7 +272,7 @@ $this->registerJs($js, View::POS_END);
- +
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index a4df377..75b34f2 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -339,6 +339,35 @@ a.sqre_btn { .bigtext { display: table-caption; } +.btn.button2.mini{ + background-color: #0095d7; + color: #fff; + background-image: url(../img/arrows_right_w.png); + background-position: calc(100% - 14px) center; + background-repeat: no-repeat; + letter-spacing: 0; + border: none; + outline: none; + margin: 0 auto; + text-transform: uppercase; + text-decoration: none; + cursor: pointer; + transition: 0.3s; + display: inline-block; + text-align: center; + font-weight: bold; + width: 180px; + padding: 8px 0; + padding-top: 10px; + padding-right: 24px; + font-size: 13px; + line-height: 14px; + background-size: 9%; + border-radius: 2px; +} +.btn.button2.mini:hover { + background-color: #40c4ff; +} @media(min-width:992px) and (max-width:1199px){ .pr_cover { -- libgit2 0.21.4