.widget-advantages.template-25{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-25 .widget-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.6em;
    background-color: var(--special-background, #FAFBFE);
    padding: 3em;
}
.widget-advantages.template-25 .widget-header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3em;
}
.widget-advantages.template-25 .widget-header .widget-icon{
    display: flex;
    flex: 0 0 2.75em;
}
.widget-advantages.template-25 .widget-header .widget-icon svg{
    width: 100%;
    height: auto;
}
.widget-advantages.template-25 .widget-header .widget-icon svg path{
    stroke: var(--main-color, #000000);
}
.widget-advantages.template-25 .widget-header .widget-title{
    font-size: 3.2em;
    font-weight: 700;
    line-height: 118%;
    color: #000000;
}
.widget-advantages.template-25 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #626262;
}
.widget-advantages.template-25 .widget-header .widget-description p{
    margin-bottom: .8em;
}
.widget-advantages.template-25 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-25 .widget-header + .widget-content{
    margin-top: 50px;
}
.widget-advantages.template-25 .widget-button{
    display: inline-flex;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.118em 2em;
    background-color: var(--main-color, #252525);
    border-radius: 4px;
    user-select: none;
    white-space: nowrap;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-25 .widget-button:hover,
.widget-advantages.template-25 .widget-button:focus{
    background-color: var(--dark-main-color, #000000);
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-25 .widget-header .widget-title br,
    .widget-advantages.template-25 .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-25{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-25 .widget-header{
        align-items: flex-start;
        padding: 2em;
        gap: 1.2em;
    }
    .widget-advantages.template-25 .widget-header-wrapper{
        gap: 1.2em 2em;
        flex-wrap: wrap;
    }
    .widget-advantages.template-25 .widget-header .widget-description{
        flex: 0 0 100%;
    }
    .widget-advantages.template-25 .widget-header .widget-title{
        font-size: 2.6em;
    }
    .widget-advantages.template-25 .widget-button{
        font-size: .875em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-25 .widget-header{
        padding: 1.2em 1em;
        gap: 1em;
    }
    .widget-advantages.template-25 .widget-header .widget-title{
        font-size: 1.75em;
        line-height: 112%;
    }
    .widget-advantages.template-25 .widget-header .widget-description{
        line-height: 124%;
    }
    .widget-advantages.template-25 .widget-header + .widget-content{
        margin-top: 2em;
    }
    .widget-advantages.template-25 .widget-button{
        padding: 16px 32px;
    }
}