.widget-advantages.template-14{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-14 .widget-header{
    display: flex;
    align-items: flex-end;
    gap: 20px 40px;
}
.widget-advantages.template-14 .widget-header .widget-title{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 102%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-14 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #626262;
    max-width: 518px;
    margin-bottom: 9px;
}
.widget-advantages.template-14 .widget-header + .widget-content{
    margin-top: 50px;
}
.widget-advantages.template-14 .widget-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px 60px;
}
.widget-advantages.template-14 .widget-item{
    max-width: 460px;
    flex: 0 0 calc(50% - 30px);
}
.widget-advantages.template-14 .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
}
.widget-advantages.template-14 .widget-item-description span.special{
    color: var(--main-color);
}
.widget-advantages.template-14 .widget-pictures{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    overflow: visible;
}
.widget-advantages.template-14 .widget-picture{
    display: flex;
    overflow: hidden;
    max-width: calc(33.3333% - 20px);
    flex: 0 0 calc(33.3333% - 20px);
    /*cursor: pointer;*/
    opacity: 0;
    pointer-events: none;

    transition: filter .2s ease-out, opacity .2s ease-out;
}
.widget-advantages.template-14 .widget-picture.swiper-slide-active,
.widget-advantages.template-14 .widget-picture.swiper-slide-active + .widget-picture,
.widget-advantages.template-14 .widget-picture.swiper-slide-active + .widget-picture + .widget-picture{
    opacity: 1;
    pointer-events: all;
}
.widget-advantages.template-14 .widget-picture:hover{
    filter: drop-shadow(-1px 3px 22px rgba(183, 183, 183, .16));
}
.widget-advantages.template-14 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.widget-advantages.template-14 .widget-pagination{
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}
.widget-advantages.template-14 .widget-pagination[data-active='true']{
    display: flex;
}
.widget-advantages.template-14 .widget-pagination .swiper-pagination-bullet{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    opacity: 1;
    border-radius: 50%;
    background-color: #D8D8D8;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-14 .widget-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #252525;
}
@media all and (max-width: 1600px) {
    .widget-advantages.template-14 .widget-header + .widget-content {
        margin-top: 38px;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-14 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-14 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-14 .widget-item-description br{
        display: none;
    }
    .widget-advantages.template-14 .widget-pictures{
        width: calc(100% + 32px);
        margin: 46px -16px 0;
        padding: 0 16px;
        gap: 24px;
    }
    .widget-advantages.template-14 .widget-picture{
        max-width: calc(33.3333% - 16px);
        flex: 0 0 calc(33.3333% - 16px);
        opacity: 1;
        pointer-events: all;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-14 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-14 .widget-header + .widget-content{
        margin-top: 28px;
    }
    .widget-advantages.template-14 .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-14 .widget-pictures{
        margin: 38px -16px 0;
    }
    .widget-advantages.template-14 .widget-picture{
        max-width: 320px;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-14 .widget-header{
        gap: 14px 66px;
    }
    .widget-advantages.template-14 .widget-header .widget-title{
        font-size: 1.8em;
        line-height: 110%;
    }
    .widget-advantages.template-14 .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-advantages.template-14 .widget-header + .widget-content{
        margin-top: 20px;
    }
    .widget-advantages.template-14 .widget-items{
        gap: 15px 60px;
    }
    .widget-advantages.template-14 .widget-item-description{
        font-size: 16px;
        line-height: 125%;
    }
    .widget-advantages.template-14 .widget-pagination{
        gap: 4px;
        margin-top: 20px;
    }
    .widget-advantages.template-14 .widget-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
    }
}