style.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454
  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: 100%;
  619. position: relative;
  620. }
  621. .content-right .news .image img{
  622. display: block;
  623. width: 200px;
  624. margin: 0 auto;
  625. }
  626. .content-right .news .image .title{
  627. font-size: 16px;
  628. position: absolute;
  629. bottom: 10px;
  630. left: 20%;
  631. }
  632. .content-right .news .desc{
  633. font-family: Open Sans, sans-serif;
  634. padding-left: 10px;
  635. font-size: 14px;
  636. line-height: 17px;
  637. }
  638. .content-right .news .data{
  639. padding: 10px 0;
  640. margin:10px;
  641. margin-top:20px;
  642. color: #929292;
  643. text-align: right;
  644. border-top: 1px solid #d4d4d4;
  645. }
  646. /*footer*/
  647. footer{
  648. position: absolute;
  649. margin-top: 40px;
  650. width: 100%;
  651. padding-top: 40px;
  652. padding-bottom: 20px;
  653. display: inline-block;
  654. background: #3b434d;
  655. }
  656. footer .list{
  657. position: relative;
  658. list-style: none;
  659. float: left;
  660. width: 25%;
  661. font-family: Cuprum, sans-serif;
  662. font-size: 16px;
  663. }
  664. footer .list a{
  665. color: #f2f2f3
  666. }
  667. footer .list li:nth-child(1){
  668. }
  669. footer .list li:nth-child(1) a{
  670. color: #75787b;
  671. font-weight: 700;
  672. font-size: 18px;
  673. }
  674. footer .admin-button{
  675. background: #ebebeb;
  676. margin-top: 25px;
  677. padding: 10px 5px;
  678. text-align: center;
  679. display: block !important;
  680. }
  681. footer .admin-button a{
  682. font-size: 14px;
  683. color: #929292;
  684. text-decoration: underline;
  685. }
  686. footer .admin-button a:hover{
  687. text-decoration: underline;
  688. }
  689. footer .copyright{
  690. float: right;
  691. height: auto;
  692. margin-top: 40px;
  693. }
  694. footer .copyright .text{
  695. color: #919293;
  696. font-family: Open Sans, sans-serif;
  697. float: left;
  698. width: 60%;
  699. text-align: right;
  700. }
  701. footer .copyright a{
  702. font-family: Open Sans, sans-serif;
  703. padding-left: 8px;
  704. text-decoration: underline;
  705. color: #9e9e9e;
  706. }
  707. footer .copyright a:hover{
  708. color: #9e9e9e;
  709. text-decoration: underline;
  710. }
  711. footer .copyright .logo{
  712. text-align: center;
  713. float: left;
  714. margin-left: 20px;
  715. }
  716. /**/
  717. @media (min-width: 1200px){
  718. .important{
  719. width: 47%;
  720. }
  721. }
  722. @media (min-width: 992px){
  723. .content-right .today .today-item{
  724. margin-top: 20px;
  725. }
  726. }
  727. @media (max-width: 992px){
  728. .left-side{
  729. width: 27% !important;
  730. }
  731. .content-a-lot{
  732. padding-right: 0;
  733. }
  734. .main-container .col-lg-10{
  735. width: 73% !important;
  736. }
  737. header .circles{
  738. position: static !important;
  739. }
  740. header .menu ul li a{
  741. font-size: 14.5px ;
  742. }
  743. }
  744. @media (max-width: 1200px){
  745. .main-title .soc{
  746. display: none;
  747. }
  748. footer .admin-button{
  749. width: 80%;
  750. }
  751. }
  752. @media (min-width: 768px){
  753. .content-right .today .today-item{
  754. margin-top: 20px;
  755. }
  756. }
  757. @media (max-width: 1200px){
  758. .left-side{
  759. width: 20%;
  760. }
  761. .content-left{
  762. width: 100%;
  763. }
  764. .content-left .clinic{
  765. width: 100%;
  766. }
  767. .content-right{
  768. width: 100%;
  769. }
  770. }
  771. @media (max-width: 768px){
  772. .left-side .specializations .spec{
  773. display: none;
  774. }
  775. .left-side .specializations .more{
  776. display: none;
  777. }
  778. .left-side .add-info{
  779. display: none;
  780. }
  781. .main-container .main-title{
  782. display: none;
  783. }
  784. .content .clinics{
  785. display: none;
  786. }
  787. .content-right{
  788. padding-right: 0;
  789. }
  790. .content-right .importants{
  791. display: none;
  792. }
  793. .left-side{
  794. width: 100% !important;
  795. margin-bottom: 40px;
  796. }
  797. .main-container .col-lg-10 {
  798. width: 100% !important;
  799. }
  800. .main-container .main-title{
  801. width: 100% !important;
  802. }
  803. .main-container .content-right{
  804. width: 100% !important;
  805. }
  806. .main-container .content-right .today{
  807. width: 100% !important;
  808. }
  809. .importants{
  810. width: 100% !important;
  811. }
  812. .main-container .content-left{
  813. width: 100% !important;
  814. }
  815. .main-container .content-left .clinic{
  816. width: 100% !important;
  817. }
  818. .main-container .mobile{
  819. display: block;
  820. }
  821. .left-side .title{
  822. font-size: 32px;
  823. }
  824. .left-side .main-title{
  825. padding: 0;
  826. }
  827. .left-side{
  828. padding-right: 15px;
  829. }
  830. .left-side .logo-subtitle{
  831. width: 50%;
  832. margin: 0 auto;
  833. }
  834. .left-side .specializations .spec-header a{
  835. transform: rotate(90deg);
  836. }
  837. .content-left .doctor{
  838. margin-bottom: 30px;
  839. }
  840. .content-left .about .about-text{
  841. margin-bottom: 30px;
  842. }
  843. .main-container .content-a-lot{
  844. padding-right: 0;
  845. }
  846. header .menu li{
  847. display: none;
  848. }
  849. header .menu ul .circles{
  850. display: block;
  851. position: absolute !important;
  852. }
  853. header .menu ul .burger{
  854. left: 0;
  855. }
  856. header .menu-mobile{
  857. position: absolute;
  858. width: 100%;
  859. }
  860. header .menu-mobile ul{
  861. padding: 0;
  862. }
  863. footer .list{
  864. width: 100%;
  865. padding-right: 40px;
  866. }
  867. footer .list li{
  868. display: none;
  869. }
  870. footer .list li:nth-child(1){
  871. display: block;
  872. }
  873. }
  874. .mobile{
  875. display: none;
  876. }
  877. /*MAIN CONTENT END*/
  878. /*END MAIN PAGE*/
  879. /*CONTACTS PAGE*/
  880. .contacts-container .side-bar .logo{
  881. margin-bottom: 50px;
  882. }
  883. .contacts-container .main-title{
  884. padding-left: 40px;
  885. }
  886. .contacts-container .main-title .title{
  887. font-size: 34px;
  888. }
  889. .contacts-container .side-bar ul{
  890. list-style: none;
  891. padding-left: 0;
  892. }
  893. .contacts-container .side-bar li{
  894. padding: 7px 0;
  895. text-align: right;
  896. border-bottom: 1px solid #ebebeb;
  897. }
  898. .contacts-container .side-bar li:first-child{
  899. border-top: 1px solid #ebebeb;
  900. }
  901. .contacts-container .side-bar li a{
  902. color: #004d7b;
  903. font-family: Cuprum, sans-serif;
  904. font-weight: 600;
  905. font-size: 17px;
  906. }
  907. .contacts-container .side-bar li a:hover{
  908. text-decoration: none;
  909. }
  910. .contacts-container .map{
  911. margin-bottom: 50px;
  912. }
  913. .contacts-container #map{
  914. height: 345px;
  915. margin: auto;
  916. }
  917. .contacts-container .right-side-bar .info{
  918. margin-bottom: 10px;
  919. }
  920. .contacts-container .right-side-bar .soc{
  921. position: static;
  922. display: inline-block;
  923. text-align: center;
  924. padding: 0 10px;
  925. margin-top: 0;
  926. margin-bottom: 20px;
  927. }
  928. .contacts-container .center-content .work-time{
  929. margin-bottom: 40px;
  930. }
  931. .contacts-container .center-content .work-time .min-title{
  932. margin-bottom: 20px;
  933. font-family: Cuprum, sans-serif;
  934. font-size: 20px;
  935. font-weight: 700;
  936. }
  937. .contacts-container .center-content .work-time .text{
  938. font-size: 16px;
  939. }
  940. .contacts-container .center-content .to-doctors{
  941. margin-bottom: 60px;
  942. display: inline-block;
  943. }
  944. .contacts-container .center-content .to-doctors .min-title{
  945. margin-bottom: 20px;
  946. font-family: Cuprum, sans-serif;
  947. font-size: 18px;
  948. font-weight: 700;
  949. }
  950. .contacts-container .center-content .callback .min-title-text{
  951. font-size: 16px;
  952. font-family: Cuprum;
  953. font-weight: 700;
  954. }
  955. .contacts-container .center-content .to-doctors .personal-doctor{
  956. width: 33.33333333332%;
  957. display: inline-block;
  958. color: #000;
  959. padding: 0;
  960. padding-right: 10px;
  961. text-decoration: none;
  962. margin-bottom: 40px;
  963. }
  964. .contacts-container .center-content .to-doctors .personal-doctor .doctor-type{
  965. font-size: 14px;
  966. font-family: Cuprum, sans-serif;
  967. color: #929292;
  968. }
  969. .contacts-container .center-content .to-doctors .personal-doctor .doctor-header{
  970. display: inline-block;
  971. width: 100%;
  972. background: #ebebeb;
  973. border-radius: 30px 0 0 30px;
  974. }
  975. .contacts-container .center-content .to-doctors .personal-doctor .doctor-image{
  976. float: left;
  977. }
  978. .contacts-container .center-content .to-doctors .personal-doctor .doctor-name{
  979. padding-top: 10px;
  980. padding-left: 65px;
  981. font-family: Cuprum, sans-serif;
  982. color: #004d7b;
  983. font-size: 18px;
  984. line-height: 18px;
  985. }
  986. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .image{
  987. width: 13%;
  988. float: left;
  989. padding-top: 70px;
  990. }
  991. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text{
  992. padding-top: 10px;
  993. width: 87%;
  994. float: left;
  995. }
  996. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text .category{
  997. color: #929292;
  998. margin-bottom: 10px;
  999. }
  1000. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text .otdels{
  1001. color: #004d7b;
  1002. font-family: Open Sans, sans-serif;
  1003. }
  1004. .contacts-container .center-content .to-doctors .personal-doctor .contacts{
  1005. display: inline-block;
  1006. margin-top: 10px;
  1007. width: 100%;
  1008. background: #ebebeb;
  1009. padding-top: 10px;
  1010. padding-left: 5px;
  1011. padding-right: 5px;
  1012. }
  1013. .contacts-container .center-content .to-doctors .personal-doctor .contact{
  1014. color:#929292;
  1015. font-size: 14px;
  1016. font-family: Cuprum, sans-serif;
  1017. }
  1018. .contacts-container .center-content .to-doctors .personal-doctor .value{
  1019. font-size: 16px;
  1020. margin-bottom: 5px;
  1021. font-family: Cuprum, sans-serif;
  1022. }
  1023. .contacts-container .center-content .to-doctors .personal-doctor .value a {
  1024. font-size: 15px;
  1025. }
  1026. .contacts-container .center-content .to-doctors .personal-doctor .priem{
  1027. margin-top: 10px;
  1028. font-weight: 700;
  1029. font-size: 16px;
  1030. font-family: Cuprum, sans-serif;
  1031. }
  1032. .contacts-container .center-content .callback{
  1033. display: inline-block;
  1034. }
  1035. .contacts-container .center-content .callback .min-title{
  1036. margin-bottom: 20px;
  1037. font-family: Cuprum, sans-serif;
  1038. font-size: 20px;
  1039. font-weight: 700;
  1040. }
  1041. .contacts-container .center-content .callback .min-title-text{
  1042. font-size: 19px;
  1043. margin-bottom: 30px;
  1044. }
  1045. .contacts-container .center-content .callback form p{
  1046. font-size: 12px;
  1047. color: #929292;
  1048. }
  1049. .contacts-container .center-content .callback form input{
  1050. margin-bottom: 10px;
  1051. padding-left: 5px;
  1052. font-family: Open Sans, sans-serif;
  1053. font-size: 14px;
  1054. font-weight: 400;
  1055. width: 100%;
  1056. height: 30px;
  1057. color: #929292;
  1058. background: #ebebeb;
  1059. border: none;
  1060. }
  1061. .contacts-container .center-content .callback form input[type = "checkbox"]{
  1062. width: 20px;
  1063. height: inherit;
  1064. }
  1065. .contacts-container .center-content .callback form span{
  1066. font-size: 12px;
  1067. color: #929292;
  1068. }
  1069. .contacts-container .center-content .callback form textarea{
  1070. width: 100%;
  1071. height: 110px;
  1072. padding-left: 5px;
  1073. font-family: Open Sans, sans-serif;
  1074. font-size: 14px;
  1075. color: #929292;
  1076. background: #ebebeb;
  1077. border: none;
  1078. resize: none;
  1079. }
  1080. .contacts-container .center-content .callback form .form-button{
  1081. margin-top: 10px;
  1082. cursor: pointer;
  1083. padding: 7px 0;
  1084. color: #fff;
  1085. text-align: center;
  1086. font-family: Cuprum , sans-serif;
  1087. font-weight: 700;
  1088. background: #004d7b;
  1089. border: 0;
  1090. }
  1091. .contacts-container .center-content .to-doctors .doctor-button{
  1092. display: inline-block;
  1093. width: 100%;
  1094. margin-top: 10px;
  1095. text-align: center;
  1096. text-decoration: underline;
  1097. font-family: Cuprum, sans-serif;
  1098. padding: 7px 0;
  1099. color: #929292;
  1100. background: #ebebeb;
  1101. }
  1102. .contacts-container .center-content .to-doctors .doctor-button:hover{
  1103. color: #fff;
  1104. background: #004d7b;
  1105. }
  1106. /*
  1107. .contacts-container .center-content .*/
  1108. @media (max-width: 1200px){
  1109. .contacts-container .left-side {
  1110. width: 20% !important;
  1111. }
  1112. .contacts-container .importants .important:nth-child(2) .description{
  1113. padding-left:58px;
  1114. }
  1115. }
  1116. @media (min-width: 1200px){
  1117. .contacts-container .main-title {
  1118. width: 60%;
  1119. padding-left: 40px;
  1120. }
  1121. .contacts-container .focus-content {
  1122. width: 60%;
  1123. padding-left: 40px;
  1124. }
  1125. .contacts-container .important{
  1126. width: 100%;
  1127. }
  1128. }
  1129. @media (max-width: 1200px){
  1130. .contacts-container .center-content .callback{
  1131. margin-bottom: 40px;
  1132. }
  1133. .contacts-container .left-side {
  1134. width: 100% !important;
  1135. margin-bottom: 40px;
  1136. }
  1137. .contacts-container .left-side .main-title{
  1138. float: none;
  1139. width: 100% !important;
  1140. }
  1141. .contacts-container .center-content{
  1142. width: 100%;
  1143. }
  1144. .contacts-container .center-content .to-doctors .personal-doctor{
  1145. width: 100%;
  1146. }
  1147. .contacts-container .center-content .callback form .form-button{
  1148. width: 100%;
  1149. }
  1150. .contacts-container .main-title{
  1151. padding-left: 15px;
  1152. }
  1153. .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .image{
  1154. width: 10%;
  1155. padding-top: 20px;
  1156. }
  1157. .contacts-container .left-side .importants .important-image{
  1158. width: 10%;
  1159. }
  1160. .contacts-container .left-side .importants .description{
  1161. padding-top: 20px;
  1162. }
  1163. .contacts-container .right-side-bar .info .logo{
  1164. display: none;
  1165. }
  1166. .contacts-container .main-title{
  1167. display: block;
  1168. }
  1169. .contacts-container .center-content .title{
  1170. display: none;
  1171. }
  1172. .contacts-container .center-content .subtitle{
  1173. display: none;
  1174. }
  1175. }
  1176. /*CONTACTS PAGE END*/