_media-overrides.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. @media (min-width: 992px) {
  2. .left-side {
  3. padding-right: 20px;
  4. }
  5. .today .today-item {
  6. width: 50%;
  7. }
  8. .content-right .news-item {
  9. width: 50%;
  10. }
  11. }
  12. @media (min-width: 768px) {
  13. .left-side {
  14. padding-right: 15px;
  15. padding-left: 15px;
  16. }
  17. .today .today-item {
  18. float: left;
  19. width: 50%;
  20. }
  21. .content-right .news-item {
  22. float: left;
  23. width: 50%;
  24. }
  25. .specs-container .today .today-item {
  26. float: left;
  27. width: 33.333332%;
  28. }
  29. .special-items__item--one-third{
  30. width: calc(50% - 10px);
  31. }
  32. .shortnews__item--one-third {
  33. width: calc(50% - 10px);
  34. }
  35. }
  36. @media (min-width: 1200px) {
  37. .swiper-container {
  38. height: 290px;
  39. }
  40. .important {
  41. width: 47%;
  42. }
  43. .contacts-container .main-title {
  44. width: 60%;
  45. padding-left: 40px;
  46. }
  47. .contacts-container .focus-content {
  48. width: 60%;
  49. padding-left: 40px;
  50. }
  51. .contacts-container .important {
  52. width: 100%;
  53. }
  54. }
  55. @media (max-width: 992px) {
  56. .left-side {
  57. width: 27% !important;
  58. }
  59. .content-a-lot {
  60. padding-right: 0;
  61. }
  62. .main-container .col-lg-10 {
  63. width: 73% !important;
  64. }
  65. header .circles {
  66. //position: static !important;
  67. }
  68. header .burger {
  69. display: block;
  70. }
  71. header .menu ul li a {
  72. font-size: 14.5px;
  73. }
  74. .left-side .new-importants {
  75. display: none;
  76. }
  77. }
  78. @media (max-width: 1200px) {
  79. .main-title .soc {
  80. display: none;
  81. }
  82. footer .admin-button {
  83. width: 100%;
  84. }
  85. footer .list {
  86. width: 100%;
  87. padding-right: 40px;
  88. }
  89. footer .list li {
  90. display: none;
  91. }
  92. footer .list li:nth-child(1) {
  93. display: block;
  94. }
  95. .left-side {
  96. width: 20%;
  97. }
  98. .content-left {
  99. width: 100%;
  100. }
  101. .content-right .news .news-item .title {
  102. left: 20%;
  103. }
  104. .contacts-container .center-content .news-item .inner .image .title {
  105. left: 25%;
  106. }
  107. .content-left .clinic {
  108. width: 100%;
  109. }
  110. .content-right {
  111. width: 100%;
  112. }
  113. .content-right .importants .important .description {
  114. padding-top: 30px !important;
  115. }
  116. .content-right .importants .important .important-image {
  117. width: 10%;
  118. }
  119. .contacts-container .left-side {
  120. width: 20% !important;
  121. }
  122. .contacts-container .importants .important:nth-child(2) .description {
  123. padding-left: 58px;
  124. }
  125. .contacts-container .center-content .callback {
  126. margin-bottom: 40px;
  127. }
  128. .contacts-container .left-side {
  129. width: 100% !important;
  130. margin-bottom: 40px;
  131. }
  132. .contacts-container .left-side .main-title {
  133. float: none;
  134. width: 100% !important;
  135. }
  136. .contacts-container .center-content {
  137. width: 100%;
  138. }
  139. .contacts-container .center-content .to-doctors .personal-doctor {
  140. width: 100%;
  141. }
  142. .contacts-container .center-content .callback form .form-button {
  143. width: 100%;
  144. }
  145. .contacts-container .main-title {
  146. padding-left: 15px;
  147. }
  148. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .image {
  149. width: 10%;
  150. padding-top: 20px;
  151. }
  152. .contacts-container .left-side .importants .important-image {
  153. width: 10%;
  154. }
  155. .contacts-container .left-side .importants .description {
  156. padding-top: 20px !important;
  157. }
  158. .contacts-container .right-side-bar .info .logo {
  159. display: none;
  160. }
  161. .contacts-container .main-title {
  162. display: block;
  163. }
  164. .contacts-container .center-content .title {
  165. display: none;
  166. }
  167. .contacts-container .center-content .subtitle {
  168. display: none;
  169. }
  170. .right-side-bar .today .today-item {
  171. width: 33.33333%;
  172. float: left;
  173. }
  174. .left-side .news-importants {
  175. display: none;
  176. }
  177. .center-content .about {
  178. margin-bottom: 20px;
  179. }
  180. .center-content .about .doctor {
  181. margin-bottom: 20px;
  182. }
  183. .center-content .about .about-text .title {
  184. display: block;
  185. }
  186. .content .today-unit {
  187. display: none;
  188. }
  189. .control-org-unit .youtube-unit {
  190. display: block;
  191. }
  192. .mobile-invisible-doctors {
  193. display: none;
  194. }
  195. }
  196. @media (max-width: 768px) {
  197. .container {
  198. padding: 60px 15px 0;
  199. footer & {
  200. padding-top: 0;
  201. }
  202. }
  203. .left-side .specializations .spec {
  204. display: none;
  205. }
  206. .left-side .specializations .more {
  207. display: none;
  208. }
  209. .left-side .add-info {
  210. display: none;
  211. }
  212. .main-container .main-title {
  213. //display: none;
  214. }
  215. .content .clinics {
  216. display: none;
  217. }
  218. .content-right {
  219. padding-right: 0;
  220. }
  221. .content-right .importants {
  222. display: none;
  223. }
  224. .left-side {
  225. width: 100% !important;
  226. margin-bottom: 40px;
  227. padding-left: 0;
  228. padding-right: 0;
  229. }
  230. .main-container .col-lg-10 {
  231. width: 100% !important;
  232. }
  233. .main-container .main-title {
  234. width: 100% !important;
  235. }
  236. .main-container .content-right {
  237. width: 100% !important;
  238. }
  239. .main-container .today {
  240. width: 100% !important;
  241. padding-left: 0;
  242. }
  243. .content-right .news {
  244. padding-left: 0;
  245. }
  246. .importants {
  247. width: 100% !important;
  248. }
  249. .main-container .content-left {
  250. width: 100% !important;
  251. padding: 0;
  252. }
  253. .main-container .content-left .clinic {
  254. width: 100% !important;
  255. }
  256. .main-container .logo {
  257. display: none;
  258. }
  259. .main-container .mobile {
  260. display: block;
  261. }
  262. .left-side .title {
  263. font-size: 32px;
  264. }
  265. .left-side .main-title {
  266. padding: 0;
  267. }
  268. .left-side {
  269. }
  270. .left-side .logo-subtitle {
  271. width: 50%;
  272. margin: 0 auto;
  273. }
  274. .left-side .specializations .spec-header a {
  275. transform: rotate(90deg);
  276. }
  277. .content-left .doctor {
  278. margin-bottom: 30px;
  279. }
  280. .content-left .about .about-text {
  281. margin-bottom: 30px;
  282. }
  283. .main-container .content-a-lot {
  284. padding-right: 15px;
  285. padding-left: 15px;
  286. margin-right: 0;
  287. margin-left: 0;
  288. }
  289. .today .today-item {
  290. width: 50%;
  291. float: left;
  292. }
  293. .content-right .news .news-item {
  294. width: 50%;
  295. float: left;
  296. }
  297. .content-right .news .news-item .title {
  298. left: 20%;
  299. }
  300. header .menu li {
  301. display: none;
  302. }
  303. header .menu ul .circles {
  304. display: block;
  305. position: absolute !important;
  306. }
  307. header .menu ul .burger {
  308. left: 0;
  309. }
  310. header .menu-mobile {
  311. position: absolute;
  312. width: 100%;
  313. }
  314. header .menu-mobile ul {
  315. padding: 0;
  316. }
  317. .right-side-bar .today .today-item {
  318. width: 100%;
  319. float: left;
  320. }
  321. .right-side-bar .today {
  322. display: none;
  323. }
  324. .center-content .pagination {
  325. display: none;
  326. }
  327. .left-side .add-info {
  328. display: block;
  329. }
  330. .center-content .documents .doc-item {
  331. width: 100%;
  332. float: none;
  333. padding: 5px;
  334. }
  335. .center-content .documents .row {
  336. margin: 20px 0;
  337. }
  338. .center-content .about-main-text .image {
  339. display: none;
  340. }
  341. .center-content .about .youtube iframe {
  342. width: 100%;
  343. }
  344. .center-content .to-doctors-about .personal-doctor .doctor-name .span-cat {
  345. display: none;
  346. }
  347. .center-content .to-doctors-about .personal-doctor .doctor-image {
  348. display: none;
  349. }
  350. .center-content .to-doctors .personal-doctor .doctor-header {
  351. border-radius: 0 !important;
  352. }
  353. .center-content .to-doctors .personal-doctor .doctor-header .doctor-name {
  354. padding-left: 15px !important;
  355. }
  356. .service-more {
  357. display: block;
  358. }
  359. .service-item .service-unit {
  360. text-align: left !important;
  361. width: 100% !important;
  362. float: none;
  363. padding: 5px;
  364. }
  365. .service-row {
  366. margin: 20px 0;
  367. }
  368. .service-item .service-unit:nth-child(1) {
  369. display: none;
  370. }
  371. .smi {
  372. display: none;
  373. }
  374. .center-content .pagination-mobile {
  375. display: block;
  376. }
  377. .center-content .pagination-mobile .pagination div {
  378. width: 16.66666%;
  379. }
  380. }
  381. @media(max-width: 485px) {
  382. .content-right .news .news-item {
  383. width: 100%
  384. }
  385. .today .today-item {
  386. margin: 0 auto;
  387. width: 100%;
  388. margin-bottom: 10px;
  389. }
  390. .content-right .news .news-item .title {
  391. left: 25%;
  392. }
  393. }
  394. @media(max-width: 550px) {
  395. .center-content .news {
  396. padding-left: 0;
  397. }
  398. .center-content .news .news-item {
  399. padding-left: 0;
  400. width: 93%;
  401. float: none;
  402. margin: 0 auto;
  403. margin-bottom: 20px;
  404. }
  405. .center-content .news .news-item .title {
  406. left: 30%;
  407. }
  408. .center-content .news .news-item .image {
  409. padding-left: 0;
  410. width: 100%;
  411. margin: 0 auto;
  412. }
  413. .center-content .news .news-item .image img {
  414. margin: 0 auto;
  415. }
  416. }
  417. @media(max-width: 420px) {
  418. .vacancy .vacancy-data .vacancy-table .vacancy-row div {
  419. width: 100%;
  420. float: none;
  421. }
  422. }
  423. @media(max-width: 700px) {
  424. .content .unit-clinics .clinic {
  425. padding-left: 15px;
  426. }
  427. .content .unit-clinics .clinic .title {
  428. margin-bottom: 10px;
  429. }
  430. .content .unit-clinics .clinic .subtitle {
  431. padding-left: 0;
  432. }
  433. .content .unit-clinics .clinic .clinic-image {
  434. display: none;
  435. }
  436. .special-items__item--half-size,
  437. .special-items__item--one-third{
  438. width: 100%;
  439. }
  440. .shortnews__item--half-size,
  441. .shortnews__item--one-third {
  442. width: 100%;
  443. }
  444. }
  445. @media(max-width: 400px) {
  446. .container .importants-unit .important .description {
  447. font-size: 14px;
  448. }
  449. .container .importants-unit .important:nth-child(5) .description {
  450. padding-top: 15px !important;
  451. }
  452. .container .importants-unit .important:nth-child(3) .description {
  453. padding-top: 15px !important;
  454. }
  455. .container .importants-unit .important:nth-child(2) .description {
  456. padding-left: 55px !important;
  457. }
  458. }
  459. @media(max-width: 991px) {
  460. .control-org .image {
  461. text-align: center;
  462. }
  463. .control-org .col-lg-4 {
  464. padding-right: 15px;
  465. }
  466. }