@charset "UTF-8";* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

a,
button,
summary {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}@font-face {font-family: Geologica;font-display: swap;src: url("../assets/fonts/Geologica-Thin.woff2") format("woff2");font-weight: 100;font-style: normal;}
@font-face {font-family: Geologica;font-display: swap;src: url("../assets/fonts/Geologica-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Geologica;font-display: swap;src: url("../assets/fonts/Geologica-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Geologica;font-display: swap;src: url("../assets/fonts/Geologica-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Geologica;font-display: swap;src: url("../assets/fonts/Geologica-Light.woff2") format("woff2");font-weight: 300;font-style: normal;}
@font-face {font-family: Geologica;font-display: swap;src: url("../assets/fonts/Geologica-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?776f2290edf27c34abaf546f8b0d1746") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-warn"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-star"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-spollarrow"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-settings"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-search"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-lot"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-logout"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-lkrightarrow"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-kebab"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-file"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-close"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-check"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-calarrowright"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-calarrowleft"]::before { 
		content: "\f10e"; 
	} 
	[class*="--icon-bell"]::before { 
		content: "\f10f"; 
	} 
	[class*="--icon-arrow-r"]::before { 
		content: "\f110"; 
	} 
	[class*="--icon-arrow-r-thin"]::before { 
		content: "\f111"; 
	} 

/* Generated by vite-plugin-svg-spritemap */
:root {
  --mainColor: #262A24;
  --textColor: #2A3532;
  --whiteColor: #FFFFFF;
  --grayColor: #F5F5F5;
  --greenColor1: #19463E;
  --greenColor2: #235C52;
  --greenColor3: #057D55;
  --greenColor4: #079E6C;
  --greenColor5: #94AFAA;
  --greenColor6: #C5E6DC;
  --greenColor7: #E1F6EF;
  --lightRed: #FFE5E5;
  --redColor: #FE5151;
  --blueColor: #5267DD;
  --lightYellow: #F8FAE7;
  --yellowColor: #E1F413;
  --darkYellow: #B7C51F;
}

body {
  min-width: 360px;
  color: var(--mainColor);
  font-family: "Geologica";
  font-size: 16px;
  background-color: var(--grayColor);
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  margin: 0 auto;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 45px;
  width: 100%;
  display: block;
  border: 2px solid transparent;
  caret-color: inherit;
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  padding: 11px 26px;
  background-color: var(--whiteColor);
  font-weight: 300;
  outline: none;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.input[disabled] {
  pointer-events: none;
  color: #e3e3e3;
}
.input[disabled][placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  color: #e3e3e3;
}
.input.--form-focus {
  border-color: rgba(7, 158, 108, 0.2);
}
.input.--form-error {
  border-color: rgba(254, 81, 81, 0.4);
}
.input.--form-error.--form-focus {
  border-color: rgba(7, 158, 108, 0.2);
}

.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
  color: var(--greenColor5);
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0px 0px;
}

.inputcont {
  position: relative;
}
.inputcont__top {
  display: block;
  font-size: 14px;
  line-height: 121.428571%; /* 17/14 */
}
.inputcont__top:not(:last-child) {
  margin-bottom: 10px;
}
.inputcont [data-fls-form-error] {
  position: absolute;
  right: 0;
  top: 0;
}

[data-fls-form-error] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--redColor);
  font-size: 12px;
  line-height: 200%; /* 24/12 */
  font-weight: 300;
}
[data-fls-form-error]::after {
  content: "\f101";
  font-family: iconfont;
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.makeinpcont {
  background-color: var(--whiteColor);
  padding: 0 12px;
  height: 40px;
  display: flex;
  width: 100%;
  gap: 15px;
  border: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
}
.makeinpcont.--form-focus {
  border-color: rgba(7, 158, 108, 0.2);
}
.makeinpcont.--form-error {
  border-color: rgba(254, 81, 81, 0.4);
}
.makeinpcont.--form-error.--form-focus {
  border-color: rgba(7, 158, 108, 0.2);
}
.makeinpcont__input {
  width: 100%;
  flex: 1 1 auto;
  display: block;
  caret-color: inherit;
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 300;
  outline: none;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.makeinpcont__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
  color: var(--greenColor5);
}
.makeinpcont__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
.makeinpcont span {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 300;
  align-self: center;
}

.checkbox {
  display: inline-block;
  position: relative;
}
.checkbox:has(input:disabled) {
  pointer-events: none;
}
.checkbox:has(input:disabled) .checkbox__text {
  color: var(--greenColor5);
}
.checkbox:has(input:disabled) .checkbox__text::before {
  border-color: var(--greenColor5);
}
.checkbox:has(input:disabled) .checkbox__input:checked + .checkbox__text:before {
  background: url("../assets/img/check-w.svg") center/18px 18px no-repeat var(--greenColor5);
}
.checkbox.--form-error .checkbox__text::before {
  content: "";
  border-color: rgba(254, 81, 81, 0.4);
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:focus-visible + .checkbox__text {
  outline: 1px solid #000;
}
.checkbox__input:checked + .checkbox__text:before {
  background: url("../assets/img/check-w.svg") center/18px 18px no-repeat var(--greenColor4);
}
.checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 121.428571%; /* 17/14 */
}
.checkbox__text:before {
  content: "";
  border-radius: 4px;
  align-self: flex-start;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 3px;
  border: 1px solid var(--greenColor4);
  background-color: var(--whiteColor);
}
.checkbox__text a {
  text-decoration: underline;
  display: inline;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 14px 28px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border-radius: 10px;
  font-weight: 500;
  outline: 2px solid transparent;
}
.button._disabled {
  pointer-events: none;
}
.button[disabled] {
  pointer-events: none;
}
.button.button--darkgreen {
  background-color: var(--greenColor2);
  color: var(--whiteColor);
}
.button.button--darkgreen:active {
  outline-color: rgba(35, 92, 82, 0.2);
  background-color: var(--greenColor2);
}
.button.button--darkgreen[disabled] {
  background-color: var(--greenColor5);
}
.button.button--darkgreen._disabled {
  background-color: var(--greenColor5);
}
.button.button--green {
  background-color: var(--greenColor4);
  color: var(--whiteColor);
}
.button.button--green:active {
  outline-color: rgba(8, 146, 100, 0.2);
  background-color: var(--greenColor4);
}
.button.button--green[disabled] {
  background-color: #63ad95;
}
.button.button--green._disabled {
  background-color: #63ad95;
}
.button.button--white {
  background-color: var(--whiteColor);
  color: var(--greenColor4);
}
.button.button--white:active {
  outline-color: #089264;
  color: var(--greenColor5);
}
.button.button--white[disabled] {
  color: var(--greenColor5);
}
.button.button--white._disabled {
  color: var(--greenColor5);
}
.button.button--lightgreen {
  background-color: var(--greenColor6);
  color: var(--greenColor4);
}
.button.button--lightgreen:active {
  outline-color: rgba(8, 146, 100, 0.2);
  background-color: var(--greenColor6);
}
.button.button--lightgreen[disabled] {
  color: var(--greenColor5);
}
.button.button--lightgreen._disabled {
  color: var(--greenColor5);
}
.button.button--small {
  padding: 10px 28px;
  font-weight: 400;
}

.arrowbutton {
  display: inline-flex;
  flex-direction: row-reverse;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 14px 28px;
  gap: 8px;
  letter-spacing: 0.015em;
  outline: 2px solid transparent;
  transition: color 0.3s, outline-color 0.3s, background-color 0.3s;
}
.arrowbutton::before {
  font-size: 24px;
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.arrowbutton.arrowbutton--white {
  font-weight: 500;
  background-color: var(--whiteColor);
  color: var(--greenColor4);
}
.arrowbutton.arrowbutton--white:active {
  outline-color: #089264;
  color: var(--greenColor5);
}
.arrowbutton.arrowbutton--white._disabled {
  pointer-events: none;
  color: var(--greenColor5);
}
.arrowbutton.arrowbutton--green {
  background-color: var(--greenColor4);
  color: var(--whiteColor);
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  padding: 10px;
}
.arrowbutton.arrowbutton--green::before {
  font-size: 16px;
}
.arrowbutton.arrowbutton--green:active {
  outline-color: rgba(8, 146, 100, 0.2);
}
.arrowbutton.arrowbutton--green._disabled {
  pointer-events: none;
  background-color: var(--greenColor5);
}

.arrowlink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  color: var(--greenColor4);
  font-weight: 500;
  transition: color 0.3s;
}
.arrowlink::before {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.logoutlink {
  border-radius: 10px;
  background-color: var(--lightRed);
  color: var(--redColor);
  transition: background-color 0.3s, outline-color 0.3s, color 0.3s;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.logoutlink::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
}
.logoutlink span {
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.backlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.backlink svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.backlink svg path {
  transition: stroke 0.3s;
}
.backlink span {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  color: var(--greenColor5);
  transition: color 0.3s;
}

.debtpagetop:not(:last-child) {
  margin-bottom: 30px;
}
.debtpagetop__inf {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  font-weight: 500;
}
.debtpagetop__inf span {
  color: var(--greenColor5);
  display: block;
  font-weight: 400;
}
.debtpagetop__pagelinks {
  padding: 6px;
  background-color: var(--whiteColor);
  border-radius: 10px;
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.1019607843);
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.debtpagetop__pagelink {
  border-radius: 10px;
  background-color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px;
  flex: 1 0 auto;
  transition: background-color 0.3s;
}
.debtpagetop__pagelink._active {
  background-color: var(--greenColor4);
}
.debtpagetop__pagelink._active svg path {
  stroke: var(--whiteColor);
}
.debtpagetop__pagelink._active span {
  color: var(--whiteColor);
}
.debtpagetop__pagelink svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}
.debtpagetop__pagelink svg path {
  transition: stroke 0.3s;
}
.debtpagetop__pagelink span {
  font-size: 12px;
  line-height: 133.333333%; /* 16/12 */
  font-weight: 300;
  transition: color 0.3s;
  letter-spacing: 0.05em;
}
.debtpagetop__mybets {
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background-color: var(--whiteColor);
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.debtpagetop__mybets svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.title-h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%; /* 40/32 */
}

.socsblock {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 12px;
}
.socsblock__item {
  display: flex;
  align-items: center;
}
.socsblock__item img {
  object-fit: contain;
}
.socsblock__link {
  transition: color 0.3s;
}

.searchform {
  padding: 6px 7px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  transition: box-shadow 0.3s, border-color 0.3s;
}
.searchform::before {
  font-size: 16px;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--greenColor5);
  transition: color 0.3s;
}
.searchform__input {
  width: 100%;
  display: block;
  caret-color: inherit;
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 300;
  outline: none;
  align-self: stretch;
}
.searchform__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
  color: var(--greenColor5);
}
.searchform__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
.searchform__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 14px;
  transition: background-color 0.3s;
  border-radius: 10px;
  outline: 2px solid transparent;
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  background-color: var(--greenColor4);
  color: var(--whiteColor);
}
.searchform__button:active {
  outline-color: rgba(8, 146, 100, 0.2);
  background-color: var(--greenColor4);
}
.searchform__button[disabled] {
  background-color: #63ad95;
  pointer-events: none;
}
.searchform__button._disabled {
  background-color: #63ad95;
}
.searchform.--form-focus {
  border-color: rgba(7, 158, 108, 0.2);
}
.searchform.--form-focus::before {
  color: var(--mainColor);
}
.searchform.--form-error {
  border-color: rgba(254, 81, 81, 0.4);
}
.searchform.--form-error.--form-focus {
  border-color: rgba(7, 158, 108, 0.2);
}

.formblock__rows:not(:last-child) {
  margin-bottom: 20px;
}
.formblock__inpcont {
  display: block;
  width: 100%;
}
.formblock__checkcont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.formblock__checkcont:not(:last-child) {
  margin-bottom: 20px;
}
.formblock__submit {
  width: 100%;
}

.debtshed-item {
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  background-color: var(--whiteColor);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: box-shadow 0.3s;
}
.debtshed-item__date {
  padding: 10px 20px;
  background-color: var(--grayColor);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  color: var(--greenColor4);
  font-weight: 300;
}
.debtshed-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.debtshed-item__topleft {
  flex: 1 1 auto;
}
.debtshed-item__topleft a.debtshed-item__toptext {
  text-decoration: underline;
  transition: color 0.3s;
  text-decoration-thickness: 0.5px;
}
.debtshed-item__topthin {
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  font-weight: 100;
  color: var(--greenColor5);
}
.debtshed-item__toptext {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 300;
  word-break: break-word;
}
.debtshed-item__topimage {
  flex: 0 0 105px;
}
.debtshed-item__topimage img {
  width: 100%;
}
.debtshed-item__rows {
  margin-top: auto;
}
.debtshed-item__row:not(:last-child) {
  margin-bottom: 10px;
}
.debtshed-item__rowtop {
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  font-weight: 300;
  color: var(--greenColor5);
}
.debtshed-item__rowtop:not(:last-child) {
  margin-bottom: 4px;
}
.debtshed-item__rowtext {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
}
.debtshed-item__listblock {
  background-color: var(--grayColor);
  border-radius: 10px;
  padding: 10px;
}
.debtshed-item__listblock:not(:last-child) {
  margin-bottom: 10px;
}
.debtshed-item__listtop {
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  color: var(--greenColor5);
  font-weight: 300;
}
.debtshed-item__listtop:not(:last-child) {
  margin-bottom: 4px;
}
.debtshed-item__list {
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  font-weight: 300;
}
.debtshed-item__li {
  position: relative;
  padding-left: 18px;
}
.debtshed-item__li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--mainColor);
}
.debtshed-item__actions {
  display: flex;
  gap: 10px;
}
.debtshed-item__actions:not(:last-child) {
  margin-bottom: 10px;
}
.debtshed-item__link {
  flex: 1 1 auto;
  width: 100%;
}
.debtshed-item__favbutton {
  background-color: var(--grayColor);
  border-radius: 10px;
  font-weight: 500;
  transition: background-color 0.3s;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.debtshed-item__favbutton svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}
.debtshed-item__favbutton._active svg path {
  fill: var(--yellowColor);
  stroke: var(--yellowColor);
}
.debtshed-item__morelink {
  width: 100%;
}
.debtshed-item__morelink::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.debtshed-table__row {
  display: flex;
}
.debtshed-table__row.debtshed-table__row--closed {
  color: var(--greenColor5);
}
.debtshed-table__row.debtshed-table__row--closed .debtshed-table__status {
  color: var(--greenColor5);
}
.debtshed-table__td {
  word-break: break-word;
}
.debtshed-table__salesman {
  display: flex;
  align-items: center;
  gap: 2px;
}
.debtshed-table__salesman::after {
  content: "\f108";
  font-size: 16px;
  font-family: iconfont;
}
.debtshed-table__salesmanlink {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  transition: color 0.3s;
}
.debtshed-table__kebab {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  position: relative;
}
.debtshed-table__kebab._active .debtshed-table__kebabactions {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.debtshed-table__kebab._active .debtshed-table__kebabbutton {
  color: var(--mainColor);
}
.debtshed-table__kebabbutton {
  color: var(--greenColor5);
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
}
.debtshed-table__kebabbutton::before {
  font-size: 18px;
  line-height: 1;
}
.debtshed-table__kebabactions {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: calc(100% + 5px);
  right: -5px;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background-color: var(--whiteColor);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 185px;
  padding: 20px;
  transition: visibility 0.3s, opacity 0.3s;
}
.debtshed-table__kebabaction {
  font-size: 12px;
  line-height: 133.333333%; /* 16/12 */
  font-weight: 300;
  text-align: left;
  transition: color 0.3s;
  color: var(--mainColor);
}
.debtshed-table__typetext {
  border-radius: 10px;
  text-align: center;
  width: 100%;
}
.debtshed-table__typetext.debtshed-table__typetext--green {
  background-color: #e1f6ef;
  color: var(--greenColor4);
}
.debtshed-table__typetext.debtshed-table__typetext--violet {
  background-color: #e1e6fe;
  color: var(--blueColor);
}
.debtshed-table__typetext.debtshed-table__typetext--red {
  background-color: var(--lightRed);
  color: var(--redColor);
}
.debtshed-table__status {
  color: var(--greenColor4);
}
.portfolio-table__toptext.portfolio-table__toptext-last span {
  display: inline-block;
}
.portfolio-table__row {
  display: flex;
}
.portfolio-table__td {
  word-break: break-word;
}
.portfolio-table__name {
  display: flex;
  align-items: center;
  gap: 2px;
}
.portfolio-table__name::after {
  content: "\f108";
  font-size: 16px;
  font-family: iconfont;
}
.portfolio-table__namelink {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  transition: color 0.3s;
  font-weight: 300;
}
.portfolio-table__last {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.portfolio-table__lastleft {
  flex: 1 1 auto;
}
.portfolio-table__lasttext {
  font-size: 12px;
  font-weight: 300;
}
.portfolio-table__lasttext:not(:last-child) {
  margin-bottom: 4px;
}
.portfolio-table__laststatus {
  font-size: 12px;
  line-height: 133.333333%; /* 16/12 */
  font-weight: 300;
}
.portfolio-table__last--green .portfolio-table__laststatus {
  color: var(--greenColor4);
}
.portfolio-table__last--red .portfolio-table__laststatus {
  color: var(--redColor);
}
.portfolio-table__last--gray .portfolio-table__laststatus {
  color: var(--greenColor5);
}
.portfolio-table__last--yellow .portfolio-table__laststatus {
  color: var(--darkYellow);
}
.portfolio-table__lastbutton {
  background-color: var(--greenColor4);
  color: var(--whiteColor);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 10px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}
.portfolio-table .portfolio-table__statustext {
  border-radius: 10px;
  text-align: center;
  width: 100%;
}
.portfolio-table .portfolio-table__statustext.portfolio-table__statustext--green {
  background-color: var(--greenColor7);
  color: var(--greenColor4);
}
.portfolio-table .portfolio-table__statustext.portfolio-table__statustext--gray {
  background-color: var(--grayColor);
  color: var(--greenColor5);
}
.portfolio-table .portfolio-table__statustext.portfolio-table__statustext--red {
  background-color: var(--lightRed);
  color: var(--redColor);
}

.portfolio-info {
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background-color: var(--whiteColor);
}
.portfolio-info__top {
  background-color: var(--grayColor);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  color: var(--greenColor4);
  border-radius: 10px;
}
.portfolio-info__dosleft span {
  font-weight: 100;
  font-size: 16px;
  display: block;
  line-height: 125%; /* 20/16 */
}
.portfolio-info__dosleft span:not(:last-child) {
  margin-bottom: 10px;
}
.portfolio-info__dostitle {
  font-weight: 700;
  word-break: break-word;
}
.portfolio-info__dosimage {
  overflow: hidden;
  border-radius: 20px;
}
.portfolio-info__lefttop {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.portfolio-info__lefttop:not(:last-child) {
  margin-bottom: 30px;
}
.portfolio-info__leftits {
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 10px;
}
.portfolio-info__leftit {
  flex: 0 1 calc((100% - 22px) / 2);
  word-break: break-word;
  font-size: 16px;
  line-height: 125%; /* 20/16 */
}
.portfolio-info__leftit span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  font-weight: 300;
  color: var(--greenColor5);
}
.portfolio-info__leftbottlink.arrowlink {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%; /* 20/16 */
}
.portfolio-info__leftbottlink.arrowlink::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
}
.portfolio-info__opis:not(:last-child) {
  margin-bottom: 10px;
}
.portfolio-info__buttons {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.portfolio-info__button {
  flex: 0 1 calc((100% - 13px) / 2);
}
.portfolio-info__button.button {
  padding-left: 10px;
  padding-right: 10px;
}

.portfolio-opis {
  padding: 16px;
  background-color: var(--grayColor);
  border-radius: 10px;
}
.portfolio-opis__title {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 500;
}
.portfolio-opis__title:not(:last-child) {
  margin-bottom: 20px;
}
.portfolio-opis__list {
  font-size: 12px;
  line-height: 150%; /* 18/12 */
  font-weight: 300;
}
.portfolio-opis__item {
  position: relative;
  padding-left: 18px;
}
.portfolio-opis__item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--mainColor);
}

.portfolio-docs {
  padding: 16px;
  background-color: var(--grayColor);
  border-radius: 10px;
}
.portfolio-docs__title {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 500;
}
.portfolio-docs__title:not(:last-child) {
  margin-bottom: 20px;
}
.portfolio-docs__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.portfolio-docs__link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.portfolio-docs__link::before {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-color: var(--whiteColor);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--greenColor4);
  transition: background-color 0.3s, color 0.3s;
}
.portfolio-docs__link span {
  font-weight: 300;
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  align-self: center;
  transition: color 0.3s;
}

.lot-item {
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  background-color: var(--whiteColor);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lot-item.lot-item--big {
  padding: 20px;
  border-radius: 10px;
}
.lot-item__top {
  background-color: var(--grayColor);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  font-weight: 300;
  color: var(--greenColor4);
}
.lot-item__lottext {
  font-size: 20px;
  line-height: 125%; /* 25/20 */
}
.lot-item__lottext span {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  color: var(--greenColor5);
  display: block;
}
.lot-item__lotbutton {
  padding-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.lot-item__lotbutton::before {
  font-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--greenColor5);
}
.lot-item__lotbutton span {
  text-decoration: underline;
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  text-decoration-thickness: 0.5px;
  transition: color 0.3s;
}
.lot-item__lottop {
  color: var(--greenColor5);
  font-size: 12px !important;
  line-height: 125%; /* 15/12 */
  font-weight: 300;
  text-decoration: none !important;
}
.lot-item__row {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  gap: 15px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.lot-item__row:not(:last-child) {
  margin-bottom: 10px;
}
.lot-item__row span:first-child {
  font-weight: 300;
  color: var(--greenColor5);
}
.lot-item__row span:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}
.lot-item__bid {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  font-weight: 300;
}
.lot-item--big .lot-item__bid {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
}
.lot-item__bid.lot-item__bid--green {
  background-color: var(--greenColor7);
}
.lot-item__bid.lot-item__bid--green .lot-item__bidstatus {
  color: var(--greenColor4);
}
.lot-item__bid.lot-item__bid--red {
  background-color: var(--lightRed);
}
.lot-item__bid.lot-item__bid--red .lot-item__bidstatus {
  color: var(--redColor);
}
.lot-item__bid.lot-item__bid--gray {
  background-color: var(--grayColor);
}
.lot-item__bid.lot-item__bid--gray .lot-item__bidstatus {
  color: var(--greenColor5);
}
.lot-item__bid.lot-item__bid--yellow {
  background-color: var(--lightYellow);
}
.lot-item__bid.lot-item__bid--yellow .lot-item__bidstatus {
  color: var(--darkYellow);
}
.lot-item__bid span {
  color: var(--greenColor5);
}
.lot-item--big .lot-item__bidtext {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
}
.lot-item__bidstatus {
  letter-spacing: 0.03em;
  line-height: 133.333333%; /* 16/12 */
}
.lot-item__step {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
}
.lot-item--big .lot-item__step {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
}
.lot-item__step span {
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  font-weight: 300;
  color: var(--greenColor5);
  display: block;
  margin-bottom: 4px;
}
.lot-item--big .lot-item__step span {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
}
.lot-item__make {
  margin-top: auto;
  padding: 10px;
  background-color: var(--grayColor);
  border-radius: 10px;
}
.lot-item__maketop {
  font-size: 12px;
  line-height: 133.333333%; /* 16/12 */
  font-weight: 300;
}
.lot-item__maketop:not(:last-child) {
  margin-bottom: 10px;
}
.lot-item--big .lot-item__maketop {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
}
.lot-item__makeform {
  display: flex;
  gap: 10px;
}
.lot-item__makeinpcont {
  flex: 1 1 auto;
}
.lot-item--big .lot-item__makeinpcont {
  height: 42px;
}
.lot-item__makebutton {
  font-size: 20px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background-color: var(--greenColor4);
  border-radius: 10px;
  color: var(--whiteColor);
  transition: background-color 0.3s, color 0.3s;
}
.lot-item__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.lot-item--big .lot-item__bottom {
  justify-content: space-between;
  row-gap: 20px;
}
.lot-item__auto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
}
.lot-item__autotext {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  font-weight: 300;
}
.lot-item__autobuttons {
  display: flex;
  gap: 4px;
}
.lot-item__autoon.button {
  width: 88px;
  flex: 0 0 88px;
  padding: 6px;
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  font-weight: 300;
}
.lot-item__autoopts {
  width: 28px;
  flex: 0 0 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 10px;
  background-color: var(--grayColor);
  transition: background-color 0.3s, color 0.3s;
  color: var(--greenColor5);
}
.lot-item__bottommin {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  letter-spacing: 0.03em;
  color: var(--greenColor4);
  transition: color 0.3s;
}

.warnblock {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--redColor);
  font-size: 14px;
  line-height: 121.428571%; /* 17/14 */
  font-weight: 300;
}
.warnblock.warnblock--bgred {
  padding: 16px;
  border-radius: 10px;
  background-color: var(--lightRed);
}
.warnblock::before {
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flatpickr-day {
  position: relative;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.flatdots {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2px;
}

.flatdot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.flatred {
  background-color: var(--redColor);
}

.flatgreen {
  background-color: var(--greenColor4);
}

.flatblue {
  background-color: var(--blueColor);
}

.flatpickr-calendar:not(.range-selected) .flatpickr-day.inRange {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}

.flatpickr-calendar:not(.range-selected) .flatpickr-day.endRange {
  background-color: transparent;
  border-color: transparent;
  color: var(--mainColor);
  border-radius: 50px;
}

.flatpickr-calendar:not(.range-selected) .flatpickr-day.startRange {
  background-color: transparent;
  border-color: transparent;
  color: var(--mainColor);
  border-radius: 50px;
}

.flatpickr-calendar:not(.range-selected) .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none !important;
}

.flatpickr-calendar:not(.range-selected) .flatpickr-day.selected {
  background-color: rgba(7, 158, 108, 0.2);
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 267px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3e8ee;
  margin-bottom: 16px;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 18px;
  line-height: 1;
  text-align: left;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  height: 18px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
       /*rtl:begin:ignore*/
  order: 1; /*
/*rtl:end:ignore*/
} /*
    /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
       /*rtl:begin:ignore*/
  order: 2; /*
/*rtl:end:ignore*/
} /*
    /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.flatpickr-months .flatpickr-prev-month::before,
.flatpickr-months .flatpickr-next-month::before {
  font-family: iconfont;
  font-size: 16px;
  line-height: 1;
  color: var(--greenColor5);
  transition: color 0.3s;
}

.flatpickr-months .flatpickr-prev-month::before {
  content: "\f10e";
}

.flatpickr-months .flatpickr-next-month::before {
  content: "\f10d";
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 14px;
  line-height: inherit;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  height: 18px;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
  -webkit-appearance: none; /* Safari и Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Стандартный синтаксис */
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 21px;
  margin-bottom: 15px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 10px;
  text-transform: uppercase;
  background: transparent;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  color: var(--greenColor5);
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 267px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 267px;
  min-width: 267px;
  max-width: 267px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  column-gap: 16.5px;
  row-gap: 13px;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 500;
  width: 24px;
  -webkit-flex-basis: 24px;
  -ms-flex-preferred-size: 24px;
  flex-basis: 24px;
  max-width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: var(--greenColor6);
  border-color: var(--greenColor6);
}

.flatpickr-day.today {
  background-color: var(--greenColor4);
  color: var(--whiteColor);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--greenColor6);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--greenColor6);
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -20px 0 0 var(--greenColor6), 20px 0 0 var(--greenColor6);
  box-shadow: -20px 0 0 var(--greenColor6), 20px 0 0 var(--greenColor6);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}/* Generated by vite-plugin-svg-spritemap */
.menu__link {
  transition: color 0.3s;
  letter-spacing: 0.03em;
}

.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  padding: 10px 0;
  border-bottom: 1px solid #e7e9ea;
  background-color: var(--whiteColor);
}
.header__container {
  display: flex;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 5;
}
.header__logo img {
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  background-color: var(--whiteColor);
}
.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__logo:not(:last-child) {
  margin-bottom: 16px;
}
.footer__logo img {
  width: 100%;
}
.footer__leftcopy {
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  font-weight: 300;
  color: var(--greenColor5);
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.debtshed:not(:last-child) {
  margin-bottom: 30px;
}
.debtshed__active {
  background-color: var(--whiteColor);
  border-radius: 10px;
}
.debtshed__active:not(:last-child) {
  margin-bottom: 30px;
}
.debtshed__activetop {
  font-weight: 700;
  letter-spacing: 0.03em;
}
.debtshed__activelink {
  letter-spacing: 0.03em;
  color: var(--greenColor4);
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  transition: color 0.3s;
}
.debtshed__blocktop {
  font-size: 18px;
  line-height: 127.777778%; /* 23/18 */
  font-weight: 600;
  color: var(--textColor);
  letter-spacing: 0.03em;
}
.debtshed__blocktop:not(:last-child) {
  margin-bottom: 20px;
}
.debtshed__blockrow {
  display: flex;
  gap: 20px;
}
.debtshed__searchform:not(:last-child) {
  margin-bottom: 20px;
}
.debtshed__calcont {
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: var(--whiteColor);
  border-radius: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.debtshed__calcdots {
  align-self: flex-start;
  padding: 0 24px;
}
.debtshed__calcdot {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 133.333333%; /* 16/12 */
  font-weight: 300;
}
.debtshed__calcdot:not(:last-child) {
  margin-bottom: 10px;
}
.debtshed__calcdot::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  display: block;
  border-radius: 50%;
}
.debtshed__calcdot--red::before {
  background-color: var(--redColor);
}
.debtshed__calcdot--green::before {
  background-color: var(--greenColor4);
}
.debtshed__calcdot--blue::before {
  background-color: var(--blueColor);
}
.debtshed__calitems {
  display: flex;
  gap: 20px;
}
.debtshed__scheduleinner {
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
}
.debtshed__scheduleinner .apexcharts-data-labels text {
  fill: var(--mainColor);
}
.debtshed__scheduleinner .apexcharts-xaxis tspan {
  fill: var(--greenColor5);
}
.debtshed__scheduleinner .apexcharts-yaxis tspan {
  fill: var(--greenColor5);
}
.portfolio-inner__back:not(:last-child) {
  margin-bottom: 20px;
}

.portfolio-lots__title:not(:last-child) {
  margin-bottom: 20px;
}

.debtshed-profile {
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: var(--whiteColor);
  border-radius: 10px;
}
.debtshed-profile__top {
  background-color: var(--greenColor4);
  border-radius: 10px;
  padding: 14px 20px;
  color: var(--whiteColor);
}
.debtshed-profile__type {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%; /* 26/20 */
  letter-spacing: 0.03em;
}
.debtshed-profile__type:not(:last-child) {
  margin-bottom: 2px;
}
.debtshed-profile__data {
  font-weight: 300;
  font-size: 12px;
  line-height: 133.333333%; /* 16/12 */
  letter-spacing: 0.03em;
}
.debtshed-profile__bottom {
  padding: 20px;
}
.debtshed-profile__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 129.166667%; /* 31/24 */
  letter-spacing: 0.03em;
}
.debtshed-profile__name:not(:last-child) {
  margin-bottom: 14px;
}
.debtshed-profile__rows:not(:last-child) {
  margin-bottom: 14px;
}
.debtshed-profile__row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.debtshed-profile__row:not(:last-child) {
  margin-bottom: 10px;
}
.debtshed-profile__row span:first-child {
  font-size: 12px;
  line-height: 133.333333%; /* 16/12 */
  color: var(--greenColor5);
  letter-spacing: 0.03em;
  margin-top: 1px;
}
.debtshed-profile__row span:nth-child(2) {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  letter-spacing: 0.03em;
}
.debtshed-profile__row span a {
  transition: color 0.3s;
}
.debtshed-profile__poplink {
  color: var(--greenColor4);
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  letter-spacing: 0.03em;
  transition: color 0.3s;
}/* Generated by vite-plugin-svg-spritemap */
body::after {
  content: "";
  background-color: rgba(38, 42, 36, 0.102);
  backdrop-filter: blur(4px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

[data-fls-popup-active] [data-fls-popup-body] {
  visibility: visible;
  transform: scale(1);
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-fls-popup-body] {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  width: 100%;
  position: relative;
}
.popup-lot [data-fls-popup-body] {
  max-width: 650px;
}
.popup-lot-auto [data-fls-popup-body] {
  max-width: 650px;
}
.popup-start [data-fls-popup-body] {
  max-width: 463px;
}
.popup-change [data-fls-popup-body] {
  max-width: 746px;
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup__close {
  display: none;
}
.popup__close.popup__close--obs {
  background-color: var(--whiteColor);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  width: 44px;
  height: 44px;
}
.popup__close.popup__close--obs svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}
.popup__close.popup__close--obs svg path {
  stroke: var(--mainColor);
  stroke-width: 3px;
  opacity: 1;
}

.popup-lot-auto__body {
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  background-color: var(--whiteColor);
  border-radius: 10px;
}
.popup-lot-auto__title:not(:last-child) {
  margin-bottom: 20px;
}
.popup-lot-auto__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-lot-auto__rows {
  border-radius: 10px;
  background-color: var(--grayColor);
  padding: 10px;
}
.popup-lot-auto__row:not(:last-child) {
  margin-bottom: 10px;
}
.popup-lot-auto__text {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  font-weight: 300;
  letter-spacing: 0.03em;
}
.popup-lot-auto__inpcont {
  height: 42px;
}
.popup-start__body {
  background-color: var(--grayColor);
  border-radius: 20px;
}
.popup-start__title {
  font-size: 28px;
  line-height: 125%; /* 35/28 */
  text-align: center;
  font-weight: 700;
}
.popup-start__title:not(:last-child) {
  margin-bottom: 20px;
}
.popup-start__subtitle {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--greenColor5);
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 300;
}
.popup-start__subtitle:not(:last-child) {
  margin-bottom: 40px;
}
.popup-start__checks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popup-start__checks:not(:last-child) {
  margin-bottom: 40px;
}
.popup-start__checks .checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.popup-start__button {
  width: 100%;
}

.popup-change__body {
  border-radius: 10px;
  box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: var(--grayColor);
}
.popup-change__title {
  text-align: center;
}
.popup-change__title:not(:last-child) {
  margin-bottom: 20px;
}
.popup-change__subitle {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  color: var(--greenColor5);
  text-align: center;
}
.popup-change__subitle:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 89.99875em){
  .debtshed__block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 74.99875em){
  .logoutlink {
    padding: 10px;
  }
  .logoutlink span {
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
  }
  .footer {
    padding: 20px 0;
  }
}
@media (max-width: 63.99875em) and (any-hover: none){
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 63.99875em){
  .debtlkpage {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  [class*=__container] {
    max-width: 1004px;
    padding: 0 10px;
  }
  .button {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .debtpagetop__title:not(:last-child) {
    margin-bottom: 10px;
  }
  .debtpagetop__inf:not(:last-child) {
    margin-bottom: 20px;
  }
  .debtpagetop__pagelinks {
    display: inline-flex;
  }
  .debtpagetop__pagelink {
    padding-left: 10px;
    padding-right: 10px;
  }
  .debtpagetop__mybets {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 128.571429%; /* 18/14 */
    margin-top: 10px;
  }
  .socsblock {
    flex-direction: column;
    align-items: flex-start;
  }
  .socsblock__item {
    gap: 4px;
  }
  .socsblock__item img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .socsblock__link {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .formblock__row:not(:last-child) {
    margin-bottom: 10px;
  }
  .formblock__inpcont:not(:last-child) {
    margin-bottom: 10px;
  }
  .debtshed-table__top {
    display: none;
  }
  .debtshed-table__row {
    padding: 12px 32px 12px 12px;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 10px;
    background-color: var(--whiteColor);
    position: relative;
    column-gap: 6px;
    row-gap: 4px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .debtshed-table__row:not(:last-child) {
    margin-bottom: 10px;
  }
  .debtshed-table__td {
    flex: 0 1 calc((100% - 6px) / 2);
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .debtshed-table__td span {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    display: block;
    font-weight: 300;
    color: var(--greenColor5);
    margin-bottom: 4px;
  }
  .debtshed-table__salesman {
    flex: 1 1 100%;
    padding-right: 5px;
  }
  .debtshed-table__salesman:not(:last-child) {
    margin-bottom: 8px;
  }
  .debtshed-table__salesmanlink {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .debtshed-table__kebab {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
  }
  .debtshed-table__typetext {
    padding: 9px 6px;
  }
  .portfolio-table__top {
    display: none;
  }
  .portfolio-table__row {
    padding: 12px;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 10px;
    background-color: var(--whiteColor);
    column-gap: 6px;
    row-gap: 4px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .portfolio-table__row:not(:last-child) {
    margin-bottom: 10px;
  }
  .portfolio-table__td {
    flex: 0 1 calc((100% - 6px) / 2);
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .portfolio-table__td span {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    display: block;
    font-weight: 300;
    color: var(--greenColor5);
    margin-bottom: 4px;
  }
  .portfolio-table__td.portfolio-table__td-last {
    flex: 1 1 100%;
  }
  .portfolio-table__td.portfolio-table__status {
    flex: 1 1 100%;
    margin-top: 4px;
  }
  .portfolio-table__name {
    flex: 1 1 100%;
  }
  .portfolio-table__name:not(:last-child) {
    margin-bottom: 8px;
  }
  .portfolio-table__namelink {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .portfolio-table__td-dn {
    display: none;
  }
  .portfolio-table__last {
    padding: 10px;
    border-radius: 10px;
    margin-top: 8px;
  }
  .portfolio-table__last.portfolio-table__last--green {
    background-color: var(--greenColor7);
  }
  .portfolio-table__last.portfolio-table__last--red {
    background-color: var(--lightRed);
  }
  .portfolio-table__last.portfolio-table__last--gray {
    background-color: var(--grayColor);
  }
  .portfolio-table__last.portfolio-table__last--yellow {
    background-color: var(--lightYellow);
  }
  .portfolio-table__lasttext {
    line-height: 125%; /* 15/12 */
  }
  .portfolio-table .portfolio-table__statustext {
    padding: 9px 6px;
  }
  .portfolio-info {
    padding: 14px;
  }
  .portfolio-info__top {
    display: none;
  }
  .portfolio-info__top:not(:last-child) {
    margin-bottom: 20px;
  }
  .portfolio-info__dos:not(:last-child) {
    margin-bottom: 20px;
  }
  .portfolio-info__dosleft:not(:last-child) {
    margin-bottom: 10px;
  }
  .portfolio-info__dostitle {
    font-size: 24px;
    line-height: 125%; /* 30/24 */
  }
  .portfolio-info__dosimage {
    width: 109px;
  }
  .portfolio-info__left:not(:last-child) {
    margin-bottom: 20px;
  }
  .portfolio-info__leftits:not(:last-child) {
    margin-bottom: 20px;
  }
  .portfolio-info__right:not(:last-child) {
    margin-bottom: 20px;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 104px 10px 30px 10px;
    transition: left 0.3s;
    z-index: 4;
    display: flex;
    flex-direction: column;
    background-color: var(--grayColor);
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 64px;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
    background-color: var(--whiteColor);
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
  .menu__list {
    flex: 1 1 auto;
  }
  .menu__list:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .menu__link {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .menu__logout {
    width: 100%;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 5;
    background-color: var(--grayColor);
    border-radius: 10px;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 12px;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }
  .icon-menu::before {
    top: 15px;
  }
  .icon-menu::after {
    bottom: 15px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header__container {
    gap: 10px;
  }
  .header__logo {
    flex: 0 0 114px;
    margin-right: auto;
  }
  .header__menu {
    order: 3;
  }
  .header__link {
    padding: 12px;
  }
  .header__link span {
    display: none;
  }
  .footer__container {
    align-items: flex-start;
  }
  .footer__logo {
    width: 135px;
  }
  .debtshed__active {
    padding: 16px;
  }
  .debtshed__activetop {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
  }
  .debtshed__activetop:not(:last-child) {
    margin-bottom: 20px;
  }
  .debtshed__blockrow {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: visible;
    margin-top: -20px;
    margin-bottom: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .debtshed__blockrow::-webkit-scrollbar {
    display: none;
  }
  .debtshed__blockrow .debtshed-item {
    width: 315px;
    flex: 0 0 315px;
  }
  .debtshed__calcont {
    padding: 32px 0;
  }
  .debtshed__calcont:not(:last-child) {
    margin-bottom: 20px;
  }
  .debtshed__calcdots {
    margin-top: 20px;
  }
  .debtshed__calitems {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: visible;
    margin-top: -20px;
    margin-bottom: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .debtshed__calitems::-webkit-scrollbar {
    display: none;
  }
  .debtshed__calitems .debtshed-item {
    width: 315px;
    flex: 0 0 315px;
  }
  .debtshed__scheduleinner {
    padding: 20px 10px;
  }
  .portfolio-inner:not(:last-child) {
    margin-bottom: 20px;
  }
  .portfolio-inner__allport {
    display: none;
  }
  .portflots__items .lot-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .popup__close.popup__close--obs {
    margin-left: auto;
  }
  .popup__close.popup__close--obs:not(:last-child) {
    margin-bottom: 20px;
  }
  .popup-lot-auto__text:not(:last-child) {
    margin-bottom: 10px;
  }
  .popup-start__body {
    padding: 20px;
  }
  .popup-change__body {
    padding: 20px;
  }
  .popup-change__title.title-h1 {
    font-size: 24px;
    line-height: 125%; /* 30/24 */
  }
}
@media (max-width: 29.99875em){
  .searchform__input {
    font-size: 14px;
  }
}
@media (width > 47.99875em){
  .portflots__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .portflots__items .lot-item {
    flex: 0 1 calc((100% - 20px) / 2);
  }
}
@media (min-width: 63.99875em){
  .debtlkpage {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  [class*=__container] {
    padding: 0 20px;
    max-width: 1120px;
  }
  .button {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .button.button--small {
    font-size: 14px;
    line-height: 128.571429%; /* 18/14 */
  }
  .debtpagetop {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .debtpagetop__inf {
    margin-left: auto;
  }
  .debtpagetop__mybets {
    padding: 20px 40px;
    font-size: 20px;
    line-height: 125%; /* 25/20 */
  }
  .socsblock__item {
    gap: 10px;
  }
  .socsblock__item img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .socsblock__link {
    font-size: 14px;
    line-height: 128.571429%; /* 18/14 */
  }
  .searchform__button {
    flex: 0 0 212px;
  }
  .formblock__row {
    display: flex;
    gap: 16px;
  }
  .formblock__row:not(:last-child) {
    margin-bottom: 32px;
  }
  .formblock__inpcont {
    flex: 1 1 calc((100% - 16px) / 2);
  }
  .formblock__checkcont.formblock__checkcont--row {
    flex-direction: row;
  }
  .formblock__checkcont.formblock__checkcont--row .checkbox {
    flex: 0 1 calc((100% - 10px) / 2);
  }
  .debtshed-table__top {
    display: flex;
  }
  .debtshed-table__top:not(:last-child) {
    margin-bottom: 16px;
  }
  .debtshed-table__top::after {
    content: "";
    display: block;
    width: 40px;
    flex: 0 0 40px;
  }
  .debtshed-table__toptext {
    padding-left: 8px;
    font-weight: 300;
    color: var(--greenColor5);
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
    flex: 1 1 20%;
  }
  .debtshed-table__toptext.debtshed-table__toptext--big {
    flex: 0 0 260px;
  }
  .debtshed-table__toptext.debtshed-table__toptext--small {
    flex: 0 0 93px;
  }
  .debtshed-table__rows {
    padding-right: 16px;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 10px;
    background-color: var(--whiteColor);
  }
  .debtshed-table__td {
    flex: 1 1 20%;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
    font-weight: 300;
    letter-spacing: 0.03em;
  }
  .debtshed-table__td span {
    display: none;
  }
  .debtshed-table__td.debtshed-table__date {
    flex: 0 0 93px;
    order: 0;
  }
  .debtshed-table__td.debtshed-table__salesman {
    flex: 0 0 260px;
    order: 1;
  }
  .debtshed-table__td.debtshed-table__category {
    order: 2;
  }
  .debtshed-table__td.debtshed-table__type {
    order: 3;
  }
  .debtshed-table__td.debtshed-table__start {
    order: 3;
  }
  .debtshed-table__td.debtshed-table__final {
    order: 4;
  }
  .debtshed-table__td.debtshed-table__status {
    order: 5;
  }
  .debtshed-table__kebab {
    align-self: center;
    order: 9;
  }
  .debtshed-table__typetext {
    padding: 6px;
  }
  .portfolio-table__top {
    display: flex;
  }
  .portfolio-table__top:not(:last-child) {
    margin-bottom: 16px;
  }
  .portfolio-table__toptext {
    padding-left: 8px;
    font-weight: 300;
    color: var(--greenColor5);
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
    flex: 1 1 10%;
  }
  .portfolio-table__toptext.portfolio-table__toptext--big {
    flex: 0 0 150px;
  }
  .portfolio-table__toptext.portfolio-table__toptext-last {
    flex: 0 0 220px;
  }
  .portfolio-table__toptext.portfolio-table__toptext--resbig {
    flex: 0 0 200px;
  }
  .portfolio-table__toptext.portfolio-table__toptext--small {
    flex: 0 0 50px;
  }
  .portfolio-table__toptext.portfolio-table__toptext-status {
    flex: 0 0 160px;
  }
  .portfolio-table__rows {
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 10px;
    background-color: var(--whiteColor);
  }
  .portfolio-table__td {
    flex: 1 1 10%;
    padding: 12px 0 12px 8px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
    font-weight: 300;
    letter-spacing: 0.03em;
  }
  .portflots-table .portfolio-table__td {
    padding-left: 4px;
  }
  .portfolio-table__td span {
    display: none;
  }
  .portfolio-table__td.portfolio-table__name {
    flex: 0 0 150px;
  }
  .portfolio-table__td.portfolio-table__name.portfolio-table__name--big {
    flex: 0 0 200px;
  }
  .portfolio-table__td:last-child {
    padding-right: 8px;
  }
  .portflots-table .portfolio-table__td:last-child {
    padding-right: 4px;
  }
  .portfolio-table__td.portfolio-table__td-last {
    flex: 0 0 220px;
  }
  .portfolio-table__td.portfolio-table__td--small {
    flex: 0 0 50px;
  }
  .portfolio-table__td.portfolio-table__status {
    flex: 0 0 160px;
  }
  .portfolio-table__lasttext {
    line-height: 133.333333%; /* 16/12 */
    letter-spacing: 0.03em;
  }
  .portfolio-table .portfolio-table__statustext {
    padding: 6px;
  }
  .portfolio-info {
    padding: 20px;
  }
  .portfolio-info__top:not(:last-child) {
    margin-bottom: 30px;
  }
  .portfolio-info__dos {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
  }
  .portfolio-info__dos:not(:last-child) {
    margin-bottom: 30px;
  }
  .portfolio-info__dostitle {
    font-size: 32px;
    line-height: 125%; /* 40/32 */
  }
  .portfolio-info__dosimage {
    max-width: 252px;
  }
  .portfolio-info__body {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    align-items: flex-start;
    row-gap: 22px;
  }
  .portfolio-info__left {
    flex: 1 1 calc((100% - 15px) / 2);
    display: flex;
    flex-direction: column;
  }
  .portfolio-info__lefttop {
    column-gap: 32px;
  }
  .portfolio-info__leftits:not(:last-child) {
    margin-bottom: 30px;
  }
  .portfolio-info__leftbottlink {
    margin-top: auto;
    align-self: flex-start;
  }
  .portfolio-info__right {
    flex: 1 1 calc((100% - 15px) / 2);
  }
  .portfolio-info__buttons {
    flex: 0 1 calc((100% - 15px) / 2);
  }
  .menu__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
  }
  .menu__link {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .menu__bottom {
    display: none;
  }
  .header {
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  .header__container {
    gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
  .header__logo {
    flex: 0 0 124px;
  }
  .footer__container {
    align-items: center;
  }
  .footer__logo {
    width: 216px;
  }
  .debtshed__active {
    padding: 24px;
  }
  .debtshed__activetop {
    font-size: 18px;
    line-height: 127.777778%; /* 23/18 */
  }
  .debtshed__activetop:not(:last-child) {
    margin-bottom: 30px;
  }
  .debtshed__blockrow {
    flex-wrap: wrap;
  }
  .debtshed__blockrow .debtshed-item {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .debtshed__calblock {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .debtshed__calcont {
    flex: 0 0 calc((100% - 40px) / 3);
    padding: 22px 0;
  }
  .debtshed__calcdots {
    margin-top: 78px;
  }
  .debtshed__calitems {
    flex-wrap: wrap;
    flex: 1 1 auto;
  }
  .debtshed__calitems .debtshed-item {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .debtshed__scheduleinner {
    padding: 20px;
  }
  .portfolio-inner:not(:last-child) {
    margin-bottom: 30px;
  }
  .portfolio-inner__top {
    display: flex;
    gap: 20px;
  }
  .portfolio-inner__info {
    flex: 1 1 auto;
  }
  .portfolio-inner__allport {
    flex: 0 0 398px;
  }
  .portflots__items .lot-item {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .popup__close.popup__close--obs {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
  }
  .popup-lot-auto__row {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .popup-lot-auto__inpcont {
    max-width: 200px;
  }
  .popup-start__body {
    padding: 40px;
  }
  .popup-change__body {
    padding: 40px;
  }
}
@media (min-width: 74.99875em){
  [class*=__container] {
    max-width: 1440px;
    padding: 0 60px;
  }
  .logoutlink {
    padding: 14px;
  }
  .logoutlink span {
    font-size: 14px;
    line-height: 128.571429%; /* 18/14 */
  }
  .socsblock__link {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .portfolio-table__toptext.portfolio-table__toptext-last {
    flex: 0 0 240px;
  }
  .portfolio-table__toptext.portfolio-table__toptext--small {
    flex: 0 0 93px;
  }
  .portflots-table .portfolio-table__td {
    padding-left: 8px;
  }
  .portflots-table .portfolio-table__td:last-child {
    padding-right: 8px;
  }
  .portfolio-table__td.portfolio-table__td-last {
    flex: 0 0 240px;
  }
  .portfolio-table__td.portfolio-table__td--small {
    flex: 0 0 93px;
  }
  .header {
    min-height: 68px;
  }
  .header__logo {
    flex: 0 0 157px;
  }
  .footer {
    padding: 30px 0;
  }
  .portfolio-inner__allport {
    flex: 0 0 347px;
  }
}
@media (min-width: 89.99875em){
  .portfolio-table__toptext.portfolio-table__toptext--big {
    flex: 0 0 200px;
  }
  .portfolio-table__toptext.portfolio-table__toptext-last {
    flex: 0 0 260px;
  }
  .portfolio-table__toptext.portfolio-table__toptext-status {
    flex: 0 0 180px;
  }
  .portfolio-table__td.portfolio-table__name {
    flex: 0 0 200px;
  }
  .portfolio-table__td.portfolio-table__td-last {
    flex: 0 0 260px;
  }
  .portfolio-table__td.portfolio-table__status {
    flex: 0 0 180px;
  }
  .lot-item--big .lot-item__bottom {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .menu__list {
    column-gap: 40px;
  }
  .menu__link {
    font-size: 14px;
    line-height: 114.285714%; /* 16/14 */
  }
  .header {
    min-height: 84px;
  }
  .footer {
    padding: 40px 0;
  }
  .debtshed__block:not(:last-child) {
    margin-bottom: 30px;
  }
  .debtshed__blockrow .debtshed-item {
    flex: 0 1 calc((100% - 60px) / 4);
  }
  .debtshed__calcont {
    flex: 0 0 calc((100% - 60px) / 4);
  }
  .debtshed__calitems .debtshed-item {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .portfolio-inner__allport {
    flex: 0 0 427px;
  }
  .portflots__items .lot-item {
    flex: 0 1 calc((100% - 60px) / 4);
  }
}
@media (any-hover: hover), (pointer: fine){
  html:not([data-fls-touch]) .input:hover {
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  }
  html:not([data-fls-touch]) .makeinpcont:hover {
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1568627451);
  }
  html:not([data-fls-touch]) .checkbox__text a:hover {
    text-decoration: none;
  }
  html:not([data-fls-touch]) .button.button--darkgreen:active:hover {
    background-color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .button.button--darkgreen:hover {
    background-color: var(--greenColor1);
  }
  html:not([data-fls-touch]) .button.button--green:active:hover {
    background-color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .button.button--green:hover {
    background-color: var(--greenColor3);
  }
  html:not([data-fls-touch]) .button.button--white:active:hover {
    color: var(--greenColor5);
  }
  html:not([data-fls-touch]) .button.button--white:hover {
    color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .button.button--lightgreen:active:hover {
    background-color: var(--greenColor6);
  }
  html:not([data-fls-touch]) .button.button--lightgreen:hover {
    background-color: var(--greenColor5);
  }
  html:not([data-fls-touch]) .arrowbutton.arrowbutton--white:active:hover {
    color: var(--greenColor5);
  }
  html:not([data-fls-touch]) .arrowbutton.arrowbutton--white:hover {
    color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .arrowbutton.arrowbutton--green:active:hover {
    background-color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .arrowbutton.arrowbutton--green:hover {
    background-color: var(--greenColor3);
  }
  html:not([data-fls-touch]) .arrowlink:hover {
    color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .logoutlink:hover {
    background-color: var(--redColor);
    color: var(--whiteColor);
  }
  html:not([data-fls-touch]) .backlink:hover svg path {
    stroke: var(--greenColor4);
  }
  html:not([data-fls-touch]) .backlink:hover span {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .debtpagetop__pagelink:hover {
    background-color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .debtpagetop__pagelink:hover svg path {
    stroke: var(--whiteColor);
  }
  html:not([data-fls-touch]) .debtpagetop__pagelink:hover span {
    color: var(--whiteColor);
  }
  html:not([data-fls-touch]) .socsblock__link:hover {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .searchform__button:active:hover {
    background-color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .searchform__button:hover {
    background-color: var(--greenColor3);
  }
  html:not([data-fls-touch]) .searchform:hover {
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1568627451);
  }
  html:not([data-fls-touch]) .debtshed-item:hover {
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.2);
  }
  html:not([data-fls-touch]) .debtshed-item__topleft a.debtshed-item__toptext:hover {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .debtshed-item__favbutton:hover {
    background-color: var(--greenColor6);
  }
  html:not([data-fls-touch]) .debtshed-table__salesmanlink:hover {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .debtshed-table__kebabbutton:hover {
    color: var(--mainColor);
  }
  html:not([data-fls-touch]) .debtshed-table__kebabaction:hover {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .portfolio-table__namelink:hover {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .portfolio-table__lastbutton:hover {
    background-color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .portfolio-docs__link:hover::before {
    background-color: var(--greenColor4);
    color: var(--whiteColor);
  }
  html:not([data-fls-touch]) .portfolio-docs__link:hover span {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .lot-item__lotbutton:hover span {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .lot-item__makebutton:hover {
    background-color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .lot-item__autoopts:hover {
    background-color: var(--greenColor6);
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .lot-item__bottommin:hover {
    color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .flatpickr-calendar:not(.range-selected) .flatpickr-day.endRange:hover {
    background-color: var(--greenColor6);
  }
  html:not([data-fls-touch]) .flatpickr-calendar:not(.range-selected) .flatpickr-day.startRange:hover {
    background-color: var(--greenColor6);
  }
  html:not([data-fls-touch]) .flatpickr-months .flatpickr-prev-month:hover::before,
  html:not([data-fls-touch]) .flatpickr-months .flatpickr-next-month:hover::before {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .menu__link:hover {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .debtshed__activelink:hover {
    color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .debtshed-profile__row span a:hover {
    color: var(--greenColor4);
  }
  html:not([data-fls-touch]) .debtshed-profile__poplink:hover {
    color: var(--greenColor2);
  }
  html:not([data-fls-touch]) .popup__close.popup__close--obs:hover {
    transform: scale(1.1);
  }
}