﻿.coacha-testimonials.swiper{
 display: none;
}
.coacha-testimonials-box .coacha-testimonials{
 display: block;
}

.coacha-testimonials .swiper-slide{
    display: block;
}

.coacha-testimonials blockquote{
    margin: 0;
    padding: 0;
    border: none;
    max-width: 1080px;
    margin: auto;
}
.coacha-testimonials .pic{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 3px;
    background-color: #FFF;
    border:1px solid #d5d5d5;
    overflow: hidden;
    position: relative;
    margin:0 auto 35px;
}
.coacha-testimonials .pic img{
    max-width: 100%;
    border-radius: 50%;
}

.coacha-testimonials blockquote p{
    font-size: 16px;
    line-height: 28px;
    color: #787878;
    font-style: italic;
}
.coacha-testimonials .info{
    font-style: normal;
}
.coacha-testimonials .info strong{
    display: block;
    color: #333333;
    font-weight: bold;
    margin-bottom: 8px;
}
.coacha-testimonials .info span{
    font-style: italic;
    font-size: 16px;
}
.coacha-testimonials.swiper .swiper-button-next{
    right: 0;
    width: 25px;
    transform: rotate(180deg) translate3d(0, 0, 0);
}
.coacha-testimonials.swiper .swiper-button-prev{
    left: 0;
    width: 25px;
  
}


.coacha-testimonials .swiper-button-next,
.coacha-testimonials .swiper-button-prev {
    width: 14px;
    height: 25px;
    margin-top: -13px;
    background: transparent;
    border-radius: 0;
    text-align: center;
    color: #666666;
    transition: color 300ms ease-in-out;
}
.coacha-testimonials .swiper-button-next:hover,
.coacha-testimonials .swiper-button-prev:hover {
    color: var(--accent-color);
}


.coacha-testimonials.swiper .swiper-button-next span, 
.coacha-testimonials.swiper .swiper-button-prev span{
    width: 17px;
    height: 17px;
}
.coacha-testimonials .swiper-pagination-bullet{
    opacity: 1;
    background: #e5e5e5;
    backface-visibility: hidden;
}
.coacha-testimonials .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: 300ms all linear;
}
.coacha-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
    border-radius:14px;
    background:var(--accent-color);
}


.coacha-testimonials .info span{
    font-style: normal;
}
.coacha-testimonials blockquote > p{
    font-size: 1.8125rem;
    line-height: 1.5;
}
.coacha-testimonials .swiper-slide {
    text-align: center;
}
.coacha-testimonials .swiper-button-next span,
.coacha-testimonials .swiper-button-prev span {
    width: 15px;
    height: 15px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    transform: rotate(-45deg) translate3d(0, 0, 0);
}
.coacha-testimonials .swiper-button-next:after,
.coacha-testimonials .swiper-button-prev:after{
    display: none;
}
.coacha-testimonials .swiper-pagination{
    position: static;
    width: 100%;
    margin: 20px 0 30px;
}
.swiper-wrapper-overflow{
    padding: 30px 0;
}