:root{--size: calc(1vw + 1vh) ;--section-padding: 90px;--accent: #59f5e8;--light: #d9f5f2;--dark: #081f2e;--header-height: 80px;--items-gap: 24px;--item-border-radius: 30px;--section-border-radius: 40px;--bodred-thick: 3px;--bodred-thin: 2px}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover,.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#fff}.hamburger-box{width:24px;height:21px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1.5px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:24px;height:3px;background-color:#fff;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-9px}.hamburger-inner:after{bottom:-9px}.hamburger--slider .hamburger-inner{top:1.5px}.hamburger--slider .hamburger-inner:before{top:9px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:18px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,9px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-3.4285714286px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-18px,0) rotate(-90deg)}*{box-sizing:border-box;margin:0;padding:0}*:before,*:after{box-sizing:border-box}html,body{height:100%;scrollbar-gutter:stable}body{font-family:Raleway,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:14px;line-height:1.2;color:#fff;min-width:320px;overflow-x:hidden;padding-top:var(--header-height)}.img-responsive,img{display:block;max-width:100%;height:auto}.text-center{text-align:center}::-moz-selection{background-color:var(--accent);color:#fff}::selection{background-color:var(--accent);color:#fff}a{text-decoration:none}button{background:none;border:none;color:#fff;display:flex;cursor:pointer}button:active,button:focus{outline:none}.btn{display:inline-flex;align-items:center;justify-content:center}[class*=__container]{width:100%;max-width:1880px;margin-left:auto;margin-right:auto;padding-left:50px;padding-right:50px}@media screen and (max-width: 1440px){[class*=__container]{max-width:1440px;padding-left:32px;padding-right:32px}}@media screen and (max-width: 1280px){[class*=__container]{max-width:1200px;padding-left:32px;padding-right:32px}}@media screen and (max-width: 992px){[class*=__container]{max-width:992px}}@media screen and (max-width: 768px){[class*=__container]{max-width:768px;padding-left:24px;padding-right:24px}}@media screen and (max-width: 500px){[class*=__container]{max-width:500px;padding-left:20px;padding-right:20px}}@media screen and (max-width: 360px){[class*=__container]{max-width:360px;padding-left:16px;padding-right:16px}}section{display:flex;width:100%;position:relative;overflow:hidden;padding-block:var(--section-padding)}div{display:flex}.hidden{display:none}h1,.h1{font-size:120px;line-height:1;text-transform:uppercase}h1 span,.h1 span{color:var(--accent)}.h2{font-weight:700;font-size:100px;line-height:1;text-transform:uppercase}.h2 span{color:var(--accent)}.subtitle{font-size:28px;color:var(--light)}.btn{background:linear-gradient(180deg,#d9f5f2e6,#d9f5f299);border-radius:20px;font-weight:700;font-size:32px;height:96px;display:inline-flex;color:var(--dark);transition:opacity .15s ease}.btn:hover{opacity:.92}.header{height:var(--header-height);background-color:#081f2e;position:fixed;top:0;left:0;right:0;z-index:100}.header__container{justify-content:space-between;align-items:center;height:100%}.header__logo{gap:var(--items-gap);align-items:center}.header__logo img{width:120px;padding-bottom:12px}.header__logo-text{color:#fff;text-transform:uppercase;font-size:20px}.header__social{gap:32px;align-items:center;justify-content:center;width:290px}.header__social-item svg path{fill:#fff;transition:fill .15s ease}.header__social-item:hover svg path{fill:var(--accent)}.header__menu{gap:32px;justify-content:flex-end}.header__menu-item{position:relative;cursor:pointer;transition:.15s ease;text-transform:uppercase;font-size:20px;line-height:27px}.header__menu-item:after{content:"";position:absolute;left:calc(50% - 4px);bottom:-12.5px;width:8px;height:8px;border-radius:100px;background-color:transparent}.header__menu-item:hover{color:var(--accent)}.header__menu-item_active:after{background-color:var(--accent)}.header__mobile-menu{display:none}.mobile-menu_active .mobile-menu__content{opacity:1;visibility:visible;transform:translateZ(0)}.mobile-menu__button{display:none}.mobile-menu__content{position:fixed;top:56px;bottom:0;right:0;left:0;z-index:10;background-color:#081f2e;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:32px 16px 32px 40px;transition:all .2s ease;opacity:0;visibility:hidden;transform:translate3d(0,10px,0)}.mobile-menu__list{flex-direction:column;gap:32px;align-items:flex-start}.mobile-menu__list-item{font-size:18px;line-height:25px;display:flex;align-items:center;position:relative}.mobile-menu__list-item:before{content:"";position:absolute;left:-18px;background-color:transparent;width:8px;height:8px;border-radius:10px}.mobile-menu__list-item_active:before{background-color:var(--accent)}.mobile-menu__footer{flex-direction:column;gap:var(--items-gap)}.mobile-menu__contacts{flex-direction:column;gap:16px}.mobile-menu__contact-item{font-size:18px;font-weight:400;line-height:24px;color:#fff;text-decoration:none}.mobile-menu__social{gap:var(--items-gap);align-items:center}.date{padding:22px 32px;border:var(--bodred-thin) solid #74baec;background:linear-gradient(137.32deg,#081f2e80 -67.16%,#081f2e26 97.93%);-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);z-index:0;border-radius:var(--item-border-radius);font-weight:500;font-size:28px;color:var(--light);line-height:1}.hero{background-image:url(/assets/hero-bg-desktop-C0CaFmld.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.hero__content{width:100%;gap:80px;border-radius:var(--section-border-radius);position:relative;z-index:0;box-shadow:0 1.2px 29.92px #452a7c1a;background:linear-gradient(86.16deg,#081f2e80 11.14%,#081f2e26 113.29%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:var(--bodred-thick) solid #1b4159}.hero__text{flex-grow:1;flex-direction:column;align-items:flex-start;padding:56px 0 56px 56px}.hero__suptitle{margin-top:32px;font-weight:700;font-size:32px;line-height:1;color:var(--light)}.hero__subtitle{margin-top:12px}.hero__btn{height:80px;width:100%;margin-top:52px}.hero__description-list{margin-top:24px;gap:var(--items-gap)}.hero__description-item{flex-direction:column;justify-content:center;gap:8px;font-size:24px;color:var(--light);text-align:center;background:linear-gradient(181.35deg,#ffffff1a 1.15%,#ffffff0d 98.91%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:var(--item-border-radius);padding:24px 28px;border:var(--bodred-thin) solid #5c9dce}.hero__description-item span{font-weight:700}.hero__img{width:660px;border-radius:var(--section-border-radius);overflow:hidden;margin:-3px -3px -3px 0;flex-shrink:0}.hero__img img{width:100%}.hero__img-mobile{display:none}.for{background-image:url(/assets/for-bg-desktop-rsV_yWZJ.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.for__content{flex-direction:column;gap:64px}.for__text{flex-direction:column;gap:12px}.for__items{gap:var(--items-gap);display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto}.for__item{flex-direction:column;border:var(--bodred-thick) solid #0a1d30;overflow:hidden;border-radius:var(--section-border-radius);background:linear-gradient(86.16deg,#081f2e80 11.14%,#081f2e26 113.29%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 1.2px 29.92px #452a7c1a}.for__item:nth-child(1){grid-column:1/2;grid-row:1/3}.for__item:nth-child(2){grid-column:2/3;grid-row:1/3}.for__item:nth-child(3){grid-column:3/4;grid-row:1/2}.for__item:nth-child(4){grid-column:4/5;grid-row:1/2}.for__item:nth-child(5){grid-column:5/6;grid-row:1/2}.for_btn{grid-column:3/6;grid-row:2/3}.for__item-img{position:relative}.for__item-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 53.85%,#000 95.19%)}.for__item-text{font-weight:500;font-size:24px;color:var(--light);padding:29px;overflow:hidden;position:relative;height:100%}.for__item-text:before{content:"";position:absolute;width:100%;height:305px;background:linear-gradient(0deg,#0000 53.85%,#000 95.19%);z-index:-1;left:0;top:0}.advantages{background-image:url(/assets/advantages-bg-desktop-3k9lx5gb.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.advantages__content{gap:110px;background:linear-gradient(86.16deg,#081f2e80 11.14%,#081f2e26 113.29%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:var(--section-border-radius);border:var(--bodred-thick) solid #30485d;box-shadow:0 1.2px 29.92px #452a7c1a;padding:87px 57px}.advantages__text{flex-direction:column;max-width:760px}.advantages__title{display:flex;flex-direction:column;gap:60px}.advantages__subtitle{margin-top:24px}.advantages__list-wrap{flex-direction:column;gap:var(--items-gap);width:100%}.advantages__list{gap:var(--items-gap);display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr}.advantagest__list-item{width:100%;border-radius:var(--item-border-radius);border:var(--bodred-thin) solid #7d98ac;background:linear-gradient(181.35deg,#081f2e80 1.15%,#081f2e26 98.91%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 1.2px 29.92px #452a7c1a;font-size:28px;font-weight:500;color:var(--light);align-items:center;justify-content:center;text-align:center;padding:40px 24px}.advantagest__list-item-text{max-width:313px;display:block}.advantagest__list-item-text span{word-break:break-word}.program{background-image:url(/assets/program-bg-desktop--zpuoHVa.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.program__content{flex-direction:column;gap:70px}.program__text{flex-direction:column;gap:12px}.program__list{gap:var(--items-gap);flex-wrap:wrap;justify-content:center}.program__list-item{flex-direction:column;gap:20px;padding:22px 46px 70px;color:var(--light);font-weight:500;background:linear-gradient(181.35deg,#081f2eb3 1.15%,#081f2e40 98.91%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:var(--item-border-radius);border:var(--bodred-thin) solid #1e648a;width:calc(20% - var(--items-gap) * 4 / 5)}.program__list-item-num{font-size:96px}.program__list-item-text{font-size:28px;word-break:break-word}.speakers{background-image:url(/assets/speakers-bg-desktop-COtiYdZn.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.speakers__content{flex-direction:column;gap:64px;width:100%}.speakers__text{flex-direction:column;gap:12px}.speakers__list{display:grid;gap:var(--items-gap);grid-template-columns:repeat(4,1fr)}.speakers__list-item{padding:48px;justify-content:flex-end;align-items:flex-end;position:relative;background:linear-gradient(181.35deg,#081f2eb3 1.15%,#081f2e40 98.91%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:var(--item-border-radius);border:var(--bodred-thin) solid #1e648a;min-height:362px;overflow:hidden}.speakers__list-item:nth-child(1) .speakers__img{background-image:url(/assets/1-B_B3PEnR.png)}.speakers__list-item:nth-child(2) .speakers__img{background-image:url(/assets/2-DmdcV38D.png)}.speakers__list-item:nth-child(3) .speakers__img{background-image:url(/assets/3-jJzG2Wp5.png)}.speakers__list-item:nth-child(4) .speakers__img{background-image:url(/assets/4-DflMQ08Y.png)}.speakers__list-item:nth-child(5) .speakers__img{background-image:url(/assets/5-CuSvbsBI.png)}.speakers__list-item:nth-child(6) .speakers__img{background-image:url(/assets/6-COLyTFTi.png)}.speakers__list-item:nth-child(7) .speakers__img{background-image:url(/assets/7-CeU2D4Xl.png)}.speakers__list-item:nth-child(8) .speakers__img{background-image:url(/assets/8-rsEbArsZ.png)}.speakers__list-item:nth-child(5) .speakers__description{max-width:220px}.speakers__list-item:nth-child(7) .speakers__description{max-width:220px}.speakers__list-item-text{flex-direction:column;gap:12px;flex-grow:1;width:100%;height:100%}.speakers__name{max-width:275px;font-weight:700;font-size:32px;color:var(--accent);line-height:1.125em;text-transform:uppercase;z-index:1}.speakers__description{font-size:24px;line-height:1.1;letter-spacing:.01em;z-index:1;max-width:200px;display:block;word-wrap:break-word}.speakers__img{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:bottom right;background-repeat:no-repeat}.videos{background-image:url(/assets/videos-bg-desktop-Df-QXshE.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.videos__content{flex-direction:column;gap:60px;width:100%;align-items:center;padding:90px 60px;background:linear-gradient(86.16deg,#081f2e80 11.14%,#081f2e26 113.29%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 1.2px 29.92px #452a7c1a;border-radius:var(--section-border-radius);border:var(--bodred-thick) solid #0b1621}.videos__text{flex-direction:column;align-items:center}.videos__title{margin-top:60px}.videos__bubles{margin-top:32px;gap:var(--items-gap)}.videos__buble{font-weight:500;color:var(--light);font-size:28px;padding:22px 34px;border:var(--bodred-thin) solid #5eabd4;border-radius:var(--item-border-radius);background:linear-gradient(181.35deg,#ffffff1a 1.15%,#ffffff0d 98.91%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);text-align:center;justify-content:center}.videos__list{gap:var(--items-gap);width:100%;justify-content:center}.videos__list-item{width:calc(33.333% - var(--items-gap) * 2 / 3);overflow:hidden;border-radius:var(--item-border-radius);border:var(--bodred-thin) solid #1e648a;flex-direction:column}.videos__frame-wrap{padding-bottom:56.25%;position:relative;justify-content:center;align-items:center}.videos__frame{background-color:#081f2e;top:0;right:0;bottom:0;left:0;position:absolute}.register{background-image:url(/assets/register-bg-desktop-BVthvA1A.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.register__content{flex-direction:column;padding:45px 57px 57px;position:relative;width:100%;background:linear-gradient(86.16deg,#081f2e80 11.14%,#081f2e26 113.29%);border:var(--bodred-thick) solid #031a32;border-radius:var(--section-border-radius);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 1.2px 29.92px #452a7c1a;min-height:900px}.register__text{flex-direction:column;align-items:flex-start;gap:var(--items-gap);z-index:1}.register__date{border-color:#1e648a}.register__title{margin-top:0!important}.register__subtitle_mobile{display:none}.register__description{flex-direction:column;gap:8px;color:var(--light);line-height:1.1;margin-top:24px;z-index:1}.register__description span{font-weight:500}.register__form-wrap{margin-top:45px;max-width:808px;flex-direction:column;z-index:1}.register__form{display:flex;flex-direction:column;gap:var(--items-gap);z-index:1}.register__form-text{font-size:16px;line-height:24px;color:var(--light);padding:0 24px}.register__form-input-wrap{flex-direction:column;gap:8px}.register__form-input{height:64px;border-radius:var(--item-border-radius);border:var(--bodred-thin) solid #145a8e;font-weight:700;font-size:24px;line-height:1;padding:0 32px;background:linear-gradient(137.32deg,#081f2e80 -67.16%,#081f2e26 97.93%);-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);color:var(--accent);outline:none;transition:border-color .15s ease}.register__form-input::-webkit-input-placeholder{color:var(--light)}.register__form-input:focus{border-color:var(--light)}.register__form-input:focus:required:invalid{color:#666}.register__form-input-error{display:none}.register__form-input-error_visible{display:block}.register__form-input-error_text{font-size:14px;color:red;margin-top:8px;padding-left:12px}.register__form-btn{margin-top:20px;pointer-events:none;opacity:.5;color:#8c969d}.register__form-btn_active{pointer-events:auto;opacity:1;color:var(--dark)}.register__img{position:absolute;height:100%;right:0;bottom:0;z-index:0}.register__img-mobile,.register__form-success{display:none}.register__form-success_visible{display:flex}.register__form-success-text{width:100%}.register__form-success-text:hover{opacity:1!important}.footer{padding:64px 0;background-color:var(--dark);color:#fff}.footer__container{justify-content:space-between}.footer__left{gap:96px}.footer__logo{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.footer__logo img{width:279px}.footer__logo-text{font-size:15px;line-height:21px;text-transform:uppercase}.footer__contacts{gap:16px;flex-direction:column}.footer__contacts-mobile{flex-direction:column;align-items:center;gap:16px;display:none}.footer__contacts-mobile a{font-size:18px;line-height:24px}.footer__contact-item{color:#fff;font-size:24px;line-height:36px;text-decoration:none;transition:color .15s ease}.footer__contact-item:hover{color:var(--accent)}.footer__contact-item[href^=tel]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.footer__social{gap:var(--items-gap);align-items:center}.footer__social-item{width:64px;height:64px}.footer__social-item svg path{transition:fill .15s ease}.footer__social-item:hover svg path{fill:var(--accent)}@media only screen and (max-width: 1680px){.h1{font-size:100px}.h2{font-size:78px}.btn{font-size:28px}.hero__content{gap:60px}.hero__text{padding:48px 0 48px 48px}.hero__btn{margin-top:40px;font-size:26px}.hero__img{width:600px}.hero__description-item{font-size:20px;padding:16px 20px}.for__item-text{font-size:20px;padding:25px}.advantages__content{gap:80px;padding:60px 30px}.advantagest__list-item{font-size:24px;padding:40px 16px}.program__list-item{padding:20px 36px 60px}.program__list-item-num{font-size:72px}.program__list-item-text{font-size:24px}.speakers__list{display:flex;flex-wrap:wrap;justify-content:center}.speakers__list-item{padding:20px;width:calc(33% - var(--items-gap) * 2 / 3);min-height:300px}.speakers__img{background-size:contain}.speakers__name{font-size:25px}.speakers__description{font-size:20px;max-width:201px}.videos__bubles{display:grid;grid-template-columns:repeat(2,1fr)}.videos__buble{align-items:center;padding:22px 58px}.register__content{padding:32px 40px 40px;min-height:600px}.register__form-wrap{max-width:600px;margin-top:32px}.register__form-btn,.register__description{font-size:24px}}@media only screen and (max-width: 1440px){:root{--header-height: 60px;--items-gap: 20px}.header__logo-text{font-size:16px}.btn{font-size:22px}.hero__content{gap:40px}.hero__text{padding:32px 0 32px 32px}.hero__btn{font-size:20px;height:64px}.date{padding:20px 24px;font-size:24px}.hero__suptitle{margin-top:24px;font-size:28px}.subtitle{font-size:24px}.h1{font-size:100px}.hero__btn{margin-top:40px}.hero__description-list{margin-top:20px}.hero__description-item{font-size:16px;padding:16px 20px}.hero__img{width:550px}.h2{font-size:64px}.for__item-text{font-size:20px;padding:24px}.advantages__content{gap:60px}.advantagest__list-item{font-size:20px;padding:32px 12px}.program__content{gap:48px}.program__list-item{padding:20px 24px 40px}.program__list-item-num{font-size:60px}.program__list-item-text{font-size:20px}.videos__list{flex-wrap:wrap}.videos__list-item{width:calc(50% - var(--items-gap) / 2)}}@media only screen and (max-width: 1280px){:root{--items-gap: 16px;--item-border-radius: 24px;--section-border-radius: 32px}.header__logo-text{font-size:16px}.header__social{gap:16px;justify-content:center}.header__menu{gap:16px}.footer{padding:48px 0}.footer__left{gap:64px}.footer__contact-item{font-size:20px;line-height:26px}.footer__social{gap:16px}.footer__social-item{width:48px;height:48px}.footer__social-item svg{width:100%}.h1{font-size:80px}.hero__suptitle{font-size:24px}.subtitle{font-size:20px}.btn{font-size:18px;height:72px}.hero__btn{margin-top:32px;height:48px;font-size:16px;border-radius:16px}.hero__description-item{font-size:14px;padding:12px 16px}.hero__img{width:450px}.h2{font-size:60px}.for__content{gap:40px}.for__item-text{font-size:16px;padding:20px}.advantages__content{gap:48px}.advantagest__list-item{font-size:20px;padding:24px 12px}.program__content{gap:40px}.program__list-item{width:calc(33.3333% - var(--items-gap) * 2 / 3)}.program__list-item-num{font-size:60px}.program__list-item-text{font-size:20px}.speakers__content{gap:40px}.speakers__list-item{width:calc(50% - var(--items-gap) / 2)}.videos__content{padding:40px 32px;gap:40px}.videos__logo{max-width:500px}.videos__title{margin-top:32px}.videos__bubles{margin-top:24px}.videos__buble{font-size:20px;padding:20px 32px}.register__content{padding:32px 40px 40px;min-height:500px}.register__form-wrap{max-width:500px;margin-top:32px}.register__form-btn{margin-top:12px}.register__description{margin-top:20px}.register__form-input{height:52px;font-size:18px}}@media only screen and (max-width: 992px){:root{--header-height: 56px;--section-padding: 60px;--item-border-radius: 20px;--section-border-radius: 28px}.header__logo-text,.header__social,.header__menu{display:none}.header__mobile-menu,.mobile-menu__button{display:flex}.header__logo{justify-content:flex-end}.hero__text{padding:32px}.h1{display:inline-flex;flex-direction:column}.h1 br,.hero__img{display:none}.hero__img-mobile{display:block;border-radius:24px;overflow:hidden;width:400px}.hero__img-mobile img:nth-child(1){height:auto}.hero__img-mobile img:nth-child(2){display:none}.hero__description-list{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto}.hero__description-item:nth-child(1){grid-column:1;grid-row:3}.hero__description-item:nth-child(2){grid-column:1;grid-row:1}.hero__description-item:nth-child(3){grid-column:1;grid-row:2}.hero__img-mobile{grid-column:2/span 1;grid-row:1/span 3}.hero__btn{order:1;margin-top:24px}.date{padding:12px;font-size:20px}.h2{font-size:52px}.for__items{display:flex;justify-content:center;flex-wrap:wrap}.for__item{width:calc(33.3333% - var(--items-gap) * 2 / 3)}.for_btn{width:calc(66.6666% - var(--items-gap))}.for__item-text{font-size:16px;padding:20px}.advantages__content{flex-direction:column;padding:40px;gap:24px}.advantages__title{gap:24px}.advantages__subtitle{margin-top:12px}.speakers__content{gap:32px}.speakers__list-item{padding:24px;min-height:260px}.speakers__name{font-size:22px}.speakers__description{font-size:16px}.speakers__img img{max-height:220px}.videos__buble{padding:16px 20px;font-size:18px}.videos__list-item{width:100%}}@media only screen and (max-width: 768px){:root{--section-padding: 40px;--items-gap: 12px;--item-border-radius: 16px;--section-border-radius: 24px}.footer{padding:32px 0}.footer__logo{width:175px}.footer__logo-text{font-size:9px;line-height:13px}.footer__container{flex-direction:column;align-items:center;gap:32px}.footer__left{flex-direction:column}.footer__contacts{display:none}.footer__contacts-mobile{display:flex}.footer__social{gap:24px}.footer__social-item{width:64px;height:64px}.hero__text{padding:28px}.hero__img-mobile{border-radius:24px;width:auto}.hero__img-mobile img:nth-child(1){display:none}.hero__img-mobile img:nth-child(2){display:block}.h1{font-size:72px}.date{font-size:16px}.subtitle{font-size:18px}.h2{font-size:40px}.for__item{width:calc(50% - var(--items-gap) / 2)}.for_btn{width:100%}.program__list-item{gap:16px;padding:16px 20px 32px;width:calc(50% - var(--items-gap) / 2)}.program__list-item:last-child{width:100%}.program__list-item-num{font-size:52px}.program__list-item-text{font-size:18px}.speakers__list{grid-template-columns:1fr}.speakers__list-item{min-height:200px}.speakers__name{font-size:18px}.speakers__description{font-size:14px;max-width:120px!important}.speakers__img img{max-height:180px}.videos__content{padding:20px;gap:24px}.videos__logo{max-width:500px}.videos__title{margin-top:24px}.videos__bubles{margin-top:16px;grid-template-columns:auto;width:100%}.videos__buble{font-size:14px;padding:12px 16px}.register__img{display:none}.register__img-mobile{display:block;margin:8px -40px -40px;width:calc(100% + 80px)}.register__img-mobile img{width:100%}.register__description{margin-top:16px}.register__form-wrap{max-width:unset;margin-top:24px}}@media only screen and (max-width: 500px){:root{--section-padding: 30px;--item-border-radius: 12px;--section-border-radius: 20px;--bodred-thick: 1px;--bodred-thin: 1px}.h1{font-size:52px;margin-top:4px}.hero__suptitle{font-size:16px}.hero__text{padding:20px}.hero__btn{font-size:10px;height:36px}.date{font-size:12px}.subtitle{font-size:16px}.hero__description-list{margin-top:24px}.hero__description-item{padding:8px;font-size:12px}.hero__img-mobile{border-radius:16px}.btn{height:48px;border-radius:12px;font-size:12px}.h2{font-size:32px}.for__item-text{padding:16px;font-size:14px}.advantages__content{padding:24px;gap:16px}.advantages__title{gap:16px}.advantages__subtitle{margin-top:8px}.advantagest__list-item{font-size:12px}.advantages__btn,.register__form-btn,.register__form-success-text{height:32px;border-radius:8px}.program__content{gap:24px}.program__list-item{padding:10px 20px 25px;gap:8px}.program__list-item-num{font-size:36px}.program__list-item-text{font-size:10px}.speakers__content{gap:24px}.speakers__list-item{min-height:167px;width:100%}.speakers__list-item:nth-child(2) .speakers__description{max-width:125px!important}.speakers__list-item:nth-child(3) .speakers__description{max-width:125px!important}.speakers__list-item:nth-child(4) .speakers__description{max-width:141px!important}.speakers__list-item:nth-child(5) .speakers__description{max-width:150px!important}.speakers__list-item:nth-child(6) .speakers__description{max-width:130px!important}.speakers__list-item:nth-child(1) .speakers__img{background-image:url(/assets/mob-1-B_2hNX6Q.png)}.speakers__list-item:nth-child(2) .speakers__img{background-image:url(/assets/mob-2-BOY5VlLp.png)}.speakers__list-item:nth-child(3) .speakers__img{background-image:url(/assets/mob-3-C0yzx5Az.png)}.speakers__list-item:nth-child(4) .speakers__img{background-image:url(/assets/mob-4-BcuJ0a2Y.png)}.speakers__list-item:nth-child(5) .speakers__img{background-image:url(/assets/mob-5-e4FC_pIr.png)}.speakers__list-item:nth-child(6) .speakers__img{background-image:url(/assets/mob-6-HvJZR6Ya.png)}.speakers__list-item:nth-child(7) .speakers__img{background-image:url(/assets/mob-7-CTQMhymw.png)}.speakers__list-item:nth-child(8) .speakers__img{background-image:url(/assets/mob-8-Dme5fDLP.png)}.speakers__img{background-size:contain}.speakers__list-item-text{gap:8px}.speakers__name{font-size:16px;max-width:135px}.speakers__description{font-size:12px;max-width:130px}.speakers__img img{max-height:160px}.videos__logo{max-width:unset}.videos__title{margin-top:6px}.videos__bubles{flex-wrap:wrap}.videos__buble{font-size:10px;padding:12px 0;width:100%}.register__content{padding:20px;min-height:580px}.register__subtitle{display:none}.register__subtitle_mobile{display:inline-flex}.register__img-mobile{margin:8px -20px -20px;width:calc(100% + 40px)}.register__description{margin-top:8px;gap:8px}.register__description span{font-weight:700}.register__form-wrap{margin-top:12px;flex-grow:1}.register__form{gap:9px}.register__form-text{font-size:12px;line-height:1.1em;padding:0 9px}.register__form-input{height:36px;font-size:12px;padding:12px}.register__form-success-text{margin-top:12px}}@media only screen and (max-width: 360px){:root{--section-padding: 20px}.hero__text{padding:20px}.date{font-size:10px}.hero__suptitle{margin-top:18px;font-size:12px}.subtitle{font-size:10px}.hero__subtitle{margin-top:8px}.hero__description-item{font-size:10px}.hero__img-mobile{border-radius:12px}.btn{font-size:10px}.hero__btn{height:36px}.h2{font-size:28px}.for__item-text{padding:16px 14px;font-size:12px}.advantages__content{padding:20px;gap:12px}.advantagest__list-item{font-size:10px;padding:24px 10px}.register__form-input{font-size:9px}.register__form-text{font-size:8px}}
