style.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. @import 'fonts.css';
  2. body {
  3. font-family: 'Open Sans';
  4. }
  5. ul,
  6. li {
  7. display: block;
  8. padding: 0;
  9. margin: 0;
  10. }
  11. /*Меню*/
  12. .menu-bar {
  13. background: #fff;
  14. padding: 20px 0;
  15. color: #212121;
  16. }
  17. .menu__item {
  18. margin-left: 37px;
  19. }
  20. .menu__item a {
  21. font-family: 'Open Sans Semibold';
  22. font-size: 20px;
  23. color: #212121;
  24. }
  25. .menu__item a:hover {
  26. text-decoration: none;
  27. color: #868686;
  28. }
  29. /*Шапка*/
  30. .header {
  31. color: white;
  32. text-align: center;
  33. padding: 180px 0;
  34. background-size: cover;
  35. background-position: 0 100%;
  36. background-image: url(../img/header.png);
  37. }
  38. .header__title {
  39. font-size: 55px;
  40. }
  41. .header__text {
  42. font-size: 20px;
  43. margin-bottom: 100px;
  44. }
  45. .button {
  46. text-transform: uppercase;
  47. cursor: pointer;
  48. padding: 10px 25px;
  49. margin: 0 10px;
  50. color: white;
  51. transition: 0.3s;
  52. background: #00897b;
  53. border: 2px solid #00897b;
  54. }
  55. .button:hover {
  56. background: transparent;
  57. border: 2px solid white;
  58. }
  59. /*О нас*/
  60. .about {
  61. padding-top: 120px;
  62. padding-bottom: 125px;
  63. color: black;
  64. background: white;
  65. text-align: center;
  66. }
  67. .about__title {
  68. font-size: 30px;
  69. font-weight: bold;
  70. }
  71. .about__text {
  72. color: #212121;
  73. font-size: 15px;
  74. margin-bottom: 110px;
  75. }
  76. .about_h3 {
  77. margin-top: 30px;
  78. margin-bottom: 20px;
  79. font-family: 'Open Sans Semibold';
  80. font-size: 20px;
  81. }
  82. /*Наши услуги*/
  83. .services {
  84. padding-top: 165px;
  85. padding-bottom: 125px;
  86. color: black;
  87. background: #e4fdf9;
  88. text-align: center;
  89. }
  90. .our_card {
  91. background: white;
  92. padding: 50px 40px 40px;
  93. transition: 0.3s;
  94. margin-bottom: 30px;
  95. }
  96. .our_card:hover {
  97. background: #00897b;
  98. color: white;
  99. box-shadow: 0px 10px 12px -3px rgba(0, 0, 0, 0.26);
  100. }
  101. .our_card:hover .icon {
  102. color: white;
  103. }
  104. .our_card:hover .button-services {
  105. border: 2px solid white;
  106. color: white;
  107. }
  108. .icon {
  109. transition: 0.3s;
  110. font-size: 60px;
  111. color: black;
  112. }
  113. .button-services {
  114. margin-top: 20px;
  115. transition: 0.3s;
  116. color: black;
  117. text-transform: uppercase;
  118. border: 2px solid black;
  119. background: transparent;
  120. padding: 10px 12px 10px;
  121. font-family: 'Open Sans Semibold';
  122. }
  123. .button-services:hover {
  124. cursor: pointer;
  125. }
  126. /*Портфолио*/
  127. .portfolio {
  128. text-align: center;
  129. padding-top: 120px;
  130. padding-bottom: 135px;
  131. }
  132. .portfolio button:hover,
  133. .focused {
  134. color: black;
  135. background: transparent;
  136. border: 2px solid #00897b;
  137. }
  138. .portfolio img {
  139. max-width: 100%;
  140. margin-bottom: 30px;
  141. }
  142. .filter {
  143. padding: 120px 0;
  144. }
  145. div[filter]:hover img {
  146. filter: brightness(50%);
  147. transition: 0.3s;
  148. }
  149. .text {
  150. display: none;
  151. }
  152. div[filter]:hover .text {
  153. display: block;
  154. width: 100%;
  155. color: #fff;
  156. position: absolute;
  157. top: 40%;
  158. left: 0;
  159. z-index: 3;
  160. text-align: center;
  161. }
  162. /* Цены */
  163. .pricing {
  164. padding-top: 165px;
  165. padding-bottom: 125px;
  166. color: black;
  167. background: #f0f1f1;
  168. text-align: center;
  169. }
  170. .price {
  171. transition: 0.5s;
  172. background: #fff;
  173. margin-bottom: 20px;
  174. }
  175. .price:hover {
  176. box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.39);
  177. }
  178. .price__head {
  179. color: white;
  180. padding-top: 40px;
  181. padding-bottom: 65px;
  182. background-image: url(../img/pricing_bg.png);
  183. background-size: cover;
  184. background-repeat: no-repeat;
  185. max-height: 211px;
  186. }
  187. .price__head p {
  188. font-size: 25px;
  189. }
  190. .price__head {
  191. font-size: 50px;
  192. }
  193. .price__head sub {
  194. vertical-align: middle;
  195. font-size: 17px;
  196. }
  197. .price__head sup {
  198. vertical-align: middle;
  199. font-size: 25px;
  200. }
  201. .price__body {
  202. font-size: 17px;
  203. color: #212121;
  204. }
  205. .price__body ul li {
  206. padding-top: 28px;
  207. padding-bottom: 12px;
  208. margin: 0 auto;
  209. max-width: 175px;
  210. border-bottom: 1px solid #bfbfbf;
  211. }
  212. .price__footer {
  213. padding: 60px 0;
  214. }
  215. .price__footer button {
  216. cursor: pointer;
  217. color: #212121;
  218. background: transparent;
  219. width: 180px;
  220. height: 60px;
  221. font-size: 20px;
  222. border: 2px solid #212121;
  223. transition: 0.3s;
  224. }
  225. .price__footer button:hover {
  226. text-transform: uppercase;
  227. color: white;
  228. background: #00897b;
  229. border: none;
  230. }
  231. /* Команда */
  232. .team {
  233. padding-top: 165px;
  234. padding-bottom: 125px;
  235. color: black;
  236. background: #fff;
  237. text-align: center;
  238. }
  239. .team h4 {
  240. margin-top: 30px;
  241. font-size: 20px;
  242. font-family: 'Open Sans Semibold';
  243. }
  244. .team p {
  245. font-size: 15px;
  246. margin-bottom: 30px;
  247. }
  248. .icons {
  249. display: flex;
  250. justify-content: center;
  251. }
  252. .icons a i {
  253. transition: 0.3s;
  254. }
  255. .icons i:nth-child(1) {
  256. color: #f0f1f1;
  257. }
  258. .icons i:nth-child(2) {
  259. color: #00897b;
  260. }
  261. .icons a:hover i:nth-child(1) {
  262. color: #3949ab;
  263. }
  264. .icons a:hover i:nth-child(2) {
  265. color: #fff;
  266. }
  267. .team img {
  268. margin: 0 auto;
  269. max-width: 340px;
  270. }
  271. .multiple-items {
  272. margin-top: 125px;
  273. }
  274. .dots-style {
  275. margin-top: 115px;
  276. display: flex;
  277. justify-content: center;
  278. }
  279. .dots-style button {
  280. background: #00897b;
  281. border: none;
  282. border-radius: 50%;
  283. font-size: 0;
  284. height: 15px;
  285. width: 15px;
  286. margin: 5px;
  287. }
  288. .dots-style li[class="slick-active"] button {
  289. background: #3949ab;
  290. }
  291. /*Блог*/
  292. .blog-item {
  293. width: 48%;
  294. }
  295. .left>div:first-child {
  296. order: 1;
  297. }
  298. .left>div:last-child {
  299. order: 2;
  300. }
  301. .right>div:first-child {
  302. order: 2;
  303. }
  304. .right>div:last-child {
  305. order: 1;
  306. }
  307. .blog {
  308. text-align: left;
  309. margin-top: 60px;
  310. }
  311. .blog a {
  312. font-size: 25px;
  313. color: #00897b;
  314. font-family: 'Open Sans Semibold';
  315. }
  316. .blog div {
  317. margin-top: 15px;
  318. margin-bottom: 20px;
  319. }
  320. .blog span {
  321. font-size: 17px;
  322. font-family: 'Open Sans Semibold';
  323. margin-right: 35px;
  324. }
  325. .blog i {
  326. margin-right: 15px;
  327. }
  328. .blog p {
  329. font-size: 15px;
  330. }
  331. .button_blog {
  332. width: 220px;
  333. height: 70px;
  334. text-transform: uppercase;
  335. color: white;
  336. font-size: 20px;
  337. margin-top: 125px;
  338. transition: 0.3s;
  339. border: 2px solid #00897b;
  340. cursor: pointer;
  341. background: #00897b;
  342. font-family: 'Roboto', sans-serif;
  343. font-weight: bold;
  344. }
  345. .button_blog:hover {
  346. background: transparent;
  347. color: #000;
  348. }
  349. /*Футер*/
  350. .footer {
  351. padding-top: 165px;
  352. padding-bottom: 125px;
  353. color: #fff;
  354. background-image: url(../img/footer.png);
  355. background-repeat: no-repeat;
  356. background-size: cover;
  357. text-align: center;
  358. }
  359. .footer .about__text {
  360. color: #fff;
  361. }
  362. .fa-map-marker-alt,
  363. .fa-phone,
  364. .fa-envelope {
  365. font-size: 62px;
  366. color: #fff;
  367. }
  368. .circle {
  369. border-radius: 50%;
  370. display: flex;
  371. justify-content: center;
  372. align-items: center;
  373. background: #3949ab;
  374. width: 100px;
  375. height: 100px;
  376. margin: 0 auto 35px;
  377. }
  378. .circle+p {
  379. font-size: 20px;
  380. }
  381. .footer input,
  382. .footer textarea {
  383. padding: 30px;
  384. width: 100%;
  385. border-radius: 10px;
  386. border: none;
  387. }
  388. .footer input:focus,
  389. .footer textarea:focus {
  390. outline: none;
  391. }
  392. .footer textarea {
  393. margin-top: 30px;
  394. margin-bottom: 30px;
  395. resize: none;
  396. }
  397. .footer button {
  398. font-size: 20px;
  399. font-family: 'Roboto', sans-serif;
  400. text-transform: uppercase;
  401. color: #212121;
  402. padding: 20px 80px;
  403. border-radius: 10px;
  404. border: none;
  405. transition: 0.3s
  406. }
  407. .footer button:hover {
  408. opacity: 0.6;
  409. }
  410. .rules {
  411. padding: 20px 0;
  412. text-align: center;
  413. font-weight: 600;
  414. }
  415. .form {
  416. margin-top: 70px;
  417. }
  418. /*Кнопка наверх*/
  419. #toTop {
  420. z-index: 999;
  421. width: 40px;
  422. height: 40px;
  423. border: none;
  424. font-size: 20px;
  425. border-radius: 3px;
  426. background: #00897b;
  427. text-align: center;
  428. padding: 5px;
  429. position: fixed;
  430. bottom: 10px;
  431. right: 10px;
  432. cursor: pointer;
  433. display: none;
  434. color: #000000;
  435. }
  436. .menu-icon {
  437. display: none;
  438. }
  439. @media screen and (max-width: 1024px) {
  440. nav {
  441. display: none;
  442. }
  443. .logo-bar {
  444. display: flex;
  445. justify-content: space-between;
  446. align-items: center;
  447. }
  448. .menu-icon {
  449. display: block;
  450. background: #00897b;
  451. border: none;
  452. font-size: 25px;
  453. width: 50px;
  454. height: 50px;
  455. cursor: pointer;
  456. }
  457. .blog {
  458. margin-top: 10px;
  459. }
  460. .footer input, .footer textarea {
  461. margin-top: 20px;
  462. margin-bottom: 20px;
  463. }
  464. }
  465. @media screen and (max-width: 480px) {
  466. .header, .about, .services, .portfolio, .filter, .pricing, .footer {
  467. padding: 20px;
  468. }
  469. .header__title {
  470. font-size: 45px;
  471. }
  472. .header__text, .about__text {
  473. margin-bottom: 20px;
  474. }
  475. .button {
  476. margin-bottom: 10px;
  477. }
  478. .team {
  479. padding: 20px 0;
  480. }
  481. .team img {
  482. max-width: 320px;
  483. }
  484. .dots-style, .button_blog, .multiple-items {
  485. margin-top: 10px;
  486. }
  487. .left, .right {
  488. flex-direction: column;
  489. }
  490. .blog-item, .blog {
  491. width: 100%;
  492. }
  493. .right>div:first-child {
  494. order: 1;
  495. }
  496. .right>div:last-child {
  497. order: 2;
  498. }
  499. .blog i {
  500. margin-right: 5px;
  501. }
  502. .form {
  503. margin-top: 20px;
  504. }
  505. }