style.css 34 KB

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