/**
 * Стили для личного кабинета
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */


html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  background: #EBEFF7;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.modal__dialog pre {
  font-size: 0.5em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype"), url("../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  font: 82.5%/1.4 "Proxima Nova", sans-serif;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-title {
  margin: 41px 0 22px;
  font-size: 32px;
  font-weight: bold;
  color: #515151;
}

@media screen and (max-width: 600px) {
  .page-title {
    margin-top: 26px;
    margin-bottom: 0;
  }
}

.control {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  line-height: 22px;
  cursor: pointer;
  /* чекбоксы */
  /* радиобатоны */
}

.control__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.control__icon {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 1px solid #cecece;
  border-radius: 2px;
  box-shadow: 0 3px rgba(0, 0, 0, 0.07) inset;
  color: #fff;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.control__icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.control:hover .control__icon {
  border-color: #a8a8a8;
}

.control__input:checked+.control__icon {
  border-color: transparent;
  background-color: #1b4792;
}

.control_checkbox .control__icon::before {
  margin-bottom: 6px;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  width: 5px;
  height: 10px;
  border: 2px solid;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.control_checkbox .control__input:checked+.control__icon::before {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.control_radio .control__icon {
  border-radius: 50%;
}

.control_radio .control__icon::before {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0;
  height: 0;
  border: 4px solid;
  border-radius: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.control_radio .control__input:checked+.control__icon::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.control-list__item {
  display: block;
}

.control-list__item+.control-list__item {
  margin-top: 14px;
}

.button {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 15px;
  border: 0;
  height: 41px;
  line-height: 41px;
  color: #fff;
  text-decoration: none;
  background: #1b4792;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.button:hover {
  box-shadow: 0 0 0 99px rgba(255, 255, 255, 0.1) inset;
}

.button:active {
  box-shadow: 0 0 0 99px rgba(0, 0, 0, 0.1) inset;
}

.outline-btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #1b4792;
  border: 1px solid;
  border-radius: 2px;
  background: transparent;
}

.outline-btn:hover {
  color: #fff;
  border-color: #1b4792;
  background-color: #1b4792;
}

.add-button-wrapper {
  padding-top: 36px;
  padding-bottom: 36px;
}

.add-button {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  border: 0;
  overflow: visible;
  font-size: 22px;
  background: 0;
  color: #1b4792;
  cursor: pointer;
  text-align: left;
}

.add-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.add-button__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: #1b4792;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.add-button__icon::before,
.add-button__icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.add-button__icon::before {
  width: 3px;
  height: 15px;
}

.add-button__icon::after {
  width: 15px;
  height: 3px;
}

.add-button:hover .add-button__icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.add-button__text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.add-button__text::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid;
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add-button:hover .add-button__text::after {
  opacity: 0;
}

.text-input {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  box-shadow: 0 3px rgba(0, 0, 0, 0.07) inset;
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.text-input:hover {
  border-color: #a8a8a8;
}

.text-input:focus {
  outline: 0;
  border-color: #1b4792;
}

.text-input_full {
  width: 100%;
}

.text-input ::-webkit-input-placeholder {
  opacity: 0.44;
}

.text-input ::-moz-placeholder {
  opacity: 0.44;
}

.text-input :-moz-placeholder {
  opacity: 0.44;
}

.text-input :-ms-input-placeholder {
  opacity: 0.44;
}

.text-input_date {
  padding-right: 32px;
  width: 160px;
  background-image: url("../img/date.png");
  background-repeat: no-repeat;
  background-position: right 9px top 50%;
}

.date-group {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 22px;
}

.date-group__item {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.date-group__item:last-child {
  margin-right: 0;
}

.date-group__label,
.date-group__control {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}

@media screen and (max-width: 700px) {
  .date-group {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
  }

  .date-group__item {
    display: table-row;
  }

  .date-group__label,
  .date-group__control {
    display: table-cell;
    vertical-align: middle;
  }

  .date-group__label {
    padding-right: 6px;
    text-align: right;
  }
}

.field-form {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 18px;
}

.field-form__cell {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 34px;
}

.field-form__cell_label {
  padding-right: 24px;
  padding-top: 9px;
}

.field-form__row {
  display: table-row;
}

.field-form__row_small-gutter .field-form__cell {
  padding-bottom: 22px;
}

.field-form__row_submit .field-form__cell {
  padding-top: 0;
  padding-bottom: 0;
}

.link {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid;
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link:hover::after {
  opacity: 0;
}

.logout-link {
  text-decoration: none;
  color: inherit;
}

.logout-link::before {
  content: "";
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 22px;
  background: url("../img/logout.png");
}

.data-table td[data-title]::before,
.data-table thead th,
.data-table thead td {
  background: #ccc;
  font-size: 17px;
  font-weight: bold;
}

.data-table-wrapper {
  overflow: auto;
}

.data-table-wrapper.gutter {
  margin-top: 35px;
}

.cell-content {
  display: block;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table thead {
  font-size: 17px;
  background: #ccc;
}

.data-table thead th,
.data-table thead td {
  box-sizing: border-box;
}

.data-table tr:nth-child(even) {
  background-color: #fff;
}

.data-table th,
.data-table td {
  padding: 12px 27px;
  border: 1px solid #ccc;
  border-width: 0 1px;
  text-align: left;
}

.data-table th:first-child,
.data-table td:first-child {
  border-left: 0;
}

.data-table th:last-child,
.data-table td:last-child {
  border-right: 0;
}

.send_table th, .send_table td {
  text-align: center;
}

@media screen and (max-width: 700px) {

  .data-table-wrapper td:nth-child(1),
  .data-table-wrapper td:nth-child(2),
  .data-table-wrapper td:nth-child(3),
  .data-table-wrapper td:nth-child(4),
  .data-table-wrapper td:nth-child(5),
  .data-table-wrapper td:nth-child(6),
  .data-table-wrapper td:nth-child(7) {
    padding-right: 0 !important;
    padding-left: 37% !important;
  }

  .data-table thead {
    display: none;
  }

  .data-table table,
  .data-table tbody,
  .data-table tr,
  .data-table th,
  .data-table td {
    display: block;
  }

  .data-table tr {
    position: relative;
  }

  .data-table tr::before,
  .data-table tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    min-width: 130px;
  }

  .data-table tr::before {
    top: 0;
    background: #ccc;
  }

  .data-table tr::after {
    height: 1px;
    background: #eff2f3;
  }

  .data-table th,
  .data-table td {
    position: relative;
    padding: 12px;
    border: 0;
    border-bottom: 1px solid #ccc;
  }

  .data-table-wrapper td:nth-child(1),
  .data-table-wrapper td:nth-child(2),
  .data-table-wrapper td:nth-child(3),
  .data-table-wrapper td:nth-child(4),
  .data-table-wrapper td:nth-child(5),
  .data-table-wrapper td:nth-child(6),
  .data-table-wrapper td:nth-child(7) {
    padding-right: 0;
    padding-left: 37%;
    white-space: nowrap;
  }

  .data-table td .cell-content {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    white-space: normal;
  }

  .data-table td[data-title]::before {
    content: attr(data-title);
    margin-left: -60%;
    /*margin-left: -150px;*/
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    min-width: 130px;
    /*width: 150px;*/
    padding: 0 12px;
    white-space: normal;
  }
}

.pagination {
  padding-top: 40px;
  padding-bottom: 20px;
}

.pagination .accoint-info {
  padding-bottom: 0;
}

.pagination__label {
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
}

.pagination-nav {
  display: inline-block;
  vertical-align: middle;
}

.pagination-nav__link {
  margin-right: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  min-width: 52px;
  height: 52px;
  line-height: 50px;
  border: 1px solid #1b4792;
  color: inherit;
  text-decoration: none;
  text-align: center;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagination-nav__link_active {
  pointer-events: none;
  color: #fff;
  background-color: #1b4792;
}

.pagination-nav__link:hover {
  background-color: #fff;
}

.pagination-nav__link:last-child {
  margin-right: 0;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  color: #515151;
  background: rgba(0, 0, 0, 0.68);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal__dialog {
  margin: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 19px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: normal;
  font-size: 1rem;
  text-align: left;
  background: #eff2f3;
  border-radius: 4px;
  -webkit-transition: inherit;
  transition: inherit;
  /**
		 * Размеры мод. окон
		 */
}

.modal__dialog_small {
  max-width: 350px;
  width: 100%;
}

.modal__dialog_medium {
  max-width: 500px;
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  width: 10px;
  height: 10px;
  border: 0;
  background: 0;
  cursor: pointer;
  color: #8f8080;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal__close:hover {
  color: rgba(226, 31, 39, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
}

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 0;
  border-top: 2px solid;
}

.modal__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__title {
  margin: 0 3em 1em 0;
  font-size: 26px;
  font-weight: normal;
}

.modal_show {
  opacity: 1;
  visibility: visible;

}

.modal_show .modal__dialog {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modal-short-message {
  margin: 0;
  padding: 36px;
  text-align: center;
}

.social-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.social-link:hover {
  background-color: #0082ff;
}

.social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6em;
  height: 1em;
  background: url("../img/socials.png") no-repeat;
  background-size: 6em 1em;
}

.social-link_yt::before {
  left: 0;
}

.social-link_lj::before {
  left: -1em;
}

.social-link_fb::before {
  left: -2em;
}

.social-link_vk::before {
  left: -3em;
}

.social-link_tw::before {
  left: -4em;
}

.social-link_in::before {
  left: -5em;
}

.socials {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding-left: 1px;
}

.socials__item {
  margin-left: 1px;
  float: left;
}

.logo {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 376px;
  height: 73px;
  overflow: hidden;
  text-indent: 100%;
  background: url("../img/logo.png") no-repeat;
}

.logo__link {
  display: block;
  height: 100%;
  color: transparent;
}

.contact {
  position: relative;
  padding-left: 24px;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 22px;
  background: url("../img/phone.png") no-repeat;
}

.contact__label {
  color: #494949;
}

.contact__link {
  position: relative;
  font-size: 23px;
  line-height: 1.3;
  color: #0a0a0a;
  text-decoration: none;
}

.contact__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact__link:hover::after {
  opacity: 1;
}

.notif {
  background-color: #fbdedf;
  border-bottom: 1px solid rgba(226, 31, 39, 0.37);
}

.notif__body {
  position: relative;
  padding: 18px 0 34px;
}

.notif__body::after {
  content: "";
  display: table;
  width: 100%;
}

.notif__body::before {
  content: "";
  margin-right: 20px;
  float: left;
  width: 55px;
  height: 55px;
  background: url("../img/warn.png") no-repeat;
}

.notif__close {
  position: absolute;
  top: 8px;
  right: 20px;
  padding: 20px;
  width: 10px;
  height: 10px;
  border: 0;
  background: 0;
  cursor: pointer;
  color: #8f8080;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.notif__close:hover {
  color: rgba(226, 31, 39, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
}

.notif__close::before,
.notif__close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 0;
  border-top: 2px solid;
}

.notif__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.notif__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.notif__content {
  display: block;
  width: auto;
  overflow: hidden;
  padding-top: 5px;
  padding-right: 48px;
  font-size: 18px;
}

.notif__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.notif__text {
  line-height: 1;
}

.account-info {
  margin-top: 0;
  margin-bottom: 32px;
  position: relative;
  padding: 62px 52px;
  font-size: 16px;
  color: #515151;
  background: #ffffff;
  border-radius: 20px;
}

@media screen and (max-width: 700px) {
  .account-info {
    padding: 22px 16px;
  }
}

.account-info+.account-info {
  margin-top: -38px;
}

.account-info__title {
  margin: 0;
  margin-right: 36px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6px;
}

.account-info__sum {
  font-size: 22px;
}

.account-info_simple {
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

@media screen and (max-width: 600px) {
  .account-info_simple {
    padding-top: 31px;
  }
}

.account-info__value {
  font-size: 18px;
}

.account-info__text {
  margin-right: 17px;
  padding: 11px 0;
  display: inline-block;
}

.account-info__btn {
  font-size: 20px;
}

.account-info__body {
  display: block;
}

.account-info__toggle {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 36px;
  height: 36px;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  color: #a3a3a3;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 700px) {
  .account-info__toggle {
    top: 16px;
    right: 16px;
  }
}

.account-info__toggle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 4px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-width: 3px 3px 0 0;
}

.account-info__toggle:hover {
  background-color: #1b4792;
  color: #fff;
}

.account-info_closed .account-info__body {
  display: none;
}

.account-info_closed .account-info__toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.quick-link {
  display: inline-block;
  border: 0;
  text-decoration: none;
  color: #898989;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.quick-link__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.quick-link:hover {
  opacity: 0.8;
}

.quick-links {
  margin: 36px auto 16px;
  display: table;
  border-collapse: collapse;
  vertical-align: top;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.quick-links__item {
  margin-left: -1px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 36px;
  display: inline-block;
  vertical-align: middle;
  min-height: 80px;
  border-left: 1px solid #e5e5e5;
}

@media screen and (max-width: 980px) {
  .quick-links__item {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 49%;
    width: calc(50% - 1px);
    text-align: left;
  }
}

@media screen and (max-width: 540px) {
  .quick-links__item {
    width: 99%;
    width: calc(100% - 1px);
  }
}

.settings-form {
  width: 100%;
  max-width: 640px;
  display: table;
  border-collapse: collapse;
  font-size: 16px;
}

.settings-form__item {
  display: table-row;
  background-color: #eff2f3;
}

.settings-form__item+.settings-form__item {
  border-top: 1px solid #fff;
}

.settings-form__cell {
  box-sizing: border-box;
  padding: 28px 0;
  display: table-cell;
  vertical-align: top;
}

.settings-form__cell_controls {
  padding-right: 58px;
  width: 1px;
  white-space: nowrap;
}

.settings-form__cell_name {
  width: 232px;
  padding-right: 58px;
  padding-left: 32px;
}

@media screen and (max-width: 600px) {
  .settings-form__cell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal__dialog,
  .modal__dialog_small,
  .modal__dialog_medium {
    width: auto;
  }
}

.settings-form__link {
  font-size: 14px;
  color: #1b4792;
}

.settings-form__button {
  font-size: 22px;
}

.data-toolbar {
  padding-top: 8px;
  padding-bottom: 8px;
  direction: rtl;
  font-size: 16px;
  color: #1b4792;
}

.data-toolbar.outer {
  margin-bottom: -34px;
}

@media screen and (max-width: 700px) {
  .data-toolbar.outer {
    margin-bottom: -21px;
  }
}

@media screen and (max-width: 700px) {
  .data-toolbar {
    direction: ltr;
  }
}

.data-toolbar_align_center {
  text-align: center;
}

.data-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.data-toolbar__item {
  padding: 8px 0;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
}

.data-toolbar__item:first-child {
  margin-right: 0;
}

.modal-toolbar .data-toolbar__item {
  margin-right: 28px;
}

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 680px) {
  .wrapper__nav {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.header {
  padding: 30px 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header::after {
  content: "";
  display: table;
  width: 100%;
}

.header__logo {
  margin-right: 104px;
  float: left;
}

.header__contacts {
  float: left;
}

.header__contacts .contact::before {
  display: none;
}

.header__contacts .contact__label {
  color: #055E9B;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 1px;
}

.header__contacts .contact__link {
  color: #055E9B;
  font-size: 23px;
  font-weight: 900;
}

.header__links {
  float: right;
  color: #1b4792;
}

.header__contacts {
  margin-top: 12px;
}

.header__links {
  margin-top: 25px;
}

.header__links .link::after {
  display: none;
}

.header__links .link {
  font-size: 13px;
}

@media screen and (max-width: 680px) {
  .header__inner {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .header__logo,
  .header__contacts,
  .header__links,
  .auth__passrecovery {
    float: none !important;
    clear: both;
    margin-left: 0 !important;
    margin-right: 0;
  }

  .header__contacts {
    vertical-align: top;
  }

  .header__contacts .contact {
    padding-left: 10px;
  }

  .header__links {
    margin-top: 20px;
  }

  .modal__dialog_medium {
    max-width: 80%;
  }

  .top-page {
    display: flex;
    flex-direction: column-reverse;
  }

  body .header__logo {
    width: 320px;
    background: url("/lk_static/lk/img/chvk-logo.png") no-repeat center;
    background-size: contain;
    margin-right: 0;
  }

  .header__inf {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

.menu-link {
  display: block;
  box-sizing: border-box;
  padding: 28px 10px;
  text-decoration: none;
  color: #81CCFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-link:hover {
  color: #ffffff;
}

.page-title {
  margin: 35px 0 15px;
}

.menu-trigger {
  padding-left: 24px;
  cursor: pointer;
}

.menu-trigger:focus {
  outline: 0;
}

.menu-trigger__icon {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 28px;
  height: 22px;
  border: 4px solid;
  border-width: 4px 0;
}

.menu-trigger__icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  border-top: 4px solid;
}

.menu-trigger__text {
  vertical-align: middle;
}

.menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #005995;
  border-radius: 15px;
  margin-bottom: 8px;
}

.menu__inner {
  position: relative;
}

.menu-list__item_has-submenu .menu__submenu {
  background: #005995;
}

@media screen and (max-width: 680px) {
  .menu__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu__trigger {
  display: none;
  border: 0;
  background: 0;
  text-align: left;
}

nav .menu-logout {
  display: none;
  border: 0;
  background: 0;
  float: right;
  padding: 28px 24px;
  margin: 0;
  border: none;
  background: 0;
  color: #81CCFF
}

nav .logout-link::before {
  background: url("../img/logout-white.png");
  opacity: 50%;
}

@media screen and (max-width: 680px) {
  .menu__trigger {
    display: block;
    margin-top: 0px;
  }

  nav .menu-logout {
    display: block;
    margin-top: 0px;
  }

  .header .logout-link {
    display: none;
  }

  .menu__list {
    opacity: 0;
    visibility: hidden;
  }

  .menu_open .menu__list {
    opacity: 1;
    visibility: visible;
  }

  .header_container {
    display: flex;
    flex-direction: column;
  }

  .wrapper__nav {
    order: -1;
  }

  .header {
    padding: 5px 0 5px;
  }

  nav.menu {
    border-radius: 0 0 15px 15px;
  }
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}

.menu-list__item {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  .menu-list {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 100%;
    display: block;
    text-align: left;
  }

  .menu-list__item {
    display: block;
    width: 100%;
  }

  .menu-list__item {
    padding-left: 0;
    padding-right: 0;
    background: #005995;
  }

  .menu-list__link {
    display: block;
    margin-top: -1px;
    padding: 21px 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-width: 1px 0;
  }

  .menu_open .menu__list {
    width: 200px;
  }

  .menu_open .menu__list .menu-list__item:last-child {
    border-radius: 0 0 15px 15px;
  }

  .menu_open .menu__list:not(.menu__submenu) > .menu-list__item:first-child {
    border-radius: 15px 15px 0 0;
  }

}

.footer {
  margin-top: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  background: #005995;
  border-radius: 20px 20px 0 0;
}

.footer__inner {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 10%);
  justify-content: space-between;
}

.footer__inner::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.footer__cell {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 6px 20px;
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: left;
}

.footer__socials-label {
  margin-right: 14px;
}

.footer__center {
  background: #06609E;
  min-width: 537px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 74px 0;
}

.footer__cell_copy {
  margin-top: 61px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer__link {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

.footer__left {
  min-width: 34%;
  padding: 74px 0;
}

.footer__left p {
  margin: 0 0 28px 0;
}

.footer__left p .contact__label {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer__left p .contact__link {
  color: #ffffff;
  font-size: 37px;
  font-weight: bold;
}

.footer__left p .footer__label {
  color: #81CCFF;
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.footer__left p .footer__phone {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
}

.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}

.wrapper {
  max-width: 1232px;
}

.account-name {
  margin: 0 0 28px;
}

.account-name .account-info__text {
  padding: 0;
  color: #515151;
  font-size: 26px;
  font-weight: 700;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .footer__inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__cell {
    width: 100%;
  }

  .data-table tr::before,
  .data-table tr::after {
    width: 31%;
  }

  .data-table td .cell-content {
    padding-left: 15%;
    padding-right: 1%;
    white-space: normal;
  }

  .data-table td .cell-content .control_checkbox {
    word-break: break-word;
  }

  .cell-content .text-input {
    width: calc(100% - 50px) !important;
  }
}

@media screen and (max-width: 1100px) {
  .cell-content .text-input {
    width: 100%;
  }

  .cell-content .text-input_summa {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 980px) {
  .data-table-wrapper th {
    font-size: 16px !important;
  }

  .data-table-wrapper th:nth-child(3) {
    max-width: 140px;
    padding-left: 10px;
    padding-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .data-table-wrapper th {
    padding-left: 10px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 810px) {
  .data-table-wrapper td:nth-child(5) {
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 790px) {
  .data-table-wrapper td:nth-child(4) {
    padding-left: 2%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 750px) {

  .data-table-wrapper td:nth-child(1),
  .data-table-wrapper td:nth-child(2),
  .data-table-wrapper td:nth-child(6) {
    padding-left: 2%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 540px) {

  .data-table tr::before,
  .data-table tr::after {
    width: 28%;
  }

  .data-table td .cell-content {
    padding-left: 10%;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {

  .data-table tr::before,
  .data-table tr::after {
    width: 30%;
  }

  .data-table td .cell-content {
    padding-left: 12%;
  }
}

@media screen and (max-width: 450px) {

  .data-table tr::before,
  .data-table tr::after {
    width: 33%;
  }

  .data-table td .cell-content {
    padding-left: 16%;
  }
}

@media screen and (max-width: 400px) {

  .data-table tr::before,
  .data-table tr::after {
    width: 34%;
  }

  .data-table td .cell-content {
    padding-left: 5%;
  }

  .cell-content .text-input_summa {
    width: calc(100% - 60px) !important;
  }
}

@media screen and (max-width: 350px) {

  .data-table tr::before,
  .data-table tr::after {
    width: 40%;
  }

  .cell-content {
    word-break: break-word;
    width: 80%;
  }

  .cell-content .text-input,
  .cell-content .text-input_summa {
    width: calc(100% - 50px) !important;
  }
}

/*# sourceMappingURL=main.css.map */



.underconstruction {
  padding: 50px 0 50px 0;
}

.bg-danger {
  background-color: #f2dede;
}

.text-danger {
  color: #a94442;
}

.text-center {
  text-align: center;
}

.request-description {
  font-size: 1.2em;
}

.notif-lktp .notif {
  /*background: #9a9ec7;   /* 20% */
  /*background: #737cb2;   /* 60% */
  background: #9bc2e6;
  /* from user */
}

.notif-lktp .notif__body::before {
  background: url("../img/warn-lktp.png") no-repeat;
}

.add-button {
  color: #0E205E;
}

.add-button__icon {
  background: #0E205E;
}

.date-group__control .outline-btn {
  color: #fff;
}

.settings-form__link {
  color: #0E205E;
}

.control__input:checked+.control__icon {
  background-color: #0E205E;
}

body .currpay_table {
  margin: 10px 25px 15px;
}

.content .data-table thead {
  background: transparent;
}

.content .data-table thead th {
  background: transparent;
  color: #005995;
  font-size: 17px;
  font-weight: 600;
  padding: 25.5px 15px;
  border: none;
  border-bottom: 1px solid rgba(0, 89, 149, 0.5);
}

.content .data-table td {
  border: none;
  color: #656565;
  padding: 21px 15px;
  border-bottom: 1px solid rgba(0, 89, 149, 0.5);
}

.content .data-table .text-input {
  box-shadow: none;
  border-radius: 9px;
  border: 1px solid #D1D1D1;
}

.active_link {
  color: #ffffff;
}

.send__block {
  margin-top: 0;
  margin-bottom: 36px;
  padding: 44px 78px;
  border-radius: 20px;
}

.send__block .data-table thead {
  background: transparent;
}

.send__block .data-table thead th {
  background: transparent;
  color: #005995;
  font-size: 17px;
  font-weight: 600;
  padding: 25.5px 15px;
  border: none;
  border-bottom: 1px solid rgba(0, 89, 149, 0.5);
  text-align: center;
}

.send__block .data-table td {
  border: none;
  color: #656565;
  padding: 21px 15px;
  border-bottom: 1px solid rgba(0, 89, 149, 0.5);
}

.send__block .text-input {
  box-shadow: none;
  border-radius: 9px;
  border: 1px solid #D1D1D1;
}

.send__block .gutter {
  margin-bottom: 27px;
}

.send__block .data-toolbar {
  padding: 0;
}

.send__block .data-toolbar__item {
  padding: 0;
}

.send__block.account-info+.send__block.account-info {
  margin-top: 0;
}

.list-object {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
}

.list-object li {
  display: inline-block;
}

.list-object>li:not(:last-child)::after {
  content: ",";
}

.payform .account-info__sum {
  margin: 0 25px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payform .account-info__sum .account-info__value {
  font-size: 26px;
  font-weight: 700;
}

.account-info__text_sum {
  color: #005995;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}

.text-input_summa {
  width: 10em;
  box-shadow: none;
  border-color: #D1D1D1;
  border-radius: 9px;
  height: 42px;
  margin-right: 28px;
}

.filter-block {
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: 413px auto;
  gap: 50px;
}

.filter-block__item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  color: #000000;
}

.filter-block .filter-block__control {
  width: 100%;
}

.filter-block .select2-container {
  width: 100% !important;
}

.filter-block .select2-container--default .select2-selection--single {
  border-radius: 7px;
  box-shadow: none;
  text-align: right;
  height: 41px;
}

.filter-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 39px 0 23px;
  line-height: 41px;
  color: #515151;
  font-family: "Proxima Nova";
  font-size: 22px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 7px 0 7px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 13px;
}

.filter-block .filter-block__item:nth-child(2) .select2-container--default .select2-selection--single {
  text-align: left;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 7px 7px 7px;
}

.history {
  padding: 53px 86px;
}

.account-info+.account-info {
  margin-top: 0;
}

.history__header {
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
  margin-bottom: 22px;
}

.history__filter .date-group {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: end;
  gap: 20px;
}

.history__filter .select2-container--default .select2-selection--single {
  border-radius: 7px;
  box-shadow: none;
  height: 32px;
  font-size: 17px;
}

.history__filter .date-group__label,
.history__filter .date-group__control {
  padding: 0;
}

.history__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

.history__filter .date-group__control .button {
  padding: 6px 15px;
}

.history__header .account-info__title {
  margin-bottom: 0;
}

.history__filter .date-group__item {
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  gap: 11px;
  align-items: center;
}

body .history__filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
}

body .login-form {
  background: #ffffff;
  width: 620px;
  padding: 60px 83px 46px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 17px auto;
}

.login-form .page-title {
  margin: 0 0 27px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 21px;
  font-weight: 500;
}

body .login-form .form {
  background: transparent;
  padding: 0;
}

.login-form .form__field {
  border: 1px solid #D1D1D1;
  box-shadow: none;
  height: 46px;
  font-size: 14px;
  padding: 6px 13px;
  border-radius: 9px;
}

.login-form .form__row~.form__row {
  margin-top: 11px;
}

.login-form .passrecovery {
  margin-top: 21px;
  display: block;
  margin-bottom: 14px;
}

.login-form .passrecovery .link {
  float: none;
  color: #005995;
  font-size: 14px;
}

.login-form .passrecovery .link::after {
  display: none;
}

.login-form .form__footer {
  text-align: center;
}

.login-form .form__footer .button {
  border-radius: 5px;
  padding: 8.5px 29.5px;
  font-size: 14px;
  line-height: 22px;
}

.send-form {
  padding: 44px 78px;
}

.send-form .text-input::placeholder{
  opacity: 0.55;
}

.send-form .currpay_table, .send-form .send_table  {
  margin: 0;
}

.send-form .currpay_table .data-table thead th,
.send-form .send_table .data-table thead th {
  padding: 8.5px 15px;
}

.send-form .currpay_table .data-table thead th span,
.send-form .send_table .data-table thead th span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
}

.send-form .currpay_table .text-input,
.send-form .send_table .text-input {
  width: 115px;
  height: 42px;
  margin-bottom: 5px;
}

body .send-form .data-table-wrapper:after {
  display: none;
}

.send-form__footer {
  text-align: right;
  margin-top: 27px;
}

.send-form__footer .button {
  padding: 15.5px 24.5px;
}

.login__remember {
  display: flex;
  font-size: 14px;
  color: #000000D9;
  align-items: center;
  gap: 8px;
}

.login-page .login .form__footer {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.login-form .form__footer .button {
  margin-left: 0;
  border: 1px solid #005995;
}

.login-form .form__footer .button-nonecolor {
  background: transparent;
  color: #000;
  transition: all .3s ease;
  width: 158px;
}

.login-form .form__footer .button-nonecolor:hover {
  background: #005995;
  color: #fff;
}

.login-page {
  background: url("../img/fon-login.jpg") no-repeat;
  height: 100vh;
}

.checkbox-input {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
}

.checkbox-input:checked {
  background: #005995 url("../img/check.svg") no-repeat center;
  border-color: #005995;
}


/* Смена цвета границы при наведении */
.checkbox-input:hover:not(:disabled) {
  border-color: #005995;
}


/* Отключенный чекбокс */
.checkbox-input:disabled {
  filter: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.checkbox-input:disabled~.checkbox-label {
  opacity: 0.5;
  cursor: not-allowed;
}

body .modal {
  backdrop-filter: blur(5px);
}

body .modal__dialog {
  background: #fff;
  border-radius: 34px;
  padding: 57px 92px;
}

body .modal__title {
  margin: 0 0 23px;
  font-size: 36px;
  font-weight: bold;
  color: #005995;
  text-align: center;
}

body .modal__close {
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
}

body .modal__close::before,
.modal__close::after {
  width: 20px;
}

body .modal__close:hover {
  color: #005995;
  background-color: transparent;
}

.login__hr {
  display: block;
  margin-top: 24px;
  background: #005995;
  height: 20px;
  width: 100%;
  margin-bottom: 17px;
}

body .login-form .form__footer {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.modal__form {
  width: 100%;
}

.modal__form .field-form__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 19px;
}

.modal__form .field-form__cell_label {
  padding: 0;
  color: #055E9B;
}

.modal__form .field-form__cell {
  padding: 0;
}

.modal__form .text-input {
  border: 1px solid #005995;
  box-shadow: none;
}

.modal__form .field-form__row_submit {
  margin: 0;
  flex-direction: row;
  justify-content: center;
}

.login-form .form__row {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 0 9px;
}

.login-form .login-form__label {
  font-size: 16px;
  color: #515151;
  width: 100%;
  float: none;
  text-align: right;
  position: relative;
}

.login-form .login-form .form__row {
  display: grid;
  grid-template-columns: 124px auto;
  gap: 0 9px;
  align-items: center;
}

.login-form .text-input:hover {
  border-color: #a8a8a8;
}

.login-form .text-input:focus {
  outline: 0;
  border-color: #005995;
}

.form__row .login__remember label {
  padding: 0;
}

.hint-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background-color: #005995;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hint-trigger:hover {
  background-color: #005995;
  transform: scale(1.1);
}


.hint-content {
  position: absolute;
  bottom: 100%;
  transform: translateX(-50%);
  background-color: white;
  color: #333;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 285px;
  z-index: 100;
  display: none;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  left: 93%;
  text-align: center;
}

/* Треугольный указатель подсказки (стрелочка вниз) */
.hint-content:after {
  content: '';
  /* Псевдоэлемент для создания стрелочки */
  position: absolute;
  /* Абсолютное позиционирование */
  top: 100%;
  /* Располагаем внизу подсказки */
  left: 50%;
  /* Центрируем по горизонтали */
  transform: translateX(-50%);
  /* Точное центрирование */
  border-width: 8px;
  /* Размер стрелочки */
  border-style: solid;
  /* Сплошная граница */
  border-color: white transparent transparent transparent;
  /* Белый треугольник, остальные стороны прозрачные */
}

.hint-trigger:hover+.hint-content,
.hint-trigger:focus+.hint-content {
  display: block;
}

body .auth_register {
  margin: 0;
  width: 100%;
}

.auth_register__form {
  background: #ffffff;
  width: 900px;
  padding: 60px 83px 46px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 17px auto;
}

.history__filter select.text-input {
  padding: 5px 12px;
  height: 32px;
  font-size: 17px;
  color: #000000;
  box-shadow: none;
  border-radius: 7px;
}

.history__filter .date-group__label {
  font-size: 17px;
  color: #000;
}

.form .form__radio label {
  float: none;
}

.auth .auth_register__form .form {
  background: transparent;
  padding: 0;
}

body .profile-page {
  width: 898px;
}

body .profile-page .page-title {
    margin-bottom: 9px;
    font-size: 32px;
    font-weight: 700;
    color: #515151;
    line-height: 100%;
}

.profile-page .account-name {
  margin-bottom: 34px;
  display: flex;
  gap: 21px;
}

.profile-page .account-name .account-info__text {
  font-size: 22px;
  font-weight: 400;
  margin-right: 0;
}

body .profile-page .form__footer {
  margin-top: 42px;
}

.profile-form {
  width: 523px;
  margin: auto;
}

body .profile-form .form__row {
  grid-template-columns: 145px auto;
}

#change-password .field-form__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 400px;
  margin-bottom: 19px;
}

#change-password .field-form__row .field-form__cell_label {
  color: #055E9B;
  padding: 0;
}

#change-password .field-form__row .field-form__cell {
  padding-bottom: 0;
}

#change-password .text-input {
  border: 1px solid #005995;
  box-shadow: none;
  height: 32px;
  font-size: 14px;
}

#change-password .field-form__row_submit {
  margin: 33px 0 0;
  text-align: center;
}

#change-password .field-form__row_submit .button {
  padding: 9px 26px;
}

.form__row_columntwo {
  margin: 0;
  display: grid;
  grid-template-columns: 48% 49%;
  gap: 10px 20px;
}

.form__row_columntwo .form__row:nth-child(2) {
  grid-template-columns: 80px calc(100% - 87px);
}

.auth_register__form .form__row {
  display: grid;
  grid-template-columns: 125px calc(100% - 134px);
  gap: 0 9px;
  align-items: center;
  margin: 0 0 10px !important;
}

.auth_register__form .form__row label {
  width: auto;
  padding: 0;
  float: none;
  text-align: right;
  position: relative;
  color: #515151;
}

.auth_register__form_row .form__row {
  display: block;
}

.auth_register__form .text-input {
  border-radius: 9px;
  box-shadow: none;
}

.captcha_block {
  display: grid;
  grid-template-columns: 218px 110px 230px;
  gap: 20px;
  align-items: center;
}

.CAPTCHA input {
  max-width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d1d1d1;
  border-radius: 9px;
}

img.captcha {
  height: 46px;
}

.captcha_block .reload {
  color: #515151;
}

.auth_register__form_row {
  display: grid;
  grid-template-columns: 125px calc(100% - 134px);
  gap: 0 9px;
  align-items: center;
}

.auth_register__form .auth_register__form_row .form__row label {
      text-align: left;
}

.auth_register__form .auth_register__form_row .form__row label a {
      color: #515151 !important;
}

.personal-data-agreement .control_checkbox .control__icon {
  box-shadow: none;
}

.form__radio {
  padding-left: 127px;
  margin-bottom: 10px;
}

.form__radio input {
  margin: 0 8px;
}

.tab-btn-regul {
  margin-left: 20px;
}

.auth_register__form .form__footer {
  display: block;
  text-align: right;
}

body .auth_register__form_row label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrapper input {
  padding-right: 40px; /* место для иконки */
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-password:hover {
  color: #000;
}

/* Скрытие иконки по умолчанию */
.eye-off-icon {
  display: none;
}

body .button_nonecolor {
      margin-right: 20px;
    background: transparent;
    border: 2px solid #005995;
    color: #005995;
    padding: 12px 34px;
}

body .button_nonecolor:hover {
  background: #005995;
  color: #ffffff;
}

.form_registeraddr .form__radio {
  display: flex;
  gap: 20px;
}

.wrapper_page {
  width: 1232px;
}

.account-info__body .send-table-input {
  display: flex;
  gap: 7px;
  align-items: center;
}

body .password-form .form__row {
    grid-template-columns: 125px auto;
}

body .password-form .form__footer:after {
  display: none;
}

body .password-form .button_nonecolor {
  margin-right: 0;
}

#confirm .modal-short-message {
  padding: 36px 0;
}

#confirm .modal-toolbar .data-toolbar__item {
  margin-left: 0;
}

.send-form .send_table .text-input::placeholder {
  color: #c8c8c8;
}

body .request-form {
  background: #ffffff;
  padding: 44px 78px;
  border-radius: 20px;
}

body .request-form .text-input {
  border: 1px solid #D1D1D1;
  box-shadow: none;
  height: 46px;
  font-size: 14px;
  padding: 6px 13px;
  border-radius: 9px;
}

body .request-form .select2-container--default .select2-selection--single {
  border-radius: 9px;
  box-shadow: none;
  height: 46px;
  font-size: 14px;
  padding: 6px 13px;
}

.top-page_wrapper .logout-link {
  display: none;
}

@media (max-width:1240px) {
  .wrapper {
    max-width: 100%;
  }

  .wrapper_page {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .history {
    padding: 35px 53px;
  }

  .history__header {
    grid-template-columns: 30% auto;
  }

  .filter-block {
    grid-template-columns: 40% auto;
    gap: 20px;
  }
}

@media (max-width:990px) {
  .history__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .filter-block {
    display: flex;
    flex-direction: column;
    max-width: 50%;
  }

  .history .account-info__body {
    overflow-x: scroll;
  }

  .footer__center {
    max-width: 100%;
    min-width: auto;
  }

  .footer__left {
    min-width: 50%;
  }

  .header__logo {
    margin-right: 25px;
  }

  .contact {
    padding-left: 0;
  }

  body .profile-page {
    width: 100%;
    padding: 30px;
  }

  .profile-form {
    width: 100%;
  }

  body .profile-form .form__row {
    display: block;
  }

  .login-form .login-form__label {
    text-align: left;
  }

  body .profile-page .form__footer {
    flex-direction: column;
    gap: 10px;
  }

  #change-password .field-form__row {
    width: 100%;
  }

  body #change-password .modal__dialog {
    padding: 57px;
  }

  .personal-data-agreement label .personal-agreement-text {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.75);
  }

  .auth_register__form {
    width: 100%;
  }

  .captcha_block {
    grid-template-columns: 50% 50%;
  }

  img.captcha {
    max-height: 55px;
  }

  .form__row_columntwo {
    display: flex;
    flex-direction: column;
  }

  .form__row_columntwo .form__row:nth-child(2) {
      grid-template-columns: 125px calc(100% - 135px);
  }

  .account-info {
    padding: 30px;
  }

  .payform .account-info__sum {
    flex-direction: column;
    align-items: flex-start;
  }

  body .currpay_table {
    margin: 10px 0 15px;
  }

  .account-info__body .send_table {
    overflow-x: scroll;
  }
}

@media (max-width: 800px) {
  body .payform .data-table-wrapper {
    overflow-x: scroll;
  }

  .account-info__body .data-table-wrapper td:nth-child(1),
  .account-info__body .data-table-wrapper td:nth-child(2),
  .account-info__body .data-table-wrapper td:nth-child(3),
  .account-info__body .data-table-wrapper td:nth-child(4),
  .account-info__body .data-table-wrapper td:nth-child(5),
  .account-info__body .data-table-wrapper td:nth-child(6),
  .account-info__body .data-table-wrapper td:nth-child(7) {
    padding-left: 0 !important;
  }

  .account-info__sum .account-info__text {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .account-info__body .request-table {
    overflow-x: scroll;
  }

  body .request-form .form__row + .form__row label {
    margin-top: 0;
  }

  body .request-form .form__row {
    margin-top: 1.7em;
  }

  body .request-form {
    padding: 15px 40px;
  }
}

@media (max-width: 700px) {
  .filter-block {
    max-width: 75%;
  }

  .history {
    padding: 30px 35px;
  }

  .history__filter .date-group {
    flex-direction: column;
    width: 100%;
  }

  .data-table thead {
    display: table-header-group;
  }

  .menu_open .menu__list .menu-list__item:last-child {
    border-radius: 0 0 15px 15px;
  }

  .data-table tr {
    display: table-row;
  }

  .data-table th {
    display: table-cell;
  }

  .data-table tr::before,
  .data-table tr::after {
    display: none;
  }

  .data-table tbody {
    display: table-row-group;
  }

  .data-table td {
    display: table-cell;
  }

  .data-table td[data-title]::before {
    display: none;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__left {
    padding: 40px 0;
  }

  .footer__center {
    padding: 30px 0;
  }

  .captcha_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .auth_register__form {
    padding: 40px 40px 46px;
  }

  .form_registeraddr .form__radio {
    padding: 0;
    justify-content: center;
  }

  body .login-form {
    width: 100%;
    padding: 40px 40px 46px;
  }

  .account-info__body .data-table-wrapper {
    overflow-x: auto;
  }

  .header__inf .header__contacts {
    display: block;
    margin-top: 0;
  }

  .header__inf .header__links {
    display: none;
  }

  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-page_wrapper .logout-link {
    display: block;
  }

  .top-page_wrapper .logout-link .link {
    color: #fff;
  }

  .top-page_wrapper {
    background: #005995;
    width: 100%;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-page_wrapper .menu {
    margin: 0;
  }

  .top-page_wrapper .menu .menu__trigger {
    margin-top: 0;
    color: #ffffff;
    padding: 15px 10px;
  }

   .top-page_wrapper .logout-link::before {
      background: url('../img/logout-white.png');
  }
}

@media (max-width: 500px) {
  .auth_register__form {
    padding: 25px 25px 25px;
  }

  .auth_register__form .form__row {
    display: block;
  }

  .auth_register__form_row {
    display: block;
  }

  body .form_registeraddr .button_nonecolor {
    margin-right: 0;
  }

  .logo {
    width: auto;
  }

  body .auth_register__form  .form__footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  body .password-form .form__row {
    display: block;
  }

  body .password-form .form__footer {
    display: grid;
    padding-top: 20px;
  }

  .menu-trigger__text {
    display: none;
  }

  body .header__logo {
    width: 175px;
    height: 50px;
  }

  .header__contacts .contact__link {
    font-size: 16px;
  }

  body .modal__dialog {
    padding: 30px;
    max-width: calc(100vw - 90px);
  }

  .header {
    padding-top: 15px;
  }

  .page-title {
    margin: 15px 0;
    font-size: 28px;
    line-height: 1;
  }

  .login__hr {
    margin-top: 0px;
    height: 10px;
  }

  .account-info {
    padding: 15px;
  }

  .footer__left p .contact__link {
    font-size: 30px;
  }
}