

/* Start:/local/templates/lk/css/global.css?172415062766161*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  all: unset;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("/local/templates/lk/css/../fonts/Inter-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/lk/css/../fonts/Inter-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/lk/css/../fonts/Inter-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/lk/css/../fonts/Inter-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/lk/css/../fonts/Inter-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/lk/css/../fonts/Inter-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/lk/css/../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
:root {
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  line-height: 20px;
  color: #1f2937;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

h1 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.2px;
}
h1.left {
  text-align: left;
}
@media (min-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 36.31px;
    text-align: left;
  }
}

.container {
  padding: 0 18px;
}
@media (min-width: 992px) {
  .container {
    padding: 0 62px;
  }
}

button.btn {
  width: 100%;
  cursor: pointer;
}

.btn {
  font: inherit;
  outline: none;
  border: none;
  display: block;
  padding: 10px 12px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 600;
  color: #1f2937;
  text-decoration: none;
  font-size: 15px;
  line-height: 18.15px;
  text-align: center;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  .btn {
    padding: 14px 16px;
  }
}
.btn.gray-border {
  border: 1px solid #e5e7eb;
}
.btn.gray-border:hover {
  border-color: #1f2937;
}
.btn.gray-border:focus {
  outline: 2px solid #969ba7;
}
.btn.blue {
  color: #fff;
  background-color: #2563eb;
}
.btn.blue:hover {
  background-color: #1d4ed8;
}
.btn.blue:focus {
  outline: 2px solid #60a5fa;
}
.btn.blue:disabled, .btn.blue.disabled {
  background-color: #60a5fa;
  pointer-events: none;
}
.btn.red-border {
  color: #ef4444;
  border: 1px solid #ef4444;
}
.btn.red {
  background-color: #ef4444;
  color: #fff;
}
.btn.gray {
  color: #6b7280;
}
.btn.green {
  background-color: #14b8a6;
  color: #fff;
}
.btn.blue-border {
  border: 1px solid #2563eb;
  color: #2563eb;
}
.btn.green-border {
  border: 1px solid #14b8a6;
  color: #14b8a6;
}

.link {
  font-weight: 500;
  display: block;
  color: #2563eb;
}
.link.arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.link.arrow svg {
  width: 16px;
  height: 16px;
}

input {
  font-weight: 500;
  padding: 14px 16px;
  font: inherit;
  font-size: 15px;
  line-height: 18.15px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  transition: 0.3s ease;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input.error {
  border-color: #ef4444;
}
input[type=password] {
  padding-right: 48px;
}
input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
  display: none;
}
input::placeholder {
  color: #6b7280;
}
input:hover {
  background-color: #f8fafc;
}
input:focus {
  outline: none;
  border-color: #2563eb;
  background-color: #f8fafc;
}
input:focus::placeholder {
  opacity: 0;
}

[placeholder] {
  text-overflow: ellipsis;
}

.form-group .password-group {
  position: relative;
}
.form-group label {
  display: block;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 16.94px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .form-group label {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
  }
}
.form-group input {
  width: 100%;
}
.form-group .error-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16.94px;
  color: #ef4444;
}
@media (min-width: 992px) {
  .form-group .error-text {
    text-align: right;
  }
}
.form-group button.show-password {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
  right: 0;
  width: 48px;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='44' viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_405_38649)'%3E%3Cpath d='M22.5868 20.5859C22.3903 20.769 22.2326 20.9898 22.1233 21.2352C22.014 21.4805 21.9552 21.7453 21.9505 22.0139C21.9458 22.2824 21.9952 22.5492 22.0958 22.7982C22.1963 23.0472 22.3461 23.2735 22.536 23.4634C22.7259 23.6533 22.9521 23.803 23.2012 23.9036C23.4502 24.0042 23.7169 24.0536 23.9855 24.0488C24.254 24.0441 24.5189 23.9853 24.7642 23.876C25.0095 23.7667 25.2303 23.6091 25.4134 23.4126' stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.1533 17.3854C23.4342 17.3504 23.7169 17.3326 24 17.332C28.6667 17.332 30.6667 21.9987 30.6667 21.9987C30.3686 22.6368 29.9948 23.2367 29.5533 23.7854' stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4068 18.4062C19.081 19.3093 18.0201 20.5498 17.3335 21.9996C17.3335 21.9996 19.3335 26.6662 24.0002 26.6662C25.2774 26.6697 26.5274 26.2963 27.5935 25.5929' stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3335 15.332L30.6668 28.6654' stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_405_38649'%3E%3Crect width='16' height='16' fill='white' transform='translate(16 14)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
}
.form-group button.show-password.active {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='44' viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3335 21.9987C17.3335 21.9987 19.3335 17.332 24.0002 17.332C28.6668 17.332 30.6668 21.9987 30.6668 21.9987C30.6668 21.9987 28.6668 26.6654 24.0002 26.6654C19.3335 26.6654 17.3335 21.9987 17.3335 21.9987Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 24C25.1046 24 26 23.1046 26 22C26 20.8954 25.1046 20 24 20C22.8954 20 22 20.8954 22 22C22 23.1046 22.8954 24 24 24Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.checkbox-group label {
  display: flex;
  font-weight: 500;
  gap: 16px;
  cursor: pointer;
}
.checkbox-group label::before {
  content: "";
  flex-shrink: 0;
  margin-top: 10px;
  display: block;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e7eb;
  background-position: center;
  background-repeat: no-repeat;
}
.checkbox-group input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-group input:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6673 0.5L4.25065 6.91667L1.33398 4' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.layout {
  padding-bottom: 109px;
  transition: padding 0.2s;
}
@media (min-width: 992px) {
  .layout {
    padding-left: 286px;
  }
}

.menu.hidden ~ .layout {
  padding-left: 84px;
}

.mobile-hide {
  display: none !important;
}
@media (min-width: 992px) {
  .mobile-hide {
    display: inherit !important;
  }
}

@media (min-width: 992px) {
  .desktop-hide {
    display: none;
  }
}

.search-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.search-group .btn {
  padding: 14px 16px;
}
.search-group input:not(.btn) {
  padding-left: 44px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_425_7032)'%3E%3Cpath d='M11.7429 10.3421C12.7112 9.02083 13.1449 7.38264 12.9572 5.7553C12.7695 4.12796 11.9743 2.63149 10.7307 1.56528C9.48701 0.499068 7.88665 -0.0582491 6.24973 0.00482408C4.61282 0.0678972 3.06008 0.746709 1.90217 1.90545C0.744249 3.0642 0.0665484 4.61742 0.00464653 6.25438C-0.0572553 7.89134 0.501207 9.49131 1.56831 10.7342C2.6354 11.9771 4.13244 12.7712 5.75992 12.9577C7.38739 13.1442 9.02528 12.7094 10.3459 11.7401H10.3449C10.3749 11.7801 10.4069 11.8181 10.4429 11.8551L14.2929 15.7051C14.4804 15.8928 14.7348 15.9983 15 15.9983C15.2653 15.9984 15.5198 15.8932 15.7074 15.7056C15.895 15.5181 16.0005 15.2638 16.0006 14.9985C16.0007 14.7332 15.8954 14.4788 15.7079 14.2911L11.8579 10.4411C11.8221 10.405 11.7837 10.3715 11.7429 10.3411V10.3421ZM12.0009 6.49815C12.0009 7.22042 11.8586 7.93562 11.5822 8.60291C11.3058 9.2702 10.9007 9.87651 10.39 10.3872C9.87926 10.898 9.27295 11.3031 8.60566 11.5795C7.93837 11.8559 7.22317 11.9981 6.5009 11.9981C5.77863 11.9981 5.06343 11.8559 4.39614 11.5795C3.72885 11.3031 3.12253 10.898 2.61181 10.3872C2.10109 9.87651 1.69596 9.2702 1.41956 8.60291C1.14316 7.93562 1.0009 7.22042 1.0009 6.49815C1.0009 5.03946 1.58036 3.64051 2.61181 2.60906C3.64326 1.57761 5.04221 0.998147 6.5009 0.998147C7.95959 0.998147 9.35853 1.57761 10.39 2.60906C11.4214 3.64051 12.0009 5.03946 12.0009 6.49815Z' fill='%236B7280'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_425_7032'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: left 16px center;
  background-size: 16px;
  background-repeat: no-repeat;
}

header {
  position: relative;
  padding: 11px 18px 32px 18px;
  z-index: 11;
}
@media (min-width: 992px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 8px 62px;
    background-color: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
  }
}
header .info {
  display: none;
  color: #6b7280;
}
@media (min-width: 992px) {
  header .info {
    display: block;
  }
}
header .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header .body {
    gap: 32px;
  }
}
header .avatar {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  header .avatar {
    order: 1;
  }
}
header .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .name {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18.15px;
  gap: 34px;
}
header .name::before {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #e5e7eb;
}
header .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  width: 38px;
  height: 38px;
  background-color: transparent;
  border-radius: 8px;
}
@media (min-width: 992px) {
  header .menu-btn {
    display: none;
  }
}
header .menu-btn svg {
  width: 16px;
  height: 16px;
}

.menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  background-color: rgba(107, 114, 128, 0.6);
}
@media (min-width: 992px) {
  .menu-overlay {
    display: none !important;
  }
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  padding: 31px 20px;
  padding-right: 46px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background-color: #2f97d2;
  z-index: 50;
  transition: right 0.3s ease-in;
}
.menu.active {
  right: 0;
}
@media (min-width: 992px) {
  .menu {
    right: unset !important;
    padding: 71px 20px;
    padding-right: 46px;
  }
}
.menu footer {
  display: flex;
  gap: 16px;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  padding: 12px 70px;
  background-color: #479fd1;
  border-top: 1px solid #6cb2da;
  transition: all 0.2s;
}
.menu footer a,
.menu footer .open {
  padding: 11px;
  border-radius: 8px;
}
.menu footer a svg,
.menu footer .open svg {
  width: 16px;
  height: 16px;
}
.menu footer .open {
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) {
  .menu footer {
    display: flex;
  }
}
.menu .name {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .menu .name {
    display: none;
  }
}
.menu .hide {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 11px;
  display: none;
}
@media (min-width: 992px) {
  .menu .hide {
    display: block;
  }
}
.menu .cross {
  position: absolute;
  display: block;
  top: 31px;
  right: 29px;
  width: 16px;
  height: 16px;
}
.menu .cross svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .menu .cross {
    display: none;
  }
}
.menu > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
.menu li {
  width: 220px;
  transition: all 0.2s;
}
.menu li ul {
  display: none;
  margin-top: 6px;
  position: relative;
  padding-left: 36px;
}
.menu li ul li {
  width: 184px;
}
.menu li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
}
.menu li ul li .number {
  padding: 1px 5px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  font-size: 10px;
  line-height: 16px;
  color: #1f2937;
}
.menu li ul li:not(:last-child) {
  margin-bottom: 6px;
}
.menu li ul::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 1px;
  background-color: #59acdb;
}
.menu li .body {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
}
.menu li .icon {
  flex-shrink: 0;
}
.menu li .icon,
.menu li .arrow {
  width: 20px;
  height: 20px;
}
.menu li .icon svg,
.menu li .arrow svg {
  width: 100%;
  height: 100%;
}
.menu li.current {
  background-color: #44a1d7;
  border-radius: 8px;
}
.menu li .arrow {
  margin-left: auto;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
}
.menu li.opened .arrow {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .menu {
    transition: all 0.2s;
  }
  .menu.hidden {
    padding: 65px 20px;
  }
  .menu.hidden footer {
    padding: 12px 23px;
  }
  .menu.hidden footer .open {
    display: block;
  }
  .menu.hidden footer a {
    display: none;
  }
  .menu.hidden .hide {
    display: none;
  }
  .menu.hidden > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .menu.hidden li {
    border-radius: 8px;
    width: 44px;
    overflow: hidden;
  }
  .menu.hidden li .body {
    height: 36px;
  }
  .menu.hidden li:has(.current) {
    background-color: #44a1d7;
  }
  .menu.hidden li span,
  .menu.hidden li .arrow {
    width: 0;
    overflow: hidden;
  }
}
.menu.light {
  color: #2f97d2;
  background-color: #f8fafc;
}
.menu.light footer {
  border: none;
  background-color: #f8fafc;
}
.menu.light footer a.current {
  background-color: #e5f0f8;
}
.menu.light li.current {
  background-color: #e5f0f8;
}
.menu.light li ul li .number {
  background-color: #bcdcef;
  color: #2f97d2;
  border-color: #92c7e6;
}

.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(107, 114, 128, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  overflow: hidden;
}
.modal.low-index {
  z-index: 9;
}
.modal.active {
  visibility: unset;
  opacity: 1;
}
.modal .cross {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 38px;
  width: 38px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.modal .cross svg {
  width: 100%;
  height: 100%;
}
.modal .body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0px 20px 13px 0px rgba(0, 0, 0, 0.031372549);
  width: 320px;
}
.modal .body.small {
  padding: 40px 24px;
  width: 300px;
}
.modal .body.big {
  padding: 62px 40px;
}
@media (min-width: 992px) {
  .modal .body {
    width: 480px;
  }
  .modal .body.big {
    width: 526px;
  }
}
.modal .body .title {
  font-size: 20px;
  line-height: 24.2px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .modal .body .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
  }
}
.modal .body .description {
  text-align: center;
  color: #6b7280;
}
.modal .body .description .phone {
  white-space: nowrap;
  font-weight: 700;
}
.modal .body .btn {
  margin-top: 20px;
}
.modal .body .btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.modal .body .btns .btn {
  margin-top: 0;
}
@media (min-width: 992px) {
  .modal .body .btns {
    flex-direction: row;
  }
  .modal .body .btns .btn {
    flex-grow: 1;
    flex-basis: 50%;
  }
}
.modal .code {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.modal .code.correct .pseudo-input {
  border-color: #14b8a6;
  box-shadow: 0px 0px 0px 4px rgba(20, 184, 166, 0.2509803922);
}
.modal .code.incorrect .pseudo-input {
  box-shadow: 0px 0px 0px 4px rgba(239, 68, 68, 0.2509803922);
  border-color: #ef4444;
  color: #ef4444;
}
.modal .code input {
  position: absolute;
  top: 0;
  left: 0;
}
.modal .code .pseudo-input {
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  transition: 0.3s ease;
  width: 42px;
  height: 48px;
  padding: 14px 16px;
  color: #6b7280;
  font-weight: 500;
  font-size: 15px;
  line-height: 18.15px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.96 6.765C2.205 6.765 0.765 5.355 0.765 3.57C0.765 1.785 2.205 0.374999 3.96 0.374999C5.715 0.374999 7.155 1.815 7.155 3.57C7.155 5.34 5.715 6.765 3.96 6.765ZM3.96 6.135C5.4 6.135 6.525 4.965 6.525 3.57C6.525 2.145 5.4 1.005 3.96 1.005C2.565 1.005 1.395 2.13 1.395 3.57C1.395 5.01 2.565 6.135 3.96 6.135Z' fill='%236B7280'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 8px 18px;
  background-repeat: no-repeat;
}
.modal .code .pseudo-input.filled {
  background-image: none;
}
.modal .code .pseudo-input:hover {
  background-color: #f8fafc;
}
.modal .code .pseudo-input.focused {
  border-color: #2563eb;
  background-color: #f8fafc;
}
.modal .error-code {
  margin-top: 20px;
  text-align: center;
  color: #ef4444;
}
.modal .btn.again {
  margin-top: 20px;
  color: #6b7280;
}
.modal .timer {
  margin-top: 4px;
  color: #6b7280;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.modal.wide .body {
  transform: translateY(-50%);
  left: 18px;
  right: 18px;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.modal.wide .body .cross {
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .modal.wide .body {
    padding-top: 50px;
    transform: translate(-50%, -50%);
    left: 50%;
    right: unset;
    width: 822px;
  }
}
.modal.wide .body .img {
  position: relative;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal.wide .body .img {
    height: 369px;
  }
}
.modal.wide .body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal.wide .body .img .promo,
.modal.wide .body .img .score {
  position: absolute;
  right: 10px;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.modal.wide .body .img .promo {
  top: 10px;
  background-color: #14b8a6;
  color: #fff;
}
.modal.wide .body .img .score {
  top: 46px;
  background-color: #ccfbf1;
  color: #115e59;
}
.modal.wide .body .title {
  margin-bottom: 0;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
}
.modal.wide .body .description {
  text-align: left;
  color: #6b7280;
}
.modal.wide .body .scores {
  font-weight: 500;
  font-size: 16px;
  font-weight: 24px;
  color: #2563eb;
}
@media (min-width: 992px) {
  .modal.wide .body .btn {
    width: 400px;
  }
}

.tooltip {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .tooltip {
    width: 20px;
    height: 20px;
  }
}
.tooltip .content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
  border-radius: 4px;
  background-color: #111827;
  color: #fff;
  padding: 8px 10px;
  width: max-content;
  max-width: 261px;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 14px;
  line-height: 20px;
}
.tooltip.stroke {
  display: inline-block;
}
.tooltip.stroke .content {
  left: 0;
  transform: translateY(-100%);
  top: -7px;
  max-width: unset;
}
.tooltip:hover .content, .tooltip:focus .content {
  visibility: visible;
  opacity: 1;
}
.tooltip svg {
  width: 100%;
  height: 100%;
}

.select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18.15px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
}
.select .arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}
.select .arrow svg {
  width: 100%;
  height: 100%;
}
.select.open .arrow.to-rotate {
  transform: rotate(-180deg);
}
.select ul {
  display: none;
  position: absolute;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.0392156863);
  background-color: #fff;
  bottom: -15px;
  transform: translateY(100%);
  left: 0;
  right: 0;
  z-index: 1;
}
.select ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  transition: 0.2s background-color;
}
.select ul li:hover {
  background-color: #f3f4f6;
}
.select ul.to-check li {
  justify-content: space-between;
  gap: 2px;
}
.select ul.to-check li.checked::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6673 0.5L4.25065 6.91667L1.33398 4' stroke='%233B82F6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.select ul.statuses li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #d4e6ff;
}
.select ul.statuses li.pro::before {
  background-color: #2e7cf6;
}
.select ul.statuses li.silver::before {
  background-color: #d5d8de;
}
.select ul.statuses li.gold::before {
  background-color: #fef9c3;
}
.select ul.statuses li.platinum::before {
  background-color: #eaedf1;
}

.partner-account {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #172554;
  padding: 32px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  width: 324px;
}
@media (min-width: 992px) {
  .partner-account {
    width: 660px;
  }
}
.partner-account .logo {
  width: 59px;
  height: 53px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .partner-account .logo {
    width: 138px;
    height: 123px;
  }
}
.partner-account .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-account h1 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .partner-account h1 {
    font-size: 36px;
    line-height: 43.57px;
    text-align: center;
  }
}
.partner-account .description {
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 447px;
}
.partner-account .btn-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 992px) {
  .partner-account .btn-group {
    flex-direction: row;
    gap: 16px;
  }
  .partner-account .btn-group .btn {
    flex-basis: 50%;
  }
}

.background-img {
  position: absolute;
  inset: 0;
}
.background-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .background-img::after {
    opacity: 0.3;
  }
}
.background-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login {
  width: 320px;
  margin: 0 auto;
  margin-top: 87px;
}
@media (min-width: 992px) {
  .login {
    width: 408px;
    margin-top: 197px;
  }
}
.login h1 {
  margin-bottom: 40px;
}
.login .description {
  margin-top: -8px;
  margin-bottom: 32px;
  color: #6b7280;
}
@media (min-width: 992px) {
  .login .description {
    margin-top: -22px;
    margin-bottom: 48px;
  }
}
.login .form-group:not(:last-child) {
  margin-bottom: 32px;
}
.login .link {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .login .link {
    margin-top: 8px;
  }
}
.login .btn-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.login .btn-group .or {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0 34px;
  gap: 16px;
}
@media (min-width: 992px) {
  .login .btn-group .or {
    padding: 0;
    margin: 18px 0;
  }
}
.login .btn-group .or::before, .login .btn-group .or::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #e5e7eb;
  width: 96px;
}
@media (min-width: 992px) {
  .login .btn-group .or::before, .login .btn-group .or::after {
    width: 170px;
  }
}

.registration {
  margin: 0 auto;
  margin-top: 62px;
  width: 320px;
}
@media (min-width: 992px) {
  .registration {
    margin-top: 130px;
    width: 400px;
  }
}
.registration h1 {
  margin-bottom: 32px;
}
.registration main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.registration main .steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.registration main .steps .step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.registration main .steps .step .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #f3f4f6;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.registration main .steps .step span {
  display: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .registration main .steps .step span {
    display: inline;
    font-size: 16px;
    line-height: 24px;
  }
}
.registration main .steps .step.with-gap::after {
  content: "";
  position: absolute;
  width: 66px;
  left: calc(100% + 8px);
  height: 1px;
  background-color: #e5e7eb;
}
@media (min-width: 992px) {
  .registration main .steps .step.with-gap::after {
    width: 46px;
  }
}
.registration main .steps .step.current .round {
  background-color: #2563eb;
  color: #fff;
}
.registration main .steps .step.current span {
  display: inline;
}
.registration main .btn-group {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.overview h1 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .overview h1 {
    margin-top: 48px;
  }
}
.overview .grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .overview .grid {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 18px;
    margin-bottom: 90px;
  }
}
.overview .grid .group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.overview .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .overview .bg {
    display: block;
  }
}
.overview .status {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  background-color: #0073be;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .overview .status {
    width: 576px;
    background-color: transparent;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
    padding-left: 220px;
  }
}
.overview .status .subtitle {
  display: none;
}
@media (min-width: 992px) {
  .overview .status .subtitle {
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
  }
}
.overview .status .title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  margin-bottom: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .overview .status .title {
    z-index: unset;
    color: #1f2937;
    font-size: 30px;
    line-height: 36.31px;
  }
}
@media (min-width: 992px) {
  .overview .status .info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.overview .status .link {
  color: #bfdbfe;
}
@media (min-width: 992px) {
  .overview .status .link {
    color: #2563eb;
    margin-top: auto;
  }
}
.overview .status .description {
  max-width: 260px;
  margin-bottom: 16px;
}
.overview .status::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100px;
  background-color: #338fcb;
  border-radius: 80%;
  top: -70px;
  left: -80px;
  z-index: 0;
}
@media (min-width: 992px) {
  .overview .status::before {
    content: none;
  }
}
.overview .card {
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (min-width: 992px) {
  .overview .card {
    width: 304px;
  }
}
.overview .card.promo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 15px;
  line-height: 18.15px;
}
@media (min-width: 992px) {
  .overview .card.promo {
    display: block;
    width: fit-content;
  }
}
.overview .points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6b7280;
  font-weight: 500;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .overview .points {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.overview .points .summary {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.76px;
  color: #1f2937;
}
@media (min-width: 992px) {
  .overview .points .summary {
    font-size: 30px;
    line-height: 36.31px;
  }
}
.overview .lack {
  display: none;
  max-width: 198px;
  color: #6b7280;
}
@media (min-width: 992px) {
  .overview .lack {
    display: block;
    min-height: 60px;
  }
}
@media (min-width: 992px) {
  .overview .qualification-points,
  .overview .seasonal-segment {
    width: 576px;
  }
}
.overview .qualification-points .head,
.overview .seasonal-segment .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.overview .qualification-points .head .title,
.overview .seasonal-segment .head .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .overview .qualification-points .head .title,
  .overview .seasonal-segment .head .title {
    font-size: 18px;
    line-height: 21.78px;
  }
}
.overview .qualification-points .head .result,
.overview .seasonal-segment .head .result {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .overview .qualification-points .head .result,
  .overview .seasonal-segment .head .result {
    font-size: 14px;
    line-height: 20px;
  }
}
.overview .seasonal-segment {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .overview .seasonal-segment {
    margin-bottom: 18px;
  }
}
.overview .seasonal-segment .segments {
  display: flex;
  align-items: center;
  gap: 4px;
}
.overview .seasonal-segment .segments .part {
  position: relative;
  height: 10px;
  flex-grow: 1;
  background-color: #f3f4f6;
}
.overview .seasonal-segment .segments .part:first-child:not(.filled)::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #2563eb;
}
.overview .seasonal-segment .segments .part.filled {
  background-color: #2563eb;
}
.overview .seasonal-segment .segments .result {
  margin-left: 12px;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.overview .qualification-points {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .overview .qualification-points {
    margin-bottom: 38px;
  }
}
.overview .qualification-points .bar {
  position: relative;
  background-color: #f3f4f6;
  height: 10px;
}
.overview .qualification-points .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--percent);
  min-width: 10px;
  border-radius: 999px;
  background-color: #2563eb;
  transition: width 0.2s ease;
}
.overview .qualification-points .note {
  display: none;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .overview .qualification-points .note {
    display: block;
  }
}

.breadcrumbs {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
.breadcrumbs div:not(:last-child) {
  color: #4b5563;
  font-weight: 500;
}
.breadcrumbs div:not(:last-child)::after {
  content: "/";
  padding-left: 16px;
}

.shop .heading-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
}
.shop .heading-group .amount {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
  color: #d1d5db;
}
@media (min-width: 992px) {
  .shop .heading-group .amount {
    display: none;
  }
}
@media (min-width: 992px) {
  .shop .heading-group {
    margin-bottom: 40px;
  }
}
.shop .info {
  color: #6b7280;
}
.shop .grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .shop .grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px;
  }
}
.shop .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (min-width: 992px) {
  .shop .card {
    width: 360px;
  }
}
.shop .card .img {
  position: relative;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.shop .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop .card .img .promo,
.shop .card .img .score {
  position: absolute;
  right: 10px;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.shop .card .img .promo {
  top: 10px;
  background-color: #14b8a6;
  color: #fff;
}
.shop .card .img .score {
  top: 46px;
  background-color: #ccfbf1;
  color: #115e59;
}
.shop .card .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
}
.shop .card .description {
  font-weight: 500;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop .card .scores {
  font-weight: 500;
  font-size: 16px;
  font-weight: 24px;
  color: #2563eb;
}
.shop .card button.btn {
  color: #2563eb;
}
.shop .card .btn:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .shop .card .btn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .shop .card .btn {
    display: inline-block;
    width: fit-content;
  }
}

.products h1 {
  margin: 32px 0;
}
@media (min-width: 992px) {
  .products h1 {
    margin-bottom: 40px;
  }
}
.products .info {
  margin-bottom: 32px;
  max-width: 588px;
  color: #6b7280;
}
@media (min-width: 992px) {
  .products .info {
    margin-bottom: 40px;
  }
}
.products .manager {
  max-width: 400px;
}
.products .manager .img-info-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .products .manager .img-info-container {
    display: block;
  }
}
.products .manager .img-info-container .img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .products .manager .img-info-container .img {
    width: 82px;
    height: 82px;
    margin-bottom: 16px;
  }
}
.products .manager .img-info-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .manager .img-info-container .status {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}
@media (min-width: 992px) {
  .products .manager .img-info-container .status {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.products .manager .img-info-container .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .products .manager .img-info-container .name {
    font-size: 18px;
    line-height: 21.78px;
  }
}
.products .manager .contacts {
  margin-bottom: 24px;
  color: #6b7280;
  font-size: 14px;
  line-height: 23.8px;
}
@media (min-width: 992px) {
  .products .manager .contacts {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 27.2px;
  }
}
.products .manager .contacts a {
  color: #2563eb;
}
.products .manager .contacts a.underline {
  text-decoration: underline;
}

.statistics h1 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .statistics h1 {
    margin-top: 48px;
  }
}
.statistics.history h1 {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .statistics.history h1 {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.statistics.history .tab-container {
  margin-bottom: 32px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .statistics.history .tab-container {
    margin-bottom: 40px;
  }
}
.statistics h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .statistics h2 {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
  }
}
.statistics .tab-group {
  display: flex;
  width: fit-content;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .statistics .tab-group {
    display: none;
  }
}
.statistics .tab-group .tab {
  padding: 14px 0;
  font-weight: 600;
  width: 88px;
  text-align: center;
  background-color: transparent;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.statistics .tab-group .tab.active {
  background-color: #2563eb;
  color: #fff;
}
.statistics .tab-container {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .statistics .tab-container {
    margin-bottom: 40px;
  }
}
.statistics .tab-container .title {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .statistics .tab-container .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 18.15px;
    margin-bottom: 14px;
  }
}
.statistics .chartdiv {
  width: 100%;
  max-width: 933px;
  margin-bottom: 16px;
}
.statistics .notes {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .statistics .notes {
    font-weight: 500;
  }
}
.statistics .notes .note {
  display: flex;
  align-items: center;
  gap: 4px;
}
.statistics .notes .note::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color);
}
.statistics .scores {
  position: relative;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 32px;
  max-width: 371px;
}
.statistics .scores .title {
  color: #6b7280;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .statistics .scores a {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #2563eb;
    width: fit-content;
  }
}
.statistics .scores .result {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
}
@media (min-width: 992px) {
  .statistics .scores .result {
    position: static;
    font-size: 36px;
    line-height: 43.57px;
    margin-bottom: 16px;
  }
}
.statistics .border {
  width: fit-content;
  max-width: 100%;
  position: relative;
}
.statistics .border::after {
  z-index: -10;
  content: "";
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 30px;
}
.statistics .table-container {
  overflow-x: scroll;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .statistics .table-container {
    max-width: 933px;
  }
}
.statistics .table-container::-webkit-scrollbar {
  height: 10px;
}
.statistics .table-container::-webkit-scrollbar-track {
  background: #f3f4f6;
}
.statistics .table-container::-webkit-scrollbar-thumb {
  background-color: #e5e7eb;
  border-radius: 999px;
}
.statistics .table {
  min-width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  width: fit-content;
}
.statistics .table .row {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
}
.statistics .table > .row:last-child {
  border-bottom: none;
}
.statistics .table .cell {
  width: 104px;
  padding: 12px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.statistics .table .cell:has(.tooltip) {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: unset;
}
@media (min-width: 992px) {
  .statistics .table .cell {
    width: 156px;
  }
}
@media (min-width: 992px) {
  .statistics .table .cell.main {
    width: 361px;
  }
}
.statistics .table .cell .bold {
  font-weight: 600;
}
.statistics .table .cell .blue {
  font-weight: 600;
  color: #2563eb;
}
.statistics .table .cell .orange {
  font-weight: 600;
  color: #eab308;
}
.statistics .table .cell .green {
  font-weight: 600;
  color: #14b8a6;
}
.statistics .table .cell .status {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 6px;
  color: #2563eb;
  background-color: #d4e6ff;
}
.statistics .table .cell .status.pro {
  color: #fff;
  background-color: #2e7cf6;
}
.statistics .table .cell .status.gold {
  color: #854d0e;
  background-color: #fef9c3;
}
.statistics .table .cell .status.silver {
  color: #1f2937;
  background-color: #d5d8de;
}
.statistics .table .cell .status.platinum {
  color: #6b7280;
  background-color: #e0e5ec;
}
.statistics .table .head {
  color: #6b7280;
}
.statistics .table .head .cell:not(:last-child) {
  border-right: 1px solid #e5e7eb;
}
.statistics .refresh {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e5e7eb;
}
@media (min-width: 992px) {
  .statistics .refresh {
    max-width: 191px;
  }
}
.statistics .refresh svg {
  width: 14px;
  height: 14px;
}
.statistics .pagination {
  max-width: 933px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
}
.statistics .pagination .link.arrow {
  color: #6b7280;
}
.statistics .pagination .pages {
  display: flex;
  align-items: center;
}
.statistics .pagination .pages a,
.statistics .pagination .pages div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}
.statistics .pagination .pages a.current,
.statistics .pagination .pages div.current {
  background-color: #e5e7eb;
}

.statuses h1 {
  margin: 32px 0;
}
@media (min-width: 992px) {
  .statuses h1 {
    margin-bottom: 40px;
  }
}
.statuses .description {
  max-width: 695px;
  color: #6b7280;
}
.statuses .table {
  margin-top: 32px;
  border: 1px solid #e2e4e8;
  border-radius: 12px;
  width: fit-content;
  max-width: 100%;
}
@media (min-width: 1256px) {
  .statuses .table {
    display: flex;
  }
}
.statuses .table .row {
  display: flex;
  width: fit-content;
  border-bottom: 1px solid #e2e4e8;
}
@media (min-width: 1256px) {
  .statuses .table .row {
    flex-direction: column;
    border: none;
  }
  .statuses .table .row:first-child .cell {
    border-left: none;
  }
  .statuses .table .row:first-child .cell:first-child {
    position: relative;
    flex-grow: 1;
    border-bottom: 1px solid #e2e4e8;
  }
  .statuses .table .row:first-child .cell:first-child::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background-color: #e2e4e8;
    bottom: 56px;
    left: 0;
    right: 0;
  }
}
.statuses .table .row:last-child {
  border: none;
}
.statuses .table .cell {
  font-size: 10px;
  line-height: 16px;
  color: #6b7280;
  width: 74px;
  flex-shrink: 1;
}
.statuses .table .cell:not(:last-child) {
  border-right: 1px solid #e2e4e8;
}
@media (min-width: 1256px) {
  .statuses .table .cell:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e2e4e8;
  }
}
@media (min-width: 1256px) {
  .statuses .table .cell {
    font-size: 12px;
    width: 140px;
    border-left: 1px solid #e2e4e8;
  }
}
.statuses .table .cell:not(.main) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
}
@media (min-width: 1256px) {
  .statuses .table .cell:not(.main) {
    height: 104px;
  }
}
.statuses .table .cell.bold {
  padding: 20px;
  font-weight: 500;
  color: #1f2937;
  align-items: start;
}
@media (min-width: 1256px) {
  .statuses .table .cell.bold {
    padding: 0;
    padding-left: 10px;
    align-items: center;
  }
}
.statuses .table .cell .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 29px;
  border-bottom: 1px solid #e2e4e8;
  color: #1f2937;
}
@media (min-width: 1256px) {
  .statuses .table .cell .title {
    font-size: 16px;
    line-height: 24px;
    height: 64px;
  }
}
.statuses .table .cell .scores {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
}
@media (min-width: 1256px) {
  .statuses .table .cell .scores {
    height: 56px;
  }
}

.qa h1 {
  margin: 32px 0;
}
@media (min-width: 992px) {
  .qa h1 {
    margin-bottom: 40px;
  }
}
.qa .description {
  max-width: 695px;
  color: #6b7280;
}
.qa .question-list {
  max-width: 926px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .qa .question-list {
    margin-top: 40px;
    gap: 18px;
  }
}
.qa .question-list .question {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}
.qa .question-list .question.active .head svg {
  transform: rotate(-180deg);
}
.qa .question-list .question .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  color: #2563eb;
  padding: 16px;
}
@media (min-width: 992px) {
  .qa .question-list .question .head {
    padding: 20px;
  }
}
.qa .question-list .question .head svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.qa .question-list .question .content {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
  padding: 16px;
  padding-top: 0;
}
@media (min-width: 992px) {
  .qa .question-list .question .content {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    padding-top: 0;
  }
}
.qa .question-list .question .content .grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 16px 0;
}
@media (min-width: 992px) {
  .qa .question-list .question .content .grid {
    gap: 15px;
  }
}
.qa .question-list .question .content .grid .card {
  padding: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 12px;
}
@media (min-width: 992px) {
  .qa .question-list .question .content .grid .card {
    padding: 20px;
  }
}
.qa .question-list .question .content .grid .card .title {
  font-weight: 500;
  color: #1f2937;
}
.qa .question-list .question .content .grid .card .coef {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .qa .question-list .question .content .grid .card .coef {
    margin-top: 16px;
  }
}
.qa .table {
  border: 1px solid #e2e4e8;
  border-radius: 12px;
  width: fit-content;
  max-width: 100%;
}
@media (min-width: 992px) {
  .qa .table {
    margin: 16px 0;
  }
}
@media (min-width: 1296px) {
  .qa .table {
    display: flex;
  }
}
.qa .table .row {
  display: flex;
  width: fit-content;
  border-bottom: 1px solid #e2e4e8;
}
@media (min-width: 1296px) {
  .qa .table .row {
    flex-direction: column;
    border: none;
  }
  .qa .table .row:first-child .cell {
    border-left: none;
  }
  .qa .table .row:first-child .cell:first-child {
    position: relative;
    flex-grow: 1;
    border-bottom: 1px solid #e2e4e8;
  }
  .qa .table .row:first-child .cell:first-child::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background-color: #e2e4e8;
    bottom: 56px;
    left: 0;
    right: 0;
  }
}
.qa .table .row:last-child {
  border: none;
}
.qa .table .cell {
  font-size: 10px;
  line-height: 16px;
  color: #6b7280;
  width: 54px;
  flex-shrink: 1;
}
.qa .table .cell:not(:last-child) {
  border-right: 1px solid #e2e4e8;
}
@media (min-width: 1296px) {
  .qa .table .cell:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e2e4e8;
  }
}
@media (min-width: 1296px) {
  .qa .table .cell {
    font-size: 12px;
    width: 140px;
    border-left: 1px solid #e2e4e8;
  }
}
.qa .table .cell:not(.main) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
}
@media (min-width: 1296px) {
  .qa .table .cell:not(.main) {
    width: 140px;
    height: 104px;
  }
}
.qa .table .cell.bold {
  padding: 20px;
  font-weight: 500;
  color: #1f2937;
  align-items: start;
}
@media (min-width: 1296px) {
  .qa .table .cell.bold {
    padding: 0;
    padding-left: 10px;
    align-items: center;
  }
}
.qa .table .cell .title {
  padding: 6px 0;
  padding-left: 4px;
  font-weight: 500;
  height: 29px;
  border-bottom: 1px solid #e2e4e8;
  color: #1f2937;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1296px) {
  .qa .table .cell .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    height: 64px;
  }
}
.qa .table .cell .scores {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
}
@media (min-width: 1296px) {
  .qa .table .cell .scores {
    height: 56px;
  }
}

.account h1 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .account h1 {
    margin-top: 92px;
    margin-bottom: 40px;
  }
}
.account .warnings {
  margin-bottom: 32px;
  max-width: 623px;
  color: #6b7280;
}
@media (min-width: 992px) {
  .account .warnings {
    margin-bottom: 40px;
  }
}
.account .warnings .warning:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .account .warnings .warning:not(:last-child) {
    margin-bottom: 24px;
  }
}
.account .warnings a {
  font-weight: 500;
  color: #2563eb;
}
.account .info {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .account .info {
    margin-bottom: 40px;
  }
}
.account .info .group:not(:last-child) {
  margin-bottom: 23px;
}
.account .info .group .label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  margin-bottom: 8px;
}
.account .info .group .label a svg {
  width: 100%;
  height: 100%;
}
.account .info .group .value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .account .info .group .value {
    font-size: 18px;
    line-height: 21.78px;
  }
}
.account .password {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 20px;
  max-width: 512px;
}
@media (min-width: 992px) {
  .account .password {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.account .password .info {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .account .password .info {
    width: 349px;
    margin-bottom: 0;
  }
}
.account .password .info .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .account .password .info .title {
    margin-bottom: 8px;
  }
}
.account .password .info .description {
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}
@media (min-width: 992px) {
  .account .password .btn {
    width: fit-content;
  }
}

.account-info {
  width: 354px;
  margin: 0 auto;
}
.account-info h1 {
  margin: 32px 0;
}
.account-info .form-group {
  margin-bottom: 32px;
}
.account-info .description {
  margin-bottom: 32px;
  color: #6b7280;
}

.panel {
  position: fixed;
  right: -200%;
  top: 0;
  bottom: 0;
  padding: 50px;
  padding-top: 236px;
  background-color: #f8fafc;
  width: 500px;
  max-width: 100%;
  transition: all 0.3s;
  z-index: 9;
}
.panel.active {
  right: 0;
}
.panel .cross {
  position: absolute;
  top: 76px;
  right: 20px;
  height: 38px;
  width: 38px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.panel .cross svg {
  width: 100%;
  height: 100%;
}
.panel .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36.31px;
  margin-bottom: 40px;
}
.panel .description {
  margin-top: -32px;
  margin-bottom: 40px;
  color: #6b7280;
}
.panel .form-group {
  margin-bottom: 32px;
}

.panel-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9;
  background-color: rgba(107, 114, 128, 0.6);
}

.data h1 {
  margin-top: 32px;
}
.data h2 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .data h2 {
    margin-top: 40px;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
  }
}
.data .btn-group {
  margin-top: 32px;
  max-width: 619px;
}
.data .btn-group .btn:not(:last-child) {
  margin-bottom: 8px;
}
.data .fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 619px;
}
.data .fields .input-group:has(input:read-only) .save-btn {
  display: none;
}
.data .fields .input-group:has(input:not(:read-only)) .edit-btn {
  display: none;
}
.data .fields .input-group {
  position: relative;
}
.data .fields .input-group input {
  padding-right: 105px;
}
.data .fields .input-group .save-btn,
.data .fields .input-group .edit-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  padding: 14px 16px;
  right: 0;
  top: 1px;
  bottom: 1px;
  color: #6b7280;
  font-size: 15px;
  line-height: 18.15px;
  border-left: 1px solid #e5e7eb;
}
.data .fields .input-group .save-btn svg,
.data .fields .input-group .edit-btn svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .data .fields {
    gap: 16px;
  }
  .data .fields .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .data .fields .form-group label {
    flex-shrink: 0;
    color: #6b7280;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .data .fields .form-group input {
    width: 400px;
  }
}

.partners h1 {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .partners h1 {
    margin-top: 48px;
  }
}
.partners .border {
  width: fit-content;
  max-width: 100%;
  position: relative;
}
.partners .border::after {
  z-index: -10;
  content: "";
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 30px;
}
.partners .table-container {
  overflow-x: scroll;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .partners .table-container {
    max-width: 1120px;
  }
}
.partners .table-container::-webkit-scrollbar {
  height: 10px;
}
.partners .table-container::-webkit-scrollbar-track {
  background: #f3f4f6;
}
.partners .table-container::-webkit-scrollbar-thumb {
  background-color: #e5e7eb;
  border-radius: 999px;
}
.partners .top-panel {
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.partners .top-panel .search-group {
  flex-grow: 1;
}
.partners .top-panel input:not(.btn) {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .partners .top-panel input:not(.btn) {
    flex-grow: 0;
    width: 372px;
  }
}
.partners .top-panel .sort {
  display: inline-flex;
  width: 318px;
  flex-grow: 0;
  align-items: center;
  justify-content: space-between;
}
.partners .top-panel .sort svg {
  width: 16px;
  height: 16px;
}
.partners .table {
  min-width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  width: fit-content;
}
.partners .table .row {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
}
.partners .table > .row:last-child {
  border-bottom: none;
}
.partners .table .cell {
  width: 144px;
  padding: 12px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.partners .table .cell.checkbox {
  width: 68px;
}
.partners .table .cell.more {
  width: 118px;
}
.partners .table .cell.delete, .partners .table .cell.more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #6b7280;
}
.partners .table .cell.delete {
  width: 56px;
}
.partners .table .cell.delete svg {
  cursor: pointer;
}
.partners .table .cell.main {
  width: 361px;
}
.partners .table .cell .blue {
  font-weight: 600;
  color: #2563eb;
}
.partners .table .cell .orange {
  font-weight: 600;
  color: #eab308;
}
.partners .table .cell .green {
  font-weight: 600;
  color: #14b8a6;
}
.partners .table .cell .status {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 6px;
  color: #2563eb;
  background-color: #d4e6ff;
}
.partners .table .cell .status.pro {
  color: #fff;
  background-color: #2e7cf6;
}
.partners .table .cell .status.gold {
  color: #854d0e;
  background-color: #fef9c3;
}
.partners .table .cell .status.silver {
  color: #1f2937;
  background-color: #d5d8de;
}
.partners .table .cell .status.platinum {
  color: #6b7280;
  background-color: #e0e5ec;
}
.partners .table .head {
  color: #6b7280;
}
.partners .table .head .cell:not(:last-child) {
  border-right: 1px solid #e5e7eb;
}
.partners .table .head .cell.filtered {
  display: flex;
  align-items: center;
  gap: 10px;
}
.partners .table .head .cell.filtered::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M22 3H2L10 12.46V19L14 21V12.46L22 3Z' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.partners .refresh {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e5e7eb;
}
@media (min-width: 992px) {
  .partners .refresh {
    max-width: 191px;
  }
}
.partners .refresh svg {
  width: 14px;
  height: 14px;
}
.partners .pagination {
  max-width: 1120px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
}
.partners .pagination .link.arrow {
  color: #6b7280;
}
.partners .pagination .pages {
  display: flex;
  align-items: center;
}
.partners .pagination .pages a,
.partners .pagination .pages div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}
.partners .pagination .pages a.current,
.partners .pagination .pages div.current {
  background-color: #e5e7eb;
}

.company h1 {
  margin: 32px 0;
}
@media (min-width: 992px) {
  .company h1 {
    margin-top: 48px;
  }
}
.company .grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .company .grid {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 14px;
    margin-bottom: 14px;
  }
}
.company .grid .group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 992px) {
  .company .grid .group {
    justify-content: space-between;
  }
}
.company .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .company .bg {
    display: block;
  }
}
.company .status {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  background-color: #0073be;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .company .status {
    width: 615px;
    background-color: transparent;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
    padding-left: 220px;
  }
}
.company .status .subtitle {
  position: relative;
  margin-bottom: 16px;
  font-weight: 600;
  z-index: 1;
}
@media (min-width: 992px) {
  .company .status .subtitle {
    z-index: unset;
    color: #6b7280;
    margin-bottom: 15px;
  }
}
.company .status .title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.78px;
  margin-bottom: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .company .status .title {
    z-index: unset;
    color: #1f2937;
    font-size: 30px;
    font-weight: 600;
    line-height: 36.31px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .company .status .info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.company .status .link {
  color: #fff;
  background: none;
  border: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .company .status .link {
    border-radius: 8px;
    width: fit-content;
    padding: 14px 16px;
    background-color: #2563eb;
    font-weight: 600;
  }
  .company .status .link svg {
    display: none;
  }
}
.company .status::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100px;
  background-color: #338fcb;
  border-radius: 80%;
  top: -70px;
  left: -80px;
  z-index: 0;
}
@media (min-width: 992px) {
  .company .status::before {
    content: none;
  }
}
.company .card {
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  font-weight: 500;
}
@media (min-width: 992px) {
  .company .card {
    width: 300px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.company .scores {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 992px) {
  .company .scores {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.company .scores .score {
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (min-width: 992px) {
  .company .scores .score {
    width: 300px;
  }
}
.company .scores .score .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .company .scores .score .info {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.company .scores .score .info .title {
  font-weight: 500;
  color: #6b7280;
}
.company .scores .score .info .result {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
}
@media (min-width: 992px) {
  .company .scores .score .info .result {
    font-weight: 500;
    font-size: 36px;
    line-height: 43.57px;
  }
}
.company .scores .score .btn-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.company .scores .score .btn-group .btn {
  height: 45px;
}
.company .scores .score .btn-group .btn:not(.blue) {
  color: #2563eb;
}
.company .scores .score .btn-group .btn:not(.blue):disabled {
  color: #bfdbfe;
}
.company .btn.red-border {
  margin-top: 32px;
}
/* End */


/* Start:/local/templates/lk/css/del_bx_ajax.css?1723214326690*/
.bx-core-waitwindow {
	display: none !important;
}

div[id^="wait_"] {
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}
font.errortext {
	color: red;
}

font.notetext {
	color: green;
}

/* End */
/* /local/templates/lk/css/global.css?172415062766161 */
/* /local/templates/lk/css/del_bx_ajax.css?1723214326690 */
