.widget-advantages.template-17-7{
    position: relative;
    overflow: hidden;
}
.widget-advantages.template-17-7 .widget-header{}
.widget-advantages.template-17-7 .widget-header .widget-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 118%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-17-7 .widget-header .widget-title span.special{
    color: var(--main-color);
}
.widget-advantages.template-17-7 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    margin-top: 20px;
    max-width: 828px;
}
.widget-advantages.template-17-7 .widget-header + .widget-content{
    margin-top: 50px;
}

.widget-advantages.template-17-7 .widget-items{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.widget-advantages.template-17-7 .widget-items-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
}
.widget-advantages.template-17-7 .widget-item{
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
    z-index: 0;
}
.widget-advantages.template-17-7 .widget-item:has(button[tooltip]:hover),
.widget-advantages.template-17-7 .widget-item:has(button[tooltip]:focus){
    z-index: 2 !important;
}
.widget-advantages.template-17-7 .widget-items[data-columns='3'] .widget-item.swiper-slide{
    max-width: calc(33.3333% - 20px);
    flex: 0 0 calc(33.3333% - 20px);
}
.widget-advantages.template-17-7 .widget-item.swiper-slide,
.widget-advantages.template-17-7 .widget-items[data-columns='2'] .widget-item.swiper-slide{
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.widget-advantages.template-17-7 .widget-item-picture{
    position: relative;
    display: flex;
}
.widget-advantages.template-17-7 .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget-advantages.template-17-7 .widget-item-tips{
    display: none;
    margin-top: 32px;
}
.widget-advantages.template-17-7 .widget-item-tip{
    position: relative;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
    line-height: 123%;
    color: #626262;
    margin-top: 15px;
    padding-left: 20px;
}
.widget-advantages.template-17-7 .widget-item-tip:first-child{
    margin-top: 0;
}
.widget-advantages.template-17-7 .widget-item-tip:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--main-color);
    transform: translateY(6px);
}

.widget-advantages.template-17-7 .widget-button-wrap{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.widget-advantages.template-17-7 .widget-button{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--main-color);
    text-decoration: none;

    transition: color .2s ease-out;
}
.widget-advantages.template-17-7 .widget-button:hover,
.widget-advantages.template-17-7 .widget-button:focus{
    color: var(--dark-main-color);
}
.widget-advantages.template-17-7 .widget-button svg path,
.widget-advantages.template-17-7 .widget-button svg circle{
    stroke: var(--main-color);

    transition: stroke .2s ease-out;
}
.widget-advantages.template-17-7 .widget-button:hover svg path,
.widget-advantages.template-17-7 .widget-button:hover svg circle,
.widget-advantages.template-17-7 .widget-button:focus svg path,
.widget-advantages.template-17-7 .widget-button:focus svg circle{
    stroke: var(--dark-main-color);
}

.widget-advantages.template-17-7 .widget-pagination{
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}
.widget-advantages.template-17-7 .widget-pagination .swiper-pagination-bullet{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    opacity: 1;
    border-radius: 50%;
    background-color: #D8D8D8;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-17-7 .widget-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #252525;
}

@media all and (max-width: 1200px) {
    .widget-advantages.template-17-7 .widget-item-tips{
        display: block;
    }
    .widget-advantages.template-17-7 .widget-item-tips:first-child{
        margin-top: 32px;
    }
    .widget-advantages.template-17-7 .widget-item:last-child .widget-item-tips{
        margin-bottom: 0;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-17-7 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-17-7 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 48px;
    }
    .widget-advantages.template-17-7 .widget-header + .widget-content{
        margin-top: 46px;
    }
    .widget-advantages.template-17-7 .widget-item-pictures{
        gap: 30px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-17-7 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-17-7 .widget-header .widget-title {
        font-size: 36px;
    }
    .widget-advantages.template-17-7 .widget-item.swiper-slide,
    .widget-advantages.template-17-7 .widget-items[data-columns='3'] .widget-item.swiper-slide,
    .widget-advantages.template-17-7 .widget-items[data-columns='2'] .widget-item.swiper-slide{
        max-width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
    .widget-advantages.template-17-7 .widget-items-wrapper{
        flex-wrap: nowrap;
    }
    .widget-advantages.template-17-7 .widget-pagination{
        display: flex;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-17-7 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-17-7 .widget-header .widget-title{
        font-size: 28px;
        line-height: 112%;
    }
    .widget-advantages.template-17-7 .widget-header .widget-description{
        font-size: 16px;
        line-height: 124%;
    }
    .widget-advantages.template-17-7 .widget-header + .widget-content{
        margin-top: 30px;
    }
    .widget-advantages.template-17-7 .widget-items,
    .widget-advantages.template-17-7 .widget-items-wrapper{
        gap: 24px;
    }
    .widget-advantages.template-17-7 .widget-item-pictures{
        flex-wrap: wrap;
        gap: 40px;
    }
    .widget-advantages.template-17-7 .widget-item.swiper-slide,
    .widget-advantages.template-17-7 .widget-items[data-columns='3'] .widget-item.swiper-slide,
    .widget-advantages.template-17-7 .widget-items[data-columns='2'] .widget-item.swiper-slide{
        max-width: 358px;
        flex: 0 0 100%;
    }
    .widget-advantages.template-17-7 .widget-button-wrap{
        margin-top: 27px;
    }
    .widget-advantages.template-17-7 .widget-button{
        font-size: 16px;
        gap: 17px;
    }
    .widget-advantages.template-17-7 .widget-button svg{
        width: 43px;
        height: 43px;
    }
    .widget-advantages.template-17-7 .widget-item-tips:first-child{
        margin-top: 20px;
    }

    .widget-advantages.template-17-7 .widget-pagination{
        gap: 4px;
        margin-top: 15px;
    }
    .widget-advantages.template-17-7 .widget-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
    }
}