body::-webkit-scrollbar {
  width: 6px;
  background: #e5e5e5;
  border-radius: 0px;
  height: 200px;
}

body::-webkit-scrollbar-thumb {
  background: #2b3048;
  border-radius: 1px;
}

* {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

h1 {
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.HText {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.MText {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.LText {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.BText {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.AText {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.HS {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(101, 109, 147, 0.06);
  position: fixed;
  top: 0;
  z-index: 5;
}

.Hcont {
  width: 100%;
  min-height: 50px;
}

.Hcont_L {
  display: flex;
  align-items: center;
  max-width: 355px;
  width: 100%;
  min-height: 50px;
  background: #2b3048;
  border-bottom: 1px solid #5b617c;
  padding-left: 100px;
}

.Hcont_L img {
  transition-duration: 0.6s;
}

.Hcont_L img:hover {
  opacity: 0.6;
}

.Hcont_R {
  width: 100%;
  min-height: 50px;
  padding: 0px 100px 0px 40px;
}

.Tlogo {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #2ccd65;
}

.Hcont_R_Balance {
  height: 34px;
  padding: 5px 8px;
  background: #f6f7fa;
  border-radius: 4px;
  transition-duration: 0.6s;
  transition-property: background;
}

.Hcont_R_Balance:hover {
  background: #e2e3e9;
}

.Hcont_R_Balance-t {
  text-align: right;
  padding-left: 10px;
  color: #2b3048;
}

.Hcont_R_Balance-t span {
  color: #007fea;
}

.Wrapburgbal .link {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #9ba0b7;
  margin-left: 16px;
  user-select: none;
  transition-duration: 0.6s;
}

.Wrapburgbal .link:hover {
  color: #424242;
}

.Hcont_R_R-Name-t {
  position: relative;
  color: #9ba0b7;
  margin-right: 28px;
  transition-duration: 0.4s;
  transition-property: opacity;
}

.Hcont_R_R-Name-t:hover {
  opacity: 0.6;
}

.Hcont_R_R-Name-t.tclick {
  color: #5b617c;
}

.Hcont_R_R-Name-t::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: ScaleY(-1) translateY(50%);
  right: -18px;
  width: 10px;
  height: 6px;
  background-image: url('/img/ArrUp.png');
  opacity: 0.6;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.4s;
  transition-property: opacity, transform;
}

.Hcont_R_R-Name-t.tclick::after {
  transform: ScaleY(1) translateY(-50%);
  opacity: 1;
}

.Hcont_R_R-Name {
  margin-right: 20px;
  margin-left: 10px;
  position: relative;
}

.User-Menu {
  position: absolute;
  display: none;
  z-index: -1;
  top: 36px;
  right: 0;
  width: 235px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(95, 100, 123, 0.34);
  border-radius: 12px;
  padding: 16px 0px;
  padding-left: 28px;
  transition-duration: 0.4s;
  transform-origin: top;
  opacity: 0;
  transform: ScaleY(0);
}

.User-Menu.menu-open {
  display: block;
  z-index: 2;
  opacity: 1;
  transform: ScaleY(1);
}

.Notice-Menu {
  position: absolute;
  display: none;
  z-index: -1;
  top: 36px;
  right: -100px;
  max-width: 390px;
  max-height: 500px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(95, 100, 123, 0.34);
  border-radius: 12px;
  transition-duration: 0.4s;
  transform-origin: top;
  overflow: auto;
  opacity: 0;
  transform: ScaleY(0);
}

.Notice_block {
  padding: 15px;
  box-shadow: 0 0 5px rgba(95, 100, 123, 0.34);
  width: max-content;
  max-width: 260px;
}

.Notice__type {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
}

.More_notice {
  font-size: 14px;
  font-weight: 400px;
  color: #007fea;
  margin: 15px auto;
}

.Notice__text {
  font-size: 14px;
  margin-bottom: 5px;
}

.Notice-Menu.menu-open {
  display: block;
  z-index: 2;
  opacity: 1;
  transform: ScaleY(1);
}

.User-Menu-cont {
  width: 100%;
}

.User-Menu-b {
  margin: 10px 0px;
  transition-duration: 0.6s;
}

.User-Menu-b:hover {
  opacity: 0.6;
}

.User-Menu-b-t {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
  margin-left: 8px;
}

.User-Menu-b3-t {
  color: #ff6359;
}

.User-Menu-Back {
  position: fixed;
  width: 1000%;
  height: 1000%;
  top: 0;
  left: 0;
  display: none;
}

.Notice-Menu-Back {
  position: fixed;
  width: 1000%;
  height: 1000%;
  top: 0;
  left: 0;
  display: none;
}

.Hcont_R_R-AddZ-Block {
  background: #007fea;
  border-radius: 8px;
  padding: 8px 12px;
  height: 36px;
  transition-duration: 0.6s;
  transition-property: background;
}

.Hcont_R_R-AddZ-Block:hover {
  background: #00559b;
}

.Hcont_R_R-AddZ-BTN-t {
  color: #ffffff;
  margin-left: 12px;
}

.HeaderNotification {
  margin: 0px 24px;
  position: relative;
  width: 31px;
  height: 29px;
  display: flex;
  align-items: flex-end;
  justify-content: start;
}

.HeaderNotif {
  width: 16px;
  height: 18px;
  margin: 3px 4px;
}

.Notif-Num {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 99, 89, 0.84);
  border-radius: 12px;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}

.Hcont_R_R-AddZ {
  height: 50px;
  border-left: 1px solid #9ba0b7;
}

.main {
  width: 100%;
  background: #f6f7fa;
  margin-top: 50px;
  min-height: calc(100vh - 50px);
}

.maincont {
  max-width: 1440px;
  width: 100%;
}

.leftMenu {
  position: fixed;
  max-width: 354px;
  height: 100%;
  width: 100%;
  background: #010101;
  padding-left: 100px;
  padding-top: 36px;
}

.rightInfo {
  max-width: 1085px;
  width: 100%;
  padding: 40px 100px 0px 40px;
  display: flex;
  flex-direction: column;
}

.rightInfo .title_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.rightInfo .title_row a {
  max-width: fit-content;
  user-select: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  text-decoration-line: underline;
  color: #007fea;
  transition-duration: 0.6s;
}

.rightInfo .title_row a:hover {
  opacity: 0.6;
}

.WBL1 {
  border-bottom: 1px solid #5b617c;
}

.WrapLeftBack {
  background: #2b3048;
  max-width: calc(50vw - 720px);
  width: 100%;
  min-height: fit-content;
}

.WrapRightBack {
  background: #f6f7fa;
  max-width: calc(50vw - 720px);
  width: 100%;
  min-height: fit-content;
}

.leftMenu-LK-ttl {
  color: #9ba0b7;
  margin-bottom: 24px;
}

.leftMenu-LK {
  margin-bottom: 36px;
}

.Menu_row-t {
  margin-left: 16px;
  color: #ffffff;
}

.Menu_row .menu-image {
  transition-duration: 0.6s;
}

.Menu_row-butt:hover .menu-image,
.Menu_row-butt:hover .Menu_row-t {
  opacity: 0.6;
}

.Menu_row {
  margin-bottom: 12px;
  max-height: 20px;
}

.Menu_row-last {
  margin-bottom: 0px;
}

.Menu_row img:nth-child(2) {
  display: none;
}

.Menu_row.active img:nth-child(2) {
  display: block;
}

.Menu_row.active img:nth-child(1) {
  display: none;
}

.Menu_row.active .Menu_row-t {
  color: #2ccd65;
}

.Menu_row_LINE-ACTIVE {
  width: 4px;
  height: 24px;
  background: #2ccd65;
  border-radius: 1px;
  display: none;
}

.Menu_row.active .Menu_row_LINE-ACTIVE {
  display: block;
}

.leftMenu-LG {
  margin-bottom: 24px;
}

.leftMenu-Veinar {
  margin-bottom: 36px;
  max-width: 203px;
  width: 100%;
  min-height: 112px;
  padding: 16px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  background: #9ba0b71f;
  border-radius: 12px;
}

.leftMenu-Veinar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.leftMenu-Veinar-row-t1 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #f0f1f8;
}

.leftMenu-Veinar-row-t2 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #9ba0b7;
}

.leftMenu-Veinar-NAME {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 8px;
}

.leftMenu-Veinar a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #007fea;
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
}

.leftMenu-Veinar a:hover {
  color: #075ea5;
}

.leftMenu-OP {
  margin-bottom: 40px;
}

.Menu_row-t2 {
  max-width: fit-content;
  margin-bottom: 8px;
  color: #ffffff;
  transition-duration: 0.6s;
}

.Menu_row-t2:hover {
  opacity: 0.6;
}

.Menu_row-t2-last {
  color: #ffffff;
  margin-bottom: 0px;
  transition-duration: 0.6s;
}

.BURGER-BTN {
  display: none;
}

.leftMenu-WRAP {
  width: 355px;
  background: #2b3048;
  height: 100%;
  z-index: 4;
  overflow: auto;
}

.leftMenu-logo {
  max-width: 280px;
  width: 100%;
  height: 50px;
  background: #2b3048;
  border-bottom: 1px solid #5b617c;
  padding-left: 60px;
  padding-top: 16px;
  display: none;
}

.leftMenu-WRAP.menu-open {
  transform: translateX(0%);
}

.BURGER-BACK {
  position: fixed;
  width: 1000%;
  height: 1000%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: none;
}

.BredCramsonBalance {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.BredCramsonBalance img {
  margin: 0px 16px;
}

.BRChome {
  color: #9ba0b7;
}

.BRCpagenow {
  color: #007fea;
  user-select: none;
}

.Bal-ttl {
  color: #2b3048;
  margin-right: 15px;
  max-width: 600px;
}

.MainInfo {
  width: 100%;
  min-height: fit-content;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  margin-bottom: 52px;
}

.ChangePageBalance {
  padding: 40px;
  padding-bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #cbd0e8;
}

.ChangePage-Item {
  max-width: fit-content;
  flex-direction: column;
  margin-left: 40px;
}

.ChangePage-Item:first-child {
  margin-left: 0px;
}

.ChangePage-Item-t {
  color: #5b617c;
  margin-bottom: 12px;
  transition-duration: 0.6s;
}

.ChangePage-Item-line {
  width: 100%;
  height: 2px;
  background: #007fea;
  border-radius: 1px;
  opacity: 0;
  transition-duration: 0.6s;
}

.ChangePage-Item-t.CIT-active {
  color: #007fea;
}

.ChangePage-Item-line.CIL-active {
  opacity: 1;
}

.Page-Balance {
  padding: 40px 0px;
  display: none;
}

.Page-Balance.active {
  display: block;
}

.change__section {
  display: none;
}

.change__section.active {
  display: block;
}

.Page1-B_info {
  width: 100%;
  padding: 0px 40px;
}

.Page1-B_info-t {
  margin-bottom: 40px;
  color: #2b3048;
}

.Page1-B_info-balance {
  padding: 24px 28px;
  max-width: 275px;
  width: 100%;
  background: #f0f1f8;
  border-radius: 12px;
  margin-bottom: 52px;
}

.Page1-nubBal {
  font-weight: 600;
  font-size: 52px;
  line-height: 46px;
  color: #007fea;
}

.Page1-numbalval {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #007fea;
  margin-left: 8px;
}

.Page1-Donate_BC,
.Page1-Donate_CL {
  max-width: 275px;
  width: 100%;
  min-height: 152px;
  background: #cce8ff;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  padding: 24px;
  transition-duration: 0.6s;
}

.Page1-Donate_BC:hover,
.Page1-Donate_CL:hover {
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.4);
}

.Page1-Donate_BC {
  background-image: url('/img/DonateChoose1.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

.Page1-Donate_CL {
  margin-left: 20px;
  background-image: url('/img/DonateChoose2.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

.Page1-Donate-t {
  max-width: 120px;
  color: #2b3048;
}

.page-footer {
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.toogle-pages_wrap {
  max-width: 324px;
  width: 100%;
}

.toogle-pages {
  max-width: 324px;
  width: 100%;
  height: 36px;
  background: #ffffff;
  border-radius: 8px;
  display: none;
}

.page-footer-links {
  text-align: right;
}

.page-footer-links a {
  color: #2b3048;
  transition-duration: 0.6s;
}

.page-footer-links a:hover {
  opacity: 0.6;
}

.page-footer-link2 {
  margin-left: 48px;
}

.PopapBack {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 1000%;
  height: 1000%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.PopapDBCWrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  max-width: 640px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
}

.PopapDBC,
.PopapDCD,
.PopapDCD2,
.PopapDCD-Error {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  max-height: 100%;
  overflow: auto;
  border-radius: 12px;
  padding: 48px 56px;
  display: none;
}

.PopapDBC-ttl {
  max-width: 440px;
  color: #2b3048;
  text-align: center;
  margin-bottom: 40px;
}

.PopapDCD-ttl,
.PopapDCD2-ttl {
  color: #2b3048;
  text-align: center;
  margin-bottom: 12px;
}

.PopapDCD-subttl,
.PopapDCD2-subttl {
  max-width: 488px;
  text-align: center;
  color: #2b3048;
  margin-bottom: 40px;
}

.PopapExidIcon {
  position: absolute;
  top: 24px;
  right: 24px;
}

.PopapDBC-t2 {
  color: #5b617c;
  margin-bottom: 8px;
}

.PopapDBC_Form,
.PopapDCD_Form {
  max-width: 400px;
  width: 100%;
}

.InputDonateAmount,
.InputDonateAmount2 {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #9ba0b7;
  transition-duration: 0.6s;
  margin-bottom: 8px;
}

.InputDonateAmount::placeholder,
.InputDonateAmount2::placeholder {
  color: #9ba0b7;
}

.InputDonateAmount:focus,
.InputDonateAmount:valid,
.InputDonateAmount2:focus,
.InputDonateAmount2:valid {
  background: #ffffff;
  border: 1px solid #9ba0b7;
  color: #2b3048;
}

.InputDonateAmount.validation:focus:invalid,
.InputDonateAmount.validation:invalid,
.InputDonateAmount2.validation:focus:invalid,
.InputDonateAmount2.validation:invalid {
  border: 1px solid #ed0a34;
}

.InputDonateAmount,
.InputDonateAmount2 {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.InputDonateAmount::-webkit-outer-spin-button,
.InputDonateAmount::-webkit-inner-spin-button,
.InputDonateAmount2::-webkit-outer-spin-button,
.InputDonateAmount2::-webkit-inner-spin-button {
  display: none;
}

.CheckboxDonatelink {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #5b617c;
  margin-left: 12px;
}

.CheckboxDonatelink a {
  text-decoration: underline;
  color: #5b617c;
}

.jq-checkbox,
.jq-checkbox.focused {
  max-width: 16px;
  width: 100%;
  height: 16px;
  background: #ffffff;
  border: 1px solid #9ba0b7;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}

.jq-checkbox.checked .jq-checkbox__div {
  border: none;
}

.jq-checkbox.checked {
  max-width: 16px;
  width: 100%;
  height: 16px;
  border: none;
  background: #007fea;
  background-image: url('/img/CheckboxSelected.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}

.CheckboxDonateandlink {
  margin-bottom: 44px;
}

.PopapDBC_Form-BTN,
.PopapDCD2_Form-BTN,
.PopapDCD-Error_Form-BTN {
  align-self: center;
  width: 139px;
  height: 40px;
  background: #007fea;
  border-radius: 8px;
  color: #ffffff;
  border: none;
  margin-bottom: 8px;
  transition-duration: 0.6s;
}

.PopapDBC_Form-BTN:hover,
.PopapDCD2_Form-BTN:hover,
.PopapDCD-Error_Form-BTN:hover {
  background-color: #00559b;
}

.PopapDBC_Form-Reset,
.PopapDCD-Error-Reset {
  align-self: center;
  width: 101px;
  height: 40px;
  border-radius: 8px;
  background: white;
  color: #5b617c;
  border: none;
  transition-duration: 0.6s;
}

.PopapDBC_Form-Reset:hover,
.PopapDCD-Error-Reset:hover {
  color: #7a819e;
}

.reset__btns {
  background-color: #ef3c3c;
  border: none;
  outline: none;
  border-radius: 8px;
  padding: 0 15px;
  color: white;
  cursor: pointer;
  margin-left: 10px;
}

.PopapDCD2img {
  margin-bottom: 20px;
}

.PopapDCD2_Form-BTN {
  margin-bottom: 0px;
}

.PopapDCD-Error_Form-BTN {
  width: 224px;
  margin-bottom: 8px;
}

.inpdate,
.inpdate2,
.inpdate3 {
  max-width: 120px;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #9ba0b7;
  margin-left: 16px;
}

.inpdate:focus,
.inpdate:active,
.inpdate2:focus,
.inpdate2:active,
.inpdate3:focus,
.inpdate3:active {
  background: #ffffff;
  border: 1px solid #9ba0b7;
  color: #2b3048;
}

.inpdatechange {
  background: #ffffff;
  border: 1px solid #9ba0b7;
  color: #2b3048;
}

.ChooseP-gr2 {
  margin: 0px 16px;
}

.inpdate::-webkit-calendar-picker-indicator,
.inpdate2::-webkit-calendar-picker-indicator,
.inpdate3::-webkit-calendar-picker-indicator {
  display: none;
}

.Page2-Balance_chooseP {
  padding: 40px;
  padding-top: 0px;
  border-bottom: 1px solid #f0f1f8;
}

.Page2-Balance_chooseP-ttl {
  color: #5b617c;
  margin-bottom: 20px;
}

.Page2-Balance_chooseP-P_from-to {
  color: #5b617c;
}

.Page2-Balance_chooseP-BTN,
.Page2-Balance_chooseP-BTN2,
.Page2-Balance_chooseP-BTN3 {
  width: 113px;
  height: 40px;
  background: #007fea;
  border-radius: 8px;
  color: #ffffff;
  border: none;
  transition-duration: 0.6s;
}

.Page2-Balance_chooseP-BTN:hover,
.Page2-Balance_chooseP-BTN2:hover,
.Page2-Balance_chooseP-BTN3:hover {
  background-color: #00559b;
}

.Page2-Balance_chooseP-BTN:disabled,
.Page2-Balance_chooseP-BTN2:disabled,
.Page2-Balance_chooseP-BTN3:disabled {
  background: #cbd0e8;
}

.Page2-Balance_Rows {
  width: 100%;
}

.Page2-Balance_Row {
  width: 100%;
  min-height: 88px;
  padding: 16px 40px;
  border-bottom: 1px solid #f0f1f8;
  align-items: start;
}

.Page2-Balance_Row:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  min-height: 72px;
}

.Page2-Balance_Row-name,
.Page2-Balance_Row-name2,
.Page2-Balance_Row-name3 {
  color: #2b3048;
  margin-bottom: 12px;
}

.Page2-Balance_Row-money,
.Page2-Balance_Row-money2 {
  color: #2b3048;
}

.Page2-Balance_Row-date,
.Page2-Balance_Row-date2,
.Page2-Balance_Row-date3 {
  color: #9ba0b7;
}

.Page2-Balance_Row-time,
.Page2-Balance_Row-time2,
.Page2-Balance_Row-time3 {
  margin-left: 24px;
  color: #9ba0b7;
}

.Page2-Balance_Row_R {
  text-align: right;
  align-items: flex-end;
}

.Page2-Balance_Row_R2 {
  align-self: center;
}

.Page2-Balance_Row-money2 {
  margin-bottom: 4px;
}

.Page2-Balance_Row-download,
.Page2-Balance_Row-download2 {
  text-decoration-line: underline;
  color: #007fea;
  transition-duration: 0.6s;
}

.Page2-Balance_Row-download:hover,
.Page2-Balance_Row-download2:hover {
  color: #0065ea;
}

.Page5-Balance_stat {
  width: 100%;
  padding: 0px 40px;
}

.Page5-Balance_stat-ttl {
  color: #2b3048;
  margin-bottom: 40px;
}

/*--------------MyOrders-------------*/
.MyOrders_tabs {
  padding-top: 20px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #cbd0e8;
  margin-bottom: 40px;
}

.MyOrders_tabs .tab {
  max-width: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  user-select: none;
  cursor: pointer;
  position: relative;
}

.tabsChange {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.MyOrders_tabs .tab:first-child {
  margin-left: 0px;
}

.MyOrders_tabs .tab .name {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 12px;
}

.MyOrders_tabs .tab .string {
  width: 100%;
  height: 2px;
  background: #007fea;
  border-radius: 1px;
  visibility: hidden;
}

.MyOrders_tabs .tab.active .name {
  color: #007fea;
}

.MyOrders_tabs .tab.active .string {
  visibility: visible;
}

.MyOrders_filter {
  margin-bottom: 24px;
  max-width: 422px;
  width: 100%;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.MyOrders_filter-reset {
  flex: 0 0 40px;
  max-width: 40px;
  width: 100%;
  height: 40px;
  background: #cbd0e8;
  box-shadow: inset 0px 0px 15px rgba(24, 18, 64, 0.03);
  border-radius: 8px;
  background-image: url('/img/Filter-1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  transition-duration: 0.3s;
  cursor: pointer;
  border: none;
}

.MyOrders_filter-reset:hover {
  opacity: 0.8;
}

.jq-selectbox {
  width: 115px;
  height: 40px;
  border: none;
  outline: none;
  z-index: 2;
}

.jq-selectbox__select,
.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.jq-selectbox__select:focus,
.focused .jq-selectbox__select {
  padding: 8px 20px;
  width: 115px;
  height: 40px;
  background: #f6f7fa;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 15px rgba(24, 18, 64, 0.03);
  border-radius: 8px;
  outline: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #cbd0e8;
}

.jq-selectbox__trigger {
  border: none;
  top: 50%;
  transform: translateY(-50%) scaleY(1);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url('/img/ardownblack.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.jq-selectbox.opened .jq-selectbox__trigger {
  transform: translateY(-50%) scaleY(-1);
}

.jq-selectbox__trigger-arrow {
  border: none;
}

.jq-selectbox__select-text {
  overflow: visible;
}

.MyOrders_filter-check {
  display: none;
}

.MyOrders_filter-check-l {
  padding: 8px 20px;
  width: 93px;
  height: 40px;
  background: #f6f7fa;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 15px rgba(24, 18, 64, 0.03);
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
}

.MyOrders_filter-check-l:hover {
  opacity: 0.7;
}

.MyOrders_filter-check.checked + .MyOrders_filter-check-l {
  background: #d9dff3;
  border: 1px solid #c9d1f7;
}

.MyOrders_filter-check-p {
  padding: 8px 15px;
  width: fit-content;
  height: 40px;
  background: #f6f7fa;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 15px rgba(24, 18, 64, 0.03);
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
}

.MyOrders_filter-check-p:hover {
  opacity: 0.7;
}

.MyOrders_filter-check.checked + .MyOrders_filter-check-p {
  background: #d9dff3;
  border: 1px solid #c9d1f7;
}

.OrderCardS {
  width: 100%;
  margin-bottom: 60px;
}

.OrderCard {
  max-width: 945px;
  width: 100%;
  min-height: 451px;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  margin-bottom: 20px;
}

.OrderCard:last-child {
  margin-bottom: 0px;
}

.OrderCard .top {
  width: 100%;
  padding: 24px 40px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #cbd0e8;
}

.OrderCard .top .Lcol {
  max-width: 332px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.OrderCard .top .Lcol .L {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
}

.OrderCard .top .Lcol .R {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
}

.OrderCard .top .Lcol .L .OrderNum {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  color: #2b3048;
  margin-bottom: 8px;
  margin-right: 10px;
}

.OrderCard .top .Lcol .L a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #5b617c;
  user-select: none;
  transition-duration: 0.3s;
}

.OrderCard .top .Lcol .L a:hover {
  color: #363a4d;
}

.OrderCard .top .Lcol .R .topb p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  margin-bottom: 12px;
}

.OrderCard .top .Lcol .R .topb p span {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-left: 11px;
}

.OrderCard .top .Lcol .R .bott {
  max-width: 147px;
  width: 100%;
  height: 3px;
  background: #cbd0e8;
  border-radius: 1px;
}

.OrderCard .top .Lcol .R .bott .bottfill {
  max-width: 147px;
  height: 3px;
  background: #007fea;
  border-radius: 1px;
}

.OrderCard .top .Rcol {
  margin-left: 20px;
  display: flex;
}

.OrderCard .top .Rcol .L {
  user-select: none;
  cursor: pointer;
  height: fit-content;
  width: fit-content;
  position: relative;
}

.OrderCard .top .Rcol .L p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  margin-right: 24px;
  position: relative;
  transition-duration: 0.3s;
}

.OrderCard .top .Rcol .L p::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -24px;
  transform: translateY(-50%) scaleY(1);
  background-image: url('/img/ardownblack.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
  opacity: 0.8;
}

.OrderCard .top .Rcol .L p.active::after {
  transform: translateY(-50%) scaleY(-1);
  opacity: 1;
}

.OrderCard .top .Rcol .L p.active {
  color: #1f212b;
}

.OrderCard .top .Rcol .L p:hover {
  color: #1f212b;
}

.OrderCard .top .Rcol .L p:hover:after,
.OrderCard .top .Rcol .L p:focus:after {
  opacity: 1;
}

.OrderCard .top .Rcol .L p:focus {
  color: #1f212b;
}

.OrderCard .top .Rcol .L .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 50%;
  transform-origin: top;
  transform: translateX(-50%) scaleY(0);
  width: max-content;
  z-index: 5;
  padding: 8px 4px;
  background: rgb(236, 236, 236);
  border-radius: 4px;
  transition-duration: 0.3s;
}

.OrderCard .top .Rcol .L .menu.active {
  transform: translateX(-50%) scaleY(1);
}

.OrderCard .top .Rcol .L .menu a {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5b617c;
  user-select: none;
  transition-duration: 0.3s;
}

.OrderCard .top .Rcol .L .menu a:hover {
  color: #0e0f13;
}

.OrderCard .top .Rcol .L .menu a:last-child {
  margin-bottom: 0px;
}

.OrderCard .top .Rcol .R {
  position: relative;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.OrderCard .top .Rcol .R .date {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #5b617c;
}

.OrderCard .top .Rcol .R .order-status,
.order-page_title-row .order-status {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding: 4px 12px;
  padding-left: 28px;
  max-width: fit-content;
  height: 28px;
  border-radius: 12px;
  user-select: none;
}

.OrderCard .top .Rcol .R .order-status p,
.order-page_title-row .order-status p {
  max-width: fit-content;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #5b617c;
  position: relative;
}

.OrderCard .top .Rcol .R .order-status p::before,
.order-page_title-row .order-status p::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.OrderCard .top .Rcol .R .Progress,
.order-page_title-row .Progress {
  background: #bdefc9;
}

.OrderCard .top .Rcol .R .Progress p::before,
.order-page_title-row .Progress p::before {
  background: #92e3a9;
}

.OrderCard .top .Rcol .R .Performed,
.order-page_title-row .Performed {
  background: #cbd0e8;
}

.OrderCard .top .Rcol .R .Performed p::before,
.order-page_title-row .Performed p::before {
  background: #9ba0b7;
}

.OrderCard .top .Rcol .R .Moderation,
.order-page_title-row .Moderation {
  background: #fee5b5;
}

.OrderCard .top .Rcol .R .Moderation p::before,
.order-page_title-row .Moderation p::before {
  background: #ffa800;
}

.OrderCard .top .Rcol .R .Pause,
.order-page_title-row .Pause {
  background: #cce8ff;
}

.OrderCard .top .Rcol .R .Pause p::before,
.order-page_title-row .Pause p::before {
  background: #007fea;
}

.OrderCard .top .Rcol .R .Stopped,
.order-page_title-row .Stopped {
  background: #ff9f99;
}

.OrderCard .top .Rcol .R .Stopped p::before,
.order-page_title-row .Stopped p::before {
  background: #ff6359;
}

.order__help-status {
  position: absolute;
  left: 50%;
  top: -85px;
  transform: translateX(-50%);
  z-index: 2;
  user-select: none;
  width: 220px;
  height: 60px;
  border-radius: 15px;
  text-align: center;
  padding: 10px;
  justify-content: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #f4f7fe;
  background-color: #23213d;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.3s;
}

.order__help-status:after {
  content: '';
  bottom: -40px;
  left: 100px;
  position: absolute;
  border: 14px solid transparent;
  border-top: 26px solid #23213d;
}

.order-status:hover .order__help-status {
  opacity: 1;
}

.order-page_title-row .order-status {
  margin-bottom: 0px;
}

.OrderCard_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid #cbd0e8;
}

.OrderCard_main_L {
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.OrderCard_main_L-t1 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5b617c;
  margin-bottom: 8px;
}

.OrderCard_main_L-t2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2b3048;
  margin-bottom: 32px;
}

.OrderCard_main_L-t2:last-child {
  margin-bottom: 0px;
}

.OrderCard_main_R {
  padding: 12px 0px;
  max-width: 527px;
  width: 100%;
  background: #f6f7fa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.OrderCard_main_R-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  border-bottom: 1px solid #cbd0e8;
}

.OrderCard_main_R-row:last-child {
  border-bottom: none;
}

.OrderCard_main_R-row-t1 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5b617c;
}

.OrderCard_main_R-row-t2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #2b3048;
}

.OrderCard_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px 24px 40px;
}

.OrderCard_bottom-L {
  max-width: fit-content;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #007fea;
  user-select: none;
  transition-duration: 0.3s;
}

.OrderCard_bottom-L:hover {
  color: #003761;
}

.OrderCard_bottom-R {
  width: 24px;
  height: 24px;
  user-select: none;
  transition-duration: 0.3s;
  position: relative;
}

.OrderCard_bottom-R::after {
  content: 'Настройка интеграции';
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #f4f7fe;
  right: -12px;
  top: -48px;
  display: flex;
  justify-content: center;
  padding-top: 9px;
  width: 180px;
  height: 56px;
  background-image: url('/img/Tooltip2.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
  pointer-events: none;
  opacity: 0;
}

.OrderCard_bottom-R:hover:after {
  opacity: 1;
}

.OrderPage {
  display: none;
}

.OrderCard_bottom-group {
  display: flex;
  align-items: center;
}

.OrderCard_bottom-group .OrderCard_bottom-L {
  max-width: 100%;
}

.OrderCard_bottom-group .OrderCard_bottom-L:last-child {
  margin-left: 45px;
}

.OrderPage-3 {
  margin-bottom: 52px;
}

.StatisticsCard {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.StatisticsCard_title {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
}

.StatisticsCard_undertitle {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
}

.OrderPage_StatisticsFilter {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 365px;
  width: 100%;
  margin-bottom: 20px;
}

.OrderPage_StatisticsFilter_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.OrderPage_StatisticsFilter_top-input {
  display: none;
}

.OrderPage_StatisticsFilter_top-label {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 178px;
  width: 100%;
  height: 40px;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 16px;
  text-align: center;
  user-select: none;
  transition-duration: 0.3s;
  cursor: pointer;
}

.OrderPage_StatisticsFilter_top-label:hover {
  opacity: 0.6;
}

.OrderPage_StatisticsFilter_top-label.active {
  background: #cce8ff;
  border: none;
  color: #007fea;
}

.OrderPage_StatisticsFilter_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.OrderPage_StatisticsFilter_bottom-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 8px;
}

.OrderPage_StatisticsFilter_bottom {
  margin-top: 20px;
  display: none;
}

.OrderPage_StatisticsFilter-Select .jq-selectbox__select,
.OrderPage_StatisticsFilter-Select,
.OrderPage_StatisticsFilter-Select .jq-selectbox {
  max-width: 100% !important;
  width: 100% !important;
}

.rightInfo_no-orders_info {
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 40px 0px;
}

.rightInfo_no-orders_info-back {
  margin-bottom: 28px;
}

.rightInfo_no-orders_info_title {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
}

.rightInfo_no-orders_info-text {
  margin-bottom: 32px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
}

.order-page_title-row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  max-width: 500px;
  width: 100%;
}

.order-page_title-row .order-status {
  position: relative;
}

.order-page_alert-zero-balance {
  padding: 24px 16px 24px 28px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffa800;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: start;
}

.order-page_alert-zero-balance-close {
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

.order-page_alert-zero-balance_info {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 16px;
}

.order-page_alert-zero-balance_info-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 8px;
}

.order-page_alert-zero-balance_info-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 16px;
}

.order-page_alert-zero-balance_info-BTN {
  user-select: none;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 8px 16px;
  max-width: 154px;
  width: 100%;
  min-height: 32px;
  background: #007fea;
  border-radius: 8px;
}

.order-page_alert-zero-balance_info-BTN:hover {
  background-color: #00559b;
}

.order-page_info-cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
}

.order-page_info-cards_left {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-page_info-cards_right {
  padding: 40px 39px 40px 40px;
  max-width: 295px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  margin-left: 20px;
}

.order-page_info-card-1 {
  margin-bottom: 20px;
}

.order-page_info-card-1,
.order-page_info-card-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
}

.order-page_info-card-1_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 28px;
}

.order-page_info-card-1_top-title {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  padding-right: 15px;
}

.order-page_info-card-1_top-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
}

.order-page_info-card-1_top_left {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.order-page_info-card-1_actions {
  user-select: none;
  cursor: pointer;
  height: fit-content;
  width: fit-content;
  position: relative;
}

.order-page_info-card-1_actions-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  margin-right: 24px;
  position: relative;
  transition-duration: 0.3s;
}

.order-page_info-card-1_actions-text::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -24px;
  transform: translateY(-50%) scaleY(1);
  background-image: url('/img/ardownblack.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
  opacity: 0.8;
}

.order-page_info-card-1_actions-text.active::after {
  transform: translateY(-50%) scaleY(-1);
  opacity: 1;
}

.order-page_info-card-1_actions-text.active {
  color: #1f212b;
}

.order-page_info-card-1_actions-text:hover {
  color: #1f212b;
}

.order-page_info-card-1_actions-text:hover:after,
.order-page_info-card-1_actions-text:focus:after {
  opacity: 1;
}

.order-page_info-card-1_actions-text:focus {
  color: #1f212b;
}

.order-page_info-card-1_actions_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 50%;
  transform-origin: top;
  transform: translateX(-50%) scaleY(0);
  width: 100%;
  padding: 8px 4px;
  background: rgb(236, 236, 236);
  border-radius: 4px;
  transition-duration: 0.3s;
}

.order-page_info-card-1_actions_menu.active {
  transform: translateX(-50%) scaleY(1);
}

.order-page_info-card-1_actions-link {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5b617c;
  user-select: none;
  transition-duration: 0.3s;
}

.order-page_info-card-1_actions-link:hover {
  color: #0e0f13;
}

.order-page_info-card-1_actions-link:last-child {
  margin-bottom: 0px;
}

.order-page_info-card-1_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-page_info-card-1_main_left,
.order-page_info-card-1_main_right {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 265px;
  width: 100%;
}

.order-page_info-card-1_main_right {
  margin-left: 16px;
}

.order-page_info-card-1_main_left-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 32px;
}

.order-page_info-card-1_main_left-group:last-child {
  margin-bottom: 0px;
}

.order-page_info-card-1_main_left-group-t1 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5b617c;
  margin-bottom: 12px;
}

.order-page_info-card-1_main_left-group-t2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
}

.order-page_info-card-1_main_left-group-t1 a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  text-decoration: underline;
  color: #007fea;
  transition-duration: 0.3s;
  text-transform: none;
  user-select: none;
  max-width: fit-content;
}

.order-page_info-card-1_main_left-group-t1 a:hover {
  color: #004177;
}

.order-page_info-card-2 {
  padding: 0px;
  padding-bottom: 16px;
}

.order-page_info-card-2_top {
  padding: 40px;
  padding-bottom: 0px;
  margin-bottom: 28px;
  align-self: start;
}

.order-page_info-card-2_top-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
}

.order-page_info-card-2_row {
  width: 100%;
  border-bottom: 1px solid #cbd0e8;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

.order-page_info-card-2_row:last-child {
  border-bottom: none;
}

.order-page_info-card-2_row-left {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5b617c;
}

.order-page_info-card-2_row-right {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #2b3048;
}

.order-page_info-cards_right-title {
  margin-bottom: 32px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
}

.order-page_info-cards_right-t1 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b3048;
  margin-bottom: 16px;
}

.order-page_info-cards_right-week {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
  margin-bottom: 20px;
}

.order-page_info-cards_right-day {
  flex: 1 1 auto;
  flex-grow: unset;
  margin: 2px;
  width: 38px;
  height: 38px;
  background: #cbd0e8;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b3048;
  cursor: pointer;
}

.order-page_info-cards_right-day-active {
  color: #007fea;
  background: #abbaff;
}

.order-page_info-cards_right_time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.order-page_info-cards_right_time-t1 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-right: 3px;
}

.timepick {
  max-width: 70px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  padding: 5px;
}

.order-page_info-cards_right_time-t2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
}

.order-page_info-cards_right_time_cgange {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #007fea;
  background-color: inherit;
  outline: none;
  cursor: pointer;
  border: none;
  user-select: none;
  transition-duration: 0.3s;
}

.order-page_info-cards_right_time_cgange:hover {
  color: #00325c;
}

.order-page_info-cards_right-t3 {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b3048;
  margin-top: 52px;
}

.order-page_info-cards_right_process {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
}

.order-page_info-cards_right_process:last-child {
  margin-bottom: 0px;
}

.order-page_info-cards_right_process_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 16px;
}

.order-page_info-cards_right_process_top:last-child {
  margin-bottom: 0px;
}

.order-page_info-cards_right_process_top-left {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
}

.order-page_info-cards_right_process_top-right {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-left: 12px;
}

.order-page_info-cards_right_process {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  margin-bottom: 12px;
}

.order-page_info-cards_right_process-percentage {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-left: 11px;
}

.order-page_info-cards_right_process-bott {
  width: 100%;
  height: 3px;
  background: #cbd0e8;
  border-radius: 1px;
}

.order-page_info-cards_right_process-bottfill {
  height: 3px;
  background: #007fea;
  border-radius: 1px;
}

.order-page_info-cards_right_process-bottfill2 {
  background: #ff6359;
  height: 3px;
  border-radius: 1px;
}

.order-page_info-error {
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 52px;
  margin-bottom: 40px;
}

.order-page_info-error img {
  margin-bottom: 32px;
}

.order-page_info-error_title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 12px;
}

.order-page_info-error-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
}

.order-page_leads_wrapp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 40px;
}

.order-page_leads {
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 0px 9px 9px 9px;
  width: 100%;
  padding-bottom: 20px;
}

.order-page_leads-tabs {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: flex-end;
}

.order-page_leads-tab {
  padding: 12px 24px;
  min-height: 50px;
  background: #f6f7fa;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px -4px 10px rgba(101, 109, 147, 0.06);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
  transform: translateY(2px);
  user-select: none;
  cursor: pointer;
  border-bottom: none;
  transition-duration: 0.3s;
  margin-left: 4px;
  max-width: max-content;
  width: 100%;
}

.order-page_leads-tab:first-child {
  margin-left: 0px;
}

.order-page_leads-tab:hover {
  background: #ffffff;
}

.order-page_leads-tab.active {
  background: #ffffff;
  box-shadow: 0px -4px 10px rgba(101, 109, 147, 0.06);
}

.order-page_leads-tab-t1 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #9ba0b7;
}

.order-page_leads-tab.active .order-page_leads-tab-t1 {
  color: #007fea;
}

.order-page_leads-tab-t2 {
  padding: 0px 6px;
  width: 28px;
  height: 20px;
  border-radius: 16px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-left: 12px;
  background: #9ba0b7;
  color: #f6f7fa;
}

.order-page_leads-tab.active .order-page_leads-tab-t2 {
  color: #ffffff;
  background: #007fea;
}

.order-page_leads_filter {
  width: 100%;
  padding: 28px 0px;
  padding-bottom: 0px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.InputSearch {
  padding: 10px 12px;
  padding-left: 40px;
  max-width: 238px;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #9ba0b7;
  background-image: url('/img/searchicon.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
}

.InputSearch:focus,
.InputSearch:active {
  border: 1px solid #525357;
  color: #525357;
}

.order-page_leads_filter-t {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-left: 16px;
  display: none;
}

.order-page_leads_filterBTN {
  margin-left: 16px;
}

.order-page_leads_names {
  padding: 16px 28px;
  width: 100%;
  height: 52px;
  background: #cbd0e8;
  display: flex;
  align-items: center;
}

.order-page_leads_names-t {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b3048;
  width: 100%;
}

.order-page_leads_names-t1 {
  margin-left: 28px;
  max-width: 60px;
}

.order-page_leads_names-t2 {
  margin-left: 20px;
  max-width: 180px;
}

.order-page_leads_names-t3 {
  margin-left: 20px;
  max-width: 140px;
}

.order-page_leads_names-t4 {
  margin-left: 20px;
  max-width: 104px;
}

.order-page_leads_names-t5 {
  margin-left: 20px;
  max-width: 72px;
}

.order-page_leads_tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}

.order-page_leads_tab_row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 28px;
  height: 60px;
  background: #ffffff;
}

.order-page_leads_tab_row:nth-child(2n) {
  background: #f6f7fa;
}

.order-page_leads_name-1 {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2b3048;
  margin-left: 28px;
  max-width: 60px;
  width: 100%;
}

.order-page_leads_name-2 {
  margin-left: 20px;
  max-width: 180px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2b3048;
  width: 100%;
}

.order-page_leads_name-3 {
  margin-left: 20px;
  max-width: 140px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2b3048;
  width: 100%;
}

.order-page_leads_name-4 {
  margin-left: 20px;
  max-width: 104px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #2b3048;
  padding: 4px 12px;
  height: 28px;
  background: #bdefc9;
  border-radius: 8px;
  text-align: center;
  width: 100%;
}

.order-page_leads_name_status-moderation {
  background: #fee5b5;
}

.order-page_leads_name_status-brak {
  background: #ff9f99;
}

.order-page_leads_name_status-submit {
  background: #cce8ff;
}

.order-page_leads_name-5 {
  margin-left: 20px;
  max-width: 72px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #5b617c;
  width: 100%;
}

.order-page_leads_link {
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #007fea;
  user-select: none;
  transition-duration: 0.3s;
  max-width: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.order-page_leads_link:hover {
  opacity: 0.6;
}

.leads_filter_checkbox-disabled {
  max-width: 16px;
  width: 100%;
  height: 16px;
  margin-right: 4px;
}

.order-page_leads_filter_BTNs {
  max-width: 440px;
  width: 100%;
  margin-bottom: 24px;
}

.order-page_leads_filter_BTNs_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}

.order-page_leads_filter_BTN-submit {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2b3048;
  padding: 8px 16px;
  background: #92e3a9;
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
  border: none;
}

.order-page_leads_filter_BTN-submit:hover {
  background: #3cc463;
}

.order-page_leads_filter_BTN-go-brak {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 8px 16px;
  background: #ff6359;
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
  border: none;
}

.order-page_leads_filter_BTN-go-brak:hover {
  background: #ce2f23;
}

.order-page_leads_filter_BTNs-t {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
}

.order-page_lead_popap_back {
  width: 1000%;
  height: 1000%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8;
  transform: translate(-50%, -50%);
  background: black;
  opacity: 0.6;
  filter: blur(80px);
  display: none;
}

.order-page_lead_popap-wrap {
  max-width: 740px;
  width: 100%;
  max-height: 890px;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: none;
}

.order-page_lead_popap::-webkit-scrollbar {
  width: 4px;
  background: #e5e5e5;
  border-radius: 2px;
}

.order-page_lead_popap::-webkit-scrollbar-thumb {
  background: #2b3048;
  border-radius: 2px;
}

.order-page_lead_popap {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  position: relative;
}

.order-page_lead_popap-close {
  position: absolute;
  top: 24px;
  right: 24px;
  user-select: none;
  cursor: pointer;
}

.order-page_lead_popap_top {
  padding: 48px 56px;
  padding-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #2b3048;
}

.order-page_lead_popap_bottom {
  max-width: 400px;
  width: 100%;
  padding: 48px 56px;
  padding-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-page_lead_popap_main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-page_lead_popap_main_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f7fa;
  border-top: 1px solid #cbd0e8;
}

.order-page_lead_popap_main_row:last-child {
  border-bottom: 1px solid #cbd0e8;
}

.order-page_lead_popap_main_row:nth-child(2n) {
  background: #ffffff;
}

.order-page_lead_popap_main_row_left {
  padding: 12px 56px;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 270px;
  width: 100%;
}

.order-page_lead_popap_main_row_left p {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5b617c;
}

.order-page_lead_popap_main_row_right {
  padding: 12px 56px;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  border-left: 1px solid #cbd0e8;
  max-width: 430px;
  width: 100%;
}

.order-page_lead_popap_main_row_right p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
  margin-left: 0px;
}

.order-page_lead_popap_main_row_right .order-page_leads_name-4 {
  font-size: 12px;
}

.order-page_leads_filter_BTN-close {
  display: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  background: #007fea;
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
  border: none;
}

.order-page_leads_filter_BTN-close:hover {
  background: #003d6e;
}

.Popap-go-brak {
  z-index: 10;
}

.Popap-go-brak-t2 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #2b3048;
}

.Popap-go-brak-ttl {
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #2b3048;
  margin-bottom: 12px;
}

.PopapSelect {
  max-width: 100%;
  width: 100%;
}

.Popap-order-BTN {
  margin-top: 15px;
}

.PopapSelect .jq-selectbox__select {
  width: 100%;
}

.Popap-go-brak2-t2 {
  margin-top: 44px;
}

.usermanual_title {
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #2b3048;
  margin-bottom: 40px;
}

.usermanual_info_wrapp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.usermanual_info {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usermanual_Form {
  width: 100%;
  margin-bottom: 20px;
}

.usermanual_info-search {
  padding: 10px 12px;
  padding-left: 40px;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #9ba0b7;
  background-image: url('/img/searchicon.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
}

.usermanual_info-search:active,
.usermanual_info-search:focus {
  border: 1px solid #626677;
  color: #626677;
}

.usermanual_info_questions {
  padding: 40px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  margin-bottom: 20px;
}

.usermanual_info_questions-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 24px;
}

.usermanual_info_questions_links {
  max-width: 258px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.usermanual_info_questions_link {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #007fea;
  margin-bottom: 12px;
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
}

.usermanual_info_questions_link:last-child {
  margin-bottom: 0px;
}

.usermanual_info_questions_link:hover {
  color: #004279;
}

.usermanual_feature-list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 40px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
}

.usermanual_feature-list-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 28px;
}

.usermanual_feature-list_cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usermanual_feature-list_card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 24px;
}

.usermanual_feature-list_card:last-child {
  margin-bottom: 0px;
}

.usermanual_feature-list_card_info {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.usermanual_feature-list_card_info-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 4px;
}

.usermanual_feature-list_card_info-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  margin-bottom: 4px;
}

.usermanual_feature-list_card_info-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #007fea;
  transition-duration: 0.3s;
  user-select: none;
  cursor: pointer;
}

.usermanual_feature-list_card_info-link:hover {
  color: #004d8b;
}

.usermanual_chat {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 295px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  margin-left: 20px;
}

.usermanual_chat_title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 8px;
  margin-top: 28px;
}

.usermanual_chat_text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 20px;
}

.usermanual_chat_link {
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #007fea;
}

.usermanual_chat_link:hover {
  color: #005091;
}

.usermanualmain_info {
  width: 100%;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px 12px 0px 0px;
  border-bottom: 1px solid #cbd0e8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usermanualmain_other-sections {
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 0px 0px 12px 12px;
  margin-bottom: 20px;
}

.usermanualmain_chat {
  padding: 16px 52px 16px 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
}

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

.usermanualmain_chat-text .usermanual_chat_title {
  margin-top: 0px;
}

.usermanualmain_other-sections-title {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
}

.usermanualmain_other-sections-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #007fea;
  margin-bottom: 12px;
  transition-duration: 0.3s;
  user-select: none;
  cursor: pointer;
}

.usermanualmain_other-sections-link:last-child {
  margin-bottom: 0px;
}

.usermanualmain_other-sections-link:hover {
  color: #003b6b;
}

.usermanualmain_info_row {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.usermanualmain_info_row_right {
  margin-left: 38px;
  max-width: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.usermanualmain_info_row_right-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 24px;
}

.usermanualmain_info_row_right-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 24px;
}

.usermanualmain_info_column-wrapp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usermanualmain_info_column-wrapp-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 24px;
  align-self: start;
}

.usermanualmain_info_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 40px;
}

.usermanualmain_info_column:last-child {
  margin-bottom: 0px;
}

.usermanualmain_info_column-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 8px;
}

.usermanualmain_info_column-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #5b617c;
  margin-bottom: 28px;
}

.usermanualmain_info img {
  width: 100%;
}

.usermanual_info_row_right-link {
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
  max-width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -12px;
}

.usermanual_info_row_right-link p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #007fea;
  margin-left: 8px;
}

.usermanual_info_row_right-link img {
  max-width: 24px;
  width: 100%;
}

.usermanual_info_row_right-link:hover {
  opacity: 0.6;
}

/*-------------*/

body {
  background-color: #fff;
  line-height: 1.3;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #383838;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.container--body {
  max-width: 945px;
  padding: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #007fea;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  outline: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn svg {
  margin-left: 10px;
}

.btn:hover,
.btn:active {
  background-color: #00559b;
}

.btn:disabled {
  background-color: #ccc;
}

.link {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #007fea;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
  outline: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: none;
}

.link--color {
  color: #5b617c;
}

.link:active,
.link:hover {
  color: #00559b;
}

.mass {
  padding: 24px 40px 24px 28px;
  -webkit-box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #fff;
}

.mass--prov {
  border: 1px solid #a3ccf4;
}

.mass--cab {
  border: 1px solid #ffa800;
}

.mass--zak {
  border: 1px solid #c1dfc9;
}

.mass__content {
  padding-left: 40px;
  position: relative;
}

.mass__content:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.mass__content--cab:after {
  background: url('../img/icons/mass-1.png') center/cover no-repeat;
}

.mass__content--prov:after {
  background: url('../img/icons/prov.png') center/cover no-repeat;
}

.mass__content--zak:after {
  background: url('../img/icons/zak.png') center/cover no-repeat;
}

.mass__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #5b617c;
}

.mass__link {
  display: inline-block;
}

.mass__close {
  position: absolute;
  top: -10px;
  right: -15px;
  cursor: pointer;
  background: inherit;
  border: none;
  outline: none;
  font-size: 26px;
}

.mass__close--prov svg path {
  fill: #a3ccf4;
}

.mass__close--zak svg path {
  fill: #c1dfc9;
}

.mass__title {
  font-weight: 500;
  font-size: 18px;
  color: #2b3048;
  margin-bottom: 8px;
}

.item {
  padding: 40px;
  border: 1px solid #f0f1f8;
  border-radius: 8px;
  background-color: #fff;
  min-height: 237px;
}

.item:nth-child(2) {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.item__content--bal {
  position: relative;
}

.item__content--bal:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 105px;
  height: 95px;
  background: url('../img/bal-bg.png') center/cover no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item__content--tran {
  margin-top: 123px;
  position: relative;
  padding-top: 196px;
  background-image: none;
}

.item__content--tran:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 180px;
  height: 178px;
  background: url('../img/tran-bg.png') center/cover no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.item__content--stat {
  position: relative;
  padding-top: 196px;
  background-image: none;
}

.item__content--stat:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 205px;
  height: 175px;
  background: url('../img/stat-bg.png') center/cover no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.item__title {
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 28px;
}

.item__summ {
  display: block;
  font-weight: 600;
  font-size: 42px;
  line-height: 28px;
  color: inherit;
  margin-bottom: 26px;
}

.item__summ:after {
  content: '₽';
  font-size: 20px;
}

.item__info {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #5b617c;
}

.item__content2.active {
  display: block;
}

.item__content,
.item__content2 {
  flex: 1 1 auto;
}

.item__li {
  padding: 12px 0;
  border-bottom: 1px solid #d3d6e3;
}

.item__li:last-child {
  border-color: transparent;
  margin-bottom: 50px;
}

.item__li-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 15px;
}

.item__li-text {
  font-size: 16px;
  margin-bottom: 8px;
}

.item__li-info {
  font-size: 14px;
  color: #9ba0b7;
  margin-right: 15px;
}

.item__li-summ {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #2b3048;
}

.cab {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #f6f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cab__wrapp {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cab__main {
  padding-bottom: 40px;
}

.cab__box {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 60%;
  grid-gap: 20px;
  min-height: 627px;
}

.cab__item1 {
  max-height: 237px;
}

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

.footer {
  padding-bottom: 40px;
  background: #f6f7fa;
  text-align: right;
}

.footer__link {
  font-size: 16px;
  color: #2b3048;
  margin-left: 48px;
  outline: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.footer__link:active,
.footer__link:hover {
  color: #606a9b;
}

.bcr {
  margin-bottom: 20px;
}

.bcr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.bcr__item {
  font-size: 14px;
  position: relative;
  padding-right: 28px;
  margin-right: 8px;
}

.bcr__item:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  background: url('../img/icons/angle-right.png') center/cover no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bcr__item:last-child:before {
  content: none;
}

.bcr__link {
  color: #9ba0b7;
}

.bcr__span {
  color: #007fea;
}

.mass__text--prof {
  margin-bottom: 0;
}

.prof__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 40px;
}

.prof__title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.prof__inner {
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  padding: 40px 0;
}

.prof__nav {
  position: relative;
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #cbd0e8;
}

.prof__nav--fix {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.prof__nav {
  padding: 0 40px;
  margin-bottom: 40px;
}

.prof__nav-li {
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
  transition: color 0.6s;
  color: inherit;
}

.prof__nav-li:hover {
  color: #007fea;
}

.prof__nav-li.active {
  border-bottom: 2px solid #007fea;
  color: #007fea;
}

.prof__item {
  display: none;
}

.prof__item-inner {
  display: flex;
  padding: 0 40px;
  column-gap: 120px;
  flex-direction: column;
  margin-bottom: 25px;
}

.prof__item-inner--pass {
  margin-bottom: 0;
}

.prof__item.active {
  display: block;
}

.prof__info-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}

.prof__info-text {
  font-size: 14px;
  color: #9ba0b7;
  margin-bottom: 15px;
}

.prof__info-text--1 {
  margin-bottom: 20px;
}

.prof__form {
  margin-top: 10px;
  flex: 0 0 auto;
}

.prof__form--pass {
  min-width: 535px;
}

.prof__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  column-gap: 20px;
}

.prof__span {
  position: relative;
  font-size: 16px;
}

.prof__span--rec::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 12px;
  height: 12px;
  background: url('../img/icons/rec.png') center / cover no-repeat;
}

.prof__inp1 {
  flex: 0 1 320px;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
}

.prof__inp1--w {
  width: 100%;
}

.prof__item-tabs {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cbd0e8;
}

.prof__item-tabs--1 {
  border: none;
}

.prof__item-nav {
  padding: 0 40px;
  display: flex;
  column-gap: 20px;
  margin-bottom: 40px;
}

.prof__item-nav--1 {
  justify-content: center;
}

.prof__item-nav-li {
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  padding: 8px 12px;
  transition: all 0.6s;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.prof__item-nav-li:hover {
  color: #007fea;
  border-color: #007fea;
}

.prof__item-nav-li.active {
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  background: #cce8ff;
  border-color: transparent;
  color: #007fea;
}

.prof__item-box {
  display: none;
}

.prof__item-box.active {
  display: block;
}

.prof__item-clm {
  display: flex;
  column-gap: 65px;
  margin-bottom: 40px;
  padding: 0 40px;
}

.prof__item-label {
  display: block;
  margin-bottom: 13px;
}

.prof__item-label--1 {
  max-width: 350px;
}

.prof__span--2 {
  display: inline-block;
  margin-bottom: 8px;
}

.prof__inp1--mb {
  margin-bottom: 8px;
}

.prof__checkbox-inp {
  display: none;
}

.prof__checkbox {
  position: relative;
  display: block;
  font-size: 14px;
  color: #5b617c;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}

.prof__checkbox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid #cbd0e8;
}

.prof__checkbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: url('../img/icons/checkbox.png') center / cover no-repeat;
  opacity: 0;
}

.prof__checkbox-inp:checked + .prof__checkbox:before {
  opacity: 1;
}

.prof__add {
  display: flex;
  column-gap: 60px;
  padding: 40px 40px 0 40px;
  border-top: 1px solid #cbd0e8;
}

.prof__select {
  max-width: 320px;
  width: 100%;
}

.prof__select > .jq-selectbox__select {
  width: 100%;
  height: 40px;
  padding: 0 45px 0 10px;
  border: 1px solid #cbd0e8;
  border-radius: 8px;
  background: none;
  box-shadow: none;
  font: inherit;
  font-size: 14px;
  color: #333;
  text-shadow: none;
  display: flex;
  align-items: center;
}

.prof__select > .jq-selectbox__select > .jq-selectbox__trigger {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: none;
}

.prof__select > .jq-selectbox__select > .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 20px;
  height: 20px;
  border: none;
  background: url('../img/icons/atom.png') center / cover no-repeat;
}

.prof__select > .jq-selectbox__select:hover {
  background: none;
}

.prof__add-btn,
.prof__add-btn1,
.prof__add-btn2,
.prof__add-btn3,
.prof__add-btn4 {
  margin-left: auto;
  margin-top: 52px;
  padding: 10px 20px;
}

.prof__add-btn--1,
.prof__add-btn2--1,
.prof__add-btn4--1 {
  margin-right: 40px;
}

.prof__add-btn-push {
  margin: 52px 0 0;
  margin-left: auto;
  margin-top: 52px;
  padding: 10px 20px;
}

.error {
  border: 1px solid red;
}

.prof__item-wrap {
  padding: 0 40px;
}

.prof__mass {
  padding: 0 40px;
  font-size: 16px;
}

.prof__mass-content {
  padding-left: 44px;
  position: relative;
}

.prof__mass-content span {
  color: #007fea;
}

.prof__mass-content:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../img/icons/prov.png') center / cover no-repeat;
  transform: translateY(-50%);
}

.not {
  padding: 0 40px;
}

.not__inner {
  display: flex;
  margin-bottom: 52px;
  column-gap: 80px;
}

.not__title {
  font-size: 24px;
  margin-bottom: 30px;
}

.not__chek {
  margin-bottom: 16px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup__ov {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(53, 48, 48, 0.61);
}

.popup__body {
  position: relative;
  max-width: 600px;
  width: 95%;
  padding: 50px;
  background: #ffffff;
  border-radius: 4px;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup__content-1 {
  position: relative;
  padding-bottom: 230px;
}

.popup__content-1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 207px;
  height: 186px;
  transform: translateX(-50%);
  background: url('../img/popup-img.png') center / cover no-repeat;
}

.popup__content {
  position: relative;
  padding-top: 140px;
  text-align: center;
}

.popup__content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translateX(-50%);
}

.popup__content--w:after {
  background: url('../img/warning.png') center / cover no-repeat;
}

.popup__content--err:after {
  background: url('../img/err.png') center / cover no-repeat;
}

.popup__content--ok:after {
  background: url('../img/ok.png') center / cover no-repeat;
}

.popup__title {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 12px;
}

.popup__text,
.popup__text1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 22px;
}

a.btn {
  display: inline-block;
}

.popup__btn-lid,
.popup__btn,
.popup__btn1,
.popup__btn-ok,
.popup__btn-ok1,
.popup__btn-okPass,
.popup__btn-err,
.popup__btn-w {
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.popup__btn-close {
  color: #5b617c;
  margin: 0 auto;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  transition: color 0.6s;
}

.popup__btn-close:hover,
.popup__btn-close:active {
  color: #292b38;
  background-color: #fff;
}

.prof__item-step2.active,
.prof__item-step3.active {
  display: block;
}

.prof__item-step3 .prof__item-tabs {
  border: none !important;
}

.popup__link {
  padding-top: 20px;
}

.leftMenu-LG {
  margin-bottom: 24px;
}

.leftMenu-Veinar {
  margin-bottom: 36px;
  max-width: 203px;
  width: 100%;
  min-height: 112px;
  padding: 16px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  background: #9ba0b71f;
  border-radius: 12px;
}

.leftMenu-Veinar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.leftMenu-Veinar-row-t1 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #f0f1f8;
}

.leftMenu-Veinar-row-t2 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #9ba0b7;
}

.leftMenu-Veinar-NAME {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 8px;
}

.leftMenu-Veinar a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #007fea;
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
}

.leftMenu-Veinar a:hover {
  color: #075ea5;
}

/*------------------filter------------------*/
.filters {
  display: flex;
}

.filters__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  background-color: transparent;
  box-shadow: inset 0px 0px 15px rgba(24, 18, 64, 0.03);
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #cbd0e8;
  cursor: pointer;
  margin-right: 15px;
  outline: transparent;
}

.filters__btn.active {
  background-color: #d7e0f4;
}

.filters__btn-all {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  background-color: #f4f7fe;
  box-shadow: inset 0px 0px 15px rgba(24, 18, 64, 0.03);
  border-radius: 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-right: 15px;
  outline: transparent;
}

.filters__btn-all:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../img/filter-btn.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.filters__btn--select {
  padding-right: 40px;
}

.filters__btn--select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url('../img/filter-arrow.png') center no-repeat;
  transform: translateY(-50%);
}

.filters__btn--select.active:after {
  background-color: #d7e0f4;
  background: url('../img/filter-arrowd.png') center no-repeat;
}

.filters__btn.active--visable {
  background-color: #d7e0f4;
}

.filters__num {
  opacity: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  background-color: #2096ec;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

.filters__num--visable {
  opacity: 1;
}

.filters-select {
  position: relative;
}

.filters__list {
  display: none;
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 0;
  width: 350px;
  background-color: #fff;
  box-shadow: -4px 4px 7px rgba(24, 18, 64, 0.07);
}

.filters__list--visable {
  display: block;
}

.filters__item {
  transition: background-color 0.3s;
}

.filters__item:hover {
  background-color: #f4f7fe;
}

.filters__label {
  position: relative;
  display: block;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.filters__label:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url('../img/filters-check.png') center no-repeat;
  transform: translateY(-50%);
  opacity: 0;
}

.filters__input {
  display: none;
}

.filters__input:checked + .filters__label:after {
  opacity: 1;
}

.filters__input:checked + .filters__label {
  color: #2ccd65;
  background-color: #f4f7fe;
}

/*=======/ order /===========*/

.order__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.order__title {
  font-size: 32px;
  line-height: 40px;
}

.order__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.order__nav-box {
  position: relative;
}

.order__nav-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.order__cards {
  margin-bottom: 50px;
}

.order__card {
  box-shadow: 0px 4px 22px rgba(121, 126, 147, 0.2);
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  padding: 32px 40px;
  margin-bottom: 8px;
}

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

.card__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}

.card__subtitle {
  color: #5b617c;
  font-size: 16px;
  margin-bottom: 20px;
}

.card__country {
  color: #9ba0b7;
  font-size: 16px;
}

.card__link {
  font-size: 16px;
  display: inline-block;
}

.card__btn {
  font-size: 14px;
}

.order__fav {
  padding: 40px;
  background: url('../img/order-fav-bg.png') 95% 0 / auto no-repeat;
  background-color: #ffffff;
  border: 1px solid #007fea;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
}

.popup--order {
  overflow: auto;
  align-items: start;
}

.popup__order-subtitle {
  color: #5b617c;
  font-size: 16px;
  margin-bottom: 12px;
}

.popup__order-text h1 *,
.popup__order-text h2 *,
.popup__order-text h3 * {
  font-weight: 500;
  margin-bottom: 15px;
}

.popup__order-text h2 *,
.popup__order-text h3 * {
  font-size: 16px;
}

.popup__order-title {
  font-size: 24px;
  margin-bottom: 28px;
}

.popup__order-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px;
}

.popup__order-list {
  margin-bottom: 40px;
}

.popup__order-item {
  margin-bottom: 14px;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}

.popup__order-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../img/arrow-down.png') center / cover no-repeat;
}

.popup__order-box {
  background: #f0f1f8;
  border-radius: 11px;
  padding: 28px;
  margin-bottom: 28px;
}

.popup__order-box-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.popup__order-box-text {
  font-size: 16px;
  color: #5b617c;
}

.popup__order-link {
  margin-top: 20px;
  max-width: 156px;
}

.order-lid__title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.step {
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
  margin-bottom: 50px;
}

.order-lid__step2,
.order-lid__step3 {
  display: none;
}

.order-lid__inner {
  display: flex;
}

.order-lid__aside {
  flex: 0 0 320px;
  border-right: 1px solid #cbd0e8;
  padding: 40px 52px;
}

.order-lid__aside-list li:last-child:before {
  content: none;
}

.order-lid__aside-item {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
  padding-left: 55px;
  position: relative;
  color: #9ba0b7;
}

.order-lid__aside-item:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url('../img/num-1.png') center / cover no-repeat;
}

.order-lid__aside-item:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 15px;
  width: 1px;
  height: 32px;
  background-color: #ccc;
}

.order-lid__aside-item--2:after {
  background: url('../img/num-2.png') center / cover no-repeat;
}

.order-lid__aside-item--3:after {
  background: url('../img/num-3.png') center / cover no-repeat;
}

.order-lid__aside-item--4:after {
  background: url('../img/num-4.png') center / cover no-repeat;
}

.order-lid__aside-item--5:after {
  background: url('../img/num-5.png') center / cover no-repeat;
}

.order-lid__aside-item.ok:after {
  background: url('../img/okey.png') center / cover no-repeat;
  color: #9ba0b7;
}

.order-lid__aside-item.active {
  color: #2b3048;
}

.order-lid__aside-item--2.active:after {
  background: url('../img/active-2.png') center / cover no-repeat;
}

.order-lid__aside-item--3.active:after {
  background: url('../img/active-3.png') center / cover no-repeat;
}

.order-lid__aside-item--4.active:after {
  background: url('../img/active-4.png') center / cover no-repeat;
}

.order-lid__aside-item--5.active:after {
  background: url('../img/active-5.png') center / cover no-repeat;
}

.order-lid__main {
  padding: 40px 52px;
  width: 100%;
}

.order-lid__main-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.order-lid__main-subtitle {
  color: #5b617c;
  font-size: 16px;
  margin-bottom: 24px;
}

.order-lid__input {
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 35px;
  padding: 10px 12px;
  font-size: 14px;
  display: block;
  max-width: 320px;
  width: 100%;
}

.order-lid__btn {
  margin-bottom: 35px;
}

.order-lid__box {
  background: url('../img/order-lid-step-bg.png') 95% 0 / auto no-repeat;
  border: 1px solid #007fea;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 8px;
  padding: 36px 24px;
}

.order-lid__box-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  max-width: 280px;
  padding-bottom: 16px;
}

.order-lid__box-title span {
  color: #009225;
}

.order-lid__box-tex {
  font-size: 16px;
  max-width: 280px;
  padding-bottom: 20px;
}

.order-lid__main-inputs {
  margin-bottom: 25px;
}

.order-lid__inp {
  display: none;
}

.order-lid__lab {
  display: inline-block;
  background: #f0f1f8;
  border-radius: 3px;
  padding: 10px;
  margin-right: 4px;
  color: #9ba0b7;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.6s;
}

.order-lid__lab:hover {
  border: 1px solid #cbd0e8;
  color: #2b3048;
  background: #f0f1f8;
}

.order-lid__inp:checked + .order-lid__lab {
  color: #007fea;
  background: #cbd0e8;
}

.order-lid__main-clock {
  margin-bottom: 12px;
}

.order-lid__lab-clock {
  font-size: 16px;
  margin-right: 16px;
}

.order-lid__inp-clock {
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  padding: 10px 12px;
  max-width: 78px;
  width: 100%;
  margin-right: 16px;
}

.order-lid__main-info {
  color: #9ba0b7;
  font-size: 14px;
  margin-bottom: 35px;
}

.order-lid__textarea {
  display: block;
  border: 1px solid #cbd0e8;
  border-radius: 8px;
  max-width: 523px;
  min-height: 160px;
  width: 100%;
  font-size: 14px;
  resize: none;
  padding: 10px 12px;
  margin-bottom: 35px;
}

.popup__lid {
  text-align: center;
}

.popup__lid-title {
  padding-top: 140px;
  position: relative;
  font-size: 32px;
  margin-bottom: 12px;
}

.popup__lid-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 120px;
  background-image: url('../img/warning.png');
  transform: translateX(-50%);
}

.popup__lid-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 44px;
}

.popup__lid-btn {
  display: inline-block;
}

.order-lid__step2--add,
.order-lid__step3--add,
.order-lid__step4--add,
.order-lid__step5--add {
  display: none;
}

.order-lid__main-select + .jq-selectbox__select {
  min-width: 350px;
  width: 100%;
}

.order-lid__main-select ~ .jq-selectbox__dropdown {
  top: 42px;
  right: 0;
  width: 350px;
}

.order-lid__main-select {
  margin-bottom: 35px;
}

.shose {
  display: none;
  margin-bottom: 24px;
}

.shose__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}

.shose__inner {
  font-size: 16px;
  margin-bottom: 8px;
}

.shose__inner.active {
  display: block;
}

.shose__inner--1,
.shose__inner--2,
.shose__inner--3 {
  display: none;
}

.shose__siti {
  display: inline-block;
}

.shose__close {
  position: relative;
  top: 5px;
  cursor: pointer;
  display: inline-block;
}

.auction__cards {
  margin-bottom: 120px;
}

.auction__card {
  margin-bottom: 20px;
}

.card-a {
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 12px;
}

.card-a__top {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding: 25px 40px;
  border-bottom: 1px solid #cbd0e8;
}

.card-a__top-item--2 {
  text-align: right;
}

.card-a__title {
  font-size: 24px;
  margin-bottom: 8px;
}

.card-a__subtitle {
  color: #5b617c;
  font-size: 16px;
}

.card-a__price {
  font-size: 24px;
  margin-bottom: 8px;
}

.card-a__content {
  padding: 25px 40px;
}

.card-a__content-box {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.card-a__content-title {
  flex: 0 1 200px;
  color: #5b617c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 8px;
}

.card-a__content-text {
  font-size: 14px;
  margin-bottom: 8px;
}

.card-a__content-text--com {
  font-size: 16px;
  margin-bottom: 24px;
}

.card-a__content-date {
  color: #9ba0b7;
  font-size: 14px;
}

.auction__content-item {
  display: none;
}

.auction__content-item.active {
  display: block;
}

.auction__lids {
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 9px;
  padding: 20px 20px;
  margin-bottom: 50px;
}

.Page2-Balance_chooseP--2 {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.auction__lids-nav {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.search {
  position: relative;
}

.search__lab {
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 10px;
}

.search__inp {
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 10px 10px 40px;
  color: #9ba0b7;
  font-size: 14px;
}

.auction__lids-top {
  padding: 16px 28px;
  background: #cbd0e8;
  display: flex;
  column-gap: 20px;
}

.auction__lid {
  display: flex;
  column-gap: 20px;
  padding: 16px 28px;
  align-items: center;
  cursor: pointer;
}

.auction__lids-top > .auction__info-link {
  opacity: 0;
}

.auction__lid.active > .auction__check:after {
  opacity: 1;
}

.auction__lid.active > .auction__check {
  opacity: 1;
}

.auction__lid.active > .auction__info--1,
.auction__lid.active > .auction__info--2,
.auction__lid.active > .auction__info--3 {
  color: #007fea;
}

.auction__lid:nth-child(odd) {
  background: #f6f7fa;
}

.auction__check {
  flex: 0 0 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #9ba0b7;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  background: url('../img/checkbox.png') center / cover no-repeat;
}

.auction__check:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url('../img/check.png') center / cover no-repeat;
  opacity: 0;
}

.auction__lid > .auction__check {
  opacity: 0;
}

.auction__lid:hover > .auction__check {
  opacity: 1;
}

.auction__lid:hover {
  background: #e1e3ec;
}

.auction__lids-top > .auction__info {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b3048;
}

.auction__info {
  font-size: 14px;
  color: #2b3048;
}

.auction__info--1 {
  flex: 0 1 60px;
}

.auction__info--2 {
  flex: 0 1 180px;
}

.auction__info--3 {
  flex: 0 1 140px;
}

.auction__info--4 {
  flex: 0 1 104px;
}

.auction__info--5 {
  flex: 0 1 114px;
}

.auction__info--status {
  background: #cce8ff;
  border-radius: 8px;
  padding: 4px 12px;
  min-width: 104px;
  font-size: 12px;
  text-align: center;
}

.auction__info-link {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-left: 45px;
}

.auction__info-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url('../img/copy.png') center / cover no-repeat;
  transform: translateY(-50%);
}

.auction__info--status-new {
  background: #bdefc9;
}

.integration__title {
  margin-bottom: 16px;
}

.integration__subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 40px;
}

.support__title {
  margin-bottom: 15px;
}

.support,
.order,
.balance,
.bonuses,
.cab__wrapp {
  flex: 1 1 auto;
}

.pagination {
  display: flex;
  margin-top: 40px;
  margin-left: 40px;
}

.pagination li a {
  padding: 12px 14px;
}

.pagination li {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid cadetblue;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  color: #5c687e;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.pagination .active {
  background: #007fea;
}

.pagination .active a {
  color: white;
}

/* попап ошибки */
.btn:hover,
.btn:focus,
.btn.focus {
  color: white !important;
}

/* попап ошибки */

/* HelpDesk */
.helpDesk {
  background-color: #fafafa;
  border: 1px solid #9db5fd;
}

.helpDesk__head {
  background-color: #2b3048;
  padding: 15px;
  display: flex;
  align-items: center;
}

.helpDesk__head-image {
  max-width: 70px;
  width: 100%;
  border-radius: 50%;
  margin-right: 15px;
}

.img__Block {
  position: relative;
}

.img__Block::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  right: 25px;
  border-radius: 50%;
  background-color: #16c704;
  position: absolute;
  bottom: 0px;
  border: 1px solid #fff;
}

.helpDesk__head-name {
  font-size: 18px;
  color: white;
  font-weight: 600;
}

.helpDesk__head-post {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.helpDesk__body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 300px;
}

.helpDesk__body-helper {
  font-size: 14px;
  font-weight: 400;
  color: white;
  background-color: #2b3048;
  padding: 10px;
  border-radius: 10px;
  max-width: 400px;
  margin: 10px 0;
  margin-right: auto;
  position: relative;
}

.helpDesk__body-helper::after {
  content: '';
  position: absolute;
  left: -21px;
  bottom: 1px;
  border: 8px solid transparent;
  border-right: 21px solid #2b3048;
}

.helpDesk__body-user {
  font-size: 14px;
  font-weight: 400;
  background-color: #2ccd65;
  padding: 10px;
  color: white;
  border-radius: 10px;
  max-width: 400px;
  margin: 10px 8px 10px 0;
  margin-left: auto;
  position: relative;
}

.helpDesk__body-user::after {
  content: '';
  position: absolute;
  right: -22px;
  bottom: 2px;
  border: 8px solid transparent;
  border-left: 21px solid #2ccd65;
}

.helpDesk__form {
  display: flex;
  background-color: #e9e9e93d;
  border-top: 1px solid #9db5fd;
  padding: 0 15px;
}

.helpDesk__form-input {
  width: 100%;
  background-color: inherit;
  border: none;
  outline: none;
  padding: 15px 0;
  font-size: 14px;
}

.helpDesk__form-button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

.helpDesk__form-image {
  max-width: 30px;
}

.start__Helpdesk {
  background-color: #2155fd;
  border: none;
  outline: none;
  border-radius: 10px;
  color: white;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: background-color;
}

.start__Helpdesk:hover {
  background-color: #0b93d5;
}

.NotMessage {
  font-size: 14px;
  color: #979797;
}

.info__text {
  font-size: 10px;
  font-weight: 300;
}

.sup__Subtitle {
  font-size: 14px;
  margin-bottom: 15px;
}

/* HelpDesk */

/* Integration */
.integration__change {
  display: flex;
  flex-wrap: wrap;
}

.integration__label {
  cursor: pointer;
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.check__integration {
  display: none;
}

.settings__integration {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #007fea;
  margin-top: 20px;
}

.references__int {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 44px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.title__references {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #ffa800;
  margin-bottom: 24px;
}

.accortion__reference {
  margin-bottom: 16px;
}

.header__reference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition-delay: 1s;
}

.dot_head {
  display: flex;
  align-items: center;
}

.dot_int {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5b617c;
  margin-right: 10px;
}

.title__reference {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
}

.backfone {
  background: #f6f7fa;
  border-radius: 8px;
  padding: 16px 32px;
}

.header__reference:hover .dot_int,
.active .dot_int {
  background-color: #007fea;
}

.header__reference:hover .icon_reference path,
.active .icon_reference path {
  fill: #007fea;
}

.header__reference:hover .title__reference,
.active .title__reference {
  color: #007fea;
}

.active .icon_reference {
  transform: rotate(180deg);
}

.drop__list {
  margin-top: 24px;
  display: none;
}

.main__list {
  padding-left: 15px !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
}

.main__list-li {
  padding-left: 20px;
  padding-bottom: 12px;
}

.red__li {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ff6359;
  padding-bottom: 12px;
  max-width: 550px;
}

.mark__change li {
  list-style-type: disc;
}

.my_integration h2 {
  margin-bottom: 48px;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #2b3048;
  margin-top: 52px;
}

.change_filter {
  background: #f6f7fa;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 15px rgba(24, 18, 64, 0.03);
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
  cursor: pointer;
}

.change_filter input {
  display: none;
}

.my_integration-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  max-width: 450px;
}

.forms__step {
  display: none;
}

#hook_form {
  margin-top: 40px;
  margin-bottom: 60px;
}

.hook_form {
  display: flex;
}

.hook_link {
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 12px;
  width: 100%;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.confirm_btn {
  background: #007fea;
  border-radius: 8px;
  padding: 10px 15px;
  max-width: 225px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: background-color;
}

.confirm_btn:hover {
  background: #0b58a2;
}

#hook_form h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 8px;
}

.hook_form--subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 24px;
  max-width: 525px;
}

.hook_form--lasttext {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
  max-width: 525px;
  margin: 26px 0;
}

.confirm_btn:disabled {
  background: rgba(0, 127, 234, 0.5);
}

#amo_form h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  color: #2b3048;
  margin-top: 40px;
  margin-bottom: 24px;
  max-width: 410px;
}

.amo_form-label {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
  width: 100%;
}

.line__Label {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 20px;
}

.amo_form-label input {
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 12px;
  width: 100%;
  margin-top: 12px;
}

.mw350 {
  max-width: 350px;
  margin-right: 20px;
}

.request_info {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}

#bitrix_form h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-top: 40px;
  margin-bottom: 8px;
}

.bitrix_form-subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
}

.params_nav {
  display: flex;
  flex-direction: row;
}

.params_tab {
  padding: 12px 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #9ba0b7;
  background: #f6f7fa;
  border: 1px solid #f0f1f8;
  box-shadow: 0px -4px 10px rgba(101, 109, 147, 0.06);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.params_tab-active {
  transition-duration: 0.5s;
  color: #007fea;
  background: #ffffff;
}

.source_pol,
.source__bitrix,
.status__bitrix {
  cursor: pointer;
  transition: 1s;
  transition-property: color;
}

.source_pol:hover,
.source__bitrix:hover,
.status__bitrix:hover {
  color: #1bd93c;
}

.body_params {
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 9px;
  padding: 22px;
  max-height: 350px;
  overflow-y: auto;
}

.params_info {
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px 16px;
  max-width: fit-content;
  margin: 10px;
}

.params__info-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2b3048;
}

.params__info-name {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
}

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

.fields__none {
  display: none;
}

.fade__forms,
.more__inps {
  display: none;
}

.addParams {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  align-items: flex-end;
}

.showParams {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 20px;
}

.addParams__block-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 16px;
}

.addParams__block {
  max-width: 270px;
  margin-right: 20px;
}

.greenBlock {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #bdefc9;
  border-radius: 4px;
  padding: 4px 12px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.greenBlock_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2b3048;
}

.greenBlock_subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
}

.remove__elemets {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: inherit;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

.block__lead--title {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #007fea;
  padding: 12px 24px;
  background: #ffffff;
  max-width: fit-content;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0 -4px 10px rgba(101, 109, 147, 0.06);
  border-radius: 8px 8px 0 0;
}

.block__leads {
  padding: 32px;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.block__lead {
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px 16px;
  max-width: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
}

.block__lead:hover {
  cursor: pointer;
  background: #cce8ff;
  border-radius: 4px;
}

.block__lead-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2b3048;
}

.block__lead-subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
}

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

.text--addparams {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #a5aabe;
  margin-bottom: 16px;
}

.done__integration {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 28px;
  align-items: center;
  margin-bottom: 20px;
}

.done__integration-logoDate {
  max-width: 180px;
}

.done__integration-logoDate p {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #5b617c;
}

.done__integration-logoDate p span {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #a5aabe;
}

.done__integration-info {
  max-width: 280px;
  width: 100%;
  padding: 0 15px;
}

.done__integration-info p:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  padding-bottom: 4px;
}

.done__integration-info p:nth-child(2) {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  word-break: break-all;
}

.done__integration-settings {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 200px;
  width: 100%;
}

.delete__btn {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #5b617c;
}

.Wrapburgbal {
  flex-wrap: wrap;
}

/* Integration */
/* bonuses */
.club__member {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #9ba0b7;
}

.Hcont_R_Balance {
  margin-right: 5px;
}

.coins__bonuses {
  display: flex;
  padding: 4px 10px;
  background: #2ccd65;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  width: 110px;
}

.cashback,
.materials {
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 0 0 12px 12px;
  padding: 40px;
  min-height: 500px;
}

.cashback__body,
.materials__body {
  display: flex;
  justify-content: space-between;
}

.cashback__block {
  max-width: 350px;
}

.cashback__block-title,
.materials__block-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  color: #2b3048;
  margin-bottom: 40px;
}

.cashback__block-persent {
  background: #f0f1f8;
  border-radius: 12px;
  padding: 24px 28px;
  max-width: 200px;
  font-weight: 600;
  font-size: 52px;
  line-height: 46px;
  color: #007fea;
  margin-bottom: 40px;
}

.cashback__block-persent span {
  font-weight: normal;
  font-size: 24px;
  color: #007fea;
}

.cashback__block-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2b3048;
}

.materials__block-content {
  display: flex;
  max-width: 400px;
  border-bottom: 1px solid #cbd0e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.materials__content-image {
  min-width: 20px;
  margin-right: 12px;
}

.materials__content-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 12px;
}

.materials__content-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #007fea;
}

.materials__content-subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  margin-bottom: 20px;
}

.clubCart__nocartBlock {
  display: flex;
  padding: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nocartBlock__head {
  margin-bottom: 40px;
  max-width: 370px;
}

.nocartBlock__head h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 16px;
}

.nocartBlock__head p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
}

.nocartBlock__info {
  margin-bottom: 12px;
}

.nocartBlock__info h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 16px;
}

.nocartBlock__info p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 16px;
}

.nocartBlock__info ul {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
}

.nocartBlock__info ul li {
  padding-bottom: 8px;
}

.nocartBlock__btngroup {
  display: flex;
}

.red__button--card {
  background: #e44e2b;
  border-radius: 8px;
  padding: 8px 42px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  outline: none;
  border: none;
  margin-right: 15px;
  transition: 0.5s;
  cursor: pointer;
  transition-property: background;
}

.red__button--card:hover {
  background: #aa1616;
}

.red__link--card {
  background: #ffffff;
  border: 2px solid #e44e2b;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #e44e2b;
  padding: 8px 44px;
  transition: 1s;
  transition-property: color, border;
}

.red__link--card:hover {
  border: 2px solid #aa1616;
  color: #aa1616;
}

.green__blockCard {
  background-color: #278940;
  border-radius: 8px;
  padding: 24px 40px;
  margin: 0 38px;
  background-image: url('../img/myforce-myforce.png');
  background-repeat: no-repeat;
  background-position: 95% center;
}

.flex__li--blok {
  display: flex;
}

.flex__li--blok p {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 10px;
  max-width: 360px;
  padding-bottom: 12px;
}

.green__blockCard h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 24px;
}

.clubCart__body {
  margin-bottom: 60px;
}

.spendBalls {
  padding: 0px 38px;
}

.spendBalls__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 16px;
}

.spendBalls__subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 20px;
}

.skill__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #4135f1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.skill__subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  margin-bottom: 24px;
}

.spend__link {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 8px 20px;
  background: #007fea;
  border-radius: 8px;
}

.spend__flex-skill {
  background: linear-gradient(289.38deg, #ffdc36 -16.21%, #ffa800 147.29%);
  border-radius: 4px;
  max-width: 250px;
  padding: 16px 30px 26px 20px;
}

.spend__flex-femida {
  border-radius: 4px;
  max-width: 250px;
  padding: 16px 30px 26px 20px;
  background: linear-gradient(
    100.77deg,
    #181240 1.72%,
    rgba(0, 18, 181, 0) 295.82%
  );
}

.spend__flex-ads {
  border-radius: 4px;
  max-width: 250px;
  padding: 16px 30px 26px 20px;
  background: linear-gradient(
    102.21deg,
    #3b43fb -15.64%,
    rgba(252, 90, 60, 0) 294.55%
  );
}

.femida__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #fb593b;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.femida__subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #f6f7fa;
  margin-bottom: 24px;
}

.ads__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #010101;
  margin-bottom: 8px;
}

.ads__subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #f6f7fa;
  margin-bottom: 24px;
}

.spend__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.clubCart {
  padding-bottom: 60px;
}

.clubCart__cartBlock {
  padding: 30px 38px 0px;
  display: flex;
  justify-content: space-between;
}

.cartBlock__head h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 40px;
}

.cartBlock__score {
  padding: 28px 24px;
  background: #f0f1f8;
  border-radius: 12px;
  max-width: fit-content;
}

.cartBlock__score p {
  font-weight: 600;
  font-size: 52px;
  line-height: 46px;
  color: #007fea;
}

.cartBlock__score p span {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}

.cart__image p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
}

.cart__image p span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #278940;
}

.cartBlock__info {
  min-width: 300px;
  align-self: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid #cbd0e8;
}

.cartBlock__body {
  padding: 12px 20px;
  background: #278940;
  border-radius: 8px;
  display: flex;
  margin-top: 28px;
  align-items: center;
}

.cartBlock__body-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  max-width: 300px;
}

.cartBlock__body-subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

.bonuses__index {
  padding: 40px;
  background: rgba(216, 255, 227, 0.6);
  border: 1px solid #f0f1f8;
  box-shadow: 0 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 8px;
  display: flex;
  position: relative;
}

.bonuses__index-info {
  max-width: 300px;
}

.bonuses__info-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 13px;
}

.bonuses__info-subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 50px;
}

.bonuses__info-score {
  font-weight: 600;
  font-size: 52px;
  line-height: 28px;
  color: #2b3048;
  margin-bottom: 53px;
}

.bonuses__info-score span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #2b3048;
}

.bonuses__info-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #007fea;
}

.bonuses__index-img {
  max-width: 150px;
  align-self: flex-end;
  position: absolute;
  right: 5px;
  top: 160px;
}

.check__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.check__item-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  color: #2b3048;
}

.order-lid__box-max {
  background-color: #5c687e;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(121, 126, 147, 0.06);
  border-radius: 8px;
  padding: 28px 24px;
  background-image: url('../img/imageCard.png');
  background-repeat: no-repeat;
  background-position: 95% 5%;
}

.order-lid__box-title-max {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #f6f7fa;
  margin-bottom: 16px;
}

.order-lid__box-tex-max {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 12px;
  max-width: 300px;
}

.check__item-max {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.check__item-text-max {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 10px;
  max-width: 325px;
}

/* bonuses */
.li__balance-center {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #5b617c;
}

.get-fiz-pay-link,
.get-jur-pay-link,
.get-jur-pay-link2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #007fea;
  margin-bottom: 40px;
}

.flex__inpfile {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  max-width: 350px;
}

.flex__inpfile-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2b3048;
}

.flex__inpfile-label {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #007fea;
  cursor: pointer;
}

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

.more__info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d3d6e3;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.more__info-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  max-width: 120px;
}

.more__info-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #2b3048;
}

.Hot__line {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.Hot__line-p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5b617c;
  padding-left: 12px;
}

.hotOf__subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #a5aabe;
  margin-bottom: 24px;
}

.leadCount__subtitle {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a5aabe;
}

.btn__group-offers {
  display: flex;
  align-items: center;
}

.confirm__offers {
  background-color: #2ccd65;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 12px 50px !important;
  border: none;
  outline: none;
  cursor: pointer;
  user-select: none;
  transition-duration: 0.7s;
  transition-property: background-color;
  margin-right: 20px;
}

.confirm__offers:hover {
  background-color: #008e32;
}

.confirm__offers-nothot {
  background: #ffffff;
  border: 1px solid #007fea;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #007fea;
  padding: 12px 50px !important;
  outline: none;
  cursor: pointer;
  user-select: none;
  transition-duration: 0.7s;
  transition-property: color;
  margin-right: 20px;
}

.confirm__offers-nothot:hover {
  border-color: #008e32;
  color: #008e32;
}

.header__offer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  padding: 28px 60px 40px 40px;
  border-bottom: 1px solid #cbd0e8;
}

.header__offer-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
}

.header__offer-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a5aabe;
  margin-bottom: 8px;
}

.header__offer-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #5b617c;
  max-width: 365px;
  margin-bottom: 35px;
}

.header__offer-lineblock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 590px;
  width: 100%;
}

.header__offer-value {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2b3048;
}

.body__offer {
  padding: 40px;
}

.body__offer-block {
  margin-bottom: 24px;
}

.body__offer-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2b3048;
  margin-bottom: 8px;
}

.body__offer-subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5b617c;
  margin-bottom: 20px;
  max-width: 500px;
}

.offer__input {
  background: #ffffff;
  border: 1px solid #cbd0e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  outline: none;
}

.offer__input::placeholder {
  color: #9ba0b7;
  font-weight: normal;
}

.offer__btn-confirm {
  background-color: #007fea;
  border-radius: 8px;
  padding: 12px 36px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  border: none;
  transition-duration: 0.7s;
  transition-property: background-color;
}

.offer__btn-confirm:hover {
  background-color: #00559b;
}

.offer__info-block {
  max-width: 260px;
  width: 100%;
}

.hot__offer-confirm {
  background: linear-gradient(90deg, #2ccd65 0%, #2096ec 99.96%);
  border-radius: 8px;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  max-width: 280px;
  outline: none;
  cursor: pointer;
  border: none;
}

.hot__offer-confirm:hover {
  background: #2ccd65;
}

.order-page_info-cardos {
  padding: 40px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f1f8;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgb(121 126 147 / 6%);
  border-radius: 12px;
  margin-bottom: 20px;
}

.info__about--offers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.column__offers--info {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  width: 100%;
}

.column__offers--info1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.order-page_info-card-1_main_left-group-t21 {
  font-size: 14px;
  font-weight: 600;
}

.block__offers-info {
  border-bottom: 1px solid #cbd0e8;
}

.block__offers-info:last-child {
  border-bottom: none;
}
