#typography .small-text {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  #typography .small-text {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  #typography .small-text {
    font-size: 12px;
  }
}
#typography .medium-text {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  #typography .medium-text {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  #typography .medium-text {
    font-size: 12px;
  }
}
#typography .sub-title {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 660px) {
  #typography .sub-title {
    font-size: 17rem;
  }
}
#anim .reveal[visible] {
  opacity: 1;
  transform: translateX(0) translateY(0) rotate(0deg);
}

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html,
body,
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
table {
  vertical-align: top;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
caption,
th,
td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus,
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, serif;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: '\00ab' '\00bb';
}
q q {
  quotes: '\201e' '\201c';
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: top;
  border: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 100%;
  font-family: inherit;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button {
    overflow: visible;
  }
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  vertical-align: top;
  overflow: auto;
}
a {
  text-decoration: none;
}
:root {
  --primary-color: #73fbfd;
  --gray: #5f5f5f;
  --light-gray: #b6b4b4;
  --dark-primary-color: #1a3750;
  --blue: #07456f;
  --error: #e51155;
  --cyan: #45e6eb;
  --text-dark-link-color: #0087cd;
  --button-background: #00aab1;
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'SB Sans Text';
  src: url('/assets/fonts/SB Sans Text.woff2') format('woff2'), url('/assets/fonts/SB Sans Text.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'SB Sans Text';
  src: url('/assets/fonts/SB Sans Text Bold.woff2') format('woff2'), url('/assets/fonts/SB Sans Text Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: 'SB Sans Display';
  src: url('/assets/fonts/SBSansDisplay-Light.woff2') format('woff2'), url('/assets/fonts/SBSansDisplay-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'SB Sans Display';
  src: url('/assets/fonts/SBSansDisplay-Regular.woff2') format('woff2'), url('/assets/fonts/SBSansDisplay-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: 'SB Sans Display';
  src: url('/assets/fonts/SBSansDisplay-SemiBold.woff2') format('woff2'), url('/assets/fonts/SBSansDisplay-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'SB Sans Display';
  src: url('/assets/fonts/SBSansDisplay-Bold.woff2') format('woff2'), url('/assets/fonts/SBSansDisplay-Bold.ttf') format('truetype');
  font-display: swap;
}
html {
  font-weight: 400;
  font-size: 0.0732vw;
  font-family: 'SB Sans Display', sans-serif;
}
body {
  background-color: #000;
  color: #fff;
}
.main {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1160px) {
  .main {
    width: 100%;
    margin: auto;
    padding: 0px 32px;
  }
}
@media (max-width: 660px) {
  .main {
    width: 100%;
    margin: auto;
    padding: 0px 20px;
  }
}
.main.has-sticky-elements {
  overflow: visible;
}
.main.loaded-done .section-title[visible] {
  opacity: 1;
  transform: translateY(0);
}
section {
  width: 100%;
  margin-bottom: 100px;
}
section:first-of-type {
  margin-top: 80px;
}
@media (max-width: 661px) {
  section:first-of-type {
    margin-top: 40px;
  }
}
@media (max-width: 661px) {
  section {
    margin-bottom: 56px;
  }
}
.intro-illustration {
  position: absolute;
  width: 700px;
  right: -170px;
  top: -185px;
  z-index: -1;
}
@media (max-width: 1160px) {
  .intro-illustration {
    width: 436px;
    right: -122px;
    top: -64px;
    transform: rotate(-17deg);
  }
}
@media (max-width: 660px) {
  .intro-illustration {
    width: 427px;
    right: -68px;
    top: -32px;
    transform: rotate(0deg);
  }
}
.index__decor-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  overflow: hidden;
}
.index__decor {
  position: absolute;
  z-index: -1;
}
.index__decor--1 {
  top: -74rem;
  left: 0;
  width: 928rem;
}
.index__decor--2 {
  top: 0;
  right: 0;
  width: 1082rem;
}
.index__decor--3 {
  top: 900rem;
  left: 0;
  width: 1127rem;
}
.index__decor--4 {
  top: 1550rem;
  right: 0;
  width: 1106rem;
}
.index__decor--5.desktop {
  bottom: 0;
  width: 2050rem;
  left: -25%;
}:root .ant-collapse{
  border: none;
  border-radius: 0%;
}:root .ant-collapse > .ant-collapse-item{
  border: none;
  border-bottom: 1px solid #4ba8a9;
}:root .ant-collapse > .ant-collapse-item:last-child{
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
}:root .ant-collapse > .ant-collapse-item > .ant-collapse-header{
  align-items: center;
}:root .ant-collapse-expand-icon,:root .ant-collapse-header-text{
  color: white;
  font-size: 16rem;
}
.collapse__content {
  font-size: 13rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
.collapse__content.text {
  margin-bottom: 5px;
}
.collapse__content.text strong {
  font-weight: 600;
}
.collapse__content.text ol > li {
  list-style-type: decimal;
  margin-inline-start: 20rem;
}
.collapse__content.text ol > li::marker {
  color: var(--primary-color);
  font-weight: 600;
}
.collapse__content.text ul > li {
  margin-inline-start: 20rem;
  list-style-type: disc;
}
.collapse__content.text ul > li::marker {
  color: var(--primary-color);
  font-weight: 600;
}
.nowrap_text {
  white-space: nowrap;
}
.collapse__content_li {
  font-size: 13rem;
  margin-inline-start: 20rem;
  list-style-type: disc;
}
.collapse__content_li::marker {
  color: var(--primary-color);
}:root .ant-collapse .ant-collapse-content{
  border: none;
  background-color: transparent;
  color: white;
}:root .ant-result-extra{
  display: flex;
  align-items: center;
  justify-content: center;
}:root .ant-modal{
  width: max-content !important;
}:root .ant-modal .ant-modal-content{
  padding: 23rem 16rem 16rem;
  border-radius: 20px;
}:root .ant-modal .ant-modal-content .ant-modal-confirm-body .anticon-audit{
  color: var(--gray);
}
@media (max-width: 660px) {
  html {
    font-size: 0.2667vw;
  }
  .section-title {
    font-size: 25rem;
    line-height: 31rem;
  }
  .index__decor--1 {
    top: -55rem;
    width: 370rem;
  }
  .index__decor--2 {
    width: 375rem;
  }
  .index__decor--3 {
    top: 1070rem;
    width: 375rem;
  }
  .index__decor--4 {
    top: 2628rem;
    width: 375rem;
  }
  .index__decor--5 {
    top: 3428rem;
    right: 0;
    width: 375rem;
  }
  .index__decor--6 {
    top: 4628rem;
    left: 0;
    width: 375rem;
  }
  .index__decor--7 {
    right: 0;
    bottom: -344rem;
    width: 375rem;
  }:root .ant-collapse-expand-icon,:root .ant-collapse-header-text{
    font-size: 10rem;
  }
  .collapse__content {
    font-size: 8rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}:root .ant-col.ant-form-item-label > label{
  
  flex: none;
  flex-grow: 0;
  align-self: stretch;
  order: 0;
  
  color: var(--gray);
  
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  
  letter-spacing: -0.3px;
}:root .ant-modal .ant-modal-close{
  top: 7px;
}
.highlight {
  color: var(--primary-color) !important;
}
a {
  color: #22e9e6;
}
.change_pass_form .anticon-eye-invisible {
  display: flex;
  align-items: center;
}
.create-client-form {
  width: 440px;
}
.create-client-form .form__label {
  color: white;
}
.create-client-form .form_company_data {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}:root .create-client-form .ant-alert{
  margin: 20px 0 24px;
  padding: 12px;
  height: 48px;
  background: #0087cd33;
  border: 1px solid #0087cd;
  border-radius: 8px;
  color: #ffffff;
}:root .ant-result.emailSendSuccess .ant-result-subtitle,:root .ant-result.emailSendSuccess .ant-result-title{
  color: black;
}
.submit-btn {
  width: 100%;
}
:root {
  
  --color-bg: #e8ecf2;
  --color-blue-carbon: #333f48;
  --color-blue-carbon-rgb: 51 63 72;
  --color-blue-carbon-rgb-50-opacity: rgba(51 63 72 / 0.5);
  --color-blue-carbon-rgb-25-opacity: rgba(51 63 72 / 0.25);
  --color-blue-carbon-rgb-15-opacity: rgba(51 63 72 / 0.15);
  --color-blue-carbon-rgb-10-opacity: rgba(51 63 72 / 0.1);
  --color-middle-gray-carbon: #83868d;
  --color-gray-carbon: #abb0b9;
  --color-gray-carbon-rgb: 171 176 185;
  --color-hover-and-current: #f6f9fd;
  --color-snow: #fff;
  --color-snow-rgb: 255 255 255;
  --color-cobalt: #184ea1;
  --color-cobalt--hover: #2f60aa;
  --color-cobalt--active: #254674;
  --color-cobalt--active--dark: #354d6a;
  --color-indigo: #203883;
  --color-arctic-ads: #42e3b4;
  --color-arctic-ads--hover: #68e9c3;
  --color-arctic-ads--active: #3eba99;
  --color-blue-ads: #0087cd;
  --color-lichi: #ff3d00;
  --color-mango: #f5ba22;
  --color-acid-yellow: #faff00;
  --ads-gradient: linear-gradient(90deg, #42e384 0%, #1d2875 60%);
  --color-selected: #f6f9fd;
  --color-disabled-text: rgba(var(--color-blue-carbon-rgb) / 0.25);
  --oultine-initial: 0 solid var(--color-acid-yellow);
  --oultine-visible: 2px solid var(--color-acid-yellow);
  --color-snow-opacity: rgba(var(--color-snow-rgb) / 0.8);
  
  --simple-border-color: rgba(var(--color-blue-carbon-rgb) / 0.25);
  --simple-box-shadow: 0 1px 2px var(--simple-border-color);
  --sparse-box-shadow: 0 8px 16px rgba(29 39 115 / 0.25);
  --simple-inset-box-shadow: inset 0 1px 2px rgba(0 0 0 / 0.25);
  
  --font-family: SBSansText, system-ui, sans-serif;
  --font-family-display: SBSansDisplay, system-ui, sans-serif;
  --font-color: var(--color-blue-carbon);
  
  --padding-lg: 20px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --indent-lg: 24px;
  --indent-md: 16px;
  --indent-sm: 8px;
  --height-lg: 52px;
  --height-md: 44px;
  --height-sm: 32px;
  --width-lg: 52px;
  --width-md: 44px;
  --font-size-lg: 15px;
  --font-size-md: 16px;
  --line-height-lg: 24px;
  --line-height-md: 20px;
}
.SBA-ant-btn-svg svg {
  color: var(--color-middle-gray-carbon);
  transition: color 0.3s;
}
.SBA-ant-btn-svg:hover svg {
  color: var(--color-blue-carbon);
}
.button-link-states.hover,
.button-link-states:hover {
  color: var(--color-cobalt);
}
.button-link-states:not([disabled]).active,
.button-link-states:not([disabled]):active {
  color: var(--color-cobalt--active--dark);
}
.button-link-states.focus:not(.button-link-states:active),
.button-link-states:focus-visible:not(.button-link-states:active) {
  color: var(--color-blue-ads);
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.h1-text {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  font-family: var(--font-family-display);
  line-height: 51px;
  text-wrap: pretty;
}
.h2-text {
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  font-family: var(--font-family-display);
  line-height: 41px;
  text-wrap: pretty;
}
.h3-text {
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  font-family: var(--font-family-display);
  line-height: 28px;
  text-wrap: pretty;
}
.paragraph-text {
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-family: var(--font-family-display);
  line-height: 26px;
  text-wrap: pretty;
}
.strong-text {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-family: var(--font-family);
  line-height: 24px;
  letter-spacing: -0.3px;
  text-wrap: pretty;
}
.default-text {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: var(--font-family);
  line-height: 24px;
  letter-spacing: -0.3px;
  text-wrap: pretty;
  text-shadow: none;
}
.strong-small-text {
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  font-family: var(--font-family);
  line-height: 15px;
  letter-spacing: -0.3px;
  text-wrap: pretty;
}
.descriptor-text {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-family: var(--font-family);
  line-height: 16px;
  letter-spacing: -0.3px;
  text-wrap: pretty;
}
.small-descriptor-text {
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  font-family: var(--font-family);
  line-height: 13px;
  letter-spacing: -0.3px;
  text-wrap: pretty;
}
.SBA-message {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: var(--font-family);
  line-height: 24px;
  letter-spacing: -0.3px;
  text-wrap: pretty;
  text-shadow: none;
}:root .SBA-message .ant-message-notice-content{
  padding: 4px 16px;
  border-radius: 38px;
}:root .SBA-message.green .ant-message-notice-content{
  background: var(--color-arctic-ads);
  color: var(--color-blue-carbon);
}:root .SBA-message.black .ant-message-notice-content{
  background: var(--color-blue-carbon);
  color: var(--color-snow);
}:root .SBA-message.red .ant-message-notice-content{
  background: var(--color-lichi);
  color: var(--color-snow);
}
.SBA-message svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: -4px;
}
:root ::-webkit-scrollbar,
:root ::-webkit-scrollbar-thumb {
  width: 16px;
  height: 16px;
  border: 4px solid transparent;
  border-radius: 24px;
  background-clip: padding-box;
}
:root ::-webkit-scrollbar-thumb {
  color: rgb(var(--color-gray-carbon-rgb) / 0.5);
  box-shadow: inset 0 0 0 8px;
}
:root ::-webkit-scrollbar-thumb:hover {
  color: rgb(var(--color-gray-carbon-rgb) / 1);
}
:root ::-webkit-scrollbar-corner {
  background: transparent;
}
.global-tint-container {
  overflow: hidden !important;
}
.global-tint-container .global-tint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(var(--color-blue-carbon-rgb) / 0.05);
  opacity: 0;
  pointer-events: none;
}
.global-tint-container .global-tint.visible {
  opacity: 1;
  pointer-events: all;
}
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
}
.SBA-empty-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  transition: all 0.2s;
}
.SBA-empty-button svg {
  color: var(--color-middle-gray-carbon);
  transition: color 0.2s;
}
.SBA-empty-button:not(:disabled):hover svg {
  color: var(--color-blue-carbon);
}
.SBA-empty-button.link-button {
  font-style: normal;
  font-size: 16px;
  font-family: var(--font-family);
  line-height: 24px;
  letter-spacing: -0.3px;
  text-wrap: pretty;
  text-shadow: none;
  color: var(--color-blue-ads);
  font-weight: 400;
}
.SBA-empty-button.link-button.hover,
.SBA-empty-button.link-button:hover {
  color: var(--color-cobalt);
}
.SBA-empty-button.link-button:not([disabled]).active,
.SBA-empty-button.link-button:not([disabled]):active {
  color: var(--color-cobalt--active--dark);
}
.SBA-empty-button.link-button.focus:not(.SBA-empty-button.link-button:active),
.SBA-empty-button.link-button:focus-visible:not(.SBA-empty-button.link-button:active) {
  color: var(--color-blue-ads);
}
.SBA-empty-button.spoiler-header-button {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: var(--indent-s);
}
.SBA-empty-button:hover {
  cursor: pointer;
}
.SBA-empty-button.button--circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-middle-gray-carbon);
}
.SBA-empty-button.button--circle:active,
.SBA-empty-button.button--circle:hover {
  background-color: var(--color-blue-carbon);
}
.SBA-empty-button > span {
  min-width: unset;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-2px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(2px);
  }
}
.registration-wizard {
  height: max-content;
}:root .registration-wizard .SBA-select-dropdown.ant-slide-up-leave,:root .registration-wizard .SBA-select-dropdown.ant-slide-up-leave-active{
  display: none !important;
}:root .registration-wizard .SBA-select-dropdown.ant-slide-up-enter,:root .registration-wizard .SBA-select-dropdown.ant-slide-up-enter-active{
  display: block !important;
}
.registration-wizard .SBA-card-meta-title {
  color: var(--color-blue-carbon) !important;
  font-size: 14.28571429rem !important;
  font-weight: 400 !important;
}
.registration-wizard .icon-arrow {
  margin-top: 4px;
  width: 20px;
  fill: white;
}
.registration-wizard .icon-arrow.black {
  fill: black;
}
.registration-wizard .stepper .SBA-stepper-item-title {
  font-size: 11.42857143rem !important;
}
@media (max-width: 661px) {
  .registration-wizard .stepper .SBA-stepper-item-title {
    font-size: 12px !important;
  }
}
.registration-wizard .stepper .SBA-stepper-item-active .SBA-stepper-item-icon::after {
  background: #cacaca !important;
}
.registration-wizard .stepper .SBA-stepper-item-wait .SBA-stepper-item-container > .SBA-stepper-item-icon::after,
.registration-wizard .stepper .SBA-stepper-item-wait .SBA-stepper-item-container > .SBA-stepper-item-icon::before {
  background: #cacaca !important;
}
@media (max-width: 661px) {
  .registration-wizard .stepper {
    display: none;
  }
}
@media (max-width: 661px) {
  .registration-wizard .company-reg .SBA-segmented-item-label {
    font-size: 12px;
  }
}
.registration-wizard .wizard-wrapper {
  margin-top: 20px;
  width: 100%;
}
.registration-wizard .wizard-wrapper .title {
  font-size: 22.85714286rem !important;
  font-weight: 600;
  color: var(--color-blue-carbon) !important;
}
.registration-wizard .wizard-wrapper .send-doc-text {
  font-size: 15.71428571rem !important;
  margin-top: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #333f48;
}
.registration-wizard .wizard-wrapper .send-doc-text a {
  color: #0087cd;
}
.registration-wizard .wizard-wrapper .send-doc-block {
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  background-color: #f6f9fd;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .registration-wizard .wizard-wrapper .send-doc-block {
    flex-wrap: wrap;
  }
}
.registration-wizard .wizard-wrapper .send-doc-block .doc-list {
  width: 50%;
}
@media (max-width: 768px) {
  .registration-wizard .wizard-wrapper .send-doc-block .doc-list {
    width: 100%;
  }
}
.registration-wizard .wizard-wrapper .send-doc-block .doc-list .send-doc-block-title {
  font-weight: 600;
}
.registration-wizard .wizard-wrapper .send-doc-block .doc-list ul {
  list-style-type: disc;
  margin-inline-start: 24px;
  line-height: 24px;
}:root .registration-wizard .wizard-wrapper .send-doc-block .ant-result{
  margin: auto;
}:root .registration-wizard .wizard-wrapper .send-doc-block .ant-result .ant-result-title,:root .registration-wizard .wizard-wrapper .send-doc-block .ant-result .ant-result-subtitle{
  color: var(--color-blue-carbon) !important;
}
.registration-wizard .wizard-wrapper .profile-buttons {
  margin-left: auto;
  display: flex;
  gap: 5px;
  width: max-content;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .registration-wizard .wizard-wrapper .profile-buttons {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
  .registration-wizard .wizard-wrapper .profile-buttons .SBA-btn {
    background: var(--button-background) !important;
    width: 100%;
  }
}
.registration-wizard .wizard-wrapper .user-form {
  margin-top: 28.57142857rem !important;
}:root .registration-wizard .wizard-wrapper .user-form .ant-form-item{
  padding: 8px;
}
@media (max-width: 768px) {
  .registration-wizard .wizard-wrapper .user-form .ant-form-item {
    padding: 0;
  }
}:root .registration-wizard .wizard-wrapper .user-form .ant-row .ant-col:first-child .ant-form-item{
  padding-left: 0px;
}
.registration-wizard .wizard-wrapper .user-form .code-input-item {
  border-radius: 6px;
  width: max-content;
  background-color: #f6f9fd;
}
.registration-wizard .wizard-wrapper .user-form .code-input-item.code-invalid {
  background-color: rgba(255, 61, 0, 0.1);
  animation: shake 1s ease-in-out;
}
.registration-wizard .wizard-wrapper .user-form .error-verification {
  color: #ff4d4f;
}
.registration-wizard .wizard-wrapper .user-form .code-input {
  width: 38px;
  height: 44px;
  font-size: 16px;
  padding: 16px 10px;
  text-align: center;
}
.registration-wizard .wizard-wrapper .user-form .code-input-description {
  font-size: 12px;
  color: var(--color-blue-carbon) !important;
}:root .registration-wizard .wizard-wrapper .user-form .ant-form-item-label > label{
  font-size: 16px;
  line-height: 24px;
}
.registration-wizard .wizard-wrapper .user-form .checkbox-wrapper:not(:last-child) {
  margin-bottom: 16px;
}
.registration-wizard .wizard-wrapper .user-form .checkbox-wrapper .SBA-checkbox {
  display: flex;
  align-items: center;
  height: max-content;
}:root .registration-wizard .wizard-wrapper .user-form .checkbox-wrapper .SBA-checkbox .ant-checkbox{
  height: 20px;
  margin-right: 10px;
}:root .registration-wizard .wizard-wrapper .user-form .checkbox-wrapper .SBA-checkbox .ant-checkbox .ant-checkbox-input{
  width: 20px;
  height: 20px;
  border-color: #abb0b9;
}:root .registration-wizard .wizard-wrapper .user-form .ant-phone-input-wrapper .ant-select-selector{
  height: 44px !important;
  line-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.registration-wizard .wizard-wrapper .user-form .phone-input {
  height: 44px !important;
  line-height: 42px !important;
  padding: 8px 12px !important;
  font-size: 16px !important;
}
.registration-wizard .wizard-wrapper .user-form .consent-block a {
  color: var(--text-dark-link-color);
}
.registration-wizard .wizard-wrapper .SBA-btn-default,
.registration-wizard .wizard-wrapper .SBA-btn-default:focus,
.registration-wizard .wizard-wrapper .SBA-btn-default:active {
  background: var(--button-background) !important;
  border: var(--button-background) !important;
  color: #ffffff !important;
}
.registration-wizard .wizard-wrapper .SBA-btn-default:disabled,
.registration-wizard .wizard-wrapper .SBA-btn-default:focus:disabled,
.registration-wizard .wizard-wrapper .SBA-btn-default:active:disabled {
  background: #f6f9fd !important;
  border: 1px solid #e8ecf2 !important;
  color: rgba(51, 63, 72, 0.25) !important;
}
.registration-wizard .wizard-wrapper .SBA-btn-default:disabled .icon-arrow,
.registration-wizard .wizard-wrapper .SBA-btn-default:focus:disabled .icon-arrow,
.registration-wizard .wizard-wrapper .SBA-btn-default:active:disabled .icon-arrow {
  fill: rgba(51, 63, 72, 0.25) !important;
}
.ord-about-logo {
  z-index: -2;
  position: absolute;
  right: -13%;
  top: -3%;
}
@media (max-width: 768px) and (min-width: 661px) {
  .ord-about-logo {
    top: 0;
  }
}
@media (max-width: 661px) {
  .ord-about-logo {
    right: -9%;
    top: -2%;
  }
}
.form__wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 60px auto;
}
.form__content {
  max-width: 800px;
  width: 75vw;
}
.form__content .submit-btn {
  margin: 40px 12px;
}
.form__content .submit-btn:disabled {
  border: none;
}
.form__title,
.form__description {
  display: inline-block;
  max-width: 670px;
  color: #fff;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}
.form__description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
}:root .ant-form-item.form__field{
  width: 100%;
  margin-bottom: 5rem;
}
.phone__input {
  width: 100%;
  height: 64px;
  padding: 10px 16px;
  border: 1px solid #ffffff4d !important;
  color: #abb0b9;
  border-radius: 6px;
  background: #000000 !important;
  line-height: 64px;
  transition: 0.4s;
}
.phone__input::placeholder {
  color: #abb0b9;
  font-weight: 400;
  font-size: 16px;
}
.form__radio {
  margin-bottom: 42px;
}
.form__radio > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.intro__form label {
  color: #ffffff !important;
}
.intro__form .form__label {
  margin-bottom: 10rem;
  font-size: 14rem;
  line-height: 40rem;
}:root .intro__form .ant-radio-wrapper{
  color: #ffffff;
}:root .form__content .ant-input-status-error,:root .error{
  border-color: #e51155 !important;
}
.accepted-text {
  font-size: 16px;
}
.accepted-text a {
  color: #ffffff;
  text-decoration: underline;
}
.modal_successful .modal_content {
  width: 752px;
  height: 546px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .modal_successful .modal_content {
    width: 584px;
    height: 546px;
  }
}
@media (max-width: 661px) {
  .modal_successful .modal_content {
    width: 99%;
  }
}
.modal_successful .modal_content .modal_text {
  text-align: center;
}
.modal_successful .modal_content .modal_text h2 {
  font-size: 32px;
}
.modal_successful .modal_content .modal_text p {
  font-size: 16px;
  color: #83868d;
}
.modal_successful .modal_content .modal_link {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
}
.modal_successful .modal_content .modal_link div {
  display: flex;
  flex-direction: column;
}
.modal_successful .modal_content .modal_link div a {
  font-size: 16px;
  color: #0087cd;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 660px) {
  .ant-form-item.form__field {
    margin-bottom: 4rem;
  }
  .form__input {
    font-size: 15rem;
  }
  .form__btn {
    margin-top: 32rem;
  }
}
.verify__form_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}:root .verify__form_wrapper .ant-form{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.verify__form_wrapper .anticon {
  line-height: 43px;
  display: flex;
  align-items: center;
}
.confirm-pass {
  margin-top: 20px;
}
.btn {
  display: flex;
  padding: 12px 40px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  gap: 8rem;
}
.btn.primary {
  background: #00AAB1;
}
.btn.primary svg.btn-icon-suffix {
  fill: #fff;
}
.btn.primary[disabled] {
  background-color: #017272;
  opacity: 0.7;
  border: 1px solid #017272;
  color: #a4a3a3;
  cursor: not-allowed;
}
.btn.primary[disabled] svg.btn-icon-suffix {
  fill: #a4a3a3;
}
.btn.secondary {
  border: 1px solid #fff;
  fill: #fff;
}
.btn.link {
  color: #0EB0AF;
  width: max-content;
  padding: 0;
}
.btn.link svg.btn-icon-suffix {
  fill: #0EB0AF;
}
.btn.link[disabled] {
  color: #a4a3a3;
  cursor: not-allowed;
}
.btn.large {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.btn.large svg.btn-icon-suffix {
  width: 17px;
  padding-top: 3rem;
}
.btn.medium {
  padding: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.btn.medium svg.btn-icon-suffix {
  width: 20px;
}:root .ant-card-bordered{
  transition: 0.2s ease-in scale, 0.2s ease-in box-shadow;
  font-family: 'SB Sans Display', sans-serif;
}:root .ant-card-bordered.hover:hover{
  box-shadow: 1px 1px 10px 1px rgba(115, 251, 253, 0.7);
  scale: 1.02;
}:root div.ant-card-body .ant-card-meta > .ant-card-meta-detail > div.ant-card-meta-title > div > span{
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
}
@media (min-width: 661px) and (max-width: 768px) {
  div.ant-card-body .ant-card-meta > .ant-card-meta-detail > div.ant-card-meta-title > div > span {
    font-size: 14px;
  }
}:root div.ant-card-body .ant-card-meta > .ant-card-meta-detail > .ant-card-meta-description{
  font-size: 9rem;
}
@media (max-width: 660px) {
  div.ant-card-body .ant-card-meta > .ant-card-meta-detail > div.ant-card-meta-title {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    white-space: normal;
  }
}
.carousel {
  position: relative;
  margin-top: 40px;
  width: 100%;
}
.carousel .controls {
  display: flex;
  position: absolute;
  right: 0;
  margin-top: 32px;
}
.carousel .controls .btn {
  padding: 0;
  opacity: 0.5;
}
.carousel .controls .btn:hover {
  opacity: 1;
}
.carousel .controls .btn svg {
  width: 35rem !important;
}
.carousel .controls .btn.left {
  margin-right: 40px;
  transform: rotate(180deg);
}
.carousel .gallery {
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.carousel .gallery::-webkit-scrollbar {
  display: none;
}
.carousel .gallery ul {
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 250ms;
  font-size: 0;
}
li.carousel-item {
  display: inline-block;
  margin-inline-start: 0 !important;
  list-style-type: none !important;
}
li.carousel-item:not(:first-child) {
  margin-inline-start: 32px !important;
}
li.carousel-item img.carousel-img {
  display: block;
  border-radius: 32px;
  margin-bottom: 16px;
  height: 150rem;
}
li.carousel-item p {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 260rem;
}
@media (max-width: 1160px) {
  li.carousel-item p {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  li.carousel-item p {
    font-size: 12px;
  }
}:root .ant-descriptions .ant-descriptions-item-label{
  color: var(--primary-color);
  font-size: 16rem;
}:root .ant-descriptions .ant-descriptions-item-content{
  color: white;
  font-size: 16rem;
}
.divider {
  display: flex;
}
.divider.vertical {
  height: 15rem;
  margin: 0 5px;
  border-left: 2px solid var(--gray);
}
.divider.horizontal {
  border-top: 2px solid var(--gray);
}
.form__field {
  width: 100%;
}
.form__field.form__label {
  margin-bottom: 10rem;
  color: #404040;
  font-size: 14rem;
  line-height: 40rem;
}
.form__field .input__wrapper {
  border-radius: 5px;
  height: 44px;
}
.form__field .form__input {
  height: 28px !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
}:root .form__field .ant-select > .ant-select-selector{
  height: 44px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}:root .form__field .ant-select-arrow{
  top: 56%;
}
.input__wrapper.default {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  border: 1px solid transparent;
  background: #e2e2e2;
  transition: all ease-in 0.4s;
}
.input__wrapper.default.focused {
  border-color: var(--dark-primary-color) var(--dark-primary-color) var(--dark-primary-color) var(--dark-primary-color);
}
.input__wrapper.default.warning {
  border-color: var(--error);
}
.input__wrapper.default .form__input {
  position: relative;
  width: 100%;
  background: #e2e2e2;
  color: #404040;
  font-weight: 300;
  transition: 0.4s;
}
.input__wrapper.default .form__input::placeholder {
  color: rgba(64, 64, 64, 0.7);
}
.input__wrapper.default .form__input[type='file']::-webkit-file-upload-button {
  border: 1px solid transparent;
  border-radius: 5rem;
  font-size: 14rem;
  letter-spacing: 0.02em;
  transition: 0.4s;
  border-color: var(--gray);
  background-color: var(--gray);
  color: white;
}
.input__wrapper.default .form__input[type='file']::-webkit-file-upload-button:hover {
  border-color: #353535;
  background-color: #353535;
  cursor: pointer;
}
.input__wrapper.default .form__input[type='file']::-webkit-file-upload-button:disabled {
  border-color: var(--light-gray);
  background-color: transparent;
  color: var(--light-gray);
  cursor: not-allowed;
}
.input__wrapper.default .form__input.large,
.input__wrapper.default .form__input.large[type='file'] {
  height: 37rem;
  padding: 0 11rem 6rem 11rem;
  font-size: 14rem;
  line-height: 37rem;
}
.input__wrapper.default .form__input.medium,
.input__wrapper.default .form__input.medium[type='file'] {
  height: 27rem;
  padding: 0 8rem 4rem 8rem;
  font-size: 14rem;
  line-height: 27rem;
}
.input__wrapper.default .form__input.small,
.input__wrapper.default .form__input.small[type='file'] {
  height: 20rem;
  padding: 0rem 6rem;
  font-size: 10rem;
  line-height: 20rem;
}
.input__wrapper.default .form__input.small::-webkit-file-upload-button,
.input__wrapper.default .form__input.small[type='file']::-webkit-file-upload-button {
  font-size: 10rem;
}
.form__input_error {
  color: var(--error);
}
.input__wrapper.transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  border: 1px solid transparent;
  transition: all ease-in 0.4s;
  background: transparent;
  border-bottom: 1px solid #fff;
}
.input__wrapper.transparent .form__input {
  position: relative;
  width: 100%;
  transition: 0.4s;
  background: transparent;
  color: #fff;
  font-weight: 400;
}
.input__wrapper.transparent .form__input::placeholder {
  color: #fff;
  opacity: 0.7;
}
.input__wrapper.transparent .form__input.medium,
.input__wrapper.transparent .form__input.medium[type='file'] {
  font-size: 14.28571429rem !important;
  line-height: 22.85714286rem !important;
  padding-top: 7.14285714rem !important;
  padding-bottom: 7.14285714rem !important;
}
.input__wrapper.dark {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding-right: 5px;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  background: #000000;
  transition: all ease-in 0.4s;
}
.input__wrapper.dark.focused {
  border-color: var(--dark-primary-color) var(--dark-primary-color) var(--dark-primary-color) var(--dark-primary-color);
}
.input__wrapper.dark.warning {
  border-color: var(--error);
}
.input__wrapper.dark .form__input {
  position: relative;
  width: 100%;
  background: #000000;
  color: #abb0b9;
  font-weight: 300;
  transition: 0.4s;
}
.input__wrapper.dark .form__input::placeholder {
  color: #abb0b9;
}
.input__wrapper.dark .form__input.large,
.input__wrapper.dark .form__input.large[type='file'] {
  padding: 0 16px;
  font-size: 16px;
}
.input__wrapper.dark .form__input.medium,
.input__wrapper.dark .form__input.medium[type='file'] {
  height: 27rem;
  padding: 0 8rem 4rem 8rem;
  font-size: 14rem;
  line-height: 27rem;
}
.input__wrapper.dark .form__input.small,
.input__wrapper.dark .form__input.small[type='file'] {
  height: 20rem;
  padding: 0rem 6rem;
  font-size: 10rem;
  line-height: 20rem;
}
.input__wrapper.dark .form__input.small::-webkit-file-upload-button,
.input__wrapper.dark .form__input.small[type='file']::-webkit-file-upload-button {
  font-size: 10rem;
}
.react-markdown {
  max-width: 714rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 660px) {
  .offer {
    padding: 23rem 20rem 100rem;
  }
}
@media (max-width: 660px) {
  .offer__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.offer_title {
  font-size: 28rem;
  color: var(--primary-color);
  font-style: normal;
  line-height: normal;
  opacity: 0;
  transition: 0.6s opacity, 0.6s transform;
  transform: translateY(20rem);
}
.offer_title .markdown__link {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--primary-color);
}
@media (max-width: 1160px) {
  .offer_title .markdown__link {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .offer_title .markdown__link {
    font-size: 12px;
  }
}
.offer_title .markdown__link:hover {
  color: var(--blue);
}
.offer_sub-title {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 24px 0 0px;
}
@media (max-width: 660px) {
  .offer_sub-title {
    font-size: 17rem;
  }
}
@media (max-width: 660px) {
  .offer__title {
    margin-bottom: 28rem;
    font-size: 30rem;
    line-height: 38rem;
  }
}
.main[loaded] .offer_title {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 660px) {
  .offer__desc {
    font-size: 18rem;
    line-height: 23rem;
  }
}
.main[loaded] .offer__desc {
  opacity: 1;
  transform: translateX(0);
}
.desc {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  .desc {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .desc {
    font-size: 12px;
  }
}
ul.md_list > li {
  margin-inline-start: 20rem;
  list-style-type: disc;
  counter-reset: num;
}
ul.md_list > li::marker {
  color: var(--primary-color);
}
ol.md_list > li {
  list-style-type: decimal;
  margin-inline-start: 20rem;
  font-size: 16px;
}
ol.md_list > li::marker {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--primary-color);
  font-weight: 600;
}
@media (max-width: 1160px) {
  ol.md_list > li::marker {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  ol.md_list > li::marker {
    font-size: 12px;
  }
}
.tg {
  margin-bottom: 10px;
  font-size: 15rem;
}
.tg tbody tr {
  padding: 2px;
}
.tg tbody tr th {
  vertical-align: middle;
  border-right: 1px solid var(--primary-color);
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.tg tbody tr td {
  vertical-align: middle;
  padding: 20px;
  text-align: left;
}
.tg tbody tr td .desc {
  margin-bottom: 0;
}
.tg tbody tr:not(:first-child) {
  border-top: 1px solid var(--primary-color);
}
.markdown__link {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--primary-color);
}
@media (max-width: 1160px) {
  .markdown__link {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .markdown__link {
    font-size: 12px;
  }
}
.markdown__link:hover {
  color: var(--blue);
}
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 20rem;
}
@media (max-width: 660px) {
  .list {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.list .item-wrap {
  position: relative;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transform: translateX(-50rem);
  opacity: 0;
  transition: 0.6s opacity, 0.6s transform;
  border-radius: 32px;
  background: rgba(97, 160, 223, 0.25);
}
@media (max-width: 768px) {
  .list .item-wrap {
    overflow: hidden;
    padding: 24px 20px;
    border-radius: 20px;
  }
}
.list .item-wrap .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list .item-wrap .content .plate-icon {
  width: 48px;
}
.list .item-wrap .content .title {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .list .item-wrap .content .title {
    font-size: 20px;
  }
}
.list .item-wrap .content .item-wrap-text {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFFB2;
}
.list .item-wrap:nth-child(odd) {
  transition-delay: 0.3s;
}
.list .item-wrap:nth-child(even) {
  transition-delay: 0.6s;
}
.main.loaded-done .item-wrap[visible] {
  opacity: 1;
  transform: translateX(0) translateY(0) rotate(0deg);
}
.section {
  position: relative;
}
.section__title {
  color: #fff;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 32px;
  opacity: 0;
  transition: 0.6s opacity, 0.6s transform;
  transform: translateY(20rem);
}
@media (max-width: 660px) {
  .section__title {
    margin: 0 0 44rem;
    font-size: 30px;
    line-height: 31rem;
  }
}
.section__desc {
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 32px;
  opacity: 0;
  transition: 0.6s opacity, 0.6s transform;
  transition-delay: 0.2s;
  transform: translateY(20rem);
}
@media (max-width: 768px) {
  .section__desc {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .section__desc {
    font-size: 12px;
  }
}
@media (max-width: 660px) {
  .section__desc {
    font-size: 20rem;
    line-height: 32rem;
  }
}
.main.loaded-done .section__desc[visible] {
  opacity: 1;
  transform: translateY(0);
}:root .ant-select{
  width: 100%;
}:root .ant-select > .ant-select-selector{
  border: 1px solid transparent !important;
  border-radius: 0% !important;
  background: #e2e2e2 !important;
  color: #404040;
  font-weight: 300;
  transition: 0.4s;
}:root .ant-select.large > .ant-select-selector{
  height: 37rem;
  font-size: 14rem;
  line-height: 37rem;
}:root .ant-select-focused .ant-select-selector,:root .ant-select-selector:focus,:root .ant-select-selector:active,:root .ant-select-open .ant-select-selector{
  border-color: var(--dark-primary-color) !important;
  box-shadow: none !important;
}:root .ant-select-selection-item,:root .ant-select-selection-placeholder{
  margin: auto;
}:root .ant-select-item.ant-select-item-option.ant-select-item-option-active{
  background: var(--light-gray);
}:root .ant-select-item.ant-select-item-option.ant-select-item-option-selected{
  background: var(--primary-color);
}:root .ant-select-dropdown{
  border-radius: 0%;
  background: #eeecec;
}:root .ant-tabs{
  font-family: 'SB Sans Display', sans-serif;
}:root .ant-tabs-ink-bar.ant-tabs-ink-bar-animated{
  background: var(--primary-color);
}:root .ant-tabs .ant-tabs-tab-btn{
  font-size: 15rem;
}:root .ant-tabs-left > .ant-tabs-content-holder{
  border-left: 1px solid #00AAB1;
  color: white;
}:root .ant-tabs-tabpane.ant-tabs-tabpane-active{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}:root .ant-tabs .ant-tabs-tab .ant-tabs-tab-btn{
  color: white;
}:root .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
  color: var(--primary-color);
}:root .ant-tabs-tabpane{
  display: flex;
}:root .ant-tabs-tab-disabled{
  cursor: not-allowed;
}:root .ant-tabs-tab-disabled span{
  color: gray;
}
.anticon {
  margin-right: 6px;
}
@media (max-width: 660px) {
  .ant-tabs .ant-tabs-tab .ant-tabs-tab-btn {
    font-size: 12rem;
  }:root .ant-tabs-content.ant-tabs-content-top{
    color: white;
  }:root .ant-tabs .ant-tabs-tab + .ant-tabs-tab{
    margin: 0 0 0 15px;
  }:root .ant-tabs-tabpane{
    flex-direction: column;
  }
}
.about-ord-section .content-about {
  display: flex;
  flex-direction: column;
  gap: 11.42857143rem !important;
  margin: auto;
  max-width: 828.57142857rem !important;
}
.about-ord-section .content-about .title {
  max-width: 464.28571429rem !important;
  font-size: 34.28571429rem !important;
  line-height: 45.71428571rem !important;
  font-style: normal;
  font-weight: 600;
}
.about-ord-section .content-about .ord-about-logo {
  position: absolute;
  width: 770rem !important;
  right: -30%;
  top: -8%;
}
.about-ord-section .content-about .about-sub-title {
  display: flex;
  flex: 0 0 auto;
  margin-top: 34.28571429rem !important;
  margin-bottom: 34.28571429rem !important;
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 660px) {
  .about-ord-section .content-about .about-sub-title {
    font-size: 17rem;
  }
}
.about-ord-section .content-about .about-sub-title::after {
  flex: 1 1 0;
  display: inline-flex;
  content: '';
  width: 100%;
  border-bottom: 1px solid #b5b9bc;
  margin-left: 7.14285714rem !important;
}
.about-ord-section .content-about .about-sub-title.has-text::after {
  width: 50%;
}
.about-ord-section .content-about .text {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  .about-ord-section .content-about .text {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .about-ord-section .content-about .text {
    font-size: 12px;
  }
}
.about-ord-section .content-about .sub-title {
  color: var(--cyan);
}
.about-ord-section .content-about .about-ord-characteristics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  row-gap: 64px;
  
  column-gap: normal;
  
  align-items: start;
}
.about-ord-section .content-about .about-ord-characteristics .characteristics-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-ord-section .content-about .about-ord-characteristics .characteristics-item span {
  font-size: 15.71428571rem !important;
  width: 128.57142857rem !important;
}
.about-ord-section .content-about .about-ord-characteristics .characteristics-item svg.characteristics-item-icon {
  width: 38.57142857rem !important;
}
.about-ord-section .content-about .about-ord-characteristics .characteristics-item img.characteristics-item-icon {
  width: 38.57142857rem !important;
}
.about-ord-section .content-about .integration {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-ord-section .content-about .integration .ord-logo-about {
  width: 178.57142857rem !important;
  height: 163.57142857rem !important;
}
.about-ord-section .content-about .integration .arrow-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.about-ord-section .content-about .integration .arrow-block span {
  width: 51%;
}
.about-ord-section .content-about .integration .arrow-block .sber-ads-logo {
  width: 181.42857143rem !important;
  height: 32.14285714rem !important;
}
.about-ord-section .content-about .integration .arrow-block .gradient-arrow {
  margin-top: 18.57142857rem !important;
  margin-bottom: 18.57142857rem !important;
}
.about-ord-section .content-about .integration .integration-illustration {
  width: 224.28571429rem !important;
  height: 163.57142857rem !important;
}
.about-ord-section .content-about .advantages {
  display: flex;
  justify-content: space-between;
}
.about-ord-section .content-about .advantages .advantages-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 481.42857143rem !important;
}
.about-ord-section .content-about .advantages .advantages-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 11.42857143rem !important;
  font-size: 15.71428571rem !important;
  font-weight: 400;
}
.about-ord-section .content-about .advantages .advantages-list li::before {
  content: '➜';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-size: 15.71428571rem !important;
  font-weight: bold;
  line-height: 1;
  
  height: 100%;
  display: flex;
  align-items: center;
}
.about-ord-section .content-about .advantages .advantages-illustration {
  width: 274.28571429rem !important;
  height: 311.42857143rem !important;
}
.about-ord-section .content-about .with-us {
  text-align: center;
  font-size: 34.28571429rem !important;
  line-height: 45.71428571rem !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45.71428571rem !important;
  font-style: normal;
  font-weight: 600;
}
.about-ord-section .content-about .about-partners {
  position: relative;
  width: 100%;
}
.partners {
  height: 100rem !important;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(245, 255, 252, 0.75);
  display: flex;
  justify-content: center;
}
.partners .partners-carousel {
  width: 1160px;
  overflow: hidden;
}
.partners .partners-carousel .carousel-logos {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  gap: 90px;
  animation: marquee 36s linear infinite;
}
.partners .partners-carousel .carousel-logos .partners-logo {
  width: 2305rem !important;
  height: 100rem !important;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 45px));
  }
}
.blog-card-image {
  border-radius: 32px;
  max-width: 100%;
  margin-bottom: 16px;
}
.blog-card p {
  font-size: 20rem;
  font-style: normal;
  line-height: normal;
  color: white;
}
#blog-detail.blog-detail .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#blog-detail.blog-detail .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 714rem;
  margin: auto;
}
#blog-detail.blog-detail .about-course {
  margin-top: 44px;
  border: 1px solid #00aab180;
  border-radius: 16px;
  padding: 16px 24px;
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  #blog-detail.blog-detail .about-course {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .about-course {
    font-size: 12px;
  }
}
#blog-detail.blog-detail .about-course .about-course__text {
  margin: 4px 0;
}
#blog-detail.blog-detail .about-course .about-course__link {
  font-size: 16px;
  color: #45e6eb;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#blog-detail.blog-detail .about-course .about-course__link svg path {
  fill: #45e6eb !important;
}
#blog-detail.blog-detail .others {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  align-items: center;
}
#blog-detail.blog-detail .others span {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-size: 31.42rem;
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .others span {
    font-size: 17rem;
  }
}
#blog-detail.blog-detail .others a {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .others a {
    font-size: 17rem;
  }
}
#blog-detail.blog-detail .image {
  max-width: 714rem;
  margin: 0 auto 16px auto;
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .image {
    max-width: 100%;
  }
}
#blog-detail.blog-detail .title {
  font-size: 28rem;
  color: var(--primary-color);
  font-style: normal;
  line-height: normal;
  margin-bottom: 16px;
}
#blog-detail.blog-detail a {
  color: #0eb0af;
}
#blog-detail.blog-detail span.highlight {
  color: #00AAB1;
}
#blog-detail.blog-detail .structure {
  padding-left: 30px;
}
#blog-detail.blog-detail .annotation {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4ba8a9;
}
#blog-detail.blog-detail .quote {
  margin-top: 32px;
  margin-bottom: 10px;
  padding-left: 30px;
  border-left: 4px solid #0eb0af;
}
#blog-detail.blog-detail .sub-title {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 16px;
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .sub-title {
    font-size: 17rem;
  }
}
#blog-detail.blog-detail .text {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  #blog-detail.blog-detail .text {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .text {
    font-size: 12px;
  }
}
#blog-detail.blog-detail ul > li {
  margin-inline-start: 20rem;
  list-style-type: disc;
}
#blog-detail.blog-detail ul > li::marker {
  color: var(--primary-color);
}
#blog-detail.blog-detail ol > li {
  list-style-type: decimal;
  margin-inline-start: 20rem;
}
#blog-detail.blog-detail ol > li::marker {
  color: var(--primary-color);
  font-weight: 600;
}
.anchor_link {
  scroll-margin-top: 104px;
}
#blog.blog .main-text {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 660px) {
  #blog.blog .main-text {
    font-size: 17rem;
  }
}
#blog.blog .blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 660px) {
  #blog.blog .blog-list {
    grid-template-columns: 1fr;
  }
}
.carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.carousel .slick-dots li {
  width: 14px;
}
.carousel .carousel-wrapper {
  width: 439px;
}
@media (max-width: 661px) {
  .carousel .carousel-wrapper {
    width: 300px;
  }
}
.carousel figcaption {
  font-size: 12rem;
  line-height: 1;
}
@media (max-width: 661px) {
  .carousel figcaption {
    width: 300px;
  }
}
#blog-detail.blog-detail ul > li {
  margin-inline-start: 4rem;
}
.section.cases {
  min-height: calc(100vh - ((100rem + 57rem) * 1.12));
  max-height: max-content;
}
.cases-description {
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}
.cases-description a {
  color: #0eb0af;
}
@media (max-width: 1024px) {
  .cases-description {
    font-size: 17rem;
    line-height: 23rem;
    
  }
}
@media (max-width: 660px) {
  .cases-description {
    font-size: 12rem;
    line-height: 18rem;
    
  }
}
.cases-tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cases-tabs .tabs {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 24px;
}
.cases-tabs .tabs .title {
  font-size: 25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cases-tabs .tabs .button {
  padding: 8px 16px 8px 16px;
  background-color: transparent;
  border: 1px solid #1677ff;
  color: white;
  border-radius: 8px;
  font-size: 25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cases-tabs .tabs .button.active {
  background-color: #47999b;
  border: 1px solid transparent;
}
@media (max-width: 660px) {
  .cases-tabs .tabs .button {
    font-size: 14rem;
  }
}
.cases-tabs .tabs .divider {
  border-left: 3px solid white;
  height: 20rem;
  margin-top: auto;
  margin-bottom: auto;
}
.cases-tabs .content {
  padding: 24px;
  border-radius: 32px;
  border: 1px solid #b6b4b4;
  box-shadow: 0px 1px 2px 0px rgba(51, 63, 72, 0.25);
}
.case {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.case .title {
  font-size: 25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.case .sub-title {
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1024px) {
  .case .sub-title {
    font-size: 22rem;
  }
}
@media (max-width: 660px) {
  .case .sub-title {
    font-size: 14rem;
  }
}
.case .illustration {
  margin: 0 auto;
}
.case .illustration svg {
  height: 209px;
}
@media (max-width: 660px) {
  .case .illustration {
    width: 100%;
  }
}
.case .text {
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  
  letter-spacing: -0.3px;
}
@media (max-width: 1024px) {
  .case .text {
    font-size: 17rem;
    line-height: 23rem;
    
  }
}
@media (max-width: 660px) {
  .case .text {
    font-size: 12rem;
    line-height: 18rem;
    
  }
}
.case ul > li {
  margin-inline-start: 20rem;
  list-style-type: disc;
}
.case ul > li::marker {
  color: var(--primary-color);
}
.case ol > li {
  list-style-type: decimal;
  margin-inline-start: 20rem;
}
.case ol > li::marker {
  color: var(--primary-color);
  font-weight: 600;
}
.case ol.text {
  list-style: auto;
  margin-inline-start: 20px;
}
.case ul.text {
  list-style: disc;
  margin-inline-start: 20px;
}
.case a {
  color: #0EB0AF;
}
.section.docs-strapi {
  min-height: calc(100vh - ((100rem + 57rem)*1.12));
  max-height: max-content;
}:root .ant-result.notFound .ant-result-subtitle,:root .ant-result.notFound .ant-result-title{
  color: white;
}
.error {
  height: calc(100vh - 202rem);
}:root .ord-tabs.border-less .ant-tabs-nav::before{
  border-bottom-color: transparent;
}:root .ant-collapse-header-text a{
  color: inherit;
  text-decoration: none;
}
.carousel-description {
  font-size: 15rem;
  line-height: 2;
  margin-top: 20px;
}
.carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel .carousel-wrapper {
  width: 439px;
}
@media (max-width: 661px) {
  .carousel .carousel-wrapper {
    width: 300px;
  }
}
.carousel figcaption {
  font-size: 10rem;
  width: 439px;
  line-height: 1;
  color: var(--gray);
}
@media (max-width: 661px) {
  .carousel figcaption {
    width: 300px;
  }
}
.mail-link {
  color: #fff;
  font-weight: 700;
  transition: color 0.4s;
}
@media (min-width: 661px) {
  .mail-link:hover {
    color: var(--primary-color);
  }
}
.faq__title {
  margin-top: '20px';
  color: var(--primary-color);
  font-size: '25rem';
}
@media (max-width: 660px) {
  .knowledge .section__title {
    font-size: 40px;
  }
}
.knowledge .knowledge-course {
  height: 500px;
  padding: 24px 0 0 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 20px;
  background: url(/assets/img/knowledge-course-mobile.webp) bottom / cover;
  background-color: #000000;
}
@media (max-width: 768px) and (min-width: 661px) {
  .knowledge .knowledge-course {
    height: 272px;
    background: url(/assets/img/knowledge-course-tablet.webp) bottom / cover;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .knowledge .knowledge-course {
    height: 250px;
    background: url(/assets/img/knowledge-course-desktop.webp) bottom / cover;
  }
}
@media (min-width: 1025px) {
  .knowledge .knowledge-course {
    height: 250px;
    background: url(/assets/img/knowledge-course-large-desktop.webp) bottom / cover;
  }
}
.knowledge .knowledge-course .course-content button {
  font-size: 16px;
  margin-top: 24px;
}
.knowledge .knowledge-course .section__title {
  position: relative;
  color: #45e6eb;
  font-size: 20px;
  line-height: 28px;
  z-index: 1;
  margin-bottom: 12px;
}
.knowledge .knowledge-course .content-description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  display: inline-block;
  width: 90%;
}
@media (max-width: 768px) and (min-width: 661px) {
  .knowledge .knowledge-course .content-description {
    width: 70%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .knowledge .knowledge-course .content-description {
    width: 60%;
  }
}
@media (min-width: 1025px) {
  .knowledge .knowledge-course .content-description {
    width: 50%;
  }
}
.knowledge__item-link {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: var(--primary-color);
  transition: color 0.4s;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 660px) {
  .knowledge__item-link {
    font-size: 17rem;
  }
}
.knowledge__item-link:hover {
  color: var(--blue);
}
@media (max-width: 768px) {
  .knowledge__item-link {
    font-size: 20px;
  }
}
.knowledge__item-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-top: 8px;
}
.registration-block {
  margin: auto;
  width: max-content;
  margin-top: 40px;
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .blog__list {
    grid-gap: 20px;
  }
}
@media (max-width: 660px) {
  .blog__list {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.blog__list .item-wrap.blog__list {
  height: 152px;
  padding: 32px;
  background-color: rgba(97, 160, 223, 0.25);
  display: flex;
  justify-content: center;
  transition: 0.6s opacity, 0.6s transform;
}
@media (max-width: 768px) {
  .blog__list .item-wrap.blog__list {
    padding: 24px 20px;
  }
}
.blog__list .item-wrap.blog__list:nth-child(1) {
  transition-delay: 0s;
  grid-area: 1 / 1 / 2 / 3;
}
.blog__list .item-wrap.blog__list .content {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .blog__list .item-wrap.blog__list .content {
    gap: 12px;
  }
}
.blog__list .item-wrap.blog__list .content .plate-icon {
  width: 64px;
  overflow: visible;
}
@media (max-width: 768px) {
  .blog__list .item-wrap.blog__list .content .plate-icon {
    width: 48px;
  }
}
#law-detail.law-detail .main-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 714rem;
  margin: auto;
}
#law-detail.law-detail .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#law-detail.law-detail .others {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
}
#law-detail.law-detail .others span {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-size: 31.42rem;
}
@media (max-width: 660px) {
  #law-detail.law-detail .others span {
    font-size: 17rem;
  }
}
#law-detail.law-detail .others a {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 660px) {
  #law-detail.law-detail .others a {
    font-size: 17rem;
  }
}
#law-detail.law-detail .image {
  max-width: 714rem;
  margin: 0 auto 16px auto;
}
@media (max-width: 660px) {
  #law-detail.law-detail .image {
    max-width: 100%;
  }
}
#law-detail.law-detail .title {
  font-size: 28rem;
  color: var(--primary-color);
  font-style: normal;
  line-height: normal;
  margin-bottom: 16px;
}
#law-detail.law-detail a {
  color: #0EB0AF;
}
#law-detail.law-detail .sub-title {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 16px;
}
@media (max-width: 660px) {
  #law-detail.law-detail .sub-title {
    font-size: 17rem;
  }
}
#law-detail.law-detail .text {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  #law-detail.law-detail .text {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  #law-detail.law-detail .text {
    font-size: 12px;
  }
}
#law-detail.law-detail ul > li {
  margin-inline-start: 20rem;
  list-style-type: disc;
}
#law-detail.law-detail ul > li::marker {
  color: var(--primary-color);
}
#law-detail.law-detail ol > li {
  list-style-type: decimal;
  margin-inline-start: 20rem;
}
#law-detail.law-detail ol > li::marker {
  color: var(--primary-color);
  font-weight: 600;
}
#law-detail.law-detail .law-table {
  margin-bottom: 10px;
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  #law-detail.law-detail .law-table {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  #law-detail.law-detail .law-table {
    font-size: 12px;
  }
}
#law-detail.law-detail .law-table tr th {
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  line-height: 14.28571429rem !important;
  padding: 7.14285714rem !important;
}
#law-detail.law-detail .law-table tr th:not(:last-child) {
  border-right: 1px solid var(--primary-color);
}
#law-detail.law-detail .law-table tr td {
  vertical-align: middle;
  padding: 14.28571429rem !important;
  text-align: left;
}
#law-detail.law-detail .law-table tr td:not(:last-child) {
  border-right: 1px solid var(--primary-color);
}
#law-detail.law-detail .law-table tr:not(:first-child) {
  border-top: 1px solid var(--primary-color);
}
.section.laws {
  min-height: calc(100vh - ((100rem + 57rem) * 1.12));
  max-height: max-content;
}
.law-link {
  font-size: 13rem;
  width: auto;
  text-decoration: none;
  color: var(--primary-color);
}
.law-desc ol li {
  list-style-type: decimal;
  margin-inline-start: 20rem;
}
.law-desc ol li::marker {
  color: var(--primary-color);
  font-weight: 600;
}
ol.russian-list {
  list-style-type: none;
}
ol.russian-list li {
  position: relative;
  padding-left: 4px;
}
ol.russian-list li::marker {
  margin-right: 5px;
  width: 1em;
  text-align: right;
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
}
.russian-list > li:nth-child(1)::marker {
  content: 'а)';
}
.russian-list > li:nth-child(2)::marker {
  content: 'б)';
}
.russian-list > li:nth-child(3)::marker {
  content: 'в)';
}
.russian-list > li:nth-child(4)::marker {
  content: 'г)';
}
.russian-list > li:nth-child(5)::marker {
  content: 'д)';
}
.russian-list > li:nth-child(6)::marker {
  content: 'е)';
}
.russian-list > li:nth-child(7)::marker {
  content: 'ж)';
}
.russian-list > li:nth-child(8)::marker {
  content: 'з)';
}
.russian-list > li:nth-child(9)::marker {
  content: 'и)';
}
.russian-list > li:nth-child(10)::marker {
  content: 'к)';
}
.russian-list > li:nth-child(11)::marker {
  content: 'л)';
}
.russian-list > li:nth-child(12)::marker {
  content: 'м)';
}
.russian-list > li:nth-child(13)::marker {
  content: 'н)';
}
.structure {
  padding-left: 30px;
}
.custom-list > li::marker {
  content: attr(value) '. ';
}
.data-transfer {
  margin-bottom: 60px;
}
.data-transfer .section__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 20px;
}
.data-transfer .section__title .text {
  width: 70%;
}
@media (max-width: 661px) {
  .data-transfer .section__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
}
.data-transfer .data-transfer-content {
  max-height: 0;
  overflow: hidden;
}
.data-transfer .data-transfer-content ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 768px) {
  .data-transfer .data-transfer-content ul {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.data-transfer .data-transfer-content ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.data-transfer .data-transfer-content ul li span {
  display: block;
}
.data-transfer .data-transfer-content ul li span.title {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 660px) {
  .data-transfer .data-transfer-content ul li span.title {
    font-size: 20px;
  }
}
.data-transfer .data-transfer-content ul li span.desc {
  font-size: 16px;
  color: #ffffffb2;
}
.data-transfer .data-transfer-content ul li span a {
  display: inline-block;
  margin-top: 20rem;
}
.data-transfer .data-transfer-content ul li::before {
  display: inline-flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 20px;
  content: '';
}
.data-transfer .data-transfer-content ul li:nth-child(1)::before {
  background: url(/assets/svg/icon-rd.svg);
}
.data-transfer .data-transfer-content ul li:nth-child(2)::before {
  background: url(/assets/svg/icon-rr.svg);
}
.data-transfer .data-transfer-content ul li:nth-child(3)::before {
  background: url(/assets/svg/icon-ra.svg);
}
.data-transfer .data-transfer-content ul li:nth-child(4)::before {
  background: url(/assets/svg/icon-ors.svg);
}
.data-transfer .data-transfer-content .link_button {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .data-transfer .data-transfer-content .link_button {
    align-items: flex-start;
    flex-direction: column;
  }
}
.data-transfer.open .data-transfer-content {
  max-height: max-content;
}
.easy-creative {
  width: 100vw;
  max-height: 227px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 68px;
  padding-top: 34px;
  padding-bottom: 52px;
  background: black;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 661px) {
  .easy-creative {
    background-image: url('/assets/img/easy-creative-illustration-mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 460px;
  }
}
@media (max-width: 768px) and (min-width: 661px) {
  .easy-creative {
    max-height: 250px;
  }
}
.easy-creative .section__wrapper {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  position: relative;
}
.easy-creative .section__wrapper .section__title {
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) and (min-width: 661px) {
  .easy-creative .section__wrapper .section__title {
    width: 70%;
  }
}
@media (max-width: 661px) {
  .easy-creative .section__wrapper .section__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 661px) {
  .easy-creative .section__wrapper {
    height: 460px;
  }
}
.easy-creative .section__wrapper .easy-creative__image {
  position: absolute;
  top: -34px;
  left: 325px;
  max-width: 1160px;
  z-index: -1;
}
@media (max-width: 768px) and (min-width: 661px) {
  .easy-creative .section__wrapper .easy-creative__image {
    position: absolute;
    top: -58px;
    left: -68px;
  }
}
@media (max-width: 661px) {
  .easy-creative .section__wrapper .easy-creative__image {
    position: absolute;
    left: -68px;
    width: 100vw;
    max-height: 460px;
  }
}
.easy-creative .section__wrapper .easy-creative-content {
  width: 60%;
  z-index: 10;
  position: relative;
}
@media (max-width: 661px) {
  .easy-creative .section__wrapper .easy-creative-content {
    width: 100%;
    font-size: 20px;
  }
}
.easy-creative .section__wrapper .easy-creative-content .btn {
  margin-top: 20px;
}
@media (max-width: 661px) {
  .easy-creative .section__wrapper .easy-creative-content .btn {
    font-size: 20px;
    padding: 12px 40px;
    width: 100%;
  }
}
.from-start {
  min-height: 614px;
  background: url(/assets/img/from-start-desktop.webp) center / cover;
  background-color: #000000;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 0;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .from-start {
    padding: 40px 20px 0;
  }
}
@media (max-width: 768px) and (min-width: 661px) {
  .from-start {
    background-position: 64% 55%;
  }
}
@media (max-width: 660px) {
  .from-start {
    background-image: none;
    background-color: #61a0df40;
    border-radius: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: visible;
    padding-bottom: 10px;
  }
}
.from-start .section__wrapper {
  max-width: 1160px;
  width: 100%;
}
@media (max-width: 660px) {
  .from-start .section__wrapper {
    margin-top: 66px;
  }
}
.from-start .section__wrapper .section__title {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 768px) and (min-width: 661px) {
  .from-start .section__wrapper .section__title {
    width: 60%;
  }
}
@media (max-width: 660px) {
  .from-start .section__wrapper .section__title {
    width: 70%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }
}
.from-start .section__wrapper .from-start-content {
  width: 55%;
  position: relative;
}
@media (max-width: 1024px) and (min-width: 66px) {
  .from-start .section__wrapper .from-start-content {
    width: 50%;
  }
}
@media (max-width: 660px) {
  .from-start .section__wrapper .from-start-content {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.from-start .section__wrapper .from-start-content a {
  display: block;
  width: max-content;
  height: max-content;
}
.from-start .section__wrapper .from-start-content a .btn {
  margin-top: 52px;
  margin-bottom: 40px;
}
@media (max-width: 661px) {
  .from-start .section__wrapper .from-start-content a .btn {
    font-size: 20px;
    padding: 12px 40px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.from-start .section__wrapper .from-start-webinar {
  height: 112px;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 40px;
  background-color: #182838e5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.from-start .section__wrapper .from-start-webinar .from-start-webinar-text {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .from-start .section__wrapper .from-start-webinar {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .from-start .section__wrapper .from-start-webinar {
    padding-left: 4px;
  }
}
@media (max-width: 660px) {
  .from-start .section__wrapper .from-start-webinar {
    background-color: #2d3a47;
    flex-direction: column;
    align-items: flex-start;
    height: max-content;
    padding: 32px 20px;
  }
}
.from-start .section__wrapper img.from-start-desktop {
  position: absolute;
  right: 40rem;
  top: -266rem;
  z-index: -1;
}
@media (max-width: 768px) and (min-width: 661px) {
  .from-start .section__wrapper img.from-start-desktop {
    bottom: -50px;
    right: -40px;
  }
}
@media (max-width: 661px) {
  .from-start .section__wrapper img.from-start-desktop {
    position: relative;
    bottom: 0;
    right: 4%;
    width: 355px;
  }
}
.from-start .section__wrapper .from-start-mobile-img {
  position: absolute;
  top: -49%;
  right: -40px;
  z-index: -1;
}
.how-get-id {
  margin-bottom: 60px;
}
.how-get-id .section__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 20px;
}
.how-get-id .section__title .text {
  width: 70%;
}
@media (max-width: 661px) {
  .how-get-id .section__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
}
.how-get-id .how-get-id-content {
  max-height: 0;
  overflow: hidden;
}
.how-get-id .how-get-id-content .text {
  font-size: 16px;
}
.how-get-id .how-get-id-content .link_button {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .how-get-id .how-get-id-content .link_button {
    align-items: flex-start;
    flex-direction: column;
  }
}
.how-get-id .how-get-id-content ol li.decimal {
  list-style-type: decimal;
  margin-inline-start: 60rem;
}
.how-get-id .how-get-id-content ol li.decimal::marker {
  color: var(--primary-color);
}
.how-get-id .how-get-id-content ul.entities {
  display: flex;
  list-style: disc;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.how-get-id .how-get-id-content ul.entities li {
  margin-inline-start: 15px;
  color: #ffffffb2;
  font-size: 16px;
}
.how-get-id.open .how-get-id-content {
  max-height: max-content;
}
@media (min-width: 769px) {
  .how-get-id.open .link-button {
    padding-top: 32px;
  }
}
.title_faq {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.how-label-ads {
  margin-bottom: 60px;
}
.how-label-ads .section__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 20px;
}
.how-label-ads .section__title .text {
  width: 70%;
}
@media (max-width: 661px) {
  .how-label-ads .section__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
}
.how-label-ads .how-label-ads-content {
  max-height: 0;
  overflow: hidden;
}
.how-label-ads .how-label-ads-content .text {
  font-size: 16px;
}
.how-label-ads .how-label-ads-content .link_button {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .how-label-ads .how-label-ads-content .link_button {
    align-items: flex-start;
    flex-direction: column;
  }
}
.how-label-ads.open .how-label-ads-content {
  max-height: max-content;
}
@media (min-width: 769px) {
  .how-label-ads.open .link-button {
    padding-top: 32px;
  }
}
.how-start .section__desc {
  display: flex;
  flex-wrap: wrap;
}
.how-start .section__desc .content {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 661px) {
  .how-start .section__desc .content {
    margin-bottom: 56px;
  }
}
.how-start .section__desc .content ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin-bottom: 52px;
}
.how-start .section__desc .content ol li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  font-size: 20px;
  line-height: 28px;
  counter-increment: item;
}
.how-start .section__desc .content ol li:not(:last-child) {
  margin-bottom: 12px;
}
.how-start .section__desc .content ol li::before {
  content: counter(item);
  text-align: right;
}
.how-start .section__desc .content .how-start-buttons {
  display: flex;
  gap: 32px;
}
.how-start .section__desc .content .how-start-buttons .btn {
  width: max-content;
}
@media (max-width: 768px) {
  .how-start .section__desc .content .how-start-buttons .btn {
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 661px) {
  .how-start .section__desc .content .how-start-buttons {
    flex-direction: column;
  }
}
.how-start .section__desc .how-start-illustration {
  position: absolute;
  right: -50px;
  top: -156px;
}
@media (max-width: 1024px) {
  .how-start .section__desc .how-start-illustration {
    right: 51px;
    top: -86px;
  }
}
@media (max-width: 768px) {
  .how-start .section__desc .how-start-illustration {
    display: none;
  }
}
.how-start .section__desc .how-start-plates {
  width: 100%;
}
.how-start .section__desc .how-start-plates ul.list {
  grid-template-rows: repeat(1, 1fr);
}
@media (max-width: 768px) and (min-width: 661px) {
  .how-start .section__desc .how-start-plates ul.list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.how-start .section__desc .how-start-plates li.item-wrap {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 570px;
  max-height: 500px;
}
.how-start .section__desc .how-start-plates li.item-wrap .content {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .how-start .section__desc .how-start-plates li.item-wrap {
    max-width: 100%;
    max-height: max-content;
  }
}
.how-start .section__desc .how-start-plates li.item-wrap:nth-child(1) {
  background-image: url('/assets/img/card-sandbox-back.jpg');
}
@media (max-width: 768px) and (min-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap:nth-child(1) {
    background-image: url('/assets/img/card-sandbox-back-tablet.jpg');
  }
}
@media (max-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap:nth-child(1) {
    background-image: url('/assets/img/card-sandbox-back-mobile.jpg');
  }
}
.how-start .section__desc .how-start-plates li.item-wrap:nth-child(2) {
  background-image: url('/assets/img/card-api-back.jpg');
}
@media (max-width: 768px) and (min-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap:nth-child(2) {
    background-image: url('/assets/img/card-api-back-tablet.jpg');
  }
}
@media (max-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap:nth-child(2) {
    background-image: url('/assets/img/card-api-back-mobile.jpg');
  }
}
.how-start .section__desc .how-start-plates li.item-wrap .content .item-wrap-text {
  width: 75%;
}
@media (max-width: 768px) and (min-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap .content .item-wrap-text {
    width: 67%;
  }
}
@media (max-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap .content .item-wrap-text {
    width: 100%;
  }
}
.how-start .section__desc .how-start-plates li.item-wrap .content .title {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 660px) {
  .how-start .section__desc .how-start-plates li.item-wrap .content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.how-start .section__desc .how-start-plates li.item-wrap .btn {
  color: white;
  margin-bottom: 165px;
}
.how-start .section__desc .how-start-plates li.item-wrap .btn svg {
  fill: white;
}
@media (max-width: 768px) and (min-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap .btn {
    font-size: 20px;
    margin-bottom: 110px;
  }
}
.how-start .section__desc .how-start-plates li.item-wrap .api-illustration {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) and (min-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap .api-illustration {
    width: 280px;
  }
}
@media (max-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap .api-illustration {
    width: 304px;
  }
}
.how-start .section__desc .how-start-plates li.item-wrap .sandbox-access-illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) and (min-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap .sandbox-access-illustration {
    width: 280px;
  }
}
@media (max-width: 661px) {
  .how-start .section__desc .how-start-plates li.item-wrap .sandbox-access-illustration {
    width: 335px;
  }
}
.intro {
  position: relative;
  display: flex;
  flex-direction: column;
}
.intro .cert {
  display: flex;
  gap: 40px;
  margin-bottom: 24px;
}
@media (max-width: 661px) {
  .intro .cert {
    flex-direction: column;
    gap: 8px;
  }
}
.intro .cert span.rkn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  font-size: 16px;
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0s;
  transform: translateX(-20rem);
  opacity: 0;
  color: #FFFFFFB2;
}
.intro .title {
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 128.571%;
  
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0s;
  transform: translateX(-20rem);
  opacity: 0;
  margin-bottom: 20px;
}
@media (min-width: 660px) and (max-width: 768px) {
  .intro .title {
    font-size: 44px;
  }
}
@media (max-width: 660px) {
  .intro .title {
    font-size: 40px;
  }
}
.intro ul.checks {
  font-size: 16px;
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
  z-index: 1;
  flex-wrap: wrap;
}
@media (max-width: 660px) {
  .intro ul.checks {
    flex-direction: column;
  }
}
.intro ul.checks li {
  display: flex;
  gap: 8px;
}
.intro ul.checks li:nth-child(1) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.1s;
  transform: translateX(-20rem);
  opacity: 0;
}
.intro ul.checks li:nth-child(2) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.2s;
  transform: translateX(-20rem);
  opacity: 0;
}
.intro ul.checks li:nth-child(3) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.3s;
  transform: translateX(-20rem);
  opacity: 0;
}
.intro ul.checks li:nth-child(4) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.4s;
  transform: translateX(-20rem);
  opacity: 0;
}
.intro ul.checks li:nth-child(5) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.5s;
  transform: translateX(-20rem);
  opacity: 0;
}
.intro ul.checks li:not(:last-child) {
  border-right: 0.5px solid #FFFFFF4D;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .intro ul.checks li:not(:last-child) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .intro ul.checks li:last-child {
    flex-basis: 100%;
  }
}
.intro ul.checks li svg {
  position: absolute;
  top: -15px;
  right: 5px;
}
@media (max-width: 660px) {
  .intro ul.checks {
    z-index: 0;
  }
}
.intro .auth {
  display: flex;
  gap: 24px;
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0s;
  transform: translateY(20rem);
  opacity: 0;
}
@media (max-width: 660px) {
  .intro .auth {
    flex-direction: column;
  }
}
.intro .light {
  position: absolute;
  width: 327rem;
  right: 216rem;
  top: 185rem;
  z-index: 0;
}
@media (max-width: 660px) {
  .intro .light {
    width: 196rem;
    right: 34rem;
    top: 0rem;
    z-index: -1;
  }
}
main[loaded] .intro span.rkn,
main[loaded] .intro .title {
  opacity: 1;
  transform: translateY(0) translateX(0) rotate(0deg);
}
main.loaded-done .intro ul.checks li {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
main.loaded-done .intro .auth {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.ord-and-erir {
  margin-bottom: 60px;
}
.ord-and-erir .section__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 20px;
}
.ord-and-erir .section__title .text {
  width: 70%;
}
@media (max-width: 661px) {
  .ord-and-erir .section__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
}
.ord-and-erir .ord-and-erir-content {
  max-height: 0;
  overflow: hidden;
}
.ord-and-erir .ord-and-erir-content .text {
  font-size: 16px;
}
.ord-and-erir .ord-and-erir-content .link_button {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ord-and-erir .ord-and-erir-content .link_button {
    align-items: flex-start;
    flex-direction: column;
  }
}
.ord-and-erir.open .ord-and-erir-content {
  max-height: max-content;
}
@media (min-width: 769px) {
  .ord-and-erir.open .link-button {
    padding-top: 32px;
  }
}
.offers__list {
  min-height: 148px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  overflow: hidden;
  grid-gap: 20rem;
  opacity: 0;
  transition: 0.6s opacity;
}
@media (max-width: 660px) {
  .offers__list {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.main.loaded-done .offers__list[visible] {
  opacity: 1;
}
.main.loaded-done .offers__list[visible] .offers__item-wrap {
  opacity: 1;
  transform: translateX(0);
}
.offers__list .item-wrap.offers__list {
  display: flex;
  transform: translateX(-50rem);
  opacity: 0;
  transition: 0.6s opacity, 0.6s transform;
}
.offers__list .item-wrap.offers__list:nth-child(1) {
  flex-direction: row;
  align-items: center;
  transition-delay: 0s;
  grid-area: 1 / 1 / 2 / 4;
}
.offers__list .item-wrap.offers__list:nth-child(1) .illustration-reg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) and (min-width: 661px) {
  .offers__list .item-wrap.offers__list:nth-child(1) .illustration-reg {
    bottom: initial;
    left: initial;
    right: 0;
    top: -10px;
  }
}
@media (max-width: 660px) {
  .offers__list .item-wrap.offers__list:nth-child(1) .illustration-reg {
    position: relative;
    margin: auto;
    bottom: -24px;
    left: initial;
    right: initial;
    top: initial;
  }
}
.offers__list .item-wrap.offers__list:nth-child(1) .content {
  margin-left: 160px;
}
@media (max-width: 1024px) {
  .offers__list .item-wrap.offers__list:nth-child(1) .content {
    margin-left: 0;
    width: 70%;
  }
}
@media (max-width: 661px) {
  .offers__list .item-wrap.offers__list:nth-child(1) .content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .offers__list .item-wrap.offers__list:nth-child(1) {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
@media (max-width: 660px) {
  .offers__list .item-wrap.offers__list:nth-child(1) {
    flex-direction: column;
  }
}
.offers__list .item-wrap.offers__list:nth-child(2) {
  transition-delay: 0.3s;
  grid-area: 2 / 1 / 4 / 2;
}
.offers__list .item-wrap.offers__list:nth-child(3) {
  transition-delay: 0.6s;
  grid-area: 2 / 2 / 4 / 3;
}
.offers__list .item-wrap.offers__list:nth-child(4) {
  transition-delay: 0.9s;
  grid-area: 2 / 3 / 4 / 4;
}
.section-horizontal-divider {
  display: inline-block;
  width: 100%;
  height: 1rem;
  opacity: 0.2;
  background-color: #d6f3fa;
  margin-bottom: 45px;
  margin-top: -60px;
}
@media (max-width: 660px) {
  .section-horizontal-divider {
    margin-top: 0;
  }
}
.what-data {
  margin-bottom: 60px;
}
.what-data .section__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 20px;
}
.what-data .section__title .text {
  width: 90%;
}
@media (max-width: 661px) {
  .what-data .section__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
}
.what-data .what-data-content {
  max-height: 0;
  overflow: hidden;
}
.what-data .what-data-content .text {
  font-size: 16px;
}
.what-data .what-data-content .link_button {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .what-data .what-data-content .link_button {
    align-items: flex-start;
    flex-direction: column;
  }
}
.what-data .what-data-content .rub::before,
.what-data .what-data-content .cross-rub::before {
  display: inline-flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 20px;
}
@media (max-width: 661px) {
  .what-data .what-data-content .rub::before,
  .what-data .what-data-content .cross-rub::before {
    font-size: 20px;
  }
}
.what-data .what-data-content .rub::before {
  content: '';
  background: url(/assets/svg/icon-rub.svg);
}
.what-data .what-data-content .cross-rub::before {
  content: '';
  background: url(/assets/svg/icon-cross-rub.svg);
}
.what-data .what-data-content ul.entities {
  display: flex;
  list-style: disc;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.what-data .what-data-content ul.entities li {
  margin-inline-start: 15px;
  color: #ffffffb2;
  font-size: 16px;
}
.what-data .what-data-content ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 60px;
}
@media (max-width: 768px) {
  .what-data .what-data-content ul {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.what-data .what-data-content ul li.item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.what-data .what-data-content ul li.item span {
  display: block;
}
.what-data .what-data-content ul li.item::before {
  display: inline-flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 20px;
}
@media (max-width: 661px) {
  .what-data .what-data-content ul li.item::before {
    font-size: 20px;
  }
}
.what-data .what-data-content ul li.item:nth-child(1)::before {
  content: '';
  background: url(/assets/svg/icon-rub.svg);
}
.what-data .what-data-content ul li.item:nth-child(2)::before {
  content: '';
  background: url(/assets/svg/icon-cross-rub.svg);
}
.what-data.open .what-data-content {
  max-height: max-content;
}
@media (min-width: 769px) {
  .what-data .link-button {
    padding-top: 32px;
  }
}
.payment .registration-block {
  margin: auto;
  width: max-content;
  margin-top: 40px;
}
.payment .price-text {
  margin-top: 40px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  padding: 28.57142857rem !important;
  padding-bottom: 0rem !important;
}
@media (max-width: 1160px) {
  .payment .price-text {
    font-size: 10px;
  }
}
.payment .price-link {
  margin: auto;
  width: max-content;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 32px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .payment .price-link {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .payment .price-link {
    font-size: 12px;
  }
}
.payment .price-link a {
  color: var(--primary-color);
}
.payment .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1.7fr 1fr;
  padding: 28.57142857rem !important;
  padding-bottom: 0rem !important;
}
@media (max-width: 661px) {
  .payment .list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.payment .list .item-wrap {
  padding: 28.57142857rem !important;
  padding-bottom: 42.85714286rem !important;
}
.payment .list .item-wrap .item-wrap-text {
  display: flex;
  gap: 14.28571429rem !important;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  padding: 0;
}
.payment .list .item-wrap .item-wrap-text .title {
  font-size: 22px;
}
.payment .list .item-wrap .item-wrap-text .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
}
.payment .list .item-wrap .item-wrap-text .colored {
  color: var(--primary-color);
}
.payment .list .item-wrap .item-wrap-text ul.payment-list {
  list-style-type: disc;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
}
.payment .list .item-wrap .item-wrap-text ul.payment-list li {
  line-height: normal;
  margin-inline-start: 30px;
}
.payment .list .item-wrap .item-wrap-text ul.payment-list li:not(:last-child) {
  margin-bottom: 20px;
}
.payment .list .item-wrap .item-wrap-text ul.payment-list li::marker {
  color: var(--primary-color);
}
#text-align.count {
  text-align: left;
}
#text-align.count::before {
  display: none;
}
#text-align.price {
  text-align: right;
}
.price .mailto {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  margin: auto;
  width: 50%;
  margin-top: 100px;
}
@media (max-width: 660px) {
  .price .mailto {
    font-size: 17rem;
  }
}
.price .mailto a {
  color: var(--primary-color);
  text-decoration: underline;
}
.price .registration-block {
  text-align: center;
  margin: auto;
  width: max-content;
  margin-top: 40px;
}
.price .content {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .price .content {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .price .content {
    max-width: 1800px;
  }
}
@media (max-width: 660px) {
  .price .content {
    flex-direction: column;
  }
}
.price .content .list li {
  padding: 40px;
}
.price .content .list li .item-wrap-text {
  width: 100%;
}
.price .content .colored {
  color: var(--primary-color);
}
.price .content .table-side {
  flex: 1;
  min-width: 0;
}
@media (min-width: 1800px) {
  .price .content .table-side {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  .price .content .table-side {
    width: 100%;
  }
}
.price .content .table-side .list {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
}
.price .content .table-side .list li .item-wrap-text .description {
  margin-top: 66px;
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  line-height: 24rem;
}
@media (max-width: 1160px) {
  .price .content .table-side .list li .item-wrap-text .description {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .content .table-side .list li .item-wrap-text .description {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .price .content .table-side .list li .item-wrap-text .description {
    font-size: 13px;
  }
}
.price .content .table-side .list li .item-wrap-text .description a {
  color: var(--primary-color);
  text-decoration: underline;
}
.price .content .table-side .list li .item-wrap-text .description .small-description {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-size: 13px;
  line-height: 12rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1160px) {
  .price .content .table-side .list li .item-wrap-text .description .small-description {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .content .table-side .list li .item-wrap-text .description .small-description {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .price .content .table-side .list li .item-wrap-text .description .small-description {
    font-size: 11px;
  }
}
.price .content .table-side .list li .item-wrap-text .payment-link {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  line-height: 24rem;
}
@media (max-width: 1160px) {
  .price .content .table-side .list li .item-wrap-text .payment-link {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .content .table-side .list li .item-wrap-text .payment-link {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .price .content .table-side .list li .item-wrap-text .payment-link {
    font-size: 13px;
  }
}
.price .content .table-side .list li .item-wrap-text .payment-link a {
  color: var(--primary-color);
  text-decoration: underline;
}:root .price .content .table-side .list li .item-wrap-text .ant-table{
  background: transparent;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell{
  background: transparent;
  border-bottom: none;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell div{
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: var(--primary-color);
}
@media (max-width: 660px) {
  .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell div {
    font-size: 17rem;
  }
}
@media (min-width: 1800px) {
  .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell div {
    font-size: 16px;
  }
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell div span.small-text{
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--primary-color);
}
@media (max-width: 1160px) {
  .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell div span.small-text {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell div span.small-text {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell div span.small-text {
    font-size: 12px;
  }
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell.count{
  text-align: left;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell.count::before{
  display: none;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-thead th.ant-table-cell.price{
  text-align: right;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell{
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 660px) {
  .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell {
    font-size: 17rem;
  }
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell.count{
  text-align: left;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell.count::before{
  display: none;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell.price{
  text-align: right;
}
@media (min-width: 1800px) {
  .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell {
    font-size: 16px;
  }
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell.ant-table-cell-row-hover{
  background: transparent;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row:last-child td.ant-table-cell{
  border-bottom: none;
}:root .price .content .table-side .list li .item-wrap-text .ant-table .ant-table-tbody tr.ant-table-row:not(:last-child) td.ant-table-cell{
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.price .content .plates-side {
  flex: 1;
  min-width: 0;
}
@media (min-width: 1800px) {
  .price .content .plates-side {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  .price .content .plates-side {
    width: 100%;
  }
}
.price .content .plates-side .title {
  margin-top: 40rem;
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8rem;
}
@media (max-width: 660px) {
  .price .content .plates-side .title {
    font-size: 17rem;
  }
}
@media (min-width: 1800px) {
  .price .content .plates-side .title {
    font-size: 16px;
  }
}
.price .content .plates-side .description {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  .price .content .plates-side .description {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .content .plates-side .description {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .price .content .plates-side .description {
    font-size: 13px;
  }
}
.price .content .plates-side .entities-description {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
@media (max-width: 1160px) {
  .price .content .plates-side .entities-description {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .content .plates-side .entities-description {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .price .content .plates-side .entities-description {
    font-size: 13px;
  }
}
.price .content .plates-side .delivery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 32px;
  margin: 32px 0;
}
.price .content .plates-side .delivery .delivery-price {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: 12px;
}
@media (max-width: 660px) {
  .price .content .plates-side .delivery .delivery-price {
    font-size: 17rem;
  }
}
@media (min-width: 1800px) {
  .price .content .plates-side .delivery .delivery-price {
    font-size: 16px;
  }
}
.price .content .plates-side .delivery .delivery-description {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1160px) {
  .price .content .plates-side .delivery .delivery-description {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .content .plates-side .delivery .delivery-description {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .price .content .plates-side .delivery .delivery-description {
    font-size: 13px;
  }
}
.price .content .plates-side .small-description {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-size: 13px;
  line-height: 12rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1160px) {
  .price .content .plates-side .small-description {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .content .plates-side .small-description {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .price .content .plates-side .small-description {
    font-size: 11px;
  }
}
.price .content .plates-side .list {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
}
.price .content .plates-side .list li {
  height: max-content;
}
.price .content .plates-side .list li .item-wrap-text .entities-title {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 660px) {
  .price .content .plates-side .list li .item-wrap-text .entities-title {
    font-size: 17rem;
  }
}
@media (min-width: 1800px) {
  .price .content .plates-side .list li .item-wrap-text .entities-title {
    font-size: 16px;
  }
}
.price .content .plates-side .list li .item-wrap-text .entities-list {
  list-style-type: disc;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px 28px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 20rem;
}
.price .content .plates-side .list li .item-wrap-text .entities-list li {
  padding: 0;
  margin-inline-start: 17rem;
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 660px) {
  .price .content .plates-side .list li .item-wrap-text .entities-list li {
    font-size: 17rem;
  }
}
@media (min-width: 1800px) {
  .price .content .plates-side .list li .item-wrap-text .entities-list li {
    font-size: 16px;
  }
}
.price .content .plates-side .list li .item-wrap-text .entities-list li::marker {
  color: var(--primary-color);
}
.price .plates-text {
  margin-top: 40px;
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding-bottom: 0rem !important;
}
@media (max-width: 1160px) {
  .price .plates-text {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .price .plates-text {
    font-size: 12px;
  }
}:root .price .price__collapse .ant-collapse-item:last-child{
  border-bottom: none !important;
}:root .price .price__collapse .ant-collapse-header{
  padding: 0;
}
.reset_pass_page {
  height: calc(100vh - 190rem);
}
.reset_pass_page .reset_pass__form_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}:root .reset_pass_page .reset_pass__form_wrapper .ant-result-title,:root .reset_pass_page .reset_pass__form_wrapper .ant-result-subtitle{
  color: var(--color-blue-carbon) !important;
}
.section.strapi-article {
  min-height: calc(100vh - ((100rem + 57rem)*1.12));
  max-height: max-content;
  scroll-behavior: smooth;
  overflow: visible;
  position: relative;
  contain: none;
}
.strapi-article__navigation {
  margin-bottom: 20px;
}
.strapi-article__layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  overflow: visible;
  width: 100%;
  position: relative;
  contain: none;
  height: auto;
}
@media (max-width: 1024px) {
  .strapi-article__layout {
    flex-direction: column;
    gap: 20px;
  }
}
.strapi-article__toc {
  flex: 0 0 280px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: fit-content;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  align-self: flex-start;
  z-index: 100;
  will-change: transform;
  padding-right: 20px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  contain: layout style paint;
  isolation: isolate;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.strapi-article__toc::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}
.strapi-article__toc::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px 0;
}
.strapi-article__toc::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}
.strapi-article__toc:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
.strapi-article__toc:hover::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.25);
}
.strapi-article__toc:hover::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.35);
}
.strapi-article__toc:hover {
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}
@media (max-width: 1024px) {
  .strapi-article__toc {
    flex: none;
    position: static;
    max-height: none;
    overflow-y: visible;
    order: 1;
  }
}
.strapi-article__main {
  flex: 1;
  min-width: 0;
  padding: 0 0 40px 20px;
}
@media (max-width: 1024px) {
  .strapi-article__main {
    order: 2;
    padding: 0 0 40px 0;
  }
}
.strapi-article__content {
  width: 100%;
  overflow: visible;
  position: relative;
  contain: none;
}
.strapi-article__content .table-of-contents {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 4px;
  margin-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.strapi-article__content .table-of-contents ul,
.strapi-article__content .table-of-contents ol {
  list-style: none !important;
  padding-left: 0 !important;
}
.strapi-article__content .table-of-contents ul li,
.strapi-article__content .table-of-contents ol li {
  list-style: none !important;
  margin-left: 0 !important;
}
.strapi-article__content .table-of-contents ul li::marker,
.strapi-article__content .table-of-contents ol li::marker {
  display: none !important;
}
.strapi-article__content .table-of-contents ul li:before,
.strapi-article__content .table-of-contents ol li:before {
  display: none !important;
}
.strapi-article__content .table-of-contents__search {
  position: relative;
  margin-bottom: 20px;
}
.strapi-article__content .table-of-contents__search-input {
  width: 100%;
  padding: 8px 12px;
  padding-right: 35px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  outline: none;
  transition: all 0.15s ease;
}
.strapi-article__content .table-of-contents__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.strapi-article__content .table-of-contents__search-input:focus {
  border-bottom-color: #3b82f6;
  background: transparent;
  box-shadow: none;
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}
.strapi-article__content .table-of-contents__search-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.1s ease;
}
.strapi-article__content .table-of-contents__search-clear:hover {
  color: #ffffff;
}
.strapi-article__content .table-of-contents__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.strapi-article__content .table-of-contents__item {
  margin-bottom: 8px;
}
.strapi-article__content .table-of-contents__item:last-child {
  margin-bottom: 0;
}
.strapi-article__content .table-of-contents__node {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 32px;
  transition: all 0.15s ease;
}
.strapi-article__content .table-of-contents__expand-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0;
  margin-right: 6px;
  font-size: 10px;
  font-family: monospace;
  transition: color 0.15s ease;
  flex-shrink: 0;
}
.strapi-article__content .table-of-contents__expand-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}
.strapi-article__content .table-of-contents__expand-toggle:focus {
  outline: 1px solid #3b82f6;
  outline-offset: 1px;
  color: #3b82f6;
}
.strapi-article__content .table-of-contents__list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.strapi-article__content .table-of-contents__list--nested {
  margin-top: 6px;
  list-style: none !important;
}
.strapi-article__content .table-of-contents__list--nested .table-of-contents__item {
  margin-bottom: 6px;
  margin-left: 0 !important;
  list-style: none !important;
}
.strapi-article__content .table-of-contents__item {
  margin-bottom: 4px;
  margin-left: 0 !important;
  list-style: none !important;
}
.strapi-article__content .table-of-contents__item:last-child {
  margin-bottom: 0;
}
.strapi-article__content .table-of-contents__item::marker {
  display: none !important;
}
.strapi-article__content .table-of-contents__item:before {
  display: none !important;
}
.strapi-article__content .table-of-contents__link {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 6px 0;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.15s ease;
  flex: 1;
}
.strapi-article__content .table-of-contents__link:hover {
  color: rgba(255, 255, 255, 0.9);
}
.strapi-article__content .table-of-contents__link:focus {
  outline: 1px solid #3b82f6;
  outline-offset: 2px;
  color: #3b82f6;
}
.strapi-article__content .table-of-contents__link--active {
  color: #3b82f6;
  font-weight: 500;
}
.strapi-article__content .table-of-contents__link--selected {
  background: rgba(59, 130, 246, 0.08);
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
}
.strapi-article__content .table-of-contents__link--selected:hover {
  background: rgba(59, 130, 246, 0.12);
}
.strapi-article__content .table-of-contents__back-to-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: transparent;
  border: none;
  padding: 8px 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  transition: all 0.15s ease;
  margin-bottom: 24px;
  gap: 8px;
}
.strapi-article__content .table-of-contents__back-to-top:hover {
  color: #ffffff;
  transform: none;
  background: transparent;
}
.strapi-article__content .table-of-contents__back-to-top:active {
  transform: translateY(0);
}
.strapi-article__content .table-of-contents__back-to-top:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}
.strapi-article__content .table-of-contents__back-to-top-icon {
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.1s ease;
}
.strapi-article__content .table-of-contents__back-to-top:hover .strapi-article__content .table-of-contents__back-to-top-icon {
  transform: translateY(-2px);
}
.strapi-article__content .table-of-contents__no-results {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: italic;
  padding: 12px;
}
.strapi-article__content .table-of-contents__highlight {
  background-color: rgba(59, 130, 246, 0.3);
  color: #60a5fa;
  padding: 1px 2px;
  border-radius: 2px;
  font-weight: 600;
}
.strapi-article__content .anchor-link {
  cursor: pointer;
  transition: color 0.2s ease;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.strapi-article__content .anchor-link:hover {
  color: #3b82f6;
}
.strapi-article__content .anchor-link:hover .anchor-hash {
  opacity: 1;
}
.strapi-article__content .anchor-link:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-radius: 4px;
}
.strapi-article__content h1,
.strapi-article__content h2,
.strapi-article__content h3,
.strapi-article__content h4,
.strapi-article__content h5,
.strapi-article__content h6 {
  font-weight: 700 !important;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.02em !important;
}
.strapi-article__content h1 {
  font-size: 36px !important;
  line-height: 1.4 !important;
  margin-top: 48px !important;
  margin-bottom: 24px !important;
}
.strapi-article__content h1:first-child {
  margin-top: 0 !important;
}
.strapi-article__content h2 {
  font-size: 28px !important;
  line-height: 1.4 !important;
  margin-top: 48px !important;
  margin-bottom: 20px !important;
}
.strapi-article__content h2:first-child {
  margin-top: 0 !important;
}
.strapi-article__content h3 {
  font-size: 22px !important;
  line-height: 1.45 !important;
  margin-top: 40px !important;
  margin-bottom: 18px !important;
}
.strapi-article__content h4 {
  font-size: 19px !important;
  line-height: 1.5 !important;
  margin-top: 32px !important;
  margin-bottom: 16px !important;
}
.strapi-article__content h5 {
  font-size: 17px !important;
  line-height: 1.5 !important;
  margin-top: 28px !important;
  margin-bottom: 14px !important;
}
.strapi-article__content h6 {
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em !important;
  color: #d1d5db !important;
}
.strapi-article__content .strapi-html-content h1,
.strapi-article__content .strapi-html-content h2,
.strapi-article__content .strapi-html-content h3,
.strapi-article__content .strapi-html-content h4,
.strapi-article__content .strapi-html-content h5,
.strapi-article__content .strapi-html-content h6 {
  font-weight: 700 !important;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
  letter-spacing: -0.02em !important;
}
.strapi-article__content .strapi-html-content h1 {
  font-size: 36px !important;
  line-height: 1.4 !important;
  margin-top: 48px !important;
  margin-bottom: 24px !important;
}
.strapi-article__content .strapi-html-content h1:first-child {
  margin-top: 0 !important;
}
.strapi-article__content .strapi-html-content h2 {
  font-size: 28px !important;
  line-height: 1.4 !important;
  margin-top: 48px !important;
  margin-bottom: 20px !important;
}
.strapi-article__content .strapi-html-content h2:first-child {
  margin-top: 0 !important;
}
.strapi-article__content .strapi-html-content h3 {
  font-size: 22px !important;
  line-height: 1.45 !important;
  margin-top: 40px !important;
  margin-bottom: 18px !important;
}
.strapi-article__content .strapi-html-content h4 {
  font-size: 19px !important;
  line-height: 1.5 !important;
  margin-top: 32px !important;
  margin-bottom: 16px !important;
}
.strapi-article__content .strapi-html-content h5 {
  font-size: 17px !important;
  line-height: 1.5 !important;
  margin-top: 28px !important;
  margin-bottom: 14px !important;
}
.strapi-article__content .strapi-html-content h6 {
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em !important;
  color: #d1d5db !important;
}
.strapi-article__content .strapi-html-content p {
  color: #ffffff !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.01em !important;
  word-break: break-word !important;
  margin-bottom: 24px !important;
}
.strapi-article__content .strapi-html-content p:last-child {
  margin-bottom: 0 !important;
}
.strapi-article__content .strapi-html-content a {
  color: var(--primary-color, #3b82f6) !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.2px;
}
.strapi-article__content .strapi-html-content a:hover {
  color: var(--blue, #1d4ed8) !important;
}
.strapi-article__content .strapi-html-content ul,
.strapi-article__content .strapi-html-content ol {
  font-size: 16px !important;
  line-height: 1.75 !important;
  padding-left: 0 !important;
  margin-bottom: 24px !important;
}
.strapi-article__content .strapi-html-content ul li,
.strapi-article__content .strapi-html-content ol li {
  color: #ffffff !important;
  font-weight: 400 !important;
  word-break: break-word !important;
  margin-left: 32px !important;
  margin-bottom: 8px !important;
}
.strapi-article__content .strapi-html-content ul li:last-child,
.strapi-article__content .strapi-html-content ol li:last-child {
  margin-bottom: 0 !important;
}
.strapi-article__content .strapi-html-content ul li::marker,
.strapi-article__content .strapi-html-content ol li::marker {
  color: var(--primary-color, #3b82f6) !important;
}
.strapi-article__content .strapi-html-content ul ul,
.strapi-article__content .strapi-html-content ol ul,
.strapi-article__content .strapi-html-content ul ol,
.strapi-article__content .strapi-html-content ol ol {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.strapi-article__content .strapi-html-content ul ul li,
.strapi-article__content .strapi-html-content ol ul li,
.strapi-article__content .strapi-html-content ul ol li,
.strapi-article__content .strapi-html-content ol ol li {
  margin-left: 24px !important;
}
.strapi-article__content .strapi-html-content table {
  width: 100% !important;
  margin-bottom: 24px !important;
  font-size: 15px !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.strapi-article__content .strapi-html-content table th {
  vertical-align: middle !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  text-align: left !important;
  padding: 12px 16px !important;
  background: transparent !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.strapi-article__content .strapi-html-content table th:last-child {
  border-right: none !important;
}
.strapi-article__content .strapi-html-content table td {
  vertical-align: middle !important;
  padding: 12px 16px !important;
  text-align: left !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: transparent !important;
}
.strapi-article__content .strapi-html-content table td:last-child {
  border-right: none !important;
}
.strapi-article__content .strapi-html-content table tr:last-child td {
  border-bottom: none !important;
}
.strapi-article__content .strapi-html-content code {
  background-color: rgba(55, 65, 81, 0.8) !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Consolas', monospace !important;
  font-size: 14px !important;
  color: #e5e7eb !important;
  border: 1px solid rgba(75, 85, 99, 0.3) !important;
}
.strapi-article__content .strapi-html-content pre {
  background: linear-gradient(135deg, #1f2937, #111827) !important;
  border: 1px solid rgba(59, 130, 246, 0.2) !important;
  padding: 24px !important;
  position: relative !important;
  overflow: auto !important;
  color: #f9fafb !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 32px 0 !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}
.strapi-article__content .strapi-html-content pre code {
  background-color: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: 14px !important;
  border: none !important;
}
.strapi-article__content .strapi-html-content h1,
.strapi-article__content .strapi-html-content h2,
.strapi-article__content .strapi-html-content h3,
.strapi-article__content .strapi-html-content h4,
.strapi-article__content .strapi-html-content h5,
.strapi-article__content .strapi-html-content h6 {
  scroll-margin-top: 80px !important;
}
.strapi-article__content .strapi-html-content h1:hover .heading-anchor,
.strapi-article__content .strapi-html-content h2:hover .heading-anchor,
.strapi-article__content .strapi-html-content h3:hover .heading-anchor,
.strapi-article__content .strapi-html-content h4:hover .heading-anchor,
.strapi-article__content .strapi-html-content h5:hover .heading-anchor,
.strapi-article__content .strapi-html-content h6:hover .heading-anchor {
  opacity: 1 !important;
}
.strapi-article__content .strapi-html-content .heading-anchor {
  margin-left: 8px !important;
  color: #9ca3af !important;
  font-weight: normal !important;
  text-decoration: none !important;
  opacity: 0 !important;
  transition: opacity 0.15s ease, color 0.15s ease !important;
}
.strapi-article__content .strapi-html-content .heading-anchor:hover {
  color: var(--primary-color, #3b82f6) !important;
}
.strapi-article__content .strapi-html-content .heading-anchor_copied {
  opacity: 1 !important;
  color: #86efac !important;
}
.strapi-article__content .strapi-html-content .heading-anchor:focus-visible {
  opacity: 1 !important;
}
.strapi-article__content .strapi-html-content .term {
  position: relative !important;
  border-bottom: 1px dashed rgba(59, 130, 246, 0.8) !important;
  cursor: help !important;
  outline: none !important;
}
.strapi-article__content .strapi-html-content .term:hover,
.strapi-article__content .strapi-html-content .term:focus-visible {
  border-bottom-color: var(--primary-color, #3b82f6) !important;
  color: #bfdbfe !important;
}
.strapi-article__content .strapi-html-content .term__popover {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  z-index: 20 !important;
  display: block !important;
  width: max-content !important;
  max-width: min(360px, 80vw) !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  text-align: left !important;
  white-space: normal !important;
  color: #f9fafb !important;
  background: linear-gradient(135deg, #1f2937, #111827) !important;
  border: 1px solid rgba(59, 130, 246, 0.35) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45) !important;
  cursor: auto !important;
}
.strapi-article__content .strapi-html-content .term__popover_right {
  left: auto !important;
  right: 0 !important;
}
.strapi-article__content .strapi-html-content .code-block {
  position: relative !important;
}
.strapi-article__content .strapi-html-content .code-block:hover .code-copy,
.strapi-article__content .strapi-html-content .code-block .code-copy:focus-visible {
  opacity: 1 !important;
}
.strapi-article__content .strapi-html-content .code-copy {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 1 !important;
  padding: 6px 12px !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #e5e7eb !important;
  background: rgba(55, 65, 81, 0.92) !important;
  border: 1px solid rgba(148, 163, 184, 0.35) !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  opacity: 0 !important;
  transition: opacity 0.15s ease, background-color 0.15s ease !important;
}
.strapi-article__content .strapi-html-content .code-copy:hover {
  background: rgba(75, 85, 99, 0.95) !important;
}
.strapi-article__content .strapi-html-content .code-copy_done {
  color: #86efac !important;
  border-color: rgba(134, 239, 172, 0.5) !important;
}
@media (hover: none) {
  .strapi-article__content .strapi-html-content .code-copy {
    opacity: 1 !important;
  }
}
.strapi-article__content .strapi-html-content blockquote {
  margin: 32px 0 !important;
  padding: 20px 24px !important;
  background: linear-gradient(135deg, rgba(55, 65, 81, 0.8), rgba(75, 85, 99, 0.6)) !important;
  border-left: 4px solid var(--primary-color, #3b82f6) !important;
  border-radius: 0 8px 8px 0 !important;
  position: relative !important;
}
.strapi-article__content .strapi-html-content blockquote::before {
  content: '“' !important;
  font-size: 48px !important;
  color: rgba(59, 130, 246, 0.3) !important;
  position: absolute !important;
  top: 8px !important;
  left: 12px !important;
  line-height: 1 !important;
}
.strapi-article__content .strapi-html-content blockquote p {
  margin-bottom: 0 !important;
  font-style: italic !important;
  color: #e5e7eb !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  padding-left: 24px !important;
}
.strapi-article__content p {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.2px;
  word-break: break-word;
}
.strapi-article__content ul,
.strapi-article__content ol {
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 15px;
  line-height: 200%;
}
.strapi-article__content ul li,
.strapi-article__content ol li {
  color: #ffffff;
  font-weight: 400;
  word-break: break-word;
  margin-left: 25px;
}
.strapi-article__content ul li::marker,
.strapi-article__content ol li::marker {
  color: var(--primary-color, #3b82f6);
}
.strapi-article__content ul li {
  list-style-type: disc;
}
.strapi-article__content ol li {
  list-style-type: decimal;
}
.strapi-article__content table {
  width: 100%;
  margin-bottom: 24px;
  font-size: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.strapi-article__content table th {
  vertical-align: middle;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  padding: 12px 16px;
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.strapi-article__content table th:last-child {
  border-right: none;
}
.strapi-article__content table td {
  vertical-align: middle;
  padding: 12px 16px;
  text-align: left;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}
.strapi-article__content table td:last-child {
  border-right: none;
}
.strapi-article__content table tr:last-child td {
  border-bottom: none;
}
.strapi-article__content img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.strapi-article__content a {
  color: var(--primary-color, #3b82f6);
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.2px;
}
.strapi-article__content a:hover {
  color: var(--blue, #1d4ed8);
}
.strapi-article__content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  background-color: #374151;
  border-left: 4px solid var(--primary-color, #3b82f6);
  border-radius: 0 4px 4px 0;
  font-size: 15px;
  line-height: 200%;
}
.strapi-article__content blockquote p {
  margin-bottom: 0 !important;
  font-style: italic;
  color: #d1d5db !important;
  font-size: 15px !important;
  line-height: 200% !important;
}
.strapi-article__content code {
  background-color: #374151;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 13px !important;
  color: #ffffff;
}
.strapi-article__content pre {
  border: 1px solid var(--primary-color, #3b82f6);
  padding: 20px;
  position: relative;
  background: #1f2937;
  overflow: auto;
  color: #ffffff;
  font-size: 13px !important;
  line-height: 15px;
  margin: 24px 0;
  border-radius: 4px;
}
.strapi-article__content pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-size: 13px !important;
}
.strapi-article__content .page-snippet {
  margin-bottom: 48px;
  padding: 32px 0;
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
.strapi-article__content .page-snippet__content {
  max-width: 100%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#blog-detail.blog-detail .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#blog-detail.blog-detail .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 714rem;
  margin: auto;
}
#blog-detail.blog-detail .others {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
}
#blog-detail.blog-detail .others span {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-size: 31.42rem;
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .others span {
    font-size: 17rem;
  }
}
#blog-detail.blog-detail .others a {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .others a {
    font-size: 17rem;
  }
}
#blog-detail.blog-detail .image {
  max-width: 714rem;
  margin: 0 auto 16px auto;
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .image {
    max-width: 100%;
  }
}
#blog-detail.blog-detail .title {
  font-size: 28rem;
  color: var(--primary-color);
  font-style: normal;
  line-height: normal;
  margin-bottom: 16px;
}
#blog-detail.blog-detail a {
  color: #0EB0AF;
}
#blog-detail.blog-detail span.highlight {
  color: var(--primary-color);
}
#blog-detail.blog-detail .sub-title {
  color: #fff;
  
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 16px;
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .sub-title {
    font-size: 17rem;
  }
}
#blog-detail.blog-detail .text {
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
@media (max-width: 1160px) {
  #blog-detail.blog-detail .text {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  #blog-detail.blog-detail .text {
    font-size: 12px;
  }
}
.account-plate.list {
  width: 80%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.account-plate.list .item-wrap-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.account-plate.list .item-wrap-text .form__field,
.account-plate.list .item-wrap-text .save-btn {
  width: 440px;
}
.save-btn,
.cancel-btn {
  max-height: 52px;
  width: 100%;
  font-size: 16px !important;
  margin-top: 20px;
  border-radius: 6px;
  padding: 14px 24px 14px;
}
.edit-btn {
  height: 36px;
  width: 133px;
  margin-top: 40px;
  border-radius: 6px;
  padding: 10px 16px ;
}
.company-data-plate.list {
  width: 80%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}:root .doc-send-wrapper .ant-list{
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}:root .doc-send-wrapper .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-title{
  color: #fff;
}:root .doc-send-wrapper .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-description{
  color: rgba(255, 255, 255, 0.7);
}
.doc-send-wrapper .doc-send-description {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .doc-send-wrapper .doc-send-description {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .doc-send-wrapper .doc-send-description {
    font-size: 12px;
  }
}
ul.doc-type {
  width: 80%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
ul.doc-type li.doc-type {
  width: 100%;
}
.KYC-page {
  display: flex;
  gap: 20px;
  width: 100%;
}
.KYC-page .list {
  width: 80%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.KYC-page .list .item-wrap {
  display: flex;
  text-align: center;
}
.KYC-page .list .item-wrap .content {
  margin: auto;
}:root .KYC-page .ant-steps{
  width: 20%;
}:root .KYC-page .ant-steps .ant-steps-item-title{
  color: white !important;
  font-size: 16px !important;
}:root .KYC-page .ant-steps .ant-steps-item-description{
  color: rgba(255, 255, 255, 0.33) !important;
  font-size: 14px !important;
}:root .KYC-page .ant-steps .ant-steps-item-process .ant-steps-item-tail::after{
  background-color: rgba(255, 255, 255, 0.33) !important;
}:root .KYC-page .ant-steps .ant-steps-item-wait .ant-steps-item-title{
  color: rgba(255, 255, 255, 0.33) !important;
}:root .KYC-page .ant-steps .ant-steps-item-wait .ant-steps-item-tail::after{
  background-color: rgba(255, 255, 255, 0.33) !important;
}:root .KYC-page .ant-steps .ant-steps-item-wait .ant-steps-item-icon{
  background-color: rgba(255, 255, 255, 0.33) !important;
}
li.item-wrap p.item-wrap-text {
  width: 100%;
}:root li.item-wrap p.item-wrap-text .ant-result-title{
  color: white;
}:root li.item-wrap p.item-wrap-text .ant-result-subtitle{
  color: rgba(255, 255, 255, 0.33);
}
li.item-wrap .declined-doc > ul.declined-list {
  list-style: none;
}
li.item-wrap .declined-doc > ul.declined-list li {
  margin-inline-start: 20rem;
  list-style-type: disc;
}
li.item-wrap .declined-doc > ul.declined-list li::marker {
  color: var(--primary-color);
}
li.item-wrap .declined-doc > ul.declined-list button {
  margin-top: 24px;
}
.stands {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 16rem;
}
.stands .btn.primary.medium {
  font-size: 16px;
  width: 100%;
  margin: 20rem 0;
}
.sandbox {
  margin-bottom: 15px;
}
.prod {
  margin-top: 20px;
}
.stand-title {
  color: var(--primary-color);
  font-size: 18rem;
}
.stands-modal {
  font-family: 'SB Sans Display', sans-serif;
  color: #333f48;
  font-size: 16px;
  width: 800px !important;
}:root .stands-modal .ant-modal-content{
  padding: 24px;
}:root .stands-modal .ant-modal-confirm-title{
  font-size: 32px;
  font-weight: 600;
}
.stands-modal .modal-content {
  display: flex;
  background-color: #f5ba220d;
  border: 1px solid #f5ba22;
  border-radius: 8px;
  padding: 12px;
  gap: 8px;
}
.stands-modal .modal-content div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stands-modal .modal-content .modal-content-text {
  line-height: 24px;
}
.stand-access-btn {
  list-style-type: decimal;
  color: #0087cd;
}
.stand-access-btn li {
  font-size: 16px;
  margin-inline-start: 20px;
}
.stand-access-btn li .btn.large {
  font-size: 16px;
  color: #0087cd;
}
.stand-access-btn li .btn.large svg {
  padding-top: 0px;
}
.list.user-management {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.list.user-management li.item-wrap {
  padding: 32px;
}
.list.user-management li.item-wrap p.item-wrap-text .user-management-block {
  display: flex;
  flex-direction: column;
}
.list.user-management li.item-wrap p.item-wrap-text .user-management-block .first-row {
  display: flex;
  justify-content: space-between;
}
.list.user-management li.item-wrap p.item-wrap-text .user-management-block .add-usr-btn {
  width: max-content;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table{
  background: transparent;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .inv-status{
  max-width: 120px;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table.ant-table-empty tr.ant-table-placeholder{
  background: transparent;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table.ant-table-empty tr.ant-table-placeholder:hover td{
  background: transparent;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table.ant-table-empty tr.ant-table-placeholder td{
  border-bottom: none;
  color: white;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-thead th.ant-table-cell{
  background: transparent;
  border-bottom: none;
  align-content: center;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-thead th.ant-table-cell div{
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--primary-color);
}
@media (max-width: 1160px) {
  .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-thead th.ant-table-cell div {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-thead th.ant-table-cell div {
    font-size: 12px;
  }
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell{
  color: #fff;
  
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 400;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell.inv-status{
  text-align: center;
}
@media (max-width: 1160px) {
  .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell {
    font-size: 12px;
  }
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-tbody tr.ant-table-row td.ant-table-cell.ant-table-cell-row-hover{
  background: transparent;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-tbody tr.ant-table-row:last-child td.ant-table-cell{
  border-bottom: none;
}:root .list.user-management li.item-wrap p.item-wrap-text .user-management-block .ant-table .ant-table-tbody tr.ant-table-row:not(:last-child) td.ant-table-cell{
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list.user-management .user-status-icon-waited svg {
  fill: yellow;
}
.user-management-result {
  border-radius: 32px;
  background: rgba(97, 160, 223, 0.25);
}:root .user-management-result .ant-result-title{
  color: white;
}
.profile {
  min-height: calc(100vh - ((100rem + 57rem)*1.3));
  max-height: max-content;
}:root .profile .ant-tabs-tabpane > *,:root .profile .item-wrap{
  min-width: 0;
}
.profile .item-wrap > .content {
  min-width: 0;
  width: 100%;
}
.verify {
  height: calc(100vh - 202rem);
}:root .verify .ant-result .ant-result-subtitle,:root .verify .ant-result .ant-result-title{
  color: white;
}:root .verify .ant-result .ant-result-subtitle{
  font-size: 18px;
}:root .verify .ant-result .ant-result-extra{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin: 24px auto;
}
.list-props {
  list-style-type: disc;
  margin-inline-start: 14rem;
}
.list-props li:not(:last-child) {
  margin-bottom: 17.14285714rem !important;
}
.list-props li::marker {
  color: var(--primary-color);
}
@media (max-width: 660px) {
  .list-props {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 660px) and (max-width: 768px) {
  .list-props {
    font-size: 16px;
  }
}
@media (max-width: 660px) and (max-width: 660px) {
  .list-props {
    font-size: 12px;
  }
}
.webinar-sales-section .section__wrapper .intro-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 98.57142857rem !important;
}
.webinar-sales-section .section__wrapper .intro-section .illustration-container {
  width: 45%;
  position: absolute;
  right: 0;
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.5s;
  transform: translateX(30rem);
  opacity: 0;
  top: -64.28571429rem !important;
  border-radius: 278.94928571rem !important;
}
.webinar-sales-section .section__wrapper .intro-section .illustration-container .illustration-gradient {
  position: absolute;
  background: radial-gradient(34.66% 44.51% at 54.97% 50%, rgba(66, 198, 227, 0.89) 0%, rgba(36, 125, 99, 0) 100%), linear-gradient(180deg, rgba(69, 230, 235, 0) 13.58%, #3ee8e8 60.49%, #235773 128.78%, #17314a 146.62%);
  filter: blur(88.7566452px);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.webinar-sales-section .section__wrapper .intro-section .illustration-container .illustration-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.webinar-sales-section .section__wrapper .intro-section .text {
  width: 50%;
  margin-top: 37.85714286rem !important;
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.5s;
  transform: translateX(-30rem);
  opacity: 0;
}
.webinar-sales-section .section__wrapper .intro-section .text .webinar-time {
  font-size: 17.14285714rem !important;
  margin-bottom: 11.42857143rem !important;
}
.webinar-sales-section .section__wrapper .intro-section .text h1.section-title {
  font-size: 28.57142857rem !important;
  line-height: 37.14285714rem !important;
  margin-bottom: 22.85714286rem !important;
  font-weight: 600;
}
.webinar-sales-section .section__wrapper .intro-section .text .intro-description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 72%;
}
.webinar-sales-section .section__wrapper .webinar-plates-title {
  font-size: 28.57142857rem !important;
  font-weight: 600;
  margin-bottom: 28.57142857rem !important;
}
.webinar-sales-section .section__wrapper .webinar-sales {
  grid-template-columns: repeat(1, 1fr);
  gap: 28.57142857rem !important;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 57.14285714rem !important;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .plate-image-container {
  position: relative;
  top: 0;
  bottom: 0;
  width: 265.71428571rem !important;
  height: 221.42857143rem !important;
}
@media (max-width: 660px) {
  .webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .plate-image-container {
    display: none;
  }
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .plate-image-container .plate-image-gradient {
  position: absolute;
  background: linear-gradient(180deg, rgba(69, 230, 235, 0) 13.58%, #3ee8e8 60.49%, #235773 128.78%, #17314a 146.62%);
  opacity: 0.5;
  filter: blur(59.51789474px);
  width: 100%;
  height: 100%;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .plate-image-container .plate-image-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content:nth-child(odd) {
  flex-direction: row;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content:nth-child(even) {
  flex-direction: row-reverse;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text {
  color: white;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 22.85714286rem !important;
  height: fit-content;
  width: fit-content;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text .content-title {
  font-size: 22.85714286rem !important;
  font-weight: 600;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text .content-list {
  list-style-type: disc;
  margin-inline-start: 14rem;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text .content-list li:not(:last-child) {
  margin-bottom: 17.14285714rem !important;
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text .content-list li::marker {
  color: var(--primary-color);
}
@media (max-width: 660px) {
  .webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text .content-list {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 660px) and (max-width: 768px) {
  .webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text .content-list {
    font-size: 16px;
  }
}
@media (max-width: 660px) and (max-width: 660px) {
  .webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text .content-list {
    font-size: 12px;
  }
}
.webinar-sales-section .section__wrapper .webinar-sales .item-wrap .content .item-wrap-text .content-list .description {
  font-size: 15.71428571rem !important;
}
.webinar-sales-section .section__wrapper .registration-section {
  display: flex;
  gap: 92.85714286rem !important;
  margin-top: 72.85714286rem !important;
}
.webinar-sales-section .section__wrapper .registration-section .registration-text {
  width: 50%;
  font-size: 22.85714286rem !important;
  line-height: 35.71428571rem !important;
  font-weight: 600;
}
.webinar-sales-section .section__wrapper .registration-section .registration-form {
  width: 50%;
}
.webinar-sales-section .section__wrapper .registration-section .registration-form .agree-check {
  font-size: 14.28571429rem !important;
  line-height: 22.85714286rem !important;
  color: rgba(255, 255, 255, 0.7);
}
.webinar-sales-section .section__wrapper .registration-section .privacy-warn {
  margin-top: 28.57142857rem !important;
  margin-bottom: 28.57142857rem !important;
  font-size: 11.42857143rem !important;
  color: rgba(255, 255, 255, 0.7);
}
.webinar-sales-section .section__wrapper .registration-section .privacy-warn a {
  color: #0eb0af;
  text-decoration: underline;
}
main.loaded-done .illustration-container {
  opacity: 1 !important;
  transform: translateX(0) translateY(0) rotate(0deg) !important;
}
main[loaded] .text {
  opacity: 1 !important;
  transform: translateX(0) translateY(0) rotate(0deg) !important;
}:root .video-modal .ant-modal-content{
  width: 700rem;
  overflow: auto;
  height: 600rem;
}
.video-modal video.video,
.video-modal iframe[title='YouTube video player'] {
  z-index: 1000;
  width: 100%;
  height: 350rem;
  opacity: 1;
}:root .video-modal ul.ant-list-items .ant-list-item{
  font-size: 12rem;
}
.video-modal .btn-timecode {
  color: #07456f;
  transition: color 0.1s ease-in;
}
.video-modal .btn-timecode:hover {
  color: #69b1ff;
}
.video-modal .video-link {
  color: var(--text-dark-link-color);
}
.video-modal .video-description-list li {
  list-style: disc;
  margin-inline-start: 40rem;
}:root .video-modal .list-video .ant-list-header{
  font-weight: 700;
}:root .video-modal .list-video .ant-list-items{
  list-style: inside;
}:root .video-modal .list-video .ant-list-item{
  display: list-item;
}
@media (max-width: 660px) {
  .video-modal .ant-modal-content {
    min-width: 300rem;
  }:root .video-modal.ant-modal{
    min-width: 200rem;
  }
  .video-modal video.video,
  .video-modal iframe[title='YouTube video player'] {
    z-index: 1000;
    width: 100%;
    height: 150rem;
    opacity: 1;
  }
}:root .webinar .ant-card-body .ant-card-meta-description{
  display: flex;
  justify-content: flex-end;
}:root .webinar .ant-card-meta-title a{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #00aab1;
}:root .webinar .ant-card-meta-title a:hover{
  color: var(--cyan);
}
.webinar {
  min-height: calc(100vh - ((100rem + 57rem)*1.3));
  max-height: max-content;
}
.sber-desc {
  display: 'flex';
  align-items: 'center';
  justify-content: 'flex-start';
}:root .grid .ant-tabs-tabpane{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}:root .grid .ant-tabs-tabpane .ant-card{
  width: 30%;
}
@media (min-width: 661px) and (max-width: 768px) {
  .grid .ant-tabs-tabpane .ant-card {
    width: 40%;
  }
}
@media (max-width: 661px) {
  .grid .ant-tabs-tabpane .ant-card {
    width: 100%;
  }
}
.webinar .banner {
  position: absolute;
  top: -85.71428571rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 14.28571429rem !important;
  margin-top: 11.42857143rem !important;
  margin-bottom: 11.42857143rem !important;
  width: 92.3%;
  border-radius: 10px;
  background: rgba(97, 160, 223, 0.25);
  overflow: hidden;
  height: 64.28571429rem !important;
}
@media (min-width: 661px) and (max-width: 768px) {
  .webinar .banner {
    width: 80%;
  }
}
@media (max-width: 661px) {
  .webinar .banner {
    width: 100%;
  }
}
.webinar .banner .text {
  font-size: 11.42857143rem !important;
  flex: 1 1 auto;
}
.webinar .banner .reg-btn {
  font-size: 11.42857143rem !important;
  line-height: 16px;
  padding: 12px 40px;
  border-radius: 10px;
}
@media (min-width: 661px) and (max-width: 768px) {
  .webinar .banner .reg-btn {
    padding: 3px 12px;
    border-radius: 5px;
  }
}
.webinar .banner .icon {
  margin-right: 7.14285714rem !important;
  margin-left: 7.14285714rem !important;
}
.webinar .banner .icon img {
  width: 142.85714286rem !important;
  height: 142.85714286rem !important;
}
@media (max-width: 661px) {
  .webinar .banner {
    top: -152rem !important;
    padding: 10.71428571rem !important;
    gap: 3.57142857rem !important;
    height: 85rem !important;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
  .webinar .banner .text {
    font-size: 8.57142857rem !important;
    line-height: 1.5;
    width: 75%;
  }
  .webinar .banner .icon {
    position: absolute;
    top: -35%;
    right: 15%;
    width: 50rem !important;
    height: 50rem !important;
  }
  .webinar .banner .reg-btn {
    padding: 4px 14px;
    border-radius: 5px;
  }
}
.cookie-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  gap: 40px;
  width: 714px;
  background: #FFFFFF;
  border-radius: 12px;
  position: fixed;
  left: 2%;
  bottom: 2%;
  z-index: 999;
}
@media (max-width: 661px) {
  .cookie-banner {
    width: 315px;
    padding: 8px 12px;
    gap: 11px;
  }
}
.cookie-banner .description {
  font-size: 16px;
  color: black;
}
@media (max-width: 661px) {
  .cookie-banner .description {
    font-size: 12px;
  }
}:root .ant-result.handleError .ant-result-subtitle,:root .ant-result.handleError .ant-result-title{
  color: white;
}
.error {
  height: calc(100vh - 202rem);
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 661px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 40px;
    gap: 24px;
  }
}
.footer .logo-container {
  display: flex;
  align-items: center;
}
.footer .logo-container a.campaign-link {
  display: flex;
  align-items: center;
}
.footer .logo-container .ord-footer {
  height: 30px;
}
.footer .logo-container .divider {
  margin-right: 17rem;
  margin-left: 17rem;
}
.footer .logo-container .sber-footer {
  height: 26px;
}
.footer .footer-info {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1160px) {
  .footer .footer-info {
    width: 100%;
    gap: 40px;
  }
}
@media (max-width: 661px) {
  .footer .footer-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.footer .footer-info .block {
  display: flex;
  flex-direction: column;
}
.footer .footer-info .block .description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.19px;
  
  margin-bottom: 4px;
}
.footer .footer-info .block .text {
  font-size: 16px;
}
.footer .footer-info .block .text .footer-mail-to {
  color: var(--cyan);
}
.footer .footer-horizontal-divider {
  width: 100%;
  height: 1rem;
  opacity: 0.2;
  background-color: #d6f3fa;
}
.footer .footer-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1660px) {
  .footer .footer-link {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 660px) {
  .footer .footer-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
  }
}
.footer .footer-link a {
  color: var(--cyan);
  font-size: 16px;
}
@media (max-width: 660px) {
  .footer .footer-link a {
    font-weight: 400;
    line-height: 21px;
  }
}
.legal__list {
  list-style: circle;
  font-size: 12rem;
}
.legal__list_link {
  color: var(--primary-color);
}
.legal__list_link:hover {
  color: var(--blue);
}
header.header {
  position: relative;
  will-change: position;
  transition: background-color 0.2s linear;
  z-index: 1;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 50px;
}
@media (max-width: 1160px) {
  header.header {
    padding: 12px 32px;
  }
}
@media (max-width: 660px) {
  header.header {
    padding: 12px 20px;
  }
}
header.header.fixed {
  width: 100vw;
  z-index: 100;
  position: fixed;
  background-color: black;
  top: 0;
  padding: 12px 0;
}
@media (max-width: 1160px) {
  header.header.fixed {
    padding: 12px 32px;
  }
}
@media (max-width: 660px) {
  header.header.fixed {
    padding: 12px 20px;
  }
}
header.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin: auto;
}
@media (max-width: 768px) and (min-width: 661px) {
  header.header .header-content .link__logo {
    width: 60%;
  }
}
header.header .header-content .header__logo {
  width: 126px;
  transition: all 0.2s linear;
  will-change: auto;
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.5s;
  transform: translateX(-20rem);
  opacity: 0;
}
@media (max-width: 1160px) {
  header.header .header-content .header__logo {
    width: 86px;
  }
}
header.header .header-content .header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1160px) {
  header.header .header-content .header-nav {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  header.header .header-content .header-nav {
    gap: 20px;
  }
}
header.header .header-content .header-nav .header-link {
  font-size: 16px;
  color: white;
}
header.header .header-content .header-nav .header-link:nth-child(1) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.05s;
  transform: translateX(-20rem);
  opacity: 0;
}
header.header .header-content .header-nav .header-link:nth-child(2) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.1s;
  transform: translateX(-20rem);
  opacity: 0;
}
header.header .header-content .header-nav .header-link:nth-child(3) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.15s;
  transform: translateX(-20rem);
  opacity: 0;
}
header.header .header-content .header-nav .header-link:nth-child(4) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.2s;
  transform: translateX(-20rem);
  opacity: 0;
}
header.header .header-content .header-nav .header-link:nth-child(5) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.25s;
  transform: translateX(-20rem);
  opacity: 0;
}
header.header .header-content .header-nav .header-link:nth-child(6) {
  transition: 0.6s opacity ease-in-out, 0.6s transform ease-in-out;
  transition-delay: 0.3s;
  transform: translateX(-20rem);
  opacity: 0;
}
header.header .header-content .header-nav .header-link:hover {
  color: #22e9e6;
}
@media (max-width: 1160px) {
  header.header .header-content .header-nav .header-link {
    font-size: 12px;
  }
}
@media (max-width: 768px) and (min-width: 661px) {
  header.header .header-content .header-nav .header-link {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  header.header .header-content .header-nav .header-link {
    font-size: 22px;
  }
}
header.header .header-content .header-nav .header-link.active {
  color: #00aab1;
}
@media (max-width: 768px) {
  header.header .header-content .header-nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    width: 100%;
    margin-left: 0;
    padding: 120px 20px 100rem 20px;
    background: linear-gradient(180deg, #000000 10%, #08131b 21%, #132a3d 40%, #235075 99.97%);
    backdrop-filter: blur(50px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s, visibility 0.5s;
  }
  header.header .header-content .header-nav .btn {
    width: 335px;
  }
}
@media (max-width: 768px) and (max-width: 660px) {
  header.header .header-content .header-nav {
    left: 0;
    padding: 120px 40px 100rem 40px;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (min-width: 661px) {
  header.header .header-content .header-nav {
    width: 260px;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (min-width: 661px) {
  header.header .header-content .header-nav .btn {
    width: 220px;
    height: 48px;
    font-size: 12px;
  }
}
main[loaded] header.header .header__logo {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
main[loaded] header.header .header__burger {
  opacity: 1;
}
main.loaded-done .header-link {
  opacity: 1 !important;
  transform: translateY(0) translateX(0) !important;
}
.header__burger {
  z-index: 12;
  display: none;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.header__burger span {
  display: block;
  position: relative;
  width: 100%;
  height: 2rem;
  margin: auto;
  background-color: #00aab1;
  transition: transform 0.4s;
  top: -5px;
  border-radius: 5px;
}
.header__burger span::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00aab1;
  bottom: -7rem;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .header__burger {
    display: flex;
  }
}
body.js-burger-menu-is-open {
  overflow: hidden;
}
body.js-burger-menu-is-open .header__burger span {
  transform: rotate(45deg);
}
body.js-burger-menu-is-open .header__burger span::after {
  visibility: hidden;
}
body.js-burger-menu-is-open .header__burger span::before {
  transform: rotate(90deg) translateX(-7rem);
}
@media (max-width: 768px) {
  body.js-burger-menu-is-open header.header .header-content .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.laws-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.laws-list > li {
  padding: 16rem 0;
  border-bottom: 1px solid #4ba8a9;
}
.laws-list h2 {
  margin: 0;
  font-weight: 400;
  font-size: 16rem;
  line-height: 24rem;
}
.laws-list h2 a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s color;
}
.laws-list h2 a:hover {
  color: var(--primary-color);
}
.law-description {
  margin-top: 8rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13rem;
  line-height: 20rem;
}
.legal-doc {
  color: #fff;
  font-size: 16rem;
  line-height: 24rem;
}
.legal-doc h1,
.legal-doc h2,
.legal-doc h3,
.legal-doc h4 {
  font-weight: 600;
}
.legal-doc h1 {
  margin-top: 0;
  font-weight: 600;
  font-size: 28rem;
  line-height: 32rem;
}
.legal-doc h2 {
  font-size: 20rem;
}
.legal-doc h3,
.legal-doc h4 {
  font-size: 17rem;
}
.legal-doc ul {
  list-style: disc;
}
.legal-doc ol {
  list-style: decimal;
}
.legal-doc li::marker {
  color: var(--primary-color);
}
.legal-doc a {
  color: var(--primary-color);
}
.legal-doc table {
  width: 100%;
  margin-bottom: 16rem;
  border-collapse: collapse;
}
.legal-doc th,
.legal-doc td {
  padding: 8rem 12rem;
  border: 0;
  border-right: 1px solid rgba(75, 168, 169, 0.4);
  border-bottom: 1px solid rgba(75, 168, 169, 0.4);
  text-align: left;
  vertical-align: top;
}
.legal-doc th:last-child,
.legal-doc td:last-child {
  border-right: 0;
}
.legal-doc tr:last-child > th,
.legal-doc tr:last-child > td {
  border-bottom: 0;
}
.legal-doc th {
  width: 35%;
}
.blog-card h2 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 20rem;
  line-height: normal;
}
.blog-card a {
  color: inherit;
  text-decoration: none;
}
.docs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.docs-list > li {
  padding: 16rem 0;
  border-bottom: 1px solid #4ba8a9;
}
.docs-list h2 {
  margin: 0;
  font-weight: 400;
  font-size: 16rem;
  line-height: 24rem;
}
.docs-list h2 a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s color;
}
.docs-list h2 a:hover {
  color: var(--primary-color);
}
.docs-list p {
  margin: 8rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13rem;
  line-height: 20rem;
}
.blog-card-image {
  width: 100%;
  aspect-ratio: 1084 / 619;
  object-fit: cover;
}
.article-description {
  margin: 0 0 24rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16rem;
  line-height: 24rem;
}
.doc-updated {
  margin: 0 0 24rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13rem;
  line-height: 20rem;
}
.other-articles {
  margin: 0;
  padding: 0;
  list-style: none;
}
.other-articles > li {
  padding: 12rem 0;
  border-bottom: 1px solid #4ba8a9;
}
.other-articles > li:last-child {
  border-bottom: none;
}
.other-articles a {
  color: #fff;
  text-decoration: none;
  font-size: 16rem;
  line-height: 24rem;
  transition: 0.2s color;
}
.other-articles a:hover {
  color: var(--primary-color);
}:root .ant-collapse > .ant-collapse-item:last-child{
  border-bottom: 1px solid #4ba8a9;
}:root .ant-tabs .ant-tabs-tabpane.ant-tabs-tabpane-hidden{
  display: none;
}:root .ant-collapse .ant-collapse-content.ant-collapse-content-hidden{
  display: none;
}
.profile_spin {
  width: 100%;
  margin: 60px auto;
}:root .profile_spin .ant-spin-dot-item{
  color: #45e6eb;
}
