header{position:relative !important;padding:0 0 98px;top:0 !important;left:0 !important;right:0 !important;width:100% !important;transform:none !important;pointer-events:none}.header-img-pag{display:flex;justify-content:center;position:relative;z-index:2}.header-img-pag__item{margin:0 7px;width:130px;cursor:pointer}.header__background-item-wrapper img{object-fit:cover;position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.pagination-slider__item-img-wrapper{width:72px;height:72px;margin:0 auto;display:flex;transition:.2s;border-radius:2px}.pagination-slider__item-img-wrapper .icon-back{opacity:0;transition:.2s}.opened .pagination-slider__item-img-wrapper .icon-back{opacity:1}.header-img-pag__item:hover .icon-back{opacity:1}.pagination-slider__item-img-wrapper svg{max-width:100%;max-height:100%;margin:auto;display:block;color:#fff !important}.header-img-pag__item p,.header-img-pag__item a{width:100%;display:block;text-align:center;font-size:10px;line-height:15px;color:#fff;text-decoration:none;margin:0}.header__background-slider{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.header__background-slider-item{display:block;width:100vw;height:672px;background-repeat:no-repeat;background-position:center;background-size:100% 100%}.first .header__background-item{background-color:#e22c38}.header__background-item{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:100% 100%;object-fit:cover}.header__background-item:before{content:'';position:absolute;z-index:2;left:50%;top:148px;transform:translateX(-50%);width:135px;height:142px;background-size:100% 100%;background-image:url("images/header-pagination/logo.svg")}.pagination-slider__item-img-wrapper .header__paginate-icon{color:#fff}.header__background-item-wrapper{transition:.5s;opacity:0}.header__background-item-wrapper.active{opacity:1}.header-inner{top:10px;left:16px;right:16px;bottom:-60px;max-width:calc(100% - 32px);min-height:80px;z-index:100;pointer-events:auto}.stories{display:none !important}.tabloid-link{color:#262626 !important}.body--main .top{padding-top:0 !important}.lock .global{overflow:visible !important}.tabloid{background:#f7ebe6 !important}.tabloid-link:hover{background:#f7e6e6 !important}.tabloid .main-more:hover{background:#f7e6e6 !important}.tabloid .main-more .wrap{color:#262626 !important}.menu{position:absolute !important;z-index:100;margin-top:-5px !important;background:#fff;width:100%}.filtered .filter{z-index:100 !important}.overlay{z-index:99 !important}.slick-arrow{display:none !important}.header-img-pag__item p,.header-img-pag__item a{color:#fff !important}@media screen and (min-width:1960px){.header-inner{left:50%;transform:translateX(-50%);max-width:1888px}}@media screen and (min-width:1680px){.header-inner{max-width:1648px;left:50%;right:auto;transform:translateX(-50%)}}@media screen and (max-width:1023px){header{padding:427px 0 78px}.opened .pagination-slider__item-img-wrapper .icon-back{opacity:0}.header__desktop-backgrounds-wrapper{display:none}.header-inner{min-height:56px}.header__mobile-slider{display:block;position:absolute;left:0;top:0;right:0;width:100vw}.header__mobile-slider p{padding-top:40px}.header__mobile-slider-item{width:100vw !important;height:592px;background-repeat:no-repeat;background-position:center;position:relative}.header__mobile-slider-item:before{content:'';position:absolute;left:50%;top:180px;transform:translateX(-50%);width:135px;height:142px;background-size:100% 100%;background-image:url("images/header-pagination/logo.svg")}.pagination-slider__item-img-wrapper .icon-back{opacity:0 !important}.slick-center .pagination-slider__item-img-wrapper .icon-back{fill:#fff !important;border-radius:5px;opacity:1 !important}.pagination-slider__item-img-wrapper svg path{transition:.2s}.slick-center .pagination-slider__item-img-wrapper .header__paginate-icon{color:#000}.slick-center .pagination-slider__item-img-wrapper svg{color:inherit !important}.header-inner{position:absolute !important;left:8px !important;top:8px !important;right:8px !important;bottom:auto !important;max-width:calc(100% - 16px)}}@media screen and (max-width:768px){header{padding:348px 0 40px}.header__mobile-slider-item{width:100vw !important;height:475px;background-repeat:no-repeat;background-position:center}.header__mobile-slider-item:before{top:130px}}@media screen and (max-width:576px){header{padding:421px 0 23px}.header__mobile-slider-item{width:100vw !important;height:531px;background-repeat:no-repeat;background-position:center}.header__mobile-slider-item:before{top:170px}}.alert{max-width:calc(100% - 32px);left:50% !important;width:100% !important;transform:translateX(-50%);right:auto !important}@media screen and (min-width:1960px){.alert{max-width:1888px}}@media screen and (max-width:1023px){.alert{max-width:calc(100% - 16px)}}
.icons__svg {
    cursor: pointer;
    min-width: 32px;
    width: 32px;
    height: 32px;
    fill: #e22c38;
    transition: fill .3s ease-in-out;
}

.vidjet-actions {
    display: flex;
    gap: 12px;
}

.vidjet-modal__container {
    background: #00000080;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.vidjet-modal {
    background: #ffffff;
    width: 600px;
    height: 625px;
    border: none;
    padding: 10px;
    border-radius: 16px;
    display: flex;
    justify-content: flex-end;
}

.vidjet-modal>iframe {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.vidjet-modal__btn-close {
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 1000;
    margin: 0 20px;
    padding: 14px;
}

.vidjet-modal__btn-close::before,
.vidjet-modal__btn-close::after {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 2px;
    content: '';
    background: #000;
}

.vidjet-modal__btn-close::after {
    transform: rotate(45deg);
}

.vidjet-modal__btn-close::before {
    transform: rotate(-45deg);
}

.ticket__button--cardnew {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    display: block;
    background: #336af7;
    border-radius: 4px;
    padding: 16px 80px;
    transition: .3s background-color;
    width: 100%;
    border: 0;
    cursor: pointer
}

.ticket__button--cardnew:hover {
    background-color: #285de8
}

.ticket__button--cardnew:active {
    background-color: #1a4ac6
}

.widget-personal-icon {
    height: 20px;
    top: 6px;
    position: relative;
}