@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@keyframes entrance-header{0%{opacity:0;transform:translateY(-24px);filter:blur(8px)}to{opacity:1;transform:none;filter:none}}@keyframes entrance-card{0%{opacity:0;transform:perspective(900px) rotateX(5deg) translateY(28px) scale(.96);filter:blur(10px)}55%{filter:blur(0)}to{opacity:1;transform:none;filter:none}}@keyframes entrance-fade{0%{opacity:0;transform:translateY(14px);filter:blur(6px)}to{opacity:1;transform:none;filter:none}}*{box-sizing:border-box;scroll-behavior:smooth}body,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}img{display:block;max-width:100%;max-height:100%;object-fit:cover;writing-mode:horizontal-tb}ul,li{display:block;margin:0;padding:0}a{display:block;text-decoration:none}input{outline:none;border:none;background-color:inherit}button{padding:0;background:none;cursor:pointer;border:none}:root{--bg-color-body: #f5f6fa;--color-border: #e2e5ea}.dark{--bg-color-body: #0f1117;--color-border: #2d3047}body{font-family:Inter,sans-serif;font-feature-settings:unset;background-color:var(--bg-color-body)}.theme-transition,.theme-transition *,.theme-transition *:before,.theme-transition *:after{transition:background-color .35s ease,color .35s ease,border-color .35s ease,fill .35s ease,stroke .35s ease,box-shadow .35s ease!important}.container{margin:0 auto;padding:0 20px;max-width:1230px;width:100%}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--color-text: #1a1b1e;--arrow-back-svg: #1a1b1e;--color-btn-arrow: #1a1b1e;--color-index-title: #1a1b1e}.dark{--color-text: #e9ecef;--arrow-back-svg: #e9ecef;--color-btn-arrow: #e9ecef;--color-index-title: #e9ecef}.index__title{margin-top:24px;margin-bottom:16px;color:var(--color-index-title);animation:entrance-fade .4s cubic-bezier(.16,1,.3,1) .12s both}.index__arrow-back{display:none;align-items:center;gap:5px;padding:5px;color:var(--color-btn-arrow);border:1px solid var(--color-border);border-radius:8px;transition:background-color .2s ease,transform .1s ease}.index__arrow-back:hover{background-color:#d128a114;border-color:#d128a1}.index__arrow-back:active{transform:scale(.95)}.index__arrow-back--show{display:flex}.index__arrow-back-svg{display:flex;transform:rotate(90deg)}.index__arrow-back-svg path{fill:var(--arrow-back-svg)}.index__arrow-back-text{font-size:16px}.index__wrapper{position:relative;display:flex;gap:30px;padding:12px 8px}.index__right-bar{max-width:495px;width:100%;position:sticky;top:20px;align-self:flex-start;box-shadow:1px 3px 10px #00000012;animation:entrance-card .65s cubic-bezier(.16,1,.3,1) .28s both}.index__left-bar--hidden{display:none}.index__right-bar--show{background-color:var(--bg-color-left-bar)}.index__about-item{color:var(--color-text)}.index__about-span{display:block;margin-bottom:4px}.index__about-wrapper--center{align-items:center}.index__comment{margin-top:8px}.index__primary-btn{display:none}.index__right-bar--show{display:block}.index__footer{margin-top:52px}.index__footer--hidden{display:none}@media screen and (max-width:805px){.index__wrapper{flex-direction:column}.index__right-bar{display:none;position:static;align-self:auto}.index__right-bar--show{display:block;max-width:none}.index__primary-btn{display:block}.index__primary-btn--hidden{display:none}}@media screen and (max-width:575px){.index__right-bar--show .order__list-item{flex-direction:column;gap:5px}.index__right-bar--show .order__list{gap:10px}}:root{--bg-color-header: #ffffff;--color-categories: #D128A1;--color-border-search: #c8cdd5;--color-placeholder: #b0b7c3;--color-text-input: #1a1b1e;--color-border-profile: #ffffff;--color-btn-theme-stroke: #1a1b1e}.dark{--bg-color-header: #1a1d27;--color-border-search: #2d3047;--color-placeholder: #5a6070;--color-text-input: #e9ecef;--color-border-profile: #1a1d27;--color-btn-theme-stroke: #e9ecef}.header{position:relative;z-index:1;min-width:320px;max-width:100%;border-radius:0 0 20px 20px;background-color:var(--bg-color-header);filter:drop-shadow(0px 4px 15px rgba(0,0,0,.1));overflow-x:clip;animation:entrance-header .55s cubic-bezier(.16,1,.3,1) both}.header__wrapper{display:flex;align-items:center;justify-content:center;gap:19px;padding:20px 0}.header__logo{max-width:40px;max-height:40px;width:100%;height:100%;transition:transform .25s ease}.header__logo:hover{transform:scale(1.08) rotate(-4deg)}.btn-categories{display:flex;align-items:center;gap:8px;padding:10px 16px;min-width:max-content;color:var(--color-categories);transition:opacity .2s ease,transform .2s ease}.btn-categories:hover{opacity:.75;transform:scale(1.03)}.btn-categories:active{transform:scale(.97)}.btn-categories__svg{max-width:20px;max-height:20px}.btn-categories__text{color:inherit;font-size:14px;font-weight:700}.header__search{max-width:450px;width:100%}.search-form__wrapper{display:flex;align-items:center;gap:10px;padding:10px;width:100%;border:1px solid var(--color-border-search);border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.search-form__wrapper:focus-within{border-color:#d128a1;box-shadow:0 0 0 3px #d128a11a}.search-form__svg{max-width:16px;max-height:16px}.search-form__input{width:100%;font-size:14px;color:var(--color-text-input)}.search-form__input::placeholder{color:var(--color-placeholder)}.header__menu-burger{display:none}.header__right-bar{display:flex;align-items:center;gap:24px}.header__right-bar--active{height:0;background-color:var(--bg-color-header)}.backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000059;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100}.prizes{display:flex;align-items:center;gap:5px;min-width:max-content;transition:transform .2s ease,opacity .2s ease}.prizes:hover{transform:scale(1.05);opacity:.85}.prizes:active{transform:scale(.97)}.prizes__text{font-size:14px;font-weight:700;background:linear-gradient(-71deg,#d128a1,#f60);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile{position:relative;max-width:50px;max-height:50px;transition:transform .2s ease}.profile:hover{transform:scale(1.06)}.profile:active{transform:scale(.95)}.profile:before{content:"";position:absolute;right:5px;bottom:1px;width:10px;height:10px;border:2px solid #ffffff;background-image:linear-gradient(-33deg,#d128a1,#f60);border-radius:50%}.header__btn-offer{max-width:180px;min-width:max-content}@keyframes theme-spin{0%{transform:rotate(0) scale(1)}40%{transform:rotate(200deg) scale(.8)}to{transform:rotate(360deg) scale(1)}}.btn-theme__svg{display:block;transition:opacity .2s ease}.btn-theme__svg svg{max-width:20px;max-height:20px;stroke:var(--color-btn-theme-stroke)}.btn-theme:hover .btn-theme__svg{opacity:.6}.theme-transition .btn-theme__svg svg{animation:theme-spin .4s ease forwards}@media screen and (max-width:1250px){.btn-categories__text{display:none}}@media screen and (max-width:1199px){.prizes__text{display:none}}@media screen and (max-width:991px){.header{z-index:110}.header__menu-burger,.backdrop{display:block}.header__right-bar{position:fixed;top:0;right:0;width:220px;height:100dvh;flex-direction:column;align-items:center;padding:20px 5px 5px;background-color:var(--bg-color-header);transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:200}.header__right-bar--active{transform:translate(0)}}:root{--color-notification-bg: #FF6600}.notification{position:relative;padding:0;cursor:pointer;transition:transform .2s ease}.notification:hover{transform:scale(1.12)}.notification:active{transform:scale(.92)}.notification__number{position:absolute;top:-10px;right:-20px;padding:2px 3px;font-size:10px;font-weight:700;color:#fff;background-color:var(--color-notification-bg);border:2px solid #ffffff;border-radius:25px}:root{--bg-color-burger: #ffffff;--color-element-burger: #1a1b1e}.dark{--bg-color-burger: #1a1d27;--color-element-burger: #e9ecef}.menu-burger{display:flex;flex-direction:column;gap:3px;padding:5px;width:30px;background-color:var(--bg-color-burger)}.menu-burger__span{width:100%;height:2px;background-color:var(--color-element-burger)}:root{--color-text-primary-btn: #6b7280;--bg-primary-btn-disabled: #D4D2D5}.dark{--color-text-primary-btn: #5a6070;--bg-primary-btn-disabled: #2a2d44}.primary-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 45px;width:100%;color:#fff;background-image:linear-gradient(-71deg,#d128a1,#f60);border-radius:6px;transition:filter .25s ease,transform .1s ease}.primary-btn:hover{filter:brightness(1.12)}.primary-btn:active:not(.primary-btn--disabled){transform:scale(.97);filter:brightness(.95)}.primary-btn--disabled{color:var(--color-text-primary-btn);background-image:none;background-color:var(--bg-primary-btn-disabled)}.primary-btn--disabled:hover{filter:none;cursor:not-allowed}.primary-btn__text{color:inherit;font-size:16px;font-weight:600}:root{--color-border-search: #e2e5ea;--bg-color-route-details: #ffffff;--color-text: #1a1b1e;--color-text-input: #1a1b1e}.dark{--color-border-search: #2d3047;--bg-color-route-details: #222536;--color-text: #e9ecef;--color-text-input: #e9ecef}@keyframes route-expand{0%{max-height:0;padding-top:0;padding-bottom:0}to{max-height:320px;padding-top:16px;padding-bottom:16px}}@keyframes route-slide-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes route-collapse{0%{max-height:320px;padding-top:16px;padding-bottom:16px;margin-bottom:8px}to{max-height:0;padding-top:0;padding-bottom:0;margin-bottom:0}}@keyframes route-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.route-details{background-color:var(--bg-color-route-details)}.route-details__list{display:flex;flex-direction:column}.route-details__item{padding:16px;margin-bottom:8px;color:var(--color-text);border:1px solid var(--color-border);border-radius:10px}.route-details__item:last-child{margin-bottom:0}.route-details__item--entering{overflow:hidden;animation:route-expand .38s cubic-bezier(.4,0,.2,1) both,route-slide-in .42s cubic-bezier(.34,1.3,.64,1) both}.route-details__item--removing{overflow:hidden;pointer-events:none;animation:route-collapse .35s ease-in forwards,route-fade-out .22s ease-in forwards}.route-details__wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.route-details__btn-trash{max-width:24px;max-height:24px;transition:transform .2s ease}.route-details__btn-trash:hover{transform:scale(1.2) rotate(8deg)}.route-details__title{font-size:16px;font-weight:600}.route-details__main{display:flex;align-items:center;gap:8px}.route-details__left-item{width:100%}.route-details__point-name{position:relative}.route-details__point-name:after{content:"*";position:absolute;top:-5px;color:#d51a52}.route-details__right-item{width:50%}.route-details__btn-add-wrapper{margin-top:8px;max-width:222px}.route-details__btn-add{padding:8px 28px;width:100%;color:#d128a1;font-weight:600;border:2px solid #D128A1;border-radius:6px;transition:color .2s ease,background-color .2s ease,transform .1s ease}.route-details__btn-add:hover{color:#fff;background-color:#d128a1}.route-details__btn-add:active{transform:scale(.96)}.route-details__btn-add--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media screen and (max-width:910px){.route-details__main{flex-direction:column}.route-details__right-item{width:100%}}:root{--bg-color-form-input: #ffffff;--color-border-search: #e2e5ea;--color-border-search-only-read: #e2e5ea;--color-label-text: #1a1b1e;--color-text-input: #1a1b1e;--color-svg: #1a1b1e;--bg-color-error-msg: #ffffff;--color-error-msg: #1a1b1e}.dark{--bg-color-form-input: #222536;--color-border-search: #2d3047;--color-border-search-only-read: #2d3047;--color-label-text: #e9ecef;--color-text-input: #e9ecef;--color-svg: #e9ecef;--bg-color-error-msg: #222536;--color-error-msg: #e9ecef}.form-input{background-color:var(--bg-color-form-input)}.form-input__label{display:flex;gap:4px;margin-bottom:4px;width:max-content;color:var(--color-label-text);font-size:16px;font-weight:400}.form-input__label-text{position:relative}.form-input__label-text--requirement:after{content:"*";position:absolute;top:-5px;color:#d51a52}.form-input__wrapper-input{position:relative;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--color-border-search);border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.form-input__wrapper-input:focus-within{border-color:#d128a1;box-shadow:0 0 0 3px #d128a11a}.form-input__wrapper-input--only-read{border:1px solid var(--color-border-search-only-read)}.form-input__input{padding:8px 10px;width:100%;font-size:16px;color:var(--color-text-input)}.form-input__input[readonly]{padding-right:0;cursor:pointer}.form-input__wrapper-input--error{border-color:red}.form-input__btn{padding-right:10px;max-height:20px;transition:transform .22s cubic-bezier(.4,0,.2,1)}.form-input__error-message{position:absolute;left:0;bottom:-25px;z-index:2;padding:5px 10px;color:var(--color-error-msg);background-color:var(--bg-color-error-msg);border:1px solid red;border-radius:8px}:root{--color-text-contact: #1a1b1e}.dark{--color-text-contact: #e9ecef}.contact-info{padding:16px;width:100%;border-radius:10px;border:1px solid var(--color-border)}.contact-info__wrapper{display:flex;justify-content:space-between;gap:15px;width:100%}.contact-info__item--left{display:flex;flex-direction:column;gap:12px}.contact-info__info-item{display:flex;justify-content:space-between;gap:70px}.contact-info__label{color:#717171;font-size:16px}.contact-info__field-group{display:flex;flex-direction:column;gap:3px}.contact-info__input{padding:2px;color:var(--color-text-contact);font-size:16px;border:1px solid rgba(0,0,0,.01);transition:border-color .18s ease}.contact-info__input--edit{border-radius:5px;border:1px solid var(--color-border)}.contact-info__input--error{border-color:#d51a52!important}.contact-info__error{padding-left:2px;color:#d51a52;font-size:12px}.contact-info__btn{display:flex;align-items:center;gap:8px;padding:4px 12px;color:#fff;font-size:14px;background-color:#d128a1;border-radius:4px;transition:filter .2s ease,transform .1s ease}.contact-info__btn:hover{filter:brightness(1.12)}.contact-info__btn:active{transform:scale(.95);filter:brightness(.95)}.contact-info__btn-text{text-transform:capitalize}.contact-info__btn-svg{max-width:16px;max-height:16px}@media screen and (max-width:1120px){.contact-info__item--left{gap:16px}.contact-info__info-item{flex-direction:column;gap:4px}.contact-info__btn-text{display:none}}@media screen and (max-width:390px){.contact-info__wrapper{position:relative}.contact-info__item--right{position:absolute;top:-10px;right:-10px}}:root{--bg-color-note: #ffffff;--color-text-note: #1a1b1e;--color-svg-note: #1a1b1e}.dark{--bg-color-note: #222536;--color-text-note: #e9ecef;--color-svg-note: #e9ecef}.note{width:100%;background-color:var(--bg-color-note)}.note__title{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:var(--color-text-note)}.note__title-svg{max-width:24px;max-height:24px}.note__title-svg path{fill:var(--color-svg-note)}.note__title-text{font-weight:400}.note__text{color:#9da6aa;font-size:16px;line-height:24px}:root{--bg-color-switch-btn: #ffffff;--color-label-text: #1a1b1e}.dark{--bg-color-switch-btn: #222536;--color-label-text: #e9ecef}.switch-btn__wrapper{display:flex;justify-content:space-between;width:100%;background-color:var(--bg-color-switch-btn)}.switch-btn__label{display:block;color:var(--color-label-text)}.switch-btn{padding:2px;width:48px;background-color:#7e8588;border-radius:40px;transition:all .5s ease}.switch-btn--on{background-color:#d128a1}.switch-btn__thumb{display:block;width:24px;height:24px;background-color:#fff;border-radius:50%;transform:translate(0);transition:all .5s ease}.switch-btn--on .switch-btn__thumb{transform:translate(82%)}:root{--bg-color-order: #ffffff;--color-title-order: #1a1b1e;--color-price-value-order: #1a1b1e;--color-currency-order: #1a1b1e;--color-label-order: #717171;--color-point-order: #4D4B4B}.dark{--bg-color-order: #222536;--color-title-order: #66cdd8;--color-price-value-order: #e9ecef;--color-currency-order: #e9ecef;--color-label-order: #9499a4;--color-point-order: #9499a4}.order{background-color:var(--bg-color-order)}.order__top{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--color-border);border-radius:8px}.order__top-wrapper{display:flex;gap:8px}.order__img-wrapper{position:relative;max-width:166px;max-height:126px;width:100%;border-radius:8px;overflow:hidden}.order__img{max-width:none}.order__img-banner{position:absolute;top:0;left:0;padding:6px;max-width:80px;color:#fff;font-size:10px;background-color:#f60;border-radius:0 0 6px;text-transform:uppercase}.order__right-item-wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:4px}.order__title{margin-bottom:8px;color:var(--color-title-order);font-size:16px}.order__payment{display:flex;gap:3px;color:#f60;font-size:16px;font-weight:700}.order__payment-currency{text-transform:uppercase}.order__list-currency{color:var(--color-currency-order)}.order__right-item-bottom,.order__right-info{display:flex;align-items:center}.order__right-info:not(:last-child):after{content:"";margin:0 8px;width:5px;height:5px;background-color:#9da6aa;border-radius:50%}.order__right-info-svg{display:flex;align-items:center;justify-content:center;margin-right:4px;max-width:17px;max-height:22px}.order__right-info-text{color:#9da6aa;font-size:13px}.order__right-info-text--bold{font-weight:800}.order__point-list{display:flex;flex-direction:column;gap:8px;padding:8px;border:1px solid #D128A1;border-radius:8px}.order__point-list-item{display:flex;flex-direction:column;gap:2px}.order__point{color:var(--color-point-order);font-size:14px}.order__path{color:#d128a1;font-size:16px;font-weight:600}.order__contact-info{display:none;margin-top:24px}.order__list{display:flex;flex-direction:column;gap:4px;margin-top:24px}.order__list-item{display:flex;justify-content:space-between}.order__price-name{color:var(--color-label-order);font-size:16px}.order__list-item-wrapper{display:flex;gap:3px}.order__price-value{color:var(--color-price-value-order)}.order__price-name--total,.order__price-value--total,.order__list-currency--total{color:#f60;font-weight:600}.order__list-item--decor{width:100%;height:1px;background-color:var(--color-border)}.order__alternative{margin-top:35px;padding:12px 8px;border:1px solid var(--color-border);border-radius:8px}.order__primary-btn{margin-top:24px}@media screen and (max-width:805px){.order__contact-info{display:block;margin-top:24px}}.checkbox-btn{width:20px;height:20px;border:1px solid #9DA6AA;border-radius:6px;overflow:hidden;cursor:pointer;transition:border-color .2s ease,transform .15s ease,box-shadow .2s ease}.checkbox-btn:hover{border-color:#d128a1;box-shadow:0 0 0 3px #d128a11f}.checkbox-btn:active{transform:scale(.88)}.checkbox-btn__check-mark{display:block;width:100%;height:100%;color:#fff;background-color:#d128a1;transition:opacity .15s ease,transform .15s ease;transform-origin:center}.checkbox-btn__check-mark--hidden{opacity:0;transform:scale(.5)}:root{--bg-color-footer: #eef0f5;--color-title-footer: #1a1b1e;--color-text-copyright: #6b7280;--color-link-footer: #3d4451;--color-svg-footer: #1a1b1e}.dark{--bg-color-footer: #1a1d27;--color-title-footer: #e9ecef;--color-text-copyright: #6b7280;--color-link-footer: #c5cfe3;--color-svg-footer: #e9ecef}.footer{background-color:var(--bg-color-footer);animation:entrance-fade .45s cubic-bezier(.16,1,.3,1) .35s both}.footer__wrapper-content{position:relative;display:flex;padding:32px 0}.footer__left-content{display:flex;flex-wrap:wrap;gap:30px;width:100%;min-height:215px}.footer__item{display:flex;flex-direction:column;justify-content:space-between;margin-right:auto;max-width:245px;width:100%}.footer__img-wrapper{margin-bottom:15px}.footer__copyright{max-width:185px;color:var(--color-text-copyright);font-size:10px}.footer__title{margin-bottom:22px;color:var(--color-title-footer);font-size:16px}.footer__list{display:flex;flex-direction:column;gap:8px}.footer__list-link{display:flex;align-items:center;gap:16px;color:var(--color-link-footer);font-size:14px;transition:color .2s ease,transform .2s ease}.footer__list-link:hover{transform:translate(4px);color:#d128a1}.footer__list-link-svg{display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px}.footer__list-link-svg path{fill:var(--color-svg-footer)}.footer__social-list{display:flex;gap:16px;margin-top:16px}.footer__social-link{display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;transition:transform .2s ease}.footer__social-link:hover{transform:translateY(-3px) scale(1.12)}.footer__social-link--big-icon{min-width:42px;min-height:42px}.footer__right-content{display:flex;align-items:end}.footer__right-content--select .form-input__wrapper-input--only-read{border:none;background-color:#fff;border-radius:5px;overflow:hidden}.footer__right-content--select .form-input__input{color:#d128a1;font-weight:600}.footer__right-content--select .form-select .form-input__btn path{stroke:#d128a1}@media screen and (max-width:645px){.footer__left-content{justify-content:center}.footer__item{margin:0}}@media screen and (max-width:575px){.footer__right-content--select{position:absolute;right:0;top:32px}}:root{--bg-color-select: #ffffff;--color-form-select: #1a1b1e;--select-border: 1px solid rgba(0, 0, 0, .07);--select-shadow: 0 4px 6px -2px rgba(0, 0, 0, .06), 0 12px 40px -4px rgba(0, 0, 0, .14)}.dark{--bg-color-select: #252840;--color-form-select: #e9ecef;--select-border: 1px solid rgba(255, 255, 255, .09);--select-shadow: 0 4px 8px rgba(0, 0, 0, .35), 0 16px 48px rgba(0, 0, 0, .45)}.form-select__label{display:flex;gap:4px;margin-bottom:4px;font-size:16px;font-weight:400}.form-select__wrapper-input{position:relative}@keyframes select-open{0%{opacity:0;transform:translateY(-8px) scaleY(.92)}to{opacity:1;transform:none}}@keyframes select-open-up{0%{opacity:0;transform:translateY(8px) scaleY(.92)}to{opacity:1;transform:none}}@keyframes select-close{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-6px) scaleY(.94)}}@keyframes select-close-up{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(6px) scaleY(.94)}}.form-select__menu{position:absolute;z-index:9999;min-width:max-content;display:flex;flex-direction:column;gap:5px;padding:10px 15px;background-color:var(--bg-color-select);border:var(--select-border);border-radius:10px;box-shadow:var(--select-shadow);cursor:pointer}.form-select__menu--upward{transform-origin:bottom center}.form-select__menu--visible{transform-origin:top center;animation:select-open .22s cubic-bezier(.34,1.2,.64,1) both}.form-select__menu--upward.form-select__menu--visible{transform-origin:bottom center;animation:select-open-up .22s cubic-bezier(.34,1.2,.64,1) both}.form-select__menu--closing{animation:select-close .16s cubic-bezier(.4,0,.8,.6) forwards;pointer-events:none}.form-select__menu--upward.form-select__menu--closing{animation:select-close-up .16s cubic-bezier(.4,0,.8,.6) forwards}.form-select__item{color:var(--color-form-select);transition:color .15s ease,padding-left .15s ease}.form-select__item:hover{padding-left:6px;color:#d128a1}.form-select .form-input__btn path{stroke:var(--color-form-select)}.sub-title{display:flex;align-items:center;gap:4px}.sub-title__svg svg{max-width:9px;max-height:16px}.sub-title__text{font-size:16px}:root{--bg-color-section-list: #ffffff;--color-sub-title: #1a1b1e}.dark{--bg-color-section-list: #222536;--color-sub-title: #e9ecef}.section-list{display:flex;flex-direction:column;gap:16px;padding:25px;width:100%;box-shadow:1px 3px 10px #00000012;background-color:var(--bg-color-section-list);border-radius:15px;animation:entrance-card .65s cubic-bezier(.16,1,.3,1) .15s both}.section-list__section{max-width:705px;animation:entrance-fade .45s cubic-bezier(.16,1,.3,1) both}.section-list__section:nth-child(1){animation-delay:.22s}.section-list__section:nth-child(2){animation-delay:.32s}.section-list__section:nth-child(3){animation-delay:.42s}.section-list__section:nth-child(4){animation-delay:.52s}.section-list__section:nth-child(5){animation-delay:.62s}.section-list__section:nth-child(6){animation-delay:.72s}.section-list__sub-title{margin-bottom:8px;color:var(--color-sub-title)}:root{--bg-color-left-bar: #ffffff}.dark{--bg-color-left-bar: #222536}.form-wrapper{display:flex;flex-direction:column;gap:8px;background-color:var(--bg-color-left-bar)}:root{--bg-color-form-input-size: #ffffff;--color-label-text: #1a1b1e;--color-element: #1a1b1e}.dark{--bg-color-form-input-size: #222536;--color-label-text: #e9ecef;--color-element: #e9ecef}.form-input-size{background-color:var(--bg-color-form-input-size)}.form-input-size__label{display:block;margin-bottom:4px;color:var(--color-label-text)}.form-input-size__content{display:flex;align-items:center;justify-content:space-between;gap:3px}.form-input-size__element{color:var(--color-element)}:root{--bg-date-picker: #ffffff;--color-dp-text: #1a1b1e;--color-dp-hover: #f3f4f6;--color-dp-disabled: #c4c9d4;--color-dp-day-name: #9ca3af;--dp-border: 1px solid rgba(0, 0, 0, .07);--dp-shadow: 0 4px 6px -2px rgba(0, 0, 0, .06), 0 12px 40px -4px rgba(0, 0, 0, .14)}.dark{--bg-date-picker: #252840;--color-dp-text: #e9ecef;--color-dp-hover: #2e3152;--color-dp-disabled: #4a4e63;--color-dp-day-name: #6b7280;--dp-border: 1px solid rgba(255, 255, 255, .09);--dp-shadow: 0 4px 8px rgba(0, 0, 0, .35), 0 16px 48px rgba(0, 0, 0, .45)}@keyframes datepicker-open{0%{opacity:0;transform:translateY(-8px) scaleY(.93)}to{opacity:1;transform:none}}@keyframes datepicker-close{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-6px) scaleY(.95)}}.date-picker{position:absolute;z-index:9999;padding:14px;background-color:var(--bg-date-picker);border:var(--dp-border);border-radius:14px;box-shadow:var(--dp-shadow);transform-origin:top center}.date-picker--visible{animation:datepicker-open .22s cubic-bezier(.34,1.2,.64,1) both}.date-picker--closing{animation:datepicker-close .16s cubic-bezier(.4,0,.8,.6) forwards}.date-picker__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:0 2px}.date-picker__month-year{color:var(--color-dp-text);font-size:15px;font-weight:600;letter-spacing:.01em}.date-picker__nav{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:var(--color-dp-text);font-size:22px;line-height:1;border-radius:8px;transition:background-color .15s ease}.date-picker__nav:hover{background-color:var(--color-dp-hover)}.date-picker__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.date-picker__day-name{display:flex;align-items:center;justify-content:center;padding-bottom:6px;color:var(--color-dp-day-name);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.date-picker__day{display:flex;align-items:center;justify-content:center;aspect-ratio:1;color:var(--color-dp-text);font-size:13px;border-radius:8px;transition:background-color .13s ease,color .13s ease}.date-picker__day:not(:disabled):hover{background-color:var(--color-dp-hover)}.date-picker__day--today{border:1.5px solid #D128A1;color:#d128a1;font-weight:700}.date-picker__day--selected{background-color:#d128a1!important;color:#fff!important;font-weight:700;border:none!important}.date-picker__day--disabled{color:var(--color-dp-disabled);cursor:not-allowed}:root{--bg-text-area: #ffffff;--color-text-area: #1a1b1e}.dark{--bg-text-area: #222536;--color-text-area: #e9ecef}.form-text-area{width:100%}.form-text-area__wrapper{background-color:var(--bg-text-area)}.form-text-area__textarea{display:block;padding:8px 10px;max-width:fit-content;min-width:100%;max-height:250px;min-height:100px;color:var(--color-text-area);font-size:16px;border:1px solid var(--color-border-search, #e2e5ea);border-radius:8px;background-color:var(--bg-text-area);white-space:pre-wrap;word-break:break-word;transition:border-color .2s ease,box-shadow .2s ease}.form-text-area__textarea:focus{border-color:#d128a1;box-shadow:0 0 0 3px #d128a11a}.form-text-area__wrapper-count-character{display:flex;justify-content:end;background-color:var(--bg-text-area)}.form-text-area__count-character{font-size:12px;color:#9da6aa}.toast{position:fixed;bottom:28px;right:28px;display:flex;align-items:center;gap:14px;padding:14px 20px;border-radius:10px;z-index:9999;box-shadow:0 4px 20px #00000026;animation:toast-slide-in .25s ease}.toast--success{background:#22c55e;color:#fff}.toast--error{background:#ef4444;color:#fff}.toast__message{font-size:14px;font-weight:500;line-height:1.4}.toast__close{background:none;border:none;color:inherit;cursor:pointer;font-size:20px;line-height:1;padding:0;opacity:.8;transition:opacity .15s}.toast__close:hover{opacity:1}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
