@charset "UTF-8";@-webkit-keyframes fade{to{top:0;opacity:1}}@keyframes fade{to{top:0;opacity:1}}@-webkit-keyframes opatext{0%{opacity:0}to{opacity:1}}@keyframes opatext{0%{opacity:0}to{opacity:1}}html{scroll-behavior:smooth}body{min-width:360px;margin:0;padding:30px;color:#2e2d2d;font-family:'HelveticaNeueCyr','Arial',sans-serif;background-color:#e3e3e3}main{width:100%;max-width:1200px;margin:0 auto}.container{padding:0 70px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:rgba(106,126,252,.2)}::-webkit-scrollbar-thumb{border-radius:20px;background-color:#ff7474}::-webkit-scrollbar-thumb:hover{background-color:#ff8e8e}@media screen and (max-width:1210px){.container{padding:0}}@media screen and (max-width:768px){body{padding:15px}}@font-face{font-family:'HelveticaNeueCyr';src:local("HelveticaNeueCyr-Thin"),url(../fonts/HelveticaNeueCyr-Thin.woff2) format("woff2"),url(../fonts/HelveticaNeueCyr-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeueCyr';src:local("HelveticaNeueCyr-Light"),url(../fonts/HelveticaNeueCyr-Light.woff2) format("woff2"),url(../fonts/HelveticaNeueCyr-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeueCyr';src:local("HelveticaNeueCyr-Roman"),url(../fonts/HelveticaNeueCyr-Roman.woff2) format("woff2"),url(../fonts/HelveticaNeueCyr-Roman.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeueCyr';src:local("HelveticaNeueCyr-Medium"),url(../fonts/HelveticaNeueCyr-Medium.woff2) format("woff2"),url(../fonts/HelveticaNeueCyr-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}.intro{padding-top:40px;background-color:#fff}.intro--unanimate .button--red,.intro--unanimate .intro__item,.intro--unanimate .intro__suptitle,.intro--unanimate .intro__text,.intro--unanimate .intro__title{-webkit-animation-name:none;animation-name:none}.intro__wrapper{display:flex;justify-content:space-between;align-items:center;padding:0 70px 20px}.intro__content{width:590px;margin-right:35px}.intro__suptitle,.intro__title{font-weight:500;text-align:center;opacity:0;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.intro__suptitle{position:relative;top:-10px;margin:0;font-size:24px;-webkit-animation-duration:.5s;animation-duration:.5s}.intro__title{margin-top:0;margin-bottom:45px;color:#ff7474;font-size:80px;line-height:90px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.5s;animation-delay:.5s}.intro__photo{width:100%;max-width:444px}.intro__text{margin-top:0;margin-bottom:65px;padding:15px 0;font-size:18px;font-weight:300;line-height:30px;text-align:center;border-top:2px solid #c4c4c4;border-bottom:2px solid #c4c4c4;opacity:0;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.2s;animation-delay:1.2s}.intro__list{display:flex;justify-content:space-around;align-items:center;margin:0;padding:0;list-style:none}.intro__item{padding-top:35px;font-size:18px;font-weight:300;background-repeat:no-repeat;background-position:top;opacity:0;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.intro__item:nth-child(1){background-image:url(../img/intro-1.svg);-webkit-animation-delay:2s;animation-delay:2s}.intro__item:nth-child(2){background-image:url(../img/intro-2.svg);-webkit-animation-delay:2.3s;animation-delay:2.3s}.intro__item:nth-child(3){background-image:url(../img/intro-3.svg);-webkit-animation-delay:2.6s;animation-delay:2.6s}@media screen and (max-width:1210px){.intro__wrapper{padding:0 50px 20px}.intro__title{font-size:50px;line-height:60px}.intro__photo{width:40%}}@media screen and (max-width:768px){.intro__wrapper{flex-direction:column;padding:0 15px 30px}.intro__content{width:auto;margin-right:0}.intro__suptitle{margin-bottom:10px}.intro__title{font-size:40px;line-height:50px}.intro__photo{display:none}}.button{position:relative;box-sizing:border-box;display:block;width:100%;padding:10px 90px;color:#fff;font-size:30px;font-weight:500;text-align:right;text-decoration:none;background-color:#c00d24;transition:.2s}.button--text:focus,.button--text:hover,.button:focus,.button:hover{color:#fff}.button--red{background-position:310px;opacity:0;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.5s;animation-delay:.5s}.button--red::after{left:310px}.button--gray::after,.button--gray::before,.button--red::after,.button--red::before{content:'';position:absolute;top:11px;width:25px;height:32px;background-image:url(../img/arrow-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-animation-name:opatext;animation-name:opatext;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.button--red::before{left:330px;-webkit-animation-delay:.2s;animation-delay:.2s}.button--gray,.button--red{text-align:left}.button--gray::after,.button--gray::before{left:310px}.button--gray::before{left:330px;-webkit-animation-delay:.2s;animation-delay:.2s}.button--text{display:flex;justify-content:space-between;align-items:center}.button--text span{display:block;font-size:18px;font-weight:500;line-height:30px;text-align:left}.button--text:focus span,.button--text:hover span{color:#2e2d2d}.button--anim::after,.button--anim::before,.button--text::after,.button--text::before{content:'';position:absolute;width:25px;height:32px;background-image:url(../img/arrow-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-animation-name:opatext;animation-name:opatext;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.button--text::after{top:23px;right:20px}.button--anim::after,.button--anim::before,.button--text::before{right:40px}.button--text::before{top:23px;-webkit-animation-delay:.2s;animation-delay:.2s}.button--anim::after,.button--anim::before{top:11px}.button--anim::before{right:20px;-webkit-animation-delay:.2s;animation-delay:.2s}@media screen and (max-width:1210px){.button--text{padding-left:0!important}.button--text span{font-size:16px}.button--text br{display:none}}@media screen and (max-width:768px){.button{padding:10px 70px;background-position:right}.button--red{padding:10px 40px;background-position:265px}.button--red::after{left:265px}.button--red::before{left:285px}.button--text{flex-direction:column;align-items:flex-end;background-position:right 97%;text-align:right}.button--text span{margin-bottom:15px}.button--text::after{top:auto;right:10px;bottom:10px}.button--text::before{top:auto;right:30px;bottom:10px}.button--anim::after{right:10px}.button--anim::before{right:30px}}.who{padding:65px 100px 40px 35px;background-color:#fff;background-image:url(../img/fon-study.svg);background-repeat:no-repeat;background-position:center 110px;background-size:contain;overflow:hidden}.who__wrapper{display:flex;align-items:flex-start}.who__title{margin:0 70px 0 0;width:250px;font-size:36px;font-weight:500}.who__list{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0;list-style:none}.who__item{width:180px;font-size:16px;font-weight:300;line-height:24px}.who__item:last-child{margin-right:0}.who__name{font-size:16px;font-weight:300;text-transform:uppercase}.who__name b{display:block;margin-bottom:15px;font-weight:500}@media screen and (max-width:1210px){.who{padding:65px 35px 40px}.who__wrapper{flex-direction:column}.who__title{margin-bottom:30px}}@media screen and (max-width:768px){.who__list{flex-wrap:wrap;justify-content:space-around}.who__item{margin-bottom:30px}.who__item:last-child{margin-bottom:0}}.director{padding-top:65px;padding-bottom:100px;background-color:#fff}.director__wrapper{display:flex;justify-content:flex-end;align-items:center;margin-left:auto}.director__media{position:relative;width:311px;margin-right:90px}.director__media::after{content:'';position:absolute;top:0;right:0;width:282px;height:532px;background-color:#ff7474;z-index:1}.director__video{position:relative;width:282px;height:502px;z-index:2}.director__play,.director__quote::after,.director__quote::before{position:absolute;background-repeat:no-repeat;background-position:center}.director__play{top:0;left:0;width:100%;height:100%;border:0;background-color:transparent;background-image:url(../img/play.svg);background-size:70px;cursor:pointer;outline:0;z-index:2}.director__iframe{position:fixed;top:50%;left:50%;width:95%;max-width:1000px;transition:.3s;transform:translate(-50%,-50%);z-index:3}.director__iframe--hide{opacity:0;visibility:hidden}.director__content{width:730px}.director__quote{position:relative;margin-top:0;margin-bottom:70px;padding:30px;font-size:33px;font-weight:500;line-height:45px}.director__quote::after,.director__quote::before{content:'';width:76px;height:76px;background-image:url(../img/director-quote.svg);background-size:cover;z-index:1}.director__quote::before{top:0;left:0}.director__quote::after{right:300px;bottom:0;transform:rotate(180deg)}.director__quote span{position:relative;z-index:2}.director__name,.director__position{margin-top:0;margin-bottom:10px;padding-left:30px;font-size:24px;font-weight:500}.director__position{display:inline-block;margin-bottom:40px;padding-right:100px;font-size:16px;font-weight:300;background-color:#fff}.director__list{margin:-50px 0 0;padding:40px 0 30px;list-style:none;border-top:2px solid #c4c4c4;border-bottom:2px solid #c4c4c4;background-image:url(../img/fon-osvita.svg);background-repeat:no-repeat;background-position:right;background-size:contain}.director__item{margin-bottom:10px;padding-left:30px;font-size:16px;font-weight:300;line-height:24px;background-image:url(../img/bullet.svg);background-repeat:no-repeat;background-position:left 3px}.director__item:last-child,.program__detail:last-child{margin-bottom:0}@media screen and (max-width:1210px){.director__content{width:500px}.director__quote{font-size:25px;line-height:35px}}@media screen and (max-width:990px){.director__wrapper{flex-direction:column}.director__media{width:100%;max-width:312px;margin-right:0;margin-bottom:40px}.director__content{width:auto}.director__quote{margin-bottom:40px;padding:30px 60px;font-size:23px;background-position:10px 5px}.director__quote::after{right:30%}.director__name{padding-left:20px}.director__position{padding-right:40px;padding-left:20px}.director__list{padding-left:20px}}.program,.program__content::after{background-color:#fff;background-repeat:no-repeat}.program{padding-bottom:20px;background-image:url(../img/fon-kurs.svg);background-position:left 103%}.program__content{position:relative;padding:60px 30px 80px;border:2px solid #ff7474}.program__content::after{content:'';position:absolute;top:-4px;right:-3px;width:70px;height:66px;background-image:url(../img/program-corner.svg);background-position:top right}.program__wrapper{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #c4c4c4}.program__column{width:50%}.program__title{margin-top:0;margin-bottom:25px;font-size:36px;font-weight:500;line-height:50px}.program__subtitle{margin:0;font-size:28px;font-weight:500}.program__text{margin-top:0;margin-bottom:25px;font-size:24px;font-weight:300;line-height:30px}.program__list{display:flex;justify-content:space-between;align-items:center;margin:0;padding:0;list-style:none}.program__item{font-size:18px;font-weight:300}.program__item b{padding:2px 8px;font-weight:700;border-radius:10px;background-color:#ff7474}.program__flex{display:flex;justify-content:space-between}.program__day{position:relative;margin-top:0;margin-bottom:15px;color:#e3e3e3;font-size:70px;font-weight:100}.program__day::after{content:'';position:absolute;bottom:15px;right:0;width:230px;height:2px;background-color:#ff7474}.program__detail{position:relative;width:490px;margin-bottom:45px}.program__detail--bottom .program__desc{top:auto;bottom:-5px}.program__detail[open] .program__summary{background-color:#c4c4c4}.program__detail[open] .program__summary::after{background-image:url(../img/program-close.svg);background-size:50px}.program__summary{position:relative;padding:10px 30px;color:#fff;font-size:24px;font-weight:400;line-height:34px;background-color:#ff7474;cursor:pointer;outline:0;transition:.3s}.program__summary::-webkit-details-marker{display:none}.program__summary::after{content:'';position:absolute;right:10px;bottom:10px;width:35px;height:35px;background-image:url(../img/program-plus.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.program__desc{position:absolute;top:0;left:105%;width:500px}.program__heading{margin-top:0;margin-bottom:15px;padding-left:25px;font-size:16px;font-weight:500;line-height:26px;background-image:url(../img/bullet.svg);background-repeat:no-repeat;background-position:left 3px}.program__sublist{margin:0 0 25px;padding:0;list-style:none}.program__check:last-child,.program__sublist:last-child{margin-bottom:0}.program__check{margin-left:20px;margin-bottom:10px;padding-left:25px;font-size:16px;font-weight:300;line-height:26px;background-image:url(../img/bullet-gray.svg);background-repeat:no-repeat;background-position:left 3px;background-size:18px}@media screen and (max-width:1210px){.program{padding:0 15px}.program__day{width:400px}.program__day::after{width:130px}.program__detail{width:50%}.program__desc{left:110%;width:90%}}@media screen and (max-width:768px){.program__wrapper{flex-direction:column;align-items:flex-start}.program__content{padding:50px 20px 40px}.program__column{width:auto}.program__title{margin-bottom:10px;font-size:30px;line-height:40px}.program__subtitle{margin-bottom:20px;font-size:25px}.program__text{font-size:18px;line-height:25px}.program__list{flex-direction:column;align-items:flex-start}.program__item{margin-bottom:10px}.program__flex{display:block}.program__day{width:auto;font-size:60px}.program__day::after{display:none}.program__detail{width:100%}.program__detail[open] .program__summary::after{background-size:28px}.program__summary{font-size:18px;line-height:25px}.program__summary::after{width:20px;height:20px}.program__desc{position:static;padding-top:15px}}.result{padding:65px 0;background-color:#fff}.result__wrapper{display:flex;justify-content:space-between;align-items:center}.result__content{width:550px}.result__subtitle,.result__title{margin-top:0;margin-bottom:15px;font-size:36px;font-weight:500;line-height:50px}.result__subtitle{margin-bottom:30px;font-size:20px;line-height:30px}.result__list{position:relative;left:100px;width:500px;margin:0 0 40px;padding:10px;list-style:none;border-right:10px solid #ff7474;border-left:10px solid #ff7474;background-color:#fff}.result__item,.result__text{font-size:16px;font-weight:300;line-height:25px}.result__item{padding-left:25px;background-image:url(../img/bullet.svg);background-repeat:no-repeat;background-position:left 3px}.result__text{margin:0}@media screen and (max-width:1210px){.result{padding:65px 20px}.result__content,.result__photo{width:50%}.result__content br{display:none}}@media screen and (max-width:768px){.result{padding-top:30px;padding-bottom:15px}.result__wrapper{flex-direction:column}.result__content{width:auto}.result__title{font-size:30px}.result__subtitle{font-size:18px}.result__list{left:0;width:auto}.result__text{margin-bottom:20px}.result__text br{display:none}.result__photo{width:100%}}.edu{padding-top:50px;padding-bottom:75px;background-color:#fff}.edu__wrapper{display:flex;justify-content:space-between;align-items:center}.edu__content{width:500px}.edu__title{margin-top:0;margin-bottom:40px;font-size:36px;font-weight:500;line-height:50px}.edu__list{margin:0;padding:0;list-style:none}.edu__item{margin-bottom:15px;padding:5px 0 5px 55px;font-size:16px;font-weight:300;line-height:25px;background-repeat:no-repeat;background-position:left}.edu__item:nth-child(1){background-image:url(../img/edu-1.svg)}.edu__item:nth-child(2){background-image:url(../img/edu-2.svg)}.edu__item:nth-child(3){background-image:url(../img/edu-3.svg)}.edu__item:nth-child(4){background-image:url(../img/edu-4.svg)}.edu__item:nth-child(5){margin-bottom:0;background-image:url(../img/edu-5.svg)}@media screen and (max-width:1210px){.edu__wrapper{justify-content:space-between}.edu__photo{width:45%;margin-right:35px}}@media screen and (max-width:768px){.edu{padding:15px 15px 75px}.edu__wrapper{flex-direction:column}.edu__photo{width:100%;margin-right:0;margin-bottom:30px}.edu__content{width:auto}.edu__title{margin-bottom:25px;font-size:30px;line-height:40px}}.step{padding-bottom:65px;background-color:#fff}.step__title{margin-top:0;margin-bottom:25px;font-size:36px;font-weight:500;line-height:50px;text-align:center}.step__row{position:relative;display:flex;align-items:center;width:760px;margin:0 auto;box-shadow:0 10px 10px rgba(0,0,0,.3);transition:.3s}.step__row:nth-child(even){right:40px;border-top-right-radius:100px;border-bottom-left-radius:100px;background-color:rgba(255,116,116,.6)}.step__row:nth-child(odd){left:40px;border-top-left-radius:100px;border-bottom-right-radius:100px;background-color:#e3e3e3}.step__row:hover{transform:scale(1.05);z-index:2}.step__day,.step__text{box-sizing:border-box;margin:0}.step__day{width:160px;padding:45px 0;font-size:24px;font-weight:500;text-align:center;border-right:3px solid #fff}.step__text{width:600px;padding:0 35px;font-size:16px;font-weight:300;line-height:24px}@media screen and (max-width:980px){.step__row{position:static;flex-direction:column;align-items:flex-start;width:100%}.step__row:nth-child(even){border-top-right-radius:0;border-bottom-left-radius:0;-webkit-clip-path:polygon(0 0,90% 0,100% 100%,10% 100%);clip-path:polygon(0 0,90% 0,100% 100%,10% 100%)}.step__row:nth-child(odd){border-top-left-radius:0;border-bottom-right-radius:0;-webkit-clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}.step__day{width:100%;padding:15px 45px;text-align:left;border-right:none;border-bottom:2px solid #fff}.step__text{width:auto;padding:15px 45px}}.format{padding-bottom:80px;background-color:#fff}.format--program{padding-top:45px;background-image:url(../img/fon-study.svg);background-repeat:no-repeat;background-position:0 730px;background-size:820px}.format__wrapper{display:flex;justify-content:space-between;align-items:flex-start}.format__title{margin:0;font-size:36px;font-weight:500;line-height:50px}.format__content{display:flex;justify-content:space-between;align-items:flex-start;width:800px}.format__column{width:100%;max-width:330px}.format__column--program{position:relative;box-sizing:border-box;max-width:380px;padding:20px 25px;border:2px solid #ff7474}.format__column--program::after{content:'';position:absolute;top:-2px;right:-2px;width:41px;height:38px;background-color:#fff;background-image:url(../img/program-corner.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.format__flex{display:flex;justify-content:space-between;align-items:flex-end;padding-top:15px}.format__name{position:relative;margin-top:0;margin-bottom:20px;color:#ff7474;font-size:24px;font-weight:500}.format__name::after{content:'';position:absolute;right:0;bottom:5px;width:190px;height:1px;background-color:#c4c4c4}.format__name--program{padding-bottom:10px}.format__name--program::after{right:auto;left:0;width:130px}.format__list{margin:0;padding:0;list-style:none}.format__item{margin-bottom:15px;padding-left:25px;font-size:16px;font-weight:300;line-height:25px;background-image:url(../img/bullet.svg);background-repeat:no-repeat;background-position:left 3px}.format__item--inaccessible{color:#c4c4c4;background-image:url(../img/bullet-cross.svg);background-position:-3px 1px}.format__item--red{color:#ff7474;font-weight:500}.format__item:last-child{margin-bottom:35px}.format__currentcost{display:flex;align-items:center;margin:0;padding-left:25px;font-size:16px;font-weight:500;line-height:22px}.format__currentcost span{margin-left:20px;color:#ff7474;font-size:40px;font-weight:500}.format__lastcost{margin-top:0;margin-bottom:15px;padding-left:25px;font-size:14px;font-weight:300;line-height:25px}.format__button{box-sizing:border-box;display:block;width:100%;padding:15px 0 15px 15px;color:#2e2d2d;font-size:22px;font-weight:500;text-decoration:none;background-color:#e3e3e3;background-image:url(../img/button-gray.svg);background-repeat:no-repeat;background-position:270px center}.format__button--program{background-color:#ff7474;background-image:url(../img/button-red.svg);opacity:.5;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.format__button--disabled{opacity:.3;-webkit-animation-name:none;animation-name:none}.format__addition{color:#ff7474;line-height:1.3em}@media screen and (max-width:1210px){.format__wrapper{flex-direction:column;align-items:center}.format__content{width:auto}.format__title{margin-bottom:30px;text-align:center}.format__title br{display:none}.format__column{width:48%}}@media screen and (max-width:768px){.format__title{font-size:30px;line-height:40px}.format__content{flex-direction:column}.format__column{width:100%;margin-bottom:30px}.format__column:last-child{margin-bottom:0}.format__button--program{padding-left:35px;background-position:230px center;background-size:35px}.format__currentcost,.format__lastcost{padding-left:15px}}.creator{position:relative;padding-bottom:50px;background-color:#fff}.creator__wrapper{display:flex;justify-content:space-between;align-items:stretch;margin-bottom:80px}.creator__title{margin:0;font-size:36px;font-weight:500;line-height:50px}.creator__subtitle{margin:0;font-size:24px;font-weight:500}.creator__slider{margin-bottom:20px}.creator__box{box-sizing:border-box;width:550px;height:420px!important;margin:10px;padding:30px 10px 10px;background-color:#e3e3e3}.creator__header{display:flex;align-items:flex-end;margin-top:-40px;margin-bottom:30px}.creator__photo{margin-right:30px}.creator__name{margin:0;padding-bottom:30px;font-size:20px;font-weight:500;line-height:30px;border-bottom:2px solid #fdfbfb}.creator__list{margin:0;padding:0;list-style:none}.creator__item{margin-bottom:10px;padding-left:25px;font-size:16px;font-weight:300;line-height:25px;background-image:url(../img/bullet.svg);background-repeat:no-repeat;background-position:left 3px}.creator__item:last-child{margin-bottom:0}.creator__control{position:absolute;right:30%;bottom:30px}.creator__button{width:25px;height:30px;border:0;background-color:transparent;background-image:url(../img/arrow.svg);background-repeat:no-repeat;background-position:center;background-size:cover;cursor:pointer;outline:0}.creator__button--next{margin-left:15px;transform:rotate(180deg)}@media screen and (max-width:1210px){.creator__wrapper{flex-direction:column}.creator__title{margin-bottom:15px}.creator__subtitle br{display:none}}@media screen and (max-width:768px){.craetor{padding-bottom:80px}.creator__wrapper{margin-bottom:40px;padding:0 10px}.creator__title{font-size:30px;line-height:40px;text-align:center}.creator__subtitle{font-size:18px;text-align:center}.creator__box{width:340px;height:500px!important}.creator__photo{margin-right:10px}.creator__name{padding-bottom:15px;font-size:16px;line-height:25px}}.study{padding-top:40px;padding-bottom:80px;background-color:#fff;background-image:url(../img/fon-lider.svg);background-repeat:no-repeat;background-position:-15px -30px}.study__wrapper{display:flex}.study__left{width:340px;margin-right:30px;margin-left:auto}.study__title{margin-top:0;margin-bottom:20px;font-size:36px;font-weight:500;line-height:50px}.study__subtitle{margin:0;font-size:16px;font-weight:500;line-height:25px}.study__content{display:flex;width:800px}.study__column{flex-grow:1;text-align:center}.study__number{margin:0;padding:10px 0;font-size:40px;font-weight:700;background-color:#ff7474;text-shadow:1px 1px #ff7474,2px 2px #2e2d2d}.study__desc{margin-top:5px;margin-bottom:35px;font-size:16px;font-weight:300;line-height:25px}@media screen and (max-width:1210px){.study__left{padding-left:15px}}@media screen and (max-width:768px){.study{padding-bottom:30px}.study__wrapper{flex-direction:column}.study__left{margin-left:0;margin-bottom:20px}.study__title{margin-right:0;margin-bottom:15px;font-size:30px;line-height:40px}.study__content{flex-direction:column;width:auto}}.review{padding-bottom:70px;background-color:#fff}.review__title{margin-top:0;margin-bottom:40px;font-size:36px;font-weight:500;line-height:50px;text-align:center}.review__wrapper{display:flex;justify-content:space-between;align-items:center}.review__box{width:340px;height:260px;background-image:url(../img/review-mock.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.review__box iframe{width:100%;height:100%}@media screen and (max-width:1210px){.review__wrapper{flex-wrap:wrap;justify-content:space-around}.review__box{margin-bottom:20px}}.contact{padding-bottom:70px;background-color:#fff}.contact__wrapper{display:flex;justify-content:flex-end;align-items:center}.contact__content{width:380px}.contact__title{margin-top:0;margin-bottom:20px;font-size:36px;font-weight:500}.contact__row{display:flex;align-items:center;margin-bottom:30px}.contact__text{margin:0 20px 0 0;padding-right:20px;font-size:16px;font-weight:300;line-height:25px;border-right:2px solid #c4c4c4}.contact__link{display:block;width:30px;height:30px;background-repeat:no-repeat;background-position:center;background-size:cover}.contact__link:nth-child(1){margin-bottom:10px;background-image:url(../img/facebook.svg)}.contact__link:nth-child(2){background-image:url(../img/instagram.svg)}.contact__box{display:flex;flex-wrap:wrap;padding:15px;background-color:#e3e3e3}.contact__phone{box-sizing:border-box;width:50%;padding-left:20px;color:#2e2d2d;font-size:16px;font-weight:300;text-decoration:none;background-repeat:no-repeat;background-position:left}.contact__phone:nth-child(1){margin-bottom:10px;background-image:url(../img/contact-1.svg)}.contact__phone:nth-child(2){background-image:url(../img/contact-2.svg);background-position:left 3px}.contact__phone:nth-child(3){background-image:url(../img/contact-3.svg)}.contact__phone:nth-child(4){background-image:url(../img/contact-4.svg)}@media screen and (max-width:1210px){.contact__photo{width:50%}}@media screen and (max-width:768px){.contact{padding:0 15px 30px}.contact__wrapper{flex-direction:column}.contact__content{width:100%;max-width:380px;margin-bottom:20px}.contact__title{font-size:30px}.contact__photo{width:100%}}.popup{position:fixed;top:50%;left:50%;box-sizing:border-box;width:700px;padding:50px 10px 30px;border:30px solid #c4c4c4;background-color:#fff;background-image:url(../img/fon-study.svg);background-repeat:no-repeat;background-position:center 108%;background-size:contain;transition:.3s ease-in;transform:translate(-50%,-50%);z-index:3}.popup--hide{opacity:0;visibility:hidden}.popup__close,.program-header__content::after{position:absolute;background-repeat:no-repeat;background-position:center;background-size:cover}.popup__close{top:-30px;right:-30px;width:35px;height:35px;border:0;background-color:transparent;background-image:url(../img/popup-close.svg);cursor:pointer;outline:0}.popup__title{margin-top:0;margin-bottom:10px;color:#ff7474;font-size:24px;font-weight:500;line-height:30px;text-align:center}.popup__hr{margin-top:0;margin-bottom:15px;width:280px;height:2px;border:0;background-color:#ff7474}.popup__text{margin-top:0;margin-bottom:35px;font-size:16px;font-weight:300;line-height:24px;text-align:center}.popup__form{width:100%}.popup__form .request__row{margin-bottom:40px}.popup__form .request__input{width:135px;padding:10px;font-size:13px}.popup__form .request__submit{width:210px;margin:0 0 0 auto;padding:15px;background-color:#ff7474;background-image:url(../img/button-red.svg);background-position:160px;background-size:35px;transition:.2s}.popup__form .request__submit:hover{color:#fff}.popup__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.75);transition:.2s ease-in;z-index:2}.popup__overlay--hide{opacity:0;visibility:hidden}@media screen and (max-width:768px){.popup{width:95%;padding:20px 10px 0;background-position:center 102%}.popup__text{margin-bottom:0}.popup__form .request__input{width:200px}}.program-header{padding:25px 0;background-color:#fff}.program-header__company{margin:0;font-size:14px;font-weight:400}.program-header__content{position:relative;margin-top:15px;padding:20px 0;border:2px solid #ff7474;background-color:rgba(227,227,227,.2)}.program-header__content::after{content:'';top:-2px;right:-2px;width:41px;height:38px;background-color:#fff;background-image:url(../img/program-corner.svg)}.program-header__suptitle{margin:0;font-size:18px;font-weight:500;line-height:25px;text-align:center}.program-header__suptitle--step{font-size:24px;line-height:40px}.program-header__title{margin:0;color:#ff7474;font-size:48px;font-weight:500;line-height:60px;text-align:center}.program-header__title--step{margin-bottom:5px;font-size:24px;line-height:40px}.program-header__program{margin:0;font-size:18px;font-weight:500;line-height:24px;text-align:center}@media screen and (max-width:1210px){.program-header{padding:25px 15px}}@media screen and (max-width:768px){.program-header__company{margin-bottom:20px}.program-header__suptitle--step{padding:0 15px;font-size:20px;line-height:30px}.program-header__title{font-size:30px;line-height:40px}}.timer{padding-top:20px;padding-bottom:50px;background-color:#e3e3e3}.timer__title{margin-top:0;margin-bottom:15px;color:#2e2d2d;font-size:20px;font-weight:500;line-height:32px;text-align:center}.timer__title span{border-bottom:2px solid #ff7474}.timer__wrapper{display:flex;justify-content:space-between;align-items:center;width:420px;margin:0 auto}.timer__number{position:relative;box-sizing:border-box;margin:0;padding-top:10px;padding-bottom:10px;width:90px;color:#2e2d2d;font-size:50px;font-weight:700;text-align:center;border-radius:10px;background-color:#fff;background-repeat:no-repeat;background-position:top;background-size:cover}.timer__number::after{content:':';position:absolute;top:8px;right:-17px;color:#989898;font-size:50px;font-weight:500}.timer__number::before{content:'Число';position:absolute;bottom:-20px;left:0;width:100%;color:#2a2344;font-size:15px;font-weight:300;text-align:center}.move__box:last-child::after,.timer__number:last-child::after{display:none}.timer__number--days::before{content:'Днів'}.timer__number--hours::before{content:'Годин'}.timer__number--minutes::before{content:'Хвилин'}.timer__number--seconds::before{content:'Секунд'}@media screen and (max-width:768px){.timer__wrapper{width:100%}.timer__number{width:67px;padding:10px 0;font-size:40px}.timer__number::after{display:none}}.footer{display:flex;justify-content:space-between;align-items:center;padding-top:25px}.footer__copyright{margin:0;padding:10px 0 10px 45px;font-size:14px;font-weight:300;line-height:20px;background-image:url(../img/footer-logo.svg);background-repeat:no-repeat;background-position:left}.footer__list{display:flex;justify-content:space-between;align-items:center;margin:0;padding:0;list-style:none}.footer__item{margin-right:15px}.footer__item:last-child,.move__box:last-child{margin-right:0}.footer__link,.move__box::after{background-repeat:no-repeat;background-position:center;background-size:cover}.footer__link{display:block}.footer__link--youtube{width:20px;height:20px;background-image:url(../img/footer-1.svg)}.footer__link--facebook{width:14px;height:15px;background-image:url(../img/footer-2.svg)}.footer__link--instagram{width:14px;height:15px;background-image:url(../img/footer-3.svg)}.move{padding:35px 0 50px;background-color:#fff}.move__wrapper{display:flex;justify-content:center;align-items:center}.move__box{position:relative;box-sizing:border-box;width:200px;margin-right:90px;padding-left:35px;background-image:url(../img/bullet.svg);background-repeat:no-repeat;background-position:left 1px;background-size:25px}.move__box--complete{background-image:url(../img/complete.svg)}.move__box::after{content:'';position:absolute;top:0;right:0;width:30px;height:30px;background-image:url(../img/button-white.svg)}.move__name{margin-top:0;margin-bottom:15px;font-size:24px;font-weight:500}.move__desc{margin:0;font-size:16px;font-weight:300}.move__hr{margin:0;width:100%;height:30px;border:0;background-color:#ff7474}@media screen and (max-width:1210px){.move{padding:35px 15px 50px}}@media screen and (max-width:768px){.move{padding:0 0 30px}.move__wrapper{flex-direction:column}.move__box{margin-right:0;margin-bottom:30px}.move__box:last-child{margin-bottom:0}.move__name{margin-bottom:10px}}.request{padding-top:35px;padding-bottom:20px;background-color:#fff}.request__supform{margin-top:0;margin-bottom:20px;font-size:16px;font-weight:300;line-height:25px}.request__title{position:relative;margin-top:0;margin-bottom:30px;font-size:36px;font-weight:500;line-height:50px}.request__title span{display:inline-block;padding-right:15px;background-color:#fff}.request__title::after{content:'';position:absolute;bottom:15px;right:0;width:65%;height:3px;background-color:#ff7474}.request__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.request__input,.request__submit{box-sizing:border-box;font-size:16px;font-family:inherit;cursor:pointer}.request__input{width:300px;padding:20px;font-weight:300;border:2px solid #e3e3e3;outline:0}.request__submit{display:block;width:240px;margin:0 auto;padding:15px 0 15px 35px;color:#2e2d2d;font-weight:500;text-align:left;text-decoration:none;border:0;background-color:#e3e3e3;background-image:url(../img/button-gray.svg);background-repeat:no-repeat;background-position:180px center;background-size:30px}.request__box{background-color:#fff}.request__pay{display:flex;justify-content:center;overflow:hidden}.request__iframe{width:100%;max-width:700px;height:800px;margin-top:-177px}@media screen and (max-width:1210px){.request{padding:35px 15px}}@media screen and (max-width:768px){.request__row{flex-direction:column}.request__title{font-size:30px;text-align:center}.request__title::after{display:none}.request__input{margin-bottom:20px}.request__input:last-child{margin-bottom:0}.request__iframe{height:521px;margin-top:-134px}}.thankyou{padding:30px;text-align:center;background-color:#fff}.thankyou__title{margin-top:0;margin-bottom:20px;color:#ff7474;font-size:48px;font-weight:500}.thankyou__text{display:inline-block;margin-top:0;margin-bottom:30px;padding:10px;font-size:24px;font-weight:300;line-height:34px;border-top:2px solid #c4c4c4;border-bottom:2px solid #c4c4c4}.thankyou__info{margin:0;font-size:18px;font-weight:300;line-height:34px}@media screen and (max-width:768px){.thankyou__title{font-size:30px;line-height:40px}.thankyou__text{font-size:20px;line-height:25px}.thankyou__info{font-size:16px;line-height:24px}}