﻿.home-dt {
    background: linear-gradient(180deg, #FFF 0%, #C9D7FF 100%);
}

    .home-dt .grid.wide {
        padding: 0;
        max-width: 1365px;
    }

.home-dt-container {
    display: flex;
    align-items: center;
    position: relative;
}

    .home-dt-container::before {
        content: '';
        position: absolute;
        right: 100%;
        background: var(--gradient-1);
        width: 100vw;
        height: 132px;
        bottom: 0;
    }

.home-dt-title {
    clip-path: path("M-2 152H328L246.025 10H-2V152Z");
    background: var(--gradient-1);
    width: 330px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'baiB';
    color: #fff;
    font-size: 35px;
    padding-left: 76px;
    padding-right: 22px;
    position: relative;
    padding-top: 18px;
}

.home-dt-swiper {
    width: calc(100% - 330px);
    overflow: hidden;
}

.home-dt-item {
    height: 142px;
}

.home-dt-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-dt-img img {
        max-width: 191px;
        max-height: 96.904px;
    }


/*RS*/
@media(max-width:1023px) {
    .home-dt {
        margin-top: 0;
    }

    .home-dt-title {
        padding-left: 65px;
        padding-top: 15px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-dt-title {
        display: none;
    }

    .home-dt-swiper {
        width: 100%;
        padding: 0 15px;
    }
}
