.designers-list{
    padding-top: 168px;
}
.deisgners-title-h2{
    font-size: 32px;
    line-height: 1;
    padding-bottom: 30px;
    padding-top: 39px;
}
.designers-list-content{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.designers-list-item{
    background-color: #FAFAFA;
    border-radius: 5px;
    width: 100%;
    max-width: 49%;
}
.designers-list-item-wrap{
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.designers-list-item-info{
    width: 100%;
}
.designers-list-item-top{
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 39px;
}
.designers-list-item-top-pic__img{
    width: 135px;
    height: 135px;
    border-radius: 50%;
    object-fit: cover;
}
.designers-list-item-top-name{
    max-width: 340px;
    font-weight: bold;
    font-size: 24px;
}
.designers-list-item-contacts{
    display: flex;
    flex-wrap: wrap;
}
.designers-list-item-contacts-elem{
    width: 100%;
    max-width: 49%;
}
.designers-list-item-contacts-elem__link{
    display: flex;
    align-items: center;
    gap: 11px;
    color: #000;
}
.designers-list-item-contacts-elem-social{
    display: flex;
    gap: 8px;
}
.designers-list-item--mw{
    max-width: 100%;
}
.designers-list-item--mw .designers-list-item-info{
    max-width: 50%;
}
.related-projects-list{
    width: 100%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-projects-list-item__img{
    max-width: 400px;
    border-radius: 5px;
}
.related-projects-list-item-name{
    font-size: 14px;
    color: #000;
}
.related-projects-list-item-link{
    text-decoration: none;
}
.related-projects-list-item-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.owl-dots.disabled{
    display: none;
}
.related-projects-list-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    max-width: 615px;
}
.related-projects-list-nav-item-prev,
.related-projects-list-nav-item-next{
    border: none;
    background: transparent;
}
.related-projects-list-nav-item-prev.disabled,
.related-projects-list-nav-item-next.disabled{
    display: none;
}
.designers-list-item-top-post{
    font-size: 16px;
}
.catalog-pagination-top{
    display: none;
}
.load_more{
    text-align: center;
    background: transparent !important;
    text-transform: lowercase;
    font-size: 14px;
    color: #000 !important;
    font-weight: normal !important;
}
@media(max-width: 1400px){
    .projects-item {
        max-width: 48%!important;
    }
    .related-projects-list-nav{
        max-width: 515px;
    }
}
@media(max-width: 1200px){
    .related-projects-list-nav {
        max-width: 467px;
    }
    .related-projects-list-nav-item-prev{
        position: relative;
        right: 6px;
    }
    .designers-list-item-contacts{
        flex-direction: column;
    }
}
@media(max-width: 992px){
    .related-projects-list-item__img{
        max-width: 250px;
    }
    .related-projects-list-nav {
        max-width: 325px;
    }
    .designers-list-item {
        max-width: 100%;
    }
}
@media(max-width: 768px){
    .designers-list-item-wrap{
        flex-direction: column;
        gap: 35px;
    }
    .related-projects-list,
    .designers-list-item--mw .designers-list-item-info,
    .designers-list-item{
        max-width: 100%;
    }
    .related-projects-list-item-name{
        text-align: center;
    }
    .related-projects-list-nav-item-prev{
        right: 0;
    }
    .designers-list-item-contacts-elem{
        max-width: 100%;
    }
}
@media(max-width: 532px){
    .projects-item {
        max-width: 100%!important;
    }
    .designers-list-item-top-pic__img{
        max-width: 100px;
        max-height: 100px;
    }
}
@media(max-width: 425px){
    .designers-list-item-contacts-elem{
        max-width: 100%;
    }
    .designers-list-item-top-name{
        font-size: 20px;
    }
    .designers-list-item-contacts-elem__link{
        font-size: 16px;
    }
}
@media(max-width: 375px){
    .related-projects-list-item__img {
        max-width: 190px;
    }
    .related-projects-list-nav {
        max-width: 265px;
    }
    .designers-list-item-top{
        flex-direction: column;
    }
    .designers-list-item-top-name{
        max-width: 209px;
        text-align: center;
    }
}
