﻿.l-title-adv-h h3 {
    margin: 0;
    color: #FFF;
    font-family: CormorantUnicase-Bold;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.home-advan-item {
    position: relative;
}

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

.l-title-adv-h {
    position: absolute;
    width: 330px;
    padding: 51px 25px;
    padding-right: 43px;
    background: linear-gradient(90deg, #00326C 5.61%, #2D93D1 97.83%);
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 101%);
    top: -12px;
    left: 0;
    z-index: 3;
    margin: auto;
}

.home-advan-list {
    flex: 1 1 0;
    overflow: hidden;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.home-advan-item:hover .slider {
    animation-play-state: paused;
}

.home-advan-item .img {
}

.home-advan .grid.wide {
    padding: 12px 15px;
    background: #fff;
    border-radius: 13px;
}

.home-advan {
    background: transparent;
    padding-bottom: 40px;
    padding-top: 55px;
}

.home-advan-item .img a img {
    transition: transform .5s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.home-advan-item .img a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 118px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
}
/*RS*/
@media(max-width:1023px) {
    .home-advan-container {
        display: block;
    }

    .l-title-adv-h {
        width: 66%;
        margin-bottom: 0;
        padding: 18px 23px;
        position: relative;
        margin: 0;
    }

        .l-title-adv-h h3 {
            font-size: 21px;
        }

    .home-advan {
        padding-bottom: 40px;
    }
}

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

@media(max-width:739px) {
}