adata-ui 0.1.76 → 0.1.79
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 +37 -34
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +37 -34
- 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/Button/AButton.vue +1 -0
- package/src/components/Loader/Loader.stories.js +2 -2
- package/src/components/MailTo/MailTo.vue +10 -3
- package/src/components/index.js +2 -0
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}.btn{cursor:pointer;border:none;border-radius:2px;font-size:14px;font-weight:500;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){.btn{width:100%;text-align:center}}.btn svg{margin-right:8px}.btn:disabled{cursor:not-allowed}.btn.size_extra_sm{height:24px;padding:2px 16px;line-height:20px}.btn.size_sm{height:32px;padding:6px 20px;line-height:20px}.btn.size_md{height:40px;padding:8px 30px;line-height:24px}.btn.size_fit{padding:8px 0;width:100%}.btn_grey{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.btn_grey:active,.btn_grey:hover{background:#eef0f5}.btn-white{background:#fff;color:#007aff}.btn-white:hover{background:#eef0f5}.btn-white:active{background:#d6d6d7}.btn_yellow{background:linear-gradient(236.46deg,#ffe364 -2.39%,#fbc920 79.1%);color:#333}.btn_yellow:active,.btn_yellow:hover{background:#fbc920}.btn_red{border:1px solid #ff2e43;color:#ff2e43;background-color:transparent}.btn_red:active,.btn_red:hover{background:#ff2e43;color:#fff}.btn_green{background:#00b92d;color:#fff}.btn_green:active,.btn_green:hover{background:#008621}.btn_blue_outlined{border:1px solid #007aff;color:#007aff;background-color:transparent}.btn_blue_outlined:hover{background:#007aff;color:#fff}.btn_blue_outlined:active{background:#05b;color:#fff}.btn_blue{background:#1e88e5;color:#fff}.btn_blue:hover{background:#007aff;color:#fff}.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{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{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:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__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:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__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:focus,.adt-text-block__textarea:hover{border:.5px solid #2c3e50}.adt-text-block__input::-moz-placeholder,.adt-text-block__textarea::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder,.adt-text-block__textarea:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder,.adt-text-block__textarea::placeholder{font-size:12px}.adt-text-block__input.error,.adt-text-block__textarea.error{border:1px solid #ff2e43;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:14px}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__textarea{min-height:120px;resize:none}.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}@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:#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}.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}.slideToggleAnimation{transition:all .3s}.compareNotification{transition:all 3s}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 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__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;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:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__links:not(:last-child){border-bottom:1px solid #eef0f5}.exit{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:hover{background:#9da3ac;color:#fff}.exit:hover svg{stroke:#fff;background:#9da3ac}.exit svg{margin-right:8px;background:#69797d;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}.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}}.info[data-v-1640a06a]{position:relative}@media(min-width:1025px){.info[data-v-1640a06a]{height:30px}}.info-notification[data-v-1640a06a]{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-1640a06a]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-1640a06a]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-1640a06a]{flex-shrink:0}.info-notification__close[data-v-1640a06a]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-1640a06a]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5)}@media(max-width:1025px){.info-header[data-v-1640a06a]{display:none}}.info-header__title[data-v-1640a06a]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-1640a06a]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-1640a06a]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-1640a06a]{display:flex;align-items:center;gap:20px}.info-header__item-elem[data-v-1640a06a]{display:flex;align-items:center;gap:8px}.info-header__inner-item[data-v-1640a06a]{display:flex;align-items:center;font-size:12px}.info-header .last-header-item .info-header__inner-item[data-v-1640a06a]:nth-child(2){margin-left:5px}.info .divider[data-v-1640a06a]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-1640a06a],.fade-leave-active[data-v-1640a06a]{transition:.5s ease}.fade-enter[data-v-1640a06a],.fade-leave-to[data-v-1640a06a]{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{border-bottom:1px solid rgba(44,62,80,.14901960784313725);height:40px}}.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,.header .menu_mobile--switcher{display:none}@media(max-width:1025px){.header .menu_mobile{display:block}.header .menu_mobile .mobile-table-head{padding:11px 16px;display:flex;justify-content:flex-end;background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile-wrapper{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:14px 16px;font-weight:600;font-size:16px;line-height:22px;color:#2c3e50;display:block}.header .menu_mobile-wrapper:last-child{border-bottom:1px solid rgba(157,163,172,.2980392156862745)}.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__info{margin:20px 0}.header .menu-mobile__info-header{background:rgba(189,199,206,.2);padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-header span{font-weight:500;font-size:12px;line-height:20px;color:#666c72}.header .menu-mobile__info-body{padding:8px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.header .menu-mobile__info-row{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-column{display:flex;align-items:center;gap:8px}.header .menu-mobile__info-column span{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer{background:rgba(189,199,206,.2);padding:8px 16px;display:flex;flex-direction:column;gap:10px}.header .menu-mobile__info-footer-item{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-footer-title{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-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}}.mail[data-v-2b09e621]{padding:50px 0}@media(max-width:560px){.mail[data-v-2b09e621]{padding:32px 0}}.mail__title[data-v-2b09e621]{font-size:24px;line-height:33px;color:#2c3e50;font-weight:700;text-align:center;margin-bottom:16px}@media(max-width:560px){.mail__title[data-v-2b09e621]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-2b09e621]{padding:24px;display:flex;justify-content:center;position:relative}.mail__img-wrapper[data-v-2b09e621]:before{content:" ";position:absolute;top:50%;left:50%;z-index:1;width:80px;height:80px;transform:translate(-50%,-50%);background:rgba(189,199,206,.15);border-radius:100%;padding:20px}.mail__img[data-v-2b09e621]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.mail__text[data-v-2b09e621]{font-size:16px;line-height:22px;text-align:center;color:#2c3e50;margin-bottom:16px}.mail__form[data-v-2b09e621]{max-width:370px;margin:0 auto}.mail__form-input[data-v-2b09e621]{margin-bottom:16px}.mail__form-btn[data-v-2b09e621]{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}.btn{cursor:pointer;border:none;border-radius:2px;font-size:14px;font-weight:500;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){.btn{width:100%;text-align:center}}.btn svg{margin-right:8px}.btn:disabled{cursor:not-allowed}.btn.size_extra_sm{height:24px;padding:2px 16px;line-height:20px}.btn.size_sm{height:32px;padding:6px 20px;line-height:20px}.btn.size_md{height:40px;padding:8px 30px;line-height:24px}.btn.size_fit{padding:8px 0;width:100%}.btn_grey{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.btn_grey:active,.btn_grey:hover{background:#eef0f5}.btn-white{background:#fff;color:#007aff}.btn-white:hover{background:#eef0f5}.btn-white:active{background:#d6d6d7}.btn_yellow{background:linear-gradient(236.46deg,#ffe364 -2.39%,#fbc920 79.1%);color:#333}.btn_yellow:active,.btn_yellow:hover{background:#fbc920}.btn_red{border:1px solid #ff2e43;color:#ff2e43;background-color:transparent}.btn_red:active,.btn_red:hover{background:#ff2e43;color:#fff}.btn_green{background:#00b92d;color:#fff}.btn_green:active,.btn_green:hover{background:#008621}.btn_blue_outlined{border:1px solid #007aff;color:#007aff;background-color:transparent}.btn_blue_outlined:hover{background:#007aff;color:#fff}.btn_blue_outlined:active{background:#05b;color:#fff}.btn_blue{background:#1e88e5;color:#fff}.btn_blue:hover{background:#007aff;color:#fff}.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{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{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:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__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:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__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:focus,.adt-text-block__textarea:hover{border:.5px solid #2c3e50}.adt-text-block__input::-moz-placeholder,.adt-text-block__textarea::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder,.adt-text-block__textarea:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder,.adt-text-block__textarea::placeholder{font-size:12px}.adt-text-block__input.error,.adt-text-block__textarea.error{border:1px solid #ff2e43;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:14px}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__textarea{min-height:120px;resize:none}.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}@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:#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}.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}.slideToggleAnimation{transition:all .3s}.compareNotification{transition:all 3s}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 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__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;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:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__links:not(:last-child){border-bottom:1px solid #eef0f5}.exit{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:hover{background:#9da3ac;color:#fff}.exit:hover svg{stroke:#fff;background:#9da3ac}.exit svg{margin-right:8px;background:#69797d;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}.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}}.info[data-v-1640a06a]{position:relative}@media(min-width:1025px){.info[data-v-1640a06a]{height:30px}}.info-notification[data-v-1640a06a]{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-1640a06a]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-1640a06a]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-1640a06a]{flex-shrink:0}.info-notification__close[data-v-1640a06a]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-1640a06a]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5)}@media(max-width:1025px){.info-header[data-v-1640a06a]{display:none}}.info-header__title[data-v-1640a06a]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-1640a06a]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-1640a06a]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-1640a06a]{display:flex;align-items:center;gap:20px}.info-header__item-elem[data-v-1640a06a]{display:flex;align-items:center;gap:8px}.info-header__inner-item[data-v-1640a06a]{display:flex;align-items:center;font-size:12px}.info-header .last-header-item .info-header__inner-item[data-v-1640a06a]:nth-child(2){margin-left:5px}.info .divider[data-v-1640a06a]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-1640a06a],.fade-leave-active[data-v-1640a06a]{transition:.5s ease}.fade-enter[data-v-1640a06a],.fade-leave-to[data-v-1640a06a]{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{border-bottom:1px solid rgba(44,62,80,.14901960784313725);height:40px}}.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,.header .menu_mobile--switcher{display:none}@media(max-width:1025px){.header .menu_mobile{display:block}.header .menu_mobile .mobile-table-head{padding:11px 16px;display:flex;justify-content:flex-end;background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile-wrapper{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:14px 16px;font-weight:600;font-size:16px;line-height:22px;color:#2c3e50;display:block}.header .menu_mobile-wrapper:last-child{border-bottom:1px solid rgba(157,163,172,.2980392156862745)}.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__info{margin:20px 0}.header .menu-mobile__info-header{background:rgba(189,199,206,.2);padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-header span{font-weight:500;font-size:12px;line-height:20px;color:#666c72}.header .menu-mobile__info-body{padding:8px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.header .menu-mobile__info-row{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-column{display:flex;align-items:center;gap:8px}.header .menu-mobile__info-column span{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer{background:rgba(189,199,206,.2);padding:8px 16px;display:flex;flex-direction:column;gap:10px}.header .menu-mobile__info-footer-item{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-footer-title{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-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-1f7efd9e]{padding:0;margin:0;box-sizing:border-box}.mail[data-v-1f7efd9e]{padding:50px 0}@media(max-width:560px){.mail[data-v-1f7efd9e]{padding:32px 0}}.mail__title[data-v-1f7efd9e]{font-size:24px;line-height:33px;color:#2c3e50;font-weight:700;text-align:center;margin-bottom:16px}@media(max-width:560px){.mail__title[data-v-1f7efd9e]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-1f7efd9e]{padding:24px;display:flex;justify-content:center;position:relative}.mail__img-wrapper[data-v-1f7efd9e]: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-1f7efd9e]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;position:relative;z-index:2}.mail__text[data-v-1f7efd9e]{font-size:16px;line-height:22px;text-align:center;color:#2c3e50;margin-bottom:16px}.mail__form[data-v-1f7efd9e]{max-width:370px;margin:0 auto}.mail__form-input[data-v-1f7efd9e]{margin-bottom:16px}.mail__form-btn[data-v-1f7efd9e]{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}}
|
package/dist/adata-ui.umd.js
CHANGED
|
@@ -96,17 +96,6 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
98
98
|
|
|
99
|
-
/***/ "007a":
|
|
100
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
101
|
-
|
|
102
|
-
"use strict";
|
|
103
|
-
/* 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_2b09e621_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("42bc");
|
|
104
|
-
/* 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_2b09e621_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_2b09e621_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
105
|
-
/* unused harmony reexport * */
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
/***/ }),
|
|
109
|
-
|
|
110
99
|
/***/ "00b4":
|
|
111
100
|
/***/ (function(module, exports, __webpack_require__) {
|
|
112
101
|
|
|
@@ -1527,13 +1516,6 @@ var global = __webpack_require__("da84");
|
|
|
1527
1516
|
module.exports = global;
|
|
1528
1517
|
|
|
1529
1518
|
|
|
1530
|
-
/***/ }),
|
|
1531
|
-
|
|
1532
|
-
/***/ "42bc":
|
|
1533
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
1534
|
-
|
|
1535
|
-
// extracted by mini-css-extract-plugin
|
|
1536
|
-
|
|
1537
1519
|
/***/ }),
|
|
1538
1520
|
|
|
1539
1521
|
/***/ "44ad":
|
|
@@ -4354,6 +4336,17 @@ module.exports = function (argument, usingIterator) {
|
|
|
4354
4336
|
};
|
|
4355
4337
|
|
|
4356
4338
|
|
|
4339
|
+
/***/ }),
|
|
4340
|
+
|
|
4341
|
+
/***/ "9b84":
|
|
4342
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4343
|
+
|
|
4344
|
+
"use strict";
|
|
4345
|
+
/* 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_1f7efd9e_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("c6c3");
|
|
4346
|
+
/* 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_1f7efd9e_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_1f7efd9e_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
4347
|
+
/* unused harmony reexport * */
|
|
4348
|
+
|
|
4349
|
+
|
|
4357
4350
|
/***/ }),
|
|
4358
4351
|
|
|
4359
4352
|
/***/ "9bdd":
|
|
@@ -7064,6 +7057,13 @@ module.exports = function (it) {
|
|
|
7064
7057
|
};
|
|
7065
7058
|
|
|
7066
7059
|
|
|
7060
|
+
/***/ }),
|
|
7061
|
+
|
|
7062
|
+
/***/ "c6c3":
|
|
7063
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
7064
|
+
|
|
7065
|
+
// extracted by mini-css-extract-plugin
|
|
7066
|
+
|
|
7067
7067
|
/***/ }),
|
|
7068
7068
|
|
|
7069
7069
|
/***/ "c6cd":
|
|
@@ -9039,15 +9039,15 @@ var CheckboxMenu_component = normalizeComponent(
|
|
|
9039
9039
|
)
|
|
9040
9040
|
|
|
9041
9041
|
/* harmony default export */ var CheckboxMenu = (CheckboxMenu_component.exports);
|
|
9042
|
-
// 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/Button/AButton.vue?vue&type=template&id=
|
|
9043
|
-
var
|
|
9042
|
+
// 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/Button/AButton.vue?vue&type=template&id=20d9065c&
|
|
9043
|
+
var AButtonvue_type_template_id_20d9065c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.url ? 'a' : 'button',_vm._g(_vm._b({tag:"component",class:[
|
|
9044
9044
|
'btn',
|
|
9045
9045
|
("btn_" + _vm.variant),
|
|
9046
|
-
("size_" + _vm.size) ],attrs:{"href":_vm.url,"event":_vm.event ? 'click' : ''}},'component',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)}
|
|
9047
|
-
var
|
|
9046
|
+
("size_" + _vm.size) ],attrs:{"href":_vm.url,"event":_vm.event ? 'click' : '',"disabled":_vm.disabled}},'component',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)}
|
|
9047
|
+
var AButtonvue_type_template_id_20d9065c_staticRenderFns = []
|
|
9048
9048
|
|
|
9049
9049
|
|
|
9050
|
-
// CONCATENATED MODULE: ./src/components/Button/AButton.vue?vue&type=template&id=
|
|
9050
|
+
// CONCATENATED MODULE: ./src/components/Button/AButton.vue?vue&type=template&id=20d9065c&
|
|
9051
9051
|
|
|
9052
9052
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.includes.js
|
|
9053
9053
|
var es_array_includes = __webpack_require__("caad");
|
|
@@ -9072,6 +9072,7 @@ var es_array_includes = __webpack_require__("caad");
|
|
|
9072
9072
|
//
|
|
9073
9073
|
//
|
|
9074
9074
|
//
|
|
9075
|
+
//
|
|
9075
9076
|
/* harmony default export */ var AButtonvue_type_script_lang_js_ = ({
|
|
9076
9077
|
name: "AButton",
|
|
9077
9078
|
props: {
|
|
@@ -9118,8 +9119,8 @@ var AButtonvue_type_style_index_0_lang_scss_ = __webpack_require__("8dca");
|
|
|
9118
9119
|
|
|
9119
9120
|
var AButton_component = normalizeComponent(
|
|
9120
9121
|
Button_AButtonvue_type_script_lang_js_,
|
|
9121
|
-
|
|
9122
|
-
|
|
9122
|
+
AButtonvue_type_template_id_20d9065c_render,
|
|
9123
|
+
AButtonvue_type_template_id_20d9065c_staticRenderFns,
|
|
9123
9124
|
false,
|
|
9124
9125
|
null,
|
|
9125
9126
|
null,
|
|
@@ -11967,12 +11968,12 @@ var SearchTextField_component = normalizeComponent(
|
|
|
11967
11968
|
)
|
|
11968
11969
|
|
|
11969
11970
|
/* harmony default export */ var SearchTextField = (SearchTextField_component.exports);
|
|
11970
|
-
// 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=
|
|
11971
|
-
var
|
|
11972
|
-
var
|
|
11971
|
+
// 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=1f7efd9e&scoped=true&
|
|
11972
|
+
var MailTovue_type_template_id_1f7efd9e_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)])}
|
|
11973
|
+
var MailTovue_type_template_id_1f7efd9e_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(" в кратчайшие сроки. ")])}]
|
|
11973
11974
|
|
|
11974
11975
|
|
|
11975
|
-
// CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=template&id=
|
|
11976
|
+
// CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=template&id=1f7efd9e&scoped=true&
|
|
11976
11977
|
|
|
11977
11978
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.constructor.js
|
|
11978
11979
|
var es_regexp_constructor = __webpack_require__("4d63");
|
|
@@ -12363,8 +12364,8 @@ var Loader_component = normalizeComponent(
|
|
|
12363
12364
|
});
|
|
12364
12365
|
// CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=script&lang=js&
|
|
12365
12366
|
/* harmony default export */ var MailTo_MailTovue_type_script_lang_js_ = (MailTovue_type_script_lang_js_);
|
|
12366
|
-
// EXTERNAL MODULE: ./src/components/MailTo/MailTo.vue?vue&type=style&index=0&id=
|
|
12367
|
-
var
|
|
12367
|
+
// EXTERNAL MODULE: ./src/components/MailTo/MailTo.vue?vue&type=style&index=0&id=1f7efd9e&lang=scss&scoped=true&
|
|
12368
|
+
var MailTovue_type_style_index_0_id_1f7efd9e_lang_scss_scoped_true_ = __webpack_require__("9b84");
|
|
12368
12369
|
|
|
12369
12370
|
// CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue
|
|
12370
12371
|
|
|
@@ -12377,11 +12378,11 @@ var MailTovue_type_style_index_0_id_2b09e621_lang_scss_scoped_true_ = __webpack_
|
|
|
12377
12378
|
|
|
12378
12379
|
var MailTo_component = normalizeComponent(
|
|
12379
12380
|
MailTo_MailTovue_type_script_lang_js_,
|
|
12380
|
-
|
|
12381
|
-
|
|
12381
|
+
MailTovue_type_template_id_1f7efd9e_scoped_true_render,
|
|
12382
|
+
MailTovue_type_template_id_1f7efd9e_scoped_true_staticRenderFns,
|
|
12382
12383
|
false,
|
|
12383
12384
|
null,
|
|
12384
|
-
"
|
|
12385
|
+
"1f7efd9e",
|
|
12385
12386
|
null
|
|
12386
12387
|
|
|
12387
12388
|
)
|
|
@@ -12478,6 +12479,7 @@ var ATable_component = normalizeComponent(
|
|
|
12478
12479
|
|
|
12479
12480
|
|
|
12480
12481
|
|
|
12482
|
+
|
|
12481
12483
|
var Components = {
|
|
12482
12484
|
ACheckbox: ACheckbox,
|
|
12483
12485
|
AButton: AButton,
|
|
@@ -12490,6 +12492,7 @@ var Components = {
|
|
|
12490
12492
|
ASearchTextField: SearchTextField,
|
|
12491
12493
|
AMailTo: MailTo,
|
|
12492
12494
|
ATable: ATable,
|
|
12495
|
+
ALoader: Loader,
|
|
12493
12496
|
ACheckboxMenu: CheckboxMenu
|
|
12494
12497
|
};
|
|
12495
12498
|
Object.keys(Components).forEach(function (name) {
|