.top .top_slider.owl-carousel .owl-item img.top_item--img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

body .top a.top_a{
    display: block;
    margin: 80px auto 0;
    width: 247px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #c0d6dd;
    border-radius: 5px;
    font-size: 20px;
    color: #3d4b52;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s;
}
body .top a.top_a:hover, body .top a.top_a:active {
    color: #3d4b52;
}




.top_slider .top_feedback--p{
padding:0;
}
.top_slider a.top_item{
	color: unset;
    text-decoration: unset;
}
.top_slider .top_item--stars {
    height: 16px;
}
