|
|
@@ -8807,12 +8807,14 @@ footer .copyright .logo {
|
|
|
.text-page__text table p, .special-page__article table p, .full-news__text table p, .text-page__text table h1, .special-page__article table h1, .full-news__text table h1, .text-page__text table h2, .special-page__article table h2, .full-news__text table h2, .text-page__text table h3, .special-page__article table h3, .full-news__text table h3, .text-page__text table h4, .special-page__article table h4, .full-news__text table h4, .text-page__text table h5, .special-page__article table h5, .full-news__text table h5, .text-page__text table h6, .special-page__article table h6, .full-news__text table h6 {
|
|
|
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: 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: 35%;
|
|
|
- text-align: right; }
|
|
|
+ .text-page__text table.table-price, .special-page__article table.table-price, .full-news__text table.table-price {
|
|
|
+ table-layout: fixed; }
|
|
|
+ .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%;
|
|
|
+ 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%;
|
|
|
+ text-align: right; }
|
|
|
|
|
|
.text-page__text blockquote, .special-page__article blockquote, .full-news__text blockquote {
|
|
|
padding: 5px 25px 5px 60px;
|