.widget-banner.template-2{
    position: relative;
    overflow: hidden;
    padding: 251px 0 58px;
    background-color: #0C0818;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: clamp(16px, 1.28vw, 20px);
}
.widget-banner.template-2 .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.4em 2em;
}
.widget-banner.template-2 .widget-header .widget-container-left{
    flex: 1 0 calc(50% - 1em);
}
.widget-banner.template-2 .widget-header .widget-container-right{
    max-width: calc(50% - 1em);
    flex: 0 0 calc(50% - 1em);
}
.widget-banner.template-2 .widget-header .widget-registry{
    position: relative;
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
    margin-bottom: 1.15em;
}
.widget-banner.template-2 .widget-header .widget-registry a{
    color: #ffffff;
    border-bottom: 1px solid;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner.template-2 .widget-header .widget-registry a:hover,
.widget-banner.template-2 .widget-header .widget-registry a:focus{
    opacity: .8;
}
.widget-banner.template-2 .widget-header .widget-registry svg{
    display: inline-flex;
    margin-left: 1em;
    margin-bottom: -12px;
    width: 2em;
    height: auto;
}
.widget-banner.template-2 .widget-header .widget-title{
    font-size: 2.2em;
    font-weight: 600;
    line-height: 112%;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-banner.template-2 .widget-header .widget-title .special{
    color: var(--banner-main-color);
}
.widget-banner.template-2 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 600;
    line-height: 130%;
    color: #ffffff;
    margin-top: 10px;
}
.widget-banner.template-2 .widget-header .widget-advantages{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 32px;
}
.widget-banner.template-2 .widget-header .widget-advantage{
    position: relative;
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    padding-left: 27px;
}
.widget-banner.template-2 .widget-header .widget-advantage:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(6px);
    width: 10px;
    height: 10px;
    background-color: var(--banner-main-color);
    border-radius: 50%;
}
.widget-banner.template-2 .widget-header .widget-advantage-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #ffffff;
}
.widget-banner.template-2 .widget-header .widget-price-content{
    display: flex;
    align-items: flex-end;
    gap: 2em;
    margin-top: 1.6em;
}
.widget-banner.template-2 .widget-header .widget-price-content-wrapper{
    display: flex;
    align-items: flex-end;
    gap: .6em 1.2em;
}
.widget-banner.template-2 .widget-header .widget-price{
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
}
.widget-banner.template-2 .widget-header .widget-old-price{
    font-size: .9em;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFFCC;
    text-decoration: line-through;
    white-space: nowrap;
    transform: translateY(-4px);
}
.widget-banner.template-2 .widget-header .widget-timer{
    display: flex;
    align-items: center;
    gap: .4em;
    /* transform: translateY(-6px); */
    background-color: #FBCD56;
    padding: .35em .7em;
    border-radius: 4px;
}
.widget-banner.template-2 .widget-header .widget-timer .widget-items{
    display: flex;
    gap: 5px;
}
.widget-banner.template-2 .widget-header .widget-timer .widget-item{
    display: flex;
}
.widget-banner.template-2 .widget-header .widget-timer .widget-item-time,
.widget-banner.template-2 .widget-header .widget-timer .widget-item-description,
.widget-banner.template-2 .widget-header .widget-timer .widget-item-separator{
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    color: #000000;
}
.widget-banner.template-2 .widget-header .widget-installment{
    display: flex;
    gap: 8px;
    margin-top: 1.3em;
}
.widget-banner.template-2 .widget-header .widget-installment-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    background-color: #FFCD1A;
    border-radius: 50%;
}
.widget-banner.template-2 .widget-header .widget-installment-text{
    font-size: 1em;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    margin-top: 0;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner.template-2 .widget-header .widget-installment-text svg{
    display: inline-flex;
}
.widget-banner.template-2 .widget-header .widget-installment-text:hover{
    opacity: .8;
}
.widget-banner.template-2 .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6em;
    margin-top: 2.2em;
}
.widget-banner.template-2 .widget-header .widget-button{
    cursor: pointer;
    text-decoration: none;
    font-size: .9em;
    color: var(--banner-main-color, #000000);
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
    border-radius: 4px;
    padding: 1em 2em;

    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.widget-banner.template-2 .widget-header .widget-button[data-view='1']{
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    white-space: nowrap;
}
.widget-banner.template-2 .widget-header .widget-button[data-view='1']:hover,
.widget-banner.template-2 .widget-header .widget-button[data-view='1']:focus{
    background-color: transparent;
    color: #ffffff;
}
.widget-banner.template-2 .widget-header .widget-button[data-view='2']{
    text-wrap: balance;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    white-space: nowrap;
}
.widget-banner.template-2 .widget-header .widget-button[data-view='2']:hover,
.widget-banner.template-2 .widget-header .widget-button[data-view='2']:focus{
    background-color: transparent;
    color: #ffffff;
}
.widget-banner.template-2 .widget-header .widget-picture{
    position: relative;
    display: flex;
    width: 100%;
    user-select: none;
}
.widget-banner.template-2 .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}
.widget-banner.template-2 .widget-content{
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 4.4em;
}
.widget-banner.template-2 .widget-content .widget-items{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3em;
}
.widget-banner.template-2 .widget-content .widget-item{
    /*max-width: calc(33.3333% - 40px);*/
    /*flex: 0 0 calc(33.3333% - 40px);*/
    min-width: 130px;
}
.widget-banner.template-2 .widget-content .widget-item.redactions{
    max-width: 360px;
}
.widget-banner.template-2 .widget-content .widget-item-title{
    font-size: 1.2em;
    font-weight: 700;
    line-height: 124%;
    color: #ffffff;
}
.widget-banner.template-2 .widget-content .widget-item-title span{
    font-size: .75em;
    text-transform: uppercase;
}
.widget-banner.template-2 .widget-content .widget-item-title svg{
    transform: translateY(3px);
    width: 1em;
    height: auto;
}
.widget-banner.template-2 .widget-content .widget-item-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 118%;
    color: #ffffff;
    margin-top: .8em;
}
.widget-banner.template-2 .widget-content .widget-redactions{
    display: flex;
    flex-wrap: wrap;
    gap: .6em .5em;
    margin-top: .8em;
}
.widget-banner.template-2 .widget-content .widget-redaction{
    font-size: .7em;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    padding: .6em 1.2em;
}

@media all and (max-width: 1000px) {
    .widget-banner.template-2 .widget-header{
        flex-wrap: wrap;
    }
    .widget-banner.template-2 .widget-header .widget-container-left{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner.template-2 .widget-header .widget-container-right{
        display: none;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner.template-2 .widget-header .widget-description,
    .widget-banner.template-2 .widget-header .widget-advantages{
        max-width: 500px;
    }
}
@media all and (max-width: 980px) {
    .widget-banner.template-2{
        padding: 120px 0 40px;
    }
}
@media all and (max-width: 800px) {
    .widget-banner.template-2 {
        font-size: clamp(16px, 2.6vw, 20px);
    }
    .widget-banner.template-2 .widget-content .widget-items{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2em;
    }
    .widget-banner.template-2 .widget-content .widget-item{
        max-width: 100%;
        flex: 1 0 calc(33.3333% - 1.3333em);
    }
    .widget-banner.template-2 .widget-content .widget-item.installations{
        order: 1;
    }
    .widget-banner.template-2 .widget-content .widget-item.installment{
        order: 3;
    }
    .widget-banner.template-2 .widget-content .widget-item.version{
        order: 2;
    }
    .widget-banner.template-2 .widget-content .widget-item.redactions{
        max-width: 100%;
        flex: 0 0 100%;
        order: 4;
    }

}
@media all and (max-width: 600px) {
    .widget-banner.template-2 {
        padding: 107px 0 49px;
    }
    .widget-banner.template-2 .widget-header .widget-container-left{
        order: 2;
    }
    .widget-banner.template-2 .widget-header .widget-container-right{
        display: block;
        order: 1;
    }
    .widget-banner.template-2 .widget-header .widget-title{
        font-size: 32px;
    }
    .widget-banner.template-2 .widget-header .widget-description{
        font-size: 19px;
    }
    .widget-banner.template-2 .widget-header .widget-registry{
        font-size: 13px;
        margin-bottom: 18px;
    }
    .widget-banner.template-2 .widget-header .widget-registry svg{
        width: 29px;
        margin-left: 9px;
    }
    .widget-banner.template-2 .widget-header .widget-advantages{
        gap: 10px 30px;
    }
    .widget-banner.template-2 .widget-header .widget-advantage{
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 16px;
    }
    .widget-banner.template-2 .widget-header .widget-advantage:after{
        width: 7px;
        height: 7px;
    }
    .widget-banner.template-2 .widget-header .widget-advantage-description{
        font-size: 13px;
        letter-spacing: 0;
    }
    .widget-banner.template-2 .widget-header .widget-price-content{
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 44px;
        gap: 18px 44px;
    }
    .widget-banner.template-2 .widget-header .widget-price-content-wrapper{
        flex-wrap: wrap;
        max-width: min-content;
    }
    .widget-banner.template-2 .widget-header .widget-price {
        font-size: 24px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner.template-2 .widget-header .widget-old-price{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner.template-2 .widget-header .widget-timer{
        transform: none;
    }
    .widget-banner.template-2 .widget-header .widget-timer .widget-item-time,
    .widget-banner.template-2 .widget-header .widget-timer .widget-item-description,
    .widget-banner.template-2 .widget-header .widget-timer .widget-item-separator {
        font-size: 20px;
    }
    .widget-banner.template-2 .widget-header .widget-installment{
        margin-top: 21px;
        gap: 10px;
    }
    .widget-banner.template-2 .widget-header .widget-installment-text{
        font-size: 16px;
        margin-top: 0;
    }
    .widget-banner.template-2 .widget-header .widget-installment-icon{
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
    }
    .widget-banner.template-2 .widget-header .widget-installment-icon svg{
        width: calc(100% - 12px);
        height: auto;
    }
    .widget-banner.template-2 .widget-header .widget-buttons{
        margin-top: 30px;
        gap: 14px 18px;
    }
    .widget-banner.template-2 .widget-header .widget-button[data-view='1'],
    .widget-banner.template-2 .widget-header .widget-button[data-view='2']{
        font-size: 15px;
        width: 100%;
        flex: 1;
        padding: 16px 32px;
    }
    .widget-banner.template-2 .widget-content{
        margin-top: 46px;
    }
    .widget-banner.template-2 .widget-content .widget-item-title{
        font-size: 18px;
    }
    .widget-banner.template-2 .widget-content .widget-item-description{
        font-size: 14px;
        margin-top: 9px;
    }
    .widget-banner.template-2 .widget-content .widget-items {
        gap: 37px 30px;
    }
    .widget-banner.template-2 .widget-content .widget-redactions{
        margin-top: 26px;
    }
}