|
|
@@ -8808,9 +8808,11 @@ footer .copyright .logo {
|
|
|
margin: 0;
|
|
|
padding: 0; }
|
|
|
.text-page__text table.table-price th:nth-child(1), .special-page__article table.table-price th:nth-child(1), .full-news__text table.table-price th:nth-child(1), .text-page__text table.table-price td:nth-child(1), .special-page__article table.table-price td:nth-child(1), .full-news__text table.table-price td:nth-child(1) {
|
|
|
- width: 70%; }
|
|
|
+ width: 65%;
|
|
|
+ text-align: left; }
|
|
|
.text-page__text table.table-price th:nth-child(2), .special-page__article table.table-price th:nth-child(2), .full-news__text table.table-price th:nth-child(2), .text-page__text table.table-price td:nth-child(2), .special-page__article table.table-price td:nth-child(2), .full-news__text table.table-price td:nth-child(2) {
|
|
|
- width: 30%; }
|
|
|
+ width: 35%;
|
|
|
+ text-align: right; }
|
|
|
|
|
|
.text-page__text blockquote, .special-page__article blockquote, .full-news__text blockquote {
|
|
|
padding: 5px 25px 5px 60px;
|