|
|
@@ -1,5 +1,5 @@
|
|
|
|
|
|
-
|
|
|
+
|
|
|
/* Менял-start */
|
|
|
.left-side {
|
|
|
font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
@@ -465,9 +465,15 @@ header.v9 .soc .social {
|
|
|
.banner-anons {
|
|
|
text-align: center;
|
|
|
}
|
|
|
-.swiper-container-big {
|
|
|
+/* .swiper-container-big {
|
|
|
min-height: 420px;
|
|
|
+} */
|
|
|
}
|
|
|
+
|
|
|
+.clear {
|
|
|
+ content: '';
|
|
|
+ clear: both;
|
|
|
+ display: block;
|
|
|
}
|
|
|
@media(max-width: 991px) {
|
|
|
header.v9 .menu>ul{
|
|
|
@@ -478,14 +484,14 @@ header.v9 .soc .social {
|
|
|
width: 100px;
|
|
|
}
|
|
|
.right-sidebar-v9 {
|
|
|
- width: 130px;
|
|
|
+ width: 140px;
|
|
|
}
|
|
|
.center-sidebar-v9 {
|
|
|
- width: calc(100% - 230px - 1em - 85px);
|
|
|
+ width: calc(100% - 240px - 1em - 85px);
|
|
|
}
|
|
|
-.swiper-container-big {
|
|
|
+/* .swiper-container-big {
|
|
|
min-height: 320px;
|
|
|
-}
|
|
|
+} */
|
|
|
.flat-links--pc .flat-links__item-description {
|
|
|
font-size: 12px;
|
|
|
line-height: 14px;
|
|
|
@@ -503,12 +509,25 @@ header.v9 .soc .social {
|
|
|
}
|
|
|
}
|
|
|
@media(max-width: 767px) {
|
|
|
+ header.v9 .menu-mobile {
|
|
|
+ position: absolute;
|
|
|
+ top: 47px;
|
|
|
+ width: 160px;
|
|
|
+ text-align: left;
|
|
|
+ padding: 0 15px 0;
|
|
|
+}
|
|
|
+ .right-sidebar-v9 {
|
|
|
+ margin: 0 0 15px;
|
|
|
+ display: block;
|
|
|
+
|
|
|
+ }
|
|
|
header.v9 .col-2 {
|
|
|
width: 16.6666%;
|
|
|
float: left;
|
|
|
}
|
|
|
header.v9 .col-5 {
|
|
|
width: 41.6666%;
|
|
|
+
|
|
|
float: left;
|
|
|
}
|
|
|
.content-right .banner-anons {
|
|
|
@@ -550,5 +569,30 @@ min-height: initial;
|
|
|
margin-top: 30px;
|
|
|
}
|
|
|
|
|
|
+@media (max-width: 768px) {
|
|
|
+header.v9 .container {
|
|
|
+ padding: 0px 0px 0;
|
|
|
+}
|
|
|
+.main-container.container {
|
|
|
+ padding: 30px 15px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.additional-info__item img {
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
/* Добавил-end */
|
|
|
+@media (max-width: 400px) {
|
|
|
+ body {
|
|
|
+ padding-bottom: 420px; } }
|
|
|
+
|
|
|
+
|
|
|
+footer {
|
|
|
+ position: relative;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+body{
|
|
|
+ padding-bottom: 0;
|
|
|
+}
|