.designGallery {
    margin: auto;
    max-width: 1500px;
    margin-bottom: 75px;
}

@media(max-width: 1024px) {
    .designGallery {
        max-width:790px;
        width: 100%
    }
}

@media(max-width: 860px) {
    .designGallery {
        margin-bottom:65px
    }
}

@media(max-width: 1366px) {
    .designGallery {
        max-width:unset !important
    }
}

.designGallery__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    height: 500px;
    position: relative;
}

@media(max-width: 1024px) {
    .designGallery__container {
        flex-flow:column nowrap
    }
}

@media(max-width: 1024px) {
    .designGallery__container {
        position:relative
    }
}

.designGallery__content {
    flex: 1 1 68%;
    max-width: 1000px;
    position: relative;
}

@media(max-width: 1500px) {
    .designGallery__content {
        flex:0 1 60%;
        max-width: 60%;
        height: 500px;
    }
}

@media(max-width: 1024px) {
    .designGallery__content {
        flex:1 0 425px;
        max-width: unset
    }
}

.designGallery__menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 0 50px 0 30px;
    row-gap: 10px;
}

.designGallery__menu p {
    user-select: none
}

@media(max-width: 1500px) {
    .designGallery__menu {
        flex:1 1 48%
    }
}

@media(max-width: 1024px) {
    .designGallery__menu {
        padding:25px
    }
}

@media(max-width: 1024px) {
    .designGallery__menu {
        background:#fff;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 49;
        padding: 0;
        box-shadow: 5px 5px 5px rgba(0,0,0,.25);
        row-gap: 0
    }
}

.designGallery__menu #menuToggleG {
    padding: 10px;
    background: #fff;
    z-index: 100;
}

.designGallery__menu .mobile-menu-label {
    display: none;
    padding: 0;
}

@media(max-width: 1024px) {
    .designGallery__menu .mobile-menu-label {
        display:flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

.designGallery__menu .mobile-menu-label p {
    font-family: "Fakt Pro Semibold",sans-serif
}

.designGallery__menu .mobile-menu-label img {
    height: 10px
}

.designGallery__menu .mobile-menu-wrapper {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    transition: height .2s ease-in-out
}

@media(max-width: 1024px) {
    .designGallery__menu .mobile-menu-wrapper {
        height:0;
        display: none;
        transform: translateY(-100px)
    }
}

@media(max-width: 1024px) {
    .designGallery .designGallery__menu.active .mobile-menu-wrapper {
        transform:translateY(0);
        height: auto;
        display: block;
        width: 94%;
    }
}

.designGallery__item {
    font-family: "Fakt Pro Normal",sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: background .2s ease-in-out;
    transition: color .2s ease-in-out
}

@media(max-width: 1024px) {
    .designGallery__item {
        padding:10px
    }

    .designGallery__item:hover {
        background: rgba(29, 41, 68, 0.8);
        color: #fff
    }
}

.designGallery__item img {
    height: 60px;
    width: auto;
    padding: 5px
}

@media(max-width: 1024px) {
    .designGallery__item img {
        display:none
    }
}

.designGallery__item p {
    text-align: start;
    flex: 1 1;
    margin: 0 25px;
    font-size: 14px;
    letter-spacing: 2px
}

@media(max-width: 1024px) {
    .designGallery__item p {
        font-size:12px;
        letter-spacing: 2px;
        margin: 0 25px 0 0
    }
}

.designGallery__item--all {
    border-top: 1px solid #ebeceb;
    border-bottom: 1px solid #ebeceb;
    padding: 10px 0
}

@media(max-width: 1024px) {
    .designGallery__item--all {
        padding:10px
    }
}

.designGallery__checkbox {
    height: 30px;
    width: 30px
}

@media(max-width: 1024px) {
    .designGallery__checkbox {
        height:15px;
        width: 15px
    }
}

.designGallery__checkbox:checked {
    accent-color: #1d2945 !important
}

.designSwiper {
    position: relative;
    height: 100%;
    width: 100%
}

.swiper-slide {
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .25s opacity
}


.designSwiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.designSwiper .swiper-slide.hidden {
    display: none !important;
    opacity: 0 !important
}

.designSwiper .swiper-button-next {
    position: absolute;
    bottom: 50px !important;
    left: unset !important;
    top: unset !important;
    right: 0 !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../svg/arrow-next.svg') #1d2945;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .2s ease,color .2s ease,box-shadow .2s ease,font-family .2s ease
}

.designSwiper .swiper-button-next:hover {
    background: url('../svg/arrow-next.svg') rgba(29, 41, 69, 0.8);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat
}

.designSwiper .swiper-button-next::after {
    content: ""
}

.designSwiper .swiper-button-prev {
    position: absolute;
    bottom: 0 !important;
    left: unset !important;
    top: unset !important;
    right: 0 !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../svg/arrow-prev.svg') #fff;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .2s ease,color .2s ease,box-shadow .2s ease,font-family .2s ease
}

.designSwiper .swiper-button-prev:hover {
    background: url('../svg/arrow-prev.svg') #ebeceb;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat
}

.designSwiper .swiper-button-prev::after {
    content: ""
}