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);
-

+

@@ -287,30 +287,30 @@ $this->registerJs($js, View::POS_END);
-

58
+
58
-

+
-

117
+
117
-

+
-

193
+
193
-

+
-

303
+
303
-

+
@@ -330,21 +330,21 @@ $this->registerJs($js, View::POS_END);
-

+

-

+

-

+

@@ -354,21 +354,21 @@ $this->registerJs($js, View::POS_END);
-

+

-

+

-

+

@@ -378,21 +378,21 @@ $this->registerJs($js, View::POS_END);
-

+

-

+

-

+

@@ -402,7 +402,7 @@ $this->registerJs($js, View::POS_END);
-

+

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