1
0

style.css 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501
  1. /*MAIN PAGE*/
  2. /*HEADER*/
  3. header{
  4. position: fixed;
  5. height: 45px;
  6. width: 100%;
  7. background: #3b434d;
  8. z-index: 99999999;
  9. }
  10. header .menu{
  11. position: relative;
  12. height: 100%;
  13. width: 100%;
  14. }
  15. header .menu ul li a{
  16. height: 100%;
  17. color: #fff;
  18. font-family: Cuprum, sans-serif;
  19. font-size: 16px;
  20. }
  21. header .menu ul li a:hover{
  22. text-decoration: none;
  23. color: #5597d1;
  24. }
  25. header .menu ul{
  26. padding: 0;
  27. margin-bottom:0;
  28. height: 100%;
  29. width: 100%;
  30. list-style: none;
  31. top: 0;
  32. left: 0;
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. overflow: hidden;
  37. }
  38. header .menu ul li{
  39. padding-top: 13px;
  40. margin:0 10px;
  41. height: 100%;
  42. float: left;
  43. }
  44. header .menu .circles{
  45. right: 0;
  46. position: absolute;
  47. padding-top: 5px ;
  48. }
  49. header .circles .circle{
  50. margin: 5px 2px;
  51. float: left;
  52. width: 30px;
  53. height: 30px;
  54. background:url(../images/circle-1.png);
  55. }
  56. header .circles .circle:nth-child(2){
  57. background:url(../images/circle-2.png);
  58. }
  59. header .circles .circle:nth-child(3){
  60. background:url(../images/circle-3.png);
  61. }
  62. header .burger{
  63. display: none;
  64. width: 30px;
  65. height: 30px;
  66. background: url(../images/menu-burger.png) center no-repeat;
  67. cursor: pointer;
  68. }
  69. header .menu-mobile{
  70. list-style: none;
  71. text-align: center;
  72. color: #000;
  73. background: #3b434d;
  74. }
  75. header .menu-mobile ul{
  76. list-style: none;
  77. }
  78. header .menu-mobile ul li{
  79. margin-top: 10px;
  80. }
  81. header .menu-mobile ul li a{
  82. color: #fff;
  83. font-family: Cuprum, sans-serif;
  84. font-size: 18px;
  85. }
  86. header .menu-mobile ul li a:hover{
  87. text-decoration: none;
  88. cursor: pointer;
  89. color: #5597d1;
  90. }
  91. /*HEADER END*/
  92. .main-container{
  93. padding-top: 60px;
  94. }
  95. /*LEFT SIDE*/
  96. .left-side{
  97. font-family: Cuprum, sans-serif;
  98. font-weight: 400;
  99. width: 20%;
  100. }
  101. @media (min-width: 992px){
  102. .left-side{
  103. padding-right: 20px;
  104. }
  105. }
  106. @media (min-width: 768px){
  107. .left-side{
  108. padding: 0 2px;
  109. }
  110. }
  111. .left-side .info{
  112. padding: 0 10px;
  113. margin-bottom: 20px;
  114. }
  115. .left-side .logo{
  116. text-align: center;
  117. margin-bottom: 15px
  118. }
  119. .left-side .logo-subtitle{
  120. line-height: 16px;
  121. font-size: 14px;
  122. text-align: center;
  123. color:#a1a1a1;
  124. }
  125. .left-side .howtoget_button{
  126. font-size: 16px;
  127. display: block;
  128. cursor: pointer;
  129. padding: 10px 0;
  130. text-align: center;
  131. text-decoration: underline;
  132. color:#929292;
  133. background: #ebebeb;
  134. margin: 10px 0;
  135. }
  136. /*
  137. .left-side .contacts{
  138. padding-left: 10px;
  139. }*/
  140. .left-side .contact{
  141. color:#929292;
  142. font-size: 14px;
  143. }
  144. .left-side .value{
  145. font-size: 16px;
  146. margin-bottom: 5px;
  147. }
  148. .left-side .all-phones{
  149. display: inline-block;
  150. text-decoration: underline;
  151. }
  152. .left-side .all-phones img{
  153. margin-left: 5px;
  154. }
  155. .left-side .specializations .spec-header{
  156. padding: 6px 10px;
  157. font-size: 22px;
  158. font-weight: 700;
  159. background: #929292;
  160. color: #fff;
  161. }
  162. .left-side .specializations .spec-header a{
  163. display: inline-block;
  164. float: right;
  165. }
  166. .left-side .spec{
  167. margin-top: 10px;
  168. height: 54px;
  169. background: #ebebeb;
  170. border-radius: 32px 0 0 32px;
  171. position: relative;
  172. }
  173. .left-side .spec .spec-avatar{
  174. width: 50px;
  175. height: 50px;
  176. border-radius: 50%;
  177. display: block;
  178. position: absolute;
  179. margin-left: -10px;
  180. z-index: 10;
  181. left: 12px;
  182. top: 2px;
  183. }
  184. .left-side .spec .text{
  185. margin-left: 55px;
  186. padding-top: 5px;
  187. }
  188. .left-side .spec .text .subtitle{
  189. font-size: 14px;
  190. color: #929292;
  191. }
  192. .left-side .spec .text .title{
  193. font-size: 16px;
  194. }
  195. .left-side .more{
  196. text-align: right;
  197. margin-top: 10px;
  198. }
  199. .left-side .more a{
  200. font-size: 14px;
  201. color:#929292;
  202. }
  203. .left-side .add-info{
  204. width: 100%;
  205. display: inline-block;
  206. margin-top: 40px;
  207. }
  208. .left-side .add-info .info{
  209. padding-top: 20px;
  210. height: 90px;
  211. font-size: 20px;
  212. line-height: 20px;
  213. font-weight: 700;
  214. background: #ebd0ce;
  215. text-align: center;
  216. color: #fff;
  217. }
  218. /*LEFT-SIDE END*/
  219. /*MAIN TITLE*/
  220. .main-title{
  221. position: relative;
  222. }
  223. .main-title .title{
  224. font-family: Cuprum;
  225. font-weight: 700;
  226. color: #004d7b;
  227. }
  228. .main-title .subtitle{
  229. font-family: Cuprum;
  230. font-weight: 700;
  231. font-size: 16px;
  232. color: #929292;
  233. margin-bottom: 20px;
  234. }
  235. .soc{
  236. position: absolute;
  237. right: 60px;
  238. top: 30px;
  239. }
  240. .soc .social{
  241. float: left;
  242. width: 25px;
  243. height: 25px;
  244. margin-right: 4px;
  245. border-radius: 50%;
  246. background: blue;
  247. display: block;
  248. }
  249. .soc .social:nth-child(1){
  250. background: url(../images/soc-fb.png)
  251. }
  252. .soc .social:nth-child(2){
  253. background: url(../images/soc-vk.png)
  254. }
  255. .soc .social:nth-child(3){
  256. background: url(../images/soc-ok.png)
  257. }
  258. .soc .social:nth-child(4){
  259. background: url(../images/soc-twitter.png)
  260. }
  261. .soc .social:nth-child(1):hover{
  262. background: url(../images/soc-fb-hover.png)
  263. }
  264. .soc .social:nth-child(2):hover{
  265. background: url(../images/soc-vk-hover.png)
  266. }
  267. .soc .social:nth-child(3):hover{
  268. background: url(../images/soc-ok-hover.png)
  269. }
  270. .soc .social:nth-child(4):hover{
  271. background: url(../images/soc-twitter-hover.png)
  272. }
  273. /*MAIN TITLE END*/
  274. /*MAIN CONTENT*/
  275. .main-container .col-lg-10{
  276. width: 80%;
  277. }
  278. /*.main-container .content{
  279. padding-right: 0;
  280. }*/
  281. .content-left{
  282. padding-right: 0;
  283. }
  284. .content-left .slider{
  285. position: relative;
  286. }
  287. .content-left .arrow{
  288. width: 10px;
  289. height: 16px;
  290. position: absolute;
  291. z-index: 10;
  292. top: 50%;
  293. cursor: pointer;
  294. }
  295. .content-left .arrow-left{
  296. background: url(../images/slide-arrow-left.png);
  297. left: 10px;
  298. }
  299. .content-left .arrow-right{
  300. background: url(../images/slider-arrow-right.png);
  301. right: 10px;
  302. }
  303. .content-left .swiper-slide img{
  304. display: block;
  305. }
  306. .content-left .about{
  307. display: inline-block;
  308. margin-top: 40px;
  309. }
  310. .content-left .about .block-header{
  311. padding: 6px 10px;
  312. font-size: 22px;
  313. font-weight: 700;
  314. font-family: Cuprum, sans-serif;
  315. background: #929292;
  316. color: #fff;
  317. margin-bottom: 10px;
  318. }
  319. .content-left .about .block-header img{
  320. float: right;
  321. margin-top: 3px;
  322. }
  323. .content-left .doctor{
  324. font-family: Cuprum, sans-serif;
  325. font-weight: 400;
  326. }
  327. .content-left .doctor .doctor-avatar{
  328. margin-bottom: 8px;
  329. text-align: center;
  330. }
  331. .content-left .doctor .doctor-name{
  332. text-align: center;
  333. font-size: 22px;
  334. color: #004d7b;
  335. line-height: 22px;
  336. margin-bottom: 4px;
  337. }
  338. .content-left .doctor .doctor-desc{
  339. text-align: center;
  340. color: #929292;
  341. }
  342. .content-left .doctor .doctor-link{
  343. padding: 9px 0;
  344. font-size: 14px;
  345. margin-top: 15px;
  346. text-align: center;
  347. background: #ebebeb;
  348. }
  349. .content-left .doctor .doctor-link a{
  350. color: #929292;
  351. text-decoration: underline;
  352. }
  353. .content-left .about .about-text .title{
  354. font-family: Cuprum, sans-serif;
  355. font-weight: 700;
  356. font-size: 16px;
  357. }
  358. .content-left .about .about-text .text{
  359. font-family: Open Sans, sans-serif;
  360. font-size: 16px;
  361. color: #3b434d;
  362. }
  363. .content-left .about .more-text{
  364. font-family: Open Sans, sans-serif;
  365. margin-top: 10px;
  366. }
  367. .content-left .about .more{
  368. margin-top: 10px;
  369. text-align: right;
  370. }
  371. .content-left .about .more a{
  372. font-size: 14px;
  373. color:#929292;
  374. }
  375. .content-left .clinics{
  376. margin-top: 40px;
  377. }
  378. .content-left .clinics .clinic{
  379. position: relative;
  380. display: inline-block;
  381. margin-bottom: 10px;
  382. border: 1px solid #ebebeb;
  383. }
  384. .content-left .clinics .block-header{
  385. padding: 6px 10px;
  386. font-size: 22px;
  387. font-weight: 700;
  388. font-family: Cuprum, sans-serif;
  389. background: #929292;
  390. color: #fff;
  391. margin-bottom: 10px;
  392. }
  393. .content-left .clinics .block-header img{
  394. float: right;
  395. margin-top: 3px;
  396. }
  397. .content-left .clinics .clinic-image{
  398. margin-right: 15px;
  399. display: block;
  400. float: left;
  401. height: 100%;
  402. }
  403. .content-left .clinics .text{
  404. /*padding-left: 115px;*/
  405. }
  406. .content-left .clinics .text .title{
  407. font-size: 18px;
  408. line-height: 18px;
  409. font-family: Cuprum, sans-serif;
  410. }
  411. .content-left .clinics .text .subtitle{
  412. font-family: Open Sans, sans-serif;
  413. color: #a1a1a1;
  414. padding-left: 10px;
  415. }
  416. .content-left .clinics .clinic .recomended{
  417. position: absolute;
  418. left: -7px;
  419. bottom: 5px;
  420. height: 36px;
  421. width: 196px;
  422. padding-top: 6px;
  423. font-family: Cuprum, sans-serif;
  424. font-size: 16px;
  425. color: #fff;
  426. padding-left: 6px;
  427. background:url(../images/green-recomended.png) no-repeat;
  428. }
  429. .content-left .clinics .more{
  430. text-align: right;
  431. margin-top: 10px;
  432. }
  433. .content-left .clinics .more a{
  434. font-size: 14px;
  435. color:#929292;
  436. }
  437. .content-right{
  438. padding-left: 0;
  439. }
  440. .content .importants{
  441. font-family: Open Sans, sans-serif;
  442. }
  443. .content .importants .important{
  444. height: 90px;
  445. margin-left: 10px;
  446. margin-bottom: 10px;
  447. padding:0;
  448. display: block;
  449. background: #d7d7d7;
  450. }
  451. .content .importants .important:hover{
  452. text-decoration: none;
  453. background: #004d7b;
  454. }
  455. .content .importants .important:focus{
  456. text-decoration: none;
  457. }
  458. .content .importants .important:nth-child(1) .description{
  459. padding-top: 20px;
  460. }
  461. .content .importants .important:nth-child(2) .description{
  462. padding-top: 15px;
  463. padding-left: 0;
  464. }
  465. .content .importants .important:nth-child(4) .description{
  466. padding-top: 10px;
  467. }
  468. .content .importants .important:nth-child(6) .description{
  469. padding-top: 20px;
  470. }
  471. .content .importants .important .important-image{
  472. padding-top: 20px;
  473. margin-left: 5px;
  474. height: 100%;
  475. width: 25%;
  476. display: block;
  477. float: left;
  478. }
  479. .content .importants .important .description{
  480. color: #fff;
  481. font-weight: 700;
  482. height: 100%;
  483. font-size: 15px;
  484. padding-left: 65px;
  485. }
  486. .content-right .today{
  487. margin-top: 25px;
  488. padding-left: 15px;
  489. display: inline-block;
  490. }
  491. .content-right .today .today-item .head{
  492. background: #929292;
  493. padding: 12px 5px;
  494. font-size: 13px;
  495. font-family: Cuprum;
  496. text-align: right;
  497. height: 40px;
  498. color: #fff;
  499. border-radius: 10px 0 0 0;
  500. }
  501. .content-right .today .today-item .head-blue{
  502. background: #5597d1;
  503. }
  504. .content-right .today .today-item .head .date{
  505. float: left;
  506. display: block;
  507. }
  508. .content-right .today .today-item .head .name{
  509. float: right;
  510. display: block;
  511. }
  512. .content-right .today .today-item{
  513. padding-right: 0;
  514. }
  515. .content-right .today .block-header{
  516. padding: 6px 10px;
  517. font-size: 22px;
  518. font-weight: 700;
  519. font-family: Cuprum, sans-serif;
  520. background: #929292;
  521. color: #fff;
  522. margin-bottom: 10px;
  523. }
  524. .content-right .today .block-header img{
  525. float: right;
  526. margin-top: 3px;
  527. }
  528. .content-right .today .image{
  529. position: relative;
  530. margin-top: 10px;
  531. }
  532. .content-right .today .image img{
  533. display: block;
  534. width: 200px;
  535. margin: 0 auto;
  536. }
  537. .content-right .today .logo{
  538. position: absolute;
  539. top: 0;
  540. font-family: Cuprum, sans-serif;
  541. right: 15px;
  542. width: 60px;
  543. height: 60px;
  544. }
  545. .content-right .today .logo img{
  546. width: 60px;
  547. height: 60px;
  548. }
  549. .content-right .today .free{
  550. position: absolute;
  551. padding-top: 5px;
  552. padding-left: 7px;
  553. top: 60px;
  554. left: -5px;
  555. font-family: Cuprum, sans-serif;
  556. color: #fff;
  557. width: 200px;
  558. height: 40px;
  559. background: url(../images/free-bg.png) no-repeat;
  560. }
  561. .content-right .today .desc{
  562. margin-top:10px;
  563. margin-bottom: 10px;
  564. font-family: Cuprum, sans-serif;
  565. padding-left: 5px;
  566. font-size: 14px;
  567. }
  568. .content-right .today .org{
  569. font-family: Cuprum, sans-serif;
  570. font-weight: 600;
  571. text-align: center;
  572. border-top:1px solid #ebebeb;
  573. padding-top: 5px;
  574. color: #004d7b;
  575. }
  576. .content-right .today .adress{
  577. margin-top: 5px;
  578. font-family: Cuprum, sans-serif;
  579. font-size: 14px;
  580. padding: 15px 0;
  581. background: #ebebeb;
  582. color: #929292;
  583. text-align: center;
  584. }
  585. .content-right .news .block-header{
  586. padding: 6px 10px;
  587. font-size: 22px;
  588. font-weight: 700;
  589. font-family: Cuprum, sans-serif;
  590. background: #929292;
  591. color: #fff;
  592. margin-bottom: 10px;
  593. }
  594. .content-right .news .block-header img{
  595. float: right;
  596. margin-top: 3px;
  597. }
  598. .content-right .news-item{
  599. height: 320px;
  600. padding: 0 10px;
  601. padding-right: 0;
  602. margin-bottom: 20px;
  603. }
  604. .content-right .news-item .inner{
  605. height: inherit;
  606. background: #ebebeb;
  607. }
  608. .content-right .news{
  609. display: inline-block;
  610. margin-top: 25px;
  611. padding-left: 15px;
  612. }
  613. .content-right .news .image{
  614. font-family: Cuprum, sans-serif;
  615. margin-bottom: 10px;
  616. color:#fff;
  617. height: 140px;
  618. width: 205px;
  619. margin: 0 auto;
  620. position: relative;
  621. }
  622. .content-right .news .image img{
  623. display: block;
  624. width: 200px;
  625. margin: 0 auto;
  626. }
  627. .content-right .news .image .title{
  628. font-size: 16px;
  629. position: absolute;
  630. bottom: 10px;
  631. left: 20%;
  632. }
  633. .content-right .news .desc{
  634. font-family: Open Sans, sans-serif;
  635. padding-left: 10px;
  636. font-size: 14px;
  637. line-height: 17px;
  638. }
  639. .content-right .news .data{
  640. padding: 10px 0;
  641. margin:10px;
  642. margin-top:20px;
  643. color: #929292;
  644. text-align: right;
  645. border-top: 1px solid #d4d4d4;
  646. }
  647. /*footer*/
  648. footer{
  649. position: absolute;
  650. margin-top: 40px;
  651. width: 100%;
  652. padding-top: 40px;
  653. padding-bottom: 20px;
  654. display: inline-block;
  655. background: #3b434d;
  656. }
  657. footer .list{
  658. position: relative;
  659. list-style: none;
  660. float: left;
  661. width: 20%;
  662. font-family: Cuprum, sans-serif;
  663. font-size: 16px;
  664. }
  665. footer .list a{
  666. color: #f2f2f3
  667. }
  668. footer .list li:nth-child(1){
  669. }
  670. footer .list li:nth-child(1) a{
  671. color: #75787b;
  672. font-weight: 700;
  673. font-size: 18px;
  674. }
  675. footer .admin-button{
  676. background: #ebebeb;
  677. margin-top: 25px;
  678. padding: 10px 5px;
  679. text-align: center;
  680. display: block !important;
  681. }
  682. footer .admin-button a{
  683. font-size: 14px;
  684. color: #929292;
  685. text-decoration: underline;
  686. }
  687. footer .admin-button a:hover{
  688. text-decoration: underline;
  689. }
  690. footer .copyright{
  691. float: right;
  692. height: auto;
  693. margin-top: 40px;
  694. }
  695. footer .copyright .text{
  696. color: #919293;
  697. font-family: Open Sans, sans-serif;
  698. float: left;
  699. width: 60%;
  700. text-align: right;
  701. }
  702. footer .copyright a{
  703. font-family: Open Sans, sans-serif;
  704. padding-left: 8px;
  705. text-decoration: underline;
  706. color: #9e9e9e;
  707. }
  708. footer .copyright a:hover{
  709. color: #9e9e9e;
  710. text-decoration: underline;
  711. }
  712. footer .copyright .logo{
  713. text-align: center;
  714. float: left;
  715. margin-left: 20px;
  716. }
  717. /**/
  718. @media (min-width: 1200px){
  719. .important{
  720. width: 47%;
  721. }
  722. }
  723. @media (min-width: 992px){
  724. .content-right .today .today-item{
  725. width: 50%;
  726. margin-top: 20px;
  727. }
  728. .content-right .news-item{
  729. width: 50%;
  730. }
  731. }
  732. @media (min-width: 768px){
  733. .content-right .today .today-item{
  734. float: left;
  735. width: 50%;
  736. }
  737. .content-right .news-item{
  738. float: left;
  739. width: 50%;
  740. }
  741. }
  742. @media (max-width: 992px){
  743. .left-side{
  744. width: 27% !important;
  745. }
  746. .content-a-lot{
  747. padding-right: 0;
  748. }
  749. .main-container .col-lg-10{
  750. width: 73% !important;
  751. }
  752. header .circles{
  753. position: static !important;
  754. }
  755. header .menu ul li a{
  756. font-size: 14.5px ;
  757. }
  758. }
  759. @media (max-width: 1200px){
  760. .main-title .soc{
  761. display: none;
  762. }
  763. footer .admin-button{
  764. width: 100%;
  765. }
  766. footer .list{
  767. width: 100%;
  768. padding-right: 40px;
  769. }
  770. footer .list li{
  771. display: none;
  772. }
  773. footer .list li:nth-child(1){
  774. display: block;
  775. }
  776. }
  777. @media (max-width: 1200px){
  778. .left-side{
  779. width: 20%;
  780. }
  781. .content-left{
  782. width: 100%;
  783. }
  784. .content-left .clinic{
  785. width: 100%;
  786. }
  787. .content-right{
  788. width: 100%;
  789. }
  790. .content-right .importants .important .description{
  791. padding-top: 30px !important;
  792. }
  793. .content-right .importants .important .important-image{
  794. width: 10%;
  795. }
  796. }
  797. @media (max-width: 768px){
  798. .left-side .specializations .spec{
  799. display: none;
  800. }
  801. .left-side .specializations .more{
  802. display: none;
  803. }
  804. .left-side .add-info{
  805. display: none;
  806. }
  807. .main-container .main-title{
  808. display: none;
  809. }
  810. .content .clinics{
  811. display: none;
  812. }
  813. .content-right{
  814. padding-right: 0;
  815. }
  816. .content-right .importants{
  817. display: none;
  818. }
  819. .left-side{
  820. width: 100% !important;
  821. margin-bottom: 40px;
  822. }
  823. .main-container .col-lg-10 {
  824. width: 100% !important;
  825. }
  826. .main-container .main-title{
  827. width: 100% !important;
  828. }
  829. .main-container .content-right{
  830. width: 100% !important;
  831. }
  832. .main-container .content-right .today{
  833. width: 100% !important;
  834. }
  835. .importants{
  836. width: 100% !important;
  837. }
  838. .main-container .content-left{
  839. width: 100% !important;
  840. }
  841. .main-container .content-left .clinic{
  842. width: 100% !important;
  843. }
  844. .main-container .mobile{
  845. display: block;
  846. }
  847. .left-side .title{
  848. font-size: 32px;
  849. }
  850. .left-side .main-title{
  851. padding: 0;
  852. }
  853. .left-side{
  854. padding-right: 15px;
  855. }
  856. .left-side .logo-subtitle{
  857. width: 50%;
  858. margin: 0 auto;
  859. }
  860. .left-side .specializations .spec-header a{
  861. transform: rotate(90deg);
  862. }
  863. .content-left .doctor{
  864. margin-bottom: 30px;
  865. }
  866. .content-left .about .about-text{
  867. margin-bottom: 30px;
  868. }
  869. .main-container .content-a-lot{
  870. padding-right: 0;
  871. }
  872. .content-right .today .today-item{
  873. width: 50%;
  874. float: left;
  875. }
  876. .content-right .news .news-item{
  877. width: 50%;
  878. float: left;
  879. }
  880. header .menu li{
  881. display: none;
  882. }
  883. header .menu ul .circles{
  884. display: block;
  885. position: absolute !important;
  886. }
  887. header .menu ul .burger{
  888. left: 0;
  889. }
  890. header .menu-mobile{
  891. position: absolute;
  892. width: 100%;
  893. }
  894. header .menu-mobile ul{
  895. padding: 0;
  896. }
  897. }
  898. @media(max-width: 485px){
  899. .content-right .news .news-item{
  900. width: 100%
  901. }
  902. .content-right .today .today-item{
  903. margin: 0 auto;
  904. width: 100%;
  905. margin-bottom: 10px;
  906. }
  907. }
  908. .mobile{
  909. display: none;
  910. }
  911. /*MAIN CONTENT END*/
  912. /*END MAIN PAGE*/
  913. /*CONTACTS PAGE*/
  914. .contacts-container .side-bar .logo{
  915. margin-bottom: 50px;
  916. }
  917. .contacts-container .main-title{
  918. padding-left: 40px;
  919. }
  920. .contacts-container .main-title .title{
  921. font-size: 34px;
  922. }
  923. .contacts-container .side-bar ul{
  924. list-style: none;
  925. padding-left: 0;
  926. }
  927. .contacts-container .side-bar li{
  928. padding: 7px 0;
  929. text-align: right;
  930. border-bottom: 1px solid #ebebeb;
  931. }
  932. .contacts-container .side-bar li:first-child{
  933. border-top: 1px solid #ebebeb;
  934. }
  935. .contacts-container .side-bar li a{
  936. color: #004d7b;
  937. font-family: Cuprum, sans-serif;
  938. font-weight: 600;
  939. font-size: 17px;
  940. }
  941. .contacts-container .side-bar li a:hover{
  942. text-decoration: none;
  943. }
  944. .contacts-container .map{
  945. margin-bottom: 50px;
  946. }
  947. .contacts-container #map{
  948. height: 345px;
  949. margin: auto;
  950. }
  951. .contacts-container .right-side-bar .info{
  952. margin-bottom: 10px;
  953. }
  954. .contacts-container .right-side-bar .soc{
  955. position: static;
  956. display: inline-block;
  957. text-align: center;
  958. padding: 0 10px;
  959. margin-top: 0;
  960. margin-bottom: 20px;
  961. }
  962. .contacts-container .center-content .work-time{
  963. margin-bottom: 40px;
  964. }
  965. .contacts-container .center-content .work-time .min-title{
  966. margin-bottom: 20px;
  967. font-family: Cuprum, sans-serif;
  968. font-size: 20px;
  969. font-weight: 700;
  970. }
  971. .contacts-container .center-content .work-time .text{
  972. font-size: 16px;
  973. }
  974. .contacts-container .center-content .to-doctors{
  975. margin-bottom: 60px;
  976. display: inline-block;
  977. }
  978. .contacts-container .center-content .to-doctors .min-title{
  979. margin-bottom: 20px;
  980. font-family: Cuprum, sans-serif;
  981. font-size: 18px;
  982. font-weight: 700;
  983. }
  984. .contacts-container .center-content .callback .min-title-text{
  985. font-size: 16px;
  986. font-family: Cuprum;
  987. font-weight: 700;
  988. }
  989. .contacts-container .center-content .to-doctors .personal-doctor{
  990. width: 33.33333333332%;
  991. display: inline-block;
  992. color: #000;
  993. padding: 0;
  994. padding-right: 10px;
  995. text-decoration: none;
  996. margin-bottom: 40px;
  997. }
  998. .contacts-container .center-content .to-doctors .personal-doctor .doctor-type{
  999. font-size: 14px;
  1000. font-family: Cuprum, sans-serif;
  1001. color: #929292;
  1002. }
  1003. .contacts-container .center-content .to-doctors .personal-doctor .doctor-header{
  1004. display: inline-block;
  1005. width: 100%;
  1006. background: #ebebeb;
  1007. border-radius: 30px 0 0 30px;
  1008. }
  1009. .contacts-container .center-content .to-doctors .personal-doctor .doctor-image{
  1010. float: left;
  1011. }
  1012. .contacts-container .center-content .to-doctors .personal-doctor .doctor-name{
  1013. padding-top: 10px;
  1014. padding-left: 65px;
  1015. font-family: Cuprum, sans-serif;
  1016. color: #004d7b;
  1017. font-size: 18px;
  1018. line-height: 18px;
  1019. }
  1020. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .image{
  1021. width: 13%;
  1022. float: left;
  1023. padding-top: 70px;
  1024. }
  1025. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text{
  1026. padding-top: 10px;
  1027. width: 87%;
  1028. float: left;
  1029. }
  1030. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text .category{
  1031. color: #929292;
  1032. margin-bottom: 10px;
  1033. }
  1034. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text .otdels{
  1035. color: #004d7b;
  1036. font-family: Open Sans, sans-serif;
  1037. }
  1038. .contacts-container .center-content .to-doctors .personal-doctor .contacts{
  1039. display: inline-block;
  1040. margin-top: 10px;
  1041. width: 100%;
  1042. background: #ebebeb;
  1043. padding-top: 10px;
  1044. padding-left: 5px;
  1045. padding-right: 5px;
  1046. }
  1047. .contacts-container .center-content .to-doctors .personal-doctor .contact{
  1048. color:#929292;
  1049. font-size: 14px;
  1050. font-family: Cuprum, sans-serif;
  1051. }
  1052. .contacts-container .center-content .to-doctors .personal-doctor .value{
  1053. font-size: 16px;
  1054. margin-bottom: 5px;
  1055. font-family: Cuprum, sans-serif;
  1056. }
  1057. .contacts-container .center-content .to-doctors .personal-doctor .value a {
  1058. font-size: 15px;
  1059. }
  1060. .contacts-container .center-content .to-doctors .personal-doctor .priem{
  1061. margin-top: 10px;
  1062. font-weight: 700;
  1063. font-size: 16px;
  1064. font-family: Cuprum, sans-serif;
  1065. }
  1066. .contacts-container .center-content .callback{
  1067. display: inline-block;
  1068. }
  1069. .contacts-container .center-content .callback .min-title{
  1070. margin-bottom: 20px;
  1071. font-family: Cuprum, sans-serif;
  1072. font-size: 20px;
  1073. font-weight: 700;
  1074. }
  1075. .contacts-container .center-content .callback .min-title-text{
  1076. font-size: 19px;
  1077. margin-bottom: 30px;
  1078. }
  1079. .contacts-container .center-content .callback form p{
  1080. font-size: 12px;
  1081. color: #929292;
  1082. }
  1083. .contacts-container .center-content .callback form input{
  1084. margin-bottom: 10px;
  1085. padding-left: 5px;
  1086. font-family: Open Sans, sans-serif;
  1087. font-size: 14px;
  1088. font-weight: 400;
  1089. width: 100%;
  1090. height: 30px;
  1091. color: #929292;
  1092. background: #ebebeb;
  1093. border: none;
  1094. }
  1095. .contacts-container .center-content .callback form input[type = "checkbox"]{
  1096. width: 20px;
  1097. height: inherit;
  1098. }
  1099. .contacts-container .center-content .callback form span{
  1100. font-size: 12px;
  1101. color: #929292;
  1102. }
  1103. .contacts-container .center-content .callback form textarea{
  1104. width: 100%;
  1105. height: 110px;
  1106. padding-left: 5px;
  1107. font-family: Open Sans, sans-serif;
  1108. font-size: 14px;
  1109. color: #929292;
  1110. background: #ebebeb;
  1111. border: none;
  1112. resize: none;
  1113. }
  1114. .contacts-container .center-content .callback form .form-button{
  1115. margin-top: 10px;
  1116. cursor: pointer;
  1117. padding: 7px 0;
  1118. color: #fff;
  1119. text-align: center;
  1120. font-family: Cuprum , sans-serif;
  1121. font-weight: 700;
  1122. background: #004d7b;
  1123. border: 0;
  1124. }
  1125. .contacts-container .center-content .to-doctors .doctor-button{
  1126. display: inline-block;
  1127. width: 100%;
  1128. margin-top: 10px;
  1129. text-align: center;
  1130. text-decoration: underline;
  1131. font-family: Cuprum, sans-serif;
  1132. padding: 7px 0;
  1133. color: #929292;
  1134. background: #ebebeb;
  1135. }
  1136. .contacts-container .center-content .to-doctors .doctor-button:hover{
  1137. color: #fff;
  1138. background: #004d7b;
  1139. }
  1140. /*
  1141. .contacts-container .center-content .*/
  1142. @media (max-width: 1200px){
  1143. .contacts-container .left-side {
  1144. width: 20% !important;
  1145. }
  1146. .contacts-container .importants .important:nth-child(2) .description{
  1147. padding-left:58px;
  1148. }
  1149. }
  1150. @media (min-width: 1200px){
  1151. .contacts-container .main-title {
  1152. width: 60%;
  1153. padding-left: 40px;
  1154. }
  1155. .contacts-container .focus-content {
  1156. width: 60%;
  1157. padding-left: 40px;
  1158. }
  1159. .contacts-container .important{
  1160. width: 100%;
  1161. }
  1162. }
  1163. @media (max-width: 1200px){
  1164. .contacts-container .center-content .callback{
  1165. margin-bottom: 40px;
  1166. }
  1167. .contacts-container .left-side {
  1168. width: 100% !important;
  1169. margin-bottom: 40px;
  1170. }
  1171. .contacts-container .left-side .main-title{
  1172. float: none;
  1173. width: 100% !important;
  1174. }
  1175. .contacts-container .center-content{
  1176. width: 100%;
  1177. }
  1178. .contacts-container .center-content .to-doctors .personal-doctor{
  1179. width: 100%;
  1180. }
  1181. .contacts-container .center-content .callback form .form-button{
  1182. width: 100%;
  1183. }
  1184. .contacts-container .main-title{
  1185. padding-left: 15px;
  1186. }
  1187. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .image{
  1188. width: 10%;
  1189. padding-top: 20px;
  1190. }
  1191. .contacts-container .left-side .importants .important-image{
  1192. width: 10%;
  1193. }
  1194. .contacts-container .left-side .importants .description{
  1195. padding-top: 20px !important;
  1196. }
  1197. .contacts-container .right-side-bar .info .logo{
  1198. display: none;
  1199. }
  1200. .contacts-container .main-title{
  1201. display: block;
  1202. }
  1203. .contacts-container .center-content .title{
  1204. display: none;
  1205. }
  1206. .contacts-container .center-content .subtitle{
  1207. display: none;
  1208. }
  1209. }
  1210. /*CONTACTS PAGE END*/