123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458 |
- @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 !important;
- 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 !important;
- 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;
- }
|