.widget-advantages.template-21-4{
    position: relative;
    overflow: hidden;
}
.widget-advantages.template-21-4 .widget-about-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 30px 40px;
    padding: 55px 58px 55px 82px;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
}
.widget-advantages.template-21-4 .widget-header{
    position: relative;
    z-index: 1;
    max-width: calc(60% - 20px);
    flex: 1 0 calc(50% - 20px);
}
.widget-advantages.template-21-4 .widget-about-wrapper:has(.widget-picture) .widget-header{
    margin-top: 26px;
}
.widget-advantages.template-21-4 .widget-header .widget-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 116%;
    color: #000000;
}
.widget-advantages.template-21-4 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    margin-top: 29px;
}
.widget-advantages.template-21-4 .widget-header .widget-description p{
    margin-bottom: clamp(16px, 6vw, 20px);
}
.widget-advantages.template-21-4 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-21-4 .widget-header .widget-under-description{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    color: #252525;
    margin-top: 35px;
}

.widget-advantages.template-21-4 .widget-header .widget-button-wrap{
    margin-top: 59px;
}
.widget-advantages.template-21-4 .widget-header .widget-under-description + .widget-button-wrap{
    margin-top: 29px;
}
.widget-advantages.template-21-4 .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 34px;
    background-color: var(--main-color, #252525);
    border-radius: 4px;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-21-4 .widget-header .widget-button:hover,
.widget-advantages.template-21-4 .widget-header .widget-button:focus{
    background-color: var(--dark-main-color, #000000);
}

.widget-advantages.template-21-4 .widget-content{
    align-self: flex-end;
}
.widget-advantages.template-21-4 .widget-picture{
    display: flex;
}
.widget-advantages.template-21-4 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media all and (max-width: 1240px) {
    .widget-advantages.template-21-4 .widget-about-wrapper{
        padding: 50px 40px;
    }
    .widget-advantages.template-21-4 .widget-header .widget-title{
        font-size: 38px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-21-4 .widget-about-wrapper{
        flex-wrap: wrap;
        padding: 50px 32px;
    }
    .widget-advantages.template-21-4 .widget-header,
    .widget-advantages.template-21-4 .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-21-4 .widget-content{
        margin-top: -60px;
    }
    .widget-advantages.template-21-4 .widget-about-wrapper:has(.widget-picture) .widget-header{
        margin-top: 0;
    }
    .widget-advantages.template-21-4 .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-advantages.template-21-4 .widget-header .widget-description{
        margin-top: 22px;
        max-width: 74%;
    }
    .widget-advantages.template-21-4 .widget-header .widget-description br{
        display: none;
    }
    .widget-advantages.template-21-4 .widget-picture{
        justify-content: center;
        overflow: hidden;
    }
    .widget-advantages.template-21-4 .widget-picture img{
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 260px !important;
    }
    .widget-advantages.template-21-4 .widget-header .widget-button-wrap {
        margin-top: 38px;
    }
    .widget-advantages.template-21-4 .widget-header .widget-button{
        font-size: 16px;
    }
    .widget-advantages.template-21-4 .widget-picture{
        justify-content: flex-end;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-21-4 .widget-about-wrapper{
        padding: 32px;
    }
    .widget-advantages.template-21-4 .widget-header .widget-title{
        font-size: 23px;
        line-height: 120%;
    }
    .widget-advantages.template-21-4 .widget-header .widget-description{
        font-size: 16px;
        margin-top: 14px;
        line-height: 132%;
        max-width: 100%;
    }
    .widget-advantages.template-21-4 .widget-header .widget-under-description{
        font-size: 13px;
        margin-top: 10px;
    }
    .widget-advantages.template-21-4 .widget-header .widget-button-wrap{
        margin-top: 31px;
    }
    .widget-advantages.template-21-4 .widget-header .widget-under-description + .widget-button-wrap{
        margin-top: 15px;
    }
    .widget-advantages.template-21-4 .widget-header .widget-button{
        font-size: 14px;
        padding: 14px 28px;
    }
    .widget-advantages.template-21-4 .widget-content{
        margin-top: 0;
    }
    .widget-advantages.template-21-4 .widget-picture img{
        max-height: none;
    }
}
