﻿.best-deals-container{
    padding-bottom: 50px;
}
.best-deals-title-container{
    padding-bottom: min(1.75vw, 35px);
}
.best-deals-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24.38px;
    color: #9DA1A6;
}
.best-deals-carousel{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.best-deals-carousel-hider {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.best-deals-carousel-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    height: 100%;
}
.best-deals-carousel-element {
    display: flex;
    flex-direction:column;
    flex: 0 0 20%;
    height: 100%;
}
.best-deals-carousel-element:hover{
    cursor:pointer;
}
.slide-btn {
    /*z-index: 32;*/
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff no-repeat center center;
    cursor:pointer;
}
.slide-btn[data-best-deals-slide="prev"] {
    left: -14px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8299 19C13.6805 19.0005 13.5329 18.9676 13.3979 18.9035C13.263 18.8395 13.144 18.7461 13.0499 18.63L8.21992 12.63C8.07284 12.4511 7.99243 12.2267 7.99243 11.995C7.99243 11.7634 8.07284 11.539 8.21992 11.36L13.2199 5.36003C13.3897 5.15581 13.6336 5.02739 13.898 5.00301C14.1624 4.97863 14.4257 5.06029 14.6299 5.23003C14.8341 5.39977 14.9626 5.64368 14.9869 5.90811C15.0113 6.17253 14.9297 6.43581 14.7599 6.64003L10.2899 12L14.6099 17.36C14.7322 17.5068 14.8099 17.6856 14.8338 17.8751C14.8576 18.0647 14.8267 18.2571 14.7447 18.4296C14.6626 18.6021 14.5328 18.7475 14.3707 18.8486C14.2086 18.9497 14.021 19.0023 13.8299 19Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.slide-btn[data-best-deals-slide="next"]{
    right: -14px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1698 4.99997C10.3192 4.99946 10.4668 5.03243 10.6018 5.09646C10.7368 5.16049 10.8557 5.25395 10.9498 5.36997L15.7798 11.37C15.9269 11.5489 16.0073 11.7733 16.0073 12.005C16.0073 12.2366 15.9269 12.461 15.7798 12.64L10.7798 18.64C10.6101 18.8442 10.3662 18.9726 10.1018 18.997C9.83733 19.0214 9.57405 18.9397 9.36984 18.77C9.16562 18.6002 9.0372 18.3563 9.01282 18.0919C8.98844 17.8275 9.0701 17.5642 9.23984 17.36L13.7098 12L9.38984 6.63997C9.26755 6.49318 9.18988 6.31444 9.166 6.12489C9.14212 5.93535 9.17304 5.74292 9.25509 5.57039C9.33715 5.39787 9.46691 5.25245 9.62902 5.15136C9.79113 5.05027 9.9788 4.99774 10.1698 4.99997Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.best-deals-logo-wrapper {
    width: 100%;
}
.best-deals-service-logo {
    width: 100%;
    height: 100%;
    object-fit: fill
}
.best-deals-title-wrapper {
    text-align: center;
    padding: 0 15px;
}
.best-deals-service-title {
    color: #405A7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    display:inline-block;
    text-align: left;
}


@media (max-width: 1399.98px) {
    .best-deals-carousel-element {
        flex: 0 0 25%;
    }
}
@media (max-width: 991.98px) {
    .best-deals-carousel-element {
        flex: 0 0 33.33333%;
    }
    .slide-btn[data-best-deals-slide="prev"] {
        left: 10px;
    }
    .slide-btn[data-best-deals-slide="next"]{
        right: 10px;
    }
}
@media (max-width: 767.98px) {
    .best-deals-carousel-element {
        flex: 0 0 50%;
    }
}
@media (max-width: 575.98px) {
    .best-deals-carousel-element {
        flex: 0 0 100%;
    }
    .best-deals-logo-wrapper {
        width: 100%;
        height: 350px;
    }
}