organization.scss 10 KB

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