@font-face {
    font-family: "RobotoRegular";
    src: url("/font/RobotoRegular.eot");
    src: url("/font/RobotoRegular.eot%3F")format("embedded-opentype"),
    url("/font/RobotoRegular.woff") format("woff"),
    url("/font/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
} 

@font-face {
    font-family: "RobotoLight";
    src: url("/font/RobotoLight.eot");
    src: url("/font/RobotoLight.eot%3F")format("embedded-opentype"),
    url("/font/RobotoLight.woff") format("woff"),
    url("/font/RobotoLight.ttf") format("truetype");
    font-style: normal; 
    font-weight: normal;
} 

@font-face {
    font-family: "RobotoMedium"; 
    src: url("/font/RobotoMedium.eot");
    src: url("/font/RobotoMedium.eot%3F")format("embedded-opentype"),
    url("/font/RobotoMedium.woff") format("woff"),
    url("/font/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("/font/RobotoBold.eot");
    src: url("/font/RobotoBold.eot%3F")format("embedded-opentype"),
    url("/font/RobotoBold.woff") format("woff"),
    url("/font/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.coin-cost{
        position: absolute;
    
    font-size: 13px;
    opacity: 0.8;
    left: 10px;bottom: 5px;
    
}
@font-face {
    font-family: "SansDisplay";
    src: url("/font/SansBold.otf");
}

@font-face {
    font-family: "proDisplayLight";
    src: url("/font/proDisplayLight.otf");
}

.path-active{
    border: 2px solid #1A4ADA;
    color: #1A4ADA;
}

.payment{
    display: flex;
    align-items: center;
}
.payment-title{
    font-size: 20px;
    letter-spacing: 1px;
}

.payment-text{
    opacity: 30%;
    margin: 10px;
}
.payment-fr{
    min-width: 50%;

padding: 10px;}

.payment-info{
    width: 100%;
}

.payment-fr button{
    width: 140px;
    height: 45px;
    background-color: #1a4ada;
    color: #fff;
    border-radius: 6px;
    border:none;
    
}


.fl-body{
    display: flex;
}

.tag-m{
    display: none;
}
.prev-button{
    width: 80px;
    height: 40px;
    border: 2px solid #1A4ADA;
    display: none;
    align-items: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    font-weight: bold;
    color: #1A4ADA;
    font-size: 12px;
left: 0px;}

.prev-button img, .next-button img{
    width: 20px;
    margin-right: auto;
}

.next-button{

    position: absolute;
    right: 0px;
    top: 20px;
    display: none;
    font-size: 12px;
    width: max-content;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #1A4ADA;
    align-items: center;
    color: #1A4ADA;
    padding: 3px;
}
.next-button p, .prev-button p{
    width: 100%;
    text-align: center;
font-family: 'RobotoLight';font-size: 13px;font-weight: bold;}
.purchase-frame{
    position: relative;display: flex;
    height: 80px;
    margin: 2%;
    align-items: center;
    background: #fff;
    /* box-shadow: 0px 0px 9px rgb(163 201 255 / 30%); */
    /* border-radius: 6px; */
border-top: 1px solid #e5e5e5;}
.purchase-frame img{
    min-width: 60px;max-width: 60px;
    min-height: 60px;max-height: 60px;
    margin: 10px;
    object-fit: cover;
    padding: 0;
    border-radius: 10px;
}

.purcahse-info{
    width: 100%;
    /* max-height: 20px; */
    /* overflow: hidden; */
}

.purchase-title{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #1A4ADA;
height: 28px;overflow: hidden;}
.purchase-desc{
    margin: 10px 0 0 0;
    font-size: 10px;
    max-height: 20px;
    overflow: hidden;
    opacity: 0.99;
}

.purchase-amount{
        min-width: fit-content;
    padding: 4%;
    color: #1A4ADA;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
transform: translateY(-10px);}
.back{
    display: none;
}
.category-title-frame{
 width: 100%;
 display: flex;
margin-bottom: 30px;overflow: auto;
display: none;}

.category-title-active{
    background-color: #1A4ADA;
    color: #fff;
    border-radius: 6px;
    padding: 8px;
margin: 3px;font-size: 18px;
cursor: pointer;/* min-width: 100px; */line-break: none;white-space: nowrap;}
.category-title{
    background-color: #f2f2f2;
    color: #1A4ADA;
    border-radius: 6px;
    padding: 8px;
margin: 3px;font-size: 18px;
cursor: pointer;}
.scroller{
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: 1200px;
    }
.swiper-slide{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 70vh;
    border-radius: 6px;
    object-fit: cover;
}

.swiper-text-frame{
    display: flex;position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8211659663865546) 0%, rgba(0,0,0,0.5074404761904762) 51%, rgba(255,255,255,0) 100%);
    height: 50%;
    z-index: 1;
    width: 100%;
    border-radius: 6px;
flex-flow: column-reverse;padding-bottom: 50px;}

.swiper-text-frame p{
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
    margin-top: 50%;
}
.swiper-pagination-bullet{
    border: 2px solid #fff;
}

.more{
    position: absolute;
    bottom: 35px;
    z-index: 99;
    background: #fff;
    width: 94%;
    box-shadow: 0 0 13px #d6d1d1;
    margin: 3%;
    border-radius: 6px;
    display: none;
    cursor: pointer;
}
.frame-all .more p:hover{
    background:#e6e6e6;
}
.frame-all .more p{
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    color: #1A4ADA;
    font-size: 20px;
}
.frame-all .more p img{
    margin: 7px 10px;
    cursor: pointer;
width: 25px;}
.revert{
    height: 100%;
    padding: 10px;
    color: #1A4ADA;
    display: none;
}
body{
    overflow-y: hidden;
}
textarea:focus, input:focus, select:focus{
    outline: none;
}

* {
    box-sizing: border-box;
    font-family: "RobotoLight";
    font-size: 14px;
}

div, h1, h2, h3, h4, h4, h5, h6{
    font-family: "RobotoLight";
}

p{
    font-family: 'proDisplayLight';
}


.body-main{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

.bottom-menu{
    position: fixed;
    z-index: 9999999999999;
    width: 100%;
    height: 70px;
    background-color: #1A4ADA;
    display: flex;
    bottom: 0;
    display: none;
}
.menu-path{
 text-align: center;
 padding: 0;
 margin: auto;
height: 60px;width: 65px;display: flex;flex-flow: column;justify-content: center;align-items: center;border-radius: 6px;}

.menu-path img{
    opacity:0.6;
}
.menu-path p{
    font-size: 10px;
    color: #bcc9f1;
margin-top: 5px;}

/*alert-frame*/

.project-bg{
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #00000029;
    z-index: 999999999;
    align-items: center;
    justify-content: center;
    display: flex;
    
backdrop-filter: blur(7px);}

.project-list{
    width: 40%;
    min-width: 290px;
    min-height: 160px;
    background: #ffff;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0px 0px 10px rgb(122 139 163 / 30%);
    box-sizing: border-box;
    max-width: 390px;
}

.project-list-title{
    text-align: center;
    opacity: 0.8;
    padding: 10px;
}
.project-list label{
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    background: #ebebeb;
    border-radius: 6px;
    margin: 8px 0;
}

.project-list label input{
    margin: 8px;
}

.project-list .p-title{
    font-size: 18px;
}
.project-list .p-cost{
    
    margin-left: auto;
    margin-right: 10px;
    font-size: 20px;
    color: #1A4ADA;

}

#project{
    width: 100%;
    height: 38px;
    background: #ebebeb;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    color: #1A4ADA;
}


.project-list .txt {
    color: #5a5a5a;
    font-size: 19px;
    padding: 0 4%;
}

.wallet {
    width: 58%;
    font-size: 18px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    transition: 0.1 all;
     border: 2px solid #1A4ADA; 
    color: #1A4ADA;
    font-weight: bold;
    border-radius: 6px;
    margin: 1%;
}
.wallet:hover{
    background-color: #ebebeb;
}
.product-bg{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999999999999;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hidden{
    display: none;
}
.product-body{
    overflow: scroll;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.product-body .nav{
    position: relative;
    z-index: 0;
}
.product-frame{
    width: 100vw;
    min-width: 200px;
    background: #fff;
    display: flex;
    padding: 0 0 0 5%;
}

.product-frame .close {
    width: 30px;
    height: 30px;
    background-color: #cecece;
    color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 999;
    cursor: pointer;
    border-radius: 6px;
}
.product-frame .swipers{
    width: 50%;
    }
.product-frame .mySwiper {
    height: 30vw;
    border-radius: 6px;
    margin: 30px 10px 0px 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.product-frame .mySwiper img{
    height: 100%;
}

.product-frame .mySwiper2{
    height: 20vw;
    max-height: 100px;
    border-radius: 6px;
    margin: 30px 10px 0px 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.product-frame .mySwiper2 img{
    border-radius: 6px;
    height: 20vw;
    max-height: 100px;
}


.product-frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desc-frame{
    width: 100%;
    height: 100%;
    /* overflow-y: scroll; */
    padding: 0 5% 0 0;
}
.desc-title {
    color: rgba(26, 74, 218, 1);
    font-size: 25px;
    /* padding: 18px; */
    padding-top: 25px;
    padding-left: 10px;
    font-weight: bold;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    padding: 4% 4% 0% 4%;
}
#title{
    display: none;
}
#title-small{
    margin-left: 5vw;
    color: #292929;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    font-family: 'SansDisplay';
    margin-top: 30px;}
.tag{
    color: #1A4ADA;
     margin-left: 5vw;
     padding: 0 10px;
}
#title-mobile{
    display: none;
    color: #292929;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 4% 10px 4%;
    font-family: 'SansDisplay';
    }

.desc{
    font-size: 20px;
    /* margin: 10px; */
    /* white-space: pre-wrap; */
    padding: 4%;
    line-height: 30px;
}


.favorite-frame{
    width: 100%;
    height: 150px;
    border-radius: 6px;
}

.favorite-frame p{
    color: #1A4ADA;
    font-size: 22px;
    font-weight: bold;
    padding: 20px;
}

.favorite-frame .favotite-buttons{
    width: 100%;
    display: flex;
    padding: 10px;
}

.favorite-frame button{
    width: 46%;
    margin: 2%;
    background: #1A4ADA;
    color: #fff;
    border: none;
    height: 45px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
}

.favorite-frame .add-favorite{
    background: #Fff;
    color: #1a4ada;
    border: 2px solid;
}



.button-frame{
    margin: 4%;
    border-radius: 6px;
}
 .cost-title{
    font-size: 18px;
    font-weight: bold;
    margin: 6px 0px;
    color: #292929;
}


.cost-buttons {
    width: 100%;
    background: #fff;
    color: #1A4ADA;
    border: none;
    height: 45px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    background: rgba(242, 242, 242, 1);
}



/*search bar*/

.search{
    width: 80%;
    max-width: 600px;
    margin: 70px auto 60px auto;
    height: 40px;
    text-align: center;
}
.search div{
    margin: auto;
    height: 40px;
    display: flex;
}
.search div input{
    width: 100%;
    height: 40px;
    border: none;
    font-size: 18px;
    box-shadow: 0px 1px 20px 0px #e3e4e8;
    border-radius: 10px;
    color: #2196f3;
    padding: 5px 16px;
}
::placeholder { 
  color: bfbfbf;
  opacity: 1; 
}

/*body*/


main.gallery {
    padding: 5vw 5vw 0 calc(240px + 5vw);
    width: 100%;
}

#area .gallery{
    padding: 0;
    padding-left: 10px;
}

.product-body .gallery{
    padding: 30px 5vw;
    }

    
.gallery>h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #333333;
    font-weight: 100;
}

.gallery>.gallery__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(29vw, 2fr));
    grid-template-rows: repeat(3, 65vw);
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
}


.gallery>.gallery__list>li {
    grid-column: span 1;
    grid-row: span 1;
    position: relative;
}

.gallery>.gallery__list>li>figure {
    height: 100%;
}

.gallery>.gallery__list>li>figure>img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 10px 10px 0 0px;
}


.gallery>.gallery__list2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(19%, 2fr));
    max-width: 2000px;grid-auto-rows: 50px;
    grid-gap: 1vw;
    grid-auto-flow: dense;
    margin: auto;
    padding: 0;
padding-bottom: 4vw;}

.product-body  .gallery__list2 {
   grid-template-columns: repeat(5, minmax(17vw, 2fr));
}


.gallery>.gallery__list2>li {
    grid-column: span 1;
    grid-row: span 4;
    position: relative;
    transition: all 0.1s;
    box-shadow: 0px 0px 15px rgb(84 105 135 / 30%);
    border-radius: 6px;
    overflow:hidden;
}



.gallery>.gallery__list2>li>figure {
    height: 100%;
    margin: 0;
}

.gallery>.gallery__list2>li>figure>img {
    width: 100%;
    height: calc(100% - 110px);
    object-fit: cover;
    border-radius: 6px 6px 0 0px;
}


.frame {
    position: absolute;
    height: 100%;
    width: 100%;
    align-items: end;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
}
.frame button{
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    height: 40px;
    background: #8DCDE0;
    bottom: 4%;
    position: absolute;
    width: 92%;
}


.frame .product-title{
    color: #1a4ada;
    text-shadow: none;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    height: 25px;
    overflow: hidden;
padding-bottom: 0px;margin-bottom: 0;}
.frame .productDescription{
    margin: 10px;
    font-size: 12px;
    font-weight: bold;
        height: 28px;
    overflow: hidden;

margin-top: 5px;}

.frame .cost-frame {
    position: absolute;
    display: flex;
    bottom: 0;
    color: #1A4ADA;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    align-items: center;
    font-size: 18px;
}

.frame .cost-frame img{
    margin-left: auto;
    width: 18px;
    height: 18px;
}

.frame .description {
    color: #292929;
    border-radius: 0px 0 10px 10px;;
    width: 100%;
    bottom: 0;
    position: absolute;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 110px;
    transition: all 0.1s;
    /* background-color: #000; */
    
}
.frame .nft{
    background: blue;
    width: 40px;
    margin: 5px;
    text-align: center;
    padding: 2px;
    border-radius: 6px;
}
/*swiper*/
.swiper{
    width: 100%;
    height: 100%;
}


.control-left {
    transform: rotate(180deg);
    background: #fff;
    height: 19px;
    width: 19px;
    border-radius: 40px;
    cursor: pointer;
    margin-right: auto;
    z-index: 9999;
    position: absolute;
    left: 2%;
}
.control-right {
    background: #fff;
    height: 19px;
    width: 19px;
    border-radius: 40px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    right: 2%;
}

.top-products{
    margin-top: 65px;
    width: 100%;
    max-width: 2000px;min-height: 346px;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    margin: auto;justify-content: space-between;
    margin-bottom: -70px;
margin-top: 40px;height: 70vh;overflow: hidden;max-height: 1250px;}
.top-products .product-card{
    width: 31%;
    height: 70vh;
    
    border-radius: 5px;

max-height: 1200px;}

.top-products .product-card .swipe{
    width: 100%;
    height: 100%;
}

.title{
    color: rgba(26, 74, 218, 1);
    font-size: 25px;
    padding: 28px;
    padding-top: 85px;
    padding-left: 0px;
    font-weight: bold;
max-width: 2000px;margin: auto;}
.f-title{
color: rgba(26, 74, 218, 1);
    font-size: 25px;
    padding: 28px;
    padding-left: 0px;
    font-weight: bold;
    /* position: absolute; */
    width: 100%;
    text-align: left;
    padding-top: 55px;
    
}
.top-products .apps{
    background-color: rgba(26, 74, 218, 1);
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 30px;
    justify-content: center;
   
position: relative;height: 70vh;max-height: 1200px;}
.top-products .apps p{
  font-size: 20px;
  font-weight: bold;
  animation-name: apps;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  overflow: hidden;
}


@keyframes apps {
  0%   {height: 0px;}
  20%  {height: 25px;}
  40%  { height: 60px;}
  60% { height: 100px;}
  90% {height: 100px;}
  100% { height: 0px;}
}


.balance-frame{
    height: calc(50% - 10px);
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgb(122 139 163 / 30%);
    margin: 10px;
    position: relative;
}
.add{
    background: url("//dev.integracore.ru/smp/images/%D0%A5%D0%90%D0%A0%D0%90.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.add p{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color:rgba(26, 74, 218, 1) ;
    font-size: 18px;
    font-weight: bold;
}

.balance-frame .coin{
    background-color: rgba(26, 74, 218, 1);
    justify-content: center;
    align-items: center;
    display: flex;
    height: 22%;
    border-radius: 6px;
    color: #fff;
    padding: 5px;
    margin: 2%;
    box-shadow: 0px 0px 10px rgb(122 139 163 / 30%);
}

.coin .coin-name{
    font-size: 18px;
    font-weight: bold;
}

.coin .coin-amount{
    margin-left: auto;
    font-size: 18px;
}
.glass {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    background: #ffffff63;
    z-index: 999;
    top: 0;
    right: 0;
    border-radius: 6px;
    backdrop-filter: blur(7px);
}
.token-count {height: 43%;margin:1%;border-radius: 6px;box-shadow: 0px 0px 10px rgba(122, 139, 163, 0.3);padding: 5px;margin: 2%;background-color: rgba(26, 74, 218, 1);position: relative;margin-top: 5%;}

.token-count .token-title{
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}

.token-count .token-amount{
    color: #fff;
    margin-left: auto;
    font-size: 22px;
        position: absolute;
    right: 5px;
    bottom: 5px;
}


.market{
    font-size: 16px;
    margin: 2px;
    display: none;
}

.market-text{
    display: none;
    font-size: 10px;
    color: #838181;
    margin-top: 3px;
font-family: unset;}

@media (max-width:600px) {
    .frame .coin-cost{
    left: 10px;
    font-size: 13px;
    }
    .swiper-slide img{
        /* height: 50vh; */
    }
    .scroller{
        height: 35vh;
    }
    .payment-fr{
    width: 100%;
    bottom: 0;
    min-width: 50%;
    padding: 10px;
    align-items: center;
    position: fixed;
    left: 0;
    background: #fff;}
    .tag{
        display: none;
    }
    .title{
        padding-top: 135px;
    }
    .prev-button, .next-button{
        display: flex;
        z-index: 999999999999999999999999999999999;
        text-decoration: none;
    transform: scale(0.8);}
    .market-text,
    .market{
        display: block;
    }
    .back{
        display: flex;
    }
    .f-title{
        text-align: center;
        padding-top: 0;
        padding-left: 29px;
    }
.top-products{
    margin-top: 100px;margin-bottom: -115px;
    flex-wrap: nowrap;
height: auto;}
.gallery>.gallery__list2>li>figure>img {
    width: 100%;
    height: 30vw;
    object-fit: cover;
    border-radius: 6px 6px 0 0px;
}
#area .gallery {
    padding-left: 0;
}
.bottom-menu{
    display: flex;
}

main.gallery {
    padding: 14px;
}
.frame .product-title {
    color: #1a4ada;
    text-shadow: none;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    max-height: 20px;
    overflow: hidden;
}
.product-frame .swipers{
    width: 100vw;
}

.product-frame .mySwiper {
    height: 60vw;
    border-radius: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.product-frame .mySwiper img{
    height: 60vw;
}

#title-mobile{
    display: flex;
}

#title-small{
    display: none;
}

.desc-frame{
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
}
.nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #1A4ADA;
    font-weight: bold;
    padding: 10px 0 0 0;
    width: 240px;
    width: 100%;
    text-align: center;
    height: 45px;
    /* display: none; */position: absolute;top: 0;left: 0;}

.gallery>.gallery__list2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(45vw, 2fr));
    grid-auto-rows: 15vw;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
    padding: 0;
    padding-bottom: 110px;
}


.product-body  .gallery__list2 {
   grid-template-columns: repeat(2, minmax(29vw, 2fr));
   margin-bottom:150px;
}

.gallery>.gallery__list2>li>figure>img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 6px 6px 0 0px;
}


.frame p {
    font-weight: bold;
    font-size: 18px;
}

.frame .description {
    overflow: hidden;
    position: absolute;
    height: 50%;
    line-height: 24px;
    height: 30vw;
    text-shadow: none;
    border-radius: 0;
    line-height: 15px;
    padding: 6px;
}



.frame {
    padding: 0;
}

.product-frame {
    width: 100vw;
    min-width: 100%;
    height: 100%;
    background: #fff;
    display: inline;
    overflow: scroll;
    padding:0;
}

.product-frame .mySwiper2{
    display: none;
}
.swiper{
    height: 45vw;
}


.frame .description {
    padding: 0;
    height: 50%;
}


.main-gallery > .left-menu {
    transition: all 0.1s;
    left: -300px;
    z-index: 99999999999999;
    padding-top: 10px;
padding-left: 10px;}
.top-products .apps{
    display: none;
}
.top-products .product-card {
    width: 50vw;
    margin: 5px;
    margin-top: 50px;
    height: 75vw;
}
.balance-frame .coin{
    background-color: rgba(26, 74, 218, 1);
    justify-content: center;
    align-items: center;
    display: flex;
    height: 22%;
    border-radius: 6px;
    color: #fff;
    padding: 5px;
    margin: 2%;
    box-shadow: 0px 0px 10px rgb(122 139 163 / 30%);
}

.coin .coin-name{
    font-size: 15px;
    font-weight: bold;
}

.coin .coin-amount{
    margin-left: auto;
    font-size: 14px;
}

.token-count {height: 45%;margin:1%;border-radius: 6px;box-shadow: 0px 0px 10px rgba(122, 139, 163, 0.3);padding: 5px;margin: 2%;background-color: rgba(26, 74, 218, 1);position: relative;margin-top: 5%;}

.token-count .token-title{
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}

.token-count .token-amount{
    color: #fff;
    margin-left: auto;
    font-size: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
}

.hidden{
    display: none;
}


