.widget-advantages.template-17-5{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-17-5 .widget-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px 40px;
}
.widget-advantages.template-17-5 .widget-header .widget-title{
    font-size: 3.2em;
    font-weight: 700;
    line-height: 102%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-17-5 .widget-header .widget-title span.special{
    color: var(--main-color);
}
.widget-advantages.template-17-5 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    max-width: 420px;
}
.widget-advantages.template-17-5 .widget-header + .widget-content{
    margin-top: 50px;
}

.widget-advantages.template-17-5 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.widget-advantages.template-17-5 .widget-item{
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
    z-index: 0;
}
.widget-advantages.template-17-5 .widget-item:has(button[tooltip]:hover),
.widget-advantages.template-17-5 .widget-item:has(button[tooltip]:focus){
    z-index: 2 !important;
}
.widget-advantages.template-17-5 .widget-item[data-view='2']{
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.widget-advantages.template-17-5 .widget-item-picture{
    position: relative;
    display: flex;
}
.widget-advantages.template-17-5 .widget-item-picture img{
    /* width: 100%; */
	width: calc(100% + 1px);
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget-advantages.template-17-5 .widget-item-picture img[data-shadow='true']{
    filter: drop-shadow(-1px 3px 22px rgba(183, 183, 183, 0.16));
}
.widget-advantages.template-17-5 .widget-item-tips{
    display: none;
    margin-top: 32px;
}
.widget-advantages.template-17-5 .widget-item-tip{
    position: relative;
    font-size: 1em;
    font-weight: 400;
    line-height: 123%;
    color: #626262;
    margin-top: 15px;
    padding-left: 20px;
    max-width: 560px;
}
.widget-advantages.template-17-5 .widget-item-tip:first-child{
    margin-top: 0;
}
.widget-advantages.template-17-5 .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-5 .widget-button-wrap{
    display: flex;
    justify-content: center;
    margin-top: 39px;
}
.widget-advantages.template-17-5 .widget-button{
    display: inline-flex;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 34px;
    background-color: var(--main-color, #252525);
    border-radius: 4px;
    user-select: none;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-17-5 .widget-button:hover,
.widget-advantages.template-17-5 .widget-button:focus{
    background-color: var(--dark-main-color, #000000);
}

@media all and (max-width: 1200px) {
    .widget-advantages.template-17-5 .widget-item-tips{
        display: block;
        margin-bottom: 20px;
    }
    .widget-advantages.template-17-5 .widget-item:last-child .widget-item-tips{
        margin-bottom: 0;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-17-5 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-17-5 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-17-5 .widget-header .widget-description{
        max-width: 600px;
    }
    .widget-advantages.template-17-5 .widget-header + .widget-content{
        margin-top: 46px;
    }
    .widget-advantages.template-17-5 .widget-item-pictures{
        gap: 30px;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-17-5{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-17-5 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-17-5 .widget-header .widget-title{
        font-size: 2.6em;
    }
    .widget-advantages.template-17-5 .widget-button{
        font-size: .875em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-17-5 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-17-5 .widget-header .widget-title{
        font-size: 1.75em;
        line-height: 112%;
    }
    .widget-advantages.template-17-5 .widget-header .widget-description{
        line-height: 124%;
    }
    .widget-advantages.template-17-5 .widget-header + .widget-content{
        margin-top: 30px;
    }
    .widget-advantages.template-17-5 .widget-items{
        gap: 24px;
    }
    .widget-advantages.template-17-5 .widget-item-pictures{
        flex-wrap: wrap;
        gap: 40px;
    }
    .widget-advantages.template-17-5 .widget-item,
    .widget-advantages.template-17-5 .widget-item[data-view='2']{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-17-5 .widget-button-wrap{
        margin-top: 27px;
    }
    .widget-advantages.template-17-5 .widget-button{
        padding: 16px 32px;
    }
}