.src-components-BankLogin-styles__h-content--31cem {
  width: 1200px;
  margin: 0 auto;
}
.src-components-BankLogin-styles__h-content-absolute--1i_Vc {
  width: 1200px;
  position: absolute;
  left: calc(50% - $contentWidth / 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .src-components-BankLogin-styles__h-content--31cem {
    width: calc(100% - 2em);
  }
  .burger-menu {
    position: relative;
  }
}
.src-components-BankLogin-styles__form--button--2X8pZ,
.src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__confirm--generate--2oue_,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-BankLogin-styles__form--button--2X8pZ:disabled,
.src-components-BankLogin-styles__form--button-filled--2zlkV:disabled,
.src-components-BankLogin-styles__confirm--generate--2oue_:disabled,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-BankLogin-styles__form--button--2X8pZ:hover,
.src-components-BankLogin-styles__form--button-filled--2zlkV:hover,
.src-components-BankLogin-styles__confirm--generate--2oue_:hover,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE:hover {
  background-color: #c64c1e;
  border-color: #c64c1e;
  color: #fff;
}
.src-components-BankLogin-styles__form--button--2X8pZ
  + .src-components-BankLogin-styles__form--button--2X8pZ,
.src-components-BankLogin-styles__form--button-filled--2zlkV
  + .src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__confirm--generate--2oue_
  + .src-components-BankLogin-styles__confirm--generate--2oue_,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE
  + .src-components-BankLogin-styles__buttonLoginEsia--OfKlE {
  margin-left: 25px;
}
.src-components-BankLogin-styles__form--button--2X8pZ
  + .src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__form--button-filled--2zlkV
  + .src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__confirm--generate--2oue_
  + .src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE
  + .src-components-BankLogin-styles__form--button-filled--2zlkV {
  margin-left: 25px;
}
.src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__confirm--generate--2oue_ {
  border: 1px solid #ff6400;
  background-color: #ff6400;
  color: #fff;
}
/* Base modal */
.src-components-BankLogin-styles__modal--1wiac,
.src-components-BankLogin-styles__modal-closing--2mxbZ {
  width: 460px;
  outline: none;
  -webkit-animation: src-components-BankLogin-styles__modalIn--ow-To 0.25s
    ease-out;
  animation: src-components-BankLogin-styles__modalIn--ow-To 0.25s ease-out;
}
.src-components-BankLogin-styles__modal-closing--2mxbZ {
  -webkit-animation: src-components-BankLogin-styles__modalOut--UK2YA 0.25s
    ease-out forwards;
  animation: src-components-BankLogin-styles__modalOut--UK2YA 0.25s ease-out
    forwards;
}
.src-components-BankLogin-styles__modal--overlay--1zqkm,
.src-components-BankLogin-styles__modal--overlay-closing--4F_fy {
  z-index: 100;
  -webkit-animation: src-components-BankLogin-styles__modalOverlayIn--JUhOP
    0.25s ease-out;
  animation: src-components-BankLogin-styles__modalOverlayIn--JUhOP 0.25s
    ease-out;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: rgba(84, 84, 84, 0.4);
}
.src-components-BankLogin-styles__modal--overlay-closing--4F_fy {
  -webkit-animation: src-components-BankLogin-styles__modalOverlayOut--1fDHc
    0.25s ease-out forwards;
  animation: src-components-BankLogin-styles__modalOverlayOut--1fDHc 0.25s
    ease-out forwards;
}
/* Base modal END */
/****** FORMS *********/
.src-components-BankLogin-styles__form--header--362Ax {
  padding: 15px 10px;
  -js-display: flex;
  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;
  background-color: #ecedee;
  border-radius: 10px 10px 0 0;
}
.src-components-BankLogin-styles__form--header--title--1bxmt,
.src-components-BankLogin-styles__form--header--title-base--1-jhd {
  color: #45505b;
  font-size: 16px;
  font-weight: 100;
}
.src-components-BankLogin-styles__form--header--icon--1kDCn,
.src-components-BankLogin-styles__form--header--icon--1kDCn > svg {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
  fill: #ff6400;
}
.src-components-BankLogin-styles__form--header--title-base--1-jhd {
  font-size: 16px;
}
.src-components-BankLogin-styles__form--content--2YtKr,
.src-components-BankLogin-styles__form--content-fixed--1ns2Y {
  overflow: visible;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.src-components-BankLogin-styles__form--content-fixed--1ns2Y {
  height: 350px;
  -js-display: flex;
  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;
}
.src-components-BankLogin-styles__form--content--header--1mjdS {
  padding: 20px 30px;
  border-bottom: 1px solid #ecedee;
  font-size: 12px;
  color: #666a6e;
}
.src-components-BankLogin-styles__form--content--body--1Zh1W,
.src-components-BankLogin-styles__form--content--body-fixed_height--Rh6Jd {
  padding: 0 30px;
  margin: 40px 0;
}
.src-components-BankLogin-styles__form--content--body-fixed_height--Rh6Jd {
  height: 160px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.src-components-BankLogin-styles__form--content--info--2AdUm {
  color: #bc2525;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 100;
  margin-top: 20px;
}
.src-components-BankLogin-styles__tokenform--content--infocert--3X7vZ {
  color: #bc2525;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 100;
  margin-bottom: 20px;
}
.src-components-BankLogin-styles__sendAgain--2t6sK {
  color: #9fb2c0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.75;
  border: none;
  background: transparent;
}
.src-components-BankLogin-styles__sendAgain--2t6sK:hover {
  color: #45505b;
}
.src-components-BankLogin-styles__sendAgain--2t6sK:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  color: #9fb2c0;
}
.src-components-BankLogin-styles__form--footer--AGEU4 {
  padding: 15px 10px;
  background-color: #ecedee;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
.src-components-BankLogin-styles__form--1XrNE,
.src-components-BankLogin-styles__form-modal--bsIcT,
.src-components-BankLogin-styles__form-base--1rFJj {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  overflow: visible;
}
.src-components-BankLogin-styles__form-modal--bsIcT {
  width: 460px;
  border-radius: 10px;
  overflow: hidden;
}
.src-components-BankLogin-styles__form-base_wrapper--1ewyg {
  position: absolute;
  top: 110px;
  left: calc(50% - 630px);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .src-components-BankLogin-styles__form-base_wrapper--1ewyg {
    left: 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
  .src-components-BankLogin-styles__form-base_wrapper--1ewyg {
    left: calc(50% - 480px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1260px) {
  .src-components-BankLogin-styles__form-base_wrapper--1ewyg {
    left: 0;
  }
}
.src-components-BankLogin-styles__form-base--1rFJj {
  height: 280px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.src-components-BankLogin-styles__form-base_back--3QaHr {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 90px;
  left: 20px;
  border-radius: 10px;
  background-color: #45505b;
}
.src-components-BankLogin-styles__form-base_back--content--zgY9G {
  position: absolute;
  top: 200px;
  left: 40px;
  height: 70px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: 100;
}
.src-components-BankLogin-styles__form-base_back--link--1dKbt {
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.src-components-BankLogin-styles__form-base_back--link--1dKbt
  + .src-components-BankLogin-styles__form-base_back--link--1dKbt {
  margin-top: 10px;
}
.src-components-BankLogin-styles__form-base_back--link--1dKbt:hover {
  color: #ff8c00;
}
/* Contracts modal*/
.src-components-BankLogin-styles__contracts--cxN16 {
  max-height: 250px;
  overflow: auto;
  padding-left: 80px;
}
.src-components-BankLogin-styles__contract--3SWtd {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.src-components-BankLogin-styles__contract--3SWtd
  + .src-components-BankLogin-styles__contract--3SWtd {
  margin-top: 10px;
}
.src-components-BankLogin-styles__contract--image--3vzdl {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.src-components-BankLogin-styles__contract--name--2vS3r {
  max-width: 230px;
  cursor: pointer;
  font-weight: 100;
  font-size: 15px;
  text-decoration: underline;
  color: #45505b;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.src-components-BankLogin-styles__contract--name--2vS3r:hover {
  color: #fe6a00;
}
/* Contracts modal END*/
.src-components-BankLogin-styles__linkq--2EzjT {
  color: #ff6400;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  padding-top: 20px;
  font-size: 16px;
  cursor: pointer;
}
.src-components-BankLogin-styles__linkq--2EzjT:hover {
  color: #45505b;
}
.src-components-BankLogin-styles__form--input_comment--37Hcs {
  margin-top: 10px;
  font-weight: 100;
}
.src-components-BankLogin-styles__form--input--2mRDS,
.src-components-BankLogin-styles__form--input-bordered_top--1t6Jt,
.src-components-BankLogin-styles__form--input-bordered_bottom--FgZbh {
  background-color: white;
  border: 1px solid #a1a5a8;
  padding: 15px;
  width: 220px;
  outline: none;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
}
.src-components-BankLogin-styles__form--input--2mRDS:focus,
.src-components-BankLogin-styles__form--input-bordered_top--1t6Jt:focus,
.src-components-BankLogin-styles__form--input-bordered_bottom--FgZbh:focus {
  -webkit-box-shadow: 0 0 5px #45505b inset;
  box-shadow: 0 0 5px #45505b inset;
}
.src-components-BankLogin-styles__form--input--2mRDS[data-valid="false"],
.src-components-BankLogin-styles__form--input-bordered_top--1t6Jt[data-valid="false"],
.src-components-BankLogin-styles__form--input-bordered_bottom--FgZbh[data-valid="false"] {
  -webkit-box-shadow: 0 0 5px #d72d18 inset;
  box-shadow: 0 0 5px #d72d18 inset;
}
.src-components-BankLogin-styles__form--input-bordered_top--1t6Jt {
  border-radius: 10px 10px 0 0;
  border-color: #a1a5a8;
}
.src-components-BankLogin-styles__form--input-bordered_bottom--FgZbh {
  border-radius: 0 0 10px 10px;
  border-top: none;
  border-color: #a1a5a8;
}
.src-components-BankLogin-styles__form--button--2X8pZ,
.src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__confirm--generate--2oue_,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-BankLogin-styles__form--button--2X8pZ:disabled,
.src-components-BankLogin-styles__form--button-filled--2zlkV:disabled,
.src-components-BankLogin-styles__confirm--generate--2oue_:disabled,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-BankLogin-styles__form--button--2X8pZ:hover,
.src-components-BankLogin-styles__form--button-filled--2zlkV:hover,
.src-components-BankLogin-styles__confirm--generate--2oue_:hover,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE:hover {
  background-color: #c64c1e;
  border-color: #c64c1e;
  color: #fff;
}
.src-components-BankLogin-styles__form--button--2X8pZ
  + .src-components-BankLogin-styles__form--button--2X8pZ,
.src-components-BankLogin-styles__form--button-filled--2zlkV
  + .src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__confirm--generate--2oue_
  + .src-components-BankLogin-styles__confirm--generate--2oue_,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE
  + .src-components-BankLogin-styles__buttonLoginEsia--OfKlE {
  margin-left: 25px;
}
.src-components-BankLogin-styles__form--button--2X8pZ
  + .src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__form--button-filled--2zlkV
  + .src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__confirm--generate--2oue_
  + .src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE
  + .src-components-BankLogin-styles__form--button-filled--2zlkV {
  margin-left: 25px;
}
.src-components-BankLogin-styles__form--button-filled--2zlkV,
.src-components-BankLogin-styles__confirm--generate--2oue_ {
  border: 1px solid #ff6400;
  background-color: #ff6400;
  color: #fff;
  margin: 0 16px 0 16px;
}
.src-components-BankLogin-styles__confirm--generate--2oue_ {
  margin-bottom: 25px;
}
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE {
  background-color: transparent;
  padding: unset;
  margin: 8px 16px 0 16px;
}
.src-components-BankLogin-styles__buttonLoginEsia--OfKlE:hover {
  background-color: transparent;
  color: #ff5122;
}
.src-components-BankLogin-styles__form--1XrNE,
.src-components-BankLogin-styles__modalIcon--1MWz_ {
  width: 64px;
  margin-bottom: 20px;
}
.src-components-BankLogin-styles__textHeader--KPPeQ {
  font-weight: 600;
}
.src-components-BankLogin-styles__modalTextWarning--20Kyv {
  line-height: 1.5;
  color: #bc2525;
}
.warningText {
  line-height: 1.5;
  color: #bc2525;
}
/* Change Pass Modal */
.src-components-BankLogin-styles__forgotModal--2FSpo {
  width: 400px;
  margin: 0 auto;
}
.src-components-BankLogin-styles__forgotModal--2FSpo input:focus {
  -webkit-box-shadow: 0 0 5px #ff5122 inset;
  box-shadow: 0 0 5px #ff5122 inset;
}
outline none label {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #45505b;
  position: relative;
  padding: 0 0 20px 0;
}
outline none label + label {
  margin-top: 30px;
}
outline none input[type="password"] {
  height: 39px;
  width: 250px;
  padding: 10px;
  /*margin: 8px 0;*/
  display: inline-block;
  border: 1px solid #a1a5a8;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45505b;
}
outline
  none
  input[type="password"].src-components-BankLogin-styles__warningPassInput--26Tvz {
  border-color: #d72d18;
  -webkit-box-shadow: 0 0 5px #d72d18 inset;
  box-shadow: 0 0 5px #d72d18 inset;
}
.src-components-BankLogin-styles__label--title--32apx {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 129px;
  margin-right: 20px;
  text-align: left;
  font-weight: 300;
}
.src-components-BankLogin-styles__rowLabelInput--3roRG {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
.src-components-BankLogin-styles__passStrength--1z8to {
  /*position: absolute;*/
  bottom: 0;
  right: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 250px;
}
.src-components-BankLogin-styles__passStrength--1z8to p {
  font-size: 10px;
}
.src-components-BankLogin-styles__modal--content--3ejsU {
  width: 300px;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  margin: 0 auto;
  color: #666a6e;
}
/* Change END */
.src-components-BankLogin-styles__loader_wrapper--31iju {
  -js-display: flex;
  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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.2);
}
.src-components-BankLogin-styles__content--inputs-token--9usvq {
  text-align: center;
  font-size: 14px;
  line-height: 1.43;
  color: #666a6e;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  padding: 25px 0px 15px 0px;
  height: 45%;
}
.src-components-BankLogin-styles__tokeform-modal--field--3LnMk {
  position: relative;
  height: 50px;
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 15px;
}
.src-components-BankLogin-styles__tokeform-modal--field--3LnMk
  input:focus
  + .src-components-BankLogin-styles__field--title--2d3LQ {
  top: 9px;
  font-size: 10px;
}
.src-components-BankLogin-styles__tokeform-modal--field--3LnMk
  input:valid
  + .src-components-BankLogin-styles__field--title--2d3LQ {
  top: 7px;
  font-size: 10px;
}
.src-components-BankLogin-styles__tokenform--inputButton--OFkNV {
  width: 100% !important;
  min-height: 50px;
  height: auto !important;
  color: #45505b !important;
  background-color: #fafafa !important;
  border: 1px solid #a1a5a8 !important;
  border-radius: 10px;
}
.src-components-BankLogin-styles__tokenform--inputButton--OFkNV > div {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.src-components-BankLogin-styles__tokenform--inputButton--OFkNV
  .src-components-BankLogin-styles__placeholder--2Z7py {
  color: #a1a5a8;
  font-size: 14px;
}
.src-components-BankLogin-styles__tokenform--inputButton--OFkNV:hover
  .src-components-BankLogin-styles__inputIcon--lBaT5 {
  fill: #ff5122;
}
.src-components-BankLogin-styles__tokenform--inputButton--OFkNV
  .src-components-BankLogin-styles__inputIcon--lBaT5 {
  fill: #a1a5a8;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
  width: 20px;
  height: 20px;
}
.src-components-BankLogin-styles__formtoken--content--inputs--3tFnO,
.src-components-BankLogin-styles__formtoken--content--inputs-token--1ScCx {
  text-align: center;
  font-size: 14px;
  line-height: 1.43;
  color: #666a6e;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  padding: 25px 0px 15px 0px;
}
.src-components-BankLogin-styles__formtoken--modal--field--31mpg,
.src-components-BankLogin-styles__formtoken--modal--field-padding--2lFNl {
  position: relative;
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}
.src-components-BankLogin-styles__formtoken--modal--field--31mpg
  input:focus
  + .src-components-BankLogin-styles__field--title--2d3LQ,
.src-components-BankLogin-styles__formtoken--modal--field-padding--2lFNl
  input:focus
  + .src-components-BankLogin-styles__field--title--2d3LQ {
  top: 9px;
  font-size: 10px;
}
.src-components-BankLogin-styles__formtoken--modal--field--31mpg
  input:valid
  + .src-components-BankLogin-styles__field--title--2d3LQ,
.src-components-BankLogin-styles__formtoken--modal--field-padding--2lFNl
  input:valid
  + .src-components-BankLogin-styles__field--title--2d3LQ {
  top: 7px;
  font-size: 10px;
}
.src-components-BankLogin-styles__formtoken--modal--field-padding--2lFNl {
  margin-bottom: 15px;
}
.src-components-BankLogin-styles__certContainerPath--2n6fX {
  word-break: break-all;
  max-width: 250px;
  overflow: hidden;
  text-align: left;
}
.src-components-BankLogin-styles__errorText--3V7ji {
  width: 100%;
  height: 250px;
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.src-components-BankLogin-styles__rutokenCertificatesContainer--3mpCm {
  max-height: 300px;
  overflow: auto;
}
.src-components-BankLogin-styles__rutokenCertificatesContainer--3mpCm
  .src-components-BankLogin-styles__rutokenCertificatesPanel--2boOE {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 15px;
  background-color: #a9a9a9;
  cursor: pointer;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  margin-bottom: 15px;
}
.src-components-BankLogin-styles__rutokenCertificatesContainer--3mpCm
  .src-components-BankLogin-styles__rutokenCertificatesPanel--2boOE
  .src-components-BankLogin-styles__rutokenCertificate--1XudQ {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 30px;
}
.src-components-BankLogin-styles__rutokenCertificatesContainer--3mpCm
  .src-components-BankLogin-styles__rutokenCertificatesPanel--2boOE
  .src-components-BankLogin-styles__rutokenCertificate--1XudQ
  .src-components-BankLogin-styles__dateLabel--2lY8j {
  width: 100%;
  text-align: right;
}
.src-components-BankLogin-styles__rutokenCertificatesContainer--3mpCm
  .src-components-BankLogin-styles__rutokenCertificatesPanel--2boOE:hover {
  background-color: #d3d3d3;
}
@-webkit-keyframes src-components-BankLogin-styles__modalOverlayIn--JUhOP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes src-components-BankLogin-styles__modalOverlayIn--JUhOP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes src-components-BankLogin-styles__modalOverlayOut--1fDHc {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes src-components-BankLogin-styles__modalOverlayOut--1fDHc {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes src-components-BankLogin-styles__modalIn--ow-To {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes src-components-BankLogin-styles__modalIn--ow-To {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes src-components-BankLogin-styles__modalOut--UK2YA {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes src-components-BankLogin-styles__modalOut--UK2YA {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.src-components-base-Button-ButtonLayout-styles__h-content--258SR {
  width: 1200px;
  margin: 0 auto;
}
.src-components-base-Button-ButtonLayout-styles__h-content-absolute--8XIC- {
  width: 1200px;
  position: absolute;
  left: calc(50% - $contentWidth / 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .src-components-base-Button-ButtonLayout-styles__h-content--258SR {
    width: calc(100% - 2em);
  }
  .burger-menu {
    position: relative;
  }
}
.src-components-base-Button-ButtonLayout-styles__form--button--3EtAd,
.src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-base-Button-ButtonLayout-styles__form--button--3EtAd:disabled,
.src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-base-Button-ButtonLayout-styles__form--button--3EtAd:hover,
.src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-base-Button-ButtonLayout-styles__form--button--3EtAd
  + .src-components-base-Button-ButtonLayout-styles__form--button--3EtAd,
.src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv
  + .src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv {
  margin-left: 25px;
}
.src-components-base-Button-ButtonLayout-styles__form--button--3EtAd
  + .src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv,
.src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv
  + .src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv {
  margin-left: 25px;
}
.src-components-base-Button-ButtonLayout-styles__form--button-filled--LLhLv {
  border: 1px solid #ff6400;
  background-color: #ff6400;
  color: #fff;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD {
  height: 36px;
  padding: 0 15px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 100ms linear, border-color 100ms linear,
    color 100ms linear;
  transition: background-color 100ms linear, border-color 100ms linear,
    color 100ms linear;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD.src-components-base-Button-ButtonLayout-styles__colored--1G4kM {
  border-color: #ff6400;
  color: #FF6400;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD.src-components-base-Button-ButtonLayout-styles__colored--1G4kM
  svg {
  fill: #FF6400;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD.src-components-base-Button-ButtonLayout-styles__colored--1G4kM:hover
  svg {
  fill: #fff;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD.src-components-base-Button-ButtonLayout-styles__shadow--24jnU:hover {
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD.src-components-base-Button-ButtonLayout-styles__rounded--3NJBL {
  border-radius: 18px;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD.src-components-base-Button-ButtonLayout-styles__radius--21V76 {
  border-radius: 12px;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD.src-components-base-Button-ButtonLayout-styles__full--24wJr {
  border: 1px solid #FF6400;
  background-color: #FF6400;
  color: #fff;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD:hover
  .link:after {
  background-color: #fff;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD
  > .src-components-base-Button-ButtonLayout-styles__inner--1UBUN {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.src-components-base-Button-ButtonLayout-styles__button--2SJnD
  > .src-components-base-Button-ButtonLayout-styles__inner--1UBUN,
.src-components-base-Button-ButtonLayout-styles__button--2SJnD > div,
.src-components-base-Button-ButtonLayout-styles__button--2SJnD
  > .src-components-base-Button-ButtonLayout-styles__inner--1UBUN
  > div {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.src-components-base-Button-ButtonLayout-styles__bordered--dLQG2 {
  border: 1px solid;
}
.src-components-base-Button-ButtonLayout-styles__empty--3e2yy,
.src-components-base-Button-ButtonLayout-styles__link--x78iA {
  background-color: transparent;
}
.src-components-base-Button-ButtonLayout-styles__empty--3e2yy:hover,
.src-components-base-Button-ButtonLayout-styles__link--x78iA:hover {
  border-color: transparent;
  background-color: transparent;
}
.src-components-base-Button-ButtonLayout-styles__full-hover--1WWKk:hover {
  background-color: #FF6400;
}
.src-components-base-Button-ButtonLayout-styles__link--x78iA {
  position: relative;
  color: #FF6400;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.src-components-base-Button-ButtonLayout-styles__link--x78iA:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background-color: #FF6400;
  background: repeating-linear-gradient(
    90deg,
    #FF6400 0px,
    #FF6400 4px,
    transparent 4px,
    transparent 6px
  );
}
.src-components-base-Button-ButtonLayout-styles__link--x78iA:hover {
  color: #45505b;
  border-color: transparent;
}
.src-components-base-Button-ButtonLayout-styles__link--x78iA:hover:after {
  background-color: #45505b;
  background: repeating-linear-gradient(
    90deg,
    #45505b 0px,
    #45505b 4px,
    transparent 4px,
    transparent 6px
  );
}
.src-components-base-Button-ButtonLayout-styles__disabled--8j5gB {
  pointer-events: none;
  opacity: 0.2;
}

.src-components-base-Button-styles__suffix--ieGvw {
  padding: 0 0 0 10px;
}
.src-components-base-Button-styles__prefix--1Lb2M {
  padding: 0 10px 0 0;
}

.src-components-base-popups-Inline-styles__h-content--3QkHt {
  width: 1200px;
  margin: 0 auto;
}
.src-components-base-popups-Inline-styles__h-content-absolute--rKVOc {
  width: 1200px;
  position: absolute;
  left: calc(50% - $contentWidth / 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .src-components-base-popups-Inline-styles__h-content--3QkHt {
    width: calc(100% - 2em);
  }
  .burger-menu {
    position: relative;
  }
}
.src-components-base-popups-Inline-styles__form--button--1HCWD,
.src-components-base-popups-Inline-styles__form--button-filled--18Wu5 {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-base-popups-Inline-styles__form--button--1HCWD:disabled,
.src-components-base-popups-Inline-styles__form--button-filled--18Wu5:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-base-popups-Inline-styles__form--button--1HCWD:hover,
.src-components-base-popups-Inline-styles__form--button-filled--18Wu5:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-base-popups-Inline-styles__form--button--1HCWD
  + .src-components-base-popups-Inline-styles__form--button--1HCWD,
.src-components-base-popups-Inline-styles__form--button-filled--18Wu5
  + .src-components-base-popups-Inline-styles__form--button-filled--18Wu5 {
  margin-left: 25px;
}
.src-components-base-popups-Inline-styles__form--button--1HCWD
  + .src-components-base-popups-Inline-styles__form--button-filled--18Wu5,
.src-components-base-popups-Inline-styles__form--button-filled--18Wu5
  + .src-components-base-popups-Inline-styles__form--button-filled--18Wu5 {
  margin-left: 25px;
}
.src-components-base-popups-Inline-styles__form--button-filled--18Wu5 {
  border: 1px solid #FF6400;
  background-color: #FF6400;
  color: #fff;
}
.src-components-base-popups-Inline-styles__base--h7KJb,
.src-components-base-popups-Inline-styles__base-right--1_JWe {
  position: absolute;
  max-width: 250px;
  padding: 1em;
  color: #45505b;
  background-color: #fff286;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  pointer-events: none;
}
.src-components-base-popups-Inline-styles__base-right--1_JWe {
  right: -15px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.src-components-base-popups-Inline-styles__base-right--1_JWe:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
  -webkit-transform: translate(calc(-100% + 5px), -50%);
  transform: translate(calc(-100% + 5px), -50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff286;
}
.src-components-base-popups-Inline-styles__content--3RlvQ {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.src-components-base-popups-Inline-styles__icon--103Vm {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #45505b;
}
.src-components-base-popups-Inline-styles__text--1ENcJ {
  margin-left: 0.25em;
  width: 196px;
}
.src-components-base-popups-Inline-styles__error--oK5Xz {
  background-color: #d72d18;
  color: #fff;
  font-size: 12px;
}
.src-components-base-popups-Inline-styles__error--oK5Xz:after {
  border-right-color: #d72d18;
}
.src-components-base-popups-Inline-styles__error--oK5Xz
  .src-components-base-popups-Inline-styles__icon--103Vm {
  fill: #fff;
}

.src-components-base-popups-Absolute-styles__h-content--2rkIo {
  width: 1200px;
  margin: 0 auto;
}
.src-components-base-popups-Absolute-styles__h-content-absolute--2QkTC {
  width: 1200px;
  position: absolute;
  left: calc(50% - $contentWidth / 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .src-components-base-popups-Absolute-styles__h-content--2rkIo {
    width: calc(100% - 2em);
  }
  .burger-menu {
    position: relative;
  }
}
.src-components-base-popups-Absolute-styles__form--button--ZqxWl,
.src-components-base-popups-Absolute-styles__form--button-filled--2X8It {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-base-popups-Absolute-styles__form--button--ZqxWl:disabled,
.src-components-base-popups-Absolute-styles__form--button-filled--2X8It:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-base-popups-Absolute-styles__form--button--ZqxWl:hover,
.src-components-base-popups-Absolute-styles__form--button-filled--2X8It:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-base-popups-Absolute-styles__form--button--ZqxWl
  + .src-components-base-popups-Absolute-styles__form--button--ZqxWl,
.src-components-base-popups-Absolute-styles__form--button-filled--2X8It
  + .src-components-base-popups-Absolute-styles__form--button-filled--2X8It {
  margin-left: 25px;
}
.src-components-base-popups-Absolute-styles__form--button--ZqxWl
  + .src-components-base-popups-Absolute-styles__form--button-filled--2X8It,
.src-components-base-popups-Absolute-styles__form--button-filled--2X8It
  + .src-components-base-popups-Absolute-styles__form--button-filled--2X8It {
  margin-left: 25px;
}
.src-components-base-popups-Absolute-styles__form--button-filled--2X8It {
  border: 1px solid #FF6400;
  background-color: #FF6400;
  color: #fff;
}
.src-components-base-popups-Absolute-styles__base--yvjsk,
.src-components-base-popups-Absolute-styles__base-opened--263kR {
  position: fixed;
  z-index: 1000;
  top: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  left: calc(50% - 1200px / 2);
  width: 1200px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.src-components-base-popups-Absolute-styles__base-opened--263kR,
.src-components-base-popups-Absolute-styles__base-opened-opened--22onH {
  opacity: 1;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.src-components-base-popups-Absolute-styles__content--3Zf8h {
  width: 100%;
  -js-display: 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;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45505b;
  fill: #45505b;
  background-color: #fff286;
}
.src-components-base-popups-Absolute-styles__content-error--occlN {
  color: #fff;
  fill: #fff;
  background-color: #d72d18;
}
.src-components-base-popups-Absolute-styles__content-success--1sFp6 {
  color: #fff;
  fill: #fff;
  background-color: #52d56f;
}
.src-components-base-popups-Absolute-styles__content--section--2Nlty {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
}
.src-components-base-popups-Absolute-styles__content--icon--3h0Na {
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.src-components-base-popups-Absolute-styles__content--text--Y4zwb {
  margin-left: 15px;
  max-width: calc(100% - 45px);
}

.src-components-base-loaders-Windows-styles__h-content--2RcHS {
  width: 1200px;
  margin: 0 auto;
}
.src-components-base-loaders-Windows-styles__h-content-absolute--2pDm0 {
  width: 1200px;
  position: absolute;
  left: calc(50% - $contentWidth / 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .src-components-base-loaders-Windows-styles__h-content--2RcHS {
    width: calc(100% - 2em);
  }
  .burger-menu {
    position: relative;
  }
}
.src-components-base-loaders-Windows-styles__form--button--v0FGb,
.src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-base-loaders-Windows-styles__form--button--v0FGb:disabled,
.src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-base-loaders-Windows-styles__form--button--v0FGb:hover,
.src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-base-loaders-Windows-styles__form--button--v0FGb
  + .src-components-base-loaders-Windows-styles__form--button--v0FGb,
.src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC
  + .src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC {
  margin-left: 25px;
}
.src-components-base-loaders-Windows-styles__form--button--v0FGb
  + .src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC,
.src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC
  + .src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC {
  margin-left: 25px;
}
.src-components-base-loaders-Windows-styles__form--button-filled--Uz_NC {
  border: 1px solid #ff6400;
  background-color: #ff6400;
  color: #fff;
}
.src-components-base-loaders-Windows-styles__windows--2RO8M {
  position: relative;
  width: 72px;
  height: 72px;
}
.src-components-base-loaders-Windows-styles__wBall--Nt5Yi {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation: src-components-base-loaders-Windows-styles__orbit--2wPy5
    4.5325s infinite;
  animation: src-components-base-loaders-Windows-styles__orbit--2wPy5 4.5325s
    infinite;
}
.src-components-base-loaders-Windows-styles__wInnerBall--cGv0Z {
  position: absolute;
  width: 13.2%;
  height: 13.2%;
  background: #ff6400;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
.src-components-base-loaders-Windows-styles__wBall1--3ZWpO {
  -webkit-animation-delay: 0.986s;
  animation-delay: 0.986s;
}
.src-components-base-loaders-Windows-styles__wBall2--3XE6j {
  -webkit-animation-delay: 0.193s;
  animation-delay: 0.193s;
}
.src-components-base-loaders-Windows-styles__wBall3--SFvWF {
  -webkit-animation-delay: 0.3965s;
  animation-delay: 0.3965s;
}
.src-components-base-loaders-Windows-styles__wBall4--2Q7i2 {
  -webkit-animation-delay: 0.5895s;
  animation-delay: 0.5895s;
}
.src-components-base-loaders-Windows-styles__wBall5--1cfu7 {
  -webkit-animation-delay: 0.793s;
  animation-delay: 0.793s;
}
@-webkit-keyframes src-components-base-loaders-Windows-styles__orbit--2wPy5 {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}
@keyframes src-components-base-loaders-Windows-styles__orbit--2wPy5 {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}

.src-components-base-modal-Simple-styles__h-content--1wEsv {
  width: 1200px;
  margin: 0 auto;
}
.src-components-base-modal-Simple-styles__h-content-absolute--2QzWR {
  width: 1200px;
  position: absolute;
  left: calc(50% - $contentWidth / 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .src-components-base-modal-Simple-styles__h-content--1wEsv {
    width: calc(100% - 2em);
  }
  .burger-menu {
    position: relative;
  }
}
.src-components-base-modal-Simple-styles__form--button--2dtqg,
.src-components-base-modal-Simple-styles__form--button-filled--6orjG {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-base-modal-Simple-styles__form--button--2dtqg:disabled,
.src-components-base-modal-Simple-styles__form--button-filled--6orjG:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-base-modal-Simple-styles__form--button--2dtqg:hover,
.src-components-base-modal-Simple-styles__form--button-filled--6orjG:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-base-modal-Simple-styles__form--button--2dtqg
  + .src-components-base-modal-Simple-styles__form--button--2dtqg,
.src-components-base-modal-Simple-styles__form--button-filled--6orjG
  + .src-components-base-modal-Simple-styles__form--button-filled--6orjG {
  margin-left: 25px;
}
.src-components-base-modal-Simple-styles__form--button--2dtqg
  + .src-components-base-modal-Simple-styles__form--button-filled--6orjG,
.src-components-base-modal-Simple-styles__form--button-filled--6orjG
  + .src-components-base-modal-Simple-styles__form--button-filled--6orjG {
  margin-left: 25px;
}
.src-components-base-modal-Simple-styles__form--button-filled--6orjG {
  border: 1px solid #FF6400;
  background-color: #FF6400;
  color: #fff;
}
/* Base modal */
.src-components-base-modal-Simple-styles__modal--2jhLG,
.src-components-base-modal-Simple-styles__modal-closing--34cJb {
  position: relative;
  outline: none;
  -webkit-animation: src-components-base-modal-Simple-styles__modalIn--1Ncbj
    0.25s ease-out;
  animation: src-components-base-modal-Simple-styles__modalIn--1Ncbj 0.25s
    ease-out;
}
.src-components-base-modal-Simple-styles__modal-closing--34cJb {
  -webkit-animation: src-components-base-modal-Simple-styles__modalOut--3EmWh
    0.25s ease-out forwards;
  animation: src-components-base-modal-Simple-styles__modalOut--3EmWh 0.25s
    ease-out forwards;
}
.src-components-base-modal-Simple-styles__modal--overlay--2D-4O {
  z-index: 100;
  -webkit-animation: src-components-base-modal-Simple-styles__modalOverlayIn--Spqws
    0.25s ease-out;
  animation: src-components-base-modal-Simple-styles__modalOverlayIn--Spqws
    0.25s ease-out;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: rgba(84, 84, 84, 0.4);
}
.src-components-base-modal-Simple-styles__modal--overlay-closing--24aIC {
  -webkit-animation: src-components-base-modal-Simple-styles__modalOverlayOut--BlxJk
    0.25s ease-out forwards;
  animation: src-components-base-modal-Simple-styles__modalOverlayOut--BlxJk
    0.25s ease-out forwards;
}
/* Base modal END */
/****** FORMS *********/
.src-components-base-modal-Simple-styles__modal--form--2wqp0 {
  width: 540px;
  min-width: 100%;
}
.src-components-base-modal-Simple-styles__modal--header--1tBKV {
  padding: 20px 0;
  background-color: #ecedee;
  border-radius: 5px 5px 0 0;
}
.src-components-base-modal-Simple-styles__modal--header--title--OIRSh,
.src-components-base-modal-Simple-styles__modal--header--title-base--2rP0z {
  color: #45505b;
  font-size: 1.5em;
  font-weight: 100;
}
.src-components-base-modal-Simple-styles__modal--text--2OSgu {
  font-size: 1em;
  color: #a1a5a8;
  text-align: center;
  width: 75%;
  max-width: 360px;
}
.src-components-base-modal-Simple-styles__modal--header--title-base--2rP0z {
  font-size: 1.1em;
}
.src-components-base-modal-Simple-styles__modal--content--QkLNV,
.src-components-base-modal-Simple-styles__modal--content-fixed--1OBj6 {
  overflow: visible;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
.src-components-base-modal-Simple-styles__modal--content--text--1ZtXo {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
  font-size: 0.9em;
  color: #a1a5a8;
  border-bottom: 1px solid rgba(84, 84, 84, 0.1);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.src-components-base-modal-Simple-styles__modal--content-fixed--1OBj6 {
  height: 320px;
  -js-display: flex;
  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;
}
.src-components-base-modal-Simple-styles__modal--content--header--2m9m9 {
  padding: 20px 30px;
  border-bottom: 1px solid #9fb2c0;
  font-size: 0.9em;
  color: #a1a5a8;
}
.src-components-base-modal-Simple-styles__modal--content--body--2fjeB,
.src-components-base-modal-Simple-styles__modal--content--body-fixed_height--RAHXB {
  padding: 0 30px;
  margin: 40px 0;
}
.src-components-base-modal-Simple-styles__modal--content--body-fixed_height--RAHXB {
  height: 160px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.src-components-base-modal-Simple-styles__modal--content--info--1qrVz {
  color: #bc2525;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 100;
  margin-top: 20px;
}
.src-components-base-modal-Simple-styles__modal--footer--1PX_K {
  padding: 25px 0;
  background-color: #ecedee;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
}
.src-components-base-modal-Simple-styles__modal--form--2wqp0 {
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  overflow: visible;
}
.src-components-base-modal-Simple-styles__modal--input_comment--2dAOB {
  margin-top: 10px;
  font-weight: 100;
}
.src-components-base-modal-Simple-styles__modal--input--2N0c3,
.src-components-base-modal-Simple-styles__modal--input-bordered_top--3ZcNa,
.src-components-base-modal-Simple-styles__modal--input-bordered_bottom--3FlXT {
  background-color: #fafafa;
  border: 1px solid rgba(236, 237, 238, 0.2);
  padding: 15px;
  width: 220px;
  outline: none;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
}
.src-components-base-modal-Simple-styles__modal--input--2N0c3:focus {
  -webkit-box-shadow: 0 0 5px #ff5122 inset;
  box-shadow: 0 0 5px #ff5122 inset;
}
.src-components-base-modal-Simple-styles__modal--input--2N0c3[data-valid="false"] {
  -webkit-box-shadow: 0 0 5px #d72d18 inset;
  box-shadow: 0 0 5px #d72d18 inset;
}
.src-components-base-modal-Simple-styles__modal--input-bordered_top--3ZcNa {
  border-radius: 10px 10px 0 0;
}
.src-components-base-modal-Simple-styles__modal--input-bordered_bottom--3FlXT {
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.src-components-base-modal-Simple-styles__modal--button--2U2Qv,
.src-components-base-modal-Simple-styles__modal--button-filled--2r3k5,
.src-components-base-modal-Simple-styles__confirm--generate--__TbF {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-base-modal-Simple-styles__modal--button--2U2Qv
  + .src-components-base-modal-Simple-styles__modal--button--2U2Qv,
.src-components-base-modal-Simple-styles__modal--button-filled--2r3k5
  + .src-components-base-modal-Simple-styles__modal--button-filled--2r3k5,
.src-components-base-modal-Simple-styles__confirm--generate--__TbF
  + .src-components-base-modal-Simple-styles__confirm--generate--__TbF {
  margin-left: 25px;
}
.src-components-base-modal-Simple-styles__modal--button--2U2Qv:disabled,
.src-components-base-modal-Simple-styles__modal--button-filled--2r3k5:disabled,
.src-components-base-modal-Simple-styles__confirm--generate--__TbF:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-base-modal-Simple-styles__modal--button--2U2Qv:hover,
.src-components-base-modal-Simple-styles__modal--button-filled--2r3k5:hover,
.src-components-base-modal-Simple-styles__confirm--generate--__TbF:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-base-modal-Simple-styles__modal--button-filled--2r3k5,
.src-components-base-modal-Simple-styles__confirm--generate--__TbF {
  border: 1px solid #FF6400;
  background-color: #FF6400;
  color: #fff;
}
.src-components-base-modal-Simple-styles__modal--button--2U2Qv
  + .src-components-base-modal-Simple-styles__modal--button-filled--2r3k5,
.src-components-base-modal-Simple-styles__modal--button--2U2Qv
  + .src-components-base-modal-Simple-styles__confirm--generate--__TbF {
  margin-left: 25px;
}
.src-components-base-modal-Simple-styles__modal--text_button--3guLk {
  color: #a1a5a8;
  cursor: pointer;
  margin-top: 20px;
  font-size: 12px;
  border: none;
  background: transparent;
}
.src-components-base-modal-Simple-styles__modal--text_button--3guLk:hover {
  color: #ecedee;
}
.src-components-base-modal-Simple-styles__modal--text_button--3guLk:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.src-components-base-modal-Simple-styles__modal--text_button--3guLk:disabled:hover {
  color: #a1a5a8;
}
.src-components-base-modal-Simple-styles__confirm--generate--__TbF {
  margin-bottom: 25px;
}
.src-components-base-modal-Simple-styles__icon-close--22sk4 {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 0;
  fill: #fff;
  width: 25px;
  height: 25px;
}
.src-components-base-modal-Simple-styles__icon-close--22sk4 svg {
  width: 25px;
  height: 25px;
}
.src-components-base-modal-Simple-styles__loader_wrapper--jPbQw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.3);
  -js-display: flex;
  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;
}
@-webkit-keyframes src-components-base-modal-Simple-styles__modalOverlayIn--Spqws {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes src-components-base-modal-Simple-styles__modalOverlayIn--Spqws {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes src-components-base-modal-Simple-styles__modalOverlayOut--BlxJk {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes src-components-base-modal-Simple-styles__modalOverlayOut--BlxJk {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes src-components-base-modal-Simple-styles__modalIn--1Ncbj {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes src-components-base-modal-Simple-styles__modalIn--1Ncbj {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes src-components-base-modal-Simple-styles__modalOut--3EmWh {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes src-components-base-modal-Simple-styles__modalOut--3EmWh {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.src-components-base-labels-styles__p--109uY {
  margin: 0;
}
.src-components-base-labels-styles__bad--1dd3- {
  color: #dc4a38;
}
.src-components-base-labels-styles__middle--3W3t- {
  color: #e9bb05;
}
.src-components-base-labels-styles__good--12aam {
  color: #65d086;
}

.src-components-ConfirmForm-styles__h-content--1nb9a {
  width: 1200px;
  margin: 0 auto;
}
.src-components-ConfirmForm-styles__h-content-absolute--iAnIK {
  width: 1200px;
  position: absolute;
  left: calc(50% - $contentWidth / 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .src-components-ConfirmForm-styles__h-content--1nb9a {
    width: calc(100% - 2em);
  }
  .burger-menu {
    position: relative;
  }
}
.src-components-ConfirmForm-styles__form--button--3E5_c,
.src-components-ConfirmForm-styles__form--button-filled--2BUFD {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-ConfirmForm-styles__form--button--3E5_c:disabled,
.src-components-ConfirmForm-styles__form--button-filled--2BUFD:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-ConfirmForm-styles__form--button--3E5_c:hover,
.src-components-ConfirmForm-styles__form--button-filled--2BUFD:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-ConfirmForm-styles__form--button--3E5_c
  + .src-components-ConfirmForm-styles__form--button--3E5_c,
.src-components-ConfirmForm-styles__form--button-filled--2BUFD
  + .src-components-ConfirmForm-styles__form--button-filled--2BUFD {
  margin-left: 25px;
}
.src-components-ConfirmForm-styles__form--button--3E5_c
  + .src-components-ConfirmForm-styles__form--button-filled--2BUFD,
.src-components-ConfirmForm-styles__form--button-filled--2BUFD
  + .src-components-ConfirmForm-styles__form--button-filled--2BUFD {
  margin-left: 25px;
}
.src-components-ConfirmForm-styles__form--button-filled--2BUFD {
  border: 1px solid #FF6400;
  background-color: #FF6400;
  color: #fff;
}
.src-components-ConfirmForm-styles__confirm--3rbrB {
  display: block;
}
.src-components-ConfirmForm-styles__confirm--3rbrB
  .src-components-ConfirmForm-styles__confirm--top--Xbeca {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.src-components-ConfirmForm-styles__confirm--3rbrB
  .src-components-ConfirmForm-styles__confirm--top--Xbeca
  .src-components-ConfirmForm-styles__confirm--info--b_ejX {
  width: calc(55% - 20px);
  margin-bottom: 20px;
  text-align: right;
  color: #45505b;
  line-height: 1.15;
  font-size: 14px;
  text-align: center;
}
.src-components-ConfirmForm-styles__confirm--3rbrB
  .src-components-ConfirmForm-styles__confirm--top--Xbeca
  .src-components-ConfirmForm-styles__confirm--info--right--96_So {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 40%;
}
.src-components-ConfirmForm-styles__confirm--3rbrB
  .src-components-ConfirmForm-styles__confirm--bottom--_5PYf {
  width: 100%;
  margin-bottom: 20px;
}
.src-components-ConfirmForm-styles__confirm--3rbrB
  .src-components-ConfirmForm-styles__confirm--bottom--_5PYf
  .src-components-ConfirmForm-styles__confirm--text--1DkqW {
  font-size: 11px;
  color: #bc2525;
  text-align: center;
}
.src-components-ConfirmForm-styles__sendAgain--1EA24 {
  color: #9fb2c0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.75;
  margin: auto;
  border: none;
  background: transparent;
}
.src-components-ConfirmForm-styles__sendAgain--1EA24:hover {
  color: #45505b;
}
.src-components-ConfirmForm-styles__sendAgain--1EA24:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  color: #9fb2c0;
}
.src-components-ConfirmForm-styles__button--2rjHu,
.src-components-ConfirmForm-styles__button-filled--VPhXe {
  border: 1px solid #45505b;
  border-radius: 20px;
  background: transparent;
  outline: none;
  cursor: pointer;
  color: #45505b;
  text-decoration: none;
  padding: 10px 60px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.src-components-ConfirmForm-styles__button--2rjHu
  + .src-components-ConfirmForm-styles__button--2rjHu,
.src-components-ConfirmForm-styles__button-filled--VPhXe
  + .src-components-ConfirmForm-styles__button-filled--VPhXe {
  margin-left: 20px;
}
.src-components-ConfirmForm-styles__button--2rjHu:not(:disabled):hover,
.src-components-ConfirmForm-styles__button-filled--VPhXe:not(:disabled):hover {
  background: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-ConfirmForm-styles__button--2rjHu:disabled,
.src-components-ConfirmForm-styles__button-filled--VPhXe:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.src-components-ConfirmForm-styles__button--2rjHu
  + .src-components-ConfirmForm-styles__button-filled--VPhXe {
  margin-left: 20px;
}
.src-components-ConfirmForm-styles__button-filled--VPhXe {
  background: #FF6400;
  border-color: #FF6400;
  color: #fff;
}
.src-components-ConfirmForm-styles__buttonsContainer--vp3YY {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.src-components-ConfirmForm-styles__codeinput--3JFvH {
  background-color: #fafafa;
  border: 1px solid #a1a5a8;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
}
.src-components-ConfirmForm-styles__codeinput--3JFvH:disabled {
  opacity: 0.9;
  cursor: not-allowed;
}
.src-components-ConfirmForm-styles__codeinput--3JFvH:focus {
  -webkit-box-shadow: 0 0 5px #FF6400 inset;
  box-shadow: 0 0 5px #FF6400 inset;
  border-color: #FF6400;
}

.src-components-SignForm-styles__h-content--iXiZu {
  width: 1200px;
  margin: 0 auto;
}
.src-components-SignForm-styles__h-content-absolute--e3E_O {
  width: 1200px;
  position: absolute;
  left: calc(50% - $contentWidth / 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .src-components-SignForm-styles__h-content--iXiZu {
    width: calc(100% - 2em);
  }
  .burger-menu {
    position: relative;
  }
}
.src-components-SignForm-styles__form--button--3rGEV,
.src-components-SignForm-styles__form--button-filled--3jTWi {
  height: 2.5em;
  border-radius: calc(3em * 0.5);
  padding: 0 4.5em;
  border: 1px solid #45505b;
  color: #45505b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 100;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.src-components-SignForm-styles__form--button--3rGEV:disabled,
.src-components-SignForm-styles__form--button-filled--3jTWi:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.src-components-SignForm-styles__form--button--3rGEV:hover,
.src-components-SignForm-styles__form--button-filled--3jTWi:hover {
  background-color: #ff5122;
  border-color: #ff5122;
  color: #fff;
}
.src-components-SignForm-styles__form--button--3rGEV
  + .src-components-SignForm-styles__form--button--3rGEV,
.src-components-SignForm-styles__form--button-filled--3jTWi
  + .src-components-SignForm-styles__form--button-filled--3jTWi {
  margin-left: 25px;
}
.src-components-SignForm-styles__form--button--3rGEV
  + .src-components-SignForm-styles__form--button-filled--3jTWi,
.src-components-SignForm-styles__form--button-filled--3jTWi
  + .src-components-SignForm-styles__form--button-filled--3jTWi {
  margin-left: 25px;
}
.src-components-SignForm-styles__form--button-filled--3jTWi {
  border: 1px solid #FF6400;
  background-color: #FF6400;
  color: #fff;
}
.src-components-SignForm-styles__confirm--Aa7LP {
  display: block;
}
.src-components-SignForm-styles__confirm--Aa7LP
  .src-components-SignForm-styles__confirm--top--3By7Z {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.src-components-SignForm-styles__confirm--Aa7LP
  .src-components-SignForm-styles__confirm--top--3By7Z
  .src-components-SignForm-styles__confirm--info--3eaA5 {
  width: calc(55% - 20px);
  margin-right: 20px;
  text-align: right;
  color: #45505b;
  line-height: 1.15;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.src-components-SignForm-styles__confirm--Aa7LP
  .src-components-SignForm-styles__confirm--top--3By7Z
  .src-components-SignForm-styles__confirm--info--right--2S9Zq {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 40%;
}
.src-components-SignForm-styles__confirm--Aa7LP
  .src-components-SignForm-styles__confirm--bottom--3edI9 {
  width: 100%;
  margin-bottom: 20px;
}
.src-components-SignForm-styles__confirm--Aa7LP
  .src-components-SignForm-styles__confirm--bottom--3edI9
  .src-components-SignForm-styles__confirm--text--25775 {
  font-size: 11px;
  color: #bc2525;
  text-align: center;
}
.src-components-SignForm-styles__button--3HLE9,
.src-components-SignForm-styles__button-filled--32wVK {
  border: 1px solid #45505b;
  border-radius: 20px;
  background: transparent;
  outline: none;
  cursor: pointer;
  color: #45505b;
  text-decoration: none;
  padding: 10px 60px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.src-components-SignForm-styles__button--3HLE9
  + .src-components-SignForm-styles__button--3HLE9,
.src-components-SignForm-styles__button-filled--32wVK
  + .src-components-SignForm-styles__button-filled--32wVK {
  margin-left: 20px;
}
.src-components-SignForm-styles__button--3HLE9:not(:disabled):hover,
.src-components-SignForm-styles__button-filled--32wVK:not(:disabled):hover {
  background: #c64c1e;
  border-color: #c64c1e;
  color: #fff;
}
.src-components-SignForm-styles__button--3HLE9:disabled,
.src-components-SignForm-styles__button-filled--32wVK:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.src-components-SignForm-styles__button--3HLE9
  + .src-components-SignForm-styles__button-filled--32wVK {
  margin-left: 20px;
}
.src-components-SignForm-styles__button-filled--32wVK {
  background: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
.src-components-SignForm-styles__codeinput--3okVs {
  background-color: #fafafa;
  border: 1px solid #a1a5a8;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  width: 300px;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
}
.src-components-SignForm-styles__codeinput--3okVs:disabled {
  opacity: 0.9;
  cursor: not-allowed;
}
.src-components-SignForm-styles__codeinput--3okVs:focus {
  -webkit-box-shadow: 0 0 5px #FF6400 inset;
  box-shadow: 0 0 5px #FF6400 inset;
  border-color: #FF6400;
}
.src-components-SignForm-styles__buttonsPanel--2hCfD {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.src-components-SignForm-styles__formtoken--content--inputs--mYJp_,
.src-components-SignForm-styles__formtoken--content--inputs-token--2wPiU {
  text-align: center;
  font-size: 14px;
  line-height: 1.43;
  color: #666a6e;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  padding: 25px 0px 15px 0px;
}
.src-components-SignForm-styles__formtoken--content--inputs-token--2wPiU {
  height: 45%;
}
.src-components-SignForm-styles__formtoken--modal--field--2haDl,
.src-components-SignForm-styles__formtoken--modal--field-padding--11lyo {
  position: relative;
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}
.src-components-SignForm-styles__formtoken--modal--field--2haDl
  input:focus
  + .src-components-SignForm-styles__field--title--1ZoQQ,
.src-components-SignForm-styles__formtoken--modal--field-padding--11lyo
  input:focus
  + .src-components-SignForm-styles__field--title--1ZoQQ {
  top: 9px;
  font-size: 10px;
}
.src-components-SignForm-styles__formtoken--modal--field--2haDl
  input:valid
  + .src-components-SignForm-styles__field--title--1ZoQQ,
.src-components-SignForm-styles__formtoken--modal--field-padding--11lyo
  input:valid
  + .src-components-SignForm-styles__field--title--1ZoQQ {
  top: 7px;
  font-size: 10px;
}
.src-components-SignForm-styles__formtoken--modal--field-padding--11lyo {
  margin-bottom: 15px;
}
.src-components-SignForm-styles__inputIcon--cz2jt {
  fill: #a1a5a8;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
  width: 20px;
  height: 20px;
}
.src-components-SignForm-styles__tokenform--inputButton--36_7h {
  width: 100% !important;
  height: auto !important;
  min-height: 50px;
  color: #45505b !important;
  background-color: #fafafa !important;
  border: 1px solid #a1a5a8 !important;
  border-radius: 10px;
}
.src-components-SignForm-styles__tokenform--inputButton--36_7h > div {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.src-components-SignForm-styles__tokenform--inputButton--36_7h
  .src-components-SignForm-styles__placeholder--3FDxE {
  color: #a1a5a8;
  font-size: 14px;
}
.src-components-SignForm-styles__tokenform--inputButton--36_7h:hover
  .src-components-SignForm-styles__inputIcon--cz2jt {
  fill: #c64c1e;
}
.src-components-SignForm-styles__tokenform--inputButton--36_7h
  .src-components-SignForm-styles__inputIcon--cz2jt {
  fill: #a1a5a8;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
  width: 20px;
  height: 20px;
}
.src-components-SignForm-styles__form--content--info--3d_AB {
  color: #bc2525;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 100;
  margin-top: 20px;
}
.src-components-SignForm-styles__certContainerPath--3sQTw {
  word-break: break-all;
  max-width: 250px;
  overflow: hidden;
  text-align: left;
}
.src-components-SignForm-styles__rutokenCertificatesPanel--2s4FZ {
  max-height: 300px;
  overflow: auto;
}
.src-components-SignForm-styles__rutokenCertificatesPanel--2s4FZ
  .src-components-SignForm-styles__rutokenCertificateContainer--2NP_l {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 15px;
  background-color: #a9a9a9;
  cursor: pointer;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  margin-bottom: 15px;
  min-width: 400px;
}
.src-components-SignForm-styles__rutokenCertificatesPanel--2s4FZ
  .src-components-SignForm-styles__rutokenCertificateContainer--2NP_l
  .src-components-SignForm-styles__rutokenCertificate--3m4KC {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 25px;
}
.src-components-SignForm-styles__rutokenCertificatesPanel--2s4FZ
  .src-components-SignForm-styles__rutokenCertificateContainer--2NP_l
  .src-components-SignForm-styles__rutokenCertificate--3m4KC
  .src-components-SignForm-styles__dateLabel--axVTl {
  width: 100%;
  text-align: right;
}
.src-components-SignForm-styles__rutokenCertificatesPanel--2s4FZ
  .src-components-SignForm-styles__rutokenCertificateContainer--2NP_l:hover {
  background-color: #d3d3d3;
}
