контакты.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. body {
  2. font-family: Arial, sans-serif;
  3. margin: 0;
  4. padding: 0;
  5. background-image: url("../картинки/фон.jpg");
  6. }
  7. .shapka {
  8. margin: 0 auto;
  9. background-color: #22242B;
  10. }
  11. .container {
  12. width: 70%;
  13. height: auto;
  14. margin: 20px auto;
  15. padding: 20px;
  16. background-color: #fff;
  17. box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  18. border-radius: 5px;
  19. }
  20. h1 {
  21. text-align: center;
  22. margin-bottom: 30px;
  23. color: #333;
  24. }
  25. h2 {
  26. margin-top: 30px;
  27. color: #333;
  28. }
  29. ul {
  30. list-style: none;
  31. padding: 0;
  32. margin-bottom: 20px;
  33. }
  34. li {
  35. margin-bottom: 10px;
  36. }
  37. .contact-info, .payment-details {
  38. margin-bottom: 30px;
  39. }
  40. .contact-info ul, .payment-details ul {
  41. padding-left: 20px;
  42. }
  43. a {
  44. color: #007bff;
  45. text-decoration: none;
  46. }
  47. a:hover {
  48. text-decoration: underline;
  49. }
  50. /* Стиль для скрытого блока с контактами сотрудников */
  51. #staff-contacts {
  52. background-color: #f0f0f0;
  53. padding: 15px;
  54. border: 1px solid #ddd;
  55. border-radius: 5px;
  56. }
  57. * {
  58. padding: 0;
  59. margin: 0;
  60. box-sizing: border-box;
  61. border: none;
  62. outline: none;
  63. scroll-behavior: smooth;
  64. }
  65. html {
  66. scroll-behavior: smooth;
  67. font-family: 'Tac', sans-serif;
  68. }
  69. a {
  70. text-decoration: none;
  71. font-family: 'Tac', sans-serif;
  72. font-size: 0.875rem;
  73. font-weight: 400;
  74. color: white;
  75. }
  76. header {
  77. display: flex;
  78. justify-content: space-between;
  79. align-items: center;
  80. padding: 33px 0;
  81. }
  82. .big_con {
  83. width: 1475px;
  84. margin: 0 auto;
  85. }
  86. .logo {
  87. display: flex;
  88. justify-content: space-between;
  89. align-items: center;
  90. }
  91. .line {
  92. border: 1px solid #444444;
  93. height: 30px;
  94. margin: 0 20px;
  95. }
  96. .p18 {
  97. font-size: clamp(1rem, 0.75rem + 0.33vw, 1.125rem);
  98. font-weight: 700;
  99. color: white;
  100. }
  101. .p16 {
  102. font-size: clamp(0.8rem, 0.4rem + 0.53vw, 1rem);
  103. font-weight: 400;
  104. color: white;
  105. }
  106. .p14 {
  107. font-family: 'Tac', sans-serif;
  108. font-size: clamp(0.7rem, 0.35rem + 0.47vw, 0.875rem);
  109. font-weight: 400;
  110. color: white;
  111. }
  112. .p15 {
  113. font-family: 'Tac', sans-serif;
  114. color: black;
  115. }
  116. .requisites {
  117. display: flex;
  118. justify-content: space-between;
  119. align-items: center;
  120. color: white;
  121. }
  122. .requisites .p18 {
  123. color: #444444;
  124. cursor: pointer;
  125. }
  126. .requisites img {
  127. padding-right: 16px;
  128. }
  129. .requisites .line {
  130. margin: 0 70px;
  131. }
  132. .opacity {
  133. position: relative;
  134. background: none;
  135. border: none;
  136. cursor: pointer;
  137. width: 310px;
  138. height: 40px;
  139. display: flex;
  140. justify-content: space-around;
  141. align-items: center;
  142. border: 1px solid white;
  143. background-color: rgba(255, 255, 255, 0);
  144. transition: all ease 0.3s;
  145. cursor: pointer;
  146. }
  147. .opacity:hover {
  148. background-color: #5585ff;
  149. }
  150. .arrow svg {
  151. width: 9px;
  152. display: flex;
  153. justify-content: center;
  154. transition: all ease 0.3s;
  155. }
  156. .opacity:hover svg path {
  157. stroke: white;
  158. }
  159. .location {
  160. display: flex;
  161. flex-direction: column;
  162. align-items: flex-start;
  163. background-color: rgba(48, 54, 58, 0.85);
  164. padding: 80px 33px;
  165. gap: 20px;
  166. position: absolute;
  167. top: 2px;
  168. left: 230px;
  169. }
  170. .location .logo {
  171. flex-direction: column;
  172. align-items: flex-start;
  173. gap: 20px;
  174. }
  175. .location .line {
  176. display: flex;
  177. align-items: flex-start;
  178. border: 1px solid #444444;
  179. width: 125px;
  180. height: 0px;
  181. margin: 0;
  182. }
  183. .location .logo p {
  184. font-weight: 700;
  185. }
  186. .location .requisites {
  187. flex-direction: column;
  188. }
  189. .address {
  190. display: flex;
  191. padding-bottom: 20px;
  192. }
  193. .location .requisites .p16 {
  194. color: #444444;
  195. }
  196. .mode_work {
  197. display: flex;
  198. padding-top: 20px;
  199. }
  200. /*футер*/
  201. .data_foot {
  202. display: flex;
  203. flex-direction: column;
  204. align-items: center;
  205. gap: 35px;
  206. padding: 77px 200px;
  207. }
  208. nav {
  209. width: 100%;
  210. display: flex;
  211. justify-content: space-between;
  212. align-items: center;
  213. }
  214. nav a {
  215. font-size: 1rem;
  216. }
  217. .info {
  218. width: 100%;
  219. display: flex;
  220. justify-content: space-between;
  221. }
  222. .info .p14 {
  223. width: 500px;
  224. }
  225. hr {
  226. width: 100%;
  227. border: 1px solid #D1D1D1;
  228. }
  229. .i:hover svg path {
  230. fill: #D1D1D1;
  231. }
  232. @media screen and (max-width: 1440px) {
  233. .big_con {
  234. width: 1200px;
  235. margin: 0 auto;
  236. }
  237. .title {
  238. top: 70px;
  239. }
  240. .opacity, .orange, .black {
  241. width: 220px;
  242. }
  243. .line {
  244. height: 80px;
  245. }
  246. .requisites .line {
  247. margin: 0 20px;
  248. }
  249. .back_img {
  250. width: 100%;
  251. }
  252. .carts {
  253. width: 100%;
  254. }
  255. .path1 {
  256. padding: 0;
  257. }
  258. .location {
  259. padding: 89px 33px;
  260. }
  261. .location .requisites {
  262. align-items: flex-start;
  263. }
  264. .data_foot {
  265. padding: 77px 100px;
  266. }
  267. }
  268. .opacity .arrow {
  269. position: absolute;
  270. top: 50%;
  271. transform: translateY(-50%);
  272. right: 10px;
  273. }
  274. .dropdown {
  275. display: none;
  276. position: absolute;
  277. background-color: #5585ff;
  278. box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  279. top: 100%;
  280. right: 1px;
  281. left: 0px;
  282. z-index: 1;
  283. width: 310px; /* Ширина списка */
  284. }
  285. .dropdown a {
  286. color: rgb(255, 255, 255);
  287. padding: 12px 16px;
  288. text-decoration: none;
  289. display: block;
  290. }
  291. .dropdown a:hover {
  292. background-color: #ffffff;
  293. color: #5585ff;
  294. }
  295. .opacity:hover .dropdown {
  296. display: block;
  297. }
  298. .footer-link {
  299. position:relative;
  300. bottom: 20px;
  301. left: 45%;
  302. transform: translateX(-50%);
  303. color: white;
  304. text-decoration: none;
  305. font-weight: bold;
  306. background-color: #444444;
  307. padding: 10px 20px;
  308. border-radius: 5px;
  309. z-index: 2;
  310. }
  311. .footer-link:hover {
  312. background-color: #6e6e6e;
  313. }