.categories-block {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    min-height: 86px
}

@media(max-width:900px) {
    .categories-block {
        grid-gap: 0;
        grid-template-columns: 100%
    }
}

.categories-block .categories-wrapper {
    display: grid;
    grid-template-columns: 23px calc(100% - 46px) 23px
}

.categories-block .categories-wrapper .arrow {
    align-items: center;
    background-color: #1f2941;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    margin: 20px 0;
    position: relative;
    width: 46px;
    z-index: 3
}

.categories-block .categories-wrapper .arrow svg {
    color: var(--lines);
    transition: color .3s ease;
    width: 8px
}

.categories-block .categories-wrapper .arrow:hover svg {
    color: var(--blue)
}

.categories-block .categories-wrapper .arrow.left svg {
    transform: rotate(180deg)
}

.categories-block .categories-wrapper .arrow.right {
    justify-self: flex-end
}

.categories-block .categories-wrapper.with-bg .arrow {
    box-shadow: none
}

.categories-block .categories-wrapper.with-bg .category {
    border-radius: 15px;
    transition: background-color .3s ease
}

@media(max-width:600px) {
    .categories-block .categories-wrapper.with-bg .category {
        border-radius: 10px
    }
}

.categories-block .categories-wrapper.with-bg .category .inner {
    color: #fff !important
}

.categories-block .categories-wrapper.with-bg .category:hover {
    background-color: #192232b3
}

.categories-block .categories-wrapper .categories {
    max-width: 100%
}

.categories-block .categories-wrapper .categories swiper-slide {
    padding: 20px 0;
    width: auto !important
}

.categories-block .categories-wrapper .categories swiper-slide:first-child {
    padding-left: 35px
}

.categories-block .categories-wrapper .categories swiper-slide:last-child {
    padding-right: 35px
}

.categories-block .categories-wrapper .categories .category {
    display: block;
    height: 46px;
    position: relative
}

.categories-block .categories-wrapper .categories .category.empty .inner .inside {
    display: none
}

.categories-block .categories-wrapper .categories .category.empty .inner svg {
    height: 22px;
    margin-right: 0;
    width: 22px
}

@media(max-width:600px) {
    .categories-block .categories-wrapper .categories .category.empty .inner .inside {
        display: block
    }
}

.categories-block .categories-wrapper .categories .category.loading-category .inner {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #19223280
}

.categories-block .categories-wrapper .categories .category .inner {
    align-items: center;
    border-radius: 15px;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    padding: 5px 17px 5px 10px;
    position: relative;
    transition: color .3s ease;
    white-space: nowrap;
    z-index: 2
}

.categories-block .categories-wrapper .categories .category .inner:hover {
    color: var(--blue)
}

.categories-block .categories-wrapper .categories .category .inner:hover span {
    border-color: var(--blue)
}

.categories-block .categories-wrapper .categories .category .inner svg {
    height: 18px;
    margin-left: 5px;
    margin-right: 8px;
    width: 18px
}

.categories-block .categories-wrapper .categories .category .inner .inner-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 5px
}

.categories-block .categories-wrapper .categories .category .inner .line {
    animation: loading-line 1s linear infinite;
    background-color: #465063;
    border-radius: 20px;
    height: 10px;
    margin: 0 20px;
    width: calc(100% - 40px);
    width: 130px
}

.categories-block .categories-wrapper .categories .category.active .inner {
    background-image: linear-gradient(180deg, #41c6ff, #1a64fc), linear-gradient(180deg, #79cdfd, #1a64fc);
    color: #fff;
    transition: box-shadow .3s ease
}

.categories-block .categories-wrapper .categories .category.active .inner svg path {
    fill: #fff
}

.categories-block .categories-wrapper .categories .category.active .inner span.count {
    border-color: #fff;
    color: #fff
}

.categories-block .categories-wrapper .categories .category.active .inner:hover {
    border-color: #0000
}

@media(max-width:600px) {
    .categories-block .categories-wrapper {
        grid-template-columns: 100%
    }

    .categories-block .categories-wrapper .arrow {
        display: none
    }

    .categories-block .categories-wrapper .categories .category {
        height: 57px
    }

    .categories-block .categories-wrapper .categories .category .inner {
        border-radius: 10px;
        box-shadow: none !important;
        flex-direction: column;
        font-size: .7rem !important;
        height: 57px;
        min-width: 70px;
        overflow: hidden;
        padding: 7px;
        text-overflow: ellipsis
    }

    .categories-block .categories-wrapper .categories .category .inner svg {
        height: 24px;
        margin: 0 0 5px;
        width: 24px
    }

    .categories-block .categories-wrapper .categories .category .inner .count {
        display: none
    }

    .categories-block .categories-wrapper .categories .category .inner .line {
        height: 5px;
        margin: 0 5px;
        width: 30px
    }

    .categories-block .categories-wrapper swiper-slide {
        padding: 0 !important
    }

    .categories-block .categories-wrapper swiper-slide:first-child {
        padding-left: 0 !important
    }

    .categories-block .categories-wrapper swiper-slide:last-child {
        padding-right: 0 !important
    }
}

.categories-block .loading-line {
    margin: auto;
    width: 100%
}

.categories-block .loading-line .line {
    animation: loading-line 1s linear infinite;
    background-color: #465063;
    border-radius: 20px;
    height: 10px;
    width: calc(100% - 40px)
}

@media(max-width:900px) {
    .categories-block .loading-line {
        margin: 15px 0 10px
    }
}

.categories-block .providers {
    align-items: center;
    background-color: #25304d;
    border-radius: 15px;
    color: #fff !important;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    height: 46px;
    margin: 20px 0;
    position: relative;
    width: 100%;
    z-index: 20
}

@media(max-width:900px) {
    .categories-block .providers {
        background-color: #192136;
        border-radius: 20px;
        height: 70px;
        margin: 15px 0 10px;
        padding: 0 15px
    }
}

.categories-block .providers.mob {
    align-items: center;
    display: none;
    font-weight: 900;
    justify-content: flex-start;
    padding: 0 20px
}

@media(max-width:700px) {
    .categories-block .providers.mob {
        display: flex !important
    }
}

.categories-block .providers.mob.none {
    color: #fff !important
}

.categories-block .providers.mob svg {
    color: #677a9d;
    position: absolute;
    right: 27px;
    transform: rotate(90deg);
    transition: color .2s ease
}

.categories-block .providers.mob.active svg {
    color: #fff
}

.categories-block .providers.mob .count {
    border-color: #fff
}

.categories-block .providers.mob img {
    margin-right: 5px;
    width: 24px
}

.categories-block .providers.default-select .default-select__control {
    width: 100%
}

.categories-block .providers.default-select .default-select__control .default:hover {
    color: var(--blue)
}

@media(max-width:700px) {
    .categories-block .providers.default-select {
        display: none
    }
}

.categories-block .providers.active {
    background-image: linear-gradient(180deg, #41c6ff, #1a64fc), linear-gradient(180deg, #79cdfd, #1a64fc);
    transition: box-shadow .3s ease
}

.categories-block .providers.active:hover {
    border-color: #0000
}

.categories-block .providers.active .default-select__single-value {
    color: #fff
}

.categories-block .providers.active .default-select__single-value span.count {
    border-color: #fff
}

.categories-block .providers.active .default-select__indicator {
    color: #fff
}

.categories-block .providers.none .default-select__control--menu-is-open .default-select__single-value {
    display: none
}

.categories-block .providers.none .default-select__control--menu-is-open .default-select__input {
    margin: 0 10px !important
}

.categories-block span.count {
    color: #5b647d;
    font-size: 9px;
    font-weight: 700;
    text-shadow: 0 2.765px 3.687px #172e502e;
    transition: border-color .3s ease
}

.mob-providers {
    grid-gap: 15px;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100%;
    padding: 25px 15px 15px
}

.mob-providers .close-mobile {
    font-size: 19px;
    font-weight: 700;
    height: 60px
}

.mob-providers .prowrap {
    overflow-y: auto
}

.mob-providers .providers {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    padding-top: 5px
}

.mob-providers .providers .prov {
    border-radius: 25px;
    border-radius: 15px;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    height: 70px;
    padding: 10px 15px;
    position: relative;
    text-align: center
}

.mob-providers .providers .prov.blue {
    box-shadow: none
}

.mob-providers .providers .prov.blue .count {
    background: linear-gradient(to bottom, var(--topLine) 20%, #192232 47%)
}

.mob-providers .providers .prov.blue .default {
    background-color: #fff
}

.mob-providers .providers .prov span {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.mob-providers .providers .prov span img {
    height: 100%;
    object-fit: contain;
    width: 100%
}

.mob-providers .providers .prov img.default {
    background-color: var(--bgModal);
    border-radius: 50%;
    padding: 5px;
    transition: background-color .3s ease;
    width: 25px
}

.mob-providers .providers .prov .count {
    background: linear-gradient(149deg, #41c6ff 8.4%, #1a64fc 80.38%);
    border-radius: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 9px;
    position: absolute;
    right: -4px;
    top: -4px;
    transition: background .3s ease
}

.mob-providers .mob-top {
    grid-gap: 20px;
    display: flex;
    flex-direction: column
}

.mob-providers .mob-top .field {
    position: relative
}

.mob-providers .mob-top .field input {
    border-radius: 20px;
    height: 70px !important;
    padding: 24px 20px 8px
}

.mob-providers .mob-top .action {
    height: 25px;
    right: 5px;
    width: 25px
}

.mob-providers .mob-top .action img {
    width: 100%
}

.mob-providers .mob-top .total-providers {
    align-items: center;
    display: flex;
    padding: 0 20px;
    position: relative
}

.mob-providers .mob-top .total-providers .total-title {
    font-size: 17px;
    font-weight: 700
}

.mob-providers .mob-top .total-providers .prov-count {
    background: linear-gradient(149deg, #41c6ff 8.4%, #1a64fc 80.38%);
    border-radius: 20px;
    color: #475774;
    color: #fff;
    font-size: 17px;
    font-size: 9px;
    font-weight: 400;
    font-weight: 700;
    margin-left: 10px;
    padding: 4px 9px
}

.mob-providers .head-providers {
    align-items: center;
    display: grid;
    font-size: 17px;
    font-weight: 700;
    grid-template-columns: 50px 1fr 50px
}

.mob-providers .head-providers h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    width: 100%
}

.mob-providers .head-providers .new-main-style {
    height: 50px
}

.mob-providers .head-providers .close {
    transition: transform .3s ease;
    width: 22px
}

.mob-providers .head-providers .close:hover {
    transform: scale(1.1)
}