.widget-banner.template-1{
    position: relative;
    overflow: hidden;
    padding: 251px 0 58px;
    background-color: #0C0818;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.widget-banner.template-1 .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 47px 48px;
}


.widget-banner.template-1 .widget-header .widget-container-left{
    max-width: calc(50% + 10px);
    flex: 0 0 calc(50% + 10px);
}
.widget-banner.template-1 .widget-header .widget-container-right{
    max-width: calc(50% - 58px);
    flex: 0 0 calc(50% - 58px);
}
.widget-banner.template-1 .widget-header .widget-registry{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
    margin-bottom: 23px;
}
.widget-banner.template-1 .widget-header .widget-registry a{
    color: #ffffff;
    border-bottom: 1px solid;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner.template-1 .widget-header .widget-registry a:hover,
.widget-banner.template-1 .widget-header .widget-registry a:focus{
    opacity: .8;
}
.widget-banner.template-1 .widget-header .widget-registry svg{
    display: inline-flex;
    margin-left: 22px;
    margin-bottom: -14px;
}
.widget-banner.template-1 .widget-header .widget-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 134%;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.widget-banner.template-1 .widget-header .widget-title::after {
    content: "\A";
    white-space: pre;
}

.widget-banner.template-1 .widget-header .widget-title span{
    color: var(--banner-main-color);
}
.widget-banner.template-1 .widget-header .widget-description{
    font-size: 26px;
    font-weight: 600;
    line-height: 130%;
    color: #ffffff;
    margin-top: 10px;
}
.widget-banner.template-1 .widget-header .widget-advantages{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 32px;
}
.widget-banner.template-1 .widget-header .widget-advantage{
    position: relative;
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    padding-left: 27px;
}
.widget-banner.template-1 .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-1 .widget-header .widget-advantage-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #ffffff;
}
.widget-banner.template-1 .widget-header .widget-price-content{
    display: flex;
    align-items: flex-end;
    gap: 39px;
    margin-top: 54px;
}
.widget-banner.template-1 .widget-header .widget-price-content-wrapper{
    display: flex;
    align-items: flex-end;
    gap: 12px 29px;
}
.widget-banner.template-1 .widget-header .widget-price{
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
}
.widget-banner.template-1 .widget-header .widget-old-price{
    font-size: 18.77px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFFCC;
    text-decoration: line-through;
    white-space: nowrap;
    transform: translateY(-4px);
}
.widget-banner.template-1 .widget-header .widget-timer{
    display: flex;
    align-items: center;
    gap: 8px;
    /* transform: translateY(-6px); */
    background-color: #FBCD56;
    padding: 7px 14px;
    border-radius: 4px;
}
.widget-banner.template-1 .widget-header .widget-timer .widget-items{
    display: flex;
    gap: 5px;
}
.widget-banner.template-1 .widget-header .widget-timer .widget-item{
    display: flex;
}
.widget-banner.template-1 .widget-header .widget-timer .widget-item-time,
.widget-banner.template-1 .widget-header .widget-timer .widget-item-description,
.widget-banner.template-1 .widget-header .widget-timer .widget-item-separator{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
}
.widget-banner.template-1 .widget-header .widget-installment{
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.widget-banner.template-1 .widget-header .widget-installment-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    background-color: var(--banner-main-color);
    border-radius: 50%;
}
.widget-banner.template-1 .widget-header .widget-installment-text{
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    margin-top: 0;
}
.widget-banner.template-1 .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 56px;
}
.widget-banner.template-1 .widget-header .widget-button{
    cursor: pointer;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    user-select: none;
    border-radius: 4px;
    padding: 18px 32px;

    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.widget-banner.template-1 .widget-header .widget-button[data-view='1']{
    text-align: center;
    background-color: var(--banner-main-color);
    border: 1px solid var(--banner-main-color);
    white-space: nowrap;
}
.widget-banner.template-1 .widget-header .widget-button[data-view='1']:hover,
.widget-banner.template-1 .widget-header .widget-button[data-view='1']:focus{
    background-color: var(--banner-dark-main-color);
    border-color: var(--banner-dark-main-color);
}
.widget-banner.template-1 .widget-header .widget-button[data-view='2']{
    text-wrap: balance;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    white-space: nowrap;
}
.widget-banner.template-1 .widget-header .widget-button[data-view='2']:hover,
.widget-banner.template-1 .widget-header .widget-button[data-view='2']:focus{
    background-color: var(--banner-dark-main-color);
    border-color: var(--banner-dark-main-color);
}
.widget-banner.template-1 .widget-header .widget-pictures{
    position: relative;
    width: calc(100% + 240px);
    margin-top: 24px;
}
.widget-banner.template-1 .widget-header .widget-pictures:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    background-color: var(--main-color, #000000);
    width: 40%;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    filter: blur(72px);
}
.widget-banner.template-1 .widget-header .widget-picture{
    position: relative;
    display: flex;
    width: 100%;
}
.widget-banner.template-1 .widget-header .widget-picture.mobile{
    display: none;
}
.widget-banner.template-1 .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}
.widget-banner.template-1 .widget-content{
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 87px;
}
.widget-banner.template-1 .widget-content .widget-items{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    width: calc(100% + 23px);
}
.widget-banner.template-1 .widget-content .widget-item{
    min-width: 140px;
}
.widget-banner.template-1 .widget-content .widget-item.redactions{
    max-width: 360px;
}
.widget-banner.template-1 .widget-content .widget-item-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 124%;
    color: #ffffff;
}
.widget-banner.template-1 .widget-content .widget-item-title span{
    font-size: 18px;
    text-transform: uppercase;
}
.widget-banner.template-1 .widget-content .widget-item-title svg{
    transform: translateY(3px);
}
.widget-banner.template-1 .widget-content .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 118%;
    color: #ffffff;
    margin-top: 16px;
}
.widget-banner.template-1 .widget-content .widget-redactions{
    display: flex;
    flex-wrap: wrap;
    gap: 13px 9px;
    margin-top: 17px;
}
.widget-banner.template-1 .widget-content .widget-redaction{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    padding: 8px 18px;
}
@media all and (max-width: 1750px) {
    .widget-banner.template-1 .widget-header .widget-pictures {
        position: relative;
        width: calc(100% + 140px);
    }
}
@media all and (max-width: 1600px) {
    .widget-banner.template-1 .widget-header .widget-title{
        font-size: 56px;
    }
    .widget-banner.template-1 .widget-header .widget-description{
        font-size: 24px;
    }
    .widget-banner.template-1 .widget-header .widget-advantage-description{
        font-size: 18px;
    }
    .widget-banner.template-1 .widget-header .widget-price{
        font-size: 32px;
    }
    .widget-banner.template-1 .widget-header .widget-old-price{
        font-size: 18px;
    }
    .widget-banner.template-1 .widget-header .widget-pictures{
        width: calc(100% + 60px);
        margin-left: 0;
    }
    .widget-banner.template-1 .widget-header .widget-old-price,
    .widget-banner.template-1 .widget-header .widget-timer{
        transform: none;
    }
    .widget-banner.template-1 .widget-content .widget-items{
        width: 100%;
    }
}
@media all and (max-width: 1400px) {
    .widget-banner.template-1 .widget-header .widget-pictures {
        width: 100%;
    }
}
@media all and (max-width: 1240px) {
    .widget-banner.template-1 .widget-header .widget-pictures{
        margin-top: 0;
    }
    .widget-banner.template-1 .widget-header .widget-registry{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .widget-banner.template-1 .widget-header .widget-registry svg{
        width: 30px;
        height: auto;
        margin-left: 12px;
        margin-bottom: -8px;
    }
    .widget-banner.template-1 .widget-header .widget-title {
        font-size: 52px;
    }
    .widget-banner.template-1 .widget-header .widget-description {
        font-size: 20px;
        margin-top: 8px;
    }
    .widget-banner.template-1 .widget-header .widget-advantage{
        padding-left: 22px;
    }
    .widget-banner.template-1 .widget-header .widget-advantage-description {
        font-size: 16px;
    }
    .widget-banner.template-1 .widget-header .widget-advantage:after{
        transform: translateY(4px);
    }
    .widget-banner.template-1 .widget-header .widget-price-content{
        margin-top: 50px;
    }
    .widget-banner.template-1 .widget-header .widget-price {
        font-size: 28px;
    }
    .widget-banner.template-1 .widget-header .widget-timer .widget-item-time,
    .widget-banner.template-1 .widget-header .widget-timer .widget-item-description,
    .widget-banner.template-1 .widget-header .widget-timer .widget-item-separator{
        font-size: 18px;
    }
    .widget-banner.template-1 .widget-header .widget-installment-text{
        font-size: 18px;
        margin-top: 2px;
    }
    .widget-banner.template-1 .widget-header .widget-button[data-view='1'],
    .widget-banner.template-1 .widget-header .widget-button[data-view='2']{
        font-size: 16px;
        padding: 16px 36px;
    }
    .widget-banner.template-1 .widget-content{
        margin-top: 68px;
    }
    .widget-banner.template-1 .widget-content .widget-item-title{
        font-size: 22px;
    }
    .widget-banner.template-1 .widget-content .widget-item-description{
        font-size: 18px;
        margin-top: 14px;
    }
    .widget-banner.template-1 .widget-content .widget-redactions{
        margin-top: 14px;
    }
    .widget-banner.template-1 .widget-content .widget-items{
        gap: 40px 50px;
    }
}
@media all and (max-width: 1000px) {
    .widget-banner.template-1 .widget-header .widget-container-left{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner.template-1 .widget-header .widget-container-right{
        display: none;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner.template-1 .widget-header .widget-description,
    .widget-banner.template-1 .widget-header .widget-advantages{
        max-width: 500px;
    }
    .widget-banner.template-1 .widget-header .widget-advantage-description br,
    .widget-banner.template-1 .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 980px) {
    .widget-banner.template-1{
        padding: 120px 0 40px;
    }
}
@media all and (max-width: 800px) {
    .widget-banner.template-1 .widget-content .widget-items{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 37px 24px;
    }
    .widget-banner.template-1 .widget-content .widget-item{
        max-width: calc(33.3333% - 16px);
        flex: 0 0 calc(33.3333% - 16px);
    }
    .widget-banner.template-1 .widget-content .widget-item.redactions{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 600px) {
    .widget-banner.template-1 {
        padding: 107px 0 49px;
    }
    .widget-banner.template-1 .widget-header{
        gap: 32px 48px;
    }
    .widget-banner.template-1 .widget-header .widget-container-left{
        order: 2;
    }
    .widget-banner.template-1 .widget-header .widget-container-right{
        display: block;
        order: 1;
    }
    .widget-banner.template-1 .widget-header .widget-pictures{
        margin-top: 0;
    }
    .widget-banner.template-1 .widget-header .widget-picture,
    .widget-banner.template-1 .widget-header .widget-pictures:before{
        display: none;
    }
    .widget-banner.template-1 .widget-header .widget-picture.mobile{
        display: flex;
    }
    .widget-banner.template-1 .widget-header .widget-title{
        font-size: 32px;
    }
    .widget-banner.template-1 .widget-header .widget-description{
        font-size: 19px;
    }
    .widget-banner.template-1 .widget-header .widget-registry{
        font-size: 13px;
        margin-bottom: 18px;
    }
    .widget-banner.template-1 .widget-header .widget-registry svg{
        width: 29px;
        margin-left: 9px;
    }
    .widget-banner.template-1 .widget-header .widget-advantages{
        gap: 10px 30px;
    }
    .widget-banner.template-1 .widget-header .widget-advantage{
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 16px;
    }
    .widget-banner.template-1 .widget-header .widget-advantage:after{
        width: 7px;
        height: 7px;
    }
    .widget-banner.template-1 .widget-header .widget-advantage-description{
        font-size: 13px;
        letter-spacing: 0;
    }
    .widget-banner.template-1 .widget-header .widget-price-content{
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 44px;
        gap: 18px 44px;
    }
    .widget-banner.template-1 .widget-header .widget-price-content-wrapper{
        flex-wrap: wrap;
        max-width: min-content;
    }
    .widget-banner.template-1 .widget-header .widget-price {
        font-size: 24px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner.template-1 .widget-header .widget-old-price{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner.template-1 .widget-header .widget-timer .widget-item-time,
    .widget-banner.template-1 .widget-header .widget-timer .widget-item-description,
    .widget-banner.template-1 .widget-header .widget-timer .widget-item-separator {
        font-size: 20px;
    }
    .widget-banner.template-1 .widget-header .widget-installment{
        margin-top: 21px;
        gap: 10px;
    }
    .widget-banner.template-1 .widget-header .widget-installment-text{
        font-size: 16px;
        margin-top: 0;
    }
    .widget-banner.template-1 .widget-header .widget-installment-icon{
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
    }
    .widget-banner.template-1 .widget-header .widget-installment-icon svg{
        width: calc(100% - 12px);
        height: auto;
    }
    .widget-banner.template-1 .widget-header .widget-buttons{
        margin-top: 30px;
        gap: 14px 18px;
    }
    .widget-banner.template-1 .widget-header .widget-button[data-view='1'],
    .widget-banner.template-1 .widget-header .widget-button[data-view='2']{
        font-size: 15px;
        width: 100%;
        flex: 1;
        padding: 16px 32px;
    }
    .widget-banner.template-1 .widget-content{
        margin-top: 46px;
    }
    .widget-banner.template-1 .widget-content .widget-item-title{
        font-size: 18px;
    }
    .widget-banner.template-1 .widget-content .widget-item-description{
        font-size: 14px;
        margin-top: 9px;
    }
    .widget-banner.template-1 .widget-content .widget-items {
        gap: 37px 30px;
    }
    .widget-banner.template-1 .widget-content .widget-redactions{
        margin-top: 26px;
    }
}