index_style.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. body{
  2. margin: 0px;
  3. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  4. background: #181818;
  5. }
  6. header{
  7. display: flex;
  8. height: 100px;
  9. background: #0c0c0c;
  10. justify-content: space-between;
  11. }
  12. .logo{
  13. text-align: center;
  14. color: #ffff;
  15. justify-content: center;
  16. align-items: center;
  17. padding-top: 30px;
  18. margin-left: 20px;
  19. }
  20. .log{
  21. color: #ffffff
  22. }
  23. .logo_content{
  24. display: flex;
  25. flex-direction: row;
  26. }
  27. .info_block{
  28. height: 800px;
  29. /* background: #ffff; */
  30. background-image: url('2.jpg');
  31. background-size: cover;
  32. background-repeat: no-repeat;
  33. display: flex;
  34. align-items: center;
  35. flex-direction: row;
  36. justify-content: center;
  37. }
  38. .select_button{
  39. display: flex;
  40. flex-direction: column;
  41. width: 500px;
  42. height: 300px;
  43. justify-content: center;
  44. align-items: center;
  45. border-radius: 20px;
  46. background: #ffff;
  47. }
  48. .s_but1{
  49. background: linear-gradient(-45deg,#d52349, #4b68eb, #ffffff ) ;
  50. border: 0px;
  51. border-radius: 10px;
  52. width: 250px;
  53. height: 35px;
  54. color: #ffff;
  55. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  56. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  57. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  58. animation: animate_gradient 5s ease infinite;
  59. background-size: 400% 400%;
  60. }
  61. .s_but1:hover {
  62. animation: none;
  63. }
  64. @keyframes animate_gradient {
  65. 0% {
  66. background-position: 0% 50%;
  67. }
  68. 50% {
  69. background-position: 100% 50%;
  70. }
  71. 100% {
  72. background-position: 0% 50%;
  73. }
  74. }
  75. .s_but{
  76. background: #d84646;
  77. border: 0px;
  78. border-radius: 10px;
  79. width: 250px;
  80. height: 35px;
  81. color: #ffff;
  82. margin-top: 15px;
  83. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  84. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  85. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  86. animation: animate_gradient 5s ease infinite;
  87. }
  88. .s_but:hover{
  89. background: #f56767;
  90. }
  91. .photo_slider{
  92. justify-content: right;
  93. display: flex;
  94. flex-direction: column;
  95. }
  96. .photo{
  97. height: 500px;
  98. }
  99. .img1{
  100. max-height: 500px;
  101. max-width: 700px;
  102. }
  103. ul {
  104. list-style-type: none;
  105. margin: 0;
  106. padding: 0;
  107. overflow: hidden;
  108. align-items: center;
  109. display: flex;
  110. height: 80px;
  111. justify-content: center;
  112. font-size: 20px;
  113. }
  114. .navigation{
  115. margin-top: 10px;
  116. justify-content: center;
  117. align-items: center;
  118. display: flex;
  119. flex-direction: row;
  120. color: #ffffff;
  121. }
  122. .navigationItemRL {
  123. display: block;
  124. color: white;
  125. text-align: center;
  126. padding-top: 20px;
  127. text-decoration: none;
  128. width: 120px;
  129. height: 50px;
  130. }
  131. .navigationItem{
  132. display: block;
  133. color: white;
  134. text-align: center;
  135. padding-top: 20px;
  136. text-decoration: none;
  137. width: 120px;
  138. height: 50px;
  139. }
  140. .navigationItemL {
  141. display: block;
  142. color: white;
  143. text-align: center;
  144. padding-top: 20px;
  145. text-decoration: none;
  146. width: 120px;
  147. height: 50px;
  148. }
  149. .navigationItemRL:hover {
  150. background-color: #9acbda;
  151. color: #ffffff;
  152. }
  153. .navigationItem:hover {
  154. background-color: #9acbda;
  155. color: #ffffff;
  156. }
  157. .navigationItemL:hover {
  158. background-color: #9acbda;
  159. color: #ffffff;
  160. }
  161. /* .navigationItemRL {
  162. display: block;ы
  163. color: white;
  164. text-align: center;
  165. padding: 14px 16px;
  166. text-decoration: none;
  167. } */
  168. .star{
  169. font-size: 50px;
  170. color: #ffffff;
  171. text-align: center;
  172. padding-left: 10px;
  173. text-transform: uppercase;
  174. -webkit-transition: all 0.5s ease;
  175. transition: all 0.5s ease;
  176. }
  177. .star:hover{
  178. color: #f73838; /* Меняем цвет текста */
  179. }
  180. .category_cont{
  181. display: flex;
  182. flex-direction: row;
  183. justify-content: center;
  184. align-items: center;
  185. margin-top: 100px;
  186. }
  187. .category_text{
  188. color: #ffffff;
  189. font-size: 12px;
  190. text-align: center;
  191. text-transform: uppercase;
  192. -webkit-transition: all 0.5s ease;
  193. transition: all 0.5s ease;
  194. }
  195. .card_category{
  196. display: flex;
  197. flex-direction: row;
  198. justify-content: center;
  199. align-items: center;
  200. }
  201. .cont_card{
  202. height: 100px;
  203. width: 280px;
  204. border: 1px solid #ffffff;
  205. display: flex;
  206. flex-direction: row;
  207. justify-content: center;
  208. align-items: center;
  209. margin-left: 5px;
  210. text-transform: uppercase;
  211. -webkit-transition: all 0.5s ease;
  212. transition: all 0.5s ease;
  213. }
  214. .cont_card:hover{
  215. border: 1px solid #d0e5ff;
  216. }
  217. .category_text:hover{
  218. color: #d0e5ff; /* Меняем цвет текста */
  219. }
  220. .hd {
  221. display: flex;
  222. flex-direction: row;
  223. padding: 10px
  224. }
  225. .login1 {
  226. display: flex;
  227. justify-content: end;
  228. padding-left: 10px;
  229. top: 0;
  230. right: 0;
  231. }
  232. .login {
  233. background-color: #9abdda;
  234. width: 150px;
  235. height: 40px;
  236. padding-bottom: 10px;
  237. text-align: center;
  238. border-radius: 20px;
  239. }
  240. .modal{
  241. display: none;
  242. flex-direction: column;
  243. position: fixed;
  244. top: 50%;
  245. left: 50%;
  246. transform: translate(-50%, -50%);
  247. background-color: white;
  248. padding: 20px;
  249. z-index: 1000;
  250. border-radius: 25px;
  251. width: 500px;
  252. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  253. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  254. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  255. }
  256. .modal1 , .modal3{
  257. display: none;
  258. flex-direction: column;
  259. position: fixed;
  260. top: 50%;
  261. left: 50%;
  262. transform: translate(-50%, -50%);
  263. background-color: white;
  264. padding: 20px;
  265. z-index: 1000;
  266. border-radius: 25px;
  267. width: 500px;
  268. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  269. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  270. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  271. }
  272. .overlay{
  273. display: none;
  274. position: fixed;
  275. top: 0;
  276. left: 0;
  277. width: 100%;
  278. height: 100%;
  279. background-color: rgba(0, 0, 0, 0.5);
  280. z-index: 999;
  281. }
  282. .overlay1{
  283. display: flex;
  284. align-items: center;
  285. flex-direction: row;
  286. justify-content: center;
  287. top: 0;
  288. left: 0;
  289. width: 100%;
  290. height: 100%;
  291. background-color: rgba(0, 0, 0, 0.4);
  292. z-index: 999;
  293. }
  294. .hidden{
  295. opacity: 0;
  296. }
  297. .success-messege,.success-messege3{
  298. display: none;
  299. position: fixed;
  300. top: 50%;
  301. left: 50%;
  302. transform: translate(-50%, -50%);
  303. background-color: white;
  304. padding: 20px;
  305. z-index: 1000;
  306. }
  307. .success-messege1, .success-messege3{
  308. display: none;
  309. position: fixed;
  310. top: 50%;
  311. left: 50%;
  312. transform: translate(-50%, -50%);
  313. background-color: white;
  314. padding: 20px;
  315. z-index: 1000;
  316. }
  317. .close{
  318. float: right;
  319. cursor: pointer;
  320. }
  321. .close1, .close3{
  322. float: right;
  323. cursor: pointer;
  324. }
  325. .forma{
  326. display: flex;
  327. flex-direction: column;
  328. justify-content: center;
  329. align-items: center;
  330. }
  331. .forma1, .forma3{
  332. display: flex;
  333. flex-direction: column;
  334. justify-content: center;
  335. align-items: center;
  336. }
  337. .but_otprav{
  338. margin-top: 10px;
  339. background: #9acbda;
  340. border: 0px;
  341. height: 39px;
  342. width: 200px;
  343. color: #ffffff;
  344. border-radius: 10px;
  345. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  346. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  347. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  348. }
  349. .but_otprav:hover{
  350. background: #b9e8f7;
  351. }
  352. .inp{
  353. border-radius: 5px;
  354. margin-top: 10px;
  355. height: 25px;
  356. width: 220px;
  357. border-color: #678892;
  358. }
  359. .inp:hover{
  360. background-color: #f3f3f3;
  361. }
  362. .ft{
  363. text-align: center;
  364. font-size: 12px;
  365. color: #a7a7a7;
  366. }
  367. .product_card_conteiner{
  368. display: flex;
  369. flex-wrap: wrap;
  370. justify-content: center;
  371. align-items: center;
  372. margin-top: 50px;
  373. background: #ffff;
  374. }
  375. .product_card{
  376. margin-top: 20px;
  377. margin-bottom: 20px;
  378. width: 300px;
  379. height: 380px;
  380. background: #ffffff;
  381. border-radius: 20px;
  382. margin-left: 10px;
  383. border: 1px solid #acaeb1;
  384. padding-left: 10px;
  385. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  386. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  387. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  388. transition: transform .3s;
  389. }
  390. .product_card:hover{
  391. transform: scale(1.4)
  392. }
  393. .img_cont{
  394. padding: 15px;
  395. }
  396. .im{
  397. border-radius: 10px;
  398. max-width: 280px;
  399. height: 170px;
  400. background: #a7a7a7;
  401. }
  402. .karta{
  403. margin-top: 20px;
  404. height: 610px; justify-content: center;
  405. align-items: center;
  406. display: flex;
  407. flex-direction: row;
  408. background-color: #ffffff;
  409. }
  410. .kar{
  411. padding-right: 35%;
  412. }
  413. .karta_t{
  414. height: 150px;
  415. width: 300px;
  416. margin-top: 10px;
  417. margin-right: 200px;
  418. background: #9acbda;
  419. border-radius: 30px;
  420. font-size: 30px;
  421. color: #ffffff;
  422. text-align: center;
  423. padding-top: 25px;
  424. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  425. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  426. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  427. }
  428. .rating-area {
  429. overflow: hidden;
  430. width: 265px;
  431. margin: 0 auto;
  432. display: flex;
  433. flex-direction:row-reverse;
  434. justify-content: center;
  435. }
  436. .rating-area:not(:checked) > input[type="radio"] {
  437. display: none;
  438. }
  439. .rating-area:not(:checked) > label {
  440. float: right;
  441. width: 42px;
  442. padding: 0;
  443. cursor: pointer;
  444. font-size: 32px;
  445. line-height: 32px;
  446. color: lightgrey;
  447. text-shadow: 1px 1px #bbb;
  448. }
  449. .rating-area:not(:checked) > label:before {
  450. content: '★';
  451. }
  452. .rating-area > input:checked ~ label {
  453. color: rgb(114, 164, 192);
  454. text-shadow: 1px 1px rgb(0, 139, 204);
  455. }
  456. .rating-area:not(:checked) > label:hover,
  457. .rating-area:not(:checked) > label:hover ~ label {
  458. color: rgb(114, 164, 192);
  459. }
  460. .rating-area > input:checked + label:hover,
  461. .rating-area > input:checked + label:hover ~ label,
  462. .rating-area > input:checked ~ label:hover,
  463. .rating-area > input:checked ~ label:hover ~ label,
  464. .rating-area > label:hover ~ input:checked ~ label {
  465. color: rgb(114, 164, 192);
  466. text-shadow: 1px 1px rgb(32, 128, 218);
  467. }
  468. .rate-area > label:active {
  469. position: relative;
  470. }
  471. .access{
  472. display: none;
  473. }