@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Forum&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#252429;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none}.app-container{background-color:#252429;margin-bottom:100vh;position:relative;z-index:2}@media(max-width:720px){.app-container{margin-bottom:0}}.header{align-items:center;background-color:transparent;display:flex;flex-direction:row;height:67px;justify-content:center;padding:20px 20px 0;position:fixed;top:-1px;transition:background-color .5s ease-in-out,top 1s cubic-bezier(.4,0,.2,1);width:calc(100% - 40px);z-index:1000}.header.hide{top:-100%}@media(max-width:500px){.header{height:58px;padding:20px 16px 0;width:calc(100% - 32px)}}.header .header-container{align-items:center;background-color:#343239;border:2px solid #403e4b;border-radius:10000px;display:flex;flex-direction:row;height:calc(100% - 4px);justify-content:space-between;max-width:1332px;padding:0 32px;transition:all .6s ease-in-out;width:calc(100% - 68px)}@media(max-width:500px){.header .header-container{padding:0 24px;width:calc(100% - 48px)}}.header .header-container a{color:inherit}.header .header-container .header-logo{color:#fff;transition:all .6s ease-in-out}.header .header-container .header-navigation{display:block;visibility:visible;width:512px}@media(max-width:850px){.header .header-container .header-navigation.visible{display:none;visibility:hidden}}.header .header-container .header-navigation.open{opacity:1;top:87px}@media(max-width:500px){.header .header-container .header-navigation.open{top:78px}}@media(max-width:850px){.header .header-container .header-navigation{align-items:center;background-color:#252429;display:none;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;left:0;opacity:0;padding:0 20px;position:absolute;top:-100%;transition:all 1s ease-in-out;width:calc(100vw - 40px);z-index:-5}}@media(max-width:500px){.header .header-container .header-navigation{height:100vh;padding:0 16px;top:-100%;width:calc(100% - 32px)}}.header .header-container .header-navigation ul{align-items:center;display:flex;flex-direction:row;justify-content:space-between;list-style:none;margin:0;padding:0;width:100%}@media(max-width:850px){.header .header-container .header-navigation ul{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-top:36px}}.header .header-container .open-icon{display:none}@media(max-width:850px){.header .header-container .open-icon{display:block}}.header .header-container .close-icon,.header .header-container .open-icon.open{display:none}.header .header-container .close-icon.open{display:block}.navigation-socials-media-block{display:none;margin-top:32px;width:100%}@media(max-width:850px){.navigation-socials-media-block{align-items:center;display:flex;flex-direction:row;justify-content:space-around}}@media(max-width:400px){.navigation-socials-media-block{align-items:center;display:flex;flex-direction:row;justify-content:space-between}}.navigation-socials-media-block .social-media-button{align-items:center;background-color:#fff;border-radius:10000px;cursor:pointer;display:flex;flex-direction:row;gap:24px;height:52px;justify-content:flex-end;padding:4px 6px;position:relative;transition:all .5 ease-in-out;width:152px}.navigation-socials-media-block .social-media-button div{align-items:center;background-color:#6f3143;border-radius:10000px;display:flex;flex-direction:row;height:48px;justify-content:flex-start;left:6px;position:absolute;transition:all .5s ease-in-out;width:48px}.navigation-socials-media-block .social-media-button div img{margin-left:12px;transition:all .3s ease-in-out}.navigation-socials-media-block .social-media-button span{color:#252429;font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;margin-right:18px;position:relative;transition:color .3s ease-in-out,margin-right .3s ease-in-out;z-index:3}.navigation-socials-media-block .social-media-button:hover{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.navigation-socials-media-block .social-media-button:hover span{color:#303030;margin-right:24px}.navigation-socials-media-block .social-media-button:hover div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;transition:all .5 ease-in-out;width:152px}.navigation-socials-media-block .social-media-button:hover div img{margin-left:20px}li{color:#fff;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden}@media(max-width:850px){li{align-items:center;border-bottom:1px solid #403e4b;display:flex;flex-direction:column;font-family:Forum;font-size:32px;font-style:normal;font-weight:400;height:78px;justify-content:center;line-height:120%;width:100%}}@media(max-width:500px){li{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}}li span{color:#fff;cursor:pointer;display:block;transition:color .4s ease-in-out}li div{background-color:#dc5a81;height:1.5px;opacity:.1;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:opacity .7s,-webkit-transform .4s;transition:transform .4s,opacity .7s;transition:transform .4s,opacity .7s,-webkit-transform .4s;width:100%}@media(max-width:850px){li div{display:none}}li:hover div{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}li:hover span{color:#dc5a81}.welcome-section{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;margin-bottom:192px;overflow:hidden;padding-top:87px;width:100%}@media(max-width:850px){.welcome-section{margin-bottom:96px}}@media(max-width:500px){.welcome-section{padding-top:78px}}.welcome-section .welcome-section-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:1200px;width:100%}@media(max-width:1260px){.welcome-section .welcome-section-container{margin:auto 20px;width:calc(100% - 40px)}}@media(max-width:500px){.welcome-section .welcome-section-container{margin:auto 16px;width:calc(100% - 32px)}}.welcome-section .welcome-section-container .welcome-section-container-text-block{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:36px;width:100%}@media(max-width:1200px){.welcome-section .welcome-section-container .welcome-section-container-text-block{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:56px}}@media(max-width:880px){.welcome-section .welcome-section-container .welcome-section-container-text-block{margin-bottom:16px;padding-top:50px}}.welcome-section-text{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-top:47px;position:relative;width:70%}@media(max-width:1240px){.welcome-section-text{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:80%}}@media(max-width:1200px){.welcome-section-text{width:90%}}@media(max-width:1060px){.welcome-section-text{width:100%}}@media(max-width:880px){.welcome-section-text{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-top:-22px}}@media(max-width:450px){.welcome-section-text{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}}.welcome-section-text .welcome-section-first-text-box{width:100%}@media(max-width:880px){.welcome-section-text .welcome-section-first-text-box{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:5px;order:2}}@media(max-width:450px){.welcome-section-text .welcome-section-first-text-box{margin-bottom:0}}.welcome-section-text .welcome-section-first-text-box h1{color:#dc5a81;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:110%;margin:0 0 0 5px;position:relative;z-index:5}@media(max-width:880px){.welcome-section-text .welcome-section-first-text-box h1{font-family:Forum;font-size:12px;font-style:normal;font-weight:400;line-height:100%;margin:0}}@media(max-width:450px){.welcome-section-text .welcome-section-first-text-box h1{text-align:start;width:100%}}.welcome-section-text .welcome-section-first-text-box span{font-family:Forum;font-size:100px;font-style:normal;font-weight:400;line-height:110%;position:relative;text-transform:uppercase;z-index:5}@media(max-width:880px){.welcome-section-text .welcome-section-first-text-box span{font-family:Forum;font-size:55px;font-style:normal;font-weight:400;line-height:120%;margin:0}}@media(max-width:450px){.welcome-section-text .welcome-section-first-text-box span{font-family:Forum;font-size:45px;font-style:normal;font-weight:400;line-height:54px;text-align:start;width:100%}}@media(max-width:880px){.welcome-section-text a{order:6}}.welcome-section-text .welcome-section-button{background-color:transparent;border:1px solid #dc5a81;border-radius:1000px;color:#dc5a81;cursor:pointer;font-family:Forum;font-size:22px;font-style:normal;font-weight:400;height:82px;line-height:110%;margin:5px 0 0;outline:none;position:absolute;right:0;top:20px;transition:all .4s ease-in-out;width:273px;z-index:5}.welcome-section-text .welcome-section-button:hover{background-color:#dc5a81;color:#252429}@media(max-width:1000px){.welcome-section-text .welcome-section-button{position:absolute;right:0;top:20px;z-index:5}}@media(max-width:880px){.welcome-section-text .welcome-section-button{height:74px;margin:0;order:6;position:relative;width:241px}}.welcome-section-text .welcome-section-second-text{font-family:Forum;font-size:22px;font-style:normal;font-weight:400;line-height:110%;margin:0;position:relative;width:236px;z-index:5}@media(max-width:880px){.welcome-section-text .welcome-section-second-text{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;order:5;text-align:center;width:266px}}@media(max-width:450px){.welcome-section-text .welcome-section-second-text{align-self:flex-start;text-align:start}}.welcome-section-text .welcome-section-third-text{font-family:Forum;font-size:100px;font-style:normal;font-weight:400;line-height:100%;margin:0 0 0 45px;position:relative;text-transform:uppercase;z-index:5}.welcome-section-text .welcome-section-third-text.zIndex{z-index:1}@media(max-width:880px){.welcome-section-text .welcome-section-third-text{font-family:Forum;font-size:55px;font-style:normal;font-weight:400;line-height:50%;margin:0 0 10px;order:3}}@media(max-width:450px){.welcome-section-text .welcome-section-third-text{font-family:Forum;font-size:45px;font-style:normal;font-weight:400;line-height:41px;margin:0;text-align:end;width:100%}}.welcome-section-text .welcome-section-fourth-text{color:transparent;font-family:Noto Serif Display;font-size:50px;font-style:italic;font-weight:300;line-height:110%;margin:0;position:relative;z-index:5}@media(max-width:880px){.welcome-section-text .welcome-section-fourth-text{font-family:Noto Serif Display;font-size:24px;font-style:italic;font-weight:300;line-height:100%;margin:0 0 13px;order:4}}@media(max-width:450px){.welcome-section-text .welcome-section-fourth-text{text-align:start;width:100%}}@media(max-width:373px){.welcome-section-text .welcome-section-fourth-text{font-family:Noto Serif Display;font-size:18px;font-style:italic;font-weight:300;line-height:100%}}.welcome-section-text .welcome-section-key-image{left:450px;pointer-events:none;position:absolute;top:-135px;z-index:2}@media(max-width:1000px){.welcome-section-text .welcome-section-key-image{left:auto;right:190px}}@media(max-width:880px){.welcome-section-text .welcome-section-key-image{left:auto;right:0;top:-60px;width:250px}}@media(max-width:600px){.welcome-section-text .welcome-section-key-image{right:-60px;top:-50px;width:170px}}@media(max-width:450px){.welcome-section-text .welcome-section-key-image{right:-70px;top:-95px;width:190px}}.welcome-section-text .welcome-section-key-video{height:auto;left:300px;pointer-events:none;position:absolute;top:-175px;-webkit-transform:rotate(15deg);transform:rotate(15deg);width:620px;z-index:2}@media(max-width:1000px){.welcome-section-text .welcome-section-key-video{left:180px}}@media(max-width:880px){.welcome-section-text .welcome-section-key-video{left:auto;right:-200px;top:-100px;width:500px}}@media(max-width:500px){.welcome-section-text .welcome-section-key-video{right:-160px;width:370px}}.welcome-section-info{align-items:flex-start;display:flex;flex-direction:column;gap:58px;justify-content:flex-start;margin:78px 49px 0 0;position:relative;z-index:5}@media(max-width:1200px){.welcome-section-info{align-items:flex-start;display:flex;flex-direction:row;gap:64px;justify-content:space-between;margin:40px 0 0}}@media(max-width:880px){.welcome-section-info{gap:0;margin:38px 0 0;width:100%}}.welcome-section-info .welcome-section-info-box{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.welcome-section-info .welcome-section-info-box span:first-child{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%}@media(max-width:1200px){.welcome-section-info .welcome-section-info-box span:first-child{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%}}@media(max-width:600px){.welcome-section-info .welcome-section-info-box span:first-child{font-family:Forum;font-size:12px;font-style:normal;font-weight:400;line-height:120%}}.welcome-section-info .welcome-section-info-box span:nth-child(2){color:#dc5a81;font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:110%}@media(max-width:1200px){.welcome-section-info .welcome-section-info-box span:nth-child(2){font-family:Forum;font-size:34px;font-style:normal;font-weight:400;line-height:120%}}@media(max-width:600px){.welcome-section-info .welcome-section-info-box span:nth-child(2){font-family:Forum;font-size:22px;font-style:normal;font-weight:400;line-height:120%}}.welcome-section-info .welcome-section-info-box span:nth-child(3){color:#dc5a81;font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:110%}@media(max-width:1200px){.welcome-section-info .welcome-section-info-box span:nth-child(3){font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%}}@media(max-width:600px){.welcome-section-info .welcome-section-info-box span:nth-child(3){font-family:Forum;font-size:12px;font-style:normal;font-weight:400;line-height:120%}}.welcome-section-photo{background-image:url(/static/media/main-photo.a05d151d4f5294cf6604.jpeg);background-position:0 49%;background-repeat:no-repeat;background-size:100% auto;height:486px;position:relative;width:100%;z-index:5}@media(max-width:960px){.welcome-section-photo{height:338px}}@media(max-width:600px){.welcome-section-photo{height:248px}}.description-block{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;margin-bottom:192px;width:100%}@media(max-width:850px){.description-block{margin-bottom:96px}}.description-block .description-block-container{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;max-width:1200px;width:100%}@media(max-width:1260px){.description-block .description-block-container{margin:auto 20px;width:calc(100% - 40px)}}@media(max-width:850px){.description-block .description-block-container{align-items:flex-start;display:flex;flex-direction:column;gap:32px;justify-content:flex-start}}@media(max-width:500px){.description-block .description-block-container{margin:auto 16px;width:calc(100% - 32px)}}.description-block .description-block-container .description-block-title{align-items:flex-start;display:flex;flex-direction:column;height:595px;justify-content:space-between}@media(max-width:1100px){.description-block .description-block-container .description-block-title{height:400px}}@media(max-width:850px){.description-block .description-block-container .description-block-title{align-items:flex-start;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}}@media(max-width:500px){.description-block .description-block-container .description-block-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between}}.description-block .description-block-container .description-block-title span{font-family:Forum;font-size:60px;font-style:normal;font-weight:400;line-height:120%;text-transform:uppercase;width:260px}@media(max-width:1100px){.description-block .description-block-container .description-block-title span{width:90%}}@media(max-width:850px){.description-block .description-block-container .description-block-title span{width:265px}}@media(max-width:500px){.description-block .description-block-container .description-block-title span{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;width:168px}}.description-block .description-block-container .description-block-title div{background-image:url(/static/media/description-block-photo.e5412295f02cb51648df.jpeg);background-position:94% 30%;background-repeat:no-repeat;background-size:100% auto;border-radius:142.5px 142.5px 0 0;height:389px;width:285px}@media(max-width:1100px){.description-block .description-block-container .description-block-title div{height:247px;width:181px}}@media(max-width:500px){.description-block .description-block-container .description-block-title div{background-position:50% 27%;background-size:130% auto;height:96px;width:84px}}.description-block .description-block-container .description-block-text{align-items:flex-start;display:flex;flex-direction:column;gap:40px;justify-content:flex-start}@media(max-width:850px){.description-block .description-block-container .description-block-text{gap:16px}}.description-item{align-items:flex-start;border-bottom:1px solid #403e4b;display:flex;flex-direction:row;gap:16px;height:78px;justify-content:flex-start;padding-bottom:40px;width:692px}@media(max-width:1100px){.description-item{height:auto;width:592px}}@media(max-width:850px){.description-item{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding-bottom:16px;width:100%}}.description-item .description-item-main{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-between}@media(max-width:850px){.description-item .description-item-main{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}}.description-item .description-item-main span:first-child{font-family:Forum;font-size:14px;font-style:normal;font-weight:400;line-height:120%;opacity:.5}@media(max-width:850px){.description-item .description-item-main span:first-child{order:2}}.description-item .description-item-main span:last-child{color:#dc5a81;font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;width:236px}@media(max-width:500px){.description-item .description-item-main span:last-child{font-family:Forum;font-size:34px;font-style:normal;font-weight:400;line-height:120%}}.description-item .description-item-text{font-family:Forum;font-size:22px;font-style:normal;font-weight:400;line-height:120%;width:65%}@media(max-width:850px){.description-item .description-item-text{width:85%}}@media(max-width:500px){.description-item .description-item-text{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;width:87%}}.program-block{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;margin-bottom:192px;width:100%}@media(max-width:850px){.program-block{margin-bottom:96px}}.program-block .program-block-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;max-width:1200px;width:100%}@media(max-width:1260px){.program-block .program-block-container{margin:auto 20px;width:calc(100% - 40px)}}@media(max-width:500px){.program-block .program-block-container{margin:auto 16px;width:calc(100% - 32px)}}.program-block .program-block-container h3{font-family:Forum;font-size:90px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 57px;text-transform:uppercase}@media(max-width:850px){.program-block .program-block-container h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 32px}}.program-block .program-block-container .program-block-info-box{align-items:center;display:flex;flex-direction:column;gap:40px;justify-content:flex-start;width:100%}@media(max-width:500px){.program-block .program-block-container .program-block-info-box{gap:32px}}.stage-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}@media(max-width:650px){.stage-item{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}}.stage-item .stage-item-content{align-items:flex-start;background-color:#343239;display:flex;flex-direction:row;height:100%;justify-content:space-between;min-height:300px;padding:40px;width:calc(100% - 80px)}@media(max-width:1200px){.stage-item .stage-item-content{min-height:360px}}@media(max-width:850px){.stage-item .stage-item-content{align-items:flex-start;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;min-height:200px}}@media(max-width:500px){.stage-item .stage-item-content{padding:24px 16px;width:calc(100% - 32px)}}.stage-item .stage-item-add-materials-title{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;margin:24px 0 0;text-transform:uppercase}@media(max-width:850px){.stage-item .stage-item-add-materials-title{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%}}.stage-item .stage-item-add-materials-title.hidden{display:none}.stage-item .stage-item-add-materials{display:none;flex-wrap:wrap;gap:8px;margin-top:16px;overflow:hidden;position:relative;transition:all .4s ease-in-out;width:100%}.stage-item .stage-item-add-materials.open{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}@media(max-width:1215px){.stage-item .stage-item-add-materials.open{width:90%}}@media(max-width:1100px){.stage-item .stage-item-add-materials.open{width:100%}}@media(max-width:970px){.stage-item .stage-item-add-materials.open{width:90%}}@media(max-width:900px){.stage-item .stage-item-add-materials.open{width:100%}}@media(max-width:800px){.stage-item .stage-item-add-materials.open{width:90%}}@media(max-width:650px){.stage-item .stage-item-add-materials.open{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;padding-top:46px;width:100%}}.stage-item-content .stage-item-content-main{align-items:flex-start;align-self:stretch;border-right:1px solid #403e4b;display:flex;flex-direction:column;justify-content:space-between;padding-right:32px;width:100%}@media(max-width:850px){.stage-item-content .stage-item-content-main{border-right:none;padding-right:0}}.stage-item-content .stage-item-content-main .stage-item-content-main-title{align-items:flex-start;align-self:stretch;display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1200px){.stage-item-content .stage-item-content-main .stage-item-content-main-title{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}}.stage-item-content .stage-item-content-main .stage-item-content-main-title h4{font-family:Forum;font-size:50px;font-style:normal;font-weight:400;line-height:90%;margin:0;width:400px}@media(max-width:1200px){.stage-item-content .stage-item-content-main .stage-item-content-main-title h4{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:100%;order:2;width:100%}}@media(max-width:500px){.stage-item-content .stage-item-content-main .stage-item-content-main-title h4{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:120%}}.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number{align-items:center;border:1px solid #fff;border-radius:1000px 0 0 1000px;display:flex;flex-direction:row;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;gap:5px;height:32px;justify-content:center;line-height:100%;width:96px}@media(max-width:850px){.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number{border-radius:1000px}}@media(max-width:500px){.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number{font-family:Forum;font-size:12px;font-style:normal;font-weight:400;height:28px;line-height:100%;width:76px}}.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number.pro{border-radius:0 0 0 0;position:relative}@media(max-width:1200px){.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number.pro{margin-left:160px}}@media(max-width:850px){.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number.pro{border-radius:0 1000px 1000px 0}}@media(max-width:500px){.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number.pro{margin-left:115px}}.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number.pro:before{align-items:center;background-color:#dc5a81;border:1px solid #dc5a81;border-radius:1000px 0 0 1000px;color:#252429;content:"ТАРИФ PRO & VIP";display:flex;flex-direction:row;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;height:32px;justify-content:center;left:-160px;line-height:100%;position:absolute;top:-1px;width:158px}@media(max-width:500px){.stage-item-content .stage-item-content-main .stage-item-content-main-title .stage-item-content-block-number.pro:before{font-family:Forum;font-size:12px;font-style:normal;font-weight:400;height:28px;left:-115px;line-height:100%;width:113px}}.stage-item-content .stage-item-content-main .stage-item-content-main-description span{color:#dc5a81;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:100%}@media(max-width:850px){.stage-item-content .stage-item-content-main .stage-item-content-main-description span{display:none}}.stage-item-content .stage-item-content-main .stage-item-content-main-description p{font-family:Forum;font-size:26px;font-style:normal;font-weight:400;line-height:120%;margin:24px 0 0;width:470px}@media(max-width:1140px){.stage-item-content .stage-item-content-main .stage-item-content-main-description p{margin:18px 0 0;width:100%}}@media(max-width:850px){.stage-item-content .stage-item-content-main .stage-item-content-main-description p{display:none}}.stage-item-content .stage-item-content-description{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding-left:32px}@media(max-width:850px){.stage-item-content .stage-item-content-description{padding-left:0}}.stage-item-content .stage-item-content-description .stage-item-content-step{align-items:flex-start;display:flex;flex-direction:row;gap:11px;justify-content:flex-start}.stage-item-content .stage-item-content-description .stage-item-content-step span{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;width:340px}@media(max-width:850px){.stage-item-content .stage-item-content-description .stage-item-content-step span{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;width:auto}}.stage-item-content .stage-item-content-mobile-text{display:none}.stage-item-content .stage-item-content-mobile-text:before{color:#dc5a81;content:"БОНУС";font-family:Forum;font-size:12px;font-style:normal;font-weight:400;left:0;line-height:120%;position:absolute;top:0}@media(max-width:850px){.stage-item-content .stage-item-content-mobile-text{display:block;font-family:Forum;font-size:22px;font-style:normal;font-weight:400;line-height:120%;margin:0;padding-top:20px;position:relative}}.stage-item-add-materials .stage-item-add-materials-button{align-items:center;border:1px solid #403e4b;border-radius:10000px;color:#303030;display:flex;flex-direction:row;font-family:Forum;font-size:16px;font-style:normal;font-weight:400;gap:4px;height:48px;justify-content:space-between;line-height:120%;padding:0 18px 0 12px;transition:max-height .3s ease-in-out;width:auto}@media(max-width:850px){.stage-item-add-materials .stage-item-add-materials-button{font-family:Forum;font-size:12px;font-style:normal;font-weight:400;height:38px;line-height:120%;padding:0 16px 0 12px}}.stage-item-add-materials .stage-item-add-materials-button.close{display:none}.stage-item-add-materials .stage-item-add-materials-button:hover{background:#343239}@media(max-width:850px){.stage-item-add-materials .stage-item-add-materials-button img{width:22px}}.stage-item-add-materials .stage-item-add-materials-button span{white-space:nowrap}@media(max-width:650px){.stage-item-add-materials .stage-item-add-materials-button span{display:inline-block;max-width:244px;overflow:hidden;text-overflow:ellipsis}}.stage-item-add-materials .stage-item-add-materials-button-open{align-items:center;background-color:#303030;border:1px solid #343239;border-radius:10000px;cursor:pointer;display:flex;flex-direction:row;font-family:Forum;font-size:16px;font-style:normal;font-weight:400;height:40px;justify-content:flex-end;line-height:120%;padding:4px 6px;position:relative;transition:all .5 ease-in-out;width:140px}@media(max-width:850px){.stage-item-add-materials .stage-item-add-materials-button-open{height:30px}}@media(max-width:650px){.stage-item-add-materials .stage-item-add-materials-button-open{left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.stage-item-add-materials .stage-item-add-materials-button-open.big-number div span{margin-left:6px}.stage-item-add-materials .stage-item-add-materials-button-open.hidden{display:none}.stage-item-add-materials .stage-item-add-materials-button-open.open{opacity:0}.stage-item-add-materials .stage-item-add-materials-button-open div{align-items:center;background-color:#252429;border-radius:10000px;display:flex;flex-direction:row;height:36px;justify-content:flex-start;left:6px;position:absolute;transition:all .5s ease-in-out;width:36px}@media(max-width:850px){.stage-item-add-materials .stage-item-add-materials-button-open div{height:26px}}.stage-item-add-materials .stage-item-add-materials-button-open div span{color:#303030;margin-left:10px;transition:all .3s ease-in-out}.stage-item-add-materials .stage-item-add-materials-button-open span{color:#252429;margin-right:12px;position:relative;transition:color .3s ease-in-out,margin-right .3s ease-in-out;z-index:3}.stage-item-add-materials .stage-item-add-materials-button-open:hover span{color:#303030;margin-right:14px}.stage-item-add-materials .stage-item-add-materials-button-open:hover div{transition:all .5 ease-in-out;width:140px}.stage-item-add-materials .stage-item-add-materials-button-open:hover div span{margin-left:15px}.stage-item-add-materials .stage-item-add-materials-button-close{align-items:center;background-color:#303030;border:1px solid #303030;border-radius:10000px;color:#252429;cursor:pointer;display:flex;flex-direction:row;font-family:Forum;font-size:16px;font-style:normal;font-weight:400;height:48px;justify-content:center;line-height:120%;transition:all .3s ease-in-out;width:152px}@media(max-width:850px){.stage-item-add-materials .stage-item-add-materials-button-close{height:38px}}@media(max-width:650px){.stage-item-add-materials .stage-item-add-materials-button-close{display:none;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.stage-item-add-materials .stage-item-add-materials-button-close.open{align-items:center;display:flex;flex-direction:row;justify-content:center}}.stage-item-add-materials .stage-item-add-materials-button-close.hidden{display:none}.stage-item-add-materials .stage-item-add-materials-button-close:hover{background-color:transparent;color:#303030}.price-block{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;margin-bottom:192px;position:relative;width:100%;z-index:2}@media(max-width:850px){.price-block{margin-bottom:96px}}.price-block .price-block-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;max-width:1200px;width:100%}@media(max-width:1260px){.price-block .price-block-container{margin:auto 20px;width:calc(100% - 40px)}}@media(max-width:500px){.price-block .price-block-container{margin:auto 16px;width:calc(100% - 32px)}}.price-block .price-block-container h3{font-family:Forum;font-size:60px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 48px;text-transform:uppercase}@media(max-width:500px){.price-block .price-block-container h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 32px}}.price-block .price-block-container .price-block-info-box{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;margin-bottom:20px;width:100%}@media(max-width:1260px){.price-block .price-block-container .price-block-info-box{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:flex-start}}.price-block .price-block-container .price-block-mentoring{align-items:flex-start;background-color:#343239;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:48px;padding:40px 24px 24px;position:relative;width:calc(100% - 48px)}@media(max-width:1260px){.price-block .price-block-container .price-block-mentoring{align-items:flex-start;display:flex;flex-direction:column;gap:26px;justify-content:flex-start;padding:40px 24px 124px;width:339px}}@media(max-width:500px){.price-block .price-block-container .price-block-mentoring{gap:16px;width:calc(100% - 48px)}}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-title-box{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:1260px){.price-block .price-block-container .price-block-mentoring .price-block-mentoring-title-box .price-block-mentoring-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-title-box .price-block-mentoring-title h4{font-family:Forum;font-size:50px;font-style:normal;font-weight:400;line-height:45px;margin:0 0 16px}@media(max-width:1260px){.price-block .price-block-container .price-block-mentoring .price-block-mentoring-title-box .price-block-mentoring-title h4{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:21.6px;margin:0}}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-title-box .price-block-mentoring-title h5{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:21.6px;margin:0}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-title-box button{background-color:transparent;border:1px solid #dc5a81;border-radius:1000px;color:#dc5a81;cursor:pointer;font-family:Forum;font-size:22px;font-style:normal;font-weight:400;height:82px;line-height:110%;outline:none;transition:all .4s ease-in-out;width:311px}@media(max-width:1260px){.price-block .price-block-container .price-block-mentoring .price-block-mentoring-title-box button{bottom:24px;height:74px;position:absolute;width:calc(100% - 48px)}}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-title-box button:hover{background-color:#dc5a81;color:#252429}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-info-box .price-block-mentoring-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:26px}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-info-box .price-block-mentoring-info span{border-bottom:1px solid #403e4b;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:21.6px;max-width:560px;min-width:100%;padding:12px 0}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-info-box .price-block-mentoring-price{align-items:center;display:flex;flex-direction:row;gap:32px;justify-content:flex-end}@media(max-width:1260px){.price-block .price-block-container .price-block-mentoring .price-block-mentoring-info-box .price-block-mentoring-price{align-items:center;display:flex;flex-direction:row;height:56px;justify-content:space-between;width:100%}}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-info-box .price-block-mentoring-price span:first-child{font-family:Forum;font-size:50px;font-style:normal;font-weight:400;line-height:60px}@media(max-width:1260px){.price-block .price-block-container .price-block-mentoring .price-block-mentoring-info-box .price-block-mentoring-price span:first-child{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:60px}}.price-block .price-block-container .price-block-mentoring .price-block-mentoring-info-box .price-block-mentoring-price span:last-child{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;width:71px}@media(max-width:1260px){.price-block .price-block-container .price-block-mentoring .price-block-mentoring-info-box .price-block-mentoring-price span:last-child{font-family:Forum;font-size:12px;font-style:normal;font-weight:400;line-height:120%;width:53px}}.price-block .price-block-container .price-block-question-button button{background-color:transparent;border:1px solid #252429;border-radius:1000px;color:#252429;cursor:pointer;font-family:Forum;font-size:22px;font-style:normal;font-weight:400;height:82px;line-height:110%;outline:none;transition:all .4s ease-in-out;width:237px}.price-block .price-block-container .price-block-question-button button:hover{background-color:#252429;color:#303030}@media(max-width:880px){.price-block .price-block-container .price-block-question-button button{height:74px;width:241px}}.price-item{align-items:center;background-color:#343239;display:flex;flex-direction:column;gap:26px;justify-content:flex-start;padding:40px 24px 24px;width:339px}@media(max-width:500px){.price-item{gap:16px;width:calc(100% - 48px)}}.price-item a{color:#303030}.price-item .price-item-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.price-item .price-item-title h4{font-family:Forum;font-size:50px;font-style:normal;font-weight:400;line-height:90%;margin:0}@media(max-width:500px){.price-item .price-item-title h4{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:90%}}.price-item .price-item-title span{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:100%}.price-item .price-item-description{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.price-item .price-item-description span{border-bottom:1px solid #403e4b;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;padding:12px 0;width:100%}@media(max-width:500px){.price-item .price-item-description span{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%}}.price-item .price-item-description .price-item-description-text.pro{position:relative}.price-item .price-item-description .price-item-description-text.pro:after{align-items:center;background-color:#dc5a81;border:1px solid #dc5a81;border-radius:1000px;color:#252429;content:"PRO";display:flex;flex-direction:row;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;height:28px;justify-content:center;line-height:100%;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:56px}.price-item .price-item-description .price-item-description-text-opacity{opacity:.2}.price-item .price-item-value-box{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.price-item .price-item-value-box .price-item-value{align-items:flex-start;display:flex;flex-direction:row;gap:16px;justify-content:flex-start}.price-item .price-item-value-box .price-item-value.hidden span:last-child,.price-item .price-item-value-box .price-item-value.hiddenPrev span:last-child{display:none}.price-item .price-item-value-box .price-item-value span:first-child{font-family:Forum;font-size:50px;font-style:normal;font-weight:400;line-height:120%}@media(max-width:500px){.price-item .price-item-value-box .price-item-value span:first-child{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:100%}}.price-item .price-item-value-box .price-item-value span:nth-child(2){font-family:Forum;font-size:24px;font-style:normal;font-weight:400;line-height:120%;opacity:.5;text-decoration:line-through;text-decoration-thickness:1px}@media(max-width:500px){.price-item .price-item-value-box .price-item-value span:nth-child(2){font-family:Forum;font-size:12px;font-style:normal;font-weight:400;line-height:120%}}.price-item .price-item-value-box .price-item-value span:last-child{font-family:Forum;font-size:24px;font-style:normal;font-weight:400;line-height:120%}@media(max-width:500px){.price-item .price-item-value-box .price-item-value span:last-child{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%}}.price-item .price-item-value-box .price-item-value-text{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;width:95px}@media(max-width:500px){.price-item .price-item-value-box .price-item-value-text{font-family:Forum;font-size:12px;font-style:normal;font-weight:400;line-height:120%;width:73px}}.price-item .price-item-button,.price-item .price-item-button-link{border-radius:1000px;width:100%}.price-item .price-item-button{background-color:transparent;border:1px solid #fff;color:#fff;cursor:pointer;font-family:Forum;font-size:22px;font-style:normal;font-weight:400;height:82px;line-height:110%;outline:none;transition:all .4s ease-in-out}@media(max-width:500px){.price-item .price-item-button{height:74px}}.price-item .price-item-button:hover{background-color:#dc5a81;border:1px solid #dc5a81;color:#343239}.price-item .price-item-reservation{color:#fff;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:110%;overflow:hidden}@media(max-width:500px){.price-item .price-item-reservation{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%}}.price-item .price-item-reservation span{cursor:pointer;display:block;transition:all .4s ease-in-out}.price-item .price-item-reservation div{background-color:#dc5a81;height:1px;opacity:.1;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:opacity .7s,-webkit-transform .4s;transition:transform .4s,opacity .7s;transition:transform .4s,opacity .7s,-webkit-transform .4s;width:100%}.price-item .price-item-reservation:hover div{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.price-item .price-item-reservation:hover span{color:#dc5a81}.result-block{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;margin:-1082px 0 162px;width:100%}@media(max-width:1260px){.result-block{margin:-1147px 0 162px}}@media(max-width:850px){.result-block{margin:-1147px 0 66px}}@media(max-width:600px){.result-block{margin:-533px 0 66px}}.result-block .result-block-container{align-items:flex-start;background-color:#6f3143;border-radius:720px 720px 0 0;display:flex;flex-direction:row;height:1485px;justify-content:space-between;max-width:1200px;padding:1082px 120px 0;position:relative;width:calc(100% - 240px)}@media(max-width:1260px){.result-block .result-block-container{height:1420px;padding:1147px 20px 0;width:calc(100% - 40px)}}@media(max-width:850px){.result-block .result-block-container{align-items:center;display:flex;flex-direction:column;gap:32px;height:1510px;justify-content:flex-start}}@media(max-width:600px){.result-block .result-block-container{align-items:flex-start;display:flex;flex-direction:column;height:1419px;justify-content:flex-start;padding:533px 20px 0}}@media(max-width:500px){.result-block .result-block-container{padding:533px 16px 0;width:calc(100% - 32px)}}.result-block .result-block-container h3{font-family:Forum;font-size:90px;font-style:normal;font-weight:400;height:216px;line-height:120%;margin:0 0 95px;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:87px;width:370px}@media(max-width:1050px){.result-block .result-block-container h3{font-family:Forum;font-size:60px;font-style:normal;font-weight:400;height:144px;line-height:120%;margin:0 0 25px;width:247px}}@media(max-width:850px){.result-block .result-block-container h3{height:auto;margin:0;position:static;text-align:center;width:100%}}@media(max-width:600px){.result-block .result-block-container h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;text-align:start;width:165px}}.result-block .result-block-container .result-block-info-box{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}@media(max-width:600px){.result-block .result-block-container .result-block-info-box{gap:24px;width:100%}}.result-block .result-block-container .result-block-info-box .result-block-info-item{align-items:flex-start;border-bottom:1px solid #fff;display:flex;flex-direction:row;gap:32px;height:106px;justify-content:flex-start;padding:32px 24px;width:541px}@media(max-width:1050px){.result-block .result-block-container .result-block-info-box .result-block-info-item{width:483px}}@media(max-width:600px){.result-block .result-block-container .result-block-info-box .result-block-info-item{align-items:flex-start;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:flex-start;padding:0 24px 24px;width:calc(100% - 48px)}}.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-number{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;opacity:.2}@media(max-width:600px){.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-number{font-family:Forum;font-size:22px;font-style:normal;font-weight:400;line-height:120%}}.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-description{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-between}@media(max-width:600px){.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-description{gap:12px;width:100%}}.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-description span:first-child{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%}@media(max-width:600px){.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-description span:first-child{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:90%}}.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-description span:last-child{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;width:330px}@media(max-width:600px){.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-description span:last-child{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;width:70%}}@media(max-width:450px){.result-block .result-block-container .result-block-info-box .result-block-info-item .result-block-info-description span:last-child{width:100%}}.respond-block{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;overflow:hidden;padding-bottom:192px;padding-top:30px}@media(max-width:850px){.respond-block{padding-bottom:96px}}.respond-block .respond-block-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:1200px;width:100%}@media(max-width:1260px){.respond-block .respond-block-container{margin:auto 20px;width:calc(100% - 40px)}}@media(max-width:500px){.respond-block .respond-block-container{margin:auto 16px;width:calc(100% - 32px)}}.respond-block .respond-block-container h3{font-family:Forum;font-size:60px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 48px;text-transform:uppercase}@media(max-width:1200px){.respond-block .respond-block-container h3{max-width:500px}}@media(max-width:720px){.respond-block .respond-block-container h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 22px;max-width:350px}}@media(max-width:500px){.respond-block .respond-block-container h3{max-width:250px}}.respond-block .respond-block-container .respond-block-info-box{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;position:relative;width:100%}.respond-block-info-box .slick-slider{position:static!important;width:407px!important}@media(max-width:720px){.respond-block-info-box .slick-slider{width:320px!important}}.respond-block-info-box .slick-track{display:flex!important;width:auto!important}.respond-block-info-box .slick-list{overflow:visible!important}.respond-block-info-box .slick-slide{min-width:407px!important;width:407px!important}@media(max-width:720px){.respond-block-info-box .slick-slide{min-width:320px!important;width:320px!important}}.respond-block-info-box .slick-dots{display:none!important}.respond-block-info-box .slick-arrow{background-color:transparent!important;border:1px solid #fff!important;border-radius:10000px;height:81px!important;top:-88px!important;transition:all .4s ease-in-out;width:81px!important}@media(max-width:720px){.respond-block-info-box .slick-arrow{height:60px!important;top:-52px!important;width:60px!important}}.respond-block-info-box .slick-arrow:hover{background-color:#fff!important}.respond-block-info-box .slick-prev{left:auto!important;right:101px!important}@media(max-width:720px){.respond-block-info-box .slick-prev{right:72px!important}}.respond-block-info-box .slick-prev:before{content:url(/static/media/left-arrow.f6d3398bd9a6e21463ba.svg)!important}.respond-block-info-box .slick-prev:hover:before{-webkit-filter:brightness(0);filter:brightness(0)}.respond-block-info-box .slick-next{right:0!important}.respond-block-info-box .slick-next:before{content:url(/static/media/right-arrow.a14ec66d7eef2e7d01a7.svg)!important}.respond-block-info-box .slick-next:hover:before{-webkit-filter:brightness(0);filter:brightness(0)}.respond-block-info-box .slick-disabled{border:1px solid hsla(0,0%,100%,.5)!important}.respond-block-info-box .slick-disabled:before{opacity:.5!important}.respond-block-info-box .slick-disabled:hover{background-color:transparent!important}.respond-block-info-box .slick-disabled:hover:before{-webkit-filter:none!important;filter:none!important}.respond-item{align-items:flex-start;background-color:#343239;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;margin-right:20px;min-width:323px;padding:48px 32px;width:323px}@media(max-width:720px){.respond-item{min-width:268px;padding:32px 16px 16px;width:268px}}.respond-item .respond-item-head{align-items:flex-start;display:flex;flex-direction:row;gap:24px;justify-content:flex-start;margin-bottom:24px;width:100%}.respond-item .respond-item-head .respond-item-photo{border-radius:50px 50px 0 0;height:99px;width:82px}.respond-item .respond-item-head .respond-item-person{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}.respond-item .respond-item-head .respond-item-person span:first-child{color:#dc5a81;font-family:Forum;font-size:14px;font-style:normal;font-weight:400;line-height:120%}.respond-item .respond-item-head .respond-item-person span:last-child{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:110%;width:50%}@media(max-width:720px){.respond-item .respond-item-head .respond-item-person span:last-child{font-family:Forum;font-size:28px;font-style:normal;font-weight:400;line-height:110%}}.respond-item p{display:block;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 16px;min-height:127px;overflow:hidden;transition:all .4s ease-in-out;width:100%}@media(max-width:720px){.respond-item p{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;min-height:132px}}.respond-item p.open-text{display:block}.respond-item .respond-item-button{align-items:flex-start;display:flex;flex-direction:column;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;justify-content:flex-start;line-height:120%;overflow:hidden;text-transform:uppercase}@media(max-width:720px){.respond-item .respond-item-button{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%}}.respond-item .respond-item-button.open .respond-item-button-open{display:none}.respond-item .respond-item-button.open .respond-item-button-close{display:block}.respond-item .respond-item-button.hidden{visibility:hidden}.respond-item .respond-item-button span{cursor:pointer;transition:color .4s ease-in-out}.respond-item .respond-item-button div{background-color:#dc5a81;height:1px;margin-top:-2px;opacity:.1;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:opacity .7s,-webkit-transform .4s;transition:transform .4s,opacity .7s;transition:transform .4s,opacity .7s,-webkit-transform .4s;width:100%}.respond-item .respond-item-button .respond-item-button-open{display:block}.respond-item .respond-item-button .respond-item-button-close{display:none}.respond-item .respond-item-button:hover div{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.respond-item .respond-item-button:hover span{color:#dc5a81}.respond-item.respond1 .respond-item-photo{background-image:url(/static/media/photo-Pelina.e2dbaa69ea7c49b4d79e.jpeg);background-position:58% 0;background-repeat:no-repeat;background-size:270% auto}.respond-item.respond2 .respond-item-photo{background-image:url(/static/media/photo-Brovko.ec9d418fbae21650eee3.jpeg);background-position:58% 15%;background-repeat:no-repeat;background-size:290% auto}.respond-item.respond3 .respond-item-photo{background-image:url(/static/media/photo-Mulberg.dcd3b247b0752e4de425.jpeg);background-position:50% 0;background-repeat:no-repeat;background-size:230% auto}.respond-item.respond4 .respond-item-photo{background-image:url(/static/media/photo-Kovalenko.210d341c10e13c157407.jpeg);background-position:50% 8%;background-repeat:no-repeat;background-size:370% auto}.respond-item.respond5 .respond-item-photo{background-image:url(/static/media/photo-Oksana.1ab6613a7ff4c2579c78.png);background-position:50% 8%;background-repeat:no-repeat;background-size:100% auto}.respond-item.respond6 .respond-item-photo{background-image:url(/static/media/photo-Kanyuk.d41b91d39459c0a336dd.png);background-position:0 20%;background-repeat:no-repeat;background-size:100% auto;border:.5px solid #303030}.respond-item.respond7 .respond-item-photo{min-width:82px;overflow:hidden;position:relative}.respond-item.respond7 .respond-item-photo:after{background-image:url(/static/media/photo-Onyschkevych.b572ed4bb1d2899ab812.jpeg);background-position:130% 60%;background-repeat:no-repeat;background-size:62% auto;content:"";height:300%;left:-129px;position:absolute;top:-93px;-webkit-transform:rotate(20deg);transform:rotate(20deg);width:300%}.respond-item.respond8 .respond-item-photo{background-image:url(/static/media/photo-Klischuk.de79c50e346bb5c4942a.jpeg);background-position:53% 12%;background-repeat:no-repeat;background-size:550% auto}.respond-item.respond9 .respond-item-photo{background-image:url(/static/media/photo-Rinsevych.29c617b0dc6926bcda68.jpeg);background-position:53% 22%;background-repeat:no-repeat;background-size:430% auto}.respond-item.respond10 .respond-item-photo{background-image:url(/static/media/photo-Falendysch.dc57fcacfae0649042fd.jpg);background-position:51% 32%;background-repeat:no-repeat;background-size:600% auto}.respond-item.respond11 .respond-item-photo{background-image:url(/static/media/photo-Iroduyck.90ca039ab8b4fc23db07.jpg);background-position:47% 26%;background-repeat:no-repeat;background-size:290% auto}.respond-item.respond12 .respond-item-photo{background-image:url(/static/media/photo-Ponomarenko.c8879674ff0cb1b42383.jpg)}.respond-item.respond12 .respond-item-photo,.respond-item.respond13 .respond-item-photo{background-position:47% 7%;background-repeat:no-repeat;background-size:190% auto;min-width:82px}.respond-item.respond13 .respond-item-photo{background-image:url(/static/media/photo-Kochanchyk.e9aa45808a8fc49d3ecb.jpg)}.respond-item.respond14 .respond-item-photo{background-image:url(/static/media/photo-Fiesta.9ae70bb3b972201821eb.jpg);background-position:51% 17%;background-repeat:no-repeat;background-size:600% auto}.respond-item.respond15 .respond-item-photo{background-image:url(/static/media/photo-More.3329f7b92f40d1ddcb86.jpg);background-position:55% 14%;background-repeat:no-repeat;background-size:350% auto}.respond-item.respond16 .respond-item-photo{background-image:url(/static/media/photo-Kristina.08a0a929b9583d32da3e.jpg);background-position:49% 14%;background-repeat:no-repeat;background-size:470% auto}.respond-item.respond17 .respond-item-photo{background-image:url(/static/media/photo-Darneva.c8b3b8611de7c0cf456b.jpg);background-position:54% 17%;background-repeat:no-repeat;background-size:250% auto}.respond-item.respond18 .respond-item-photo{background-image:url(/static/media/photo-Dotyk.77e5639b504a754f9602.jpg);background-position:51% 18%;background-repeat:no-repeat;background-size:201% auto}.respond-item.respond19 .respond-item-photo{background-image:url(/static/media/photo-Flora.eee361f2838f2f44c273.jpg);background-position:45% 14%;background-repeat:no-repeat;background-size:200% auto}.respond-item.respond20 .respond-item-photo{background-image:url(/static/media/photo-Suhovetska.207aef4eaaea21aa8f86.jpg);background-position:50% 28%;background-repeat:no-repeat;background-size:210% auto}.respond-item.respond21 .respond-item-photo{background-image:url(/static/media/photo-Batun.f35070f92e8c88ff02b2.jpg);background-position:48% 32%;background-repeat:no-repeat;background-size:550% auto}.respond-item.respond22 .respond-item-photo{background-image:url(/static/media/photo-Anastasia.27bc5bacd83626eaaaac.jpg);background-position:45% 14%;background-repeat:no-repeat;background-size:350% auto}.respond-item.respond23 .respond-item-photo{background-image:url(/static/media/photo-Kateryna.3ff286b44792cf6162d7.jpeg);background-position:37% 16%;background-repeat:no-repeat;background-size:350% auto}.respond-item.respond24 .respond-item-photo{background-image:url(/static/media/photo-Cherednychenko.ec5b83c3211c851cbf17.jpg);background-position:57% 43%;background-repeat:no-repeat;background-size:430% auto;min-width:82px}.respond-item.respond25 .respond-item-photo{background-image:url(/static/media/photo-Ochrim.cc7318f0134cacb2a7b3.jpg);background-position:59% 30%;background-repeat:no-repeat;background-size:180% auto}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.footer{align-items:center;background-color:#6f3143;bottom:-1px;display:flex;flex-direction:row;height:calc(100dvh - 80px);justify-content:center;left:0;padding:40px 0;position:-webkit-sticky;position:sticky;width:100%;z-index:1}@media(max-width:1020px){.footer{min-height:0;min-height:auto}}@media(max-width:720px){.footer{height:auto;position:relative;z-index:1}}.footer .footer-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;max-width:1360px;width:calc(100% - 80px)}@media(max-width:720px){.footer .footer-container{gap:64px}}@media(max-width:500px){.footer .footer-container{width:calc(100% - 32px)}}.footer .footer-container .footer-container-head{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}@media(max-width:600px){.footer .footer-container .footer-container-head{align-items:flex-start;display:flex;flex-direction:column;gap:32px;justify-content:flex-start}}.footer .footer-container .footer-container-head .footer-container-head-text{color:#fff;font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:120%;width:496px}@media(max-width:1000px){.footer .footer-container .footer-container-head .footer-container-head-text{width:287px}}@media(max-width:600px){.footer .footer-container .footer-container-head .footer-container-head-text{font-family:Forum;font-size:22px;font-style:normal;font-weight:400;line-height:120%;width:100%}}.footer .footer-container .footer-container-head .footer-container-buttons{align-items:flex-start;display:flex;flex-direction:row;gap:32px;justify-content:space-between}@media(max-width:1000px){.footer .footer-container .footer-container-head .footer-container-buttons{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}}@media(max-width:600px){.footer .footer-container .footer-container-head .footer-container-buttons{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}}.footer .footer-container .footer-container-info{align-items:flex-end;border-top:1px solid #fff;color:#fff;display:flex;flex-direction:row;font-family:Forum;font-size:14px;font-style:normal;font-weight:400;height:37px;justify-content:space-between;line-height:120%;width:100%}@media(max-width:850px){.footer .footer-container .footer-container-info{align-items:center;display:flex;flex-direction:column;gap:32px;height:auto;justify-content:flex-start;padding-top:24px}}.footer .footer-container .footer-container-info .footer-container-info-rights{opacity:.5}.footer .footer-container .footer-container-info .footer-container-info-policy{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:center}@media(max-width:900px){.footer .footer-container .footer-container-info .footer-container-info-policy{gap:16px}}.footer .footer-container .footer-container-info .footer-container-info-policy .footer-container-info-policy-item{overflow:hidden}.footer .footer-container .footer-container-info .footer-container-info-policy .footer-container-info-policy-item span{color:#fff;cursor:pointer;display:block}.footer .footer-container .footer-container-info .footer-container-info-policy .footer-container-info-policy-item div{background-color:#fff;height:1.5px;opacity:.1;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:opacity .7s,-webkit-transform .4s;transition:transform .4s,opacity .7s;transition:transform .4s,opacity .7s,-webkit-transform .4s;width:100%}.footer .footer-container .footer-container-info .footer-container-info-policy .footer-container-info-policy-item:hover div{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.footer .footer-container .footer-container-info .footer-container-info-dev{align-items:center;display:flex;flex-direction:row;gap:14px;justify-content:space-between}.footer .footer-container .footer-container-info .footer-container-info-dev .footer-container-info-dev-text{opacity:.5}.footer .footer-container .footer-container-info .footer-container-info-dev .footer-container-info-dev-link{overflow:hidden}.footer .footer-container .footer-container-info .footer-container-info-dev .footer-container-info-dev-link span{color:#fff;cursor:pointer;display:block}.footer .footer-container .footer-container-info .footer-container-info-dev .footer-container-info-dev-link div{background-color:#fff;height:1.5px;opacity:.1;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:opacity .7s,-webkit-transform .4s;transition:transform .4s,opacity .7s;transition:transform .4s,opacity .7s,-webkit-transform .4s;width:100%}.footer .footer-container .footer-container-info .footer-container-info-dev .footer-container-info-dev-link:hover div{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.footer .footer-container .footer-logo{width:100%}.footer .footer-container .footer-container-bottom{align-items:flex-end;color:#fff;display:flex;flex-direction:row;justify-content:space-between;text-transform:uppercase;width:100%}@media(max-width:850px){.footer .footer-container .footer-container-bottom{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:space-between}}.footer .footer-container .footer-container-bottom .footer-container-bottom-item{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:space-between}.footer .footer-container .footer-container-bottom .footer-container-bottom-item span:first-child{font-family:Forum;font-size:14px;font-style:normal;font-weight:400;line-height:120%;opacity:.5}.footer .footer-container .footer-container-bottom .footer-container-bottom-item span:last-child{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%}.footer-container-buttons .social-media-button{align-items:center;background-color:#fff;border-radius:10000px;cursor:pointer;display:flex;flex-direction:row;gap:24px;height:52px;justify-content:flex-end;padding:4px 6px;position:relative;transition:all .5 ease-in-out;width:152px}@media(max-width:600px){.footer-container-buttons .social-media-button{width:147px}}.footer-container-buttons .social-media-button div{align-items:center;background-color:#6f3143;border-radius:10000px;display:flex;flex-direction:row;height:48px;justify-content:flex-start;left:6px;position:absolute;transition:all .5s ease-in-out;width:48px}.footer-container-buttons .social-media-button div img{margin-left:12px;transition:all .3s ease-in-out}.footer-container-buttons .social-media-button span{color:#6f3143;font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;margin-right:18px;position:relative;transition:color .3s ease-in-out,margin-right .3s ease-in-out;z-index:3}.footer-container-buttons .social-media-button:hover{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.footer-container-buttons .social-media-button:hover span{color:#fff;margin-right:24px}.footer-container-buttons .social-media-button:hover div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;transition:all .5 ease-in-out;width:152px}@media(max-width:600px){.footer-container-buttons .social-media-button:hover div{width:146px}}.footer-container-buttons .social-media-button:hover div img{margin-left:20px}.author-block{align-items:center;color:#303030;display:flex;flex-direction:row;justify-content:center;margin-bottom:162px;width:100%}@media(max-width:850px){.author-block{margin-bottom:66px}}.author-block .author-block-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;max-width:1200px;width:100%}@media(max-width:1260px){.author-block .author-block-container{width:calc(100% - 40px)}}@media(max-width:500px){.author-block .author-block-container{width:calc(100% - 32px)}}.author-block .author-block-container h3{font-family:Forum;font-size:90px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 48px;text-transform:uppercase}@media(max-width:750px){.author-block .author-block-container h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 32px}}.author-block .author-block-container .author-block-box-info{align-items:flex-start;display:flex;flex-direction:row;gap:19px;justify-content:center;width:100%}@media(max-width:750px){.author-block .author-block-container .author-block-box-info{align-items:center;display:flex;flex-direction:column;gap:48px;justify-content:flex-start}}.author-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}@media(max-width:1050px){.author-item{width:calc(50% - 8px)}}@media(max-width:650px){.author-item{width:360px}}@media(max-width:400px){.author-item{width:100%}}.author-item .author-item-photo{border-radius:295px 295px 0 0;height:527px;margin-bottom:32px;width:489px}@media(max-width:1050px){.author-item .author-item-photo{align-self:stretch;height:400px;width:auto}}@media(max-width:650px){.author-item .author-item-photo{height:350px}}@media(max-width:500px){.author-item .author-item-photo{margin-bottom:16px}}.author-item .author-item-photo.author1{background-image:url(/static/media/author-Alisa.8c44f2042d59b0f4eb4d.jpeg);background-position:48% 33%;background-repeat:no-repeat;background-size:180% auto}.author-item .author-item-photo.author2{background-image:url(/static/media/author-mopis.a72e7e0cf1efcdac69e8.jpeg);background-position:52% 40%;background-repeat:no-repeat;background-size:220% auto}.author-item .author-item-nickname{font-size:14px;margin-bottom:4px}.author-item .author-item-name,.author-item .author-item-nickname{font-family:Forum;font-style:normal;font-weight:400;line-height:120%}.author-item .author-item-name{font-size:40px;margin-bottom:16px}@media(max-width:500px){.author-item .author-item-name{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:90%;margin-bottom:8px}}.author-item p{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;margin:0;width:350px}@media(max-width:750px){.author-item p{width:100%}}@media(max-width:500px){.author-item p{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%}}.speaker-block{align-items:center;color:#303030;display:flex;flex-direction:row;justify-content:center;margin-bottom:162px;overflow:hidden;padding-top:30px;width:100%}@media(max-width:850px){.speaker-block{margin-bottom:66px}}.speaker-block .speaker-block-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:1200px;width:100%}@media(max-width:1260px){.speaker-block .speaker-block-container{width:calc(100% - 40px)}}@media(max-width:800px){.speaker-block .speaker-block-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}}@media(max-width:500px){.speaker-block .speaker-block-container{width:calc(100% - 32px)}}.speaker-block .speaker-block-container h3{font-family:Forum;font-size:60px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 48px;text-transform:uppercase}@media(max-width:800px){.speaker-block .speaker-block-container h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 108px;text-align:center;width:100%}}.speaker-block .speaker-block-container .speaker-block-info-box{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;position:relative;width:100%}.speaker-item{align-items:flex-start;display:flex!important;display:flex;flex-direction:column;justify-content:flex-start}.speaker-item .speaker-item-photo{border-radius:295px 295px 0 0;height:417px;margin:0 0 32px;width:387px}@media(max-width:800px){.speaker-item .speaker-item-photo{height:340px;width:320px}}.speaker-item .speaker-item-photo.speaker1{background-image:url(/static/media/photo-Vilchuk.7b76a0b4e51fe38610da.jpeg);background-position:80% 0;background-repeat:no-repeat;background-size:100% auto}.speaker-item .speaker-item-photo.speaker2{background-image:url(/static/media/photo-Labinskiy.c8e885428d1a4620254c.jpeg);background-position:10% 5%;background-repeat:no-repeat;background-size:160% auto}.speaker-item .speaker-item-photo.speaker3{background-image:url(/static/media/photo-Saikai.c7e550f7820aba6beeea.jpeg);background-position:50% 14%;background-repeat:no-repeat;background-size:150% auto}.speaker-item .speaker-item-photo.speaker4{background-image:url(/static/media/photo-Mayherkevych.f1ba90d28eb8b8bd9b76.jpg);background-position:60% 0;background-repeat:no-repeat;background-size:130% auto}.speaker-item .speaker-item-photo.speaker5{background-image:url(/static/media/photo-Sviderska.75e83e3928f986f73698.jpg);background-position:70% 0;background-repeat:no-repeat;background-size:130% auto}.speaker-item .speaker-item-photo.speaker6{background-image:url(/static/media/photo-Galamai.9e439232bfe1ada6d6ed.jpg);background-position:50% 15%;background-repeat:no-repeat;background-size:280% auto}.speaker-item .speaker-item-photo.speaker7{background-image:url(/static/media/photo-Ventyk.d0961a569c4d5ce8e426.jpg);background-position:44% 3%;background-repeat:no-repeat;background-size:200% auto}.speaker-item .speaker-item-photo.speaker8{background-image:url(/static/media/photo-Fadyasch.f7b61b3967a592ce1455.jpeg);background-position:45% 0;background-repeat:no-repeat;background-size:130% auto}.speaker-item .speaker-item-photo.speaker9{background-image:url(/static/media/photo-Chudnivec.3737459c3802706df1b9.jpeg);background-position:45% 34%;background-repeat:no-repeat;background-size:150% auto}.speaker-item .speaker-item-nickname{color:#dc5a81;font-family:Forum;font-size:14px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:4px}.speaker-item .speaker-item-name{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:16px}@media(max-width:800px){.speaker-item .speaker-item-name{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:90%}}.speaker-item p{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;height:65px;line-height:120%;margin:0 0 16px;width:350px}@media(max-width:800px){.speaker-item p{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;height:58px;line-height:120%;width:calc(100% - 20px)}}.speaker-item .speaker-item-theme-title{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase}@media(max-width:800px){.speaker-item .speaker-item-theme-title{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:100%}}.speaker-item .speaker-item-theme{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;width:350px}@media(max-width:800px){.speaker-item .speaker-item-theme{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;width:calc(100% - 20px)}}.speaker-block-info-box .slick-slider{position:static!important;width:407px!important}@media(max-width:800px){.speaker-block-info-box .slick-slider{width:340px!important}}.speaker-block-info-box .slick-track{display:flex!important;width:auto!important}.speaker-block-info-box .slick-list{overflow:visible!important}.speaker-block-info-box .slick-slide{min-width:407px!important;width:407px!important}@media(max-width:800px){.speaker-block-info-box .slick-slide{min-width:340px!important;width:340px!important}}.speaker-block-info-box .slick-dots{display:none!important}.speaker-block-info-box .slick-arrow{background-color:transparent!important;border:1px solid #dc5a81!important;border-radius:10000px;height:81px!important;top:-88px!important;transition:all .4s ease-in-out;width:81px!important}@media(max-width:800px){.speaker-block-info-box .slick-arrow{height:60px!important;top:-62px!important;width:60px!important}}.speaker-block-info-box .slick-arrow:hover{background-color:#dc5a81!important}.speaker-block-info-box .slick-prev{left:auto!important;right:101px!important}@media(max-width:800px){.speaker-block-info-box .slick-prev{right:50%!important}}.speaker-block-info-box .slick-prev:before{content:url(/static/media/left-arrow.f6d3398bd9a6e21463ba.svg)!important}.speaker-block-info-box .slick-prev:hover:before{-webkit-filter:contrast(5%) brightness(200%);filter:contrast(5%) brightness(200%)}.speaker-block-info-box .slick-next{right:0!important}@media(max-width:800px){.speaker-block-info-box .slick-next{right:50%!important;translate:calc(100% + 12px) 0}}.speaker-block-info-box .slick-next:before{content:url(/static/media/right-arrow.a14ec66d7eef2e7d01a7.svg)!important}.speaker-block-info-box .slick-next:hover:before{-webkit-filter:contrast(5%) brightness(200%);filter:contrast(5%) brightness(200%)}.speaker-block-info-box .slick-disabled{border:1px solid hsla(0,0%,100%,.5)!important}.speaker-block-info-box .slick-disabled:before{opacity:.5!important}.speaker-block-info-box .slick-disabled:hover{background-color:transparent!important}.speaker-block-info-box .slick-disabled:hover:before{-webkit-filter:none!important;filter:none!important}.eurospeaker-block{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;margin-bottom:192px;overflow:hidden;padding-top:30px;width:100%}@media(max-width:850px){.eurospeaker-block{margin-bottom:96px}}.eurospeaker-block .eurospeaker-block-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:1200px;width:100%}@media(max-width:1260px){.eurospeaker-block .eurospeaker-block-container{width:calc(100% - 40px)}}@media(max-width:850px){.eurospeaker-block .eurospeaker-block-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}}@media(max-width:500px){.eurospeaker-block .eurospeaker-block-container{width:calc(100% - 32px)}}.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-head{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:48px;width:100%}@media(max-width:1260px){.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-head{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}}@media(max-width:850px){.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-head{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:108px;width:auto}}.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-head h3{font-family:Forum;font-size:60px;font-style:normal;font-weight:400;line-height:120%;margin:0;text-transform:uppercase}@media(max-width:1260px){.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-head h3{order:2}}@media(max-width:800px){.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-head h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;text-align:center}}.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-head div{align-items:center;background-color:#dc5a81;border:1px solid #dc5a81;border-radius:1000px;color:#252429;display:flex;flex-direction:column;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;height:32px;justify-content:center;line-height:120%;width:154px}@media(max-width:1260px){.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-head div{order:1}}.eurospeaker-block .eurospeaker-block-container .eurospeaker-block-info-box{align-items:flex-start;display:flex;flex-direction:row;gap:20px;justify-content:space-between;position:relative;width:100%}.eurospeaker-item{align-items:flex-start;display:flex!important;display:flex;flex-direction:column;justify-content:flex-start}.eurospeaker-item .eurospeaker-item-photo{border-radius:295px 295px 0 0;height:417px;margin-bottom:32px;width:387px}@media(max-width:800px){.eurospeaker-item .eurospeaker-item-photo{height:340px;width:320px}}.eurospeaker-item .eurospeaker-item-photo.speaker1{background-image:url(/static/media/speaker-Alisa.d5b3a8c68b1930be1a01.jpeg);background-position:55% 20%;background-repeat:no-repeat;background-size:120% auto}.eurospeaker-item .eurospeaker-item-photo.speaker2{background-image:url(/static/media/speaker-Marta.727563da92baaa1959c0.jpeg);background-position:0 33%;background-repeat:no-repeat;background-size:100% auto}.eurospeaker-item .eurospeaker-item-photo.speaker3{background-image:url(/static/media/speaker-Kristina.b4302c560c1e925f3834.jpeg);background-position:20% 40%;background-repeat:no-repeat;background-size:110% auto}.eurospeaker-item .eurospeaker-item-nickname{color:#dc5a81;font-family:Forum;font-size:14px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:4px}.eurospeaker-item .eurospeaker-item-name{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:16px}@media(max-width:800px){.eurospeaker-item .eurospeaker-item-name{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:120%}}.eurospeaker-item p{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 16px;width:350px}@media(max-width:800px){.eurospeaker-item p{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;width:calc(100% - 20px)}}.eurospeaker-item .eurospeaker-item-theme-title{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase}@media(max-width:800px){.eurospeaker-item .eurospeaker-item-theme-title{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:100%}}.eurospeaker-item .eurospeaker-item-theme{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;line-height:120%}@media(max-width:800px){.eurospeaker-item .eurospeaker-item-theme{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%}}.eurospeaker-block-info-box .slick-slider{position:static!important;width:100%!important}@media(max-width:1260px){.eurospeaker-block-info-box .slick-slider{width:407px!important}}@media(max-width:800px){.eurospeaker-block-info-box .slick-slider{width:340px!important}}.eurospeaker-block-info-box .slick-track{display:flex!important;width:auto!important}.eurospeaker-block-info-box .slick-list{overflow:visible!important}.eurospeaker-block-info-box .slick-slide{min-width:407px!important;width:407px!important}@media(max-width:800px){.eurospeaker-block-info-box .slick-slide{min-width:340px!important;width:340px!important}}.eurospeaker-block-info-box .slick-dots{display:none!important}.eurospeaker-block-info-box .slick-arrow{background-color:transparent!important;border:1px solid #fff!important;border-radius:10000px;height:81px!important;top:-88px!important;transition:all .4s ease-in-out;width:81px!important}@media(max-width:850px){.eurospeaker-block-info-box .slick-arrow{height:60px!important;top:-62px!important;width:60px!important}}.eurospeaker-block-info-box .slick-arrow:hover{background-color:#fff!important}.eurospeaker-block-info-box .slick-prev{left:auto!important;right:101px!important}@media(max-width:850px){.eurospeaker-block-info-box .slick-prev{right:52%!important}}.eurospeaker-block-info-box .slick-prev:before{content:url(/static/media/left-arrow.f6d3398bd9a6e21463ba.svg)!important}.eurospeaker-block-info-box .slick-prev:hover:before{-webkit-filter:brightness(0);filter:brightness(0)}.eurospeaker-block-info-box .slick-next{right:0!important}@media(max-width:850px){.eurospeaker-block-info-box .slick-next{right:50%!important;translate:calc(100% + 12px) 0}}.eurospeaker-block-info-box .slick-next:before{content:url(/static/media/right-arrow.a14ec66d7eef2e7d01a7.svg)!important}.eurospeaker-block-info-box .slick-next:hover:before{-webkit-filter:brightness(0);filter:brightness(0)}.eurospeaker-block-info-box .slick-disabled{border:1px solid hsla(0,0%,100%,.5)!important}.eurospeaker-block-info-box .slick-disabled:before{opacity:.5!important}.eurospeaker-block-info-box .slick-disabled:hover{background-color:transparent!important}.eurospeaker-block-info-box .slick-disabled:hover:before{-webkit-filter:none!important;filter:none!important}.faq-block{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;padding-bottom:192px;width:100%}@media(max-width:850px){.faq-block{padding-bottom:96px}}.faq-block .faq-block-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:794px;width:100%}@media(max-width:1260px){.faq-block .faq-block-container{width:calc(100% - 40px)}}@media(max-width:500px){.faq-block .faq-block-container{width:calc(100% - 32px)}}.faq-block .faq-block-container .faq-block-photo{background-image:url(/static/media/photo-for-faq-block.bf7e0f0f8bfdd4a0e9b9.jpeg);background-position:98% 48%;background-repeat:no-repeat;background-size:100% auto;border-radius:145.5px 145.5px 0 0;height:283px;margin-bottom:20px;width:100%}@media(max-width:600px){.faq-block .faq-block-container .faq-block-photo{height:165px}}@media(max-width:500px){.faq-block .faq-block-container .faq-block-photo{background-position:78% 43%;background-size:150% auto;border-radius:70px 70px 0 0}}.faq-block .faq-block-container h3{font-family:Forum;font-size:60px;font-style:normal;font-weight:400;line-height:120%;margin:0 0 48px;text-transform:uppercase}@media(max-width:600px){.faq-block .faq-block-container h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;line-height:120%}}.faq-block .faq-block-container .faq-block-info-box{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.faq-item{border-bottom:1px solid #403e4b;cursor:pointer;height:auto;overflow:hidden;padding:30px 0;position:relative}.faq-item,.faq-item:before{transition:all .5s ease-in-out;width:100%}.faq-item:before{background-color:#6f3143;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.faq-item .faq-item-question{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;position:relative;transition:all .5s ease-in-out;z-index:2}.faq-item .faq-item-question span{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:110%;width:600px}@media(max-width:750px){.faq-item .faq-item-question span{width:75%}}@media(max-width:600px){.faq-item .faq-item-question span{font-family:Forum;font-size:28px;font-style:normal;font-weight:400;line-height:90%;width:80%}}@media(max-width:400px){.faq-item .faq-item-question span{width:75%}}.faq-item .faq-item-question div{background-color:#252429;border:1px solid transparent;border-radius:1000px;height:53px;transition:all .5s ease-in-out;width:53px}.faq-item .faq-item-question div .faq-item-arrow{color:#fff;transition:all .5s ease-in-out}.faq-item .faq-item-question div .faq-item-arrow.open{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.faq-item .faq-item-answer{font-family:Forum;font-size:18px;font-style:normal;font-weight:400;height:auto;line-height:120%;margin-top:0;opacity:0;overflow:hidden;-webkit-transform:translateY(-10px);transform:translateY(-10px);transition:all .5s ease-in-out;width:600px}@media(max-width:700px){.faq-item .faq-item-answer{width:calc(100% - 24px)}}@media(max-width:600px){.faq-item .faq-item-answer{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;-webkit-transform:translateY(-5px);transform:translateY(-5px);width:calc(100% - 12px)}}.faq-item .faq-item-answer.open{margin-top:16px;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.faq-item:hover .faq-item-question{padding:0 24px}@media(max-width:600px){.faq-item:hover .faq-item-question{padding:0 12px}}.faq-item:hover .faq-item-question div{background-color:#fff}.faq-item:hover .faq-item-question .faq-item-arrow{color:#6f3143}.faq-item:hover .faq-item-answer{margin-left:24px}@media(max-width:600px){.faq-item:hover .faq-item-answer{margin-left:12px}}.faq-item:hover:before{-webkit-transform:translateY(0);transform:translateY(0)}.public-offer{align-items:center;display:flex;flex-direction:row;height:calc(100dvh - 140px);justify-content:center;padding:100px 0 40px;width:100%}@media(max-width:500px){.public-offer{height:calc(100dvh - 130px);padding:90px 0 40px}}.public-offer .public-offer-container{height:100%;max-width:650px;width:calc(100% - 80px)}@media(max-width:500px){.public-offer .public-offer-container{width:calc(100% - 32px)}}.public-offer .public-offer-container iframe{border:none;height:100%;width:100%}.public-offer .public-offer-container li{color:#fff!important}.privacy-policy{align-items:center;display:flex;flex-direction:row;height:calc(100dvh - 140px);justify-content:center;padding:100px 0 40px;width:100%}@media(max-width:500px){.privacy-policy{height:calc(100dvh - 130px);padding:90px 0 40px}}.privacy-policy .privacy-policy-container{height:100%;max-width:650px;width:calc(100% - 80px)}@media(max-width:500px){.privacy-policy .privacy-policy-container{width:calc(100% - 32px)}}.privacy-policy .privacy-policy-container iframe{border:none;height:100%;width:100%}.project-block{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;padding-bottom:192px;width:100%}@media(max-width:850px){.project-block{padding-bottom:96px}}.project-block .project-block-container{align-items:flex-start;display:flex;flex-direction:column;gap:64px;justify-content:flex-start;max-width:1440px;width:100%}@media(max-width:700px){.project-block .project-block-container{gap:56px}}.project-block .project-block-container .project-block-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 120px;width:calc(100% - 240px)}@media(max-width:1260px){.project-block .project-block-container .project-block-title{padding:0 20px;width:calc(100% - 40px)}}@media(max-width:700px){.project-block .project-block-container .project-block-title{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}}.project-block .project-block-container .project-block-title h3{font-family:Forum;font-size:60px;font-style:normal;font-weight:400;line-height:120%;margin:0;text-transform:uppercase;width:244px}@media(max-width:700px){.project-block .project-block-container .project-block-title h3{font-family:Forum;font-size:40px;font-style:normal;font-weight:400;gap:8px;line-height:120%;width:auto}}.project-block .project-block-container .project-block-title span{font-family:Forum;font-size:22px;font-style:normal;font-weight:400;line-height:120%;width:386px}@media(max-width:700px){.project-block .project-block-container .project-block-title span{font-family:Forum;font-size:16px;font-style:normal;font-weight:400;line-height:120%;width:auto}}.project-block .project-block-container .project-block-info-box{align-items:flex-start;display:flex;flex-direction:column;gap:56px;justify-content:flex-start;padding:0 120px;width:calc(100% - 240px)}@media(max-width:1430px){.project-block .project-block-container .project-block-info-box{padding:0 120px 0 0;width:calc(100% - 120px)}}@media(max-width:1260px){.project-block .project-block-container .project-block-info-box{padding:0 20px 0 0;width:calc(100% - 20px)}}@media(max-width:700px){.project-block .project-block-container .project-block-info-box{padding:0;width:100%}}.project-item{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.project-item .project-item-title{align-items:center;display:flex;flex-direction:row;gap:32px;justify-content:space-between;width:100%}@media(max-width:1430px){.project-item .project-item-title{padding-left:120px;width:calc(100% - 120px)}}@media(max-width:1260px){.project-item .project-item-title{padding-left:20px;width:calc(100% - 20px)}}@media(max-width:500px){.project-item .project-item-title{padding-left:16px;width:calc(100% - 16px)}}.project-item .project-item-title h4{font-family:Forum;font-size:32px;font-style:normal;font-weight:400;line-height:120%;text-transform:uppercase;white-space:nowrap}@media(max-width:500px){.project-item .project-item-title h4{font-family:Forum;font-size:20px;font-style:normal;font-weight:400;line-height:120%}}.project-item .project-item-title div{background-color:#fff;height:1px;width:100%}@media(max-width:700px){.project-item .project-item-title div{margin-right:20px}}@media(max-width:500px){.project-item .project-item-title div{margin-right:16px}}.project-item .project-item-info-box{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;width:100%}@media(max-width:700px){.project-item .project-item-info-box{align-items:center;display:flex;flex-direction:column;justify-content:center}}.project-item .project-item-info-box .project-slider{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;overflow:hidden;width:calc(100% - 305px)}.project-item .project-item-info-box .project-slider.onlyImages{width:100%}@media(max-width:700px){.project-item .project-item-info-box .project-slider{width:100%}}.project-item .project-item-info-box .project-slider .project-slider-box{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center}@media(max-width:1430px){.project-item .project-item-info-box .project-slider .project-slider-box{-webkit-animation:slide 20s linear infinite;animation:slide 20s linear infinite}}.project-item .project-item-info-box .project-slider .project-image{height:439px;max-width:285px;min-width:285px;overflow:hidden}.project-item .project-item-info-box .project-slider .project-image img{height:100%;object-fit:cover;width:100%}.project-item .project-item-info-box .project-video{height:439px;position:relative;width:285px}@media(max-width:500px){.project-item .project-item-info-box .project-video{height:528px;padding:0 16px;width:calc(100% - 32px)}}.project-item .project-item-info-box .project-video .cross-icon{position:absolute;right:10px;top:0}@media(min-width:700px){.project-item .project-item-info-box .project-video .cross-icon{display:none}}.project-item .project-item-info-box .project-video .project-video-player,.project-item .project-item-info-box .project-video .project-video-player iframe{height:100%!important;width:100%!important}.project-item .project-item-info-box .project-video .project-video-container{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:center;left:0;position:absolute;top:0;width:285px;z-index:3}@media(max-width:500px){.project-item .project-item-info-box .project-video .project-video-container{height:528px;overflow:hidden;padding:0 16px;width:calc(100% - 32px)}}.project-item .project-item-info-box .project-video .project-video-container .project-video-button{align-items:center;background-color:#6f3143;border-radius:1000px;display:flex;flex-direction:row;font-family:Forum;font-size:22px;font-style:normal;font-weight:400;height:170px;justify-content:center;line-height:120%;position:absolute;text-align:center;width:170px;z-index:4}.project-item .project-item-info-box .project-video .project-video-container .project-video-preloader{width:100%}@media(max-width:500px){.project-item .project-item-info-box .project-video .project-video-container .project-video-preloader{height:100%;object-fit:cover;width:100%}}@-webkit-keyframes slide{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slide{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slider-section{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;font-family:Forum;font-size:18px;font-style:normal;font-weight:400;height:46px;justify-content:center;line-height:120%;position:fixed;width:100%;z-index:10000}.slider-section .slider-section-container span{margin-right:10px}
/*# sourceMappingURL=main.bf41a8de.css.map*/