.widget-advantages.template-21-7{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.4vw, 20px);
}
.widget-advantages.template-21-7 .widget-template-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 1.5em 2em;
    padding: 2.5em 3em;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
}
.widget-advantages.template-21-7.bottom .widget-template-wrapper{ 
	padding: 1em 3em;
    align-items: center;
}
.widget-advantages.template-21-7 .widget-header{
    position: relative;
    z-index: 1;
    flex: 1 0 calc(60% - 1em);
}
.widget-advantages.template-21-7 .widget-header .widget-title{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 116%;
    color: #000000;
}
.widget-advantages.template-21-7 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
}
.widget-advantages.template-21-7 .widget-header .widget-title + .widget-description{
    margin-top: 1.5em;
}
.widget-advantages.template-21-7 .widget-header .widget-description p{
    margin-bottom: 1em;
}
.widget-advantages.template-21-7 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-advantages.template-21-7 .widget-header .widget-button-wrap{
    margin-top: 2em;
}
.widget-advantages.template-21-7 .widget-header .widget-under-description + .widget-button-wrap{
    margin-top: 1.5em;
}
.widget-advantages.template-21-7 .widget-header .widget-button{
    display: inline-flex;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 2em;
    background-color: var(--main-color, #252525);
    border-radius: 4px;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-21-7 .widget-header .widget-button:hover,
.widget-advantages.template-21-7 .widget-header .widget-button:focus{
    background-color: var(--dark-main-color, #000000);
}
.widget-advantages.template-21-7 .widget-content{
    align-self: flex-end;
    flex: 0 0 calc(36% - 1em);
}
.widget-advantages.template-21-7 .widget-picture{
    display: flex;
}
.widget-advantages.template-21-7.bottom .widget-picture {
   margin-right: -3em;
   margin-bottom: -1em;
}
.widget-advantages.template-21-7 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-21-7 .widget-header .widget-title br,
    .widget-advantages.template-21-7 .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-21-7{
        font-size: clamp(16px, 2.8vw, 20px);
    }
    .widget-advantages.template-21-7 .widget-template-wrapper{
        flex-wrap: wrap;
        padding: 2em;
    }
    .widget-advantages.template-21-7 .widget-header,
    .widget-advantages.template-21-7 .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-21-7 .widget-picture{
        max-width: 70%;
        margin: 0 auto;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-21-7 .widget-template-wrapper{
        padding: 32px;
    }
    .widget-advantages.template-21-7 .widget-header .widget-title{
        font-size: 1.4375em;
        line-height: 120%;
    }
    .widget-advantages.template-21-7 .widget-picture{
        max-width: none;
    }
}
