.designer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.designer-list-item-pic{
    width: 184px;
    height: 184px;
    max-width: 184px;
    border-radius: 50%;
    overflow: hidden;
}
.designer-list-item__img{
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.designer-list-item-name{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.designer-list-title{
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 59px;
    align-self: self-start;
    line-height: 1.2;
}
.btn-qp:after{
    background-color: #fff !important;
}
.designers-show-all{
    padding-top: 40px;
}
.designer-list{
    width: 100%;
    display: flex;
    align-items: center;
}
.owl-item{
    height: 260px !important;
}
.owl-item.active{
    display: block;
}
.designer-list-dots.disabled{
    display: none;
}
.designer-list-item-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 25px;
}
.designer-list-nav-item {
    border: none;
    background: transparent;
    position: relative;
}
.designer-list-nav-item-prew{
    right: 25px;
}
.designer-list-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    max-width: 1288px;
    z-index: 400;
}
.designer-list-nav.disabled{
    display: none;
}
.designer-list-dots-item{
    width: 10px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000;
}
.designer-list-dots-item.active{
    background-color: #000;
}
.designer-list-dots{
    max-width: 250px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-qp--bg:after{
    background-color: #F7F7F7 !important;
}
@media(max-width: 1400px){
    .designer-list-nav{
        max-width: 1080px;
    }
}
@media (max-width: 1200px) {
    .designer-list-nav {
        max-width: 910px;
    }
}
@media (max-width: 990px) {
    .designer-list-nav {
        max-width: 660px;
    }
}
@media (max-width: 768px) {
    .designer-list-nav {
        max-width: 495px;
    }
    .designer-list-item-pic{
        width: 140px;
        height: 145px;
    }
    .designer-list-title{
        font-size: 24px;
    }
}
@media(max-width: 570px){
    .designer-list-item-name{
        max-width: 250px;
    }
    .designer-list-nav {
        max-width: 93vw;
    }
    .designer-list{
        flex-direction: column;
    }
    .designer-list-item-wrap{
        position: relative;
        left: 18px;
    }
}
/*
.owl-stage{
    display: flex;
}
.owl-stage-outer{
    overflow: hidden;
}
*/