.widget-advantages.template-21{
    position: relative;
    overflow: hidden;
}
.widget-advantages.template-21 .widget-about-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 30px 40px;
    padding: 98px 20px 90px 80px;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
}
.widget-advantages.template-21 .widget-header{
    position: relative;
    z-index: 1;
    max-width: calc(44% - 20px);
    flex: 0 0 calc(44% - 20px);
}
.widget-advantages.template-21 .widget-header .widget-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 116%;
    color: #000000;
}
.widget-advantages.template-21 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    margin-top: 17px;
}
.widget-advantages.template-21 .widget-header .widget-description p{
    margin-bottom: clamp(16px, 3vw, 20px);
}
.widget-advantages.template-21 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-21 .widget-header .widget-under-description{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    color: #000000;
    margin-top: 35px;
}

.widget-advantages.template-21 .widget-header .widget-button-wrap{
    margin-top: 40px;
}
.widget-advantages.template-21 .widget-header .widget-under-description + .widget-button-wrap{
    margin-top: 29px;
}
.widget-advantages.template-21 .widget-header .widget-button{
    display: inline-flex;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 32px;
    background-color: var(--main-color, #252525);
    border-radius: 4px;
    user-select: none;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-21 .widget-header .widget-button:hover,
.widget-advantages.template-21 .widget-header .widget-button:focus{
    background-color: var(--dark-main-color, #000000);
}

.widget-advantages.template-21 .widget-content{
    align-self: flex-end;
}
.widget-advantages.template-21 .widget-picture{
    display: flex;
    margin-top: -60px;
    margin-bottom: -90px;
}
.widget-advantages.template-21 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media all and (max-width: 1240px) {
    .widget-advantages.template-21 .widget-header .widget-title{
        font-size: 38px;
    }
    .widget-advantages.template-21 .widget-about-wrapper{
        padding: 60px 20px 60px 40px;
    }
    .widget-advantages.template-21 .widget-picture{
        margin-top: -40px;
        margin-bottom: -60px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-21 .widget-about-wrapper{
        flex-wrap: wrap;
    }
    .widget-advantages.template-21 .widget-header,
    .widget-advantages.template-21 .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-21 .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-advantages.template-21 .widget-header .widget-description{
        margin-top: 22px;
    }
    .widget-advantages.template-21 .widget-about-wrapper{
        padding: 32px 32px 0;
    }
    .widget-advantages.template-21 .widget-picture{
        justify-content: center;
        margin-bottom: 0;
        margin-top: 0;
        overflow: hidden;
    }
    .widget-advantages.template-21 .widget-picture img{
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .widget-advantages.template-21 .widget-header .widget-button-wrap {
        margin-top: 38px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-21 .widget-header .widget-title{
        font-size: 28px;
        line-height: 110%;
    }
    .widget-advantages.template-21 .widget-header .widget-description{
        font-size: 16px;
        margin-top: 22px;
        line-height: 125%;
    }
    .widget-advantages.template-21 .widget-header .widget-under-description{
        font-size: 13px;
        margin-top: 10px;
        font-weight: 500;
    }
    .widget-advantages.template-21 .widget-picture{}
    .widget-advantages.template-21 .widget-picture img{}
    .widget-advantages.template-21 .widget-header .widget-button-wrap{
        margin-top: 24px;
    }
    .widget-advantages.template-21 .widget-header .widget-under-description + .widget-button-wrap{
        margin-top: 15px;
    }
    .widget-advantages.template-21 .widget-header .widget-button{
        font-size: 14px;
        padding: 16px 32px;
    }
}
