organization.scss 10 KB

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