style.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. /* общие стили */
  2. @font-face {
  3. font-family: 'Open Sans';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: url('../fonts/OpenSans-Regular.ttf');
  7. }
  8. @font-face {
  9. font-family: 'Open Sans';
  10. font-style: normal;
  11. font-weight: 500;
  12. src: url('../fonts/OpenSans-Medium.ttf');
  13. }
  14. @font-face {
  15. font-family: 'Open Sans';
  16. font-style: normal;
  17. font-weight: 600;
  18. src: url('../fonts/OpenSans-SemiBold.ttf');
  19. }
  20. @font-face {
  21. font-family: 'Open Sans';
  22. font-style: normal;
  23. font-weight: 700;
  24. src: url('../fonts/OpenSans-Bold.ttf');
  25. }
  26. *{
  27. margin: 0;
  28. padding: 0;
  29. box-sizing: border-box;
  30. font-family: 'Open Sans', sans-serif;
  31. }
  32. .container {
  33. margin-left: auto;
  34. margin-right: auto;
  35. width: 1440px;
  36. }
  37. .open-logo {
  38. width: 150px;
  39. }
  40. /* шапка */
  41. header {
  42. z-index: 1;
  43. position: fixed;
  44. left: 0;
  45. top: 0;
  46. height: 60px;
  47. width: 100%;
  48. padding-top: 10px;
  49. background: #fff;
  50. box-shadow: 0px 4px 25px rgba(205, 205, 205, 0.25);
  51. }
  52. .header__container {
  53. display: flex;
  54. justify-content: space-between;
  55. align-items: center;
  56. width: 1440px;
  57. margin-left: auto;
  58. margin-right: auto;
  59. }
  60. header ul {
  61. /* margin-right: 50px; */
  62. list-style: none;
  63. display: flex;
  64. justify-content: space-between;
  65. }
  66. header ul li {
  67. margin-left: 27px;
  68. }
  69. header a {
  70. text-decoration: none;
  71. font-size: 14px;
  72. font-weight: 400;
  73. color: #000;
  74. }
  75. header ul li:first-child {
  76. margin-left: 0;
  77. }
  78. header ul .link_active {
  79. padding-top: 2px;
  80. text-decoration: underline;
  81. text-underline-offset: 13px;
  82. text-decoration-thickness: 4px;
  83. }
  84. header ul .link_active a{
  85. font-weight: 600;
  86. color: #11344C;
  87. }
  88. /* фильтры заказов */
  89. .filters-container {
  90. width: 1146px;
  91. margin-right: auto;
  92. margin-left: auto;
  93. margin-top: 95px;
  94. display: flex;
  95. justify-content: space-between;
  96. flex-wrap: wrap;
  97. }
  98. .filter p {
  99. font-size: 14px;
  100. }
  101. .filter input,
  102. .filter select {
  103. width: 247px;
  104. height: 36px;
  105. margin-top: 6px;
  106. padding-left: 10px;
  107. border: 1px solid #C4C4C4;
  108. border-radius: 3px;
  109. font-weight: 400;
  110. font-size: 14px;
  111. }
  112. .filter select {
  113. padding-left: 5px;
  114. }
  115. .filter #dateFrom,
  116. .filter #dateTo {
  117. width: 103px;
  118. }
  119. .filter input::placeholder {
  120. color: #C4C4C4;
  121. }
  122. select option{
  123. padding: 10px 10px;
  124. color:#0066FF;
  125. display: block;
  126. }
  127. /* таблица с заказами */
  128. .orders_table {
  129. width: 1360px;
  130. margin-top: 40px;
  131. margin-left: auto;
  132. margin-right: auto;
  133. }
  134. .orders_table-container {
  135. min-height: 69vh;
  136. }
  137. .orders_table ul {
  138. width: 100%;
  139. list-style: none;
  140. display: flex;
  141. justify-content: space-between;
  142. }
  143. .orders_table .heading {
  144. border-bottom: 1px solid #E5E5E5;
  145. padding-left: 10px;
  146. padding-right: 10px;
  147. }
  148. .orders_table .heading li {
  149. font-weight: 700;
  150. font-size: 14px;
  151. padding-bottom: 16px;
  152. }
  153. .orders_table .order {
  154. border: 1px solid transparent;
  155. padding-top: 15px;
  156. padding-bottom: 15px;
  157. border-bottom: 1px solid #E5E5E5;
  158. padding: 15px 10px;
  159. }
  160. .orders_table .order li {
  161. font-weight: 400;
  162. font-size: 14px;
  163. }
  164. .orders_table .order:hover {
  165. border: 1px solid #000;
  166. border-radius: 4px;
  167. cursor: pointer;
  168. }
  169. .orders_table .heading_num,
  170. .orders_table .order_num {
  171. width: 65px;
  172. }
  173. .orders_table .heading_status,
  174. .orders_table .order_status {
  175. width: 100px;
  176. }
  177. .orders_table .order .order_status {
  178. font-weight: 600;
  179. font-size: 14px;
  180. color: #27AE60;
  181. }
  182. .orders_table .order_status .green_circle {
  183. display: inline-block;
  184. margin-right: 5px;
  185. height: 8px;
  186. width: 8px;
  187. border-radius: 5px;
  188. background: #27AE60;
  189. }
  190. .orders_table .heading_date,
  191. .orders_table .order_date {
  192. width: 120px;
  193. text-align: center;
  194. }
  195. .orders_table .order_date p {
  196. margin-bottom: 5px;
  197. margin-top: 5px;
  198. }
  199. .orders_table .heading_duration,
  200. .orders_table .order_duration {
  201. width: 120px;
  202. }
  203. .orders_table .heading_tariff,
  204. .orders_table .order_tariff {
  205. width: 95px;
  206. }
  207. .orders_table .order .order_tariff {
  208. font-weight: 600;
  209. font-size: 14px;
  210. color: #A0A0A0;
  211. }
  212. .orders_table .order_tariff .gray_circle {
  213. display: inline-block;
  214. margin-right: 5px;
  215. height: 8px;
  216. width: 8px;
  217. border-radius: 5px;
  218. background: #A0A0A0;
  219. }
  220. .orders_table .heading_cust,
  221. .orders_table .order_cust {
  222. width: 130px;
  223. }
  224. .orders_table .heading_exec,
  225. .orders_table .order_exec {
  226. width: 110px;
  227. }
  228. .orders_table .heading_car,
  229. .orders_table .order_car {
  230. width: 95px;
  231. }
  232. .orders_table .heading_total,
  233. .orders_table .order_total {
  234. width: 80px;
  235. text-align: end;
  236. }
  237. .orders_table .footing {
  238. display: none;
  239. padding-top: 40px;
  240. }
  241. .text-bold {
  242. font-weight: 700 !important;
  243. }
  244. .orders_table .rate {
  245. color: #27AE60;
  246. }
  247. .orders_table .footing a {
  248. font-size: 14px;
  249. color: #0066FF;
  250. text-decoration: none;
  251. }
  252. .orders_table .footing .wishes {
  253. font-weight: 400;
  254. color: #9D9D9D;
  255. }
  256. .order_total {
  257. padding-right: 14px;
  258. }
  259. .order_car {
  260. padding-left: 2px;
  261. }
  262. .empty-list {
  263. width: auto;
  264. height: 614px;
  265. text-align: center;
  266. vertical-align: 100%;
  267. vertical-align: middle;
  268. }
  269. .empty-list p {
  270. line-height: 614px;
  271. font-weight: 400;
  272. font-size: 14px;
  273. }
  274. /* переключение страниц */
  275. .pages {
  276. margin-left: auto;
  277. margin-right: auto;
  278. display: flex;
  279. justify-content: space-between;
  280. }
  281. .pages p {
  282. font-weight: 400;
  283. font-size: 14px;
  284. }
  285. .pages .total {
  286. margin-top: 15px;
  287. }
  288. .pages .back {
  289. margin-right: 40px;
  290. text-decoration: none;
  291. font-weight: 600;
  292. font-size: 14px;
  293. color: #0066FF;
  294. }
  295. .pages .back.disabled {
  296. color: #A6A6A6;
  297. }
  298. .pages .next {
  299. width: 103px;
  300. height: 35px;
  301. background: #4c555e;
  302. border: none;
  303. cursor: pointer;
  304. border-radius: 6px;
  305. font-weight: 700;
  306. font-size: 14px;
  307. color: #fff;
  308. }
  309. .pages .next.disabled {
  310. background: #A6A6A6;
  311. }
  312. /* подвал */
  313. footer {
  314. height: 60px;
  315. width: 100%;
  316. margin-top: 55px;
  317. padding-top: 15px;
  318. background: #1b1e20;
  319. }
  320. footer .container {
  321. display: flex;
  322. align-items: center;
  323. }
  324. footer ul {
  325. margin-left: auto;
  326. list-style: none;
  327. display: flex;
  328. justify-content: space-between;
  329. align-items: center;
  330. }
  331. footer ul li {
  332. margin-left: 20px;
  333. }
  334. footer a {
  335. text-decoration: none;
  336. font-size: 14px;
  337. font-weight: 400;
  338. color: #fff;
  339. }
  340. /* SELECT */
  341. .select {
  342. position: relative;
  343. display: block;
  344. min-width: 220px;
  345. width: 100%;
  346. min-width: 247px;
  347. max-height: 36px;
  348. margin-top: 6px;
  349. }
  350. .select_not_active {
  351. z-index: -1;
  352. }
  353. .select__head {
  354. width: 100%;
  355. max-width: 100%;
  356. border: 1px solid #C4C4C4;
  357. border-radius: 3px;
  358. padding: 8px 10px;
  359. font-size: 14px;
  360. line-height: 18px;
  361. cursor: pointer;
  362. }
  363. .select__head::after {
  364. width: 9px;
  365. height: 6px;
  366. background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDQuNSA1TDggMSIgc3Ryb2tlPSIjQTZBNkE2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K") ;
  367. position: absolute;
  368. right: 10px;
  369. bottom: 50%;
  370. transform: translateY(50%);
  371. content: '';
  372. display: block;
  373. transition: .2s ease-in;
  374. }
  375. .select__head.open::after {
  376. width: 9px;
  377. height: 2px;
  378. background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgOSAyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDQuNSAxTDggMSIgc3Ryb2tlPSIjQTZBNkE2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K") ;
  379. }
  380. .select__list {
  381. display: none;
  382. position: absolute;
  383. top: 100%;
  384. left: 0;
  385. right: 0;
  386. background: #fff;
  387. border: 1px solid #C4C4C4;
  388. border-bottom-right-radius: 3px;
  389. border-bottom-left-radius: 3px;
  390. margin-top: 5px;
  391. max-height: 205px;
  392. overflow-x: hidden;
  393. overflow-y: auto;
  394. margin: 0;
  395. padding: 0;
  396. font-size: 14px;
  397. scrollbar-color: dark;
  398. scrollbar-width: thin;
  399. overscroll-behavior: contain;
  400. z-index: 2;
  401. }
  402. .select__list::-webkit-scrollbar {
  403. width: 7px;
  404. background-color: #F8F9FA;
  405. padding: 5px;
  406. }
  407. .select__list::-webkit-scrollbar-thumb {
  408. border-radius: 10px;
  409. background-color: #D9D9D9;
  410. }
  411. .select__list .select__item {
  412. position: relative;
  413. padding: 10px 12px;
  414. cursor: pointer;
  415. list-style-type: none;
  416. }
  417. .select__list .select__item:hover {
  418. background-color: rgba(224, 229, 231, 0.5);
  419. }
  420. .select__list div {
  421. max-width: 106px;
  422. border-bottom: 1px solid #C4C4C4;
  423. margin-left: 12px;
  424. }
  425. .menu-burger__header {
  426. display: none;
  427. }
  428. .header_nav {
  429. display: flex;
  430. }
  431. .header_nav ul {
  432. height: 26px;
  433. }
  434. .logo_hidden, .user_image_hidden, .user {
  435. display: none;
  436. }
  437. .line_hidden {
  438. display: none;
  439. height: 1px;
  440. width: 106px;
  441. background: #C4C4C4;
  442. margin-bottom: 16px;
  443. }
  444. div.scrollmenu {
  445. overflow: auto;
  446. white-space: nowrap;
  447. }
  448. div.scrollmenu a {
  449. display: inline-block;
  450. color: white;
  451. text-align: center;
  452. padding: 14px;
  453. text-decoration: none;
  454. }
  455. .fixedcol {
  456. background-color: white;
  457. position: sticky;
  458. left: -1px;
  459. }
  460. main {
  461. margin-top: 120px;
  462. }
  463. .main h1 {
  464. font-style: normal;
  465. font-weight: 700;
  466. font-size: 14px;
  467. line-height: 19px;
  468. color: #11344C;
  469. margin-bottom: 40px;
  470. }
  471. .main ul{
  472. margin-top: 40px;
  473. list-style-type: none;
  474. }
  475. .main li {
  476. padding-top: 15px;
  477. border-top: 1px solid #E5E5E5;
  478. padding-bottom: 15px;
  479. display: flex;
  480. justify-content: space-between;
  481. font-weight: 400;
  482. font-size: 14px;
  483. color: #0066FF;
  484. cursor: pointer;
  485. }
  486. .main .circle {
  487. width: 8px;
  488. height: 8px;
  489. display: inline-block;
  490. border-radius: 8px;
  491. margin-right: 5px;
  492. }
  493. .main .green {
  494. color: #27AE60;
  495. }
  496. .main .yellow {
  497. color: #F2C94C;
  498. }
  499. .main .red {
  500. color: #EE1010;
  501. }
  502. .main .green span {
  503. background: #27AE60;
  504. }
  505. .main .yellow span {
  506. background: #F2C94C;
  507. }
  508. .main .red span {
  509. background: #EE1010;
  510. }
  511. .mainTwo {
  512. width: 472px;
  513. }
  514. .mainTwo h1 {
  515. font-style: normal;
  516. font-weight: bold;
  517. font-size: 16px;
  518. line-height: 19px;
  519. color: #000000;
  520. }
  521. .mainTwoThree li {
  522. padding-top: 15px;
  523. padding-bottom: 15px;
  524. display: flex;
  525. justify-content: space-between;
  526. font-weight: 400;
  527. font-size: 14px;
  528. cursor: pointer;
  529. border-bottom: 1px solid #E5E5E5;
  530. color: #000000;
  531. }
  532. .mainTwoThree ul{
  533. margin-top: 30px;
  534. list-style-type: none;
  535. }
  536. .mainTwoThree .font {
  537. font-weight: 600;
  538. text-align: right;
  539. }
  540. .mainTwoThree .poz {
  541. text-align: right;
  542. }
  543. .mainThree {
  544. width: 281px;
  545. }
  546. .mainThree h1 {
  547. font-style: normal;
  548. font-weight: bold;
  549. font-size: 16px;
  550. line-height: 19px;
  551. }
  552. .btn, .contact-btn {
  553. background: #1b1e20;
  554. color: #FFFFFF;
  555. border: none;
  556. border-radius: 6px;
  557. padding: 8px 28px;
  558. font-weight: 700;
  559. font-size: 14px;
  560. margin-left: auto;
  561. display: block;
  562. margin-top: 40px;
  563. cursor: pointer;
  564. }
  565. .mainTwoThree {
  566. display: flex;
  567. flex-direction: row;
  568. gap: 287px;
  569. margin-top: 40px;
  570. justify-content: center;
  571. flex-wrap: wrap;
  572. }
  573. .email {
  574. color: #0066FF;
  575. }
  576. .accordion-item__trigger .link-item{
  577. color: #0066FF;
  578. }
  579. .link-item--active{
  580. color: #E5E5E5;
  581. }
  582. .files-item a {
  583. color: #0066FF;
  584. text-decoration: none;
  585. }
  586. .accordion-item {
  587. font-size: 14px;
  588. padding: 0 15px;
  589. border-top: 1px solid #E5E5E5;
  590. border-left: 1px solid #FFFFFF;
  591. border-right: 1px solid #FFFFFF;
  592. }
  593. .accordion-item__trigger {
  594. display: flex;
  595. justify-content: space-between;
  596. padding-top: 15px;
  597. padding-bottom: 15px;
  598. cursor: pointer;
  599. }
  600. .accordion-item--active .accordion-item__trigger {
  601. }
  602. .accordion-item--active .accordion-item__content {
  603. display: block;
  604. }
  605. .accordion-item--active {
  606. border: 1px solid black;
  607. border-radius: 4px;
  608. z-index: 2;
  609. }
  610. .main>div.accordion-item:last-child {
  611. border-bottom: 1px solid #E5E5E5;
  612. z-index: -100;
  613. }
  614. .gray {
  615. border-bottom: 1px solid #E5E5E5;
  616. }
  617. .black {
  618. border-bottom: 1px solid black;
  619. }
  620. .accordion-item__content {
  621. display: none;
  622. }
  623. .btn-centered {
  624. margin-right: auto;
  625. margin-left: auto;
  626. margin-bottom: 40px;
  627. }
  628. .files {
  629. width: 315px;
  630. margin-left: 86px;
  631. margin-top: 46px;
  632. }
  633. .files-item {
  634. display: flex;
  635. justify-content: space-between;
  636. margin-bottom: 15px;
  637. }
  638. .nonedisplay {
  639. display: none;
  640. }
  641. .form-input {
  642. width: 247px;
  643. height: 36px;
  644. margin-top: 6px;
  645. padding-left: 10px;
  646. border: 1px solid #C4C4C4;
  647. border-radius: 3px;
  648. font-weight: 400;
  649. font-size: 14px;
  650. z-index: -1;
  651. }
  652. .form-container {
  653. display: flex;
  654. justify-content: start;
  655. flex-wrap: wrap;
  656. margin-top: 40px;
  657. }
  658. .wrapper-container {
  659. margin-bottom: 40px;
  660. }
  661. .wrapper {
  662. display: grid;
  663. grid-template-columns: 190px 454px;
  664. font-size: 14px;
  665. }
  666. .wrapper-active {
  667. display: none;
  668. grid-template-columns: 190px 454px;
  669. font-size: 14px;
  670. }
  671. .contact-form {
  672. display: grid;
  673. grid-template-columns: 70px 281px;
  674. font-size: 14px;
  675. grid-template-rows: 49px 49px 49px 150px 49px 49px 49px 150px;
  676. }
  677. .contact-form-active {
  678. display: none;
  679. grid-template-columns: 70px 281px;
  680. font-size: 14px;
  681. grid-template-rows: 49px 49px 49px 150px 49px 49px 49px 150px;
  682. }
  683. .contact-form-container {
  684. margin-left: 270px;
  685. }
  686. .form-input {
  687. width: 100%;
  688. height: 36px;
  689. padding-left: 10px;
  690. margin: 0;
  691. border: 1px solid #C4C4C4;
  692. border-radius: 3px;
  693. font-weight: 400;
  694. font-size: 14px;
  695. margin-bottom: 13px;
  696. }
  697. div.lable {
  698. margin-right: 10px;
  699. margin-bottom: 13px;
  700. text-align: end;
  701. }
  702. .lable p {
  703. font-weight: 600;
  704. padding-top: 7px;
  705. }
  706. .wrapper div .select, .wrapper-active div .select {
  707. margin: 0;
  708. margin-bottom: 13px;
  709. font-weight: 600;
  710. }
  711. .form-title {
  712. font-style: normal;
  713. font-weight: bold;
  714. font-size: 16px;
  715. line-height: 19px;
  716. margin-bottom: 30px;
  717. }
  718. .form-btn, .contact-form-btn {
  719. background: #27AE60;
  720. color: #FFFFFF;
  721. border: none;
  722. border-radius: 6px;
  723. padding: 8px 28px;
  724. font-weight: 700;
  725. font-size: 14px;
  726. margin-left: auto;
  727. display: block;
  728. margin-top: 40px;
  729. cursor: pointer;
  730. }
  731. .list li{
  732. display: flex;
  733. justify-content: space-between;
  734. padding-top: 15px;
  735. padding-bottom: 15px;
  736. display: flex;
  737. justify-content: space-between;
  738. font-weight: 400;
  739. font-size: 14px;
  740. cursor: pointer;
  741. border-bottom: 1px solid #E5E5E5;
  742. color: #000000;
  743. }
  744. .poz {
  745. text-align: right;
  746. }
  747. .font {
  748. font-weight: 600;
  749. text-align: right;
  750. }
  751. .nonedisplay