organization.scss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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. &__sub-title {
  23. font-family: $fontcuprum;
  24. font-size: 18px;
  25. font-weight: bold;
  26. color: #3b434d;
  27. }
  28. &__logo {
  29. margin-bottom: 3px;
  30. max-width: 100%;
  31. height: auto;
  32. }
  33. &__address {
  34. font-size: 14px;
  35. line-height: 16px;
  36. text-align: center;
  37. color: #929292;
  38. margin-bottom: 13px;
  39. }
  40. &__map-link {
  41. background: #ebebeb;
  42. padding: 6px 10px;
  43. text-align: center;
  44. font-size: 13px;
  45. margin-bottom: 10px;
  46. color: #929292;
  47. display: block;
  48. &:hover {
  49. background: #d2dee9;
  50. }
  51. }
  52. &__contacts {
  53. &-header {
  54. font-family: $fontcuprum;
  55. font-size: 13px;
  56. color: #929292;
  57. margin-bottom: 2px;
  58. display: block;
  59. }
  60. &-phone {
  61. font-family: $fontcuprum;
  62. padding: 2px 0 1px 25px;
  63. background: url(../img/icon_contact_01.png) no-repeat left center;
  64. margin-bottom: 4px;
  65. display: block;
  66. }
  67. &-show-phones {
  68. font-family: $fontcuprum;
  69. font-size: 13px;
  70. padding-left: 4px;
  71. margin-bottom: 5px;
  72. text-decoration: none;
  73. color: #929292;
  74. &:after {
  75. font-family: $fontcuprum;
  76. content: '>';
  77. display: inline-block;
  78. width: 7px;
  79. height: 7px;
  80. margin-left: 5px;
  81. }
  82. }
  83. &-email {
  84. font-family: $fontcuprum;
  85. padding: 2px 0 1px 25px;
  86. background: url(../img/icon_contact_03.png) no-repeat left center;
  87. margin-bottom: 5px;
  88. color: #004d7b;
  89. text-decoration: none;
  90. display: block;
  91. }
  92. &-site {
  93. font-family: $fontcuprum;
  94. padding: 2px 0 1px 25px;
  95. background: url(../img/icon_contact_02.png) no-repeat left center;
  96. color: #004d7b;
  97. text-decoration: none;
  98. display: block;
  99. }
  100. &-workmode {
  101. font-family: $fontcuprum;
  102. line-height: 22px;
  103. margin-bottom: 32px;
  104. display: block;
  105. }
  106. }
  107. &__description {
  108. font-family: $fontopensans;
  109. font-size: 15px;
  110. line-height: 18px;
  111. position: relative;
  112. overflow: hidden;
  113. max-height: none;
  114. p {
  115. margin: 10px 0;
  116. }
  117. &--short {
  118. max-height: 100px;
  119. &:after {
  120. background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
  121. bottom: 0;
  122. content: "";
  123. display: block;
  124. height: 100px;
  125. left: 0;
  126. position: absolute;
  127. right: 0;
  128. }
  129. }
  130. }
  131. &__description-read-more {
  132. text-align: center;
  133. font-family: $fontopensans;
  134. font-size: 13px;
  135. color: #004d7b;
  136. padding-top: 3px;
  137. margin-bottom: 29px;
  138. cursor: pointer;
  139. }
  140. &__menu {
  141. box-sizing: border-box;
  142. vertical-align: top;
  143. font-size: 15px;
  144. margin-left: 14px;
  145. margin-top: -6px;
  146. padding-left: 3px;
  147. border-left: 1px solid #ebebeb;
  148. max-width: 230px;
  149. font-family: $fontcuprum;
  150. &-item {
  151. }
  152. &-link {
  153. display: block;
  154. padding: 7px 6px;
  155. line-height: 14px;
  156. color: #004d7b;
  157. text-decoration: none;
  158. #{$organizationInfoSelector}--active &,
  159. &:hover {
  160. background: #ebebeb;
  161. }
  162. #{$organizationInfoSelector}--active & {
  163. color: #929292;
  164. }
  165. }
  166. }
  167. &__show-services {
  168. background: #ebebeb;
  169. padding: 6px 10px;
  170. text-align: center;
  171. font-size: 13px;
  172. margin-bottom: 10px;
  173. color: #929292;
  174. display: block;
  175. font-family: $fontcuprum;
  176. text-decoration: none;
  177. }
  178. &__documents {
  179. background: #ebebeb;
  180. td {
  181. border: none;
  182. padding: 5px;
  183. vertical-align: top;
  184. font-family: $fontopensans;
  185. font-size: 13px;
  186. line-height: 15px;
  187. color: #3b434d;
  188. }
  189. tr td:first-child {
  190. padding-right: 19px;
  191. }
  192. tr:first-child td {
  193. padding-top: 10px;
  194. }
  195. tr:last-child td {
  196. padding-bottom: 7px;
  197. }
  198. a {
  199. display: block;
  200. color: #004d7b;
  201. text-decoration: none;
  202. position: relative;
  203. padding-left: 20px;
  204. }
  205. .table_icon:before {
  206. content: '';
  207. display: inline-block;
  208. width: 13px;
  209. height: 15px;
  210. margin: 0 5px 0 0;
  211. position: absolute;
  212. top: 2px;
  213. left: 0;
  214. background: url(../img/icon_table_link.png);
  215. }
  216. }
  217. &__socials {
  218. filter: grayscale(1);
  219. & > li {
  220. display: inline-block;
  221. }
  222. }
  223. &__slidedown {
  224. margin-bottom: 14px;
  225. &-title {
  226. font-family: $fontcuprum;
  227. padding: 9px 0;
  228. position: relative;
  229. font-size: 20px;
  230. font-weight: 600;
  231. color: #3b434d;
  232. }
  233. &-content {
  234. }
  235. &-handler {
  236. position: absolute;
  237. top: 50%;
  238. right: 3px;
  239. width: 15px;
  240. height: 9px;
  241. margin-top: -4px;
  242. cursor: pointer;
  243. background: url(../img/blockslide_sprite.png) no-repeat;
  244. }
  245. }
  246. &__administration-content {
  247. padding-left: 10px;
  248. }
  249. &__sub-organizations {
  250. &-header {
  251. font-family: $fontcuprum;
  252. font-size: 20px;
  253. font-weight: bold;
  254. color: #3b434d;
  255. margin-bottom: 10px;
  256. }
  257. }
  258. }
  259. .#{$organizationMediaSelector} {
  260. &__container {
  261. font-family: $fontcuprum;
  262. border: 1px solid #ebebeb;
  263. padding: 8px 9px 0 9px;
  264. }
  265. &__header {
  266. color: #3b434d;
  267. font-size: 17px;
  268. font-weight: 600;
  269. margin-bottom: 17px;
  270. }
  271. &__list {
  272. font-family: $fontopensans;
  273. font-size: 15px;
  274. margin-bottom: 5px;
  275. display: block;
  276. &-item {
  277. margin-bottom: 3px;
  278. display: block;
  279. text-decoration: none;
  280. color: #000000;
  281. &:hover {
  282. text-decoration: underline;
  283. }
  284. }
  285. }
  286. &__slider {
  287. margin: 0 30px 13px;
  288. width: calc(100% - 60px);
  289. &-slide {
  290. text-align: center;
  291. &-content {
  292. max-width: 200px;
  293. margin: 0 auto;
  294. }
  295. }
  296. .slick-arrow {
  297. width: 25px;
  298. height: 45px;
  299. position: absolute;
  300. top: 50%;
  301. margin-top: -23px;
  302. cursor: pointer;
  303. background-image: url(../img/slider/slidersprite.png);
  304. &.slick-prev {
  305. background-position: left top;
  306. left: -27px;
  307. &:hover {
  308. background-position: left bottom;
  309. }
  310. }
  311. &.slick-next {
  312. background-position: right top;
  313. right: -27px;
  314. &:hover {
  315. background-position: right bottom;
  316. }
  317. }
  318. }
  319. }
  320. }