.widget-advantages.template-3 .widget-title{
padding: 0px;
text-center: start;
}

.widget-advantages.template-3{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}

.widget-advantages.template-3{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-3 .widget-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px 40px;
}
.widget-advantages.template-3 .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-3 .widget-header .widget-title span{
    color: var(--main-color);
}
.widget-advantages.template-3 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    max-width: 518px;
}
.widget-advantages.template-3 .widget-header + .widget-content{
    margin-top: 70px;
}

.widget-advantages.template-3 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.widget-advantages.template-3 .widget-item{
    position: relative;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    padding: 40px;
    max-width: 100%;
    flex: 0 0 100%;
    z-index: 0;
}
.widget-advantages.template-3 .widget-item:not(:has(.widget-item-picture)){
    display: none;
}
.widget-advantages.template-3 .widget-item:has(button[tooltip]:hover),
.widget-advantages.template-3 .widget-item:has(button[tooltip]:focus){
    z-index: 2 !important;
}
.widget-advantages.template-3 .widget-item[data-view='1']{
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.widget-advantages.template-3 .widget-item-pictures-container{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.widget-advantages.template-3 .widget-item-pictures{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.widget-advantages.template-3 .widget-item-picture{
    position: relative;
    display: flex;
}
.widget-advantages.template-3 .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    filter: drop-shadow(-1px 3px 22px #B7B7B729);
}
.widget-advantages.template-3 .widget-item-tips{
    display: none;
    margin-top: 32px;
    margin-bottom: 20px;
}
.widget-advantages.template-3 .widget-item:last-child .widget-item-tips{
    margin-bottom: 0;
}
.widget-advantages.template-3 .widget-item-tip{
    position: relative;
    font-size: 1em;
    font-weight: 400;
    line-height: 123%;
    color: #626262;
    margin-top: 15px;
    padding-left: 20px;
}
.widget-advantages.template-3 .widget-item-tip:first-child{
    margin-top: 0;
}
.widget-advantages.template-3 .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-3 .widget-button-wrap{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.widget-advantages.template-3 .widget-button{
    display: inline-flex;
    align-items: center;
    gap: .5em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    color: var(--main-color);
    text-decoration: none;

    transition: color .2s ease-out;
}
.widget-advantages.template-3 .widget-button svg{
    width: 2.8em;
    height: auto;
    aspect-ratio: 4 / 4;
}
.widget-advantages.template-3 .widget-button:hover,
.widget-advantages.template-3 .widget-button:focus{
    color: var(--dark-main-color);
}
.widget-advantages.template-3 .widget-button svg path,
.widget-advantages.template-3 .widget-button svg circle{
    stroke: var(--main-color);

    transition: stroke .2s ease-out;
}
.widget-advantages.template-3 .widget-button:hover svg path,
.widget-advantages.template-3 .widget-button:hover svg circle,
.widget-advantages.template-3 .widget-button:focus svg path,
.widget-advantages.template-3 .widget-button:focus svg circle{
    stroke: var(--dark-main-color);
}

@media all and (max-width: 1200px) {
    .widget-advantages.template-3 .widget-item-tips{
        display: block;
    }
    .widget-advantages.template-3 .widget-item-pictures{
        gap: 30px;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-3 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-3 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-3 .widget-header + .widget-content{
        margin-top: 46px;
    }
    .widget-advantages.template-3 .widget-item-pictures{
        gap: 30px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-3 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-3 .widget-item{
        padding: 0;
        background-color: transparent;
    }
    .widget-advantages.template-3 .widget-item-picture{
        background-color: #FAFBFE;
        border-radius: 4px;
        padding: 10px;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-3{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-3 .widget-header .widget-title{
        font-size: 2.6em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-3 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-3 .widget-header .widget-title{
        font-size: 1.75em;
        line-height: 112%;
    }
    .widget-advantages.template-3 .widget-header .widget-description{
        line-height: 124%;
    }
    .widget-advantages.template-3 .widget-header + .widget-content{
        margin-top: 30px;
    }
    .widget-advantages.template-3 .widget-item-pictures,
    .widget-advantages.template-3 .widget-items{
        gap: 20px;
    }
    .widget-advantages.template-3 .widget-item-pictures{
        flex-wrap: wrap;
        gap: 20px;
    }
    .widget-advantages.template-3 .widget-item,
    .widget-advantages.template-3 .widget-item[data-view='1'],
    .widget-advantages.template-3 .widget-item-picture-wrap{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .widget-advantages.template-3 .widget-button-wrap{
        margin-top: 26px;
    }
}