@media (max-width: 1199.98px) {
    .how-work {
        display: block;
    }
    .text-xl-center {
        text-align: center;
    }
    .how-work__aside {
        margin-right: 0;
    }
    .xl-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 991.98px) {
    .filters {
        position: fixed;
        left: -300px;
        top: 0;
        z-index: 100;
        height: 100vh;
        background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        width: 300px;
        transition: .2s;
    }
    .filters.active {
        left: 0;
    }
    .filters__container {
        height: 100%;
        overflow: auto;
    }
    .filters__btn {
        border-radius: 0 4px 4px 0;
        display: flex;
        background: rgba(60, 66, 223, 0.7);
        position: absolute;
        top: 100px;
        right: -40px;
        align-items: center;
        padding: 0;
        justify-content: center;
        width: 40px;
        height: 40px;
    }
    .section {
        padding: 0;
    }
    /* .about-us-img, .about-us-content {
        width: calc(100% - 80px);
    } */
    .pl-lg-0 {
        padding-left: 0!important;
    }
    .pr-lg-0 {
        padding-right: 0!important;
    }
    .mb-lg-50 {
        margin-bottom: 50px!important;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2{
        order: 2;
    }
    .page-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .how-work-item {
        width: calc(50% - 34px);
    }
    .block-asside__content .selling__item {
        flex: 0 0 50%;
        width: 50%;
    }
    .explore-nfts-slide {
        flex-wrap: wrap;
    }
    .explore-nfts-slide > * {
        flex: 0 0 100%;
        width: 100%;
    }
    .explore-nfts-slide__content {
        padding: 20px;
    }
    .explore-nfts-slide__img {
        max-height: 150px;
    }
    .modal-selfie {
        display: block;
    }
    .modal-selfie {
        height: calc(100vh - 12px);
    }
    .modal-selfie__image-block {
        max-width: none;
        max-height: 200px;
    }
    .modal-selfie__comment-block {
        max-width: none;
    }
    .modal-selfie__comment-block--body {
        max-height: calc(100vh - 335px);
    }
    #dialog-content .fancybox-button {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .how-work-item {
        width: calc(100% - 34px);
    }
    .block-asside__content .selling__item {
        flex: 0 0 100%;
        width: 100%;
    }
    .how-work-img {
        margin-bottom: 20px;
    }
    .take-selfie__preview {
        height: auto;
    }
    .section-title {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 45px;
    }
    .items-border >*:not(:last-child) {
        padding: 0;
        border: 0;
        margin-right: 0!important;
    }
    .items-border .dbl-icons > .ico {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
    .items-border .dbl-icons > .ico svg {
        width: 20px;
        height: 20px;
    }
    .modal-selfie__comment-block--header .user-block{
        font-size: 14px;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
