full-news.scss 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. .full-news {
  2. &__details {
  3. display: -webkit-flex;
  4. display: -ms-flex;
  5. display: flex;
  6. flex-direction: row;
  7. font-size: 13px;
  8. width: 100%;
  9. justify-content: space-between;
  10. height: 14px;
  11. line-height: 14px;
  12. margin-bottom: 20px;
  13. }
  14. &__left {
  15. display: -webkit-flex;
  16. display: -ms-flex;
  17. display: flex;
  18. flex-direction: row;
  19. height: 14px;
  20. line-height: 14px;
  21. }
  22. &__date {
  23. margin-right: 20px;
  24. color: #929292;
  25. }
  26. &__category {
  27. color: #e65e26;
  28. text-decoration: none;
  29. margin-right: 20px;
  30. height: 14px;
  31. line-height: 14px;
  32. background: url("../img/icon_category@2x.png") 0 -7px / 30px 60px no-repeat;
  33. padding-left: 23px;
  34. &:hover {
  35. color: #eb914e;
  36. background: url("../img/icon_category@2x.png") 0 -37px / 30px 60px no-repeat;
  37. }
  38. }
  39. &__region {
  40. color: #e65e26;
  41. text-decoration: none;
  42. margin-right: 20px;
  43. background: url("../img/icon_regionmark.png") 0 0 / 10px 28px no-repeat;
  44. padding-left: 15px;
  45. height: 14px;
  46. line-height: 14px;
  47. position: relative;
  48. z-index: 1;
  49. &:hover {
  50. color: #eb914e;
  51. background-position: 0 -14px;
  52. }
  53. }
  54. &__right {
  55. display: -webkit-flex;
  56. display: -ms-flex;
  57. display: flex;
  58. flex-direction: row;
  59. color: #929292;
  60. height: 14px;
  61. line-height: 14px;
  62. }
  63. &__views {
  64. margin-right: 20px;
  65. background: url("../img/icon_views@2x.png") left center / auto 12px no-repeat;
  66. padding-left: 23px;
  67. height: 14px;
  68. line-height: 14px;
  69. }
  70. &__comments {
  71. background: url("../img/icon_comments@2x.png") left center / auto 15px no-repeat;
  72. padding-left: 18px;
  73. height: 14px;
  74. line-height: 14px;
  75. }
  76. &__slideritem {
  77. text-align: center;
  78. }
  79. &__sliderimg {
  80. display: block;
  81. width: 100%;
  82. max-width: 710px;
  83. height: 100%;
  84. max-height: 360px;
  85. border-radius: 10px 0 0 0 / 10px 0 0 0;
  86. margin: auto;
  87. }
  88. .lSPager.lSGallery {
  89. li {
  90. margin: 5px 0;
  91. img {
  92. margin: auto;
  93. filter: grayscale(0.75) saturate(75%) contrast(75%) brightness(0.75);
  94. &:hover {
  95. filter: none;
  96. }
  97. }
  98. &.active img {
  99. filter: none;
  100. }
  101. }
  102. }
  103. &__block-title {
  104. font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
  105. font-size: 20px;
  106. color: #004d7b;
  107. font-weight: 600;
  108. padding: 10px 0;
  109. display: block;
  110. }
  111. &__announce {
  112. font-size: 18px;
  113. font-family: $fontcuprum;
  114. margin: 20px 0;
  115. }
  116. &__text {
  117. margin-bottom: 40px;
  118. padding-bottom: 10px;
  119. border-bottom: 1px solid #ebebeb;
  120. h2 {
  121. font-family: $fontcuprum;
  122. font-size: 25px;
  123. margin: 20px 0;
  124. font-weight: 600;
  125. }
  126. h3 {
  127. font-family: $fontcuprum;
  128. font-size: 20px;
  129. margin: 20px 0;
  130. font-weight: 600;
  131. }
  132. p {
  133. font-family: $fontopensans;
  134. font-size: 15px;
  135. margin: 20px 0;
  136. img {
  137. float: left;
  138. margin-right: 20px;
  139. margin-bottom: 23px;
  140. margin-top: 6px;
  141. }
  142. }
  143. ul {
  144. margin: 0;
  145. padding: 0;
  146. list-style-type: none;
  147. li {
  148. padding-left: 12px;
  149. position: relative;
  150. font-size: 16px;
  151. font-family: $fontopensans;
  152. color: #404040;
  153. line-height: 1.5;
  154. margin-bottom: 10px;
  155. &:before {
  156. content: '';
  157. display: block;
  158. position: absolute;
  159. left: 0;
  160. top: 10px;
  161. background: #265e86;
  162. border-radius: 50%;
  163. width: 6px;
  164. height: 6px;
  165. }
  166. }
  167. }
  168. ol {
  169. margin: 0;
  170. padding: 0;
  171. list-style-type: none;
  172. li {
  173. counter-increment: step-counter;
  174. font-size: 16px;
  175. font-family: $fontopensans;
  176. color: #404040;
  177. line-height: 1.5;
  178. &:before {
  179. content: counter(step-counter) ".";
  180. font-size: 11px;
  181. font-family: $fontopensans;
  182. color: #004d7b;
  183. font-weight: bold;
  184. }
  185. }
  186. }
  187. table {
  188. width: 100%;
  189. border-spacing: 0;
  190. border: 1px solid #e6e6e6;
  191. margin-top: 20px;
  192. th {
  193. background: #e6e6e6;
  194. font-size: 11px;
  195. font-family: $fontopensans;
  196. color: #004d7b;
  197. text-transform: uppercase;
  198. line-height: 1.2;
  199. padding: 17px 0 17px 12px;
  200. border: 1px solid #e6e6e6;
  201. text-align: left;
  202. &:nth-child(1) {
  203. width: 19%;
  204. }
  205. &:nth-child(2) {
  206. width: 23%;
  207. }
  208. }
  209. td {
  210. font-size: 14px;
  211. font-family: $fontopensans;
  212. color: #404040;
  213. line-height: 1.714;
  214. padding: 14px 0 14px 12px;
  215. border: 1px solid #e6e6e6;
  216. vertical-align: top;
  217. &:nth-child(1) {
  218. width: 13%;
  219. }
  220. &:nth-child(2) {
  221. width: 23%;
  222. }
  223. }
  224. .mobileth {
  225. display: none;
  226. }
  227. }
  228. .col3__item {
  229. display: inline-block;
  230. width: calc(33% - 0.25em - 10px);
  231. margin-right: 20px;
  232. &:last-child {
  233. margin-right: 0;
  234. }
  235. }
  236. .col2__item {
  237. display: inline-block;
  238. width: calc(50% - 0.25em - 10px);
  239. margin-right: 20px;
  240. &:last-child {
  241. margin-right: 0;
  242. }
  243. }
  244. }
  245. &__other-materials {
  246. margin: 20px 0;
  247. &-read-all {
  248. color: #fff;
  249. background-color: #eb914e;
  250. display: block;
  251. text-align: center;
  252. padding: 10px 0;
  253. text-decoration: none;
  254. font-size: 13px;
  255. &:hover {
  256. background-color: #d46818;
  257. }
  258. }
  259. }
  260. &__source {
  261. display: block;
  262. &-item {
  263. margin: 10px 0;
  264. display: block;
  265. font-size: 15px;
  266. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  267. line-height: 1.4;
  268. a {
  269. font-size: inherit;
  270. color: #004d7b;
  271. font-family: inherit;
  272. }
  273. }
  274. &-title {
  275. font-size: 13px;
  276. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  277. display: inline-block;
  278. color: #a2a1a1;
  279. }
  280. }
  281. &__gallery {
  282. position: relative;
  283. &-img {
  284. overflow: hidden;
  285. border-radius: 10px 0 0 0;
  286. }
  287. &-preview {
  288. width: 140px;
  289. }
  290. &-prevs {
  291. &-left,
  292. &-right {
  293. display: inline-block;
  294. background: url('../img/slider/sliderLeft.png');
  295. cursor: pointer;
  296. width: 25px;
  297. height: 45px;
  298. vertical-align: top;
  299. transform: translate(0, -50%);
  300. position: absolute;
  301. bottom: 15px;
  302. top: auto;
  303. }
  304. &-left {
  305. margin-right: 15px;
  306. &:hover {
  307. background: url('../img/slider/sliderLeft-hover.png');
  308. }
  309. }
  310. &-right {
  311. background: url('../img/slider/sliderRight.png');
  312. right: 0;
  313. &:hover {
  314. background: url('../img/slider/sliderRight-hover.png');
  315. }
  316. }
  317. }
  318. }
  319. .fotorama__nav-wrap {
  320. width: -moz-calc(100% - 80px);
  321. width: -webkit-calc(100% - 80px);
  322. width: calc(100% - 80px);
  323. margin-left: 40px !important;
  324. position: relative;
  325. }
  326. }