|
|
@@ -6230,9 +6230,76 @@ input[type='submit'].styler[disabled] {
|
|
|
display: block; }
|
|
|
.category li, .category__item {
|
|
|
width: 47%;
|
|
|
- display: inline-block; } }
|
|
|
+ display: inline-block;
|
|
|
+ text-align: center; }
|
|
|
+ .slogan__text {
|
|
|
+ font-size: 14px; }
|
|
|
+ .region__name {
|
|
|
+ display: none; } }
|
|
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
+ .category li, .category__item {
|
|
|
+ width: 47%;
|
|
|
+ display: inline-block;
|
|
|
+ text-align: center; }
|
|
|
+ .category a, .category__link {
|
|
|
+ line-height: 30px;
|
|
|
+ display: block;
|
|
|
+ margin-right: 0px;
|
|
|
+ font-size: 15px; }
|
|
|
+ .grid-dis-row {
|
|
|
+ max-width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 100%; }
|
|
|
+ .grid-dis-col-1 {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 320px; }
|
|
|
+ .calendinfo {
|
|
|
+ text-align: center; }
|
|
|
+ .maintitle {
|
|
|
+ display: block;
|
|
|
+ height: auto;
|
|
|
+ padding: 10px 0;
|
|
|
+ border-radius: 10px; }
|
|
|
+ .trailernews {
|
|
|
+ display: block; }
|
|
|
+ .trailernews__textcase {
|
|
|
+ display: block;
|
|
|
+ width: 100%; }
|
|
|
+ .trailernews__details {
|
|
|
+ display: block;
|
|
|
+ height: auto;
|
|
|
+ width: 100%; }
|
|
|
+ .trailernews__left, .trailernews__right {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ line-height: 20px; }
|
|
|
+ .trailernews__views {
|
|
|
+ width: 10%;
|
|
|
+ display: inline-block; }
|
|
|
+ .trailernews__comments {
|
|
|
+ width: 40%;
|
|
|
+ display: inline-block; }
|
|
|
+ .trailernews__imgc {
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ max-width: none;
|
|
|
+ height: auto;
|
|
|
+ max-height: none; }
|
|
|
+ .trailernews__imgcase {
|
|
|
+ margin: 0 auto; }
|
|
|
+ .videorow {
|
|
|
+ display: block; }
|
|
|
+ .videorow__item {
|
|
|
+ width: 100%;
|
|
|
+ display: block;
|
|
|
+ margin: 10px auto; }
|
|
|
+ .region__name {
|
|
|
+ display: none; }
|
|
|
+ .slogan__text {
|
|
|
+ display: none; }
|
|
|
.category li, .category__item {
|
|
|
width: 47%;
|
|
|
display: inline-block; }
|