.widget-advantages.template-11-1{
    position: relative;
    overflow: hidden;
}
.widget-advantages.template-11-1 .widget-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px 72px;
}
.widget-advantages.template-11-1 .widget-header .widget-title{
    font-size: 64px;
    font-weight: 700;
    line-height: 102%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-11-1 .widget-header .widget-title span.special{
    color: var(--main-color);
}
.widget-advantages.template-11-1 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    max-width: 580px;
    transform: translateY(-5px);
}
.widget-advantages.template-11-1 .widget-header + .widget-content{
    margin-top: 50px;
}

.widget-advantages.template-11-1 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.widget-advantages.template-11-1 .widget-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(24px, 5vw, 60px);
    position: relative;
    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;
    height: auto;
}
.widget-advantages.template-11-1 .widget-item-wrapper{
    position: relative;
    padding: 40px 37px;
}
.widget-advantages.template-11-1 .widget-item:has(.widget-item-picture) .widget-item-wrapper{
    padding: 40px 37px 0;
}
.widget-advantages.template-11-1 .widget-item-name{
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-11-1 .widget-item-name span.special{
    color: var(--main-color);
}
.widget-advantages.template-11-1 .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
}
.widget-advantages.template-11-1 .widget-item-description b{
    font-weight: 800;
}
.widget-advantages.template-11-1 .widget-item-name + .widget-item-description{
    margin-top: 22px;
}
.widget-advantages.template-11-1 .widget-item-picture{
    display: flex;
    justify-content: center;
    width: 100%;
    flex: 1;
    padding: 0 0 0 37px;
}
.widget-advantages.template-11-1 .widget-item-picture img{
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(-1px 3px 22px rgba(183, 183, 183, 0.16));
}
.widget-advantages.template-11-1 .widget-button-wrap{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.widget-advantages.template-11-1 .widget-button{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--main-color);
    text-decoration: none;

    transition: color .2s ease-out;
}
.widget-advantages.template-11-1 .widget-button:hover,
.widget-advantages.template-11-1 .widget-button:focus{
    color: var(--dark-main-color);
}
.widget-advantages.template-11-1 .widget-button svg path,
.widget-advantages.template-11-1 .widget-button svg circle{
    stroke: var(--main-color);

    transition: stroke .2s ease-out;
}
.widget-advantages.template-11-1 .widget-button:hover svg path,
.widget-advantages.template-11-1 .widget-button:hover svg circle,
.widget-advantages.template-11-1 .widget-button:focus svg path,
.widget-advantages.template-11-1 .widget-button:focus svg circle{
    stroke: var(--dark-main-color);
}
.widget-advantages.template-11-1 .widget-pagination{
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}
.widget-advantages.template-11-1 .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-11-1 .widget-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #252525;
}

@media all and (min-width: 1001px) {
    .widget-advantages.template-11-1 .widget-item-picture img{
        object-fit: contain !important;
    }
}

@media all and (max-width: 1600px) {
    .widget-advantages.template-11-1 .widget-header .widget-title{
        font-size: 60px;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-11-1 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-11-1 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 48px;
    }
    .widget-advantages.template-11-1 .widget-header .widget-description{
        transform: none;
    }
    .widget-advantages.template-11-1 .widget-header + .widget-content{
        margin-top: 46px;
    }

    .widget-advantages.template-11-1 .widget-item-name{
        font-size: 28px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-11-1 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-11-1 .widget-header .widget-title {
        font-size: 36px;
    }
    .widget-advantages.template-11-1 .widget-header .widget-description br{
        display: none;
    }
    .widget-advantages.template-11-1 .widget-items{
        width: calc(100% + 32px);
        margin: 0 -16px;
        padding: 0 16px;
    }
    .widget-advantages.template-11-1 .widget-item{
        max-width: 420px;
        flex: 0 0 100%;
    }
    .widget-advantages.template-11-1 .widget-item-wrapper{
        padding: 24px;
    }
    .widget-advantages.template-11-1 .widget-item:has(.widget-item-picture) .widget-item-wrapper{
        padding: 24px 24px 0;
    }
    .widget-advantages.template-11-1 .widget-item-name {
        font-size: 24px;
    }
    .widget-advantages.template-11-1 .widget-item-description {
        font-size: 18px;
    }
    .widget-advantages.template-11-1 .widget-item-name + .widget-item-description{
        margin-top: 18px;
    }
    .widget-advantages.template-11-1 .widget-item-picture{
        padding: 0 0 0 24px;
    }
    .widget-advantages.template-11-1 .widget-pagination{
        display: flex;
    }
    .widget-advantages.template-11-1 .widget-button-wrap{
        display: none;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-11-1 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-11-1 .widget-header .widget-title{
        font-size: 28px;
        line-height: 112%;
    }
    .widget-advantages.template-11-1 .widget-header .widget-description{
        font-size: 16px;
        line-height: 124%;
    }
    .widget-advantages.template-11-1 .widget-header + .widget-content{
        margin-top: 30px;
    }
    .widget-advantages.template-11-1 .widget-item{
        max-width: 344px;
    }
    .widget-advantages.template-11-1 .widget-item-name{
        font-size: 20px;
        line-height: 114%;
    }
    .widget-advantages.template-11-1 .widget-item-description{
        font-size: 16px;
    }
    .widget-advantages.template-11-1 .widget-item-name + .widget-item-description{
        margin-top: 14px;
    }
    .widget-advantages.template-11-1 .widget-item-picture img{
        object-fit: cover;
    }
    .widget-advantages.template-11-1 .widget-button-wrap{
        margin-top: 26px;
    }
    .widget-advantages.template-11-1 .widget-button{
        font-size: 16px;
        gap: 17px;
    }
    .widget-advantages.template-11-1 .widget-button svg{
        width: 43px;
        height: 43px;
    }
    .widget-advantages.template-11-1 .widget-pagination{
        gap: 4px;
        margin-top: 15px;
    }
    .widget-advantages.template-11-1 .widget-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
    }
}
