.widget-advantages.template-6{
    position: relative;
    overflow: hidden;
}
.widget-advantages.template-6 .widget-header{}
.widget-advantages.template-6 .widget-header .widget-title{
    font-size: 64px;
    font-weight: 700;
    line-height: 103%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-6 .widget-header .widget-title span{
    color: var(--main-color);
}
.widget-advantages.template-6 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #626262;
    max-width: 518px;
    margin-top: 30px;
}
.widget-advantages.template-6 .widget-header + .widget-content{
    margin-top: 56px;
}
.widget-advantages.template-6 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.widget-advantages.template-6 .widget-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
    padding: 57px 50px 40px;
}
.widget-advantages.template-6 .widget-item-text{

}
.widget-advantages.template-6 .widget-item-name{
    font-size: 32px;
    font-weight: 700;
    line-height: 118%;
    color: #000000;
}
.widget-advantages.template-6 .widget-item-name span.special{
    color: var(--main-color);
}
.widget-advantages.template-6 .widget-item-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #000000;
    margin-top: 39px;
}
.widget-advantages.template-6 .widget-item-description b{
    font-weight: 700;
}
.widget-advantages.template-6 .widget-item-price{
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin-top: 37px;
}
.widget-advantages.template-6 .widget-item-button{
    display: inline-flex;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    background-color: var(--main-color);
    border-radius: 4px;
    padding: 18px 28px;
    margin-top: 16px;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-6 .widget-item-button:hover,
.widget-advantages.template-6 .widget-item-button:focus{
    background-color: var(--dark-main-color);
}
.widget-advantages.template-6 .widget-item-picture{
    display: flex;
    width: fit-content;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
}
.widget-advantages.template-6 .widget-item-picture img{
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(-1px 3px 22px #B7B7B729);
}
@media all and (max-width: 1600px) {
    .widget-advantages.template-6 .widget-header .widget-title{
        font-size: 60px;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-6 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-6 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 48px;
    }
    .widget-advantages.template-6 .widget-item-name{
        font-size: 28px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-6 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-6 .widget-header .widget-title {
        font-size: 36px;
    }
    .widget-advantages.template-6 .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 800px) {

}
@media all and (max-width: 600px) {
    .widget-advantages.template-6 .widget-header{
        gap: 14px 66px;
    }
    .widget-advantages.template-6 .widget-header .widget-title{
        font-size: 28px;
        line-height: 111%;
    }
    .widget-advantages.template-6 .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-advantages.template-6 .widget-header + .widget-content{
        margin-top: 30px;
    }
    .widget-advantages.template-6 .widget-item{
        padding: 24px;
    }
    .widget-advantages.template-6 .widget-item-picture{
        margin: 0 auto;
    }
    .widget-advantages.template-6 .widget-item-name{
        font-size: 20px;
    }
    .widget-advantages.template-6 .widget-item-description{
        font-size: 16px;
        margin-top: 16px;
    }
    .widget-advantages.template-6 .widget-item-price{
        font-size: 18px;
        margin-top: 16px;
    }
    .widget-advantages.template-6 .widget-item-button{
        font-size: 14px;
        padding: 16px 32px;
        margin-top: 24px;
    }
}