@keyframes rotate {
from { transform: rotate(0deg); } to { transform: rotate(-360deg); } : ;
}

.pf-footer {
display: block;
width: 100%;
color: #ffffff;
background-color: #060923;
border-top: 3px solid #FF9500;
border-image: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%) 1;
box-sizing: border-box;
}
.pf-footer * {
box-sizing: border-box;
}
.pf-top {
background-color: #060923;
padding: 56px 80px 40px;
}
.pf-top-inner {
display: grid;
grid-template-columns: minmax(260px, 1.3fr) 3fr;
gap: 48px;
max-width: 1280px;
margin: 0 auto;
}
.pf-brand-col {
display: flex;
flex-direction: column;
gap: 20px;
}
.pf-brand-link {
display: inline-block;
width: fit-content;
text-decoration: none;
-webkit-text-decoration: none;
}
.pf-brand-link svg {
height: 32px;
width: auto;
}
.pf-tagline {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #b0b1be;
max-width: 380px;
margin: 0;
}
.pf-social {
display: flex;
gap: 12px;
margin-top: 4px;
}
.pf-social a {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255,255,255,0.08);
transition: background 0.2s, transform 0.2s;
text-decoration: none;
-webkit-text-decoration: none;
}
.pf-social a svg {
width: 18px;
height: 18px;
color: #ffffff;
}
.pf-social a:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
transform: translateY(-2px);
}
.pf-social a:hover svg {
color: #ffffff;
}
.pf-nav-cols {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
}
.pf-col {
display: flex;
flex-direction: column;
gap: 12px;
}
.pf-col-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #ffffff;
text-transform: uppercase;
margin: 0 0 4px;
}
.pf-col-list {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.pf-col-list li {
margin: 0;
padding: 0;
}
.pf-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #ababb3;
text-decoration: none;
-webkit-text-decoration: none;
transition: color 0.15s;
width: fit-content;
}
.pf-link:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
background-clip: text;
color: transparent;
cursor: pointer;
}
.pf-link:focus-visible {
outline: 2px solid #ff9500;
outline-offset: 2px;
border-radius: 2px;
}
.pf-geo {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
padding: 18px 80px;
max-width: 1280px;
margin: 0 auto;
border-top: 1px solid rgba(255,255,255,0.08);
}
.pf-geo-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #b0b1be;
text-transform: uppercase;
}
.pf-geo-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
color: #ffffff;
text-decoration: none;
-webkit-text-decoration: none;
padding: 6px 12px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,0.15);
transition: all 0.15s;
}
.pf-geo-link:hover {
border-color: #ff9500;
color: #ff9500;
cursor: pointer;
}
.pf-bottom {
background-color: #595968;
}
.pf-bottom-inner {
max-width: 1280px;
margin: 0 auto;
padding: 16px 80px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.pf-rights {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
color: #ffffff;
}
.pf-address {
font-style: normal;
font-family: IBM Plex Sans, sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #dedee1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pf-addr-sep {
color: rgba(255,255,255,0.4);
padding: 0 2px;
}
.pf-switch-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.1em;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
-webkit-text-decoration: none;
padding: 8px 16px;
border-radius: 6px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
transition: opacity 0.15s;
}
.pf-switch-link:hover {
opacity: 0.9;
cursor: pointer;
}

.headerDropdownMainWrapper {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
box-sizing: border-box;
display: grid;
align-content: center;
margin: 0;
height: -webkit-fill-available;
z-index: 12;
width: 150px;
}
.dropdownWrapper {
position: relative;
cursor: pointer;
}
.invisibleDropDown {
visibility: hidden;
}
.dropdownButton {
width: 150px;
height: 40px;
border: 0 none currentColor;
border-radius: 6px;
font-family: inherit;
font-size: 17px;
background-color: transparent;
}
.dropdownWrapper > .selected_item {
display: flex;
justify-content: center;
align-items: center;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 40px;
margin: 0 3px;
flex-grow: 10.0;
&:hover {
.selectedRightSubItem svg {
transition: all 0.5s ease 0.5s;
transform: rotate(60deg);
}
}
}
.selected_item_anyScreen {
background-color: transparent;
}
.selected_item_mainScreen {
background-color: transparent;
color: #ffffff;
}
.selectedLeftSubItem > svg {
display: block;
margin: auto;
color: #fda501;
}
.selectedRightSubItem > svg {
height: 0.5em;
width: 20px;
display: block;
margin: auto;
}
.dropdownWrapper > .selected_item > span:first-child {
font-size: 20px;
}
.dropdownWrapper > .dropdownMenu {
position: absolute;
display: flex;
overflow-y: initial;
overflow-x: hidden;
z-index: 4;
top: 60px;
flex-direction: column;
max-height: 80vh;
border-radius: 6px;
transform: translate(0, -30px);
-webkit-transform: translate(0%, -30px);
visibility: hidden;
opacity: 0;
background: #ffffff;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s;
box-shadow: 0 15px 20px 0 #e0e0e0;
a {
text-decoration: none;
-webkit-text-decoration: none;;
display: flex;
align-items: center;
justify-content: left;
&:hover {
background: rgb(0 0 0 / 10%);
}
}
}
.dropdownMenuIcon {
margin: 0 10px;
color: #fda501;
svg {
height: 20px;
width: 20px;
&:hover {
background: rgb(0 0 0 / 10%);
}
}
}
.dropdownMenuItemLabel {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
flex-grow: 1.0;
color: #4a4a4a;
line-height: 1.4;
padding-left: 10px;
}
.dropdownLabel {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 5px;
}
.dropdownLabel_anyScreen {
color: #4a4a4a;
}
.dropdownLabel_mainScreen {
color: #ffffff;
}
.dropdownDivider {
color: #e0e0e0;
display: inline-block;
overflow: hidden;
border-style: solid;
border-width: 0.1px;
width: 150px;
margin: 0;
}
::-webkit-scrollbar {
width: 6px;
background-color: transparent;
overflow-x: hidden;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
background: #b0b1be;
border-radius: 4px;
}
.downloadsBlockModalWrapper {
width: 650px;
height: 350px;
border-radius: 8px;
background-color: #ffffff;
box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
.downloadsBlockModalContentWrapper {
display: flex;
flex-direction: row;
height: 100%;
align-items: center;
}
.downloadsBlockModalContentLeft {
display: flex;
flex-direction: column;
padding-left: 20px;
}
.downloadsBlockModalArrowTop {
width: 15px;
height: 15px;
background-color: #ffffff;
position: relative;
left: 60%;
top: -7.5px;
transform: rotate(45deg);
}
.downloadsBlockModalTitle {
color: #050927;
font-family: Proxima Nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 25px;
line-height: 1.36;
width: fit-content;
}
.downloadsBlockModalDescription {
margin-top: 15px;
color: #828493;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1.388889;
letter-spacing: 0.5px;
width: fit-content;
}
.downloadsBlockModalMarketsWrapper {
display: flex;
flex-direction: row;
width: fit-content;
margin-top: 30px;
}
.downloadsBlockModalPlayMarketImg {
background: url('/static/images/google-play-button.png') no-repeat center center;;
height: 60px;
width: 200px;
margin-right: 20px;
}
.downloadsBlockModalAppStoreImg {
height: 60px;
width: 200px;
background: url('/static/images/apple-store-button.png') no-repeat center center;;
}
.downloadsBlockModalQrCode {
width: 150px;
height: 150px;
background: url('/static/images/qr-link-to-install.png') no-repeat center center;;
background-size: cover;
object-fit: cover;
margin-left: 20px;
margin-right: 20px;
}
}
.downloads {
display: flex;
max-width: 1064px;
justify-content: space-between;
position: relative;
background-color: #f5f6f9;
border-radius: 40px;
margin: 95px auto 0;
}
.downloads_left {
flex-basis: 37%;
padding: 45px 0 55px 60px;
}
.downloads_right {
position: absolute;
right: 20px;
bottom: -70px;
}
.downloads_title {
font-family: Noto Sans, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 1.36;
color: #050927;
margin-bottom: 15px;
}
.downloads_text {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
color: #828493;
margin-bottom: 15px;
}
.downloads_pictures {
display: flex;
justify-content: space-between;
}
.downloads_app_stors {
display: flex;
flex-direction: column;
}
.downloads_img {
text-align: center;
}

:root {
--t-bg-body: #f5f6f9;
--t-bg-surface: #ffffff;
--t-bg-surface-alt: #f8f9fb;
--t-bg-surface-hover: #fafbfc;
--t-bg-input: #ffffff;
--t-bg-subtle: #f5f6f9;
--t-text-primary: #060923;
--t-text-secondary: #828493;
--t-text-muted: #b0b1be;
--t-text-on-brand: #ffffff;
--t-border-subtle: #f0f0f2;
--t-border-default: #dedee1;
--t-border-strong: #b0b1be;
--t-brand: #ff9500;
--t-brand-soft-bg: rgba(255,149,0,0.12);
--t-brand-soft-border: rgba(255,149,0,0.3);
--t-brand-ring: rgba(255,149,0,0.1);
--t-gradient-brand: linear-gradient(135deg, #ff9500 0%, #ff6b00 100%);
--t-gradient-sunset: linear-gradient(135deg, #ff9500 0%, #ffbb00 100%);
--t-success-bg: rgba(69,182,73,0.12);
--t-success-fg: #2d8f34;
--t-success-border: rgba(69,182,73,0.3);
--t-warning-bg: rgba(255,149,0,0.12);
--t-warning-fg: #cc7700;
--t-warning-border: rgba(255,149,0,0.3);
--t-danger-bg: rgba(220,60,60,0.08);
--t-danger-fg: #c33;
--t-danger-border: rgba(220,60,60,0.3);
--t-info-bg: rgba(80,130,200,0.12);
--t-info-fg: #3568a8;
--t-info-border: rgba(80,130,200,0.3);
--t-shadow-card: 0 2px 8px rgba(0,0,0,0.04);
--t-shadow-card-hover: 0 6px 20px rgba(0,0,0,0.08);
--t-shadow-modal: 0 20px 60px rgba(0,0,0,0.2);
--t-overlay: rgba(0,0,0,0.5);
color-scheme: light;
}
html[data-theme='dark'] {
--t-bg-body: #0f1419;
--t-bg-surface: #1a1f2e;
--t-bg-surface-alt: #232838;
--t-bg-surface-hover: #252b3d;
--t-bg-input: #232838;
--t-bg-subtle: #1a1f2e;
--t-text-primary: #f0f1f5;
--t-text-secondary: #a0a3b1;
--t-text-muted: #70768a;
--t-text-on-brand: #ffffff;
--t-border-subtle: #2a3142;
--t-border-default: #3a4156;
--t-border-strong: #4a5168;
--t-brand-soft-bg: rgba(255,149,0,0.18);
--t-brand-soft-border: rgba(255,149,0,0.4);
--t-brand-ring: rgba(255,149,0,0.18);
--t-success-bg: rgba(69,182,73,0.18);
--t-success-fg: #5ecf62;
--t-success-border: rgba(69,182,73,0.4);
--t-warning-bg: rgba(255,149,0,0.18);
--t-warning-fg: #ffb347;
--t-warning-border: rgba(255,149,0,0.4);
--t-danger-bg: rgba(220,60,60,0.18);
--t-danger-fg: #ff6b6b;
--t-danger-border: rgba(220,60,60,0.4);
--t-info-bg: rgba(110,170,240,0.18);
--t-info-fg: #8bb6e8;
--t-info-border: rgba(110,170,240,0.4);
--t-shadow-card: 0 2px 8px rgba(0,0,0,0.4);
--t-shadow-card-hover: 0 6px 20px rgba(0,0,0,0.5);
--t-shadow-modal: 0 20px 60px rgba(0,0,0,0.7);
--t-overlay: rgba(0,0,0,0.7);
color-scheme: dark;
}
.t-theme-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 8px;
border: 1px solid transparent;
background-color: transparent;
cursor: pointer;
color: var(--t-text-secondary);
transition: background-color 0.15s, color 0.15s, border-color 0.15s;
padding: 0;
flex-shrink: 0.0;
}
.t-theme-toggle:hover {
background-color: var(--t-bg-surface-hover);
border-color: var(--t-border-default);
color: var(--t-brand);
}
.t-theme-toggle svg {
width: 18px;
height: 18px;
pointer-events: none;
}
.t-theme-toggle .t-icon-sun {
display: none;
}
.t-theme-toggle .t-icon-moon {
display: inline-flex;
svg {
height: 24px;
width: 24px;
}
}
html[data-theme='dark'] .t-theme-toggle .t-icon-sun {
display: inline-flex;
}
html[data-theme='dark'] .t-theme-toggle .t-icon-moon {
display: none;
}
.header-main .t-theme-toggle, .header-dark .t-theme-toggle {
color: white;
}
.header-main .t-theme-toggle:hover, .header-dark .t-theme-toggle:hover {
background-color: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.2);
color: #ffbb00;
}
html[data-theme='dark'] .header-v2 {
background-color: #1a1f2e;
border-bottom-color: #2a3142;
}
html[data-theme='dark'] .header-v2 .header-user-name {
color: #f0f1f5;
}
html[data-theme='dark'] .header-v2 .header-user:hover {
background-color: rgba(255,255,255,0.06);
}
html[data-theme='dark'] .user-menu {
background-color: #1a1f2e;
box-shadow: 0 8px 28px rgba(0,0,0,0.55);
border: 1px solid #2a3142;
}
html[data-theme='dark'] .user-menu-item {
color: #f0f1f5;
}
html[data-theme='dark'] .user-menu-item:hover {
background-color: #FF9500;
color: white;
}
html[data-theme='dark'] .user-menu-sub-item {
color: #cfd2dc;
}
html[data-theme='dark'] .user-menu-sub-item:hover {
background-color: #FF9500;
color: white;
}
html[data-theme='dark'] .mobile-menu {
background-color: #1a1f2e;
}
html[data-theme='dark'] .mobile-menu-title {
color: #a0a3b1;
}
html[data-theme='dark'] .mobile-menu-link {
color: #f0f1f5;
}
.header-v2 {
position: relative;
width: 100%;
height: 70px;
background-color: white;
border-bottom: 1px solid #e5e7eb;
z-index: 100;
}
.header-main {
position: absolute;
background-color: transparent;
border-bottom: 0 none transparent;
}
.header-dark {
background-color: #181E23;
border-bottom-color: #374151;
}
.header-nav {
display: flex;
align-items: center;
height: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 20px;
gap: 20px;
}
.header-left {
display: flex;
align-items: center;
gap: 15px;
}
.header-logo {
display: flex;
align-items: center;
flex-shrink: 0.0;
svg {
height: 40px;
width: auto;
max-width: 150px;
}
&:hover {
opacity: 0.9;
}
}
.header-dropdowns {
display: flex;
align-items: center;
gap: 10px;
}
.header-center {
display: flex;
align-items: center;
gap: 15px;
flex-grow: 1.0;
justify-content: center;
}
.header-right {
display: flex;
align-items: center;
gap: 15px;
}
.header-link {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 7px;
padding: 8px 12px;
border-radius: 6px;
text-decoration: none;
color: #fda501;
transition: all 0.2s ease 0s;
flex-shrink: 0.0;
svg {
min-width: 22px;
min-height: 22px;
width: 22px;
height: 22px;
}
&:hover {
background-color: #f3f4f6;
transform: scale(1.05);
}
}
.header-main .header-link {
color: #ffffff;
&:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
.header-link-text {
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
}
.header-cart {
position: relative;
svg {
min-width: 24px;
min-height: 24px;
}
}
.header-user {
display: flex;
align-items: center;
gap: 10px;
padding: 6px 12px;
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease 0s;
svg {
min-width: 24px;
min-height: 24px;
color: #fda501;
}
&:hover {
background-color: #f3f4f6;
}
}
.header-main .header-user {
&:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
.header-user-dark {
color: #4a4a4a;
}
.header-user-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
.header-company-logo {
width: 40px;
height: 40px;
object-fit: contain;
}
.header-user-name {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
}
.header-user-dark .header-user-name {
color: #4a4a4a;
}
.user-menu {
display: none;
position: fixed;
top: 70px;
right: max(12px, env(safe-area-inset-right));
width: 280px;
max-width: calc(100vw - 24px);
max-height: 80vh;
max-height: calc(100dvh - 80px - env(safe-area-inset-bottom));
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 20px 0 #00000014;
z-index: 101;
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background-color: #b0b1be;
border-radius: 3px;
}
}
.user-menu-active {
display: flex;
flex-direction: column;
}
.user-menu-item {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
cursor: pointer;
color: #4a4a4a;
text-decoration: none;
transition: all 0.2s ease 0s;
svg {
min-width: 20px;
min-height: 20px;
color: #fda501;
}
&:hover {
background-color: #fda501;
color: white;
svg {
color: white;
}
}
}
.user-menu-item-main-screen {
color: white;
svg {
color: white;
}
}
.user-menu-group {
display: flex;
flex-direction: column;
}
.user-menu-group-toggle {
position: relative;
.user-menu-arrow {
position: absolute;
right: 20px;
transition: transform 0.2s ease 0s;
}
}
.user-menu-sub-list {
display: none;
flex-direction: column;
background-color: #f9fafb;
}
.user-menu-sub-list-active {
display: flex;
~ .user-menu-group-toggle .user-menu-arrow {
transform: rotate(180deg);
}
}
.user-menu-sub-item {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.85rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: flex;
align-items: center;
gap: 12px;
padding: 10px 20px 10px 40px;
cursor: pointer;
color: #4a4a4a;
text-decoration: none;
transition: all 0.2s ease 0s;
svg {
min-width: 18px;
min-height: 18px;
color: #4a4a4a;
}
&:hover {
background-color: #fda501;
color: white;
svg {
color: white;
}
}
}
.user-menu-item-text {
flex-grow: 1.0;
}
.user-menu-sub-item-text {
font-size: 13px;
}
.mobile-menu-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-appearance: none;
appearance: none;
width: 40px;
height: 40px;
padding: 0;
border: none;
background-color: transparent;
cursor: pointer;
z-index: 102;
touch-action: manipulation;
}
.mobile-menu-icon {
position: relative;
display: block;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
transition: all 0.3s ease 0s;
&::before {
content: '';
position: absolute;
left: 0;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
top: -8px;
transition: all 0.3s ease 0s;
}
&::after {
content: '';
position: absolute;
left: 0;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
top: 8px;
transition: all 0.3s ease 0s;
}
}
.header-main .mobile-menu-icon {
background-color: white;
&::before {
content: '';
background-color: white;
}
&::after {
content: '';
background-color: white;
}
}
.mobile-menu-active .mobile-menu-icon {
background-color: transparent;
&::before {
content: '';
top: 0;
transform: rotate(45deg);
}
&::after {
content: '';
top: 0;
transform: rotate(-45deg);
}
}
.mobile-menu {
display: none;
position: fixed;
top: 70px;
left: 0;
width: 100%;
height: calc(100vh - 70px);
background-color: white;
overflow-y: auto;
z-index: 99;
transform: translateX(-100%);
transition: transform 0.3s ease 0s;
}
.mobile-menu-active {
display: block;
transform: translateX(0);
}
.mobile-menu-content {
display: flex;
flex-direction: column;
padding: 20px;
gap: 20px;
}
.mobile-menu-section {
display: flex;
flex-direction: column;
gap: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #e5e7eb;
&:last-child {
border-bottom: 0 none transparent;
}
}
.mobile-menu-title {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 1.375;
text-transform: uppercase;
letter-spacing: 1px;
color: #ababb3;
margin-bottom: 5px;
}
.mobile-menu-dropdown {
display: flex;
flex-direction: column;
}
.mobile-dropdown-toggle {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border: 1px solid #e5e7eb;
border-radius: 6px;
background-color: white;
cursor: pointer;
transition: all 0.2s ease 0s;
color: #4a4a4a;
svg {
min-width: 20px;
min-height: 20px;
color: #fda501;
}
span {
flex-grow: 1.0;
text-align: left;
}
&:hover {
background-color: #f9fafb;
}
}
.mobile-dropdown-arrow {
font-size: 10px;
color: #ababb3;
transition: transform 0.2s ease 0s;
transform: rotate(180deg);
}
.mobile-dropdown-content {
display: none;
flex-direction: column;
margin-top: 8px;
background-color: #f9fafb;
border-radius: 6px;
overflow: hidden;
a {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 15px;
text-decoration: none;
color: #4a4a4a;
transition: all 0.2s ease 0s;
svg {
width: 20px;
height: 20px;
}
&:hover {
background-color: #fda501;
color: white;
}
}
}
.mobile-dropdown-active {
display: flex;
}
.menu-splitter {
display: block;
width: -webkit-fill-available;
height: 1px;
background-color: #666666;
}
.mobile-menu-link {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border-radius: 6px;
text-decoration: none;
color: #4a4a4a;
transition: all 0.2s ease 0s;
svg {
min-width: 22px;
min-height: 22px;
color: #fda501;
}
&:hover {
background-color: #f3f4f6;
}
}
.mobile-menu-user {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border-radius: 6px;
background-color: #f9fafb;
svg {
width: 32px;
height: 32px;
min-width: 32px;
min-height: 32px;
color: #fda501;
}
img {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 1.375;
color: #4a4a4a;
}
}

.pcb-dashboard-store-chain-selection-modal {
display: none;
position: fixed;
z-index: 10000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.pcb-dashboard-user-search-modal-content {
display: flex;
flex-direction: column;
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 400px;
max-height: 80%;
text-align: center;
button {
display: none;
}
}
.pcb-dashboard-store-chain-selection-modal-content {
display: flex;
flex-direction: column;
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 400px;
max-height: 80%;
text-align: center;
button {
display: none;
}
}
.pcb-dashboard-store-chain-selection-modal-title-row {
display: flex;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.05em;
h2 {
flex-grow: 1.0;
align-content: center;
}
span {
flex-shrink: 1.0;
}
}
.close-button {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
&:hover {
color: black;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
&:focus {
color: black;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
}
.store-chain-list {
list-style-type: none;
padding: 0;
overflow-y: auto;
user-select: none;
}
.store-chain-list-item {
padding: 8px;
border: 1px solid #ddd;
margin-bottom: 4px;
cursor: pointer;
&:hover {
background-color: #f1f1f1;
}
}
.selected-store-chain-item {
background-color: #ddd;
}
.currency_symbol {
font-size: 14px;
color: #fda501;
}
.disabled_icon {
color: #ababb3;
&:hover {
cursor: not-allowed;
}
}
.downloads_block_none {
display: none;
}
.download_block_mobile {
display: none;
}
html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal {
background-color: rgba(0,0,0,0.65);
}
html[data-theme='dark'] .pcb-dashboard-user-search-modal-content, html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal-content {
background-color: #1a1f2e;
color: #f0f1f5;
border: 1px solid #2a3142;
box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal-title-row h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .close-button {
color: #a0a3b1;
}
html[data-theme='dark'] .close-button:hover, html[data-theme='dark'] .close-button:focus {
color: #f0f1f5;
}
html[data-theme='dark'] .store-chain-list-item {
background-color: #232838;
color: #f0f1f5;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .store-chain-list-item:hover {
background-color: #2a3142;
border-color: #3a4156;
}
html[data-theme='dark'] .selected-store-chain-item {
background-color: #2a3142;
border-color: #ff9500;
}
html[data-theme='dark'] .user-menu-group-toggle {
color: #f0f1f5;
}
html[data-theme='dark'] .user-menu-arrow {
color: #a0a3b1;
}
html[data-theme='dark'] .user-menu-sub-list {
background-color: #232838;
}
html[data-theme='dark'] .user-menu-sub-item svg {
color: #cfd2dc;
}
html[data-theme='dark'] .user-menu-sub-item:hover svg {
color: white;
}
html[data-theme='dark'] .user-menu-item-text, html[data-theme='dark'] .user-menu-sub-item-text {
color: inherit;
}
html[data-theme='dark'] .user-menu::-webkit-scrollbar-thumb {
background-color: #3a4156;
}
.button {
box-shadow: none;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border: 1px solid transparent;
border-radius: 8px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
&:active {
}
&:focus {
}
&:hover {
text-transform: uppercase;
border-color: #fda501;
border-radius: 8px;
background: #ffffff;
color: #fda501;
fill: #fda501;
}
&:disabled {
background-color: #dedee1;
background: #ffffff;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
&:hover {
background-color: #dedee1;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
}
&:focus {
background-color: #dedee1;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
}
}
}
.inverted-button {
box-shadow: none;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border-color: #fda501;
border-radius: 8px;
border-width: 1px;
border-style: solid;
background: #ffffff;
color: #fda501;
fill: #ffffff;
&:active {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
&:focus {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
&:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
}
.animation-component {
display: none;
position: fixed;
left: calc(50% - 150px);
top: calc(50% - 150px);
width: 300px;
height: 300px;
z-index: 100;
}
.breadcrumbs {
width: auto;
margin: 30px 0 20px;
}
.breadcrumbs_wrapper {
position: relative;
max-width: 1310px;
margin: 25px auto;
padding: 0 16px;
}
.breadcrumbs_inner {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 1.3333;
position: relative;
background: #fafafc;
display: flex;
align-items: center;
color: #fda501;
border-radius: 8px;
padding: 10px 20px;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;

a {
&:visited {
color: #fda501;
}
&:link {
color: #fda501;
}
}
}
.breadcrumbs_itemWrapper {
display: flex;
align-items: center;
overflow: hidden;
}
.breadcrumbs_item {
display: flex;
align-items: center;
cursor: default;
}
.breadcrumbs_link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.breadcrumbs_last_link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.separator {
margin: 0 5px;
}

html[data-theme='dark'] .breadcrumbs_inner {
background: #1a1f2e;
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a:link {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a:visited {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_link {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_last_link {
color: #f0f1f5;
}
html[data-theme='dark'] .breadcrumbs_separator {
color: #70768a;
}
html[data-theme='dark'] .separator {
color: #70768a;
}
hr {
display: block;
height: 1px;
border: 0 none currentColor;
border-top: 1px solid #dedee1;
margin: 6px 0;
}
.input-container {
position: relative;
width: 100%;
input {
width: 100%;
height: 40px;
border-radius: 8px;
border-width: 1px;
}
}
.password-input {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
width: 100%;
padding: 10px;
padding-right: 40px;
border: 2px solid #ccc;
border-radius: 25px;
box-sizing: border-box;
color: #050927;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
-webkit-tap-highlight-color: transparent;
&:hover {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:active {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:focus {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
}
.toggle-button {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
background: none;
border: 0 none currentColor;
cursor: pointer;
font-size: 16px;
}
.eye-icon {
display: none;
}
.visible-eye {
display: flex;
}
.invalid-password {
border-color: red;
box-shadow: 0 0 0 0 transparent;
&:hover {
border-color: red;
box-shadow: 0 0 0 0 transparent;
}
&:active {
border-color: red;
box-shadow: 0 0 0 0 transparent;
}
&:focus {
border-color: red;
box-shadow: 0 0 0 0 transparent;
}
}
.email-input {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
width: 100%;
padding: 10px;
padding-right: 40px;
border: 2px solid #ccc;
border-radius: 25px;
box-sizing: border-box;
color: #050927;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
-webkit-tap-highlight-color: transparent;
&:hover {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:active {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:focus {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:invalid {
border-color: #EF524F;
box-shadow: 0 0 0 0 transparent;
}
}
.clear-button {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
background: none;
border: 0 none currentColor;
cursor: pointer;
font-size: 16px;
display: none;
}
.visible-clear-button {
display: flex;
}
.name-input {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
width: 100%;
padding: 10px;
padding-right: 40px;
border: 2px solid #ccc;
border-radius: 25px;
box-sizing: border-box;
color: #050927;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
-webkit-tap-highlight-color: transparent;
&:hover {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:active {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:focus {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:invalid {
border-color: #EF524F;
box-shadow: 0 0 0 0 transparent;
}
}
&:invalid {
border-color: #EF524F;
box-shadow: 0 0 0 0 transparent;
}
.input-select-container {
position: relative;
width: 100%;
input {
width: 100%;
height: 40px;
border-radius: 8px;
border-width: 1px;
}
}
.select-style {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
width: 100%;
padding: 10px;
padding-right: 40px;
border: 1px solid #ccc;
border-radius: 8px;
box-sizing: border-box;
color: #050927;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
-webkit-tap-highlight-color: transparent;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23828493' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 16px;
&:hover {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:active {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:focus {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:invalid {
border-color: red;
box-shadow: 0 0 0 0 transparent;
}
}
.code-input {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
width: 100%;
padding: 10px;
padding-right: 40px;
border: 2px solid #ccc;
border-radius: 25px;
box-sizing: border-box;
color: #050927;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
-webkit-tap-highlight-color: transparent;
&:hover {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:active {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:focus {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
&:invalid {
border-color: red;
box-shadow: 0 0 0 0 transparent;
}
}
.input-container-status-row {
display: flex;
align-items: center;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-40%);
}
.green-color {
color: green;
}
.red-color {
color: red;
}

.rotating-svg {
svg {
animation: rotate 2s linear infinite;;
transform-origin: center;;
}
}
.sign-up-body-style {
width: 100%;
max-width: 100vw;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
}
.reg_block_wrapper {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10vh;
margin-left: 5vw;
margin-right: 5vw;
}
.reg_block {
display: flex;
flex-direction: row;
width: 100%;
column-gap: 10%;
padding-left: 10%;
padding-right: 10%;
}
.left-pane {
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 5vh;
row-gap: 20px;
width: clamp(65vw, 65vw, 35vw);
max-width: 800px;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
height: 50px;
}
h1 {
font-size: 48px;
margin: 0;
color: #333;
}
p {
font-size: 16px;
color: #666;
margin: 10px 0;
}
.qr-code {
img {
width: 150px;
height: 150px;
}
}
.social-login-block {
display: flex;
justify-content: space-between;
column-gap: 20px;
flex-wrap: wrap;
row-gap: 10px;
width: 100%;
}
.social-button {
display: flex;
padding: 10px;
background-color: transparent;
border-style: solid;
border-color: #dedee1;
border-radius: 6px;
border-width: 1px;
flex: 1;
column-gap: 10px;
align-items: center;
cursor: pointer;
transition: all 0.3s ease 0s ease 0s;
&:hover {
border-color: #ffffff;
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 1.4;
letter-spacing: 1.5px;
display: flex;
color: #828493;
text-transform: uppercase;
flex-grow: 1.0;
justify-content: space-around;
align-self: center;
}
svg {
margin-left: 10px;
width: 20px;
height: 20px;
}
}
.additional-links {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 10px;
a {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 1.4;
letter-spacing: 1px;
text-transform: uppercase;
color: #fda501;
text-decoration: none;
-webkit-text-decoration: none;;
}
}
.disabled {
color: #b0b1be;
cursor: not-allowed;
}
.right-pane {
display: flex;
justify-content: center;
align-items: center;
width: clamp(5vw, 35vw, 35vw);
}
.right-pane-image {
height: 100%;
object-fit: cover;
overflow-x: hidden;
}
.sub-block {
display: flex;
gap: 15px;
color: #b0b1be;
align-items: center;
flex-wrap: wrap;
row-gap: 10px;
width: 100%;
p {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.375;
letter-spacing: 0.5px;
}
hr {
flex-grow: 1.0;
}
}
.space-top {
margin-top: 20px;
}
.sub-block-column {
display: flex;
flex-direction: column;
gap: 15px;
color: #b0b1be;
align-items: center;
p {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.375;
letter-spacing: 0.5px;
}
hr {
flex-grow: 1.0;
}
}
.sub-block-wrapper {
display: flex;
flex-direction: column;
width: 100%;
color: #b0b1be;
align-items: start;
p {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.375;
letter-spacing: 0.5px;
padding-top: 10px;
}
hr {
flex-grow: 1.0;
}
}
.sub-block-wrapper-code {
display: flex;
flex-direction: column;
width: 30%;
color: #b0b1be;
align-items: start;
transition: opacity 0.3s ease, max-height 0.3s ease 0s ease 0s;
overflow: hidden;
p {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.375;
letter-spacing: 0.5px;
padding-top: 10px;
}
}
.sub-block-wrapper-t {
display: flex;
flex-direction: column;
flex-grow: 1.0;
color: #b0b1be;
align-items: start;
p {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.375;
letter-spacing: 0.5px;
padding-top: 10px;
}
}
.sub-block-wrapper-h {
display: flex;
flex-direction: row;
align-items: end;
width: 100%;
gap: 20px;
}
.qr-code-header {
display: flex;
flex-direction: column;
h1 {
font-family: Noto Sans, Roboto, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 1.208;
color: #050927;
}
}
.agreement-policy-block {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
column-gap: 5px;
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 1.375;
letter-spacing: 0.5px;
color: #828493;
}
a {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 1.375;
letter-spacing: 0.5px;
color: #fda501;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
}
.agreement-block {
display: flex;
justify-content: start;
column-gap: 10px;
margin-top: 25px;
.custom-checkbox {
display: none;
}
.custom-checkbox-label {
display: flex;
align-items: center;
cursor: pointer;
.checkmark {
width: 20px;
height: 20px;
background-color: transparent;
border: 2px solid #ccc;
border-radius: 4px;
display: inline-block;
position: relative;
transition: all 0.2s ease 0s ease 0s;
&::after {
content: '✓';
position: absolute;
font-size: 14px;
color: white;
top: 2px;
left: 4px;
display: none;
}
}
.custom-checkbox:checked + .checkmark {
background-color: #fda501;
border-color: #fda501;
&::after {
content: '✓';
display: block;
}
}
}
}
.sign-up-button {
width: 100%;
height: 40px;
margin-top: 25px;
cursor: pointer;
transition: all 0.3s ease 0s ease 0s;
}
.sign-up-button:disabled {
opacity: 0.6;
cursor: not-allowed;
background-color: #b0b1be;
}
.sub-block-error {
display: flex;
p {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 1.375;
color: #EF524F;
display: none;
}
}
.birthday-block {
display: flex;
width: 100%;
color: #b0b1be;
align-items: center;
flex-wrap: wrap;
column-gap: 15px;
p {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.375;
letter-spacing: 0.5px;
}
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 1.375;
letter-spacing: 0.5px;
color: #828493;
}
}
.signup-error-message {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 1.375;
letter-spacing: 0.5px;
display: none;
color: #EF524F;
}
.sign-up-send-code-button {
display: flex;
width: 35%;
height: 4em;
padding: 7px 11px;
align-self: self-end;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease 0s ease 0s;
}
.invisible {
display: none;
opacity: 0;
max-height: 0;
}
.success {
border-color: #66BC6A !important;
}
.invalid {
border-color: #EF524F !important;
box-shadow: 0 0 0 0 transparent;
}
.valid {
border-color: #ccc !important;
}

html[data-theme='dark'] .sign-up-body-style {
background-color: #0f1419;
color: #f0f1f5;
}
html[data-theme='dark'] .sign-up-body-style .left-pane {
background-color: #0f1419;
}
html[data-theme='dark'] .sign-up-body-style h1 {
color: #f0f1f5;
}
html[data-theme='dark'] .sign-up-body-style p {
color: #a0a3b1;
}
html[data-theme='dark'] .sign-up-body-style .qr-code-header h1 {
color: #f0f1f5;
}
html[data-theme='dark'] .sign-up-body-style .social-button {
background-color: #1a1f2e;
border-color: #2a3142;
}
html[data-theme='dark'] .sign-up-body-style .social-button:hover {
border-color: #ff9500;
box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}
html[data-theme='dark'] .sign-up-body-style .social-button span {
color: #f0f1f5;
}
html[data-theme='dark'] .sign-up-body-style .additional-links a {
color: #ff9500;
}
html[data-theme='dark'] .sign-up-body-style .agreement-policy-block span {
color: #a0a3b1;
}
html[data-theme='dark'] .sign-up-body-style .agreement-policy-block a {
color: #ff9500;
}
html[data-theme='dark'] .sign-up-body-style .sub-block, html[data-theme='dark'] .sign-up-body-style .sub-block-column, html[data-theme='dark'] .sign-up-body-style .sub-block-wrapper, html[data-theme='dark'] .sign-up-body-style .sub-block-wrapper-code, html[data-theme='dark'] .sign-up-body-style .sub-block-wrapper-t, html[data-theme='dark'] .sign-up-body-style .birthday-block {
color: #a0a3b1;
}
html[data-theme='dark'] .sign-up-body-style .sub-block p, html[data-theme='dark'] .sign-up-body-style .sub-block-column p, html[data-theme='dark'] .sign-up-body-style .sub-block-wrapper p, html[data-theme='dark'] .sign-up-body-style .sub-block-wrapper-code p, html[data-theme='dark'] .sign-up-body-style .sub-block-wrapper-t p, html[data-theme='dark'] .sign-up-body-style .birthday-block p, html[data-theme='dark'] .sign-up-body-style .birthday-block span {
color: #a0a3b1;
}
html[data-theme='dark'] .sign-up-body-style hr {
background-color: #2a3142;
border-color: #2a3142;
}
html[data-theme='dark'] .sign-up-body-style .agreement-block .checkmark {
border: 2px solid #3a4156;
background-color: #232838;
}
html[data-theme='dark'] .sign-up-body-style .agreement-block .custom-checkbox:checked + .checkmark {
background-color: #ff9500;
border-color: #ff9500;
}
html[data-theme='dark'] .sign-up-body-style .sign-up-button:disabled {
background-color: #2a3142;
color: #70768a;
}
html[data-theme='dark'] .sign-up-body-style .disabled {
color: #70768a;
}
html[data-theme='dark'] .sign-up-body-style .valid {
border-color: #3a4156 !important;
}
html[data-theme='dark'] .sign-up-body-style .signup-error-message {
color: #ff6b6b;
}
html[data-theme='dark'] .sign-up-body-style .sub-block-error p {
color: #ff6b6b;
}

@media screen and (max-width: 1720px) {
.user-menu {
right: 20px;
}
}

@media screen and max-width: 1280px {
.breadcrumbs {
margin-right: 10px;
margin-left: 10px;
}
}

@media screen and (min-width: 991px) and (max-width: 1100px) {
.downloads {
margin-left: 10px;
margin-right: 10px;
}
}

@media screen and (max-width: 1024px) {
.header-link-text {
display: none;
}
.header-nav {
padding: 0 15px;
}
}

@media screen and (max-width: 992px) {
.downloads_left {
padding: 30px 10px 40px;
}
.downloads_right {
display: none;
}
.downloads {
display: flex;
justify-content: center;
}
}

@media screen and (max-width: 991px) {
.pf-top {
padding: 40px 40px 32px;
}
.pf-top-inner {
grid-template-columns: 1fr;
gap: 32px;
}
.pf-nav-cols {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.pf-geo {
padding: 16px 40px;
}
.pf-bottom-inner {
padding: 16px 40px;
}
}

@media max-width: 991px {
white-space: nowrap;
overflow: auto;
}

@media screen and (max-width: 830px) {
.right-pane {
display: none;
}
.left-pane {
width: auto;
}
.reg_block {
padding-left: 5%;
padding-right: 5%;
}
}

@media screen and (max-width: 800px) {
.header-dropdowns {
display: none;
}
.mobile-menu-toggle {
display: -webkit-flex;
}
.header-logo svg {
max-width: 120px;
}
.header-user-name {
display: none;
}
.header-nav {
gap: 10px;
}
.header-center {
gap: 10px;
}
.header-right {
gap: 10px;
}
}

@media max-width: 767px {
font-size: 10px;
padding: 0 16px;
}

@media screen and (max-width: 640px) {
.header-center {
display: none;
}
.header-logo svg {
max-width: 100px;
}
.header-nav {
padding: 0 10px;
justify-content: space-around;
}
}

@media screen and (max-width: 575px) {
.pf-top {
padding: 32px 20px 24px;
}
.pf-nav-cols {
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.pf-tagline {
font-size: 13px;
}
.pf-geo {
padding: 16px 20px;
gap: 10px;
}
.pf-geo-link {
font-size: 12px;
padding: 5px 10px;
}
.pf-bottom-inner {
padding: 16px 20px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.pf-rights {
font-size: 13px;
}
}

@media screen and (max-width: 530px) {
.reg_block_wrapper {
margin-left: 3vw;
margin-right: 3vw;
}
.reg_block {
padding-left: 0;
padding-right: 0;
}
.left-pane {
padding-left: 0;
padding-right: 0;
padding-top: 3vh;
row-gap: 15px;
}
.qr-code-header {
h1 {
font-size: 36px;
}
}
.social-button {
width: 100%;
justify-content: center;
min-height: 44px;
}
.sign-up-send-code-button {
width: 100%;
margin-top: 10px;
min-height: 44px;
}
.sub-block-wrapper-h {
flex-direction: column;
align-items: stretch;
gap: 10px;
}
.sub-block-wrapper-code {
width: 100%;
}
.birthday-block {
flex-direction: column;
align-items: stretch;
gap: 10px;
span {
font-size: 13px;
}
.sub-block-wrapper-t {
width: 100%;
}
}
.agreement-block {
align-items: start;
}
.agreement-policy-block {
span {
font-size: 13px;
}
a {
font-size: 13px;
}
}
.sign-up-button {
min-height: 44px;
font-size: 14px;
}
}

@media screen and (max-width: 490px) {
.reg_block_wrapper {
margin-left: 2vw;
margin-right: 2vw;
margin-bottom: 5vh;
}
.left-pane {
row-gap: 12px;
padding-top: 2vh;
}
.qr-code-header {
h1 {
font-size: 32px;
line-height: 1.2;
}
}
.sub-block {
gap: 10px;
p {
font-size: 11px;
}
}
.sub-block-wrapper {
p {
font-size: 11px;
padding-top: 8px;
}
}
.sub-block-wrapper-t {
p {
font-size: 11px;
padding-top: 8px;
}
}
.sub-block-wrapper-code {
p {
font-size: 11px;
padding-top: 8px;
}
}
.social-button {
padding: 8px;
min-height: 42px;
span {
font-size: 11px;
letter-spacing: 1px;
}
svg {
width: 18px;
height: 18px;
}
}
.birthday-block {
gap: 8px;
span {
font-size: 12px;
}
}
.agreement-policy-block {
span {
font-size: 12px;
}
a {
font-size: 12px;
}
}
.agreement-block {
margin-top: 20px;
column-gap: 8px;
.custom-checkbox-label {
.checkmark {
width: 18px;
height: 18px;
&::after {
content: '';
font-size: 12px;
top: 2px;
left: 3px;
}
}
}
}
.sign-up-button {
font-size: 13px;
margin-top: 20px;
}
.sign-up-send-code-button {
font-size: 13px;
height: 3.5em;
}
.signup-error-message {
font-size: 11px;
}
.sub-block-error {
p {
font-size: 12px;
}
}
input[type='text'], input[type='email'], input[type='password'], select {
min-height: 42px;
font-size: 16px;
}
}

@media screen and (max-width: 480px) {
.products_block {
.breadcrumbs_wrapper {
margin: 16px 0;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
.product_card {
.breadcrumbs_wrapper {
margin: 16px 0;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
}

@media screen and (max-width: 380px) {
.reg_block_wrapper {
margin-left: 1vw;
margin-right: 1vw;
}
.qr-code-header {
h1 {
font-size: 28px;
}
}
.social-button {
span {
font-size: 10px;
}
}
.sub-block-wrapper-h {
gap: 8px;
}
.birthday-block {
.sub-block-wrapper-t {
select {
font-size: 16px;
}
}
}
}