@font-face {
    font-family: Inter;
    src: local("Inter"), url(../fonts/Inter-Regular.ttf);
}

:root {
    --device: 1;
}
body {
    background-color: #2b295d;
    margin: 0px;
    padding: 0px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

div {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
.blocks {
    width: 100%;
    height: 1164px;
    position: relative;
    display: block;
    margin: 0px;
    text-align: center;
}

#block_top {
    background-image: url(../images/top_back_1.png);
    background-repeat: repeat-x;
}

.lime_text {
    color: #38f4c3;
}

.button_lime {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 117px;
    height: 42px;
    background: #38f4c3;
    border-radius: 40px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2b295d;
    cursor: pointer;
}
.button_lime:hover {
    transition: 0.3s;
    transform: scale(1.2);
}

.top_a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.top_a:hover {
    transition: 0.3s;
    font-size: 20px;
}

.bottom_a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    color: #2b295d;
    opacity: 0.5;
}

.simple_text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    text-align: left;
}

#mobile_phone {
    background-position: -50px -130px;
    background-size: 418px 906px;
    top: 210px;
    width: 359px;
    height: 754px;
    margin-left: 285px;
    position: absolute;
    left: 50%;
    z-index: 2;
}
#mobile_phone img {
    width: 100%;
}

.text1 {
    position: absolute;
    width: 380px;
    left: 50%;
    margin-left: -580px;
    top: 520px;
}
#text1_download {
    position: absolute;
    width: 460px;
    left: 50%;
    margin-left: -580px;
    top: 701px;
    display: none;
    z-index: 2;
}
#text1_download td {
    text-align: left;
}

#text1_download td.mob {
    display: none;
}

.text_showed {
    display: none;
}

.block_showed {
    display: none;
}
.first_h {
    line-height: 110% !important;
}
.text_block_H_white {
    position: absolute;
    width: 1180px;
    left: 50%;
    margin-left: -590px;
    top: 224px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    color: #ffffff;
    text-align: left;
}

.text_block_H_white div {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    color: #ffffff;
    text-align: left;
}

#overview {
    height: 1200px;
}

#security {
    width: 100%;
    height: 1037px;
    background: #2b295d;
}

#download {
    background: #38f4c3;
}

#bottom_block_h {
    position: absolute;
    top: 50px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    color: #2b295d;
}

.table1 {
    border: 0px;
    margin-top: 50px;
}
.table1 td {
    text-align: left;
    vertical-align: middle;
}

.grey_text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.5;
}

.grey_text_1 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    opacity: 0.5;
}

.logo_href {
    float: left;
    margin-top: 22px;
    margin-left: 53px;
}

.logo_href:hover {
    transition: 0.3s;
    transform: scale(1.2);
}

#main_div {
    position: fixed;
    left: 0px;
    top: -100px;
    width: 100%;
    display: none;
    z-index: 50;
    height: 96px;
    transition: background 0.3s, backdrop-filter 0.3s;
}
#main_div.stick {
    background: rgba(38, 37, 81, 0.5);
    backdrop-filter: blur(4px);
}

#main_menu_table_desctop {
    float: right;
    margin-right: 55px;
    margin-top: 20px;
}

#main_menu_table_desctop td {
    vertical-align: middle;
}

#main_menu_mob {
    display: none;
    background-image: url(../images/main_open.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 55px;
    top: 40px;
    user-select: none;
}
#main_menu_mob:hover {
    transition: 0.3s;
    transform: scale(1.3);
}

#mobile_main_menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #38f4c3;
    z-index: 100;
}
#close_main_menu {
    background-image: url(../images/main_close.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 45px;
    height: 40px;
    margin-top: 35px;
    margin-right: 55px;
    float: right;
    cursor: pointer;
    user-select: none;
}

#close_main_menu:hover {
    transition: 0.3s;
    transform: scale(1.2);
}

#main_table_mob {
    margin-top: 150px;
    margin-left: 55px;
}

#main_table_mob td {
    padding-bottom: 40px;
}

#main_table_mob a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #2b295d;
    cursor: pointer;
    text-decoration: none;
}

#main_table_mob a:hover {
    font-size: 70px;
}

#block_2_text {
    position: absolute;
    left: 50%;
    margin-left: 210px;
    top: 230px;
    text-align: left;
}

.hover_right:hover {
    transition: 0.3s;
    margin-left: 50px;
}

.hover_left:hover {
    transition: 0.3s;
    margin-left: -50px;
}

.zi49 {
    z-index: 49;
}
.zi48 {
    z-index: 48;
}
.zi47 {
    z-index: 47;
}
.zi46 {
    z-index: 46;
}
.zi45 {
    z-index: 45;
}
.zi44 {
    z-index: 44;
}

table.items_table {
    width: 1180px;
    position: absolute;
    left: 50%;
    margin-left: -590px;

    border: 0px;
}
#features {
    height: 1146px;
}
#features_tabs {
    position: absolute;
    top: 460px;
    width: 1180px;
    left: 50%;
    margin-left: -590px;
    height: 686px;
}
#features_tab_1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

#features_tab_2 {
    position: absolute;
    /*top: 320px;*/
    top: 380px;
    left: 0px;
}

#security_tab {
    position: absolute;
    left: 50%;
    margin-left: -590px;
    top: 461px;
    width: 1180px;
}

.security_h_tab {
    height: 22px;
}

table.items_table td {
    font-family: "Inter";
    font-style: normal;
    text-align: left;
    vertical-align: top;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    padding: 10px;
}

.margin_top_h2,
.margin_top_h4,
.margin_top_h5 {
    top: 100px;
}
.margin_top_h3 {
    top: 175px;
}

#download {
    min-height: 750px;
    height: 692px;
}

.blue_block {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    color: #2b295d;
    position: absolute;
    width: 700px;
    left: 50%;
    top: 110px;
    margin-left: -350px !important;
}

.blue_block div {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    color: #2b295d;
}

.button_bottom {
    position: absolute;
    left: 50%;
    top: 400px;
    margin-top: 29px;
    width: 196px;
    height: 58px;
}

.button_bottom:hover {
    transition: 0.3s;
    transform: scale(1.1);
}

#apple_button {
    margin-left: -220px;
}

#google_button {
    margin-left: 20px;
}

#download_tel {
    float: left;
    margin-right: 30px;
}

#icon_mob {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}

#icon_mob a img:hover {
    transition: 0.3s;
    transform: scale(1.2);
}
#about_app_text {
    float: left;
    margin-top: 7px;
}

.mob {
    display: none;
}

#split_download {
    height: 1037px;
    background: #201e45;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    display: none;
}

.footer_div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 60px;
}

.foot_copyright {
    float: left;
    margin-left: 55px;
    margin-right: 200px;
}

.foot_terms {
    float: left;
}

.foot_privacy {
    float: left;
    margin-left: 20px;
}

.foot_support {
    float: left;
    margin-left: 50px;
}

.foot_Digital {
    float: left;
    margin-left: 50px;
}

.foot_address {
    float: right;
    margin-right: 50px;
    width: 300px;
    text-align: left;
}

.grey_text_foot {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    color: #2b295d;
    opacity: 0.5;
}

.bottom_href {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    color: #2b295d;
    opacity: 0.5;
    text-decoration: none;
}
a.bottom_href {
    cursor: pointer;
}

a.bottom_href:hover {
    transition: 0.3s;
    color: #ffffff;
    transform: scale(1.2);
}

.button_lime_2 {
    background-color: #201e45 !important;
    color: #38f4c3 !important;
}

.marg_top,
.security_marg_top {
    margin-top: 40px;
}
.mob {
    display: none;
}

.security_tab_marg_td {
    width: 50px;
}

#icon_mob .qrcode {
    width: 37px;
    height: 37px;
    margin-left: 10px;
}

#icon_mob nobr {
    display: flex;
    align-items: center;
}

#extension {
    background: #201e45;
    height: 780px;
}

#extension .text_block_H_white div {
    text-align: center;
}

#extension .subtitle {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 370px;
    margin-left: -220px;
}

#extension .subtitle div {
    text-align: center;
}

#extension .chrome {
    position: absolute;
    left: 50%;
    top: 470px;
    margin-left: -42px;
}

#extension .chrome img {
    width: 65px;
    height: 65px;
}

#extension .download_button {
    position: absolute;
    left: 50%;
    top: 580px;
    margin-left: -82px;
}

#extension .download_button #add_extension {
    width: 150px;
    text-decoration: none;
}

#download .blue_block {
    top: 140px;
}

#download .down_QR {
    position: absolute;
    left: 50%;
    top: 530px;
    margin-left: -48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#download .down_QR img {
    width: 82px;
    height: 82px;
    margin: 50px 0 8px;
}

#download .down_QR div:last-child {
    color: rgba(44, 61, 103, 0.8);
}
