.widget-advantages.template-10{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-10 .widget-header{}
.widget-advantages.template-10 .widget-header .widget-title{
    font-size: 3.2em;
    font-weight: 700;
    line-height: 103%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-10 .widget-header .widget-title span{
    color: var(--main-color);
}
.widget-advantages.template-10 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 500;
    line-height: 130%;
    color: #626262;
    max-width: 518px;
    margin-top: 30px;
}
.widget-advantages.template-10 .widget-header + .widget-content{
    margin-top: clamp(36px, 8vw, 50px);
}
.widget-advantages.template-10 .widget-items{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 90px;
}
.widget-advantages.template-10 .widget-item{
    max-width: calc(33.3333% - 60px);
    flex: 0 0 calc(33.3333% - 60px);
}
.widget-advantages.template-10 .widget-item-name{
    font-size: 1.2em;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
}
.widget-advantages.template-10 .widget-item-icon{
    display: flex;
    height: 3.1em;
    aspect-ratio: 4 / 4;
    margin-bottom: clamp(6px, 1vw, 10px);
}
.widget-advantages.template-10 .widget-item-icon img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget-advantages.template-10 .widget-item-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #626262;
    margin-top: 1em;
}
.widget-advantages.template-10 .widget-item-name span.special,
.widget-advantages.template-10 .widget-item-description span.special{
    color: var(--main-color);
}
.widget-advantages.template-10 .widget-item-price{
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    margin-top: 24px;
}
.widget-advantages.template-10 .widget-item-button{
    display: inline-flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
    background-color: var(--main-color);
    border-radius: 30px;
    padding: 18px 38px;
    margin-top: 29px;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-10 .widget-item-button:hover,
.widget-advantages.template-10 .widget-item-button:focus{
    background-color: var(--dark-main-color);
}
.widget-advantages.template-10 .widget-item-picture{
    display: flex;
    width: fit-content;
    margin: 30px auto -55px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    box-shadow: -1px 3px 22px 0 #B7B7B729;
}
.widget-advantages.template-10 .widget-item-picture img{
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

@media all and (max-width: 1240px) {
    .widget-advantages.template-10 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-10 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-10 .widget-items{
        gap: 40px 45px;
    }
    .widget-advantages.template-10 .widget-item{
        max-width: calc(33.3333% - 30px);
        flex: 0 0 calc(33.3333% - 30px);
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-10{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-10 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-10 .widget-header .widget-title {
        font-size: 2.6em;
    }
    .widget-advantages.template-10 .widget-items{
        gap: 40px;
    }
    .widget-advantages.template-10 .widget-item{
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
    .widget-advantages.template-10 .widget-item-name{
        font-size: 1.25em;
    }
    .widget-advantages.template-10 .widget-item-icon{
        height: 2.5em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-10 .widget-header{
        gap: 14px 66px;
    }
    .widget-advantages.template-10 .widget-header .widget-title{
        font-size: 1.75em;
        line-height: 111%;
    }
    .widget-advantages.template-10 .widget-items{
        gap: 30px 40px;
    }
    .widget-advantages.template-10 .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-10 .widget-item-picture{
        margin: 30px auto -24px;
    }
    .widget-advantages.template-10 .widget-item-description{
        margin-top: 13px;
    }
    .widget-advantages.template-10 .widget-item-price{
        font-size: 18px;
        margin-top: 16px;
    }
    .widget-advantages.template-10 .widget-item-button{
        font-size: 16px;
        padding: 11px 30px;
        margin-top: 18px;
    }
}