.rs-project {
    z-index: 10;
    overflow: visible
}
.rs-project__bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    pointer-events: none
}
.rs-project__bg-1 {
    top: 0;
    left: 0;
}
.rs-project__bg-2 {
    top: 0;
    right: 0;

}
.rs-project__bg img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.rs-project.rs-case {
    overflow: visible !important;
    margin-top: 140px;
    min-height: 60vh;
    padding-top: 0;
    padding-bottom: 20em;
}

.rs-project__wrapper {
    position: relative
}

.rs-web-app .rs-project__head > h2 {
    font-weight: 400;
    font-size: 150px;
    line-height: 95%;
    text-align: center;
    letter-spacing: -3px;
    display: block;
    margin-bottom: 70px;

}
@media (max-width: 1439.98px) {
    .rs-web-app .rs-project__head > h2{font-size: 80px}
}
@media (max-width: 1169.98px) {
    .rs-web-app .rs-project__head > h2{font-size: 60px}
}
@media (max-width: 991.98px) {
    .rs-web-app .rs-project__head > h2{ont-weight: 500;
        font-size: 30px;
        line-height: 122%}
}
.rs-project__slider {
    width: 100%;
    margin-top: 23px;
    overflow: visible
}

.rs-project__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 50px
}

.rs-case .rs-project__slide {
    -webkit-box-shadow: 0 0 50px 4px rgba(47, 49, 115, 0);
    box-shadow: 0 0 50px 4px rgba(47, 49, 115, 0);
    border-radius: 24px;
    height: auto;
    min-height: 1px
}
.rs-case .rs-project__slide {
    -webkit-box-shadow: 0 0 50px 4px rgba(47, 49, 115, .15);
    box-shadow: 0 0 50px 4px rgba(47, 49, 115, .15);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px)
}

.rs-project__item {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 24px
}

.rs-project__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.rs-project__img {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 497px;
    overflow: hidden;
    border-radius: 24px
}

.rs-case .rs-project__img {
    max-height: 497px;
    border-radius: 24px;
    border: 0 solid var(--light-gray-border)
}

.rs-case .rs-project__img img {
    height: auto
}

.rs-project__img a {
    display: block;
    width: 100%;
    height: 100%
}

.rs-project__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.9, 0, .2, 1);
    transition: -webkit-transform .5s cubic-bezier(.9, 0, .2, 1);
    transition: transform .5s cubic-bezier(.9, 0, .2, 1);
    transition: transform .5s cubic-bezier(.9, 0, .2, 1), -webkit-transform .5s cubic-bezier(.9, 0, .2, 1)
}

.rs-case .rs-project__description {
    padding: 10px 20px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.rs-case .rs-project__description h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%
}

.rs-case .rs-project__description span {
    color: var(--primary-color);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%
}

.rs-case .rs-project__description ul {
    margin: 8px -5px -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rs-case .rs-project__description ul li {
    display: inline-block;
    margin: 7.5px 5px;
    border-radius: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    padding: 2px 11px
}

.rs-case .rs-project__description ul li:nth-child(1), .rs-case .rs-project__description ul li:nth-child(5n) {
    background-color: var(--item-orange-bg)
}

.rs-case .rs-project__description ul li:nth-child(2), .rs-case .rs-project__description ul li:nth-child(6n) {
    background-color: var(--item-green-bg)
}

.rs-case .rs-project__description ul li:nth-child(3), .rs-case .rs-project__description ul li:nth-child(7n) {
    background-color: var(--item-pink-bg)
}

.rs-case .rs-project__description ul li:nth-child(4), .rs-case .rs-project__description ul li:nth-child(8n) {
    background-color: var(--item-blue-bg)
}

.rs-web-app .rs-project__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 70px;
    width: 100%
}

.rs-project__footer .rs-project__add {
    margin-top: 0
}

.rs-project__footer .pagging {
    margin: 0 0 0 auto
}

.rs-project .cursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: block;
    pointer-events: none
}

.rs-project .cursor__point-zero {
    position: relative
}

.rs-project .cursor__circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.339, -.18, .228, 1.656), -webkit-transform 0s linear 0s;
    transition: opacity .3s cubic-bezier(.339, -.18, .228, 1.656), -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s, opacity .3s cubic-bezier(.339, -.18, .228, 1.656);
    transition: transform 0s linear 0s, opacity .3s cubic-bezier(.339, -.18, .228, 1.656), -webkit-transform 0s linear 0s
}

.rs-project .cursor__text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 146.25%;
    padding: 5px 15px;
    border-radius: 30px;
    background: var(--primary-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.rs-project .cursor.cursor__active .cursor__circle {
    opacity: 1
}

.rs-project .cursor.cursor__active .cursor__text {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.rs-project .rs-banner{
    min-height: 316px;
    position: relative;
    border-radius: 15px;
    margin-top: 24px!important;
    margin-bottom: 24px;
    padding: 0;
}
.rs-project .rs-banner__bg {
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 15px;
    overflow: hidden;
    transform:unset;
}
.rs-project .rs-banner__bg img {
    width: 100%;
    height: auto;
}
.rs-project .rs-banner__content{
    max-width: 335px;
   padding: 22px 20px;

}
.rs-project .rs-banner__body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 28px;
    width:100%;
    /* Заголовки */
    color: #141517;
}
.rs-project .rs-banner__wrapper{
    padding: 0;
    min-height: 335px;
}
.rs-project .rs-banner__buttons{
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .rs-project .rs-banner__body{
        height: auto;
    }
    .rs-project .rs-banner__wrapper{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .rs-project .rs-banner__bg{
        padding-top: 129px;
        left: 0;
        top: 0;
    }
    .rs-project .rs-banner__content{text-align: center;  top:0; position: absolute;}
    .rs-project .rs-banner__buttons {margin: auto}
}
@media (min-width: 767.98px) {
    .rs-project__img {
        border: 1px solid var(--light-gray-border)
    }
    .rs-project .rs-banner{
        min-height: 282px;
        padding-top: 24px;
    }
    .rs-project .rs-banner__bg{
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .rs-project .rs-banner__wrapper{
        min-height: 282px;
    }
    .rs-project .rs-banner__content{
        padding: 56px 38px;
        max-width: 726px;
    }
    .rs-project .rs-banner__body {
        max-width: 345px;
    }
}

@media (min-width: 991.98px) {

    .rs-project__slide {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: .3s ease .1s;
        transition: .3s ease .1s;
        -webkit-transition-property: opacity, visibility, -webkit-transform, -webkit-box-shadow;
        transition-property: opacity, visibility, -webkit-transform, -webkit-box-shadow;
        transition-property: opacity, visibility, transform, box-shadow;
        transition-property: opacity, visibility, transform, box-shadow, -webkit-transform, -webkit-box-shadow;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .rs-project__slide._open-project, .rs-project__slide:nth-child(-n+3) {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: all;
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all
    }

    .rs-project__slide:nth-child(1) {
        -webkit-transition-delay: 20ms;
        transition-delay: 20ms
    }

    .rs-project__slide:nth-child(2) {
        -webkit-transition-delay: 40ms;
        transition-delay: 40ms
    }

    .rs-project__slide:nth-child(3) {
        -webkit-transition-delay: 60ms;
        transition-delay: 60ms
    }

    .rs-project__slide:nth-child(4) {
        -webkit-transition-delay: 80ms;
        transition-delay: 80ms
    }

    .rs-project__slide:nth-child(5) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .rs-project__slide:nth-child(6) {
        -webkit-transition-delay: .12s;
        transition-delay: .12s
    }

    .rs-project__slide:nth-child(7) {
        -webkit-transition-delay: .14s;
        transition-delay: .14s
    }

    .rs-project__slide:nth-child(8) {
        -webkit-transition-delay: .16s;
        transition-delay: .16s
    }

    .rs-project__slide:nth-child(9) {
        -webkit-transition-delay: .18s;
        transition-delay: .18s
    }

    .rs-project__slide:nth-child(10) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .rs-project__slide:nth-child(11) {
        -webkit-transition-delay: .22s;
        transition-delay: .22s
    }

    .rs-project__slide:nth-child(12) {
        -webkit-transition-delay: .24s;
        transition-delay: .24s
    }

    .rs-project__slide:nth-child(13) {
        -webkit-transition-delay: .26s;
        transition-delay: .26s
    }

    .rs-project__slide:nth-child(14) {
        -webkit-transition-delay: .28s;
        transition-delay: .28s
    }

    .rs-project__slide:nth-child(15) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .rs-project__slide:nth-child(16) {
        -webkit-transition-delay: .32s;
        transition-delay: .32s
    }

    .rs-project__slide:nth-child(17) {
        -webkit-transition-delay: .34s;
        transition-delay: .34s
    }

    .rs-project__slide:nth-child(18) {
        -webkit-transition-delay: .36s;
        transition-delay: .36s
    }

    .rs-project__slide:nth-child(19) {
        -webkit-transition-delay: .38s;
        transition-delay: .38s
    }

    .rs-project__slide:nth-child(20) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .rs-project__slide:nth-child(21) {
        -webkit-transition-delay: .42s;
        transition-delay: .42s
    }

    .rs-project__slide:nth-child(22) {
        -webkit-transition-delay: .44s;
        transition-delay: .44s
    }

    .rs-project__slide:nth-child(23) {
        -webkit-transition-delay: .46s;
        transition-delay: .46s
    }

    .rs-project__slide:nth-child(24) {
        -webkit-transition-delay: .48s;
        transition-delay: .48s
    }

    .rs-project__slide:nth-child(25) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .rs-project__slide:nth-child(26) {
        -webkit-transition-delay: .52s;
        transition-delay: .52s
    }

    .rs-project__slide:nth-child(27) {
        -webkit-transition-delay: .54s;
        transition-delay: .54s
    }

    .rs-project__slide:nth-child(28) {
        -webkit-transition-delay: .56s;
        transition-delay: .56s
    }

    .rs-project__slide:nth-child(29) {
        -webkit-transition-delay: .58s;
        transition-delay: .58s
    }

    .rs-project__add {
        margin-top: 27px
    }

    .rs-project__add._close-btn {
        display: none
    }

    .rs-case .filter__text p:last-child {
        display: none
    }

    .filter__block._open-filter {
        max-width: 100%;
        width: auto;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .filter__block._open-filter .filter__list {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
        -webkit-transition: all .3s ease .3s;
        transition: all .3s ease .3s
    }

    ._open-filter .filter__btn {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    ._open-filter .filter__btn::before {
        content: "\e906";
        background-image: unset
    }
}

@media (max-width: 1439.98px) {
    .rs-project.rs-case {
        margin-top: 110px
    }

    .rs-project__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        gap: 20px
    }

    .rs-case .rs-project__description {
        padding: 20px
    }

    .rs-case .rs-project__description ul li {
        padding: 7px 10.5px;
        margin: 5px 4px
    }

    .filter__text {
        padding: 14px 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .filter__text::before {
        font-size: 24px;
        margin-right: 10px
    }

    .rs-case .filter__text::before {
        margin-top: 5px
    }

    .filter__block {
        padding: 15px 25px
    }

    .rs-case .filter__item:not(:last-child) {
        margin-right: 16px
    }

    .filter__title {
        padding: 0 25px
    }

    .filter__modal {
        padding: 20px 15px
    }

    .rs-case .filter__modal {
        padding: 20px 15px
    }
}

@media (max-width: 1170px) {
    .filter__title {
        padding: 0 15px;
        font-size: 14px
    }
}

@media (max-width: 1169.98px) {
    .filter__text p {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .rs-project {
        overflow: hidden;
        padding-bottom: 54px;
        padding-top: 48px;
        background: var(--item-gray-bg)
    }

    ._open-filter .rs-project {
        z-index: 10000
    }

    .rs-project.rs-case {
        background-color: #fff;
        margin-top: 85px
    }


    .rs-project__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        gap: 24px
    }

    .rs-case .rs-project__description {
        padding: 14px 20px 20px 20px
    }

    .rs-case .rs-project__description span {
        display: block;
        margin-top: -3px
    }

    .rs-case .rs-project__description ul {
        margin: 5px -5px -5px
    }

    .rs-case .rs-project__description ul li {
        padding: 6px 10.5px;
        margin: 4px
    }

    .rs-project__footer {
        display: none
    }

    .rs-project__add {
        display: none
    }

    .filter {
        display: none
    }

    .rs-case .filter {
        margin: 0
    }

    .rs-case .filter__text {
        max-width: 100%;
        padding: 24px 24px 21px 24px
    }

    .filter__text p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%
    }

    .rs-case .filter__text p:first-child {
        display: none
    }

    .rs-case .filter__text::before {
        margin-right: 24px;
        margin-top: 0
    }

    .filter__block {
        position: fixed;
        margin: 0;
        z-index: 100;
        bottom: 3%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .3s ease .3s;
        transition: all .3s ease .3s
    }

    .filter__block {
        max-width: 201px;
        padding: 0
    }

    .filter__block._open-filter {
        max-width: calc(100% - 20px);
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .filter__block._open-filter .filter__list {
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
        -webkit-transition: all .3s ease .3s;
        transition: all .3s ease .3s
    }

    ._open-filter .filter__btn {
        padding-right: 24px;
        padding-left: 24px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    ._open-filter .filter__btn::before {
        content: "\e906";
        background-image: unset
    }

    .rs-case .filter__list {
        position: absolute;
        top: auto;
        bottom: 55px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-30px);
        -ms-transform: translateX(-50%) translateY(-30px);
        transform: translateX(-50%) translateY(-30px);
        min-height: calc(var(--real-height) - 88px);
        max-height: calc(var(--real-height) - 88px);
        width: calc(100% + 12px);
        border-radius: 10px;
        background: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        border-color: rgba(99, 102, 241, .5);
        border-width: 6px;
        border-style: solid;
        display: block;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        padding: 13px 29px
    }

    .rs-case .filter__item {
        position: relative
    }

    .rs-case .filter__item:after {
        content: "";
        position: absolute;
        top: 8px;
        left: -11px;
        height: 100%;
        width: 1px;
        border: 1px dashed rgba(99, 102, 241, .5)
    }

    .rs-case .filter__item:not(:last-child) {
        margin-right: 0
    }

    .rs-case .filter__item:not(:nth-last-child(-n+2)) {
        padding-bottom: 26px
    }

    .rs-case .filter__title {
        display: none
    }

    .rs-case .filter__modal {
        top: auto;
        bottom: calc(100% + 8px)
    }

    .rs-case .filter__modal {
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        border: none;
        visibility: visible;
        pointer-events: unset;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 0
    }

    .rs-case .filter__modal_list {
        display: block
    }

    .rs-case .filter__modal_list li {
        opacity: 1;
        visibility: visible
    }

    .rs-case .filter__modal_list li:nth-child(1) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms
    }

    .rs-case .filter__modal_list li:nth-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .rs-case .filter__modal_list li:nth-child(3) {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .rs-case .filter__modal_list li:nth-child(4) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .rs-case .filter__modal_list li:nth-child(5) {
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }

    .rs-case .filter__modal_list li:nth-child(6) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .rs-case .filter__modal_list li:nth-child(7) {
        -webkit-transition-delay: .35s;
        transition-delay: .35s
    }

    .rs-case .filter__modal_list li:nth-child(8) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .rs-case .filter__modal_list li:nth-child(9) {
        -webkit-transition-delay: .45s;
        transition-delay: .45s
    }

    .rs-case .filter__modal_list li:nth-child(10) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .rs-case .filter__modal_list li:nth-child(11) {
        -webkit-transition-delay: .55s;
        transition-delay: .55s
    }

    .rs-case .filter__modal_list li:nth-child(12) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

    .rs-case .filter__modal_list li:nth-child(13) {
        -webkit-transition-delay: .65s;
        transition-delay: .65s
    }

    .rs-case .filter__modal_list li:nth-child(14) {
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .rs-case .filter__modal_list li:nth-child(15) {
        -webkit-transition-delay: .75s;
        transition-delay: .75s
    }

    .rs-case .filter__modal_list li:nth-child(16) {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .rs-case .filter__modal_list li:nth-child(17) {
        -webkit-transition-delay: .85s;
        transition-delay: .85s
    }

    .rs-case .filter__modal_list li:nth-child(18) {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

    .rs-case .filter__modal_list li:nth-child(19) {
        -webkit-transition-delay: .95s;
        transition-delay: .95s
    }

    .rs-case .filter__modal_list li:nth-child(20) {
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

    .rs-case .filter__modal_list li:nth-child(21) {
        -webkit-transition-delay: 1.05s;
        transition-delay: 1.05s
    }

    .rs-case .filter__modal_list li:nth-child(22) {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

    .rs-case .filter__modal_list li:nth-child(23) {
        -webkit-transition-delay: 1.15s;
        transition-delay: 1.15s
    }

    .rs-case .filter__modal_list li:nth-child(24) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    .rs-case .filter__modal_list li:nth-child(25) {
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s
    }

    .rs-case .filter__modal_list li:nth-child(26) {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s
    }

    .rs-case .filter__modal_list li:nth-child(27) {
        -webkit-transition-delay: 1.35s;
        transition-delay: 1.35s
    }

    .rs-case .filter__modal_list li:nth-child(28) {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s
    }

    .rs-case .filter__modal_list li:nth-child(29) {
        -webkit-transition-delay: 1.45s;
        transition-delay: 1.45s
    }

    .filter__modal_select {
        margin-bottom: 8px
    }

    .filter__modal_select_item h6 {
        margin-right: 0;
        position: relative
    }

    .filter__modal_select_item h6::before {
        content: " ";
        position: absolute;
        top: 6px;
        left: -13px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #6366f1
    }

    .filter__modal_select_item ul {
        display: none
    }

    .filter__modal_list {
        margin: 0
    }

    .filter__modal_list li {
        margin: 0
    }

    .filter__modal_list li:not(:last-child) {
        margin: 0 0 8px 0
    }

    .filter__modal_list li label .checkbox {
        display: block;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        position: relative;
        min-height: 20px;
        min-width: 20px;
        max-height: 20px;
        max-width: 20px;
        border-radius: 50%;
        background-color: transparent;
        transition: all .3s ease 0s;
        border: 2px solid #7e5ddd;
        margin-right: 8px
    }

    .filter__modal_list li label .checkbox::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 20px;
        min-width: 20px;
        max-height: 20px;
        max-width: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' rx='10' fill='%236366F1'/%3e%3cpath d='M13.5187 6L8.32625 11.25L5.73125 8.62625L4 10.375L8.32625 14.75L15.25 7.75L13.5187 6Z' fill='white'/%3e%3c/svg%3e");
        opacity: 0;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .filter__modal_list li label .checkbox-label {
        padding: 0;
        border: none;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        background-color: transparent !important
    }

    .filter__reset {
        display: none
    }
}

@media (max-width: 767.98px) {
    .rs-project {
        padding-bottom: 60px;
        padding-top: 63px
    }

    .rs-project.rs-case {
        margin-top: 63px
    }

    .rs-project .section__container > h2.mobile-title br {
        display: none
    }

    .rs-project__slider {
        margin-top: 40px
    }

    .rs-project__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        gap: 20px
    }

    .rs-case .filter__text {
        display: none
    }
}

@media (max-width: 374.98px) {
    .rs-case .filter__list {
        padding: 13px 20px
    }
}

@media (any-hover: hover) {
    .rs-case .rs-project__slide:hover {
        -webkit-box-shadow: 0 0 50px 4px rgba(47, 49, 115, .15);
        box-shadow: 0 0 50px 4px rgba(47, 49, 115, .15);
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px)
    }

    .rs-case .rs-project__slide:hover .rs-project__img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .rs-project__item:hover .rs-project__img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .filter__title:hover {
        background-color: var(--gray-color-btn)
    }

    .rs-case .filter__title:hover {
        background-color: transparent
    }

    .filter__modal_list li label:hover .checkbox-label {
        background-color: var(--gray-color-btn)
    }

    .filter__modal_list li a._flt-active:hover {
        background-color: #fff
    }

    .filter__modal_list li a:hover {
        background-color: #f5f7fe
    }

    .filter__close:hover::before {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    .filter__close:hover::after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}