main2.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. /* Менял-start */
  2. .left-side {
  3. font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
  4. font-weight: 400;
  5. width: 20%;
  6. }
  7. /* Менял-end */
  8. /* Менял-start */
  9. .left-side .value {
  10. font-size: 15px;
  11. margin-bottom: 5px;
  12. }
  13. .left-side .value img {
  14. position: relative;
  15. top: -3px;
  16. }
  17. /* Менял-end */
  18. /* Менял-start */
  19. .left-side .spec .spec-avatar {
  20. width: 50px;
  21. height: 50px;
  22. border-radius: 50%;
  23. display: block;
  24. position: absolute;
  25. margin-left: -10px;
  26. z-index: 10;
  27. left: 15px;
  28. top: 5px;
  29. }
  30. .left-side .spec .text {
  31. margin-left: 60px;
  32. padding-top: 5px;
  33. }
  34. /* Менял-end */
  35. /* Менял-start */
  36. .main-container .col-lg-10 {
  37. /*width: 78%; */
  38. }
  39. /* Менял-end */
  40. /* Добавил-start */
  41. .flat-links--pc {
  42. flex-direction: column;
  43. padding-left: 0;
  44. margin-bottom: 30px;
  45. margin-top: 45px;
  46. }
  47. .flat-links--pc .flat-links__item {
  48. width: 100%;
  49. padding: 5px 0 5px 10px;
  50. }
  51. .flat-links--pc .flat-links__item img {
  52. height: auto;
  53. width: 44px;
  54. }
  55. .flat-links--pc .flat-links__item-description {
  56. font-size: 13px;
  57. line-height: 18px;
  58. font-weight: 700;
  59. font-family: "Open Sans";
  60. }
  61. .left-side .specializations .spec-header img {
  62. position: relative;
  63. top: -3px;
  64. -webkit-transform: rotate(90deg);
  65. -ms-transform: rotate(90deg);
  66. transform: rotate(90deg);
  67. }
  68. .left-side .spec .text .subtitle,
  69. .left-side .spec .text .title {
  70. font-weight: 700;
  71. }
  72. .left-side .spec .text .title {
  73. color: #3b434d;
  74. }
  75. .logo-top-margin {
  76. /*margin-top: -30px;*/
  77. position: relative;
  78. /*
  79. z-index: 99999999;
  80. padding: 20px 0;
  81. */
  82. background: #fff;
  83. }
  84. header .menu ul li:first-child {
  85. margin-left: 65px;
  86. }
  87. .swiper-container-big {
  88. min-height: initial;
  89. height: auto;
  90. margin-bottom: 20px;
  91. }
  92. .banner-anons {
  93. overflow: hidden;
  94. }
  95. .banner-anons img {
  96. width: 100%;
  97. max-width: 469px;
  98. margin: 0px auto;
  99. -o-animation: brightnessOn 0.5s;
  100. -moz-animation: brightnessOn 0.5s;
  101. -webkit-animation: brightnessOn 0.5s;
  102. animation: brightnessOn 0.5s;
  103. -webkit-filter: brightness(100%);
  104. -moz-filter: brightness(100%);
  105. -ms-filter: brightness(100%);
  106. -o-filter: brightness(100%);
  107. filter: brightness(100%);
  108. }
  109. .banner-anons img:hover {
  110. -o-animation: brightnessOff 0.5s;
  111. -moz-animation: brightnessOff 0.5s;
  112. -webkit-animation: brightnessOff 0.5s;
  113. animation: brightnessOff 0.5s;
  114. -webkit-filter: brightness(70%);
  115. -moz-filter: brightness(70%);
  116. -ms-filter: brightness(70%);
  117. -o-filter: brightness(70%);
  118. filter: brightness(70%);
  119. }
  120. .content-right .banner-anons {
  121. padding-left: 15px;
  122. }
  123. .min-title-blue {
  124. color: #3b434d;
  125. margin-bottom: 20px;
  126. margin-top: 15px;
  127. font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
  128. font-size: 20px;
  129. font-weight: 700;
  130. }
  131. .text-page__text p.subtitle-blue {
  132. font-size: 17px;
  133. margin-bottom: 20px;
  134. line-height: 22px;
  135. color: #3b434d;
  136. font-family: "Open Sans";
  137. }
  138. .text-page__text .more a {
  139. font-size: 13px;
  140. color: #929292;
  141. }
  142. header.v9 .menu ul li:first-child {
  143. margin-left: 0px;
  144. }
  145. header.v9 .menu ul {
  146. display: block;
  147. }
  148. header.v9 .circles {
  149. text-align: right;
  150. }
  151. header.v9 .circles .circle, header.v9 #searchToggle {
  152. margin: 8px 0 4px 2px;
  153. float: none;
  154. display: inline-block;
  155. }
  156. header.v9 .soc {
  157. position: initial;
  158. margin-top: 11px;
  159. text-align: center;
  160. }
  161. header.v9 .soc .social {
  162. display: inline-block;
  163. float: none;
  164. }
  165. .left-sidebar-v9,
  166. .right-sidebar-v9 {
  167. width: 230px;
  168. display: inline-block;
  169. vertical-align: top;
  170. margin: 0 15px;
  171. }
  172. .right-sidebar-v9 {
  173. width: 200px;
  174. }
  175. .center-sidebar-v9 {
  176. width: calc(100% - 430px - 1em - 85px);
  177. display: inline-block;
  178. vertical-align: top;
  179. margin: 0 15px;
  180. }
  181. .left-sidebar-v9 .logo {
  182. text-align: center;
  183. padding: 20px 0;
  184. }
  185. .content-fluid {
  186. padding-left: 0;
  187. padding-right: 0;
  188. }
  189. .swiper-container-big .arrow {
  190. width: 10px;
  191. height: 16px;
  192. position: absolute;
  193. z-index: 10;
  194. top: 50%;
  195. cursor: pointer;
  196. }
  197. .swiper-container-big .arrow-left {
  198. background: url(../img/style/slide-arrow-left.png);
  199. left: 10%;
  200. }
  201. .swiper-container-big .arrow-right {
  202. background: url(../img/style/slider-arrow-right.png);
  203. right: 10%;
  204. }
  205. .flat-links--pc-v9 {
  206. margin-top: 20px;
  207. }
  208. .content-center {
  209. padding-right: 15px;
  210. padding-left: 15px;
  211. }
  212. .content-center .today,
  213. .content-center .news {
  214. padding-left: 0;
  215. }
  216. .content-center .today .special-items__item {
  217. width: 100%;
  218. height: auto;
  219. display: block;
  220. border: 0;
  221. }
  222. .content-center .today .special-items__item-content {
  223. padding: 0px 10px;
  224. }
  225. .content-center .today .special-items__item .special-items__item-images,
  226. .content-center .today .special-items__container .special-items__title--school .special-items__dates {
  227. width: 200px;
  228. display: inline-block;
  229. vertical-align: top;
  230. }
  231. .content-center .today .special-items__item .special-items__item-images .entity-badge__badge {
  232. bottom: initial;
  233. top: 15px;
  234. left: 0px;
  235. }
  236. .content-center .today .special-items__top {
  237. height: auto;
  238. }
  239. .content-center .today .special-items__item .special-items__item-text,
  240. .content-center .today .special-items__container .special-items__title--school .special-items__type {
  241. width: calc(100% - 200px - .5em);
  242. display: inline-block;
  243. vertical-align: top;
  244. padding: 0 0px 0 30px;
  245. }
  246. .content-center .today .special-items__item .special-items__item-text .special-items__description {
  247. height: auto;
  248. }
  249. .content-center .today .special-items__item .special-items__item-text .special-items__organization-name {
  250. text-align: left;
  251. padding: 5px 0px;
  252. height: auto;
  253. line-height: 16px;
  254. margin-bottom: 5px;
  255. }
  256. .content-center .today .special-items__item .special-items__item-text .special-items__organization-address {
  257. text-align: left;
  258. padding: 5px 10px;
  259. }
  260. .content-center .today .special-items__item .special-items__item-text .special-items__horizontal-rule {
  261. margin: 5px 0px;
  262. }
  263. .content-center .today .special-items__container {
  264. display: block;
  265. }
  266. .content-center .today .special-items__container .special-items__title--school {
  267. background: #fff;
  268. color: #929292;
  269. display: block;
  270. padding: 10px 10px;
  271. }
  272. .content-center .news .shortnews__list,
  273. .content-center .news .shortnews__list .shortnews__item {
  274. display: block;
  275. }
  276. .content-center .news .shortnews__list .shortnews__item {
  277. height: auto;
  278. border-top-left-radius: 14px;
  279. }
  280. .content-center .news .shortnews__list .shortnews__item .shortnews__imgcase {
  281. max-width: 230px;
  282. display: inline-block;
  283. vertical-align: top;
  284. }
  285. .content-center .news .shortnews__list .shortnews__item .shortnews__textpos {
  286. display: inline-block;
  287. vertical-align: top;
  288. width: calc(100% - 230px - .5em);
  289. position: initial;
  290. background: transparent;
  291. }
  292. .content-center .news .shortnews__list .shortnews__item .shortnews__textpos .shortnews__title {
  293. color: #004d7b;
  294. font-size: 17px;
  295. background: transparent;
  296. }
  297. .content-center .news .shortnews__list .shortnews__item .shortnews__textpos .shortnews__description {
  298. height: auto;
  299. }
  300. .content-center .news .shortnews__list .shortnews__item .shortnews__textpos .shortnews__details {
  301. display: block;
  302. padding: 0 10px;
  303. }
  304. .content-center .news .shortnews__list .shortnews__item .shortnews__textpos .shortnews__details .shortnews__date {
  305. font-family: 'Open Sans';
  306. font-size: 13px;
  307. }
  308. .content-center h2 {
  309. color: #3b434d;
  310. font-size: 25px;
  311. line-height: 30px;
  312. text-align: center;
  313. font-weight: 700;
  314. margin-bottom: 15px;
  315. margin-top: 30px;
  316. }
  317. .personals__tile-v9 .personals__title {
  318. background: #fff;
  319. display: block;
  320. }
  321. .personals__tile-v9 .personals__item {
  322. border: 1px solid #ebebeb;
  323. border-radius: 0;
  324. }
  325. .personals__tile-v9 .personals__details {
  326. border: 0px;
  327. display: block;
  328. }
  329. .personals__tile-v9 .personals__photo {
  330. margin-left: -31px;
  331. top: 0px;
  332. }
  333. .personals__tile-v9 .personals__name {
  334. padding-left: 42px;
  335. min-height: 33px;
  336. }
  337. .personals__tile-v9 .personals__description {
  338. padding: 0px 10px 25px 42px;
  339. }
  340. .personals__tile-v9 {
  341. display: inline-block;
  342. width: 50%;
  343. padding-left: 30px;
  344. padding-right: 30px;
  345. height: 150px;
  346. }
  347. .swiper-spec {
  348. margin-left: auto;
  349. margin-right: auto;
  350. position: relative;
  351. overflow: hidden;
  352. z-index: 1;
  353. }
  354. .content-left .swiper-spec .arrow-right {
  355. background: url(../img/style/slider-arrow-right-grey.png);
  356. right: 10px;
  357. }
  358. .content-left .swiper-spec .arrow-left {
  359. background: url(../img/style/slider-arrow-left-grey.png);
  360. left: 10px;
  361. }
  362. .left-side .doctor {
  363. font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
  364. font-weight: 400;
  365. }
  366. .left-side .doctor .doctor-avatar {
  367. margin-bottom: 8px;
  368. text-align: center;
  369. }
  370. .left-side .doctor .doctor-avatar img {
  371. display: block;
  372. margin: 0 auto;
  373. border-radius: 50%;
  374. }
  375. .left-side .doctor .doctor-name {
  376. text-align: center;
  377. font-size: 20px;
  378. color: #004d7b;
  379. line-height: 22px;
  380. margin-bottom: 4px;
  381. }
  382. .left-side .doctor .doctor-desc {
  383. line-height: 15px;
  384. text-align: center;
  385. color: #929292;
  386. }
  387. .left-side .doctor .doctor-link {
  388. padding: 0;
  389. font-size: 14px;
  390. margin-top: 15px;
  391. text-align: center;
  392. background: #ebebeb;
  393. }
  394. .left-side .doctor .doctor-link a {
  395. color: #929292;
  396. text-decoration: underline;
  397. padding: 9px 0;
  398. display: block;
  399. }
  400. .left-side .doctor .doctor-link a:hover {
  401. color: #fff;
  402. background: #004d7b;
  403. }
  404. @media (max-width: 1250px) {
  405. header.v9 .menu ul li a {
  406. height: 100%;
  407. color: #fff;
  408. font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
  409. font-size: 13px;
  410. }
  411. .flat-links--pc .flat-links__item img {
  412. height: auto;
  413. width: 32px;
  414. }
  415. .flat-links--pc .flat-links__item-description {
  416. font-size: 14px;
  417. line-height: 16px;
  418. }
  419. .main-title .title {
  420. font-size: 24px;
  421. }
  422. .banner-anons {
  423. text-align: center;
  424. }
  425. /* .swiper-container-big {
  426. min-height: 420px;
  427. } */
  428. }
  429. .clear {
  430. content: '';
  431. clear: both;
  432. display: block;
  433. }
  434. @media (max-width: 991px) {
  435. header.v9 .menu > ul {
  436. display: none;
  437. }
  438. .left-sidebar-v9 {
  439. width: 100px;
  440. }
  441. .right-sidebar-v9 {
  442. width: 140px;
  443. }
  444. .center-sidebar-v9 {
  445. width: calc(100% - 240px - 1em - 85px);
  446. }
  447. /* .swiper-container-big {
  448. min-height: 320px;
  449. } */
  450. .flat-links--pc .flat-links__item-description {
  451. font-size: 12px;
  452. line-height: 14px;
  453. }
  454. .personals__tile-v9 {
  455. display: inline-block;
  456. width: 100%;
  457. padding-left: 30px;
  458. padding-right: 30px;
  459. height: auto;
  460. }
  461. .content-left .slider {
  462. position: relative;
  463. margin-bottom: 50px;
  464. }
  465. }
  466. @media (max-width: 767px) {
  467. header.v9 .menu-mobile {
  468. position: absolute;
  469. top: 47px;
  470. width: 160px;
  471. text-align: left;
  472. padding: 0 15px 0;
  473. }
  474. .right-sidebar-v9 {
  475. margin: 0 0 15px;
  476. display: block;
  477. }
  478. header.v9 .col-2 {
  479. width: 16.6666%;
  480. float: left;
  481. }
  482. header.v9 .col-5 {
  483. width: 41.6666%;
  484. float: left;
  485. }
  486. .content-right .banner-anons {
  487. padding-left: 0;
  488. }
  489. .content-center .today .special-items__item .special-items__item-images, .content-center .today .special-items__container .special-items__title--school .special-items__dates {
  490. width: 200px;
  491. display: block;
  492. }
  493. .content-center .today .special-items__item .special-items__item-text, .content-center .today .special-items__container .special-items__title--school .special-items__type {
  494. width: 100%;
  495. display: block;
  496. padding: 0 0px 0 0;
  497. }
  498. .content-center .news .shortnews__list .shortnews__item .shortnews__imgcase {
  499. max-width: 230px;
  500. display: block;
  501. }
  502. .content-center .news .shortnews__list .shortnews__item .shortnews__textpos {
  503. display: block;
  504. width: 100%;
  505. }
  506. .center-sidebar-v9 {
  507. margin: 0 0px;
  508. }
  509. .swiper-container-big {
  510. min-height: initial;
  511. }
  512. }
  513. .content-center h2 {
  514. color: #3b434d;
  515. font-size: 25px;
  516. font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
  517. line-height: 30px;
  518. text-align: center;
  519. font-weight: 700;
  520. margin-bottom: 15px;
  521. margin-top: 30px;
  522. }
  523. @media (max-width: 768px) {
  524. header.v9 .container {
  525. padding: 0px 0px 0;
  526. }
  527. .main-container.container {
  528. padding: 30px 15px 0;
  529. }
  530. .additional-info__item img {
  531. margin: 0 auto;
  532. }
  533. }
  534. /* Добавил-end */
  535. .content-left .about,
  536. .content-right .news {
  537. margin-top: 25px;
  538. }
  539. .menu .soc {
  540. position: relative;
  541. top: 7px;
  542. right: auto;
  543. }