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