

input.ph_hide::placeholder {
  color: transparent !important;
}

hr {
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: var(--Misc_Separator);
}

.container {
  position: relative;
  /*max-width: var(--c_max-width-d);*/
  /*min-width: var(--c_min-width-d);*/
  /*margin-right: auto;*/
  /*margin-left: auto;*/
  /*overflow: hidden;*/
  max-width: 100vw;
}

.wrappper {
  position: relative;
  max-width: var(--c_max-width-d-w);
  background: var(--panel-bg-color);
  border-radius: var(--bor_radius);
  /*margin: 0 24px 0 24px;*/
  /*overflow: hidden;*/
}

.row {
  display: table;
  width: 100%;
}

.r_24 {
  height: 24px;
}
.r_28 {
  height: 28px;
}
.r_40 {
  height: 40px;
}
.r05 {
  height: calc( var(--r1_height-d) * 0.5 );
}
.r075 {
  height: calc( var(--r1_height-d) * 0.75 );
}
.r1 {
  height: var(--r1_height-d);
}
.r2 {
  height: calc( var(--r1_height-d) * 1.5 );
}
.r3 {
  height: calc( var(--r1_height-d) * 2 );
}

.col {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.c1 {
  width: 20%;
}
.c2 {
  width: 40%;
}
.c3 {
  width: 60%;
}
.c4 {
  width: 80%;
}
.c5 {
  width: 100%;
}

.logo img {
  max-width: 210px;
  height: 34px;
}

/* Nav */
.navs {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap
}
.navs::-webkit-scrollbar {
  width: 0;
}
.nav {
  display: inline-block;
}
.nav a {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 14px;
  text-decoration: none;
  color: var(--c_gray);
}
.nav.sel a {
  color: var(--c_black);
  font-weight: 700;
}
.nav {
  list-style: none;
}
.nav-link {
  background-color: transparent;
}
.nav-link.active {
  display: none;
}


/* Button */
.buttons {
  display: flex;
  gap: 2px;
}
.but {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  gap: 2px;
  /*min-width: max-content;*/
  color: var(--Elements_Inverse);
  background: var(--Theme_Primary);
  border-radius: var(--Radius_Elements_Base);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.buttons .but {
  border-radius: 0px;
}
.buttons .but:first-child {
  border-top-left-radius: var(--Radius_Elements_Base);
  border-bottom-left-radius: var(--Radius_Elements_Base);
}
.buttons .but:last-child {
  border-top-right-radius: var(--Radius_Elements_Base);
  border-bottom-right-radius: var(--Radius_Elements_Base);
}
.but:not(.but_ico) i {
  line-height: unset !important;
}
.but.reverse {
  justify-content: center !important;
  flex-direction: row-reverse;
}
.but .b_text {
  position: relative;
  display: inline-block;
  /*padding: 0px 6px 0px 6px;*/
  order: 0;
}
.but.s .b_text {
  padding: 0px 8px 0px 8px;
}
.but.s .b_text:has(+ .ico) {
  padding: 0px 4px 0px 0px;
}
.but .ico {
  order: 1;
}
.but:not(.icon) .ico {
  display: inline-block;
}
.but .b_text .b_name {
  display: inline-block;
}
.but .b_text .b_count {
  display: inline-block;
}
.but .b_text .b_count_round, .b_count_round {
  /*position: absolute;*/
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
/*
  right: -20px;
  top: calc(50% - 11px);
*/
  color: var(--Elements_Inverse);
  background-color: var(--Theme_Primary);
  border-radius: 50%;
}
.but.no_text .b_text {
  display: none;
}

.but.gray {
  color: var(--Theme_Primary);
  background-color: var(--Fills_Primary);
}

.but, .but.base {
  height: 48px;
  line-height: 48px;
  padding: 0px 12px 0px 16px;
  font-size: 16px;
}
.but.s {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  padding: 0px 4px 0px 4px;
}
.but.xl {
  height: 60px;
  line-height: 60px;
  font-weight: 700;
}
.but.xl_2 {
  height: 60px;
  line-height: 17px;
}
.but.xl .b_text {
  font-weight: 700;
}
.but.xl_2 .b_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.but.xl_2 .b_text span.dop {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.but:hover {color: var(--Elements_Inverse);}
.but.secondary {
  color: var(--Elements_Primary);
  background: var(--Fills_Primary);
}
.but.secondary.xl_2 .b_text span.dop {
  color: var(--Elements_Secondary);
}
.but.secondary_2 {
  color: var(--Theme_Primary);
  background: var(--Fills_Primary);
}
.but.secondary_2.xl_2 .b_text span.dop {
  color: var(--Elements_Secondary);
}
.but.tertiary {
  color: var(--Theme_Primary);
  background: var(--Theme_Tertiary);
}
.but.tertiary.xl_2 .b_text span.dop {
  color: var(--Elements_Primary);
}
.but.quaternary {
  color: var(--Elements_Primary);
  background: var(--Fills_Secondary);
}
.but.quaternary.xl_2 .b_text span.dop {
  color: var(--Elements_Secondary);
}
.but.quaternary_2 {
  color: var(--Theme_Primary);
  background: var(--Fills_Secondary);
}
.but.quaternary_2.xl_2 .b_text span.dop {
  color: var(--Elements_Secondary);
}
.but.disabled {
  color: var(--Elements_Secondary) !important;
  background: var(--Fills_Primary) !important;
  pointer-events: none;
  cursor: not-allowed;
}
.but.disabled.quaternary {
  background: transparent !important;
}
.but.disabled.xl_2 .b_text span.dop {
  color: var(--Elements_Tertiary);
}
.but.outlined, .but.outlined_2 {
  color: var(--Theme_Primary);
  background: transparent;
  outline: 1px solid var(--Theme_Primary);
}
.but.outlined_2:hover {
  outline: 2px solid var(--Theme_Primary);
}
.but.outlined.xl_2 .b_text span.dop, .but.outlined_2.xl_2 .b_text span.dop {
  color: var(--Theme_Primary);
}
.but.rounded {
  border-radius: 999px;
}

.but.tags {
  height: 32px;
  line-height: 32px;
  color: var(--Elements_Secondary);
  background-color: var(--Fills_Primary);
  border-radius: 999px;
  padding: 0 12px 0 12px !important;
}
.but.tags.checked {
  height: 32px;
  line-height: 32px;
  color: var(--Grays_White);
  background-color: var(--Theme_Primary);
  border-radius: 999px;
}

.but.bor_1 {
  line-height: 30px;
  border: 1px solid var(--Theme_Primary);
}
.but.bor_2, .but.base.bor_2 {
  line-height: 36px;
}
.but.icon, .but.base.icon {
  padding: 0px 12px 0px 12px;
}
.but .ico i, .but.base .ico i {
  /*font-size: 16px;*/
}

.but.transp {
  background: transparent;
}
.but.danger {
  color: var(--c_white);
  background: var(--c_red);
}
.but.action {
  font-size: 12px;
  color: var(--c_red);
}
/*
.but.active {
  background: var(--c_white) !important;
}
*/
.but.dwhite.active {
  background-color: var(--c_lyellow) !important;
}
.but.checked {
  /*background: var(--c_lgreen);*/
}
.but.icon.active .ico {
  color: var(--c_red);
}

.but:hover:not(.no_hover):not(.disabled) {
  /*color: var(--Elements_Inverse);*/
  /*background: var(--Theme_Secondary) !important;*/
  /*border-color: var(--Theme_Secondary);*/
  /*filter: brightness( var(--brt_hover) );*/
}
.but:hover:not(.outlined_2):not(.no_hover):not(.disabled)::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background-color: var(--brt_hover);*/
  background-color: var(--Theme_Secondary);
}
/*
.but:not(.action).active, .but.danger:not(.active,.disabled):hover {
  color: var(--c_black);
  border-color: var(--c_white);
}
*/
.but.disabled:hover {
  color: transparent;
  background: transparent;
  cursor: not-allowed;
}
.but.disabled.xl_2:hover .b_text span.dop {
  color: transparent;
}

.but .b_sel {
  position: relative;
  display: inline-block;
  height: 100%;
}
.but.reverse .b_sel {
  /*left: -13px;*/
}
.but.disabled .b_sel {
  color: inherit !important;
}
.but.reverse .b_sel {
  right: auto;
}
.but > .b_sel:before {
  /*padding: 4px;*/
  border-radius: 4px;
  color: inherit;
  font-size: 24px;
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-style: normal;
  /*display: inline-block;*/
  /*line-height: 1;*/
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.but > .b_sel.sel {
  transition: all 275ms;
}
.but.b-show > .b_sel.sel {
  transform: rotate(180deg);
}
.but > .b_sel:before, .but > .b_sel.sel:before {
  content: "\e907";
}
.but > .b_sel.esc:before {
  content: "\e905";
}
.but > .b_sel.sort:before {
  content: "\e912";
}
.but > .b_sel.filt:before {
  content: "\e90d";
}
.but > .b_sel.phone:before {
  content: "\e90e";
}
.but > .b_sel.tg:before {
  content: "\e914";
}
.but > .b_sel.wa:before {
  content: "\e915";
}
.but > .b_sel.add:before {
  content: "\e91b";
}
.but > .b_sel.search_save:before {
  content: "\e911";
}
.but > .b_sel.calculate:before {
  content: "\e935";
}
.but > .b_sel.add_car:before {
  content: "\e936";
}
.but > .b_sel.report_ts:before {
  content: "\e90f";
  padding: 0;
  font-size: 22px;
}
.b_sel.favor.no:before {
  font-weight: 400;
}
.b_sel.favor:before {
  content: "\f02e";
  font-weight: 900;
}
.b_sel.disti.no:before {
  font-weight: 400;
}
.b_sel.disti:before {
  content: "\f007";
  font-weight: 900;
}
.but.locked .b_sel:before {
  content: "\e934" !important;
}
.but > .b_sel.locked:before {
  content: "\e934" !important;
}
i.locked:before {
  content: "\e934" !important;
}

.but:not(.disabled) > .b_sel.esc:hover:before {
  color: var(--Elements_Primary);
  /*background-color: var(--Backgrounds_Primary);*/
  /*outline: 1px solid var(--Elements_Inverse);*/
}
.but_ico_text {
  display: flex; flex-flow: column; width: 64px; height: 56px; border-radius: var(--bor_radius_tre); justify-content: center;
}
.but_ico_text.no_text {
  width: 44px; height: 44px;
  background-color: var(--Fills_Primary);
}
.but_ico_text i, .but_ico_text span.material-symbols-outlined, .but_ico_text i[class^="icon-"] {
  width: 100%; height: 40px; line-height: 40px; font-size: 24px; text-align: center;
}
.but_ico_text p {
  width: 100%; height: 16px; line-height: 16px; font-size: 10px; text-align: center;
}
.but_ico {
  display: flex; flex-flow: column; /*width: 32px; height: 32px;*/ border-radius: var(--bor_radius_tre);
}
.but_ico i, .but_ico span.material-symbols-outlined, .but_ico i[class^="icon-"] {
  display: inline-block; width: 32px; height: 32px; line-height: 32px; font-size: 24px; text-align: center; color: var(--Elements_Primary);
}
.but_ico_text:hover, .but_ico:hover {
  /*background: var(--Fills_Primary) !important;*/
}
.but_ico_text:hover i, .but_ico:hover i {
  color: var(--Theme_Primary) !important;
}
.but .query {
  position: absolute;
  width: 100%;
  left: 0;
}
.but .query input {
  padding-left: 16px;
}

/* B_filter */
.but.b_filter {
  display: inline-flex;
  width: var(--el_fix_widht);
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: var(--Elements_Secondary);
  background: var(--Fills_Primary);
  align-content: space-between;
  flex-wrap: nowrap;
}
.but.b_filter .b_text {
  position: relative;
  display: inline-block;
  height: 100%;
  order: 0;
  overflow: hidden;
}
.but.b_filter .b_text .b_name {
  display: inline-block;
  text-align: left;
}
.but.b_filter .b_text .b_name {
  display: inline-block;
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.but.b_filter .b_text .b_count {
  display: inline-block;
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.but.b_filter.xl_text {
  height: 60px;
  line-height: 17px;
}
.but.b_filter.xl_text .b_text {
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-weight: 700;*/
}
.but.b_filter.xl_text .b_text span.dop {
  display: block;
  color: var(--Elements_Secondary);
  font-size: 12px;
  font-weight: 400;
}
.but.b_filter.xl_text .b_sel:before {
  line-height: 60px;
}

.but.b_filter.selected, .but.b_filter.active {
  background: var(--Theme_Tertiary);
}
.but.b_filter.selected .b_text, .but.b_filter.active .b_text {
  color: var(--Elements_Primary);
}
.but.b_filter.blocked {
  color: var(--Elements_Tertiary) !important;
  background: var(--Fills_Primary) !important;
  pointer-events: none;
  cursor: not-allowed;
}
.but.b_filter.xl_text.blocked .b_text span.dop {
  color: inherit;
}
.but.b_filter.blocked .b_sel {
  /*opacity: 0;*/
}

.but.no_ico .b_sel {
  display: none;
}
.but.no_text {
  width: unset;
}
.but.no_text .b_text {
  display: none;
}


/* Chips */
.but.chips {
  height: var(--Height_Base);
  line-height: var(--Height_Base);
  font-size: 14px;
  padding: 0 20px;
  gap: 6px !important;
  color: var(--Elements_Primary);
  background-color: var(--Fills_Primary);
  border-radius: var(--Radius_Round);
}
.but.chips:has(> div:first-child.ico) {
  padding-left: 16px;
}
.but.chips:has(> div:first-child.ico img) {
  padding-left: 6px;
}
.but.chips:has(> div:first-child.ico.big img) {
  padding-left: 0;
}
.but.chips:has(> div:last-child.ico) {
  padding-right: 16px;
}
.but.chips:has(> div:last-child.ico img) {
  padding-right: 6px;
}
.but.chips:has(> div:last-child.ico.big img) {
  padding-right: 0;
}
.but.chips .b_name {
  display: flex;
  align-items: center;
  gap: 6px;
}
.but.chips.s {
  height: var(--Height_S);
  line-height: var(--Height_S);
  padding: 0 16px;
}
.but.chips.s:has(> div:first-child.ico) {
  padding-left: 12px;
}
.but.chips.s:has(> div:first-child.ico img) {
  padding-left: 6px;
}
.but.chips.s:has(> div:first-child.ico.big img) {
  padding-left: 0;
}
.but.chips.s:has(> div:last-child.ico) {
  padding-right: 12px;
}
.but.chips.s:has(> div:last-child.ico img) {
  padding-right: 6px;
}
.but.chips.s:has(> div:last-child.ico.big img) {
  padding-right: 0;
}
.but.chips:not(:has(> div:first-child.ico)):not(:has(> div:last-child.ico)) .b_text {
  padding: 0 !important;
}
.but.chips.secondary {
  background-color: transparent;
  outline: 1px solid var(--Fills_Primary);
  outline-offset: -1px;
}
.but.chips .ico {
  display: flex;
  align-items: center;
  order: unset !important;
}
.but.chips .ico img {
  height: 36px;
}
.but.chips .ico.big img {
  height: var(--Height_Base);
}
.but.chips.s .ico img {
  height: 24px;
}
.but.chips.s .ico.big img {
  height: var(--Height_S);
}
.but.chips .b_count {
  padding: 0 6px;
  color: var(--Elements_Secondary);
}
.but.chips.checked {
  background-color: var(--Theme_Secondary);
}


/* Checkbox-ios */
.checkbox-ios {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 0 10px 0 0;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;  
}
.checkbox-ios.big {
  height: 26px;
  line-height: 26px;
  margin: 0 10px 0 0;
}
.checkbox-ios .checkbox-ios-switch {
  position: relative; 
  display: inline-block;
  box-sizing: border-box;
  width: 34px;
  height: 18px;
  border: none;
  border-radius: 11px;
  vertical-align: top;
  background: var(--Elements_Tertiary);
  transition: .2s;
}
.checkbox-ios.big .checkbox-ios-switch {
  width: 44px;
  height: 26px;
  border-radius: 13px;
  background: var(--Elements_Tertiary);
}
.checkbox-ios .checkbox-ios-switch:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--Windows_Primary);
  transition: .15s;
}
.checkbox-ios.big .checkbox-ios-switch:before {
  width: 20px;
  height: 20px;
  background: var(--Windows_Primary);
}
.checkbox-ios input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
  background: var(--Theme_Primary);
}
.checkbox-ios.big input[type=checkbox]:checked + .checkbox-ios-switch {
  background: var(--Theme_Primary);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
  transform: translateX(16px);
  /*background: var(--c_white)*/;
}
.checkbox-ios.big input[type=checkbox]:checked + .checkbox-ios-switch:before {
  transform: translateX(18px);
  /*background: var(--c_white);*/
}
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
  border: 1px solid;
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
  top: 1px;
  left: 1px;
}
.checkbox-ios.focused .checkbox-ios-switch:before {
  box-shadow: inset 0px 0px 4px #ff5623;
}
a.but.locked {
  pointer-events: none;
  cursor: not-allowed;
}
a.but.locked span {
  color: var(--Elements_Tertiary) !important;
}
a.but.locked .b_check {
  opacity: 0.5 !important;
}

/* Form */
.form-control.is-valid, .was-validated .form-control:valid {
  border: 1px solid var(--c_green);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border: 1px solid var(--c_red);
}

/* Input */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /*-webkit-box-shadow: 0 0 0 30px white inset !important;*/
}
input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  appearance: none;
  height: 12px;
  width: 12px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 12px 12px;
}
.input_container_clear {
  position: relative;
  /*width: 320px;*/
  height: 50px;
  border-radius: 6px;
  /*border: 1px solid transparent;*/
  /*background-color: var(--c_white);*/
}
.input_container_clear label {
  position: absolute;
  top: -25px;
  left: 0px;
  display: inline-block;
}
.input_container_clear input {
  border: none;
  color: var(--c_lblack);
  background: var(--Fills_Primary);
  width: 100%;
  height: 48px;
  max-height: 48px;
  margin: 0;
  padding: 12px 15px;
  font-size: 16px;
  /*font-weight: 700;*/
  /*letter-spacing: 0.05em;*/
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}
.input_container_clear input:focus {
  background-color: var(--Theme_Secondary);
}
.input_container_clear input.passwd {
  padding-right: 37px;
}
.passwd_control {
  position: absolute;
  top: 9px;
  right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/view.svg) 0 0 no-repeat;
  opacity: .5;
}
.passwd_control.view {
  background: url(../img/no-view.svg) 0 0 no-repeat;
}
.input_container_clear input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: var(--c_dgray);
}
.input_container_clear input:focus {
  outline: none;
}
.input_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 320px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: var(--c_white);
}
.input_container form {
  display: flex;
  width: 320px;
  height: 44px;
  padding: 2px;
  border-radius: inherit;
  color: var(--c_lblack);
  margin: 0 auto;
}
.input_container form input[type="search"] {
  border: none;
  background: transparent;
  width: calc(100% - 70px);
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}
.input_container form input[type="search"]::placeholder {
  color: var(--c_gray);
}
.input_container form button[type="submit"] {
  overflow: hidden;
  width: 70px;
  height: 40px;
  padding: 0;
  margin: 0;
  color: var(--c_white);
  background-color: var(--c_red);
  border: 1px solid transparent;
  border-radius: inherit;
  cursor: pointer;
}
.input_container form button[type="submit"]:hover {
  opacity: .9;
}
.input_container form button[type="submit"]:focus,
.input_container form input[type="search"]:focus {
  outline: none;
}
.input_container form form.nosubmit {
 border: none;
 padding: 0;
}
.input_container form input.nosubmit {
  border: 1px solid #555;
  width: 100%;
  padding: 9px 4px 9px 40px;
   background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}
.input_container form.nosubmit button[type="submit"] {
  text-indent: -999px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}

/* Badge */
.badge_group {
  display: flex;
  gap: 1px;
}
.badge {
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    background-color: var(--Fills_Primary);
    color: var(--Elements_Primary);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 999px;
}
.badge_group .badge {
  border-radius: 0px;
}
.badge_group .badge:first-child {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.badge_group .badge:last-child {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.badge span {
  display: inline-block;
  vertical-align: top;
}
.badge.i, .badge.link {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.badge.i:after, a.i:after {
  content: "\e943";
  margin-left: 4px;
  font-family: 'icomoon' !important;
  font-size: 16px;
}
.badge.link:after, a.link:after {
  content: "\e940";
  margin-left: 4px;
  font-family: 'icomoon' !important;
  font-size: 16px;
}
.bg-purple80 {
    background-color: var(--Colors_Purple80) !important;
    color: var(--Grays_Black) !important;
}
.bg-ice80 {
    background-color: var(--Colors_Ice80) !important;
    color: var(--Grays_Black) !important;
}
.bg-green80 {
    background-color: var(--Colors_Green80) !important;
    color: var(--Grays_Black) !important;
}
.bg-orange80 {
    background-color: var(--Colors_Orange80) !important;
    color: var(--Grays_Black) !important;
}
.bg-pink80 {
    background-color: var(--Colors_Pink80) !important;
    color: var(--Grays_Black) !important;
}
.bg-primary {
    background-color: var(--Backgrounds_Primary) !important;
    color: var(--Elements_Primary) !important;
}
.bg-transp {
    background-color: transparent !important;
    color: var(--Elements_Primary) !important;
    outline: 1px solid var(--Theme_Secondary);
}
.bg-red15 {
    background-color: var(--Colors_Red15) !important;
    color: var(--Colors_Red) !important;
}
.bg-new {
    background-color: var(--Colors_New) !important;
    color: var(--Grays_Black) !important;
}


/* Segmented Control */
.seg-container {
  margin: 0;
  padding: 0;
  max-width: 361px;
  height: 48px;
  padding: 4px;
  background-color: var(--Fills_Primary);
  border-radius: var(--Radius_Elements_Base);
}
.seg-container.s {
  height: 36px;
  padding: 4px;
}
.seg-container .seg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 40px;
  line-height: 40px;
  gap: 2px;
}
.seg-container.s .seg {
  height: 28px;
  line-height: 28px;
}
.seg > input[type="radio"] {
  display: none;
}
.seg > label {
  display: inline-block;
  color: var(--Elements_Primary);
  font-size: 14px;
  border: none;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  flex: 1;
}
.seg > input[type="radio"]:checked + label {
  background-color: var(--Windows_Primary);
}


/* Tabs */
.tab-container {
  margin: 0;
  padding: 0;
  max-width: 361px;
}
.tab-container.mobile {
  padding: 4px 0 0 0;
}
.tab {
  display: flex;
  /*width: 361px;*/
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}
.tab > input[type="radio"] {
  display: none;
}
.tab > label {
  position: relative;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: var(--Elements_Secondary);
  font-size: 14px;
  border: none;
  border-radius: var(--bor_radius_tre);
  background-color: var(--Fills_Primary);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  flex: 1;
}
.tab > label.locked {
  pointer-events: none;
}
.tab > input[type="radio"]:not(:checked) + label.locked {
  color: var(--Elements_Tertiary);
}
.tab > label:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tab > label:nth-child(n+3) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tab > input[type="radio"]:checked + label {
  color: var(--Elements_Primary);
  background-color: var(--Theme_Secondary);
}
.tab > label:hover::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background-color: var(--brt_hover);*/
  background-color: var(--Theme_Secondary);
}

/* Popup */
div.popup {
  max-width: var(--pop_max_width);
  /*padding-top: 15px;*/
}
div.popup_wrappper {
  /*padding: var(--padding_min);*/
  /*background-color: var(--c_gray);*/
  border-radius: var(--pop_radius);
  min-width: var(--pop_max_width);
  max-width: 100vw;
}
@media all and (max-width: 640px) {
  div.popup_wrappper {
    min-width: unset;
  }
}
.filter_e_3 {
  width: 100%;
  height: 3px;
}
.filter_e_5 {
  width: 100%;
  height: 5px;
}
.filter_e_10 {
  width: 100%;
  height: 10px;
}
.filter_hr {
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: var(--Misc_Separator);
}
table.popup {
  color: var(--Elements_Primary);
  font-size: 12px;
  line-height: 1.3;
}
table.popup tr td {
  padding: 0;
}
table.popup.p_td_3 tr td {
  padding: 3px 0;
}
table.popup.p_td_5 tr td {
  padding: 5px 0;
}
table.order {
  color: var(--c_lblack);
  font-size: 12px;
  line-height: 1.3;
}
table.order tr td {
  padding: 3px 0;
}
table.order.my tr td {
  padding: 1px 0;
}
table.order tr td:first-child{
  color: var(--c_dgray);
}
.popup .info {
  width: 100%;
  border-radius: 10px;
  outline: 1px solid var(--c_line);
  line-height: 1;
}
.popup .car_colors {
  position: relative;
  display: inline-block;
  height: 56px;
  overflow: hidden;
}
.popup .car_colors .hex {
  width: 224px;
  height: 24px;
  margin: 0 auto;
  border: 1px solid var(--c_line);
}
.popup .car_colors_img {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid var(--c_line);
  overflow: hidden;
}
.popup .car_colors_img img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

/* Fullscreen */
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: fill;
  z-index: 100;
}
.fullscreen_container {
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow-y: auto;
  overflow-x: hidden;
  /*z-index: 1003;*/
}
.fullscreen_container.top {
  top: 0%;
  transform: translate3d(-50%, 0%, 0);
}
.blur {
  /*background: rgba(249, 248, 247, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
  background: var(--c_gray);
}
.blur_d {
  background: rgba(17, 17, 17, 0.96);
  /*backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);*/
}
.fixed-top {
  display: block !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eff3f6;
  animation: showBlock 0.5s forwards;
  /*z-index: 10001;*/
}
.fixed-bottom {
  display: block !important;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eff3f6;
  /*animation: showBlock 0.5s forwards;*/
  /*z-index: 10001;*/
}


/* spinner */
#spin {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


/* checkbox */
.checkbox-wrapper input[type="checkbox"] {
  display: none;
  visibility: hidden;
}
.checkbox-wrapper .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.checkbox-wrapper .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: var(--bor_radius_tre);
  transform: scale(1);
  vertical-align: middle;
  /*border: 1px solid var(--Elements_Tertiary);*/
  background-color: var(--Fills_Primary);
  transition: all 0.2s ease;
}
.checkbox-wrapper .cbx span:first-child svg {
  position: absolute;
  top: 6px;
  left: 4px;
  fill: none;
  stroke: var(--Grays_White);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 23px;
  stroke-dashoffset: 23px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--Theme_Primary);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-wrapper .cbx span:last-child {
  /*padding-left: 8px;*/
  font-size: 14px;
}
.checkbox-wrapper .cbx:hover span:first-child {
  border-color: var(--Theme_Primary);
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
  background: var(--Theme_Primary);
  border-color: var(--Theme_Primary);
  animation: wave-sc 0.4s ease;
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2);
  opacity: 0;
  transition: all 0.6s ease;
}
@keyframes wave-sc {
  50% {
    transform: scale(0.9);
  }
}


/* select clear */
.radio-item_clear [type="radio"] {
  display: none;
}
.radio-item_clear + .radio-item {
  margin-top: 4px;
}
.radio-item_clear label {
  display: block;
  padding: 13px 10px 10px 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  min-width: 320px;
  min-height: 40px;
  white-space: nowrap;
  position: relative;
  transition: 0.4s ease-in-out 0s;
}
.radio-item_clear label:after,
.radio-item_clear label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.radio-item_clear label:after {
  height: 24px;
  width: 24px;
  border: 1px solid var(--c_line);
  left: 1px;
  top: calc(50% - 12px);
}
.radio-item_clear label:before {
  background: var(--c_white);
  border: 7px solid var(--c_red);
  height: 24px;
  width: 24px;
  left: 0px;
  top: calc(50% - 13px);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out 0s;
}
.radio-item_clear [type="radio"]:checked ~ label::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.radio-item_clear [type="radio"]:checked ~ label::after {
  opacity: 0;
}


/* select manager */
.radio-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-item [type="radio"] {
  display: none;
}
.radio-item + .radio-item {
  margin-top: 4px;
}
.radio-item label {
  display: block;
  padding: 15px 15px 15px 50px;
  border: 1px solid var(--c_line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  min-width: 320px;
  min-height: 74px;
  white-space: nowrap;
  position: relative;
  transition: 0.4s ease-in-out 0s;
}
.radio-item label:after,
.radio-item label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.radio-item label:after {
  height: 24px;
  width: 24px;
  border: 1px solid var(--c_line);
  left: 15px;
  top: calc(50% - 12px);
}
.radio-item label:before {
  /*background: var(--c_red);*/
  border: 8px solid var(--c_red);
  height: 26px;
  width: 26px;
  left: 14px;
  top: calc(50% - 13px);
  transform: scale(2);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out 0s;
}
.radio-item [type="radio"]:checked ~ label {
  border-color: transparent;
  background: var(--c_lgreen);
}
.radio-item [type="radio"]:checked ~ label::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.radio-item [type="radio"]:checked ~ label::after {
  opacity: 0;
}
.radio-item img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.radio-item .fl_r {
  display: inline-block;
  height: 44px;
  width: 200px;
  padding-top: 10px;
}

/* form change status */
:root {
  --status_percent: 0%;
  --last_label_height: 100px;
  --debt_top: 0px;
}
[contenteditable] {
  cursor: text;
}
[contenteditable]:focus {
  border-radius: 10px;
  background: var(--c_white);
  outline: 0px solid transparent;
}
#form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}
form .status_change {
  max-width: 320px;
}
form .debt-amount-slider {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  position: relative;
  width: 320px;
  /*height: 800px;*/
  user-select: none;
}
form .debt-amount-slider::before {
  content: " ";
  position: absolute;
  height: calc(100% - var(--last_label_height));
  width: 2px;
  top: 0px;
  left: 6px;
  /*background: var(--c_line);*/
  background: linear-gradient(to bottom, var(--c_green) var(--status_percent), var(--c_line) 0%);
}
form .debt-amount-slider input, form .debt-amount-slider label {
  box-sizing: border-box;
  flex: 1;
  user-select: none;
  cursor: pointer;
}
form .debt-amount-slider label {
  display: inline-block;
  position: relative;
  width: 293px;
  top: 0px;
  left: 20px;
  padding-bottom: 16px;
  color: var(--Elements_Secondary);
  font-size: 12px;
  line-height: 1;
  user-select: none;
}
form .debt-amount-slider label::before {
  content: attr(data-debt-amount);
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  color: var(--Elements_Secondary);
  transition: all 0.15s ease-in-out;
  white-space: normal;
}
form .debt-amount-slider label::after {
  content: " ";
  position: absolute;
  left: -19px;
  top: 0px;
  /*transform: translate(-50%, -50%);*/
  width: 12px;
  height: 12px;
  outline: 2px solid var(--c_lgray);
  background: var(--c_line);
  border-radius: 50%;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
form .debt-amount-slider label:hover::after {
  transform: scale(1.25);
}
form .debt-amount-slider input {
  display: none;
}
form .debt-amount-slider input:checked + label, form .debt-amount-slider label.active {
  color: var(--Elements_Primary);
  font-weight: 700;
}
form .debt-amount-slider input:checked + label::before, form .debt-amount-slider label.active::before {
  color: var(--Theme_Primary);
}
form .debt-amount-slider input:checked + label::after, form .debt-amount-slider label.active::after {
  background: var(--Theme_Primary);
}
form .debt-amount-slider input:checked ~ .debt-amount-pos {
  opacity: 1;
  top: var(--debt_top);
}
form .debt-amount-slider .debt-amount-pos {
  display: block;
  position: absolute;
  top: 0px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: var(--c_orange);
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  outline: 2px solid var(--c_lgray);
  opacity: 0;
  z-index: 2;
}
form:valid .debt-amount-slider input + label::before {
  /*transform: translate(-50%, 45px) scale(0.9);*/
  transition: all 0.15s linear;
}
form:valid .debt-amount-slider input:checked + label::before {
  /*transform: translate(-50%, 45px) scale(1.1);*/
  transition: all 0.15s linear;
}
form + button {
  appearance: none;
  transition: all 0.15s ease-in-out;
  user-select: none;
}
form + button:hover:active {
  transform: scale(0.9);
}
form + button:focus {
  pointer-events: none;
}
form + button:focus::before {
  animation: spin_small 1s linear infinite;
}
form + button::before {
  display: inline-block;
  width: 0;
  opacity: 0;
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0;
  transform: rotate(0deg);
}
form:invalid + button {
  pointer-events: none;
  opacity: 0.25;
}
@keyframes spin_small {
  from {
    transform: rotate(0deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
  to {
    transform: rotate(360deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
}

/* other */
.no_bg {
  background: transparent !important;
}

.shadow {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.5);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.5);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.5);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.scroll_none::-webkit-scrollbar {
  width: 0;
}

.scroll_none {
  -ms-overflow-style: none;
}

.hover_text::before {
  content: attr(text);
}

.hover_text:hover::before {
  content: attr(hover_text);
  color: var(--c_red) !important;
}

.stick {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 4px;
  font-size: 12px;
}

.but.progress, button.progress {
  appearance: none;
  transition: all 0.15s ease-in-out;
  user-select: none;
}
.but.progress:hover:active, button.progress:hover:active {
  transform: scale(0.95);
}
.but.progress[progress=wait]:focus, button.progress[progress=wait]:focus {
  pointer-events: none;
}
/*
.but.progress[progress=wait]:focus::before, button.progress[progress=wait]:focus::before {
}
*/
.but.progress[progress=wait]::after, button.progress[progress=wait]::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 25px 0;
  margin: 0 -5%;
  overflow: hidden;
}
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--c_blue);
  color: var(--c_blue);;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--c_blue);
  color: var(--c_blue);
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}

/**
 * ==============================================
 * Dot Windmill
 * ==============================================
 */
.dot-windmill {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--c_blue);
  color: var(--c_blue);
  transform-origin: 5px 15px;
  animation: dot-windmill 2s infinite linear;
}
.dot-windmill::before, .dot-windmill::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.dot-windmill::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--c_blue);
  color: var(--c_blue);
}
.dot-windmill::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--c_blue);
  color: var(--c_blue);
}

@keyframes dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0);
  }
}

/**
 * ==============================================
 * Dot Windmill_off
 * ==============================================
 */
.dot-windmill_off {
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url('about:blank');
  animation: dot-windmill 2s infinite linear;
}
.dot-windmill_off.stop {
  animation: none;
}

/**
 * ==============================================
 * Slider range
 * ==============================================
 */
.range {
  margin-top: 0px;
  padding: 6px 16px;
}
.range-slider {
  position: relative;
  height: 4px;
  margin: 22px 0 16px 0;
  background-color: #EDEEF0;
  border-radius: 2px;
}
.range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: var(--Theme_Primary);
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 28px;
  top: -32px;
  /*left: -2px;*/
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  /*border: 3px solid #007AFF;*/
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 20%);
}
.range-input input::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  /*border: 3px solid #007AFF;*/
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}
.range-price {
  display: flex;
  gap: 4px;
  width: 100%;
}
.range-price input:focus {
  outline-width: 0;
  outline: none;
}
.range-price .input {
  position: relative;
  height: 44px;
  width: 50%;
}
.range-price .input label {
  position: absolute;
  height: 44px;
  line-height: 44px;
  right: 16px;
}
.range-price .input input {
  height: 44px;
  width: calc(100% - 0px);
  font-size: 16px;
  /*background-color: #EDEEF0;*/
  /*border: 1px solid white;*/
  padding: 0 40px 0 16px;
}
.range-price .input input[name="min"] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.range-price .input input[name="max"] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


/* Fields */
.query {
  position: relative;
  width: var(--el_fix_widht);
}
.query > input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: var(--bor_radius_tre);
    /*border: 1px solid var(--c_line);*/
    color: var(--Elements_Primary);
    background-color: var(--Fills_Primary);
    outline: none;
    padding: 0 16px 0 38px;
    font-size: 16px;
}
.query.s > input {
    height: 32px;
    line-height: 32px;
}
.query > i {
  position: absolute;
  display: block;
  left: 8px;
  top: 10px;
  height: 24px;
  color: var(--Elements_Tertiary);
  font-size: 24px;
  cursor: pointer;
}
.query.s > i {
  top: 4px;
}
.query > i.search {
  color: var(--Theme_Primary);
}

.input > input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: var(--bor_radius_tre);
  color: var(--Elements_Primary);
  background-color: var(--Fills_Primary);
  outline: none;
  padding: 0 38px 0 12px;
  font-family: "myfont";
  font-size: 16px;
}
.input > input:hover {
  background-color: var(--Theme_Secondary);
}
.input.s > input {
  height: 32px;
  line-height: 32px;
}
.input > i {
  position: absolute;
  display: block;
  right: 12px;
  top: 10px;
  height: 24px;
  color: var(--Elements_Secondary);
  font-size: 24px;
  cursor: pointer;
}
.input.s > i {
  top: 4px;
}
.input {
  position: relative;
  width: var(--el_fix_widht);
}
.input > input.selected {
  background-color: var(--Theme_Secondary);
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.input > input::placeholder {
  font-family: "myfont";
  color: var(--Elements_Secondary);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group div.input {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  width: unset;
}
.input-group div.input input {
  border-radius: 0;
}
.input-group div.input:first-child input {
  border-radius: 6px 0 0 6px;
}
.input-group div.input:last-child input {
  border-radius: 0 6px 6px 0;
}


/* Custom select */
.select_mate {
  position: relative;
  /*float: left;*/
  /*width: 100%;*/
  width: var(--el_fix_widht);
  background-color: var(--Fills_Primary);
  border-radius: var(--bor_radius_tre);
  outline: none;
  transition: all 375ms ease-in-out;
}
.select_mate.selected {
  background-color: var(--Theme_Secondary);
}
.select_mate:hover .selecionado_opcion::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--brt_hover);
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;  
  z-index: -1;
}
.selecionado_opcion {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: var(--Elements_Primary);
  padding: 0 38px 0 16px;
  font-size: 16px;
  cursor: pointer;
}
.select_mate:not(.selected) .selecionado_opcion {
  color: var(--Elements_Secondary);
}
.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}
ul.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1002;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  /*transition: all 375ms ease-in-out;*/
  max-height: 600px;
  background-color: var(--Fills_Droplist);
  overflow-y: auto;
}
ul.cont_select_int.active {
  background-color: #EEEEEE;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  height: 44px;
  line-height: 44px;
  list-style-type: none;
  padding: 0 38px 0 16px;
  margin: 0px;  
  /*transition: all 275ms ease-in-out;*/
  display: block;
  cursor:pointer;
}
.cont_select_int li:first-child {
  padding: 0 38px 0 38px;
  border-bottom: 1px solid var(--Elements_Secondary);
}
.cont_select_int li:first-child:before {
  position: absolute;
  top: 0;
  left: 6px;
  content: "\e905";
  font-family: 'icomoon' !important;
  font-size: 24px;
}
.cont_select_int li::last-child {
  border-radius: 6px;
  border-bottom: 0px; 
}
.cont_select_int li:hover {
  background-color: var(--Theme_Secondary);
}

.icon_select_mate {
  position: absolute;
  top: 0;
  right: 6px;
  height: 44px;
  transition: all 275ms;
}
.icon_select_mate i {
  color: var(--Elements_Secondary);
  font-size: 24px;
  line-height: 44px;
}

.input-group div.select_mate {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  width: unset;
}
.input-group div.select_mate:first-child {
  border-radius: 6px 0 0 6px;
}
.input-group div.select_mate:last-child {
  border-radius: 0 6px 6px 0;
}


/* Advert */
div.advert {
  background-color: var(--Windows_Primary);
}
div.advert.contract {
  /*background-color: rgba(255, 255, 255, 0.25) !important;*/
  opacity: 0.25;
  pointer-events: none;
}
div.advert.contract .advert_base {
  pointer-events: none;
}
div.advert.contract .advert_base .buttons .but {
  color: var(--Elements_Tertiary) !important;
  background: var(--Fills_Primary) !important;
  pointer-events: none;
  cursor: not-allowed;
}
div.advert.contract .advert_base .icons .but_ico i {
  color: var(--Fills_Primary) !important;
}

div.advert_base .icons {
  display: inline-block;
  /*position: absolute;*/
  right: 0px;
  bottom: 6px;
  font-size: 0;
}
div.advert_base .icons.vert {
  width: 48px;
}
div.advert_base .icons:not(.vert) {
  height: 48px;
}

div.advert_base .icons > div {
  width: 48px;
  height: 48px;
  /*border: 1px solid var(--Fills_Primary);*/
}
div.advert_base .icons > div > a.but_ico {
  width: 48px;
  height: 48px;
  border-radius: unset;
}
div.advert_base .icons > div > a.but_ico i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
}

div.advert_base .icons.vert > div {
  margin-top: -1px;
}
div.advert_base .icons.vert > div:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  /*border-radius: 4px 4px 0 0;*/
  margin-top: 0px;
}
div.advert_base .icons.vert > div:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /*border-radius: 0 0 4px 4px;*/
}

div.advert_base .icons:not(.vert) > div {
  margin-left: -1px;
}
div.advert_base .icons:not(.vert) > div:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  /*border-radius: 4px 0 0 4px;*/
  margin-left: 0px;
}
div.advert_base .icons:not(.vert) > div:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /*border-radius: 0 4px 4px 0;*/
}

div.advert_base .buttons, div.advert_base .icons > div {
  /*display: none;*/
  display: inline-block;
}
div.advert_base:hover .buttons, div.advert_base:hover .icons > div {
  display: inline-block;
}
div.advert_base .icons > div:has( a.but_ico > i.icon-bookmark_fill ) {
  display: inline-block;
}
div.advert_base:not(:hover) .icons > div:has( a.but_ico > i.icon-bookmark_fill ) {
  border-radius: 4px;
}
div.advert_base .icons > div > a.but_ico > i.icon-bookmark_fill {
  color: var(--Theme_Primary);
}


/* Breadcrumb */
ul.breadcrumb {
  width:100%;
  height:20px;
  /*padding: 0px var(--padding_big);*/
  list-style: none;
  overflow:hidden;
}
.insidescroll{
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom:15px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
  color: var(--Elements_Primary);
}
ul.breadcrumb li+li:before {
  padding: 0 0 0 2px;
  /*padding: 0;*/
  color: var(--Elements_Primary);
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: var(--Elements_Primary);
  text-decoration: none;
}
ul.breadcrumb li:last-child a {
  color: var(--Elements_Secondary);
  pointer-events: none;
  cursor: default;
}
ul.breadcrumb li:not(:last-child) a:hover {
  color: var(--Theme_Primary);
  /*text-decoration: underline;*/
}

/* Details */
.details {
  position: relative;
  display: block;
  max-width: 640px;
  margin: 0 auto 8px;
  background: transparent;
  border-radius: 6px;
  transition: 0.3s;
  overflow: hidden;
}
.details::after {
  position: absolute;
  right: 16px;
  top: 12px;
  content: "\e907";
  font-family: 'icomoon' !important;
  font-size: 24px;
  display: block;
  transform-origin: center;
  transition: .3s;
}
.details[open]::after {
  transform: rotate(180deg);
}
.details[open] {
  padding-bottom: 60px;
}
.details[open] .details__title {
  margin-bottom: 2px;
}
.details__title {
  background: var(--Fills_Tertiary);
  border-radius: 6px;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  transition: .3s;
}
.details__title::-webkit-details-marker {
  display: none;
}
.details__content {
  padding: 0;
  font-size: 18px;
  margin-bottom: -60px;
}
.details__content div, .details__content p {
  margin: 2px 0;
}
.details__content div:last-child, .details__content p:last-child {
  margin-bottom: 0;
}
.details__content div:first-child, .details__content p:first-child {
  margin-top: 0;
}

/* Мобильная адаптация карточек */
div.advert_base .advert_flex {
    display: block !important;
    height: auto !important;
}
div.advert_base .car_1 {
    width: 100% !important;
    height: auto !important;
}
div.advert_base .car_2 {
    width: 100% !important;
    height: auto !important;
}
div.advert_base .car_2 > div {
    height: auto !important;
}
div.advert_base .car_2 .buttons {
    position: relative !important;
    bottom: auto !important;
    margin-top: 12px;
}
.no_mobile {
    display: none !important;
}
