.widget-advantages.template-13{
    position: relative;
    overflow: hidden;
}
.widget-advantages.template-13 .widget-header{}
.widget-advantages.template-13 .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-13 .widget-header .widget-title span{
    color: var(--main-color);
}
.widget-advantages.template-13 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #626262;
    max-width: 518px;
    margin-top: 30px;
}
.widget-advantages.template-13 .widget-header + .widget-content{
    margin-top: 50px;
}
.widget-advantages.template-13 .widget-items{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    overflow: visible;
}
.widget-advantages.template-13 .widget-item{
    display: block;
    position: relative;
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
    padding: 57px 52px 0;
    opacity: 0;
    pointer-events: none;
    height: auto;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-advantages.template-13 .widget-item.swiper-slide-active,
.widget-advantages.template-13 .widget-item.swiper-slide-active + .widget-item{
    opacity: 1;
    pointer-events: all;
}
.widget-advantages.template-13 .widget-item-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 38px;
    height: 100%;
}
.widget-advantages.template-13 .widget-item-name{
    font-size: 27px;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
    text-transform: uppercase;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-13 .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    color: #5B5B5B;
    margin-top: 22px;
}
.widget-advantages.template-13 .widget-item-description b{
    font-weight: 800;
}
.widget-advantages.template-13 .widget-item-button{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--main-color, #000000);
    white-space: nowrap;
    margin-top: 24px;
}
.widget-advantages.template-13 .widget-item-button svg path{
    fill: var(--main-color, #000000);
}
.widget-advantages.template-13 .widget-item-picture{
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.widget-advantages.template-13 .widget-item-picture img{
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.widget-advantages.template-13 .widget-pagination{
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}
.widget-advantages.template-13 .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-13 .widget-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #252525;
}
.widget-advantages.template-13 .widget-navigation{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 16px;
}
.widget-advantages.template-13 .widget-navigation:has(.widget-nav.swiper-button-lock){
    display: none;
}
.widget-advantages.template-13 .widget-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FAFBFE;
    cursor: pointer;
    user-select: none;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-13 .widget-nav:hover{
    background-color: #F7F7F9;
}
.widget-advantages.template-13 .widget-nav svg{
    width: 10px;
    height: auto;
}
.widget-advantages.template-13 .widget-nav svg path{
    transition: stroke .2s ease-out;
}
.widget-advantages.template-13 .widget-nav:hover svg path{
    stroke: #252525;
}
.widget-advantages.template-13 .widget-nav.swiper-button-disabled{
    pointer-events: none;
    cursor: default;
    background-color: transparent;
}
@media all and (max-width: 1600px) {
    .widget-advantages.template-13 .widget-header .widget-title{
        font-size: 60px;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-13 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-13 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 48px;
    }
    .widget-advantages.template-13 .widget-item-name{
        font-size: 28px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-13 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-13 .widget-header .widget-title {
        font-size: 36px;
    }
    .widget-advantages.template-13 .widget-header + .widget-content{
        margin-top: 46px;
    }
    .widget-advantages.template-13 .widget-items{
        width: calc(100% + 32px);
        margin: 0 -16px;
        padding: 0 16px;
        overflow: hidden;
    }
    .widget-advantages.template-13 .widget-item{
        max-width: 420px;
        flex: 0 0 100%;
        padding: 36px 34px 0;
        opacity: 1;
        pointer-events: all;
    }
    .widget-advantages.template-13 .widget-item-name {
        font-size: 24px;
    }
    .widget-advantages.template-13 .widget-item-description {
        font-size: 18px;
        margin-top: 13px;
    }
    .widget-advantages.template-13 .widget-item-button{
        font-size: 18px;
        margin-top: 18px;
    }
    .widget-advantages.template-13 .widget-item-button svg{
        width: 20px;
        height: auto;
    }
    .widget-advantages.template-13 .widget-item-picture{}
    .widget-advantages.template-13 .widget-pagination{
        display: flex;
    }
    .widget-advantages.template-13 .widget-navigation{
        display: none;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-13 .widget-header{
        gap: 14px 66px;
    }
    .widget-advantages.template-13 .widget-header .widget-title{
        font-size: 28px;
        line-height: 111%;
    }
    .widget-advantages.template-13 .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-advantages.template-13 .widget-header + .widget-content{
        margin-top: 34px;
    }
    .widget-advantages.template-13 .widget-item{
        max-width: 344px;
    }
    .widget-advantages.template-13 .widget-item-wrapper{
        gap: 18px 38px;
    }
    .widget-advantages.template-13 .widget-item-name{
        font-size: 20px;
        line-height: 114%;
    }
    .widget-advantages.template-13 .widget-item-description{
        font-size: 16px;
        margin-top: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .widget-advantages.template-13 .widget-item-button{
        font-size: 16px;
        margin-top: 12px;
    }
    .widget-advantages.template-13 .widget-item-button svg{
        width: 18px;
        height: auto;
    }
    .widget-advantages.template-13 .widget-pagination{
        gap: 4px;
        margin-top: 20px;
    }
    .widget-advantages.template-13 .widget-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
    }
}