:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer__container{background:#1d1d1d;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:60px 0}footer{background:#1d1d1d}.footer__right{display:flex;flex-direction:column}.footer__right a{color:#fff;font-family:Gilroy;font-size:18px;font-weight:400;letter-spacing:0;line-height:21.6px;margin-bottom:15px}.footer__left{color:#fff;display:flex;flex-direction:column;font-family:inherit;font-family:Gilroy;font-size:18px;font-weight:400;gap:15px;letter-spacing:0;line-height:21.6px}.footer__left a{color:#fff}@media (max-width:768px){.footer__container{display:flex;flex-wrap:wrap;gap:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:60px 15px}footer{background:#1d1d1d}}body{background-color:#101010;color:#fff;height:100vh}html{scroll-behavior:smooth}body:after{background-image:url(/static/media/back.ddaeed1e4dac33b35e98.png);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:940px;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}:root{font-family:Gilroy,sans-serif}.nav__item{cursor:pointer}.Toastify{position:relative;z-index:99999999999999}.burger{display:none}#logout-button{align-items:center;background:#fff!important;color:#000;display:flex;gap:15px;justify-content:center}#logout-button:before{background-image:url(/static/media/exit.ce49055c3a4714aefbc0.svg);content:"";display:block;height:24px;width:24px}.header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:50px 20px}.nav__list{display:flex;gap:50px}.nav__link{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:500;gap:10px}.nav__item:not(:first-child) .nav__link img{filter:invert(1)}.nav__item:nth-child(5) .nav__link img{filter:invert(0)}.header__button{align-items:center;background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:600;gap:15px;height:60px;justify-content:center;padding:10px;width:160px}.header__block{display:contents}.header__block--unauth .nav__item>a{font-size:20px}@media (max-width:1100px){.nav__list{display:flex;gap:20px}.header__logo{max-width:130px}.nav__link{font-weight:500;gap:10px}.header__button,.nav__link{align-items:center;color:#fff;display:flex;font-size:14px}.header__button{background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:10px;cursor:pointer;flex-direction:row;font-weight:600;gap:15px;height:50px;justify-content:center;padding:10px;width:99px}}@media (max-width:768px){.burger{cursor:pointer;display:flex;flex-direction:column;z-index:10}.header__actions{padding:0 15px}.header__block--unauth .nav__item:first-child a{color:#000}#logout-button:before{filter:invert(1)}.header__block--unauth .header__button{border-radius:57px;height:70px;width:100%}.header__block{display:none}.nav__list{flex-direction:column;gap:15px;padding:15px;text-align:center}.nav__list .nav__item:first-child a{align-items:center;background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:57px;display:flex;font-size:18px;height:73px;justify-content:center;width:100%}.header_nav{order:2}.header__block--unauth .nav__item:first-child a,.nav__list .nav__item:not(:first-child) a{align-items:center;background:#fff;border-radius:57px;display:flex;font-size:18px;height:73px;justify-content:center;width:100%}.nav__list .nav__item:not(:first-child) a{color:#000}.nav__list .nav__item:not(:first-child) a>img{filter:invert(0)}#logout-button{background:#1d1d1d!important;border-radius:57px;color:#fff;font-size:18px;height:73px;width:100%}#logout-button img{filter:invert(1)}.nav__link{text-align:center}.header__block.active{background:#000;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:9}.header__logo{position:relative;z-index:99999}.header_block{display:none!important}.profile-analysis__container{flex-direction:column;gap:20px!important}.profile-analysis__description{font-size:28px!important;margin-bottom:20px!important}.profile-analysis__input{height:70px!important;padding:0 20px!important}.profile-analysis__input::placeholder{font-size:18px!important}.header__logo img{max-width:185px!important}.burger__line{background-color:#fff;border-radius:100px;height:5px;margin:4px 0;transition:.2s;width:36px}.burger .burger__line.active:first-child{background-color:#ff3b83;transform:rotate(45deg) translate(14px,10px)}.burger .burger__line.active:nth-child(2){background-color:#ff3b83;opacity:0}.burger .burger__line.active:nth-child(3){background-color:#ff3b83;transform:rotate(-45deg) translate(8px,-5px)}.header__container{padding:20px!important}.profile-analysis__button{font-size:18px!important;font-weight:800;height:70px!important}.features__container{padding:0 15px!important}.feature{flex-direction:column}.profile-analysis__image{border-radius:20px;height:300px;overflow:hidden}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.profile-history{margin:0 auto;max-width:1200px;padding:0 20px}.profile-history__title{align-items:center;color:#fff;display:flex;font-size:28px;font-weight:600;gap:10px;margin-bottom:38px}.profile-history__list{display:flex;flex-direction:column;gap:5px}.profile-history__item{border-radius:8px;cursor:pointer;padding:10px}.profile-history__header{align-items:center;display:flex;justify-content:space-between}.profile-history__name{font-weight:700}.profile-history__date{color:#666}.profile-history__arrow{font-size:18px;transition:transform .3s ease}.profile-history__content{display:none;padding-top:10px}.profile-history__button{background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:10px;color:#fff;font-size:14px;font-weight:600;height:50px;padding:10px;width:100%}.profile-history__item.active .profile-history__arrow{transform:rotate(180deg)}.profile-history__item.active .profile-history__content{display:block}.image-prof{border-radius:100px;height:48px;width:48px}.block-name{display:flex;flex:1 1;flex-direction:column;gap:10px;margin-left:20px}.profile-history{margin-bottom:50px}.profile-history__arrow.active{transform:rotate(180deg)}.profile-analysis__container{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1200px;padding:0 20px}.profile-analysis__description{color:#fff;font-size:48px;font-weight:600;margin-bottom:30px}.profile-analysis__form{display:flex;flex-direction:column}.profile-analysis__input::placeholder{color:#8d8d8d;font-size:24px;font-weight:500}.profile-analysis__form{width:100%}.profile-analysis__input{background:#ebebeb;border-radius:57px;color:#101010;display:flex;font-size:24px;font-weight:400;height:90px;padding:0 40px;width:100%}.profile-analysis__image{max-width:500px;width:100%}.profile-analysis__button{background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:57px;font-size:24px;gap:15px;height:90px;margin-top:20px;padding:10px}.loading-screen,.profile-analysis__button{align-items:center;color:#fff;display:flex;justify-content:center;width:100%}.loading-screen{background-color:#101010;background-image:url(/static/media/back.ddaeed1e4dac33b35e98.png);flex-direction:column;height:100vh;left:0;padding:20px;position:fixed;text-align:center;top:0;z-index:10000000000000000000}.loading-screen p:nth-child(2){font-size:24px;font-weight:600;margin-bottom:90px}.profile-analysis__button:disabled{cursor:not-allowed;opacity:.5}.loading-screen p{font-size:24px;font-weight:800}.spinner-container{align-items:center;display:flex;justify-content:center;margin-top:20px}.spinner{animation:spin 1s linear infinite;border:6px solid #e0e0e0;border-radius:50%;border-top-color:#ff3b83;height:60px;width:60px}.service-description{background-color:#fff}.service-description__container{margin:50px auto;max-width:1200px;padding:50px 0}.service-description__title{color:#ff3b83;font-size:36px;font-weight:600;margin-bottom:15px}.service-description__text{color:#000;font-size:24px;font-weight:500;margin-bottom:30px}.features__container{margin:0 auto;max-width:1200px;padding:100px 0}.feature{display:flex;gap:40px;margin-bottom:80px}.feature__icon{min-width:112px}.feature__title{color:#fff;font-size:36px;font-weight:600;margin-bottom:20px}.feature__description{color:#fff;font-size:24px;font-weight:500}.faq{background-color:#f8f9fa}.faq__container{margin:0 auto;max-width:1200px;padding:100px 0}.faq__item{margin-bottom:20px}.faq__question{align-items:center;color:#000;cursor:pointer;display:flex;font-size:24px;font-weight:600;justify-content:space-between;padding:15px 0}.faq__question h3{margin:0}.loading-screen>div:first-child{max-width:460px;mix-blend-mode:lighten;width:100%}.faq__arrow{transition:transform .3s ease}.faq__arrow:hover{transform:rotate(10deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__answer p{color:#000;font-size:24px;font-weight:500;margin:15px 0}.mt-4{max-width:730px}.faq__item.active .faq__answer{max-height:200px}.faq__item.active .faq__arrow{transform:rotate(180deg)}.faq__title span{color:#ff3b83}.faq__title{color:#000;font-size:36px;font-weight:600;margin-bottom:40px}.faq__question span{color:#ff3b83;font-size:24px;font-weight:600}@media (max-width:768px){.service-description__container{margin:50px auto;max-width:1200px;padding:30px 15px}.service-description__title{color:#ff3b83;font-size:28px;font-weight:600;margin-bottom:15px}.service-description__text{color:#000;font-size:18px;font-weight:500;margin-bottom:15px}.feature__icon img{width:70px}.feature__title{font-size:24px}.feature__description{font-size:18px}.loading-screen>div:first-child{max-width:240px;mix-blend-mode:lighten;width:100%}.loading-screen p:nth-child(2){font-size:18px;font-weight:500;margin-bottom:60px}.faq__container{margin:0 15px;max-width:1200px;padding:30px 0}.faq__title{color:#000;font-size:28px;font-weight:600;margin-bottom:10px}.faq__question h3{font-size:18px;margin:0}.faq__item{margin-bottom:10px}.loading-screen p{font-size:18px;font-weight:800}.faq__answer p{color:#000;font-size:14px;font-weight:500;margin:0}.spinner-container{align-items:center;display:flex;justify-content:center;margin-top:20px}.spinner{animation:spin 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#ff3b83;height:40px;width:40px}}.auth__title{color:#fff}.auth__subtitle,.auth__title{font-size:28px;font-weight:600}.auth__subtitle{color:#f68944;margin-bottom:30px}.auth__form-group{display:flex;flex-direction:column}.auth__container{margin:50px auto;max-width:500px}.auth__label{color:#7d7d7d;font-size:18px;font-weight:500}.auth__input{background:#fff;color:#1d1d1d;margin:5px 0;padding:10px 10px 10px 20px;width:330px}.auth__button,.auth__input{border-radius:57px;height:73px;width:100%}.auth__button{align-items:center;background:linear-gradient(90deg,#f68944,#ff3b83);color:#e8e8f1;display:flex;font-size:18px;font-weight:600;justify-content:center;margin-top:20px;padding:10px}.auth__form-group{margin-top:15px}.auth__footer{align-items:flex-start;color:#fff;display:flex;flex-direction:column;font-size:18px;font-weight:500;margin-top:25px}.auth__footer button{color:#f68944;display:flex;flex-direction:column;font-weight:600;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media (max-width:768px){.auth__container{margin:50px 15px;max-width:1200px}}.profile__greeting-text{color:#fff;font-size:28px;font-weight:600}.profile__greeting-name{color:#ff3b83;font-size:28px;font-weight:600}.profile__actions{display:flex;flex-direction:row;gap:10px;margin:20px 0}.profile__button{align-items:center;border-radius:57px;display:flex;gap:10px;height:73px;justify-content:center;padding:10px 40px}.profile__button:first-child{background-color:#fff;color:#000;font-size:18px;font-weight:600}.profile__button:last-child{background:linear-gradient(90deg,#f68944,#ff3b83);color:#fff;font-size:18px;font-weight:600}.hidder-r{background:#1d1d1d;border-radius:57px;display:block;height:495px;padding:15px;position:relative}.react-loading-skeleton{opacity:.5!important}.like-item-text a{color:#ff3b83;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.no-data{background:#101010;border-radius:57px;gap:7px;margin-bottom:10px;min-height:60px;padding:27px 15px}.no-data,.title-h2{align-items:center;display:flex;width:100%}.title-h2{color:#e1e1e1;font-size:18px;font-weight:600;gap:10px;margin-bottom:20px;margin-top:40px}@media (max-width:768px){.profile__actions{display:flex;flex-direction:column;gap:10px;margin:20px 0;width:100%}}.profile{margin:0 auto 50px;max-width:1200px;padding:0 20px}#profile-photo{border-radius:100px;height:128px;width:128px}.profile__name{display:flex;flex-wrap:wrap;font-size:48px!important;gap:10px}.profile__hidden-friend-name a,.profile__hidden-friend-name a:visited{color:#fff}.profile__name>h1{font-size:48px!important}.data-container{display:block;position:relative}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#f68944;height:40px;margin:0 auto;width:40px}.loading-text{color:#fff;font-size:32px;font-weight:600;margin:20px 0;text-align:center}.fake_list{height:495px!important;margin-top:28px;overflow-y:hidden!important}.profile__section-title-prof{color:#7d7d7d;font-size:24px;font-weight:500;width:100%}.profile__section-title img{height:24px;width:24px}.profile_header-bloc{align-items:center;display:flex;gap:20px;margin:20px 0 25px}.profile__name h1{color:#e1e1e1;font-weight:600}.profile__stats{display:flex;gap:100px;justify-content:space-between;margin-bottom:25px}.profile__stat-label{color:#ff3b83;font-size:18px;font-weight:500;margin-bottom:10px}.profile__stat-value{color:#e1e1e1;font-size:28px;font-weight:600}.profile__activity-column{grid-gap:9px;display:grid;gap:9px;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(1,1fr);margin-bottom:9px}.profile__activity-item{background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:10px;padding:10px 10px 15px;position:relative;text-align:center}.profile__activity-label{color:#711130;font-size:16px;font-weight:400;text-align:center}.gift-message{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.profile__activity-value{color:#fff;font-size:32px;font-weight:600;margin-top:5px;text-align:center}.profile__activity-item>img{margin-bottom:5px;text-align:center}.info{left:5px;position:absolute;top:5px}.profile__section-title{align-items:center;color:#e1e1e1;display:flex;font-size:18px;font-weight:600;gap:10px;margin-bottom:28px}.tab-active{leading-trim:Cap height;background:linear-gradient(0deg,#f68944,#ff3b83);border-radius:57px;font-family:Gilroy;font-size:18px;font-weight:500;gap:12px;height:60;letter-spacing:0;line-height:21.83px;padding:15px;width:270}.tabs>*{flex:1 1}.tabs{align-items:center;display:flex;gap:15px}.tabs-container{height:495px}.grad-container,.tabs-container{background:#1d1d1d;border-radius:57px;padding:15px;position:relative}.grad-container{align-items:center;display:flex;height:auto;height:495px;margin-top:28px}.grad-container canvas{height:410px!important;width:300px!important}.tab-content{height:390px;margin:20px 0;overflow-y:scroll;padding-right:5px}.profile__likes-list{height:462px;overflow-y:auto;padding-right:5px}.profile__likes{background:#1d1d1d;border-radius:57px;height:495px;padding:15px;position:relative}.tab-content::-webkit-scrollbar{width:5px}.tab-content::-webkit-scrollbar-track{background:#000}.tab-content::-webkit-scrollbar-thumb{background:#ff3b83;border-radius:10px}.tab-content::-webkit-scrollbar-thumb:hover{background:#302f31}.profile__likes-list::-webkit-scrollbar{width:5px}.profile__likes-list::-webkit-scrollbar-track{background:#000}.profile__likes-list::-webkit-scrollbar-thumb{background:#ff3b83;border-radius:10px}.profile__likes-list::-webkit-scrollbar-thumb:hover{background:#302f31}.comment-item-photo,.like-item-photo{border-radius:100px;height:38px;min-width:38px}.comment-item,.like-item{align-items:center;background:#101010;border-radius:57px;display:flex;gap:7px;margin-bottom:10px;min-height:60px;padding:27px 15px;width:100%}.comment-item a,.like-item a{color:#ff3b83;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.tab{leading-trim:Cap height;background:#0d0d15;border-radius:57px;font-family:Gilroy;font-size:18px;font-weight:500;gap:12px;height:60;letter-spacing:0;line-height:21.83px;padding:15px;width:270}.profile__likes-item{align-items:center;background:#101010;border-radius:57px;display:flex;gap:10px;margin-bottom:10px;min-height:60px;padding:27px 15px;width:100%}.profile__hidden-friend-name{font-size:18px}.profile__hidden-friend{align-items:center;display:flex;gap:10px}.profile__hidden-friend-photo{background:linear-gradient(1turn,#f68944,#ff3b83);border-radius:100px;height:36px;width:36px}.wrapper-block{grid-gap:40px 30px;display:grid;gap:40px 30px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);margin-top:50px}.profile__actions button:first-child:before{background-image:url(/static/media/refresh.baf48f9dad3b0bb5b51c.svg)}.profile__actions button:first-child:before,.profile__actions button:last-child:before{background-repeat:no-repeat;background-size:contain;content:"";display:block;height:24px;width:24px}.profile__actions button:last-child:before{background-image:url(/static/media/search.67ec8ca3b26c77de666f.svg)}.payment-placeholder{align-items:left}.loading-placeholder,.payment-placeholder{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1f1f1fcc;border:2px solid #1d1d1d;border-radius:57px;display:flex;flex-direction:column;height:100%;height:495px;justify-content:center;left:0;padding:50px;position:absolute;top:0;width:100%}.loading-placeholder{align-items:center}.text-blur{font-size:32px;margin-bottom:20px}.btn-blur,.text-blur{color:#fff;font-weight:600}.btn-blur{background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:57px;cursor:pointer;font-size:18px;height:90px;justify-content:center;padding:10px;text-align:center;width:100%}.btn-blur,.profile__header{align-items:center;display:flex}.profile__header{flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-between}.profile__stat-value{font-size:48px}.profile__stat-label{font-size:24px}.wrpapeer-block{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr);margin-top:50px}@media (max-width:768px){.profile__stats{display:flex;gap:inherit;justify-content:space-between;margin-bottom:25px;width:100%}.data-container{display:block;height:90%;position:relative}.profile__activity-column{grid-gap:9px;display:grid;gap:9px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);margin-bottom:9px}.wrapper-block{grid-gap:40px 30px;display:grid;gap:40px 30px;grid-template-columns:repeat(1,1fr);margin-top:50px}.profile__name{display:flex;flex-direction:column;gap:10px}.profile__name,.profile__name>h1{font-size:28px!important}#profile-photo{border-radius:100px;height:90px;width:90px}.profile__section-title-prof{color:#7d7d7d;font-size:18px;font-weight:500;width:100%}.profile__activity-value{color:#fff;font-size:15px;font-weight:600;margin-top:5px;text-align:center}.profile__stat-label{font-size:18px}.profile__stat-value{font-size:28px}.profile__activity-label{font-size:12px}.grad-container{align-items:center;display:flex;height:auto;min-height:440px}.tabs-container{height:420px}.tab-content{height:317px}.payment-placeholder{align-items:left}.loading-placeholder,.payment-placeholder{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#101010cc;border:2px solid #1d1d1d;border-radius:57px;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:10px;position:absolute;top:0;width:100%}.loading-placeholder{align-items:center}.text-blur{font-size:19px;margin-bottom:20px}.btn-blur{background:linear-gradient(1turn,#f68944,#ff3b83);border-radius:57px;cursor:pointer;font-size:18px;height:60px;justify-content:center;padding:10px;text-align:center;width:100%}.fake_list{height:355px!important;margin-top:28px;overflow-y:hidden!important}.profile__likes-item{gap:10px}.comment-item,.like-item,.profile__likes-item{align-items:center;display:flex;margin-bottom:10px;min-height:60px;padding:16px 10px;width:100%}.comment-item,.like-item{background:#101010;border-radius:57px;font-size:14px;gap:7px}.tab-content{height:303px;margin:20px 0;overflow-y:scroll;padding-right:5px}}.settings-page{margin:0 auto 100px;max-width:1200px;padding:0 20px}.settings-page h1{align-items:center;display:flex;gap:10px}.date-to,.settings-page h1{color:#fff;font-size:28px;font-weight:600}.date-to{margin-top:15px}.date-to span{-webkit-text-fill-color:#0000;background:radial-gradient(766.78% 137.07% at 100% 6.25%,#ff3b83 0,#f68944 100%);background-clip:text;-webkit-background-clip:text}.settings-page h1:before{background-image:url(/static/media/option.89cd88cc2c6213b9c280.svg);content:"";display:block;filter:invert(1);height:24px;width:24px}.settings-form{align-items:flex-end;display:flex;flex-wrap:wrap;gap:20px;margin-top:25px}.form-group{display:flex;flex:1 1;flex-wrap:wrap;gap:10px}.settings-form label{color:#8d8d8d;font-size:18px;font-weight:500}.settings-form input{background:#1d1d1d;border-radius:57px;height:73px;padding:10px 10px 10px 20px;width:100%}.settings-form input::placeholder{color:#7d7d7d;font-size:24px;font-weight:500}.save-button{align-items:center;background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:57px;color:#fff;display:flex;font-size:18px;font-weight:600;gap:5px;height:73px;padding:10px 30px}.save-button:before{background-image:url(/static/media/save.e3c20508771b76718ad9.svg);content:"";display:block;height:24px;width:24px}.more_info{color:#7d7d7d;font-weight:500}.history-button,.more_info{font-size:18px;margin-top:15px}.history-button{align-items:center;background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:57px;color:#fff;display:flex;font-weight:600;gap:5px;height:73px;justify-content:center;width:100%}.history-button:before{background-image:url(/static/media/svit.e58b33d8c4320859dece.svg);background-size:cover;content:"";display:block;height:24px;width:24px}@media (max-width:768px){.settings-form{align-items:stretch;display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;margin-top:25px}.save-button{align-items:center;background:linear-gradient(90deg,#f68944,#ff3b83);border-radius:57px;color:#fff;display:flex;font-size:18px;font-weight:600;gap:5px;height:73px;justify-content:center;padding:10px 30px}}.success-icon{margin-bottom:35px;margin-top:72px}.success-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.success-page{margin:0 15px}.success-content>h1{color:#fff;font-size:28px;font-weight:600;margin-bottom:30px;text-align:center}.success-content>p{color:#525280;font-size:18px;font-weight:500;margin-bottom:94px;text-align:center}.buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:30px;max-width:460px;width:100%}.btn{border-radius:57px;font-weight:600;height:70px;padding:10px;width:100%}.btn.login-btn{background:linear-gradient(90deg,#f68944,#ff3b83)}.home-btn{background:#fff;color:#000}*{border:none;margin:0;padding:0}*,:after,:before{box-sizing:border-box}a,a:hover,a:link,a:visited{text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{height:auto;max-width:100%}address{font-style:normal}button,input,select,textarea{background-color:initial;color:inherit;font-family:inherit;font-size:inherit}input::-ms-clear{display:none}button,input[type=submit]{background-color:initial;background:none;box-shadow:none;cursor:pointer;display:inline-block}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}.profile-photo{border-radius:100px}@font-face{font-family:Gilroy;font-style:normal;font-weight:400;src:url(/static/media/Gilroy-Regular.b91b0127c56a8e5f9e83.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:500;src:url(/static/media/Gilroy-Medium.f9f832b0ed3f1ab138c9.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:600;src:url(/static/media/Gilroy-SemiBold.6780292641f883b3dad3.ttf) format("truetype")}
/*# sourceMappingURL=main.416a1f76.css.map*/