@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

img, fieldset, a img { border: none; }

input[type="text"], input[type="email"], input[type="tel"], textarea { -webkit-appearance: none; }

input[type="submit"], button { cursor: pointer; }

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; }

textarea { overflow: auto; }

input, button { margin: 0; padding: 0; border: 0; }

div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus { outline: none; }

ul, ol { list-style-type: none; }

table { border-spacing: 0; border-collapse: collapse; width: 100%; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

/* Fonts
-----------------------------------------------------------------------------*/
.icon-arrow-right { width: 1em; height: 1em; fill: #121313; }

.icon-arrow_l { width: 1.84em; height: 1em; fill: #fff; }

.icon-arrow_r { width: 1.84em; height: 1em; fill: #fff; }

.icon-day-plus { width: 1em; height: 1em; fill: initial; }

.icon-discord { width: 1.46em; height: 1em; fill: initial; }

.icon-equal { width: 1em; height: 1em; fill: initial; }

.icon-face { width: 0.78em; height: 1em; fill: initial; }

.icon-fb { width: 0.38em; height: 1em; fill: initial; }

.icon-gh { width: 1.02em; height: 1em; fill: #f59423; }

.icon-help { width: 1em; height: 1em; fill: initial; }

.icon-lightning { width: 1em; height: 1em; fill: initial; }

.icon-md { width: 1.15em; height: 1em; fill: initial; }

.icon-med { width: 1em; height: 1em; fill: initial; }

.icon-perks { width: 1em; height: 1em; fill: initial; }

.icon-plus { width: 1em; height: 1em; fill: initial; }

.icon-portal { width: 0.79em; height: 1em; fill: initial; }

.icon-remo { width: 1em; height: 1em; fill: initial; }

.icon-schedule { width: 1.01em; height: 1em; fill: initial; }

.icon-site { width: 1em; height: 1em; fill: initial; }

.icon-sl { width: 1em; height: 1em; fill: initial; }

.icon-tw { width: 1.15em; height: 1em; fill: initial; }

.icon-yb { width: 1.31em; height: 1em; fill: initial; }

/*----- COLORS -----*/
/** Swiper 4.4.2 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2014-2018 Vladimir Kharlampidi Released under the MIT License Released on: November 1, 2018 */
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight { height: auto; }

.swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .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-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.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-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-container-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; display: -webkit-box; display: -ms-flexbox; display: flex; }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px; right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; }

.swiper-button-lock { display: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: 300ms opacity; -o-transition: 300ms opacity; transition: 300ms opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: 0.2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0px, -50%, 0); transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: 200ms top, 200ms -webkit-transform; transition: 200ms top, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms top; transition: 200ms transform, 200ms top; transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 200ms left, 200ms -webkit-transform; transition: 200ms left, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms left; transition: 200ms transform, 200ms left; transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 200ms right, 200ms -webkit-transform; transition: 200ms right, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms right; transition: 200ms transform, 200ms right; transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active { background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active { background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000000; }

.swiper-pagination-lock { display: none; }

/* Scrollbar */
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-scrollbar-lock { display: none; }

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

.swiper-zoom-container img, .swiper-zoom-container svg, .swiper-zoom-container canvas { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

/* Preloader */
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active { pointer-events: auto; }

.swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube { overflow: visible; }

.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active { pointer-events: auto; pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: 0.6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.swiper-container-flip { overflow: visible; }

.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-flip .swiper-slide-active { pointer-events: auto; }

.swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; }

.out { overflow: hidden; position: relative; }

html { scroll-behavior: smooth; }

body { background: #202A43; font-size: 14px; line-height: 1.2; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 400; }

a { color: #00CA6E; }

a:hover { text-decoration: none; }

.text { letter-spacing: 0.7px; font-size: 22px; line-height: 1.7; text-align: center; font-size: 18px; }

.text a { color: inherit; }

.main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.main.blur { -webkit-filter: blur(10px) grayscale(0.6); filter: blur(10px) grayscale(0.6); }

#popup-ticket .pop-ticket__btn { color: #fff; background: transparent; border: 2px solid #00CA6E; }

#popup-ticket .pop-ticket__btn:hover { background: #00CA6E; }

#popup-ticket .pop-ticket__btn:after, #popup-ticket .pop-ticket__btn:before { display: none; }

.section { padding: clamp(80px, 11.42857vw, 160px) 0 clamp(80px, 11.42857vw, 160px); }

.section__title { font-family: 'Montserrat', sans-serif; font-weight: 500; text-transform: uppercase; font-size: clamp(18px, 2.28571vw, 32px); margin: 0 0 clamp(40px, 5.85714vw, 82px); }

.section__title + .section__subtitle { margin-top: -26px; }

.section__title p { color: #fff; }

.section__title span { color: #00CA6E; }

.section__big-title { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #00CA6E; text-transform: uppercase; line-height: 0.96; margin-left: -4px; font-size: clamp(32px, 6.28571vw, 88px); letter-spacing: 0.02em; }

.section__subtitle { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: clamp(16px, 2.34375vw, 18px); max-width: 600px; line-height: 1.56; }

.section__descr { font-size: clamp(16px, 2.34375vw, 18px); line-height: 1.92; margin: clamp(25px, 3.57143vw, 50px) 0 0; }

.container { --padding-top: 0; --padding-bottom: 0; -webkit-box-sizing: content-box; box-sizing: content-box; max-width: 1308px; padding: var(--padding-top, 0) clamp(20px, 5vw, 5vw) var(--padding-bottom, 0) clamp(20px, 5vw, 5vw); margin: 0 auto; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.container--lg { max-width: 1480px; }

.alt-bg { background: #f7f7f7; color: #5F5F5F; }

.alt-bg .section__title p { color: #5F5F5F; }

.alt-bg .section__title span { color: #00CA6E; }

#threespinner { width: 80px; height: 80px; border: 2px solid #fff; border-top: 3px solid transparent; border-radius: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-animation: threespin 1s infinite linear; animation: threespin 1s infinite linear; }

@-webkit-keyframes threespin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes threespin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/*----- COLORS -----*/
html { --color-brand: #00CA6E; --color-brand-hover: #9dde00; --color-popup-ticket-border: #00CA6E; }

.block { display: -webkit-box; display: -ms-flexbox; display: flex; }

.title-gradient { letter-spacing: 0.01em; text-align: center; font-size: 92px; font-weight: 900; line-height: 1.07; text-transform: uppercase; color: #fff; }

.btn { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; cursor: pointer; text-align: center; background-color: #00CA6E; background: transparent; padding: 16px 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-transform: uppercase; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #fff; text-decoration: none; -webkit-transition: color, border-color, background ease 0.3s; -o-transition: color, border-color, background ease 0.3s; transition: color, border-color, background ease 0.3s; -webkit-transform: translateZ(0) perspective(1px); transform: translateZ(0) perspective(1px); backface-visibility: hidden; -webkit-font-smoothing: subpixel-antialiased; -webkit-backface-visibility: hidden; border: 3px solid #00CA6E; border-radius: 26px; }

.btn:hover { background-color: #00CA6E; }

.btn--white { border-color: #fff; }

.btn--white:hover { color: #202A43; background-color: #fff; }

.btn--gradient { border: 2px solid transparent; color: #000; font-size: 14px; }

.btn--gradient:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: -2; background: -webkit-linear-gradient(305deg, #00CA6E, #9dde00); background: -o-linear-gradient(305deg, #00CA6E, #9dde00); background: linear-gradient(145deg, #00CA6E, #9dde00); -webkit-animation: AnimationName 5s linear infinite; animation: AnimationName 5s linear infinite; }

.btn--gradient:before { -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: -1; background: -webkit-linear-gradient(305deg, #9dde00, #00CA6E); background: -o-linear-gradient(305deg, #9dde00, #00CA6E); background: linear-gradient(145deg, #9dde00, #00CA6E); -webkit-animation: AnimationName 5s linear infinite; animation: AnimationName 5s linear infinite; }

.btn--gradient:hover:before { opacity: 0; }

.btn--green { color: #00CA6E; }

.btn--green:hover { color: #fff; }

.btn--transparent { border: 2px solid transparent; background-color: transparent; color: #00CA6E; }

.btn--transparent:hover { background: transparent; border: 3px solid #00CA6E; }

.btn--border { border: 3px solid #00CA6E; color: #5F5F5F; font-size: 14px; background: transparent; }

.btn--border:hover { color: #000; }

.btn--border:hover:before { opacity: 0; }

.icon-link { color: #fff; }

.icon-link .icon { font-size: 18px; fill: #fff; }

.theme-link { font-size: 14px; color: #00CA6E; text-transform: uppercase; text-decoration: none; }

.theme-link:hover { text-decoration: underline; }

.social { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.social__item:not(:last-child) { margin-right: 20px; }

.social__link { display: block; }

.social__link .icon { fill: #fff; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; height: 13px; display: block; }

.no-touch .social__link:hover .icon { fill: #00CA6E; }

.techs { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 32px auto 0 0; padding: 0; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-sizing: border-box; box-sizing: border-box; }

.techs__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-width: 100px; margin: 0 0 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0 5px; min-width: 100px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.techs__link { text-decoration: none; color: #fff; -webkit-transition: color .1s; -o-transition: color .1s; transition: color .1s; }

.techs__link:hover { text-decoration: underline; color: #00CA6E; }

.techs__img-box { height: 80px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 20px; }

.techs__img-box img { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); max-height: 80px; }

.techs__title { font-size: 20px; text-align: center; margin: 0; }

.header { z-index: 9; position: fixed; top: 0; left: 0; width: 100%; background: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, 0); -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; -webkit-transition-property: background, -webkit-box-shadow; transition-property: background, -webkit-box-shadow; -o-transition-property: box-shadow, background; transition-property: box-shadow, background; transition-property: box-shadow, background, -webkit-box-shadow; }

.header.live { top: auto; bottom: 0; background: rgba(32, 42, 67, 0.9); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.header.is-open { top: 0; bottom: 0; }

.header.is-open .header__inner { top: 0; opacity: 1; visibility: visible; z-index: 1; padding-left: 0; pointer-events: auto; }

.header.is-sticky { background: rgba(32, 42, 67, 0.9); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.header__btn { position: relative; margin: 0 0 0 30px; }

.header__btn .btn { width: 100%; height: 54px; padding: 0 28px; border-width: 2px; }

.header__alt-btn { display: none; position: fixed; bottom: 20px; right: 20px; z-index: 2; margin: 0; width: auto; pointer-events: auto; }

.header__alt-btn .btn { width: 100px; height: 100px; border-radius: 50%; border-width: 2px; }

.header__socials { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 auto 0 0; }

.header__inner { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-sizing: content-box; box-sizing: content-box; max-width: 1480px; padding: 17px 5vw; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 50px; margin: 0 auto; }

.header__burger { display: none; position: fixed; top: 10px; right: 10px; z-index: 2; }

.nav { font-family: 'Montserrat', sans-serif; font-weight: 500; display: -webkit-box; display: -ms-flexbox; display: flex; }

.nav__link { text-decoration: none; text-transform: uppercase; color: #fff; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; font-size: 14px; height: 54px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 8px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.nav__link:hover { color: #9dde00; }

.no-touch .nav__link:hover { color: #00CA6E; }

.burger { width: 60px; height: 60px; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.burger span { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; display: block; height: 4px; width: 36px; background-color: #ffffff; border-radius: 5px; }

.burger span:not(:last-child) { margin-bottom: 6px; }

.burger.is-active span:nth-child(1) { -webkit-transform: translate(0, 10px) rotate(45deg); -ms-transform: translate(0, 10px) rotate(45deg); transform: translate(0, 10px) rotate(45deg); }

.burger.is-active span:nth-child(2) { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 0; }

.burger.is-active span:nth-child(3) { -webkit-transform: translate(0, -10px) rotate(-45deg); -ms-transform: translate(0, -10px) rotate(-45deg); transform: translate(0, -10px) rotate(-45deg); }

.s-hero { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: clamp(640px, 100vh, 100vh); padding: 0; position: relative; }

.s-hero:before { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-886px); -ms-transform: translateX(-886px); transform: translateX(-886px); bottom: 0; width: 615px; height: 411px; z-index: 1; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/hero__decor-1.svg) center center no-repeat; }

.s-hero:after { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(416px); -ms-transform: translateX(416px); transform: translateX(416px); top: 0; width: 473px; height: 249px; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/hero__decor-2.svg) center center no-repeat; }

.s-hero.s-hero--inner { padding: 60px 0; min-height: 70vh; background-size: cover; background-position: center center; }

.s-hero.s-hero--inner:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-color: #000; opacity: 0.35; -webkit-transform: none; -ms-transform: none; transform: none; }

.s-hero.s-hero--inner .hero { padding: 0 5vw; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.s-hero .container { min-height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }

.s-hero__animation { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; }

.hero { position: relative; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; margin: auto 0; z-index: 1; min-width: 100%; }

.hero__info { margin-top: clamp(30px, 5vw, 70px); }

.hero__slogan { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: clamp(26px, 3.57143vw, 51px); -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; line-height: 1.1; text-align: left; margin-top: clamp(60px, 12.63158vh, 120px); }

.hero__slogan span { color: #00CA6E; }

.hero__date { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; text-align: right; font-size: clamp(18px, 3.333vw, 41px); -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; line-height: 1.2; margin-top: clamp(118px, 24.84211vh, 236px); }

.hero__date span { display: block; font-family: 'Montserrat', sans-serif; font-weight: 400; }

.hero__title { font-family: 'Montserrat', sans-serif; font-weight: 700; margin-top: clamp(104px, 21.89474vh, 208px); text-transform: uppercase; text-align: center; font-size: clamp(24px, 2.57143vw, 36px); line-height: 1.2; -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; }

.hero__title h1 { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-top: clamp(6px, 0.85714vw, 12px); font-size: 73px; font-size: clamp(36px, 5.42857vw, 76px); line-height: 1; color: #00CA6E; }

.hero__title h1 span { font-size: clamp(24px, 3.14286vw, 44px); color: #fff; background: #FF2407; padding: clamp(5px, 0.92857vw, 13px) clamp(7px, 1.07143vw, 15px); line-height: 1; margin: auto 0 auto clamp(10px, 1.42857vw, 20px); }

.hero__inner-title { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; font-size: clamp(34px, 4.42857vw, 62px); line-height: 1.2; margin-top: clamp(25px, 2.28571vw, 32px); }

.hero__inner-title h1 { display: block; margin-top: clamp(6px, 0.85714vw, 12px); font-size: 73px; font-size: clamp(36px, 5.42857vw, 76px); line-height: 1; color: #00CA6E; }

.hero__buttons { position: absolute; right: 0; bottom: -2.10526vh; }

.hero__ticket-btn { position: relative; border-radius: 50%; line-height: 1; margin-right: clamp(43px, 6.14286vw, 86px); width: clamp(100px, 14.64286vw, 205px); height: clamp(100px, 14.64286vw, 205px); font-size: clamp(14px, 2vw, 28px); }

.hero__recordings-btn { position: relative; right: 0; bottom: 0; border-radius: 50%; line-height: 1.2; width: clamp(80px, 8.92857vw, 125px); height: clamp(80px, 8.92857vw, 125px); font-size: 12px; margin-top: -48px; margin-left: auto; }

.hero__partner { position: absolute; right: 10px; top: 0; font-size: 11px; line-height: 1.4; pointer-events: auto; }

.hero__partners { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 4px; }

.hero__partner-img { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.hero__partner-img:not(:first-child) { margin: 0 0 0 20px; }

.hero__partner-img img { height: 60px; width: auto; }

.hero.hero_live { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; min-height: 160px; padding: 20px 0; background: #0c0f1b; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hero.hero_live .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.hero.hero_live .hero__inner { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; width: 100%; height: 100%; padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.hero.hero_live .hero__date { font-family: 'Montserrat', sans-serif; font-weight: 500; position: relative; text-align: left; font-size: 18px; margin: auto 0; white-space: nowrap; }

.hero.hero_live .hero__logo { width: 120px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin: 0; }

.hero.hero_live .hero__partner { position: relative; height: auto; margin: auto 0 auto auto; top: 0; right: 0; left: auto; }

.hero.hero_live .hero__bg { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/screens-done-op.svg) center top no-repeat; background-size: cover; }

.logo { display: block; width: 100%; pointer-events: auto; }

.logo img { width: 100%; -webkit-filter: contrast(1.3); filter: contrast(1.3); }

.h-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 2px; text-transform: uppercase; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.h-list__value { font-size: 18px; margin: 0 10px auto 0; font-family: 'Montserrat', sans-serif; font-weight: 700; }

.h-list__text { font-size: 16px; line-height: 1.3; letter-spacing: 0.03em; }

.h-list__text-top span { font-size: 18px; font-family: 'Montserrat', sans-serif; font-weight: 700; }

.perks { padding: 100px 0; }

.perks:not(:last-child) { border-bottom: 1px solid #c1c1c1; }

.perks__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 1274px; margin: 0 auto; }

.perks__img { width: 47%; margin-right: 60px; -ms-flex-negative: 0; flex-shrink: 0; padding-top: 5px; }

.perks__img img { width: auto; max-width: 100%; height: auto; max-height: 400px; display: block; margin: 0 auto; }

.perks__video-wrap { width: 47%; margin-right: 60px; -ms-flex-negative: 0; flex-shrink: 0; margin: 5px 60px 0 0; }

.perks__video-wrap iframe { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }

.perks__video { position: relative; padding-top: 56%; width: 100%; }

.perks__content, .perks__title { font-size: 26px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: #5F5F5F; margin-bottom: 35px; font-family: 'Montserrat', sans-serif; font-weight: 700; }

.perks__subtitle { font-size: 20px; color: #888; margin-bottom: 35px; font-family: 'Montserrat', sans-serif; font-weight: 700; }

.perks__description { color: #888; font-size: 15px; line-height: 2; margin-bottom: 43px; letter-spacing: 1.1px; }

.perks__description ul { list-style: disc; }

.perks__description a { color: #00CA6E; }

.perks__description p:not(:last-child) { margin-bottom: 23px; }

.perks__link { text-decoration: none; color: #00CA6E; font-size: 14px; text-transform: uppercase; }

.perks__link:hover { text-decoration: underline; }

.articles { padding-top: 142px; color: #5F5F5F; }

.articles__title { font-size: 33px; line-height: 1.39; text-align: center; max-width: 627px; margin: 0 auto 85px; }

.articles__subtitle { text-align: center; font-size: 22px; max-width: 627px; margin: 0 auto; }

.articles__content { padding: 0 40px; }

.article { padding: 100px 0; }

.article:not(:last-child) { border-bottom: 1px solid #c1c1c1; }

.article__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 1274px; margin: 0 auto; }

.article__img { width: 47%; margin-right: 60px; -ms-flex-negative: 0; flex-shrink: 0; padding-top: 5px; }

.article__img img { width: 100%; }

.article__content, .article__title { font-size: 26px; color: #5F5F5F; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-family: 'Montserrat', sans-serif; font-weight: 400; margin-bottom: 35px; }

.article__title { font-family: 'Montserrat', sans-serif; font-weight: 700; }

.article__description { color: #5F5F5F; font-size: 15px; line-height: 2; margin-bottom: 43px; letter-spacing: 1.1px; }

.article__description ul { list-style: disc; }

.article__description a { color: #00CA6E; }

.article__description p:not(:last-child) { margin-bottom: 23px; }

.article__link { text-decoration: none; color: #00CA6E; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; }

.article__link:hover { text-decoration: underline; }

.s-event { padding-top: 80px; padding-bottom: clamp(80px, 11.42857vw, 160px); padding-bottom: 0; }

.event__techs-title { margin: clamp(36px, 7.42188vw, 76px) 0 clamp(24px, 1.75781vw, 32px); line-height: 1.8; font-size: clamp(18px, 1.75781vw, 22px); }

.event__image { z-index: -1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.event__image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: brightness(0.4); filter: brightness(0.4); }

.event__video { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: right center; object-position: right center; -webkit-filter: brightness(0.4); filter: brightness(0.4); z-index: -1; }

.event__top { position: relative; margin: clamp(-80px, -11.42857vw, -160px) clamp(42px, 6vw, 84px) 0 clamp(-90px, -12.85714vw, -180px); padding: clamp(80px, 11.42857vw, 160px) clamp(60px, 8.57143vw, 120px) 298px clamp(90px, 12.85714vw, 180px); }

.event__descr { max-width: 884px; }

.event__bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 clamp(42px, 6vw, 84px) clamp(60px, 8.57143vw, 120px) clamp(-90px, -12.85714vw, -180px); padding: 0 0 0 clamp(90px, 12.85714vw, 180px); }

.event__days { margin: -238px 0 0; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.event__techs { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.days { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.days__item { position: relative; text-align: center; width: -webkit-min-content; width: -moz-min-content; width: min-content; }

.days__item:not(:first-child) { margin-left: clamp(50px, 7.14286vw, 100px); }

.days__item:not(:first-child) .days__plus { display: block; }

.days__plus { position: absolute; width: 69px; height: 69px; top: 206px; left: -50px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: none; }

.days__plus svg { fill: #fff; width: 100%; height: 100%; display: block; }

.days__title { font-size: 38px; text-transform: uppercase; line-height: 1.22; }

.days__date { font-family: 'Montserrat', sans-serif; font-weight: 700; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; padding-bottom: 87%; width: 318px; margin: 20px 0 66px; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/day-bg.svg) center center no-repeat; background-size: contain; }

.days__date-inner { font-size: 106px; line-height: 1; padding: 32px 0 0; position: absolute; left: 0; top: 0; right: 0; }

.days__date-inner span { display: block; font-size: 32px; }

.days__descr { text-align: left; font-size: clamp(16px, 1.28571vw, 18px); line-height: 2; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.speakers { padding: 145px 0 17px; }

.speakers_pt-sm { padding-top: 94px; }

.speakers_center .speakers-list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.speakers.no-tags .speaker__tag { display: none; }

.speakers__btn { max-width: 283px; margin: 0 auto; }

.speakers-list { max-width: 1640px; margin: 0 auto; display: -ms-grid; display: grid; -ms-grid-columns: (minmax(250px, 1fr))[4]; grid-template-columns: repeat(4, minmax(250px, 1fr)); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; grid-gap: 60px 0; }

.speakers-list__item_cfp .btn { width: -webkit-max-content; width: -moz-max-content; width: max-content; }

.speakers-list.mcs .speaker__info p { word-wrap: break-word; overflow: visible; -o-text-overflow: unset; text-overflow: unset; -webkit-line-clamp: initial; }

.speakers-list.mcs .speaker__info p:not(:first-child) { display: initial; }

.speaker { position: relative; padding: 20px; }

.speaker:hover .activity-holder { opacity: 1; visibility: visible; }

.speaker:active .activity-holder { opacity: 1; visibility: visible; }

.speaker:hover:after { opacity: 0.04; }

.speaker:after { content: ''; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background: #fff; z-index: -1; opacity: 0; }

.speaker__photo { width: 100%; margin-bottom: clamp(20px, 3.71094vw, 38px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.speaker__photo img { position: relative; left: 0; width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; border-radius: 50%; }

.speaker__info { padding: 0 20px; }

.speaker__popup-btn-wrap { width: 100%; padding: 100% 0 0; position: relative; }

.speaker__popup-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; text-transform: uppercase; position: absolute; left: 50%; bottom: 0; font-family: 'Montserrat', sans-serif; font-weight: 700; -webkit-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); transform: translate(-50%, 50%); width: 120px; height: 120px; border-radius: 50%; border: 3px solid #00CA6E; color: #00CA6E; background: rgba(0, 0, 0, 0.5); -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; -webkit-box-shadow: 0 0 0 0 #fff; box-shadow: 0 0 0 0 #fff; }

.speaker__tag { font-family: 'Montserrat', sans-serif; font-weight: 500; position: absolute; left: 70%; top: 26px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: var(--tagBG); padding: 1px 20px 0; font-size: 16px; line-height: 1.8; white-space: nowrap; -webkit-clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%); clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%); }

.speaker__expertise { margin: 12px 0 12px; position: relative; line-height: 1.62; }

.speaker__name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(26px, 2.57143vw, 36px); line-height: 1; text-transform: uppercase; color: #00CA6E; margin-bottom: 11px; letter-spacing: 0.65px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.speaker__name a { color: #fff; }

.speaker__talk { margin: 12px 0 12px; line-height: 1.52; }

.speaker__talk span { font-weight: 500; }

.speaker__company { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 16px; margin-bottom: 22px; text-transform: uppercase; }

.speaker__desc { color: #888; font-size: 14px; line-height: 1.72; }

.speaker__desc p { word-wrap: break-word; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.speaker__desc p:not(:first-child) { display: none; }

.speaker__desc a { color: #00CA6E; text-decoration: underline; }

.speaker__desc a:hover { text-decoration: none; }

.speaker__desc:not(:last-child) { margin-bottom: 12px; }

.speaker__socials { z-index: 2; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; }

.speaker__social-link:not(:last-child) { margin-right: 16px; }

.speaker__social-link .icon { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; font-size: 16px; fill: #5F5F5F; }

.no-touch .speaker__social-link:hover .icon { fill: #00CA6E; }

.speaker--mc .speaker__photo { width: 179px; padding-top: 179px; margin: 0 auto 59px; }

.speaker--mc .speaker__photo:after { pointer-events: none; content: ''; position: absolute; top: 49%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 235px; height: 235px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/mc-decor.png); }

.speaker--mc .speaker__photo-wrap { border-radius: 50%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }

.speaker .activity-holder { position: absolute; -webkit-transition: top 150ms ease; -o-transition: top 150ms ease; transition: top 150ms ease; top: 0; left: 0; right: 0; bottom: 0; padding: 20px; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; cursor: pointer; z-index: 2; }

.speaker .activity-holder a { color: #fff; opacity: 0.7; margin: 18px 0 0; display: inline-block; text-decoration: none; }

.speaker .activity-holder a:hover { opacity: 1; }

.speaker .activity-holder .slider { position: relative; width: auto; height: 100%; z-index: 1; }

.speaker .activity-holder .slider .s-item__col { text-align: left; width: unset; padding: 0; padding-left: 0; padding-right: 0; }

.speaker .activity-holder .slider .s-item__text { font-size: 12px; line-height: 1.3; }

.speaker .activity-holder .slider .slider__title { font-size: 16px; margin-bottom: 20px; min-height: 28px; display: none; }

.speaker .activity-holder .slider .icon-lightning { margin: 0px 0 -3px; fill: #888; width: 15px; height: 15px; }

.hosts { position: relative; padding: 80px 0 80px; background-position: center top; background-repeat: repeat; background-image: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/bg-net.svg); border-bottom: 2px solid #1d201e; content: ''; position: absolute; left: 0; right: 0; bottom: -8px; height: 15px; background-image: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/bg-dash.svg); z-index: 1; }

.mc { position: relative; padding: 102px 0 122px; background-position: center top; background-repeat: repeat; background-image: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/bg-net.svg); border-bottom: 2px solid #1d201e; }

.mc:after { content: ''; position: absolute; left: 0; right: 0; bottom: -8px; height: 15px; background-image: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/bg-dash.svg); z-index: 1; }

.mc-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -19px; }

.mc-list__item { position: relative; }

.mc-list__item:not(:last-child) { margin-right: 45px; }

.mc-list .speaker p { overflow: visible; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: block; -webkit-line-clamp: none; -webkit-box-orient: vertical; }

.mc-list .speaker p:not(:first-child) { display: none; }

.s-prices { position: relative; }

.prices { font-size: 14px; margin: 0; }

.prices__list { position: relative; padding: 32px 0 40px; margin: 0; list-style: none; overflow-x: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; }

.prices__list p { margin: 0; }

.prices__list::-webkit-scrollbar { width: 16px; height: 16px; }

.prices__list::-webkit-scrollbar-button { width: 0px; height: 0px; }

.prices__list::-webkit-scrollbar-thumb { background: #333; border: 0px solid #fff; border-radius: 0px; cursor: pointer; }

.prices__list::-webkit-scrollbar-thumb:hover { background: #333; }

.prices__list::-webkit-scrollbar-thumb:active { background: #000; }

.prices__list::-webkit-scrollbar-track { background: #e1e1e1; border: 0px solid #fff; border-radius: 0px; }

.prices__list::-webkit-scrollbar-track:hover { background: #e1e1e1; }

.prices__list::-webkit-scrollbar-track:active { background: #333; }

.prices__list::-webkit-scrollbar-corner { background: transparent; }

.prices__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; text-align: center; padding: 0 20px 0; min-width: 280px; scroll-snap-align: center; }

.prices__item:not(:last-child) { border-right: 3px solid #2B354D; }

.prices__glow { display: none; }

.prices__title { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: clamp(22px, 2.28571vw, 32px); line-height: 1.06; margin: 0 0 clamp(20px, 2.28571vw, 32px); }

.prices__title em { text-transform: none; font-size: clamp(16px, 1.75781vw, 18px); font-style: normal; }

.prices__price { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(28px, 3.14286vw, 44px); color: #fff; margin: 0 0 clamp(30px, 3.42857vw, 48px); white-space: nowrap; }

.prices__price h4 { font-size: clamp(50px, 5.71429vw, 80px); position: relative; top: 8px; }

.prices__price em { font-family: 'Montserrat', sans-serif; font-weight: 500; position: relative; font-style: normal; font-size: clamp(24px, 2.57143vw, 36px); color: #4B5365; }

.prices__price em:after { content: ''; position: absolute; top: 50%; left: -5px; right: -5px; height: 1px; background: #fff; }

.prices__price strong { display: inline-block; position: relative; font-size: clamp(60px, 6.85714vw, 96px); top: 8px; color: #00CA6E; padding: 0 10px; margin: 0 5px 0; line-height: 1; }

.prices__price strong:before { font-family: 'Montserrat', sans-serif; font-weight: 700; content: '€'; display: inline-block; position: relative; font-size: clamp(28px, 3.14286vw, 44px); margin: 0 5px 0 0; top: clamp(-12px, -1.64286vw, -23px); }

.prices__price + .prices__desc { margin-top: 4px; }

.prices__price-tip { font-size: 14px; color: #898989; }

.prices__price-tip a { color: #fff; }

.prices__desc { font-size: clamp(12px, 1.14286vw, 16px); margin: 18px 0 24px; line-height: 1.6; }

.prices__desc p:not(:first-child) { margin: 12px 0 0; }

.prices__desc em { font-size: 12px; line-height: 1.5; color: #898989; font-style: normal; }

.prices__desc a { color: #fff; }

.prices__btn { margin: auto auto 0; height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 30px; }

.prices__bottom { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: clamp(14px, 1.28571vw, 18px); padding: clamp(20px, 2vw, 28px) 20px; margin: 0 -2000px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.3); text-align: center; }

.s-full-ticket.section { padding-top: 0; padding-bottom: 0; }

.s-full-ticket.section .section__title { font-family: 'Montserrat', sans-serif; font-weight: 700; text-align: center; font-size: clamp(22px, 3.14286vw, 44px); }

.s-full-ticket.section .section__title span { color: #fff; }

.s-full-ticket .container { max-width: 1640px; padding-left: 0; padding-right: 0; }

.full-ticket { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 60px 0 0; }

.full-ticket__item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 16px; line-height: 1.28; padding: 20px 40px 20px; min-height: 250px; color: #fff; background-size: cover; background-position: center center; }

.full-ticket__item:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 0; }

.full-ticket a.full-ticket__item { text-decoration: underline; }

.full-ticket a.full-ticket__item:hover { text-decoration: none; }

.full-ticket__bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-position: center center; background-size: cover; }

.full-ticket__title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(18px, 1.71429vw, 24px); text-transform: uppercase; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; margin: 0 0 auto; min-height: 60px; z-index: 1; }

.full-ticket__img-wrap { position: relative; width: 100%; height: 60px; margin: 10px 0; z-index: 1; }

.full-ticket__img { display: block; height: 100%; width: auto; margin: 0 auto; }

.full-ticket__desc { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: auto 0 0; text-align: center; min-height: 60px; z-index: 1; }

.coc { padding: 74px 0 80px; }

.coc__description { text-align: center; font-size: 20px; line-height: 1.6; max-width: 970px; margin: 40px auto 0; }

.coc__description a { color: inherit; text-decoration: none; }

.coc__description a:hover { text-decoration: underline; }

.coc__description p:not(:last-child) { margin-bottom: 40px; }

.coc__content h2, .coc__content h3 { font-size: 48px; line-height: 1.2; margin: 80px 0 40px; text-align: center; }

.coc__content ul, .coc__content ol { font-size: 16px; line-height: 1.64; margin: 24px 0; padding-left: 20px; list-style: none; }

.coc__content ul li, .coc__content ol li { position: relative; padding-left: 20px; }

.coc__content ul li:after { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: #00CA6E; border-radius: 50%; }

.coc__content ol { counter-reset: section; padding: 0; }

.coc__content ol li:before { color: #00CA6E; display: inline-block; font-weight: 700; min-width: 20px; counter-increment: section; content: counters(section, ".") " "; }

.coc__content p { font-size: 16px; line-height: 1.64; font-family: 'Montserrat', sans-serif; font-weight: 300; }

.coc__content p + p { margin-top: 16px; }

.coc__content a { color: #00CA6E; text-decoration: underline; }

.coc__content a:hover { text-decoration: none; }

.faq { padding: 0; margin: 0 auto 50px; list-style: none; max-width: 970px; font-weight: normal; color: #fff; }

.faq__section-title { font-size: 28px; font-weight: 500; margin: 50px 0 30px; }

.faq__list { margin: 20px auto 20px; }

.faq__description { font-size: 18px; font-weight: 400; line-height: 1.6; padding: 20px 0; margin: 30px 0 0; }

.faq__description a { color: #00CA6E; }

.faq.marged { margin-top: 30px; }

.faq__arrow { position: absolute; top: 30px; right: 42px; width: 10px; height: 12px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.faq__arrow .icon { fill: #00CA6E; }

.faq__arrow:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #007bff; }

.faq__item { position: relative; margin: 0 0 -2px; }

.faq__item:after { content: ''; position: absolute; left: 0; top: 0; bottom: 2px; width: 2px; background: #fff; -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; opacity: 0.1; }

.faq__item.open .faq__arrow { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

.faq__item.open:after { background: #9dde00; opacity: 1; }

.faq__question { font-size: 22px; font-weight: 500; cursor: pointer; padding: 25px 90px 25px 40px; }

.faq__ansver { font-size: 16px; line-height: 1.5; display: none; padding: 0 40px 25px; max-width: 840px; }

.faq__ansver a { color: #00CA6E; }

.faq__ansver p { margin: 16px 0 0; color: #fff; }

.faq__ansver p:first-child { margin: 0; }

.s-promo { padding: 0; }

.promo__line { position: relative; }

.promo__line:nth-child(2) .promo__title { -webkit-transform: translate(-56%, -50%); -ms-transform: translate(-56%, -50%); transform: translate(-56%, -50%); }

.promo__line:nth-child(3) .promo__title { -webkit-transform: translate(-37.5%, -50%); -ms-transform: translate(-37.5%, -50%); transform: translate(-37.5%, -50%); }

.promo__title { font-family: 'Montserrat', sans-serif; font-weight: 700; position: absolute; font-size: 7.8vw; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: clamp(1px, 0.28571vw, 4px); -webkit-text-stroke-color: #fff; }

.promo__title b { -webkit-text-fill-color: #fff; -webkit-text-stroke-width: 0; -webkit-text-stroke-color: transparent; }

.promo__title b span { -webkit-text-fill-color: #00CA6E; }

.promo__images { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-filter: brightness(0.6); filter: brightness(0.6); }

.promo__img { display: block; height: 22.8vw; }

.sponsors { padding: 100px 0; }

.sponsors__description { max-width: 960px; margin: 0 auto 62px; }

.sponsors__description p { font-size: 20px; line-height: 1.6; text-align: center; }

.sponsors__description p:not(:last-child) { margin-bottom: 18px; }

.sponsors__description p a { color: inherit; }

.sponsors-block__item { text-align: center; }

.sponsors-block + .sponsors-block { margin-top: 50px; }

.sponsors-block_xl .sponsors-block__item { max-width: 50%; width: 33.33%; padding: 25px 30px; }

.sponsors-block_lg .sponsors-block__item { padding: 25px 30px; max-width: 50%; width: 33.33%; }

.sponsors-block_lg .sponsors-block__item img { max-width: 100%; }

.sponsors-block_md .sponsors-block__list { margin: 0 -50px; }

.sponsors-block_md .sponsors-block__item { padding: 25px 30px; width: 33.33%; }

.sponsors-block_md .sponsors-block__item img { max-width: 100%; }

.sponsors-block_sm .sponsors-block__list { margin: 0 -25px; }

.sponsors-block_sm .sponsors-block__item { padding: 20px 25px; width: 25%; }

.sponsors-block_sm .sponsors-block__item img { max-width: 100%; }

.sponsors-block_xs .sponsors-block__list { margin: 0 -15px; }

.sponsors-block_xs .sponsors-block__item { width: 20%; }

.sponsors-block_xs .sponsors-block__item a { padding: 20px 25px; }

.sponsors-block_xs .sponsors-block__item img { max-width: 100%; }

.sponsors-block_auto .sponsors-block__list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 -15px; }

.sponsors-block_auto .sponsors-block__item { width: auto; }

.sponsors-block_auto .sponsors-block__item a { padding: 20px 25px; }

.sponsors-block_auto .sponsors-block__item img { max-width: 100%; }

.sponsors-block_auto .sponsors-block__item:last-child { margin: 0 auto 0 0; }

.sponsors-block__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.sponsors-block__item a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.sponsors-block__item a:hover { opacity: 0.7; }

.sponsors-block__item a img { -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; height: auto; }

.sponsors-block__title { font-family: 'Montserrat', sans-serif; font-weight: 700; position: relative; font-size: 22px; text-transform: uppercase; color: #5F5F5F; margin-bottom: 42px; }

.sponsors-block__title:after { position: absolute; left: 0; bottom: -8px; content: ''; width: 100%; height: 3px; background: #E6E6E6; }

.schedule { padding: 135px 0 0; margin: 0 0 80px; }

.schedule + .schedule { padding: 0px 0 0; }

.schedule .container { max-width: 1280px; }

.schedule__tip { color: #888; margin: 0 0 10px; }

.schedule__item:not(:first-child) { border-top: 3px solid #E6E6E6; }

.schedule__tab-links { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 49px; }

.schedule__tab-link { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 20px; height: 44px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; color: #5F5F5F; text-decoration: none; position: relative; text-transform: uppercase; margin: 0 0 0 56px; cursor: pointer; -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; }

.schedule__tab-link:first-child { margin: 0; }

.schedule__tab-link:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; background: #00CA6E; }

.schedule__tab-link.is-active:after { height: 2px; }

.no-touch .schedule__tab-link:hover { color: #00CA6E; }

.schedule__tab { display: none; }

.schedule__tab.is-active { display: block; }

.schedule__btn { height: 34px; padding: 5px 20px; width: 170px; font-size: 12px; margin: 15px 0 0; color: #5F5F5F; }

.schedule__btn:hover { background: #00CA6E; border-color: #00CA6E; color: #fff; }

.s-item__row { display: -webkit-box; display: -ms-flexbox; display: flex; }

.s-item__row + .s-item__row { margin-top: 20px; }

.s-item__col { padding: 16px 28px; }

.s-item__col:last-child { border: none; }

.s-item__col:nth-child(1) { text-align: center; width: 5%; }

.s-item__col:nth-child(2) { width: 20%; }

.s-item__col:nth-child(3) { width: 75%; }

.s-item__time { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 20px; color: #5F5F5F; margin: 0 0; }

.s-item__title { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 20px; font-family: 'Montserrat', sans-serif; font-weight: 500; }

.s-item__title a { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; color: #5F5F5F; }

.s-item__title + .s-item__text { margin-top: 8px; }

.s-item__title + .s-item__company { margin-top: 8px; }

.s-item__title_sm { font-size: 16px; margin: 18px 0 0; }

.s-item__title:first-child { margin-top: 0; }

.s-item__text { letter-spacing: 0.3px; color: #888; line-height: 1.7; }

.s-item__text img { float: left; width: 30%; margin-right: 24px; }

.s-item__text a { color: #fff; }

.s-item__company { font-size: 14px; color: #5f5f5f; }

.talks-list { padding: 30px 0 0; }

.talks-list .s-item { background: #131513; border-left: 1px solid #202421; border-right: 1px solid #202421; }

.talks-list .s-item__row { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #202421; }

.talks-list .s-item__row + .talks-list .s-item__row { margin-top: 20px; }

.talks-list .s-item__col { padding: 16px 28px; border-right: 1px solid #202421; }

.talks-list .s-item__col:last-child { border: none; }

.talks-list .s-item__col:nth-child(1) { text-align: center; width: 30%; }

.talks-list .s-item__col:nth-child(2) { width: 70%; }

.talks { padding: 149px 0 97px; border-bottom: 1px solid #2c302d; }

.talks a { color: #fff; }

.talks .s-item { background: transparent; border: none; max-width: 1200px; margin: 0 auto; }

.talks .s-item:first-child { margin: 0; }

.talks .s-item__col { border: none; }

.talks .s-item__text { line-height: 1.6; margin-top: 10px; }

.talks .s-item__text a { color: #fff; }

.talks .s-item__title { font-family: 'Montserrat', sans-serif; font-weight: 400; }

.talks .talk__item { margin-top: 6px; }

.talks .talk__item:first-child { margin-top: 0; }

.footer { background: #202A43; padding: 0; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/f-vector.svg) center center no-repeat; background-size: cover; }

.footer__socials { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin: 0 clamp(36px, 7.28571vw, 102px) clamp(30px, 3.57143vw, 50px) auto; }

.footer__socials .social__item:not(:last-child) { margin-right: 30px; }

.footer__socials .social__link { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; width: clamp(50px, 10.35714vw, 145px); height: clamp(50px, 10.35714vw, 145px); border-radius: 50%; border: 3px solid #00CA6E; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: color, background ease 0.2s; -o-transition: color, background ease 0.2s; transition: color, background ease 0.2s; }

.footer__socials .social__link:hover { background: #00CA6E; }

.footer__socials .social__link:hover .icon { fill: #fff; }

.footer__socials .social__link .icon { width: clamp(26px, 3.28571vw, 46px); height: clamp(26px, 3.28571vw, 46px); display: block; }

.footer__main { padding: clamp(50px, 6.57143vw, 92px) 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.footer__title { text-align: left; width: 100%; }

.footer__title > span { color: #fff; }

.footer__nav { display: -webkit-box; display: -ms-flexbox; display: flex; }

.footer__basement { background-image: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/bg-heads_theme.svg); background-repeat: repeat-x; background-position: top center; -webkit-animation: translateBG 50s linear infinite; animation: translateBG 50s linear infinite; padding: 90px 20px 89px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.f-logo { color: #fff; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.f-logo__label { font-size: 20px; margin-right: 47px; }

.f-logo__icon { width: 71px; }

.f-logo__icon img { width: 100%; }

.f-logo__author { color: #fff; text-decoration: none; font-size: 36px; margin-left: 26px; }

.f-logo__author:hover { text-decoration: underline; }

.f-nav { font-size: 16px; }

.f-nav__item:not(:first-child) { margin-top: 17px; }

.f-nav__item:not(:last-child) { margin-right: 45px; }

.f-nav__link { color: #fff; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.no-touch .f-nav__link:hover { text-decoration: none; }

@-webkit-keyframes translateBG { 0% { background-position: 0 0; }
  100% { background-position: -1142px 0; } }

@keyframes translateBG { 0% { background-position: 0 0; }
  100% { background-position: -1142px 0; } }

.zoom-bars { padding-top: clamp(46px, 6.57143vw, 92px); padding-bottom: clamp(46px, 6.57143vw, 92px); }

.bars-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 70px 0 50px; color: #fff; }

.bars-list__item { position: relative; width: 33.3%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 53px 35px 44px; font-size: 20px; overflow: hidden; }

.bars-list__item:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); }

.bars-list__bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.bars-list__content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 1; height: 100%; }

.bars-list__bar { font-size: 50px; line-height: 1; font-weight: 700; text-transform: uppercase; text-align: left; margin: 0 0 20px; }

.bars-list__bar em { font-style: normal; text-stroke: 2px #fff; -webkit-text-stroke: 2px #fff; -webkit-text-fill-color: transparent; -webkit-background-clip: text; }

.bars-list__bar span { color: #00CA6E; }

.bars-list__name { font-size: 20px; line-height: 1.2; margin-bottom: 54px; }

.bars-list__rooms { display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto 0 0; }

.bars-list__room { position: relative; border: 13px solid #fff; border-radius: 50%; overflow: hidden; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; background: #fff; }

.bars-list__room + .bars-list__room { margin: 0 0 0 -62px; }

.bars-list__room:after { font-size: 14px; font-weight: bold; text-transform: uppercase; content: 'JOIN'; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); opacity: 0; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; color: #00CA6E; }

.bars-list button.bars-list__room:hover { border-color: #00CA6E; }

.bars-list button.bars-list__room:hover:after { opacity: 1; }

.bars-list__photo { display: block; width: 175px; height: 175px; }

.c-form { position: relative; padding-bottom: clamp(40px, 5.71429vw, 80px); }

.c-form:before { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-888px); -ms-transform: translateX(-888px); transform: translateX(-888px); top: 152px; width: 645px; height: 503px; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/contacts__decor-1.svg) center center no-repeat; }

.c-form:after { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(370px); -ms-transform: translateX(370px); transform: translateX(370px); top: 150px; width: 530px; height: 506px; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/contacts__decor-2.svg) center center no-repeat; }

.c-form .section__title { font-family: 'Montserrat', sans-serif; font-weight: 700; text-align: center; font-size: clamp(22px, 3.14286vw, 44px); margin-bottom: clamp(40px, 4.28571vw, 60px); }

.c-form .section__title span { color: #fff; }

.c-form .container { position: relative; z-index: 1; }

.c-form__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-form__socials { margin-bottom: 64px; }

.c-form__socials .social__item:not(:last-child) { margin-right: 40px; }

.c-form__socials .social__link { display: -webkit-box; display: -ms-flexbox; display: flex; width: clamp(50px, 10vw, 140px); height: clamp(50px, 10vw, 140px); border-radius: 50%; border: 3px solid #00CA6E; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: color, background ease 0.2s; -o-transition: color, background ease 0.2s; transition: color, background ease 0.2s; }

.c-form__socials .social__link:hover { background: #00CA6E; }

.c-form__socials .social__link:hover .icon { fill: #fff; }

.c-form__socials .social__link .icon { width: clamp(26px, 3.28571vw, 46px); height: clamp(26px, 3.28571vw, 46px); display: block; }

.c-form__text { line-height: 1.5; letter-spacing: 0.003em; max-width: 540px; text-align: center; font-size: 18px; margin-bottom: 32px; }

.c-form__form { width: 100%; max-width: 550px; }

.c-form__field { position: relative; width: 100%; }

.c-form__field:hover input { -webkit-filter: contrast(1.5); filter: contrast(1.5); }

.c-form__field input { font-family: 'Montserrat', sans-serif; font-weight: 500; width: 100%; display: block; font-size: 18px; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border: 3px solid #00CA6E; background-color: transparent; padding: 17px 120px 17px 25px; border-radius: 32px; -webkit-transition: border-color .3s ease; -o-transition: border-color .3s ease; transition: border-color .3s ease; }

.c-form__field input::-webkit-input-placeholder { color: #fff; opacity: 1; }

.c-form__field input::-moz-placeholder { color: #fff; opacity: 1; }

.c-form__field input::-ms-input-placeholder { color: #fff; opacity: 1; }

.c-form__field input::placeholder { color: #fff; opacity: 1; }

.c-form__field input::-webkit-input-placeholder { color: #fff; opacity: 1; }

.c-form__field input::-moz-placeholder { color: #fff; opacity: 1; }

.c-form__field input:-moz-placeholder { color: #fff; opacity: 1; }

.c-form__field input:-ms-input-placeholder { color: #fff; opacity: 1; }

.c-form__field input:hover, .c-form__field input:active, .c-form__field input:focus { border-bottom-color: #0f0; }

.c-form__field input::-webkit-input-placeholder { -webkit-transition: color .3s ease; -o-transition: color .3s ease; transition: color .3s ease; }

.c-form__field input::-moz-placeholder { -webkit-transition: color .3s ease; -o-transition: color .3s ease; transition: color .3s ease; }

.c-form__field input::-ms-input-placeholder { -webkit-transition: color .3s ease; -o-transition: color .3s ease; transition: color .3s ease; }

.c-form__field input::placeholder { -webkit-transition: color .3s ease; -o-transition: color .3s ease; transition: color .3s ease; }

.c-form__submit { font-family: 'Montserrat', sans-serif; font-weight: 700; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; right: 0; top: 0; bottom: 0; padding: 0 30px; align-items: center; background-color: transparent; font-size: 18px; text-decoration: underline; color: #fff; background: transparent; }

.c-form__submit:hover .icon { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }

.c-form__submit .icon { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; margin-left: 13px; fill: #00CA6E; font-size: 20px; display: none; }

.workshops { padding: 136px 0 40px; border-bottom: 1px solid #202421; }

.workshops__title { margin-bottom: 44px; text-align: center; }

.workshops__description { max-width: 1070px; margin: 0 auto 135px; text-align: center; }

.workshops__description p:not(:last-child) { margin-bottom: 34px; }

.workshops__content { margin-bottom: 90px; }

.workshops__calendar-btn { height: 40px; }

.workshops .container { max-width: 1280px; }

.workshops .workshop:not(:last-child) { margin-bottom: 133px; }

.workshops__btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.workshops__btn .btn { min-width: 140px; }

.workshop { max-width: 990px; margin: 0 auto; }

.workshop .workshop-item:not(:last-child) { margin-bottom: 37px; }

.workshop-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

.workshop-item_lg { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.workshop-item_lg .workshop-item__title { font-size: 26px; letter-spacing: 0.65px; font-family: 'Montserrat', sans-serif; font-weight: 700; }

.workshop-item_lg .workshop-item__content { padding-top: 5px; }

.workshop-item_end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.workshop-item__title { -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; color: #fff; font-size: 15px; letter-spacing: 0.35px; }

.workshop-item__avatars { display: -webkit-box; display: -ms-flexbox; display: flex; width: 80%; height: auto; margin: 24px 0 0; max-width: 250px; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.workshop-item__avatars .workshop-item__avatar { width: 49%; margin: 0 0 2%; }

.workshop-item__avatars .workshop-item__avatar:nth-child(2n) { margin-left: 2%; }

.workshop-item__avatar { width: 80%; height: auto; margin: 24px 0 0; max-width: 250px; display: block; -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.workshop-item__content { max-width: 70%; margin-left: 20px; -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; }

.workshop-item__content h3 { color: #fff; font-size: 22px; letter-spacing: 0.55px; }

.workshop-item__content h3:not(:last-child) { margin-bottom: 17px; }

.workshop-item__content p, .workshop-item__content ul { color: #aaa; font-size: 15px; line-height: 2; letter-spacing: 0.3px; }

.workshop-item__content a { color: #ffffff; }

.guarantee { width: 100%; color: #fff; padding: 68px 0 123px; }

.guarantee__inner { max-width: 916px; margin: 0 auto; }

.guarantee__title { font-size: 26px; margin-bottom: 40px; text-align: center; }

.guarantee__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 22px; }

.guarantee__list:not(:last-child) { margin-bottom: 90px; }

.guarantee__list ul li { padding-left: 20px; position: relative; }

.guarantee__list ul li:not(:last-child) { margin-bottom: 12px; }

.guarantee__list ul li:before { position: absolute; content: ''; display: block; width: 7px; height: 7px; background-color: #888; border-radius: 50%; top: 11px; left: 1px; }

.guarantee__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.guarantee__item { max-width: 378px; }

.guarantee__item:not(:last-child) { margin-right: 20px; }

.guarantee__item p { color: #888; font-size: 15px; line-height: 2; }

.guarantee__subtitle { font-size: 24px; }

.guarantee__subtitle:not(:last-child) { margin-bottom: 29px; }

.s-location { padding: clamp(28px, 4vw, 56px) 0; position: relative; max-width: 1920px; margin: 0 auto; width: 100%; }

.s-location .section__title { position: absolute; top: clamp(48px, 6.85714vw, 96px); width: 100%; max-width: 1458px; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 3; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.location { height: 626px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.location__inner { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.location__map { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; }

.location__map #map { width: 100%; height: 100%; }

.location__slider { position: absolute; z-index: 2; left: 0; top: -36px; bottom: -36px; width: 100%; }

.location-slider__item { display: -webkit-box; display: -ms-flexbox; display: flex; }

.location-slider__item .container { position: relative; width: 100%; }

.location-slider__item img { display: block; position: absolute; height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: brightness(0.6); filter: brightness(0.6); -webkit-clip-path: polygon(0 0, calc(100% - 250px) 0, calc(100% - 716px) 100%, 0 100%); clip-path: polygon(0 0, calc(100% - 250px) 0, calc(100% - 716px) 100%, 0 100%); }

.location-slider__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; z-index: 2; max-width: 1458px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: clamp(100px, 15vw, 210px); padding-bottom: clamp(58px, 6.42857vw, 90px); padding-right: 470px; }

.location-slider__title { text-transform: uppercase; font-size: clamp(28px, 5.57143vw, 78px); margin-left: -4px; color: #00CA6E; font-weight: 700; line-height: 0.96; letter-spacing: 0.02em; margin-bottom: clamp(28px, 3.85714vw, 54px); }

.location-slider__bottom { font-family: 'Montserrat', sans-serif; font-weight: 700; max-width: 766px; font-size: clamp(16px, 1.57143vw, 22px); line-height: 1.42; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 100px; margin: auto 0 10px; }

.location-slider__bottom a { color: #fff; }

.location-slider__desc { max-width: 576px; font-size: clamp(14px, 1.28571vw, 18px); color: #fff; line-height: 1.68; margin-bottom: 20px; }

.location-slider__address { margin-top: auto; }

.location-slider__map-link { margin-right: 150px; }

.location-slider__nav { position: absolute; right: 210px; top: 50px; z-index: 5; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 24px; }

.location-slider__nav .icon { width: 68px; height: 37px; }

.location-slider__nav .js-slider-prev, .location-slider__nav .js-slider-next { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 80px; height: 80px; cursor: pointer; opacity: 1; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.location-slider__nav .js-slider-prev.swiper-button-disabled, .location-slider__nav .js-slider-next.swiper-button-disabled { opacity: 0.3; }

.s-multipass { position: relative; padding: 100px 0; }

.s-multipass:after { content: ''; position: absolute; left: 0; right: 0; height: 314px; top: 156px; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/faces.svg) center center repeat-x; background-size: contain; }

.s-multipass .container { position: relative; z-index: 1; }

.multipass { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 94px ​0; }

.multipass__left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 28%; flex: 1 1 28%; width: 28%; padding: 0 30px 0 0px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.multipass__left a { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; cursor: pointer; text-align: center; background-color: #00CA6E; background: transparent; padding: 18px 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-transform: uppercase; font-size: 16px; margin: 0 auto 0 0; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #fff; text-decoration: none; -webkit-transition: color, border-color, background ease 0.3s; -o-transition: color, border-color, background ease 0.3s; transition: color, border-color, background ease 0.3s; -webkit-transform: translateZ(0) perspective(1px); transform: translateZ(0) perspective(1px); backface-visibility: hidden; -webkit-font-smoothing: subpixel-antialiased; -webkit-backface-visibility: hidden; border: 3px solid #00CA6E; border-radius: 30px; }

.multipass__left a:hover { background-color: #00CA6E; }

.multipass__right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 72%; flex: 1 1 72%; width: 72%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.multipass__text { font-size: 28px; line-height: 1.1; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; margin: 0 0 35px; }

.multipass__pass { background: #fffc00; color: #000; }

.multipass .icon-equal { -webkit-box-flex: 0; -ms-flex: 0 0 24px; flex: 0 0 24px; width: 24px; height: 24px; fill: #fff; margin: 0 30px 0 40px; }

.multipass-list { width: 100%; }

.multipass-list a { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 16px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; color: #00CA6E; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; opacity: 0; -webkit-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; }

.multipass-list a:hover { text-decoration: underline; }

.multipass-list__item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; height: 100px; }

.multipass-list__item img { display: block; max-width: 94%; height: auto; margin: auto; opacity: 1; -webkit-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; }

.multipass-list__item:hover img { opacity: 0.2; }

.multipass-list__item:hover a { opacity: 1; }

.multipass-list__item .icon-plus { position: absolute; left: -28px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; content: ''; width: 24px; height: 24px; opacity: 1; fill: #fff; -webkit-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; }

.multipass-list__item.swiper-slide-active .icon-plus { opacity: 0; }

.visa-card { height: 114px; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fffc00; padding: 0 22px; margin: 0; color: #000; text-align: left; }

.visa-card__img { margin: 0 14px 0 0; }

.visa-card__img .icon-face { width: 38px; height: 48px; color: #000; }

.visa-card__desc h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; line-height: 1.2; margin: 0 0 2px; }

.visa-card__desc p { font-size: 9px; margin: 0; line-height: 1.36; }

.features { position: relative; padding: 0; }

.features .container { max-width: 1640px; padding: 0; }

.features .section__title { -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 1308px; padding-top: clamp(20px, 5.71429vw, 80px); padding-left: clamp(20px, 5vw, 5vw); padding-right: clamp(20px, 5vw, 5vw); }

.features__btn .btn { max-width: 222px; margin: 0 auto; }

.features.with-btns { padding-bottom: 112px; }

.features-block { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; }

.features-block__item { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 42px 45px; min-height: 712px; min-width: 0; }

.features-block__title { position: relative; text-transform: uppercase; font-size: 58px; margin: 0 0 auto; line-height: 1; z-index: 1; }

.features-block__title_small { font-size: 50px; }

.features-block__desc { position: relative; font-size: 28px; margin: 0 0 38px; line-height: 1.16; z-index: 1; }

.features-block__links { font-size: 20px; position: relative; z-index: 1; }

.features-block__link { color: #fff; margin: 2px 0; display: inline-block; text-decoration: underline; }

.features-block__link:hover { text-decoration: none; }

.features-block__back { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; overflow: hidden; }

.features-block__back:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); }

.features-block__back-pic { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.networkers { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.networkers__item { position: relative; width: 33.3%; height: calc(712px / 4); }

.networkers__speaker { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; }

.networkers__time { position: absolute; bottom: 8px; right: 8px; }

.networkers__face-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: calc(100% - 4px); height: calc(100% - 4px); margin: 2px; background: #000; border-radius: 5px; }

.networkers__face { position: relative; display: block; height: 70%; width: 100%; fill: #20201e; }

.features-btns { margin: 64px 0 0; }

.info-block { position: relative; padding: 0; min-height: 38vw; display: -webkit-box; display: -ms-flexbox; display: flex; }

.info-block:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/quake.gif) center center no-repeat; background-size: cover; }

.info-block .section__title { text-align: center; font-weight: bold; font-size: clamp(22px, 3.14286vw, 44px); margin-bottom: clamp(24px, 3.71429vw, 52px); }

.info-block .section__title span { color: #fff; }

.info-block__inner { padding: 20px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; }

.info-block__text { line-height: 1.6; letter-spacing: 0.003em; max-width: 720px; text-align: center; font-size: 18px; margin-bottom: clamp(46px, 6.57143vw, 92px); color: #fff; }

.info-block__btn { max-width: 368px; width: 100%; margin: 0 auto; font-size: 16px; }

.time-track { display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid #2c302d; background: #131513; position: relative; margin: 0 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.time-track__discussion-link a { color: #fff; }

.time-track__container { min-height: 280px; }

.time-track__head { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; left: 0; z-index: 2; background: #131513; }

.time-track__head-item { display: -webkit-box; display: -ms-flexbox; display: flex; height: 40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 12px; font-weight: 500; color: #4b4b4b; width: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; text-align: center; }

.time-track__aside { -webkit-box-flex: 0; -ms-flex: 0 0 205px; flex: 0 0 205px; position: relative; z-index: 1; padding: 40px 0 0; }

.time-track__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow-x: auto; position: relative; z-index: 1; }

.time-track__content::-webkit-scrollbar { width: 4px; height: 4px; cursor: pointer; }

.time-track__content::-webkit-scrollbar-button { width: 0px; height: 0px; }

.time-track__content::-webkit-scrollbar-thumb { background: #090a09; border: 0px none #ffffff; border-radius: 0; }

.time-track__content::-webkit-scrollbar-thumb:hover { background: #666666; }

.time-track__content::-webkit-scrollbar-thumb:active { background: #666666; }

.time-track__content::-webkit-scrollbar-track { background: #212424; border: 0px none #ffffff; border-radius: 50px; }

.time-track__content::-webkit-scrollbar-track:hover { background: #ffffff; }

.time-track__content::-webkit-scrollbar-track:active { background: #ffffff; }

.time-track__content::-webkit-scrollbar-corner { background: transparent; }

.time-track__current-time-track { position: absolute; left: 0; top: 0; width: 1px; background: #ccff00; height: 100%; z-index: 5; }

.time-track__current-time { position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 12px; width: 1px solid #ccff00; background: #ccff00; height: 16px; width: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 5; color: #0d0e0d; font-size: 12px; font-weight: 700; border-radius: 10px; }

.time-track__timeline { position: relative; }

.time-track__timeline:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAJCAYAAABwgn/fAAAAIElEQVR4AWOSkpf+zzAMABOtDB71yKhHRgQYBaNgFAAAlWwBXmii7b4AAAAASUVORK5CYII=); background-position: 25px top; }

.time-track__track { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 64px; }

.time-track__track:nth-child(1) { background: #181a18; }

.time-track__track.odd { background: #181a18; }

.time-track__track-title { padding: 0 20px; text-transform: uppercase; position: absolute; left: 0; }

.time-track__item { position: absolute; left: 0; top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 4px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(var(--duration) * 3.33px); z-index: 2; height: 44px; }

.time-track__item:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: var(--bgColor); opacity: 0.1; border-radius: 5px; z-index: -1; }

.time-track__item:hover { z-index: 10; }

.time-track__item:hover .track-tooltip { opacity: 1; visibility: visible; display: block; }

.time-track__pic { width: 36px; height: 36px; margin: 0 5px 0 0; -webkit-box-flex: 0; -ms-flex: 0 0 36px; flex: 0 0 36px; }

.time-track__pic img { width: 100%; height: 100%; display: block; border-radius: 3px; }

.time-track__link { position: absolute; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 8px; display: -webkit-box; display: -ms-flexbox; display: flex; top: 10px; height: 36px; margin: 0 10px 0 0; -webkit-box-flex: 0; -ms-flex: 0 0 36px; flex: 0 0 36px; margin: 0; z-index: 2; height: 44px; background: transparent; border: 2px solid var(--bgColor); border-radius: 5px; text-decoration: none; color: #fff; font-weight: 500; -webkit-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; }

.time-track__link:hover { background: var(--bgColor); color: #030303; opacity: 0.9; }

.time-track__link:hover .icon { fill: #030303; }

.time-track__link .icon { fill: #fff; margin: 0 0 0 2px; -webkit-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; }

.time-track__link .icon-cam { margin: 0 10px 0 auto; }

.time-track__link.room { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border: none; padding: 4px; font-weight: 400; }

.time-track__link.room:hover { color: #fff; }

.time-track__link.room:hover:after { opacity: 1; }

.time-track__link.room:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 5px; background: var(--bgColor); -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; opacity: 0.1; z-index: -1; }

.time-track__link.room.active:hover { color: #000; background: transparent; }

.time-track__link.room.active:hover:after { opacity: 1; }

.time-track__link.discussion { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-color: var(--bgColor); padding: 2px; font-weight: 400; background: transparent; }

.time-track__link.discussion .time-track__speaker { font-size: 14px; }

.time-track__link.discussion:hover { color: #fff; }

.time-track__link.discussion:hover .icon-cam { fill: #fff; }

.time-track__link.discussion:hover:after { opacity: 0.5; background: var(--bgColor); }

.time-track__link.discussion:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 2px; background: transparent; -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; opacity: 0.1; z-index: -1; }

.time-track__speaker { font-size: 14px; max-height: 32px; width: 100%; margin: 0 0 0 5px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.broadcast { position: relative; }

.broadcast__content { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.broadcast__content iframe { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; background: #000; }

.broadcats-text { position: absolute; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; font-size: 6vw; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-weight: 700; color: #2d2d2d; }

.broadcats-text a { color: #2d2d2d; text-decoration: underline; }

.track-tooltip { border: 2px solid var(--bgColor); background-color: #090a09; border-radius: 5px; padding: 10px 15px; line-height: 1.6; width: 500px; z-index: 100; -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; }

.track-tooltip__speaker { font-size: 14px; margin: 0; }

.track-tooltip__title { font-size: 14px; margin: 0; margin: 2px 0 0; }

.track-tooltip__sec { margin: 10px 0 0; }

.track-tooltip__desc { font-size: 12px; margin: 0; color: #939393; margin: 2px 0 0; }

.track-tooltip__desc a { color: #fff; }

.s-sponsors-offers { padding: 60px 0; }

.sponsor-banner { display: block; margin: 68px auto 0; }

.sponsor-banner img { width: 100%; height: auto; display: block; }

.sponsor-banner + .sponsors-offers { margin-top: 10px; }

.sponsors-offers { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; margin: 68px auto 0; max-width: 1465px; }

.sponsors-offers__section { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; max-width: 1465px; min-width: 0; margin: 0 -5px; }

.sponsors-offers__item { width: calc(25% - 20px); -webkit-box-sizing: border-box; box-sizing: border-box; border: 4px solid #2e2e2c; background: #191917; padding: 0 30px 60px; margin: 0 10px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.sponsors-offers__item.gold { width: calc(25% - 10px); padding: 0 20px 40px; margin: 0 5px 10px; }

.sponsors-offers__item.silver { width: calc(20% - 10px); padding: 0 20px 40px; margin: 0 5px 10px; }

.sponsors-offers__item.silver .sponsors-offers__img-wrap { height: 130px; }

.sponsors-offers__img-wrap { height: 160px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 0; }

.sponsors-offers__img { max-width: 100%; height: auto; max-height: 100px; margin: auto; cursor: pointer; }

.sponsors-offers__learn-more { text-align: center; }

.sponsors-offers__learn-more button { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; background: none; text-decoration: underline; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #00CA6E; }

.sponsors-offers__learn-more button:hover { text-decoration: none; }

.sponsors-offers__desc { margin-top: 15px; border-top: 2px solid #2e2e2c; font-size: 16px; padding: 26px 0 36px; line-height: 1.4; }

.sponsors-offers__btn { min-height: 60px; padding: 10px 10px; font-size: 12px; color: #00CA6E; margin: 0 20px; margin: auto 10px 0; border-radius: 30px; }

.live-programm { background: #1b2237; }

.live-programm__tab-links { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; letter-spacing: normal; border-bottom: 1px solid #161817; margin: 0 0 50px; overflow-x: auto; height: 60px; }

.live-programm__tab-links::-webkit-scrollbar { width: 4px; height: 4px; }

.live-programm__tab-links::-webkit-scrollbar-button { width: 0px; height: 0px; }

.live-programm__tab-links::-webkit-scrollbar-thumb { background: #090a09; border: 0px none #ffffff; border-radius: 0; }

.live-programm__tab-links::-webkit-scrollbar-thumb:hover { background: #666666; }

.live-programm__tab-links::-webkit-scrollbar-thumb:active { background: #666666; }

.live-programm__tab-links::-webkit-scrollbar-track { background: #212424; border: 0px none #ffffff; border-radius: 50px; }

.live-programm__tab-links::-webkit-scrollbar-track:hover { background: #ffffff; }

.live-programm__tab-links::-webkit-scrollbar-track:active { background: #ffffff; }

.live-programm__tab-links::-webkit-scrollbar-corner { background: transparent; }

.live-programm__tab-links .container { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }

.live-programm__tab { position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; height: 60px; padding: 0 42px; text-decoration: none; color: #fff; font-weight: 700; text-transform: uppercase; font-size: 20px; cursor: pointer; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; background: #2d312f; line-height: 1; }

.live-programm__tab:not(:first-child) { margin: 0 0 0 5px; }

.live-programm__tab:hover { color: #00CA6E; }

.live-programm__tab .icon { fill: #5f5f5f; width: 30px; height: 30px; position: relative; top: 0px; margin: 0 10px 0 0; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.live-programm__tab.is-active { color: #444; background: #00CA6E; }

.live-programm__tab.is-active:after { opacity: 0; }

.live-programm__tab:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: #00CA6E; opacity: 1; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.live-programm__link { position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; height: 60px; padding: 0 25px; text-decoration: none; color: #fff; font-weight: 500; font-size: 20px; cursor: pointer; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; margin: 0 0 0 5px; line-height: 1; }

.live-programm__link:hover { color: #00CA6E; }

.live-programm__link:hover .icon { fill: #00CA6E; }

.live-programm__link:hover .live-programm__arrow { border-color: #00CA6E transparent transparent transparent; }

.live-programm__link.is-active { background: #2d312f; color: #00CA6E; }

.live-programm__link.is-active .live-programm__arrow { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); border-color: #00CA6E transparent transparent transparent; }

.live-programm__link.is-active .icon { fill: #00CA6E; }

.live-programm__link.link-chat { margin: 0 0 0 auto; opacity: 0.3; }

.live-programm__link.link-chat:hover { opacity: 1; }

.live-programm__link.menu { padding-right: 42px; }

.live-programm__link:hover { background: #2d312f; }

.live-programm__link:hover .sub-menu { opacity: 1; visibility: visible; }

.live-programm__link .icon { fill: #fff; width: 30px; height: 30px; position: relative; top: 0px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 10px 0 0; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.live-programm__link .icon.icon-remo { fill: #fe7f8c; }

.live-programm__link .icon.icon-discord { fill: #7785f2; }

.live-programm__arrow { position: absolute; right: 18px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border-style: solid; border-width: 6px 4px 0 4px; border-color: #ffffff transparent transparent transparent; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }

.live-programm__tab-link { text-transform: none; font-size: 20px; text-decoration: none; font-weight: 500; color: #fff; margin: 0; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.live-programm__tab-link span { margin: 0 0 0 5px; }

.live-programm__tab-link:hover { color: #00CA6E; }

.live-programm__tab-link:hover .icon { fill: #00CA6E; }

.live-programm .sub-menu { z-index: 2; position: absolute; left: 0; top: 100%; font-size: 16px; background: #2d312f; min-width: auto; padding-bottom: 12px; font-weight: 400; opacity: 0; visibility: hidden; -webkit-transition: opacity ease 0.1s; -o-transition: opacity ease 0.1s; transition: opacity ease 0.1s; }

.live-programm .sub-menu.is-active { opacity: 1; visibility: visible; }

.live-programm .sub-menu__link { height: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; text-decoration: none; padding: 0 60px 0 66px; white-space: nowrap; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.live-programm .sub-menu__link:hover { background: #090a09; }

.tab-container { display: none; background: #1e1e1e; margin: 0 0 40px; }

.tab-container.is-active { display: block; }

.broadcast { width: 100%; padding-bottom: 56%; }

.s-video-rooms { background: #E2E2E2; }

.video-rooms { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px 0; gap: 40px; }

.video-rooms__item { position: relative; padding: 32px 32px 32px; background: #fff; width: 297px; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.video-rooms__item.hoverable { cursor: pointer; }

.video-rooms__item.hoverable:hover:hover { -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); }

.video-rooms__item.hoverable:hover .video-rooms__btn { color: #00CA6E; }

.video-rooms__link { position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; }

.video-rooms__img-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 174px; }

.video-rooms__img { display: block; margin: auto; max-height: 100%; }

.video-rooms__users { margin: 38px auto 40px; }

.video-rooms__user { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin: 8px auto 0; }

.video-rooms__user:first-child { margin: 0; }

.video-rooms__avatar { width: 34px; height: 34px; margin: 0 10px 0 0; border-radius: 50%; }

.video-rooms__name { font-size: 14px; line-height: 1.28; }

.video-rooms__btn { display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto 0 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 46px; padding: 0; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #5F5F5F; text-transform: uppercase; text-decoration: none; border: 2px solid transparent; text-align: center; -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.random-party { padding: 42px 0 42px; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/screens-done-op.svg) center center no-repeat; background-color: #0d0f1b; }

.random-party .section__title { letter-spacing: 1.3px; margin-bottom: 55px; text-align: center; }

.random-party__inner { padding: 82px 20px 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.random-party__text { line-height: 1.6; letter-spacing: 0.003em; max-width: 540px; text-align: center; font-size: 18px; margin-bottom: 42px; color: #fff; }

.random-party__btn { max-width: 368px; width: 100%; margin: 0 auto; }

.giving-back { position: relative; }

.giving-back:before { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-888px); -ms-transform: translateX(-888px); transform: translateX(-888px); top: 152px; width: 600px; height: 756px; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/giving-back__decor.svg) center center no-repeat; }

.giving-back:after { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(286px); -ms-transform: translateX(286px); transform: translateX(286px); top: 150px; width: 607px; height: 757px; background: url(https://waybackassets.bk21.net/20211019183516im_/https://vuejslive.com/img/giving-back__decor-2.svg) center center no-repeat; }

.giving-back .container { position: relative; max-width: 1040px; z-index: 1; }

.giving-back .section__title { text-align: center; font-weight: bold; font-size: clamp(22px, 3.14286vw, 44px); margin-bottom: clamp(24px, 3.71429vw, 52px); }

.giving-back__logos { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 25px; }

.giving-back__logo { width: 250px; margin: 10px 15px; }

.giving-back__logo img { width: 100%; }

.giving-back__text { font-size: 17px; margin-bottom: 60px; line-height: 1.68; }

.giving-back__text p { margin: 16px 0 0; }

.giving-back__btns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 70px; }

.giving-back__btns .btn { background: #00CA6E; padding: 19px; border-radius: 60px; }

.giving-back__btns .btn:hover { -webkit-filter: contrast(1.2); filter: contrast(1.2); -webkit-transition: all ease 0.1s; -o-transition: all ease 0.1s; transition: all ease 0.1s; }

.giving-back__btns .btn--border { background: transparent; }

.giving-back__btns .btn + .btn { margin-left: 20px; }

.giving-back__faces { display: none; margin-top: 100px; }

.giving-back__faces img { width: 100%; }

.giving-back__sponsor { display: block; margin: 72px auto 50px; width: 294px; max-width: 100%; }

.status-bar { max-width: 594px; margin: 0 auto; position: relative; }

.status-bar__title { text-align: center; font-size: 18px; color: #5F5F5F; margin-bottom: 45px; font-weight: 700; }

.status-bar__line { width: 100%; position: relative; background: #5F5F5F; height: 6px; border-radius: 6px; }

.status-bar__progress { position: absolute; left: 0; top: -1px; height: 100%; height: 8px; background: #00CA6E; z-index: 1; border-radius: 8px; }

.no-video-modal { width: 100%; max-width: 500px; text-align: center; padding: 40px 16px; margin: 0 auto; }

.no-video-modal__title { font-size: 20px; font-weight: 500; color: #fff; }

.no-video-modal__button { margin: 24px auto 0; margin-top: 24px; max-width: 210px; }

.no-video-modal .btn { height: 50px; }

@media (orientation: portrait) and (min-width: 767px) { .hero__date { margin-top: 30px; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; } .hero__title { margin: auto 0 0; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; } }

@media screen and (max-height: 700px) and (min-width: 1024px) { .hero__ticket-btn { width: 160px; height: 160px; margin-right: 74px; } .hero__recordings-btn { width: 100px; height: 100px; } }

@media only screen and (max-width: 1480px) { .sponsors__description p { font-size: 18px; } }

@media only screen and (max-width: 1440px) { .hero__recordings-btn { margin-top: -40px; } .event__top { margin: clamp(-80px, -11.42857vw, -160px) clamp(-60px, -8.57143vw, -120px) 0 clamp(-90px, -12.85714vw, -180px); padding: clamp(80px, 11.42857vw, 160px) clamp(60px, 8.57143vw, 120px) 20vw clamp(90px, 8.57143vw, 120px); } .event__bottom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: clamp(90px, 8.57143vw, 120px); } .event__days { margin: -17vw 0 0; } .event__techs { margin: 20px 0 0; } .days__item:not(:first-child) { margin-left: clamp(50px, 7.14286vw, 100px); } .days { width: -webkit-max-content; width: -moz-max-content; width: max-content; -ms-flex-wrap: wrap; flex-wrap: wrap; } .days__plus { top: clamp(104px, 14.71429vw, 206px); width: 69px; height: 69px; left: -3.57143vw; } .days__title { font-size: clamp(26px, 2.71429vw, 38px); } .days__date { width: clamp(220px, 22.71429vw, 318px); margin: clamp(10px, 1.42857vw, 20px) 0 clamp(32px, 4.71429vw, 66px); } .days__date-inner { padding: clamp(16px, 2.28571vw, 32px) 0 0; font-size: clamp(72px, 7.57143vw, 106px); } .days__date-inner span { display: block; font-size: clamp(22px, 2.28571vw, 32px); } .speakers_pt-sm { padding: 80px 0 10px; } .speakers { padding: 80px 0 10px; } .schedule { padding: 70px 0 0; } .talks { padding: 55px 0 60px; } .location-slider__item img { -webkit-clip-path: polygon(0 0, calc(100% - 250px) 0, calc(100% - 516px) 100%, 0 100%); clip-path: polygon(0 0, calc(100% - 250px) 0, calc(100% - 516px) 100%, 0 100%); } .location-slider__map-link { margin-right: 0; } .multipass__left { padding: 0 30px 0 0; } .features.with-btns { padding-bottom: 80px; } .features-block__item { padding: 3vw 3.2vw; min-height: 44vw; } .features-block__title { font-size: 3.5vw; } .features-block__title_small { font-size: 3.5vw; } .features-block__desc { font-size: 2vw; margin: 1.3vw 0 2.6vw; line-height: 1.4; } .features-block__links { font-size: 1.8vw; } .networkers__item { height: calc(44vw / 4); } .random-party { padding: 40px 0 40px; } }

@media (orientation: portrait) { .hero { position: static; margin: clamp(20px, 8.42105vh, 80px) 0 clamp(100px, 16.84211vh, 160px); -ms-flex-line-pack: stretch; align-content: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .hero__slogan { margin-top: 0; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; } .hero__buttons { display: -webkit-box; display: -ms-flexbox; display: flex; left: 20px; right: 20px; bottom: 20px; }
  .hero__buttons > :not(:first-child) { margin-left: 10px; } .hero__ticket-btn { margin: 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; height: 60px; border-radius: 30px; font-size: 14px; } .hero__recordings-btn { margin: 0; margin-top: 0 !important; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; height: 60px; border-radius: 30px; font-size: 14px; } }

@media all and (max-width: 1300px) { .bars-list { margin: 70px -20px 50px; } .bars-list__item { width: 33.3%; } .bars-list__bar { font-size: 3.9vw; } .bars-list__room { border-width: 1vw; } .bars-list__photo { width: 13.5vw; height: 13.5vw; } }

@media (prefers-reduced-motion: reduce) { * { -webkit-transition: none !important; -o-transition: none !important; transition: none !important; } }

@media only screen and (max-width: 1200px) { .text { font-size: 19px; letter-spacing: 1.1px; line-height: 1.8; } .btn { padding: 15px 20px; } .btn--gradient { padding: 19px 23px; } .btn--border { padding: 15px 23px; } .header__btn { width: 160px; } .s-hero:before { -webkit-transform: translateX(-686px); -ms-transform: translateX(-686px); transform: translateX(-686px); } .s-hero:after { -webkit-transform: translateX(216px); -ms-transform: translateX(216px); transform: translateX(216px); } .s-hero.s-hero--inner .hero { margin: 0; } .hero__partner { font-size: 11px; right: 20px; } .hero__partners { margin-top: 5px; } .hero__partner-img img { height: 40px; } .hero.hero_live { min-height: 140px; position: relative; margin: 0; } .hero.hero_live .container { width: 100%; } .hero.hero_live .hero__date { font-size: 16px; } .hero.hero_live .hero__logo { width: 100px; } .speakers-list { -ms-grid-columns: (minmax(250px, 320px))[3]; grid-template-columns: repeat(3, minmax(250px, 320px)); } .prices { margin: 0 -5vw; } .full-ticket__item { padding: 20px 20px 20px; } .sponsors-block_xl .sponsors-block__item { padding: 20px; }
  .sponsors-block_xl .sponsors-block__item img { max-width: 100%; } .sponsors-block_lg .sponsors-block__item { padding: 20px; } .sponsors-block_md .sponsors-block__list { margin: 0 -20px; } .sponsors-block_md .sponsors-block__item { padding: 20px; } .sponsors-block_sm .sponsors-block__item { padding: 20px; } .sponsors-block_xs .sponsors-block__item a { padding: 20px; } .sponsors-block_auto .sponsors-block__item a { padding: 20px; } .sponsors-block__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .schedule__btn { padding: 5px 20px; } .c-form__inner { padding: 40px 20px; } .c-form__socials { margin-bottom: 32px; } .c-form__text { font-size: 16px; margin-bottom: 32px; } .location-slider__bottom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; } .location-slider__desc { margin-bottom: 0; } .s-multipass:after { height: 428px; top: 130px; background-size: cover; } .multipass { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .multipass__left { width: 100%; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 30px; padding: 0; } .multipass__right { width: 100%; } .multipass__desc { text-align: center; } .features.with-btns { padding-bottom: 72px; } .features-block { margin: 0; } .features-btns { margin: 50px 0 0; } .info-block__inner { padding: 40px 20px; } .info-block__text { font-size: 16px; } .sponsors-offers__item.gold { width: calc(33.3% - 10px); } .sponsors-offers__item.silver { width: calc(25% - 10px); } .sponsors-offers__btn { padding: 10px 10px; } .live-programm__tab { padding: 0 20px; font-size: 16px; } .live-programm__link { padding: 0 20px; font-size: 16px; } .live-programm__tab-link { margin: 0 0 0 20px; } .live-programm .sub-menu { font-size: 14px; } .live-programm .sub-menu__link { padding: 0 60px; } .random-party .section__title { margin-bottom: 37px; } .random-party__inner { padding: 40px 20px; } .random-party__text { font-size: 16px; margin-bottom: 38px; } }

@media only screen and (max-width: 1023px) { .text { font-size: 16px; line-height: 1.8; } .section__big-title { margin-left: -2px; } .title-gradient { font-size: 5.5vw; } .techs__item { min-width: auto; } .techs__img-box img { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); } .techs__title { font-size: 16px; } .header.live { background: transparent; -webkit-box-shadow: none; box-shadow: none; } .header { bottom: auto; top: 0; padding: 20px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: transparent; pointer-events: none; }
  .header.is-sticky { background: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, 0); } .header__nav { width: 100%; margin-bottom: 10px; } .header__btn { width: auto; position: relative; margin: 0 0 20px; } .header__alt-btn { display: block; display: none; } .header__socials { margin: 10px auto 0; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; position: relative; left: 0; top: 0; }
  .header__socials .icon { height: 20px; } .header__inner { opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; height: 100vh; height: calc(var(--vh, 1vh) * 100); padding: 10px 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; background-color: rgba(32, 42, 67, 0.5); z-index: -10; } .header__burger { display: inline-block; pointer-events: auto; } .nav { display: block; } .nav__link { font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; height: auto; text-align: center; padding: 20px 20px; font-weight: 500; } .hero__recordings-btn { margin-top: -20px; } .hero__partner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; right: 0; margin: 20px auto; } .perks { padding: 30px 0; } .perks__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .perks__img { margin-right: 0; width: 100%; margin-bottom: 20px; padding-top: 0; } .perks__img img { max-width: 60%; max-height: 300px; } .perks__video-wrap { margin-right: 0; width: 100%; margin-bottom: 20px; padding-top: 0; } .perks__content, .perks__title { margin-bottom: 15px; font-size: 22px; } .perks__subtitle { margin-bottom: 15px; font-size: 18px; } .perks__description { margin-bottom: 20px; } .perks__description p:not(:last-child) { margin-bottom: 10px; } .articles { padding-top: 40px; } .articles__title { margin-bottom: 20px; font-size: 28px; } .articles__subtitle { font-size: 20px; } .articles__content { padding: 0 20px; } .article { padding: 30px 0; } .article__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .article__img { margin-right: 0; width: 100%; margin-bottom: 20px; padding-top: 0; } .article__img img { width: auto; max-width: 100%; display: block; margin: 0 auto; } .article__content, .article__title { margin-bottom: 15px; } .article__description { margin-bottom: 20px; } .article__description p:not(:last-child) { margin-bottom: 10px; } .event__top { padding-bottom: 11.71875vw; } .event__bottom { margin: 0; padding: 11.71875vw 0 clamp(40px, 8.57143vw, 120px); } .event__days { margin: 0; } .days { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .days__item:not(:first-child) .days__plus { display: none; } .days__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: auto; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: 0 0 0 240px; min-height: 192px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .days__item:not(:first-child) { margin: 20px 0 0 0; } .days__title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; text-align: left; margin-top: 26px; }
  .days__title br { display: none; } .days__date { position: absolute; left: 0; top: 0; width: 220px; height: 192px; padding: 0; margin: 0 20px 0 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .speakers-list { grid-gap: 40px 0; } .speaker { padding: 15px; } .speaker__info { padding: 0 10px; } .prices__list::-webkit-scrollbar { height: 8px; } .prices__bottom { margin: 0 auto; } .full-ticket { margin: 40px 0 0; } .full-ticket__item { padding: 20px 20px 20px; min-height: 250px; } .full-ticket__desc { min-height: 80px; } .coc__description { font-size: 18px; } .coc__content h2, .coc__content h3 { font-size: 38px; margin: 60px 0 30px; } .sponsors { padding: 40px 0; } .sponsors-block_xl .sponsors-block__item { width: 50%; } .sponsors-block_lg .sponsors-block__item { width: 50%; } .sponsors-block_sm .sponsors-block__item { width: 33.33%; } .sponsors-block_xs .sponsors-block__item { width: 25%; } .schedule__tab-links { margin-bottom: 20px; } .schedule__tab-link { font-size: 20px; padding: 10px; } .s-item__col { padding: 16px 18px; } .s-item__time { line-height: 0.92; } .s-item__title { font-size: 18px; } .s-item__title_sm { font-size: 16px; } .talks-list .s-item__col { padding: 16px 18px; } .f-nav__item:not(:last-child) { margin-right: 15px; } .bars-list { margin: 40px -20px 30px; } .bars-list__item { font-size: 2vw; } .bars-list__name { font-size: 2vw; margin: 0 0 4vw; } .c-form__inner { padding: 0; border: none; } .workshops { padding: 80px 0 40px; } .workshops__description { margin-bottom: 60px; } .workshops__description p:not(:last-child) { margin-bottom: 20px; } .workshops__content { margin-bottom: 40px; } .workshops .workshop:not(:last-child) { margin-bottom: 50px; } .workshop .workshop-item:not(:last-child) { margin-bottom: 20px; } .workshop-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .workshop-item_lg .workshop-item__content { padding-top: 0; } .workshop-item__title { margin-bottom: 20px; } .workshop-item__content { margin-left: 0; max-width: 100%; } .guarantee__list:not(:last-child) { margin-bottom: 45px; } .location { height: auto; } .location__map { position: relative; height: 400px; } .location__slider { position: relative; top: 0; bottom: -50px; } .location-slider__item img { -webkit-clip-path: none; clip-path: none; } .location-slider__content { padding-right: 20px; } .location-slider__bottom { margin: 20px 0 0; } .features.with-btns { padding-bottom: 103px; } .features-block { margin: 0; } .features-btns { margin: 30px 0 0; } .info-block__inner { padding: 60px 20px; border: none; } .sponsors-offers__item.gold { width: calc(50% - 10px); padding-bottom: 30px; } .sponsors-offers__item.silver { width: calc(33.3% - 10px); padding-bottom: 30px; } .sponsors-offers__item { width: calc(33.3% - 20px); margin: 0 10px 20px; padding: 0 20px 30px; } .sponsors-offers__btn { margin: auto 0 0; } .live-programm__tab-links { margin: 0 0 20px; } .live-programm__tab-links .container { padding: 0; } .live-programm__tab-link { white-space: nowrap; }
  .live-programm__tab-link span { display: none; } .video-rooms { gap: 20px; } .random-party { padding: 50px 0 50px; } .random-party__inner { border: none; } .giving-back__faces { margin-top: 50px; } }

@media only screen and (max-width: 767px) { .section__big-title { margin-left: 0; } .title-gradient { font-size: 6.5vw; } .techs__item { width: 20%; } .techs__img-box { margin: 0 0 10px; } .techs__title { font-size: 14px; } .nav__link { font-size: 12px; } .burger { width: 50px; height: 50px; } .s-hero:before { width: 307px; height: 205px; -webkit-transform: translateX(-386px); -ms-transform: translateX(-386px); transform: translateX(-386px); } .s-hero:after { width: 237px; height: 125px; background-size: cover; -webkit-transform: translateX(116px); -ms-transform: translateX(116px); transform: translateX(116px); } .hero { position: static; margin: 20px 0 100px; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .hero__slogan { margin-top: 0; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; } .hero__date { margin-top: auto; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; text-align: center; } .hero__title { margin: 30px 0 0; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; } .hero__buttons { display: -webkit-box; display: -ms-flexbox; display: flex; left: 20px; right: 20px; bottom: 20px; }
  .hero__buttons > :not(:first-child) { margin-left: 10px; } .hero__ticket-btn { margin: 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; height: 60px; border-radius: 30px; font-size: 14px; } .hero__recordings-btn { margin: 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; height: 60px; border-radius: 30px; font-size: 14px; } .hero__partner-img:not(:first-child) { margin: 0 0 0 10px; } .h-list__value { font-size: 16px; } .h-list__text-top span { font-size: 16px; } .h-list__text { font-size: 14px; } .perks__img img { max-width: 80%; max-height: 200px; } .perks__description { color: #aaaaaa; } .articles__title { font-size: 22px; } .articles__subtitle { font-size: 18px; } .article__description { color: #5F5F5F; } .speakers { padding-top: 53px; } .speakers-list { -ms-grid-columns: (minmax(150px, 320px))[2]; grid-template-columns: repeat(2, minmax(150px, 320px)); } .speaker__popup-btn { width: 100px; height: 100px; } .speaker__name { font-size: 22px; } .speaker__company { font-size: 14px; } .speaker .activity-holder .slider .s-item__col { font-size: 12px; padding-top: 0; } .speaker .activity-holder .slider .slider__title { font-size: 12px; margin-bottom: 4px; min-height: unset; } .speaker .activity-holder .slider .s-item__title { font-size: 14px; } .mc-list__item:not(:last-child) { margin-right: auto; margin-bottom: 79px; } .prices__list { padding: 20px 0 10px; } .prices__title { margin: 2px 0 16px; } .full-ticket { margin: 40px -20px 0; -ms-flex-wrap: wrap; flex-wrap: wrap; } .full-ticket__item { margin: 0 auto; -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; min-height: 250px; } .full-ticket__desc { min-height: 60px; } .coc__content h2, .coc__content h3 { font-size: 32px; margin: 40px 0 20px; } .faq__section-title { margin: 40px 0 20px; font-size: 26px; font-weight: 400; }
  .faq__list { margin: 20px -20px; }
  .faq__arrow { top: 24px; right: 28px; }
  .faq__question { font-size: 20px; cursor: pointer; padding: 15px 60px 15px 20px; }
  .faq__ansver { font-size: 14px; padding: 0 20px 15px; } .sponsors .section__title { margin-bottom: 28px; } .sponsors__description p { line-height: 1.8; } .sponsors__description p:not(:last-child) { margin-bottom: 5px; } .sponsors-block_xl .sponsors-block__item { width: 75%; max-width: 100%; padding: 20px 10px; } .sponsors-block_auto .sponsors-block__item { width: 25%; }
  .sponsors-block_auto .sponsors-block__item a { padding: 15px 10px; } .sponsors-block__item { max-width: 230px; }
  .sponsors-block__item img { max-width: 100%; } .sponsors-block__title { font-size: 16px; margin-bottom: 32px; } .schedule { padding-top: 40px 0 0; margin: 0 0 50px; } .schedule__tab-link { font-size: 18px; } .schedule__tab-link.is-active:after { height: 2px; } .s-item__row { -ms-flex-wrap: wrap; flex-wrap: wrap; } .s-item__col_d-sm-none { display: none; } .s-item__col:nth-child(1) { width: 80px; min-width: 80px; border: none; } .s-item__col:nth-child(2) { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding-left: 0; } .s-item__col:nth-child(3) { width: 100%; margin-top: 10px; margin: 0; padding-top: 0; } .s-item__title { font-size: 16px; margin: 2px 0; } .s-item__title + .s-item__company { margin-top: 5px; } .s-item__title_sm { font-size: 14px; margin: 12px 0 0; } .s-item__text { color: #aaaaaa; } .s-item__company { color: #aaaaaa; } .talks-list .s-item__row { -ms-flex-wrap: wrap; flex-wrap: wrap; } .talks-list .s-item__col_d-sm-none { display: none; } .talks-list .s-item__col:nth-child(1) { text-align: left; width: 100%; border: none; padding: 16px; } .talks-list .s-item__col:nth-child(2) { width: 100%; margin-top: 10px; margin: 0; padding: 16px; padding-top: 0; } .talks { border-bottom: none; padding-bottom: 20px; } .talks .container { padding: 0 10px; } .talks .s-item__col { padding: 0 20px; margin: 16px 0 0; }
  .talks .s-item__col:first-child { margin: 0; } .talks .talk__item { margin-top: 16px; }
  .talks .talk__item:first-child { margin-top: 0; } .footer__socials { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset; margin: 0 auto clamp(30px, 3.57143vw, 50px); } .footer__socials .social__item:not(:last-child) { margin-right: 15px; } .footer__main { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .f-nav { display: block; text-align: center; } .f-nav__item:not(:last-child) { margin-right: 0; margin-bottom: 10px; } .bars-list { margin: 40px 0 30px; } .bars-list__item { width: 50%; font-size: 3vw; } .bars-list__bar { font-size: 6vw; } .bars-list__name { font-size: 3vw; margin: 0 0 4vw; } .bars-list__room { border-width: 1.5vw; } .bars-list__room + .bars-list__room { margin: 0 0 0 -5vw; } .bars-list__photo { width: 20vw; height: 20vw; } .c-form:before { -webkit-transform: translateX(-588px); -ms-transform: translateX(-588px); transform: translateX(-588px); } .c-form:after { -webkit-transform: translateX(-70px); -ms-transform: translateX(-70px); transform: translateX(-70px); } .workshop-item__content p, .workshop-item__content ul { color: #aaaaaa; font-size: 15px; } .guarantee { padding: 40px 0 60px; } .guarantee__list ul li:before { background-color: #aaaaaa; } .guarantee__content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .guarantee__item { text-align: center; } .guarantee__item:not(:last-child) { margin-right: 0; margin-bottom: 20px; } .guarantee__item p { color: #aaaaaa; } .s-location { padding: 0; } .s-multipass { padding: 50px 0; } .s-multipass:after { top: 180px; height: 400px; } .multipass__left a { padding: 15px 20px; font-size: 14px; } .multipass__right { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .multipass__text { font-size: 22px; } .multipass .icon-equal { margin: 20px 0 10px; } .features.with-btns { padding-bottom: 40px; } .info-block__btn { font-size: 14px; } .s-sponsors-offers { padding: 40px 0; } .sponsor-banner { margin: 0 -20px 0 -20px; display: none; } .sponsors-offers { margin: 0 -20px 0 -20px; padding: 0 10px; overflow-x: auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .sponsors-offers__section { margin: 0 -20px; padding: 0 10px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; max-width: none; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .sponsors-offers__section:not(:first-child) { margin-left: 0px; } .sponsors-offers__item.gold { min-width: 230px; width: calc(100% - 10px); max-width: 230px; padding-bottom: 20px; }
  .sponsors-offers__item.gold .sponsors-offers__img-wrap { height: 130px; } .sponsors-offers__item.silver { min-width: 200px; width: calc(50% - 10px); max-width: 200px; padding-bottom: 20px; } .sponsors-offers__item { width: calc(33.3% - 10px); margin: 0 5px 10px; padding: 0 20px 20px; } .sponsors-offers__desc { font-size: 14px; } .sponsors-offers__btn { min-height: 42px; } .live-programm__tab { font-size: 14px; } .live-programm__link { font-size: 14px; } .live-programm .sub-menu { font-size: 12px; } .live-programm .sub-menu__link { padding: 0 60px; } .giving-back:before { -webkit-transform: translateX(-488px); -ms-transform: translateX(-488px); transform: translateX(-488px); } .giving-back:after { -webkit-transform: translateX(-286px); -ms-transform: translateX(-286px); transform: translateX(-286px); } .giving-back__logo { width: 160px; } .giving-back__text { margin-bottom: 50px; } }

@media only screen and (max-width: 680px) { .sponsors__description { margin-bottom: 42px; } .sponsors__description p { font-size: 16px; } }

@media only screen and (max-width: 599px) { .text { font-size: 15px; } .techs { margin: 32px -10px 10px; } .techs__item { width: 25%; } .techs__img-box { margin: 0 0 0; } .s-hero:before { -webkit-transform: translateX(-259px); -ms-transform: translateX(-259px); transform: translateX(-259px); } .s-hero:after { -webkit-transform: translateX(16px); -ms-transform: translateX(16px); transform: translateX(16px); } .hero__partner { display: none; } .hero.hero_live .hero__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .hero.hero_live .hero__date { font-size: 10px; margin: 14px 0 0; text-align: center; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .hero.hero_live .hero__logo { position: relative; left: 0; top: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); width: 90px; margin: 0px auto 0; } .perks__img img { max-width: 100%; max-height: 200px; } .days__item { padding: 200px 0 0 0; }
  .days__item:not(:first-child) { margin: 50px 0 0 0; } .days__title { text-align: center; margin: 12px 0 12px; } .days__date { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .days__descr { text-align: center; } .speakers_center .speakers-list { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .speaker { padding: 10px; } .speaker__photo { margin-bottom: 23px; } .speaker__info { padding: 0 5px; } .speaker__tag { left: auto; right: -10px; top: 12px; font-size: 12px; padding: 2px 20px; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .speaker .activity-holder { padding: 15px; } .hosts { padding: 40px 0 40px; } .mc { padding: 37px 0 55px; } .mc-list { padding-top: 20px; } .mc-list__item { margin: 0 auto; } .prices__item { min-width: 250px; } .coc__description { font-size: 16px; } .faq__section-title { font-size: 24px; }
  .faq__question { font-size: 18px; } .sponsors-block_lg .sponsors-block__item { padding: 7px; } .sponsors-block_md .sponsors-block__list { margin: 0 -10px; } .sponsors-block_md .sponsors-block__item { padding: 5px; } .sponsors-block_xs .sponsors-block__item { width: 33.3%; }
  .sponsors-block_xs .sponsors-block__item a { padding: 15px 10px; } .sponsors-block_auto .sponsors-block__item { width: 33.3%; }
  .sponsors-block_auto .sponsors-block__item a { padding: 15px 10px; } .schedule__tab-link { font-size: 14px; padding: 0 5px; margin: 0 0 0 10px; } .schedule__tabs { margin: 0; } .s-item__col:nth-child(1) { width: 50px; min-width: 50px; } .talks .talk__item { margin: 10px -10px; }
  .talks .talk__item:first-child { margin-top: 0; } .footer__basement { padding: 72px 20px 67px; background-size: cover; } .f-logo__label { font-size: 18px; margin-right: 20px; } .f-logo__icon { width: 56px; } .f-logo__author { font-size: 20px; margin-left: 15px; } .bars-list__item { width: 100%; } .bars-list__item { font-size: 5vw; } .bars-list__bar { font-size: 9vw; } .bars-list__name { font-size: 5vw; margin: 0 0 9vw; } .bars-list__room { border-width: 2.3vw; } .bars-list__room + .bars-list__room { margin: 0 0 0 -10vw; } .bars-list__photo { width: 30vw; height: 30vw; } .c-form__socials .social__item:not(:last-child) { margin-right: 20px; } .c-form__field input { font-size: 16px; padding: 14px 132px 14px 20px; } .c-form__submit { font-size: 14px; -webkit-transform: none; -ms-transform: none; transform: none; } .features-block { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .features-block__item { padding: 6vw 6vw; min-height: 70vw; } .features-block__title { font-size: 8.6vw; line-height: 1.2; } .features-block__desc { margin: 5vw 0 5vw; font-size: 16px; } .features-block__links { font-size: 14px; } .networkers__item { width: 25%; height: calc(70vw / 3); } .info-block { min-height: 100vw; } .info-block .container { padding: 0 16px; } .time-track { margin: 0 0 20px; } .time-track__aside { -webkit-box-flex: 0; -ms-flex: 0 0 110px; flex: 0 0 110px; } .sponsors-offers__item { min-width: 250px; width: calc(50% - 10px); } .live-programm__tab-links { margin: 0; } .live-programm .container { padding: 0; } .tab-container { margin: 0; } .video-rooms__item { max-width: 100%; } .random-party .container { padding: 0 16px; } .giving-back__btns { display: block; margin-top: 40px; } .giving-back__btns .btn { font-size: 12px; } .giving-back__btns .btn + .btn { margin-left: 0; margin-top: 20px; } .giving-back__faces { margin-top: 30px; margin: 35px -250px -20px; } .status-bar__title { font-size: 16px; margin-bottom: 30px; padding: 0 15px; } }

@media only screen and (max-width: 480px) { .techs__item { width: 33.3%; } .days { width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .full-ticket__item { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; min-height: 250px; } .schedule .section__title { margin-left: 18px; margin-right: 18px; } .schedule .container { padding: 0; } .schedule__tip { padding: 0 20px; } .bars-list__item { font-size: 7vw; } .bars-list__bar { font-size: 12vw; } .bars-list__name { font-size: 7vw; margin: 0 0 12vw; } .bars-list__room { border-width: 3.5vw; } .bars-list__room + .bars-list__room { margin: 0 0 0 -15vw; } .bars-list__photo { width: 45vw; height: 45vw; } .c-form__submit .icon { margin: 0; } .features-block__item { min-height: 95vw; } .networkers__item { width: 33.3%; height: calc(95vw / 2); } }

/*# sourceMappingURL=app.css.map */

/*
     FILE ARCHIVED ON 18:35:16 Oct 19, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:20:47 Mar 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.094
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.053
  esindex: 0.01
  cdx.remote: 37.142
  LoadShardBlock: 153.645 (3)
  PetaboxLoader3.resolve: 597.722 (3)
  PetaboxLoader3.datanode: 3370.01 (4)
  load_resource: 3856.49
*/