1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468 |
- @charset "UTF-8";
- /*
- * Prefixed by https://autoprefixer.github.io
- * PostCSS: v8.3.6,
- * Autoprefixer: v10.3.1
- * Browsers: last 4 version
- */
- /*
- * Prefixed by https://autoprefixer.github.io
- * PostCSS: v8.3.6,
- * Autoprefixer: v10.3.1
- * Browsers: last 4 version
- */
- @font-face {
- font-family: 'Bahn';
- src: url("../fonts/Bahnschrift.ttf") format("truetype");
- font-weight: normal;
- font-style: normal; }
- :focus, button:focus {
- outline: none; }
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
- .no_scroll {
- overflow-y: hidden; }
- body {
- background-color: #afb0b0;
- font-weight: normal;
- font-style: normal;
- height: 100%; }
- .wrap {
- width: 100%;
- min-height: 100%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: start; }
- .main-content {
- display: flex;
- flex-direction: column; }
- .blocks {
- flex: 1; }
- .nav {
- padding-top: 1.5%;
- position: sticky;
- width: 130px;
- top: 0;
- height: 100vh;
- background-color: #3a474d;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- flex-wrap:nowrap;
- z-index: 2; }
- .nav a {
- display: block;
- width: 25%;
- margin-left: auto;
- margin-right: auto;
- position: relative; }
- .nav a:after {
- display: block;
- content: attr(title);
- position: absolute;
- top: 110%;
- left: 50%;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%);
- color: #fff;
- text-decoration: none;
- font-family: 'Bahn';
- font-size: 14px;
- text-align: center; }
- .top-href__logo {
- width: 70%;
- margin-left: auto;
- margin-right: auto; }
- .top-href a {
- margin-top: 25%; }
- .middle-href a {
- margin-top: 45%; }
- .middle-href a:first-child {
- margin-top: 0%; }
- .bottom-href {
- margin-bottom: 30%; }
- .bottom-href a:first-child {
- margin-bottom: 35%; }
- .main-content {
- width: 100%;
- min-width: 0; }
- footer {
- width: 100%;
- padding: 15px 0px;
- background-color: #3a474d;
- text-align: center;
- position: sticky;
- bottom: 0;
- left: 0; }
- .footer__logo {
- width: 70px; }
- .blocks {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px 15px;
- width: 100%;
- min-width: 0; }
- .first-block {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- min-width: 0;
- margin-right: 15px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- min-height: 100vh; }
- .top__block {
- position: relative;
- background-color: #fff; }
- .header-block {
- position: relative; }
- .header-block__text {
- width: 100%;
- text-align: center;
- padding: 20px 0px;
- color: #fff;
- font-family: 'Bahn';
- font-size: 21px; }
- .header-block__span {
- cursor: pointer;
- position: absolute;
- top: 0;
- right: 2%;
- height: 100%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- padding: 15px 0; }
- .header-block__span span {
- display: block;
- width: 8px;
- height: 8px;
- background-color: #fff;
- border-radius: 50%; }
- .header-block_first {
- background-color: #3a474d; }
- .slider {
- padding: 30px 25px;
- position: relative; }
- .slider__item {
- color: black;
- font-family: 'Bahn';
- font-size: 16px; }
- .slick-track {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex; }
- .slick-list {
- overflow: hidden; }
- .footer-block {
- width: 100%;
- padding: 23px;
- background-color: #f27e00;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between; }
- .footer-block__left__button {
- cursor: pointer; }
- .footer-block__left__button img {
- vertical-align: middle;
- display: inline-block;
- width: 15px;
- height: 15px;
- margin-bottom: 3px; }
- .footer-block__left__button p {
- display: inline-block;
- color: #fff;
- font-family: 'Bahn';
- font-size: 14px;
- margin-left: 5px; }
- .footer-block__right__button {
- cursor: pointer; }
- .footer-block__right__button img {
- vertical-align: middle;
- display: inline-block;
- width: 15px;
- height: 15px;
- margin-bottom: 2px; }
- .footer-block__right__button p {
- display: inline;
- color: #fff;
- font-family: 'Bahn';
- font-size: 14px;
- margin-right: 5px; }
- .slider .slick-arrow {
- width: 0px;
- font-size: 0px;
- position: absolute;
- top: 88%;
- left: 0; }
- .slider .slick-dots {
- position: absolute;
- top: 115%;
- left: 51%;
- -webkit-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center; }
- .slider .slick-dots li {
- list-style: none; }
- .slider .slick-dots li.slick-active button {
- background: #3a474d; }
- .slider .slick-dots button {
- font-size: 0px;
- margin-right: 20px;
- width: 7px;
- height: 7px;
- border-radius: 50%;
- border: none;
- cursor: pointer;
- background-color: #fff; }
- .bottom__block {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- position: relative; }
- .first-block__inforamtion {
- padding: 30px 25px; }
- .first-block__inforamtion p {
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- margin-bottom: 30px; }
- .first-block__inforamtion p:nth-child(5) {
- margin-top: 30px; }
- .first-block__inforamtion p:last-child {
- margin-bottom: 0px; }
- .first-block__inforamtion__button {
- padding: 30px 25px;
- width: 100%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin-top: 10px; }
- .first-block__inforamtion__button button {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- margin-right: 25px; }
- .first-block__inforamtion__button button:last-child {
- margin-right: 0px; }
- .first-block__inforamtion__item {
- color: grey;
- font-family: 'Bahn';
- font-size: 16px; }
- .second-block {
- position: relative;
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- background-color: #d9d9da;
- margin-right: 15px; }
- .second-block__button {
- padding: 0px 25px;
- margin-top: 30px;
- width: 100%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center; }
- .second-block__button button {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- margin-right: 25px; }
- .second-block__button button:last-child {
- margin-right: 0px; }
- .second-block__form {
- padding: 0px 25px;
- margin-top: 20px;
- display: none; }
- .second-block__form.visible {
- display: block; }
- .second-block__form p {
- text-align: center;
- color: black;
- font-family: 'Bahn';
- font-size: 19px; }
- .second-block__form__button {
- margin-top: 30px;
- width: 100%;
- margin-left: auto;
- margin-right: auto;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin-bottom: 30px;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap; }
- .second-block__form__button button {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- margin-right: 25px; }
- .second-block__form__button button:last-child {
- margin-right: 0px; }
- .second-block__input__file {
- opacity: 0;
- visibility: hidden;
- position: absolute; }
- .second-block__input__file__label {
- display: inline;
- cursor: pointer; }
- .second-block__input__file__label__box {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- width: 100%;
- margin-top: 30px;
- margin-left: auto;
- margin-right: auto;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap; }
- .second-block__input__file__label span {
- display: inline-block;
- color: #fff;
- font-family: 'Bahn';
- font-size: 32px;
- padding: 1px 12px;
- background-color: #3a474d;
- border-radius: 30%; }
- .second-block__input__file__label p {
- position: relative;
- display: inline-block;
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- margin-left: 15px;
- bottom: 4px; }
- .header-block_second {
- background-color: #52648a; }
- .upload__label {
- display: block;
- width: 100%;
- margin-left: auto;
- margin-right: auto; }
- .upload__label_mb {
- margin-bottom: 60px; }
- .upload__textarea {
- min-height: 150px;
- resize: none; }
- .upload__input, .upload__textarea {
- margin-left: auto;
- margin-right: auto;
- width: 100%;
- display: block;
- border: none;
- border-radius: 0;
- background: #FFFFFF;
- padding: 10px 10px;
- height: auto;
- font-size: 16px;
- margin-top: 16px; }
- .upload__input::-webkit-input-placeholder, .upload__textarea::-webkit-input-placeholder {
- color: #647B99;
- font-style: italic;
- font-family: 'Bahn', sans-serif; }
- .upload__input::-moz-placeholder, .upload__textarea::-moz-placeholder {
- color: #647B99;
- font-style: italic;
- font-family: 'Bahn', sans-serif; }
- .upload__input:-ms-input-placeholder, .upload__textarea:-ms-input-placeholder {
- color: #647B99;
- font-style: italic;
- font-family: 'Bahn', sans-serif; }
- .upload__input:-ms-input-placeholder, .upload__textarea:-ms-input-placeholder {
- color: #647B99;
- font-style: italic;
- font-family: 'Bahn', sans-serif; }
- .upload__input::placeholder, .upload__textarea::placeholder {
- color: #647B99;
- font-style: italic;
- font-family: 'Bahn', sans-serif; }
- .upload__input-descr, .upload__textarea-descr {
- margin-top: 8px;
- font-style: italic;
- font-size: 14px;
- font-family: "Bahn"; }
- .upload__textarea:disabled, .upload__textarea[disabled] {
- background-color:lightcoral;
- }
- .form-control:focus {
- color: #495057;
- background-color: #fff;
- border-color: #80bdff;
- outline: 0;
- -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
- }
- #file_name {
- position: relative;
- display: inline-block;
- margin-top: 15px;
- text-align: left;
- text-align: right;
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- bottom: 4px; }
- #file_name_verify {
- position: relative;
- display: inline-block;
- margin-top: 15px;
- text-align: left;
- text-align: right;
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- bottom: 4px; }
- .header-block_third {
- background: #f27e00; }
- .third-block {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- background-color: #d9d9da;
- position: relative; }
- @media (max-width: 1440px) {
- .second-block__form {
- margin-top: 20px; }
- .second-block__form__button {
- -ms-flex-wrap: wrap;
- flex-wrap: wrap; }
- .first-block__inforamtion__button {
- -ms-flex-wrap: wrap;
- flex-wrap: wrap; } }
- @media (max-width: 1250px) {
- .blocks {
- display: block; }
- .first-block {
- margin-right: 0px;
- margin-top: 50px; }
- .second-block {
- margin-right: 0px;
- margin-top: 50px; }
- .third-block {
- margin-right: 0px;
- margin-top: 50px; }
- .nav {
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: start; }
- .middle-href {
- margin-top: 80%; }
- .bottom-href {
- margin-top: 140%; }
- .first-block__inforamtion p:last-child {
- margin-bottom: 70px; }
- .second-block__form {
- padding-bottom: 35px; }
- .second-block__form__button {
- margin-bottom: 0px; } }
- @media (max-width: 980px) {
- .blocks {
- margin-left: 0px; }
- .first-block {
- margin-top: 10px; }
- .wrap {
- width: 100%;
- height: 100%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: start;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- min-height: 0; }
- .nav {
- position: sticky;
- width: 100%;
- height: -webkit-fit-content;
- height: -moz-fit-content;
- height: fit-content;
- background-color: #3a474d;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- z-index: 2;
- padding: 30px 20px;
- white-space: nowrap;
- overflow: auto;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center; }
- .nav a {
- display: inline-block;
- width: 30px;
- height: 30px;
- margin-right: 80px;
- position: relative; }
- .nav a img {
- width: 30px;
- height: 30px; }
- .nav a:after {
- display: block;
- content: attr(title);
- position: absolute;
- top: 115%;
- left: 50%;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%);
- color: #fff;
- text-decoration: none;
- font-family: 'Bahn';
- font-size: 12px; }
- .top-href__logo {
- width: 120px;
- margin-left: 0px;
- margin-right: 0px;
- display: inline-block; }
- .top-href a {
- margin-top: 0px;
- margin-left: 60px; }
- .middle-href {
- margin-top: 0px;
- margin-left: 0px; }
- .middle-href a {
- margin-top: 0%; }
- .middle-href a:first-child {
- margin-top: 0%; }
- .bottom-href {
- margin-top: 0px;
- margin-bottom: 0%; }
- .bottom-href a:first-child {
- margin-bottom: 0%; }
- .bottom-href a:last-child {
- margin-right: 30px; } }
- @media (max-width: 395px) {
- .header-block {
- position: relative; }
- .header-block__text {
- font-size: 18px; }
- .slider .slick-dots {
- top: 113%; }
- .slider .slick-dots li {
- list-style: none; }
- .slider .slick-dots li.slick-active button {
- background: #3a474d; }
- .slider .slick-dots button {
- font-size: 0px;
- margin-right: 15px;
- width: 7px;
- height: 7px;
- border-radius: 50%;
- border: none;
- cursor: pointer; }
- .first-block__inforamtion__button {
- display: block; }
- .first-block__inforamtion__button button {
- display: block;
- margin-top: 20px;
- width: 100%; }
- .first-block__inforamtion p:last-child {
- margin-bottom: 200px; }
- .second-block__button {
- display: block; }
- .second-block__button button {
- display: block;
- margin-bottom: 20px;
- width: 100%; } }
- .modal {
- overflow-y: auto;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.8);
- z-index: 2;
- display: none; }
- .modal.active {
- display: block; }
- .modal-container {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- width: 100%;
- height: 100%;
- position: relative; }
- .modal__body {
- margin: auto;
- width: 50%;
- background: #ececec;
- border: 10px solid #3a474d; }
- .modal__body__header {
- padding: 20px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- background-color: #f27e00;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center; }
- .modal__body__header_noflex {
- display: block; }
- .modal__body__header__info img {
- display: inline-block;
- width: 40px;
- height: 40px;
- vertical-align: middle; }
- .modal__body__header__info p {
- position: relative;
- display: inline-block;
- color: #fff;
- font-family: 'Bahn', sans-serif;
- font-size: 21px;
- margin-left: 20px;
- top: 5px; }
- .modal__body__header__href a {
- color: #fff;
- font-family: 'Bahn', sans-serif;
- font-size: 21px;
- text-decoration: none;
- margin-right: 15px; }
- .modal__body__header__href a:last-child {
- margin-right: 0px; }
- .modal__body__container {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- background: #ececec;
- position: relative; }
- .modal__body__container_aligncenter {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center; }
- .modal__body__container_noflex {
- display: block; }
- .modal__body__container__left {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- border-right: 3px solid #fff;
- padding: 20px;
- z-index: 2; }
- .modal__body__container__left_blackborder {
- border-right: 3px solid #3a474d; }
- .modal__body__container__left_flex {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center; }
- .modal__body__container__right {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- padding: 20px 20px;
- margin-left: -3px;
- z-index: 2;
- border-left: 3px solid #fff; }
- .modal__body__container__right_paddinglr {
- padding: 20px 40px; }
- .modal__body__container__right_blackborder {
- border-left: 3px solid #3a474d; }
- .modal__body__calc__balance__header {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin-bottom: 50px; }
- .modal__body__calc__balance__header p {
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 21px; }
- .modal__body__calc__balance__numbers {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-top: 20px; }
- .modal__body__calc__balance__numbers__name p {
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 21px; }
- .modal__body__calc__balance__numbers__value__item p {
- display: inline-block;
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 21px; }
- .modal__body__calc__balance__button {
- margin-top: 30px; }
- .modal__body__calc__balance__button button {
- margin-left: auto;
- margin-right: auto; }
- .modal__body__calc__balance__button button:first-child {
- margin-bottom: 20px; }
- .modal__body__calc__change__header {
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 21px;
- text-transform: uppercase; }
- .modal__body__calc__change__desc {
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 16px;
- text-transform: uppercase;
- margin-top: 5px; }
- .modal__input {
- width: 100%;
- padding: 10px 100px 30px 80px;
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 18px;
- background-color: #fff;
- border: none; }
- .modal__input__box {
- margin-top: 40px;
- position: relative; }
- .modal__input__box:before {
- display: block;
- content: attr(place);
- position: absolute;
- top: 20px;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- left: 10px;
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 18px; }
- .modal__input__box:after {
- display: block;
- content: "Balance " attr(balanc) " " attr(currency);
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 14px;
- position: absolute;
- top: 62%;
- left: 50%;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%); }
- .modal__input__total {
- margin-top: 20px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between; }
- .modal__input__total p {
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 18px;
- display: inline-block; }
- .modal__input__total p:first-child {
- padding-left: 10px; }
- .modal__input__button {
- margin-top: 20px; }
- .modal__input__button button {
- margin-left: auto;
- margin-right: auto; }
- .modal__select {
- position: absolute;
- top: 10px;
- right: 10px;
- border: none;
- cursor: pointer;
- color: black;
- font-family: 'Bahn', sans-serif;
- font-size: 18px; }
- .modal_close {
- position: absolute;
- top: 40px;
- right: 40px;
- text-decoration: none;
- color: #fff;
- font-size: 32px; }
- .btn_orange {
- display: block;
- color: #fff;
- font-family: 'Bahn', sans-serif;
- font-size: 21px;
- border: none;
- background: #f27e00;
- padding: 10px 40px;
- cursor: pointer; }
- .btn_grey {
- display: block;
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- border: none;
- background: none;
- cursor: pointer;
- background-color: #ececec;
- padding: 20px 5px; }
- .btn_white {
- display: block;
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- border: none;
- background: none;
- cursor: pointer;
- background-color: #fff;
- padding: 20px 5px; }
- @media (max-width: 1440px) {
- .modal__body {
- width: 90%; } }
- @media (max-width: 768px) {
- .modal__body__container {
- display: block; }
- .modal__body__header {
- -ms-flex-wrap: wrap;
- flex-wrap: wrap; }
- .modal__body__container__right {
- margin-left: 0px;
- border: none; }
- .modal__body__container__left {
- margin-left: 0px;
- border: none; } }
- @media (max-width: 590px) {
- .modal__body__header__href {
- margin-top: 30px; }
- .modal_close {
- top: 5px;
- right: 10px; }
- .btn_grey {
- padding: 10px 5px; }
- .btn_white {
- padding: 10px 5px; } }
- @media (max-width: 400px) {
- .modal__body__header__info {
- display: block;
- margin-left: auto;
- margin-right: auto; }
- .modal__body__header__info img {
- display: block;
- margin-right: 0px;
- margin-left: auto;
- margin-right: auto; }
- .modal__body__header__info p {
- display: block;
- margin-left: 0px;
- margin-left: auto;
- margin-right: auto;
- font-size: 18px;
- margin-top: 5px; }
- .modal {
- padding-top: 70px; }
- .modal_close {
- top: -50px;
- right: 15px;
- font-size: 24px; }
- .modal__body__header__href {
- margin-left: auto;
- margin-right: auto; }
- .modal__body__header__href a {
- font-size: 16px; }
- .modal__body__calc__balance__header p {
- font-size: 18px; }
- .btn_orange {
- display: block;
- color: #fff;
- font-family: 'Bahn', sans-serif;
- font-size: 16px;
- border: none;
- background: #f27e00;
- padding: 10px 20px;
- cursor: pointer; }
- .modal__body__calc__balance__numbers__name p {
- font-size: 18px; }
- .modal__body__calc__balance__numbers__value__item p {
- font-size: 18px; }
- .modal__body__calc__change__header {
- font-size: 18px; }
- .modal__body__calc__change__desc {
- font-size: 16px; }
- .modal__input__box:after {
- font-size: 14px;
- width: 100%;
- left: 68%; }
- .modal__input__box:before {
- font-size: 16px; }
- .modal__input {
- padding: 10px 30px 40px 60px;
- font-size: 16px; }
- .modal__select {
- font-size: 16px; }
- .modal__body__calc__balance__button button {
- width: 100%; }
- .modal__input__button button {
- width: 100%; }
- .modal__input__total p {
- font-size: 16px; } }
- @media (max-width: 450px) {
- .second-block__button button {
- display: block;
- width: 100%;
- margin-right: 25px; }
- .second-block__form__button {
- display: block; }
- .second-block__form__button button {
- display: block;
- width: 100%; }
- .second-block__form__button button:first-child {
- margin-bottom: 20px; } }
- .modal__profile__photo {
- position: relative; }
- .modal__profile__img {
- width: 260px;
- border: 10px solid #fff;
- height: 350px;
- -o-object-fit: cover;
- object-fit: cover; }
- .modal__profile__img__icon {
- width: 50px;
- height: 50px;
- position: absolute;
- top: 80%;
- left: 50%;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%); }
- .modal__profile__social {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- text-align: right;
- margin-right: 20px; }
- .modal__profile__social__item {
- display: block;
- margin-bottom: 10px; }
- .modal__profile__social__item img {
- width: 40px;
- height: 40px; }
- .modal__profile__social__item:last-child {
- margin-bottom: 0px; }
- .modal__profile__text {
- color: black;
- font-family: 'Bahn';
- font-size: 24px;
- margin-bottom: 5px; }
- .modal__profile__text_mb {
- margin-bottom: 30px; }
- .modal__files__type {
- text-align: center;
- color: black;
- font-family: 'Bahn';
- font-size: 36px;
- margin-bottom: 5px; }
- .modal__files__type:last-child {
- margin-bottom: 0px; }
- .modal__files__name {
- text-align: left;
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- margin-bottom: 3px; }
- .modal__files__name:last-child {
- margin-bottom: 0px; }
- .modal__competence__text {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- margin-bottom: 25px; }
- .modal__competence__text:last-child {
- margin-bottom: 0px; }
- .modal__competence__header__text {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- text-align: center; }
- .modal__competence__scale {
- margin-top: 15px; }
- .modal__competence__scale__text {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- text-align: center; }
- .modal__competence__scale__box {
- width: 100%;
- background: #fff;
- border: 3px solid #3A474D;
- margin-top: 10px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: start;
- padding: 4px 4px; }
- .modal__competence__scale__box__item {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- margin-right: 4px;
- background-color: #bebebe;
- padding: 4px 0px; }
- .modal__competence__scale__box__item_blue {
- background-color: #3a474d; }
- .modal__competence__scale__box__item_orange {
- background-color: #f27e00; }
- .modal__competence__scale__box__item_black {
- background-color: #000; }
- .modal__competence__scale__box__item:last-child {
- margin-right: 0px; }
- .modal__competence__button {
- margin-left: auto;
- margin-right: auto;
- margin-top: 30px; }
- .modal__competence__central__icon {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-79%, -50%);
- -ms-transform: translate(-79%, -50%);
- transform: translate(-79%, -50%);
- width: 70px; }
- .scale__value {
- font-family: 'Bahn';
- font-size: 16px;
- text-align: center;
- color: #fff; }
- .modal__raiting__info {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- margin-bottom: 30px; }
- .modal__raiting__info:last-child {
- margin-bottom: 0px; }
- .modal__raiting__header {
- color: black;
- font-family: 'Bahn';
- font-size: 28px;
- margin-bottom: 40px;
- text-align: center; }
- .modal__raiting__value {
- color: black;
- text-align: center;
- font-family: 'Bahn';
- font-size: 56px;
- margin-bottom: 40px; }
- .modal__raiting__button {
- margin-left: auto;
- margin-right: auto; }
- .modal__404__text {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- margin-bottom: 40px;
- text-align: center; }
- .modal__404__text:last-child {
- margin-bottom: 0px; }
- .modal__404__text__box {
- padding: 80px 0px; }
- .modal__rules__info {
- color: black;
- font-family: 'Bahn';
- font-size: 18px; }
- .modal__rules__button {
- margin-left: auto;
- margin-right: auto;
- width: 60%;
- text-align: center; }
- .modal__rules__button:nth-child(2) {
- margin: 50px auto; }
- .modal__qual__header p {
- color: #fff;
- font-family: 'Bahn';
- font-size: 24px;
- text-align: center; }
- .modal__qual__info {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- margin-bottom: 20px; }
- .modal__qual__info:last-child {
- margin-bottom: 0px; }
- .modal__qual__question {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- margin-bottom: 40px; }
- .modal__qual__button {
- text-align: center; }
- .modal__qual__button__box {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between; }
- .modal__qual__button__box__item {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- margin-right: 30px;
- color: #fff;
- font-family: 'Bahn';
- font-size: 24px;
- padding: 20px;
- border: 5px solid #3a474d;
- background-color: #f27e00;
- cursor: pointer; }
- .modal__qual__button__box__item:last-child {
- margin-right: 0px; }
- .modal__qual__button__item {
- border: none;
- background: none;
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- cursor: pointer;
- margin-top: 20px; }
- .verify__form {
- display: none; }
- .сheckbox__label {
- cursor: pointer;
- display: block;
- margin-bottom: 30px;
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- position: relative;
- padding-left: 35px; }
- .сheckbox__label:before {
- content: '';
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- left: 0;
- width: 20px;
- height: 20px;
- border: 2px solid #3a474d;
- background: #fff; }
- .сheckbox__label:last-child {
- margin-bottom: 60px; }
- .checkbox__input {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- position: absolute;
- width: 0px;
- height: 0px; }
- .checkbox__input:checked + .сheckbox__label:before {
- background: #3a474d; }
- .third-block__info__ul {
- margin-top: 20px;
- padding: 10px; }
- .third-block__info__li {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- list-style: none;
- position: relative;
- margin-bottom: 10px;
- padding-left: 42px; }
- .third-block__info__li:before {
- content: '';
- display: block;
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-70%);
- -ms-transform: translateY(-70%);
- transform: translateY(-70%);
- left: 20px;
- width: 12px;
- height: 12px;
- background: #f27e00; }
- .block__dropbox {
- display: none;
- position: absolute;
- top: 64px;
- left: 100%;
- -webkit-transform: translateX(-100%);
- -ms-transform: translateX(-100%);
- transform: translateX(-100%);
- background-color: #fff;
- padding: 20px;
- z-index: 2; }
- .block__dropbox__header__text {
- color: black;
- font-family: 'Bahn';
- font-size: 21px;
- margin-bottom: 10px; }
- .block__dropbox__select {
- display: block;
- color: black;
- font-family: 'Bahn';
- font-size: 16px;
- margin-top: 10px; }
- .block__dropbox__search {
- margin-top: 30px;
- display: block;
- color: black;
- font-family: 'Bahn';
- font-size: 16px; }
- .block__dropbox__search input {
- display: block;
- margin-top: 8px;
- padding: 5px; }
- @media (max-width: 500px) {
- .modal__profile__photo {
- position: relative; }
- .modal__profile__img {
- width: 180px;
- border: 10px solid #fff;
- height: 280px;
- -o-object-fit: cover;
- object-fit: cover; }
- .modal__profile__img__icon {
- width: 40px;
- height: 40px;
- position: absolute;
- top: 75%;
- left: 50%;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%); }
- .modal__profile__social {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- text-align: right;
- margin-right: 0px; }
- .modal__profile__social__item {
- display: block;
- margin-bottom: 20px; }
- .modal__profile__social__item img {
- width: 30px;
- height: 30px; }
- .modal__profile__social__item:last-child {
- margin-bottom: 0px; }
- .modal__profile__text {
- color: black;
- font-family: 'Bahn';
- font-size: 18px;
- margin-bottom: 5px; }
- .modal__profile__text_mb {
- margin-bottom: 30px; }
- .modal__competence__central__icon {
- display: none; }
- .scale__value {
- font-size: 12px; }
- .modal__qual__button__box__item {
- margin-right: 10px; } }
- .tab-button.active {
- background-color: #c3c3c3;
- }
- .tab-button:disabled, .tab-button[disabled] {
- background-color:lightcoral;
- color:lightgrey;
- }
- .circle_red {
- position: absolute;
- top: -2px;
- right: -2px;
- background: #ff0000;
- border-radius: 50%;
- height: 10px;
- width: 10px;
- }
|