@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";.header[data-v-2964b9f5]{width:fit-content;padding:24px 12px;text-align:center;margin:auto}.header__logo-img[data-v-2964b9f5]{width:180px}.header__title[data-v-2964b9f5]{font-family:Inter,sans-serif;font-size:12px;color:#002b53;text-transform:uppercase;margin-top:8px}.footer[data-v-0b855cac]{font-family:Inter,sans-serif;font-size:14px;font-weight:600;margin-top:40px;padding-bottom:28px}.footer .logo[data-v-0b855cac]{display:block;text-align:center;margin-bottom:20px}.footer .socials[data-v-0b855cac]{display:flex;justify-content:center;gap:19px;margin-bottom:20px}@media (max-width: 350px){.footer .socials[data-v-0b855cac]{gap:12px}}@media (max-width: 310px){.footer .socials[data-v-0b855cac]{gap:8px}}.footer .socials .item[data-v-0b855cac]{width:32px;height:32px;background:#002B53;border-radius:100%;display:flex;align-items:center;justify-content:center}.footer .contacts[data-v-0b855cac]{padding:18px 0;border-width:1px 0;border-style:solid;border-color:#dadddd;margin-bottom:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px}.footer .contacts .item[data-v-0b855cac]{display:flex;align-items:center;gap:18px;margin-top:14px;font-weight:600}.footer .contacts .item[data-v-0b855cac]:first-child{margin-top:0}.footer .contacts .item .icon[data-v-0b855cac]{height:18px}.footer .copyright[data-v-0b855cac]{text-align:center;font-size:12px}.wrap[data-v-348ea089]{position:absolute;top:0;left:50%;transform:translate(-50%);max-width:1440px;width:100%;height:100%;overflow:hidden;z-index:6}.wrap div[data-v-348ea089]{position:absolute;border-radius:100%}.wrap .light-circle[data-v-348ea089]{width:120px;height:120px;border:4px solid #edf2fd}.wrap .light-circle[data-v-348ea089]:first-child{top:-90px;left:140px}.wrap .light-circle[data-v-348ea089]:nth-child(2){bottom:-20px;left:150px}.wrap .circle[data-v-348ea089]{width:260px;height:260px;border:5px solid #003a71;left:-230px;top:300px}.wrap .circle-small[data-v-348ea089]{width:60px;height:60px;border:2px solid #003a71;right:-35px;top:150px}.wrap .line[data-v-348ea089]{width:345px;height:2px;background:#edf2fd;transform:rotate(-37.13deg)}.wrap .line.first[data-v-348ea089]{bottom:50px;left:-85px}.wrap .line.second[data-v-348ea089]{right:-190px;top:120px}.wrap .circle-fill[data-v-348ea089]{background:#003a71}.wrap .circle-fill.big[data-v-348ea089]{width:30px;height:30px;left:40px;bottom:120px}.wrap .circle-fill.small[data-v-348ea089]{width:30px;height:30px;right:40px;bottom:30px}.wrap .ellipse[data-v-348ea089]{background:#edf2fd;width:28px;height:28px;top:80px;left:280px}.back[data-v-80ea869d]{min-height:80vh}.loading[data-v-80ea869d]{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;top:0;bottom:0;left:0;right:0;z-index:5;background:#ffffff}.loading .loader[data-v-80ea869d]{width:215px;height:215px;position:relative}.loading .loader div[data-v-80ea869d]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;animation-iteration-count:infinite;animation-duration:3.5s}.loading .loader .center[data-v-80ea869d]{width:0;height:0;border:0 solid #002b53;z-index:3;animation-name:center-80ea869d}.loading .loader .second[data-v-80ea869d]{border:0 solid #edf2fd;z-index:2;animation-name:second-80ea869d;width:0;height:0}.loading .loader .main[data-v-80ea869d]{width:0;height:0;border:0 solid #fafcff;animation-name:main-80ea869d}.loading .title[data-v-80ea869d]{font-weight:700;font-size:16px;color:#002b53;margin-top:24px}@keyframes main-80ea869d{0%{width:0;height:0;border-width:0}35%{width:215px;height:215px;border-width:70px}60%{width:215px;height:215px;border-width:70px}to{width:215px;height:215px;border-width:0}}@keyframes second-80ea869d{0%{width:0;height:0;border-width:0}20%{border-width:42px}30%{width:0;height:0}35%{border-width:42px}60%{width:210px;height:210px;border-width:55px}80%{border-width:31px}to{width:215px;height:215px;border-width:0}}@keyframes center-80ea869d{0%{width:0;height:0;background:#002b53;border-width:0}20%{background:#002b53;border-width:0}30%{width:0;height:0}35%{border-width:31px}60%{width:160px;height:160px}80%{border-width:31px;width:215px;height:215px}to{width:215px;height:215px;border-width:0}}.dialog-enter-active,.dialog-leave-active{transition:all .2s ease}.dialog-enter-from,.dialog-leave-to{opacity:0}.wrapper{min-height:100vh;display:flex;flex-direction:column}.wrapper main{flex:1;display:flex;flex-direction:column;position:relative}.button-wrap .button[data-v-335b91b9]{display:flex;align-items:center;transition:.2s ease;cursor:pointer;height:100%;text-transform:var(--text-transform);flex-direction:var(--flex-direction);font-size:var(--font-size);font-weight:var(--font-weight);border-radius:var(--border-radius);background-color:#fff;width:fit-content;position:relative;overflow:hidden;z-index:0}.button-wrap .button.loading[data-v-335b91b9]{border-color:#fff}.button-wrap .button.loading[data-v-335b91b9]:before{content:"";position:absolute;z-index:-2;left:-50%;top:-50%;width:200%;height:200%;background-color:#002b53;background-repeat:no-repeat;background-position:0 0;background-image:conic-gradient(transparent,#fff,transparent);animation:rotate-335b91b9 3.5s linear infinite}.button-wrap .button.loading[data-v-335b91b9]:after{content:"";position:absolute;z-index:-1;left:1px;top:1px;border-radius:6px;width:calc(100% - 2px);height:calc(100% - 2px);background:var(--loading-color)}.button-wrap .button.loading.button-primary[data-v-335b91b9]:after{background:#002B53}.button-wrap .button .button-text[data-v-335b91b9]{padding:var(--padding);font-weight:var(--font-weight)}.button-wrap .button .plus[data-v-335b91b9]{width:16px;height:16px;position:relative}.button-wrap .button .plus[data-v-335b91b9]:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:1.5px;background:#002B53;border-radius:1px}.button-wrap .button .plus[data-v-335b91b9]:after{content:"";position:absolute;bottom:0;top:0;left:50%;transform:translate(-50%);width:1.5px;background:#002B53;border-radius:1px}.button-wrap .button .icon-wrap[data-v-335b91b9]{padding:0 10px}.button-wrap .button .icon-wrap svg[data-v-335b91b9]{height:18px}.button-wrap .button .icon-wrap.icon-with-line-left[data-v-335b91b9]:after{content:"";width:1px;top:0;bottom:0;position:absolute;background-color:#dadddd;margin-left:11px}.button-wrap .button .icon-wrap.icon-with-line[data-v-335b91b9]:before{content:"";width:1px;top:0;bottom:0;position:absolute;background-color:#dadddd;margin-left:-11px}.button-wrap .button-primary[data-v-335b91b9]{color:#fff;background:#002b53}.button-wrap .button-primary[data-v-335b91b9]:hover{background:#00407c}.button-wrap .button-outline[data-v-335b91b9]{color:#002b53;border:1px solid #002B53}@keyframes rotate-335b91b9{0%{transform:rotate(0) scale(3)}to{transform:rotate(1turn) scale(3)}}.counter[data-v-da40979b]{display:flex;align-items:center;justify-content:center;gap:9px}.counter__count[data-v-da40979b]{width:21px;height:100%;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}.counter__item[data-v-da40979b]{width:24px;height:24px;border:2px solid #dadddd;border-radius:100%;position:relative}.counter__item.active[data-v-da40979b]{border:2px solid #1a1d23;cursor:pointer}.counter__item.active span[data-v-da40979b]{background:#000000}.counter__item span[data-v-da40979b]{display:block;width:9px;height:1px;background:#dadddd;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.counter__item.plus span[data-v-da40979b]:last-child{transform:translate(-50%,-50%) rotate(90deg)}.language[data-v-8dc04af9]{position:relative}.language__current[data-v-8dc04af9]{display:flex;align-items:center;gap:4px;padding:8px 4px;background:#FFFFFF;border-radius:8px;cursor:pointer}@media (max-width: 525px){.language__current[data-v-8dc04af9]{gap:8px;padding:4px;border-radius:4px}}.language__current.active .icon[data-v-8dc04af9]{transform:rotate(180deg)}.language__current .title[data-v-8dc04af9]{display:flex;align-items:center;gap:8px;font-weight:500;font-size:13px;text-transform:uppercase}.language__current .title .icon[data-v-8dc04af9]{width:8px;transition:.2s ease}@media (max-width: 525px){.language__current .title[data-v-8dc04af9]{display:none}}.language__list[data-v-8dc04af9]{position:absolute;top:calc(100% + 5px);right:0;padding:12px 10px;background:#FFFFFF;box-shadow:0 2px 10px #00000026;border-radius:4px}.language__list .item[data-v-8dc04af9]{display:flex;align-items:center;gap:4px;margin-top:15px;cursor:pointer;color:#1a1d23;padding-left:15px;position:relative;text-transform:uppercase}.language__list .item[data-v-8dc04af9]:first-child{margin-top:0}.language__list .item .selected[data-v-8dc04af9]{color:#003a71}.language__list .item .icon[data-v-8dc04af9]{width:9px;position:absolute;left:0;top:50%;transform:translateY(-50%);color:#003a71}@media (max-width: 525px){.language__list .item .title[data-v-8dc04af9]{display:none}}.account-data[data-v-019e3717]{display:flex;justify-content:flex-end;margin-bottom:10px;padding-right:10px}.account-data__item[data-v-019e3717]{color:#002b53;padding:0 8px;white-space:nowrap}.account-data__item[data-v-019e3717]:first-child{text-overflow:ellipsis;overflow:hidden;border-right:1px solid #dadddd}.account-data .log-out[data-v-019e3717]{font-size:21px;margin-left:8px;cursor:pointer}.navigation[data-v-019e3717]{background:#f6f6f6;border-radius:8px;margin-bottom:12px}.navigation .toolbar[data-v-019e3717]{position:relative}.navigation .toolbar-wrap[data-v-019e3717]{display:flex;flex-wrap:wrap;align-items:center;column-gap:24px;row-gap:8px;padding:12px;background:#f6f6f6;border-radius:8px;position:relative;z-index:11}@media (max-width: 565px){.navigation .toolbar-wrap[data-v-019e3717]{column-gap:12px}}@media (max-width: 360px){.navigation .toolbar-wrap[data-v-019e3717]{flex-wrap:nowrap}.navigation .toolbar-wrap.search-active[data-v-019e3717]{overflow:hidden}}@media (max-width: 310px){.navigation .toolbar-wrap[data-v-019e3717]{column-gap:9px}}.navigation .toolbar .go-back[data-v-019e3717]{display:flex;align-items:center;gap:16px;color:#002b53;font-weight:700;cursor:pointer;white-space:nowrap;transition:width .2s}@media (max-width: 520px){.navigation .toolbar .go-back[data-v-019e3717]{padding:5px 0;width:100%}}@media (max-width: 360px){.navigation .toolbar .go-back[data-v-019e3717]{gap:8px}.navigation .toolbar .go-back.hidden[data-v-019e3717]{width:0;height:0;opacity:0}}@media (max-width: 300px){.navigation .toolbar .go-back[data-v-019e3717]{font-size:12px;gap:4px}}.navigation .toolbar .go-back .icon[data-v-019e3717]{font-size:12px}.navigation .toolbar .filters[data-v-019e3717]{position:absolute;left:0;right:0;top:calc(100% - 10px);padding:26px 12px 16px;background:#ffffff;box-shadow:0 2px 10px #00000026;border-radius:4px;z-index:10}.navigation .toolbar .filters[data-v-019e3717] .formkit-inner{text-align:center;margin-bottom:12px}.navigation .toolbar .filters[data-v-019e3717] .formkit-inner .formkit-input{width:100%;padding:8.4px 11px;background:#f6f6f6}.navigation .toolbar .filters[data-v-019e3717] .formkit-inner .formkit-input:focus{outline:none}.navigation .toolbar .filters[data-v-019e3717] .formkit-inner .formkit-input::placeholder{color:#8289a3}@media (max-width: 626px){.navigation .toolbar .filters[data-v-019e3717] .formkit-inner .formkit-input{width:70%}}@media (max-width: 375px){.navigation .toolbar .filters[data-v-019e3717] .formkit-inner .formkit-input{width:80%}}.navigation .toolbar .filters .filter-group[data-v-019e3717]:first-child{padding-top:12px;border-top:1px solid #dadddd}.navigation .toolbar .filters .filter-title[data-v-019e3717]{display:flex;justify-content:space-between;align-items:center;color:#1a1d23;font-weight:700;font-size:14px;margin-bottom:14px;cursor:pointer}.navigation .toolbar .filters .filter-title.active .icon[data-v-019e3717]{transform:rotate(180deg)}.navigation .toolbar .filters .filter-title .icon[data-v-019e3717]{font-size:12px;margin-right:10px;transition:.35s}.navigation .toolbar .filters .filters-block-wrap[data-v-019e3717]{height:0;overflow:hidden;transition:.35s ease-in-out;border-bottom:1px solid #dadddd;margin-bottom:15px}.navigation .toolbar .filters .filters-block[data-v-019e3717]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-bottom:14px;padding-top:1px}.navigation .toolbar .filters .form[data-v-019e3717]{max-height:50vh;overflow-y:auto;overflow-x:hidden}.navigation .toolbar .filters .form__item[data-v-019e3717]{width:45%;display:flex;align-items:center;position:relative;padding-left:30px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px}@media (max-width: 515px){.navigation .toolbar .filters .form__item[data-v-019e3717]{width:100%}}.navigation .toolbar .filters .form__item input[data-v-019e3717]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.navigation .toolbar .filters .form__item .checkmark[data-v-019e3717]{position:absolute;top:50%;left:0;height:18px;width:18px;border:1px solid #dadddd;border-radius:4px;transform:translateY(-50%)}.navigation .toolbar .filters .form__item .checkmark[data-v-019e3717]:after{content:"";position:absolute;display:none;top:2px;left:5.5px;width:6px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.navigation .toolbar .filters .form__item input:checked~.checkmark[data-v-019e3717]{background:#002b53;border:1px solid #002b53}.navigation .toolbar .filters .form__item input:checked~.checkmark[data-v-019e3717]:after{display:block}.navigation .toolbar .filter[data-v-019e3717]{display:flex;align-items:center;gap:11px;cursor:pointer}.navigation .toolbar .filter span[data-v-019e3717]{color:#002b53;font-weight:700;font-size:14px}@media (max-width: 525px){.navigation .toolbar .filter span[data-v-019e3717]{display:none}}.navigation .toolbar .filter .icon[data-v-019e3717]{height:18px}.navigation .toolbar .input[data-v-019e3717]{flex:1;position:relative}@media (max-width: 360px){.navigation .toolbar .input.active[data-v-019e3717]{right:12px;min-width:100%}.navigation .toolbar .input.active input[data-v-019e3717]{width:100%}.navigation .toolbar .input.active .icon[data-v-019e3717]{right:15px}}.navigation .toolbar .input input[data-v-019e3717]{width:100%;min-width:160px;padding:8px 12px;background:#ffffff;border-radius:8px;border:none;transition:.2s ease}@media (max-width: 375px){.navigation .toolbar .input input[data-v-019e3717]{font-size:12px}}@media (max-width: 360px){.navigation .toolbar .input input[data-v-019e3717]{min-width:0;width:0}}.navigation .toolbar .input input[data-v-019e3717]::placeholder{color:#8289a3}.navigation .toolbar .input .icon[data-v-019e3717]{position:absolute;top:50%;right:15px;transform:translateY(-50%);color:#002b53;font-size:18px;transition:.2s ease}@media (max-width: 325px){.navigation .toolbar .input .icon[data-v-019e3717]{font-size:16px}}@media (max-width: 360px){.navigation .toolbar .input .icon[data-v-019e3717]{right:calc(100% - 21px)}}.navigation .toolbar .basket-link[data-v-019e3717]{padding-right:10px;position:relative}.navigation .toolbar .basket-link .icon[data-v-019e3717]{color:#002b53;height:21px}.navigation .toolbar .basket-link .amount[data-v-019e3717]{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:100%;background:#f32735;font-size:12px;color:#fff;position:absolute;bottom:12px;left:14px}.navigation .sticker-filter[data-v-019e3717]{display:flex;font-size:14px;margin-bottom:20px}.navigation .sticker-filter .item[data-v-019e3717]{display:flex;align-items:center;gap:8px;padding-right:12px;margin-right:8px;border-radius:24px;cursor:pointer}.navigation .sticker-filter .item.show-all[data-v-019e3717]{background:#003a71;color:#fff}.navigation .sticker-filter .item.show-all .icon-wrap[data-v-019e3717]{box-shadow:0 0 15px #00000040}.navigation .sticker-filter .item.show-all .icon-wrap .icon[data-v-019e3717]{width:12px}.navigation .sticker-filter .item.deadstock[data-v-019e3717]{color:#f32735;border:1px solid #f32735}.navigation .sticker-filter .item.deadstock .icon-wrap[data-v-019e3717]{border:1px solid #f32735;margin-left:-1px}.navigation .sticker-filter .item.deadstock.active[data-v-019e3717],.navigation .sticker-filter .item.deliverys.active[data-v-019e3717]{color:#fff}.navigation .sticker-filter .item.deadstock.active .icon-wrap[data-v-019e3717],.navigation .sticker-filter .item.deliverys.active .icon-wrap[data-v-019e3717]{box-shadow:0 0 15px #00000040}.navigation .sticker-filter .item.deadstock.active[data-v-019e3717]{background-color:#f32735}.navigation .sticker-filter .item.deliverys.active[data-v-019e3717]{background-color:#00a046}.navigation .sticker-filter .item.deliverys[data-v-019e3717]{color:#00a046;border:1px solid #00a046}.navigation .sticker-filter .item.deliverys .icon-wrap[data-v-019e3717]{border:1px solid #00a046;margin-left:-1px}.navigation .sticker-filter .item .icon-wrap[data-v-019e3717]{display:grid;place-content:center;width:28px;height:28px;border-radius:100%}.navigation .sticker-filter .item[data-v-019e3717]:last-child{margin-right:0}.navigation .sticker-filter .show-all[data-v-019e3717]{margin-right:24px}.navigation .selected-filters-wrap[data-v-019e3717]{padding:12px 0 8px;margin:0 12px;border-top:1px solid #dadddd}.navigation .selected-filters-wrap .sale-filters[data-v-019e3717]{display:flex;align-items:center;flex-wrap:wrap;column-gap:24px;row-gap:16px}.navigation .selected-filters-wrap .sale-filters__title[data-v-019e3717]{font-size:14px;font-weight:700}.navigation .selected-filters-wrap .sale-filters .sticker-filter[data-v-019e3717]{margin-bottom:0}.navigation .selected-filters[data-v-019e3717]{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}.navigation .selected-filters .item[data-v-019e3717]{display:flex;align-items:center;gap:12px;padding:4px 12px;border:1px solid #dadddd;border-radius:16px}.navigation .selected-filters .item .icon[data-v-019e3717]{cursor:pointer}.navigation .selected-filters .delete[data-v-019e3717]{display:flex;align-items:center;gap:5px;margin-left:8px;cursor:pointer}.navigation .search-preview[data-v-019e3717]{position:absolute;top:calc(100% - 10px);left:0;right:0;z-index:5;display:flex;flex-direction:column;justify-content:space-between;gap:15px;padding:34px 0 24px 12px;background:#ffffff;box-shadow:0 2px 10px #00000026;border-radius:8px}.navigation .search-preview .list[data-v-019e3717]{padding-right:12px;max-height:272px;overflow-y:auto}.navigation .search-preview .list__item[data-v-019e3717]{display:flex;justify-content:space-between;align-items:center;gap:20px;height:90px;padding:18px 0;border-top:1px solid #dadddd}.navigation .search-preview .list__item[data-v-019e3717]:last-child{border-bottom:1px solid #dadddd}.navigation .search-preview .list__item .product[data-v-019e3717]{display:flex;align-items:center;gap:12px}.navigation .search-preview .list__item .product .img[data-v-019e3717]{width:70px;min-width:70px;height:50px}.navigation .search-preview .list__item .product .img img[data-v-019e3717]{max-width:100%;object-fit:contain}.navigation .search-preview .list__item .product .info[data-v-019e3717]{color:#1a1d23}.navigation .search-preview .list__item .product .info .search-text[data-v-019e3717]{color:#1a1d23;font-weight:700}.navigation .search-preview .list__item .product .info .cod[data-v-019e3717]{font-size:16px}.navigation .search-preview .list__item .product .info .title[data-v-019e3717]{color:#8289a3;margin-top:4px}@media (max-width: 420px){.navigation .search-preview .list__item .button-wrap[data-v-019e3717]{display:none}}.navigation .search-preview .button[data-v-019e3717]{display:flex;justify-content:center;align-items:center;gap:12px;padding-right:12px;color:#002b53;font-weight:700;cursor:pointer}.navigation .search-preview .button .all[data-v-019e3717]{font-weight:400;color:#999}.product[data-v-eba7a9f9]{font-size:14px}.product__headline[data-v-eba7a9f9]{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:12px;padding-bottom:10px;border-bottom:1px solid #dadddd}@media (max-width: 570px){.product__headline[data-v-eba7a9f9] .button-wrap{width:100%}.product__headline[data-v-eba7a9f9] .button-wrap .button{width:100%;justify-content:center}}.product__cod[data-v-eba7a9f9]{display:flex;align-items:center;font-size:24px;font-weight:700;margin-bottom:2px}.product__title[data-v-eba7a9f9]{font-weight:700;color:#8289a3}.product__img[data-v-eba7a9f9]{display:flex;align-items:center;justify-content:center;min-height:250px;position:relative;margin-top:8px;text-align:center}@media (max-width: 415px){.product__img[data-v-eba7a9f9]{min-height:200px}}.product__img .product-sticker[data-v-eba7a9f9]{position:absolute;top:0;right:0}.product__img .product-sticker .sticker-info[data-v-eba7a9f9]{height:40px;min-width:200px;padding:0 12px;display:flex;align-items:center;border-radius:24px;font-size:12px;text-transform:uppercase;color:#fff}.product__img .product-sticker .sticker-info .label[data-v-eba7a9f9]{flex:1;padding-right:28px;font-weight:700;text-align:center}.product__img .product-sticker .sticker-info .icon-wrap[data-v-eba7a9f9]{min-width:18px;height:18px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:1px solid #ffffff}.product__img .product-sticker .sticker-info .icon-wrap .icon[data-v-eba7a9f9]{width:4px}.product__img .product-sticker .sticker-info.discount-info[data-v-eba7a9f9]{background:#f32735}.product__img .product-sticker .sticker-info.delivery-info[data-v-eba7a9f9]{min-width:260px;background:#00a046}.product__img .product-sticker .sticker-info.new-info[data-v-eba7a9f9]{background:#00a046}.product__img .product-sticker .sticker[data-v-eba7a9f9]{width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;transition:.3s ease;z-index:2;color:#fff;box-shadow:0 0 15px #00000040;position:absolute;top:0;right:0}.product__img .product-sticker .sticker.discount[data-v-eba7a9f9]{background:#f32735}.product__img .product-sticker .sticker.discount .icon[data-v-eba7a9f9]{height:18px}.product__img .product-sticker .sticker.delivery[data-v-eba7a9f9]{background:#00a046}.product__img .product-sticker .sticker.delivery .icon[data-v-eba7a9f9]{width:18px;height:auto}.product__img .product-sticker .sticker.new[data-v-eba7a9f9]{background:#00a046}.product__img .product-sticker .sticker.new .icon[data-v-eba7a9f9]{width:18px;height:auto}.product__img .img[data-v-eba7a9f9]{max-width:100%;max-height:255px}.product__img .logo[data-v-eba7a9f9]{width:100px;position:absolute;top:0;left:0}@media (max-width: 415px){.product__img .logo[data-v-eba7a9f9]{display:none}}.product__img .buttons[data-v-eba7a9f9]{display:flex;flex-direction:column;gap:10px;position:absolute;top:0;right:0}.product__img .buttons__item[data-v-eba7a9f9]{width:38px;height:38px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid #dadddd;border-radius:50%;transition:.3s ease;color:#383838}.product__img .buttons__item[data-v-eba7a9f9]:hover{border:1px solid #383838}.product__img .buttons__item.active[data-v-eba7a9f9]{background:#002b53;color:#fff;border:none}.product__img .buttons__item .icon[data-v-eba7a9f9]{height:16px}.product__notification[data-v-eba7a9f9]{max-width:300px;text-align:center;color:#8289a3;margin:10px auto auto}.product .product-info[data-v-eba7a9f9]{padding:24px 12px;border:1px solid #dadddd;border-radius:8px;margin-top:8px;margin-bottom:20px}.product .product-info .title[data-v-eba7a9f9]{font-weight:700;font-size:32px;margin-bottom:20px;line-height:100%;margin-top:40px}@media (max-width: 360px){.product .product-info .title[data-v-eba7a9f9]{font-size:26px}}.product .product-info .characteristic__item[data-v-eba7a9f9]{margin-bottom:12px;display:flex;justify-content:space-between;gap:20px}.product .product-info .characteristic__item[data-v-eba7a9f9]:last-child{margin-bottom:0}.product .product-info .characteristic__data[data-v-eba7a9f9]{flex:1;text-align:right;font-weight:700}.product .product-info .characteristic__name[data-v-eba7a9f9]{flex:1}.product .product-info .documentation__title[data-v-eba7a9f9]{display:flex;color:#8289a3;margin-bottom:10px}.product .product-info .documentation__title .item[data-v-eba7a9f9]:first-child{width:70%}.product .product-info .documentation__item[data-v-eba7a9f9]{display:flex;align-items:center;gap:8px;padding:16px 17px;background:#f6f6f6;border-radius:8px;color:#1a1d23;margin-bottom:8px;position:relative;cursor:pointer;word-break:break-all}.product .product-info .documentation__item .item-title[data-v-eba7a9f9]{display:flex;align-items:center;gap:9.5px;width:61%}.product .product-info .documentation__item .size[data-v-eba7a9f9]{color:#8289a3}.product .product-info .documentation__item .icon[data-v-eba7a9f9]{height:18px}.product .product-info .documentation__item .download-icon[data-v-eba7a9f9]{position:absolute;right:16.5px;top:50%;transform:translateY(-50%)}.product .product-info .documentation__item .file-type[data-v-eba7a9f9]{color:#8289a3;margin-left:2px}.product .product-info .documentation__item[data-v-eba7a9f9]:last-child{margin-bottom:0}.product .info[data-v-eba7a9f9]{max-width:355px;margin:auto auto 20px;color:#8289a3;line-height:17px;text-align:center}.product .delivery-time[data-v-eba7a9f9]{background:#F6F6F6;border-radius:8px;margin-bottom:16px;overflow:hidden}.product .delivery-time-wrap[data-v-eba7a9f9]{display:flex;align-items:center;gap:52px;padding:20px 12px 16px}.product .delivery-time .channel[data-v-eba7a9f9]{display:flex;justify-content:space-between;align-items:center;gap:24px;font-weight:700;font-size:16px;color:#031729;background:#EDF2FD;padding:16px 12px}.product .delivery-time .channel .from[data-v-eba7a9f9]{display:flex;align-items:center;gap:4px;font-weight:700}.product .delivery-time .channel .from img[data-v-eba7a9f9]{border-radius:3px}.product .delivery-time .channel .amount[data-v-eba7a9f9]{display:flex;align-items:center;font-weight:700;white-space:nowrap;gap:8px}.product .delivery-time__title[data-v-eba7a9f9]{color:#8289a3;font-weight:700;font-size:16px;margin-bottom:10px}.product .delivery-time__list[data-v-eba7a9f9]{flex:1}.product .delivery-time__item[data-v-eba7a9f9]{display:flex;justify-content:space-between;align-content:center;padding:8.5px 0;border-bottom:1px solid #dadddd}.product .delivery-time__item[data-v-eba7a9f9]:last-child{border:none}.product .price-block[data-v-eba7a9f9]{padding:24px 0;border-width:1px 0;border-style:solid;border-color:#002b53;margin-bottom:40px}.product .price-block .prices[data-v-eba7a9f9]{margin-bottom:32px}.product .price-block .prices .table[data-v-eba7a9f9]{width:100%;font-size:14px;border:1px solid #002B53;border-radius:8px;overflow:hidden}.product .price-block .prices .table__row[data-v-eba7a9f9]{display:flex}.product .price-block .prices .table__row[data-v-eba7a9f9]:nth-child(odd){background:#efefef}.product .price-block .prices .table__row.title[data-v-eba7a9f9]{background:#002b53;color:#fff}.product .price-block .prices .table__item[data-v-eba7a9f9]{flex:1;text-align:center;padding:10px 0;border-left:1px solid #edf2fd}.product .price-block .prices .table__item[data-v-eba7a9f9]:first-child{border-left:none}.product .price-block__input[data-v-eba7a9f9]{width:fit-content;position:relative}.product .price-block__input.incorrect[data-v-eba7a9f9] .formkit-input{border:1px solid #f32735}.product .price-block__input.incorrect[data-v-eba7a9f9] .formkit-input:focus{outline:none}.product .price-block__input.incorrect .icon[data-v-eba7a9f9]{color:#f32735}.product .price-block__input[data-v-eba7a9f9] .formkit-input{width:240px;padding:11.5px 16px;border:1px solid #DADDDD;border-radius:8px}@media (max-width: 626px){.product .price-block__input[data-v-eba7a9f9] .formkit-input{width:275px}}.product .price-block__input .icon[data-v-eba7a9f9]{position:absolute;color:#dadddd;font-size:16px;top:50%;right:12px;transform:translateY(-50%)}.product .price-block .order[data-v-eba7a9f9]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;column-gap:20px;row-gap:12px}.product .price-block .order .counter[data-v-eba7a9f9]{flex:.8;justify-content:flex-start}@media (max-width: 415px){.product .price-block .order .counter[data-v-eba7a9f9]{justify-content:flex-end}}@media (max-width: 445px){.product .price-block .order[data-v-eba7a9f9] .button-wrap{flex:1}.product .price-block .order[data-v-eba7a9f9] .button-wrap .button{width:100%;justify-content:center;white-space:nowrap}}.product .price-block .order .price .discount[data-v-eba7a9f9]{display:flex;justify-content:center;align-items:center}.product .price-block .order .price .discount__old-price[data-v-eba7a9f9]{color:#383838;text-decoration-line:line-through;font-size:12px}.product .price-block .order .price .discount__procent[data-v-eba7a9f9]{color:#fff;padding:2px 5px;background-color:#ff090b;border-radius:8px;margin-left:4px;font-size:12px}.product .price-block .order .price .current[data-v-eba7a9f9]{font-weight:700;font-size:24px;line-height:18px;white-space:nowrap;margin:4px 0 0}.product .price-block .order .price .current span[data-v-eba7a9f9]{font-weight:400;font-size:12px}.product .price-block .order .price .current span[data-v-eba7a9f9]:first-child{margin-right:4px}.product .price-block .order .price .current span[data-v-eba7a9f9]:last-child{margin-left:4px}.product .form[data-v-eba7a9f9]{padding:24px 12px;background:#F6F6F6;border-radius:8px}.product .form__title[data-v-eba7a9f9]{text-align:center;font-weight:700;font-size:18px;margin-bottom:16px}.product .form[data-v-eba7a9f9] .formkit-outer{margin-top:16px}.product .form[data-v-eba7a9f9] .formkit-outer:first-child{margin-top:0}.product .form[data-v-eba7a9f9] .formkit-outer .formkit-input{margin-top:7px;width:100%;border:1px solid #dadddd}.product .form[data-v-eba7a9f9] .formkit-outer .formkit-label{color:#383838;font-size:14px}.product .form[data-v-eba7a9f9] .button-wrap{margin-top:20px}.product .form[data-v-eba7a9f9] .button-wrap .button{margin:auto}.product .form .hidden[data-v-eba7a9f9]{display:none}.product[data-v-ac734f6b]{padding:16px 12px;font-size:14px;color:#1a1d23;border:1px solid #dadddd;border-radius:8px;position:relative;cursor:pointer}.product__data[data-v-ac734f6b]{display:flex;align-items:center;flex-wrap:wrap;row-gap:8px;padding-bottom:16px}.product__data .img[data-v-ac734f6b]{min-width:98px;max-width:98px}.product__data .img img[data-v-ac734f6b]{display:block;margin:auto;width:100%;object-fit:contain}.product__data .info[data-v-ac734f6b]{word-break:break-all;display:flex;gap:12px;align-items:center;margin-right:14px}@media (max-width: 620px){.product__data .info[data-v-ac734f6b]{width:100%}}.product__data .info .text[data-v-ac734f6b]{max-width:170px}@media (max-width: 620px){.product__data .info .text[data-v-ac734f6b]{max-width:unset}}.product__data .info .text .cod[data-v-ac734f6b]{font-weight:700;font-size:16px;margin-bottom:5px}@media (max-width: 620px){.product__data .info .text .cod[data-v-ac734f6b]{padding-right:20px}}.product__data .info .text .title[data-v-ac734f6b]{color:#8289a3}.product__data .price[data-v-ac734f6b]{width:fit-content;margin:auto}@media (max-width: 620px){.product__data .price[data-v-ac734f6b]{margin:0 0 0 110px}}@media (max-width: 375px){.product__data .price[data-v-ac734f6b]{margin:auto}}.product__data .price .discount[data-v-ac734f6b]{display:flex;align-items:center}.product__data .price .discount__old-price[data-v-ac734f6b]{color:#353535;text-decoration-line:line-through;font-size:12px}.product__data .price .discount__procent[data-v-ac734f6b]{color:#fff;padding:2px 5px;background-color:#ff090b;border-radius:8px;margin-left:4px;font-size:12px}.product__data .price .current[data-v-ac734f6b]{font-weight:700;font-size:24px;line-height:18px;white-space:nowrap;margin:4px 0 0}.product__data .price .current span[data-v-ac734f6b]{font-weight:400;font-size:12px;margin-left:4px}.product__data .amount[data-v-ac734f6b]{flex:1}@media (max-width: 620px){.product__data .amount[data-v-ac734f6b]{flex:unset;margin-left:auto}}.product__data .delete[data-v-ac734f6b]{display:flex;align-self:flex-start}@media (max-width: 620px){.product__data .delete[data-v-ac734f6b]{position:absolute;right:12px;top:16px}}@media (max-width: 465px){.product__data .delete[data-v-ac734f6b]{top:12px}}.product__data .delete .icon-wrap[data-v-ac734f6b]{width:32px;height:32px;border:1px solid #dadddd;border-radius:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease}.product__data .delete .icon-wrap[data-v-ac734f6b]:hover{border:1px solid #383838}.product__data .delete .icon-wrap:nth-child(2) .icon[data-v-ac734f6b]{height:16px}.product__data .delete .icon-wrap.active[data-v-ac734f6b]{background:#002b53;border:none;color:#fff}.product__data .delete .icon-wrap .icon[data-v-ac734f6b]{height:18px}.product .sum[data-v-ac734f6b]{display:flex;justify-content:flex-end;flex-wrap:wrap;column-gap:8px;row-gap:8px;font-size:12px;padding-top:8px;border-top:1px solid #F6F6F6}.product .sum .price[data-v-ac734f6b]{display:flex;align-items:flex-end;margin-left:auto}.product .sum .channel[data-v-ac734f6b]{display:flex;align-items:center;gap:12px}.product .sum .channel .from[data-v-ac734f6b]{color:#8289a3;font-weight:700}.product .sum .channel .amount[data-v-ac734f6b]{display:flex;align-items:center;gap:8px}.product .sum .channel .amount .number[data-v-ac734f6b]{font-weight:700;padding-right:8px;border-right:1px solid #DADDDD}.product .sum__title[data-v-ac734f6b]{font-weight:700;font-size:16px;line-height:15.5px;color:#002b53;margin-right:8px}.product .sum__amount[data-v-ac734f6b]{font-weight:700;font-size:24px;line-height:21px;color:#002b53;margin-right:8px}.empty[data-v-a5b11ee8]{color:#002b53;text-align:center;display:flex;justify-content:center;align-items:center;margin-top:34px}.empty .wrap[data-v-a5b11ee8]{min-height:385px}.empty .wrap .icon-wrap[data-v-a5b11ee8]{display:flex;align-items:center;justify-content:center;width:190px;height:190px;background:#edf2fd;border-radius:100%;box-sizing:unset;border:33px solid #fafcff;margin:auto}.empty .wrap .icon-wrap .icon[data-v-a5b11ee8]{font-size:90px}.empty .wrap .title[data-v-a5b11ee8]{font-weight:700;font-size:24px}.empty .wrap .text[data-v-a5b11ee8]{display:flex;justify-content:center;align-items:center;gap:8px;font-size:14px;margin-top:16px}.empty .wrap .text__icon[data-v-a5b11ee8]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:100%;background:#002b53}.empty .wrap .text__icon .icon[data-v-a5b11ee8]{color:#fff;height:16px}.empty .wrap .button[data-v-a5b11ee8]{margin-top:30px}.empty .wrap .button[data-v-a5b11ee8] .button{margin:auto}.basket .products[data-v-5b927cd6]{margin-bottom:8px}.basket .products .title[data-v-5b927cd6]{text-align:center;font-weight:700;font-size:32px;line-height:32px;color:#1a1d23;margin-bottom:16px;position:relative;z-index:2;margin-top:8px}.basket .products .product-list .item[data-v-5b927cd6]{margin-top:16px}.basket .products .product-list .item[data-v-5b927cd6]:first-child{margin-top:0}.basket .submit-button[data-v-5b927cd6]{margin-top:20px}.basket .submit-button[data-v-5b927cd6] .button{margin:auto}.basket .total[data-v-5b927cd6]{padding-top:16px;border-top:1px solid #002b53;margin-top:16px;text-align:right;font-size:36px;line-height:27px;font-weight:700;color:#002b53}.basket .total span[data-v-5b927cd6]{font-weight:400;font-size:16px;color:#1a1d23;margin-left:7px}.basket .form[data-v-5b927cd6]{padding:24px 12px;background:#F6F6F6;border-radius:8px;margin-top:30px}.basket .form__title[data-v-5b927cd6]{text-align:center;font-weight:700;font-size:18px;margin-bottom:16px}.basket .form .content[data-v-5b927cd6]{display:flex;align-items:center;gap:8px;color:#8289a3;font-size:16px;font-weight:700;margin-top:32px;margin-bottom:24px}.basket .form .content[data-v-5b927cd6]:first-child{margin-top:0}.basket .form[data-v-5b927cd6] .formkit-outer{margin-top:16px}.basket .form[data-v-5b927cd6] .formkit-outer:first-child{margin-top:0}.basket .form[data-v-5b927cd6] .formkit-outer .formkit-input{margin-top:7px;width:100%}.basket .form[data-v-5b927cd6] .formkit-outer .formkit-label{color:#383838;font-size:14px}.basket .form__input-group[data-v-5b927cd6]{display:flex;gap:16px;margin-top:16px}.basket .form__input-group[data-v-5b927cd6] .formkit-outer{flex:1;margin-top:0}.basket .form .hidden[data-v-5b927cd6]{display:none}.page-not-found[data-v-75aeb5d7]{position:relative;z-index:1;background:#ffffff}.page-not-found .container[data-v-75aeb5d7]{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);position:relative;z-index:7}.page-not-found__image[data-v-75aeb5d7]{position:relative;margin-bottom:33px}.page-not-found__image[data-v-75aeb5d7]:before,.page-not-found__image[data-v-75aeb5d7]:after{content:"";position:absolute;border-radius:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.page-not-found__image[data-v-75aeb5d7]:before{width:160px;height:160px;background:#edf2fd;z-index:-2}.page-not-found__image[data-v-75aeb5d7]:after{width:215px;height:215px;background:#fafcff;z-index:-3}.page-not-found__image .ellipse[data-v-75aeb5d7]{position:absolute;width:105px;height:105px;border-radius:100%;background:#002b53;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.page-not-found__image .ellipse[data-v-75aeb5d7]:before{content:url(./404-logo.svg);position:absolute;top:50%;left:28.4px;transform:translateY(-48%)}.page-not-found__image span[data-v-75aeb5d7]{font-weight:700;font-size:150px;color:#002b53}.page-not-found__image span[data-v-75aeb5d7]:first-child{margin-right:125px}.page-not-found__title[data-v-75aeb5d7]{font-weight:700;font-size:24px;color:#002b53}.page-not-found__text[data-v-75aeb5d7]{font-weight:400;font-size:14px;color:#002b53;margin-top:16px;margin-bottom:40px}.product-wrap[data-v-d278bd67]{transition:.3s ease;border-radius:8px;position:relative;width:283px}.product-wrap[data-v-d278bd67]:hover{box-shadow:0 4px 20px #0003}.product-wrap .product[data-v-d278bd67]{cursor:pointer;height:100%;display:flex;flex-direction:column;padding:16px 12px;border:1px solid #dadddd;border-radius:8px;font-size:12px;background:#ffffff;z-index:2;position:relative}.product-wrap .product .title[data-v-d278bd67]{font-weight:700}.product-wrap .product__img[data-v-d278bd67]{position:relative;padding-top:60px;height:255px}.product-wrap .product__img .img[data-v-d278bd67]{display:block;margin:auto;max-width:100%;max-height:100%;object-fit:contain}.product-wrap .product__img .logo[data-v-d278bd67]{position:absolute;bottom:0;left:0}.product-wrap .product__img .buttons[data-v-d278bd67]{display:flex;flex-direction:column;gap:8px;position:absolute;top:0;right:0}.product-wrap .product__img .buttons__item[data-v-d278bd67]{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:#ffffff;border-radius:50%;box-shadow:0 0 15px #00000040;color:#fff;border:none}.product-wrap .product__img .buttons__item.new[data-v-d278bd67]{background:#00a046}.product-wrap .product__img .buttons__item.new .icon[data-v-d278bd67]{width:18px;height:auto}.product-wrap .product__img .buttons__item.discount[data-v-d278bd67]{background:#f32735}.product-wrap .product__img .buttons__item.discount .icon[data-v-d278bd67]{width:16px;height:auto}.product-wrap .product__img .buttons__item.stock[data-v-d278bd67]{background:#ffd43b}.product-wrap .product__img .buttons__item.stock .icon[data-v-d278bd67]{color:#383838;width:18px;height:auto}.product-wrap .product__img .buttons__item.delivery[data-v-d278bd67]{background:#00a046}.product-wrap .product__img .buttons__item.delivery .icon[data-v-d278bd67]{height:14px}.product-wrap .product__img .sticker-info[data-v-d278bd67]{height:40px;padding:0 12px;display:flex;align-items:center;gap:10px;border-radius:24px;font-size:12px;text-transform:uppercase;color:#fff;position:absolute;top:0;left:0;right:0}.product-wrap .product__img .sticker-info .label[data-v-d278bd67]{flex:1;padding-right:36px;font-weight:700;text-align:center}.product-wrap .product__img .sticker-info .icon-wrap[data-v-d278bd67]{width:18px;height:18px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:1px solid #ffffff}.product-wrap .product__img .sticker-info .icon-wrap .icon[data-v-d278bd67]{width:4px}.product-wrap .product__img .delivery-info[data-v-d278bd67],.product-wrap .product__img .new-info[data-v-d278bd67]{background:#00a046}.product-wrap .product__img .discount-info[data-v-d278bd67]{background:#f32735}.product-wrap .product__img .stock-info[data-v-d278bd67]{background:#ffd43b;color:#383838}.product-wrap .product__img .stock-info .icon-wrap[data-v-d278bd67]{border:1px solid #383838}.product-wrap .product__cod[data-v-d278bd67]{font-size:16px;font-weight:700;margin-top:16px}.product-wrap .product__title[data-v-d278bd67]{color:#8289a3;margin-top:2px}.product-wrap .product__availability[data-v-d278bd67]{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-width:1px 0;border-style:solid;border-color:#dadddd;margin-top:16px}.product-wrap .product__availability .from[data-v-d278bd67]{color:#8289a3;font-weight:700}.product-wrap .product__availability .amount[data-v-d278bd67]{display:flex;align-items:center;gap:8px}.product-wrap .product__availability .amount .number[data-v-d278bd67]{font-weight:700;padding-right:8px;border-right:1px solid #DADDDD}.product-wrap .product__availability .amount .country[data-v-d278bd67]{margin-left:-4px}.product-wrap .product__price[data-v-d278bd67]{flex:1;display:flex;justify-content:space-between;align-items:center;margin-top:16px}.product-wrap .product__price .price[data-v-d278bd67]{text-align:left}.product-wrap .product__price .price .discount__old-price[data-v-d278bd67]{text-decoration-line:line-through}.product-wrap .product__price .price .discount__procent[data-v-d278bd67]{color:#fff;padding:1px 5px;background-color:#ff090b;border-radius:8px;margin-left:4px;letter-spacing:-.1em;display:inline-block}.product-wrap .product__price .price__current[data-v-d278bd67]{margin-top:3px}.product-wrap .product__price .price__current span[data-v-d278bd67]{display:inline-block}.product-wrap .product__price .price__current .bold[data-v-d278bd67]{font-weight:700}.product-wrap .product__price .price__current .number[data-v-d278bd67]{font-weight:700;font-size:24px;letter-spacing:.05em;line-height:24px}@media (max-width: 625px){.product-wrap[data-v-d278bd67]{width:100%}}.pagination[data-v-81064418]{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:16px}.pagination__page[data-v-81064418]{font-size:16px;color:#dadddd}.pagination__page .current[data-v-81064418]{color:#1a1d23}.catalog[data-v-fb355033]{padding-bottom:32px;position:relative}@media (max-width: 360px){.catalog[data-v-fb355033] .input.active{right:0!important;min-width:calc(100% - 30px)!important}}.catalog[data-v-fb355033]:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:1px;background:#002B53}@media (max-width: 445px){.catalog[data-v-fb355033]:after{left:10px;right:10px}}@media (max-width: 335px){.catalog[data-v-fb355033]:after{left:5px;right:5px}}.catalog .special-code[data-v-fb355033]{width:fit-content;margin:auto auto 24px;position:relative}.catalog .special-code.incorrect[data-v-fb355033] .formkit-input{border:1px solid #f32735}.catalog .special-code.incorrect[data-v-fb355033] .formkit-input:focus{outline:none}.catalog .special-code.incorrect .icon[data-v-fb355033]{color:#f32735}.catalog .special-code[data-v-fb355033] .formkit-input{width:275px;padding:11.5px 16px;border:1px solid #DADDDD;border-radius:8px}.catalog .special-code .icon[data-v-fb355033]{position:absolute;color:#dadddd;font-size:16px;top:50%;right:12px;transform:translateY(-50%)}.catalog .not-find[data-v-fb355033]{color:#002b53;text-align:center;margin-bottom:12px}.catalog .products[data-v-fb355033]{display:flex;justify-content:center;flex-wrap:wrap;row-gap:16px;column-gap:20px}.title[data-v-8000b923]{font-weight:700;font-size:32px;text-align:center;margin:16px 0}.form[data-v-8000b923]{max-width:500px;margin:0 auto;font-size:14px;padding-bottom:32px;border-bottom:1px solid #002B53}.form .password[data-v-8000b923]{position:relative;margin-top:16px}.form .password .icon[data-v-8000b923]{position:absolute;font-size:16px;right:19px;top:38px;color:#dadddd;cursor:pointer}.form[data-v-8000b923] .button-wrap{margin-top:24px}.form[data-v-8000b923] .button-wrap .button{margin:auto}.form[data-v-8000b923] .formkit-outer{margin-top:12px}.form[data-v-8000b923] .formkit-outer:first-child{margin-top:0}.form[data-v-8000b923] .formkit-outer .formkit-input{border:1px solid #dadddd;margin-top:7px;width:100%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-weight:400}body{font-family:Helvetica Neue LT Std,sans-serif;min-height:100vh;font-size:16px;letter-spacing:.03em;background:#ffffff;color:#1a1d23}.container{max-width:1240px;width:100%;padding:0 20px;margin:0 auto}a{text-decoration:none}li{list-style:none}input{font-size:16px}button{border:none}input:focus{outline:none}textarea{resize:none}.formkit-input{padding:12px 16px;border:none;border-radius:8px;background:#ffffff;color:#1a1d23;-webkit-appearance:none;-moz-appearance:none;appearance:none}.formkit-input:focus{outline:1px solid #003a71}.formkit-input::placeholder{color:#dadddd}[data-invalid] .formkit-input{border:1px solid #f32735}[data-invalid] .formkit-input:focus{outline:none}[data-complete] .formkit-input:focus{outline:none}[data-complete] .formkit-input:focus{outline:1px solid #003a71}.formkit-messages{color:#f32735;font-size:11px;margin-top:4px}@media (max-width: 445px){.container{padding:0 10px}}@media (max-width: 335px){.container{padding:0 5px}}
