style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. @import url('https://fonts.cdnfonts.com/css/roboto');
  2. html{
  3. /* zoom: 0.9; */
  4. font-family: 'Roboto';
  5. /* font-family: 'Roboto', sans-serif;
  6. font-family: 'Roboto Thin', sans-serif;
  7. font-family: 'Roboto Light', sans-serif;
  8. font-family: 'Roboto Medium', sans-serif;
  9. font-family: 'Roboto Black', sans-serif; */
  10. }
  11. body{
  12. margin: 0 auto;
  13. background-color: #F5F6FF;
  14. }
  15. h1,h5{
  16. color:#1B1B1F;
  17. font-style: normal;
  18. font-weight: 400;
  19. }
  20. h1{
  21. font-size: 32px;
  22. line-height: 40px; /* 125% */
  23. }
  24. h5{
  25. font-size: 16px;
  26. line-height: 24px; /* 150% */
  27. font-weight: 500;
  28. }
  29. figure{
  30. position: absolute;
  31. margin-top: 12px;
  32. color: #146AFF;
  33. font-size: 140px;
  34. font-style: normal;
  35. font-weight: 500;
  36. line-height: 120%; /* 168px */
  37. opacity: 0.1;
  38. }
  39. a, a:hover {
  40. font-size: 17px;
  41. color: #1B1B1F;
  42. text-decoration: none;
  43. }
  44. .container{
  45. width: 90%;
  46. margin: 0 auto;
  47. max-width: 1920px;
  48. }
  49. .bg-blue{
  50. background: linear-gradient(180deg, #228AF2 0%, rgba(20, 106, 255, 0.00) 100%);
  51. }
  52. .navbar{
  53. width: 90%;
  54. margin: 0 auto;
  55. }
  56. .navbar-nav{
  57. gap: 32px;
  58. }
  59. .nav-item{
  60. color: #1B1B1F;
  61. font-size: 17px;
  62. font-style: normal;
  63. font-weight: 400;
  64. }
  65. .right{
  66. gap: 8px;
  67. font-size: 17px;
  68. font-weight: 400;
  69. }
  70. .login{
  71. display: flex;
  72. padding: 10px 24px 10px 16px;
  73. justify-content: center;
  74. align-items: center;
  75. gap: 8px;
  76. flex: 1 0 0;
  77. align-self: stretch;
  78. border-radius: 100px;
  79. background: var(--Primary, #146AFF);
  80. color: #FFF;
  81. }
  82. .heading{
  83. position: absolute;
  84. gap: 12px;
  85. }
  86. .main-img{
  87. width: 100%;
  88. background-color: #146AFF;
  89. }
  90. .heading h1{
  91. color: #FFF;
  92. font-size: 57px;
  93. font-style: normal;
  94. font-weight: 400;
  95. line-height: 64px;
  96. letter-spacing: -0.25px;
  97. margin: 0;
  98. }
  99. .heading h2{
  100. color: #FFF;
  101. font-size: 22px;
  102. font-style: normal;
  103. font-weight: 500;
  104. line-height: 28px;
  105. margin: 0;
  106. }
  107. .heading form{
  108. margin-top: 40px;
  109. }
  110. .search-input{
  111. font-size: 16px;
  112. padding: 0px 25px 0px 25px;
  113. height: 56px;
  114. min-width: 360px;
  115. width: 720px;
  116. border-radius: 28px;
  117. border: 0px;
  118. }
  119. .input-icon::after{
  120. content: " ";
  121. width: 24px;
  122. height: 24px;
  123. display: block;
  124. background: url(../img/search.svg) no-repeat;
  125. margin-left: -45px;
  126. cursor: pointer;
  127. }
  128. .b-filter{
  129. display: flex;
  130. height: 48px;
  131. flex-direction: row;
  132. gap: 8px;
  133. padding: 10px 24px 10px 16px;
  134. border: 0;
  135. border-radius: 35px;
  136. background: #DDE2F9;
  137. align-items: center;
  138. font-size: 14px;
  139. cursor: pointer;
  140. }
  141. .categories{
  142. gap: 30px 0
  143. }
  144. .categories .item{
  145. gap: 10px;
  146. border-radius: 16px;
  147. border:0;
  148. }
  149. .categories .item svg {
  150. height: 74px;
  151. }
  152. .card .star{
  153. border-radius: 30px;
  154. background: #DDE2F9;
  155. }
  156. .lot-item {
  157. border-radius: 16px;
  158. border: 0;
  159. margin-bottom: 34px;
  160. }
  161. .lot-item .card-text b{
  162. color: #1B1B1F;
  163. }
  164. .lot-item .badge{
  165. padding: 6px 12px;
  166. border-radius: 10px;
  167. font-size: unset;
  168. font-weight: 600;
  169. line-height: 1.2;
  170. }
  171. .lot-item .badge-warning {
  172. background-color: #FFD966;
  173. }
  174. .slide{
  175. border-radius: 12px;
  176. background: #FFF;
  177. padding: 24px 32px;
  178. display: flex;
  179. align-items: center;
  180. flex-direction: column;
  181. padding-bottom: 16px;
  182. }
  183. .slide img{
  184. max-width: 170px;
  185. max-height: 66px;
  186. }
  187. .w-list{
  188. list-style: none;
  189. padding: 0;
  190. margin: 0;
  191. }
  192. .w-list li{
  193. float: left;
  194. padding: 7px;
  195. border: 1px solid #146AFF;
  196. margin-right: 12px;
  197. margin-bottom: 12px;
  198. border-radius: 30px;
  199. }
  200. .w-list li a{
  201. color: #146AFF;
  202. font-size: 14px;
  203. font-style: normal;
  204. }
  205. .form-section{
  206. background: #fff;
  207. padding-top: 90px;
  208. padding-bottom: 90px;
  209. }
  210. .form-section .container-bg{
  211. background-color: #B3C5FF;
  212. border-radius: 16px;
  213. }
  214. .text-section{
  215. margin-top: 20px;
  216. color: #45464F;
  217. max-height: 100px;
  218. overflow: hidden;
  219. font-size: 14px;
  220. font-style: normal;
  221. font-weight: 400;
  222. line-height: 20px; /* 142.857% */
  223. letter-spacing: 0.25px;
  224. }
  225. .text-show{
  226. display: none;
  227. }
  228. .text-show:checked ~ .text-section {
  229. max-height: unset;
  230. }
  231. .footer{
  232. background: #151B2C;
  233. color: #fff;
  234. }
  235. .footer .list-items{
  236. list-style: none;
  237. padding: 0;
  238. margin: 0;
  239. }
  240. .footer .list-items li a{
  241. color: #585E71;
  242. line-height: 2;
  243. }
  244. .footer .list-items .h{
  245. color: #C5C6D0;
  246. line-height: 2;
  247. }
  248. .footer .list-items .email{
  249. color: #146AFF;
  250. }
  251. .footer .list-items .phone{
  252. color: #C5C6D0;
  253. }
  254. .footer .list-items .soc *{
  255. color: transparent;
  256. display: inline-block;
  257. margin-top: 10px;
  258. }
  259. .footer .list-items .soc .viber{
  260. background: url(../img/viber.svg) no-repeat;
  261. }
  262. .footer .list-items .soc .telegram{
  263. background: url(../img/telegram.svg) no-repeat;
  264. }
  265. .footer .line{
  266. color: #585E71;
  267. border-top: 1px solid;
  268. padding-top: 10px;
  269. padding-bottom: 10px;
  270. margin-top: 40px;
  271. }
  272. .footer .line a{
  273. color: #585E71;
  274. }
  275. /* top-filter */
  276. .top-filter{
  277. border-top: 1px solid #F5F6FF;
  278. }
  279. .top-filter-row{
  280. width: 90%;
  281. margin: 0 auto;
  282. }
  283. .top-filter-row .serach-img{
  284. position: absolute;
  285. margin-top: -22px;
  286. }
  287. .top-filter-row .serach-img::after{
  288. content: " ";
  289. width: 24px;
  290. height: 24px;
  291. display: block;
  292. background: url(../img/search.svg) no-repeat;
  293. cursor: pointer;
  294. position: relative;
  295. top: 40px;
  296. left: 20px;
  297. }
  298. .top-filter-row select,
  299. .top-filter-row .container-select {
  300. width: calc(100% / 5.2);
  301. height: 56px;
  302. }
  303. .top-filter-row .container-select .dropdown-toggle{
  304. overflow: hidden;
  305. border: 1px solid #757680;
  306. background: #fff;
  307. }
  308. .top-filter-row .serach{
  309. border: 1px solid #757680;
  310. width: 100%;
  311. height: 56px;
  312. border-radius: 4px;
  313. padding-left: 60px;
  314. }
  315. .switch-container{
  316. display:flex;
  317. align-items: center;
  318. gap: 10px;
  319. }
  320. .switch {
  321. position: relative;
  322. display: inline-block;
  323. width: 60px;
  324. height: 34px;
  325. }
  326. .switch input {
  327. opacity: 0;
  328. width: 0;
  329. height: 0;
  330. }
  331. .slider {
  332. position: absolute;
  333. cursor: pointer;
  334. top: 0;
  335. left: 0;
  336. right: 0;
  337. bottom: 0;
  338. background-color: #ccc;
  339. -webkit-transition: .4s;
  340. transition: .4s;
  341. }
  342. .slider:before {
  343. position: absolute;
  344. content: "";
  345. height: 26px;
  346. width: 26px;
  347. left: 4px;
  348. bottom: 4px;
  349. background-color: white;
  350. -webkit-transition: .4s;
  351. transition: .4s;
  352. }
  353. input:checked + .slider {
  354. background-color: #2196F3;
  355. }
  356. input:focus + .slider {
  357. box-shadow: 0 0 1px #2196F3;
  358. }
  359. input:checked + .slider:before {
  360. -webkit-transform: translateX(26px);
  361. -ms-transform: translateX(26px);
  362. transform: translateX(26px);
  363. }
  364. .slider.round {
  365. border-radius: 34px;
  366. }
  367. .slider.round:before {
  368. border-radius: 50%;
  369. }
  370. /* pagination */
  371. .block-27 ul {
  372. padding: 0;
  373. margin: 0;
  374. }
  375. .block-27 ul li {
  376. font-family: "Poppins", Arial, sans-serif;
  377. display: inline-block;
  378. margin-bottom: 4px;
  379. font-weight: 400;
  380. }
  381. .block-27 ul li a, .block-27 ul li span {
  382. color: gray;
  383. text-align: center;
  384. display: inline-block;
  385. width: 40px;
  386. height: 40px;
  387. line-height: 40px;
  388. border-radius: 50%;
  389. border: 1px solid #e6e6e6;
  390. }
  391. .block-27 ul li.active a, .block-27 ul li.active span {
  392. background: #146AFF;
  393. color: #fff;
  394. border: 1px solid transparent;
  395. }
  396. .container-select button{
  397. height: 56px;
  398. }
  399. .digit-box{
  400. background-color: #EEF0FF;
  401. min-height: 56px;
  402. min-width: 50px;
  403. }
  404. .digit-box p{
  405. color: #757680;
  406. font-size: 12px;
  407. }
  408. .digit{
  409. height: 35px;
  410. margin-top: -10px;
  411. }
  412. .digit b{
  413. color: #45464F;
  414. font-size: 28px;
  415. font-weight: 500;
  416. }
  417. .gallery img {
  418. cursor: pointer;
  419. }
  420. /* .container-select input{
  421. height: 56px;
  422. }
  423. .container-select .dropdown{
  424. position: absolute;
  425. background: aquamarine;
  426. }
  427. .container-select .dropdown form {
  428. width: 190px;
  429. }
  430. .container-select .dropdown form input[type=checkbox] {
  431. width: auto;
  432. height: auto;
  433. } */
  434. /* --- */
  435. .badge{
  436. height: 32px;
  437. line-height: 2;
  438. }
  439. .badge-before{
  440. background-color: #FFEFBF;
  441. color: #806926;
  442. }
  443. .badge-now{
  444. background-color: #C3E5DA;
  445. color: #008659;
  446. }
  447. .badge-ready{
  448. background-color: #EFEDF1;
  449. color: #757680;
  450. }
  451. .badge-canceled{
  452. background-color: #FFDAD6;
  453. color: #BA1A1A;
  454. }
  455. .badge-end{
  456. background-color: #DAE1FF;
  457. color: #003FA3;
  458. }
  459. .badge-doc{
  460. display: flex;
  461. align-items: center;
  462. padding: 28px 28px 28px 6px;
  463. width: max-content;
  464. background-color: #EEF0FF;
  465. border-radius: 7px;
  466. cursor: pointer;
  467. margin-bottom: 15px;
  468. }
  469. .badge-doc i{
  470. padding-right: 10px;
  471. }
  472. .badge-doc i::before{
  473. content: " ";
  474. display: block;
  475. background: url(../img/icon-pdf.svg) no-repeat;
  476. width: 44px;
  477. height: 44px;
  478. }
  479. .sidebar{
  480. background-color: #fff;
  481. width: 35%;
  482. min-width: 60px;
  483. max-width: 280px;
  484. transition-property: width;
  485. transition-duration: 0.1s;
  486. }
  487. .sidebar .nav-item{
  488. padding: 5px;
  489. }
  490. .sidebar .nav-item.head .nav-link{
  491. justify-content: space-between;
  492. padding-right: 0;
  493. }
  494. .sidebar .nav-item.head .nav-link svg{
  495. background-color: #DDE2F9;
  496. border-radius: 30px;
  497. }
  498. .sidebar .nav-link{
  499. display: flex;
  500. align-items: center;
  501. justify-content: flex-start;
  502. border-radius: 30px;
  503. padding: 15px;
  504. }
  505. .sidebar .nav-link span{
  506. height: 25.5px;
  507. display: block;
  508. overflow: hidden;
  509. color:#45464F;
  510. font-size: 16px;
  511. font-weight: 500;
  512. }
  513. .sidebar .nav-link svg{
  514. margin-right: 10px;
  515. }
  516. .sidebar .nav-link.active{
  517. background-color: #DDE2F9;
  518. border-radius: 30px;
  519. }
  520. .sidebar .nav-item.head .nav-link:hover{
  521. background-color: inherit;
  522. }
  523. .sidebar .nav-link:hover{
  524. background-color: #dfe1ec;
  525. }
  526. .sidebar.closed {
  527. width: 68px;
  528. }
  529. .sidebar.closed .nav-link{
  530. width: 55.5px;
  531. height: 55.5px;
  532. }
  533. .sidebar.closed .nav-link span{
  534. font-size: 0px;
  535. }
  536. .sidebar.closed .nav-link svg{
  537. position: absolute;
  538. }
  539. #switch_sidebar{
  540. transition-property: rotate;
  541. transition-duration: 0.3s;
  542. }
  543. .sidebar.closed #switch_sidebar{
  544. rotate: 180deg;
  545. }
  546. /* tabs */
  547. .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  548. border-color: transparent transparent #146AFF;
  549. }
  550. .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  551. border-color: transparent transparent #146AFF;
  552. }
  553. .nav-tabs .nav-item:hover{
  554. background-color: #DDE2F9;
  555. }
  556. .input-custom{
  557. display: flex;
  558. }
  559. .m-button{
  560. padding: 10px 24px 10px 24px;
  561. background: #146AFF;
  562. color: #fff;
  563. border-radius: 30px;
  564. border: 0px;
  565. cursor: pointer;
  566. }
  567. .m-transparent{
  568. background: #fff;
  569. color: #146AFF;
  570. border: 2px solid #146AFF;
  571. padding: 8px 24px 8px 24px;
  572. }
  573. .fs-28 {
  574. font-size: 28px;
  575. font-weight: normal;
  576. }
  577. .cg {
  578. color: #757680;
  579. }
  580. .hr{
  581. border-bottom: 1px solid #F5F6FF;
  582. padding-bottom: 20px;
  583. }
  584. .table td, .table th,
  585. .table thead th {
  586. padding: 0.25rem;
  587. border: 0;
  588. }
  589. .log-box{
  590. width: 25%;
  591. border: 2px solid #f1ece6ad;
  592. background: #f7f2eb73;
  593. border-radius: 10px;
  594. padding-top: 20px;
  595. }
  596. .log-box .nav-tabs .nav-item:hover {
  597. background-color: #fff;
  598. }
  599. .forms .m-button{
  600. color: #000;
  601. background: #fff;
  602. border: 2px solid #ced4da;
  603. padding: 5px 24px 5px 24px;
  604. }
  605. .forms .m-button.active{
  606. background: #ced4da;
  607. }
  608. .help{
  609. }