#review-slider {
    margin-bottom: -380px;
}
.slider-wrap{
   position:relative;
   margin:24px 0 0;
}
.slider-wrap::after{
    content: '';
    position: absolute;
    right: -40px;
    top: -20px;
    background-image: url(../img/icons/waves-icon.svg);
    background-repeat: no-repeat;
    width: 97px;
    height: 91px;
}
.review-swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 65px;
}
.slider-info{
    display:flex;
    justify-content:space-between;
}
.slider-info-left {
    width: 55%;
    min-height: 456px;
    background: #03BBD3;
    padding: 10px 65px;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 33px;
    font-size: 20px;
    color: #FFFFFF;
}
.slider-info-right {
    width: 45%;
    background: linear-gradient(158.44deg, #60EAFC 0%, #03BBD3 84.31%), linear-gradient(0deg, #03BBD3, #03BBD3);
    padding:24px;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}

.slider-person-info {
    width:100%;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}
.slider-person-info p{
    font-size: 18px;
    color: #ffffff;
}
.slider-person-info h6{
    font-size: 40px;
    margin:16px 0;
}
.slider-main-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slider-info-block {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #FFFFFF;
}
.slider-info-block img,
.slider-info-block svg {
    margin-right:5px;
    position:relative;
    top:3px;
}

#review-slider .swiper-button {
    width: 20px;
    height: 34px;
    background-image: url(../img/icons/arrow-slider.svg);
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: 250px;
    z-index: 3;
    outline: none!important;
}
.swiper-button-left{
    left:-50px;
    transform:rotate(180deg);
}
.swiper-button-right{
    right:-50px;
}
.slider-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -40px 0 0;
}
.slider-bottom a{
    position:relative;
    z-index:99;
}
#review-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}
#review-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 2px solid #AAAAAA;
    background: none;
    opacity: 1;
}
#review-slider .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    border: 2px solid #03BBD3;
}