.block-buy-crypto{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(48, 113, 238, 0.20);
    background: rgba(48, 113, 238, 0.10);
    backdrop-filter: blur(20px);
    margin-bottom: 0;
    gap: 24px;
    position: relative;
    z-index: 10;
}

.block-buy-crypto .block-title{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: 100%;
    color: #040B1E;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.block-buy-crypto .block-content{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: 100%;
}

.block-buy-crypto .item-input{
    position: relative;
    margin: 0 0 24px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #CCDAE8;
    background: #EDF3FF;
}

.block-buy-crypto .error-item-spend{
    margin: -27px 0 24px 0;
    color: rgb(220, 71, 39);
    font-size: 11px;
    line-height: 16px;
}

.block-buy-crypto .item-input .c-processing{
    position: absolute;
    z-index: 5;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 8px;
    border: 1px solid #CCDAE8;
    background: #EDF3FF;
    display: none;
}

.block-buy-crypto .item-input .c-processing.showed{
    display: block;
}

.block-buy-crypto .item-input:hover{
    border-color: #3179FF;
    cursor: pointer;
}

.block-buy-crypto .item-input.item-get{
    margin: 0 0 24px 0;
}

.block-buy-crypto .item-input .form-item-text{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: 107px;
    margin: 0 8px 0 0;
}

.block-buy-crypto .item-input.item-get .form-item-text{
    caret-color: transparent;
    cursor: not-allowed;
}

.block-buy-crypto .item-input.item-get .form-item-text .item-text{
    caret-color: transparent;
    cursor: not-allowed;
}

.block-buy-crypto .item-input .form-item-text .item-text{
    border: 0;
    background: none;
    padding: 8px 8px 8px 12px;
    width: calc(100% - 8px - 12px);
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #454F69;
}

.block-buy-crypto .currency{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: calc(100% - 107px - 8px);
    height: 52px;
    cursor: pointer;
}

.block-buy-crypto .currency .currency-list{
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 10;
    transition: opacity 304ms cubic-bezier(0.4, 0, 0.2, 1), transform 202ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    border: 1px solid rgba(48, 113, 238, 0.20);
    background: #dbe8fd;
    backdrop-filter: blur(20px);
    border-radius: 8px;
}

.block-buy-crypto .currency .currency-list .currency-list-items{
    padding: 0 0 8px 0;
    max-height: 248px;
    overflow: auto;
}

.block-buy-crypto .currency .currency-current{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: right;
    -webkit-justify-content: flex-end;
    padding: 8px 8px 8px 12px;
    height: calc(100% - 16px);
}

.block-buy-crypto .currency .currency-current.m-down{

}

.block-buy-crypto .currency .currency-current .currency-icon{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
}

.block-buy-crypto .currency .currency-current .currency-icon svg{
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.block-buy-crypto .currency .currency-current .arrow{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.block-buy-crypto .currency .currency-current .arrow:hover{
    background-color: rgba(255, 255, 255, 0.08);
}

.block-buy-crypto .currency.opened .currency-current .arrow{
    transform: rotate(180deg);
}

.block-buy-crypto .currency .currency-current .arrow svg{
    vertical-align: top;
    width: 24px;
    height: 24px;
}

.block-buy-crypto .currency .currency-current .currency-name{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    margin: 0 8px 0 0;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #454F69;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.8;
}

.block-buy-crypto .form-submit-button{
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.block-buy-crypto .form-submit-button a{
    display: block;
    padding: 14px 28px;
    width: calc(100% - 56px);
    text-align: center;
    height: 24px;
    text-decoration: none;
}

.block-buy-crypto .note{
    color: #040B1E;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.block-buy-crypto .currency .currency-list.opened{
    visibility: visible;
    width: auto;
    height: auto;
    opacity: 1;
    left: -1px;
    right: -1px;
    top: calc(100% + 2px);
}

.block-buy-crypto .currency .currency-list .search-no-result{
    padding: 5px 16px 16px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: none;
    color: #454F69;
    opacity: 0.8;
}

.block-buy-crypto .currency .currency-list.s-no-res .search-no-result{
    display: block;
}

.block-buy-crypto .currency .currency-list.s-no-res .currency-list-items{
    display: none;
}

.block-buy-crypto .currency .currency-list .currency-list-item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 8px 12px;
}

.block-buy-crypto .currency .currency-list .currency-list-item.hidden,
.block-buy-crypto .currency .currency-list .currency-list-item.not-fits
{
    display: none;
}

.block-buy-crypto .currency .currency-list .currency-list-item:hover
{

}

.block-buy-crypto .currency .currency-list .currency-list-item .currency-icon{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
}

.block-buy-crypto .currency .currency-list .currency-list-item .currency-icon svg{
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.block-buy-crypto .currency .currency-list .currency-list-item .currency-name{
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    margin: 0 8px 0 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #454F69;
    text-transform: uppercase;
    opacity: 0.8;
}

.block-buy-crypto .currency .currency-list .currency-list-item.current .currency-name,
.block-buy-crypto .currency .currency-list .currency-list-item:hover .currency-name
{
    color: #3071EE;
}

.block-buy-crypto .currency .currency-list .currency-list-item .currency-desc{
    margin: 0 10px 0 0;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #454F69;
    opacity: 0.6;
}

.block-buy-crypto .currency .currency-list .currency-list-item.current .currency-desc,
.block-buy-crypto .currency .currency-list .currency-list-item:hover .currency-desc
{
    color: #3071EE;
}

.block-buy-crypto .currency .currency-list .currency-search{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 12px 8px 12px 8px;
    height: 40px !important;
    padding: 0px 12px;
    border-radius: 8px;
    border: 1px solid rgba(48, 113, 238, 0.20);
    background: #EDF3FF;
    backdrop-filter: blur(20px);
}

.block-buy-crypto .currency .currency-list .currency-search .s-icon{
    flex: 0 0 24px;
    -webkit-flex: 0 0 24px;
    margin-right: 8px;
}

.block-buy-crypto .currency .currency-list .currency-search .s-icon svg{
    vertical-align: middle;
}

.block-buy-crypto .currency .currency-list .currency-search .s-input{
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}

.block-buy-crypto .currency .currency-list .currency-search .s-input input{
    border: 0;
    background: none;
    border-radius: 0;
    padding: 0;
    height: 24px;
    width: 100%;
    color: #454F69;
    font-size: 14px;
}

@media screen and (max-width: 1050px) {
    .p-main-cont .center-content-inner .block.block-buy-crypto{
        margin: 0 0 32px 0;
        padding: 24px;
    }
}