adata-ui 0.2.4 → 0.2.5
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/dist/adata-ui.common.js +27 -27
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +27 -27
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/MailTo/MailTo.vue +3 -1
package/dist/adata-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.a-checkbox[data-v-88de6b42]{padding:8px 0;display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.a-checkbox__input[data-v-88de6b42]{opacity:0;cursor:pointer;height:0;width:0}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]{position:relative;background:#007aff;border:1px solid transparent}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]:after{display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1 6.556L5.308 11 15 1' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.a-checkbox__label[data-v-88de6b42]{font-size:14px;line-height:22px;color:var(--newGray)}.checkmark[data-v-88de6b42]{border:1px solid #9da3ac;border-radius:2px;width:16px;height:16px;cursor:pointer;margin-right:8px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#fff}.checkmark[data-v-88de6b42]:after{content:"";position:absolute;left:-1px;top:-1px;width:16px;height:16px}.checkboxes__selects[data-v-8fcf0dd2]{position:absolute;background:#fff;width:calc(100% - 8px);padding:8px 16px;max-height:360px;overflow-y:auto;left:0;z-index:1000;border-radius:2px;border:1px solid hsla(0,0%,76.9%,.5019607843137255)}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar{width:4px}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-thumb{background:#c4c4c4}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-track{background:#fff}.checkboxes__selects .checkboxes__selects__item[data-v-8fcf0dd2]{padding:4px 0;line-height:16px;font-size:14px;font-weight:400;color:#333;cursor:pointer;display:flex;align-items:center}.checkboxes__selects .checkboxes__selects__item input[data-v-8fcf0dd2]{margin-right:4px}.a-btn{cursor:pointer;border:none;border-radius:2px;font-size:14px;font-weight:500;display:flex;justify-content:center;align-items:center;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;-ms-box-sizing:border-box!important}@media screen and (max-width:560px){.a-btn{width:100%;text-align:center}}.a-btn svg{margin-right:8px}.a-btn:disabled{cursor:not-allowed}.a-btn.size_extra_sm{height:24px;padding:3px 16px;font-size:12px}.a-btn.size_sm{height:32px;padding:6px 20px}.a-btn.size_md{height:40px;padding:8px 30px}.a-btn.size_fit,.a-btn.size_fit-md{padding:8px 0;width:100%}.a-btn.size_fit-md{height:40px}.a-btn_grey{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.a-btn_grey:active,.a-btn_grey:hover{background:#eef0f5}.a-btn-white{background:#fff;color:#007aff}.a-btn-white:hover{background:#eef0f5}.a-btn-white:active{background:#d6d6d7}.a-btn_yellow{background:linear-gradient(140.08deg,#ffe15a 13.59%,#fbc920 85.57%);color:#2c3e50}.a-btn_yellow:active,.a-btn_yellow:hover{background:#fbc920}.a-btn_red{border:1px solid #ff2e43;color:#ff2e43;background-color:transparent}.a-btn_red:active,.a-btn_red:hover{background:#ff2e43;color:#fff}.a-btn_green{background:#00b92d;color:#fff}.a-btn_green:active,.a-btn_green:hover{background:#008621}.a-btn_blue_outlined{border:1px solid #007aff;color:#007aff;background-color:transparent}.a-btn_blue_outlined:hover{background:#007aff;color:#fff}.a-btn_blue_outlined:active{background:#05b;color:#fff}.a-btn_blue{background:#1e88e5;color:#fff}.a-btn_blue:hover{background:#007aff;color:#fff}.a-btn_blue: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:10px;line-height:14px;color:#ff2e43;margin-top:8px;display:flex;align-items:center}.adt-text-block__error svg{margin-right:9px}.adt-text-block__field{position:relative;overflow:hidden}@media(max-width:1025px){.adt-text-block__field{width:100%;display:flex}}.adt-text-block__input,.adt-text-block__textarea textarea{background:#fff;border:.5px solid #c4c4c4;box-sizing:border-box;border-radius:2px;width:100%;height:40px;font-size:14px;color:#1a2030;padding:19px 40px 5px 16px;transition:all .3s}@media(max-width:1025px){.adt-text-block__input,.adt-text-block__textarea textarea{padding:19px 36px 7px 12px;height:40px;font-size:12px}}.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea textarea:focus~.adt-text-block__label,.adt-text-block__textarea textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea textarea:not(:focus):valid~.adt-text-block__label{top:12px;font-size:10px;color:#71757a;text-overflow:inherit;width:100%}@media(max-width:1025px){.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea textarea:focus~.adt-text-block__label,.adt-text-block__textarea textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea textarea:not(:focus):valid~.adt-text-block__label{font-size:8px}}.adt-text-block__input:focus,.adt-text-block__input:hover,.adt-text-block__textarea textarea:focus,.adt-text-block__textarea textarea:hover{border:.5px solid #2c3e50}.adt-text-block__input::-moz-placeholder,.adt-text-block__textarea textarea::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder,.adt-text-block__textarea textarea:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder,.adt-text-block__textarea textarea::placeholder{font-size:12px}.adt-text-block__textarea{border:.5px solid #c4c4c4;height:120px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.adt-text-block__textarea--error{border:none;border:.5px solid #ff2e43;background:rgba(255,46,67,.12156862745098039)}.adt-text-block__textarea--error textarea{background:transparent}.adt-text-block__textarea:focus,.adt-text-block__textarea:hover{border:.5px solid #2c3e50}.adt-text-block__textarea textarea{border:none;height:92px;padding:0 40px 5px 16px;resize:none}.adt-text-block__textarea textarea:focus,.adt-text-block__textarea textarea:hover{border:none}.adt-text-block__textarea .adt-text-block__label{top:20px}.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:14px}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__textarea+label{top:20px}.adt-text-block--ellipsis{width:calc(100% - 56px);text-overflow:ellipsis;overflow:hidden}.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:#ff2e43}.adt-text-block__options{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;z-index:1000;border-radius:2px;padding:8px 0;max-height:250px;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:#71757a;transition:all .3s;cursor:pointer}@media(max-width:1025px){.adt-text-block .search-options__item{font-size:12px}}.adt-text-block .search-options__item:hover{background:#eef0f5}.adt-text-block .search-options::-webkit-scrollbar{width:4px}.adt-text-block .search-options::-webkit-scrollbar-thumb{background:#c4c4c4}.adt-text-block .search-options::-webkit-scrollbar-track{background:#fff}.note{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{background:rgba(220,88,88,.2);color:#e60000}@media(max-width:1025px){.note{width:100%;font-weight:400;font-size:12px;line-height:16px;margin:0 0 16px}}.note-svg{margin-right:8px;display:flex;align-items:center}.fastAnimation{transition:all .01s}.rotated svg[data-v-3252c910]{transform:rotate(180deg)}.empty-space[data-v-3252c910]{background:none!important}.mobile-table-head-left[data-v-3252c910]{display:flex;align-items:center;gap:8px}.mobile-table-head-left svg[data-v-3252c910]{background:rgba(0,122,255,.12);border-radius:50%;width:24px;height:24px}.mobile-table-body[data-v-3252c910]{background:rgba(236,239,241,.6);border-bottom:.5px solid rgba(157,163,172,.5);padding:12px 20px}.mobile-table-body a.p[data-v-3252c910],.mobile-table-body p[data-v-3252c910]{display:flex;justify-content:space-between;align-items:center;color:#2c3e50;font-size:12px;margin-bottom:8px}.mobile-table-body a.p[data-v-3252c910]:first-child,.mobile-table-body p[data-v-3252c910]:first-child{font-weight:600;font-size:14px}.mobile-table-body a.p span[data-v-3252c910],.mobile-table-body p span[data-v-3252c910]{background:#007aff;color:#fff;padding:2px 8px;border-radius:100px;line-height:20px}.mobile-table-body a.button[data-v-3252c910]{border:none;background:transparent;display:flex;justify-content:center;align-items:center;color:#007aff;font-size:14px;font-weight:600;margin:20px auto 0}.mobile-table-item[data-v-3252c910]{padding:12px 20px;border-bottom:.5px solid rgba(157,163,172,.5)}.mobile-table-item a.p.mobile-table-item__title[data-v-3252c910],.mobile-table-item p.mobile-table-item__title[data-v-3252c910]{color:#71757a;font-size:12px;font-weight:400;margin-bottom:12px}.mobile-table-item a.p[data-v-3252c910]:not(.mobile-table-item__title),.mobile-table-item p[data-v-3252c910]:not(.mobile-table-item__title){font-size:14px;font-weight:400;color:#2c3e50}.mobile-table-item a.p:not(.mobile-table-item__title) span[data-v-3252c910],.mobile-table-item p:not(.mobile-table-item__title) span[data-v-3252c910]{color:#698096;font-weight:500;background:#eceff1;border-radius:100px;padding:2px 8px;line-height:20px}.mobile-table-item__text[data-v-3252c910]{display:flex;justify-content:space-between;font-size:14px;font-weight:400;margin-bottom:12px;flex-wrap:wrap;align-items:center;color:#2c3e50;row-gap:12px}.mobile-table-item__text a.button[data-v-3252c910]{background:transparent;border:none;color:#007aff;font-size:14px;font-weight:600}.mobile-table-item__text.wrapped[data-v-3252c910]{flex-wrap:wrap;align-items:center;margin-bottom:0}.mobile-table-item__text.wrapped .wrapped__text[data-v-3252c910]{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;width:100%}.mobile-table-item__text.wrapped .wrapped__text.active[data-v-3252c910]{background:#e5e5e5;border-left:3px solid #007aff;margin-top:12px}.mobile-table-item__text.wrapped .mobile-table-item__children[data-v-3252c910]{padding:0 20px 0 36px;display:flex;flex-direction:column;width:100%;gap:16px;margin-bottom:12px}.mobile-table-item__text.wrapped .mobile-table-item__children a[data-v-3252c910]{font-size:14px;color:#2c3e50;font-weight:400;text-decoration:none}.mobile-table-item__text.wrapped .mobile-table-item__children a[data-v-3252c910]:active,.mobile-table-item__text.wrapped .mobile-table-item__children a[data-v-3252c910]:visited{color:#2c3e50}.mobile-table-item__text[data-v-3252c910]:last-child{margin-bottom:0}.mobile-table-item[data-v-3252c910]:nth-child(4){padding:12px 0}.mobile-table-item:nth-child(4) .mobile-table-item__title[data-v-3252c910]{padding:0 20px;margin-bottom:0}.mobile-table-item[data-v-3252c910]:nth-child(5){padding-bottom:36px;border-bottom:none}svg{transition:all .3s linear}svg.rotated{transform:rotate(180deg)}.gray-text{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;padding:10px 16px;cursor:pointer}.profile{position:relative}.profile__inner{padding:0;display:flex;align-items:center}.profile__item{font-size:14px;font-weight:600;margin:0;padding:8px 0;white-space:nowrap;cursor:pointer}.profile__item-link{display:flex;align-items:center;font-size:14px}@media(max-width:1025px){.profile__item-link:first-child{display:none}}.profile__item-link:nth-child(2){display:none}@media(max-width:1025px){.profile__item-link:nth-child(2){display:flex}}.profile__item span{white-space:nowrap;margin:0 7px}.profile__item .arrow-svg{transition:all .3s;vertical-align:middle;width:16px;height:16px;transform:rotate(0deg)}.profile__item .arrow-svg.rotate{transform:rotate(180deg)}.profile .profile-menu{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{display:none}}.profile .profile-menu__items{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;cursor:pointer}.profile .profile-menu__items span.balance{padding:2px 8px;color:#698096;background:#eceff1;border-radius:100px}.profile .profile-menu__items .rate-item{display:flex;justify-content:space-between;align-items:center;width:100%;color:#007aff;font-size:14px;font-weight:600}.profile .profile-menu__items .rate-item span.rate{color:#2c3e50;font-size:12px}.profile .profile-menu__items div:not(:last-child)>.gray-text,.profile .profile-menu__items div:not(:last-child)>a>.gray-text{border-bottom:.5px solid #bdc7ce}.profile .profile-menu__items div:not(:last-child)>.gray-text+div{padding:10px 16px}.profile .profile-menu__items div>.gray-text: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,.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a:visited{color:#2c3e50}.profile .profile-menu__item__child{padding:0 16px 0 32px;height:40px;display:flex;border-top:.5px solid #bdc7ce;align-items:center}.profile .profile-menu__item__child:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__child span{display:flex;align-items:center}.profile .profile-menu__item__child span svg{margin-right:5px}.profile .profile-menu__item__child span svg path{fill:rgba(44,62,80,.047058823529411764)!important}.profile .profile-menu__item__children{padding:0 16px;display:flex;justify-content:space-between;align-items:center;height:40px}.profile .profile-menu__item__children:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__children.active{background:#eceff1;border-left:3px solid #007aff}.profile .profile-menu__balance-link{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px}.profile .profile-menu__balance-link:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__balance-link:not(:last-child){border-bottom:1px solid #eef0f5}.profile .profile-menu__balance{font-size:14px;font-weight:600;color:#007aff;white-space:nowrap}.profile .profile-menu__links{display:flex;align-items:center;align-content:center;height:40px;padding:0 16px}.profile .profile-menu__links:hover{background:linear-gradient(0deg,rgba(236,239,241,.5),rgba(236,239,241,.5)),#fff}.profile .profile-menu__links:not(:last-child){border-bottom:1px solid #eef0f5}.exit{background:#007aff;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:hover{background:#9da3ac;color:#fff}.exit:hover svg{stroke:#fff;background:#9da3ac}.exit svg{margin-right:8px;background:#007aff;fill:none!important;stroke:#fff;transition:all 0s}.exit:active{background:#05b;color:#fff}.exit:active svg{stroke:#fff;background:#05b}.sign{height:40px;background:transparent;border:none;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sign:hover svg{stroke:#71757a!important}.sign:hover span{color:#71757a}.sign:active svg{stroke:#9da3ac!important}.sign:active span{color:#9da3ac}.sign svg{margin-right:8px;fill:none!important;stroke:#2c3e50!important}@media(max-width:1025px){.sign svg{stroke:none!important;margin-right:24px}}.sign span{font-weight:600;font-size:14px;line-height:16px;color:#2c3e50;margin:0 0}.requests__link{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{display:none}}.requests__link svg{vertical-align:middle;width:20px;height:20px;margin-right:4px;margin-bottom:2px}.requests__link span{color:#2c3e50;font-weight:600}.user{display:none}@media(max-width:1025px){.user{width:24px;height:24px;margin-right:24px;display:flex}}.exit-mobile{display:none}@media(max-width:1025px){.exit-mobile{display:block;width:24px;height:24px;margin-right:12px}}.mobile-table{display:none}@media(max-width:1025px){.mobile-table{display:block}}.mobile-table-head{padding:0 16px;background:#f4f4f4;display:flex;align-items:center;justify-content:space-between;width:100%;height:40px}.mobile-table-head p{font-weight:600;font-size:17px;line-height:19px;color:#2c3e50}.mobile-table-head svg{width:18px;height:18px}@media(max-width:1025px){.mobile-table-head svg{width:24px;height:24px}}.mobile-table-head-chosen{position:relative}.mobile-table-head-chosen>div{position:absolute}.mobile-table-head-chosen p{text-align:center;width:100%}.profile-menu-mobile{height:100%}.profile-menu-mobile .bb>a,.profile-menu-mobile .bb>a:visited{color:#000}.profile-menu-mobile__inner{display:flex;flex-direction:column;height:72%}.profile-menu-mobile__item,.profile-menu-mobile__links{align-items:center}.profile-menu-mobile__balance-link,.profile-menu-mobile__item,.profile-menu-mobile__links{padding:0 16px;height:52px;border:1px solid #9da3ac;border-bottom:none;font-size:14px;display:flex}.profile-menu-mobile__balance-link{justify-content:space-between}.profile-menu-mobile__balance{color:#1e88e5;font-size:16px;white-space:nowrap;display:flex;align-items:center}.profile-menu-mobile__balance-items{display:flex;flex-direction:column;justify-content:center}.profile-menu-mobile__balance-items__upper-text{font-weight:400;font-size:10px;line-height:14px;color:#69797d;margin-bottom:4px}.profile-menu-mobile__balance-items__bot-text{font-weight:600;font-size:12px;line-height:16px;color:#2c3e50}.exit-mob{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{margin-right:8px;fill:none!important}.bb:last-child{border-bottom:1px solid #9da3ac}.button-inner{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:1025px){.sign_text{display:none}}.slideToggleAnimation{transition:all .3s}.compareNotification{transition:all 3s}.info[data-v-102c1b31]{position:relative}@media(min-width:1025px){.info[data-v-102c1b31]{height:30px}}.info-notification[data-v-102c1b31]{position:absolute;width:100%;z-index:1;top:0;color:#fff;background:#007aff;padding:7px 0;font-size:14px}@media(max-width:1025px){.info-notification[data-v-102c1b31]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-102c1b31]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-102c1b31]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-102c1b31]{flex-shrink:0}.info-notification__close[data-v-102c1b31]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-102c1b31]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5)}@media(max-width:1025px){.info-header[data-v-102c1b31]{display:none}}.info-header__title[data-v-102c1b31]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-102c1b31]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-102c1b31]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-102c1b31]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-102c1b31]{display:flex;align-items:center;gap:16px}.info-header__item-elem[data-v-102c1b31]{display:flex;align-items:center;gap:8px}.info-header__inner-item[data-v-102c1b31]{display:flex;align-items:center;font-size:12px}.info-header .last-header-item .info-header__inner-item[data-v-102c1b31]:nth-child(2){margin-left:5px}.info .divider[data-v-102c1b31]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-102c1b31],.fade-leave-active[data-v-102c1b31]{transition:.5s ease}.fade-enter[data-v-102c1b31],.fade-leave-to[data-v-102c1b31]{opacity:0;top:-30px}.sticky{position:sticky;z-index:1000;top:0}.header{background:#fff;max-height:62px;height:62px;display:flex;align-items:center}@media(max-width:1025px){.header{height:56px;border-bottom:1px solid #bdc7ce}}.header.bordered{border-bottom:1px solid rgba(44,62,80,.14901960784313725)}.header>.container{width:100%;justify-content:space-between}.header>.container,.header__left,.header__left .menu,.header__right{display:flex;align-items:center}@media(max-width:1025px){.header__left .menu{display:none}}.header__left .menu__items{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:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#e5e5e5}.header__left .menu__items.active{font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#2c3e50}.header__left .menu__items:hover{color:#9da3ac;cursor:pointer}.header__left .logo{display:block;margin-right:20px}.header__left .logo svg{width:90px;height:26px;display:block;fill:#2c3e50}@media(max-width:1025px){.header__left .logo svg{width:77px;height:24px}}.header__left .logo svg:hover{fill:#71757a}.header .menu_mobile{display:none;grid-template-columns:10% 90%;z-index:1000000;position:absolute!important}.header .menu_mobile .empty-space{background:rgba(0,0,0,.4)}.header .menu_mobile::-webkit-scrollbar{width:4px}.header .menu_mobile::-webkit-scrollbar-thumb{background:#c4c4c4}.header .menu_mobile::-webkit-scrollbar-track{background:#fff}.header .menu_mobile--switcher{display:none;cursor:pointer}.header .menu_mobile button.sign{height:auto;justify-content:flex-start}.header .menu_mobile button.sign svg{margin-right:8px;height:24px;width:24px}.header .menu_mobile button.sign span{color:#007aff;font-size:14px}@media(max-width:1025px){.header .menu_mobile{display:grid;background:transparent!important}.header .menu_mobile .mobile-table-head{display:flex;justify-content:space-between;padding:20px 16px;height:auto;background:#eceff1;border-bottom:.5px solid rgba(157,163,172,.5)}.header .menu_mobile-wrapper{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:16px;font-weight:600;font-size:14px;line-height:22px;color:#2c3e50;display:block}.header .menu_mobile-wrapper:first-child{border-top:none}.header .menu_mobile-wrapper.active-burger-tab{background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile--switcher{display:flex;align-items:center;justify-content:center}}.header .menu_mobile .menu-wrapper{height:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:-6px 4px 12px rgba(157,163,172,.4);background:#fff}@media(max-width:1025px){.header .menu_mobile .menu-wrapper{justify-content:flex-start}}.header .menu_mobile .menu-wrapper__top-left{display:flex;gap:8px;align-items:center;width:100%}.header .menu_mobile .menu-wrapper__top-left .svg-wrapper{width:32px;height:32px;background:rgba(189,199,206,.2);display:flex;justify-content:center;align-items:center;border-radius:50%}.header .menu_mobile .menu-wrapper__top-left .svg-wrapper svg{width:24px;height:24px}.header .menu_mobile .menu-wrapper__top-left .text-wrapper{width:100%}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p{font-size:14px;font-weight:500;display:flex;justify-content:space-between;align-items:center}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:first-child{border-bottom:.5px solid rgba(157,163,172,.5);padding-bottom:12px;margin-bottom:12px}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:first-child span{cursor:pointer}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:first-child span svg{width:16px;height:16px}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:nth-child(2){color:#007aff;font-size:12px;font-weight:600}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:nth-child(2) span{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.header .menu_mobile .menu-wrapper__top-right{display:flex;align-items:center;justify-content:center;cursor:pointer}.header .menu_mobile-footer{width:100%;background:#007aff;padding:20px 16px;display:flex;margin-top:auto;position:relative;z-index:1000000}@media(max-width:1025px){.header .menu_mobile-footer{height:40px;width:calc(100% - 32px);margin:32px 16px;justify-content:center}}.header .menu_mobile-footer button.sign span{color:#fff}.header .menu-wrapper__bottom{margin:80px 0 0}@media(max-width:1025px){.header .menu-wrapper__bottom{margin:0}}.header .menu-wrapper__bottom-header{background:rgba(189,199,206,.2);padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.header .menu-wrapper__bottom-header span{font-weight:500;font-size:12px;line-height:20px;color:#666c72}.header .menu-wrapper__bottom-body{padding:8px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;margin-bottom:36px}@media(max-width:1025px){.header .menu-wrapper__bottom-body{margin-bottom:0}}.header .menu-wrapper__bottom-row{display:flex;justify-content:space-between;align-items:center}.header .menu-wrapper__bottom-column{display:flex;align-items:center;gap:8px}.header .menu-wrapper__bottom-column:first-child{justify-content:flex-start}.header .menu-wrapper__bottom-column:nth-child(2),.header .menu-wrapper__bottom-column:nth-child(3){justify-content:flex-end;width:60px}.header .menu-wrapper__bottom-column span{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-wrapper__bottom-footer{background:rgba(189,199,206,.2);padding:8px 16px;display:flex;flex-direction:column;gap:10px}.header .menu-wrapper__bottom-footer-item{display:flex;justify-content:space-between;align-items:center}.header .menu-wrapper__bottom-footer-title{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-wrapper__bottom-footer-circle{color:#fff;padding:4px 12px;background:#007aff;border-radius:100px;font-weight:500;font-size:14px;line-height:20px}li,ul{list-style:none}a,li,ul{text-decoration:none}a{background-color:transparent}*{font-family:Open Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}.a-footer{background:rgba(189,199,206,.2980392156862745);font-size:14px;margin-top:20px}@media(max-width:1025px){.a-footer{background:#f6f6f7}.a-footer.paddinged{padding-bottom:60px}}.a-footer__top{display:flex;justify-content:space-between;max-width:900px;width:100%;margin:0 auto;padding:20px 24px}@media(max-width:1025px){.a-footer__top{flex-direction:column;padding:16px 16px}}.a-footer__top .adata-logo{display:none}@media(max-width:1025px){.a-footer__top .adata-logo{display:flex}.a-footer__top .adata-logo svg{width:77px;height:24px}}.a-footer__top .nav{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.a-footer__top .nav{display:grid;grid-template-columns:.7fr 1fr;-moz-column-gap:15px;column-gap:15px;row-gap:15px}}.a-footer__top .nav__link{line-height:19px;color:#2c3e50}@media(max-width:1025px){.a-footer__top .nav__link{font-size:12px}}.a-footer__top .nav__link:hover{color:#9da3ac}.a-footer__top .nav__link:active{color:#c4c4c4}.a-footer__top .social{display:flex;align-items:center;margin-left:15px;order:1}@media(max-width:1025px){.a-footer__top .social{margin-left:0;order:0}}.a-footer__top .social a{display:flex;align-items:center;line-height:19px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#007aff}.a-footer__top .social a .social__icon{margin:2px 10px 2px 2px}@media(max-width:1025px){.a-footer__top .social a .social__icon{margin:0 8px 0 0}}@media(max-width:1025px){.a-footer__top .social a{margin-left:0}.a-footer__top .social a:not(:first-child){margin-left:8px}}.a-footer__top .social a:hover{text-decoration:underline}.a-footer__top .social a:active{color:#05b;-webkit-text-decoration-line:none;text-decoration-line:none}.a-footer__top .social svg{width:16px;height:16px;fill:#2c3e50}@media(max-width:1025px){.a-footer__top .social svg{width:20px;height:20px}}.a-footer__top .social svg.a-footer__top .social__icon{cursor:pointer}.a-footer__top .social svg:hover{fill:#9da3ac!important}.a-footer__top .social svg:active{fill:#c4c4c4!important}.a-footer__bottom{text-align:center;padding:11.5px 0 13px;border:1px solid #bdc7ce}@media(max-width:1025px){.a-footer__bottom{background:#efeff0;border:none;border-top:1px solid #bdc7ce}}.a-footer__bottom span{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.a-footer__bottom span{font-size:10px;line-height:16px}}.mobile-head-wrapper{display:flex;justify-content:space-between;align-items:center}.loader[data-v-25a1e885]{margin:0 auto}@media screen and (max-width:1025px){.loader[data-v-25a1e885]{margin-top:20px}}.loader.very-small[data-v-25a1e885]{margin:0;width:16px;height:16px}.loader.small[data-v-25a1e885]{margin:0;width:20px;height:20px}.loader__number[data-v-25a1e885]{top:38%;left:726px}.loader__number-stable[data-v-25a1e885],.loader__number[data-v-25a1e885]{position:absolute;color:#ffcd33;font-size:24px;line-height:33px;text-align:center}.loader__number-stable[data-v-25a1e885]{left:50%;transform:translateX(-50%);top:20%}@media screen and (max-width:1025px){.loader__number-stable[data-v-25a1e885]{top:25%}}.loader__element[data-v-25a1e885]{top:350px;left:0;right:0}.loader__element-stable[data-v-25a1e885]{top:0;left:0;right:0}.loader__base[data-v-25a1e885]{height:100px;width:100px;background:#ffcd33;background:linear-gradient(90deg,#ffcd33 10%,hsla(0,0%,100%,0) 42%);border-radius:50%;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#fff 0);-webkit-animation:spin-data-v-25a1e885 .7s linear infinite;animation:spin-data-v-25a1e885 .7s linear infinite;margin-left:auto;margin-right:auto}@media screen and (max-width:1025px){.loader__base[data-v-25a1e885]{height:60px;width:60px}}.loader__base.small[data-v-25a1e885]{background:linear-gradient(90deg,#217aff 28%,hsla(0,0%,100%,0) 42%)}.loader__base.small-yellow[data-v-25a1e885],.loader__base.small[data-v-25a1e885]{width:20px;height:20px;margin:0;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 1.5px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 1.5px),#fff 0)}.loader__base.small-yellow[data-v-25a1e885]{background:linear-gradient(90deg,#ffcd33 28%,hsla(0,0%,100%,0) 42%)}.loader__base.very-small[data-v-25a1e885]{width:16px;height:16px;margin:0;background:linear-gradient(90deg,#217aff 28%,hsla(0,0%,100%,0) 42%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 1.5px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 1.5px),#fff 0)}.loader__subtitle[data-v-25a1e885]{text-align:center;margin-top:40px}.loader__subtitle p[data-v-25a1e885]{font-size:18px;line-height:25px;color:var(--newGray);font-weight:400}.loader.unloadData .loader__element[data-v-25a1e885]{position:relative;top:200px}.loader.unloadData .loader__number[data-v-25a1e885]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader--global[data-v-25a1e885]{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center}.loader--global .loader__base[data-v-25a1e885]{margin-top:0}.loader--global .loader__element[data-v-25a1e885]{position:relative;top:20px}.loader--global .loader__number[data-v-25a1e885]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@-webkit-keyframes spin-data-v-25a1e885{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-data-v-25a1e885{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.download-button.colored--blue:hover .loader__base.small[data-v-25a1e885]{background:linear-gradient(90deg,#fff 28%,hsla(0,0%,100%,0) 42%)}@media screen and (max-width:1025px){.right-side .loader.small[data-v-25a1e885]{position:absolute;right:0;height:100%;display:flex;align-items:center}}[data-v-5e20a11a]{padding:0;margin:0;box-sizing:border-box}.mail[data-v-5e20a11a]{padding:50px 0}@media(max-width:560px){.mail[data-v-5e20a11a]{padding:32px 0}}.mail__title[data-v-5e20a11a]{font-size:24px;line-height:32px;color:#2c3e50;font-weight:700;text-align:center;margin-bottom:16px}@media(max-width:560px){.mail__title[data-v-5e20a11a]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-5e20a11a]{padding:24px;display:flex;justify-content:center;position:relative}.mail__img-wrapper[data-v-5e20a11a]:before{content:" ";position:absolute;top:50%;left:50%;z-index:1;width:100px;height:100px;transform:translate(-50%,-50%);background:rgba(189,199,206,.15);border-radius:100%;padding:20px}.mail__img[data-v-5e20a11a]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;position:relative;z-index:2}.mail__text[data-v-5e20a11a]{font-size:14px;color:#71757a;font-weight:400;line-height:20px;text-align:center;margin-bottom:16px}.mail__form[data-v-5e20a11a]{max-width:370px;margin:0 auto}.mail__form-input[data-v-5e20a11a]{margin-bottom:16px}.mail__form-btn[data-v-5e20a11a]{margin:0 auto;display:block}.a-table[data-v-192e63d9]{display:flex;flex-direction:column;background:#fff}@media screen and (max-width:850px){.a-table[data-v-192e63d9]{border:0}}.a-table thead[data-v-192e63d9]{background:rgba(189,199,206,.3)}@media screen and (max-width:850px){.a-table thead[data-v-192e63d9]{display:none}}.a-table thead tr[data-v-192e63d9]{display:flex}.a-table thead tr th[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;font-size:12px;font-weight:400;word-break:break-word}@media screen and (max-width:850px){.a-table thead tr th[data-v-192e63d9]{justify-content:flex-start}}.a-table tbody tr[data-v-192e63d9]{display:flex;border-bottom:1px solid #ccc}@media screen and (max-width:850px){.a-table tbody tr[data-v-192e63d9]{flex-direction:column;margin:10px;padding:10px 0;border:0;background:rgba(189,199,206,.3)}}.a-table tbody tr td[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;word-break:break-word;font-size:12px;font-weight:400;text-align:left}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]{flex-direction:column;row-gap:4px;justify-content:flex-start;padding:8px 16px}}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]:before{content:attr(data-label);display:flex;align-items:left;font-weight:700}}
|
|
1
|
+
.a-checkbox[data-v-88de6b42]{padding:8px 0;display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.a-checkbox__input[data-v-88de6b42]{opacity:0;cursor:pointer;height:0;width:0}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]{position:relative;background:#007aff;border:1px solid transparent}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]:after{display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1 6.556L5.308 11 15 1' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.a-checkbox__label[data-v-88de6b42]{font-size:14px;line-height:22px;color:var(--newGray)}.checkmark[data-v-88de6b42]{border:1px solid #9da3ac;border-radius:2px;width:16px;height:16px;cursor:pointer;margin-right:8px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#fff}.checkmark[data-v-88de6b42]:after{content:"";position:absolute;left:-1px;top:-1px;width:16px;height:16px}.checkboxes__selects[data-v-8fcf0dd2]{position:absolute;background:#fff;width:calc(100% - 8px);padding:8px 16px;max-height:360px;overflow-y:auto;left:0;z-index:1000;border-radius:2px;border:1px solid hsla(0,0%,76.9%,.5019607843137255)}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar{width:4px}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-thumb{background:#c4c4c4}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-track{background:#fff}.checkboxes__selects .checkboxes__selects__item[data-v-8fcf0dd2]{padding:4px 0;line-height:16px;font-size:14px;font-weight:400;color:#333;cursor:pointer;display:flex;align-items:center}.checkboxes__selects .checkboxes__selects__item input[data-v-8fcf0dd2]{margin-right:4px}.a-btn{cursor:pointer;border:none;border-radius:2px;font-size:14px;font-weight:500;display:flex;justify-content:center;align-items:center;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;-ms-box-sizing:border-box!important}@media screen and (max-width:560px){.a-btn{width:100%;text-align:center}}.a-btn svg{margin-right:8px}.a-btn:disabled{cursor:not-allowed}.a-btn.size_extra_sm{height:24px;padding:3px 16px;font-size:12px}.a-btn.size_sm{height:32px;padding:6px 20px}.a-btn.size_md{height:40px;padding:8px 30px}.a-btn.size_fit,.a-btn.size_fit-md{padding:8px 0;width:100%}.a-btn.size_fit-md{height:40px}.a-btn_grey{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.a-btn_grey:active,.a-btn_grey:hover{background:#eef0f5}.a-btn-white{background:#fff;color:#007aff}.a-btn-white:hover{background:#eef0f5}.a-btn-white:active{background:#d6d6d7}.a-btn_yellow{background:linear-gradient(140.08deg,#ffe15a 13.59%,#fbc920 85.57%);color:#2c3e50}.a-btn_yellow:active,.a-btn_yellow:hover{background:#fbc920}.a-btn_red{border:1px solid #ff2e43;color:#ff2e43;background-color:transparent}.a-btn_red:active,.a-btn_red:hover{background:#ff2e43;color:#fff}.a-btn_green{background:#00b92d;color:#fff}.a-btn_green:active,.a-btn_green:hover{background:#008621}.a-btn_blue_outlined{border:1px solid #007aff;color:#007aff;background-color:transparent}.a-btn_blue_outlined:hover{background:#007aff;color:#fff}.a-btn_blue_outlined:active{background:#05b;color:#fff}.a-btn_blue{background:#1e88e5;color:#fff}.a-btn_blue:hover{background:#007aff;color:#fff}.a-btn_blue: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:10px;line-height:14px;color:#ff2e43;margin-top:8px;display:flex;align-items:center}.adt-text-block__error svg{margin-right:9px}.adt-text-block__field{position:relative;overflow:hidden}@media(max-width:1025px){.adt-text-block__field{width:100%;display:flex}}.adt-text-block__input,.adt-text-block__textarea textarea{background:#fff;border:.5px solid #c4c4c4;box-sizing:border-box;border-radius:2px;width:100%;height:40px;font-size:14px;color:#1a2030;padding:19px 40px 5px 16px;transition:all .3s}@media(max-width:1025px){.adt-text-block__input,.adt-text-block__textarea textarea{padding:19px 36px 7px 12px;height:40px;font-size:12px}}.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea textarea:focus~.adt-text-block__label,.adt-text-block__textarea textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea textarea:not(:focus):valid~.adt-text-block__label{top:12px;font-size:10px;color:#71757a;text-overflow:inherit;width:100%}@media(max-width:1025px){.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea textarea:focus~.adt-text-block__label,.adt-text-block__textarea textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea textarea:not(:focus):valid~.adt-text-block__label{font-size:8px}}.adt-text-block__input:focus,.adt-text-block__input:hover,.adt-text-block__textarea textarea:focus,.adt-text-block__textarea textarea:hover{border:.5px solid #2c3e50}.adt-text-block__input::-moz-placeholder,.adt-text-block__textarea textarea::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder,.adt-text-block__textarea textarea:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder,.adt-text-block__textarea textarea::placeholder{font-size:12px}.adt-text-block__textarea{border:.5px solid #c4c4c4;height:120px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.adt-text-block__textarea--error{border:none;border:.5px solid #ff2e43;background:rgba(255,46,67,.12156862745098039)}.adt-text-block__textarea--error textarea{background:transparent}.adt-text-block__textarea:focus,.adt-text-block__textarea:hover{border:.5px solid #2c3e50}.adt-text-block__textarea textarea{border:none;height:92px;padding:0 40px 5px 16px;resize:none}.adt-text-block__textarea textarea:focus,.adt-text-block__textarea textarea:hover{border:none}.adt-text-block__textarea .adt-text-block__label{top:20px}.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:14px}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__textarea+label{top:20px}.adt-text-block--ellipsis{width:calc(100% - 56px);text-overflow:ellipsis;overflow:hidden}.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:#ff2e43}.adt-text-block__options{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;z-index:1000;border-radius:2px;padding:8px 0;max-height:250px;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:#71757a;transition:all .3s;cursor:pointer}@media(max-width:1025px){.adt-text-block .search-options__item{font-size:12px}}.adt-text-block .search-options__item:hover{background:#eef0f5}.adt-text-block .search-options::-webkit-scrollbar{width:4px}.adt-text-block .search-options::-webkit-scrollbar-thumb{background:#c4c4c4}.adt-text-block .search-options::-webkit-scrollbar-track{background:#fff}.note{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{background:rgba(220,88,88,.2);color:#e60000}@media(max-width:1025px){.note{width:100%;font-weight:400;font-size:12px;line-height:16px;margin:0 0 16px}}.note-svg{margin-right:8px;display:flex;align-items:center}.fastAnimation{transition:all .01s}.rotated svg[data-v-3252c910]{transform:rotate(180deg)}.empty-space[data-v-3252c910]{background:none!important}.mobile-table-head-left[data-v-3252c910]{display:flex;align-items:center;gap:8px}.mobile-table-head-left svg[data-v-3252c910]{background:rgba(0,122,255,.12);border-radius:50%;width:24px;height:24px}.mobile-table-body[data-v-3252c910]{background:rgba(236,239,241,.6);border-bottom:.5px solid rgba(157,163,172,.5);padding:12px 20px}.mobile-table-body a.p[data-v-3252c910],.mobile-table-body p[data-v-3252c910]{display:flex;justify-content:space-between;align-items:center;color:#2c3e50;font-size:12px;margin-bottom:8px}.mobile-table-body a.p[data-v-3252c910]:first-child,.mobile-table-body p[data-v-3252c910]:first-child{font-weight:600;font-size:14px}.mobile-table-body a.p span[data-v-3252c910],.mobile-table-body p span[data-v-3252c910]{background:#007aff;color:#fff;padding:2px 8px;border-radius:100px;line-height:20px}.mobile-table-body a.button[data-v-3252c910]{border:none;background:transparent;display:flex;justify-content:center;align-items:center;color:#007aff;font-size:14px;font-weight:600;margin:20px auto 0}.mobile-table-item[data-v-3252c910]{padding:12px 20px;border-bottom:.5px solid rgba(157,163,172,.5)}.mobile-table-item a.p.mobile-table-item__title[data-v-3252c910],.mobile-table-item p.mobile-table-item__title[data-v-3252c910]{color:#71757a;font-size:12px;font-weight:400;margin-bottom:12px}.mobile-table-item a.p[data-v-3252c910]:not(.mobile-table-item__title),.mobile-table-item p[data-v-3252c910]:not(.mobile-table-item__title){font-size:14px;font-weight:400;color:#2c3e50}.mobile-table-item a.p:not(.mobile-table-item__title) span[data-v-3252c910],.mobile-table-item p:not(.mobile-table-item__title) span[data-v-3252c910]{color:#698096;font-weight:500;background:#eceff1;border-radius:100px;padding:2px 8px;line-height:20px}.mobile-table-item__text[data-v-3252c910]{display:flex;justify-content:space-between;font-size:14px;font-weight:400;margin-bottom:12px;flex-wrap:wrap;align-items:center;color:#2c3e50;row-gap:12px}.mobile-table-item__text a.button[data-v-3252c910]{background:transparent;border:none;color:#007aff;font-size:14px;font-weight:600}.mobile-table-item__text.wrapped[data-v-3252c910]{flex-wrap:wrap;align-items:center;margin-bottom:0}.mobile-table-item__text.wrapped .wrapped__text[data-v-3252c910]{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;width:100%}.mobile-table-item__text.wrapped .wrapped__text.active[data-v-3252c910]{background:#e5e5e5;border-left:3px solid #007aff;margin-top:12px}.mobile-table-item__text.wrapped .mobile-table-item__children[data-v-3252c910]{padding:0 20px 0 36px;display:flex;flex-direction:column;width:100%;gap:16px;margin-bottom:12px}.mobile-table-item__text.wrapped .mobile-table-item__children a[data-v-3252c910]{font-size:14px;color:#2c3e50;font-weight:400;text-decoration:none}.mobile-table-item__text.wrapped .mobile-table-item__children a[data-v-3252c910]:active,.mobile-table-item__text.wrapped .mobile-table-item__children a[data-v-3252c910]:visited{color:#2c3e50}.mobile-table-item__text[data-v-3252c910]:last-child{margin-bottom:0}.mobile-table-item[data-v-3252c910]:nth-child(4){padding:12px 0}.mobile-table-item:nth-child(4) .mobile-table-item__title[data-v-3252c910]{padding:0 20px;margin-bottom:0}.mobile-table-item[data-v-3252c910]:nth-child(5){padding-bottom:36px;border-bottom:none}svg{transition:all .3s linear}svg.rotated{transform:rotate(180deg)}.gray-text{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;padding:10px 16px;cursor:pointer}.profile{position:relative}.profile__inner{padding:0;display:flex;align-items:center}.profile__item{font-size:14px;font-weight:600;margin:0;padding:8px 0;white-space:nowrap;cursor:pointer}.profile__item-link{display:flex;align-items:center;font-size:14px}@media(max-width:1025px){.profile__item-link:first-child{display:none}}.profile__item-link:nth-child(2){display:none}@media(max-width:1025px){.profile__item-link:nth-child(2){display:flex}}.profile__item span{white-space:nowrap;margin:0 7px}.profile__item .arrow-svg{transition:all .3s;vertical-align:middle;width:16px;height:16px;transform:rotate(0deg)}.profile__item .arrow-svg.rotate{transform:rotate(180deg)}.profile .profile-menu{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{display:none}}.profile .profile-menu__items{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;cursor:pointer}.profile .profile-menu__items span.balance{padding:2px 8px;color:#698096;background:#eceff1;border-radius:100px}.profile .profile-menu__items .rate-item{display:flex;justify-content:space-between;align-items:center;width:100%;color:#007aff;font-size:14px;font-weight:600}.profile .profile-menu__items .rate-item span.rate{color:#2c3e50;font-size:12px}.profile .profile-menu__items div:not(:last-child)>.gray-text,.profile .profile-menu__items div:not(:last-child)>a>.gray-text{border-bottom:.5px solid #bdc7ce}.profile .profile-menu__items div:not(:last-child)>.gray-text+div{padding:10px 16px}.profile .profile-menu__items div>.gray-text: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,.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a:visited{color:#2c3e50}.profile .profile-menu__item__child{padding:0 16px 0 32px;height:40px;display:flex;border-top:.5px solid #bdc7ce;align-items:center}.profile .profile-menu__item__child:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__child span{display:flex;align-items:center}.profile .profile-menu__item__child span svg{margin-right:5px}.profile .profile-menu__item__child span svg path{fill:rgba(44,62,80,.047058823529411764)!important}.profile .profile-menu__item__children{padding:0 16px;display:flex;justify-content:space-between;align-items:center;height:40px}.profile .profile-menu__item__children:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__children.active{background:#eceff1;border-left:3px solid #007aff}.profile .profile-menu__balance-link{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px}.profile .profile-menu__balance-link:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__balance-link:not(:last-child){border-bottom:1px solid #eef0f5}.profile .profile-menu__balance{font-size:14px;font-weight:600;color:#007aff;white-space:nowrap}.profile .profile-menu__links{display:flex;align-items:center;align-content:center;height:40px;padding:0 16px}.profile .profile-menu__links:hover{background:linear-gradient(0deg,rgba(236,239,241,.5),rgba(236,239,241,.5)),#fff}.profile .profile-menu__links:not(:last-child){border-bottom:1px solid #eef0f5}.exit{background:#007aff;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:hover{background:#9da3ac;color:#fff}.exit:hover svg{stroke:#fff;background:#9da3ac}.exit svg{margin-right:8px;background:#007aff;fill:none!important;stroke:#fff;transition:all 0s}.exit:active{background:#05b;color:#fff}.exit:active svg{stroke:#fff;background:#05b}.sign{height:40px;background:transparent;border:none;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sign:hover svg{stroke:#71757a!important}.sign:hover span{color:#71757a}.sign:active svg{stroke:#9da3ac!important}.sign:active span{color:#9da3ac}.sign svg{margin-right:8px;fill:none!important;stroke:#2c3e50!important}@media(max-width:1025px){.sign svg{stroke:none!important;margin-right:24px}}.sign span{font-weight:600;font-size:14px;line-height:16px;color:#2c3e50;margin:0 0}.requests__link{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{display:none}}.requests__link svg{vertical-align:middle;width:20px;height:20px;margin-right:4px;margin-bottom:2px}.requests__link span{color:#2c3e50;font-weight:600}.user{display:none}@media(max-width:1025px){.user{width:24px;height:24px;margin-right:24px;display:flex}}.exit-mobile{display:none}@media(max-width:1025px){.exit-mobile{display:block;width:24px;height:24px;margin-right:12px}}.mobile-table{display:none}@media(max-width:1025px){.mobile-table{display:block}}.mobile-table-head{padding:0 16px;background:#f4f4f4;display:flex;align-items:center;justify-content:space-between;width:100%;height:40px}.mobile-table-head p{font-weight:600;font-size:17px;line-height:19px;color:#2c3e50}.mobile-table-head svg{width:18px;height:18px}@media(max-width:1025px){.mobile-table-head svg{width:24px;height:24px}}.mobile-table-head-chosen{position:relative}.mobile-table-head-chosen>div{position:absolute}.mobile-table-head-chosen p{text-align:center;width:100%}.profile-menu-mobile{height:100%}.profile-menu-mobile .bb>a,.profile-menu-mobile .bb>a:visited{color:#000}.profile-menu-mobile__inner{display:flex;flex-direction:column;height:72%}.profile-menu-mobile__item,.profile-menu-mobile__links{align-items:center}.profile-menu-mobile__balance-link,.profile-menu-mobile__item,.profile-menu-mobile__links{padding:0 16px;height:52px;border:1px solid #9da3ac;border-bottom:none;font-size:14px;display:flex}.profile-menu-mobile__balance-link{justify-content:space-between}.profile-menu-mobile__balance{color:#1e88e5;font-size:16px;white-space:nowrap;display:flex;align-items:center}.profile-menu-mobile__balance-items{display:flex;flex-direction:column;justify-content:center}.profile-menu-mobile__balance-items__upper-text{font-weight:400;font-size:10px;line-height:14px;color:#69797d;margin-bottom:4px}.profile-menu-mobile__balance-items__bot-text{font-weight:600;font-size:12px;line-height:16px;color:#2c3e50}.exit-mob{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{margin-right:8px;fill:none!important}.bb:last-child{border-bottom:1px solid #9da3ac}.button-inner{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:1025px){.sign_text{display:none}}.slideToggleAnimation{transition:all .3s}.compareNotification{transition:all 3s}.info[data-v-102c1b31]{position:relative}@media(min-width:1025px){.info[data-v-102c1b31]{height:30px}}.info-notification[data-v-102c1b31]{position:absolute;width:100%;z-index:1;top:0;color:#fff;background:#007aff;padding:7px 0;font-size:14px}@media(max-width:1025px){.info-notification[data-v-102c1b31]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-102c1b31]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-102c1b31]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-102c1b31]{flex-shrink:0}.info-notification__close[data-v-102c1b31]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-102c1b31]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5)}@media(max-width:1025px){.info-header[data-v-102c1b31]{display:none}}.info-header__title[data-v-102c1b31]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-102c1b31]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-102c1b31]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-102c1b31]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-102c1b31]{display:flex;align-items:center;gap:16px}.info-header__item-elem[data-v-102c1b31]{display:flex;align-items:center;gap:8px}.info-header__inner-item[data-v-102c1b31]{display:flex;align-items:center;font-size:12px}.info-header .last-header-item .info-header__inner-item[data-v-102c1b31]:nth-child(2){margin-left:5px}.info .divider[data-v-102c1b31]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-102c1b31],.fade-leave-active[data-v-102c1b31]{transition:.5s ease}.fade-enter[data-v-102c1b31],.fade-leave-to[data-v-102c1b31]{opacity:0;top:-30px}.sticky{position:sticky;z-index:1000;top:0}.header{background:#fff;max-height:62px;height:62px;display:flex;align-items:center}@media(max-width:1025px){.header{height:56px;border-bottom:1px solid #bdc7ce}}.header.bordered{border-bottom:1px solid rgba(44,62,80,.14901960784313725)}.header>.container{width:100%;justify-content:space-between}.header>.container,.header__left,.header__left .menu,.header__right{display:flex;align-items:center}@media(max-width:1025px){.header__left .menu{display:none}}.header__left .menu__items{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:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#e5e5e5}.header__left .menu__items.active{font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#2c3e50}.header__left .menu__items:hover{color:#9da3ac;cursor:pointer}.header__left .logo{display:block;margin-right:20px}.header__left .logo svg{width:90px;height:26px;display:block;fill:#2c3e50}@media(max-width:1025px){.header__left .logo svg{width:77px;height:24px}}.header__left .logo svg:hover{fill:#71757a}.header .menu_mobile{display:none;grid-template-columns:10% 90%;z-index:1000000;position:absolute!important}.header .menu_mobile .empty-space{background:rgba(0,0,0,.4)}.header .menu_mobile::-webkit-scrollbar{width:4px}.header .menu_mobile::-webkit-scrollbar-thumb{background:#c4c4c4}.header .menu_mobile::-webkit-scrollbar-track{background:#fff}.header .menu_mobile--switcher{display:none;cursor:pointer}.header .menu_mobile button.sign{height:auto;justify-content:flex-start}.header .menu_mobile button.sign svg{margin-right:8px;height:24px;width:24px}.header .menu_mobile button.sign span{color:#007aff;font-size:14px}@media(max-width:1025px){.header .menu_mobile{display:grid;background:transparent!important}.header .menu_mobile .mobile-table-head{display:flex;justify-content:space-between;padding:20px 16px;height:auto;background:#eceff1;border-bottom:.5px solid rgba(157,163,172,.5)}.header .menu_mobile-wrapper{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:16px;font-weight:600;font-size:14px;line-height:22px;color:#2c3e50;display:block}.header .menu_mobile-wrapper:first-child{border-top:none}.header .menu_mobile-wrapper.active-burger-tab{background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile--switcher{display:flex;align-items:center;justify-content:center}}.header .menu_mobile .menu-wrapper{height:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:-6px 4px 12px rgba(157,163,172,.4);background:#fff}@media(max-width:1025px){.header .menu_mobile .menu-wrapper{justify-content:flex-start}}.header .menu_mobile .menu-wrapper__top-left{display:flex;gap:8px;align-items:center;width:100%}.header .menu_mobile .menu-wrapper__top-left .svg-wrapper{width:32px;height:32px;background:rgba(189,199,206,.2);display:flex;justify-content:center;align-items:center;border-radius:50%}.header .menu_mobile .menu-wrapper__top-left .svg-wrapper svg{width:24px;height:24px}.header .menu_mobile .menu-wrapper__top-left .text-wrapper{width:100%}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p{font-size:14px;font-weight:500;display:flex;justify-content:space-between;align-items:center}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:first-child{border-bottom:.5px solid rgba(157,163,172,.5);padding-bottom:12px;margin-bottom:12px}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:first-child span{cursor:pointer}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:first-child span svg{width:16px;height:16px}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:nth-child(2){color:#007aff;font-size:12px;font-weight:600}.header .menu_mobile .menu-wrapper__top-left .text-wrapper p:nth-child(2) span{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.header .menu_mobile .menu-wrapper__top-right{display:flex;align-items:center;justify-content:center;cursor:pointer}.header .menu_mobile-footer{width:100%;background:#007aff;padding:20px 16px;display:flex;margin-top:auto;position:relative;z-index:1000000}@media(max-width:1025px){.header .menu_mobile-footer{height:40px;width:calc(100% - 32px);margin:32px 16px;justify-content:center}}.header .menu_mobile-footer button.sign span{color:#fff}.header .menu-wrapper__bottom{margin:80px 0 0}@media(max-width:1025px){.header .menu-wrapper__bottom{margin:0}}.header .menu-wrapper__bottom-header{background:rgba(189,199,206,.2);padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.header .menu-wrapper__bottom-header span{font-weight:500;font-size:12px;line-height:20px;color:#666c72}.header .menu-wrapper__bottom-body{padding:8px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;margin-bottom:36px}@media(max-width:1025px){.header .menu-wrapper__bottom-body{margin-bottom:0}}.header .menu-wrapper__bottom-row{display:flex;justify-content:space-between;align-items:center}.header .menu-wrapper__bottom-column{display:flex;align-items:center;gap:8px}.header .menu-wrapper__bottom-column:first-child{justify-content:flex-start}.header .menu-wrapper__bottom-column:nth-child(2),.header .menu-wrapper__bottom-column:nth-child(3){justify-content:flex-end;width:60px}.header .menu-wrapper__bottom-column span{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-wrapper__bottom-footer{background:rgba(189,199,206,.2);padding:8px 16px;display:flex;flex-direction:column;gap:10px}.header .menu-wrapper__bottom-footer-item{display:flex;justify-content:space-between;align-items:center}.header .menu-wrapper__bottom-footer-title{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-wrapper__bottom-footer-circle{color:#fff;padding:4px 12px;background:#007aff;border-radius:100px;font-weight:500;font-size:14px;line-height:20px}li,ul{list-style:none}a,li,ul{text-decoration:none}a{background-color:transparent}*{font-family:Open Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}.a-footer{background:rgba(189,199,206,.2980392156862745);font-size:14px;margin-top:20px}@media(max-width:1025px){.a-footer{background:#f6f6f7}.a-footer.paddinged{padding-bottom:60px}}.a-footer__top{display:flex;justify-content:space-between;max-width:900px;width:100%;margin:0 auto;padding:20px 24px}@media(max-width:1025px){.a-footer__top{flex-direction:column;padding:16px 16px}}.a-footer__top .adata-logo{display:none}@media(max-width:1025px){.a-footer__top .adata-logo{display:flex}.a-footer__top .adata-logo svg{width:77px;height:24px}}.a-footer__top .nav{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.a-footer__top .nav{display:grid;grid-template-columns:.7fr 1fr;-moz-column-gap:15px;column-gap:15px;row-gap:15px}}.a-footer__top .nav__link{line-height:19px;color:#2c3e50}@media(max-width:1025px){.a-footer__top .nav__link{font-size:12px}}.a-footer__top .nav__link:hover{color:#9da3ac}.a-footer__top .nav__link:active{color:#c4c4c4}.a-footer__top .social{display:flex;align-items:center;margin-left:15px;order:1}@media(max-width:1025px){.a-footer__top .social{margin-left:0;order:0}}.a-footer__top .social a{display:flex;align-items:center;line-height:19px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#007aff}.a-footer__top .social a .social__icon{margin:2px 10px 2px 2px}@media(max-width:1025px){.a-footer__top .social a .social__icon{margin:0 8px 0 0}}@media(max-width:1025px){.a-footer__top .social a{margin-left:0}.a-footer__top .social a:not(:first-child){margin-left:8px}}.a-footer__top .social a:hover{text-decoration:underline}.a-footer__top .social a:active{color:#05b;-webkit-text-decoration-line:none;text-decoration-line:none}.a-footer__top .social svg{width:16px;height:16px;fill:#2c3e50}@media(max-width:1025px){.a-footer__top .social svg{width:20px;height:20px}}.a-footer__top .social svg.a-footer__top .social__icon{cursor:pointer}.a-footer__top .social svg:hover{fill:#9da3ac!important}.a-footer__top .social svg:active{fill:#c4c4c4!important}.a-footer__bottom{text-align:center;padding:11.5px 0 13px;border:1px solid #bdc7ce}@media(max-width:1025px){.a-footer__bottom{background:#efeff0;border:none;border-top:1px solid #bdc7ce}}.a-footer__bottom span{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.a-footer__bottom span{font-size:10px;line-height:16px}}.mobile-head-wrapper{display:flex;justify-content:space-between;align-items:center}.loader[data-v-25a1e885]{margin:0 auto}@media screen and (max-width:1025px){.loader[data-v-25a1e885]{margin-top:20px}}.loader.very-small[data-v-25a1e885]{margin:0;width:16px;height:16px}.loader.small[data-v-25a1e885]{margin:0;width:20px;height:20px}.loader__number[data-v-25a1e885]{top:38%;left:726px}.loader__number-stable[data-v-25a1e885],.loader__number[data-v-25a1e885]{position:absolute;color:#ffcd33;font-size:24px;line-height:33px;text-align:center}.loader__number-stable[data-v-25a1e885]{left:50%;transform:translateX(-50%);top:20%}@media screen and (max-width:1025px){.loader__number-stable[data-v-25a1e885]{top:25%}}.loader__element[data-v-25a1e885]{top:350px;left:0;right:0}.loader__element-stable[data-v-25a1e885]{top:0;left:0;right:0}.loader__base[data-v-25a1e885]{height:100px;width:100px;background:#ffcd33;background:linear-gradient(90deg,#ffcd33 10%,hsla(0,0%,100%,0) 42%);border-radius:50%;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#fff 0);-webkit-animation:spin-data-v-25a1e885 .7s linear infinite;animation:spin-data-v-25a1e885 .7s linear infinite;margin-left:auto;margin-right:auto}@media screen and (max-width:1025px){.loader__base[data-v-25a1e885]{height:60px;width:60px}}.loader__base.small[data-v-25a1e885]{background:linear-gradient(90deg,#217aff 28%,hsla(0,0%,100%,0) 42%)}.loader__base.small-yellow[data-v-25a1e885],.loader__base.small[data-v-25a1e885]{width:20px;height:20px;margin:0;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 1.5px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 1.5px),#fff 0)}.loader__base.small-yellow[data-v-25a1e885]{background:linear-gradient(90deg,#ffcd33 28%,hsla(0,0%,100%,0) 42%)}.loader__base.very-small[data-v-25a1e885]{width:16px;height:16px;margin:0;background:linear-gradient(90deg,#217aff 28%,hsla(0,0%,100%,0) 42%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 1.5px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 1.5px),#fff 0)}.loader__subtitle[data-v-25a1e885]{text-align:center;margin-top:40px}.loader__subtitle p[data-v-25a1e885]{font-size:18px;line-height:25px;color:var(--newGray);font-weight:400}.loader.unloadData .loader__element[data-v-25a1e885]{position:relative;top:200px}.loader.unloadData .loader__number[data-v-25a1e885]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader--global[data-v-25a1e885]{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center}.loader--global .loader__base[data-v-25a1e885]{margin-top:0}.loader--global .loader__element[data-v-25a1e885]{position:relative;top:20px}.loader--global .loader__number[data-v-25a1e885]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@-webkit-keyframes spin-data-v-25a1e885{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-data-v-25a1e885{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.download-button.colored--blue:hover .loader__base.small[data-v-25a1e885]{background:linear-gradient(90deg,#fff 28%,hsla(0,0%,100%,0) 42%)}@media screen and (max-width:1025px){.right-side .loader.small[data-v-25a1e885]{position:absolute;right:0;height:100%;display:flex;align-items:center}}[data-v-24b943b3]{padding:0;margin:0;box-sizing:border-box}.mail[data-v-24b943b3]{padding:50px 0}@media(max-width:560px){.mail[data-v-24b943b3]{padding:32px 0}}.mail__title[data-v-24b943b3]{font-size:24px;line-height:32px;color:#2c3e50;font-weight:700;text-align:center;margin-bottom:16px}@media(max-width:560px){.mail__title[data-v-24b943b3]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-24b943b3]{padding:24px;display:flex;justify-content:center;position:relative}.mail__img-wrapper[data-v-24b943b3]:before{content:" ";position:absolute;top:50%;left:50%;z-index:1;width:100px;height:100px;transform:translate(-50%,-50%);background:rgba(189,199,206,.15);border-radius:100%;padding:20px}.mail__img[data-v-24b943b3]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;position:relative;z-index:2}.mail__text[data-v-24b943b3]{font-size:14px;color:#71757a;font-weight:400;line-height:20px;text-align:center;margin-bottom:16px}.mail__form[data-v-24b943b3]{max-width:370px;margin:0 auto}.mail__form-input[data-v-24b943b3]{margin-bottom:16px}.mail__form-btn[data-v-24b943b3]{margin:0 auto;display:flex;justify-content:center;align-items:center}.a-table[data-v-192e63d9]{display:flex;flex-direction:column;background:#fff}@media screen and (max-width:850px){.a-table[data-v-192e63d9]{border:0}}.a-table thead[data-v-192e63d9]{background:rgba(189,199,206,.3)}@media screen and (max-width:850px){.a-table thead[data-v-192e63d9]{display:none}}.a-table thead tr[data-v-192e63d9]{display:flex}.a-table thead tr th[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;font-size:12px;font-weight:400;word-break:break-word}@media screen and (max-width:850px){.a-table thead tr th[data-v-192e63d9]{justify-content:flex-start}}.a-table tbody tr[data-v-192e63d9]{display:flex;border-bottom:1px solid #ccc}@media screen and (max-width:850px){.a-table tbody tr[data-v-192e63d9]{flex-direction:column;margin:10px;padding:10px 0;border:0;background:rgba(189,199,206,.3)}}.a-table tbody tr td[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;word-break:break-word;font-size:12px;font-weight:400;text-align:left}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]{flex-direction:column;row-gap:4px;justify-content:flex-start;padding:8px 16px}}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]:before{content:attr(data-label);display:flex;align-items:left;font-weight:700}}
|
package/dist/adata-ui.umd.js
CHANGED
|
@@ -1408,6 +1408,13 @@ module.exports = function (argument) {
|
|
|
1408
1408
|
};
|
|
1409
1409
|
|
|
1410
1410
|
|
|
1411
|
+
/***/ }),
|
|
1412
|
+
|
|
1413
|
+
/***/ "3f3b":
|
|
1414
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1415
|
+
|
|
1416
|
+
// extracted by mini-css-extract-plugin
|
|
1417
|
+
|
|
1411
1418
|
/***/ }),
|
|
1412
1419
|
|
|
1413
1420
|
/***/ "3f8c":
|
|
@@ -2247,6 +2254,17 @@ module.exports = function (it) {
|
|
|
2247
2254
|
};
|
|
2248
2255
|
|
|
2249
2256
|
|
|
2257
|
+
/***/ }),
|
|
2258
|
+
|
|
2259
|
+
/***/ "5b86":
|
|
2260
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2261
|
+
|
|
2262
|
+
"use strict";
|
|
2263
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MailTo_vue_vue_type_style_index_0_id_24b943b3_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("3f3b");
|
|
2264
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MailTo_vue_vue_type_style_index_0_id_24b943b3_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MailTo_vue_vue_type_style_index_0_id_24b943b3_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
2265
|
+
/* unused harmony reexport * */
|
|
2266
|
+
|
|
2267
|
+
|
|
2250
2268
|
/***/ }),
|
|
2251
2269
|
|
|
2252
2270
|
/***/ "5c6c":
|
|
@@ -2609,13 +2627,6 @@ exports.f = Object.getOwnPropertySymbols;
|
|
|
2609
2627
|
/* unused harmony reexport * */
|
|
2610
2628
|
|
|
2611
2629
|
|
|
2612
|
-
/***/ }),
|
|
2613
|
-
|
|
2614
|
-
/***/ "7757":
|
|
2615
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
2616
|
-
|
|
2617
|
-
// extracted by mini-css-extract-plugin
|
|
2618
|
-
|
|
2619
2630
|
/***/ }),
|
|
2620
2631
|
|
|
2621
2632
|
/***/ "7839":
|
|
@@ -6720,17 +6731,6 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
|
|
|
6720
6731
|
/* unused harmony reexport * */
|
|
6721
6732
|
|
|
6722
6733
|
|
|
6723
|
-
/***/ }),
|
|
6724
|
-
|
|
6725
|
-
/***/ "d8d9":
|
|
6726
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
6727
|
-
|
|
6728
|
-
"use strict";
|
|
6729
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MailTo_vue_vue_type_style_index_0_id_5e20a11a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("7757");
|
|
6730
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MailTo_vue_vue_type_style_index_0_id_5e20a11a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_MailTo_vue_vue_type_style_index_0_id_5e20a11a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
6731
|
-
/* unused harmony reexport * */
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
6734
|
/***/ }),
|
|
6735
6735
|
|
|
6736
6736
|
/***/ "d9b5":
|
|
@@ -10845,12 +10845,12 @@ var SearchTextField_component = normalizeComponent(
|
|
|
10845
10845
|
)
|
|
10846
10846
|
|
|
10847
10847
|
/* harmony default export */ var SearchTextField = (SearchTextField_component.exports);
|
|
10848
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/MailTo/MailTo.vue?vue&type=template&id=
|
|
10849
|
-
var
|
|
10850
|
-
var
|
|
10848
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/MailTo/MailTo.vue?vue&type=template&id=24b943b3&scoped=true&
|
|
10849
|
+
var MailTovue_type_template_id_24b943b3_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mail"},[_c('div',{staticClass:"mail__img-wrapper"},[_c('svg',{staticClass:"mail__img",attrs:{"width":"100","height":"85","viewBox":"0 0 100 85","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_518_22722)"}},[_c('path',{attrs:{"d":"M82.8046 8.94045L4.49388 25.7383C1.69026 26.3397 -0.0932329 29.0916 0.510373 31.8849L11.0206 80.5231C11.6242 83.3164 14.3863 85.0933 17.1899 84.4919L95.5007 67.6941C98.3043 67.0927 100.088 64.3408 99.4842 61.5475L88.974 12.9093C88.3704 10.116 85.6083 8.33906 82.8046 8.94045Z","fill":"white","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"opacity":"0.6","d":"M49.0286 56.5055C44.9588 57.3783 41.6457 53.0141 34.6371 48.6815C20.4367 39.9133 7.646 31.4705 7.646 31.4705L9.48575 40.199L39.0732 58.9098C43.8518 61.3776 51.8161 60.1 55.9974 54.7677C55.0656 54.5138 53.9187 55.458 49.0286 56.5055Z","fill":"#BDC7CE","fill-opacity":"0.4"}}),_c('path',{attrs:{"opacity":"0.6","d":"M22.9133 72.2794C22.1016 72.4542 21.2633 72.4679 20.4463 72.3196C19.6294 72.1713 18.8498 71.8639 18.1522 71.415C17.4546 70.9662 16.8527 70.3847 16.3809 69.7038C15.9092 69.0229 15.5768 68.256 15.4029 67.447L7.49433 30.8586L2.6122 28.2003C1.92726 28.3511 0.0158305 29.581 0.748548 32.9613L10.7916 79.405C10.9655 80.2132 11.2976 80.9794 11.7689 81.6596C12.2401 82.3399 12.8412 82.9211 13.5379 83.3698C14.2346 83.8186 15.0132 84.1262 15.8293 84.275C16.6454 84.4239 17.4828 84.4112 18.2939 84.2375L94.401 67.9151C96.0335 67.5519 97.4571 66.5636 98.3645 65.1636C99.272 63.7637 99.5905 62.0643 99.2513 60.4324L98.3115 56.0919L22.9133 72.2794Z","fill":"#BDC7CE","fill-opacity":"0.4"}}),_c('path',{attrs:{"d":"M1.9668 27.7336L44.0343 54.8397C45.1788 55.5767 46.4581 56.0814 47.7988 56.3248C49.1396 56.5682 50.5153 56.5455 51.8471 56.258C53.179 55.9704 54.4408 55.4238 55.5602 54.6494C56.6796 53.8749 57.6344 52.888 58.3701 51.745L85.3692 9.68939","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M65.7535 40.3973L97.7063 65.5276","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M31.2595 46.9918L13.8813 83.5087","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M85.7678 19.6789C91.222 19.6789 95.6435 15.2736 95.6435 9.83943C95.6435 4.40526 91.222 0 85.7678 0C80.3135 0 75.892 4.40526 75.892 9.83943C75.892 15.2736 80.3135 19.6789 85.7678 19.6789Z","fill":"#E83949"}}),_c('path',{attrs:{"d":"M88.1413 14.433L86.4927 14.7901L85.075 8.20403C84.8998 7.41053 84.7883 6.7916 84.7246 6.32343C84.637 6.45833 84.5335 6.60909 84.406 6.77572C84.2786 6.94236 83.8485 7.48987 83.1158 8.36273L82.0645 7.49781L84.5653 4.49837L85.9352 4.19684L88.1413 14.433Z","fill":"white"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_518_22722"}},[_c('rect',{attrs:{"width":"100","height":"85","fill":"white"}})])])])]),_c('h2',{staticClass:"mail__title"},[_vm._v("Интересует больше данных?")]),_vm._m(0),_c('form',{staticClass:"mail__form",attrs:{"novalidate":""}},[_c('a-text-field',{staticClass:"mail__form-input",attrs:{"label":"Введите email","error-text":_vm.emailError,"required":""},on:{"input":_vm.setEmail},model:{value:(_vm.email),callback:function ($$v) {_vm.email=$$v},expression:"email"}}),_c('a-text-field',{directives:[{name:"mask",rawName:"v-mask",value:('8 (###) ###-##-##'),expression:"'8 (###) ###-##-##'"}],staticClass:"mail__form-input",attrs:{"label":"Введите номер телефона"},model:{value:(_vm.phoneNumber),callback:function ($$v) {_vm.phoneNumber=$$v},expression:"phoneNumber"}}),_c('a-text-area',{staticClass:"mail__form-input",attrs:{"label":"Ваш комментарий","error-text":_vm.messageError,"required":""},model:{value:(_vm.message),callback:function ($$v) {_vm.message=$$v},expression:"message"}}),_c('a-button',{staticClass:"mail__form-btn",on:{"click":function($event){$event.preventDefault();return _vm.onSubmitForm.apply(null, arguments)}}},[(_vm.isLoading)?_c('loader',{attrs:{"small":""}}):_vm._e(),_vm._v(" "+_vm._s(_vm.isLoading ? "" : "Отправить")+" ")],1)],1)])}
|
|
10850
|
+
var MailTovue_type_template_id_24b943b3_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',{staticClass:"mail__text"},[_vm._v(" Оставьте комментарий мы обязательно ответим "),_c('br'),_vm._v("Вам в кратчайшие сроки ")])}]
|
|
10851
10851
|
|
|
10852
10852
|
|
|
10853
|
-
// CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=template&id=
|
|
10853
|
+
// CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=template&id=24b943b3&scoped=true&
|
|
10854
10854
|
|
|
10855
10855
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.constructor.js
|
|
10856
10856
|
var es_regexp_constructor = __webpack_require__("4d63");
|
|
@@ -11247,8 +11247,8 @@ var Loader_component = normalizeComponent(
|
|
|
11247
11247
|
});
|
|
11248
11248
|
// CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=script&lang=js&
|
|
11249
11249
|
/* harmony default export */ var MailTo_MailTovue_type_script_lang_js_ = (MailTovue_type_script_lang_js_);
|
|
11250
|
-
// EXTERNAL MODULE: ./src/components/MailTo/MailTo.vue?vue&type=style&index=0&id=
|
|
11251
|
-
var
|
|
11250
|
+
// EXTERNAL MODULE: ./src/components/MailTo/MailTo.vue?vue&type=style&index=0&id=24b943b3&lang=scss&scoped=true&
|
|
11251
|
+
var MailTovue_type_style_index_0_id_24b943b3_lang_scss_scoped_true_ = __webpack_require__("5b86");
|
|
11252
11252
|
|
|
11253
11253
|
// CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue
|
|
11254
11254
|
|
|
@@ -11261,11 +11261,11 @@ var MailTovue_type_style_index_0_id_5e20a11a_lang_scss_scoped_true_ = __webpack_
|
|
|
11261
11261
|
|
|
11262
11262
|
var MailTo_component = normalizeComponent(
|
|
11263
11263
|
MailTo_MailTovue_type_script_lang_js_,
|
|
11264
|
-
|
|
11265
|
-
|
|
11264
|
+
MailTovue_type_template_id_24b943b3_scoped_true_render,
|
|
11265
|
+
MailTovue_type_template_id_24b943b3_scoped_true_staticRenderFns,
|
|
11266
11266
|
false,
|
|
11267
11267
|
null,
|
|
11268
|
-
"
|
|
11268
|
+
"24b943b3",
|
|
11269
11269
|
null
|
|
11270
11270
|
|
|
11271
11271
|
)
|