.widget-advantages.template-19{
    position: relative;
    overflow: hidden;
}
.widget-advantages.template-19 .widget-header{
    display: flex;
    align-items: flex-end;
    gap: 20px 40px;
}
.widget-advantages.template-19 .widget-header .widget-title{
    font-size: 64px;
    font-weight: 700;
    line-height: 104%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-19 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #626262;
    max-width: 344px;
}
.widget-advantages.template-19 .widget-header + .widget-content{
    margin-top: 50px;
}
.widget-advantages.template-19 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}
.widget-advantages.template-19 .widget-item{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: calc(33.3333% - 20px);
    flex: 0 0 calc(33.3333% - 20px);
}
.widget-advantages.template-19 .widget-item-icon{
    height: 38px;
    transform: translateY(4px);
}
.widget-advantages.template-19 .widget-item-icon svg{
    width: auto;
    height: 100%;
}
.widget-advantages.template-19 .widget-item-icon svg path,
.widget-advantages.template-19 .widget-item-icon svg circle{
    stroke: var(--main-color, #252525);
}
.widget-advantages.template-19 .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #626262;
}
.widget-advantages.template-19 .widget-button-wrap{
    display: flex;
    justify-content: center;
    margin-top: 46px;
}
.widget-advantages.template-19 .widget-button{
    display: inline-flex;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 34px;
    background-color: var(--main-color, #252525);
    border-radius: 4px;
    user-select: none;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-19 .widget-button:hover,
.widget-advantages.template-19 .widget-button:focus{
    background-color: var(--dark-main-color, #000000);
}
@media all and (max-width: 1600px) {
    .widget-advantages.template-19 .widget-header .widget-title{
        font-size: 60px;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-19 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-19 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 48px;
    }
    .widget-advantages.template-19 .widget-header + .widget-content{
        margin-top: 46px;
    }
    .widget-advantages.template-19 .widget-items{
        gap: 36px 30px;
    }
    .widget-advantages.template-19 .widget-item{
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-19 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-19 .widget-header .widget-title {
        font-size: 36px;
    }
    .widget-advantages.template-19 .widget-item-description{
        font-size: 18px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-19 .widget-header{
        gap: 14px 66px;
    }
    .widget-advantages.template-19 .widget-header .widget-title{
        font-size: 28px;
        line-height: 110%;
    }
    .widget-advantages.template-19 .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-advantages.template-19 .widget-header + .widget-content{
        margin-top: 25px;
    }
    .widget-advantages.template-19 .widget-items{
        gap: 25px 30px;
    }
    .widget-advantages.template-19 .widget-item{
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 100%;
        flex: 0 0 100%;
        gap: 14px;
    }
    .widget-advantages.template-19 .widget-item-description{
        font-size: 16px;
        line-height: 125%;
    }
    .widget-advantages.template-19 .widget-item-icon{
        height: 24px;
        transform: translateY(1px);
    }
    .widget-advantages.template-19 .widget-button-wrap{
        margin-top: 34px;
    }
    .widget-advantages.template-19 .widget-button{
        font-size: 14px;
        padding: 16px 32px;
    }
}