@font-face {
  font-family: Steinbeck Regular;
  src: local("Steinbeck Regular"), url(/static/fonts/Steinbeck\ Regular.080d9ce94ddcf519.otf) format("truetype")
}


:root {
  --underline-color: #CE8F60;
  --background-color: #f2f3f5;
  --default-dark: black;
  --default-oli: #CE8F60;
  --default-green: #CE8F60;
  --header-height: 70px;
}

* {
  color: var(--default-dark);
  font-family: Steinbeck Regular, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('/static/loader.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5%;
  display: block;
  content: '';
  transition: all 100ms ease-out;
  visibility: hidden;
  opacity: 0;
}

html.loading::before {
  visibility: visible;
  opacity: 1;
}

body {
  background-color: var(--background-color);
  min-width: 1340px; /* 1280px (содержимое) + 30px (отступ слева) + 30px (отступ справа) */
  transition: all 100ms ease-in;
  visibility: hidden;
  opacity: 0;
}

body.show {
  visibility: visible;
  opacity: 1;
}

html:not(.ajax-loaded) body {
  transition: all 300ms ease-in-out;
}

main {
  position: relative;
}

input {
  min-width: 0;
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

*[hidden] {
  display: none !important;
}

.container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-left {
  width: 1140px;
  margin-left: 10%;
  margin-right: auto;
}

.container-right {
  margin-left: 1200px;
  position:fixed;
}

.container-entity {
  width: 1280px;
  margin: 0 auto;
}

.container-entity__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.container-entity__content_left {
  width: 890px;
}

.container-entity__content_right {
  width: 340px;
}

.container-entity__content_right .entitled-card.card {
  position: sticky;
  width: 340px;
  top: 50px;
  margin-bottom: 50px;
}

.container-fluid {
  width: 100%;
  padding: 0 35px;
}

main .container-fluid {
  padding-bottom: 100px;
}

.container-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.aside-layout {
  display: grid;
  grid-template-areas:
    "title title"
    "aside content";
  grid-template-columns: 340px 1fr;
  grid-auto-rows: min-content;
  column-gap: 30px;
}
.aside-layout__heading {
  grid-area: title;
}
.aside-layout__aside {
  grid-area: aside;
  align-self: start;
  position: sticky;
  top: 30px;
}
.aside-layout__content {
  grid-area: content;
}

.flex--no-shrink {
  flex-shrink: 0;
}

.card {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.divider {
  height: 1px;
  width: 100%;
  flex: 1;
  min-width: 100%;
  background-color: #e8e9eb;
}

.divider-total {
  height: 2px;
  background-color: var(--default-oli);
}

.rounded {
  border-radius: 5px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.sticky--bottom {
  position: sticky;
  bottom: 0;
}

.sticky--top {
  position: sticky;
  top: 0;
  z-index: 999;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mr6 {
  margin-right: 6px;
}

.pt6 {
  padding-top: 6px;
}

.pb6 {
  padding-bottom: 6px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt24 {
  padding-top: 24px;
}

.ml-auto {
  margin-left: auto;
}

.w273 {
  width: 273px !important;
}

.w5p {
  width: 5% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w14p {
  width: 14% !important;
}

.w18-7p {
  width: 18.7% !important;
}

.w20p {
  width: 20% !important;
}

.w23p {
  width: 23% !important;
}

.w22p {
  width: 22% !important;
}

.w25-9p {
  width: 25.9% !important;
}

.w30p {
  width: 30% !important;
}

.w33p {
  width: 33% !important;
}

.w40p {
  width: 40% !important;
}

.w44p {
  width: 44% !important;
}

.w48p {
  width: 48% !important;
}

.w80p {
  width: 80% !important;
}

.w100p {
  width: 100% !important;
}

.d-none {
  display: none !important;
}

.w5p {
  width: 5% !important;
}

.w12p {
  width: 12% !important;
}

.w43p {
  width: 43% !important;
}

.w45p {
  width: 45% !important;
}

.w49p {
  width: 49% !important;
}

.w86p {
  width: 86% !important;
}

.w46 {
  width: 46px !important;
}

.h46 {
  height: 46px !important;
}

.nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

.modal {
  visibility: hidden;
}

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

#toast {
  width: 400px;
  padding: 10px 15px;
  z-index: 9999;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: #37ab63;
  border-radius: 5px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}

#toast.error {
  background-color: rgba(255, 113, 83, 1);
}

#toast.warning {
  background-color: #b7831e;
}

#toast.fade-in {
  visibility: visible;
  top: 50px;
  opacity: 1;
  transition: opacity 300ms, top 300ms ease-out;
}

#toast.fade-out {
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms, top 0s linear 300ms;
}

button.action-btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

button.action-btn:focus,
button.close-btn:focus {
  outline: none;
}

.action-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

button.action-btn:hover .action-btn__icon svg path {
  fill: var(--default-oli);
}

.btn-link {
  text-decoration: none;
}
.switch {
  display: flex;
  align-items: center;
}

.switch__input {
  position: relative;
  display: flex;
  width: 58px;
  height: 30px;
  flex-shrink: 0;
}

.switch__input input {
  display: none;
}

.switch__label {
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

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

.flex-container_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.flex-container_label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.flex-container_label > * {
  justify-content: left;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.flex-container_label > *,
.flex-row__col {
  margin-left: 15px;
}

.flex-container_label > *:first-child,
.flex-row__col:first-child {
  margin-left: 0;
}

.flex-row_2 > * {
  flex-grow: 1;
  flex-basis: 50%;
  min-width: 0;
}

.flex-row_3 > * {
  flex-grow: 1;
  flex-basis: 33.3%;
  min-width: 0;
}

.flex-row_4 > * {
  flex-grow: 1;
  flex-basis: 25%;
  min-width: 0;
}

.flex-row_5 > * {
  flex-grow: 1;
  flex-basis: 20%;
  min-width: 0;
}


.flex-container_column {
  display: flex;
  flex-direction: column;
}
/*
.flex-column__row {
  display: flex;
  padding: 10px;
}*/


/*.pv-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.pv-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mh-0 {
  margin-right: 0;
  margin-left: 0;
}*/

.grow0 {
  flex-grow: 0;
}

.grow1 {
  flex-grow: 1;
}

.fb46 {
  flex-basis: 46px;
  max-width: 46px;
  flex-shrink: 0;
}

.fb52 {
  flex-basis: 52px;
  max-width: 52px;
  flex-shrink: 0;
}

.fb15p {
  flex-basis: 15%;
  max-width: 15%;
  flex-shrink: 0;
}

.fb17p {
  flex-basis: 17%;
  max-width: 17%;
  flex-shrink: 0;
}

.fb75p {
  flex-basis: 75%;
  max-width: 75%;
  flex-shrink: 0;
}

.as-center {
  align-self: center;
}

.ai-start {
  align-items: flex-start;
}

.ai-end {
  align-items: flex-end;
}

.jc-start {
  justify-content: flex-start;
}

.jc-center {
  justify-content: center;
}

.border-bottom {
  border-bottom: 1px solid #E8E9EB;
}

.color-white {
  color: #FFFFFF;
}

._border-radius-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.space-around {
  justify-content: space-around !important;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.chatra--pos-right {
  right: 30px !important;
}

hr {
  background-color: var(--underline-color);
  border: none;
  height: 1px;
}

.captcha-container img {
  border-radius: 5px;
  width: 100%;
}
