.not-selectable{-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;touch-action:pan-y;width:var(--carousel-slide-width,60%)}.carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:transparent;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4));bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;-webkit-transform-origin:top left;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-36px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform-origin:center center;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:fancybox-fadeIn .15s ease backwards;animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc rgba(255,255,255,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{touch-action:none;-webkit-transform-origin:0 0;transform-origin:0 0;transition:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid var(--fancybox-accent-color,rgba(1,210,232,.94));border-radius:4px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{background-color:rgba(255,255,255,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;padding-top:calc(100%/var(--fancybox-thumbs-ratio, 1.5));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,rgba(1,210,232,.94));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}.mfp-bg{background:#0b0b0b;opacity:.8;overflow:hidden;z-index:1042}.mfp-bg,.mfp-wrap{height:100%;left:0;position:fixed;top:0;width:100%}.mfp-wrap{-webkit-backface-visibility:hidden;outline:none!important;z-index:1043}.mfp-container{box-sizing:border-box;height:100%;left:0;padding:0 8px;position:absolute;text-align:center;top:0;width:100%}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{cursor:auto;width:100%}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{-webkit-appearance:none;background:transparent;border:0;box-shadow:none;cursor:pointer;display:block;outline:none;overflow:visible;padding:0;touch-action:manipulation;z-index:1046}button::-moz-focus-inner{border:0;padding:0}.mfp-close{color:#fff;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;height:44px;line-height:44px;opacity:.65;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:44px}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;padding-right:6px;right:-6px;text-align:right;width:100%}.mfp-counter{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0;white-space:nowrap}.mfp-arrow{-webkit-tap-highlight-color:transparent;height:110px;margin:-55px 0 0;opacity:.65;padding:0;position:absolute;top:50%;width:90px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{border:inset transparent;content:"";display:block;height:0;left:0;margin-left:35px;margin-top:35px;position:absolute;top:0;width:0}.mfp-arrow:after{border-bottom-width:13px;border-top-width:13px;top:8px}.mfp-arrow:before{border-bottom-width:21px;border-top-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-bottom:40px;padding-top:40px}.mfp-iframe-holder .mfp-content{line-height:0;max-width:900px;width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{height:0;overflow:hidden;padding-top:56.25%;width:100%}.mfp-iframe-scaler iframe{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6);display:block;height:100%;left:0;position:absolute;top:0;width:100%}img.mfp-img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-width:100%;padding:40px 0;width:auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{background:#444;bottom:40px;box-shadow:0 0 8px rgba(0,0,0,.6);content:"";display:block;height:auto;left:0;position:absolute;right:0;top:40px;width:auto;z-index:-1}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.mfp-title{word-wrap:break-word;color:#f3f3f3;line-height:18px;padding-right:36px;text-align:left}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{bottom:0;top:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{background:rgba(0,0,0,.6);height:35px;line-height:35px;padding:0;position:fixed;right:0;text-align:center;top:0;width:35px}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face{font-display:swap;font-family:"1plus1_2020";font-style:normal;font-weight:900;src:url(/build/fonts/1plus1_2020-Black.woff2?7d9bb787c86f7fe8b7258cdeee70c3bd) format("woff2"),url(/build/fonts/1plus1_2020-Black.woff?69de757593e4a00195c0d9962303c31a) format("woff"),url(/build/fonts/1plus1_2020-Black.otf?ac45d9d1efc6a1fdb468e2dfd9620f20),url(/build/fonts/1plus1_2020-Black.ttf?effd917b8fa71b0a1be1f5c696a69dbf) format("truetype")}@font-face{font-display:swap;font-family:"1plus1_2020";font-style:normal;font-weight:700;src:url(/build/fonts/1plus1_2020-Bold.woff2?162ea61293c1251c9d38ebfbb41955e8) format("woff2"),url(/build/fonts/1plus1_2020-Bold.woff?ba2b113992e3f55c4e662c3474853da7) format("woff"),url(/build/fonts/1plus1_2020-Bold.otf?ef1f4a61e7ba83a767ea0d848db36316),url(/build/fonts/1plus1_2020-Bold.ttf?a27227d2f118ed63b401f508ff58da94) format("truetype")}@font-face{font-display:swap;font-family:"1plus1_2020";font-style:normal;font-weight:300;src:url(/build/fonts/1plus1_2020-Light.woff2?cfb0332de68c76eefb11f8e7b649bf5b) format("woff2"),url(/build/fonts/1plus1_2020-Light.woff?444e2b090b380a62f1b9116cb3fc156c) format("woff"),url(/build/fonts/1plus1_2020-Light.otf?40c8d0643af2fb829d9eb90da9996210),url(/build/fonts/1plus1_2020-Light.ttf?8458eae2fab4734b943c6a7ac8f0e2ea) format("truetype")}@font-face{font-display:swap;font-family:"1plus1_2020";font-style:italic;font-weight:300;src:url(/build/fonts/1plus1_2020-LightItalic.woff2?7095aea7f2d7457995b7934dad0c4760) format("woff2"),url(/build/fonts/1plus1_2020-LightItalic.woff?9ce657ecbedc8a6b97f97cd2dd02de19) format("woff"),url(/build/fonts/1plus1_2020-LightItalic.otf?d1c9ea1ddce8d7b3693d74a78b3af72d),url(/build/fonts/1plus1_2020-LightItalic.ttf?f738151729c1df000326f621c4150ca1) format("truetype")}@font-face{font-display:swap;font-family:"1plus1_2020";font-style:normal;font-weight:500;src:url(/build/fonts/1plus1_2020-Medium.woff2?ced9fa1ae681523a4d3a22ee767dddcb) format("woff2"),url(/build/fonts/1plus1_2020-Medium.woff?907267358bf10d81fc9158b1c9ace3db) format("woff"),url(/build/fonts/1plus1_2020-Medium.otf?63fc823044c2248e491e5e55b4c04e32),url(/build/fonts/1plus1_2020-Medium.ttf?b3cf5f8d4cbd9e6597dace21f4a56703) format("truetype")}@font-face{font-display:swap;font-family:"1plus1_2020";font-style:normal;font-weight:400;src:url(/build/fonts/1plus1_2020-Regular.woff2?90bfe5ae3558a09fc8e59e35be273ed8) format("woff2"),url(/build/fonts/1plus1_2020-Regular.woff?8e69ec8d2ce10c8160d88bbb63372b35) format("woff"),url(/build/fonts/1plus1_2020-Regular.otf?89843a11af8716b89743da0efb6c0546),url(/build/fonts/1plus1_2020-Regular.ttf?c6f8653af781ae7a218987a164591223) format("truetype")}@font-face{font-display:swap;font-family:"1plus1_2020";font-style:italic;font-weight:400;src:url(/build/fonts/1plus1_2020-RegularOblique.woff2?c64da9994c0baf83a13910fe8cea8652) format("woff2"),url(/build/fonts/1plus1_2020-RegularOblique.woff?c058c9f4b2fa33878e78a25cf1dfce02) format("woff"),url(/build/fonts/1plus1_2020-RegularOblique.otf?7a533a9507d88b5304e496a23833ce9d),url(/build/fonts/1plus1_2020-RegularOblique.ttf?cff015f23e7f521cb616e848a27b30ab) format("truetype")}*{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-webkit-border-radius:0;margin:0;padding:0}* a{display:inline-block;text-decoration:none}* li{list-style:none}* img{max-width:100%;width:100%}:focus-visible{outline:none}body,html{height:100%}body{background-color:#fff;color:#000;display:flex;flex-direction:column;font-family:"1plus1_2020",sans-serif;min-width:320px}@media only screen and (min-width:768px){body{background-color:#efeef3}}main{flex:1 0 auto}button,input{border:none}a,button,input,optgroup,select,span,textarea{font-family:"1plus1_2020",sans-serif}p{font-family:"1plus1_2020",sans-serif;font-size:14px}h1,p{color:#000;line-height:30px}h1{font-feature-settings:"ordn" on,"ital" on,"salt" on,"ss02" on,"ss04" on;font-size:22px;font-style:normal;font-weight:900;margin:0}@media only screen and (min-width:768px){h1{font-size:29px;line-height:45px}}h2{font-feature-settings:"ital" on,"salt" on,"ordn" on,"ss02" on,"ss04" on;color:#000;font-size:18px;font-style:normal;font-weight:700;line-height:30px;margin-bottom:20px}@media only screen and (min-width:768px){h2{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;font-size:22px;line-height:30px}}h3{font-feature-settings:"ss01" on,"salt" on,"ordn" on,"ital" on,"ss04" on;color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:30px}@media only screen and (min-width:768px){h3{font-size:20px;line-height:20px}}h4{font-feature-settings:"ss01" on,"salt" on,"ordn" on,"ital" on,"ss04" on;color:#000;font-size:17px;font-style:italic;font-weight:300;line-height:30px}@media only screen and (min-width:768px){h4{font-size:20px;line-height:40px}}h5{font-feature-settings:"salt" on,"ital" on,"ss04" on,"ss06" on,"ordn" on,"ss02" on;color:#000;font-size:14px;font-style:normal;font-weight:700;line-height:25px;margin-bottom:8px}@media only screen and (min-width:768px){h5{font-size:16px;line-height:25px}}h6{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:30px;margin-bottom:20px}@media only screen and (min-width:768px){h6{font-size:16px;line-height:35px}}.superHeroTitle-bold{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:30px;font-style:normal;font-weight:700;line-height:30px}.heroTitle-bold{font-feature-settings:"ital" on,"ss04" on,"ss06" on,"cv20" on,"cv19" on,"cv18" on,"cv17" on,"cv16" on,"cv15" on,"cv14" on,"cv13" on,"cv11" on,"cv12" on;font-size:20px;font-style:normal;font-weight:700;line-height:25px}@media only screen and (min-width:768px){.heroTitle-bold{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;font-size:39px;line-height:50px}}.membersCardTitle-bold{font-feature-settings:"ital" on,"ss04" on,"ss06" on,"cv20" on,"cv19" on,"cv18" on,"cv17" on,"cv16" on,"cv15" on,"cv14" on,"cv13" on,"cv11" on,"cv12" on;font-size:14px;font-style:normal;font-weight:700;line-height:20px}@media only screen and (min-width:768px){.membersCardTitle-bold{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;font-size:15px;line-height:25px}}.menuTitle-bold{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:16px;font-style:normal;font-weight:700;line-height:20px}@media only screen and (min-width:768px){.menuTitle-bold{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;font-size:14px;font-style:normal;font-weight:700;line-height:25px}}.secondaryMenuTitle-bold{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:10px;font-style:normal;font-weight:400;line-height:25px}@media only screen and (min-width:768px){.secondaryMenuTitle-bold{font-size:12px;font-style:normal;font-weight:400;line-height:19px}}.articleTitle-black{font-feature-settings:"ordn" on,"ital" on,"salt" on,"ss02" on,"ss04" on;font-size:22px;font-style:normal;font-weight:900;line-height:30px}@media only screen and (min-width:768px){.articleTitle-black{font-feature-settings:"ital" on,"ss02" on,"ss04" on,"ss06" on;font-size:29px;line-height:45px}}.articleTitle-bold{font-feature-settings:"ital" on,"salt" on,"ordn" on,"ss02" on,"ss04" on;font-size:18px;font-style:normal;font-weight:700;line-height:30px}@media only screen and (min-width:768px){.articleTitle-bold{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;font-size:22px;line-height:30px}}.subTitleArticle-bold{font-feature-settings:"salt" on,"ital" on,"ss04" on,"ss06" on,"ordn" on,"ss02" on;font-size:14px;font-style:normal;font-weight:700;line-height:25px}.posterTitle-black{font-feature-settings:"ital" on,"ss04" on,"ss06" on,"cv20" on,"cv19" on,"cv18" on,"cv17" on,"cv16" on,"cv15" on,"cv14" on,"cv13" on,"cv11" on,"cv12" on;font-size:27px;font-style:normal;font-weight:900;letter-spacing:2.5px;line-height:20px;text-transform:uppercase}@media only screen and (min-width:768px){.posterTitle-black{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;font-size:29px;letter-spacing:normal;line-height:20px;text-transform:none}}.posterSubTitle-light{font-feature-settings:"ital" on,"ss04" on,"ss06" on,"cv20" on,"cv19" on,"cv18" on,"cv17" on,"cv16" on,"cv15" on,"cv14" on,"cv13" on,"cv11" on,"cv12" on;font-weight:300}.posterSubTitle-black,.posterSubTitle-light{font-size:18px;font-style:normal;line-height:20px}.posterSubTitle-black{font-feature-settings:"ital" on,"ss04" on,"ss06" on,"cv20" on,"cv19" on,"cv18" on,"cv17" on,"cv16" on,"cv15" on,"cv14" on,"cv13" on,"cv11" on,"cv12" on;font-weight:900;letter-spacing:1px}.posterNote-light{font-feature-settings:"ital" on,"ss04" on,"ss06" on,"cv20" on,"cv19" on,"cv18" on,"cv17" on,"cv16" on,"cv15" on,"cv14" on,"cv13" on,"cv11" on,"cv12" on;font-size:17px;font-style:normal;font-variant:small-caps;font-weight:300;letter-spacing:2px;line-height:20px}.titleBig-bold,.titleLarge-bold{font-feature-settings:"salt" on,"ital" on,"ss04" on,"ss06" on,"ordn" on,"ss02" on;font-size:14px;font-style:normal;font-weight:700;line-height:20px}@media only screen and (min-width:768px){.titleLarge-bold{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;font-size:19px;line-height:30px}}.titleLarge-regular{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;font-size:19px;font-style:normal;font-weight:400;line-height:30px}.titleMedium-bold{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:12px;font-style:normal;font-weight:700;line-height:20px}@media only screen and (min-width:768px){.titleMedium-bold{font-feature-settings:"ordn" on,"ital" on,"ss02" on,"ss04" on,"ss06" on}}.titleSmall-bold{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on,"ss02" on;font-size:10px;font-style:normal;font-weight:700;line-height:15px}@media only screen and (min-width:768px){.titleSmall-bold{font-feature-settings:"ss02" on,"ss04" on,"ss06" on,"ital" on,"ordn" on;font-size:11px;line-height:15px}}.posterTitleBlack{font-feature-settings:"ital" on,"ss04" on,"ss06" on,"cv20" on,"cv19" on,"cv18" on,"cv17" on,"cv16" on,"cv15" on,"cv14" on,"cv13" on,"cv11" on,"cv12" on;font-size:24px;font-style:normal;font-weight:900;line-height:20px}.posterTitle-bold{font-feature-settings:"salt" on,"ital" on,"ss04" on,"ss06" on,"ordn" on,"ss02" on;font-size:14px;font-style:normal;font-weight:700;line-height:25px}.leadText-light{font-feature-settings:"ss01" on,"salt" on,"ordn" on,"ital" on,"ss04" on;font-size:17px;font-style:italic;font-weight:300;line-height:30px}.bodyTextLarge-bold{font-weight:700}.bodyTextLarge-bold,.bodyTextLarge-light{font-size:14px;font-style:normal;line-height:30px}.bodyTextLarge-light{font-weight:300}.h6-bodyTextLarge-light{font-size:16px;font-style:normal;font-weight:300;line-height:30px}.bodyTextMedium-regular{font-size:14px;font-style:normal;font-weight:400;line-height:30px}.bodyTextSmall-regular{font-size:12px;font-style:normal;font-weight:400;line-height:25px}@media only screen and (min-width:768px){.bodyTextSmall-regular{line-height:15px}}.textSmall-regular{font-size:10px;font-style:normal;font-weight:400;line-height:15px}@media only screen and (min-width:768px){.textSmall-regular{font-size:12px;line-height:15px}}.linkRegular-italic{font-size:14px;font-style:italic;font-weight:400;line-height:30px}.footerText-regular{font-size:10px;font-style:normal;font-weight:400;letter-spacing:1px;line-height:20px}.largeData-regular{font-size:12px}.largeData-regular,.smallData-regular{font-style:normal;font-weight:400;line-height:15px}.smallData-regular{font-size:8px}@media only screen and (min-width:768px){.smallData-regular{font-size:10px}}.largeHashTag-regular-italic{font-size:12px;font-style:italic;font-weight:400;line-height:15px}@media only screen and (min-width:768px){.largeHashTag-regular-italic{font-size:14px;line-height:15px}}.smallHashTag-regular-italic{font-size:8px;font-style:italic;font-weight:400;line-height:15px}@media only screen and (min-width:768px){.smallHashTag-regular-italic{font-size:10px}}.tabSmall-bold{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:12px;font-style:normal;font-weight:700;line-height:20px}@media only screen and (min-width:768px){.tabSmall-bold{font-size:14px;line-height:25px}}.tabLarge-regular{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:14px;font-style:normal;font-weight:400;line-height:25px}@media only screen and (min-width:768px){.tabLarge-regular{font-size:16px;line-height:45px}}.errorPage-code{font-size:100px;font-style:normal;font-weight:900;line-height:normal}@media only screen and (min-width:768px){.errorPage-code{font-size:175px}}.button-regular{font-size:12px;font-style:normal;font-weight:400;line-height:25px}@media only screen and (min-width:768px){.button-regular{font-size:14px;line-height:25px}}.bigButton-bold{font-feature-settings:"ordn" on,"ital" on,"ss02" on,"ss04" on,"ss06" on;font-size:12px;font-style:normal;font-weight:700;line-height:20px}@media only screen and (min-width:768px){.bigButton-bold{font-feature-settings:normal;font-size:14px}}.smallButton-regular{font-size:10px;font-style:normal;font-weight:400;line-height:25px}@media only screen and (min-width:768px){.smallButton-regular{font-size:12px;line-height:20px}}.tabMain-bold{font-size:21px;font-style:normal;font-weight:700;line-height:25px}@media only screen and (min-width:768px){.tabMain-bold{font-size:21px;line-height:25px}}.flag{background:conic-gradient(from -68.89deg at 24% 107.5%,#bc023d 0deg,#ae0035 57.79deg,#a60237 86.83deg,#9f0339 111.39deg,#b9033a 145.56deg,#cc0f1b 186.6deg,#c30042 244.83deg,#a40527 279.13deg,#9d0621 322.21deg,#bc023d 1turn);border-radius:0 5px 5px 0;color:#fff;padding:4px 10px 6px}.img-object-fit-cover-absolute{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.img-hover:hover{box-shadow:0 11px 10px -5px rgba(0,0,0,.2)}.color-red{color:#ec1c24}.color-text-white{color:#fff}.color-hashTag-violet{color:#8456c2}.color-hashTag-blue{color:#4285f4}.color-hashTag-orange{color:#ff9000}.pb-25{padding-bottom:25px!important}.pt-35{padding-top:35px!important}.plr-30{padding:0 30px}.mb-25{margin-bottom:25px}.mb-10{margin-bottom:10px}.hiddenText{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;max-height:55px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.readMore{color:#ec1c24;cursor:pointer;text-align:right}.header{background-color:#fff;bottom:0;position:fixed;width:100%;z-index:7777777}.header.active{height:100%}.header.active .container{overflow:scroll}.header__mobile{display:none;height:100vh}.header__mobile-title{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:25px;padding-top:25px}.header__mobile-lang{display:flex;justify-content:space-between;margin-bottom:-2px;max-width:75px;width:100%}.header__mobile-lang .active{color:#ec1c24}.header__mobile-lang a{color:#908999;position:relative}.header__mobile-lang a:last-child:before{background-color:#908999;content:"";height:100%;left:-9px;position:absolute;top:0;width:2px}.header__line{align-items:center;background-color:#fff;bottom:0;box-sizing:border-box;display:flex;height:55px;justify-content:space-between;left:0;padding:0 30px;position:absolute;width:100%;z-index:6666}.header__mobileSearch{display:none}.header__mobileSearch-form{margin-bottom:20px}.header__mobileSearch-input{position:relative}.header__mobileSearch-input .label-search{left:15px;position:absolute;top:10px}.header__mobileSearch-input .input-search{border-radius:30px;padding:6px 0 4px 40px;width:100%}.header__mobileSearch-input .button-search{position:absolute;right:0}.header__mobileSearch-hashTag{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.header__mobileMenu{align-items:flex-start;-moz-column-gap:20px;column-gap:20px;display:flex;flex-wrap:wrap;justify-content:center}.header__mobileMenu-title{align-items:center;background:rgba(0,0,0,.3);border-radius:5px;color:#fff;display:flex;height:140px;justify-content:center;margin-bottom:20px;overflow:hidden;position:relative;width:140px}.header__mobileMenu-title img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.header__mobileMenu-title span{margin:auto;position:absolute;text-align:center;z-index:3}@media only screen and (min-width:768px){.header{background-color:#100817;padding:15px 0;position:relative}.header .container{align-items:center;background-color:inherit;display:flex;flex-wrap:wrap;justify-content:center}.header__nav{margin:auto}.header__nav ul{display:flex}.header__nav ul li{margin-right:40px}.header__nav ul li:last-child{margin-right:0}.header__nav ul li svg{fill:#fff}.header__nav a{color:#fff}.header__nav a svg{transition:all .3s linear}.header__nav a.active,.header__nav a:hover{color:#ec1c24}.header__nav a.active svg{fill:#ec1c24}.header__programs:hover .header__nav-dropdown--programs{opacity:1;visibility:visible}.header__programs:hover .header__programs-item{color:#ec1c24}.header__programs:hover svg{fill:#ec1c24;transform:rotate(180deg)}.header__news:hover .header__nav-dropdown--news{opacity:1;visibility:visible}.header__news:hover .header__programs-item{color:#ec1c24}.header__news:hover svg{fill:#ec1c24;transform:rotate(180deg)}.header__nav-dropdown{background-color:#100817;bottom:-100%;height:100%;left:0;opacity:0;padding:0;position:absolute;transition:all .3s linear;visibility:hidden;width:100%}.header__nav-dropdown ul{display:flex;flex-wrap:wrap}.header__nav-dropdown a{color:#adabb2}.header__nav-dropdown--programs{z-index:10}.header__nav-dropdown--programs ul{font-size:14px;margin:0 auto;max-width:981px}.header__nav-dropdown--programs ul li{cursor:pointer;margin:0;padding:0 45px;position:relative}.header__nav-dropdown--programs ul li:hover a{color:#ec1c24}.header__nav-dropdown--news{z-index:10}.header__nav-dropdown--news ul{flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:802px}.header__nav-dropdown--news ul li:first-child{margin-left:30px}.header__social{display:flex}.header__social a{margin-right:10px}.header__mobile-lang{max-width:55px}.header__mobile-lang a:last-child:before{left:-8px}.header__icon{cursor:pointer}.header__icon path{fill:#fff;stroke:#fff}.header__icon:hover path{fill:#ec1c24;stroke:#ec1c24}.header__icon--close{display:none}.header__icon--close.rotate-in-center{-webkit-animation:rotate-in-center .3s cubic-bezier(.25,.46,.45,.94) both;animation:rotate-in-center .3s cubic-bezier(.25,.46,.45,.94) both;height:auto;opacity:1;visibility:visible}@-webkit-keyframes rotate-in-center{0%{opacity:0;transform:rotate(-1turn)}to{height:auto;opacity:1;transform:rotate(0);visibility:visible}}@keyframes rotate-in-center{0%{opacity:0;transform:rotate(-1turn)}to{height:auto;opacity:1;transform:rotate(0);visibility:visible}}.header__icon--close.rotate-out-center{-webkit-animation:rotate-out-center .3s cubic-bezier(.55,.085,.68,.53) both;animation:rotate-out-center .3s cubic-bezier(.55,.085,.68,.53) both}@-webkit-keyframes rotate-out-center{0%{opacity:1;transform:rotate(0)}to{opacity:0;transform:rotate(-1turn)}}@keyframes rotate-out-center{0%{opacity:1;transform:rotate(0)}to{opacity:0;transform:rotate(-1turn)}}.header__icon--search.scale-in-center{-webkit-animation:scale-in-center .3s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-center .3s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes scale-in-center{0%{opacity:1;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes scale-in-center{0%{opacity:1;transform:scale(0)}to{opacity:1;transform:scale(1)}}.header__icon--search.scale-out-center{-webkit-animation:scale-out-center .3s cubic-bezier(.55,.085,.68,.53) both;animation:scale-out-center .3s cubic-bezier(.55,.085,.68,.53) both}@-webkit-keyframes scale-out-center{0%{opacity:1;transform:scale(1)}to{height:0;opacity:0;transform:scale(0);visibility:hidden}}@keyframes scale-out-center{0%{opacity:1;transform:scale(1)}to{height:0;opacity:0;transform:scale(0);visibility:hidden}}.header__nav-dropdown--search{align-items:center;display:flex;justify-content:center}.header__nav-dropdown--search.active{opacity:1;visibility:visible}.header__desktopSearch-form{background-color:#dddce6;border-radius:30px;max-width:390px;padding:5px 100px 5px 45px;position:relative;width:100%}.header__desktopSearch-input .label-search{left:16px;position:absolute;top:10px}.header__desktopSearch-input .label-search path{fill:#908999;stroke:#908999}.header__desktopSearch-input .input-search{width:100%}.header__desktopSearch-input .button-search{padding:10px 28px;position:absolute;right:0;top:0}}@media only screen and (min-width:1366px){.header .container{flex-direction:row;justify-content:space-between}.header__nav{margin-left:35px}.header__social{margin-right:35px}.header__mobile-lang{margin-right:20px}.header__nav-dropdown--programs ul li:first-child:before{background-color:#adabb2;content:"";height:100%;left:0;position:absolute;top:0;width:1px}.header__nav-dropdown--programs ul li:after{background-color:#adabb2;content:"";height:100%;position:absolute;right:0;top:0;width:1px}.header__nav-dropdown--programs ul li:hover:first-child:before{background-color:#ec1c24}.header__nav-dropdown--programs ul li:hover:before{background-color:#ec1c24;content:"";height:100%;left:-1px;position:absolute;top:0;width:1px}.header__nav-dropdown--programs ul li:hover:after{background-color:#ec1c24}.header__nav-dropdown{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;padding:40px 0;top:calc(100% - 15px)}}.subHeader{box-shadow:0 4px 7px rgba(0,0,0,.3);margin-bottom:15px;position:relative}@media only screen and (min-width:768px){.subHeader{position:fixed;top:55px;width:100%}}.subHeader ul{align-items:center;display:flex;justify-content:space-between;padding:5px 0}.subHeader ul a{color:#000}@media only screen and (min-width:768px){.subHeader{background-color:#fff;margin-bottom:0;z-index:30}.subHeader ul{max-width:411px;padding:10px 0 10px 95px}.subHeader ul a:hover{color:#ec1c24}.afterHeader{padding-bottom:30px;position:relative;width:100%;z-index:1}}.fixedMenu-container{height:35px}.fixedMenu{background-color:#efeef3;left:0;padding:4px 0 6px;position:fixed;top:0;width:100%;z-index:2222}.fixedMenu ul{display:flex;justify-content:space-between;margin:auto;max-width:300px;width:100%}.fixedMenu ul a{color:#000}.container{margin:auto;max-width:100%;padding:0 30px}@media only screen and (min-width:768px){.container{background-color:#fff;box-sizing:border-box;max-width:1176px;padding:0 80px}}.footer{background:#000;padding-bottom:72px;padding-top:70px}.footer__logos{align-items:center;-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;margin:auto;max-width:360px;padding-bottom:44px;row-gap:20px;width:100%}.footer__logos-logo{text-align:center}.footer__logos-logo:last-child{grid-column:2}.footer__links{margin-bottom:45px;text-align:center}.footer__links a{color:hsla(0,0%,100%,.8)}.footer__contacts{text-align:center}.footer__contacts a{color:hsla(0,0%,100%,.8)}@media only screen and (min-width:768px){.footer{position:relative;z-index:33}.footer .container{background-color:#000}.footer__logos{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:100%}}.button{background:linear-gradient(24.42deg,#ff0008 8.52%,#d9000e 91.48%,#d9000e 0);border-radius:30px;box-shadow:0 5px 10px rgba(191,0,13,.3),inset 0 0 10px hsla(0,0%,100%,.5);color:#fff;cursor:pointer;display:inline-block}.button.active,.button:active,.button:hover{box-shadow:none}.button.active{background:linear-gradient(24.42deg,#ff0008 8.52%,#d9000e 91.48%,#d9000e 0);color:#fff}.button.active:hover{box-shadow:none}.button-search{color:#fff;padding:7px 15px 8px}.button-more{color:#fff;padding:1.5px 25px 3.5px}.button-arrow{display:inline-block;margin:auto;padding:0 23px 4px 25px;text-align:center}.button-opacity{background:rgba(0,0,0,.2)}.button-grey,.button-opacity{border:1px solid #959595;border-radius:20px;box-shadow:none;box-sizing:border-box;padding:1.5px 25px 3.5px}.button-grey{background:rgba(239,238,243,.5);color:#908999}.button-play{bottom:0;left:0;margin:auto;max-height:50px;max-width:50px;position:absolute;right:0;top:0}.button-white{background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#908999}.button-white:hover{background:linear-gradient(24.42deg,#ff0008 8.52%,#d9000e 91.48%,#d9000e 0);box-shadow:0 5px 10px rgba(191,0,13,.3),inset 0 0 10px hsla(0,0%,100%,.5);color:#fff}.bigButton{padding:4px 25px 8px}input{background-color:#dddce6;font-style:normal;font-weight:400}input:focus-visible{outline-width:0}input[type=checkbox]:disabled{color:#666;cursor:default;filter:grayscale(100%);opacity:.6}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-container-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.fancybox__button--zoom,.swiper-button-lock{display:none}.videoSlider{padding-bottom:30px}.videoSlider__container{padding:0 30px}.videoSlider__container-item{max-width:140px;width:100%}.videoSlider__container-item a{display:block}.videoSlider__container-item-img{border-radius:5px;margin-bottom:3px;overflow:hidden;padding-top:140px;position:relative}.videoSlider__container-item-img svg{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:2}.videoSlider__container-item-img img{-o-object-position:center top;object-position:center top}.videoSlider__container-item .titleSmall-bold{margin-bottom:6px}.videoSlider__container-item .date-hashTag{display:flex}.videoSlider__container-item .date-hashTag .smallData-regular{margin-right:10px}.videoSlider__container-item .date-hashTag .smallHashTag-regular-italic{color:#c04}.videoSlider .heroTitle-bold{margin-bottom:12px}.todaySlider{background-color:#efeef3;margin-bottom:25px;padding:0 30px}.todaySlider .swiper-slide{padding:9px 0 12px;text-align:center;width:auto}.todaySlider .heroTitle-bold{color:#959595}.todaySlider__slide-date{color:#959595;font-size:10px;font-style:normal;font-weight:400;line-height:18px;white-space:nowrap}.todaySlider .active .heroTitle-bold,.todaySlider .active .todaySlider__slide-date{color:red}@media only screen and (min-width:768px){.todaySlider{background:none;margin-bottom:0}.todaySlider__container{margin-bottom:35px;position:relative;z-index:1}.todaySlider__container:before{background:rgba(221,220,230,.35);content:"";height:100%;left:-80px;padding:0 80px;position:absolute;top:0;width:100%;z-index:-1}.todaySlider__container .swiper-button-prev{left:-50px}.todaySlider__container .swiper-button-next{right:-50px}.todaySlider__slide-date{margin-left:4.5px;padding:15px 20px}.todaySlider__slide-date.active,.todaySlider__slide-date:hover{border-radius:5px;box-shadow:0 3px 8px rgba(0,0,0,.15);color:#ec1c24}.todaySlider__slide-date .titleLarge-bold{text-transform:uppercase}}.thumbs__sliderImg .swiper-slide{height:90px;width:140px!important}.thumbs__sliderImg .swiper-slide img{height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:768px){.swiper-button-next,.swiper-button-prev{border:1px solid #908999;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.15);box-sizing:border-box;height:40px;width:40px}.swiper-button-next:after,.swiper-button-prev:after{content:none}}.banner-catfish{bottom:54.5px!important}@media only screen and (min-width:768px){.banner-catfish{bottom:0!important}}.banner.container{padding:35px 0}.banner--wide{background-color:#dddce6;padding:60px 0}.advertising-background{padding-bottom:35px}.advertising-background>div{background-color:#dddce6;padding:60px 0}#branding{left:50%;position:fixed;top:0;transform:translateX(-50%);z-index:0}.social-icons{background-color:#efeef3;bottom:55px;position:fixed;width:100%;z-index:777}.social-icons__list{align-items:center;display:flex;height:40px;justify-content:space-between;padding:0 30px}.social-icons button{height:20px}.tooltip{background-color:#959595;border-radius:20px;bottom:60px;display:none;left:50%;padding:5px 40px;position:absolute;transform:translate(-50%)}.tooltip .tooltip-text{color:#fff}.tooltip.active{-webkit-animation:toolTipAnimation .2s forwards;animation:toolTipAnimation .2s forwards;display:block}@-webkit-keyframes toolTipAnimation{0%{opacity:25%}35%{opacity:35%}50%{opacity:50%}75%{opacity:75%}to{opacity:85%}}@keyframes toolTipAnimation{0%{opacity:25%}35%{opacity:35%}50%{opacity:50%}75%{opacity:75%}to{opacity:85%}}@media only screen and (min-width:768px){.social-icons{background:none;position:static}.social-icons__list{display:block;height:auto;padding:15px 0}.social-icons__list li{display:inline-block}.social-icons__list li:not(:last-child){margin-right:10px}}.loader{display:flex;justify-content:center}.loader__one,.loader__plus{display:inline-block;height:20px;width:20px}.loader__one:first-child svg,.loader__one:last-child svg,.loader__plus svg{-webkit-animation-duration:0s;animation-duration:0s}.loader.active .loader__one:first-child svg,.loader.active .loader__one:last-child svg,.loader.active .loader__plus svg{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;position:relative}.loader.active .loader__one:first-child svg{-webkit-animation-name:animateLeftNumber;animation-name:animateLeftNumber}.loader.active .loader__one:last-child svg{-webkit-animation-name:animateRightNumber;animation-name:animateRightNumber}.loader.active .loader__plus svg{-webkit-animation-name:animatePlusIcon;animation-name:animatePlusIcon}@-webkit-keyframes animateLeftNumber{0%{left:0}20%{left:-5px}60%{left:-5px}80%{left:0}}@keyframes animateLeftNumber{0%{left:0}20%{left:-5px}60%{left:-5px}80%{left:0}}@-webkit-keyframes animatePlusIcon{20%{transform:rotate(0deg)}60%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes animatePlusIcon{20%{transform:rotate(0deg)}60%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@-webkit-keyframes animateRightNumber{0%{right:0}20%{right:-5px}60%{right:-5px}80%{right:0}}@keyframes animateRightNumber{0%{right:0}20%{right:-5px}60%{right:-5px}80%{right:0}}.cookies{background-color:#000;bottom:55px;display:none;left:0;padding-bottom:11px;padding-top:14px;position:fixed;z-index:7777777}.cookies.open{display:block}.cookies__center{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.cookies__text{color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.cookies__text a{color:#ec1c24;text-decoration:underline}.cookies__button{display:flex;justify-content:center;margin:auto;max-width:40%}.media-desktop .cookies{bottom:0;left:0;right:0}.media-desktop .cookies .container{background-color:#000}.media-desktop .cookies__center{flex-wrap:wrap;justify-content:center;margin-bottom:0;row-gap:15px}.media-desktop .cookies__close{cursor:pointer;position:absolute;right:5px;top:10px}@media only screen and (min-width:768px){.media-desktop .cookies__close{right:25px;top:20px}}@media only screen and (min-width:1024px){.media-desktop .cookies__button{margin-left:20px}}@media only screen and (min-width:1366px){.media-desktop .cookies__close{position:static}.media-desktop .cookies .container{padding:0}}.programMore__item-popup{bottom:0;height:50px;left:0;margin:auto;position:absolute;right:0;top:0;width:50px;z-index:5}.program-popup__header{display:flex;justify-content:space-between;margin-bottom:15px}.program-popup__header .posterTitle-bold{color:#fff}.program-popup__header .close-popup{height:20px;opacity:1;position:relative;width:auto}.program-popup__header .close-popup svg{display:block}.program-popup__content{margin-bottom:10px}.program-popup__description{color:#fff;margin-bottom:18px;position:relative}.program-popup__buttons{display:flex;justify-content:space-between}.program-popup__background{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;opacity:1}.program-popup__background:before{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,0,0,.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}@media only screen and (min-width:768px){.program-popup__content iframe{min-height:420px}.program-popup__buttons{flex-wrap:wrap;justify-content:flex-start}.program-popup__buttons a:first-child{margin-right:10px}}.main-popup{padding:60px 0}.main-popup .readMore{position:relative;top:-25px}.mfp-bg{z-index:7777778}.mfp-wrap{z-index:7777779}@media only screen and (min-width:768px){.main-popup .container{background-color:transparent;max-width:875px}.main-popup .heroTitle-bold{color:#fff}}.search-ajax{background-color:#fff;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,.15);box-sizing:border-box;display:none;height:auto;left:0;margin:auto;max-height:175px;overflow:scroll;padding:13px 0 12px;position:absolute;right:0;top:calc(100% + 5px);width:100%;z-index:5}@media only screen and (min-width:768px){.search-ajax{box-shadow:none;max-height:253px;overflow:hidden;position:static}}.search-ajax__item{align-items:center;display:flex;justify-content:space-between;padding:7px 15px 8px}@media only screen and (min-width:768px){.search-ajax__item{padding:12px 15px 13px}}.search-ajax__item:active,.search-ajax__item:hover{background-color:#efeef3}.search-ajax__item-text{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#908999;display:-webkit-box;max-height:25px;max-width:78%;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:100%}.search-ajax__item-category{color:#908999}.overflow-hidden{overflow:hidden}@media only screen and (min-width:768px){.search-results--desktop{background-color:#fff;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,.15);box-sizing:border-box;display:none;left:0;overflow:hidden;position:absolute;top:calc(100% + 10px);width:100%;z-index:1000}.search-results--desktop button{background-color:#fff;border-top:1px solid #dddce6;color:#a6a6a6;cursor:pointer;padding:6px 0;width:100%}.search-results--desktop button:active,.search-results--desktop button:hover{background-color:#efeef3}}.sliderHeader{background-color:#e5e5e5;flex:0 0 auto;max-width:100%;width:100%}.sliderHeader__slide{padding-top:325px;position:relative}.sliderHeader__slide:before{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.sliderHeader__slide img{z-index:1}.sliderHeader__slide-hashTag{color:#fff;display:inline-block;margin-bottom:13px;padding-right:10px;position:relative}.sliderHeader__slide-hashTag span{position:relative}.sliderHeader__slide-hashTag:before{background:conic-gradient(from -68.89deg at 24% 107.5%,#bc023d 0deg,#ae0035 57.79deg,#a60237 86.83deg,#9f0339 111.39deg,#b9033a 145.56deg,#cc0f1b 186.6deg,#c30042 244.83deg,#a40527 279.13deg,#9d0621 322.21deg,#bc023d 1turn);border-radius:0 5px 5px 0;content:"";height:100%;left:-30px;position:absolute;width:calc(100% + 30px)}.sliderHeader__slide-title{color:#fff;display:block;margin-bottom:16px;position:relative}.sliderHeader__slide-title h2{color:inherit}.sliderHeader__slide-text{bottom:25px;left:30px;position:absolute;z-index:3}.sliderHeader .swiper-pagination{bottom:25px;display:flex;justify-content:space-around;left:0;margin:auto;max-width:300px;right:0}.sliderHeader .swiper-pagination .swiper-pagination-bullet{border:1px solid #959595;border-radius:5px;box-sizing:border-box;height:5px;width:60px}.sliderHeader .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0) 62.67%);border-radius:5px}.tabsNews-container{padding:0}.tabsNews__content-item--main-page{padding:0 30px}.tabsNews__buttons{align-items:center;background-color:#dddce6;border-radius:30px;display:flex;justify-content:space-between;margin-bottom:15px;padding:6px 15px 9px;position:relative;z-index:1}.tabsNews__buttons .button-tab{color:#908999}.tabsNews__buttons .active .button-tab{color:#fff;position:relative}.tabsNews__buttons .active .button-tab:before{background:linear-gradient(24.42deg,#ff0008 8.52%,#d9000e 91.48%,#d9000e 0);border-radius:30px;box-shadow:0 5px 10px rgba(191,0,13,.3),inset 0 0 10px hsla(0,0%,100%,.5);content:"";height:100%;left:-15px;padding:6px 15px 9px;position:absolute;top:-6px;width:100%;z-index:-1}.tabsNews .button-tab{color:#908999}.tabsNews__content{max-height:280px;overflow:hidden;padding-bottom:15px}.tabsNews__content-item,.tabsNews__content .owl-carousel{height:0;opacity:0;position:relative;z-index:-1}.tabsNews__content-item.active,.tabsNews__content-item .owl-carousel,.tabsNews__content .owl-carousel.active,.tabsNews__content .owl-carousel .owl-carousel{height:auto;opacity:1;z-index:1}.tabsNews__card{background:#000;border-radius:5px;max-width:300px;overflow:hidden;padding-top:280px;position:relative}.tabsNews__card-img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.tabsNews__card-img a{height:100%}.tabsNews__card-img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.tabsNews__card-text{bottom:13px;left:0;position:absolute;width:100%}.tabsNews__card-text--flag{display:inline-block;margin-bottom:10px}.tabsNews__card-text .titleMedium-bold{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin:0 4px 8px 10px;max-height:55px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.tabsNews__card-text .largeData-regular,.tabsNews__card-text .titleMedium-bold{color:#fff}.tabsNews__card-text .date-and-hashTag{align-items:center;display:flex;padding:0 4px 13px 10px}.tabsNews__card-text .date-and-hashTag .largeData-regular{margin-right:10px}.tabsNews__card-text .largeHashTag-regular-italic{color:#ec1c24}@media only screen and (min-width:768px){.tabsNews{position:relative}.tabsNews__containerButtons{position:relative;width:100%}.tabsNews__buttons{background-color:#fff;max-width:460px;width:100%}.tabsNews__buttons li a{color:#908999}.tabsNews__buttons li.active a{color:#000}.tabsNews__content{max-height:100%}.tabsNews__content-item{display:flex;justify-content:space-between;padding:0}.tabsNews__card{max-height:480px;max-width:525px;min-height:480px;padding-top:0}.tabsNews__card-text{bottom:55px}.tabsNews__card .titleLarge-bold{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;margin:0 25px;max-height:55px;min-height:60px;overflow:hidden;text-overflow:ellipsis;white-space:normal}}.tips.tips-revers{padding-bottom:25px}.tips.tips-revers .tips__item:first-child .tips__item-img{padding-top:56.15%}.tips.tips-revers .tips__item:first-child{grid-row:header-start/content-end}.tips.tips-revers .tips__item:nth-child(2){grid-row:header-start/footer-end}.tips.tips-revers .tips__item:nth-child(2) .tips__item-img{padding-top:141%}.tips.tipsNews .tips-container{grid-template-rows:auto}.tips.tipsNews .tips__item:first-child{grid-column:1/3;grid-row:1}.tips.tipsNews .tips__item:first-child .tips__item-img{padding-top:51.67%}.tips.tipsNews .tips__item:nth-child(2){grid-row:2}.tips-container{-moz-column-count:2;column-count:2;-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:[header-start] -webkit-min-content [content-end] -webkit-min-content [footer-end] -webkit-min-content;grid-template-rows:[header-start] min-content [content-end] min-content [footer-end] min-content;padding-bottom:15px}.tips__item{margin-bottom:20px;max-width:100%;width:100%}.tips__item-img{border-radius:5px;margin-bottom:8px;overflow:hidden;padding-top:56.15%;position:relative;width:100%}.tips__item-img a{display:block}.tips__item-img--flag{bottom:15px;display:inline-block;left:0;position:absolute;top:auto;white-space:nowrap;z-index:1}.tips__item-img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;position:absolute;top:0;width:100%}.tips__item-title{margin-bottom:6px}.tips__item-date-hashTag{display:flex}.tips__item .smallHashTag-regular-italic{color:#c04;margin-left:5px}.tips__item:first-child .tips__item-img{padding-top:141%}.tips__item:first-child{grid-row:header-start/footer-end}.tips__item:nth-child(2){grid-row:header-start/content-end}.tips__advertising{padding-bottom:33px}.tips__button{text-align:center}@media only screen and (min-width:768px){.tips .heroTitle-bold{margin-bottom:23px}.tips__header{align-items:center;display:flex;justify-content:space-between}.tips-container{gap:30px 35px;grid-template-columns:31% 38% 24.59%;grid-template-rows:1fr 1fr}.tips__item .tips__item-img,.tips__item:first-child .tips__item-img{padding-top:175px}.tips__item:first-child,.tips__item:nth-child(2){grid-row:1}.tips__item:nth-child(3){grid-row:1/3}.tips__item:nth-child(3) .tips__item-img{padding-top:525px}.tips__tags .container{padding-bottom:35px}}.tipsMore{margin-bottom:23px}.tipsMore .heroTitle-bold{margin-bottom:12px}.tipsMore .tips__item:last-child{grid-column:1/3}.tipsMore .tips__item:last-child .tips__item-img{padding-top:51.67%}.tipsMore .tips__button{text-align:center}.news{padding-bottom:35px}.news__item{align-items:flex-start;display:flex;margin-bottom:10px}.news__item-img{border-radius:5px;height:80px;margin-right:10px;max-width:80px;overflow:hidden;position:relative;width:100%}.news__item-img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.news__item-text h3{margin-bottom:6px}.news__item-text .date-hashTag{display:flex}.news__item-text .date-hashTag .smallData-regular{margin-right:10px}.news__item-text .date-hashTag .smallHashTag-regular-italic{color:#ff9000}.news__buttonMore{text-align:center}@media only screen and (min-width:768px){.news__item{margin-bottom:15px}.news__item-img{height:75px;max-width:105px}.news__item-img img{-o-object-position:top;object-position:top}}.program{background:#efeef3;margin-bottom:15px;padding-bottom:35px;padding-top:28px}.program .heroTitle-bold{margin-bottom:10px}.program__items{margin-bottom:15px}.program__item{align-items:center;display:flex;margin-bottom:20px}.program__item-img{border-radius:5px;margin-right:10px;max-width:26.67%;overflow:hidden;padding-top:16.67%;position:relative;width:100%}.program__item-text .time{align-items:center;display:flex}.program__item-text .time .articleTitle-black{color:#000}.program__item-text .time .color-red{color:#ec1c24}.program__item-text .nowAir{background:conic-gradient(from -68.89deg at 24% 107.5%,#bc023d 0deg,#ae0035 57.79deg,#a60237 86.83deg,#9f0339 111.39deg,#b9033a 145.56deg,#cc0f1b 186.6deg,#c30042 244.83deg,#a40527 279.13deg,#9d0621 322.21deg,#bc023d 1turn);border-radius:5px;color:#fff;margin-left:6px;padding:.7px 12px 4.3px;white-space:nowrap}.program__item-text .bodyTextSmall-regular{line-height:10px}.program__item-text--button{border:1px solid #908999;border-radius:20px;box-sizing:border-box;color:#908999;font-size:10px;font-style:normal;font-weight:400;max-width:125px;padding-bottom:2px;text-align:center;width:100%}.program__button{text-align:center}.program__hidden{display:none;margin:0 -30px 20px;padding:20px 30px 30px;position:relative}.program__hidden:before{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,0,0,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.program__hidden-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px;position:relative}.program__hidden-header--text div{color:#fff}.program__hidden-img{margin-bottom:7px;padding-top:57%;position:relative;width:100%}.program__hidden-description{margin-bottom:15px;position:relative}.program__hidden-description *{color:#fff!important}.program__hidden-description p.hiddenText{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;max-height:55px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.program__hidden-description .readMore{color:#ec1c24!important}.program__hidden-buttons{align-items:center;display:flex;justify-content:space-between;position:relative}.program__hidden-buttons a{font-size:10px;max-width:143px;padding-left:0;padding-right:0;text-align:center;width:100%}@media only screen and (min-width:768px){.program{background:none;margin-bottom:0;padding:22px 0 40px;position:relative;z-index:1}.program__hidden{padding:45px 35px}.program__hidden-header--close{cursor:pointer;position:absolute;right:36px;top:36px;z-index:10}.program__hidden .program__hidden-item{align-items:center;display:flex;gap:15px;position:relative}.program__hidden .program__hidden-item .program__item-time{color:#fff;width:auto}.program__hidden .program__hidden-item .program__item-img{margin:0;max-width:315px;padding-top:19.1%}.program__hidden .program__hidden-item .program__item-text{max-width:545px}.program__hidden .program__hidden-item .program__item-text--button,.program__hidden .program__hidden-item .textSmall-regular{color:#fff}.program__header{display:flex;justify-content:space-between;margin-bottom:20px}.program__header .button{margin-right:0}.program .container{background:rgba(221,220,230,.35);padding-bottom:40px;padding-top:22px}.program__item{margin-right:55px;max-width:200px}.program__item-text .time{max-width:222px}.program__item-text .bodyTextSmall-regular{line-height:15px}.program:before{background:rgba(221,220,230,.35);content:"";height:100%;left:-80px;padding:0 80px;position:absolute;top:0;width:100%;z-index:-1}}.seeOnline{padding-bottom:23px;padding-top:35px}.seeOnline .heroTitle-bold{margin-bottom:10px}.seeOnline-video{padding-bottom:20px}.seeOnline-video iframe{width:100%}.seeOnline-button{text-align:center}@media only screen and (min-width:768px){.seeOnline{padding:0}.seeOnline .container{padding-top:50px}.seeOnline .heroTitle-bold{margin-bottom:0}.seeOnline__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.seeOnline-video{padding-bottom:70px}}.videoNews{padding-bottom:23px}.videoNews-title{margin-bottom:12px}.videoNews__items{display:flex;flex-wrap:wrap;justify-content:space-between}.videoNews__item{margin-bottom:16px;max-width:47%;width:100%}.videoNews__item-img{margin-bottom:3px;padding-top:100%;position:relative;width:100%}.videoNews__item-img--flag{bottom:15px;color:#fff;font-size:10px;font-style:normal;font-weight:400;left:0;line-height:15px;position:absolute;top:auto;z-index:1}.videoNews__item-img svg{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.videoNews__item-text .titleSmall-bold{margin-bottom:6px}.videoNews__item-text .date-hashTag{display:flex}.videoNews__item-text .date-hashTag .smallData-regular{margin-right:10px}.videoNews__item-text .date-hashTag .smallHashTag-regular-italic{color:#c04}.videoNews__item:nth-child(3){max-width:100%}.videoNews__item:nth-child(3) .videoNews__item-img{padding-top:57%}.videoNews__item svg{z-index:3}.videoNews-button{text-align:center}@media only screen and (min-width:768px){.videoNews{padding-bottom:0}.videoNews-revers .videoNews__items{grid-template-columns:175px 175px 245px}.videoNews .container{padding-bottom:50px}.videoNews-title{align-items:center;margin-bottom:22px}.videoNews-title,.videoNews__content{display:flex;justify-content:space-between}.videoNews__content{align-items:flex-start;flex-direction:column;padding-bottom:15px}.videoNews__content-adv{align-items:center;background-color:#dddce6;display:flex;justify-content:center;max-width:315px;padding:0 7px}.videoNews__items{display:grid;gap:30px 35px;grid-template-columns:245px 175px 175px;grid-template-rows:1fr 1fr}.videoNews__item{max-width:100%}.videoNews__item-img{padding-top:157px}.videoNews__item-img svg{z-index:33}.videoNews__item:first-child{grid-row:1/3}.videoNews__item:first-child .videoNews__item-img{padding-top:525px}.videoNews__item:nth-child(2),.videoNews__item:nth-child(3){grid-row:1}.videoNews__item:nth-child(3) .videoNews__item-img{padding-top:175px}}@media only screen and (min-width:1024px){.videoNews__content{flex-direction:row;padding-bottom:0}}.beauty{padding-bottom:35px}.beauty .container{padding:0 30px}.beauty .heroTitle-bold{margin-bottom:10px}.beauty .titleBig-bold{margin-bottom:7px}.beauty__sliderImg{margin-bottom:13px;padding:0 30px}.beauty__sliderImg-slide{background-color:#efeef3;max-height:200px;max-width:300px;overflow:hidden;position:relative;width:100%}.beauty__sliderImg-slide a{position:absolute;right:10px;top:10px}.beauty__sliderImg-count{margin:auto;padding-right:30px;text-align:center;width:70px}.beauty__sliderImg-count span{font-size:12px;font-style:normal;font-weight:400;line-height:25px}.beauty__sliderImg-count span:last-child{color:#908999}.beauty__sliderNews{margin-bottom:16px;padding:0 30px}.beauty__sliderNews-item{max-width:140px;width:140px}.beauty__sliderNews-item-img{border-radius:5px;margin-bottom:3px;overflow:hidden;padding-top:100%;position:relative}.beauty__sliderNews-item-img a{display:block}.beauty__sliderNews-item-img--flag{bottom:15px;left:0;position:absolute;top:auto;z-index:1}.beauty__sliderNews-item .titleSmall-bold{color:#000;margin-bottom:6px}.beauty__sliderNews-item .date-hashTag{display:flex}.beauty__sliderNews-item .date-hashTag .smallHashTag-regular-italic{color:#c04;margin-left:10px}.beauty__button{text-align:center}.beauty__button-news{margin-bottom:23px;text-align:center}.beauty .thumbs__sliderImg .swiper-slide{background-color:#efeef3;cursor:pointer}@media only screen and (min-width:768px){.beauty{padding-bottom:0}.beauty .container{padding:0 80px 36px}.beauty__header{align-items:center;margin-bottom:10px}.beauty__container,.beauty__header{display:flex;justify-content:space-between}.beauty__container{flex-wrap:wrap}.beauty__sliderNews{max-width:325px;padding:0;width:100%}.beauty__sliderNews-item{display:flex;margin-bottom:20px;max-width:325px;width:100%}.beauty__sliderNews-item-img{max-width:70px;padding-top:70px;width:100%}.beauty__sliderNews-item--text{margin-left:10px}.beauty__sliderImg{padding:0}.beauty__sliderImg-slide{background-color:transparent;max-width:100%;min-height:500px}.beauty__sliderImg-slide a{top:60px}.beauty__sliderImg-count{bottom:25px;left:0;margin:auto;padding-right:0;position:absolute;right:0;top:auto;z-index:1}.beauty__sliderImg-count span{color:#fff;font-size:14px;font-weight:700;line-height:45px;padding:0 2px}.beauty__sliderImg #beauty__sliderImg-end{color:#a6a6a6}.beauty__sliderImg .swiper-button-prev{left:-35px}.beauty__sliderImg .swiper-button-next{right:-35px}.beauty__sliderImg img{min-height:442px}.beauty .thumbs__swipers{max-width:655px;width:100%}.beauty .thumbs__swipers .beauty__sliderImg-slide{max-height:422px}}.programMore{padding-bottom:35px}.programMore .heroTitle-bold{margin-bottom:17px}.programMore__item{border-radius:5px;margin-bottom:20px;overflow:hidden;padding-top:56.67%;position:relative}.programMore__item img{z-index:1}.programMore__item-link{z-index:3}.programMore__item:before{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.programMore__item-text{bottom:0;left:0;position:absolute;width:100%;z-index:4}.programMore__item-day{color:#fff;padding-left:10px;position:relative;width:calc(100% - 20px)}.programMore__item-day a,.programMore__item-day p{color:#fff}.programMore__item-time{color:#fff;display:block;padding-bottom:10px;padding-left:10px;position:relative}.programMore__item-flag{display:inline-block;margin-bottom:10px;position:relative}.programMore__button{text-align:center}.programMore__advertising{margin:35px 0}@media only screen and (min-width:768px){.programMore{padding-bottom:0}.programMore .heroTitle-bold{margin-bottom:23px}.programMore .container{padding-bottom:70px}.programMore .container--svit-navivorit{padding-bottom:15px}.programMore .container--svit-navivorit .heroTitle-bold{padding-top:47px}.programMore__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.programMore__items{-moz-column-gap:35px;column-gap:35px;display:flex;flex-wrap:wrap;margin-bottom:35px;row-gap:30px}.programMore__items--films-and-serials{align-items:flex-start;justify-content:center}.programMore__item{margin-bottom:0;max-width:285px;padding-top:210px;width:100%}.programMore__item-text{bottom:25px;left:0;position:absolute;width:100%}.programMore__item-time{display:block}.programMore__item-advertising{padding-top:0}}@media only screen and (min-width:1024px){.programMore__item{max-width:315px}}.dancingStars{overflow:hidden;padding-bottom:20px;padding-top:28px;position:relative}.dancingStars__header .button{color:#fff;position:relative}.dancingStars:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:url(/build/images/dancingStars__slide.jpg?c8c69a3b3ba47ad12f574e642cd8ff97);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.dancingStars .heroTitle-bold{color:#fff;margin-bottom:22px;position:relative}.dancingStars__slider{margin-bottom:11px;padding:0 30px}.dancingStars__slider-slide{max-width:140px;position:relative}.dancingStars__slider-img{margin-bottom:8px;padding-top:57.15%;position:relative;width:100%}.dancingStars__slider-img svg{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:1}.dancingStars__slider-title,.dancingStars__slider .smallData-regular{color:#fff}.dancingStars .swiper-scrollbar{background:hsla(0,0%,100%,.2);height:2px}.dancingStars .swiper-scrollbar-drag{background:hsla(0,0%,100%,.5)}.dancingStars__button{padding-top:20px;position:relative;text-align:center}@media only screen and (min-width:768px){.dancingStars{margin-bottom:42px;padding:17px 0 80px}.dancingStars--article{padding:17px 0 35px}.dancingStars__header{align-items:center;display:flex;gap:25px;justify-content:space-between;margin-bottom:25px;padding:0 80px}.dancingStars__header .heroTitle-bold{margin-bottom:0}.dancingStars__header--article{padding:0 30px}.dancingStars__slider{margin-bottom:20px;padding:0 80px}.dancingStars__slider-slide{max-width:210px}.dancingStars__slider--article{padding:0 30px}.dancingStars__button{margin-right:35px;padding-top:0}.dancingStars-desktop{margin-bottom:0}.dancingStars-desktop.container{padding-bottom:35px}.dancingStars-desktop .container{background-color:transparent}.dancingStars .container__dancingStars-scrollbar--article{padding:0 30px}}.stillInteresting{padding-bottom:20px;padding-top:35px}.stillInteresting .heroTitle-bold{margin-bottom:15px}.stillInteresting .beauty__sliderNews{padding:0 30px}.stillInteresting__advertising{margin-bottom:27px}.stillInteresting__items{display:flex;flex-wrap:wrap;justify-content:space-between}.stillInteresting__item{margin-bottom:30px;max-width:285px;width:100%}.stillInteresting__item-img{border-radius:5px;margin-bottom:15px;overflow:hidden;padding-top:100%;position:relative}.stillInteresting__item-text h4{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:15px;font-style:normal;font-weight:700;line-height:25px;margin-bottom:13px}.stillInteresting__item-text .smallData-regular{font-size:15px;line-height:19px;margin-right:25px}.stillInteresting__item-text .smallHashTag-regular-italic{color:#ff9000;font-size:15px;font-style:italic;font-weight:400;line-height:19px}@media only screen and (min-width:768px){.stillInteresting .heroTitle-bold{margin-bottom:23px}.stillInteresting__item .stillInteresting__item-img img{height:100%!important}}@media only screen and (min-width:1024px){.stillInteresting__item{max-width:315px}}.newsPartners{margin-bottom:23px}.newsPartners .heroTitle-bold{margin-bottom:10px}.newsPartners__slider{padding:0 30px}.newsPartners__content-item{align-items:flex-start;display:flex}.newsPartners__content-item:first-child{margin-bottom:10px}.newsPartners__slide{max-width:300px;width:100%}.newsPartners__slide-img{border-radius:5px;height:80px;margin-right:10px;max-width:80px;overflow:hidden;position:relative;width:100%}.newsPartners__slide-title{max-width:215px;width:100%}.moreNews{padding-bottom:35px}.moreNews .heroTitle-bold{margin-bottom:10px}.moreNews__list li{margin-bottom:9px}.moreNews__list li a{color:#000}.moreNews__list li a .titleSmall-bold{margin-bottom:6px}.moreNews__list li a .date-tag{display:flex}.moreNews__list li a .date-tag .smallData-regular{margin-right:10px}.moreNews__button{text-align:center}@media only screen and (min-width:768px){.moreNews__list li{display:flex;flex-wrap:wrap}.moreNews__list li .date-tag{display:flex}.moreNews__list-img{border-radius:5px;height:70px;margin-right:10px;max-width:70px;overflow:hidden;position:relative;width:100%}.moreNews__list-text{display:inline-block;max-width:70%}.moreNews__list .date-tag .smallData-regular{margin-right:15px}.moreNews__list .date-tag .smallHashTag-regular-italic{color:#ff9000}.moreNews.borderTop{border-top:1px solid #dddce6}}.playlist{margin-bottom:25px;padding-bottom:44px}.playlist__banner-wrapper{align-items:center;background-color:#212121;display:flex;height:280px;justify-content:center;padding:15px 0;width:390px}.playlist .playlist-aside__label-icon svg path{fill:#818181}.playlist__project-links{display:flex;margin-top:35px}.playlist__project-links__link{align-items:center;border:1px solid #818181;border-radius:5px;color:#818181;display:flex;font-size:14px;height:35px;justify-content:center;letter-spacing:.75px;line-height:100%;margin-right:10px;text-transform:uppercase;transition:all .3s ease;width:195px}.playlist__project-links__link:hover{border:1px solid #ec1c24;color:#ec1c24}.playlist__wrapper{display:flex;max-height:957px;padding-top:40px}.playlist-previews{height:100%;padding-top:15px;width:100%}.playlist .js-playlist-load-more-button--less{display:none}.playlist-preview{align-items:center;cursor:pointer;display:flex;margin-bottom:15px}.playlist-preview.is-active .playlist-preview__left:after{box-shadow:inset 0 0 0 3px #ec1c24}.playlist-preview.is-active .playlist-preview__left:before{border-color:transparent transparent transparent #ec1c24;border-style:solid;border-width:6px 0 6px 10px;content:"";display:inline-block;height:0;left:-15px;position:absolute;top:43%;width:0}.playlist-preview.is-active .playlist-preview__count{visibility:hidden}.playlist-preview:hover .playlist-preview__left:after{box-shadow:inset 0 0 0 3px #ec1c24}.playlist-preview__title{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on,"ss02" on;color:#fff;font-size:10px;font-style:normal;font-weight:700;line-height:15px}.playlist-preview__data{color:#fff}.playlist-preview__count{align-items:center;color:#e9e9e9;display:flex;font-size:10px;font-style:normal;font-weight:700;line-height:17px;margin-right:6px;width:8px}.playlist-preview__left{background-color:#fff;margin-right:10px;max-width:35%;padding-top:26.67%;position:relative;width:100%}.playlist-preview__left-duration{align-items:center;background-color:#000;border-radius:2px;bottom:5px;color:#fff;display:flex;font-size:10px;height:17px;justify-content:center;letter-spacing:.6px;opacity:.7;position:absolute;right:4px;width:42px}.playlist-preview__left:after{box-shadow:inset 0 0 0 3px transparent;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .5s ease;width:100%;z-index:1}.playlist-preview__right{display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.playlist__video,.playlist__video--main{height:210px;width:100%}.playlist__video-iframe{height:100%;width:100%}.playlist__content{text-align:left;width:100%}.playlist__info{background-color:#000;display:flex;justify-content:space-between}.playlist__info .heroTitle-bold{color:#fff;margin-bottom:11px}.playlist__project{align-items:center;background-color:#ff9000;display:flex;font-size:12px;justify-content:center;line-height:22px;margin-right:15px;padding:0 20px;text-transform:uppercase}.playlist__project,.playlist__time{color:#fff;font-weight:900;letter-spacing:.01em}.playlist__time{font-size:26px;height:100%;line-height:30px}.playlist .titleMedium-bold{color:#fff;margin-bottom:11px}.playlist__desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;margin-top:10px;max-height:55px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.playlist__desc__more,.playlist__desc__more-icon{display:none}.playlist-aside{height:100%;width:100%}.playlist-aside__body,.playlist-aside__body--main{height:450px;overflow:hidden;width:100%}.playlist-aside__body--main .mCSB_container_wrapper,.playlist-aside__body .mCSB_container_wrapper{margin-right:15px}.playlist-aside__body--main .mCSB_container,.playlist-aside__body .mCSB_container{padding-right:0}.playlist-aside__head-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding-bottom:25px}.playlist-aside__head-buttons .button{border-radius:20px;box-shadow:0 3px 10px rgba(0,0,0,.15);font-size:10px;line-height:13px;max-width:145px;text-align:center;width:100%}.playlist-aside-title{color:#fff;font-size:20px;font-weight:900;letter-spacing:.02em;line-height:30px;margin-top:12.5px;padding-right:18px;width:100%}.playlist-aside-counts{color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:19px;margin-bottom:16px}.playlist-aside__label{height:26px;width:100%}.playlist-aside__label-icon{bottom:-2px;height:15px;position:absolute;width:15px}.playlist-aside__label-title{color:#818181;font-size:14px;font-weight:900;left:24px;line-height:25px;position:relative;text-transform:uppercase;top:9px}.playlist__button{margin-top:20px;text-align:center}.u-bg-black{background-color:#000}.project--wrapper{max-height:917px;padding-top:0}.project--wrapper .playlist__left{height:857px}.playlist__wrapper,.project--wrapper{flex-direction:column;flex-wrap:wrap}.bordered--wrapper{background-color:#000;border-top:1px solid #1c1c1c;margin-top:50px;padding-top:60px}.playlist__title{color:#fff}.playlist__header{padding-top:28px}.playlist__header .heroTitle-bold{color:#fff;margin-bottom:11px}.playlist.playlist--main{padding-top:28px}.playlist__wrapper--main{display:flex}.playlist__video--main .playlist__video-iframe{height:100%;width:100%}.playlist-aside__body--main{height:500px;padding-bottom:15px;padding-top:15px}.playlist-aside__body--main .playlist-previews{height:100%;margin-top:0;padding-top:0;width:100%}.playlist-aside__body--main .playlist-previews .playlist-preview:last-child{margin-bottom:0}.playlist-aside__body--main .mCSB_container_wrapper{margin-right:15px}.playlist-aside__body--main .mCSB-container{padding-right:0}@media only screen and (min-width:768px){.u-bg-black{background:none}.playlist{margin-bottom:0;padding-bottom:0}.playlist .heroTitle-bold{color:#fff}.playlist .container{background-repeat:no-repeat;background-size:cover;padding:54px 80px;position:relative}.playlist .container:before{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:rgba(0,0,0,.3);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.playlist.playlist--main{padding-top:0}.playlist-preview__title{font-feature-settings:normal}.playlist__left{max-width:665px;width:100%}.playlist__center,.playlist__header{display:flex;justify-content:space-between;position:relative}.playlist__header{align-items:center;margin-bottom:30px}.playlist__title{color:#fff}.playlist__video,.playlist__video--main{height:400px}.playlist__content{margin-top:15px}.playlist-aside{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,0,0,.6);height:auto;padding:27px 5px 10px 12px}.playlist-aside__body--main{height:510px;max-width:315px;overflow-y:scroll;padding:0;width:100%}.playlist-aside__body--main::-webkit-scrollbar-track{background-color:#545454;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.playlist-aside__body--main::-webkit-scrollbar{background-color:#545454;border-radius:10px;width:6px}.playlist-aside__body--main::-webkit-scrollbar-thumb{background-color:#dddce6;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.playlist-aside__head{margin-bottom:25px}.playlist-aside__head--title{color:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:23px;margin-bottom:10px}.playlist__button{background-color:transparent;box-shadow:0 3px 10px rgba(0,0,0,.15);font-size:12px;line-height:20px;margin-right:10px;padding:0 25px}}.castDayList{padding-bottom:23px}.castDayList .heroTitle-bold{margin-bottom:12px}.castDayList__container li{margin-bottom:10px}.castDayList__container li:last-child{margin-bottom:0}.castDayList__container-item{align-items:center;display:flex}.castDayList__container-item--img{border-radius:5px;margin-right:10px;max-width:16.67%;overflow:hidden;padding-top:16.67%;position:relative;width:100%}.castDayList__container-item--title{color:#000}@media only screen and (min-width:768px){.castDayList{padding-bottom:0}.castDayList .heroTitle-bold{margin-bottom:23px}.castDayList__container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.castDayList__container li{margin-bottom:0;width:50%}.castDayList__container-item{margin-bottom:15px}.castDayList__container-item--img{height:50px;max-width:50px;padding-top:0}.castDayList__container-item--title{max-width:70%}.castDayList .container{padding-bottom:45px}}@media only screen and (min-width:1366px){.castDayList__container li{width:33.333%}}.couplesDancing .heroTitle-bold,.couplesDancing .superHeroTitle-bold{margin-bottom:12px}.couplesDancing__items-block{margin-bottom:26px}.couplesDancing__items-block.lose .couplesDancing__item-img:before{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.couplesDancing__item-img{border-radius:5px;margin-bottom:9px;overflow:hidden;padding-top:56.67%;position:relative}.couplesDancing__item-img--loseText{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:0;z-index:1}.couplesDancing__hiddenItem{display:none;margin:0 -30px;padding:29px 30px 33px;position:relative}.couplesDancing__hiddenItem:before{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,0,0,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.couplesDancing__hiddenItem .titleBig-bold{color:#fff;margin-bottom:6px;position:relative}.couplesDancing__hiddenItem-flag{display:flex;position:relative}.couplesDancing__hiddenItem-flag .flag{border-radius:5px;display:inline-block;margin-bottom:15px;margin-right:10px}.couplesDancing__hiddenItem-img{border-radius:5px;margin-bottom:7px;max-width:100%;overflow:hidden;padding-top:100%;position:relative;width:100%}.couplesDancing__hiddenItem-description{margin-bottom:5px;position:relative}.couplesDancing__hiddenItem-description p{color:#fff}.couplesDancing__hiddenItem-hashTeg{color:#ff9000;-moz-column-gap:10px;column-gap:10px;display:flex;flex-wrap:wrap;max-width:250px;position:relative}.couplesDancing__hiddenItem-btnClose{position:absolute;right:30px;top:30px;z-index:1}@media only screen and (min-width:768px){.couplesDancing .heroTitle-bold{margin-bottom:23px}.couplesDancing__items{display:flex;flex-wrap:wrap;gap:35px}.couplesDancing__items-block{margin-bottom:0;max-width:285px;width:100%}.couplesDancing__items-block-visible{cursor:pointer}.couplesDancing__items-block.active{max-width:100%}.couplesDancing__items-block.active .couplesDancing__hiddenItem{display:flex;justify-content:space-between}.couplesDancing__button{text-align:center}.couplesDancing__hiddenItem-img{margin-right:35px;max-width:245px;padding-top:300px}.couplesDancing__hiddenItem-title{display:flex;justify-content:space-between}.couplesDancing .container{padding-bottom:47px}}@media only screen and (min-width:1024px){.couplesDancing__items-block{max-width:315px}}.gallery .container{padding-bottom:47px;padding-top:47px}.gallery .thumbs__sliderImg .swiper-slide{width:175px!important}.gallery .beauty__sliderImg{margin-bottom:30px}.newsCard .container{padding-bottom:47px}.newsCard .heroTitle-bold{margin-bottom:23px}.newsCard__items{display:flex;flex-wrap:wrap;gap:35px;margin-bottom:35px}.newsCard__item{max-width:175px;width:100%}.newsCard__item-img{border-radius:5px;margin-bottom:4px;overflow:hidden;padding-top:175px;position:relative}.newsCard__item-img .flag{bottom:25px;display:inline-block;left:0;position:absolute}.newsCard__item-title{margin-bottom:4px}.newsCard__item .date-hashTag{display:flex}.newsCard__item .date-hashTag .date{color:#000;margin-right:10px}.newsCard__item .date-hashTag .smallHashTag-regular-italic{color:#ff9000}.newsCard__button{text-align:center}@media only screen and (min-width:768px){.newsCard__item-img{padding-top:157px}}.allPlayList__item{margin-bottom:17px;width:100%}.allPlayList__item-img{margin-bottom:8px;padding-top:170px;position:relative}.allPlayList__item-list{align-items:center;background:rgba(0,0,0,.7);display:flex;flex-direction:column;height:100%;justify-content:center;max-width:120px;position:absolute;right:0;top:0;width:100%}.allPlayList__item-list svg{margin-bottom:7px}.allPlayList__item-list .textSmall-regular{color:#fff}.allPlayList__item-title{color:#000}@media only screen and (min-width:768px){.allPlayList{padding-top:47px}.allPlayList .heroTitle-bold{margin-bottom:20px}.allPlayList__content{-moz-column-gap:35px;column-gap:35px;display:flex;flex-wrap:wrap;row-gap:15px}.allPlayList__item{max-width:175px;width:100%}.allPlayList__item-img{padding-top:110px}.allPlayList__item-list{max-width:70px}.allPlayList__item-list .smallData-regular{color:#fff}.allPlayList__item .titleSmall-bold{color:#000}}.announce-list li{margin-bottom:17px}.announce-list__img{display:block;margin-bottom:8px;padding-top:56.67%;position:relative}.announce-list__img svg{bottom:0;height:auto;left:0;margin:auto;position:absolute;right:0;top:0;width:auto;z-index:333}@media only screen and (min-width:768px){.announce-list{-moz-column-gap:35px;column-gap:35px;display:flex;flex-wrap:wrap;row-gap:18px}.announce-list__img{padding-top:110px}.announce-list__item{max-width:175px;width:100%}}.fullEpisode{margin-bottom:0}@media only screen and (min-width:768px){.members .container{padding-bottom:40px}.members .heroTitle-bold{padding:47px 0 23px}.members__list{display:flex;flex-wrap:wrap;gap:30px 35px}.members__item{cursor:pointer;max-width:315px;width:100%}.members__item-title{margin:0}.members__item-popup{display:none}.members__item-img{border-radius:5px;overflow:hidden;padding-top:210px;position:relative}.members__item-img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 0;object-position:50% 0;position:absolute;top:0;width:100%}.members__item.active{max-width:100%}.members__item.active .members__item-img,.members__item.active .members__item-title{display:none}.members__item.active .members__item-popup{display:flex}.members__item.active .members__item-popup:before{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,0,0,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.members__button{margin-top:30px;text-align:center}.members-popup{background-repeat:no-repeat;background-size:cover;justify-content:space-between;padding:35px}.members-popup,.members-popup__img{border-radius:5px;overflow:hidden;position:relative}.members-popup__img{max-width:245px;padding-top:300px;width:100%}.members-popup__img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.members-popup__text{margin-left:35px;position:relative}.members-popup__text p{color:#fff;line-height:25px}.members-popup-teg{display:flex;gap:25px}.members-popup-teg .largeHashTag-regular-italic{color:#ff9000}.members-popup__close-btn{position:absolute;right:30px;top:30px}}.tabs-and-slider .container{background-color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:35px}.tabs-and-slider .sliderHeader{height:480px;margin:0 auto 25px;max-width:525px;width:100%}.tabs-and-slider .sliderHeader__slide{border-radius:5px;overflow:hidden;padding-top:0}.tabs-and-slider .sliderHeader__slide-hashTag span{line-height:25px}.tabs-and-slider .sliderHeader .swiper-pagination{bottom:30px}.tabs-and-slider .sliderHeader .swiper-pagination .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.8);border-radius:0;height:10px;margin:0 15px;width:10px}.tabs-and-slider .sliderHeader .swiper-pagination .swiper-pagination-bullet-active{background-color:#fff}@media only screen and (min-width:1100px){.tabs-and-slider .container{flex-wrap:nowrap}.tabs-and-slider .sliderHeader{margin-bottom:0;margin-right:35px}}.search{padding-top:41px}.search h4{margin-bottom:12px}.search .header__mobileSearch-form,.search__no-results-msg{margin-bottom:33px}.search .projectsSlider-category{margin-bottom:35px}@media only screen and (min-width:768px){.search{padding-top:0}.search h3{margin-bottom:23px}.search .header__desktopSearch-form{margin:0 auto}.search .projectsCategory{padding-top:37px}.search .videoNews h3{margin-bottom:23px}.search .videoNews__item-list{-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;margin-bottom:37px;row-gap:15px}.search .videoNews__item{margin-bottom:0;max-width:175px}.search .videoNews__item h5{word-break:break-word}.search .videoNews__item:first-child{grid-row:1}.search .videoNews__item:first-child .videoNews__item-img{padding-top:157px}.search .videoNews__item:nth-child(3){grid-column:1/2;grid-row:2/3}.search .videoNews__item:nth-child(3) .videoNews__item-img{padding-top:157px}.search .videoNews__item--advertising{grid-column:3/5;max-width:100%}.search .news{padding-bottom:0}.search .news .tips-container--search-results{grid-template-rows:1fr}}@media only screen and (min-width:1024px){.search__no-results-msg{margin-bottom:0;padding-bottom:33px}.search .videoNews__item-list{-moz-column-gap:34px;column-gap:34px;grid-template-columns:repeat(5,1fr);row-gap:32px}.search .videoNews__item:first-child{grid-row:1}.search .videoNews__item:first-child .videoNews__item-img{padding-top:157px}.search .videoNews__item:nth-child(3){grid-column:3/4;grid-row:1/2}.search .videoNews__item:nth-child(3) .videoNews__item-img{padding-top:157px}.search .videoNews__item--advertising{grid-column:4/6;max-width:100%}}.publication{overflow:hidden}.publication__header-img{padding-top:73.612%;position:relative;width:100%}.publication__header .publication__header-img img{height:100%!important}.publication__header-author{color:#908999;font-size:8px;font-style:italic;font-weight:300;letter-spacing:.5px;line-height:20px;padding-right:30px;position:relative;text-align:right;top:-3px}.publication__header iframe{height:360px}.publication .container{position:relative;z-index:1}.article__header{margin-bottom:30px}.article__header-img img{height:100%}.article__header-time{font-feature-settings:"ss01" on,"salt" on,"ordn" on,"ital" on,"ss04" on;align-items:center;color:#000;display:flex;font-size:17px;font-style:normal;font-weight:400;line-height:30px}.article__header .articleTitle-black{margin-bottom:5px}.article__header-advertising{padding-top:30px}.article__header .castListPage__item-tegs{align-items:flex-start;flex-direction:column;padding:25px 0}.article__header-tags{align-items:center;-moz-column-gap:13px;column-gap:13px;display:flex;margin-top:20px}.article__tag-schedule{color:#ff9000;font-size:24px;font-weight:900}.article__tag-schedule span{font-size:14px;font-weight:700;line-height:20px;margin-left:3px}.article__content{margin-bottom:20px}.article__content a{color:#ec1c24}.article__content ol,.article__content ul{margin-bottom:15px}.article__content ol li,.article__content ul li{font-size:14px;font-weight:300;line-height:30px;list-style:square inside}.article__content p{font-size:14px;font-style:normal;font-weight:300;line-height:30px;padding-bottom:15px}.article__content blockquote{margin-bottom:30px;padding:37px 0 33px;position:relative}.article__content blockquote,.article__content blockquote p{font-feature-settings:"ss01" on,"salt" on,"ordn" on,"ital" on,"ss04" on;font-size:17px;font-style:italic;font-weight:300;line-height:30px;text-align:center}.article__content blockquote p{color:#000;margin-bottom:0}.article__content blockquote cite{font-size:12px;font-style:italic;font-weight:300;line-height:15px}.article__content blockquote:before{background-color:rgba(221,220,230,.5);content:"";height:100%;left:-100%;position:absolute;top:0;width:300%;z-index:-1}.article__content iframe{max-width:100%!important;min-width:auto!important}.article__content img{max-width:100%}@media screen and (max-width:768px){.article__content img{height:auto!important}}.article__content .article__slider .menuTitle-bold{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:16px;font-style:normal;font-weight:700;line-height:20px;margin-bottom:7px}.article__content .article-vote{margin-bottom:50px}.article__content .article-vote__items{align-items:flex-end;display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start}@media only screen and (min-width:768px){.article__content .article-vote__items{gap:30px}}.article__content .article-vote__items-block{max-width:140px;width:100%}.article__content .article-vote__items-block::marker{content:none}.article__content .article-vote__items-block.active{pointer-events:none}.article__content .article-vote__items-text{list-style:none;margin-bottom:20px}.article__content .article-vote__items-text input{background-color:transparent;border-bottom:1px solid #959595;color:#959595;max-width:385px;width:100%}.article__content .article-vote__items-text input:focus{border-color:#ec1c24;color:#000}.article__content .article-vote__radio .article-vote__items-block{margin-bottom:20px;max-width:100%}.article__content .article-vote__radio .article-vote__items-block label{padding-left:30px;position:relative}.article__content .article-vote__radio .article-vote__items-block label:before{border:1px solid #908999;border-radius:50%;content:"";height:25px;left:0;position:absolute;top:-5px;width:25px}.article__content .article-vote__radio .article-vote__items-block label:after{border-radius:50%;content:"";height:10px;left:9px;position:absolute;top:4px;width:10px}.article__content .article-vote__radio .article-vote__items-block label .button{display:none}.article__content .article-vote__radio .article-vote__items-block label.active:after{background:#ec1c24}.article__content .article-vote__radio .article-vote__items-block label.active .articleTitle-bold,.article__content .article-vote__radio .article-vote__items-block label.active .button{color:#ec1c24}.article__content .article-vote__radio .article-vote__items-block.active .button{display:inline-block;position:relative}.article__content .article-vote__radio .article-vote__items-block.active .button:before{content:"("}.article__content .article-vote__radio .article-vote__items-block.active .button:after{content:")"}.article__content .article-vote__radio .vote-radio{background:transparent;box-shadow:none;color:#000}.article__content .article-vote__number{text-align:center}.article__content .article-vote__img{border-radius:5px;margin-bottom:15px;overflow:hidden;padding-top:200px;position:relative}.article__content .article-vote__img img{height:100%!important}.article__content .article-vote__button{border:1px solid #908999;box-shadow:none;box-sizing:border-box;max-width:140px;text-align:center;width:100%}.article__content .article-vote__button.hidden{display:none}.article__content .article-vote__button.active{border:none;box-shadow:0 5px 10px rgba(191,0,13,.3),inset 0 0 10px hsla(0,0%,100%,.5)}.article__author{align-items:center;display:flex;margin-bottom:13px}.article__author-avatar{border-radius:5px;margin-right:10px;overflow:hidden;padding-top:13.338%;position:relative;width:13.338%}.article__author-text{display:flex;flex-direction:column}.article__tags{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:23px}.article__tags-title{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:16px;font-style:normal;font-weight:700;line-height:20px;margin-bottom:5px;margin-right:15px}.article__tags-name{color:#4285f4;margin-right:10px}.article iframe[src*="1plus1.video"]{height:300px}.readAlso{margin:35px 0;padding-left:10px;position:relative}.readAlso .readAlso__title{font-feature-settings:"salt" on,"ital" on,"ss04" on,"ss06" on,"ordn" on,"ss02" on;font-size:14px;font-style:normal;font-weight:700;line-height:25px}.readAlso .readAlso__description{color:#616161;font-size:12px;font-style:normal;font-weight:400;line-height:25px}.readAlso:before{background-color:#ec1c24;border-radius:5px;content:"";height:100%;left:0;position:absolute;top:0;width:2px}@media only screen and (min-width:768px){.publication__header-author{font-size:10px;line-height:20px}.publication__header-img{padding-top:0}.article{padding-top:30px}.article__header-time{font-size:20px;line-height:20px}.article__content{margin-bottom:0;margin-left:auto;margin-right:auto;max-width:665px;width:100%}.article__content p{font-size:16px;line-height:35px}.article__content p strong{font-weight:700}.article__content blockquote{background-color:rgba(221,220,230,.5);padding:35px 55px}.article__content blockquote,.article__content blockquote p{font-size:20px;line-height:40px}.article__content blockquote:before{content:none}.article__content img{height:auto!important}.article__content .img-email{max-width:160px}.article iframe[src*="1plus1.video"]{height:425px;width:100%}.article__center{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:80px}.article__tags{align-items:baseline;margin-bottom:0;padding-bottom:35px}.article__author-avatar{max-width:45px;padding-top:45px}.article.singlePage .article__content{max-width:100%}.article__tag-schedule{font-size:29px}.article__tag-schedule span{font-size:12px}.aside{margin:0 auto;max-width:100%;width:100%}.aside .tabsNews__buttons{justify-content:flex-start;position:static}.aside .tabsNews__buttons li{margin-right:15px}.imageDay-img{border-radius:5px;height:525px;margin-bottom:4px;overflow:hidden;position:relative;width:100%}}@media only screen and (min-width:1024px){.aside{max-width:315px}}.projects{padding-top:23px}.projects .tabsNews__content{max-height:100%}@media only screen and (min-width:768px){.projects{padding-top:0}.projects .tabsNews .container{padding:0 80px 35px}.projects .tabsNews .todaySlider__container{margin-bottom:0}.projects .tabsNews__buttons{box-shadow:0 3px 8px rgba(0,0,0,.15);justify-content:space-around;left:0;margin-bottom:0;max-width:100%;position:relative;top:0}.projects .tabsNews__buttons li.active .button-tab:before{left:-150px;max-width:340px;padding:8px 158px 7px}.projects .tabsNews__content{overflow:visible}.projects .tabsNews__content-item{flex-direction:column;position:relative}.projects .tabsNews__content-item .swiper-container{max-width:100%}.projects .projects__items{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:35px;width:100%}.projects .todaySlider{padding:0}.projects__item{border-radius:5px;max-width:285px;overflow:hidden;padding-top:210px;position:relative;width:100%}.projects__item:before{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.projects__item img{z-index:1}.projects__item-day{color:#fff;left:15px;position:relative;width:100%}.projects__item-text{bottom:10px;left:0;position:absolute;z-index:3}.projects-adv{display:flex;justify-content:space-between}.projects-adv-block{align-items:center;background-color:#dddce6;display:flex;justify-content:center;max-width:315px;width:100%}.projects-adv .projects__items{justify-content:flex-start}.projects-adv .projects__item{margin-right:35px}}@media only screen and (min-width:1024px){.projects__item{max-width:315px}}.projectsSlider-category{margin-bottom:22px;padding:0 30px}.projectsSlider-category .swiper-slide{width:auto}.projectsSlider-category__item{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;color:#908999;font-size:14px;font-style:normal;font-weight:400;line-height:25px}.projectsSlider-category__item.active{font-feature-settings:"ital" on,"ss04" on,"ss06" on,"cv20" on,"cv19" on,"cv18" on,"cv17" on,"cv16" on,"cv15" on,"cv14" on,"cv13" on,"cv11" on,"cv12" on;color:#000;font-size:20px;font-style:normal;font-weight:700;line-height:25px}.projectsCategory ul{align-items:baseline;display:flex;flex-wrap:wrap;padding-bottom:20px}.projectsCategory ul li{margin-right:40px}.projectsCategory ul li a.active{font-feature-settings:"ital" on,"ordn" on,"ss02" on,"ss04" on,"ss06" on;color:#000;font-size:39px;font-style:normal;font-weight:700;line-height:50px}.projectsCategory ul li a{color:#908999}.projectsPage__header{margin-bottom:18px;padding-top:73.612%;position:relative}.projectsPage__content{margin-bottom:26px;position:relative}.projectsPage__content-title{margin-bottom:8px}.projectsPage__content-description{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:25px;position:relative}.projectsPage__content-description.hiddenText{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;max-height:55px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.projectsPage__content .readMore{bottom:-15px;position:absolute;right:0;z-index:1}.projectsPage__social{margin-bottom:35px}.projectsPage__social .titleLarge-bold{margin-bottom:12px}.projectsPage__social-icons{align-items:center;display:flex}.projectsPage__social-icons a{margin-right:10px}.projectsPage__advertising{margin-bottom:28px}@media only screen and (min-width:768px){.projectsPage{margin-top:-55px;z-index:25}.projectsPage,.projectsPage .container{position:relative}.projectsPage__social{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,0,0,.3);border-bottom-left-radius:5px;border-top-left-radius:5px;bottom:30px;padding-left:10px;padding-top:15px;position:absolute;right:0;z-index:1}.projectsPage__social-icons{flex-direction:column}.projectsPage__social-icons a{margin-bottom:15px}.projectsPage__category{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:20px}.projectsPage__category li{margin-bottom:15px;margin-right:15px}.projectsPage__advertising{margin-bottom:0}.projectsPage .tips .container,.projectsPage__advertising .container{padding-bottom:35px}.projectsPage .castDayList__container{justify-content:flex-start}}@media only screen and (min-width:1024px){.projectsPage__header{padding-top:480px}}.projectsPage .readMore{bottom:-20px;color:#ec1c24;cursor:pointer}.castPage__header-img{margin-bottom:18px;padding-top:100%;position:relative}.castPage__header-teg{background:conic-gradient(from -68.89deg at 24% 107.5%,#bc023d 0deg,#ae0035 57.79deg,#a60237 86.83deg,#9f0339 111.39deg,#b9033a 145.56deg,#cc0f1b 186.6deg,#c30042 244.83deg,#a40527 279.13deg,#9d0621 322.21deg,#bc023d 1turn);border-radius:5px;color:#fff;display:inline-block;margin-bottom:12px;padding:1.5px 15.5px 3.5px}.castPage__header-teg--article{margin-bottom:0;padding:1.5px 25px 3.5px}.castPage__header-description{margin-bottom:13px}.castPage__header-description .bodyTextSmall-regular.hiddenText{-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;max-height:120px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.castPage__header-description .readMore{position:relative;text-align:right;top:-10px}.castPage__header-social{display:flex;margin-bottom:30px}.castPage__header-social li{margin-right:10px}.castPage__header-adv{margin-bottom:60px}.castPage .beauty__sliderNews{padding-left:30px}@media only screen and (min-width:768px){.castPage{margin-top:-26px}.castPage__header{padding-bottom:18px}.castPage__header-img{padding-top:480px}.castPage__header-img img{-o-object-position:top;object-position:top}.castPage__header-title{margin-bottom:7px}.castPage__header-description{margin-bottom:0}.castPage__header-description.hiddenText{-webkit-line-clamp:8;max-height:240px}}.castListPage{padding-bottom:48px;padding-top:23px}.castListPage__item{margin-bottom:30px}.castListPage__item-img{margin-bottom:15px;padding-top:100%;position:relative;width:100%}.castListPage__item-title{margin-bottom:12px}.castListPage__item-tegs{display:flex;flex-wrap:wrap}.castListPage__item-teg{background:conic-gradient(from -68.89deg at 24% 107.5%,#bc023d 0deg,#ae0035 57.79deg,#a60237 86.83deg,#9f0339 111.39deg,#b9033a 145.56deg,#cc0f1b 186.6deg,#c30042 244.83deg,#a40527 279.13deg,#9d0621 322.21deg,#bc023d 1turn);border-radius:5px;color:#fff;display:inline-block;margin-bottom:7px;margin-right:10px;padding:1.5px 10px 3.5px}.castListPage__item-description.hiddenText{-webkit-line-clamp:4;max-height:115px}@media only screen and (min-width:768px){.castListPage__item-description.hiddenText{-webkit-line-clamp:8;max-height:200px}}.castListPage__button{text-align:center}@media only screen and (min-width:768px){.castListPage{padding:0}.castListPage__item{align-items:flex-start;display:flex;justify-content:space-around}.castListPage__item-img{border-radius:5px;margin-right:35px;max-width:245px;overflow:hidden;padding-top:300px}.castListPage__item-title{margin-bottom:13px}.castListPage__item-description p{font-size:14px;font-style:normal;font-weight:400;line-height:25px}.castListPage__item-content{max-width:735px;width:100%}.castListPage__button{padding-bottom:70px}}.casting__description{position:relative;top:-15px}.casting__description p{font-feature-settings:"ss01" on,"salt" on,"ital" on,"ordn" on,"ss04" on,"ss06" on;font-size:12px;font-style:normal;font-weight:700;line-height:20px}@media only screen and (min-width:768px){.casting__description{top:0}}.allNews{padding-bottom:35px;position:relative;z-index:1}.allNews__title{margin-bottom:12px}.allNews__container{background-color:#dddce6;margin-bottom:18px;padding:21px 30px 19px}.allNews__category-slide{width:auto}.allNews__category-slide .tabLarge-regular{color:#908999}.allNews__category-slide:hover .button{color:#fff}.allNews__category-slide.active-slide .tabLarge-regular{font-feature-settings:"salt" on,"ital" on,"ss04" on,"ss06" on,"ordn" on,"ss02" on;color:#ec1c24;font-weight:700}.allNews__category-slide.active-slide .tabLarge-regular:hover{color:#fff}.allNews .beauty__sliderNews,.allNews .tabsNews__content-item{margin-bottom:35px;padding:0 30px}.allNews__advertising{margin-bottom:23px;margin-top:35px;width:100%}.allNews__category-desktop{background:none;margin-bottom:0;margin-top:0;padding:0}.allNews__category-desktop .container{background:#f5f5f7;display:flex;flex-wrap:wrap;gap:15px;padding-bottom:30px;padding-top:30px}.allNews__category-desktop-slide:first-child .tabLarge-regular:hover{color:#fff}.allNews__category-desktop-slide .tabLarge-regular{line-height:normal}.allNews__category-desktop-slide.active-slide a{background-color:#ec1c24;color:#fff}@media only screen and (min-width:768px){.allNews{padding-bottom:0}.allNews .tips .container{padding-bottom:35px;padding-top:47px}.allNews__advertising{background-color:#dddce6;margin-bottom:0;padding:60px 0}}.filmsAndSerials .tabsNews{margin-top:25px}.filmsAndSerials .tabsNews__content{max-height:100%}.filmsAndSerials .tabsNews-container{padding:0}.filmsAndSerials .tabsNews__buttons li{width:100%}.filmsAndSerials .tabsNews__buttons .button-tab{text-align:center;width:100%}@media only screen and (min-width:768px){.filmsAndSerials .heroTitle-bold{padding-bottom:25px}.filmsAndSerials .tabsNews{margin-top:0}.filmsAndSerials .tabsNews .container{padding-bottom:35px}.filmsAndSerials .tabsNews .container:last-child{padding-bottom:60px}.filmsAndSerials .tabsNews__buttons{box-shadow:0 3px 8px rgba(0,0,0,.15);margin-bottom:0;max-width:100%;position:relative;right:0;top:0}.filmsAndSerials .programMore{width:100%}.filmsAndSerials__adv{background-color:#dddce6;margin-bottom:15px;padding:35px 22px}}.tvProgram{padding-bottom:25px}.tvProgram .tabsNews__content{max-height:100%;overflow:visible}@media only screen and (min-width:768px){.tvProgram{padding-bottom:0}.tvProgram .todaySlider__container{margin-bottom:0}.tvProgram .tabsNews .container{padding-bottom:35px;padding-top:35px}.tvProgram .tabsNews__buttons{box-shadow:0 3px 8px rgba(0,0,0,.15);margin-bottom:30px;max-width:100%;position:relative;right:0;top:0}.tvProgram .tabsNews__buttons li{width:100%}.tvProgram .tabsNews__buttons .button-tab{text-align:center;width:100%}.tvProgram .tabsNews__content-item{flex-direction:column}.tvProgram .program__item{gap:15px;margin-bottom:40px;max-width:100%}.tvProgram .program__item-img{max-width:175px;padding-top:9.366%}.tvProgram .program__item-time{max-width:175px;text-align:right;width:100%}.tvProgram .program__item-time .flag{border-radius:5px;display:inline-block}.tvProgram .program__item-text .titleLarge-regular{margin-bottom:7px}.tvProgram .program__item-text .textSmall-regular{margin-bottom:10px}.tvProgram .program__item-text--button{margin-right:10px}.tvProgram .program__item-text .hiddenText{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;max-height:55px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.tvProgram .program__item-text .readMore{color:#ec1c24;cursor:pointer}.tvProgram__adv{background-color:#efeef3;margin-bottom:45px;padding:60px 22px}}.errorPage{height:90vh;padding:40px 0 0}.errorPage__code{margin-bottom:24px}.errorPage__title{margin-bottom:5px}.errorPage__content{margin-bottom:26px}.errorPage__button{text-align:center}@media only screen and (min-width:768px){.errorPage{height:auto;margin:auto;max-width:665px;padding:50px 0 80px;text-align:center}.errorPage__code{margin:0}.errorPage__content{font-size:16px;line-height:35px}}
