*{font-family:"Roboto Flex","system-ui","verdana","tahoma",sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{margin:0;padding:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}:root{--white: #ffffff;--black: #000000;--blue: #00BCEB}img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}a{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:var(--black)}a:hover{color:var(--lblue);text-decoration:underline}.container{width:100%;padding:0 15px;margin:0 auto;position:relative;max-width:1140px;z-index:10}.f{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grid{display:grid;gap:30px;grid-template-columns:repeat(1, 1fr)}.grid-1{grid-template-columns:repeat(1, 1fr)}.h-100{height:100%}.w-100{width:100%}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.mr-0{margin-right:0 !important}.ml-0{margin-left:0 !important}.m-0{margin:0 !important}.text,.text *{line-height:1.6;color:var(--black)}p.text,.text>p{margin-bottom:25px}.text-center{text-align:center}.h1{font-size:66px;font-weight:700;margin:19px 0 11px 0;line-height:1.2;text-transform:uppercase;letter-spacing:-0.4px}.h2{font-size:50px;margin:0 0 54px;font-weight:700}.h3{font-size:20px;margin:0 0 20px;font-weight:600}.block{padding:90px 0;border-top:1px solid var(--black)}@media screen and (min-width: 768px){.grid-md-2{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 992px){.grid-lg-3{grid-template-columns:repeat(3, 1fr)}}.loader{position:absolute;top:50%;left:50%;margin:-36px;width:72px;height:72px;border:3px dotted var(--blue);border-style:solid solid dotted dotted;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite;z-index:222;display:none}.loader::after{content:"";-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px dotted var(--blue);border-style:solid solid dotted;width:24px;height:24px;border-radius:50%;-webkit-animation:rotationBack 1s linear infinite;animation:rotationBack 1s linear infinite;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.form-messages{position:absolute;background-color:rgba(255,255,255,.7);z-index:20;top:0;right:0;bottom:0;left:0;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;padding:2rem;display:none}.form-messages.active{display:-webkit-box;display:-ms-flexbox;display:flex}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotationBack{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotationBack{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.header{border-bottom:1px solid #0e274d;padding:25px 0;position:fixed;top:0;left:0;width:100%;z-index:900;background-color:#fff}.logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo:first-child{width:94px;display:inline-block;margin-right:24px}.logo:last-child{width:107px}.header--btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:52px;width:265px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:34px;padding:0 0 0 35px;font-size:18px;font-weight:600;border:1px solid #000;position:relative}.header--btn span{margin-left:5px}.header--btn:hover{text-decoration:none}.header--btn::after{position:absolute;right:2px;top:2px;bottom:1px;width:45px;height:45px;border-radius:50%;border:1px solid #000;content:"";background-size:20px;background-repeat:no-repeat;background-position:50%;background-image:url("../images/am_febr/icon-arrow.svg")}main{padding-top:135px}.hero{padding:48px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.hero-content{max-width:450px}.hero--date{font-size:28px;font-weight:600;display:block}.hero--date::before{display:inline-block;margin-right:20px;content:"";width:50px;-webkit-transform:translateY(11px);-ms-transform:translateY(11px);transform:translateY(11px);height:50px;background-size:contain;background-repeat:no-repeat;background-position:0;background-image:url("../images/am_febr/icon-calendar.svg")}.hero--text{font-size:28px;font-weight:600;margin-bottom:50px;line-height:1.1}.hero--btn{width:244px;height:53px;font-size:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--blue);font-weight:600;cursor:pointer;border-radius:25px;position:relative}.hero--btn:hover{text-decoration:none}.hero--btn:hover::after{background-color:#fff}.hero--btn::after{position:absolute;left:99%;content:"";border-radius:50%;background-color:var(--blue);border:1px solid var(--blue);height:53px;width:53px;background-size:20px;background-repeat:no-repeat;background-position:50%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;background-image:url("../images/am_febr/icon-arrow.svg")}.hero-img-1{position:relative;border-radius:32px;overflow:hidden;height:233px;max-width:255px;width:100%}.hero-img-1 img{width:100%;height:100%}.form-wrapper,.hero-img-1--icon,.hero-img-2--icon,.hero-img-1--text,.hero-img-2-content{background-size:cover;background-repeat:no-repeat;background-position:50%}.hero-img-1--text{background-image:url("../images/am_febr/hero1bg.png");width:186px;height:58px;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;position:absolute;left:48px;top:27px}.hero-img-1--text,.hero-img-2--text,.hero-img-2--text-2{color:#000;font-weight:600;font-size:20px}.hero-img-1--icon{top:15px;right:13px;width:30px;height:30px}.hero-img-2--icon{bottom:0;left:0;width:40px;height:40px}.hero-img-1--icon,.hero-img-2--icon{position:absolute;background-image:url("../images/am_febr/icon-like.svg")}.hero-img-2{margin-left:30px;max-width:445px;height:570px;width:100%;border-radius:30px;overflow:hidden;position:relative}.hero-img-2 img{width:100%;height:100%}.hero-img-2-content{position:absolute;left:23px;bottom:23px;height:144px;width:285px;background-image:url("../images/am_febr/hero2bg.png");padding:20px 15px}.hero-img-2--text{max-width:140px;display:block;margin:0px 8px 0;line-height:1.3}.hero-img-2--text-2{width:100%;margin-left:55px;margin-top:28px;display:block}.hero-imgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:-69px;margin-top:-10px}.about{padding:78px 0 103px 0}.keys-item{border-radius:32px;border:1px solid var(--blue);padding:36px 19px 36px 20px}.keys-item ul{padding:0 0 0 32px;margin:25px 0 12px 0}.keys-item b,.keys-item li{font-size:18px;line-height:1.5}.why{margin:121px -44px;padding:49px 44px;background-color:#f5f5f5;border-radius:32px}.why .h2{margin-bottom:48px}.why-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.why-item{border-radius:32px;background-color:#fff;padding:37px 32px 12px;border:1px solid var(--blue);width:100%;max-width:350px}.why-item .text{font-size:18px;max-width:336px}.why-item--large{border:0;max-width:730px;position:relative}.why-item--large::after{position:absolute;content:"";width:310px;height:191px;background-size:contain;background-repeat:no-repeat;background-position:50%;background-image:url("../images/am_febr/why.png");top:32px;right:32px;z-index:10}.why-item--standup::after{top:0;right:0;width:100%;height:100%;border-radius:32px;background:-o-linear-gradient(354.51deg, rgba(0, 0, 0, 0.98) 25.94%, rgba(102, 102, 102, 0) 75.97%);background:linear-gradient(95.49deg, rgba(0, 0, 0, 0.98) 25.94%, rgba(102, 102, 102, 0) 75.97%);z-index:3}.why-item--standup::before{top:0;left:0;position:absolute;content:"";width:100%;height:100%;z-index:2;border-radius:32px;background-size:cover;background-repeat:no-repeat;background-position:50%;background-image:url("../images/am_febr/why-bg.png")}.why-item--standup img{width:332px;height:278px;position:absolute;right:0;bottom:0;z-index:40}.why-item--standup .text,.why-item--standup .h3{position:relative;z-index:20;color:#fff;max-width:407px;line-height:1.5}.why-item--standup .h3{max-width:220px}.prog{width:100%;max-width:730px;border:1px solid var(--blue);padding:50px 65px 62px 65px;border-radius:32px;margin:120px auto}.prog-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;margin:50px 0 63px}.prog-nav-info{padding-top:9px;background-repeat:no-repeat;background-position:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.prog-nav-info span{font-size:28px;font-weight:600}.prog-nav-info span:nth-child(2){font-size:14px;font-weight:500;display:block;width:100%;max-width:285px;margin-top:16px}.prog-nav--date{background-image:url("../images/am_febr/icon-calendar.svg");background-size:50px;padding-left:72px}.prog-nav--loc{background-size:54px;background-image:url("../images/am_febr/icon-loc.svg");padding-left:77px}.prog-timeline--item{font-size:18px;line-height:27px;margin-bottom:18px;display:-webkit-box;display:-ms-flexbox;display:flex}.prog-timeline--item b{margin-right:18px;white-space:nowrap}.prog-timeline--item span{color:#564c4c}.speaker{position:relative}.speaker::after{position:absolute;content:"";background-color:var(--blue);width:200px;height:65px;border-radius:35px;z-index:-1;right:0;bottom:144px}.speaker h2{font-weight:600;font-size:28px;line-height:1.4;text-align:center;margin:10px 0}.speaker img{width:350px;height:300px;-o-object-fit:contain;object-fit:contain}.speaker span{font-size:18px;line-height:1.5;text-align:center;display:block}.form-wrapper{border-radius:32px;overflow:hidden;background-image:url("../images/am_febr/form-bg.png");padding:49px 45px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;margin-bottom:50px;margin-top:132px}.form-wrapper *{color:#fff}.form-wrapper h2{line-height:1.1;margin-bottom:32px}.form-wrapper .text{font-size:18px}.form-info{max-width:340px;margin-right:auto}.form{margin-left:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:635px;border-radius:30px;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);-webkit-box-shadow:0px 1px 80px 0px rgba(0,0,0,0.2392156863);box-shadow:0px 1px 80px 0px rgba(0,0,0,0.2392156863);padding:40px 48px}.inputs-2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:17px;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:64px}.inputs-2 .input-item{max-width:221px}.input-item{width:100%}.input-item input{padding:12px 0;background:none;border:0;font-size:18px;font-weight:600;width:100%;border-bottom:1px solid rgba(255,255,255,.8);outline:none}.input-item input::-webkit-input-placeholder{font-size:18px;font-weight:600;color:#fff}.input-item input::-moz-placeholder{font-size:18px;font-weight:600;color:#fff}.input-item input:-ms-input-placeholder{font-size:18px;font-weight:600;color:#fff}.input-item input::-ms-input-placeholder{font-size:18px;font-weight:600;color:#fff}.input-item input::placeholder{font-size:18px;font-weight:600;color:#fff}.input-item label{font-size:18px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-radio{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid rgba(255,255,255,.8);padding:7px 0}.input-radio input{margin:0 20px 0 5px}.input-item-radio{margin-top:-5px}.acceptance{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:57px}.acceptance label{font-size:12px;line-height:1.1;max-width:230px}.checkbox{position:relative;width:18px;height:18px;-webkit-box-flex:1;-ms-flex:1 0 18px;flex:1 0 18px;max-width:18px;border:1px solid #fff;margin-top:-2px;margin-right:12px}.checkbox input{width:100%;height:100%;opacity:0}.checkbox input:checked{opacity:1}.input-submit{width:240px;margin:61px auto 64px auto;position:relative}.input-submit::after{position:absolute;left:82%;content:"";border-radius:50%;background-color:var(--blue);height:53px;width:53px;background-size:20px;background-repeat:no-repeat;background-position:50%;background-image:url("../images/am_febr/icon-arrow.svg")}.input-submit input{width:239px;display:inline-block;text-align:center;height:53px;background-color:var(--blue);padding:10px 0;border:0;border-radius:32px;font-size:20px;font-weight:600;color:#000;cursor:pointer;margin-left:-40px}@media screen and (max-width: 1200px){.hero-img-2-content{width:252px}.hero-img-2--icon{width:30px;height:30px;bottom:10px}.hero-img-2--text{margin:0}.hero-img-2--text-2{margin-left:45px}.hero-img-1--text{padding-right:15px}.prog{padding:50px 44px}.speaker img{width:250px;height:200px}.speaker::after{width:165px;height:54px;right:50px;bottom:143px}.why{margin:120px -15px;border-radius:0;padding:50px 15px}.form-info{max-width:100%}.form-info br{display:none}.form{margin:0 auto}}@media screen and (min-width: 992px)and (max-width: 1200px){.why-item--large{max-width:582px}.why-item .text{position:relative;z-index:22}.why-item--standup img{width:257px;height:232px}.why-item--standup .text{max-width:353px}}@media screen and (max-width: 992px){.header{padding:5px 0}.hero-img-1--text,.hero-img-2-content{left:15px}.h1{font-size:50px}.h2{font-size:36px}.hero--text,.hero--date{font-size:25px}.hero-img-1--text,.hero-img-2--text,.hero-img-2--text-2{font-size:16px}.hero-img-2{margin-left:15px}.hero-img-1--text{width:165px;background-size:contain}.hero-img-2-content{width:175px;background-size:contain}.hero-img-2--text{margin:15px 0 0 -6px}.hero-img-2--text-2{margin-left:28px;margin-top:3px;max-width:135px}.hero-img-2-content{bottom:-6px}.hero-img-2--icon{bottom:23px}.about{padding:50px 0 60px}.h2{margin-bottom:40px}.keys-item{padding:30px 20px}.why{margin-bottom:50px}.why-item{max-width:47%}.why-item--large{max-width:100%}.prog{margin:50px 0;padding:40px 30px}.speaker{text-align:center}.speaker::after{display:none}.speaker span{max-width:500px;text-align:center;margin:0 auto}.speaker img{width:350px;height:300px}.input-submit{margin-bottom:20px}.hero-img-2{max-width:335px}}@media screen and (max-width: 768px){.hero-imgs{width:100%;margin:38px 0 -26px -400px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hero-img-2{width:200px}.hero-img-1{max-width:205px}.h1{font-size:40px}.h2{font-size:32px}.hero--text,.hero--date{font-size:20px}.hero--date::before{height:38px;margin-right:0px}.hero-img-2--text-2{margin-top:0}.about p{margin:0}.grid{gap:20px}.keys-item{padding:20px;border-radius:20px}.why{margin:50px -15px}.why .h2{margin-bottom:30px}.why-item{padding:20px;border-radius:20px}.why-item .text{position:relative;z-index:22;font-size:16px;margin:0}.why-item--standup img{width:232px;height:178px}.why-item--standup .text{max-width:300px}.why-item--large::after{right:0}.prog-nav-info span{font-size:22px}.prog-nav-info{background-size:40px}.prog-nav{gap:20px}.prog-nav-info{padding-left:60px}.prog-nav{margin:40px 0}.form{padding:30px;border-radius:20px}.inputs-2{gap:20px;width:100%}.inputs-2 input{width:100%}.inputs-2 .input-item{max-width:100%}.form-wrapper{padding:40px}}@media screen and (max-width: 576px){.hero-imgs,.why-item--large::after,.header--btn span{display:none}.logo:first-child{width:60px;margin-right:15px}.logo:last-child{width:67px}.header--btn{font-size:16px;padding-left:15px;width:160px;width:148px}main{padding-top:65px}.h2{font-size:28px;text-align:left;margin-bottom:20px}.keys-item b,.keys-item li{font-size:16px}.keys-item ul{padding-left:17px;margin-bottom:0}.why{padding:40px 15px}.why-item{max-width:100%}.why-content{gap:20px}.why-item--standup:after{display:block}.why-item--standup{padding-bottom:200px}.why-item--standup img{bottom:0;left:0;width:250px;height:200px}.prog-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.prog-nav-info{background-size:34px}.prog{padding:30px 15px;border-radius:20px}.prog-timeline--item b{white-space:normal;display:inline-block;max-width:51px;-webkit-box-flex:1;-ms-flex:1 0 51px;flex:1 0 51px}.prog-timeline--item{font-size:16px}.speaker img{max-width:350px;width:100%}.speaker h2{margin-top:0}.form-wrapper{margin-top:50px;padding:58px 20px 0;gap:10px}.form-wrapper h2{font-size:36px;max-width:200px;margin-bottom:20px}.form{padding:32px 20px;margin:-13px -20px 0;border-radius:0;width:100%}.form-info br{display:block}.input-submit{width:100%}.input-submit input{margin-left:0;width:100%;max-width:240px;border-radius:0}.input-submit::after{left:auto}.hero-content{max-width:100%}}