|
|
@@ -9573,6 +9573,9 @@ footer .copyright .logo {
|
|
|
padding: 0 40px 0 0;
|
|
|
font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
min-height: 1px; }
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ .footer-menu__container {
|
|
|
+ width: calc(50% - 10px); } }
|
|
|
.footer-menu__header {
|
|
|
color: #75787b;
|
|
|
font-weight: 700;
|
|
|
@@ -9932,7 +9935,13 @@ footer .copyright .logo {
|
|
|
|
|
|
.specs-container .today .today-item {
|
|
|
float: left;
|
|
|
- width: 33.333332%; } }
|
|
|
+ width: 33.333332%; }
|
|
|
+
|
|
|
+ .special-items__item--one-third {
|
|
|
+ width: calc(50% - 10px); }
|
|
|
+
|
|
|
+ .shortnews__item--one-third {
|
|
|
+ width: calc(50% - 10px); } }
|
|
|
@media (min-width: 1200px) {
|
|
|
.swiper-container {
|
|
|
height: 290px; }
|
|
|
@@ -10310,10 +10319,12 @@ footer .copyright .logo {
|
|
|
.content .unit-clinics .clinic .clinic-image {
|
|
|
display: none; }
|
|
|
|
|
|
- .special-items__item--half-size {
|
|
|
+ .special-items__item--half-size,
|
|
|
+ .special-items__item--one-third {
|
|
|
width: 100%; }
|
|
|
|
|
|
- .shortnews__item--half-size {
|
|
|
+ .shortnews__item--half-size,
|
|
|
+ .shortnews__item--one-third {
|
|
|
width: 100%; } }
|
|
|
@media (max-width: 400px) {
|
|
|
.container .importants-unit .important .description {
|