organization.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. $organizationInfoSelector: 'organization-info';
  2. $organizationMediaSelector: 'organization-media';
  3. .#{$organizationInfoSelector} {
  4. &__container {
  5. box-sizing: border-box;
  6. border: 1px solid #ebebeb;
  7. border-radius: 10px 0 0 0;
  8. padding: 0 2px 0 9px;
  9. margin-bottom: 10px;
  10. }
  11. &__header {
  12. margin-bottom: 30px;
  13. }
  14. &__title {
  15. font-family: $fontcuprum;
  16. font-size: 32px;
  17. font-weight: bold;
  18. color: #004d7b;
  19. padding: 3px 0 0 0;
  20. margin-bottom: 5px;
  21. }
  22. &__vrach-img {
  23. position: relative;
  24. }
  25. &__staz {
  26. position: absolute;
  27. background: #ebebeb;
  28. padding: 5px 10px;
  29. border-radius: 0 10px 0 10px;
  30. bottom: 0;
  31. right: 18px;
  32. width: 32px;
  33. height: 55px;
  34. text-align: center;
  35. font-size: 13px;
  36. color: #929292;
  37. }
  38. &__staz span {
  39. font-size: 18px;
  40. color: #004d7b;
  41. }
  42. &__sub-title {
  43. font-family: $fontcuprum;
  44. font-size: 18px;
  45. font-weight: bold;
  46. color: #3b434d;
  47. }
  48. &__logo {
  49. margin-bottom: 3px;
  50. max-width: 100%;
  51. height: auto;
  52. }
  53. &__address {
  54. font-size: 14px;
  55. line-height: 16px;
  56. text-align: center;
  57. color: #929292;
  58. margin-bottom: 13px;
  59. }
  60. &__map-link {
  61. background: #ebebeb;
  62. padding: 6px 10px;
  63. text-align: center;
  64. font-size: 13px;
  65. margin-bottom: 10px;
  66. color: #929292;
  67. display: block;
  68. &:hover {
  69. background: #d2dee9;
  70. }
  71. }
  72. &__map-container {
  73. width: 700px;
  74. max-width: 100%;
  75. position: relative;
  76. padding-top: 100%;
  77. }
  78. &__map {
  79. position: absolute;
  80. top: 0;
  81. bottom: 0;
  82. left: 0;
  83. right: 0;
  84. }
  85. &__contacts {
  86. &-header {
  87. font-family: $fontcuprum;
  88. font-size: 13px;
  89. color: #929292;
  90. margin-bottom: 2px;
  91. display: block;
  92. }
  93. &-phone {
  94. font-family: $fontcuprum;
  95. padding: 2px 0 1px 25px;
  96. background: url(../img/icon_contact_01.png) no-repeat left center;
  97. margin-bottom: 4px;
  98. display: block;
  99. }
  100. &-phones-list {
  101. max-height: 123px;
  102. transition: all 0.5s ease-in-out;
  103. overflow: hidden;
  104. &--all {
  105. max-height: 9999px;
  106. }
  107. }
  108. &-skype {
  109. font-family: $fontcuprum;
  110. padding: 2px 0 1px 25px;
  111. background: url(../img/skype.png) no-repeat left center;
  112. margin-bottom: 4px;
  113. display: block;
  114. }
  115. &-show-phones {
  116. font-family: $fontcuprum;
  117. font-size: 13px;
  118. padding-left: 4px;
  119. margin-bottom: 5px;
  120. text-decoration: none;
  121. color: #929292;
  122. &:after {
  123. font-family: $fontcuprum;
  124. content: '>';
  125. display: inline-block;
  126. width: 7px;
  127. height: 7px;
  128. margin-left: 5px;
  129. }
  130. }
  131. &-email {
  132. font-family: $fontcuprum;
  133. padding: 2px 0 1px 25px;
  134. background: url(../img/icon_contact_03.png) no-repeat left center;
  135. margin-bottom: 5px;
  136. color: #004d7b;
  137. text-decoration: none;
  138. display: block;
  139. }
  140. &-site {
  141. font-family: $fontcuprum;
  142. padding: 2px 0 1px 25px;
  143. background: url(../img/icon_contact_02.png) no-repeat left center;
  144. color: #004d7b;
  145. text-decoration: none;
  146. display: block;
  147. text-overflow: ellipsis;
  148. white-space: nowrap;
  149. overflow: hidden;
  150. }
  151. &-workmode {
  152. font-family: $fontcuprum;
  153. line-height: 22px;
  154. margin-bottom: 32px;
  155. display: block;
  156. }
  157. }
  158. &__description {
  159. font-family: $fontopensans;
  160. font-size: 15px;
  161. line-height: 18px;
  162. position: relative;
  163. overflow: hidden;
  164. max-height: none;
  165. p {
  166. margin: 10px 0;
  167. }
  168. &--short {
  169. max-height: 100px;
  170. &:after {
  171. background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
  172. bottom: 0;
  173. content: "";
  174. display: block;
  175. height: 100px;
  176. left: 0;
  177. position: absolute;
  178. right: 0;
  179. }
  180. }
  181. }
  182. &__description-read-more {
  183. text-align: center;
  184. font-family: $fontopensans;
  185. font-size: 13px;
  186. color: #004d7b;
  187. padding-top: 3px;
  188. margin-bottom: 29px;
  189. cursor: pointer;
  190. }
  191. &__menu-vrachi {
  192. box-sizing: border-box;
  193. vertical-align: top;
  194. font-size: 15px;
  195. margin-left: 10px;
  196. margin-top: 0px;
  197. padding-left: 0px;
  198. min-height: 165px;
  199. max-width: 230px;
  200. font-family: $fontcuprum;
  201. &-header {
  202. font-family: $fontcuprum;
  203. font-size: 13px;
  204. color: #929292;
  205. margin-bottom: 2px;
  206. display: block;
  207. margin-left: 5px;
  208. }
  209. &-item {
  210. }
  211. &-link {
  212. display: block;
  213. padding: 7px 6px;
  214. line-height: 14px;
  215. color: #004d7b;
  216. text-decoration: none;
  217. #{$organizationInfoSelector}--active &,
  218. &:hover {
  219. background: #ebebeb;
  220. }
  221. #{$organizationInfoSelector}--active & {
  222. color: #929292;
  223. }
  224. }
  225. }
  226. &__menu {
  227. box-sizing: border-box;
  228. vertical-align: top;
  229. font-size: 15px;
  230. margin-left: 14px;
  231. margin-top: -6px;
  232. padding-left: 3px;
  233. border-left: 1px solid #ebebeb;
  234. max-width: 230px;
  235. font-family: $fontcuprum;
  236. &-item {
  237. }
  238. &-link {
  239. display: block;
  240. padding: 7px 6px;
  241. line-height: 14px;
  242. color: #004d7b;
  243. text-decoration: none;
  244. #{$organizationInfoSelector}--active &,
  245. &:hover {
  246. background: #ebebeb;
  247. }
  248. #{$organizationInfoSelector}--active & {
  249. color: #929292;
  250. }
  251. }
  252. }
  253. &__show-services {
  254. background: #ebebeb;
  255. padding: 6px 10px;
  256. text-align: center;
  257. font-size: 13px;
  258. margin-bottom: 10px;
  259. color: #929292;
  260. display: block;
  261. font-family: $fontcuprum;
  262. text-decoration: none;
  263. }
  264. &__documents {
  265. background: #ebebeb;
  266. min-width: 100%;
  267. td {
  268. border: none;
  269. padding: 5px;
  270. vertical-align: top;
  271. font-family: $fontopensans;
  272. font-size: 13px;
  273. line-height: 15px;
  274. color: #3b434d;
  275. @media screen and (max-width: 768px) {
  276. display: block;
  277. }
  278. }
  279. tr td:first-child {
  280. padding-right: 19px;
  281. }
  282. tr:first-child td {
  283. padding-top: 10px;
  284. }
  285. tr:last-child td {
  286. padding-bottom: 7px;
  287. }
  288. a {
  289. display: block;
  290. color: #004d7b;
  291. text-decoration: none;
  292. position: relative;
  293. padding-left: 20px;
  294. }
  295. .table_icon:before {
  296. content: '';
  297. display: inline-block;
  298. width: 13px;
  299. height: 15px;
  300. margin: 0 5px 0 0;
  301. position: absolute;
  302. top: 0;
  303. left: 0;
  304. background: url(../img/icon_table_link.png);
  305. }
  306. }
  307. &__socials {
  308. filter: grayscale(1);
  309. & > li {
  310. display: inline-block;
  311. }
  312. }
  313. &__slidedown {
  314. margin-bottom: 14px;
  315. &-title {
  316. font-family: $fontcuprum;
  317. padding: 9px 0;
  318. position: relative;
  319. font-size: 20px;
  320. font-weight: 600;
  321. color: #3b434d;
  322. }
  323. &-subtitle {
  324. color: #004d7b;
  325. font-size: 13px;
  326. display: block;
  327. max-width: 95%;
  328. }
  329. &-mesto {
  330. color: #929292;
  331. font-size: 13px;
  332. }
  333. &-content {
  334. }
  335. &-handler {
  336. position: absolute;
  337. top: 50%;
  338. right: 3px;
  339. width: 15px;
  340. height: 9px;
  341. margin-top: -4px;
  342. cursor: pointer;
  343. background: url(../img/blockslide_sprite.png) no-repeat;
  344. }
  345. }
  346. &__administration-content {
  347. padding-left: 10px;
  348. }
  349. &__sub-organizations {
  350. &-header {
  351. font-family: $fontcuprum;
  352. font-size: 20px;
  353. font-weight: bold;
  354. color: #3b434d;
  355. margin-bottom: 10px;
  356. }
  357. }
  358. }
  359. .#{$organizationMediaSelector} {
  360. &__container {
  361. font-family: $fontcuprum;
  362. border: 1px solid #ebebeb;
  363. padding: 8px 9px 0 9px;
  364. }
  365. &__header {
  366. color: #3b434d;
  367. font-size: 17px;
  368. font-weight: 600;
  369. margin-bottom: 17px;
  370. }
  371. &__list {
  372. font-family: $fontopensans;
  373. font-size: 15px;
  374. margin-bottom: 5px;
  375. display: block;
  376. &-item {
  377. margin-bottom: 3px;
  378. display: block;
  379. text-decoration: none;
  380. color: #000000;
  381. &:hover {
  382. text-decoration: underline;
  383. }
  384. }
  385. }
  386. &__slider {
  387. margin: 0 30px 13px !important;
  388. width: calc(100% - 60px);
  389. &-slide {
  390. text-align: center;
  391. &-content {
  392. max-width: 200px;
  393. margin: 0 auto;
  394. }
  395. }
  396. .slick-arrow {
  397. width: 25px;
  398. height: 45px;
  399. position: absolute;
  400. top: 50%;
  401. margin-top: -23px;
  402. cursor: pointer;
  403. background-image: url(../img/slider/slidersprite.png);
  404. &.slick-prev {
  405. background-position: left top;
  406. left: -27px;
  407. &:hover {
  408. background-position: left bottom;
  409. }
  410. }
  411. &.slick-next {
  412. background-position: right top;
  413. right: -27px;
  414. &:hover {
  415. background-position: right bottom;
  416. }
  417. }
  418. }
  419. }
  420. }