style.css 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457
  1. @charset "UTF-8";
  2. /*
  3. * Prefixed by https://autoprefixer.github.io
  4. * PostCSS: v8.3.6,
  5. * Autoprefixer: v10.3.1
  6. * Browsers: last 4 version
  7. */
  8. /*
  9. * Prefixed by https://autoprefixer.github.io
  10. * PostCSS: v8.3.6,
  11. * Autoprefixer: v10.3.1
  12. * Browsers: last 4 version
  13. */
  14. @font-face {
  15. font-family: 'Bahn';
  16. src: url("../fonts/Bahnschrift.ttf") format("truetype");
  17. font-weight: normal;
  18. font-style: normal; }
  19. :focus, button:focus {
  20. outline: none; }
  21. * {
  22. margin: 0;
  23. padding: 0;
  24. -webkit-box-sizing: border-box;
  25. box-sizing: border-box; }
  26. .no_scroll {
  27. overflow-y: hidden; }
  28. body {
  29. background-color: #afb0b0;
  30. font-weight: normal;
  31. font-style: normal;
  32. height: 100%; }
  33. .wrap {
  34. width: 100%;
  35. min-height: 100%;
  36. display: -webkit-box;
  37. display: -ms-flexbox;
  38. display: flex;
  39. -webkit-box-pack: start;
  40. -ms-flex-pack: start;
  41. justify-content: start; }
  42. .main-content {
  43. display: flex;
  44. flex-direction: column; }
  45. .blocks {
  46. flex: 1; }
  47. .nav {
  48. padding-top: 1.5%;
  49. position: sticky;
  50. width: 130px;
  51. top: 0;
  52. height: 100vh;
  53. background-color: #3a474d;
  54. display: -webkit-box;
  55. display: -ms-flexbox;
  56. display: flex;
  57. -webkit-box-pack: justify;
  58. -ms-flex-pack: justify;
  59. justify-content: space-between;
  60. -webkit-box-orient: vertical;
  61. -webkit-box-direction: normal;
  62. -ms-flex-direction: column;
  63. flex-direction: column;
  64. z-index: 2; }
  65. .nav a {
  66. display: block;
  67. width: 25%;
  68. margin-left: auto;
  69. margin-right: auto;
  70. position: relative; }
  71. .nav a:after {
  72. display: block;
  73. content: attr(title);
  74. position: absolute;
  75. top: 110%;
  76. left: 50%;
  77. -webkit-transform: translateX(-50%);
  78. -ms-transform: translateX(-50%);
  79. transform: translateX(-50%);
  80. color: #fff;
  81. text-decoration: none;
  82. font-family: 'Bahn';
  83. font-size: 14px;
  84. text-align: center; }
  85. .top-href__logo {
  86. width: 70%;
  87. margin-left: auto;
  88. margin-right: auto; }
  89. .top-href a {
  90. margin-top: 25%; }
  91. .middle-href a {
  92. margin-top: 45%; }
  93. .middle-href a:first-child {
  94. margin-top: 0%; }
  95. .bottom-href {
  96. margin-bottom: 30%; }
  97. .bottom-href a:first-child {
  98. margin-bottom: 35%; }
  99. .main-content {
  100. width: 100%;
  101. min-width: 0; }
  102. footer {
  103. width: 100%;
  104. padding: 15px 0px;
  105. background-color: #3a474d;
  106. text-align: center;
  107. position: sticky;
  108. bottom: 0;
  109. left: 0; }
  110. .footer__logo {
  111. width: 70px; }
  112. .blocks {
  113. display: -webkit-box;
  114. display: -ms-flexbox;
  115. display: flex;
  116. -webkit-box-pack: justify;
  117. -ms-flex-pack: justify;
  118. justify-content: space-between;
  119. padding: 15px 15px;
  120. width: 100%;
  121. min-width: 0; }
  122. .first-block {
  123. -webkit-box-flex: 1;
  124. -ms-flex: 1;
  125. flex: 1;
  126. min-width: 0;
  127. margin-right: 15px;
  128. display: -webkit-box;
  129. display: -ms-flexbox;
  130. display: flex;
  131. -webkit-box-orient: vertical;
  132. -webkit-box-direction: normal;
  133. -ms-flex-direction: column;
  134. flex-direction: column;
  135. min-height: 100vh; }
  136. .top__block {
  137. position: relative;
  138. background-color: #fff; }
  139. .header-block {
  140. position: relative; }
  141. .header-block__text {
  142. width: 100%;
  143. text-align: center;
  144. padding: 20px 0px;
  145. color: #fff;
  146. font-family: 'Bahn';
  147. font-size: 21px; }
  148. .header-block__span {
  149. cursor: pointer;
  150. position: absolute;
  151. top: 0;
  152. right: 2%;
  153. height: 100%;
  154. display: -webkit-box;
  155. display: -ms-flexbox;
  156. display: flex;
  157. -webkit-box-pack: justify;
  158. -ms-flex-pack: justify;
  159. justify-content: space-between;
  160. -webkit-box-orient: vertical;
  161. -webkit-box-direction: normal;
  162. -ms-flex-direction: column;
  163. flex-direction: column;
  164. padding: 15px 0; }
  165. .header-block__span span {
  166. display: block;
  167. width: 8px;
  168. height: 8px;
  169. background-color: #fff;
  170. border-radius: 50%; }
  171. .header-block_first {
  172. background-color: #3a474d; }
  173. .slider {
  174. padding: 30px 25px;
  175. position: relative; }
  176. .slider__item {
  177. color: black;
  178. font-family: 'Bahn';
  179. font-size: 16px; }
  180. .slick-track {
  181. display: -webkit-box;
  182. display: -ms-flexbox;
  183. display: flex; }
  184. .slick-list {
  185. overflow: hidden; }
  186. .footer-block {
  187. width: 100%;
  188. padding: 23px;
  189. background-color: #f27e00;
  190. display: -webkit-box;
  191. display: -ms-flexbox;
  192. display: flex;
  193. -webkit-box-pack: justify;
  194. -ms-flex-pack: justify;
  195. justify-content: space-between; }
  196. .footer-block__left__button {
  197. cursor: pointer; }
  198. .footer-block__left__button img {
  199. vertical-align: middle;
  200. display: inline-block;
  201. width: 15px;
  202. height: 15px;
  203. margin-bottom: 3px; }
  204. .footer-block__left__button p {
  205. display: inline-block;
  206. color: #fff;
  207. font-family: 'Bahn';
  208. font-size: 14px;
  209. margin-left: 5px; }
  210. .footer-block__right__button {
  211. cursor: pointer; }
  212. .footer-block__right__button img {
  213. vertical-align: middle;
  214. display: inline-block;
  215. width: 15px;
  216. height: 15px;
  217. margin-bottom: 2px; }
  218. .footer-block__right__button p {
  219. display: inline;
  220. color: #fff;
  221. font-family: 'Bahn';
  222. font-size: 14px;
  223. margin-right: 5px; }
  224. .slider .slick-arrow {
  225. width: 0px;
  226. font-size: 0px;
  227. position: absolute;
  228. top: 88%;
  229. left: 0; }
  230. .slider .slick-dots {
  231. position: absolute;
  232. top: 115%;
  233. left: 51%;
  234. -webkit-transform: translate(-50%, -50%);
  235. -ms-transform: translate(-50%, -50%);
  236. transform: translate(-50%, -50%);
  237. display: -webkit-box;
  238. display: -ms-flexbox;
  239. display: flex;
  240. -webkit-box-pack: center;
  241. -ms-flex-pack: center;
  242. justify-content: center;
  243. -webkit-box-align: center;
  244. -ms-flex-align: center;
  245. align-items: center; }
  246. .slider .slick-dots li {
  247. list-style: none; }
  248. .slider .slick-dots li.slick-active button {
  249. background: #3a474d; }
  250. .slider .slick-dots button {
  251. font-size: 0px;
  252. margin-right: 20px;
  253. width: 7px;
  254. height: 7px;
  255. border-radius: 50%;
  256. border: none;
  257. cursor: pointer;
  258. background-color: #fff; }
  259. .bottom__block {
  260. display: -webkit-box;
  261. display: -ms-flexbox;
  262. display: flex;
  263. -webkit-box-pack: justify;
  264. -ms-flex-pack: justify;
  265. justify-content: space-between;
  266. -webkit-box-orient: vertical;
  267. -webkit-box-direction: normal;
  268. -ms-flex-direction: column;
  269. flex-direction: column;
  270. background-color: #fff;
  271. -webkit-box-flex: 1;
  272. -ms-flex: 1;
  273. flex: 1;
  274. position: relative; }
  275. .first-block__inforamtion {
  276. padding: 30px 25px; }
  277. .first-block__inforamtion p {
  278. color: black;
  279. font-family: 'Bahn';
  280. font-size: 16px;
  281. margin-bottom: 30px; }
  282. .first-block__inforamtion p:nth-child(5) {
  283. margin-top: 30px; }
  284. .first-block__inforamtion p:last-child {
  285. margin-bottom: 0px; }
  286. .first-block__inforamtion__button {
  287. padding: 30px 25px;
  288. width: 100%;
  289. display: -webkit-box;
  290. display: -ms-flexbox;
  291. display: flex;
  292. -webkit-box-pack: justify;
  293. -ms-flex-pack: justify;
  294. justify-content: space-between;
  295. -webkit-box-align: center;
  296. -ms-flex-align: center;
  297. align-items: center;
  298. margin-top: 10px; }
  299. .first-block__inforamtion__button button {
  300. -webkit-box-flex: 1;
  301. -ms-flex: 1;
  302. flex: 1;
  303. margin-right: 25px; }
  304. .first-block__inforamtion__button button:last-child {
  305. margin-right: 0px; }
  306. .first-block__inforamtion__item {
  307. color: grey;
  308. font-family: 'Bahn';
  309. font-size: 16px; }
  310. .second-block {
  311. position: relative;
  312. -webkit-box-flex: 1;
  313. -ms-flex: 1;
  314. flex: 1;
  315. background-color: #d9d9da;
  316. margin-right: 15px; }
  317. .second-block__button {
  318. padding: 0px 25px;
  319. margin-top: 30px;
  320. width: 100%;
  321. display: -webkit-box;
  322. display: -ms-flexbox;
  323. display: flex;
  324. -webkit-box-pack: justify;
  325. -ms-flex-pack: justify;
  326. justify-content: space-between;
  327. -webkit-box-align: center;
  328. -ms-flex-align: center;
  329. align-items: center; }
  330. .second-block__button button {
  331. -webkit-box-flex: 1;
  332. -ms-flex: 1;
  333. flex: 1;
  334. margin-right: 25px; }
  335. .second-block__button button:last-child {
  336. margin-right: 0px; }
  337. .second-block__form {
  338. padding: 0px 25px;
  339. margin-top: 20px;
  340. display: none; }
  341. .second-block__form.visible {
  342. display: block; }
  343. .second-block__form p {
  344. text-align: center;
  345. color: black;
  346. font-family: 'Bahn';
  347. font-size: 19px; }
  348. .second-block__form__button {
  349. margin-top: 30px;
  350. width: 100%;
  351. margin-left: auto;
  352. margin-right: auto;
  353. display: -webkit-box;
  354. display: -ms-flexbox;
  355. display: flex;
  356. -webkit-box-pack: justify;
  357. -ms-flex-pack: justify;
  358. justify-content: space-between;
  359. -webkit-box-align: center;
  360. -ms-flex-align: center;
  361. align-items: center;
  362. margin-bottom: 30px;
  363. -ms-flex-wrap: wrap;
  364. flex-wrap: wrap; }
  365. .second-block__form__button button {
  366. -webkit-box-flex: 1;
  367. -ms-flex: 1;
  368. flex: 1;
  369. margin-right: 25px; }
  370. .second-block__form__button button:last-child {
  371. margin-right: 0px; }
  372. .second-block__input__file {
  373. opacity: 0;
  374. visibility: hidden;
  375. position: absolute; }
  376. .second-block__input__file__label {
  377. display: inline;
  378. cursor: pointer; }
  379. .second-block__input__file__label__box {
  380. display: -webkit-box;
  381. display: -ms-flexbox;
  382. display: flex;
  383. width: 100%;
  384. margin-top: 30px;
  385. margin-left: auto;
  386. margin-right: auto;
  387. -webkit-box-pack: justify;
  388. -ms-flex-pack: justify;
  389. justify-content: space-between;
  390. -ms-flex-wrap: wrap;
  391. flex-wrap: wrap; }
  392. .second-block__input__file__label span {
  393. display: inline-block;
  394. color: #fff;
  395. font-family: 'Bahn';
  396. font-size: 32px;
  397. padding: 1px 12px;
  398. background-color: #3a474d;
  399. border-radius: 30%; }
  400. .second-block__input__file__label p {
  401. position: relative;
  402. display: inline-block;
  403. color: black;
  404. font-family: 'Bahn';
  405. font-size: 16px;
  406. margin-left: 15px;
  407. bottom: 4px; }
  408. .header-block_second {
  409. background-color: #52648a; }
  410. .upload__label {
  411. display: block;
  412. width: 100%;
  413. margin-left: auto;
  414. margin-right: auto; }
  415. .upload__label_mb {
  416. margin-bottom: 60px; }
  417. .upload__textarea {
  418. min-height: 150px;
  419. resize: none; }
  420. .upload__input, .upload__textarea {
  421. margin-left: auto;
  422. margin-right: auto;
  423. width: 100%;
  424. display: block;
  425. border: none;
  426. border-radius: 0;
  427. background: #FFFFFF;
  428. padding: 10px 10px;
  429. height: auto;
  430. font-size: 16px;
  431. margin-top: 16px; }
  432. .upload__input::-webkit-input-placeholder, .upload__textarea::-webkit-input-placeholder {
  433. color: #647B99;
  434. font-style: italic;
  435. font-family: 'Bahn', sans-serif; }
  436. .upload__input::-moz-placeholder, .upload__textarea::-moz-placeholder {
  437. color: #647B99;
  438. font-style: italic;
  439. font-family: 'Bahn', sans-serif; }
  440. .upload__input:-ms-input-placeholder, .upload__textarea:-ms-input-placeholder {
  441. color: #647B99;
  442. font-style: italic;
  443. font-family: 'Bahn', sans-serif; }
  444. .upload__input:-ms-input-placeholder, .upload__textarea:-ms-input-placeholder {
  445. color: #647B99;
  446. font-style: italic;
  447. font-family: 'Bahn', sans-serif; }
  448. .upload__input::placeholder, .upload__textarea::placeholder {
  449. color: #647B99;
  450. font-style: italic;
  451. font-family: 'Bahn', sans-serif; }
  452. .upload__input-descr, .upload__textarea-descr {
  453. margin-top: 8px;
  454. font-style: italic;
  455. font-size: 14px;
  456. font-family: "Bahn"; }
  457. .upload__textarea:disabled, .upload__textarea[disabled] {
  458. background-color:lightcoral;
  459. }
  460. .form-control:focus {
  461. color: #495057;
  462. background-color: #fff;
  463. border-color: #80bdff;
  464. outline: 0;
  465. -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  466. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  467. }
  468. #file_name {
  469. position: relative;
  470. display: inline-block;
  471. margin-top: 15px;
  472. text-align: left;
  473. text-align: right;
  474. color: black;
  475. font-family: 'Bahn';
  476. font-size: 16px;
  477. bottom: 4px; }
  478. #file_name_verify {
  479. position: relative;
  480. display: inline-block;
  481. margin-top: 15px;
  482. text-align: left;
  483. text-align: right;
  484. color: black;
  485. font-family: 'Bahn';
  486. font-size: 16px;
  487. bottom: 4px; }
  488. .header-block_third {
  489. background: #f27e00; }
  490. .third-block {
  491. -webkit-box-flex: 1;
  492. -ms-flex: 1;
  493. flex: 1;
  494. background-color: #d9d9da;
  495. position: relative; }
  496. @media (max-width: 1440px) {
  497. .second-block__form {
  498. margin-top: 20px; }
  499. .second-block__form__button {
  500. -ms-flex-wrap: wrap;
  501. flex-wrap: wrap; }
  502. .first-block__inforamtion__button {
  503. -ms-flex-wrap: wrap;
  504. flex-wrap: wrap; } }
  505. @media (max-width: 1250px) {
  506. .blocks {
  507. display: block; }
  508. .first-block {
  509. margin-right: 0px;
  510. margin-top: 50px; }
  511. .second-block {
  512. margin-right: 0px;
  513. margin-top: 50px; }
  514. .third-block {
  515. margin-right: 0px;
  516. margin-top: 50px; }
  517. .nav {
  518. -webkit-box-pack: start;
  519. -ms-flex-pack: start;
  520. justify-content: start; }
  521. .middle-href {
  522. margin-top: 80%; }
  523. .bottom-href {
  524. margin-top: 140%; }
  525. .first-block__inforamtion p:last-child {
  526. margin-bottom: 70px; }
  527. .second-block__form {
  528. padding-bottom: 35px; }
  529. .second-block__form__button {
  530. margin-bottom: 0px; } }
  531. @media (max-width: 980px) {
  532. .blocks {
  533. margin-left: 0px; }
  534. .first-block {
  535. margin-top: 10px; }
  536. .wrap {
  537. width: 100%;
  538. height: 100%;
  539. display: -webkit-box;
  540. display: -ms-flexbox;
  541. display: flex;
  542. -webkit-box-pack: start;
  543. -ms-flex-pack: start;
  544. justify-content: start;
  545. -webkit-box-orient: vertical;
  546. -webkit-box-direction: normal;
  547. -ms-flex-direction: column;
  548. flex-direction: column;
  549. min-height: 0; }
  550. .nav {
  551. position: sticky;
  552. width: 100%;
  553. height: -webkit-fit-content;
  554. height: -moz-fit-content;
  555. height: fit-content;
  556. background-color: #3a474d;
  557. display: -webkit-box;
  558. display: -ms-flexbox;
  559. display: flex;
  560. -webkit-box-pack: justify;
  561. -ms-flex-pack: justify;
  562. justify-content: space-between;
  563. -webkit-box-orient: horizontal;
  564. -webkit-box-direction: normal;
  565. -ms-flex-direction: row;
  566. flex-direction: row;
  567. z-index: 2;
  568. padding: 30px 20px;
  569. white-space: nowrap;
  570. overflow: auto;
  571. -webkit-box-align: center;
  572. -ms-flex-align: center;
  573. align-items: center; }
  574. .nav a {
  575. display: inline-block;
  576. width: 30px;
  577. height: 30px;
  578. margin-right: 80px;
  579. position: relative; }
  580. .nav a img {
  581. width: 30px;
  582. height: 30px; }
  583. .nav a:after {
  584. display: block;
  585. content: attr(title);
  586. position: absolute;
  587. top: 115%;
  588. left: 50%;
  589. -webkit-transform: translateX(-50%);
  590. -ms-transform: translateX(-50%);
  591. transform: translateX(-50%);
  592. color: #fff;
  593. text-decoration: none;
  594. font-family: 'Bahn';
  595. font-size: 12px; }
  596. .top-href__logo {
  597. width: 120px;
  598. margin-left: 0px;
  599. margin-right: 0px;
  600. display: inline-block; }
  601. .top-href a {
  602. margin-top: 0px;
  603. margin-left: 60px; }
  604. .middle-href {
  605. margin-top: 0px;
  606. margin-left: 0px; }
  607. .middle-href a {
  608. margin-top: 0%; }
  609. .middle-href a:first-child {
  610. margin-top: 0%; }
  611. .bottom-href {
  612. margin-top: 0px;
  613. margin-bottom: 0%; }
  614. .bottom-href a:first-child {
  615. margin-bottom: 0%; }
  616. .bottom-href a:last-child {
  617. margin-right: 30px; } }
  618. @media (max-width: 395px) {
  619. .header-block {
  620. position: relative; }
  621. .header-block__text {
  622. font-size: 18px; }
  623. .slider .slick-dots {
  624. top: 113%; }
  625. .slider .slick-dots li {
  626. list-style: none; }
  627. .slider .slick-dots li.slick-active button {
  628. background: #3a474d; }
  629. .slider .slick-dots button {
  630. font-size: 0px;
  631. margin-right: 15px;
  632. width: 7px;
  633. height: 7px;
  634. border-radius: 50%;
  635. border: none;
  636. cursor: pointer; }
  637. .first-block__inforamtion__button {
  638. display: block; }
  639. .first-block__inforamtion__button button {
  640. display: block;
  641. margin-top: 20px;
  642. width: 100%; }
  643. .first-block__inforamtion p:last-child {
  644. margin-bottom: 200px; }
  645. .second-block__button {
  646. display: block; }
  647. .second-block__button button {
  648. display: block;
  649. margin-bottom: 20px;
  650. width: 100%; } }
  651. .modal {
  652. overflow-y: auto;
  653. position: fixed;
  654. top: 0;
  655. left: 0;
  656. width: 100%;
  657. height: 100%;
  658. background: rgba(0, 0, 0, 0.8);
  659. z-index: 2;
  660. display: none; }
  661. .modal.active {
  662. display: block; }
  663. .modal-container {
  664. display: -webkit-box;
  665. display: -ms-flexbox;
  666. display: flex;
  667. width: 100%;
  668. height: 100%;
  669. position: relative; }
  670. .modal__body {
  671. margin: auto;
  672. width: 50%;
  673. background: #ececec;
  674. border: 10px solid #3a474d; }
  675. .modal__body__header {
  676. padding: 20px;
  677. display: -webkit-box;
  678. display: -ms-flexbox;
  679. display: flex;
  680. background-color: #f27e00;
  681. -webkit-box-pack: justify;
  682. -ms-flex-pack: justify;
  683. justify-content: space-between;
  684. -webkit-box-align: center;
  685. -ms-flex-align: center;
  686. align-items: center; }
  687. .modal__body__header_noflex {
  688. display: block; }
  689. .modal__body__header__info img {
  690. display: inline-block;
  691. width: 40px;
  692. height: 40px;
  693. vertical-align: middle; }
  694. .modal__body__header__info p {
  695. position: relative;
  696. display: inline-block;
  697. color: #fff;
  698. font-family: 'Bahn', sans-serif;
  699. font-size: 21px;
  700. margin-left: 20px;
  701. top: 5px; }
  702. .modal__body__header__href a {
  703. color: #fff;
  704. font-family: 'Bahn', sans-serif;
  705. font-size: 21px;
  706. text-decoration: none;
  707. margin-right: 15px; }
  708. .modal__body__header__href a:last-child {
  709. margin-right: 0px; }
  710. .modal__body__container {
  711. display: -webkit-box;
  712. display: -ms-flexbox;
  713. display: flex;
  714. background: #ececec;
  715. position: relative; }
  716. .modal__body__container_aligncenter {
  717. -webkit-box-align: center;
  718. -ms-flex-align: center;
  719. align-items: center; }
  720. .modal__body__container_noflex {
  721. display: block; }
  722. .modal__body__container__left {
  723. -webkit-box-flex: 1;
  724. -ms-flex: 1;
  725. flex: 1;
  726. border-right: 3px solid #fff;
  727. padding: 20px;
  728. z-index: 2; }
  729. .modal__body__container__left_blackborder {
  730. border-right: 3px solid #3a474d; }
  731. .modal__body__container__left_flex {
  732. display: -webkit-box;
  733. display: -ms-flexbox;
  734. display: flex;
  735. -webkit-box-pack: justify;
  736. -ms-flex-pack: justify;
  737. justify-content: space-between;
  738. -webkit-box-align: center;
  739. -ms-flex-align: center;
  740. align-items: center; }
  741. .modal__body__container__right {
  742. -webkit-box-flex: 1;
  743. -ms-flex: 1;
  744. flex: 1;
  745. padding: 20px 20px;
  746. margin-left: -3px;
  747. z-index: 2;
  748. border-left: 3px solid #fff; }
  749. .modal__body__container__right_paddinglr {
  750. padding: 20px 40px; }
  751. .modal__body__container__right_blackborder {
  752. border-left: 3px solid #3a474d; }
  753. .modal__body__calc__balance__header {
  754. display: -webkit-box;
  755. display: -ms-flexbox;
  756. display: flex;
  757. -webkit-box-pack: justify;
  758. -ms-flex-pack: justify;
  759. justify-content: space-between;
  760. -webkit-box-align: center;
  761. -ms-flex-align: center;
  762. align-items: center;
  763. margin-bottom: 50px; }
  764. .modal__body__calc__balance__header p {
  765. color: black;
  766. font-family: 'Bahn', sans-serif;
  767. font-size: 21px; }
  768. .modal__body__calc__balance__numbers {
  769. display: -webkit-box;
  770. display: -ms-flexbox;
  771. display: flex;
  772. -webkit-box-pack: justify;
  773. -ms-flex-pack: justify;
  774. justify-content: space-between;
  775. margin-top: 20px; }
  776. .modal__body__calc__balance__numbers__name p {
  777. color: black;
  778. font-family: 'Bahn', sans-serif;
  779. font-size: 21px; }
  780. .modal__body__calc__balance__numbers__value__item p {
  781. display: inline-block;
  782. color: black;
  783. font-family: 'Bahn', sans-serif;
  784. font-size: 21px; }
  785. .modal__body__calc__balance__button {
  786. margin-top: 30px; }
  787. .modal__body__calc__balance__button button {
  788. margin-left: auto;
  789. margin-right: auto; }
  790. .modal__body__calc__balance__button button:first-child {
  791. margin-bottom: 20px; }
  792. .modal__body__calc__change__header {
  793. color: black;
  794. font-family: 'Bahn', sans-serif;
  795. font-size: 21px;
  796. text-transform: uppercase; }
  797. .modal__body__calc__change__desc {
  798. color: black;
  799. font-family: 'Bahn', sans-serif;
  800. font-size: 16px;
  801. text-transform: uppercase;
  802. margin-top: 5px; }
  803. .modal__input {
  804. width: 100%;
  805. padding: 10px 100px 30px 80px;
  806. color: black;
  807. font-family: 'Bahn', sans-serif;
  808. font-size: 18px;
  809. background-color: #fff;
  810. border: none; }
  811. .modal__input__box {
  812. margin-top: 40px;
  813. position: relative; }
  814. .modal__input__box:before {
  815. display: block;
  816. content: attr(place);
  817. position: absolute;
  818. top: 20px;
  819. -webkit-transform: translateY(-50%);
  820. -ms-transform: translateY(-50%);
  821. transform: translateY(-50%);
  822. left: 10px;
  823. color: black;
  824. font-family: 'Bahn', sans-serif;
  825. font-size: 18px; }
  826. .modal__input__box:after {
  827. display: block;
  828. content: "Balance " attr(balanc) " " attr(currency);
  829. color: black;
  830. font-family: 'Bahn', sans-serif;
  831. font-size: 14px;
  832. position: absolute;
  833. top: 62%;
  834. left: 50%;
  835. -webkit-transform: translateX(-50%);
  836. -ms-transform: translateX(-50%);
  837. transform: translateX(-50%); }
  838. .modal__input__total {
  839. margin-top: 20px;
  840. display: -webkit-box;
  841. display: -ms-flexbox;
  842. display: flex;
  843. -webkit-box-pack: justify;
  844. -ms-flex-pack: justify;
  845. justify-content: space-between; }
  846. .modal__input__total p {
  847. color: black;
  848. font-family: 'Bahn', sans-serif;
  849. font-size: 18px;
  850. display: inline-block; }
  851. .modal__input__total p:first-child {
  852. padding-left: 10px; }
  853. .modal__input__button {
  854. margin-top: 20px; }
  855. .modal__input__button button {
  856. margin-left: auto;
  857. margin-right: auto; }
  858. .modal__select {
  859. position: absolute;
  860. top: 10px;
  861. right: 10px;
  862. border: none;
  863. cursor: pointer;
  864. color: black;
  865. font-family: 'Bahn', sans-serif;
  866. font-size: 18px; }
  867. .modal_close {
  868. position: absolute;
  869. top: 40px;
  870. right: 40px;
  871. text-decoration: none;
  872. color: #fff;
  873. font-size: 32px; }
  874. .btn_orange {
  875. display: block;
  876. color: #fff;
  877. font-family: 'Bahn', sans-serif;
  878. font-size: 21px;
  879. border: none;
  880. background: #f27e00;
  881. padding: 10px 40px;
  882. cursor: pointer; }
  883. .btn_grey {
  884. display: block;
  885. color: black;
  886. font-family: 'Bahn';
  887. font-size: 16px;
  888. border: none;
  889. background: none;
  890. cursor: pointer;
  891. background-color: #ececec;
  892. padding: 20px 5px; }
  893. .btn_white {
  894. display: block;
  895. color: black;
  896. font-family: 'Bahn';
  897. font-size: 16px;
  898. border: none;
  899. background: none;
  900. cursor: pointer;
  901. background-color: #fff;
  902. padding: 20px 5px; }
  903. @media (max-width: 1440px) {
  904. .modal__body {
  905. width: 90%; } }
  906. @media (max-width: 768px) {
  907. .modal__body__container {
  908. display: block; }
  909. .modal__body__header {
  910. -ms-flex-wrap: wrap;
  911. flex-wrap: wrap; }
  912. .modal__body__container__right {
  913. margin-left: 0px;
  914. border: none; }
  915. .modal__body__container__left {
  916. margin-left: 0px;
  917. border: none; } }
  918. @media (max-width: 590px) {
  919. .modal__body__header__href {
  920. margin-top: 30px; }
  921. .modal_close {
  922. top: 5px;
  923. right: 10px; }
  924. .btn_grey {
  925. padding: 10px 5px; }
  926. .btn_white {
  927. padding: 10px 5px; } }
  928. @media (max-width: 400px) {
  929. .modal__body__header__info {
  930. display: block;
  931. margin-left: auto;
  932. margin-right: auto; }
  933. .modal__body__header__info img {
  934. display: block;
  935. margin-right: 0px;
  936. margin-left: auto;
  937. margin-right: auto; }
  938. .modal__body__header__info p {
  939. display: block;
  940. margin-left: 0px;
  941. margin-left: auto;
  942. margin-right: auto;
  943. font-size: 18px;
  944. margin-top: 5px; }
  945. .modal {
  946. padding-top: 70px; }
  947. .modal_close {
  948. top: -50px;
  949. right: 15px;
  950. font-size: 24px; }
  951. .modal__body__header__href {
  952. margin-left: auto;
  953. margin-right: auto; }
  954. .modal__body__header__href a {
  955. font-size: 16px; }
  956. .modal__body__calc__balance__header p {
  957. font-size: 18px; }
  958. .btn_orange {
  959. display: block;
  960. color: #fff;
  961. font-family: 'Bahn', sans-serif;
  962. font-size: 16px;
  963. border: none;
  964. background: #f27e00;
  965. padding: 10px 20px;
  966. cursor: pointer; }
  967. .modal__body__calc__balance__numbers__name p {
  968. font-size: 18px; }
  969. .modal__body__calc__balance__numbers__value__item p {
  970. font-size: 18px; }
  971. .modal__body__calc__change__header {
  972. font-size: 18px; }
  973. .modal__body__calc__change__desc {
  974. font-size: 16px; }
  975. .modal__input__box:after {
  976. font-size: 14px;
  977. width: 100%;
  978. left: 68%; }
  979. .modal__input__box:before {
  980. font-size: 16px; }
  981. .modal__input {
  982. padding: 10px 30px 40px 60px;
  983. font-size: 16px; }
  984. .modal__select {
  985. font-size: 16px; }
  986. .modal__body__calc__balance__button button {
  987. width: 100%; }
  988. .modal__input__button button {
  989. width: 100%; }
  990. .modal__input__total p {
  991. font-size: 16px; } }
  992. @media (max-width: 450px) {
  993. .second-block__button button {
  994. display: block;
  995. width: 100%;
  996. margin-right: 25px; }
  997. .second-block__form__button {
  998. display: block; }
  999. .second-block__form__button button {
  1000. display: block;
  1001. width: 100%; }
  1002. .second-block__form__button button:first-child {
  1003. margin-bottom: 20px; } }
  1004. .modal__profile__photo {
  1005. position: relative; }
  1006. .modal__profile__img {
  1007. width: 260px;
  1008. border: 10px solid #fff;
  1009. height: 350px;
  1010. -o-object-fit: cover;
  1011. object-fit: cover; }
  1012. .modal__profile__img__icon {
  1013. width: 50px;
  1014. height: 50px;
  1015. position: absolute;
  1016. top: 80%;
  1017. left: 50%;
  1018. -webkit-transform: translateX(-50%);
  1019. -ms-transform: translateX(-50%);
  1020. transform: translateX(-50%); }
  1021. .modal__profile__social {
  1022. -webkit-box-flex: 1;
  1023. -ms-flex: 1;
  1024. flex: 1;
  1025. text-align: right;
  1026. margin-right: 20px; }
  1027. .modal__profile__social__item {
  1028. display: block;
  1029. margin-bottom: 10px; }
  1030. .modal__profile__social__item img {
  1031. width: 40px;
  1032. height: 40px; }
  1033. .modal__profile__social__item:last-child {
  1034. margin-bottom: 0px; }
  1035. .modal__profile__text {
  1036. color: black;
  1037. font-family: 'Bahn';
  1038. font-size: 24px;
  1039. margin-bottom: 5px; }
  1040. .modal__profile__text_mb {
  1041. margin-bottom: 30px; }
  1042. .modal__files__type {
  1043. text-align: center;
  1044. color: black;
  1045. font-family: 'Bahn';
  1046. font-size: 36px;
  1047. margin-bottom: 5px; }
  1048. .modal__files__type:last-child {
  1049. margin-bottom: 0px; }
  1050. .modal__files__name {
  1051. text-align: center;
  1052. color: black;
  1053. font-family: 'Bahn';
  1054. font-size: 16px;
  1055. margin-bottom: 3px; }
  1056. .modal__files__name:last-child {
  1057. margin-bottom: 0px; }
  1058. .modal__competence__text {
  1059. color: black;
  1060. font-family: 'Bahn';
  1061. font-size: 18px;
  1062. margin-bottom: 25px; }
  1063. .modal__competence__text:last-child {
  1064. margin-bottom: 0px; }
  1065. .modal__competence__header__text {
  1066. color: black;
  1067. font-family: 'Bahn';
  1068. font-size: 18px;
  1069. text-align: center; }
  1070. .modal__competence__scale {
  1071. margin-top: 15px; }
  1072. .modal__competence__scale__text {
  1073. color: black;
  1074. font-family: 'Bahn';
  1075. font-size: 18px;
  1076. text-align: center; }
  1077. .modal__competence__scale__box {
  1078. width: 100%;
  1079. background: #fff;
  1080. border: 3px solid #3A474D;
  1081. margin-top: 10px;
  1082. display: -webkit-box;
  1083. display: -ms-flexbox;
  1084. display: flex;
  1085. -webkit-box-pack: start;
  1086. -ms-flex-pack: start;
  1087. justify-content: start;
  1088. padding: 4px 4px; }
  1089. .modal__competence__scale__box__item {
  1090. -webkit-box-flex: 1;
  1091. -ms-flex: 1;
  1092. flex: 1;
  1093. margin-right: 4px;
  1094. background-color: #bebebe;
  1095. padding: 4px 0px; }
  1096. .modal__competence__scale__box__item_blue {
  1097. background-color: #3a474d; }
  1098. .modal__competence__scale__box__item_orange {
  1099. background-color: #f27e00; }
  1100. .modal__competence__scale__box__item_black {
  1101. background-color: #000; }
  1102. .modal__competence__scale__box__item:last-child {
  1103. margin-right: 0px; }
  1104. .modal__competence__button {
  1105. margin-left: auto;
  1106. margin-right: auto;
  1107. margin-top: 30px; }
  1108. .modal__competence__central__icon {
  1109. position: absolute;
  1110. top: 50%;
  1111. left: 50%;
  1112. -webkit-transform: translate(-79%, -50%);
  1113. -ms-transform: translate(-79%, -50%);
  1114. transform: translate(-79%, -50%);
  1115. width: 70px; }
  1116. .scale__value {
  1117. font-family: 'Bahn';
  1118. font-size: 16px;
  1119. text-align: center;
  1120. color: #fff; }
  1121. .modal__raiting__info {
  1122. color: black;
  1123. font-family: 'Bahn';
  1124. font-size: 18px;
  1125. margin-bottom: 30px; }
  1126. .modal__raiting__info:last-child {
  1127. margin-bottom: 0px; }
  1128. .modal__raiting__header {
  1129. color: black;
  1130. font-family: 'Bahn';
  1131. font-size: 28px;
  1132. margin-bottom: 40px;
  1133. text-align: center; }
  1134. .modal__raiting__value {
  1135. color: black;
  1136. text-align: center;
  1137. font-family: 'Bahn';
  1138. font-size: 56px;
  1139. margin-bottom: 40px; }
  1140. .modal__raiting__button {
  1141. margin-left: auto;
  1142. margin-right: auto; }
  1143. .modal__404__text {
  1144. color: black;
  1145. font-family: 'Bahn';
  1146. font-size: 18px;
  1147. margin-bottom: 40px;
  1148. text-align: center; }
  1149. .modal__404__text:last-child {
  1150. margin-bottom: 0px; }
  1151. .modal__404__text__box {
  1152. padding: 80px 0px; }
  1153. .modal__rules__info {
  1154. color: black;
  1155. font-family: 'Bahn';
  1156. font-size: 18px; }
  1157. .modal__rules__button {
  1158. margin-left: auto;
  1159. margin-right: auto;
  1160. width: 60%;
  1161. text-align: center; }
  1162. .modal__rules__button:nth-child(2) {
  1163. margin: 50px auto; }
  1164. .modal__qual__header p {
  1165. color: #fff;
  1166. font-family: 'Bahn';
  1167. font-size: 24px;
  1168. text-align: center; }
  1169. .modal__qual__info {
  1170. color: black;
  1171. font-family: 'Bahn';
  1172. font-size: 18px;
  1173. margin-bottom: 20px; }
  1174. .modal__qual__info:last-child {
  1175. margin-bottom: 0px; }
  1176. .modal__qual__question {
  1177. color: black;
  1178. font-family: 'Bahn';
  1179. font-size: 18px;
  1180. margin-bottom: 40px; }
  1181. .modal__qual__button {
  1182. text-align: center; }
  1183. .modal__qual__button__box {
  1184. display: -webkit-box;
  1185. display: -ms-flexbox;
  1186. display: flex;
  1187. -webkit-box-pack: justify;
  1188. -ms-flex-pack: justify;
  1189. justify-content: space-between; }
  1190. .modal__qual__button__box__item {
  1191. -webkit-box-flex: 1;
  1192. -ms-flex: 1;
  1193. flex: 1;
  1194. margin-right: 30px;
  1195. color: #fff;
  1196. font-family: 'Bahn';
  1197. font-size: 24px;
  1198. padding: 20px;
  1199. border: 5px solid #3a474d;
  1200. background-color: #f27e00;
  1201. cursor: pointer; }
  1202. .modal__qual__button__box__item:last-child {
  1203. margin-right: 0px; }
  1204. .modal__qual__button__item {
  1205. border: none;
  1206. background: none;
  1207. color: black;
  1208. font-family: 'Bahn';
  1209. font-size: 18px;
  1210. cursor: pointer;
  1211. margin-top: 20px; }
  1212. .verify__form {
  1213. display: none; }
  1214. .сheckbox__label {
  1215. cursor: pointer;
  1216. display: block;
  1217. margin-bottom: 30px;
  1218. color: black;
  1219. font-family: 'Bahn';
  1220. font-size: 16px;
  1221. position: relative;
  1222. padding-left: 35px; }
  1223. .сheckbox__label:before {
  1224. content: '';
  1225. position: absolute;
  1226. top: 50%;
  1227. -webkit-transform: translateY(-50%);
  1228. -ms-transform: translateY(-50%);
  1229. transform: translateY(-50%);
  1230. left: 0;
  1231. width: 20px;
  1232. height: 20px;
  1233. border: 2px solid #3a474d;
  1234. background: #fff; }
  1235. .сheckbox__label:last-child {
  1236. margin-bottom: 60px; }
  1237. .checkbox__input {
  1238. -webkit-appearance: none;
  1239. -moz-appearance: none;
  1240. appearance: none;
  1241. position: absolute;
  1242. width: 0px;
  1243. height: 0px; }
  1244. .checkbox__input:checked + .сheckbox__label:before {
  1245. background: #3a474d; }
  1246. .third-block__info__ul {
  1247. margin-top: 20px;
  1248. padding: 10px; }
  1249. .third-block__info__li {
  1250. color: black;
  1251. font-family: 'Bahn';
  1252. font-size: 18px;
  1253. list-style: none;
  1254. position: relative;
  1255. margin-bottom: 10px;
  1256. padding-left: 42px; }
  1257. .third-block__info__li:before {
  1258. content: '';
  1259. display: block;
  1260. position: absolute;
  1261. top: 50%;
  1262. -webkit-transform: translateY(-70%);
  1263. -ms-transform: translateY(-70%);
  1264. transform: translateY(-70%);
  1265. left: 20px;
  1266. width: 12px;
  1267. height: 12px;
  1268. background: #f27e00; }
  1269. .block__dropbox {
  1270. display: none;
  1271. position: absolute;
  1272. top: 64px;
  1273. left: 100%;
  1274. -webkit-transform: translateX(-100%);
  1275. -ms-transform: translateX(-100%);
  1276. transform: translateX(-100%);
  1277. background-color: #fff;
  1278. padding: 20px;
  1279. z-index: 2; }
  1280. .block__dropbox__header__text {
  1281. color: black;
  1282. font-family: 'Bahn';
  1283. font-size: 21px;
  1284. margin-bottom: 10px; }
  1285. .block__dropbox__select {
  1286. display: block;
  1287. color: black;
  1288. font-family: 'Bahn';
  1289. font-size: 16px;
  1290. margin-top: 10px; }
  1291. .block__dropbox__search {
  1292. margin-top: 30px;
  1293. display: block;
  1294. color: black;
  1295. font-family: 'Bahn';
  1296. font-size: 16px; }
  1297. .block__dropbox__search input {
  1298. display: block;
  1299. margin-top: 8px;
  1300. padding: 5px; }
  1301. @media (max-width: 500px) {
  1302. .modal__profile__photo {
  1303. position: relative; }
  1304. .modal__profile__img {
  1305. width: 180px;
  1306. border: 10px solid #fff;
  1307. height: 280px;
  1308. -o-object-fit: cover;
  1309. object-fit: cover; }
  1310. .modal__profile__img__icon {
  1311. width: 40px;
  1312. height: 40px;
  1313. position: absolute;
  1314. top: 75%;
  1315. left: 50%;
  1316. -webkit-transform: translateX(-50%);
  1317. -ms-transform: translateX(-50%);
  1318. transform: translateX(-50%); }
  1319. .modal__profile__social {
  1320. -webkit-box-flex: 1;
  1321. -ms-flex: 1;
  1322. flex: 1;
  1323. text-align: right;
  1324. margin-right: 0px; }
  1325. .modal__profile__social__item {
  1326. display: block;
  1327. margin-bottom: 20px; }
  1328. .modal__profile__social__item img {
  1329. width: 30px;
  1330. height: 30px; }
  1331. .modal__profile__social__item:last-child {
  1332. margin-bottom: 0px; }
  1333. .modal__profile__text {
  1334. color: black;
  1335. font-family: 'Bahn';
  1336. font-size: 18px;
  1337. margin-bottom: 5px; }
  1338. .modal__profile__text_mb {
  1339. margin-bottom: 30px; }
  1340. .modal__competence__central__icon {
  1341. display: none; }
  1342. .scale__value {
  1343. font-size: 12px; }
  1344. .modal__qual__button__box__item {
  1345. margin-right: 10px; } }
  1346. .tab-button.active {
  1347. background-color: #c3c3c3;
  1348. }
  1349. .tab-button:disabled, .tab-button[disabled] {
  1350. background-color:lightcoral;
  1351. color:lightgrey;
  1352. }