style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. * {
  2. box-sizing: border-box;
  3. }
  4. body {
  5. margin: 0;
  6. }
  7. a {
  8. text-decoration: none;
  9. }
  10. li {
  11. list-style: none;
  12. }
  13. .header {
  14. max-width: 1920px;
  15. }
  16. .header-container {
  17. width: 100%;
  18. max-height: 124px;
  19. }
  20. .header-top {
  21. width: 100%;
  22. height: 44px;
  23. display: flex;
  24. justify-content: space-around;
  25. background-color: #000000;
  26. }
  27. .header-top a {
  28. font-family: PT Sans;
  29. font-size: 12px;
  30. font-style: normal;
  31. font-weight: 400;
  32. line-height: 16px;
  33. color: rgba(150, 150, 150, 1);
  34. }
  35. .header-top__contacts {
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. }
  40. .header-top__contacts svg {
  41. margin-right: 16px;
  42. }
  43. .header-top__contacts__list {
  44. display: flex;
  45. justify-content: space-between;
  46. margin: 0;
  47. padding: 0;
  48. align-items: center;
  49. }
  50. .header-top__contacts__list li {
  51. margin-right: 12.5px;
  52. padding-left: 12.5px;
  53. border-left: 1px solid rgba(150, 150, 150, 1);
  54. }
  55. .header-top__contacts__list li:first-child {
  56. border-left: none;
  57. padding-left: 0;
  58. }
  59. .header-top__contacts__list li:last-child {
  60. margin-right: 0px;
  61. }
  62. .header-top__login {
  63. display: flex;
  64. justify-content: center;
  65. align-items: center;
  66. }
  67. .header-top__login a {
  68. margin-left: 15px;
  69. }
  70. .header-top__login span {
  71. display: block;
  72. width: 1px;
  73. height: 16px;
  74. background-color: rgba(150, 150, 150, 1);
  75. margin-left: 15px;
  76. transform: rotate(30deg);
  77. }
  78. .header-bottom {
  79. padding: 0% 10%;
  80. width: 100%;
  81. height: 80px;
  82. background: #0F0F0F;
  83. display: flex;
  84. justify-content: space-between;
  85. }
  86. .header-bottom__logo {
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. /* width: 50%; */
  91. padding-right: 150px;
  92. }
  93. .header-bottom__nav {
  94. /* width: 50%; */
  95. display: flex;
  96. justify-content: flex-start;
  97. align-items: center;
  98. padding-left: 11px;
  99. }
  100. .header-bottom__nav svg {
  101. margin-left: 61px;
  102. }
  103. .header-bottom__nav svg:last-child {
  104. margin-left: 44px;
  105. }
  106. .header-bottom__nav__list {
  107. display: flex;
  108. justify-content: flex-start;
  109. align-items: center;
  110. margin: 0;
  111. padding: 0;
  112. }
  113. .header-bottom__nav__list li{
  114. padding: 30px 20px;
  115. margin: 0;
  116. }
  117. .header-bottom__nav__list a {
  118. color: rgba(150, 150, 150, 1);
  119. }
  120. .header-bottom__nav__list li:hover {
  121. background-color: #1F1F1F;
  122. cursor: pointer;
  123. }
  124. .header-bottom__nav__list li:hover a {
  125. color: #fff;
  126. }
  127. .header_menu {
  128. display: none;
  129. }
  130. @media screen and (max-width: 1050px) {
  131. .header-bottom__nav__list {
  132. font-size: 12px;
  133. display: flex;
  134. flex-direction: column;
  135. }
  136. .header-bottom__nav__list li {
  137. padding: 2px;
  138. }
  139. }
  140. @media screen and (max-width: 700px) {
  141. .header-top__contacts__list li:last-of-type {
  142. display: none;
  143. }
  144. }
  145. @media screen and (max-width: 650px) {
  146. .header-bottom__logo {
  147. padding: 0%;
  148. }
  149. .header-top__contacts__list li:nth-last-child(2) {
  150. display: none;
  151. }
  152. .header-bottom__nav__list {
  153. display: none;
  154. }
  155. }
  156. .main {
  157. max-width: 1920px;
  158. }
  159. .main-title {
  160. width: 100%;
  161. height: 810px;
  162. display: flex;
  163. flex-direction: column;
  164. align-items: center;
  165. justify-content: center;
  166. background-image: url(../img/Rectangle\ 3.png);
  167. }
  168. .main-title__name {
  169. width: 320px;
  170. height: 320px;
  171. border: 4px solid #FFFFFF;
  172. display: flex;
  173. flex-direction: column;
  174. justify-content: center;
  175. align-items: center;
  176. margin-bottom: 80px;
  177. }
  178. .main-title__name p {
  179. font-family: PT Sans;
  180. font-size: 26px;
  181. font-style: normal;
  182. font-weight: 400;
  183. line-height: 28px;
  184. color: rgba(255, 255, 255, 1);
  185. margin: 0;
  186. }
  187. .main-title__name svg {
  188. margin-bottom: 15px;
  189. }
  190. .main-title__text {
  191. display: flex;
  192. max-width: 730px;
  193. height: 96px;
  194. justify-content: center;
  195. align-items: center;
  196. color: rgba(255, 255, 255, 1);
  197. font-family: PT Sans;
  198. font-size: 16px;
  199. font-style: normal;
  200. font-weight: 400;
  201. line-height: 24px;
  202. }
  203. .main-collections {
  204. width: 100%;
  205. height: 1330px;
  206. }
  207. .main-collections-top {
  208. height: 730px;
  209. width: 100%;
  210. display: flex;
  211. justify-content: space-between;
  212. }
  213. .main-collections-top__products {
  214. height: 100%;
  215. width: 55%;
  216. display: flex;
  217. flex-direction: column;
  218. justify-content: center;
  219. align-items: center;
  220. background: #000000;
  221. }
  222. .main-collections-top__img {
  223. height: 100%;
  224. width: 45%;
  225. display: flex;
  226. flex-direction: column;
  227. justify-content: center;
  228. align-items: center;
  229. background-image: url(../img/Rectangle\ 8.png);
  230. }
  231. .main-collections-top__products__inner {
  232. height: 540px;
  233. width: 100%;
  234. display: flex;
  235. justify-content: space-around;
  236. align-items: center;
  237. padding: 0 60px;
  238. }
  239. .inner-block {
  240. height: 405px;
  241. width: 260px;
  242. }
  243. .background__img {
  244. width: 260px;
  245. height: 325px;
  246. display: flex;
  247. justify-content: center;
  248. align-items: center;
  249. background-color: #191B1C;
  250. }
  251. .background__img__text {
  252. width: 260px;
  253. height: 80px;
  254. background-color: #000000;
  255. }
  256. .main-collections-top__products__name {
  257. font-family: Playfair Display;
  258. font-size: 36px;
  259. font-style: normal;
  260. font-weight: 700;
  261. line-height: 48px;
  262. color: rgba(255, 255, 255, 1);
  263. margin-bottom: 50px;
  264. }
  265. .name {
  266. font-family: Playfair Display;
  267. font-size: 18px;
  268. font-style: normal;
  269. font-weight: 400;
  270. line-height: 24px;
  271. color: rgba(255, 255, 255, 1);
  272. }
  273. .cost {
  274. font-family: Playfair Display;
  275. font-size: 16px;
  276. font-style: normal;
  277. font-weight: 700;
  278. line-height: 21px;
  279. color: white;
  280. }
  281. .main-collections-bottom {
  282. height: 600px;
  283. width: 100%;
  284. display: flex;
  285. justify-content: space-between;
  286. }
  287. .main-collections-bottom__img {
  288. height: 100%;
  289. width: 45%;
  290. background-image: url(../img/Rectangle\ 9.png);
  291. }
  292. .main-collections-bottom__collection {
  293. height: 100%;
  294. width: 55%;
  295. display: flex;
  296. flex-direction: column;
  297. justify-content: center;
  298. align-items: center;
  299. background: #000000;
  300. }
  301. .main-collections-bottom__collection svg{
  302. margin-bottom: 40px;
  303. }
  304. .bottom-text {
  305. display: flex;
  306. font-family: PT Sans;
  307. font-size: 14px;
  308. font-style: normal;
  309. font-weight: 400;
  310. line-height: 21px;
  311. color: rgba(255, 255, 255, 1);
  312. max-width: 471px;
  313. height: 173px;
  314. margin-bottom: 60px;
  315. }
  316. .main-collections-bottom__collection__name {
  317. font-family: Playfair Display;
  318. font-size: 36px;
  319. font-style: normal;
  320. font-weight: 400;
  321. line-height: 48px;
  322. color: #fff;
  323. margin-bottom: 40px;
  324. }
  325. .collection-btn {
  326. width: 311px;
  327. height: 47px;
  328. border: 1px solid #FFFFFF;;
  329. background: rgba(0, 0, 0, 1);
  330. color: #fff;
  331. font-family: PT Sans;
  332. font-size: 18px;
  333. font-style: normal;
  334. font-weight: 400;
  335. line-height: 23px;
  336. letter-spacing: 0,1em;
  337. cursor: pointer;
  338. }
  339. .collection-btn:hover {
  340. cursor: pointer;
  341. background-color: #1F1F1F;
  342. }
  343. .main-new-arrivals {
  344. width: 100%;
  345. height: 1289px;
  346. display: flex;
  347. flex-direction: column;
  348. justify-content: center;
  349. align-items: center;
  350. background: #000000;
  351. }
  352. .main-new-arrivals__name {
  353. font-family: Playfair Display;
  354. font-size: 36px;
  355. font-style: normal;
  356. font-weight: 700;
  357. line-height: 48px;
  358. letter-spacing: 0em;
  359. color: rgba(255, 255, 255, 1);
  360. margin-bottom: 40px;
  361. }
  362. .main-new-arrivals svg {
  363. margin-bottom: 81px;
  364. }
  365. .main-new-arrivals__produscts {
  366. width: 60%;
  367. display: flex;
  368. flex-wrap: wrap;
  369. justify-content: space-between;
  370. align-items: flex-start;
  371. }
  372. .main-new-arrivals__produscts>div:nth-child(-n+4) {
  373. margin-bottom: 40px;
  374. }
  375. .main-our-brands {
  376. width: 1005;
  377. height: 302px;
  378. background: #0F0F0F;
  379. display: flex;
  380. flex-direction: column;
  381. justify-content: center;
  382. align-items: center;
  383. }
  384. .main-our-brands>svg {
  385. margin-bottom: 40px;
  386. }
  387. .main-our-brands__name {
  388. font-family: Playfair Display;
  389. font-size: 36px;
  390. font-style: normal;
  391. font-weight: 700;
  392. line-height: 48px;
  393. letter-spacing: 0em;
  394. color: rgba(255, 255, 255, 1);
  395. margin-bottom: 40px;
  396. }
  397. .brands-icon {
  398. width: 60%;
  399. display: flex;
  400. justify-content: space-between;
  401. }
  402. .footer-container {
  403. width: 100%;
  404. height: 450px;
  405. background-image: url(../img/Rectangle\ 15.png);
  406. display: flex;
  407. justify-content: center;
  408. flex-direction: column;
  409. align-items: center;
  410. }
  411. .footer-about {
  412. width: 60%;
  413. height: 400px;
  414. display: flex;
  415. justify-content: space-between;
  416. }
  417. .footer-about__about {
  418. width: 33.33333%;
  419. height: 100%;
  420. justify-content: center;
  421. display: flex;
  422. flex-direction: column;
  423. }
  424. .footer-about__about__name {
  425. font-family: Playfair Display;
  426. font-size: 24px;
  427. font-style: normal;
  428. font-weight: 400;
  429. line-height: 32px;
  430. letter-spacing: 0em;
  431. color: #fff;
  432. margin-bottom: 40px;
  433. }
  434. .footer-about__about p {
  435. font-family: PT Sans;
  436. font-size: 14px;
  437. font-style: normal;
  438. font-weight: 400;
  439. line-height: 21px;
  440. letter-spacing: 0em;
  441. color: #fff;
  442. margin: 0;
  443. }
  444. .footer-about__category {
  445. width: 33.33333%;
  446. height: 100%;
  447. justify-content: center;
  448. display: flex;
  449. flex-direction: column;
  450. }
  451. .footer-about__category__name {
  452. font-family: Playfair Display;
  453. font-size: 24px;
  454. font-style: normal;
  455. font-weight: 400;
  456. line-height: 32px;
  457. letter-spacing: 0em;
  458. color: #fff;
  459. margin-bottom: 40px;
  460. }
  461. .footer-about__category__buttons {
  462. display: flex;
  463. flex-wrap: wrap;
  464. }
  465. .footer-about__mailing {
  466. width: 33.33333%;
  467. height: 100%;
  468. justify-content: center;
  469. display: flex;
  470. flex-direction: column;
  471. }
  472. .btn {
  473. padding: 10px 20px;
  474. margin-bottom: 20px;
  475. margin-right: 20px;
  476. background: #0F0F0F;
  477. color: rgba(208, 208, 208, 1);
  478. border: none;
  479. cursor: pointer;
  480. }
  481. .btn:hover {
  482. cursor: pointer;
  483. background: #1F1F1F;
  484. color: #fff;
  485. }
  486. .footer-about__mailing__name {
  487. font-family: Playfair Display;
  488. font-size: 24px;
  489. font-style: normal;
  490. font-weight: 400;
  491. line-height: 32px;
  492. letter-spacing: 0em;
  493. color: #fff;
  494. margin-bottom: 40px;
  495. }
  496. .footer-about__mailing p {
  497. font-family: PT Sans;
  498. font-size: 14px;
  499. font-style: normal;
  500. font-weight: 400;
  501. line-height: 21px;
  502. letter-spacing: 0em;
  503. color: #fff;
  504. margin: 0 0 37px 0;
  505. }
  506. .sign-up {
  507. width: 100%;
  508. height: 42px;
  509. display: flex;
  510. }
  511. .inner-btn {
  512. width: 60%;
  513. height: 100%;
  514. background: rgba(255, 255, 255, 0.4);
  515. color: rgba(150, 150, 150, 1);
  516. display: flex;
  517. justify-content: flex-start;
  518. align-items: center;
  519. padding-left: 15px;
  520. cursor: text;
  521. }
  522. .sign-btn {
  523. width: 40%;
  524. height: 100%;
  525. background: #0F0F0F;
  526. color: rgba(255, 255, 255, 1);
  527. border: none;
  528. cursor: pointer;
  529. }
  530. .sign-btn:hover {
  531. background-color: #1F1F1F;
  532. }
  533. .footer-about__copyright {
  534. height: 60px;
  535. width: 100%;
  536. background: rgba(15, 15, 15, 1);
  537. display: flex;
  538. justify-content: space-between;
  539. }
  540. .copyright {
  541. width: 50%;
  542. height: 100%;
  543. display: flex;
  544. justify-content: center;
  545. align-items: center;
  546. color: #fff;
  547. }
  548. .made-by {
  549. width: 50%;
  550. height: 100%;
  551. display: flex;
  552. justify-content: center;
  553. align-items: center;
  554. color: #fff;
  555. }