.widget-advantages.template-17-9{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-17-9 .widget-header{
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.widget-advantages.template-17-9 .widget-header .widget-title{
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    text-wrap: balance;
}
.widget-advantages.template-17-9 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
}
.widget-advantages.template-17-9 .widget-header .widget-description p{
    margin-bottom: .8em;
}
.widget-advantages.template-17-9 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-17-9 .widget-header + .widget-content{
    margin-top: 50px;
}

.widget-advantages.template-17-9 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.widget-advantages.template-17-9 .widget-item{
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
    z-index: 0;
}
.widget-advantages.template-17-9 .widget-item:has(button[tooltip]:hover),
.widget-advantages.template-17-9 .widget-item:has(button[tooltip]:focus){
    z-index: 2 !important;
}
.widget-advantages.template-17-9 .widget-item-picture-title {
    font-size: 24px;
    color: #000;
    position: absolute;
    top: 40px;
    left: 40px;
    font-weight: 600;
}
.widget-advantages.template-17-9 .widget-item[data-view='2']{
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.widget-advantages.template-17-9 .widget-item-picture{
    position: relative;
    display: flex;
}
.widget-advantages.template-17-9 .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget-advantages.template-17-9 .widget-item-tips{
    display: none;
    margin-top: 32px;
}
.widget-advantages.template-17-9 .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-9 .widget-item-tip:first-child{
    margin-top: 0;
}
.widget-advantages.template-17-9 .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-9 .widget-items + .widget-advantages{
    margin-top: 2.5em;
}

.widget-advantages.template-17-9 .widget-advantages{
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
}
.widget-advantages.template-17-9 .widget-advantage{
    flex: 0 0 calc(33.3333% - 2em);
}
.widget-advantages.template-17-9 .widget-advantage-icon{
    display: flex;
    width: 2.1em;
    height: 2.1em;
    margin-bottom: .8em;
}
.widget-advantages.template-17-9 .widget-advantage-icon svg{
    width: 100%;
    height: auto;
}
.widget-advantages.template-17-9 .widget-advantage-index{
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    color: #BBB;
}
.widget-advantages.template-17-9 .widget-advantage-name{
    font-size: 1.2em;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
}
.widget-advantages.template-17-9 .widget-advantage-description{
    font-size: 1em;
    font-weight: 500;
    line-height: 130%;
    color: #757575;
    margin-top: .9em;
}

.widget-advantages.template-17-9 .widget-button-wrap{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.widget-advantages.template-17-9 .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-9 .widget-button:hover,
.widget-advantages.template-17-9 .widget-button:focus{
    background-color: var(--dark-main-color, #000000);
}
@media all and (max-width: 1200px) {
    .widget-advantages.template-17-9 .widget-item-tips{
        display: block;
        margin-bottom: 20px;
    }
    .widget-advantages.template-17-9 .widget-item:last-child .widget-item-tips{
        margin-bottom: 0;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-17-9 .widget-header .widget-title br,
    .widget-advantages.template-17-9 .widget-header .widget-description br{
        display: none;
    }
    .widget-advantages.template-17-9 .widget-item-picture-title br{
        display: none;
    }
    .widget-advantages.template-17-9 .widget-item-picture-title{
        font-size: 18px;
        top: 20px;
        left: 20px;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-17-9{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-17-9 .widget-header .widget-title{
        font-size: 2.6em;
    }
    .widget-advantages.template-17-9 .widget-advantages{
        gap: 2em;
    }
    .widget-advantages.template-17-9 .widget-advantage {
        flex: 0 0 calc(50% - 1.5em);
    }
    .widget-advantages.template-17-9 .widget-button{
        font-size: .875em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-17-9 .widget-header .widget-title{
        font-size: 1.75em;
        line-height: 112%;
    }
    .widget-advantages.template-17-9 .widget-header .widget-description{
        line-height: 124%;
    }
    .widget-advantages.template-17-9 .widget-header + .widget-content{
        margin-top: 30px;
    }
    .widget-advantages.template-17-9 .widget-items{
        gap: 24px;
    }
    .widget-advantages.template-17-9 .widget-item-pictures{
        flex-wrap: wrap;
        gap: 40px;
    }
    .widget-advantages.template-17-9 .widget-item,
    .widget-advantages.template-17-9 .widget-item[data-view='2']{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .widget-advantages.template-17-9 .widget-button-wrap{
        margin-top: 27px;
    }
    .widget-advantages.template-17-9 .widget-button{
        padding: 16px 32px;
    }

    .widget-advantages.template-17-9 .widget-advantage {
        flex: 0 0 100%;
    }
    .widget-advantages.template-17-9 .widget-item-picture-title {
        font-size: 16px;
    }
}