@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Satisfy&display=swap);.homePageHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1110px;width:100%;margin:0 auto;z-index:2;padding:25px var(--padding)}.homePageHeader__logo{display:block;margin-right:24px}@media(max-width:768px){.homePageHeader{padding:18px 16px}}@media(min-width:768px){.homePageHeader__burger{display:none}}.homePageHeader .logo{cursor:pointer;width:121px}.homePageHeader .info{font-weight:600;font-size:14px;line-height:22px;letter-spacing:-.2px;margin:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:674px;text-align:center;color:#141414}@media(max-width:768px){.homePageHeader .info{display:none}}.homePageHeader .info p:not(:last-child){margin-right:10px}.homePageHeader .menu{display:none;position:relative;padding:20px}@media(max-width:768px){.homePageHeader .menu{display:block}}.homePageHeader .menu .hamburger-lines{height:16px;width:20px;z-index:50;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.homePageHeader .menu .hamburger-lines__active:before{content:"";left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;position:absolute;background:#2698b0;z-index:30;-webkit-transition:5s;transition:5s}.homePageHeader .menu .hamburger-lines .line{display:block;height:2px;width:100%;border-radius:10px;background:#fff;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;-webkit-transform-origin:0 0;transform-origin:0 0;z-index:31;position:relative}.homePageHeader .menu .hamburger-lines .line:nth-child(2){left:4px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform-origin:0 0;transform-origin:0 0}.homePageHeader .menu .hamburger-lines .line1{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:3.4px}.homePageHeader .menu .hamburger-lines .line2{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scaleY(0);transform:scaleY(0)}.homePageHeader .menu .hamburger-lines .line3{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:3.4px}.homePageHeader .menu__button{position:relative;cursor:pointer;max-width:52px}@media(max-width:576px){.homePageHeader .menu__button{position:relative}}.homePageHeader .menu .icon{top:0;right:17px;z-index:100}.homePageHeader .menu__nav{padding:33px 40px;position:fixed;z-index:20;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;height:100%;background:#fff;overflow-y:auto;-webkit-transition:.5s;transition:.5s;width:100%;right:-100%;top:0}@media(max-width:576px){.homePageHeader .menu__nav{padding:50px}}.homePageHeader .menu__nav .block_buttons{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.homePageHeader .menu__nav .block_buttons button{margin-top:20px}.homePageHeader .menu__nav--active,.homePageHeader .menu__nav:hover{color:#fc852f!important}.homePageHeader .menu__overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10;background:rgba(0,0,0,.2)}.homePageHeader .block_buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.homePageHeader .block_buttons,.homePageHeader .block_buttons button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homePageHeader .block_buttons button{margin-right:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:700;font-size:14px;letter-spacing:.4px;text-transform:uppercase;color:#fff;cursor:pointer;border:none;background:#2698b0;border-radius:50px;flex-flow:row nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:5px}.homePageHeader .block_buttons button span{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:7px}@media(max-width:768px){.homePageHeader .desktop{display:none}}.homeStarter{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%;z-index:1;max-width:1440px;margin:0 auto;padding:0 var(--padding)}@media(min-width:1440px){.homeStarter{padding:0 66px}}@media(max-width:768px){.homeStarter{padding-bottom:15px}}.homeStarter .maxWidth{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;min-height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:2000px){.homeStarter .maxWidth{-ms-flex-pack:distribute;justify-content:space-around}}@media(max-width:768px){.homeStarter .maxWidth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.homeStarter .maxWidth .right{-ms-flex-item-align:center;align-self:center;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}@media(max-width:1600px){.homeStarter .maxWidth .right{max-width:540px}}@media(max-width:768px){.homeStarter .maxWidth .right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.homeStarter .maxWidth .right p:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:18px;letter-spacing:-.1px;color:#616161}@media(max-width:768px){.homeStarter .maxWidth .right p:first-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.homeStarter .maxWidth .right p:first-child span{background:#ff9c9c;border-radius:50px;margin-right:10px;padding:3px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:700;font-size:14px;letter-spacing:.4px;text-transform:uppercase;color:#141414}@media(max-width:768px){.homeStarter .maxWidth .right p:first-child span{margin-bottom:8px}}.homeStarter .maxWidth .right p:nth-child(2){font-weight:600;font-size:3.35vw;letter-spacing:-1.2px;color:#141414;margin:13px 0 20px}@media(min-width:1440px){.homeStarter .maxWidth .right p:nth-child(2){font-size:48px}}@media(max-width:768px){.homeStarter .maxWidth .right p:nth-child(2){font-size:30px;line-height:36px;text-align:center;margin:8px 0}}.homeStarter .maxWidth .right p:nth-child(3){font-size:1.4vw;line-height:30px;letter-spacing:-.2px;color:#616161}@media(max-width:1200px){.homeStarter .maxWidth .right p:nth-child(3){line-height:25px}}@media(max-width:768px){.homeStarter .maxWidth .right p:nth-child(3){display:none}}.homeStarter .maxWidth .right .img{position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(min-width:576px){.homeStarter .maxWidth .right .img{display:none}}.homeStarter .maxWidth .right .img img{position:absolute;right:0;bottom:0;max-width:305px;max-height:100%;width:inherit}@media(max-width:320px){.homeStarter .maxWidth .right .img img{position:relative;width:100%}}@media screen and (orientation:landscape)and (min-device-width:319px)and (max-device-width:812px){.homeStarter .maxWidth .right .img img{position:relative;margin-left:auto}}.homeStarter .maxWidth .right button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:53px}@media(max-width:768px){.homeStarter .maxWidth .right button{display:none}}.homeStarter .maxWidth .left{-ms-flex-item-align:end;align-self:flex-end;margin-right:20px}@media(max-width:2000px){.homeStarter .maxWidth .left{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}}@media(max-width:768px){.homeStarter .maxWidth .left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:16px;margin-right:auto;max-width:400px;text-align:center;margin-left:auto;-webkit-box-flex:0;-ms-flex:none;flex:none}}@media(max-width:576px){.homeStarter .maxWidth .left{max-width:100%}}.homeStarter .maxWidth .left img{display:block;width:100%;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}@media(max-width:375px){.homeStarter .maxWidth .left img{max-width:295px}}.homeStarter .maxWidth .mobile{display:none;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:0 auto;width:100%;max-width:none}@media(max-width:768px){.homeStarter .maxWidth .mobile{display:block}}.homePlanPersonal{margin:164px auto 181px;padding:0 var(--padding);max-width:1110px;width:100%}@media(max-width:768px){.homePlanPersonal{margin:0 0 122px}}.homePlanPersonal .starter-info{display:none;font-size:16px;line-height:20px;text-align:center;letter-spacing:-.2px;margin:40px 0 122px;color:#616161}@media(max-width:768px){.homePlanPersonal .starter-info{display:block}}.homePlanPersonal .title{font-weight:600;font-size:38px;line-height:60px;text-align:center;letter-spacing:-1.2px;color:#141414}@media(max-width:768px){.homePlanPersonal .title{font-size:30px;line-height:36px;margin-bottom:15px}}.homePlanPersonal .subTitle{font-size:20px;line-height:30px;text-align:center;letter-spacing:-.2px;color:#616161}.homePlanPersonal .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:115px}@media(max-width:992px){.homePlanPersonal .block{-ms-flex-pack:distribute;justify-content:space-around}}@media(max-width:768px){.homePlanPersonal .block{display:grid;grid-template-columns:1fr 1fr;grid-gap:75px 0;justify-items:center}}@media(max-width:768px){.homePlanPersonal .block__content{text-align:center}}.homePlanPersonal .block__content .circle{background:radial-gradient(72.61% 100% at 43.44% 0,#ff9c9c 0,#ffa0d8 24.27%,#f6aff5 53.32%,#eef2fb 85.26%,#f6f9ff 100%);border-radius:50%;width:160px;height:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:992px){.homePlanPersonal .block__content .circle{width:120px;height:120px}}@media(max-width:768px){.homePlanPersonal .block__content .circle{width:134px;height:134px;margin:0 auto}}.homePlanPersonal .block__content .circle p{font-weight:600;font-size:3.8vw;line-height:38px;letter-spacing:-1.2px;color:#fff}@media(min-width:1440px){.homePlanPersonal .block__content .circle p{font-size:56px}}@media(max-width:768px){.homePlanPersonal .block__content .circle p{font-size:46px}}.homePlanPersonal .block__content .unit{font-weight:600;font-size:3.3vw;line-height:48px;letter-spacing:-1.2px;text-align:center;color:#2698b0;margin:24px 0 47px}@media(min-width:1440px){.homePlanPersonal .block__content .unit{font-size:48px}}@media(max-width:992px){.homePlanPersonal .block__content .unit{margin:12px 0 26px}}@media(max-width:768px){.homePlanPersonal .block__content .unit{font-size:30px;margin:14px 0 16px}}.homePlanPersonal .block__content .info{font-size:1.5vw;line-height:30px;letter-spacing:-.2px;text-align:center;color:#616161}@media(min-width:1440px){.homePlanPersonal .block__content .info{font-size:20px}}@media(max-width:768px){.homePlanPersonal .block__content .info{line-height:24px;font-size:20px}}.homeTrain{padding:107px var(--padding);background:-webkit-gradient(linear,left top,left bottom,from(#f4baf4),to(#c48cfa));background:linear-gradient(180deg,#f4baf4,#c48cfa);-webkit-box-shadow:inset 0 -1px 0 #dedede;box-shadow:inset 0 -1px 0 #dedede}.homeTrain .title{font-weight:600;font-size:38px;text-align:center;letter-spacing:-1.2px;color:#141414}@media(max-width:768px){.homeTrain .title{font-size:30px}}.homeTrain .subtitle{font-size:20px;line-height:30px;text-align:center;letter-spacing:-.2px;margin:20px 0 65px;color:#141414}.homeTrain .block{display:grid;grid-gap:29px;grid-template-columns:repeat(3,1fr);width:100%;max-width:1110px;margin:0 auto}@media(max-width:768px){.homeTrain .block{grid-template-columns:1fr}}.homeTrain .block__content{background:#fff;-webkit-box-shadow:0 4px 20px hsla(0,0%,40.8%,.5);box-shadow:0 4px 20px hsla(0,0%,40.8%,.5);border-radius:20px;padding:20px 17px}.homeTrain .block__content .preview{width:100%}.homeTrain .block__content .name1{margin:15px 0;font-family:Satisfy,cursive;font-size:20px;letter-spacing:-.2px;color:#2698b0}.homeTrain .block__content .name2{font-weight:600;font-size:22px;letter-spacing:-.2px;color:#141414}.homeTrain .block__content .info{margin-top:28px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.homeTrain .block__content .info,.homeTrain .block__content .info p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homeTrain .block__content .info p{font-weight:500;font-size:12px;letter-spacing:-.2px;text-align:center;color:#616161;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.homeTrain .block__content .info p span{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:6px}.homePlanPitanie{margin:218px auto 262px;padding:0;width:100%;max-width:1110px;display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:1200px){.homePlanPitanie{padding-left:var(--padding);padding-right:var(--padding)}}@media(max-width:768px){.homePlanPitanie{grid-template-columns:1fr;margin:122px 0;justify-items:center}}.homePlanPitanie .left{width:100%;max-width:570px}@media(max-width:768px){.homePlanPitanie .left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:center;margin-top:62px}}.homePlanPitanie .left p{font-size:2.8vw;font-weight:600;letter-spacing:-1.2px;color:#000;margin-bottom:67px}@media(min-width:1440px){.homePlanPitanie .left p{font-size:40px}}@media(max-width:768px){.homePlanPitanie .left p{font-size:30px;line-height:36px;margin-bottom:39px;padding:0 var(--padding)}}.homePlanPitanie .left p span{color:#b7c0d0}.homePlanPitanie .right img{width:100%}.homeMenu{padding:0 var(--padding) 204px}@media(max-width:768px){.homeMenu{padding-bottom:122px}}.homeMenu .title{font-weight:600;font-size:38px;text-align:center;letter-spacing:-1.2px;color:#141414}@media(max-width:768px){.homeMenu .title{font-size:30px}}.homeMenu .subTitle{font-size:20px;letter-spacing:-.2px;text-align:center;color:#616161;margin:20px 0 65px}@media(max-width:768px){.homeMenu .subTitle{line-height:30px}}.homeMenu .block{display:grid;grid-gap:33px;grid-template-columns:repeat(3,1fr);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;max-width:920px;margin:0 auto}@media(max-width:768px){.homeMenu .block{grid-template-columns:1fr}}.homeMenu .block__content{background:#fff;-webkit-box-shadow:0 4px 20px hsla(0,0%,40.8%,.5);box-shadow:0 4px 20px hsla(0,0%,40.8%,.5);border-radius:20px;padding:18px 24px 47px}.homeMenu .block__content .preview{width:100%;border-radius:8px}.homeMenu .block__content .day{font-weight:600;font-size:20px;letter-spacing:-.2px;margin:22px 0 15px;color:#141414;text-transform:capitalize}.homeMenu .block__content .nameDinner{font-size:16px;letter-spacing:-.2px;color:#616161;line-height:26px}.homeMenu .block__content .nameDinner span{font-weight:700}.homeSubInfoBack1{background:-webkit-gradient(linear,left top,left bottom,from(#ff9cc5),to(#ffb991));background:linear-gradient(180deg,#ff9cc5,#ffb991)}.homeSubInfoBack2{background:-webkit-gradient(linear,left top,left bottom,from(#f4baf4),to(#c48cfa));background:linear-gradient(180deg,#f4baf4,#c48cfa)}.homeSubInfoBack3{background:radial-gradient(72.61% 100% at 43.44% 0,#ff9c9c 0,#ffa0d8 24.27%,#f6aff5 53.32%,#eef2fb 85.26%,#f6f9ff 100%)}.homeSubInfoBack4{background:-webkit-gradient(linear,left top,left bottom,from(#6cabff),to(#51eecc));background:linear-gradient(180deg,#6cabff,#51eecc)}.homeSubInfo1,.homeSubInfo2,.homeSubInfo3,.homeSubInfo4{display:grid;grid-template-columns:1fr 2fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1440px;width:100%;margin:0 auto;padding-left:9%}@media(min-width:1650px){.homeSubInfo1,.homeSubInfo2,.homeSubInfo3,.homeSubInfo4{padding-left:0}}@media(max-width:768px){.homeSubInfo1,.homeSubInfo2,.homeSubInfo3,.homeSubInfo4{grid-template-columns:1fr;padding:0}}@media(max-width:576px){.homeSubInfo1_desktop,.homeSubInfo2_desktop,.homeSubInfo3_desktop,.homeSubInfo4_desktop{display:none}}@media(min-width:576px){.homeSubInfo1_mobile,.homeSubInfo2_mobile,.homeSubInfo3_mobile,.homeSubInfo4_mobile{display:none}}.homeSubInfo1 p,.homeSubInfo2 p,.homeSubInfo3 p,.homeSubInfo4 p{font-weight:600;font-size:2.5vw;letter-spacing:-1.2px;color:#000}@media(min-width:1440px){.homeSubInfo1 p,.homeSubInfo2 p,.homeSubInfo3 p,.homeSubInfo4 p{font-size:36px}}@media(max-width:768px){.homeSubInfo1 p,.homeSubInfo2 p,.homeSubInfo3 p,.homeSubInfo4 p{font-size:30px;line-height:36px;text-align:center;padding-top:55px}}.homeSubInfo1 p span,.homeSubInfo2 p span,.homeSubInfo3 p span,.homeSubInfo4 p span{color:#fff}.homeSubInfo1 img,.homeSubInfo2 img,.homeSubInfo3 img,.homeSubInfo4 img{max-width:869px;width:100%;margin:-11% 0}@media(max-width:768px){.homeSubInfo1 img,.homeSubInfo2 img,.homeSubInfo3 img,.homeSubInfo4 img{margin:0}}@media(max-width:768px){.homeSubInfo1 p{margin:0 auto;max-width:80%}}@media(max-width:576px){.homeSubInfo1 p{width:100%;margin:0 auto -20px}}@media(max-width:768px){.homeSubInfo1 img{position:relative;bottom:-7px}}@media(max-width:768px)and (min-width:576px){.homeSubInfo1 img{max-width:500px;margin:0 auto;left:-5%}}@media(max-width:376px){.homeSubInfo1 img{bottom:-3px}}.homeSubInfo2{grid-template-columns:none;padding-right:9%;padding-left:0;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}@media(min-width:1650px){.homeSubInfo2{padding-right:0}}@media(max-width:768px){.homeSubInfo2{grid-template-columns:1fr;padding:0 0 47px;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.homeSubInfo2 .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:75px 0;max-width:540px;width:100%;z-index:2}.homeSubInfo2 .info button{margin:48px 0 0!important}@media(max-width:1200px){.homeSubInfo2 .info{max-width:50%;margin-left:auto}}@media(max-width:768px){.homeSubInfo2 .info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0;max-width:none;padding:0 var(--padding)}}.homeSubInfo2 .button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding:0 var(--padding);width:100%}.homeSubInfo2 .button button{background:-webkit-gradient(linear,left top,left bottom,from(#ff9cc5),to(#ffb991));background:linear-gradient(180deg,#ff9cc5,#ffb991);margin:0 auto;display:block;max-width:400px}.homeSubInfo2 img{max-width:760px;width:100%;margin:-5% 0 0;position:absolute;left:-120px}@media(min-width:1440px){.homeSubInfo2 img{max-width:60%}}@media(max-width:1200px){.homeSubInfo2 img{max-width:65%}}@media(max-width:768px){.homeSubInfo2 img{position:static;margin:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:600px;margin-top:40px}}.homeSubInfo3{position:relative}@media(min-width:768px){.homeSubInfo3{grid-template-columns:1.2fr 1fr}}@media(max-width:768px){.homeSubInfo3{padding:0}}.homeSubInfo3 p{padding:55px 0}@media(max-width:768px){.homeSubInfo3 p{padding:55px var(--padding) 0}}.homeSubInfo3 img{position:absolute;right:0;bottom:0;max-width:710px;width:100%;margin:0}@media(max-width:1350px){.homeSubInfo3 img{position:static;margin:-15% 0 0}}@media(max-width:768px){.homeSubInfo3 img{margin:40px 0 0}}.homeSubInfo4{position:relative}@media(min-width:1650px){.homeSubInfo4{padding-left:0}}@media(min-width:768px){.homeSubInfo4{grid-template-columns:1fr 1.5fr;padding:55px 0 55px 9%}}@media(max-width:768px){.homeSubInfo4{padding:0 0 50px}}.homeSubInfo4 .info{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;z-index:2}@media(max-width:768px){.homeSubInfo4 .info{padding:0 var(--padding)}}.homeSubInfo4 .info button{margin:48px 0 0!important}.homeSubInfo4 .button{margin:0 auto;text-align:center;width:100%}.homeSubInfo4 .button button{background:-webkit-gradient(linear,left top,left bottom,from(#ff9cc5),to(#ffb991));background:linear-gradient(180deg,#ff9cc5,#ffb991);max-width:400px}@media(max-width:768px){.homeSubInfo4 .button{padding:0 var(--padding);display:block}}.homeSubInfo4 img{position:absolute;right:0;bottom:0;width:100%;max-width:770px;margin:0}@media(max-width:1350px){.homeSubInfo4 img{max-width:60%}}@media(max-width:768px){.homeSubInfo4 img{position:static;max-width:none;margin-top:34px}}.homeAdvice{margin:281px auto 228px;max-width:920px;width:100%}@media(max-width:1000px){.homeAdvice{padding-left:var(--padding);padding-right:var(--padding)}}@media(max-width:768px){.homeAdvice{margin:95px auto 122px}}.homeAdvice .title{font-weight:600;font-size:38px;text-align:center;letter-spacing:-1.2px;color:#141414}@media(max-width:768px){.homeAdvice .title{font-size:30px}}.homeAdvice .subTitle{font-size:20px;margin:26px auto 60px;text-align:center;letter-spacing:-.2px;max-width:540px;color:#616161}@media(max-width:768px){.homeAdvice .subTitle{line-height:30px}}.homeAdvice .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;background:#fff;-webkit-box-shadow:0 4px 20px hsla(0,0%,40.8%,.15);box-shadow:0 4px 20px hsla(0,0%,40.8%,.15);border-radius:20px;padding:19px 27px 19px 17px;width:100%;max-width:920px;margin:0 auto}@media(max-width:768px){.homeAdvice .block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:18px 25px 60px}}.homeAdvice .block:not(:last-child){margin-bottom:22px}.homeAdvice .block .preview{width:100%;max-width:238px;border-radius:8px;margin-right:30px;max-height:138px}@media(max-width:768px){.homeAdvice .block .preview{margin:0 0 20px 0}}.homeAdvice .block div{max-width:540px;-ms-flex-item-align:center;align-self:center}.homeAdvice .block div .title{font-weight:600;font-size:14px;letter-spacing:-.2px;text-transform:uppercase;text-align:left;color:#b7c0d0}@media(max-width:992px)and (min-width:768px){.homeAdvice .block div .title{font-size:12px}}@media(max-width:768px){.homeAdvice .block div .title{font-size:14px;margin:20px 0}}.homeAdvice .block div .subTitle{font-weight:600;font-size:20px;letter-spacing:-.2px;margin:19px 0 12px;color:#141414;text-align:left}@media(max-width:992px)and (min-width:768px){.homeAdvice .block div .subTitle{font-size:18px}}.homeAdvice .block div .info{font-size:16px;letter-spacing:-.2px;color:#616161}@media(max-width:992px)and (min-width:768px){.homeAdvice .block div .info{font-size:14px}}.homeAdvice .block .time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;line-height:22px;letter-spacing:-.2px;position:absolute;right:27px;color:#b7c0d0}@media(max-width:992px){.homeAdvice .block .time{font-size:10px}}@media(max-width:768px){.homeAdvice .block .time{position:static;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;font-size:12px}}.homeAdvice .block .time span{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:7px}@media(min-width:768px){.homeAdvice .block .time.mobile{display:none}}.homeTariff{padding:0 var(--padding);max-width:1440px;width:100%;margin:100px auto}.homeTariff__title{font-weight:700;font-size:38px;text-align:center;margin-bottom:100px}@media(max-width:992px){.homeTariff__title{margin-bottom:80px}}@media(max-width:768px){.homeTariff__title{font-size:30px;font-weight:600;margin-bottom:35px}}.homeTariff__block-sms{-webkit-box-shadow:0 4px 20px hsla(0,0%,40.8%,.15);box-shadow:0 4px 20px hsla(0,0%,40.8%,.15);border-radius:20px;background:#fff;max-width:920px;margin:0 auto;padding:43px 94px 38px 34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width:768px){.homeTariff__block-sms{padding:40px}}@media(max-width:576px){.homeTariff__block-sms{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 18px 57px}}.homeTariff__block-sms .left{background:-webkit-gradient(linear,left top,left bottom,from(#6cabff),to(#51eecc));background:linear-gradient(180deg,#6cabff,#51eecc);border-radius:10px;-ms-flex-item-align:end;align-self:end}@media(max-width:576px){.homeTariff__block-sms .left{-ms-flex-item-align:auto;align-self:auto}}.homeTariff__block-sms .left p{font-weight:700;font-size:30px;letter-spacing:-1.2px;padding:37px 26px 30px;color:#fff}.homeTariff__block-sms .left img{display:block;width:100%;max-width:316px}@media(max-width:576px){.homeTariff__block-sms .left img{max-width:400px}}.homeTariff__block-sms .right{width:100%;max-width:348px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:38px}@media(min-width:2000px){.homeTariff__block-sms .right{width:auto}}@media(max-width:576px){.homeTariff__block-sms .right{margin-top:38px;margin-left:0;max-width:none}}.homeTariff__block-sms .right .price{color:#141414;font-size:3.9vw;font-weight:500;margin:0 0 30px}@media(min-width:1440px){.homeTariff__block-sms .right .price{font-size:56px}}@media(max-width:768px){.homeTariff__block-sms .right .price{font-size:30px}}@media(max-width:576px){.homeTariff__block-sms .right .price{font-size:56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.homeTariff__block-sms .right .price span{font-weight:500;font-size:1.5vw}@media(min-width:1440px){.homeTariff__block-sms .right .price span{font-size:22px}}@media(max-width:768px){.homeTariff__block-sms .right .price span{font-size:12px}}@media(max-width:576px){.homeTariff__block-sms .right .price span{font-size:22px;margin-left:7px}}.homeTariff__block-sms .right div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:6px}.homeTariff__block-sms .right div:first-of-type{border-top:1px solid #dedede}.homeTariff__block-sms .right div:not(:last-of-type){border-bottom:1px solid #dedede}.homeTariff__block-sms .right div p{font-size:1.1vw;line-height:24px;color:#616161;margin:15px 0 8px}@media(min-width:1440px){.homeTariff__block-sms .right div p{font-size:16px}}@media(max-width:992px){.homeTariff__block-sms .right div p{font-size:16px}}@media(max-width:768px){.homeTariff__block-sms .right div p{font-size:12px;line-height:15px}}@media(max-width:665px){.homeTariff__block-sms .right div p{font-size:10px}}@media(max-width:576px){.homeTariff__block-sms .right div p{font-weight:500;font-size:16px;line-height:24px}}.homeTariff__block-sms .right div img{margin-left:40px}.homeTariff__block-sms .right button{display:block;width:100%;max-width:none;margin-top:auto}@media(max-width:576px){.homeTariff__block-sms .right button{margin:30px auto 0}}.homeTariff__block-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:1110px;margin:0 auto}@media(min-width:1440px){.homeTariff__block-mobile{-ms-flex-pack:distribute;justify-content:space-around}}@media(max-width:768px){.homeTariff__block-mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.homeTariff__block-mobile .tariff{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;background:#fff;-webkit-box-shadow:0 4px 20px hsla(0,0%,40.8%,.15);box-shadow:0 4px 20px hsla(0,0%,40.8%,.15);border-radius:20px;max-width:350px;width:100%;padding:30px}@media(max-width:992px){.homeTariff__block-mobile .tariff{padding:20px}}@media(max-width:768px){.homeTariff__block-mobile .tariff{padding:30px}}.homeTariff__block-mobile .tariff:not(:last-child){margin-right:30px}@media(max-width:768px){.homeTariff__block-mobile .tariff:not(:last-child){margin-right:0;margin-bottom:30px}}.homeTariff__block-mobile .tariff-title{position:relative;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #dedede;padding-bottom:9px}@media(max-width:768px){.homeTariff__block-mobile .tariff-title{padding-bottom:26px}}.homeTariff__block-mobile .tariff-title p{font-weight:500;font-size:14px;letter-spacing:.4px;text-transform:uppercase;color:#141414}@media(max-width:992px){.homeTariff__block-mobile .tariff-title p{font-size:12px}}@media(max-width:576px){.homeTariff__block-mobile .tariff-title p{font-size:14px}}.homeTariff__block-mobile .tariff-title p:nth-child(2){font-size:48px;margin:11px 0 25px}@media(max-width:992px)and (min-width:576px){.homeTariff__block-mobile .tariff-title p:nth-child(2){font-size:44px}}@media(max-width:768px){.homeTariff__block-mobile .tariff-title p:nth-child(2){margin:11px 0}}.homeTariff__block-mobile .tariff-title p:nth-child(3){text-transform:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex}.homeTariff__block-mobile .tariff-title img{position:absolute;right:0;top:0}@media(max-width:992px){.homeTariff__block-mobile .tariff-title img{max-width:55px}}.homeTariff__block-mobile .tariff-info{margin-top:21px}.homeTariff__block-mobile .tariff-info div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homeTariff__block-mobile .tariff-info div:not(:last-child){margin-bottom:10px}.homeTariff__block-mobile .tariff-info div p{letter-spacing:-.1px;color:#616161;font-size:1.1vw;margin-left:11px}@media(min-width:1440px){.homeTariff__block-mobile .tariff-info div p{font-size:16px}}@media(max-width:992px){.homeTariff__block-mobile .tariff-info div p{font-size:12px}}@media(max-width:576px){.homeTariff__block-mobile .tariff-info div p{font-size:16px}}.homeTariff__block-mobile .tariff-button{width:100%;margin:33px 0 11px}.homeTariff__block-mobile .tariff-button a{display:block;border-radius:50px;border:none;text-decoration:none;text-align:center;width:100%;padding:16px 0;font-weight:700;font-size:20px;line-height:32px;letter-spacing:-.4px;color:#fff}@media(max-width:992px)and (min-width:768px){.homeTariff__block-mobile .tariff-button a{font-size:16px}}.homeReviews{width:100%;padding:0 var(--padding);max-width:1110px;margin:197px auto}@media(max-width:768px){.homeReviews{margin:122px auto}}.homeReviews .title{font-weight:600;font-size:38px;text-align:center;letter-spacing:-1.2px;color:#141414;margin-bottom:70px}@media(max-width:768px){.homeReviews .title{font-size:30px}}.homeReviews .VueCarousel-slide{text-align:center;padding:0 30px}.homeReviews .VueCarousel-slide .gradient-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;margin:auto;background-clip:padding-box;border:20px solid transparent;border-radius:50%;-webkit-box-shadow:0 0 20px hsla(0,0%,40.8%,.15);box-shadow:0 0 20px hsla(0,0%,40.8%,.15)}.homeReviews .VueCarousel-slide .gradient-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-20px;border-radius:inherit;background:-webkit-gradient(linear,left top,left bottom,from(#ff9cc5),to(#ffb991));background:linear-gradient(180deg,#ff9cc5,#ffb991)}.homeReviews .VueCarousel-slide img{border-radius:50%;width:100%;max-width:262px}.homeReviews .VueCarousel-slide .info{font-weight:700;font-size:20px;letter-spacing:-.2px;margin:37px 0 11px;color:#616161}@media(max-width:992px){.homeReviews .VueCarousel-slide .info{font-size:18px}}.homeReviews .VueCarousel-slide .content{font-size:18px;letter-spacing:-.2px;line-height:30px;color:#616161;width:100%;max-width:350px;margin:0 auto}@media(max-width:992px){.homeReviews .VueCarousel-slide .content{font-size:16px}}.homeReviews .VueCarousel-dot{cursor:pointer}.homeReviews .VueCarousel-dot,.homeReviews .VueCarousel-dot:focus{outline:0;-webkit-appearance:none;-moz-appearance:none}.homeReviews .VueCarousel-dot--active{background:-webkit-gradient(linear,left top,left bottom,from(#6cabff),to(#51eecc)) 50% no-repeat;background:linear-gradient(180deg,#6cabff,#51eecc) 50% no-repeat;background-clip:content-box}.homeFAQ{width:100%;max-width:730px;margin:0 auto 180px;padding:0 var(--padding)}@media(max-width:768px){.homeFAQ{margin-bottom:122px}}.homeFAQ .title{font-weight:600;font-size:38px;text-align:center;letter-spacing:-1.2px;color:#141414;margin-bottom:70px}@media(max-width:768px){.homeFAQ .title{font-size:30px;margin-bottom:35px}}.homeFAQ--accordion li div:last-child{padding:0 20px}.homePage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:100%;height:100%;font-weight:400}.homePage__spinner{position:relative;width:100%;min-height:100dvh}.homePage .start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;min-height:100%;-ms-flex-negative:0;flex-shrink:0;width:100%;-ms-flex-item-align:center;align-self:center;position:relative}@media(max-width:320px){.homePage .start{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}}@media(orientation:landscape)and (min-device-width:319px)and (max-device-width:812px){.homePage .start{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}}.homePage .start:after{content:"";right:0;background:radial-gradient(72.61% 100% at 43.44% 0,#ff9c9c 0,#ffa0d8 24.27%,#f6aff5 53.32%,#eef2fb 85.26%,#f6f9ff 100%);z-index:-1}.homePage .start .backgroundImg,.homePage .start:after{position:absolute;left:0;top:0;height:100%;width:100%}.back{display:block;position:fixed;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%;width:100vw;height:100vh;z-index:5;background:rgba(17,17,15,.85)}@media(max-width:768px){.desktop{display:none!important}}.mobile{display:none}@media(max-width:768px){.mobile{display:block}}