.reviews-sec {
background-image: url("/assets/images/components/reviews/bg.png");
background-size: cover;
background-position: center;
padding-top: 50px;
padding-bottom: 50px;
background-color: #f3f3f3;
overflow: hidden; }
@media only screen and (min-width: 769px) {
.reviews-sec {
padding-bottom: 50px; } }
@media only screen and (min-width: 769px) {
.reviews-sec__content {
padding-left: 100px;
padding-right: 100px; } }
@media only screen and (min-width: 1601px) {
.reviews-sec__content {
padding-left: 0;
padding-right: 0; } }
.reviews-sec__title {
font-family: "Sansation","Open Sans",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 30px;
color: #3e3e3e;
letter-spacing: 0.02em; }
@media only screen and (min-width: 769px) {
.reviews-sec__title {
font-size: 45px;
line-height: 50px; } }
.reviews-sec__title span {
color: #25b5fd; }
.reviews-sec__subtitle {
font-size: 18px;
margin-bottom: 30px;
width: 450px;
margin-top: 15px; }
.reviews-sec__slider {
margin-top: 50px; }
.reviews-sec__video {
margin-top: 100px; }

.slider-review {
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.slider-review__navigation {
z-index: 3;
position: absolute;
width: 100%;
left: 0;
height: 60px;
top: 50%;
margin-top: -30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.slider-review__pagination {
position: absolute;
bottom: -55px !important; }
.slider-review__pagination .swiper-pagination-bullet-active {
background-color: #25b5fd; }

.review-navigation {
pointer-events: none; }
.review-navigation__btn {
pointer-events: all;
height: 60px;
width: 60px;
border-radius: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(#25b5fd), to(#9ec5ff));
background: linear-gradient(180deg, #25b5fd 0%, #9ec5ff 100%);
-webkit-box-shadow: 0 4px 19px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 19px rgba(0, 0, 0, 0.15);
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: 0.2s;
transition: 0.2s; }
.no-touch .review-navigation__btn:hover {
opacity: 0.9;
-webkit-transform: scale(1.1);
transform: scale(1.1); }
.review-navigation__btn svg {
height: 40px;
fill: #ffffff;
width: 40px; }
.review-navigation__btn.prev {
margin-left: -100px; }
.review-navigation__btn.next {
margin-right: -100px; }
.review-navigation__btn.next svg {
-webkit-transform: scaleX(-1);
transform: scaleX(-1); }

@media only screen and (min-width: 769px) {
.slider-road {
overflow: hidden; } }
.slider-road__wrapper {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content; }
.slider-road__slide {
border-radius: 20px;
overflow: hidden; }
.slider-road__slide img {
display: block; }

.video-review__wrapper {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content; }
.video-review__slide {
border-radius: 20px;
display: block;
height: 150px;
position: relative;
cursor: pointer; }
@media only screen and (min-width: 1381px) {
.video-review__slide {
height: 250px; } }
.video-review__slide::before {
height: 60px;
width: 60px;
border-radius: 50%;
content: "";
position: absolute;
background-color: #f95961;
left: 50%;
top: 50%;
margin-top: -30px;
margin-left: -30px;
-webkit-box-shadow: 0 4px 13px rgba(249, 89, 97, 0.9);
box-shadow: 0 4px 13px rgba(249, 89, 97, 0.9);
background-image: url("/assets/images/components/reviews/play.svg");
background-size: 27px;
background-repeat: no-repeat;
-webkit-transition: 0.2s;
transition: 0.2s;
background-position: center; }
@media only screen and (min-width: 769px) {
.video-review__slide::before {
height: 80px;
width: 80px;
margin-top: -40px;
margin-left: -40px;
background-size: 37px; } }
.video-review__slide img {
display: block;
border-radius: 20px;
height: 100%;
width: 100%;
-o-object-position: center;
object-position: center;
-o-object-fit: cover;
object-fit: cover; }
.no-touch .video-review__slide:hover::before {
opacity: 0.7;
-webkit-transform: scale(0.8);
transform: scale(0.8); }
