.slider_catalog_specialist_wrap{
    /*position:relative;*/
}
.slider_catalog_specialist{
    text-align:center;
}
.slider_catalog_specialist_item_inner{
    max-width:280px;
    margin:0 auto;
}
.slider_catalog_specialist_item_photo{
    text-align:center;
}
.slider_catalog_specialist_item_photo_im{
    display:inline-block;
    vertical-align:top;
    width:100%;
    max-width:255px;
    border-radius:100%;
    border:10px #d6c5dd solid;
    transition:all 0.1s ease-in 0s;
}
.slider_catalog_specialist_item_photo_im_inner{
    padding-top:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    border-radius:100%;
    overflow:hidden;
}
.slider_catalog_specialist_item_photo.photo_no .slider_catalog_specialist_item_photo_im_inner{
    background-color:#f5f5f6;
    background-size:auto;
}
.slider_catalog_specialist_item_photo:hover .slider_catalog_specialist_item_photo_im{
    border-color:#754290;
}
.slider_catalog_specialist_item_name{
    font-size:24px;
    line-height:1.1;
    font-family:proximanovabold;
    text-align:center;
    margin-top:35px;
}
.slider_catalog_specialist_item_name a{
    text-decoration:none;
    color:#000;

    background-image:linear-gradient(to right,#000,#000);
    background-position:0 1.10em;
    /*background-position:bottom left;*/
    background-repeat:repeat-x;
    background-size:1px 1px;
    /*background-size: 50% 2px;*/
    transition:background-size 0.07s ease 0s;
}
.slider_catalog_specialist_item_name a:hover{
    text-decoration:none;
    color:#754290;

    background-image:linear-gradient(to right,#754290,#754290);
    background-position:0 1.10em;
    /*background-position:bottom left;*/
    background-repeat:repeat-x;
    background-size:1px 1px;
    /*background-size: 50% 2px;*/
    transition:background-size 0.07s ease 0s;
}
.slider_catalog_specialist_item_text{
    font-size:17px;
    line-height:1.3;
    font-family:proximanovareg;
    text-align:center;
    margin-top:23px;
}
.slider_catalog_specialist_item_text a{
    text-decoration:none;
    color:#000;
}
.slider_catalog_specialist_item_text a:hover{
    text-decoration:none;
    color:#000;
}

.slider_catalog_specialist_item_nav_own{
    position:absolute;
    bottom:30px;
    left:0;
    width:100%;
    z-index:40;
    text-align:center;
}
.slider_catalog_specialist_item_nav_own_inner{
    display:inline-flex;
    vertical-align:top;
    white-space:nowrap;
    font-size:0;
}
.slider_catalog_specialist_item_nav_own_prev{
    width:25px;
    height:30px;
    cursor:pointer;
    background-size:10px 22px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image: url(nav_own_prev.png);
}
.slider_catalog_specialist_item_nav_own_next{
    width:25px;
    height:30px;
    cursor:pointer;
    background-size:10px 22px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url(nav_own_next.png);
}

.slider_catalog_specialist_item_nav_own_posture{
    padding-top:3px;
    margin-left:15px;
    margin-right:15px;
}

.slider_catalog_specialist_wrap .swiper-pagination{
    position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	width:auto;
	/*white-space:nowrap;*/
	display:flex;
	flex-wrap:wrap;
    min-width:150px;
    max-width:450px;
    justify-content:center;
}
.slider_catalog_specialist_wrap .swiper-pagination-bullet{
	cursor:pointer;
	margin:3px 6px;
    background:#b9a1c7;
    opacity:1;
    width:20px;
    height:20px;
    display:inline-block;
    vertical-align:top;
    border-radius:100%;
}
.slider_catalog_specialist_wrap .swiper-pagination-bullet-active{
	opacity:1;
	background:#754290;
}

@media (max-width: 1023px){
    .slider_catalog_specialist_item_name{
        font-size:22px;
        margin-top:20px;
    }
    .slider_catalog_specialist_item_text{
        font-size:16px;
        margin-top:15px;
        line-height:1.3;
    }
    .slider_catalog_specialist_item_nav_own{
        bottom:15px;
    }
}

@media (max-width: 767px){
    .slider_catalog_specialist_item_name{
        margin-top:15px;
    }
    .slider_catalog_specialist_item_nav_own_posture{
        max-width:220px;
        overflow:hidden;
        padding-top:10px;
    }
    .slider_catalog_specialist_wrap .swiper-pagination-bullet{
        width:12px;
        height:12px;
        margin:0 4px;
    }
}