@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.header{padding-top:80px;position:relative}.header__box{display:-webkit-box;display:-ms-flexbox;display:flex}.header__info{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;margin-right:10px}.header__title{font-family:"Poppins",sans-serif;font-weight:bold;font-size:clamp(28px,5vw,40px);line-height:clamp(30px,5vw,60px);margin-bottom:18px}.header__text{font-size:18px;line-height:28px;margin-bottom:45px}.header__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__img{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;margin-left:10px}.header__img img{width:100%}.button{background-color:#02897a;color:#fff;border:1px solid #02897a;border-radius:4px;padding:10px 20px;font-weight:600;font-size:16px;line-height:24px;margin-right:24px;cursor:pointer}.watch-video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.watch-video img{margin-right:8px}@media(max-width: 800px){.header__box{display:block}.header__img{display:none}.header__info{width:100%}}@media(max-width: 300px){.header{padding-top:130px}}.footer{padding-bottom:10px}.footer__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}.footer__logo a img{margin-right:10px;width:400px}.footer__logobox{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}.footer__name{font-weight:bold;font-size:30px;line-height:28px}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.footer__social a img{width:24px;height:24px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.footer__social a img:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.footer__menu{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin-right:20px}.footer__form{width:100%;margin-bottom:50px}.footer__tagline{font-weight:500;font-size:20px;line-height:30px}.menu__title{font-weight:500;font-size:20px;line-height:30px}.fmenu{padding:0}.fmenu__item{list-style:none}.fmenu__link{font-weight:normal;font-size:16px;line-height:35px;-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s}.fmenu__link:hover{font-weight:500;text-decoration:underline}@media(max-width: 580px){.footer__box{display:block}.menu__title{padding:5px;border-radius:4px;cursor:pointer}.menu__title:hover{background:#ccc}.legal,.resource{display:none}.legal.tabs,.resource.tabs{display:block}}.nav{padding:5px;width:100%;margin:0 auto;max-width:1090px;position:fixed;top:0;right:0;left:0;z-index:2;width:100%;height:70px;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;background-color:#fff}.nav.dark{color:#fff;background-color:#433d3d}.nav__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav__logo img{width:40px;height:36.36px;margin-right:16px}.nav__name{font-weight:bold;font-size:30px;line-height:28px}.nav__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav__in{border:1px solid #bcd0e5;border-radius:4px;padding:10px 20px;font-weight:600;font-size:16px;line-height:24px;margin-right:24px;cursor:pointer;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.nav__in:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.nav__up{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.nav__up:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.menu{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;-ms-flex-wrap:wrap;flex-wrap:wrap}.menu__list{list-style:none;padding:5px;margin:0 15px}.menu__link{display:block;width:100%;height:100%;font-weight:600;font-size:16px;line-height:28px;opacity:.8;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.menu__link:hover{opacity:1}@media(max-width: 930px){.body.lock{overflow:hidden}.nav{position:fixed;padding-top:10px;height:auto}.nav__burger{position:fixed;top:15px;right:40px;cursor:pointer;width:32px;height:32px;display:block;background:#02897a;padding:5px;border-radius:5px;border:transparent}.nav__burger span{display:block;width:100%;height:3px;background:#000;position:relative;z-index:5}.nav__burger span+span{margin-top:7px}.menu{position:fixed;width:100%;height:110vh;left:-100%;top:-40px;background-color:#fff;display:block;overflow:auto;padding-top:50px;-webkit-transition:left .5s;-o-transition:left .5s;transition:left .5s}.menu.active{left:0}.menu__list{width:100%;text-align:left;padding:10px;font-size:25px}.menu__link{font-size:25px}.nav__burger.active span:nth-child(1){-webkit-animation:ease .5s top forwards;animation:ease .5s top forwards}.nav__burger.active span:nth-child(2){display:none}.nav__burger.active span:nth-child(3){-webkit-animation:ease .5s bottom forwards;animation:ease .5s bottom forwards}@-webkit-keyframes top{0%{top:0;-webkit-transform:rotate(0);transform:rotate(0)}50%{top:5px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes top{0%{top:0;-webkit-transform:rotate(0);transform:rotate(0)}50%{top:5px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@-webkit-keyframes bottom{0%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}50%{bottom:5px;-webkit-transform:rotate(0);transform:rotate(0)}100%{bottom:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes bottom{0%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}50%{bottom:5px;-webkit-transform:rotate(0);transform:rotate(0)}100%{bottom:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}}.toggle{width:32px;height:32px;border-radius:50%;border:2px solid #02897a;border-right:16px solid #02897a;margin-left:24px;cursor:pointer}.body.dark .toggle{border-right:2px solid #02897a;border-left:16px solid #02897a}@media(max-width: 500px){.nav__logo{display:none}.nav__burger{right:10px}}@media(max-width: 370px){.nav__burger{right:0px}.button{margin-right:5px}.toggle{margin-left:5px}.nav__in{margin-right:5px}}@media(max-width: 300px){.nav__buttons{display:block}.nav__buttons button{width:50%;margin-bottom:5px}}.modal{display:none;position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:50%;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.modalvideo-content{position:relative;background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:80%;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}@media(max-width: 700px){.modal-content{width:80%}.modalvideo-content{width:80%}}@-webkit-keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}.close{color:#fff;float:right;font-size:28px;font-weight:bold}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.modal-header{padding:2px 16px;background-color:#02897a;color:#fff}.modal-body{padding:2px 16px;overflow-y:visible}.signin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.thumb-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.thumb-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0;outline-width:0}.swiper{max-width:1100px;width:90%;height:420px}@media(max-width: 600px){.swiper{height:400px}}@media(max-width: 400px){.swiper{height:350px}}.swiper-pagination-bullet{background:#efefef;opacity:1;width:16px;height:16px;margin:0px 10px;cursor:pointer}.swiper-pagination-bullet-active{background:#02897a}.slider__title{font-style:normal;font-weight:bold;font-size:clamp(25px,5vw,32px);line-height:clamp(28px,5vw,48px);margin-bottom:0}.slider__text{margin:0 0 30px 0}.slider__img{width:100%;margin-bottom:24px}.slider__data span{font-weight:600}.slider__info{font-weight:bold;font-size:clamp(18px,5vw,24px);line-height:clamp(20px,5vw,40px)}.swiper-slide-active .slider__info{color:#02897a}html,body{-webkit-box-sizing:border-box;box-sizing:border-box}body{width:100vw;overflow-x:hidden}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}.body{margin:0;padding:0 5px;min-width:320px;min-height:100%;font-size:16px;width:100%;color:#22343d;line-height:26px;background-color:#fff}.body.dark{color:#fff;background-color:#433d3d}img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}a{text-decoration:none;color:inherit}.container{width:100%;margin:0 auto;max-width:1090px}.site-container{min-height:100%;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;overflow:hidden}.main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}input{width:100%;padding:10px;border:1px solid #bcd0e5;border-radius:4px;margin-bottom:34px;-webkit-box-shadow:0px 1px 9px -1px rgba(34,60,80,.2);box-shadow:0px 1px 9px -1px rgba(34,60,80,.2)}input:active,input:hover,input:focus{outline:0;outline-offset:0}.error{border:2px solid red}.errormassege{color:red}.offer{padding-bottom:clamp(30px,5vw,150px);background-image:url("../images/Bg.png");background-repeat:no-repeat;background-position:50% 100%}.offer__title{font-style:normal;font-weight:bold;font-size:clamp(25px,5vw,32px);line-height:clamp(28px,5vw,48px);text-align:center;margin-bottom:clamp(25px,5vw,66px)}.offer__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:34px}.offer__item{-webkit-box-flex:0;-ms-flex:0 1 240px;flex:0 1 240px;margin-right:10px}.offer__item:last-child{margin-right:0}.offer__titleitem{font-weight:600;font-size:22px;line-height:33px}.btn-center{width:175px;text-align:center;display:block;margin:0 auto}.cards__fload-left{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;margin-bottom:clamp(30px,5vw,100px)}.cards__info{padding:10px;-webkit-box-flex:1;-ms-flex:1 1 486px;flex:1 1 486px}.cards__litltitle{font-weight:600;font-size:16px;line-height:24px}.cards__title{font-style:normal;font-weight:bold;font-size:clamp(25px,5vw,32px);line-height:clamp(28px,5vw,48px);margin-bottom:23px}.cards__text{margin-bottom:25px}.cards__img{-webkit-box-flex:1;-ms-flex:1 1 540px;flex:1 1 540px}.cards__img img{width:100%}.cards__fload-right{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;margin-bottom:clamp(30px,5vw,100px)}.cards__item{list-style:none;position:relative;margin-bottom:30px}.cards__item::before{content:"✔";text-align:center;line-height:35px;font-size:23px;color:#fff;display:block;position:absolute;top:0px;left:-45px;width:35px;height:35px;border-radius:15px}.mleft{margin-left:50px}.mrigt{margin-right:50px}.cards__item.orange::before{background-color:#f90}.cards__item.read::before{background-color:#f03e3d}.cards__item.blue::before{background-color:#4d8dff}.experts{padding-top:20px;background-image:url("../images/Bg1.png");background-repeat:no-repeat;background-position:50% 0%}.experts__title{font-style:normal;font-weight:bold;font-size:clamp(25px,5vw,32px);line-height:clamp(28px,5vw,48px);text-align:center}.experts__text{max-width:542px;margin:0 auto;text-align:center;margin-bottom:32px}.experts__box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.experts-r{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;margin-bottom:clamp(30px,5vw,100px)}.experts-l{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;margin-bottom:clamp(30px,5vw,100px)}.experts__info{padding:10px;border-radius:26px;-webkit-box-shadow:0px 1px 9px -1px rgba(34,60,80,.2);box-shadow:0px 1px 9px -1px rgba(34,60,80,.2);position:relative}.experts__info-left::before{content:"";display:block;width:9px;height:9px;border-bottom-left-radius:50%;border-bottom-right-radius:50%;-webkit-box-shadow:-1px 7px 9px -1px rgba(34,60,80,.2);box-shadow:-1px 7px 9px -1px rgba(34,60,80,.2);position:absolute;z-index:2;bottom:-5px;left:20px}.experts__info-right::before{content:"";display:block;width:9px;height:9px;border-bottom-left-radius:50%;border-bottom-right-radius:50%;-webkit-box-shadow:-1px 7px 9px -1px rgba(34,60,80,.2);box-shadow:-1px 7px 9px -1px rgba(34,60,80,.2);position:absolute;z-index:2;bottom:-5px;right:20px}.cards__fload-right .expert__img{margin-right:16px}.cards__fload-left .expert__img{margin-left:16px}.expert__img{width:98px;height:98px;border-radius:50%}.expert__img .border-read{border:3px solid #ff0909}.expert__img .border-green{border:3px solid #02897a}.expert__img .border-violet{border:3px solid #740a76}.expert__img .border-blue{border:3px solid #035b81}.prise{margin-bottom:clamp(30px,5vw,150px)}.prise__title{font-style:normal;font-weight:bold;font-size:clamp(25px,5vw,32px);line-height:clamp(28px,5vw,48px);text-align:center}.prise__text{width:auto;text-align:center;margin-bottom:50px}.prise__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.prise__card{-webkit-box-shadow:0px 2px 8px rgba(0,0,0,.25);box-shadow:0px 2px 8px rgba(0,0,0,.25);border-radius:8px;text-align:center;padding:30px 70px}.big{font-weight:bold;font-size:76px;line-height:100px;color:#02897a;letter-spacing:.2px}.big sup{font-size:24px;line-height:30px}.little{font-size:16px;line-height:19px;letter-spacing:.1px;color:#afafaf}.card{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.card__title{font-weight:bold;font-size:24px;line-height:40px;color:#22343d;background:#fff}.card__button{margin-top:38px}.card:hover{color:#fff;background:#02897a}.card:hover .big,.card:hover .little{color:#fff}.card:hover .button{color:#02897a;background:#fff}.active{color:#fff;background:#02897a}.active .big,.active .little{color:#fff}.active .button{color:#02897a;background:#fff}.reviews{margin-bottom:clamp(30px,5vw,150px)}.reviews__title{font-style:normal;font-weight:bold;font-size:clamp(25px,5vw,32px);line-height:clamp(28px,5vw,48px);text-align:center}.reviews__text{font-weight:500;text-align:center;letter-spacing:.2px;max-width:540px;margin:0 auto;margin-bottom:50px}.reviews__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.reviews__card{-webkit-box-flex:0;-ms-flex:0 1 300px;flex:0 1 300px;border:1px solid #dedede;border-radius:5px;padding:20px}.reviews__info{letter-spacing:.2px;color:#737373}.reviews__clients{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reviews__avatar{width:50px;height:50px;margin-right:14px;border:1px solid #bdbdbd;border-radius:50%}.reviews__name{font-weight:600;letter-spacing:.2px;color:#02897a;margin:0}.reviews__profession{font-weight:600;letter-spacing:.2px;color:#22343d;margin:0}.getstart{max-width:968px;padding:50px;margin:0 auto;margin-bottom:clamp(30px,5vw,150px);background:#02897a;color:#fff;border-radius:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.getstart__info{-webkit-box-flex:0;-ms-flex:0 1 510px;flex:0 1 510px}.getstart__text{font-weight:600;font-size:clamp(20px,5vw,32px);line-height:151.4%;margin-bottom:50px}.getstart__btn{padding:10px 20px;background:#fff;border:none;border-radius:8px;color:#02897a;font-weight:600;font-size:20px;line-height:30px}.getstart__img{-webkit-box-flex:0;-ms-flex:0 1 350px;flex:0 1 350px}@media(max-width: 930px){.prise__cards,.reviews__box{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prise__card,.reviews__card{margin-bottom:30px}.prise__card:first-child{margin-right:30px}}@media(max-width: 820px){.offer__box{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}.offer__item{-webkit-box-flex:0;-ms-flex:0 0 340px;flex:0 0 340px}.cards__info{-webkit-box-flex:1;-ms-flex:1 1 890px;flex:1 1 890px}}@media(max-width: 730px){.offer__item{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}.prise__card:first-child{margin-right:0px}}@media(max-width: 540px){.offer__box{display:block}.offer__item{text-align:center}.cards__fload-left,.cards__fload-right{display:block;position:relative}.cards__img{position:absolute;width:130px;margin-right:0;top:0px;right:10px}.cards__title{width:70%}}@media(max-width: 650px){.experts__box{display:block}.experts-r,.experts-l{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 670px){.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{display:none}.slider__info{margin:0}}@media(max-width: 670px){.getstart{display:block;padding:30px}}@media(max-width: 370px){.experts-r,.experts-l{display:block}.experts__info,.experts__info-left,.experts__info-right{margin:0}.experts__info::before,.experts__info-left::before,.experts__info-right::before{display:none}}@media(max-width: 300px){.cards__img{display:none}}