font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
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: 100vh;
background: #45494e;
z-index: 12;
}
.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;
position: absolute;
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: 0;
flex-direction: column;
width: calc(150px + 6px);
min-height: 50vh;
max-height: 80vh;
padding: 40px 0 6px;
border-radius: 6px;
transform: translate(0, -30px);
visibility: hidden;
opacity: 0;
background: #ffffff;
transition: all 0.5s ease 0s;
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;
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
.downloads {
margin-left: 10px;
margin-right: 10px;
}
}
@media screen and (max-width: 992px) {
.downloads_left {
padding: 30px 10px 40px;
}
.downloads_right {
display: none;
}
.downloads {
display: flex;
justify-content: center;
}
}
.top-bar-logo {
}
.main_screen_header {
display: flex;
position: absolute;
width: 90%;
padding: 15px 5%;
z-index: 2;
}
.any_screen_header {
display: flex;
width: 100%;
border-bottom: 1px solid rgb(73, 83, 95);
background-color: white;
}
.dark_mode {
position: relative;
background-color: #181E23;
}
.any_page_label_color {
color: #4a4a4a;
a {
color: #4a4a4a;
}
span {
color: #4a4a4a;
}
}
.main_page_label_color {
color: #fda501;
a {
color: #fda501;
}
span {
color: #fda501;
}
}
.header_user_block {
display: flex;
align-items: center;
column-gap: 10px;
cursor: pointer;
img {
width: 70px;
height: 70px;
}
a {
display: flex;
align-items: center;
text-decoration: none;
-webkit-text-decoration: none;;
color: #ffffff;
svg {
color: #fda501;
margin-right: 7px;
min-height: 22px;
min-width: 22px;
}
}
div {
svg {
color: #fda501;
margin-right: 7px;
min-height: 22px;
min-width: 22px;
}
}
svg {
color: #fda501;
min-height: 22px;
min-width: 22px;
}
}
.login-label {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
}
.deals-block {
cursor: pointer;
a {
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;
text-decoration: none;
-webkit-text-decoration: none;;
flex-shrink: 0.0;
color: #fda501;
svg {
margin-right: 7px;
min-height: 28px;
min-width: 28px;
}
}
}
.search-block {
cursor: pointer;
a {
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;
text-decoration: none;
-webkit-text-decoration: none;;
flex-shrink: 0.0;
color: #fda501;
svg {
margin-right: 7px;
min-height: 28px;
min-width: 28px;
}
}
}
.user-name {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
cursor: pointer;
}
.main-screen-user-name  {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
color: #4a4a4a;
cursor: pointer;
}
.top-bar-wrapper {
display: flex;
align-items: center;
width: 100%;
}
.top-bar {
display: flex;
align-items: center;
gap: 20px;
height: 70px;
padding: 0 20px;
width: 100%;
.city_selector_btn {
margin-left: 20px;
}
}
.filler {
flex-grow: 1.0;
}
.mobile_topbar {
display: flex;
align-items: center;
position: absolute;
top: -50px;
.catalog_btn {
margin-left: 0;
width: 100%;
}
.city_mobile_block_wrapper {
position: absolute;
inset: 0;
width: 100vw;
background: #b0b1be;
}
.city_mobile_block {
width: auto;
display: flex;
align-items: flex-start;
flex-direction: column;
position: fixed;
left: 16px;
right: 15px;
top: 90px;
padding: 16px;
div:first-child {
svg {
position: absolute;
top: 10px;
right: 15px;
}
}
}
.city_mobile_block_none {
display: none;
}
.close {
display: none;
}
.open_nav_list {
display: block;
}
}
.mobile_topbar_basket {
display: flex;
align-items: center;
padding-left: 15px;
cursor: pointer;
}
.mobileNavToggle {
display: flex;
align-items: center;
align-content: center;
margin-right: 15px;
position: relative;
width: 24px;
height: 18px;
cursor: pointer;
z-index: 4;
&::after, &::before, .divider {
display: block;
width: 100%;
height: 2px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
border-radius: 1px;
}
&::after, &::before {
content: '';
position: absolute;
}
&::before {
content: '';
top: 0;
}
&::after {
content: '';
bottom: 0;
}
}
.mobile_nav_wrapper {
visibility: hidden;
position: fixed;
top: 0;
left: 0;
right: 0;
background: rgba(5, 9, 39, 0.2);
height: 100vh;
z-index: 9;
}
.open {
visibility: visible;
.mobile_nav_menu {
left: 0;
}
}
.mobile_nav_menu {
overflow-y: scroll;
position: relative;
left: -90%;
max-width: 325px;
height: 100vh;
background-color: white;
transition: left 0.3s linear 0s;
}
.mobile_nav_header {
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
padding: 2px 16px 11px;
.libra_icon {
width: 22px;
height: 22px;
svg {
padding-top: 2px;
}
path {
animation: 1s ease 0s 1 normal forwards running libra;
}
}
}
.mobileNavToggleClose {
position: relative;
width: 26px;
height: 26px;
cursor: pointer;
align-content: center;
&::after {
content: '';
position: absolute;
width: 20px;
height: 3px;
background-color: #fda501;
transform: translateY(200%) rotate(45deg);
}
&::before {
content: '';
position: absolute;
width: 20px;
height: 3px;
background-color: #fda501;
transform: translateY(200%) rotate(-45deg);
}
}
.mobile_nav_login {
display: flex;
align-items: center;
padding: 16px;
background: #f5f6f9;
margin: 0 -16px;
justify-content: center;
a {
color: #4a4a4a!important;
.mobile_nav_login_text {
color: #828493!important;
}
}
}
.mobile_nav_login_text {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 1.4;
letter-spacing: 0.5px;
text-transform: capitalize;
border-left: 1px solid #b0b1be;
padding-left: 10px;
margin-left: 10px;
}
.mobile_nav_list {
padding: 0 16px;
}
.mobile_nav_item {
display: flex;
justify-content: center;
padding: 16px 0;
border-bottom: 1px solid #b0b1be;
color: #050927;
}
.mobile_nav_lang, .mobile_nav_currency, .mobile_nav_country {
display: flex;
align-items: center;
justify-content: space-between;
overflow-x: hidden;
position: relative;
touch-action: pan-x;
-webkit-overflow-scrolling: touch;
-webkit-user-drag: auto;
color: #fda501;
&:active {
cursor: grabbing;
}
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
color: #b0b1be;
padding-left: 10px;
position: relative;
&::before {
content: '';
display: block;
width: 2px;
height: 7px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
border-radius: 1px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
&:nth-child(2) {
&::before {
display: none;
}
}
}
.active {
color: #050927;
}
.mobile_nav_param_list {
display: flex;
cursor: grab;
list-style-type: none;
padding: 0;
margin: 0;
.mobile_nav_param_item {
a {
text-decoration: none;
-webkit-text-decoration: none;;
white-space: nowrap;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
color: #b0b1be;
user-select: none;
padding: 0 10px;
position: relative;
&::before {
content: '';
display: block;
width: 2px;
height: 9px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
border-radius: 1px;
position: absolute;
left: 0;
top: 20%;
}
&:nth-child(1) {
&::before {
content: '';
display: none;
}
}
b {
color: #050927;
}
}
}
}
}
.mobile_nav_lang {
display: flex;
svg {
min-width: 14px;
min-height: 14px;
}
}
.mobile_nav_currency {
display: flex;
svg {
min-width: 16px;
min-height: 16px;
}
}
.mobile_nav_country {
display: flex;
svg {
min-width: 16px;
min-height: 16px;
}
}
.mobile_topbar_search {
input {
border-color: #ffbb00;
}
path {
fill: #050927;
}
button {
display: none;
}
}
.downloads_block_none {
display: none;
position: absolute;
left: calc(50vw - 325px);
top: 80px;
z-index: 15;
}
.downloads_block_display {
display: block;
-webkit-animation: fadeIn 1s;
animation: 1s ease 0s 1 normal none running fadeIn;
}
.disabled_icon {
color: #ababb3;
&:hover {
cursor: not-allowed;
}
}
.currency_symbol {
font-size: 14px;
color: #fda501;
}
.download_block_mobile {
display: none;
position: absolute;
z-index: 15;
padding-left: 5vw;
padding-right: 5vw;
width: 90vw;
}
.user-menu {
position: absolute;
flex-direction: column;
top: 70px;
left: calc(100% - 330px);
z-index: 100;
width: 300px;
background: #fff;
box-shadow: 0 5px 10px 10px #0000000D;
overflow: hidden;
display: none;
}
.user-menu-group {
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;
row-gap: 10px;
column-gap: 10px;
padding: 10px 20px;
cursor: pointer;
color: #4a4a4a;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
&:hover {
background: #fda501;
color: white;
svg {
color: #ffffff;
}
}
svg {
color: #4a4a4a;
}
}
.user-menu-item-sub-list {
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: none;
flex-direction: column;
row-gap: 6px;
column-gap: 10px;
padding: 0 20px 10px;
}
.user-menu-sub-item {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
row-gap: 10px;
column-gap: 10px;
padding: 4px 0 4px 30px;
cursor: pointer;
color: #4a4a4a;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
&:hover {
background: #fda501;
color: white;
svg {
color: #ffffff;
}
}
svg {
color: #4a4a4a;
}
}
.user-menu-item-text {
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;
color: #4a4a4a;
align-content: center;
flex-grow: 1.0;
}
.user-menu-sub-item-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.75rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #4a4a4a;
}
.user-menu-inactive-item {
display: none !important;
}
.user-menu-active {
display: flex;
}
.country-selector-button {
display: none;
color: #fda501;
cursor: pointer;
}
.currency-selector-button {
display: none;
color: #fda501;
cursor: pointer;
}
.language-selector-button {
display: none;
color: #fda501;
cursor: pointer;
margin-left: 20px;
}
.user-menu-down-arrow {
display: flex;
}
.user-menu-up-arrow {
display: none;
}
@media screen and (max-width: 1170px) {
.login-label {
display: none;
max-width: 0;
}
.main_screen_header  {
width: 96%;
padding: 15px 2%;
}
.user-menu {
left: calc(100% - 330px);
}
}
@media screen and (max-width: 1050px) {
.search-block {
a {
span {
display: none;
max-width: 0;
}
}
}
}
@media screen and (max-width: 950px) {
.deals-block {
a {
span {
display: none;
max-width: 0;
}
}
}
}
@media screen and (max-width: 800px) {
.top-bar-logo {
display: none;
}
.country-selector-wrapper {
display: none;
max-width: 0;
}
.country-selector-button {
display: flex;
}
.mobile_topbar {
position: relative;
top: 0;
left: 20px;
order: -1;
}
}
@media screen and (max-width: 600px) {
.currency-selector-wrapper {
display: none;
max-width: 0;
}
.currency-selector-button {
display: flex;
}
}
@media screen and (max-width: 480px) {
.language-selector-wrapper {
display: none;
max-width: 0;
}
.language-selector-button {
display: flex;
}
.deals-block {
}
.products_block {
.breadcrumbs_wrapper {
margin: 0 0 16px;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
.product_card {
.breadcrumbs_wrapper {
margin: 0 0 16px;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
}
.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: 20px;
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;
}
.footerWrapper {
}
.footerContent {
background-color: #060923;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 72px 80px 62px;
.footerContent_row {
display: flex;
flex-direction: row;
gap: 10px;
&:first-child {
flex-basis: 65%;
justify-content: space-between;
flex-wrap: wrap;
}
}
.footerContent_column {
margin-right: 10px;
display: flex;
flex-direction: column;
}
.footerContent_column_title {
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: #ffffff;
}
.footerContent_column_link_wrapper {
display: flex;
flex-direction: column;
}
.footerContent_column_link {
margin: 9px 0;
a {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 1.4;
letter-spacing: 0.5px;
width: fit-content;
color: #ababb3;
text-decoration: none;
-webkit-text-decoration: none;;
&:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
background-clip: text;
color: transparent;
cursor: pointer;
}
}
}
.footerInput {
margin-top: 45px;
margin-bottom: 40px;
border-radius: 8px;
input {
height: 44px;
width: 250px;
color: #ffffff;
padding: 10px 100px 9px 10px;
border: 2px solid #595968;
background-color: #060923;
&::placeholder {
color: #595968;
}
&::-webkit-input-placeholder {
color: #595968;
}
&::-moz-placeholder {
color: #595968;
}
&::-ms-input-placeholder {
color: #595968;
}
&:-moz-placeholder {
color: #595968;
}
}
button {
width: 68px;
height: 44px;
background-color: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
&:hover {
background-color: #fff;
}
path {
fill: #ff9500;
}
}
}
}
.footer-social {
display: flex;
align-self: center;
height: 30px;
a {
svg {
width: 30px;
height: 30px;
color: #ffffff;
&:hover {
color: #dedee1;
}
}
}
}
.footerBottom {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0 70px;
height: 60px;
background-color: #595968;
.footerRights {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.375;
color: #ffffff;
}
a {
text-decoration: none;
-webkit-text-decoration: none;;
}
svg {
margin: 0 10px;
&:hover {
cursor: pointer;
opacity: 0.6;
}
}
}
.footerContent_icon {
display: none;
cursor: pointer;
}
.hidden {
height: 0;
width: 0;
opacity: 0;
}
@media screen and (min-width: 575px) and (max-width: 991px) {
.footerContent {
flex-direction: column;
.footerContent_row {
.footerContent_column {
margin-right: 0;
}
&:first-child {
display: grid;
grid-template-columns: repeat(2, 250px);
row-gap: 10px;
justify-content: space-between;
margin-bottom: 20px;
}
&:last-child {
justify-content: unset;
.footerContent_column {
align-items: flex-start;
}
}
}
.footerInput {
margin: 18px 0;
}
}
}
@media screen and (max-width: 575px) {
.footerContent {
flex-direction: column;
padding: 19px 16px;
.footerTitleRow {
justify-content: space-between;
width: 100%;
}
.footerContent_row {
flex-direction: column;
.footerContent_column {
margin-right: 0;
padding-top: 18px;
}
&:first-child {
justify-content: start;
grid-template-columns: 100%;
}
&:last-child {
justify-content: start;
.footerContent_column {
border-top: 0 none transparent;
align-items: flex-start;
margin-right: 0;
}
.footerContent_column_link {
border-top: 0 none transparent;
padding: 0;
}
.footerContent_column_title {
display: flex;
justify-content: space-between;
}
}
.footerContent_column_link_wrapper {
.show {
display: block;
}
.footerContent_column_link {
display: block;
width: 100%;
margin: 0;
padding: 15px 0;
}
}
}
}
.footerBottom {
padding: 0 16px;
flex-direction: column;
justify-content: space-evenly;
.footerRights {
font-size: 15px;
}
}
.footerContent_icon {
display: grid;
padding: 0 0 0 5px;
align-items: center;
}
#footerQuickLinks {
transition: all 0.4s ease 0s;
&:checked {
~ .footerContent_column_link_wrapper {
transition: all 0.4s ease 0s;
display: contents;
}
}
}
#footerMore {
transition: all 0.4s ease 0s;
&:checked {
~ .footerContent_column_link_wrapper {
transition: all 0.4s ease 0s;
display: contents;
}
}
}
#footerForUser {
transition: all 0.4s ease 0s;
&:checked {
~ .footerContent_column_link_wrapper {
transition: all 0.4s ease 0s;
display: contents;
}
}
}
#footerForBusiness {
transition: all 0.4s ease 0s;
&:checked {
~ .footerContent_column_link_wrapper {
transition: all 0.4s ease 0s;
display: contents;
}
}
}
}
.footerTitleRow {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin: 10px 0;
svg {
vertical-align: middle;
align-items: center;
align-content: center;
align-self: center;
}
}
.breadcrumbs {
width: auto;
margin: 30px 0 20px;
}
.breadcrumbs_wrapper {
position: relative;
max-width: 1310px;
margin: 25px 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: #595968;
border-radius: 8px;
padding: 10px 20px;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
@media max-width: 767px {
font-size: 10px;
padding: 0 16px;
}
@media max-width: 991px {
white-space: nowrap;
overflow: auto;
}
a {
&:visited {
color: #595968;
}
&:link {
color: #595968;
}
}
}
.breadcrumbs_itemWrapper {
display: flex;
align-items: center;
overflow: hidden;
}
.breadcrumbs_item {
display: flex;
align-items: center;
cursor: default;
}
.breadcrumbs_link {
display: flex;
align-items: center;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.breadcrumbs_last_link {
display: flex;
align-items: center;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.separator {
margin: 0 5px;
}
@media screen and max-width: 1280px {
.breadcrumbs {
margin-right: 10px;
margin-left: 10px;
}
}
.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;
}
.main_block {
background-color: #ffffff;
color: black;
}
.container {
max-width: 1280px;
margin-right: auto;
margin-left: auto;
padding-right: 16px;
padding-left: 16px;
}
.hero-section {
background: linear-gradient(180deg, rgba(245,247,255,1) 0%, rgba(255,255,255,1) 100%);
padding-top: 64px;
padding-bottom: 64px;
}
.hero-container {
max-width: 1310px;
margin-right: auto;
margin-left: auto;
display: flex;
flex-direction: row;
align-items: center;
gap: 32px;
padding-right: 16px;
padding-left: 16px;
}
@media (max-width: 900px) {
.hero-container {
flex-direction: column;
}
.hero-illustration {
width: 100%;
}
.feature-tabs .tab-panel.active {
grid-template-columns: 1fr;
}
.pricing-cards {
grid-template-columns: repeat(2, 1fr);
}
.testimonials-carousel {
grid-template-columns: 1fr;
}
}
.hero-text {
flex-grow: 1.0;
}
.hero-headline {
font-size: 40px;
font-weight: 700;
line-height: 1.15;
margin-bottom: 12px;
color: #fda501;
}
.hero-subheadline {
font-size: 18px;
color: #4a5568;
margin-bottom: 24px;
}
.hero-buttons {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 16px;
}
.button.primary-cta {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
border-radius: 10px;
padding: 12px 18px;
font-weight: bold;
border: 0 none currentColor;
}
.button.secondary-cta {
background: white;
color: #fda501;
border: 1px solid #fda501;
border-radius: 10px;
padding: 12px 18px;
font-weight: bold;
}
.trust-badges .trust-text {
font-size: 14px;
color: #6b7280;
}
.hero-illustration .hero-mockup {
width: 520px;
height: 320px;
background-color: #E9EEF9;
border-radius: 16px;
}
.feature-segmentation {
padding-top: 48px;
padding-bottom: 48px;
}
.section-title {
text-align: center;
font-size: 28px;
font-weight: 700;
margin-bottom: 24px;
color: #0f172a;
}
.feature-tabs .tab-headers {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
max-width: 1280px;
margin-right: auto;
margin-left: auto;
margin-bottom: 16px;
}
@media (max-width: 800px) {
.feature-tabs .tab-headers {
grid-template-columns: 1fr;
}
.pricing-tabs .pricing-tab-headers {
grid-template-columns: 1fr;
}
}
.feature-tabs .tab-header {
border-radius: 12px;
border: 1px solid #E5E7EB;
background-color: white;
padding: 14px;
text-align: left;
cursor: pointer;
color: #111827;
}
.feature-tabs .tab-header.active {
border: 1px solid #fda501;
box-shadow: 0 8px 24px 0 #e5edff;
}
.feature-tabs .tab-content {
margin-top: 12px;
background-color: white;
border: 1px solid #E5E7EB;
border-radius: 14px;
padding: 24px;
}
.feature-tabs .tab-panel {
display: none;
}
.feature-tabs .tab-panel.active {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.tab-illustration .mockup-placeholder {
background-color: #F3F4F6;
border-radius: 12px;
padding: 24px;
color: #6b7280;
text-align: center;
}
.feature-highlights {
padding-top: 48px;
padding-bottom: 48px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
@media (max-width: 1024px) {
.features-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.features-grid {
grid-template-columns: 1fr;
}
}
.feature-card {
background-color: white;
border: 1px solid #E5E7EB;
border-radius: 12px;
padding: 20px;
box-shadow: none;
}
.feature-card:hover {
box-shadow: 0 10px 24px 0 #E0E7FF;
}
.feature-title {
font-weight: bold;
font-size: 18px;
margin-top: 8px;
margin-bottom: 8px;
}
.feature-description {
color: #4b5563;
}
.pricing-section {
padding-top: 48px;
padding-bottom: 48px;
}
.pricing-tabs .pricing-tab-headers {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-bottom: 12px;
}
.pricing-tab-header {
padding-top: 12px;
padding-bottom: 12px;
background-color: white;
border: 1px solid #E5E7EB;
border-radius: 10px;
cursor: pointer;
}
.pricing-tab-header.active {
border: 1px solid #fda501;
}
.currency-toggle {
text-align: right;
margin-bottom: 16px;
}
.currency-toggle .currency-btn {
padding: 8px 12px;
margin-left: 6px;
border-radius: 8px;
border: 1px solid #E5E7EB;
background-color: white;
cursor: pointer;
}
.currency-toggle .currency-btn.active {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
border: 1px solid #fda501;
}
.pricing-content .pricing-panel {
display: none;
}
.pricing-content .pricing-panel.active {
display: block;
}
.pricing-cards {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
@media (max-width: 1200px) {
.pricing-cards {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 600px) {
.pricing-cards {
grid-template-columns: 1fr;
}
.roadmap-timeline {
grid-template-columns: 1fr;
}
}
.pricing-card {
background-color: white;
border-radius: 14px;
border: 1px solid #E5E7EB;
padding: 20px;
position: relative;
}
.pricing-card.popular {
border: 2px solid #fda501;
}
.popular-badge {
position: absolute;
top: 12px;
right: 12px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
font-size: 12px;
padding: 4px 8px;
border-radius: 999px;
}
.plan-name {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
}
.plan-price {
font-size: 24px;
font-weight: bold;
margin-bottom: 8px;
}
.plan-price .price-usd {
display: none;
}
.plan-description {
color: #6b7280;
margin-bottom: 12px;
}
.select-plan {
width: 100%;
}
.social-proof {
padding-top: 48px;
padding-bottom: 48px;
}
.testimonials-carousel {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.testimonial-card {
background-color: white;
border: 1px solid #E5E7EB;
border-radius: 12px;
padding: 16px;
}
.testimonial-quote {
color: #111827;
font-style: italic;
margin-bottom: 8px;
}
.testimonial-author {
color: #6b7280;
}
.roadmap {
padding-top: 48px;
padding-bottom: 48px;
}
.roadmap-timeline {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
}
@media (max-width: 1000px) {
.roadmap-timeline {
grid-template-columns: repeat(2, 1fr);
}
}
.roadmap-item {
background-color: white;
border: 1px solid #E5E7EB;
border-radius: 12px;
padding: 16px;
}
.roadmap-date {
color: #6b7280;
font-size: 14px;
margin-bottom: 6px;
}
.final-cta {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
padding-top: 48px;
padding-bottom: 48px;
border-radius: 0;
}
.final-cta .cta-content {
text-align: center;
}
.cta-headline {
font-size: 28px;
font-weight: 700;
margin-bottom: 8px;
}
.cta-subtext {
font-size: 16px;
opacity: 0.9;
margin-bottom: 16px;
}
.cta-button {
background: white;
color: #fda501;
}
.sticky-mobile-cta {
position: fixed;
left: 0;
right: 0;
bottom: 12px;
display: none;
justify-content: center;
z-index: 50;
}
.sticky-mobile-cta.visible {
display: flex;
}
.sticky-mobile-cta .sticky-cta-button {
margin-right: auto;
margin-left: auto;
width: min(680px, 92%);
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
padding-top: 14px;
padding-bottom: 14px;
border-radius: 999px;
box-shadow: 0 10px 24px 0 #cbd5e1;
}
