@import url("https://fonts.googleapis.com/css?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  min-width: 320px;
  line-height: 1.25;
  color: #333440;
  background-color: #ffffff; }

.hidden {
  display: none; }

::-ms-clear {
  display: none; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

.content {
  width: 100%;
  max-width: 414px;
  padding: 0 16px 0 16px;
  margin: auto; }

.header .header__row {
  padding: 10px 0 14px; }
  .header .header__row .input-group-theme {
    width: fit-content;
    border: solid 1px #9d9ea6;
    background-color: #ffffff;
    float: right; }
    .header .header__row .input-group-theme .input-group-theme__select {
      outline: 0;
      width: 100%;
      border: 0;
      padding: 5px 20px 5px 5px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.25;
      color: #333440;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: normal;
      background-color: #ffffff !important;
      background: url(/Content/triangle.svg) no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background-position-x: 92%;
      background-position-y: center; }

.header .header__title {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.43;
  text-align: center;
  color: #333440;
  margin: 24px 0 16px 0; }

.form .form__row {
  margin: 8px 0; }

.form .form__button-row {
  margin: 14px 0; }

.form .form__link-row {
  text-align: center; }

.form .form__flex-row {
  margin: 8px 0;
  display: flex; }

.input-group {
  height: 52px;
  border: solid 1px #9d9ea6;
  background-color: #ffffff;
  position: relative;
  display: block; }
  .input-group .input-group__label {
    border: 0;
    position: absolute;
    margin: 6px 16px 26px 16px;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 1.54;
    color: #757680;
    font-weight: normal; }
  .input-group .input-group__input {
    width: 100%;
    height: 100%;
    outline: 0;
    display: block;
    border: 0;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    color: #333440;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    background-color: #ffffff; }
  .input-group .input-group__input_bottom {
    padding: 24px 16px 7px 16px; }
  .input-group input:focus::placeholder {
    color: transparent; }
  .input-group select {
    background: url(/Content/triangle.svg) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position-x: 95%;
    background-position-y: center; }
    .input-group select option {
      color: #333440;
      font-family: Roboto, sans-serif; }
  .input-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9d9ea6; }
  .input-group ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9d9ea6;
    opacity: 1;
    /* Firefox */ }
  .input-group ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9d9ea6; }
  .input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .input-group select:invalid {
    font-family: Roboto, sans-serif;
    color: #9d9ea6;
    font-weight: normal; }

.button {
  width: 100%;
  background-color: #3b5998;
  border: none;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  height: 52px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff; }

.button-second {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  height: 52px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #009ae7;
  border: solid 1px #009ae7; }

.captcha-image-wrapper {
  flex: none;
  display: flex;
  flex-direction: row;
  margin-left: 16px; }
  .captcha-image-wrapper .captcha {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: right; }
    .captcha-image-wrapper .captcha .captcha__image {
      height: 52px;
      width: 153px;
      filter: none; }
    .captcha-image-wrapper .captcha .captcha__refresh-icon {
      margin: 16px 4px 16px 16px;
      background: url(capcha-refresh.svg) no-repeat;
      display: block;
      width: 22px;
      height: 22px;
      cursor: pointer; }

@media screen and (max-width: 376px) {
  .captcha {
    margin-left: 8px; }
    .captcha .captcha__icon img {
      width: 113px; }
    .captcha .captcha__refresh-icon {
      margin-left: 8px; } }

.block .block__title {
  margin: 14px 0 8px 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: normal;
  color: #757680;
  text-transform: uppercase; }

.block .block__row {
  margin: 8px 0; }

.checkbox-group {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  color: #4b4c59; }
  .checkbox-group .checkbox-group__checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-group .checkbox-group__checkbox:checked ~ .checkbox-group__checkmark {
      background-color: #3b5998; }
    .checkbox-group .checkbox-group__checkbox:checked ~ .checkbox-group__checkmark:after {
      display: block; }
  .checkbox-group .checkbox-group__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: solid 1px #9d9ea6; }
    .checkbox-group .checkbox-group__checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 1px;
      width: 7px;
      height: 13px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.block__personal-info {
  margin-bottom: 32px; }

.main-link {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #009ae7; }

.text-field-group .text-field-group__label {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.54;
  color: #757680; }

.text-field-group .text-field-group__text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #333440; }

.arrow-right {
  margin-left: 3px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.account-info .account-info__row {
  display: flex; }
  .account-info .account-info__row .account-info__column {
    flex: 1; }
    .account-info .account-info__row .account-info__column .item-account-info {
      margin-right: 8px;
      padding-top: 16px;
      padding-bottom: 16px;
      background-color: #ebebed;
      text-align: center; }
      .account-info .account-info__row .account-info__column .item-account-info .item-account-info__title {
        font-family: Roboto;
        font-size: 13px;
        line-height: 1.54;
        color: #757680;
        text-align: center; }
      .account-info .account-info__row .account-info__column .item-account-info .item-account-info__text {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        color: #333440;
        text-align: center; }

.account-info .account-info__row div:last-child .item-account-info {
  margin-right: 0; }

.account-info .account-info__button-row {
  display: flex; }
  .account-info .account-info__button-row .account-info__button-second {
    flex: 1;
    margin-right: 16px; }
  .account-info .account-info__button-row .account-info__button {
    flex: 1; }

.account-info .account-info-block__row {
  text-align: center; }

.account-info .account-info__note {
  padding: 8px 0;
  margin: 8px 0 8px;
  text-align: justify; }
  .account-info .account-info__note .account-info__note-title {
    font-weight: 500; }

.qr-code {
  margin: 8px 0 8px; }
  .qr-code .qr-code__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
    .qr-code .qr-code__image #qrCode {
      border: solid 1px #ffffff; }
  .qr-code .qr-code__text {
    text-align: justify; }

.change-password__button-row {
  display: flex; }
  .change-password__button-row .change-password__modify-button {
    margin-right: 16px;
    max-width: 150px; }

.error-message .error-message__text {
  color: #f5222d;
  margin: 8px 0 8px 0; }

.message .message__text {
  margin: 8px 0 8px 0; }

.header-dropdown-content .input-gr .input-gr__input {
  width: auto; }

.modal-dialog .modal-content {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 5px; }
  .modal-dialog .modal-content .close {
    color: #333440 !important; }
  .modal-dialog .modal-content #qrCode {
    padding: 10px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-dialog .modal-content #qrCode img {
      border: solid 1px #ffffff; }

.blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.6); }

.spinner {
  position: fixed;
  left: 50%;
  top: 20%;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 100;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid #3b5998;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
