.auth-layout__header {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.auth-layout__content-container {
  display: flex;
  justify-content: center;
}
.auth-layout__content {
  width: 624px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media all and (min-width: 554px) {
  .auth-layout__content {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
.auth-layout__logo {
  color: white;
}

.page-layout__header {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
}
.page-layout__content-wrap {
  padding: 16px;
}

.guidebook-layout {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  min-width: 100vw;
  background-color: inherit;
}

.spin {
  background-image: url(/assets/preloader-6a040c6584b5708b5d46..png);
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  animation-duration: 0.6s;
  animation-name: spin-rotate;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
.spin-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
@keyframes spin-rotate {
  to {
    transform: rotate(360deg);
  }
}

.card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 16px;
}
.card__header {
  display: flex;
  justify-content: space-between;
}
.card__content {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card__content > * {
  max-width: 100%;
}
.card__title {
  font-family: T2HalvarBreit-ExtraBold;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  color: #1f2229;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.card__spin-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
}
.card__hint {
  margin-left: 8px;
  color: #8f9399;
  cursor: pointer;
}
.card__hint:hover {
  color: #1f2229;
}

.user-avatar {
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
}

.header {
  display: flex;
  flex-direction: column;
}
.header__main-bar {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #d2dcd7;
}
.header__nav-bar {
  height: 60px;
  display: flex;
}
.header__nav-bar:before {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
  width: 20px;
  height: 60px;
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media all and (min-width: 769px) {
  .header__nav-bar:before {
    display: none;
  }
}
.header__nav-bar:after {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
  width: 20px;
  height: 60px;
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media all and (min-width: 769px) {
  .header__nav-bar:after {
    display: none;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  overflow-x: auto;
  z-index: 1;
  padding: 0 20px;
}
@media all and (min-width: 769px) {
  .header__wrapper {
    padding: 0;
  }
}
.header__links {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media all and (min-width: 992px) {
  .header__links {
    padding-right: 0;
  }
}
.header__nav-bar-button {
  margin-right: 24px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none !important;
  text-align: center;
  flex: 0 0 auto;
}
.header__nav-bar-button:last-child {
  margin-right: 0;
}
.header__nav-bar-button_active {
  opacity: 1;
  border-bottom: 1px solid #1f2229;
}
.header__nav-bar-button:hover {
  opacity: 1;
}
.header__title {
  font-family: T2HalvarBreit-ExtraBold;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  color: #1f2229;
  line-height: 56px;
}
.header .header-user {
  display: flex;
  align-items: center;
  padding: 4px 0;
  height: 32px;
  cursor: pointer;
}
.header .header-user__dropdown {
  margin-left: 8px;
  margin-bottom: 6px;
  color: #8f9399;
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__folder-link {
  margin-right: 20px;
  margin-bottom: 4px;
}
.header__folder-link-icon {
  display: block;
  height: 32px;
}
.header__folder-link-icon path {
  fill: #8f9399;
}
.header__menu .ant-dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.header__menu .ant-dropdown-menu-item {
  width: 184px;
  height: 48px;
}
.main-layout[data-path="/"] .header__main-bar,
.main-layout[data-path="/automation"] .header__main-bar,
.main-layout[data-path="/tariffs"] .header__main-bar,
.main-layout[data-path="/admin"] .header__main-bar,
.main-layout[data-path="/registration"] .header__main-bar,
.main-layout[data-path="/support"] .header__main-bar,
.main-layout[data-path="/retail-control"] .header__main-bar,
.main-layout[data-path="/agency-agreements-terms"] .header__main-bar,
.main-layout[data-path="/about"] .header__main-bar,
.main-layout[data-path="/admin/accounts"] .header__main-bar,
.main-layout[data-path="/admin/agency-agreements-terms"] .header__main-bar,
.main-layout[data-path="/admin/sellers"] .header__main-bar,
.main-layout[data-path="/admin/dealers-sellers-list"] .header__main-bar {
  border-bottom: none;
}

.sidebar {
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
}
.sidebar-logo {
  display: none;
  height: 60px;
  line-height: 56px;
  box-sizing: border-box;
  padding-top: 8px;
  padding-left: 20px;
}
@media all and (min-width: 992px) {
  .sidebar-logo {
    display: block;
  }
}
.sidebar-logo__link {
  color: #ffffff;
}
.sidebar-logo__link img {
  vertical-align: initial;
}
.sidebar-logo__link:hover {
  color: unset;
}
.sidebar-line {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 12px;
  background: #f9f9fa;
}
.sidebar-menu__item {
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
  height: 56px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  text-decoration: none;
  padding-right: 16px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.sidebar-menu__item.active {
  background: #34373d;
}
.sidebar-menu__item:hover {
  background: #34373d;
  color: #ffffff;
}
.sidebar-menu__item:active,
.sidebar-menu__item:focus {
  text-decoration: none;
}
.sidebar-menu__icon {
  width: 56px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.sidebar-menu__body {
  width: calc(100% - 4px*14);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.sidebar-menu__notification {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  background-color: #ff002a;
  text-align: center;
  font-family: T2Rooftop-Regular;
  font-size: 13px;
  font-weight: bold;
  flex: none;
}
.sidebar-menu__skeletons {
  margin-top: 16px;
}
.sidebar-menu__skeleton {
  margin: 8px 16px 0 16px;
}
.sidebar-menu-bottom > * + * {
  margin-top: 8px;
}
.sidebar-menu-bottom__item {
  line-height: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding-left: 16px;
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.sidebar-menu-bottom__item.active {
  background: #34373d;
}
.sidebar-menu-bottom__item:hover {
  background: #34373d;
  color: #ffffff;
}
.sidebar-menu-bottom__item:active,
.sidebar-menu-bottom__item:focus {
  text-decoration: none;
}

.button-menu {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.button-menu__svg {
  transform: rotate(0deg);
  fill: #1f2229;
  transition: transform 0.2s, fill 0.2s;
}
.button-menu__svg #menu-line-top {
  transform: translate(12px, 0.5px) rotate(0deg);
  transition: transform 0.2s;
}
.button-menu__svg #menu-line-middle {
  transform: translate(12px, 14.5px);
  opacity: 1;
  transition: transform 0.2s, opacity 0.1s;
}
.button-menu__svg #menu-line-bottom {
  transform: translate(12px, 28.5px) rotate(0deg);
  transition: transform 0.2s;
}
.button-menu__svg.close {
  fill: #ffffff;
  transform: rotate(180deg);
}
.button-menu__svg.close #menu-line-top {
  transform: translate(12px, 14.5px) rotate(45deg);
}
.button-menu__svg.close #menu-line-middle {
  transform: translate(12px, 14.5px);
  opacity: 0;
}
.button-menu__svg.close #menu-line-bottom {
  transform: translate(12px, 14.5px) rotate(-45deg);
}

.button-text {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.6;
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.button-text:hover {
  opacity: 1;
}

.button-icon {
  display: flex;
  align-items: center;
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #1f2229;
}
.button-icon:hover svg,
.button-icon:active svg {
  transform: scale(1.1);
}
.button-icon svg {
  transform: scale(1);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.button-icon__children {
  margin-left: 8px;
  text-align: left;
}
.button-icon[disabled] {
  cursor: not-allowed;
}
.button-icon[disabled] > .button-icon__children {
  opacity: 0.6;
}
.button-icon[disabled] svg {
  opacity: 0.6;
}
.button-icon[disabled]:hover svg,
.button-icon[disabled]:active svg {
  transform: scale(1);
}

.upload-files-file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  opacity: 1;
  transition-duration: 2s;
  transition-property: opacity;
}
.upload-files-file-row:last-child {
  margin-bottom: 0;
}
.upload-files-file-row_remove {
  opacity: 0.1;
}
.upload-files-file-row__name {
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
  max-width: 270px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.upload-files-file-row__name_error {
  color: #d72f4b;
}
.upload-files-file-row__icon {
  color: #41a674;
}
.upload-files-file-row__button-remove {
  transform: rotate(45deg);
}
.upload-files-file-row__icon-container {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-files-file-row .spin {
  height: 32px;
  width: 32px;
}

.panel-files {
  background-color: #ffffff;
}
.panel-files-container {
  width: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.panel-files__button_rotate {
  transform: rotate(180deg);
}
.panel-files__header {
  height: 40px;
  background-color: #1f2229;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
}
.panel-files__info {
  height: 54px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(31, 34, 41, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
}
.panel-files__info_hidden {
  display: none;
}
.panel-files__current-loaded {
  display: inline-block;
  width: 52px;
  margin-right: 8px;
}
.panel-files__files {
  padding: 16px;
  max-height: calc(100vh - 370px);
  overflow: auto;
}
.panel-files__files_hidden {
  display: none;
}

.report-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report-row > * + * {
  margin-left: 16px;
}
.report-row__actions {
  display: flex;
  align-items: center;
}
.report-row__actions > * + * {
  margin-left: 8px;
}
.report-row__error {
  color: #db2744;
}
.report-row__name > * {
  padding: 0;
  margin: 0;
}
.report-row__period {
  font-size: 0.75em;
}

.panel-reports {
  background-color: #ffffff;
}
.panel-reports-container {
  width: 352px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.panel-reports__button_rotate {
  transform: rotate(180deg);
}
.panel-reports__header {
  height: 40px;
  background-color: #1f2229;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
}
.panel-reports__info {
  height: 54px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(31, 34, 41, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
}
.panel-reports__info_hidden {
  display: none;
}
.panel-reports__current-loaded {
  display: inline-block;
  width: 52px;
  margin-right: 8px;
}
.panel-reports__reports {
  padding: 16px;
  max-height: calc(100vh - 370px);
  overflow: auto;
}
.panel-reports__reports_hidden {
  display: none;
}
.panel-reports__reports > * + * {
  margin-top: 16px;
}

.container-panels {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  z-index: 2000;
}
@media all and (min-width: 440px) {
  .container-panels {
    width: 352px;
  }
}
@media all and (min-width: 554px) {
  .container-panels {
    right: 16px;
    bottom: 16px;
  }
}
@media all and (min-width: 912px) {
  .container-panels {
    right: calc((100vw - 880px) / 2);
  }
}
@media all and (min-width: 992px) {
  .container-panels {
    right: 16px;
    bottom: 24px;
  }
}
@media all and (min-width: 1152px) {
  .container-panels {
    right: calc((100vw - 240px - 880px) / 2);
  }
}
.container-panels_inactive {
  opacity: 0.6;
  transition-delay: 5s;
  transition-duration: 5s;
  transition-timing-function: linear;
}
.container-panels_inactive:hover {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.container-panels > * + * {
  border-top: #34373d solid 1px;
}

.main-layout {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}
.main-layout__aside {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 375px;
  height: 100%;
  padding-top: 56px;
  background-color: #1f2229;
  overflow-y: scroll;
  z-index: 3000;
  transform: translateX(-100%);
  transition: transform 0.2s;
}
.main-layout__aside.visible {
  transform: translateX(0);
  overflow: hidden;
}
.main-layout__aside > * {
  flex: 1 1 auto;
  overflow-y: auto;
}
@media all and (min-width: 992px) {
  .main-layout__aside {
    position: relative;
    flex: 0 0 240px;
    width: 240px;
    padding-top: 0;
    max-width: 240px;
    height: auto;
    min-height: 100vh;
    z-index: auto;
    overflow-y: visible;
    transform: translateX(0);
  }
}
.main-layout__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-layout__header {
  flex: 0 0 auto;
  background-color: #ffffff;
  padding: 0 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px #8f9399;
  z-index: 11;
  transform: translateY(0);
  transition: transform 0.2s;
}
.main-layout__header.hidden {
  transform: translateY(-100%);
}
@media all and (min-width: 992px) {
  .main-layout__header {
    box-shadow: none;
    position: relative;
    z-index: auto;
  }
  .main-layout__header.hidden {
    transform: translateY(0);
  }
}
.main-layout__content {
  flex: 1 1 auto;
  margin-top: 56px;
  padding: 16px 0;
}
.main-layout__content_additional-header-bar {
  margin-top: 112px;
}
@media all and (min-width: 554px) {
  .main-layout__content {
    padding: 16px;
  }
}
@media all and (min-width: 992px) {
  .main-layout__content {
    margin-top: 0;
  }
}
.main-layout__container {
  width: 100%;
  height: 100%;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.main-layout__menu-btn {
  position: fixed;
  top: 28px;
  left: 16px;
  transform: translateY(-50%);
  z-index: 3001;
  transition: transform 0.2s;
}
.main-layout__menu-btn.hidden {
  transform: translateY(-100%) translateY(-56px);
}
.main-layout__menu-btn.hidden.close {
  transform: translateY(-50%);
}
@media all and (min-width: 992px) {
  .main-layout__menu-btn {
    display: none !important;
  }
}

/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

/* Ant Design */
/* Перекрытие стилей Ant Design  */
.ant-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 35px;
  font-family: T2HalvarBreit-ExtraBold;
  font-size: 16px;
  line-height: 1.38;
  color: #1f2229;
  border: 2px solid #1f2229;
  border-radius: 30px;
  background-color: transparent;
}
@media all and (min-width: 554px) {
  .ant-btn {
    height: 60px;
    padding: 0 45px;
  }
}
.ant-btn:hover {
  border-color: #777777 !important;
  color: #777777 !important;
}
.ant-btn[disabled] {
  color: #858585 !important;
  border-color: #858585 !important;
  background-color: #ffffff !important;
}
.ant-btn-primary {
  background-color: #1f2229;
  color: #ffffff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ant-btn-primary:hover,
.ant-btn-primary:active {
  color: #ffffff !important;
  border-color: #777777;
  background-color: #777777 !important;
}
.ant-btn-primary[disabled] {
  color: #858585 !important;
  border-color: #1f2229 !important;
  background-color: #1f2229 !important;
}
.ant-btn-loading {
  border-color: #777777 !important;
}
.ant-calendar {
  border-radius: 0;
  box-shadow: none;
  border: #1f2229 solid 2px;
  font-size: 16px !important;
}
.ant-calendar-picker {
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
  line-height: 24px;
  cursor: pointer;
}
.ant-calendar-picker > div {
  display: flex;
  align-items: center;
}
.ant-calendar-picker .anticon-close-circle {
  display: none;
}
.ant-calendar-decade-panel-cell {
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #8f9399;
}
.ant-calendar-month-panel-month,
.ant-calendar-year-panel-year,
.ant-calendar-decade-panel-decade,
.ant-calendar-date {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ant-calendar-month-panel-month:hover,
.ant-calendar-year-panel-year:hover,
.ant-calendar-decade-panel-decade:hover,
.ant-calendar-date:hover {
  color: #ffffff !important;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  right: auto;
  top: 50%;
  margin-top: 0;
  line-height: 24px;
  font-size: 14px;
  user-select: none !important;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ant-calendar-picker-clear svg,
.ant-calendar-picker-icon svg {
  width: 24px;
  height: 24px;
  fill: #1f2229;
}
.ant-calendar-picker-input.ant-input {
  padding-left: 35px;
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
  border: none !important;
  box-shadow: none !important;
}
.ant-calendar-input-wrap {
  border-bottom: none;
}
.ant-calendar-date-panel {
  position: absolute;
  top: 50px;
  left: 0;
}
.ant-calendar-month-panel-body {
  background-color: #ffffff;
  margin-top: 40px;
}
.ant-calendar-year-panel-body {
  background-color: #ffffff;
  margin-top: 40px;
}
.ant-calendar-decade-panel-body {
  background-color: #ffffff;
  margin-top: 40px;
}
.ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #1f2229 !important;
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #8f9399;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ant-checkbox-wrapper:hover .ant-checkbox .ant-checkbox-inner {
  border: 2px solid #000000 !important;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-checked .ant-checkbox .ant-checkbox-inner {
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
}
.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border: 2px solid #8f9399 !important;
  background-color: #ffffff;
}
.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner:hover {
  background: #1f2229;
}
.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner:after {
  position: absolute;
  display: inline-block;
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 7px;
  border-radius: 0;
  background: transparent;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: none;
}
.ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #000000 !important;
}
.ant-collapse-item-active .hierarchy-collapse__icon svg {
  margin-right: 0;
}
.ant-dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.ant-dropdown-menu-item {
  height: 48px;
  padding: 12px;
  background-color: #ffffff;
  min-width: 199px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
}
.ant-dropdown-menu-item svg {
  width: 24px;
  height: 24px;
}
.ant-form-explain {
  color: #ff002a;
}
.ant-form .ant-row {
  margin-left: 0;
  margin-right: 0;
}
.ant-col {
  width: 100%;
}
.ant-form-item {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ant-form-item-children {
  display: block;
}
.has-error .ant-form-explain,
.has-error .ant-legacy-form-explain {
  margin-top: 8px;
  color: #ff002a;
  display: flex;
  align-items: center;
}
.has-error .ant-select-selection {
  border-bottom-color: #d72f4b !important;
}
.has-error .select-filter__input {
  border-bottom-color: #d72f4b !important;
}
.has-error .text-area .ant-input {
  border-bottom-color: #d72f4b !important;
}
.ant-form legend {
  margin-bottom: 0;
  font-family: T2HalvarBreit-ExtraBold;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #1f2229;
  border-bottom: none;
}
.ant-modal-content {
  border-radius: 0;
}
.ant-modal-content .ant-modal-close {
  top: 22px;
  right: 24px;
}
.ant-modal-content .ant-modal-close svg {
  font-size: 32px;
  fill: #1f2229;
}
.ant-modal-content .ant-modal-title {
  font-family: T2HalvarBreit-ExtraBold;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.21;
  color: #1f2229;
  line-height: 1.31;
  word-break: break-word;
  max-width: calc(100% - 40px);
}
.ant-modal-content .ant-modal-header {
  border-bottom: none;
}
.ant-modal-content .ant-modal-body {
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #1f2229;
}
.ant-notification-notice {
  border-radius: 0;
}
.ant-radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ant-radio-wrapper {
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  margin-right: 0;
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #8f9399;
}
.ant-radio-wrapper.ant-radio-wrapper-checked {
  color: #1f2229;
}
.ant-radio-wrapper .ant-radio {
  top: 0;
}
.ant-radio-wrapper:hover .ant-radio-inner,
.ant-radio-wrapper:focus-within .ant-radio-inner {
  border-color: #1f2229;
}
.ant-radio-wrapper span:last-child {
  font-size: 14px;
  color: #1f2229;
  margin-left: 8px;
  white-space: nowrap;
}
.ant-radio-wrapper .ant-radio-inner {
  width: 24px;
  height: 24px;
  border: 2px solid #8f9399;
  background: #ffffff;
}
.ant-radio-wrapper .ant-radio-inner:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  left: 90%;
  top: 90%;
}
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border-color: #1f2229;
  background-color: #1f2229;
}
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner:after {
  transform: translate(-50%, -50%) scale(0.875);
  left: 90%;
  top: 90%;
}
.ant-slider-handle:focus:focus,
.ant-slider-handle:focus:hover {
  box-shadow: none;
  background-color: #000000;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background-color: #ffffff;
}
.ant-table-body {
  min-height: 2em;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px;
  background-color: #ffffff;
  border-bottom: none;
  word-break: normal;
}
.ant-table-thead > tr > th:first-child,
.ant-table-tbody > tr > td:first-child {
  padding-left: 0;
}
.ant-table-thead > tr > th:last-child,
.ant-table-tbody > tr > td:last-child {
  padding-right: 0;
}
.ant-table-tbody > tr > td {
  font-family: T2Rooftop-Regular;
  font-size: 14px;
  line-height: 1.29;
  color: #1f2229;
  color: #8f9399;
  word-break: break-word;
}
.ant-table-footer {
  background-color: transparent;
  border-radius: 0;
  border-top: #e8e8ed solid 2px;
  padding-left: 0;
  padding-right: 0;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background-color: #e8e8ed;
}
.ant-tabs {
  font-size: 16px;
  color: #8f9399;
  cursor: pointer;
}
.ant-tabs-tab-btn {
  font-family: T2Rooftop-Regular !important;
  font-size: 16px !important;
  line-height: 1.38 !important;
  color: #1f2229 !important;
}
.ant-tabs-tab-active {
  font-weight: bold;
}
.ant-tabs-nav .ant-tabs-tab {
  margin: 0 16px 0 0;
  padding: 8px 0;
}
.ant-tabs-ink-bar {
  background: #1f2229 !important;
}
/* Recharts */
.recharts-legend-item .recharts-surface {
  margin-top: -4px;
}
.legend {
  display: flex;
  gap: 10px;
  align-items: center;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.recharts-wrapper {
  font-family: T2Rooftop-Regular;
  font-size: 13px;
  line-height: 1.38;
  color: #8f9399;
}
/* Глобальные стили */
* {
  box-sizing: border-box;
  position: relative;
}
*:before,
*:after {
  position: relative;
}
body {
  background-color: #e8e8ed;
}
.root {
  overflow: hidden;
  min-width: 320px;
}
.text-right {
  text-align: right !important;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  text-overflow: ellipsis;
}
.link {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.link:link,
.link:visited {
  color: #8f9399;
}
.link:hover,
.link:active,
.link:focus {
  color: #1f2229;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #000000;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.btn-mobile {
  height: 44px !important;
  padding-right: 30px;
  padding-left: 30px;
}
.not-padding {
  padding: 0 !important;
}
.content {
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #1f2229;
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 0.5em 0;
}
.content p {
  margin: 1em 0;
}
.content > *,
.content > div > * {
  margin-top: 24px;
}
.content > *:first-child,
.content > div > *:first-child {
  margin-top: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: T2HalvarBreit-ExtraBold;
  font-weight: bold;
  color: #1f2229;
  margin-top: 32px;
  margin-bottom: 0;
}
.content h1 {
  line-height: 34px;
}
.content h2 {
  font-size: 16px;
  line-height: 22px;
}
.content p,
.content ul,
.content ol {
  margin-bottom: 0;
  line-height: 1.5em;
  font-family: T2Rooftop-Regular;
  font-size: 16px;
  line-height: 1.38;
  color: #1f2229;
}
.content ul,
.content ol {
  margin-left: 1em;
  padding: 0;
}
.content li {
  margin-top: 0.5em;
}
.content table {
  max-width: 100%;
  border-bottom: 2px solid #d2dcd7;
}
.content table td,
.content table th {
  border-top: 2px solid #d2dcd7;
  padding: 8px 16px;
}
.content table td > *,
.content table th > * {
  margin-top: 0.5em;
}
.content table td > *:nth-child(1),
.content table th > *:nth-child(1) {
  margin-top: 0;
}
.content img {
  max-width: 100%;
}
.content figcaption {
  color: #8f9399;
  font-style: italic;
  text-align: center;
}
.content figcaption:empty {
  display: none;
}
.content h1 {
  font-size: 36px;
  line-height: 42px;
}
.content h2 {
  font-size: 28px;
  line-height: 34px;
}
.content h3,
.content h4 {
  font-size: 22px;
  line-height: 26px;
}
@font-face {
  font-family: T2HalvarBreit-ExtraBold;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/T2HalvarBreit-ExtraBold-bf576c0d8371f1a87bde..woff);
}
@font-face {
  font-family: T2Rooftop-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/T2_Rooftop-Regular-43422cfccfe16e435c32..woff);
}
@font-face {
  font-family: T2Rooftop-Medium;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/T2-Rooftop-Medium-f7af54e3fcef235c9ab4..woff);
}
@font-face {
  font-family: StandardCTStencilBold;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/standardctstencil_bold-webfont-1836d8eb34b93ddc95c7..woff);
}
@font-face {
  font-family: T2 Rooftop;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/T2_Rooftop-Regular-43422cfccfe16e435c32..woff);
}
@font-face {
  font-family: T2 Rooftop Medium;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/T2-Rooftop-Medium-f7af54e3fcef235c9ab4..woff);
}
@font-face {
  font-family: T2 HalvarBreit;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/T2HalvarBreit-ExtraBold-bf576c0d8371f1a87bde..woff);
}
@font-face {
  font-family: T2 DisplaySerif;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/T2DisplaySerif-Regular-short__W-382e157513462167ffe3..woff);
}

