button{
    color: #000f;
}
.rating-page-wrap{
    background: #E8E8E8 url("../img/asic-rating-bg.png") no-repeat top center;
    padding: 64px 0;
    border-radius: 64px 64px 0 0;
}
.rating-page-wrap .breadcrumbs a, .rating-page-wrap .breadcrumbs span{
    color: #000;
}
.hidden-info{
    display: none;
}
.electro-prise-wrap{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
.electro-prise-btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    background: linear-gradient(94.62deg, #FF741F 2.04%, #EC5100 49.92%);
    height: 56px;
    width: 138px;
    border-radius: 14px;
    color: #fff;
}
.title-h3{
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-right: 10px;
}
.price-asic-input{
    position: relative;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    width: 198px;
    padding: 0 0 0 15px;
}
[name='priceElectricity-asics']{
    width: 58px;
}
.small-dropdown{
    display: flex;
    align-items: center;
    height: 56px;
    position: relative;
}
#small-dropdown-0 .small-dropdown__button-small{
    height: 56px;
    padding: 0 40px 0 10px;
    border-radius: 14px;
    transition: none;
}
.small-dropdown.active .small-dropdown__button{
    border-top: 1px solid #FF741F;
    border-right: 1px solid #FF741F;
    border-left: 1px solid #FF741F;
}
.small-dropdown.active .small-dropdown__content-wrapper{
    border-bottom: 1px solid #FF741F;
    border-right: 1px solid #FF741F;
    border-left: 1px solid #FF741F;
}
.small-dropdown__button{
    border: 1px solid #fff;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease 0.6s;
}
.small-dropdown__button::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    display: flex;
    content: "";
    width: 16px;
    height: 16px;
    min-width: 12px;
    background: transparent url(../img/select-arrow.svg) no-repeat center;
    transition: 0.3s;
}
.small-dropdown__content-wrapper {
    width: 123px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    border-radius: 0 0 12px 12px;
    right: 0;
    display: none;
}

.small-dropdown.active .small-dropdown__button {
    transition: all ease 0.6s;
}

.small-dropdown.active .small-dropdown__button::after {
    transform: rotate(180deg);
}

.small-dropdown.active .small-dropdown__content-wrapper {
    transition: all ease 0.6s;
    display: block;
}

.small-dropdown__content {
    /*overflow-y: scroll;*/
    /*max-height: 250px;*/
    background-color: #FFF;
    transition: all ease 0.6s;
}

.small-dropdown__item {
    padding: 10px 15px;
    transition: all ease 0.3s;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #000;
    width: 100%;
    text-align: left;
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.small-dropdown__item:hover {
    background: #F6F6F6;
}
.rating-page-wrap h1{
    margin: 64px 0 60px;
    color: #000000;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 82px;
    line-height: 108%;
    max-width: 100%;
    text-align: left;
}
.rating-page-wrap h1 span{
    margin: 10px 0 0;
    display: block;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    background: linear-gradient(94.62deg, #FF741F 2.04%, #EC5100 49.92%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    text-align: left;
}
.top-text{
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    max-width: 840px;
    margin-bottom: 60px;
}
.filter-wrap-all{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.mid-filter-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 820px;
}
.swish-time-wrap{
    display: flex;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 6px;
    align-items: center;
    font-family: Mulish;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #757575;
    height: fit-content;
}
.time-element{
    width: 106px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.swish-time-wrap .active{
    color: #FF741F;
    background: #F6F6F6;
}

.table-asic{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    background: #FFFFFF66;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(100px);
    padding: 40px;
    border-radius: 30px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.t-head{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 15px;
    height: 44px;
    padding: 0 15px;
    gap: 62px;
}
.t-head div{
    min-width: 120px;
}
.t-head .model{
    width: 450px;
}
.cat-list-rating{
    display: flex;
    flex-direction: row;
    height: 81px;
    align-items: center;
    padding: 0 15px;
    border-radius: 20px;
    gap: 62px;
}
.cat-list-rating a{
    font-weight: 600;
    color: #000;
    width: 450px;
}
.cat-list-rating:nth-child(even) {
    background: #FFFFFF33;
}
.cat-list-rating:hover{
    background: #F6F6F6;
}
.cat-list-rating div{
    min-width: 120px;
}
.cat-list-rating .coin {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.cat-list-rating .coin img{
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.cat-list-rating span{
    padding: 0;
    background: transparent;
}
.sortable {
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}
.t-head .sort-btn-wrap{
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    width: 16px;
    min-width: 16px;
}
.btc-profit{
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #232323;
    display: block;
    margin-top: 8px;
}
.sortable .sorted-asc {
    cursor: pointer;
    display: block;
    opacity: 0.6;
    content: "";
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3e%3cpath d='M7 4L4.07071 1.07071C4.03166 1.03166 3.96834 1.03166 3.92929 1.07071L1 4' stroke='%23757575' stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center;
    width: 8px;
    min-width: 8px;
    height: 8px
}
.sortable.sorted-asc .sorted-asc{
    opacity: 1;
}
.sortable .sorted-desc{
    cursor: pointer;
    display: block;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3e%3cpath d='M1 1L3.92929 3.92929C3.96834 3.96834 4.03166 3.96834 4.07071 3.92929L7 1' stroke='%23757575' stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center;
    opacity: 0.6;
    content: "";
    width: 8px;
    min-width: 8px;
    height: 8px;
}
.sortable.sorted-desc .sorted-desc{
    opacity: 1;
}
.filter-group .small-dropdown .small-dropdown__button{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    border-radius: 14px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    transition: 0s;
    min-width: 175px;
    position: relative;
}
.filter-group .small-dropdown__content-wrapper{
    width: 100%;
}
.search-btn{
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
}
.search-btn.active {
    border: 1px solid #FF741F;
}
.search-wrap{
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: -122px;
    width: 300px;
    height: auto;
    border-radius: 14px;
    border: 1px solid #FF741F;
    background: #fff;
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    z-index: 99;
}
.search-btn.active .search-wrap{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.search-wrap svg{
    display: inline-block;
    margin-right: 8px;
}
.search-wrap input::placeholder{
    color: #757575;
}
.search-wrap input{
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
.search-result{
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 11;
}
.search-result-item{
    padding:8px 15px;
    background: #fff;
}
.search-result-item:nth-child(odd){
    background: #F6F6F6;
}
.search-result a{
    color: #000;
    text-decoration: none;
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.search-input-wrap{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
}
#search-asic-input{
    width: calc(100% - 40px);
}
#search-asic-input:-internal-autofill-selected {
background-color: #fff;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.pagination-wrap .pagination {
    justify-content: center;
    gap: 20px;
    margin: 0;
    background: transparent;
}
.pagination-wrap .page-link{
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: none;
}
.active>.page-link, .page-link.active{
    background: linear-gradient(94.62deg, #FF741F 2.04%, #EC5100 49.92%);
    color: #fff;
}
.bottom-table-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 140px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 0;
    background: transparent;
}
.last-update{
    background: #FFFFFF99;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 40px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.profit-btc{
    display: none;
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #232323;
}
.no-model{
    padding: 0 15px;
}
.close-search-result{
     display: none;
     position: absolute;
     content: '';
     right: 15px;
     top: 15px;
     width: 24px;
     height: 24px;
     background: url("../img/close-search.svg") no-repeat center;
     cursor: pointer;
    background-size: cover;
 }

.search-btn-remove{
    display: none;
    position: absolute;
    content: '';
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url("../img/search-btn-remove.svg") no-repeat center;
    cursor: pointer;
    background-size: cover;
}
.search-btn-remove.active{
    display: flex;
}
.search-wrap-all{
    position: relative;
}
.mobile-heand{
    display: none;
}
.find-name{
    width: 100%;
    padding:0;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1730px) {
    .find-name{
        width: 270px;
    }
    .rating-page-wrap h1 {
        font-weight: 500;
        font-size: 61px;
        line-height: 100%;
    }
    .top-text{
        margin-bottom: 54px;
    }
    .mid-filter-wrap{
        order: 3;
        width: 100%;
        max-width: 100%;
        gap: 20px;
    }
    .filter-wrap-all{
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .filter-group{
        width: 100%;
    }
    .filter-group .small-dropdown .small-dropdown__button{
        width: 100%;
    }
    .search-wrap{
        left: auto;
        right: 0;
    }
    .table-asic {
        padding: 20px;
    }
    .t-head{
        gap: 0;
        justify-content: space-between;
    }

    .t-head .model{
        width: 250px;
    }
    .cat-list-rating a{
        width: 250px;
    }
    .cat-list-rating{
        gap: 0;
        justify-content: space-between;
    }
    .cat-list-rating div {
        min-width: 120px;
    }
    .t-head div{
        min-width: 120px;
    }
    .t-head .dohod{
        min-width: 180px;
    }
    .cat-list-rating .profit{
        min-width: 180px;
    }
}

@media (max-width: 1439px){
    .search-wrap{
        border-radius: 10px;
    }
    .rating-page-wrap{
        border-radius: 32px 32px 0 0;
        padding-top: 40px;
    }
    .rating-page-wrap h1{
        font-weight: 500;
        font-size: 32px;
        line-height: 100%;
        margin: 30px 0;
    }
    .rating-page-wrap h1 span {
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
    }
    .top-text{
        max-width: 100%;
        margin-bottom: 24px;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
    .filter-wrap-all{
        margin-bottom:0;
        gap: 10px
    }
    .table-asic{
        padding: 15px;
        border-radius: 20px;
        overflow: hidden;
        overflow-x: scroll;

    }
    .t-head{
        width: 728px;
        padding-right: 0;
        height: 36px;
        margin-bottom: 15px;
    }
    .cat-list-rating{
        height: 57px;
        width: 728px;
        padding-right: 0;
    }
    .title-h3{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }
    .price-asic-input{
        width: 127px;
        height: 36px;
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        padding-left: 10px;
        border-radius: 10px;
    }
    [name='priceElectricity-asics'] {
       width: 25px;
    }
    #small-dropdown-0 .small-dropdown__button-small{
        padding: 0 31px 0 10px;
        height: 36px;
        border-radius: 10px;
    }
    .small-dropdown__button::after{
        right: 10px;
    }
    .small-dropdown__content-wrapper{
        width: 90px;
        background: #fff;
        border-radius: 0 0 10px 10px;
    }
    .small-dropdown__item{
        font-size: 12px;
        line-height: 16px;
        padding: 6px 10px;
    }
    .swish-time-wrap{
        width: 100%;
        max-width: 348px;
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        border-radius: 10px;
        padding: 5px 6px;
    }
    .pagination-wrap .pagination{
        gap: 5px;
    }
    .time-element{
        width: 25%;
        height: 26px;
        border-radius: 8px;
    }
    .electro-prise-btn{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        border-radius: 10px;
        width: 105px;
        height: 36px;
    }
    .filter-group .small-dropdown .small-dropdown__button{
        border-radius: 10px;
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        height: 36px;
        min-width: fit-content;
        padding: 10px;
    }
    .search-btn{
        height: 36px;
        min-width: 36px;
        border-radius: 10px;
        padding: 0;
        justify-content: center;
    }
    .mid-filter-wrap{
        gap: 10px;
    }
    .small-dropdown{
        height: 36px;
    }
    .search-input-wrap{
        height: 36px;
        border-radius: 10px;
        padding: 10px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .search-btn svg{
        width: 12px;
        height: 12px;
    }
    .close-search-result{
        top: 10px;
        right: 10px;
    }
    .search-btn-remove.active{
        right: 10px;
        top: calc(50% - 12px);
    }
    .find-name{
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        width: 168px;
        padding: 0 34px 0 10px;
    }
    .mobile-heand{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 25px 0 13px;
        animation: wobble 1.5s ease-in-out infinite alternate;
    }
    @keyframes wobble {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(20px);
        }
    }
    .table-asic{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    .t-head div{
        width: 80px;
        min-width: 80px;
    }
    .cat-list-rating div{
        width: 80px;
        min-width: 80px;
    }
    .t-head .model{
        width: 160px;
    }
    .cat-list-rating a{
        width: 160px;
    }
    .type_cooling img{
        width: 16px;
    }
    .cat-list-rating .coin img{
        width: 16px;
        height: 16px;
    }
    .t-head .dohod{
        min-width: 150px;
    }
    .cat-list-rating .profit{
        min-width: 150px;
    }
    .last-update{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        padding: 0;
        background: transparent;
        border: none;
        backdrop-filter: none;
    }
    .bottom-table-wrap{
        margin-bottom: 80px;
    }
    .pagination-wrap .page-link{
        font-size: 12px;
        line-height: 1;
    }
    .rating-page-wrap .breadcrumbs a, .rating-page-wrap .breadcrumbs span{
        font-size: 12px;
    }
    .sortable{
       gap: 4px;
    }
    .profit-btc{
        font-size: 12px;
        line-height: 1;
    }
}

@media (max-width: 767px){
    .rating-page-wrap{
        position: relative;
        border-radius: 24px 24px 0 0;
        padding: 32px 0 0;
        background: #E8E8E8;
        overflow: hidden;
    }
    .rating-page-wrap h1{
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .rating-page-wrap h1 span{
        font-family: Unbounded;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
    .top-text{
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .swish-time-wrap{
        width: 100%;
        order: 3;
    }
    .filter-wrap-all{
        gap: 5px;
    }
    .top-row-table{
        margin: 20px 0 10px;
        display: flex;
        justify-content: space-between;
    }
    .mid-filter-wrap{
        flex-direction: column;
        gap: 5px;
    }
    .top-row-table .last-update{
        color: transparent;
    }
    .last-update{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        font-family: Mulish;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        z-index: 10;
    }
    .cat-list-rating{
        border-radius: 13px;
    }
    .mobile-heand{
        margin: 0;
    }
    .search-wrap-all{
        width: 100%;
    }
    .search-btn{
        justify-content: flex-start;
        width: 100%;
        padding: 0 10px;
    }
    .search-wrap{
        width: calc(100% + 2px);
        top: -1px;
        left: -1px;
    }
    .find-name{
        padding: 0;
        width: calc(100% - 30px);
    }
    .figura-1{
        position: absolute;
        content: '';
        background: url("../img/figura-1.png") no-repeat center;
        left: 0;
        top: 360px;
        width: 260px;
        height: 370px;
        z-index: 0;
    }
    .figura-2{
        position: absolute;
        content: '';
        background: url("../img/figura-2.png") no-repeat center;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 290px;
        z-index: 0;
    }
    .bottom-table-wrap{
        margin-bottom: 60px;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    .table-asic{
        margin-bottom: 15px;
    }
    .cat-list-rating div{
        order: 2;
    }
    .t-head div{
        order: 2;
    }
    .t-head .model {
        width: 90px;
        min-width: 90px;
        order: 0;
    }
    .cat-list-rating a{
        width: 90px;
        order: 0;
        font-family: Mulish;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
    }
    .t-head .dohod{
        min-width: 120px;
        width: 120px;
        order: 1;
    }
    .cat-list-rating .profit{
        min-width: 120px;
        width: 120px;
        order: 1;
    }
    .profit-btc{
        font-size: 10px;
        line-height: 1;
    }
    .table-asic{
        margin-bottom: 20px;
    }
}