.widget-advantages.template-8-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-advantages.template-8-1 .widget-header{}
.widget-advantages.template-8-1 .widget-header .widget-title{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 117%;
    color: #000000;
}
.widget-advantages.template-8-1 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 500;
    line-height: 130%;
    color: #626262;
    margin-top: 1.6em;
}
.widget-advantages.template-8-1 .widget-header + .widget-content{
    margin-top: clamp(34px, 6vw, 60px);
}
.widget-advantages.template-8-1 .widget-item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px 40px;
}
.widget-advantages.template-8-1 .widget-item-text{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-advantages.template-8-1 .widget-item-title{
    font-size: 1.6em;
    font-weight: 600;
    line-height: 126%;
    color: #000;
    margin-bottom: .8em;
}
.widget-advantages.template-8-1 .widget-item-description{
    font-size: 1em;
    font-weight: 500;
    line-height: 128%;
    color: #626262;
    margin-bottom: 1.6em;
}
.widget-advantages.template-8-1 .widget-item-price{
    font-size: 1.6em;
    font-weight: 700;
    line-height: 125%;
    color: #000;
    margin-bottom: .2em;
}
.widget-advantages.template-8-1 .widget-item-price-description{
    font-size: 1em;
    font-weight: 500;
    line-height: 132%;
    color: #626262;
    margin-bottom: 1em;
}
.widget-advantages.template-8-1 .widget-item-price-description b{
    font-size: 1.2em;
    font-weight: 600;
    color: var(--main-color, #000000);
}
.widget-advantages.template-8-1 .widget-item-picture{
    display: flex;
    max-width: 560px;
    flex: 0 0 50%;
}
.widget-advantages.template-8-1 .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.widget-advantages.template-8-1 .widget-item-button{
    display: inline-block;
    font-size: .85em;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    background-color: var(--main-color);
    white-space: nowrap;
    text-decoration: none;
    padding: 19px 34px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    text-transform: uppercase;

    transition: background-color .2s ease-out;
}
.widget-advantages.template-8-1 .widget-item-button:hover,
.widget-advantages.template-8-1 .widget-item-button:focus{
    background-color: var(--dark-main-color);
}

@media all and (max-width: 1240px) {
    .widget-advantages.template-8-1 .widget-item-picture{
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}
@media all and (max-width: 800px) {
    .widget-advantages.template-8-1{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-advantages.template-8-1 .widget-header .widget-title{
        font-size: 1.8em;
    }
    .widget-advantages.template-8-1 .widget-item{
        flex-wrap: wrap;
    }
    .widget-advantages.template-8-1 .widget-item-text,
    .widget-advantages.template-8-1 .widget-item-picture{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-8-1 .widget-item-text{
        max-width: 500px;
    }
    .widget-advantages.template-8-1 .widget-item-title{
        font-size: 1.5em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages.template-8-1 .widget-header .widget-title{
        line-height: 111%;
    }
    .widget-advantages.template-8-1 .widget-header .widget-description{
        margin-top: 16px;
    }
    .widget-advantages.template-8-1 .widget-item{
        gap: 12px 40px;
    }
    .widget-advantages.template-8-1 .widget-item-title {
        font-size: 1.4em;
    }
    .widget-advantages.template-8-1 .widget-item-picture{
        width: calc(100% + 13px);
    }
    .widget-advantages.template-8-1 .widget-item-picture img {
        aspect-ratio: 16 / 9.9;
    }
    .widget-advantages.template-8-1 .widget-item-button {
        font-size: .9375em;
        padding: 16px 32px;
    }
    .widget-advantages.template-8-1 .widget-item-text{
        max-width: 100%;
    }
}
