﻿textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus {
  box-shadow: none;
  border: 1px solid #2195f5 !important;
}
button,
a {
  outline: none !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: none;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #2195f5 #f2f3f7;
  &::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  &::-webkit-scrollbar-track {
    background: #f2f3f7;
  }
  &::-webkit-scrollbar-thumb {
    background: #2195f5;
    border-radius: 10px;
  }
  &::-webkit-scrollbar-thumb:hover {
    background: #2195f5;
  }
  &::-webkit-scrollbar-thumb:active {
    background: #2195f5;
  }
  &::-webkit-scrollbar-thumb:focus {
    background: #2195f5;
  }
  &::-webkit-scrollbar-thumb:focus-visible {
    background: #2195f5;
  }
  &::-webkit-scrollbar-thumb:focus-within {
    background: #2195f5;
  }
  &::-webkit-scrollbar-thumb:focus-visible {
    background: #2195f5;
  }
  &::-webkit-scrollbar-thumb:focus-within {
    background: #2195f5;
  }
  &::-webkit-scrollbar-thumb:focus-visible {
    background: #2195f5;
  }
}
form,
p {
  margin: 0;
}
.reset-style {
  all: unset;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #2195f5 !important;
  border-radius: 3px;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  cursor: pointer;
  vertical-align: top;
  outline: none !important;
}
input[type="checkbox"]:checked {
  border: 1px solid #c8dcfe !important;
  background-color: #2195f5 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M9.76764 1.63439C9.45824 1.32457 8.95582 1.32477 8.64601 1.63439L3.59787 6.68272L1.35419 4.43906C1.04438 4.12924 0.542174 4.12924 0.23236 4.43906C-0.0774534 4.74887 -0.0774534 5.25107 0.23236 5.56089L3.03684 8.36537C3.19165 8.52017 3.39464 8.59777 3.59765 8.59777C3.80067 8.59777 4.00386 8.52037 4.15867 8.36537L9.76764 2.7562C10.0775 2.4466 10.0775 1.94418 9.76764 1.63439Z' fill='white'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.redesign-body * {
  box-sizing: border-box;
}

.redesign-body-content {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  justify-content: space-between;
  min-height: calc(100vh - 72px);
}

.redesign-body {
  background: #f6f9fb;
  padding-top: 72px;
  height: auto;
  min-height: calc(100vh - 72px);
}
.redesign-body .row {
  margin: 0;
}

#content.redesign-content {
  padding: 0;
}
.title-24 {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.title-20 {
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.title-18 {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.title-16 {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

.text-18-400 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.text-14-400 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.btn {
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  text-shadow: none;
  box-shadow: none;
  background-image: none;
}
.alert {
  margin: 0;
  text-shadow: none;
  box-shadow: none;
}
.alert-orange {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  border-radius: 20px;
  gap: 20px;
  border: 1px solid rgba(249, 120, 51, 0.3);
  color: var(--Gray, #f97833);

  /* Text 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  background: rgba(249, 120, 51, 0.08);
}
.alert-space-between {
  justify-content: space-between;
}
.btn-blue {
  background: #2195f5;
  color: #fff;
}
.btn-blue:hover {
  background: #f2f3f7;
  color: #2195f5;
}
.btn-light-blue {
  color: #2195f5;
  background: #f2f3f7;
}
.btn-light-blue:hover {
  background: #ffffff;
  color: #2195f5;
}
.btn-light-blue-border {
  border: 1px solid #e6ecf3;
  color: rgba(12, 48, 91, 0.7);
}
.btn-light-blue-border:hover {
  background: #2195f5;
  color: #ffffff;
}
.btn:disabled {
  background: #f2f3f7;
  color: rgba(12, 48, 91, 0.3);
}

.btn-white-orange {
  background: #fff;
  color: #f97833;
}
.btn-white-orange:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.btn-white-border-orange {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
}
.btn-white-border-orange:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.color-black {
  color: #1d2328;
}

.color-black-70 {
  color: rgba(12, 48, 91, 0.7);
}
.color-black-50 {
  color: rgba(12, 48, 91, 0.5);
}
.color-green {
  color: #37cd6a;
}

.redesign-main-container .redesign-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  padding: 0;
  margin: 0;
}

.redesign-main-container .redesign-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.redesign-main-container .redesign-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 32px;
}

.redesign-main-container .navbar-fixed-top .navbar-inner,
.redesign-main-container .navbar-static-top .navbar-inner {
  padding: 12px 0;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-menu-item-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.redesign-main-container footer {
  margin: 0;
  margin-top: auto;
  padding: 0;
  position: static;
  height: auto;
  border: none;
}
.redesign-main-container .reset-password-page__form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: calc(100vh - 200px);
}
footer #footer-floor.redesign-footer-floor {
  display: flex;
  padding: 16px 0px;
  justify-content: space-between;
  align-items: center;
  background: #e6ecf3;
}

.redesign-footer-floor .redesign-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin: 0;
}

.redesign-footer-floor .redesign-footer-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  margin: 0;
  width: fit-content;
}
.redesign-footer-floor .redesign-footer-phone h3,
.redesign-footer-floor .redesign-footer-phone h4 {
  margin: 0;
  line-height: normal;
}

.redesign-footer-floor .redesign-footer-elsewhere-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

footer #footer-floor #elsewhere-icons.redesign-footer-elsewhere-icons {
  color: rgba(12, 48, 91, 0.5);
  padding: 0;
  margin: 0;
  width: fit-content;
}

.redesign-main-container .reset-password-page form {
  padding: 0;
  max-width: 566px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  border: none;
  margin: 0;
}
.redesign-main-container .reset-password-page legend {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e6ecf3;
  margin: 0;
  margin-bottom: 12px;
}
.redesign-main-container .reset-password-page form .control-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 24px 12px 24px;
  margin: 0;
}
.redesign-main-container .reset-password-page form .control-group:before,
.redesign-main-container .reset-password-page form .control-group:after {
  content: none;
}
.redesign-main-container
  .reset-password-page
  form
  .control-group
  .control-label {
  text-align: left;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin: 0;
}
.redesign-main-container .reset-password-page form .control-group .controls {
  margin: 0;
  width: 100%;
}
.redesign-main-container
  .reset-password-page
  form
  .control-group
  .controls
  input {
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  background: #fff;
  height: 46px !important;
  padding: 15px 16px !important;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  color: #1d2328;

  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important; /* 21px */
}
.redesign-main-container
  .reset-password-page
  form
  .control-group
  .controls
  input::placeholder {
  color: rgba(12, 48, 91, 0.7);
}

.redesign-main-container .reset-password-page legend::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/icons/lock.svg") no-repeat center center;
  background-size: contain;
}
.redesign-main-container .reset-password-page .form-actions {
  margin: 0;
  padding: 12px 24px 24px 24px;
  background: #fff;
  border: none;
}
.redesign-main-container .reset-password-page .form-actions i {
  display: none;
}
.redesign-main-container .reset-password-page .form-actions button {
  display: flex;
  height: 46px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #2195f5;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  border: none;
  cursor: pointer;
  width: 100%;
  box-shadow: none;
  transition: all 0.3s ease;
}
.redesign-main-container .reset-password-page .form-actions button:hover {
  background: #f2f3f7;
  color: #2195f5;
}

.redesign-main-container
  .reset-password-page
  form
  .control-group
  .controls
  p.help-block
  a,
.redesign-main-container
  .reset-password-page
  form
  .control-group
  .controls
  p.help-block
  a:hover {
  color: #2195f5;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.redesign-main-container .span9,
.redesign-main-container .span3 {
  width: auto;
}
.redesign-main-container#maincontainer {
  display: flex;
  flex-direction: column;
}

.redesign-main-container
  .reset-password-page.forgot-password-page
  legend::before {
  content: none;
}
.redesign-main-container .reset-password-page.forgot-password-page legend {
  padding: 24px 24px 0px 24px;
  border-bottom: none;
}
.redesign-main-container .reset-password-page.forgot-password-page .alert {
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e6ecf3;
  padding: 0 24px 24px 24px;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.redesign-main-container .reset-password-page.forgot-password-page .alert i,
.redesign-main-container
  .reset-password-page.forgot-password-page
  .alert
  .close {
  display: none;
}

.redesign-main-container .alert-wrapper {
  position: fixed;
  top: 73px;
  left: 0;
  width: 100%;
  height: calc(100vh - 73px);
  z-index: 1000;
  background: #f6f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
}
.redesign-main-container .alert-wrapper .alert-error {
  border: none;
  margin: 0;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0 2px 10px 0 #f2f3f7;
  display: flex;
  width: 566px;
  padding: 32px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.redesign-main-container .alert-wrapper .alert-error .icon-info-sign {
  display: none;
}
.redesign-main-container .alert-wrapper .alert-error .alert-error-icon {
  display: flex;
  width: 52px;
  height: 52px;
  padding: 0 13px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 13px;
  background: rgba(249, 51, 94, 0.08);
}
.redesign-main-container .alert-wrapper .alert-error .alert-error-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.redesign-main-container .alert-wrapper .alert-error .alert-error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.redesign-main-container .alert-wrapper .alert-error .close {
  display: flex;
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  opacity: 1;
  transition: all 0.3s ease;
  height: 46px;
  position: static;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  transition: all 0.3s ease;
}
.redesign-main-container .alert-wrapper .alert-error .close:hover {
  background-color: #2195f5;
  color: #fff;
  border-color: #2195f5;
}
.redesign-main-container .alert-wrapper .alert-error .close:hover:before {
  color: #fff;
}
.redesign-main-container .alert-wrapper .alert-error .alert-error-content span {
  text-align: center;
}

.redesign-main-container .reset-password-page form .control-group.error input {
  color: #f9335e;
  border-color: #f9335e;
}
.redesign-main-container
  .reset-password-page
  form
  .control-group.error
  .help-inline {
  margin-top: 8px;
  color: #f9335e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (max-width: 768px) {
  .redesign-main-container .redesign-container {
    padding: 0 15px;
  }
  .redesign-main-container .reset-password-page legend {
    display: flex;
    padding: 24px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #2195f5;
    color: #fff;
    text-align: center;
  }
  .redesign-main-container .reset-password-page legend::before {
    content: none;
  }
  .redesign-main-container .reset-password-page #fieldset-login {
    left: -15px;
    width: calc(100vw);
    /* width: calc(100vw - 10px); */
    position: relative;
  }
  .redesign-main-container .reset-password-page form .control-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .redesign-main-container .reset-password-page .form-actions {
    padding-left: 0px;
    padding-right: 0px;
    background: #f6f9fb;
  }
  .redesign-main-container .reset-password-page form {
    background: #f6f9fb;
    max-width: 100%;
  }
  .redesign-main-container .reset-password-page__form {
    align-items: flex-start;
    min-height: auto;
  }
  .redesign-main-container .navbar-fixed-top .navbar-inner,
  .redesign-main-container .navbar-static-top .navbar-inner {
    box-shadow: none;
  }
  .redesign-footer-floor .redesign-footer-row {
    display: flex;
    padding: 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .redesign-footer-floor .redesign-footer-row {
    padding: 0;
  }
  .title-20 {
    font-size: 18px;
  }
  .text-18-400 {
    font-size: 14px;
  }
  .redesign-main-container .alert-wrapper {
    padding: 0 15px;
    align-items: flex-start;
  }
  .redesign-main-container .alert-wrapper .alert-error {
    background: #f6f9fb;
    padding: 30px 0;
  }
}

/* РћР±С‰Р°СЏ РёРЅС„РѕСЂРјР°С†РёСЏ  */

body.redesign-body.redesign-body-auth .redesign-main-container#maincontainer {
  display: flex;
  flex-direction: row;
}

body.redesign-body.redesign-body-auth
  .redesign-main-container
  .navbar-fixed-top {
  position: static;
  max-width: 312px;
  width: 100%;
}

body.redesign-body.redesign-body-auth footer {
  padding-bottom: 96px;
}

@media screen and (max-width: 576px) {
  body.redesign-body.redesign-body-auth footer {
    padding-bottom: 86px;
  }
}
body.redesign-body.redesign-body-auth {
  padding: 0;
  min-height: 100vh;
  height: 100%;
}
body.redesign-body.redesign-body-auth
  .redesign-main-container
  .navbar-fixed-top
  .navbar-inner {
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  border-right: 1px solid #e6ecf3;
  background: #fff;
  border-bottom: none;
}

body.redesign-body.redesign-body-auth
  .redesign-main-container
  .redesign-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.redesign-body.redesign-body-auth
  .redesign-main-container
  .navbar-fixed-top
  .redesign-container {
  padding: 0;
}
body.redesign-body.redesign-body-auth .redesign-main-container .redesign-brand {
  padding: 24px;
  border-bottom: 1px solid #f2f3f7;
}
body.redesign-body.redesign-body-auth .nav-collapse.redesign-user-aside-nav {
  display: flex;
  padding: 16px 16px 0 16px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  width: 100%;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li {
  width: 100%;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  > a,
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  > .dropdown-toggle {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 10px;
  justify-content: space-between;
  background: transparent;
  box-shadow: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  > a:hover,
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  > .dropdown-toggle:hover {
  color: #2195f5;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  > a:hover
  .redesign-menu-item-icon
  path,
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  > .dropdown-toggle:hover
  .redesign-menu-item-icon
  path {
  fill: #2195f5;
  fill-opacity: 1;
}

@media screen and (max-width: 1200px) {
  body.redesign-body.redesign-body-auth
    .redesign-main-container
    .navbar-fixed-top
    .navbar-inner {
    border-right: none;
  }
  body.redesign-body.redesign-body-auth
    .nav-collapse.redesign-user-aside-nav
    .nav
    > li
    > a,
  body.redesign-body.redesign-body-auth
    .nav-collapse.redesign-user-aside-nav
    .nav
    > li
    > .dropdown-toggle {
    justify-content: center;
  }
}

body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.active
  > a,
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.active
  > .dropdown-toggle {
  border-radius: 10px;
  background: rgba(33, 149, 245, 0.08);
  color: #2195f5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  box-shadow: none;
}

body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.active
  > a
  .redesign-menu-item-icon
  svg
  path,
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.active
  > .dropdown-toggle
  .redesign-menu-item-icon
  svg
  path {
  fill: #2195f5;
  fill-opacity: 1;
}

.redesign-user-aside-info {
  display: flex;
  justify-content: space-between;
  margin: auto 16px 16px 16px;
  padding: 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-top: 1px solid #f2f3f7;
  border-radius: 10px;
  background: #f6f9fb;
}
.redesign-user-aside-info .redesign-user-aside-info-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.redesign-user-aside-info-id {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.redesign-dropdown-toggle-caret {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
  border-top: none;
  border-right: none;
  border-left: none;
  content: "";
}

body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  .dropdown-menu {
  position: static;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  .dropdown-menu
  > li {
  width: 100%;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.dropdown.open
  .dropdown-menu {
  display: flex;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.dropdown.open
  .dropdown-menu::after,
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.dropdown.open
  .dropdown-menu::before {
  content: none;
}

body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.dropdown.open
  .dropdown-menu
  > li
  > a,
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.dropdown.open
  .dropdown-menu
  > li
  > .dropdown-toggle {
  display: flex;
  padding: 8px 16px 8px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(12, 48, 91, 0.7);
  box-shadow: none;
  width: 100%;
  transition: all 0.3s ease;
  background: transparent;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.dropdown.open
  .dropdown-menu
  > li
  > a:hover {
  background: rgba(33, 149, 245, 0.08);
  color: #2195f5;
}
body.redesign-body.redesign-body-auth .redesign-body-content {
  width: 100%;
  padding-top: 40px;
}
body.redesign-body.redesign-body-auth
  .redesign-body-content
  .redesign-container {
  padding: 0 50px;
}

.redesign-main-title {
  display: flex;
  /* width: 1490px; */
  align-items: center;
  gap: 19px;
  justify-content: space-between;
  color: #1d2328;

  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%; /* 41.4px */
}
.redesign-main-title .timeago {
  color: rgba(12, 48, 91, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.redesign-main-title .timeago abbr {
  color: rgba(12, 48, 91, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.redesign-user-info {
  margin-top: 32px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  display: flex;
  gap: 16px;
  padding: 24px;
  flex-direction: column;
  border: none;
}
.redesign-user-info-top {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  align-self: stretch;
}
.redesign-user-info-name {
  color: var(--Black, #1d2328);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.redesign-user-info-text-edit-wrapper {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.redesign-user-info-text-edit-wrapper input[type="text"] {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
  border: none;
  padding: 0 !important;
  height: auto !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.redesign-user-info-name-edit-btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.redesign-user-info-name-edit-btn .redesign-user-info-name-edit-icon {
  display: block;
}
.redesign-user-info-name-edit-btn .redesign-user-info-name-edit-icon[hidden] {
  display: none;
}
svg.redesign-user-info-name-edit-icon.redesign-user-info-name-edit-icon-check:hover
  path {
  fill: #37cd6a;
  fill-opacity: 1;
}
.redesign-user-info-text-edit-wrapper:hover {
  background: none;
  color: rgba(12, 48, 91, 0.7);
}

.redesign-user-info-status {
  display: flex;
  height: 40px;
  padding: 8px 16px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
}
.redesign-user-info-status-success {
  background: rgba(55, 205, 106, 0.08);
}
.redesign-user-info-status-important {
  background: rgba(249, 51, 94, 0.08);
}
.redesign-user-info-status .redesign-user-info-status-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.redesign-user-info-status-success .redesign-user-info-status-label {
  color: #37cd6a;
}
.redesign-user-info-status-success svg path {
  stroke: #37cd6a;
}
.redesign-user-info-status-important .redesign-user-info-status-label {
  color: #f9335e;
}
.redesign-user-info-status-important svg path {
  stroke: #f9335e;
}
.redesign-user-info-status-divider {
  width: 1px;
  height: 16px;
  background: rgba(12, 48, 91, 0.3);
}

.redesign-user-info-status-button {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.redesign-user-info-status-button:hover {
  text-decoration: none;
  color: rgba(12, 48, 91, 0.7);
}

.redesign-user-info-bottom {
  display: flex;
  gap: 16px;
  align-self: stretch;
}

.redesign-user-info-bottom-item {
  border-radius: 20px;
  background: var(--Light-gray-2, #f6f9fb);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 20px;
  width: calc(100% / 3 - 10.66px);
}

.redesign-user-info-bottom-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.redesign-user-info-bottom-item-label {
  color: var(--black-70, rgba(12, 48, 91, 0.7));
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.redesign-user-info-bottom-item-value {
  color: var(--Black, #1d2328);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.redesign-account-info-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.redesign-account-info-item {
  width: calc(100% / 3 - 10.66px);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-account-info-item.copy-value {
  cursor: pointer;
}
.redesign-account-info-item.blue {
  background: #2195f5;
}
.redesign-account-info-item.blue .redesign-account-info-item-label {
  color: #fff;
}
.redesign-account-info-item.blue .redesign-account-info-item-value {
  color: #fff;
}

.redesign-account-info-item.green .redesign-account-info-item-value {
  color: #37cd6a;
}
.redesign-account-info-item.red .redesign-account-info-item-value {
  color: #f9335e;
}
.redesign-account-info-item-label {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.redesign-account-info-item-value {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
}

.redesign-account-recomendations-payment {
  margin-top: 24px;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0 2px 10px 0 #f2f3f7;
  display: flex;
  padding: 25px 25px 25px 25px;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 20px;
  flex-wrap: wrap;
}

.redesign-account-recomendations-payment-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.redesign-account-recomendations-payment-title {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.redesign-account-recomendations-payment-description {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.redesign-account-recomendations-payment-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.redesign-account-recomendations-payment-left-top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.redesign-account-recomendations-payment-left-label {
  color: var(--black-70, rgba(12, 48, 91, 0.7));
  text-align: right;

  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
}
.redesign-account-recomendations-payment-left-value {
  color: #1d2328;
  text-align: right;

  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
}

.redesign-account-recomendations-payment-left-button {
  display: flex;
  width: 220px;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #2195f5;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  cursor: pointer;
  border-radius: 20px;
  background: #f6f9fb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.redesign-account-recomendations-payment-left-button:hover {
  text-decoration: none;
  background: #2195f5;
  color: #fff;
}

.redesign-account-info-wrapper-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 900fr 566fr;
  gap: 24px;
}

.redesign-account-info-wrapper-grid-item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  padding: 24px;
}

.redesign-account-tariff-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.redesign-account-tariff-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-self: stretch;
  width: 100%;
}
.redesign-account-tariff-info-header-title {
  color: var(--Black, #1d2328);
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.redesign-account-tariff-info-header-button-change {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(12, 48, 91, 0.5);
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.redesign-account-tariff-info-header-button-change:hover {
  text-decoration: none;
  color: #2195f5;
}

.redesign-account-tariff-info-header-button-change svg {
  margin-top: 3px;
}
.redesign-account-tariff-info-header-button-change svg path {
  transition: all 0.3s ease;
}
.redesign-account-tariff-info-header-button-change:hover svg path {
  fill: #2195f5;
  fill-opacity: 1;
}

.redesign-account-tariff-info-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.redesign-account-tariff-info-content-item {
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  grid-gap: 12px;
  border-bottom: 1px solid rgba(12, 48, 91, 0.1);
}

.redesign-account-tariff-info-content-item:last-child {
  border-bottom: none;
}

.redesign-account-tariff-info-content-item-label {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.redesign-account-tariff-info-content-item-value {
  color: var(--Black, #1d2328);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.redesign-account-tariff-status {
  display: flex;
  align-items: center;
  gap: 10px;
}
.redesign-account-tariff-info-content-item-value.weight-600 {
  font-weight: 600;
}
.redesign-account-tariff-info-content-item-value span.dot-status {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
}
.redesign-account-tariff-info-content-item-value span.green {
  background: #37cd6a;
}
.redesign-account-tariff-info-content-item-value span.red {
  background: #f9335e;
}
.redesign-account-promise-payment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}
.redesign-account-promise-payment-title {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.redesign-account-promise-payment form {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
}
.redesign-account-promise-payment form .control-group {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  margin: 0;
}
.redesign-account-promise-payment form .control-group .control-label {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: left;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.redesign-account-promise-payment form .control-group .controls {
  margin: 0;
}
.redesign-account-promise-payment
  form
  .control-group
  .controls
  input#credit_sum {
  display: flex;
  height: 46px !important;
  padding: 15px 16px !important;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  background: #fff;
  color: var(--Black, #1d2328);

  font-family: "Exo 2", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important; /* 24px */
  margin: 0;
  width: 100%;
  margin-top: 8px;
}

.redesign-account-promise-payment form .control-group.accept-checkbox-wrapper {
  margin-top: 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.redesign-account-promise-payment
  form
  .control-group.accept-checkbox-wrapper
  .control-label {
  width: auto;
  cursor: pointer;
}
.redesign-account-promise-payment
  form
  .control-group.accept-checkbox-wrapper
  .controls {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
}
.redesign-account-promise-payment
  form
  .control-group.accept-checkbox-wrapper
  input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #2195f5 !important;
  border-radius: 3px;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.redesign-account-promise-payment
  form
  .control-group.accept-checkbox-wrapper
  input[type="checkbox"]:checked {
  border: 1px solid #c8dcfe !important;
  background-color: #2195f5 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M9.76764 1.63439C9.45824 1.32457 8.95582 1.32477 8.64601 1.63439L3.59787 6.68272L1.35419 4.43906C1.04438 4.12924 0.542174 4.12924 0.23236 4.43906C-0.0774534 4.74887 -0.0774534 5.25107 0.23236 5.56089L3.03684 8.36537C3.19165 8.52017 3.39464 8.59777 3.59765 8.59777C3.80067 8.59777 4.00386 8.52037 4.15867 8.36537L9.76764 2.7562C10.0775 2.4466 10.0775 1.94418 9.76764 1.63439Z' fill='white'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.redesign-account-promise-payment
  form
  .control-group.accept-checkbox-wrapper
  input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 2px rgba(33, 149, 245, 0.35) !important;
}

.redesign-account-promise-payment form .control-group:before,
.redesign-account-promise-payment form .control-group:after {
  content: none;
}
.redesign-account-promise-payment form .form-actions {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  margin-top: 16px;
}
.redesign-account-promise-payment form .form-actions button {
  display: flex;
  height: 46px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #2195f5;
  color: #fff;
  border: none;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease;
  line-height: 150%;
  cursor: pointer;
  width: 100%;
}
.redesign-account-promise-payment form .form-actions button:hover {
  background: #f2f3f7;
  color: #2195f5;
}
.redesign-account-promise-payment form .form-actions:before,
.redesign-account-promise-payment form .form-actions:after {
  content: none;
}
.redesign-account-promise-payment form .control-group.max-credit-sum-note {
  margin-top: 8px;
}
.redesign-account-promise-payment
  form
  .control-group.max-credit-sum-note
  .controls {
  color: rgba(12, 48, 91, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.redesign-account-promise-payment:has(.redesign-account-promise-result) {
  align-items: center;
  justify-content: center;
}
.redesign-account-promise-result {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  min-height: 220px;
  padding: 16px 8px;
  box-sizing: border-box;
}
.redesign-account-promise-result-icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.redesign-account-promise-result.is-success
  .redesign-account-promise-result-icon {
  background: rgba(55, 205, 106, 0.08);
}
.redesign-account-promise-result.is-error
  .redesign-account-promise-result-icon {
  background: rgba(249, 51, 94, 0.08);
}
.redesign-account-promise-result-title {
  margin: 0;
  color: #4a5970;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  max-width: 420px;
}
.redesign-account-promise-result-text {
  margin: 0;
  color: rgba(74, 89, 112, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: 420px;
}

.redesign-account-key-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.redesign-account-key-services-title {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.redesign-account-key-services-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.redesign-account-key-services-content-item {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  width: calc(50% - 8px);
  border-radius: 10px;
  background: rgba(162, 91, 248, 0.08);
  text-decoration: none;
  transition: all 0.3s ease;

  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.redesign-account-key-services-content-item:hover {
  text-decoration: none;
}
.redesign-account-key-services-content-item.purple {
  color: rgba(162, 91, 248, 0.7);
  background: rgba(162, 91, 248, 0.08);
}
.redesign-account-key-services-content-item.purple:hover {
  background: rgba(162, 91, 248, 0.16);
}
.redesign-account-key-services-content-item.orange {
  color: #f97833;
  background: rgba(249, 120, 51, 0.08);
}
.redesign-account-key-services-content-item.orange:hover {
  background: rgba(249, 120, 51, 0.16);
}
.redesign-account-key-services-content-item.red {
  color: #f9335e;
  background: rgba(249, 51, 94, 0.08);
}
.redesign-account-key-services-content-item.red:hover {
  background: rgba(249, 51, 94, 0.16);
}
.redesign-account-key-services-content-item.green {
  color: #37cd6a;
  background: rgba(55, 205, 106, 0.08);
}
.redesign-account-key-services-content-item.green:hover {
  background: rgba(55, 205, 106, 0.16);
}

.redesign-account-help {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #f97833;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-account-help-icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}

.redesign-account-help-title {
  margin-top: 8px;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.redesign-account-help-description {
  margin-top: 8px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.redesign-account-help-button-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  margin-top: 16px;
}

.redesign-account-cache-info {
  margin-top: 24px;
  color: #f97833;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
}
.redesign-account-cache-info.alert .close {
  position: static;
  opacity: 1;
}

body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav.redesign-menu-mobile {
  display: none;
}
.redesign-menu-mobile-message-button {
  display: none;
}
.redesign-main-title-mobile {
  display: none;
}
@media (max-width: 1200px) {
  body.redesign-body.redesign-body-auth {
    padding-top: 64px;
    padding-bottom: 65px;
    background: #f6f9fb;
  }
  body.redesign-body.redesign-body-auth
    .redesign-main-container
    .navbar-fixed-top
    .redesign-container {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  body.redesign-body.redesign-body-auth
    .redesign-main-container
    .redesign-brand {
    padding: 0;
    border-bottom: none;
  }
  .redesign-menu-mobile-message-button {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px 0 #f2f3f7;
  }
  body.redesign-body.redesign-body-auth
    .redesign-main-container
    .navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
  }
  .redesign-user-aside-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
  }
  body.redesign-body.redesign-body-auth
    .nav-collapse.redesign-user-aside-nav
    .nav.redesign-menu-mobile {
    flex-direction: row;
    display: flex;
  }
  .nav.redesign-menu-mobile .redesign-menu-item-icon {
    flex-direction: column;
  }
  body.redesign-body.redesign-body-auth
    .nav-collapse.redesign-user-aside-nav
    .nav.redesign-menu-desktop {
    display: none;
  }
  .redesign-user-aside-info {
    display: none;
  }

  body.redesign-body.redesign-body-auth
    .redesign-body-content
    .redesign-container {
    padding: 0 15px;
  }
}

.redesign-user-info-bottom-mobile {
  display: none;
}

@media (max-width: 992px) {
  .redesign-account-info-wrapper-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .redesign-user-info-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .redesign-user-info-status {
    width: 100%;
  }
  .redesign-user-info-status .redesign-user-info-status-label {
    margin-right: auto;
  }
  .redesign-user-info-name {
    font-size: 16px;
  }
  .redesign-user-info-text-edit-wrapper {
    font-size: 14px;
  }
  .redesign-user-info-bottom-desktop {
    display: none;
  }
  .redesign-user-info-bottom-mobile {
    display: flex;
    margin-top: 12px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px 0 #f2f3f7;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .redesign-account-info-wrapper {
    flex-wrap: wrap;
    grid-gap: 12px;
  }
  .redesign-account-info-item.blue.copy-value {
    width: 100%;
    position: relative;
    padding-right: 56px;
  }
  .redesign-account-info-item.blue.copy-value svg {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .redesign-account-info-item {
    width: calc(50% - 6px);
    padding: 16px;
  }
  .redesign-account-info-item-label {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
  }

  .redesign-user-info {
    margin-top: 0;
    border-radius: 200px;
    box-shadow: 0 2px 10px 0 #f2f3f7;
    padding: 0;
    background: #f2f3f7;
  }
  .redesign-user-info-text-edit-wrapper input[type="text"] {
    background: transparent;
    font-size: 14px;
  }
  .redesign-user-info-status .redesign-user-info-status-label {
    font-size: 14px;
  }
  .redesign-user-info-status-button {
    font-size: 14px;
  }
  .redesign-account-info-item-value {
    font-size: 20px;
  }
  .redesign-account-recomendations-payment {
    margin-top: 12px;
    padding: 0;
  }

  .redesign-user-info-bottom-mobile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #1d2328;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
    cursor: pointer;
  }

  .redesign-user-info-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .redesign-account-recomendations-payment-right {
    display: none;
  }
  .redesign-account-recomendations-payment-left-top {
    display: none;
  }
  .redesign-account-recomendations-payment {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px 0 #f2f3f7;
  }
  .redesign-user-info-bottom-mobile
    .redesign-user-info-bottom-mobile-title
    svg {
    transition: all 0.3s ease;
    transform: rotate(180deg);
  }
  .redesign-user-info-bottom-mobile.active
    .redesign-user-info-bottom-mobile-title
    svg {
    transform: rotate(0deg);
  }
  .redesign-account-recomendations-payment-left {
    width: 100%;
  }
  .redesign-account-recomendations-payment-left-button {
    width: 100%;
    background-color: #2195f5;
    color: #fff;
  }
  .redesign-account-recomendations-payment-left-button:hover {
    background: #f6f9fb;
    color: #2195f5;
  }
  .redesign-user-info-bottom-item {
    width: 100%;
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: transparent;
  }
  .redesign-user-info-bottom-item-icon {
    border-radius: 10px;
    background: rgba(33, 149, 245, 0.08);
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }
  .redesign-main-title-mobile {
    display: flex;
    grid-gap: 5px;
    color: rgba(12, 48, 91, 0.5);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 20px;
  }
  .redesign-main-title-mobile .timeago {
    color: rgba(12, 48, 91, 0.5);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-bottom: 0;
  }
  .redesign-main-title-mobile .timeago abbr {
    color: rgba(12, 48, 91, 0.5);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
  }
}

@media (max-width: 576px) {
  .redesign-account-tariff-info-content-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 12px 0;
  }
  .redesign-account-tariff-info-content-item:first-child {
    padding-top: 0;
  }
  .redesign-account-tariff-info-content-item-label {
    font-style: 12px;
    font-weight: 400;
    line-height: 150%;
  }
  .redesign-account-tariff-info-content-item-value {
    font-size: 14px;
    line-height: 150%;
  }
  .redesign-account-tariff-info {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px 0 #f2f3f7;
    display: flex;
    padding: 16px 16px 53px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
  }
  .redesign-account-tariff-info-header-button-change {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    justify-content: flex-end;
  }
  .redesign-account-promise-payment {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px 0 #f2f3f7;
    display: flex;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .redesign-account-key-services {
    display: flex;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: transparent;
  }
  .redesign-account-key-services-content {
    gap: 8px;
  }
  .redesign-account-key-services-content-item {
    width: calc(50% - 4px);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .redesign-account-key-services-content-item-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }
  .redesign-account-help {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .redesign-account-help-icon {
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .redesign-account-help-title,
  .redesign-account-help-description {
    padding-left: 56px;
    margin: 0;
  }
  .redesign-account-help-title {
    font-size: 16px;
  }
  .redesign-account-help-description {
    font-size: 14px;
    margin-top: 8px;
  }
  .redesign-account-help-button {
    width: calc(100% / 2 - 6px);
  }
  .redesign-account-cache-info {
    padding: 16px;
    font-size: 12px;
  }
}

/* РЎС‚СЂР°РЅРёС†Р° РїР»Р°С‚РµР¶Рё */

.redesign-payment-description {
  margin-top: 16px;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.redesign-payment-type-wrapper {
  margin-top: 32px;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}

.redesign-payment-type-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  width: calc(100% / 3 - 11px);
  align-self: stretch;
}

.redesign-payment-type-item-text p {
  margin: 0;
}

.redesign-payment-type-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

a.redesign-payment-type-item-button {
  margin-top: auto;
}
.redesign-payment-type-item svg {
  border-radius: 10px;
  display: flex;
  width: 52px;
  height: 52px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
}
.redesign-payment-type-item.blue svg {
  background: rgba(33, 149, 245, 0.08);
}
.redesign-payment-type-item.green svg {
  background: rgba(37, 189, 106, 0.08);
}
.redesign-payment-type-item.red svg {
  background: rgba(249, 51, 94, 0.08);
}
.redesign-payment-type-item.orange svg {
  background: rgba(255, 161, 32, 0.08);
}
.redesign-payment-type-item.purple svg {
  background: rgba(162, 91, 248, 0.08);
}

.btn.btn-light-blue-border.redesign-payment-type-item-button {
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.btn.btn-light-blue-border.redesign-payment-type-item-button {
  color: rgba(12, 48, 91, 0.7);
}
.btn.btn-light-blue-border.redesign-payment-type-item-button:hover {
  background: #f6f9fb;
  border: 1px solid #f6f9fb;
}

.redesign-payment-type-item.green
  .btn.btn-light-blue-border.redesign-payment-type-item-button:hover {
  color: #37cd6a;
}

.redesign-payment-type-item.red
  .btn.btn-light-blue-border.redesign-payment-type-item-button:hover {
  color: #f9335e;
}

.redesign-payment-type-item.orange
  .btn.btn-light-blue-border.redesign-payment-type-item-button:hover {
  color: #ffa120;
}

.redesign-payment-type-item.purple
  .btn.btn-light-blue-border.redesign-payment-type-item-button:hover {
  color: #a25bf8;
}

@media screen and (max-width: 1024px) {
  .redesign-payment-type-wrapper {
    gap: 16px;
  }
  .redesign-payment-type-item {
    width: calc(100% / 2 - 8px);
  }
}

@media screen and (max-width: 576px) {
  .redesign-payment-type-wrapper {
    gap: 8px;
    flex-direction: column;
  }
  .redesign-payment-type-item {
    width: 100%;
    position: relative;
    padding: 20px;
  }

  .redesign-payment-type-item-text-description {
    display: none;
  }
  .redesign-payment-type-item svg {
    width: 36px;
    height: 36px;
    padding: 0 8px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .redesign-payment-type-item-text-title {
    padding-right: 40px;
  }
  a.btn.btn-blue.redesign-payment-type-item-button {
    width: 100%;
  }
  a.btn.btn-light-blue-border.redesign-payment-type-item-button {
    padding: 0;
    background: none;
    color: #2195f5;
    font-weight: normal;
    border: none;
  }
  a.btn.btn-light-blue-border.redesign-payment-type-item-button:hover {
    color: #2195f5;
    background: none;
  }
}

.redesign-payment-filters {
  margin-top: 32px;
  width: 100%;
}

#dateForm {
  margin: 0;
  margin-top: 24px;
  border-radius: 20px;
  border: 1px solid #f6f9fb;
  background: #fff;
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 8px;

  /* РўРµРЅСЊ Р»РёС‡РЅС‹Р№ РєР°Р±РёРЅРµС‚ */
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
#dateForm .zend_form {
  display: flex;
  gap: 8px;
}

#dateForm form.wellform #startDate-label {
  order: 1;
}

#dateForm form.wellform #startDate {
  order: 2;
}

#dateForm form.wellform #endDate-label {
  order: 3;
}

#dateForm form.wellform #endDate {
  order: 4;
}

#dateForm select.payment-operation-type {
  order: 5;
}

#dateForm .redesign-payment-period-tabs {
  order: 6;
}

#dateForm form.wellform input[type="submit"] {
  order: 7;
  height: 46px !important;
}

#dateForm #paymentPeriod,
#dateForm #trafficPeriod,
#dateForm #blockingPeriod,
#dateForm #servicesPeriod {
  display: none;
}

#dateForm form.wellform {
  display: contents;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

#dateForm form.wellform dl.zend_form {
  display: contents;
  margin: 0;
}

#dateForm form.wellform dt {
  display: none;
}

#dateForm form.wellform #startDate-label,
#dateForm form.wellform #endDate-label {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

#dateForm form.wellform #startDate-label label,
#dateForm form.wellform #endDate-label label {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  white-space: nowrap;
}

#dateForm form.wellform #startDate,
#dateForm form.wellform #endDate {
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  display: flex;
  height: 46px !important;
  padding: 8px 16px !important;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  margin: 0;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 150% !important;
}

#dateForm select.payment-operation-type {
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  display: flex;
  height: 46px !important;
  padding: 8px 16px !important;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  margin: 0;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 150% !important;
}

.redesign-payment-period-tabs {
  display: inline-flex;
  align-items: center;
  height: auto;
  gap: 8px;
  margin: 0;
}

.redesign-payment-period-tab {
  display: flex;
  padding: 5px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #f6f9fb;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
  height: 46px;
  border: none;
  box-shadow: none;
  outline: none;

  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150% !important;
}

.redesign-payment-period-tab:hover {
  color: #2195f5;
}
.redesign-payment-period-tab.active,
.redesign-payment-period-tab:pressed {
  background: #2195f5;
  color: #fff;
}

#dateForm form.wellform input[type="submit"] {
  height: 40px;
  margin: 0 0 0 auto;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  background: #2195f5;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
}

#dateForm form.wellform input[type="submit"]:hover {
  background: #1a86e0;
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .redesign-payment-period-tabs {
    width: calc(100% / 2 - 4px);
  }
  #dateForm form.wellform input[type="submit"] {
    width: calc(100% / 2 - 4px);
  }
  #dateForm {
    flex-wrap: wrap;
  }
  .redesign-payment-period-tab {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .redesign-payment-filters {
    margin: 0;
  }
  #dateForm {
    display: grid;
    flex-direction: column;
    position: relative;
    background: none;
    padding: 0;
    padding-bottom: 54px;
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: 16px;
  }
  .redesign-payment-period-tabs {
    width: 100%;
  }
  #dateForm form.wellform input[type="submit"] {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  #dateForm form.wellform dl.zend_form {
    display: grid;
    gap: 8px;
    width: 100%;
    grid-template-columns: 1fr;
  }
  #dateForm form.wellform #startDate,
  #dateForm form.wellform #endDate {
    width: 100%;
    height: 54px !important;
    padding-left: 32px !important;
  }
  #dateForm form.wellform #endDate {
    padding-left: 36px !important;
  }
  #dateForm form.wellform #startDate-label,
  #dateForm form.wellform #endDate-label {
    position: absolute;
  }
  #dateForm form.wellform #startDate-label {
    left: 16px;
    top: 7px;
  }
  #dateForm form.wellform #endDate-label {
    left: 16px;
    top: 69px;
  }
  #dateForm select.payment-operation-type {
    width: 100%;
    height: 54px !important;
  }
  .redesign-payment-period-tab {
    background: #e6ecf3;
  }
}

.redesign-payment-table.table.table-striped {
  margin-top: 24px;
}
.redesign-payment-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.redesign-payment-table-header {
  width: 100%;
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr 266px;
  padding: 16px 24px;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-bottom: 1px solid #e6ecf3;
  background: #fff;
}

.redesign-payment-table-header-left,
.redesign-payment-table-item-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.redesign-payment-table-header-right,
.redesign-payment-table-item-right {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.redesign-payment-table-header-left-item,
.redesign-payment-table-header-right-item {
  white-space: nowrap;
  color: rgba(12, 48, 91, 0.7);
  text-align: right;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

.redesign-payment-table-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.redesign-payment-table-item {
  display: grid;
  grid-template-columns: 1fr 266px;
  padding: 16px 24px;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-bottom: 1px solid #e6ecf3;
  background: #fff;
}

.redesign-payment-table-item:last-child {
  border-bottom: none;
}

.redesign-payment-table-item-left-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.redesign-payment-table-item-left-item-title {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.redesign-payment-table-item-left-item-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.redesign-payment-table-item.green .redesign-payment-table-item-left-item-icon {
  background: rgba(55, 205, 106, 0.08);
}
.redesign-payment-table-item.red .redesign-payment-table-item-left-item-icon {
  background: rgba(249, 51, 94, 0.08);
}
.redesign-payment-table-item-left-item-description {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.redesign-payment-table-item-left-item-date {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.redesign-payment-table-item-right-item-amount {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.redesign-payment-table-item.green
  .redesign-payment-table-item-right-item-amount {
  color: #37cd6a;
}
.redesign-payment-table-item.red
  .redesign-payment-table-item-right-item-amount {
  color: #f9335e;
}

.redesign-payment-table-item-right-item-status {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.redesign-payment-table-item-right-item-status.green {
  background: rgba(55, 205, 106, 0.08);
  color: #37cd6a;
}
.redesign-payment-table-item-right-item-status.red {
  background: rgba(249, 51, 94, 0.08);
  color: #f9335e;
}

.redesign-payment-table-item-left-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .redesign-payment-table-header {
    display: none;
  }
  .redesign-payment-table-item-left-item-icon {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 0 8.75px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 6px;
  }
  .redesign-payment-table-header-left,
  .redesign-payment-table-item-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .redesign-payment-table-item-left-item-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .redesign-payment-table-item-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    height: auto;
  }
  .redesign-payment-table-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
  }
  .redesign-payment-table-item-left-item-date {
    padding-left: 51px;
  }
  .redesign-payment-table-item-right-item-amount {
    font-size: 16px;
  }
  .redesign-payment-table-item-left-item-title {
    font-size: 14px;
  }
  .redesign-payment-table-item-left-item-description,
  .redesign-payment-table-item-left-item-date {
    font-size: 12px;
  }
}

.redesign-payment-alert-icon-content {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: flex-start;
}
.redesign-payment-alert-icon {
  display: flex;
  width: 52px;
  height: 52px;
  padding: 0 13px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 15px;
  background: rgba(249, 120, 51, 0.15);
}

.redesign-payment-promise-wrapper {
  display: grid;
  grid-template-columns: 546px 1fr;
  gap: 32px;
  margin-top: 33px;
  width: 100%;
}

.redesign-payment-promise-form-wrapper {
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0 2px 10px 0 #f2f3f7;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border: none;
  width: 100%;
}
.redesign-payment-promise-form-wrapper.has-result {
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.redesign-payment-promise-wrapper form.well {
  min-height: 0;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  box-shadow: none;
}
.redesign-payment-promise-wrapper .form-horizontal .controls {
  margin: 0;
  width: 100%;
}
.redesign-payment-promise-wrapper .form-horizontal .control-group {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.redesign-payment-promise-wrapper .form-horizontal .control-group::before,
.redesign-payment-promise-wrapper .form-horizontal .control-group::after {
  content: none;
}
.redesign-payment-promise-wrapper .form-horizontal .control-label {
  width: 100%;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  margin: 0;
  text-align: left;
}

.redesign-payment-promise-wrapper
  .form-horizontal
  .control-group.max-credit-sum-note {
  color: rgba(12, 48, 91, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
}
.redesign-payment-promise-wrapper .form-horizontal input#credit_sum {
  width: 100%;
  display: flex;
  height: 46px !important;
  padding: 15px 16px !important;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  background: #fff;

  color: #1d2328;

  font-family: "Exo 2", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150% !important;
}

.redesign-payment-promise-wrapper .control-group.accept-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-top: 16px;
  flex-direction: row-reverse;
}
.redesign-payment-promise-wrapper
  .control-group.accept-checkbox-wrapper
  .controls {
  width: auto;
}
.redesign-payment-promise-wrapper .form-horizontal .form-actions {
  padding: 0;
  margin: 0;
  margin-top: 16px;
  background: none;
  border: none;
  box-shadow: none;
}
.redesign-payment-promise-wrapper .form-horizontal .form-actions::before,
.redesign-payment-promise-wrapper .form-horizontal .form-actions::after {
  content: none;
}
.redesign-payment-promise-wrapper .form-horizontal .form-actions .btn {
  width: 100%;
  height: 46px;
  padding: 15px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  display: flex;
  border-radius: 10px;
  background: var(--Light-gray, #f2f3f7);
  color: rgba(12, 48, 91, 0.3);
}

.redesign-payment-promise-wrapper .form-horizontal .form-actions .btn.active {
  background: #2195f5;
  color: #fff;
}
.redesign-payment-promise-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.redesign-payment-promise-info-wrapper.redesign-blocking-status {
  width: 100%;
}

.redesign-payment-promise-item-info {
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0 2px 10px 0 #f2f3f7;
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.redesign-payment-promise-item-info-icon {
  display: flex;
  width: 52px;
  height: 52px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.redesign-payment-promise-item-info-icon.purple {
  background: rgba(162, 91, 248, 0.08);
}
.redesign-payment-promise-item-info-icon.blue {
  background: rgba(33, 149, 245, 0.08);
}
.redesign-payment-promise-item-info-icon.red {
  background: rgba(249, 51, 94, 0.08);
}
.redesign-payment-promise-item-info-icon.green {
  background: rgba(55, 205, 106, 0.08);
}

.redesign-payment-promise-info-table {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 24px;
}

.redesign-payment-promise-info-table-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0 2px 10px 0 #f2f3f7;
  width: calc(100% / 4 - 72px / 4);
}

.redesign-payment-promise-info-table-item-icon {
  display: flex;
  width: 52px;
  height: 52px;
  padding: 0 13px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.redesign-payment-promise-info-table-item-icon.purple {
  background: rgba(162, 91, 248, 0.08);
}
.redesign-payment-promise-info-table-item-icon.blue {
  background: rgba(33, 149, 245, 0.08);
}
.redesign-payment-promise-info-table-item-icon.red {
  background: rgba(249, 51, 94, 0.08);
}
.redesign-payment-promise-info-table-item-icon.green {
  background: rgba(55, 205, 106, 0.08);
}
.redesign-payment-promise-info-table-item-icon.orange {
  background: rgba(249, 120, 51, 0.08);
}

@media screen and (max-width: 1200px) {
  .redesign-payment-promise-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .redesign-payment-promise-wrapper {
    margin-top: 24px;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .redesign-payment-promise-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .redesign-payment-promise-info-table {
    flex-direction: column;
    gap: 8px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(12, 48, 91, 0.1);
  }
  .redesign-payment-promise-form-wrapper {
    width: 100%;
  }
  .redesign-payment-description {
    margin-top: 8px;
    font-size: 14px;
  }
  .redesign-payment-alert-icon-content {
    display: none;
  }
  .redesign-payment-promise-form-wrapper {
    padding: 16px;
    gap: 16px;
  }
  .redesign-payment-promise-form-wrapper .title-20 {
    font-size: 16px;
  }
  .redesign-payment-promise-wrapper .form-horizontal .control-label {
    font-size: 14px;
  }
  .redesign-payment-promise-wrapper
    .form-horizontal
    .control-group.max-credit-sum-note {
    font-size: 12px;
  }
  .redesign-payment-promise-info-wrapper-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .redesign-payment-promise-item-info {
    padding: 20px 60px 20px 20px;
    position: relative;
  }
  .redesign-payment-promise-item-info-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .redesign-payment-promise-item-info-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    padding: 0 7px;
  }
  .redesign-payment-promise-item-info-title {
    font-size: 14px;
  }
  .redesign-payment-promise-item-info-value {
    font-size: 20px;
  }
  .redesign-payment-promise-info-wrapper {
    gap: 8px;
    width: 100%;
  }
  .redesign-payment-promise-info-table-item {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .redesign-payment-promise-info-table-item-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    aspect-ratio: auto;
    height: 35px;
    padding: 0 7px;
  }
  .redesign-payment-promise-info-table-item-title {
    font-size: 20px;
  }
  .redesign-payment-promise-info-table-item-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .redesign-payment-promise-info-table-item-content-value.title-20 {
    font-size: 20px;
  }
}

/* news styles start */
.redesign-news-item-none-wrapper {
  display: flex;
  min-height: 160px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  color: rgba(12, 48, 91, 0.5);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 20px;
  border: 1px dashed rgba(12, 48, 91, 0.3);
  margin-top: 32px;
}
.redesign-news-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.redesign-news-item {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--White, #fff);
}
.redesign-news-item-icon {
  border-radius: 10px;
  background: rgba(249, 120, 51, 0.08);
  display: flex;
  width: 52px;
  height: 52px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
}
.redesign-news-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  width: 100%;
}

.redesign-news-item-text a {
  color: #2195f5;
}
.redesign-news-item-text strong,
.redesign-news-item-text span {
  color: #f97833 !important;
}

.redesign-news-item-close {
  width: 30px;
  height: 30px;
  padding: 0 8px;
}
.redesign-news-item-close svg path {
  transition: fill 0.3s ease;
}
.redesign-news-item-close:hover svg path {
  fill: #f97833;
}

.redesign-news-item-text-pre {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
}
.redesign-news-item-text-pre.is-collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}
.redesign-news-item-text-pre.is-expanded {
  display: block;
  overflow: visible;
}
.redesign-news-item-more {
  margin-top: 8px;
  padding: 0;
  border: none;
  background: none;
  color: #2195f5;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}
.redesign-news-item-more:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .redesign-news-items-wrapper {
    margin-top: 24px;
    gap: 8px;
  }
  .redesign-news-item {
    gap: 12px;
    flex-direction: column;
    position: relative;
    padding: 20px 20px 20px 20px;
  }
  .redesign-news-item-close {
    position: absolute;
    top: 20px;
    right: 12px;
  }
}

.redesign-mobile-menu-overlay {
  display: none;
}

@media (max-width: 1200px) {
  .redesign-mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 999;
    background: #ffffff;
    padding: 16px 15px 88px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  body.redesign-mobile-menu-open {
    overflow: hidden;
  }

  body.redesign-mobile-menu-open .redesign-mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .redesign-mobile-menu-panel {
    display: none;
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
    position: relative;
    z-index: 1;
  }

  .redesign-mobile-menu-panel.is-visible {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
  }

  .redesign-mobile-menu-panel.is-leaving,
  .redesign-mobile-menu-panel.is-leave-left,
  .redesign-mobile-menu-panel.is-leave-right {
    pointer-events: none;
    z-index: 1;
  }

  .redesign-mobile-menu-panel.is-leaving {
    opacity: 0;
    transform: translateY(10px);
    transition-duration: 0.22s;
  }

  .redesign-mobile-menu-panel.is-enter-right {
    transform: translateX(28px);
  }

  .redesign-mobile-menu-panel.is-visible.is-enter-right {
    transform: translateX(0);
  }

  .redesign-mobile-menu-panel.is-leave-left {
    opacity: 0;
    transform: translateX(-28px);
    transition-duration: 0.22s;
  }

  .redesign-mobile-menu-panel.is-enter-left {
    transform: translateX(-28px);
  }

  .redesign-mobile-menu-panel.is-visible.is-enter-left {
    transform: translateX(0);
  }

  .redesign-mobile-menu-panel.is-leave-right {
    opacity: 0;
    transform: translateX(28px);
    transition-duration: 0.22s;
  }

  .redesign-mobile-menu-panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: rgba(12, 48, 91, 0.7);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 16px;
  }

  .redesign-mobile-menu-panel-head-icon,
  .redesign-mobile-menu-panel-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .redesign-mobile-menu-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
  }

  .redesign-mobile-menu-panel-list > li {
    border-bottom: 1px solid #f2f3f7;
  }

  .redesign-mobile-menu-panel-list > li:first-child {
    border-top: 1px solid #f2f3f7;
  }

  .redesign-mobile-menu-panel-list > li > a,
  .redesign-mobile-menu-panel-list > li > button {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px 12px 48px;
    color: rgba(12, 48, 91, 0.7);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
    cursor: pointer;
  }

  .redesign-mobile-menu-panel-list > li.active > a,
  .redesign-mobile-menu-panel-list > li.active > button {
    color: #2195f5;
  }

  .redesign-mobile-menu-panel-list > li.active svg path,
  .redesign-mobile-menu-panel-list > li.active svg circle {
    fill: #2195f5;
    fill-opacity: 1;
  }

  .redesign-mobile-menu-subtrigger > button {
    justify-content: flex-start;
  }

  .redesign-mobile-menu-subtrigger > button .caret {
    margin-left: auto;
  }

  .redesign-mobile-menu-back {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    border: 1px solid #e6ecf3;
    border-radius: 12px;
    background: #fff;
    color: rgba(12, 48, 91, 0.7);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition:
      opacity 0.28s ease,
      transform 0.28s ease;
  }

  body.redesign-mobile-menu-open .redesign-mobile-menu-back {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0.08s;
  }

  body.redesign-mobile-menu-open.redesign-mobile-menu-closing
    .redesign-mobile-menu-back {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition-delay: 0s;
  }

  .redesign-menu-mobile .redesign-menu-mobile-trigger > a {
    cursor: pointer;
  }

  @media (prefers-reduced-motion: reduce) {
    .redesign-mobile-menu-overlay,
    .redesign-mobile-menu-panel,
    .redesign-mobile-menu-back {
      transition: none !important;
    }
  }
}

/* РЎС‚СЂР°РЅРёС†Р° Р°Р±РѕРЅРµРјРµРЅС‚ */
.title-25 {
  font-family: "Exo 2", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.text-16-400 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.redesign-abonement-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.redesign-abonement-description {
  margin: 0;
  max-width: 945px;
  margin-top: 16px;
}

.redesign-abonement-status-empty {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-abonement-status-empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #f2f3f7;
  flex-shrink: 0;
}
.redesign-abonement-card-features li svg {
  flex-shrink: 0;
}
.redesign-abonement-status-empty-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.redesign-abonement-status-empty-content p {
  margin: 0;
}

.redesign-abonement-current {
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  overflow: hidden;
  color: #fff;
}
.redesign-abonement-current.is-active {
  background: linear-gradient(164deg, #1fb753 0%, #1b9c47 100%);
}
.redesign-abonement-current.is-expired {
  background: linear-gradient(120deg, #f95578 0%, #b22544 100%);
}
.redesign-abonement-current-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.redesign-abonement-current-header h2 {
  margin: 0;
  color: #fff;
}
.redesign-abonement-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}
.redesign-abonement-status-badge--planned {
  background: #f2f3f7;
  color: rgba(12, 48, 91, 0.5);
}
.redesign-abonement-current-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.redesign-abonement-current-main {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.redesign-abonement-current-icon,
.redesign-abonement-next-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  flex-shrink: 0;
}
.redesign-abonement-current-icon {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.redesign-abonement-current-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.redesign-abonement-current-info .title-25,
.redesign-abonement-current-info .text-14-400 {
  margin: 0;
  color: #fff;
}
.redesign-abonement-current-period,
.redesign-abonement-next-period {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
  flex-shrink: 0;
}
.redesign-abonement-current-period .title-20,
.redesign-abonement-next-period .title-18 {
  color: #fff;
}
.redesign-abonement-next-period .title-18 {
  color: rgba(12, 48, 91, 0.7);
}
.redesign-abonement-current-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}
.redesign-abonement-current-notice p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.redesign-abonement-current-notice strong {
  font-weight: 700;
}
.redesign-abonement-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.redesign-abonement-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}
.redesign-abonement-stat .text-14-400,
.redesign-abonement-stat .title-25 {
  margin: 0;
  color: #fff;
}
.redesign-abonement-current-footer {
  padding: 24px;
  background: rgba(255, 255, 255, 0.15);
}
.redesign-abonement-renew-btn {
  width: 100%;
  max-width: 305px;
  height: 46px;
  padding: 5px 20px;
  border-radius: 10px;
}

.redesign-abonement-next {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  overflow: hidden;
}
.redesign-abonement-next-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-bottom: 1px solid #e6ecf3;
}
.redesign-abonement-next-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.redesign-abonement-next-header h2 {
  margin: 0;
}
.redesign-abonement-next-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.redesign-abonement-next-main {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.redesign-abonement-next-icon {
  background: #f2f3f7;
  color: rgba(12, 48, 91, 0.7);
}
.redesign-abonement-next-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.redesign-abonement-next-info p {
  margin: 0;
}
.redesign-abonement-next-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.redesign-abonement-next-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  border-radius: 20px;
  background: #f6f9fb;
}
.redesign-abonement-next-stat p,
.redesign-abonement-next-stat span {
  margin: 0;
}
.redesign-abonement-next-empty {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}
.redesign-abonement-next-empty h2,
.redesign-abonement-next-empty p {
  margin: 0;
}

.redesign-abonement-available {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.redesign-abonement-available > h2 {
  margin: 0;
}
.redesign-abonement-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.redesign-abonement-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-abonement-card-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.redesign-abonement-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.redesign-abonement-card-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
}
.redesign-abonement-card-titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.redesign-abonement-card-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.redesign-abonement-card-title-row h3,
.redesign-abonement-card-titles p {
  margin: 0;
}
.redesign-abonement-benefit-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(55, 205, 106, 0.08);
  color: #37cd6a;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}
.redesign-abonement-card-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  text-align: right;
  flex-shrink: 0;
}
.redesign-abonement-card-price-value {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 138%;
  white-space: nowrap;
}
.redesign-abonement-card-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.redesign-abonement-card-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-abonement-card-side .redesign-abonement-buy-btn {
  min-width: 220px;
  height: 46px;
  padding: 5px 25px;
  border-radius: 20px;
}
.redesign-abonement-card-side .redesign-abonement-buy-btn.is-disabled,
.redesign-abonement-card.is-disabled .redesign-abonement-buy-btn {
  background: #f2f3f7;
  color: rgba(12, 48, 91, 0.3);
  cursor: not-allowed;
}
.redesign-abonement-card.is-selected {
  outline: 2px solid rgba(33, 149, 245, 0.35);
}
.redesign-abonement-card-error {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(249, 51, 94, 0.3);
  background: rgba(249, 51, 94, 0.08);
}
.redesign-abonement-card-error p {
  flex: 1;
  margin: 0;
  color: #f9335e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.redesign-abonement-card-error strong {
  font-weight: 700;
}
.redesign-abonement-topup-link {
  color: #f9335e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  white-space: nowrap;
  flex-shrink: 0;
}
.redesign-abonement-topup-link:hover {
  color: #f9335e;
}

.redesign-abonement-offer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.redesign-abonement-offer-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-abonement-offer-label a {
  color: #2195f5;
}
.redesign-abonement-form-error {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(249, 51, 94, 0.3);
  background: rgba(249, 51, 94, 0.08);
}
.redesign-abonement-form-error p {
  margin: 0;
  color: #f9335e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.redesign-abonement-message {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
}
.redesign-abonement-message.alert-red {
  border: 1px solid rgba(249, 51, 94, 0.3);
  background: rgba(249, 51, 94, 0.08);
  color: #f9335e;
}
.redesign-abonement-message.alert-blue {
  border: 1px solid rgba(33, 149, 245, 0.3);
  background: rgba(33, 149, 245, 0.08);
  color: rgba(12, 48, 91, 0.7);
}
.redesign-abonement-message-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-abonement-message-text a {
  color: inherit;
  text-decoration: underline;
}

.redesign-abonement-cache-alert p {
  margin: 0;
  color: #f97833;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-abonement-cache-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .redesign-abonement-card-layout {
    flex-direction: column;
    align-items: stretch;
  }
  .redesign-abonement-card-side {
    align-items: flex-start;
    width: 100%;
  }
  .redesign-abonement-card-price {
    align-items: flex-start;
    text-align: left;
  }
  .redesign-abonement-card-side .redesign-abonement-buy-btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .redesign-abonement-page {
    gap: 24px;
  }
  .redesign-abonement-current-header,
  .redesign-abonement-current-body,
  .redesign-abonement-next-header,
  .redesign-abonement-next-body,
  .redesign-abonement-card {
    padding: 20px;
  }
  .redesign-abonement-current-main,
  .redesign-abonement-next-main {
    flex-direction: column;
  }
  .redesign-abonement-current-period,
  .redesign-abonement-next-period {
    align-items: flex-start;
    text-align: left;
  }
  .redesign-abonement-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .redesign-abonement-stats .redesign-abonement-stat:last-child {
    grid-column: 1 / -1;
  }
  .redesign-abonement-next-stats {
    grid-template-columns: 1fr;
  }
  .redesign-abonement-card-price-value {
    font-size: 20px;
  }
  .redesign-abonement-card-error {
    flex-direction: column;
    gap: 8px;
    padding-left: 48px;
    position: relative;
  }
  .redesign-abonement-card-error svg {
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .redesign-abonement-renew-btn {
    max-width: none;
    width: 100%;
  }
  .redesign-abonement-cache-alert {
    flex-direction: row;
    align-items: flex-start;
  }
  .redesign-abonement-status-empty {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
.redesign-data-settings-list {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
/* Tariff history page */
.redesign-tariff-history-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.redesign-tariff-history-description {
  margin: 0;
  max-width: 945px;
  margin-top: 16px;
}
.redesign-tariff-history-card {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  overflow: hidden;
}
.redesign-tariff-history-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
.redesign-tariff-history-card-header h2,
.redesign-tariff-history-card-header p {
  margin: 0;
}
.redesign-tariff-history-table-head,
.redesign-tariff-history-table-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  padding: 16px 24px;
  align-items: start;
}
.redesign-tariff-history-table-head {
  background: #f6f9fb;
  border-top: 1px solid #e6ecf3;
  border-bottom: 1px solid #e6ecf3;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.redesign-tariff-history-table-row {
  border-bottom: 1px solid #e6ecf3;
}
.redesign-tariff-history-table-row:last-child {
  border-bottom: none;
}
.redesign-tariff-history-col-name {
  min-width: 0;
  word-break: break-word;
  text-transform: none;
}
.redesign-tariff-history-col-date {
  min-width: 0;
  word-break: break-word;
}
.redesign-tariff-history-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 16px 24px;
  border-top: 1px dashed rgba(12, 48, 91, 0.3);
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.redesign-tariff-history-empty p {
  margin: 0;
}
.redesign-tariff-history-empty-link {
  color: #2195f5;
  text-decoration: underline;
}
.redesign-tariff-history-cache-alert p {
  margin: 0;
}
.redesign-tariff-history-table-row .mobile-name {
  display: none;
}
@media (max-width: 991px) {
  .redesign-tariff-history-table-head {
    display: none;
  }
  .redesign-tariff-history-table-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 24px;
  }
  .redesign-tariff-history-col-date::before {
    display: block;
    margin-bottom: 2px;
    color: rgba(12, 48, 91, 0.5);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
  }
  .redesign-tariff-history-table-row .mobile-name {
    display: block;
    color: var(--50, rgba(12, 48, 91, 0.5));

    /* Заголовки 14 */
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .redesign-tariff-history-col-elem {
    display: flex;
    grid-gap: 6px;
    color: var(--50, rgba(12, 48, 91, 0.7));
    font-size: 14px;
    font-weight: 600;
  }
}

/* Settings page */
.redesign-settings-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.redesign-settings-description {
  margin: 0;
  max-width: 945px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-settings-grid {
  display: grid;
  grid-template-columns: minmax(0, 900px) minmax(0, 566px);
  gap: 24px;
  align-items: start;
}
.redesign-settings-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.redesign-settings-card {
  border-radius: 20px;
  background: #fff;
}
.redesign-settings-card-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  flex-wrap: wrap;
}
.redesign-settings-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(33, 149, 245, 0.08);
  flex-shrink: 0;
}
.redesign-settings-card-icon svg {
  display: block;
}
.redesign-settings-card-label {
  width: 196px;
  flex-shrink: 0;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.redesign-settings-card-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.redesign-settings-inline-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.redesign-settings-field-value {
  margin: 0;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  word-break: break-word;
}
.redesign-settings-edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.redesign-settings-edit-btn:hover svg path {
  fill: #2195f5;
  fill-opacity: 1;
}
.redesign-settings-add-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(12, 48, 91, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}
.redesign-settings-add-link:hover {
  color: rgba(12, 48, 91, 0.7);
}
.redesign-settings-add-link[hidden] {
  display: none !important;
}
.redesign-settings-address-edit {
  width: 100%;
}
.redesign-settings-address-edit .redesign-user-info-name-edit-display,
.redesign-settings-address-edit .redesign-user-info-name-edit-text {
  flex: 1;
  min-width: 0;
  white-space: normal;
}
.redesign-settings-add-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  font-size: 16px;
  line-height: 1;
}
.redesign-settings-input {
  flex: 1;
  min-width: 0;
  border-radius: 10px !important;
  border: 1px solid #e6ecf3 !important;
  background: #fff;
  height: 46px !important;
  padding: 15px 16px !important;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  margin: 0 !important;
  line-height: 150% !important;
  width: 100%;
}
.redesign-settings-email-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.redesign-settings-save-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 5px 20px;
  border-radius: 10px;
  border: none;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}
.redesign-settings-password {
  min-width: 0;
}
.redesign-settings-password-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  overflow: hidden;
}
.redesign-settings-password-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #e6ecf3;
}
.redesign-settings-password-lock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* width: 48px;
  height: 48px; */
  /* border-radius: 10px; */
  /* background: #2195f5; */
  flex-shrink: 0;
}
.redesign-settings-password-lock-icon svg {
  display: block;
}
.redesign-settings-password-title {
  margin: 0;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
.redesign-settings-password-card-body {
  padding: 0;
}
.redesign-main-container .redesign-settings-password-page form {
  max-width: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  margin: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.redesign-main-container .redesign-settings-password-page legend {
  display: none;
}
.redesign-main-container .redesign-settings-password-page form fieldset {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.redesign-main-container .redesign-settings-password-page form .control-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.redesign-main-container
  .redesign-settings-password-page
  form
  .control-group:before,
.redesign-main-container
  .redesign-settings-password-page
  form
  .control-group:after {
  content: none;
}
.redesign-main-container
  .redesign-settings-password-page
  form
  .control-group
  .control-label {
  text-align: left;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  width: auto;
  float: none;
}
.redesign-main-container
  .redesign-settings-password-page
  form
  .control-group
  .controls {
  position: relative;
  margin: 0;
  width: 100%;
}
.redesign-main-container
  .redesign-settings-password-page
  form
  .control-group
  .controls
  input {
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  background: #fff;
  height: 46px !important;
  padding: 15px 48px 15px 16px !important;
  width: 100%;
  margin: 0;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150% !important;
}
.redesign-main-container
  .redesign-settings-password-page
  form
  .control-group
  .controls
  input::placeholder {
  color: rgba(12, 48, 91, 0.3);
}
.redesign-settings-password-toggle {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.redesign-settings-password-toggle svg {
  display: block;
  width: 20px;
  height: 20px;
}
.redesign-settings-password-toggle:hover svg path,
.redesign-settings-password-toggle.is-active svg path {
  fill: #2195f5;
}
.redesign-main-container .redesign-settings-password-page .form-actions {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.redesign-main-container .redesign-settings-password-page .form-actions button {
  display: flex;
  height: 46px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #f2f3f7;
  color: rgba(12, 48, 91, 0.3);
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  border: none;
  cursor: not-allowed;
  width: 100%;
  box-shadow: none;
  margin-top: 40px;
}
.redesign-main-container
  .redesign-settings-password-page
  .form-actions
  button.active:not(:disabled) {
  background: #2195f5;
  color: #fff;
  cursor: pointer;
}
.redesign-main-container
  .redesign-settings-password-page
  .form-actions
  button.active:not(:disabled):hover {
  background: #f2f3f7;
  color: #2195f5;
}
.redesign-main-container .redesign-settings-password-page .form-actions i {
  display: none;
}
.redesign-settings-security-tips {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(33, 149, 245, 0.3);
  background: rgba(33, 149, 245, 0.08);
}
.redesign-settings-security-tips-content {
  min-width: 0;
  color: #2195f5;
}
.redesign-settings-security-tips-title {
  margin: 0 0 4px;
  color: #2195f5;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.redesign-settings-security-tips-list {
  margin: 0;
  padding-left: 24px;
  color: #2195f5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150% !important;
}
.redesign-settings-security-tips-list li + li {
  margin-top: 0;
}
.redesign-settings-error .alert {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .redesign-settings-card-content {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 1400px) {
  .redesign-settings-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
  }
}
@media (max-width: 1200px) {
  .redesign-settings-grid {
    grid-template-columns: 1fr;
  }
  .redesign-settings-password {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .redesign-settings-page {
    gap: 24px;
  }
  .redesign-settings-card-row {
    padding: 20px;
    gap: 16px 8px;
  }

  .redesign-settings-email-row {
    flex-direction: column;
    align-items: stretch;
  }
  .redesign-settings-save-btn {
    width: 100%;
  }
  .redesign-settings-security-tips {
    padding: 20px;
  }
  .redesign-main-container .redesign-settings-password-page form {
    padding: 20px;
  }
}

/* Logout confirmation modal */
.redesign-logout-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.redesign-logout-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.redesign-logout-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 48, 91, 0.7);
}
.redesign-logout-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 512px;
  padding: 32px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  /* box-shadow: 0 2px 10px 0 #F2F3F7; */
}
.redesign-logout-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.redesign-logout-modal__close:hover svg path {
  stroke: #2195f5;
  stroke-opacity: 1;
}
.redesign-logout-modal__title {
  margin: 0;
  max-width: 340px;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.redesign-logout-modal__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.redesign-logout-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 20px;
  border: none;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.redesign-logout-modal__btn--cancel {
  background: #f2f3f7;
  color: #2195f5;
}
.redesign-logout-modal__btn--cancel:hover {
  background: #e6ecf3;
}
.redesign-logout-modal__btn--confirm {
  background: #2195f5;
  color: #fff;
}
.redesign-logout-modal__btn--confirm:hover {
  background: #f2f3f7;
  color: #2195f5;
}
body.redesign-logout-modal-open {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .redesign-logout-modal {
    top: 64px;
    bottom: 76px;
    z-index: 950;
    padding: 0 16px;
  }
  .redesign-logout-modal__overlay {
    background: #f6f9fb;
  }
  .redesign-logout-modal__dialog {
    max-width: 300px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    gap: 30px;
    box-shadow: none;
  }
  .redesign-logout-modal__close {
    display: none;
  }
  .redesign-logout-modal__title {
    max-width: 300px;
    font-size: 20px;
  }
  .redesign-logout-modal__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    gap: 16px;
  }
  .redesign-logout-modal__btn {
    width: auto;
  }
  body.redesign-logout-modal-open .redesign-user-aside-nav {
    display: none !important;
  }
  body.redesign-logout-modal-open footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
  }
}

/* Abonement purchase modal */
.redesign-abonement-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.redesign-abonement-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.redesign-abonement-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 48, 91, 0.7);
}
.redesign-abonement-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 648px;
  max-height: calc(100vh - 32px);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.redesign-abonement-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.redesign-abonement-modal__close:hover svg path {
  stroke: #2195f5;
  stroke-opacity: 1;
}
.redesign-abonement-modal__header {
  flex-shrink: 0;
  padding: 24px;
  border-bottom: 1px solid #e6ecf3;
}
.redesign-abonement-modal__title {
  margin: 0 0 10px;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
.redesign-abonement-modal__subtitle {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-abonement-modal__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.redesign-abonement-modal__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
}
.redesign-abonement-modal__section--details {
  background: rgba(33, 149, 245, 0.08);
}
.redesign-abonement-modal__section--savings {
  background: rgba(55, 205, 106, 0.08);
}
.redesign-abonement-modal__section--payment {
  border: 1px solid #e6ecf3;
  background: #fff;
}
.redesign-abonement-modal__section-title {
  margin: 0;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}
.redesign-abonement-modal__rows {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.redesign-abonement-modal__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}
.redesign-abonement-modal__row dt {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-abonement-modal__row dd {
  margin: 0;
  color: #1d2328;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
}
.redesign-abonement-modal__row--accent {
  padding-top: 17px;
  border-top: 1px solid #e6ecf3;
}
.redesign-abonement-modal__row--accent dd {
  color: #2195f5;
  font-weight: 700;
}
.redesign-abonement-modal__row--success {
  padding-top: 17px;
  border-top: 1px solid #e6ecf3;
}
.redesign-abonement-modal__row--success dd {
  color: #37cd6a;
  font-weight: 700;
}
.redesign-abonement-modal__row--bold dd {
  font-weight: 700;
}
.redesign-abonement-modal__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.redesign-abonement-modal__notes li {
  color: rgba(12, 48, 91, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-abonement-modal__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px 24px;
}
.redesign-abonement-modal__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 25px;
  border: none;
  border-radius: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  box-sizing: border-box;
}
.redesign-abonement-modal__btn--cancel {
  background: #f2f3f7;
  color: #2195f5;
}
.redesign-abonement-modal__btn--cancel:hover {
  background: #e6ecf3;
}
.redesign-abonement-modal__btn--confirm {
  background: #2195f5;
  color: #fff;
}
.redesign-abonement-modal__btn--confirm:hover {
  background: #1a7fd4;
}
body.redesign-abonement-modal-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .redesign-abonement-modal {
    align-items: flex-start;
    padding: 0;
  }
  .redesign-abonement-modal__dialog {
    max-width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
  }
  .redesign-abonement-modal__header {
    padding: 15px 15px 15px;
  }
  .redesign-abonement-modal__close {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .redesign-abonement-modal__body {
    padding: 24px 15px;
  }
  .redesign-abonement-modal__section {
    padding: 20px;
  }
  .redesign-abonement-modal__section-title {
    font-size: 16px;
  }
  .redesign-abonement-modal__actions {
    flex-direction: column-reverse;
    padding: 0 15px 24px;
  }
  .redesign-abonement-modal__btn {
    width: 100%;
  }
  body.redesign-abonement-modal-open .redesign-user-aside-nav {
    display: none !important;
  }
}

/* Activate tariff page */
.redesign-activate-tariff-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.redesign-activate-tariff-smotreshka {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-activate-tariff-smotreshka h2 {
  margin: 0 0 16px;
}
.redesign-activate-tariff-smotreshka-rows {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.redesign-activate-tariff-smotreshka-row {
  display: flex;
  gap: 12px;
  margin: 0;
}
.redesign-activate-tariff-smotreshka-row dt {
  margin: 0;
  min-width: 140px;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-activate-tariff-smotreshka-row dd {
  margin: 0;
  color: #1d2328;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-activate-tariff-smotreshka-row a {
  color: #2195f5;
}
.redesign-activate-tariff-card {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-activate-tariff-form {
  margin: 0;
}
.redesign-activate-tariff-form__grid {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.redesign-activate-tariff-form__fields {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  gap: 16px;
}
.redesign-activate-tariff-field {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.redesign-activate-tariff-field__label {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-activate-tariff-field__control {
  position: relative;
}

/* Custom select (Figma Frame 4660) */
.redesign-select {
  position: relative;
  width: 100%;
}
.redesign-select__native {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.redesign-select__box {
  position: relative;
  border: 1px solid #e6ecf3;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.redesign-select.is-open {
  z-index: 20;
}
.redesign-select.is-open .redesign-select__box {
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-select__trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 8px 16px;
  border: none;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
}
.redesign-select__value {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.redesign-select__value.is-placeholder {
  color: rgba(12, 48, 91, 0.3);
}
.redesign-select__chevron {
  flex: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.redesign-select.is-open .redesign-select__chevron {
  transform: rotate(180deg);
}
.redesign-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e6ecf3;
}
.redesign-select__list[hidden] {
  display: none;
}
.redesign-select__item {
  margin: 0;
  padding: 0;
}
.redesign-select__item + .redesign-select__item {
  margin-top: -1px;
  border-top: 1px solid #e6ecf3;
}
.redesign-select__option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 8px 16px;
  border: none;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.redesign-select__option:hover,
.redesign-select__option.is-focused {
  background: #f6f9fb;
  color: #2195f5;
}
.redesign-activate-tariff-field__control--select
  .redesign-activate-tariff-field__select {
  padding-right: 40px;
}
.redesign-activate-tariff-field__chevron {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  pointer-events: none;
  transform: translateY(-50%);
}
.redesign-activate-tariff-field__select,
.redesign-activate-tariff-field__input {
  width: 100%;
  height: 46px !important     ;
  margin: 0;
  padding: 8px 16px !important;
  border: 1px solid #e6ecf3;
  border-radius: 10px !important;
  background: #fff !important;
  box-sizing: border-box;
  color: #1d2328;
  box-shadow: none;
  margin: 0 !important;
}
.redesign-activate-tariff-field__select {
  appearance: none;
  font-family: "Exo 2", sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 150% !important;
}
.redesign-activate-tariff-field__input {
  font-family: "Exo 2", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.redesign-activate-tariff-field__input::placeholder {
  color: rgba(12, 48, 91, 0.3);
}
.redesign-activate-tariff-field__error {
  margin: 0;
  color: #f9335e;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 150%;
}
.redesign-activate-tariff-form__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 211px;
  height: 46px;
  margin: 0;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  background: #2195f5;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
  cursor: pointer;
}
.redesign-activate-tariff-form__submit:hover {
  background: #1a7fd4;
  color: #fff;
}
@media (max-width: 767px) {
  .redesign-activate-tariff-card {
    padding: 16px;
  }
  .redesign-activate-tariff-form__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .redesign-activate-tariff-form__fields {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .redesign-activate-tariff-field {
    flex: 1 1 auto;
    width: 100%;
  }
  .redesign-activate-tariff-form__submit {
    width: 100%;
    min-width: 0;
  }
  .redesign-activate-tariff-smotreshka {
    padding: 16px;
  }
  .redesign-activate-tariff-smotreshka-row {
    flex-direction: column;
    gap: 4px;
  }
  .redesign-activate-tariff-smotreshka-row dt {
    min-width: 0;
  }
}

/* ===== Services page ===== */
.redesign-services-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.redesign-services-description {
  margin: 0;
  max-width: 945px;
  margin-top: 16px;
}
.redesign-services-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.redesign-services-summary-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-services-summary-card-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
  min-width: 0;
}
.redesign-services-summary-value {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 138%;
}
.redesign-services-summary-label {
  margin: 0;
}
.redesign-services-summary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
}
.redesign-services-summary-icon.is-green {
  background: rgba(55, 205, 106, 0.08);
}
.redesign-services-summary-icon.is-orange {
  background: rgba(249, 120, 51, 0.08);
}
.redesign-services-summary-icon.is-blue {
  background: rgba(33, 149, 245, 0.08);
}
.redesign-services-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.redesign-services-section-title {
  margin: 0;
}
.redesign-services-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.redesign-services-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  border: 1px solid #f6f9fb;
}
.redesign-services-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.redesign-services-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(55, 205, 106, 0.08);
  flex-shrink: 0;
}
.redesign-services-card-icon.is-finished,
.redesign-services-row-icon.is-finished {
  background: rgba(12, 48, 91, 0.06);
}
.redesign-services-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
.redesign-services-status.is-active {
  color: #37cd6a;
  background: rgba(55, 205, 106, 0.08);
}
.redesign-services-status.is-finished {
  color: rgba(12, 48, 91, 0.5);
  background: rgba(12, 48, 91, 0.06);
}
.redesign-services-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.redesign-services-card-title {
  margin: 0;
  text-transform: none;
}
.redesign-services-card-title a {
  color: inherit;
  text-decoration: none;
}
.redesign-services-card-title a:hover {
  color: #2195f5;
}
.redesign-services-card-desc,
.redesign-services-card-tariff {
  margin: 0;
}
.redesign-services-card-footer {
  border-top: 1px solid var(--Border, #e6ecf3);
  padding-top: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.redesign-services-card-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.redesign-services-card-price-value {
  margin: 0;
}
.redesign-services-card-btn.btn {
  display: flex;
  height: 46px;
  padding: 5px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--Border, #e6ecf3);
  color: var(--black-70, rgba(12, 48, 91, 0.7));

  /* Заголовки 16 */
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  background-color: #fff;
}
.redesign-services-card-btn.btn:hover {
  background: #f6f9fb;
  color: #2195f5;
  border-color: #e6ecf3;
}
.redesign-services-table-card {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  overflow: hidden;
  background-color: #fff;
}
.redesign-services-table-head,
.redesign-services-table-row {
  display: grid;
  grid-template-columns:
    minmax(0, 2.2fr) minmax(0, 1.2fr) minmax(100px, 0.8fr)
    minmax(100px, 0.8fr) minmax(120px, 0.7fr);
  gap: 16px;
  align-items: center;
  padding: 16px 24px;
}
.redesign-services-table-head {
  border-bottom: 1px solid #e6ecf3;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.redesign-services-table-row {
  border-bottom: 1px solid #e6ecf3;
  padding-top: 24px;
  padding-bottom: 24px;
}
.redesign-services-table-row:last-child {
  border-bottom: none;
}
.redesign-services-col-service {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.redesign-services-row-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(55, 205, 106, 0.08);
  flex-shrink: 0;
}
.redesign-services-row-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.redesign-services-row-title {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.redesign-services-row-title a {
  color: inherit;
  text-decoration: none;
}
.redesign-services-row-title a:hover {
  color: #2195f5;
}
.redesign-services-row-type {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-services-col-status {
  display: flex;
  justify-content: flex-end;
}
.redesign-services-mobile-label {
  display: none;
}
.redesign-services-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  text-align: center;
}
.redesign-services-empty--table {
  box-shadow: none;
  border-radius: 0;
  min-height: 120px;
}
.redesign-services-cache-alert p {
  margin: 0;
}
.redesign-services-col-fee s,
.redesign-services-card-price-value s {
  opacity: 0.55;
  margin-right: 4px;
}
.redesign-services-page #dateForm.redesign-services-filters {
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}
.redesign-services-filter-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  margin: 0 24px 24px;
  padding: 24px;
  border: 1px dashed rgba(12, 48, 91, 0.3);
  border-radius: 16px;
  text-align: center;
}
.redesign-services-filter-empty p {
  margin: 0;
}

@media (max-width: 1200px) {
  .redesign-services-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .redesign-services-summary {
    grid-template-columns: 1fr;
  }
  .redesign-services-cards {
    grid-template-columns: 1fr;
  }
  .redesign-services-table-head {
    display: none;
  }
  .redesign-services-table-row {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }
  .redesign-services-col-service {
    align-items: flex-start;
  }
  .redesign-services-col-tariff,
  .redesign-services-col-fee,
  .redesign-services-col-charged,
  .redesign-services-col-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .redesign-services-col-status {
    justify-content: space-between;
  }
  .redesign-services-mobile-label {
    display: inline;
    color: rgba(12, 48, 91, 0.5);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }
  .redesign-services-card-footer {
    grid-gap: 10px;
  }
  .redesign-services-card-btn.btn {
    width: 100%;
    max-width: fit-content;
  }
}

/* ===== Help / Support page ===== */
.redesign-help-page {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.redesign-help-description {
  margin: 0;
}
.redesign-help-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-help-card-title {
  margin: 0;
}
.redesign-help-connection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.redesign-help-connection-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.redesign-help-field-label {
  margin: 0;
}
.redesign-help-ip-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.redesign-help-field {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  background: #fff;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  word-break: break-word;
}
.redesign-help-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.redesign-help-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.redesign-help-link {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 12px;
  border-radius: 10px;
  background: #f6f9fb;
  text-decoration: none;
  transition: background 0.2s ease;
}
.redesign-help-link:hover {
  background: #f2f3f7;
  text-decoration: none;
}
.redesign-help-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
}
.redesign-help-link-icon.is-blue {
  background: #2195f5;
}
.redesign-help-link-icon.is-purple {
  background: #a25bf8;
}
.redesign-help-link-icon.is-green {
  background: #37cd6a;
}
.redesign-help-link-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.redesign-help-link-title {
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.redesign-help-link-desc {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-help-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(249, 120, 51, 0.3);
  background: rgba(249, 120, 51, 0.08);
}
.redesign-help-banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: rgba(249, 120, 51, 0.15);
  flex-shrink: 0;
}
.redesign-help-banner-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.redesign-help-banner-title,
.redesign-help-banner-text {
  margin: 0;
  color: #1d2328;
  text-transform: none;
}
.redesign-help-banner-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.redesign-help-banner-btn.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 25px;
  border-radius: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  box-shadow: none;
  white-space: nowrap;
}
.redesign-help-banner-btn.is-outline {
  border: 1px solid #f97833;
  background: transparent;
  color: #f97833;
}
.redesign-help-banner-btn.is-outline:hover {
  background: rgba(249, 120, 51, 0.08);
  color: #f97833;
}
.redesign-help-banner-btn.is-solid {
  border: 1px solid #f97833;
  background: #f97833;
  color: #fff;
}
.redesign-help-banner-btn.is-solid:hover {
  background: #e86a28;
  border-color: #e86a28;
  color: #fff;
}

@media (max-width: 991px) {
  .redesign-help-page {
    gap: 24px;
  }
  .redesign-help-connection-grid,
  .redesign-help-columns {
    grid-template-columns: 1fr;
  }
  .redesign-help-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .redesign-help-banner-actions {
    flex-direction: column;
    width: 100%;
  }
  .redesign-help-banner-btn.btn {
    width: 100%;
  }
}

/* ===== Service detail page ===== */
.redesign-service-detail-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.redesign-service-detail-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.redesign-service-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2195f5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  border-radius: 10px;
}
.redesign-service-detail-back:hover {
  color: #2195f5;
  text-decoration: underline;
}
.redesign-service-detail-back-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.redesign-service-detail-back-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.redesign-service-detail-cache {
  color: rgba(12, 48, 91, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-service-detail-cache a,
.redesign-service-detail-cache u,
.redesign-service-detail-cache .alert a {
  color: rgba(12, 48, 91, 0.5);
  text-decoration: underline;
}
.redesign-service-detail-cache .alert {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  box-shadow: none;
}
.redesign-service-detail-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 988px;
}
.redesign-service-detail-title {
  margin: 0;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 138%;
}
.redesign-service-detail-description {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
}
.redesign-service-detail-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.redesign-service-detail-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.redesign-service-detail-section-title {
  margin: 0;
  color: #1d2328;
}
.redesign-service-detail-traffic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.redesign-service-detail-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  min-width: 0;
}
.redesign-service-detail-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  flex-shrink: 0;
}
.redesign-service-detail-card-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}
.redesign-service-detail-icon-flip {
  transform: scaleY(-1);
}
.redesign-service-detail-card-icon.is-orange {
  background: rgba(249, 120, 51, 0.08);
}
.redesign-service-detail-card-icon.is-red {
  background: rgba(249, 51, 94, 0.08);
}
.redesign-service-detail-card-icon.is-green {
  background: rgba(55, 205, 106, 0.08);
}
.redesign-service-detail-card-icon.is-purple {
  background: rgba(162, 91, 248, 0.08);
}
.redesign-service-detail-card-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.redesign-service-detail-card-label {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-service-detail-card-value {
  margin: 0;
  color: #1d2328;
  word-break: break-word;
}
.redesign-service-detail-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  text-align: center;
}
.redesign-service-detail-empty p {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
}

@media (max-width: 1200px) {
  .redesign-service-detail-traffic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .redesign-service-detail-page {
    gap: 24px;
  }
  .redesign-service-detail-title {
    font-size: 24px;
  }
  .redesign-service-detail-summary,
  .redesign-service-detail-traffic {
    grid-template-columns: 1fr;
  }
  .redesign-service-detail-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== Change tariff page ===== */
.redesign-change-tariff-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.redesign-change-tariff-description {
  margin: 0;
  max-width: 945px;
  color: rgba(12, 48, 91, 0.7);
}
.redesign-change-tariff-current {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.redesign-change-tariff-current-header h2 {
  margin: 0;
  color: #1d2328;
}
.redesign-change-tariff-current-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.redesign-change-tariff-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-change-tariff-info-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  flex-shrink: 0;
}
.redesign-change-tariff-info-card-icon.is-green {
  background: rgba(55, 205, 106, 0.08);
}
.redesign-change-tariff-info-card-icon.is-blue {
  background: rgba(33, 149, 245, 0.08);
}
.redesign-change-tariff-info-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.redesign-change-tariff-info-label {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-change-tariff-info-value {
  margin: 0;
  color: #1d2328;
  word-break: break-word;
}
.redesign-change-tariff-info-meta,
.redesign-change-tariff-info-desc {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
}
.redesign-change-tariff-alert {
  padding: 16px 20px;
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-change-tariff-alert.is-error {
  border: 1px solid rgba(249, 51, 94, 0.3);
  background: rgba(249, 51, 94, 0.08);
  color: #f9335e;
}
.redesign-change-tariff-alert strong {
  font-weight: 700;
}
.redesign-change-tariff-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.redesign-change-tariff-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.redesign-change-tariff-section-head h2 {
  margin: 0;
  color: #1d2328;
}
.redesign-change-tariff-balance {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
}
.redesign-change-tariff-balance .title-16 {
  color: #1d2328;
  text-transform: none;
}
.redesign-change-tariff-form-error {
  color: #f9335e;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.redesign-change-tariff-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.redesign-change-tariff-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.redesign-change-tariff-card:hover {
  border-color: #e6ecf3;
}
.redesign-change-tariff-card.is-selected {
  border-color: rgba(33, 149, 245, 0.45);
  box-shadow:
    0 2px 10px 0 #f2f3f7,
    0 0 0 3px rgba(33, 149, 245, 0.08);
}
.redesign-change-tariff-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.72;
}
.redesign-change-tariff-card.is-disabled:hover {
  border-color: transparent;
}
.redesign-change-tariff-card-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.redesign-change-tariff-radio {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 4px;
}
.redesign-change-tariff-radio input {
  position: absolute;
  opacity: 0;
  inset: 0;
  margin: 0;
  cursor: pointer;
}
.redesign-change-tariff-radio-mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #e6ecf3;
  background: #fff;
  box-sizing: border-box;
  display: block;
}
.redesign-change-tariff-card.is-selected .redesign-change-tariff-radio-mark {
  border-color: #2195f5;
  background: #2195f5;
  box-shadow: inset 0 0 0 4px #fff;
}
.redesign-change-tariff-card.is-disabled .redesign-change-tariff-radio input {
  cursor: not-allowed;
}
.redesign-change-tariff-card-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  flex: 1;
}
.redesign-change-tariff-card-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.redesign-change-tariff-card-title-row h3 {
  margin: 0;
  color: #1d2328;
}
.redesign-change-tariff-card-desc {
  margin: 0;
  color: rgba(12, 48, 91, 0.7);
}
.redesign-change-tariff-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
.redesign-change-tariff-badge.is-available {
  color: #37cd6a;
  background: rgba(55, 205, 106, 0.08);
}
.redesign-change-tariff-badge.is-unavailable {
  color: #f9335e;
  background: rgba(249, 51, 94, 0.08);
}
.redesign-change-tariff-card-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-left: 38px;
}
.redesign-change-tariff-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 16px;
  background: #f6f9fb;
}
.redesign-change-tariff-meta-item span,
.redesign-change-tariff-meta-item strong {
  margin: 0;
}
.redesign-change-tariff-meta-item span {
  color: rgba(12, 48, 91, 0.7);
}
.redesign-change-tariff-meta-item strong {
  color: #1d2328;
  text-transform: none;
}
.redesign-change-tariff-confirm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-change-tariff-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}
.redesign-change-tariff-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.redesign-change-tariff-checkbox-mark {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1.5px solid #e6ecf3;
  background: #fff;
  flex-shrink: 0;
  margin-top: 1px;
  box-sizing: border-box;
  position: relative;
}
.redesign-change-tariff-checkbox
  input[type="checkbox"]:checked
  + .redesign-change-tariff-checkbox-mark {
  border-color: #2195f5;
  background: #2195f5;
}
.redesign-change-tariff-checkbox
  input[type="checkbox"]:checked
  + .redesign-change-tariff-checkbox-mark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.redesign-change-tariff-checkbox-text {
  color: #1d2328;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.redesign-change-tariff-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.redesign-change-tariff-submit.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 28px;
  border: none;
  border-radius: 20px;
  background: #2195f5;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  box-shadow: none;
  text-decoration: none;
}
.redesign-change-tariff-submit.btn:hover {
  background: #1a84db;
  color: #fff;
}
.redesign-change-tariff-history-link {
  color: #2195f5;
  text-decoration: none;
}
.redesign-change-tariff-history-link:hover {
  text-decoration: underline;
  color: #2195f5;
}
.redesign-change-tariff-empty {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 0 #f2f3f7;
}
.redesign-change-tariff-empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: rgba(12, 48, 91, 0.06);
  flex-shrink: 0;
}
.redesign-change-tariff-empty-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.redesign-change-tariff-empty-content p {
  margin: 0;
}
.redesign-change-tariff-empty-content a {
  color: #2195f5;
}

@media (max-width: 991px) {
  .redesign-change-tariff-page {
    gap: 24px;
  }
  .redesign-change-tariff-current-grid,
  .redesign-change-tariff-card-meta {
    grid-template-columns: 1fr;
  }
  .redesign-change-tariff-card-meta {
    padding-left: 0;
  }
  .redesign-change-tariff-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .redesign-change-tariff-submit.btn {
    width: 100%;
  }
}

.redesign-user-info-text-edit-wrapper {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.redesign-user-info-text-edit-wrapper input[type="text"] {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150% !important;
  border: none !important;
  padding: 0 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: transparent;
  outline: none;
  min-width: 180px;
}

.redesign-user-info-name-edit-btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

/* все иконки скрыты, показываем только по классу на кнопке */
.redesign-user-info-name-edit-btn .redesign-user-info-name-edit-icon {
  display: none;
}

/* IDLE — карандаш */
.redesign-user-info-name-edit-btn.is-idle
  .redesign-user-info-name-edit-icon-pencil {
  display: block;
}

/* EDITING — серая галочка (фокус, без изменений) */
.redesign-user-info-name-edit-btn.is-editing
  .redesign-user-info-name-edit-icon-check {
  display: block;
}
.redesign-user-info-name-edit-btn.is-editing
  .redesign-user-info-name-edit-icon-check
  path {
  fill: #0c305b;
  fill-opacity: 0.3;
  transition:
    fill 0.15s ease,
    fill-opacity 0.15s ease;
}

/* DIRTY — активная галочка (есть изменения) */
.redesign-user-info-name-edit-btn.is-dirty
  .redesign-user-info-name-edit-icon-check {
  display: block;
  transition: transform 0.15s ease;
}
.redesign-user-info-name-edit-btn.is-dirty
  .redesign-user-info-name-edit-icon-check
  path {
  fill: #0c305b;
  fill-opacity: 0.6;
  transition:
    fill 0.15s ease,
    fill-opacity 0.15s ease;
}

/* ховер на активной галочке — зелёная */
.redesign-user-info-name-edit-btn.is-dirty:hover
  .redesign-user-info-name-edit-icon-check
  path {
  fill: #37cd6a;
  fill-opacity: 1;
}
.redesign-user-info-name-edit-btn.is-dirty:hover
  .redesign-user-info-name-edit-icon-check {
  transform: scale(1.08);
}

/* SAVED — зелёная галочка после сохранения */
.redesign-user-info-name-edit-btn.is-saved
  .redesign-user-info-name-edit-icon-check-saved {
  display: block;
}
.redesign-user-info-name-edit-btn.is-idle
  .redesign-user-info-name-edit-icon-pencil,
.redesign-user-info-name-edit-btn.is-editing
  .redesign-user-info-name-edit-icon-check,
.redesign-user-info-name-edit-btn.is-dirty
  .redesign-user-info-name-edit-icon-check,
.redesign-user-info-name-edit-btn.is-saved
  .redesign-user-info-name-edit-icon-check-saved {
  display: block !important;
}

.redesign-user-info-text-edit-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.redesign-user-info-name-edit-display {
  cursor: pointer;
  white-space: pre-wrap;
  word-break: break-word;
}
.redesign-user-info-name-edit-display:empty::before {
  content: "Введите описание";
  color: rgba(12, 48, 91, 0.3);
}

.redesign-user-info-text-edit-wrapper input[type="text"] {
  color: rgba(12, 48, 91, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150% !important;
  border: none !important;
  padding: 0 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: transparent;
  outline: none;
  /* ширина по содержимому */
  width: auto;
  min-width: 2ch;
  max-width: 100%;
}

.redesign-user-info-text-edit-wrapper input[type="text"][hidden] {
  display: none;
}

.redesign-user-info-name-edit-btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.redesign-user-info-name-edit-btn .redesign-user-info-name-edit-icon {
  display: none;
}

/* IDLE — карандаш */
.redesign-user-info-name-edit-btn.is-idle
  .redesign-user-info-name-edit-icon-pencil {
  display: block;
}

/* EDITING — серая галочка */
.redesign-user-info-name-edit-btn.is-editing
  .redesign-user-info-name-edit-icon-check {
  display: block;
}
.redesign-user-info-name-edit-btn.is-editing
  .redesign-user-info-name-edit-icon-check
  path {
  fill: #0c305b;
  fill-opacity: 0.3;
  transition:
    fill 0.15s ease,
    fill-opacity 0.15s ease;
}

/* DIRTY — активная галочка */
.redesign-user-info-name-edit-btn.is-dirty
  .redesign-user-info-name-edit-icon-check {
  display: block;
  transition: transform 0.15s ease;
}
.redesign-user-info-name-edit-btn.is-dirty
  .redesign-user-info-name-edit-icon-check
  path {
  fill: #0c305b;
  fill-opacity: 0.6;
  transition:
    fill 0.15s ease,
    fill-opacity 0.15s ease;
}
.redesign-user-info-name-edit-btn.is-dirty:hover
  .redesign-user-info-name-edit-icon-check
  path {
  fill: #37cd6a;
  fill-opacity: 1;
}
.redesign-user-info-name-edit-btn.is-dirty:hover
  .redesign-user-info-name-edit-icon-check {
  transform: scale(1.08);
}

/* SAVED — зелёная галочка */
.redesign-user-info-name-edit-btn.is-saved
  .redesign-user-info-name-edit-icon-check-saved {
  display: block;
}
.redesign-user-info-name-edit-btn.is-idle
  .redesign-user-info-name-edit-icon-pencil,
.redesign-user-info-name-edit-btn.is-editing
  .redesign-user-info-name-edit-icon-check,
.redesign-user-info-name-edit-btn.is-dirty
  .redesign-user-info-name-edit-icon-check,
.redesign-user-info-name-edit-btn.is-saved
  .redesign-user-info-name-edit-icon-check-saved {
  display: block !important;
}
.alert .close {
  position: static;
}
.alert.alert-block.fade.in.alert-success .icon-info-sign {
  display: none;
}
.alert.alert-block.fade.in.alert-success {
  margin-top: 24px;
  color: #37cd6a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;

  display: flex;
  padding: 24px;
  align-items: flex-start;
  border-radius: 20px;
  gap: 20px;
  border: 1px solid rgba(55, 205, 106, 0.3);
  background: rgba(55, 205, 106, 0.08);
  flex-direction: row-reverse;
  justify-content: space-between;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 2px;
}

.redesign-traffic-page-wrapper .alert.fade.in.alert-info .close,
.redesign-traffic-page-wrapper .alert.fade.in.alert-info .icon-info-sign,
.redesign-payment-wrapper .alert.fade.in.alert-info .close,
.redesign-payment-wrapper .alert.fade.in.alert-info .icon-info-sign {
  display: none;
}
.redesign-payment-wrapper .alert.fade.in.alert-info,
.redesign-traffic-page-wrapper .alert.fade.in.alert-info {
  margin-top: 24px;
  display: flex;
  min-height: 160px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px dashed var(--Black-30, rgba(12, 48, 91, 0.3));
  background-color: transparent;
  color: var(--50, rgba(12, 48, 91, 0.5));
  text-align: center;

  /* Text 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.redesign-payment-period-tab.active {
  background: rgb(33 149 245 / 8%);
}
#dateForm select.payment-operation-type {
  /* убираем нативную стрелку */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* своя стрелка */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%230C305B' stroke-opacity='0.5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  /* отступ стрелки от правого края */
  background-position: right 16px center;
  background-size: 16px 16px;

  /* чтобы текст не наезжал на стрелку */
  padding-right: 20px !important;

  /* остальное как было */
  border-radius: 10px;
  border: 1px solid #e6ecf3;
  height: 46px !important;
  padding: 8px 16px !important;
  padding-right: 40px !important;
  color: #1d2328;
  font-family: "Exo 2", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 150% !important;
}

select {
  outline: none;
}

body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li.dropdown.open
  .dropdown-menu
  > li.active
  > a {
  border-radius: 10px;
  background: rgba(33, 149, 245, 0.08);
  color: #2195f5;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  box-shadow: none;
}
body.redesign-body.redesign-body-auth
  .nav-collapse.redesign-user-aside-nav
  .nav
  > li
  .dropdown-menu
  > li {
  padding-left: 32px;
}

.redesign-content .alert.alert-block.fade.in.alert-error .icon-info-sign {
  display: none;
}
.redesign-content .alert.alert-block.fade.in.alert-error,
.redesign-freeinet-alert-error {
  background: rgba(249, 51, 94, 0.08);
  display: flex;
  padding: 24px;
  align-items: flex-start;
  border-radius: 20px;
  gap: 20px;
  border: 1px solid rgba(249, 51, 94, 0.3);
  color: #f9335e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 24px;
}
.redesign-freeinet-alert-error {
  background: rgba(249, 51, 94, 0.08);
  display: flex;
  padding: 24px;
  align-items: flex-start;
  border-radius: 20px;
  gap: 20px;
  border: 1px solid rgba(249, 51, 94, 0.3);
  color: #f9335e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  justify-content: space-between;
  justify-content: flex-end;
  margin-top: 32px;
}
.redesign-freeinet-alert-text {
  color: #f9335e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.redesign-main-container .redesign-settings-password-page form .zend_form {
  margin: 0;
}
.redesign-services-card-type {
  display: none;
}
@media screen and (max-width: 576px) {
  body.redesign-body.redesign-body-auth
    .nav-collapse.redesign-user-aside-nav
    .nav
    > li.active
    > a,
  body.redesign-body.redesign-body-auth
    .nav-collapse.redesign-user-aside-nav
    .nav
    > li.active
    > .dropdown-toggle {
    background: none;
  }
  body.redesign-body.redesign-body-auth .nav-collapse.redesign-user-aside-nav {
    padding: 15px;
  }
  body.redesign-body.redesign-body-auth
    .nav-collapse.redesign-user-aside-nav
    .nav
    > li
    > a,
  body.redesign-body.redesign-body-auth
    .nav-collapse.redesign-user-aside-nav
    .nav
    > li
    > .dropdown-toggle {
    padding: 0 16px;
  }
  .redesign-abonement-card-title-row {
    flex-direction: column-reverse;
    align-items: flex-start;
    grid-gap: 8px;
  }
  .redesign-abonement-card-layout {
    grid-gap: 16px;
  }
  .redesign-main-title-text {
    font-size: 25px;
  }
  .redesign-main-title .timeago {
    display: none;
  }
  .redesign-services-summary-value {
    font-size: 20px;
  }
  .redesign-services-card-icon {
    display: none;
  }
  .redesign-services-card-mobile-icon {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 0 6.731px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 6px;
    background: rgba(55, 205, 106, 0.08);
  }
  .redesign-services-card-title {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
  }
  .redesign-services-col-fee {
    display: none;
  }
  .redesign-services-mobile-label {
    display: none;
  }
  .redesign-services-col-fee-mobile {
    display: block;
    font-size: 16px;
  }
  .redesign-services-row-title {
    display: flex;
    grid-gap: 10px;
    justify-content: space-between;
  }
  .redesign-services-col-element {
    padding-left: 64px;
  }
  .redesign-services-table-row {
    position: relative;
    padding: 20px;
  }
  .redesign-services-col-status {
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}

ul.redesign-mobile-menu-panel-list.redesign-mobile-menu-panel-list-main > li a,
ul.redesign-mobile-menu-panel-list.redesign-mobile-menu-panel-list-main
  > li
  button {
  padding-left: 16px;
}

body.redesign-body.redesign-body-withauth
  .alert.alert-block.fade.in.alert-success {
  max-width: 500px;
  flex-direction: column-reverse;
  align-items: center;
  border: 1px solid rgba(33, 149, 245, 0.3);
  background: rgba(33, 149, 245, 0.08);
  color: #2195f5;
}
body.redesign-body.redesign-body-withauth
  .alert.alert-block.fade.in.alert-success
  .close {
  display: flex;
  height: 46px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #2195f5;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border: none;
  cursor: pointer;
  width: 100%;
  box-shadow: none;
  transition: all 0.3s ease;
  opacity: 1;
}
