App.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. *,
  2. *:before,
  3. *:after {
  4. margin: 0;
  5. padding: 0;
  6. box-sizing: border-box;
  7. }
  8. body {
  9. color: #000;
  10. font: 400 16px/32px 'Roboto' , Arial;
  11. }
  12. a {
  13. color: inherit;
  14. text-decoration: none;
  15. transition: .4s;
  16. }
  17. img {
  18. max-width: 100%;
  19. height: auto;
  20. vertical-align: top;
  21. }
  22. button {
  23. display: block;
  24. border: none;
  25. font: inherit;
  26. background-color: transparent;
  27. cursor: pointer;
  28. transition: .4s;
  29. }
  30. ul li {
  31. list-style-type: none;
  32. }
  33. .btn-primary {
  34. color: #fff;
  35. font-size: 16px;
  36. font-weight: 400;
  37. background-color: #34547A;
  38. }
  39. .main1 {
  40. background-color: #EEEFF1;
  41. }
  42. .main2 {
  43. background-color: #34547A;
  44. }
  45. .main3 {
  46. background-color: #EEEFF1;
  47. }
  48. .main4 {
  49. margin-top: 28px;
  50. }
  51. .main5 {
  52. background-color: #EEEFF1;
  53. }
  54. .mainfooter {
  55. background-color: #34547A;
  56. }
  57. .btn-primary:hover {
  58. color: #94b7e2;
  59. }
  60. header {
  61. background-color: #EEEFF1;
  62. }
  63. .header {
  64. display: flex;
  65. justify-content: space-between;
  66. align-items: center;
  67. padding: 20px 0;
  68. }
  69. .header__title {
  70. background-image: url(img/WD.png);
  71. background-repeat: no-repeat;
  72. text-align: center;
  73. font-size: 48px;
  74. line-height: 60px;
  75. min-width: 96px;
  76. height: 60px;
  77. left: 402px;
  78. top: 50px;
  79. }
  80. .header-nav__item {
  81. display: inline-block;
  82. font-weight: 400;
  83. margin-right: 42px;
  84. font-size: 16px;
  85. }
  86. .header-nav__item:hover {
  87. color:#75b6b9;
  88. }
  89. .header-nav__item:last-child {
  90. margin-right: 0;
  91. }
  92. .flex__box {
  93. display: flex;
  94. flex-wrap: wrap;
  95. }
  96. .conteiner__images__pc {
  97. margin-top: 20px;
  98. margin-left: 78px;
  99. }
  100. .banner-wrap {
  101. padding: 147px 0 146px;
  102. }
  103. .banner {
  104. width: 541px;
  105. margin-left: auto;
  106. }
  107. .banner__text {
  108. margin-bottom: 60px;
  109. display: block;
  110. font-size: 48px;
  111. font-weight: 500;
  112. line-height: 79px
  113. }
  114. .banner__lorem {
  115. font-size: 16px;
  116. line-height: 26px;
  117. font-weight: 400;
  118. color: #727272;
  119. margin-bottom: 60px;
  120. }
  121. .banner-link-wrap {
  122. min-width: 225px;
  123. height: 55px;
  124. margin-top: 85px;
  125. }
  126. .banner__link {
  127. padding: 25px 41px;
  128. }
  129. .wrapper {
  130. width: 100%;
  131. position: relative;
  132. overflow: hidden;
  133. }
  134. .conteiner {
  135. max-width: 1180px;
  136. padding: 0 15px;
  137. margin: 0 auto;
  138. }
  139. .banner_me {
  140. padding-top: 120px;
  141. max-width: 540px;
  142. text-align: center;
  143. margin: auto;
  144. }
  145. .img__box__work {
  146. display: flex;
  147. position: relative;
  148. flex-wrap: wrap;
  149. }
  150. .img__work {
  151. position: relative;
  152. cursor: pointer;
  153. }
  154. .img__play {
  155. position: relative;
  156. width: 100px;
  157. height: 100px;
  158. left: 520px;
  159. bottom: 470px;
  160. }
  161. .projects {
  162. display: flex;
  163. justify-content: space-around;
  164. flex-wrap: wrap;
  165. margin-top: 60px;
  166. }
  167. .box {
  168. display: flex;
  169. align-items: center
  170. }
  171. .img__analytics {
  172. width: 46px;
  173. height: 50px;
  174. color: #fff;
  175. margin: 100px 0 100px 0;
  176. }
  177. .projects__text {
  178. flex-direction: row;
  179. color: #fff;
  180. font-weight: 400;
  181. font-size: 16px;
  182. line-height: 26px;
  183. margin: 10px;
  184. }
  185. .section-skill {
  186. padding: 100px 0 100px 0;
  187. }
  188. .skill-row {
  189. display: flex;
  190. margin: 0 -75px;
  191. }
  192. .skill-col {
  193. width: 50%;
  194. padding: 0 75px;
  195. }
  196. .skill-text {
  197. display: flex;
  198. flex-direction: column;
  199. justify-content: center;
  200. }
  201. .skill-bg {
  202. background-image: url(img/img.jpg);
  203. height: 450px;
  204. background-size: cover;
  205. background-position: center;
  206. background-repeat: no-repeat;
  207. padding-top: 47%;
  208. }
  209. .section-header {
  210. padding-bottom: 25px;
  211. }
  212. .section-header .title {
  213. font-size: 32px;
  214. line-height: 1.18;
  215. font-weight: 500;
  216. margin: 0 0 25px;
  217. }
  218. .skill-title {
  219. color: #727272;
  220. font-size: 16px;
  221. line-height: 1.6;
  222. display: block;
  223. margin-bottom: 20px;
  224. }
  225. .skills-item:not(last-child) {
  226. margin-bottom: 30px;
  227. }
  228. .skill-wrap {
  229. position: relative;
  230. height: 4px;
  231. background: #c4c4c4;
  232. }
  233. .skill {
  234. position: absolute;
  235. top: 0;
  236. bottom: 0;
  237. left: 0;
  238. background: #34547a;
  239. width: 85%;
  240. }
  241. .style123 {
  242. margin-top: 57px;
  243. margin-bottom: 100px;
  244. }
  245. .conteiner2 {
  246. display: flex;
  247. flex-wrap: wrap;
  248. justify-content: center;
  249. max-width: 1920px;
  250. padding: 0 15px;
  251. margin: 0 auto;
  252. }
  253. .img__box {
  254. position: relative;
  255. width: 469px;
  256. height: 469px;
  257. cursor: pointer;
  258. }
  259. .img__box:hover::before {
  260. position: absolute;
  261. content: '';
  262. top: 0;
  263. left: 0;
  264. width: 100%;
  265. height: 100%;
  266. background-color: rgb(52 84 122 /80%);
  267. }
  268. .eye__img {
  269. position: inherit;
  270. width: 100px;
  271. height: 100px;
  272. bottom: 282px;
  273. left: 185px;
  274. opacity: 0;
  275. }
  276. .img__box:hover .eye__img {
  277. opacity: 1;
  278. }
  279. .microsoft__box {
  280. display: flex;
  281. justify-content: space-around;
  282. flex-wrap: wrap;
  283. margin: 72px 0 100px 0;
  284. }
  285. input {
  286. outline: none;
  287. padding: 3px 0 0 16px;
  288. border: none;
  289. margin: 65px 15px 20px 15px;
  290. width: 100%;
  291. font-size: 20px;
  292. }
  293. .form__inputs {
  294. display: flex;
  295. justify-content: center;
  296. flex-wrap: wrap;
  297. }
  298. .last__input {
  299. padding: 3px 0 125px 16px;
  300. margin: 20px;
  301. width: 540px;
  302. height: 175px;
  303. }
  304. .input {
  305. width: 255px;
  306. height: 50px;
  307. }
  308. .button__block {
  309. display: flex;
  310. justify-content: center;
  311. }
  312. .btn__form {
  313. text-align: center;
  314. padding-top: 14px;
  315. margin: 50px 0 100px 0;
  316. color: #fff;
  317. font-size: 14px;
  318. font-weight: 400;
  319. background-color: #34547A;
  320. width: 190px;
  321. height: 55px;
  322. }
  323. .footer__box {
  324. display: flex;
  325. justify-content: space-between
  326. }
  327. .footer__name__rights {
  328. display: flex;
  329. flex-direction: column;
  330. }
  331. .myname__text {
  332. width: 200px;
  333. margin: 50px 0 20px 0;
  334. font-weight: 500;
  335. font-size: 21px;
  336. line-height: 25px;
  337. color: #fff;
  338. }
  339. .rights__text {
  340. width: 200px;
  341. margin-bottom: 20px;
  342. font-size: 13px;
  343. color: #fff;
  344. }
  345. .vk__box {
  346. margin-top: 56px;
  347. }