organization.scss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. .organization-info {
  2. &__container {
  3. box-sizing: border-box;
  4. border: 1px solid #ebebeb;
  5. border-radius: 10px 0 0 0;
  6. padding: 0 2px 0 9px;
  7. }
  8. &__header {
  9. margin-bottom: 30px;
  10. }
  11. &__title {
  12. font-family: $fontcuprum;
  13. font-size: 32px;
  14. font-weight: bold;
  15. color: #004d7b;
  16. padding: 3px 0 0 0;
  17. margin-bottom: 5px;
  18. }
  19. &__sub-title {
  20. font-family: $fontcuprum;
  21. font-size: 18px;
  22. font-weight: bold;
  23. color: #3b434d;
  24. }
  25. &__logo {
  26. margin-bottom: 3px;
  27. max-width: 100%;
  28. height: auto;
  29. }
  30. &__address {
  31. font-size: 14px;
  32. line-height: 16px;
  33. text-align: center;
  34. color: #929292;
  35. margin-bottom: 13px;
  36. }
  37. &__map-link {
  38. background: #ebebeb;
  39. padding: 6px 10px;
  40. text-align: center;
  41. font-size: 13px;
  42. margin-bottom: 10px;
  43. color: #929292;
  44. display: block;
  45. &:hover {
  46. background: #d2dee9;
  47. }
  48. }
  49. &__contacts {
  50. &-header {
  51. font-family: $fontcuprum;
  52. font-size: 13px;
  53. color: #929292;
  54. margin-bottom: 2px;
  55. display: block;
  56. }
  57. &-phone {
  58. font-family: $fontcuprum;
  59. padding: 2px 0 1px 25px;
  60. background: url(../img/icon_contact_01.png) no-repeat left center;
  61. margin-bottom: 4px;
  62. display: block;
  63. }
  64. &-show-phones {
  65. font-family: $fontcuprum;
  66. font-size: 13px;
  67. padding-left: 4px;
  68. margin-bottom: 5px;
  69. text-decoration: none;
  70. color: #929292;
  71. &:after {
  72. font-family: $fontcuprum;
  73. content: '>';
  74. display: inline-block;
  75. width: 7px;
  76. height: 7px;
  77. margin-left: 5px;
  78. }
  79. }
  80. &-email {
  81. font-family: $fontcuprum;
  82. padding: 2px 0 1px 25px;
  83. background: url(../img/icon_contact_03.png) no-repeat left center;
  84. margin-bottom: 5px;
  85. color: #004d7b;
  86. text-decoration: none;
  87. display: block;
  88. }
  89. &-site {
  90. font-family: $fontcuprum;
  91. padding: 2px 0 1px 25px;
  92. background: url(../img/icon_contact_02.png) no-repeat left center;
  93. color: #004d7b;
  94. text-decoration: none;
  95. display: block;
  96. }
  97. &-workmode {
  98. font-family: $fontcuprum;
  99. line-height: 22px;
  100. margin-bottom: 32px;
  101. display: block;
  102. }
  103. }
  104. &__description {
  105. font-family: $fontopensans;
  106. font-size: 15px;
  107. line-height: 18px;
  108. position: relative;
  109. overflow: hidden;
  110. max-height: none;
  111. p {
  112. margin: 10px 0;
  113. }
  114. &--short {
  115. max-height: 100px;
  116. &:after {
  117. background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
  118. bottom: 0;
  119. content: "";
  120. display: block;
  121. height: 100px;
  122. left: 0;
  123. position: absolute;
  124. right: 0;
  125. }
  126. }
  127. }
  128. &__description-read-more {
  129. text-align: center;
  130. font-family: $fontopensans;
  131. font-size: 13px;
  132. color: #004d7b;
  133. padding-top: 3px;
  134. margin-bottom: 29px;
  135. cursor: pointer;
  136. }
  137. &__menu {
  138. box-sizing: border-box;
  139. vertical-align: top;
  140. font-size: 15px;
  141. margin-left: 14px;
  142. margin-top: -6px;
  143. padding-left: 3px;
  144. border-left: 1px solid #ebebeb;
  145. max-width: 230px;
  146. font-family: $fontcuprum;
  147. &-item {
  148. }
  149. &-link {
  150. display: block;
  151. padding: 7px 6px;
  152. line-height: 14px;
  153. color: #004d7b;
  154. text-decoration: none;
  155. &:hover {
  156. background: #ebebeb;
  157. }
  158. }
  159. }
  160. &__show-services {
  161. background: #ebebeb;
  162. padding: 6px 10px;
  163. text-align: center;
  164. font-size: 13px;
  165. margin-bottom: 10px;
  166. color: #929292;
  167. display: block;
  168. font-family: $fontcuprum;
  169. text-decoration: none;
  170. }
  171. &__documents {
  172. background: #ebebeb;
  173. td {
  174. border: none;
  175. padding: 5px;
  176. vertical-align: top;
  177. font-family: $fontopensans;
  178. font-size: 13px;
  179. line-height: 15px;
  180. color: #3b434d;
  181. }
  182. tr td:first-child {
  183. padding-right: 19px;
  184. }
  185. tr:first-child td {
  186. padding-top: 10px;
  187. }
  188. tr:last-child td {
  189. padding-bottom: 7px;
  190. }
  191. a {
  192. display: block;
  193. color: #004d7b;
  194. text-decoration: none;
  195. position: relative;
  196. padding-left: 20px;
  197. }
  198. .table_icon:before {
  199. content: '';
  200. display: inline-block;
  201. width: 13px;
  202. height: 15px;
  203. margin: 0 5px 0 0;
  204. position: absolute;
  205. top: 2px;
  206. left: 0;
  207. background: url(../img/icon_table_link.png);
  208. }
  209. }
  210. }