adata-ui 0.1.2 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -20
- package/dist/adata-ui.common.js +4478 -290
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +4478 -290
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +1 -1
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package-lock.json +25791 -12100
- package/package.json +71 -52
- package/src/App.vue +23 -28
- package/src/components/Alert/Alert.stories.js +17 -0
- package/src/components/Alert/Alert.vue +63 -0
- package/src/components/Button/BaseButton.vue +241 -0
- package/src/components/Button/Button.stories.js +23 -0
- package/src/components/Footer/Footer.stories.js +20 -0
- package/src/components/Footer/Footer.vue +233 -0
- package/src/components/Header/Header.stories.js +55 -0
- package/src/components/Header/Header.vue +315 -0
- package/src/components/Header/Profile.vue +806 -0
- package/src/components/PasswordField/PasswordField.stories.js +16 -0
- package/src/components/PasswordField/PasswordField.vue +68 -0
- package/src/components/TextField/TextField.stories.js +17 -0
- package/src/components/TextField/TextField.vue +355 -0
- package/src/components/index.js +12 -5
- package/src/components/transitions/SlideToggle.vue +55 -0
- package/src/components/transitions/VerticalMobileToggle.vue +76 -0
- package/src/configs/navigationBarConfig.js +22 -0
- package/src/configs/profileDropDown.js +101 -0
- package/src/stories/Button.stories.js +46 -0
- package/src/stories/Button.vue +54 -0
- package/src/stories/Header.stories.js +21 -0
- package/src/stories/Header.vue +59 -0
- package/src/stories/Introduction.stories.mdx +211 -0
- package/src/stories/Page.stories.js +25 -0
- package/src/stories/Page.vue +88 -0
- package/src/stories/assets/code-brackets.svg +1 -0
- package/src/stories/assets/colors.svg +1 -0
- package/src/stories/assets/comments.svg +1 -0
- package/src/stories/assets/direction.svg +1 -0
- package/src/stories/assets/flow.svg +1 -0
- package/src/stories/assets/plugin.svg +1 -0
- package/src/stories/assets/repo.svg +1 -0
- package/src/stories/assets/stackalt.svg +1 -0
- package/src/stories/button.css +30 -0
- package/src/stories/header.css +26 -0
- package/src/stories/page.css +69 -0
- package/src/components/Button.vue +0 -18
- package/src/components/HelloWorld.vue +0 -58
package/dist/adata-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
h3[data-v-b9167eee]{margin:40px 0 0}ul[data-v-b9167eee]{list-style-type:none;padding:0}li[data-v-b9167eee]{display:inline-block;margin:0 10px}a[data-v-b9167eee]{color:#42b983}.red[data-v-3babb87e]{background:red;padding:8px 16px}
|
|
1
|
+
.btn[data-v-6768373e]{cursor:pointer;border:none;box-sizing:border-box}.btn.full-width[data-v-6768373e]{width:100%}.btn[data-v-6768373e]:disabled{cursor:not-allowed}.btn.size[data-v-6768373e]{box-sizing:border-box}.btn.size-sm[data-v-6768373e]{padding:6px 16px;font-size:12px;line-height:18px}.btn.size-md[data-v-6768373e]{padding:8px 36px;font-size:14px;line-height:24px}.btn.size-md-short[data-v-6768373e]{padding:8px 16px;font-size:14px;line-height:24px}.btn.size-lg[data-v-6768373e]{padding:8px 40px;font-size:14px;line-height:24px}.btn.size-fz-sm[data-v-6768373e]{font-size:12px;line-height:20px}.btn-grey[data-v-6768373e]{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.btn-grey[data-v-6768373e]:active,.btn-grey[data-v-6768373e]:hover{background:#eef0f5}.btn-white[data-v-6768373e]{background:#fff;color:#007aff}.btn-white[data-v-6768373e]:hover{background:#eef0f5}.btn-white[data-v-6768373e]:active{background:#d6d6d7}.btn-yellow[data-v-6768373e]{background:#ffcd33;color:#333}.btn-yellow[data-v-6768373e]:hover{background:rgba(255,205,51,.7)}.btn-yellow[data-v-6768373e]:active{background:#fab619}.btn-danger[data-v-6768373e]{border:1px solid #ff2e43;color:#ff2e43}.btn-danger[data-v-6768373e]:active,.btn-danger[data-v-6768373e]:hover{background:#ff2e43;color:#fff}.btn-success[data-v-6768373e]{background:#00b92d;color:#fff}.btn-success[data-v-6768373e]:active,.btn-success[data-v-6768373e]:hover{background:#008621}.btn-primary-outlined[data-v-6768373e]{border:1px solid #007aff;color:#007aff}.btn-primary-outlined[data-v-6768373e]:hover{background:#007aff;color:#fff}.btn-primary-outlined[data-v-6768373e]:active{background:#05b;color:#fff}.btn-primary[data-v-6768373e]{background:#1e88e5;color:#fff}.btn-primary[data-v-6768373e]:hover{background:#007aff;color:#fff}.btn-primary[data-v-6768373e]:active{background:#05b;color:#fff}:focus{outline:none}.adt-text-block{position:relative;width:100%}.adt-text-block.magnifier .adt-text-block__input{padding:19px 40px 5px 40px}.adt-text-block.magnifier .adt-text-block__label{left:40px}.adt-text-block.magnifier-mobile .adt-text-block__magnifier{display:block}.adt-text-block.magnifier-mobile .adt-text-block__input{padding:19px 8px 5px 11px;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block.magnifier-mobile .adt-text-block__label{left:12px}.adt-text-block__input-mob-search{border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block__error{text-align:left;font-size:var(--fs-content-micro);line-height:14px;color:#ff2e43;margin-top:6px}.adt-text-block__field{position:relative;overflow:hidden}@media(max-width:1025px){.adt-text-block__field{width:100%;display:flex}}.adt-text-block__input{background:#fff;border:1px solid #c4c4c4;box-sizing:border-box;border-radius:2px;width:100%;height:40px;font-size:var(--fs-form);color:#1a2030;padding:19px 40px 5px 16px;transition:all .3s}@media(max-width:1025px){.adt-text-block__input{padding:19px 36px 7px 12px;height:40px;border:1px solid #71757a;font-size:var(--fs-content-mini)}}.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label{top:12px;font-size:var(--fs-content-micro);color:#71757a}@media(max-width:1025px){.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label{font-size:var(--fs-content-nano)}}.adt-text-block__input:focus{border:1px solid #2c3e50}.adt-text-block__input::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder{font-size:12px}.adt-text-block__input.error{background:rgba(255,46,67,.12156862745098039)}.adt-text-block__label{position:absolute;pointer-events:none;left:16px;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden;line-height:40px;transition:.3s;color:#71757a;font-size:var(--fs-form-placeholder)}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:var(--fs-content-micro);line-height:16px;color:#71757a}}.adt-text-block__icon{position:absolute;right:16px;height:100%;top:0;display:flex;align-items:center}.adt-text-block__icon:hover{cursor:pointer}.adt-text-block__required{color:rgba(255,0,0,.5294117647058824)}.adt-text-block__options{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;z-index:1000;border-radius:2px;border:1px solid #71757a;padding:12px 0}@media(max-width:1025px){.adt-text-block__options{overflow:auto}}.adt-text-block__options #searchVariant{background:#eef0f5}.adt-text-block .search-options__item{padding:5px 16px;line-height:16px;font-size:14px;color:var(--newGray);transition:all .3s;cursor:pointer}@media(max-width:1025px){.adt-text-block .search-options__item{font-size:10px}}.adt-text-block .search-options__item:hover{background:#eef0f5}.adt-text-block .mobile-magnifier{display:flex;justify-content:center;align-items:center;height:40px;width:40px;min-width:40px;border:1px solid #71757a;border-radius:0 2px 2px 0;border-left:none;background:#ffcd33}.adt-text-block__input-mob-filter{background:#fff;border:1px solid #71757a;border-bottom:none;box-sizing:border-box;border-radius:2px;width:100%;height:48px;font-size:16px;line-height:19px;display:flex;align-items:center;color:#1a2030;padding:19px 40px 5px 16px;transition:all .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.adt-text-block__input-mob-filter:focus~.adt-text-block__label-mob-filter,.adt-text-block__input-mob-filter:not(:focus):valid~.adt-text-block__label-mob-filter{top:11px;font-size:10px;color:#71757a}@media(max-width:1025px){.adt-text-block__input-mob-filter:focus~.adt-text-block__label-mob-filter,.adt-text-block__input-mob-filter:not(:focus):valid~.adt-text-block__label-mob-filter{font-size:7px}}.adt-text-block__input-mob-filter:focus{border:1px solid #2c3e50}.adt-text-block__input-mob-filter::-moz-placeholder{font-size:12px}.adt-text-block__input-mob-filter:-ms-input-placeholder{font-size:12px}.adt-text-block__input-mob-filter::placeholder{font-size:12px}.adt-text-block__input-mob-filter.error{background:rgba(255,46,67,.12156862745098039)}.adt-text-block__label-mob-filter{position:absolute;pointer-events:none;left:16px;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden;line-height:40px;transition:.3s;color:#71757a}@media(max-width:1025px){.adt-text-block__label-mob-filter{left:16px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__label-mob-filter__red{color:rgba(255,0,0,.53)}.adt-text-block__magnifier{left:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.note[data-v-858c4b50]{font-weight:400;font-style:italic;font-size:12px;line-height:20px;display:flex;align-items:center;color:#007aff;padding:8px 16px;background:rgba(0,122,255,.09803921568627451);border-radius:2px}.note--error[data-v-858c4b50]{background:rgba(220,88,88,.2);color:#e60000}@media(max-width:1025px){.note[data-v-858c4b50]{width:100%;font-weight:400;font-size:10px;line-height:16px;margin:0 0 16px}}.note-svg[data-v-858c4b50]{margin-right:8px;display:flex;align-items:center}.slideToggleAnimation[data-v-9a91eb90]{transition:all .3s}.fastAnimation[data-v-9a91eb90]{transition:all .01s}.compareNotification[data-v-9a91eb90]{transition:all 3s}.slideToggleAnimation[data-v-49f88fc4]{transition:all .3s}.compareNotification[data-v-49f88fc4]{transition:all 3s}a[data-v-349fade7]{text-decoration:none;background-color:transparent}svg[data-v-349fade7]{transition:all .3s linear}svg.rotated[data-v-349fade7]{transform:rotate(180deg)}.gray-text[data-v-349fade7]{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;padding:10px 16px;cursor:pointer}.profile[data-v-349fade7]{position:relative}.profile__inner[data-v-349fade7]{padding:0;display:flex;align-items:center}.profile__item[data-v-349fade7]{font-size:14px;font-weight:600;margin:0;padding:8px 0;white-space:nowrap;cursor:pointer}.profile__item-link[data-v-349fade7]{display:flex;align-items:center;font-size:14px}@media(max-width:1025px){.profile__item-link[data-v-349fade7]:first-child{display:none}}.profile__item-link[data-v-349fade7]:nth-child(2){display:none}@media(max-width:1025px){.profile__item-link[data-v-349fade7]:nth-child(2){display:flex}}.profile__item span[data-v-349fade7]{white-space:nowrap;margin:0 7px}.profile__item .arrow-svg[data-v-349fade7]{transition:all .3s;vertical-align:middle;width:16px;height:16px;transform:rotate(0deg)}.profile__item .arrow-svg.rotate[data-v-349fade7]{transform:rotate(180deg)}.profile .profile-menu[data-v-349fade7]{width:368px;height:100%;position:absolute;right:0;top:100%;background-color:#fff;box-shadow:0 3px 6px rgba(149,156,177,.25098039215686274);border-radius:2px;z-index:10000}@media(max-width:1025px){.profile .profile-menu[data-v-349fade7]{display:none}}.profile .profile-menu__items[data-v-349fade7]{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;cursor:pointer}.profile .profile-menu__items div:not(:last-child)>.gray-text[data-v-349fade7],.profile .profile-menu__items div:not(:last-child)>a>.gray-text[data-v-349fade7]{border-bottom:.5px solid #bdc7ce}.profile .profile-menu__items div:not(:last-child)>.gray-text+div[data-v-349fade7]{padding:10px 16px}.profile .profile-menu__items div>.gray-text[data-v-349fade7]:not(.profile-menu__balance-link):not(.profile-menu__links){padding:0}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a[data-v-349fade7],.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a[data-v-349fade7]:visited{color:#2c3e50}.profile .profile-menu__item__child[data-v-349fade7]{padding:0 16px 0 32px;height:40px;display:flex;border-top:.5px solid #bdc7ce;align-items:center}.profile .profile-menu__item__child[data-v-349fade7]:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__child span[data-v-349fade7]{display:flex;align-items:center}.profile .profile-menu__item__child span svg[data-v-349fade7]{margin-right:5px}.profile .profile-menu__item__child span svg path[data-v-349fade7]{fill:rgba(44,62,80,.047058823529411764)!important}.profile .profile-menu__item__children[data-v-349fade7]{padding:0 16px;display:flex;justify-content:space-between;align-items:center;height:40px}.profile .profile-menu__item__children[data-v-349fade7]:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__balance-link[data-v-349fade7]{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px}.profile .profile-menu__balance-link[data-v-349fade7]:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__balance-link[data-v-349fade7]:not(:last-child){border-bottom:1px solid #eef0f5}.profile .profile-menu__balance[data-v-349fade7]{font-size:14px;color:#007aff;white-space:nowrap}.profile .profile-menu__links[data-v-349fade7]{display:flex;align-items:center;align-content:center;height:40px;padding:0 16px}.profile .profile-menu__links[data-v-349fade7]:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__links[data-v-349fade7]:not(:last-child){border-bottom:1px solid #eef0f5}.exit[data-v-349fade7]{background:#69797d;height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:14px;line-height:16px;color:#fff}.exit[data-v-349fade7]:hover{background:#9da3ac;color:#fff}.exit:hover svg[data-v-349fade7]{stroke:#fff;background:#9da3ac}.exit svg[data-v-349fade7]{margin-right:8px;background:#69797d;fill:none!important;stroke:#fff;transition:all 0s}.exit[data-v-349fade7]:active{background:#05b;color:#fff}.exit:active svg[data-v-349fade7]{stroke:#fff;background:#05b}.sign[data-v-349fade7]{height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sign:hover svg[data-v-349fade7]{stroke:#71757a!important}.sign:hover span[data-v-349fade7]{color:#71757a}.sign:active svg[data-v-349fade7]{stroke:#9da3ac!important}.sign:active span[data-v-349fade7]{color:#9da3ac}.sign svg[data-v-349fade7]{margin-right:8px;fill:none!important;stroke:#2c3e50!important}@media(max-width:1025px){.sign svg[data-v-349fade7]{stroke:none!important;margin-right:24px}}.sign span[data-v-349fade7]{font-weight:600;font-size:14px;line-height:16px;color:#2c3e50;margin:0 0}.requests__link[data-v-349fade7]{font-size:12px;line-height:16px;font-weight:400;padding:12px;color:var(--newColor);white-space:nowrap;margin:0 6px 0 0}@media(max-width:1025px){.requests__link[data-v-349fade7]{display:none}}.requests__link svg[data-v-349fade7]{vertical-align:middle;width:20px;height:20px;margin-right:4px;margin-bottom:2px}.requests__link span[data-v-349fade7]{color:#2c3e50;font-weight:600}.user[data-v-349fade7]{display:none}@media(max-width:1025px){.user[data-v-349fade7]{width:24px;height:24px;margin-right:24px;display:flex}}.exit-mobile[data-v-349fade7]{display:none}@media(max-width:1025px){.exit-mobile[data-v-349fade7]{display:block;width:24px;height:24px;margin-right:12px}}.mobile-table[data-v-349fade7]{display:none}@media(max-width:1025px){.mobile-table[data-v-349fade7]{display:block}}.mobile-table-head[data-v-349fade7]{padding:0 16px;background:#f4f4f4;display:flex;align-items:center;justify-content:space-between;width:100%;height:40px}.mobile-table-head p[data-v-349fade7]{font-weight:600;font-size:17px;line-height:19px;color:#2c3e50}.mobile-table-head svg[data-v-349fade7]{width:18px;height:18px}.mobile-table-head-chosen[data-v-349fade7]{position:relative}.mobile-table-head-chosen>div[data-v-349fade7]{position:absolute}.mobile-table-head-chosen p[data-v-349fade7]{text-align:center;width:100%}.profile-menu-mobile[data-v-349fade7]{height:100%}.profile-menu-mobile .bb>a[data-v-349fade7],.profile-menu-mobile .bb>a[data-v-349fade7]:visited{color:#000}.profile-menu-mobile__inner[data-v-349fade7]{display:flex;flex-direction:column;height:72%}.profile-menu-mobile__item[data-v-349fade7],.profile-menu-mobile__links[data-v-349fade7]{padding:0 16px;height:52px;border:1px solid #9da3ac;border-bottom:none;font-size:14px;display:flex;align-items:center}.profile-menu-mobile__balance-link[data-v-349fade7]{padding:0 16px;height:52px;border:1px solid #9da3ac;border-bottom:none;font-size:14px;display:flex;justify-content:space-between}.profile-menu-mobile__balance[data-v-349fade7]{color:#1e88e5;font-size:16px;white-space:nowrap;display:flex;align-items:center}.profile-menu-mobile__balance-items[data-v-349fade7]{display:flex;flex-direction:column;justify-content:center}.profile-menu-mobile__balance-items__upper-text[data-v-349fade7]{font-weight:400;font-size:10px;line-height:14px;color:#69797d;margin-bottom:4px}.profile-menu-mobile__balance-items__bot-text[data-v-349fade7]{font-weight:600;font-size:12px;line-height:16px;color:#2c3e50}.exit-mob[data-v-349fade7]{background:#ffcd33;border-radius:2px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:400;font-size:16px;line-height:16px;color:#2c3e50;margin:16px 16px 0}.exit-mob svg[data-v-349fade7]{margin-right:8px;fill:none!important}.bb[data-v-349fade7]:last-child{border-bottom:1px solid #9da3ac}.button-inner[data-v-349fade7]{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:1025px){.sign_text[data-v-349fade7]{display:none}}[data-v-5dca4082]{font-family:Open Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}.container[data-v-5dca4082]{max-width:1180px;width:100%;padding:0 20px;margin:0 auto}.header[data-v-5dca4082]{width:100%;background:#fff;max-height:62px;height:62px;display:flex;align-items:center}@media(max-width:1025px){.header[data-v-5dca4082]{border-bottom:1px solid rgba(44,62,80,.14901960784313725);height:40px}}.header>.container[data-v-5dca4082]{display:flex;justify-content:space-between;align-items:center}.header__left .menu[data-v-5dca4082],.header__left[data-v-5dca4082],.header__right[data-v-5dca4082]{display:flex;align-items:center}@media(max-width:1025px){.header__left .menu[data-v-5dca4082]{display:none}}.header__left .menu__items[data-v-5dca4082]{margin-right:8px;align-items:center;padding:20px 8px 20px 0;transition:text-shadow .3s;display:block;font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#71757a;position:relative}.header__left .menu__items[data-v-5dca4082]:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#e5e5e5}.header__left .menu__items.active[data-v-5dca4082]{font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#2c3e50}.header__left .menu__items[data-v-5dca4082]:hover{color:#9da3ac;cursor:pointer}.header__left .logo[data-v-5dca4082]{display:block;margin-right:20px}.header__left .logo svg[data-v-5dca4082]{width:90px;height:26px;display:block;fill:#2c3e50}@media(max-width:1025px){.header__left .logo svg[data-v-5dca4082]{width:77px;height:24px}}.header__left .logo svg[data-v-5dca4082]:hover{fill:#71757a}.header .menu_mobile--switcher[data-v-5dca4082],.header .menu_mobile[data-v-5dca4082]{display:none}@media(max-width:1025px){.header .menu_mobile[data-v-5dca4082]{display:block}.header .menu_mobile .mobile-table-head[data-v-5dca4082]{padding:11px 16px;display:flex;justify-content:flex-end;background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile-wrapper[data-v-5dca4082]{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:14px 16px;font-weight:600;font-size:16px;line-height:22px;color:#2c3e50}.header .menu_mobile-wrapper[data-v-5dca4082]:last-child{border-bottom:1px solid rgba(157,163,172,.2980392156862745)}.header .menu_mobile-wrapper.active-burger-tab[data-v-5dca4082]{background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile--switcher[data-v-5dca4082]{display:flex;align-items:center;justify-content:center}}li[data-v-2e7e4da4],ul[data-v-2e7e4da4]{list-style:none;text-decoration:none}a[data-v-2e7e4da4]{text-decoration:none;background-color:transparent}[data-v-2e7e4da4]{font-family:Open Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}.footer[data-v-2e7e4da4]{background:rgba(189,199,206,.2980392156862745);font-size:14px;margin-top:20px}@media(max-width:1025px){.footer[data-v-2e7e4da4]{background:#f6f6f7}.footer.paddinged[data-v-2e7e4da4]{padding-bottom:60px}}.footer__top[data-v-2e7e4da4]{display:flex;justify-content:space-between;max-width:900px;width:100%;margin:0 auto;padding:20px 24px}@media(max-width:1025px){.footer__top[data-v-2e7e4da4]{flex-direction:column;padding:16px 16px}}.footer__top .adata-logo[data-v-2e7e4da4]{display:none}@media(max-width:1025px){.footer__top .adata-logo[data-v-2e7e4da4]{display:flex;width:77px;height:24px}}.footer__top .nav[data-v-2e7e4da4]{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.footer__top .nav[data-v-2e7e4da4]{display:grid;grid-template-columns:.7fr 1fr;-moz-column-gap:15px;column-gap:15px;row-gap:15px}}.footer__top .nav__link[data-v-2e7e4da4]{line-height:19px;color:#2c3e50}@media(max-width:1025px){.footer__top .nav__link[data-v-2e7e4da4]{font-size:12px}}.footer__top .nav__link[data-v-2e7e4da4]:hover{color:#9da3ac}.footer__top .nav__link[data-v-2e7e4da4]:active{color:#c4c4c4}.footer__top .social[data-v-2e7e4da4]{display:flex;align-items:center;margin-left:15px;order:1}@media(max-width:1025px){.footer__top .social[data-v-2e7e4da4]{margin-left:0;order:0}}.footer__top .social a[data-v-2e7e4da4]{display:flex;align-items:center;line-height:19px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#007aff}.footer__top .social a .social__icon[data-v-2e7e4da4]{margin:2px 10px 2px 2px}@media(max-width:1025px){.footer__top .social a .social__icon[data-v-2e7e4da4]{margin:0 8px 0 0}}@media(max-width:1025px){.footer__top .social a[data-v-2e7e4da4]{margin-left:0}.footer__top .social a[data-v-2e7e4da4]:not(:first-child){margin-left:8px}}.footer__top .social a[data-v-2e7e4da4]:hover{text-decoration:underline}.footer__top .social a[data-v-2e7e4da4]:active{color:#05b;-webkit-text-decoration-line:none;text-decoration-line:none}.footer__top .social svg[data-v-2e7e4da4]{width:16px;height:16px;fill:#2c3e50}@media(max-width:1025px){.footer__top .social svg[data-v-2e7e4da4]{width:20px;height:20px}}.footer__top .social svg.footer__top .social__icon[data-v-2e7e4da4]{cursor:pointer}.footer__top .social svg[data-v-2e7e4da4]:hover{fill:#9da3ac!important}.footer__top .social svg[data-v-2e7e4da4]:active{fill:#c4c4c4!important}.footer__bottom[data-v-2e7e4da4]{text-align:center;padding:11.5px 0 13px;border:1px solid #bdc7ce}@media(max-width:1025px){.footer__bottom[data-v-2e7e4da4]{background:#efeff0;border:none;border-top:1px solid #bdc7ce}}.footer__bottom span[data-v-2e7e4da4]{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.footer__bottom span[data-v-2e7e4da4]{font-size:10px;line-height:16px}}.mobile-head-wrapper[data-v-2e7e4da4]{display:flex;justify-content:space-between;align-items:center}
|