diff --git a/frontend/views/site/legal.php b/frontend/views/site/legal.php
index 8471f5d..0f5da4e 100644
--- a/frontend/views/site/legal.php
+++ b/frontend/views/site/legal.php
@@ -45,7 +45,7 @@ $this->registerJs($js, View::POS_END);
-
= Yii::t('app', 'title1') ?>
+ = Yii::t('app', 'title1') ?>
@@ -287,30 +287,30 @@ $this->registerJs($js, View::POS_END);
-
58
+
58
- = Yii::t('app', 'sect22_1') ?>
+ = Yii::t('app', 'sect22_1') ?>
-
117
+
117
- = Yii::t('app', 'sect22_2') ?>
+ = Yii::t('app', 'sect22_2') ?>
-
193
+
193
- = Yii::t('app', 'sect22_3') ?>
+ = Yii::t('app', 'sect22_3') ?>
-
303
+
303
- = Yii::t('app', 'sect22_4') ?>
+ = Yii::t('app', 'sect22_4') ?>
@@ -330,21 +330,21 @@ $this->registerJs($js, View::POS_END);
-
= Yii::t('app', 'sect3_1') ?>
+
= Yii::t('app', 'sect3_1') ?>
= Yii::t('app', 'sect3_2') ?>
-
= Yii::t('app', 'sect3_3') ?>
+
= Yii::t('app', 'sect3_3') ?>
= Yii::t('app', 'sect3_4') ?>
-
= Yii::t('app', 'sect3_5') ?>
+
= Yii::t('app', 'sect3_5') ?>
= Yii::t('app', 'sect3_6') ?>
@@ -354,21 +354,21 @@ $this->registerJs($js, View::POS_END);
-
= Yii::t('app', 'sect3_7') ?>
+
= Yii::t('app', 'sect3_7') ?>
= Yii::t('app', 'sect3_8') ?>
-
= Yii::t('app', 'sect3_9') ?>
+
= Yii::t('app', 'sect3_9') ?>
= Yii::t('app', 'sect3_10') ?>
-
= Yii::t('app', 'sect3_11') ?>
+
= Yii::t('app', 'sect3_11') ?>
= Yii::t('app', 'sect3_12') ?>
@@ -378,21 +378,21 @@ $this->registerJs($js, View::POS_END);
-
= Yii::t('app', 'sect3_13') ?>
+
= Yii::t('app', 'sect3_13') ?>
= Yii::t('app', 'sect3_14') ?>
-
= Yii::t('app', 'sect3_15') ?>
+
= Yii::t('app', 'sect3_15') ?>
= Yii::t('app', 'sect3_16') ?>
-
= Yii::t('app', 'sect3_17') ?>
+
= Yii::t('app', 'sect3_17') ?>
= Yii::t('app', 'sect3_18') ?>
@@ -402,7 +402,7 @@ $this->registerJs($js, View::POS_END);
-
= Yii::t('app', 'sect3_19') ?>
+
= Yii::t('app', 'sect3_19') ?>
= Yii::t('app', 'sect3_20') ?>
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css
index c263cd9..469b39b 100755
--- a/frontend/web/css/main.css
+++ b/frontend/web/css/main.css
@@ -99,7 +99,7 @@ body{position:relative;}
.blue-fon, .background-kben{background-color: #00a1e9;background-image:url('/img/slide_two_fon.png');color:#fff;}
.blue-fon .icon, .background-kben .icon{position: relative;width:120px;height:120px;border:none;}
.blue-fon .icon img, .background-kben .icon img {width: 100%;margin: 0;padding: 0;}
-.blue-fon .box-simple h3, .background-kben .box-simple h3 {color: #ffd800;margin-bottom: 5px;}
+.blue-fon .box-simple h3, .background-kben .box-simple h3, .blue-fon .box-simple .h3, .background-kben .box-simple .h3 {color: #ffd800;margin-bottom: 5px;}
.blue-fon .box-simple p, .background-kben .box-simple p {color: #fff;}
.why-us .line_why {position: absolute;top: 50px;right: -83px;opacity: 0.3;}
.blue-fon .heading h1, .blue-fon .heading h2, .blue-fon .heading h3, .blue-fon .heading h4, .blue-fon .heading h5,
diff --git a/frontend/web/css/style.default.css b/frontend/web/css/style.default.css
index 489dbde..a32dfec 100755
--- a/frontend/web/css/style.default.css
+++ b/frontend/web/css/style.default.css
@@ -1705,7 +1705,7 @@ fieldset[disabled] .btn-template-primary.active {
transition: all 0.2s ease-out;
}
-.box-simple h3 {
+.box-simple h3, .box-simple .h3 {
font-weight: normal;
font-size: 18px;
text-transform: uppercase;
@@ -1715,7 +1715,7 @@ fieldset[disabled] .btn-template-primary.active {
letter-spacing: 0.08em;
}
-.box-simple h3 a {
+.box-simple h3 a, .box-simple .h3 a {
color: #555555;
}
--
libgit2 0.21.4