

/* Start:/include/2024/kosmos_preview/style.css?173996311032220*/
:root{
    --banner-main-color: #9069FF;
    --banner-dark-main-color: #7F52FF;
    --main-color: #6628E9;
    --dark-main-color: #531CC9;
    --tips-background: #EFEDFF;
    --special-background: #F6F7FD;
}
::selection {
    background: #DAE0F526;
    color: var(--main-color, #000000);
}
.widget-banner *::selection {
    background: #DAE0F526;
    color: var(--banner-main-color, #000000);
}

.montserrat{
    font-family: Montserrat, sans-serif;
}
.intec-content{
    max-width: 1232px !important;
}
.intec-content .intec-content-wrapper{
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.special{
    color: var(--main-color);
}

html,
body{
    overflow: visible !important;
}
@media all and (max-width: 1200px) {
    html{
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    body{
        overflow: hidden !important;
    }
}
@media all and (max-width: 900px) {
    html,
    body{
        overflow: visible !important;
    }
}

body a,
body a:active,
body a:focus{
    color: var(--main-color, #000000);
}
body a:hover{
    color: var(--dark-main-color, #000000);
}

img{
    user-select: none;
}

.button_up{
    background-color: var(--main-color, #c6366f) !important;
}
.button_up:hover,
.button_up:focus{
    background-color: var(--dark-main-color, #c6366f) !important;
}
.button_up span,
.button_up:hover span,
.button_up:focus span{
    color: #ffffff !important;
}

/*BANNER*/
.widget-banner{
    position: relative;
    overflow: hidden;
    padding: 251px 0 58px;
    background-color: #0C0818;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.widget-banner .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 47px 48px;
}
.widget-banner .widget-header .widget-container-left{
    max-width: calc(50% + 10px);
    flex: 0 0 calc(50% + 10px);
}
.widget-banner .widget-header .widget-container-right{
    max-width: calc(50% - 58px);
    flex: 0 0 calc(50% - 58px);
}
.widget-banner .widget-header .widget-registry{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
    margin-bottom: 23px;
}
.widget-banner .widget-header .widget-registry a{
    color: #ffffff;
    border-bottom: 1px solid;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner .widget-header .widget-registry a:hover,
.widget-banner .widget-header .widget-registry a:focus{
    opacity: .8;
}
.widget-banner .widget-header .widget-registry svg{
    display: inline-flex;
    margin-left: 22px;
    margin-bottom: -14px;
}
.widget-banner .widget-header .widget-title{
    font-size: 64px;
    font-weight: 700;
    line-height: 134%;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.widget-banner .widget-header .widget-title span{
    color: var(--banner-main-color);
}
.widget-banner .widget-header .widget-description{
    font-size: 26px;
    font-weight: 600;
    line-height: 130%;
    color: #ffffff;
    margin-top: 10px;
}
.widget-banner .widget-header .widget-advantages{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 32px;
}
.widget-banner .widget-header .widget-advantage{
    position: relative;
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    padding-left: 27px;
}
.widget-banner .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 .widget-header .widget-advantage-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #ffffff;
}
.widget-banner .widget-header .widget-price-content{
    display: flex;
    align-items: flex-end;
    gap: 39px;
    margin-top: 54px;
}
.widget-banner .widget-header .widget-price-content-wrapper{
    display: flex;
    align-items: flex-end;
    gap: 12px 29px;
}
.widget-banner .widget-header .widget-price{
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
}
.widget-banner .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 .widget-header .widget-timer{
    transform: translateY(-6px);
}
.widget-banner .widget-header .widget-timer .widget-items{
    display: flex;
    gap: 5px;
}
.widget-banner .widget-header .widget-timer .widget-item{
    display: flex;
}
.widget-banner .widget-header .widget-timer .widget-item-time,
.widget-banner .widget-header .widget-timer .widget-item-description,
.widget-banner .widget-header .widget-timer .widget-item-separator{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
}
.widget-banner .widget-header .widget-installment{
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.widget-banner .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 .widget-header .widget-installment-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
    margin-top: 0;
}
.widget-banner .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: clamp(26px, 4vw, 40px);
}
.widget-banner .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 .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 .widget-header .widget-button[data-view='1']:hover,
.widget-banner .widget-header .widget-button[data-view='1']:focus{
    background-color: var(--banner-dark-main-color);
    border-color: var(--banner-dark-main-color);
}
.widget-banner .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 .widget-header .widget-button[data-view='2']:hover,
.widget-banner .widget-header .widget-button[data-view='2']:focus{
    background-color: var(--banner-dark-main-color);
    border-color: var(--banner-dark-main-color);
}
.widget-banner .widget-header .widget-pictures{
    position: relative;
    width: calc(100% + 240px);
    margin-top: 24px;
}
.widget-banner .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 .widget-header .widget-picture{
    position: relative;
    display: flex;
    width: 100%;
}
.widget-banner .widget-header .widget-picture.mobile{
    display: none;
}
.widget-banner .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}
.widget-banner .widget-content{
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 87px;
}
.widget-banner .widget-content .widget-items{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    width: calc(100% + 23px);
}
.widget-banner .widget-content .widget-item{
    /*max-width: calc(33.3333% - 40px);*/
    /*flex: 0 0 calc(33.3333% - 40px);*/
}
.widget-banner .widget-content .widget-item.redactions{
    max-width: 360px;
}
.widget-banner .widget-content .widget-item-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}
.widget-banner .widget-content .widget-item-title span{
    font-size: 18px;
    text-transform: uppercase;
}
.widget-banner .widget-content .widget-item-title svg{
    transform: translateY(3px);
}
.widget-banner .widget-content .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    margin-top: 16px;
}
.widget-banner .widget-content .widget-redactions{
    display: flex;
    flex-wrap: wrap;
    gap: 13px 9px;
    margin-top: 17px;
}
.widget-banner .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 .widget-header .widget-pictures {
        position: relative;
        width: calc(100% + 140px);
    }
}
@media all and (max-width: 1600px) {
    .widget-banner .widget-header .widget-title{
        font-size: 56px;
    }
    .widget-banner .widget-header .widget-description{
        font-size: 24px;
    }
    .widget-banner .widget-header .widget-advantage-description{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-price{
        font-size: 32px;
    }
    .widget-banner .widget-header .widget-old-price{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-pictures{
        width: calc(100% + 60px);
        margin-left: 0;
    }
    .widget-banner .widget-header .widget-old-price,
    .widget-banner .widget-header .widget-timer{
        transform: none;
    }
    .widget-banner .widget-content .widget-items{
        width: 100%;
    }
}
@media all and (max-width: 1400px) {
    .widget-banner .widget-header .widget-pictures {
        width: 100%;
    }
}
@media all and (max-width: 1240px) {
    .widget-banner .widget-header .widget-pictures{
        margin-top: 0;
    }
    .widget-banner .widget-header .widget-registry{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .widget-banner .widget-header .widget-registry svg{
        width: 30px;
        height: auto;
        margin-left: 12px;
        margin-bottom: -8px;
    }
    .widget-banner .widget-header .widget-title {
        font-size: 52px;
    }
    .widget-banner .widget-header .widget-description {
        font-size: 20px;
        margin-top: 8px;
    }
    .widget-banner .widget-header .widget-advantage{
        padding-left: 22px;
    }
    .widget-banner .widget-header .widget-advantage-description {
        font-size: 16px;
    }
    .widget-banner .widget-header .widget-advantage:after{
        transform: translateY(4px);
    }
    .widget-banner .widget-header .widget-price-content{
        margin-top: 50px;
    }
    .widget-banner .widget-header .widget-price {
        font-size: 28px;
    }
    .widget-banner .widget-header .widget-timer .widget-item-time,
    .widget-banner .widget-header .widget-timer .widget-item-description,
    .widget-banner .widget-header .widget-timer .widget-item-separator{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-installment-text{
        font-size: 18px;
        margin-top: 2px;
    }
    .widget-banner .widget-header .widget-button[data-view='1'],
    .widget-banner .widget-header .widget-button[data-view='2']{
        font-size: 16px;
        padding: 16px 36px;
    }
    .widget-banner .widget-content{
        margin-top: 68px;
    }
    .widget-banner .widget-content .widget-item-title{
        font-size: 22px;
    }
    .widget-banner .widget-content .widget-item-description{
        font-size: 18px;
        margin-top: 14px;
    }
    .widget-banner .widget-content .widget-redactions{
        margin-top: 14px;
    }
    .widget-banner .widget-content .widget-items{
        gap: 40px 50px;
    }
}
@media all and (max-width: 1000px) {
    .widget-banner .widget-header .widget-container-left{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner .widget-header .widget-container-right{
        display: none;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner .widget-header .widget-description,
    .widget-banner .widget-header .widget-advantages{
        max-width: 500px;
    }
}
@media all and (max-width: 980px) {
    .widget-banner{
        padding: 120px 0 40px;
    }
}
@media all and (max-width: 800px) {
    .widget-banner .widget-content .widget-items{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .widget-banner .widget-content .widget-item.redactions{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 600px) {
    .widget-banner {
        padding: 107px 0 49px;
    }
    .widget-banner .widget-header .widget-container-left{
        order: 2;
    }
    .widget-banner .widget-header .widget-container-right{
        display: block;
        order: 1;
    }
    .widget-banner .widget-header .widget-pictures{
        margin-top: 0;
    }
    .widget-banner .widget-header .widget-picture,
    .widget-banner .widget-header .widget-pictures:before{
        display: none;
    }
    .widget-banner .widget-header .widget-picture.mobile{
        display: flex;
    }
    .widget-banner .widget-header .widget-title{
        font-size: 32px;
    }
    .widget-banner .widget-header .widget-description{
        font-size: 19px;
    }
    .widget-banner .widget-header .widget-registry{
        font-size: 13px;
        margin-bottom: 18px;
    }
    .widget-banner .widget-header .widget-registry svg{
        width: 29px;
        margin-left: 9px;
    }
    .widget-banner .widget-header .widget-advantages{
        margin-top: 16px;
        gap: 10px 30px;
    }
    .widget-banner .widget-header .widget-advantage{
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 16px;
    }
    .widget-banner .widget-header .widget-advantage:after{
        width: 7px;
        height: 7px;
    }
    .widget-banner .widget-header .widget-advantage-description{
        font-size: 13px;
        letter-spacing: 0;
    }
    .widget-banner .widget-header .widget-price-content{
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 44px;
        gap: 18px 44px;
    }
    .widget-banner .widget-header .widget-price-content-wrapper{
        flex-wrap: wrap;
        max-width: min-content;
    }
    .widget-banner .widget-header .widget-price {
        font-size: 24px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner .widget-header .widget-old-price{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-banner .widget-header .widget-timer .widget-item-time,
    .widget-banner .widget-header .widget-timer .widget-item-description,
    .widget-banner .widget-header .widget-timer .widget-item-separator {
        font-size: 20px;
    }
    .widget-banner .widget-header .widget-installment{
        margin-top: 21px;
        gap: 10px;
    }
    .widget-banner .widget-header .widget-installment-text{
        font-size: 16px;
        margin-top: 0;
    }
    .widget-banner .widget-header .widget-installment-icon{
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
    }
    .widget-banner .widget-header .widget-installment-icon svg{
        width: calc(100% - 12px);
        height: auto;
    }
    .widget-banner .widget-header .widget-buttons{
        margin-top: 30px;
        gap: 14px 18px;
    }
    .widget-banner .widget-header .widget-button[data-view='1'],
    .widget-banner .widget-header .widget-button[data-view='2']{
        font-size: 15px;
        width: 100%;
        flex: 1;
        padding: 16px 32px;
    }
    .widget-banner .widget-content{
        margin-top: 46px;
    }
    .widget-banner .widget-content .widget-item-title{
        font-size: 18px;
    }
    .widget-banner .widget-content .widget-item-description{
        font-size: 14px;
        margin-top: 9px;
    }
    .widget-banner .widget-content .widget-items {
        gap: 37px 30px;
    }
    .widget-banner .widget-content .widget-redactions{
        margin-top: 26px;
    }
}
/* end BANNER */

/* TEMPLATE_1 */
.widget-template-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.2vw, 20px);
    background-color: #F6F7FD;
    padding: clamp(50px, 10vw, 130px) 0;
}
.widget-template-1 .widget-template-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2em;
    margin-left: calc((100vw - 1200px) / 2);
    max-width: calc((1920px - 1200px) / 2 + 1200px);
}
.widget-template-1 .widget-header{
    flex: 1 0 calc(50% - 1em);
}
.widget-template-1 .widget-header .widget-title{
    font-size: 3.3em;
    font-weight: 700;
    line-height: 94%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-template-1 .widget-header .widget-date-wrap{
    display: flex;
    align-items: center;
    gap: 3.4em;
    margin-top: 2.55em;
}
.widget-template-1 .widget-header .widget-date{
    font-size: 3.7em;
    font-weight: 700;
    line-height: 1;
    color: #000;
}
.widget-template-1 .widget-header .widget-time-wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .45em;
}
.widget-template-1 .widget-header .widget-time-wrap:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-1.6em);
    background-color: #000;
}
.widget-template-1 .widget-header .widget-time{
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    color: var(--main-color, #000000);
}
.widget-template-1 .widget-header .widget-time span{
    font-size: 1.3em;
}
.widget-template-1 .widget-header .widget-format{
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}
.widget-template-1 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 135%;
    color: #1D1B20;
    margin-top: 2em;
    max-width: 90%;
}
.widget-template-1 .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6em;
    margin-top: 3em;
}
.widget-template-1 .widget-header .widget-button{
    cursor: pointer;
    text-decoration: none;
    font-size: .85em;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    user-select: none;
    border-radius: 4px;
    padding: 18px 28px;

    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.widget-template-1 .widget-header .widget-button[data-view='1']{
    text-align: center;
    background-color: var(--main-color, #252525);
    border: 1px solid var(--main-color, #252525);
    white-space: nowrap;
}
.widget-template-1 .widget-header .widget-button[data-view='1']:hover,
.widget-template-1 .widget-header .widget-button[data-view='1']:focus{
    background-color: var(--dark-main-color, #000000);
    border-color: var(--dark-main-color, #000000);
}
.widget-template-1 .widget-header .widget-button[data-view='2']{
    text-align: center;
    background-color: transparent;
    color: var(--main-color, #252525);
    border: 1px solid var(--main-color, #252525);
    white-space: nowrap;
}
.widget-template-1 .widget-header .widget-button[data-view='2']:hover,
.widget-template-1 .widget-header .widget-button[data-view='2']:focus{
    color: #ffffff;
    background-color: var(--dark-main-color, #000000);
    border-color: var(--dark-main-color, #000000);
}
.widget-template-1 .widget-picture{
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    max-width: 766px;
}
.widget-template-1 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;
}
@media all and (max-width: 1232px) {
    .widget-template-1 .widget-template-wrapper{
        margin-left: 0;
        padding: 0 16px;
        max-width: 100%;
    }
    .widget-template-1 .widget-header {
        flex: 1 0 calc(54% - 1em);
    }
    .widget-template-1 .widget-header .widget-title{
        font-size: 2.8em;
    }
}
@media all and (max-width: 1000px) {
    .widget-template-1 .widget-header .widget-title {
        font-size: 2.4em;
    }
    .widget-template-1 .widget-header .widget-date{
        font-size: 3em;
    }
}
@media all and (max-width: 800px) {
    .widget-template-1{
        font-size: clamp(16px, 2.8vw, 20px);
    }
    .widget-template-1 .widget-template-wrapper{
        flex-direction: column-reverse;
    }
    .widget-template-1 .widget-header .widget-description{
        max-width: none;
    }
    .widget-template-1 .widget-header,
    .widget-template-1 .widget-picture{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-template-1 .widget-header .widget-button{
        font-size: .875em;
    }
    .widget-template-1 .widget-header .widget-title{
        font-size: 1.75em;
    }
    .widget-template-1 .widget-header .widget-date-wrap{
        gap: 2.6em;
        margin-top: 2em;
    }
    .widget-template-1 .widget-header .widget-date {
        font-size: 2.4em;
    }
    .widget-template-1 .widget-header .widget-time-wrap:after{
        transform: translateX(-1.3em);
    }
    .widget-template-1 .widget-header .widget-time{
        font-size: .875em;
    }
    .widget-template-1 .widget-header .widget-format{
        font-size: .875em;
    }
    .widget-template-1 .widget-header .widget-buttons{
        margin-top: 2em;
    }
}
@media all and (max-width: 600px) {
    .widget-template-1 .widget-header .widget-button{
        flex: 1;
    }
}
/* end TEMPLATE_1 */

/* TEMPLATE_2 */
.widget-template-2{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.2vw, 20px);
    padding: clamp(50px, 10vw, 152px) 0 clamp(25px, 10vw, 63px);
}
.widget-template-2 .widget-template-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2em;
    margin-left: calc((100vw - 1200px) / 2);
    max-width: calc((1920px - 1200px) / 2 + 1200px);
}
.widget-template-2 .widget-header{
    flex: 0 1 calc(50% - 1em);
}
.widget-template-2 .widget-header .widget-title{
    font-size: 3.3em;
    font-weight: 700;
    line-height: 97%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-template-2 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 135%;
    color: #1D1B20;
    margin-top: 2em;
    max-width: 90%;
}
.widget-template-2 .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6em;
    margin-top: 2.5em;
}
.widget-template-2 .widget-header .widget-button{
    cursor: pointer;
    text-decoration: none;
    font-size: .85em;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    user-select: none;
    border-radius: 4px;
    padding: 18px 28px;

    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.widget-template-2 .widget-header .widget-button[data-view='1']{
    text-align: center;
    background-color: var(--main-color, #252525);
    border: 1px solid var(--main-color, #252525);
    white-space: nowrap;
}
.widget-template-2 .widget-header .widget-button[data-view='1']:hover,
.widget-template-2 .widget-header .widget-button[data-view='1']:focus{
    background-color: var(--dark-main-color, #000000);
    border-color: var(--dark-main-color, #000000);
}
.widget-template-2 .widget-header .widget-button[data-view='2']{
    text-align: center;
    background-color: transparent;
    color: var(--main-color, #252525);
    border: 1px solid var(--main-color, #252525);
    white-space: nowrap;
}
.widget-template-2 .widget-header .widget-button[data-view='2']:hover,
.widget-template-2 .widget-header .widget-button[data-view='2']:focus{
    color: #ffffff;
    background-color: var(--dark-main-color, #000000);
    border-color: var(--dark-main-color, #000000);
}
.widget-template-2 .widget-picture{
    display: flex;
    max-width: calc(68% - 9.94px);
    flex: 0 0 calc(68% - 9.94px);
    margin-right: -80px;
    margin-top: -3.75em;
}
.widget-template-2 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;
}
@media all and (max-width: 1232px) {
    .widget-template-2 .widget-template-wrapper{
        margin-left: 0;
        padding: 0 16px;
        max-width: 100%;
    }
    .widget-template-2 .widget-header .widget-title{
        font-size: 2.8em;
    }
    .widget-template-2 .widget-picture{
        max-width: calc(60% - 9px);
        flex: 0 0 calc(60% - 9px);
        margin-top: -2em;
    }
}
@media all and (max-width: 1000px) {
    .widget-template-2 .widget-header .widget-title {
        font-size: 2.4em;
    }
}
@media all and (max-width: 800px) {
    .widget-template-2{
        font-size: clamp(16px, 2.8vw, 20px);
    }
    .widget-template-2 .widget-template-wrapper{
        flex-direction: column-reverse;
    }
    .widget-template-2 .widget-header,
    .widget-template-2 .widget-picture{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-template-2 .widget-header .widget-title{
        font-size: 1.75em;
    }
    .widget-template-2 .widget-header .widget-description{
        max-width: none;
        margin-top: 1.3em;
    }
    .widget-template-2 .widget-header .widget-buttons{
        margin-top: 2em;
    }
    .widget-template-2 .widget-header .widget-button{
        font-size: .875em;
    }
    .widget-template-2 .widget-picture{
        margin-top: 0;
    }
}
@media all and (max-width: 600px) {
    .widget-template-2 .widget-header .widget-button{
        flex: 1;
    }
}
/* end TEMPLATE_2 */

/* TEMPLATE_3 */
.widget-template-3{
    position: relative;
    overflow: hidden;
    padding: clamp(25px, 10vw, 63px) 0;
}
.widget-template-3 .widget-video{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
.widget-template-3 .widget-video img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.widget-template-3 .widget-video svg{
    position: absolute;
    width: 6.667%;
    height: auto;
    border-radius: 50%;

    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter .2s ease-out;
}
.widget-template-3 .widget-video:hover svg{
    transform: scale(1.2);
    backdrop-filter: blur(4px);
}
@media all and (max-width: 600px) {
    .widget-template-3 .widget-video svg{
        width: 10%;
    }
}
/* end TEMPLATE_3 */

/* TEMPLATE_4 */
.widget-template-4{
    position: relative;
    overflow: hidden;
    padding: clamp(50px, 10vw, 152px) 0 clamp(50px, 10vw, 112px);
    font-size: clamp(16px, 1.2vw, 20px);
}
.widget-template-4 .widget-header{
    display: flex;
    justify-content: space-between;
    gap: 2em 40px;
}
.widget-template-4 .widget-header .widget-title{
    font-size: 2.6em;
    font-weight: 700;
    line-height: 103%;
    color: #000;
}
.widget-template-4 .widget-header .widget-timer{
    width: auto;
    font-family: Gilroy, sans-serif;
    pointer-events: none;
}
.widget-template-4 .widget-content{
    margin-top: 5em;
}
.widget-template-4 .widget-content .widget-items{
    display: flex;
    align-items: center;
    gap: 2em;
    background-color: var(--main-color, #000000);
    border-radius: 4px;
}
.widget-template-4 .widget-content .widget-item{
    position: relative;
    max-width: calc(33.3333% - 1em);
    flex: 0 1 calc(33.3333% - 1em);
    padding: 20px;
}
.widget-template-4 .widget-content .widget-item:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-1em, -50%);
    width: 1px;
    height: 66%;
    background-color: #ffffff;
}
.widget-template-4 .widget-content .widget-item:first-child:after{
    display: none;
}
.widget-template-4 .widget-content .widget-item-name{
    color: #FFF;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.widget-template-4 .widget-content .widget-item-name span{
    font-size: 1.4em;
}
@media all and (max-width: 1000px) {
    .widget-template-4 .widget-header{
        flex-wrap: wrap;
        gap: 1em;
    }
    .widget-template-4 .widget-header .widget-title,
    .widget-template-4 .widget-header .widget-timer{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 800px) {
    .widget-template-4 {
        font-size: clamp(16px, 2.8vw, 20px);
    }
    .widget-template-4 .widget-header .widget-title {
        font-size: 1.75em;
    }
}
@media all and (max-width: 600px) {
    .widget-template-4 .widget-header .widget-timer.flip-clock-wrapper ul li a div div.inn{
        font-size: 32px;
    }
    .widget-template-4 .widget-header .widget-timer.flip-clock-wrapper ul{
        width: 38px;
        height: 56px;
        line-height: 56px;
    }
    .widget-template-4 .widget-header .widget-timer.flip-clock-wrapper ul li{
        line-height: 56px;
    }
    .widget-template-4 .widget-header .flip-clock-dot{
        width: 5px;
        height: 5px;
        left: 5.5px;
    }
    .widget-template-4 .widget-header .flip-clock-dot.top{
        top: 23px;
    }
    .widget-template-4 .widget-header .flip-clock-dot.bottom{
        bottom: 13px;
    }
    .widget-template-4 .widget-header .flip-clock-divider .flip-clock-label{
        right: -64px;
        bottom: -2em;
    }
    .widget-template-4 .widget-header .flip-clock-divider{
        width: 17px;
        height: 56px;
    }
    .widget-template-4 .widget-header .flip-clock-divider:first-child{
        width: 0;
    }
    .widget-template-4 .widget-header .flip-clock-wrapper ul{
        margin: 5px 2px;
    }

    .widget-template-4 .widget-content {
        margin-top: 3em;
    }
    .widget-template-4 .widget-content .widget-items{
        gap: 1em;
        padding: 0 8px;
    }
    .widget-template-4 .widget-content .widget-item{
        max-width: calc(33.3333% - .5em);
        flex: 0 1 calc(33.3333% - .5em);
        padding: 16px 0;
    }
    .widget-template-4 .widget-content .widget-item:after{
        transform: translate(-.5em, -50%);
    }
    .widget-template-4 .widget-content .widget-item-name{
        font-size: .875em;
    }
}
/* end TEMPLATE_4 */

/* End */


/* Start:/include/2024/kosmos_preview/plugins/flipclock/flipclock.css?173980636210609*/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}
.flip-clock-wrapper a:hover {
    color: #fff;
}
.flip-clock-wrapper ul {
    list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}
.flip-clock-wrapper.clearfix:after {
    clear: both;
}
.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}
.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}
.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
  display: flex;
  text-align: center;
  position: relative;
  width: 100%;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: transparent;
}
.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}
.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}
.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: none;
}
.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.flip-clock-wrapper ul li a div.up{
  background-color: #F0F1F9;
  border-radius: 6px 6px 0 0;
  border: 1px solid #E5E9F0;
  border-bottom: 0;
}
.flip-clock-wrapper ul li a div.down{
  background-color: #F6F7FD;
  border-radius: 0 0 6px 6px;
  border: 1px solid #E5E9F0;
  border-top: 0;
}
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #E5E9F0;
}
.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 200%;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  font-size: 70px;
  font-weight: 400;
}
.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}
.flip-clock-wrapper .flip {}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}
.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px;
}
.flip-clock-divider:first-child {
    width: 0;
}
.flip-clock-dot {
  display: block;
  background: #000000;
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
  left: 6.5px;
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -1.5em;
  right: -90px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-align: center;
  text-transform: uppercase;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}
.flip-clock-dot.top {
    top: 30px;
}
.flip-clock-dot.bottom {
    bottom: 30px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}
@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}
@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}
@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}
@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}
@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}
@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}
@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}
@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}
@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* End */
/* /include/2024/kosmos_preview/style.css?173996311032220 */
/* /include/2024/kosmos_preview/plugins/flipclock/flipclock.css?173980636210609 */
