@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@media screen and (max-width: 768px){
    .chat-search__input{
        font-size: 16px;
    }
}
.mini-flex-container{
    display: flex;
}
.chat-item--header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.submit-button.disable-button{
    background-color: #eee;
}
.submit-button.disable-button:hover{
    background-color: #dadada;
}
.submit-button.disable-button:hover .hide-tooltip{
    display: block;
}
.hide-tooltip{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #343a40;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -44px;
    width: 151px;
}
.hide-tooltip:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #343a40;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}
.submit-button{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 23px;
    border-radius: 10px;
    background-color: rgb(103, 105, 247);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    border: none;
    outline: none;
    margin-right: 15px;
    transition: background-color .3s ease;
    position: relative;
}
.submit-button:hover{
    background-color: #585bf6;
}
.submit-button img{
    height: 16px;
    margin-right: 10px;
}
.submit-button span{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.textarea-style{
    resize: none;
    height: 100px;
}
.modal-form{
    height: 410px;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.small-modal-space{
    margin-bottom: 15px;
}
@media screen and (max-width:1240px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .submit-button{
        width: 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
        background-color: rgb(242, 242, 242);
    }
    .submit-button img{
        margin-right: 0;
    }
    .submit-button span{
        display: none;
    }
    .hide-tooltip{
        left: unset;
    }
    .hide-tooltip:before{
        left: unset;
        right: 16px;
    }
}
@media screen and (max-width: 768px){
    .modal-form{
        height: 469px;
    }
}
.header__nav{
    z-index: 24;
}
.tabs-nav{
    z-index: 25;
}
.header__nav.mobile-index{
    z-index: 30;
}
.login form{
    width: 100%;
}
.privacy-hide{
    display: none;
}
.privacy-hide.active{
    display: block;
}
.desktop-hide{
    display: none;
}
@media screen and (max-width: 992px){
    .desktop-hide{
        display: block;
    }
}
/*about*/
.header__middle-block{
    display: flex;
    align-items: center;
    padding: 0 26px;
}
.about-page{
    background-color: #fff;
}
.full-width-container{
    width: 100%;
    height: calc(100vh - 72px);
    background-color: #6769f7;
}
.full-width-container__container{
    width: 100%;
    height: 100%;
    background-image: url('../images/dist/coin-bg.png');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.wrapper{
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}
.about-preview-block{
    display: flex;
    height: 100%;
}
.about-preview-block__left{
    width: 512px;
}
.about-preview-block__right{
    width: calc(100% - 512px);
}
.about-title{
    font-size: 43px;
    line-height: 54px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 176px;
    margin-bottom: 31px;
}
.about-subtitle{
    color: #fff;
    margin-bottom: 47px;
    letter-spacing: 1px;
}
.about-main-image{
    width: 756px;
    position: absolute;
    right: -19%;
    top: 106px;
}
.btn-custom{
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 17px 15px;
    max-width: 100%;
    text-align: center;
    background-color: #fff;
    letter-spacing: 0.5px;
    font-weight: 800;
}
.btn-custom:hover{
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.btn-width-about{
    width: 208px;
}
.btn-wallet{
    height: 47px;
    padding: 7px 15px;
    color: #6769f7;
}
@media screen and (max-width: 1600px){
    .about-main-image{
        width: 650px;
        right: -2%;
    }
}
@media screen and (max-width: 1200px){
    .about-preview-block{
        align-items: center;
    }
    .about-preview-block__left{
        width: 50%;
    }
    .about-preview-block__right{
        width: 50%;
    }
    .about-title{
        font-size: 32px;
        line-height: 39px;
        margin-top: 0;
    }
    .about-main-image{
        width: 100%;
        display: block;
        position: relative;
        right: unset;
        top: unset;
    }
}
@media screen and (max-width: 768px){
    /*.full-width-container{
        height: 100%;
    }*/
    .full-width-container__container{
        padding-bottom: 50px;
    }
    .about-preview-block{
        flex-direction: column;
    }
    .about-preview-block__left{
        width: 100%;
        order: 2;
    }
    .about-preview-block__right{
        width: 100%;
        order: 1;
    }
    .about-title{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .about-subtitle{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .about-main-image{
        width: 85%;
        display: block;
        margin: 0 auto;
    }
}

.small-description{
    padding: 56px 0;
    text-align: center;
}
.about-h-title{
    color: #393939;
    font-size: 33px;
    font-weight: 800;
    text-align: center;
}
.small-description__title{
    margin-bottom: 6px;
}
.small-description__content{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

.not-complete-block{
    width: 100%;
    padding: 63px 0;
    position: relative;
}
.not-complete-block::before{
    content: '';
    display: block;
    width: 85%;
    height: 100%;
    background-color: #f0f0f6;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.list-elements{
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding-left: 0;
    margin-top: 23px;
}
.list-elements li{
    width: 31.5%;
}
.one-element-block{
    min-height: 352px;
    background-color: #fff;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    text-align: center;
    padding: 69px 30px 10px 30px;
}
.one-element-block__icon{
    display: block;
    margin: 0 auto;
    height: 84px;
}
.one-element-block__title{
    color: #393939;
    font-size: 18px;
    font-weight:700;
    margin-top: 21px;
    margin-bottom: 7px;
}
.one-element-block__content{
    color: #393939;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.2px;
}
@media screen and (max-width: 1700px){
    .not-complete-block::before{
        width: 95%;
    }
}
@media screen and (max-width: 680px){
    .not-complete-block::before{
        width: 75%;
    }
    .list-elements{
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .list-elements li{
        width: 300px;
        margin-bottom: 30px;
    }
    .list-elements li:last-child{
        margin-bottom: 0;
    }
}

.about-founders-block{
    padding: 50px 0 27px 0;
}
.founders-subtitle{
    color: #393939;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.founders-block{
    display: flex;
    justify-content: center;
    padding-top: 27px;
}
.founders-card{
    width: 450px;
    margin: 0 15px;
}
.founders-card__image{
    width: 100%;
    height: 430px;
    display: block;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
}
.founders-card__name,.founders-card__position{
    text-align: center;
}
.founders-card__name{
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 0;
}
.founders-card__position{
    font-size: 13px;
}
@media screen and (max-width: 768px){
    .founders-card__image{
        height: 340px;
    }
}
@media screen and (max-width: 580px){
    .founders-block{
        flex-direction: column;
        align-items: center;
    }
    .founders-card{
        width: 100%;
        max-width: 450px;
    }
}
.footer{
    border-top: 1px solid #e1e1e1;
    padding: 33px 0;
}
.footer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-nav{
    padding-left: 0;
    display: flex;
    list-style: none;
    margin: 0;
}
.footer-nav li{
    margin-left: 55px;
}
.footer-nav li:first-child{
    margin-left: 0;
}
.footer-nav a{
    color: #393939;
}
.lisence{
    font-size: 15px;
}
@media screen and (max-width: 768px){
    .footer-container{
        justify-content: center;
    }
    .footer-nav{
        display: none;
    }
}
/*about*/

/*modal*/
.wallet-connection-modal{
    width: 580px;
    height: 500px;
    box-sizing: border-box;
    padding: 40px 40px 20px 40px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 35;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.wallet-connection-modal__container{
    position: relative;
}
.wallet-connection-modal.is-active{
    opacity: 1;
    visibility: visible;
}
.wallet-close{
    position: absolute;
    right: -20px;
    top: -20px;
    padding: 10px;
    color: #ddd;
    font-size: 22px;
    cursor: pointer;
}
.wallet-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.wallet-list a{
    display: flex;
    align-items: center;
    color: #393939;
    font-size: 13px;
    position: relative;
    display: block;
    background-color: #f0f0f6;
    border-radius: 5px;
    padding: 20px;
    transition: all 0.3s linear;
    margin-bottom: 15px;
}
.wallet-list a:last-child{
    margin-bottom: 0;
}
.wallet-list a:hover{
    text-decoration: none;
    background-color: #ddd;
}
.wallet-icon{
    width: 40px;
    height: 35px;
    object-fit: contain;
    margin-right: 15px;
}
.wallet-arrow{
    height: 15px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wallet-hint-title{
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}
.wallet-hint{
    font-size: 14px;
    margin-bottom: 10px;
}
.wallet-hint:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 768px){
    .wallet-connection-modal{
        width: 380px;
    }
}
@media screen and (max-width: 460px){
    .wallet-connection-modal{
        width: 300px;
        padding: 20px;
    }
}


.wallet-success-modal{
    width: 580px;
    height: 500px;
    box-sizing: border-box;
    padding: 40px 40px 20px 40px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 35;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.wallet-success-modal__container{
    position: relative;
}
.wallet-success-modal.is-active{
    opacity: 1;
    visibility: visible;
}
.current-connection-wallet{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 20px auto;
    position: relative;
}
.wallet-nice{
    width: 55px;
    height: 55px;
    border: 4px solid #7ce18f;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 2;
}
.wallet-nice img{
    height: 17px;
}
.wallet-success-title{
    color: #393939;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.wallet-continue{
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 30px auto 0 auto;
    border: 2px solid #7167f7;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #6769f7;
    font-weight: 700;
    padding: 10px 25px;
}

@media screen and (max-width: 768px){
    .wallet-success-modal{
        width: 380px;
    }
    .current-connection-wallet{
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px){
    .header__middle-block{
        padding: 0 10px;
    }
    .btn-wallet{
        font-size: 14px;
    }
    .btn-wallet span{
        display: none;
    }
}
@media screen and (max-width: 460px){
    .wallet-success-modal{
        width: 300px;
        padding: 20px;
    }
}
/*modal*/

/*crypto*/
.dashboard-block{
    width: 100%;
    height: calc(100vh - 72px);
    overflow: auto;
}
.dashboard-block.is-active {
    background-color: #33333b;
}
.crypto-data-block{
    width: 100%;
    display: block;
    padding: 40px;
    position: relative;
    z-index: 26;
}
.crypto-data-block__title{
    font-size: 22px;
    font-weight: 700;
    color: #393939;
    padding-left: 10px;
    display: block;
    margin-bottom: 20px;
}
.dashboard-block.is-active .crypto-data-block__title {
    color: #fff;
}
.nft-trigger {
    position: absolute;
    right: 20px;
    top: -20px;
    z-index: 2;
}
.nft-trigger-button {
    background-color: #393939;
    border: 1px solid #393939;
    outline: none;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 8%);
    border-radius: 4px;
    padding: 8px 14px;
    color: #fff;
}
.nft-trigger-button span {
    margin-left: 5px;
}
.nft-trigger-button.is-active {
    background-color: #6769f7;
    border: 1px solid #6769f7;
}
@media screen and (min-width: 1200px){
    .desktop-block{
        display: block!important;
    }
    .is-active-chat .dashboard-block{
        margin-left: calc(50vw - 266px);
    }
    .crypto-data-block__title{
        display: none;
    }
}
@media screen and (max-width: 1200px){
    .crypto-data-block{
        display: none;
    }
}
.tabs-nav-new{
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    list-style: none;
    position: relative;
    z-index: 25;
    margin-top: 32px;
    margin-bottom: 0;
}
.tabs-nav-new > .tabs-nav__item{
    width: auto;
    flex-basis: auto;
    opacity: 1;
}
.tabs-nav__link {
    padding: 9px 14px;
}
.tabs-nav-new .tabs-nav__link{
    text-transform: none;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #6769f7;
    border-radius: 4px;
    color: #393939;
    margin-right: 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}
.tabs-nav-new .tabs-nav__link svg{
    fill: #393939;
    margin-right: 10px;
    pointer-events: none;
}
.tabs-nav-new .tabs-nav__link:hover, .tabs-nav-new .tabs-nav__link:hover svg{
    fill: #000;
    color: #000;
}
.tabs-nav-new .tabs-nav__item.is-active svg{
    fill: #fff;
}
.tabs-nav-new .tabs-nav__item.is-active a{
    color: #fff;
    background-color: #6769f7;
}
.tabs-nav-new .tabs-nav__item.is-active button{
    color: #fff;
    background-color: #6769f7;
}
.tabs-nav-new .tabs-nav__item.is-active::after{
    content: none;
}
.tabs-nav-new a{
    color: #fff;
}
.crypto-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.crypto-list img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: top center;
    margin: 0 10px 20px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.crypto-list.is-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.nft-element-box {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 50px 0;
}
.nft-element-box.is-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.crypto-info-block.nft-single {
    width: 100%;
    max-width: 475px;
    height: 550px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}
.nft-single-image {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
}
.points-container-single {
    padding: 0 20px 20px 20px;
}
.nft-single .crypto-info-block__title {
    padding-right: 0;
    border-radius: 4px;
}
.crypto-modal{
    width: 400px;
    height: 635px;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 35;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}
.crypto-modal.is-active{
    opacity: 1;
    visibility: visible;
}
.crypto-modal__container{
    position: relative;
    display: flex;
    flex-direction: column;
}
.crypto-modal-url {
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
}
.crypto-modal-image{
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}
.crypto-modal-image.active {
    visibility: visible;
    opacity: 1;
}
.preloader-image {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
}
.preloader-image.hide {
    visibility: hidden;
    opacity: 0;
}
.crypto-info-block{
    padding: 15px;
    position: relative;
}
.crypto-image {
    position: relative;
}
.award{
    width: 65px;
    height: 75px;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
}
.award__circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5);
}
.award__circle img {
    height: 30px;
}
.award__txt {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: center;
    margin-top: 5px;
}
.crypto-info-block__title{
    display: block;
    font-size: 17px;
    line-height: 22px;
    font-weight: 800;
    color: #393939;
    padding-right: 50px;
}
.crypto-info-block__title:hover{
    text-decoration: none;
}
.crypto-info-block__panel{
    width: 25px;
    position: absolute;
    right: 15px;
    top: 18px;
}
.crypto-time{
    font-size: 10px;
    line-height: 14px;
    color: #b3b3b3;
    margin-top: 10px;
}
.points-container {
    position: relative;
}
.coin-tooltip{
    width: 100%;
    display: none;
    z-index: 1;
    background-color: #343a40;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -44px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.coin-tooltip:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #343a40;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}
.crypto-buy:hover .coin-tooltip {
    display: block;
}
.crypto-buy {
    width: 100%;
    display: block;
    padding: 13px 15px;
    border-radius: 5px;
    background-color: rgb(103, 105, 247);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 13px;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.crypto-buy:hover {
    background-color: #4f51f6;
}
.dashed-block {
    border: 2px dashed #6769f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
}
.dashed-block span {
    font-size: 12px;
    color: #393939;
}
.copy-link {
    border: none;
    outline: none;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(119,119,119,1) 0%, rgba(151,151,151,1) 100%);
    border-radius: 5px;
    padding: 7px 16px;
    text-transform: uppercase;
}
.invite-friends {
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: rgb(103, 105, 247);
    text-align: center;
    padding: 3px;
}
.copy-to-clipboard,.copy-link {
    display: none;
}
.small-desc {
    font-size: 11px;
    color: #393939;
    text-align: center;
    margin-top: 5px;
}
.crypto-like{
    height: 19px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.number-of-votes{
    font-size: 11px;
    color: #b3b3b3;
    margin-top: 5px;
}
.close-crypto-modal {
    height: 14px;
    padding: 10px;
    box-sizing: content-box;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
}
.nft-buy-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
    margin: auto;
    background-color: rgba(0,0,0,.5);
}
.nft-buy-overlay.is-active {
    opacity: 1;
    visibility: visible;
}
.nft-buy-block {
    width: 100%;
    max-width: 480px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.nft-buy-block__container {
    height: 100%;
    position: relative;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.success-circle {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgb(53, 209, 83);
    border-width: 3px;
    border-style: solid;
    border-radius: 50px;
    margin-bottom: 20px;
}
.success-title {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: #393939;
    font-weight: 800;
    margin-bottom: 30px;
}
.success-ok {
    width: 100%;
    max-width: 150px;
    color: #6769f7;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #7167f7;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
    padding: 10px 33px;
    transition: all 0.4s ease-in-out;
}
.success-ok:hover {
    background-color: #7167f7;
    color: #fff;
}
.success-close {
    width: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    padding: 10px;
    cursor: pointer;
    box-sizing: content-box;
}
@media screen and (max-width: 3000px) {
    .crypto-data-block {
        padding: 40px 10px 40px 40px;
    }
}
@media screen and (max-width: 1200px){
    .tabs-nav-new{
        display: none;
    }
    .crypto-data-block{
        padding: 10px;
    }
    .crypto-list{
        justify-content: space-between;
    }
    .nft-trigger {
        top: 4px;
    }
}
@media screen and (max-width: 768px){
    .crypto-data-block {
        padding: 40px;
    }
    .crypto-list img {
        width: calc(20% - 20px);
        height: auto;
    }
    .crypto-data-block__title {
        margin-bottom: 0;
    }
    .nft-trigger {
        position: relative;
        top: unset;
        right: unset;
        padding-right: 10px;
    }
    .nft-caption-panel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px){
    .crypto-list img {
        width: calc(25% - 20px);
    }
    .nft-buy-block {
        max-width: 300px;
    }
}
@media screen and (max-width: 480px){
    .crypto-list img {
        width: calc(33% - 20px);
    }
}
@media screen and (max-width: 450px){
    .crypto-data-block {
        padding: 10px;
    }
    .crypto-modal {
        width: 85%;
        height: 550px;
    }
    .crypto-modal-url {
        height: 300px;
    }
    .crypto-modal-image {
        height: 270px;
        object-fit: cover;
        object-position: center;
    }
    .dashed-block {
        flex-direction: column;
    }
    .copy-link {
        width: 100%;
        margin-top: 10x;
    }
    .nft-trigger-button {
        font-size: 15px;
    }
}
@media screen and (max-width: 375px) {
    .nft-buy-block {
        max-width: 90%;
    }
}

/*crypto*/

/*tabs main block*/
.tabs-nav{
    background-color: transparent;
    box-shadow: unset;
    margin: 10px 0;
    padding: 0 20px;
}
.tabs-nav .tabs-nav__item{
    width: auto;
    flex-basis: auto;
    margin-right: 10px;
    opacity: 1;
}
.tabs-nav .tabs-nav__link{
    font-size: 13px;
    text-transform: none;
    background-color: #fff;
    border: 1px solid #6769f7;
    color: #747474;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.tabs-nav .tabs-nav__link svg{
    margin-right: 10px;
    fill: #747474;
}
.tabs-nav__item::after{
    content: none;
}
.tabs-nav .tabs-nav__item.is-active .tabs-nav__link{
    background-color: #6769f7;
    color: #fff;
}
.tabs-nav .tabs-nav__item.is-active .tabs-nav__link svg{
    fill: #fff;
}
.dashboard-block.is-active .tabs-nav-new .tabs-nav__item.is-active button {
    background-color: #fff;
    color: #393939;
}
.dashboard-block.is-active .tabs-nav-new .tabs-nav__item.is-active svg {
    fill: #393939;
}
@media screen and (max-width: 575px){
    .tabs-nav .tabs-nav__link svg{
        height: 18px;
        margin-right: 5px;
    }
    .tabs-nav .tabs-nav__link{
        padding: 14px 10px;
    }
}
@media screen and (max-width: 485px){
    .tabs-nav{
        height: auto;
        justify-content: space-between;
        padding: 0 10px;
    }
    .tabs-nav .tabs-nav__item:last-child{
        margin-right: 0;
    }
    .tabs-nav .tabs-nav__link{
        margin-bottom: 0;
        font-size: 11px;
    }
    .tabs-nav .tabs-nav__link svg{
        height: 14px;
        width: 14px;
    }
}
@media screen and (max-width: 400px){
    .tabs-nav .tabs-nav__link{
        padding: 14px 6px;
        font-size: 10px;
    }
}