12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457 |
- @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;
- 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: center;
- 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;
- }
|