adata-ui 0.3.44 → 0.3.45

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.css CHANGED
@@ -1 +1 @@
1
- .a-checkbox[data-v-21ee61de]{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-21ee61de]{opacity:0;cursor:pointer;height:0;width:0}.a-checkbox__input:checked~.checkmark[data-v-21ee61de]{position:relative;background:#007aff;border:1px solid transparent}.a-checkbox__input:checked~.checkmark[data-v-21ee61de]: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-21ee61de]{font-size:14px;line-height:22px;color:var(--newGray)}.checkmark[data-v-21ee61de]{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-21ee61de]: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{display:flex;align-items:center;background:rgba(255,46,67,.12);border-radius:4px;overflow:hidden;color:#2c3e50;margin-top:8px}.adt-text-block__error .error-icon{background:#ff2e43;padding:4px 8px;display:grid;place-content:center}.adt-text-block__error p{font-size:12px;line-height:20px;padding:2px 16px}.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__input.error,.adt-text-block__textarea textarea.error{border-color:#ff2e43}.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:100%;padding:24px 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}.profile-menu{width:400px;background:#fff;box-shadow:0 4px 8px rgba(157,163,172,.4);border-radius:2px}.profile-menu__header{padding:16px 16px 16px 32px;background:rgba(189,199,206,.3)}.profile-menu__main{background:#fff;padding:16px}.tariff{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.tariff__label{font-weight:500;font-size:14px;color:#71757a}.tariff__value{display:flex;align-items:center;gap:16px;font-weight:600;font-size:16px;color:#2c3e50}.tariff__badge{padding:4px;background:#4caf50;border:.5px solid #4caf50;border-radius:2px;font-weight:400;font-size:10px;color:#fff}.balance{justify-content:space-between}.balance,.balance__wrapper{display:flex;align-items:center}.balance__wrapper{gap:8px}.balance__title{font-weight:400;font-size:12px;color:#2c3e50}.balance__badge{padding:4px 10px;background:#007aff;border-radius:100px;font-weight:400;font-size:12px;color:#fff}.profile-links{display:flex;flex-direction:column}.profile-link{display:flex;align-items:center;gap:18px;padding:10px 16px;border-radius:2px;transition:.3s;font-weight:500;font-size:14px;color:#2c3e50}.profile-link:hover{background:rgba(0,122,255,.12)}.exit{display:flex;align-items:center;justify-content:flex-start;margin-top:16px;padding-left:16px;background:#007aff;height:40px;border-radius:0 0 2px 2px;cursor:pointer;gap:10px;font-weight:500;font-size:14px;line-height:20px;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;transition:all 0s}.exit:active{background:#05b;color:#fff}.exit:active svg{stroke:#fff;background:#05b}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{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}.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-4ff62f09]{position:relative;width:100%}@media(min-width:1025px){.info[data-v-4ff62f09]{height:30px}}.info-notification[data-v-4ff62f09]{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-4ff62f09]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-4ff62f09]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-4ff62f09]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-4ff62f09]{flex-shrink:0}.info-notification__close[data-v-4ff62f09]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-4ff62f09]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5);max-height:34px;height:34px;display:flex;align-items:center}@media(max-width:1025px){.info-header[data-v-4ff62f09]{display:none}}.info-header__title[data-v-4ff62f09]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-4ff62f09]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-4ff62f09]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-4ff62f09]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-4ff62f09]{display:flex;align-items:center;gap:16px}.info-header__item-elem[data-v-4ff62f09]{display:flex;align-items:center}.info-header__inner-item[data-v-4ff62f09]{display:flex;align-items:center;font-size:12px}.info-header__inner-item[data-v-4ff62f09]:nth-child(2){margin-left:8px}.info-header .last-header-item .info-header__inner-item[data-v-4ff62f09]:nth-child(2){margin-left:5px}.info .divider[data-v-4ff62f09]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-4ff62f09],.fade-leave-active[data-v-4ff62f09]{transition:.5s ease}.fade-enter[data-v-4ff62f09],.fade-leave-to[data-v-4ff62f09]{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;width:100%}@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%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.header>.container{gap:12px}}.header__left,.header__right{display:flex;align-items:center}@media(max-width:1025px){.header__left{width:100%}}.header__left .menu{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}@media(max-width:1025px){.header__left .logo{margin-right:10px}}.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}@media(max-width:1025px){.header__left .logo svg.desktop{display:none}}.header__left .logo svg.mobile{display:none}@media(max-width:1025px){.header__left .logo svg.mobile{display:block;width:auto}}.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}.mobile-search{display:none;height:32px;max-height:32px}@media(max-width:1025px){.mobile-search{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%}}.mobile-search .search-input{gap:8px;width:100%;padding:0 14px;font-weight:500;font-size:12px;line-height:20px}.mobile-search .favorite-btn,.mobile-search .search-input{display:flex;align-items:center;background:rgba(189,199,206,.2);height:100%;border-radius:2px;cursor:pointer}.mobile-search .favorite-btn{justify-content:center;padding:10px}.mobile-search .favorite-btn svg{width:16px;height:16px}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;width:100%}@media(max-width:1025px){.a-footer{background:#f6f6f7}.a-footer.paddinged{padding-bottom:64px}}.a-footer__top{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:center;align-items:center;gap:16px}@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 .desktop{display:block}@media(max-width:1025px){.a-footer__top .nav .desktop{display:none}}.a-footer__top .nav .desktop: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;display:grid;gap:8px}}.a-footer__bottom span{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.a-footer__bottom span{font-size:12px;line-height:20px}}.a-footer__bottom__link{font-size:12px;line-height:20px;color:#71757a}.a-footer__bottom .mobile{display:none}@media(max-width:1025px){.a-footer__bottom .mobile{display:block}}.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-fe005aae]{padding:0;margin:0;box-sizing:border-box}.mail[data-v-fe005aae]{padding:50px 0}@media(max-width:560px){.mail[data-v-fe005aae]{padding:32px 0}}.mail__title[data-v-fe005aae]{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-fe005aae]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-fe005aae]{padding:24px;display:flex;justify-content:center;position:relative}.mail__img-wrapper[data-v-fe005aae]: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-fe005aae]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;position:relative;z-index:2}.mail__text[data-v-fe005aae]{font-size:14px;color:#71757a;font-weight:400;line-height:20px;text-align:center;margin-bottom:16px}.mail__form[data-v-fe005aae]{max-width:370px;margin:0 auto}.mail__form-input[data-v-fe005aae]{margin-bottom:16px}.mail__form-btn[data-v-fe005aae]{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}}.nav-icon[data-v-74c2241d]{width:24px;height:24px;max-width:24px}.bottom-navigation[data-v-bc037682]{display:flex;justify-content:space-between;width:100%;padding:10px 16px;background:#fff;border-top:.5px solid #9da3ac;color:#2c3e50;min-height:64px}.bottom-navigation--active[data-v-bc037682]{color:#007aff!important}.bottom-navigation--active[data-v-bc037682] svg path{stroke:#007aff}.bottom-navigation a[data-v-bc037682]{font-size:10px;color:#2c3e50;display:grid;place-items:center;line-height:16px;gap:3px;min-width:60px}.bottom-navigation a.active[data-v-bc037682]{color:#007aff}.bottom-navigation a.active[data-v-bc037682] svg path{fill:#007aff}.services[data-v-63c3fc41]{display:none;position:fixed;bottom:-100%;height:100%;background:#fff;left:0;width:100%;transition:.3s ease;z-index:1002}.services__header[data-v-63c3fc41]{min-height:44px;display:grid;place-items:center;border-bottom:.5px solid #9da3ac;padding:10px 0}.services__content[data-v-63c3fc41]{padding:8px}.services .service-card[data-v-63c3fc41]{display:flex;flex-wrap:wrap}.services .service-card__item[data-v-63c3fc41]{text-align:center;flex:1 0 33.3333333333%;max-width:33.3333333333%;color:#2c3e50;font-weight:500;font-size:12px;line-height:20px;margin:16px 0}.services .service-card__title[data-v-63c3fc41]{padding-top:8px}.services--active[data-v-63c3fc41]{bottom:0}.services__email[data-v-63c3fc41]{min-height:64px}.services__email a[data-v-63c3fc41]{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;background:linear-gradient(0deg,rgba(0,122,255,.12),rgba(0,122,255,.12)),#fff;border-radius:2px;font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.services .menu-mobile[data-v-63c3fc41]{position:fixed;right:0;top:0;height:calc(100% - 64px);width:100%;background:linear-gradient(0deg,rgba(189,199,206,.2),rgba(189,199,206,.2)),#fff}.services .menu-mobile__header[data-v-63c3fc41]{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:.5px solid #9da3ac;background:#fff}.services .menu-mobile__title[data-v-63c3fc41]{display:flex;align-items:center;gap:8px}.services .menu-mobile__arrow[data-v-63c3fc41]{height:24px}.services .menu-mobile .navigations li[data-v-63c3fc41]{background:#fff;margin:8px 0}.services .menu-mobile .navigations li[data-v-63c3fc41]:hover{background:linear-gradient(0deg,rgba(0,122,255,.12),rgba(0,122,255,.12)),#fff}.services .menu-mobile .navigations li a[data-v-63c3fc41]{padding:16px;display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.services .menu-mobile .navigations li a.nuxt-link-exact-active[data-v-63c3fc41]{background:linear-gradient(0deg,rgba(0,122,255,.12),rgba(0,122,255,.12)),#fff}.services .currency-card[data-v-63c3fc41]{filter:drop-shadow(0 2px 4px rgba(157,163,172,.2));position:absolute;bottom:-108px;width:calc(100% - 16px)}.services .currency-card-header[data-v-63c3fc41]{background:#007aff;box-shadow:0 -2px 6px rgba(1,68,141,.39);border-radius:8px 8px 0 0;height:48px}.services .currency-card-top[data-v-63c3fc41]{height:24px;display:grid;place-items:center}.services .currency-card-top[data-v-63c3fc41]:before{content:"";width:28px;height:4px;background:#fff;display:block;border-radius:4px}.services .currency-card-list[data-v-63c3fc41]{display:flex;align-items:center;justify-content:space-between;padding:0 24px 4px;font-weight:500;font-size:12px;line-height:20px;color:#fff}.services .currency-card-body[data-v-63c3fc41]{padding:16px 24px;background:#fff}.services .currency-card-body .currency-list[data-v-63c3fc41]{display:flex;flex-direction:column;gap:12px}.services .currency-card-body .currency-list__inner[data-v-63c3fc41]{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.services .currency-card-body .currency-list__inner li[data-v-63c3fc41]{display:flex;align-items:center;gap:8px}@media screen and (max-width:1024px){.services[data-v-63c3fc41]{display:block}}.menu-enter-active[data-v-63c3fc41],.menu-leave-active[data-v-63c3fc41]{transition:right .3s ease}.menu-enter[data-v-63c3fc41],.menu-leave-to[data-v-63c3fc41]{right:-100%!important}
1
+ .a-checkbox[data-v-21ee61de]{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-21ee61de]{opacity:0;cursor:pointer;height:0;width:0}.a-checkbox__input:checked~.checkmark[data-v-21ee61de]{position:relative;background:#007aff;border:1px solid transparent}.a-checkbox__input:checked~.checkmark[data-v-21ee61de]: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-21ee61de]{font-size:14px;line-height:22px;color:var(--newGray)}.checkmark[data-v-21ee61de]{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-21ee61de]: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__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__input.error,.adt-text-block__textarea textarea.error{border-color:#ff2e43}.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:100%;padding:24px 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}.adt-text-error[data-v-7d0cc107]{display:flex;align-items:center;background:rgba(255,46,67,.12);border-radius:4px;overflow:hidden;color:#2c3e50;margin-top:8px}.adt-text-error__icon[data-v-7d0cc107]{background:#ff2e43;padding:4px 8px;display:grid;place-content:center}.adt-text-error__text[data-v-7d0cc107]{font-size:12px;line-height:20px;padding:2px 16px}.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}.profile-menu{width:400px;background:#fff;box-shadow:0 4px 8px rgba(157,163,172,.4);border-radius:2px}.profile-menu__header{padding:16px 16px 16px 32px;background:rgba(189,199,206,.3)}.profile-menu__main{background:#fff;padding:16px}.tariff{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.tariff__label{font-weight:500;font-size:14px;color:#71757a}.tariff__value{display:flex;align-items:center;gap:16px;font-weight:600;font-size:16px;color:#2c3e50}.tariff__badge{padding:4px;background:#4caf50;border:.5px solid #4caf50;border-radius:2px;font-weight:400;font-size:10px;color:#fff}.balance{justify-content:space-between}.balance,.balance__wrapper{display:flex;align-items:center}.balance__wrapper{gap:8px}.balance__title{font-weight:400;font-size:12px;color:#2c3e50}.balance__badge{padding:4px 10px;background:#007aff;border-radius:100px;font-weight:400;font-size:12px;color:#fff}.profile-links{display:flex;flex-direction:column}.profile-link{display:flex;align-items:center;gap:18px;padding:10px 16px;border-radius:2px;transition:.3s;font-weight:500;font-size:14px;color:#2c3e50}.profile-link:hover{background:rgba(0,122,255,.12)}.exit{display:flex;align-items:center;justify-content:flex-start;margin-top:16px;padding-left:16px;background:#007aff;height:40px;border-radius:0 0 2px 2px;cursor:pointer;gap:10px;font-weight:500;font-size:14px;line-height:20px;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;transition:all 0s}.exit:active{background:#05b;color:#fff}.exit:active svg{stroke:#fff;background:#05b}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{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}.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-4ff62f09]{position:relative;width:100%}@media(min-width:1025px){.info[data-v-4ff62f09]{height:30px}}.info-notification[data-v-4ff62f09]{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-4ff62f09]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-4ff62f09]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-4ff62f09]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-4ff62f09]{flex-shrink:0}.info-notification__close[data-v-4ff62f09]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-4ff62f09]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5);max-height:34px;height:34px;display:flex;align-items:center}@media(max-width:1025px){.info-header[data-v-4ff62f09]{display:none}}.info-header__title[data-v-4ff62f09]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-4ff62f09]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-4ff62f09]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-4ff62f09]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-4ff62f09]{display:flex;align-items:center;gap:16px}.info-header__item-elem[data-v-4ff62f09]{display:flex;align-items:center}.info-header__inner-item[data-v-4ff62f09]{display:flex;align-items:center;font-size:12px}.info-header__inner-item[data-v-4ff62f09]:nth-child(2){margin-left:8px}.info-header .last-header-item .info-header__inner-item[data-v-4ff62f09]:nth-child(2){margin-left:5px}.info .divider[data-v-4ff62f09]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-4ff62f09],.fade-leave-active[data-v-4ff62f09]{transition:.5s ease}.fade-enter[data-v-4ff62f09],.fade-leave-to[data-v-4ff62f09]{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;width:100%}@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%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.header>.container{gap:12px}}.header__left,.header__right{display:flex;align-items:center}@media(max-width:1025px){.header__left{width:100%}}.header__left .menu{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}@media(max-width:1025px){.header__left .logo{margin-right:10px}}.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}@media(max-width:1025px){.header__left .logo svg.desktop{display:none}}.header__left .logo svg.mobile{display:none}@media(max-width:1025px){.header__left .logo svg.mobile{display:block;width:auto}}.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}.mobile-search{display:none;height:32px;max-height:32px}@media(max-width:1025px){.mobile-search{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%}}.mobile-search .search-input{gap:8px;width:100%;padding:0 14px;font-weight:500;font-size:12px;line-height:20px}.mobile-search .favorite-btn,.mobile-search .search-input{display:flex;align-items:center;background:rgba(189,199,206,.2);height:100%;border-radius:2px;cursor:pointer}.mobile-search .favorite-btn{justify-content:center;padding:10px}.mobile-search .favorite-btn svg{width:16px;height:16px}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;width:100%}@media(max-width:1025px){.a-footer{background:#f6f6f7}.a-footer.paddinged{padding-bottom:64px}}.a-footer__top{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:center;align-items:center;gap:16px}@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 .desktop{display:block}@media(max-width:1025px){.a-footer__top .nav .desktop{display:none}}.a-footer__top .nav .desktop: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;display:grid;gap:8px}}.a-footer__bottom span{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.a-footer__bottom span{font-size:12px;line-height:20px}}.a-footer__bottom__link{font-size:12px;line-height:20px;color:#71757a}.a-footer__bottom .mobile{display:none}@media(max-width:1025px){.a-footer__bottom .mobile{display:block}}.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-fe005aae]{padding:0;margin:0;box-sizing:border-box}.mail[data-v-fe005aae]{padding:50px 0}@media(max-width:560px){.mail[data-v-fe005aae]{padding:32px 0}}.mail__title[data-v-fe005aae]{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-fe005aae]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-fe005aae]{padding:24px;display:flex;justify-content:center;position:relative}.mail__img-wrapper[data-v-fe005aae]: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-fe005aae]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;position:relative;z-index:2}.mail__text[data-v-fe005aae]{font-size:14px;color:#71757a;font-weight:400;line-height:20px;text-align:center;margin-bottom:16px}.mail__form[data-v-fe005aae]{max-width:370px;margin:0 auto}.mail__form-input[data-v-fe005aae]{margin-bottom:16px}.mail__form-btn[data-v-fe005aae]{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}}.nav-icon[data-v-74c2241d]{width:24px;height:24px;max-width:24px}.bottom-navigation[data-v-bc037682]{display:flex;justify-content:space-between;width:100%;padding:10px 16px;background:#fff;border-top:.5px solid #9da3ac;color:#2c3e50;min-height:64px}.bottom-navigation--active[data-v-bc037682]{color:#007aff!important}.bottom-navigation--active[data-v-bc037682] svg path{stroke:#007aff}.bottom-navigation a[data-v-bc037682]{font-size:10px;color:#2c3e50;display:grid;place-items:center;line-height:16px;gap:3px;min-width:60px}.bottom-navigation a.active[data-v-bc037682]{color:#007aff}.bottom-navigation a.active[data-v-bc037682] svg path{fill:#007aff}.services[data-v-63c3fc41]{display:none;position:fixed;bottom:-100%;height:100%;background:#fff;left:0;width:100%;transition:.3s ease;z-index:1002}.services__header[data-v-63c3fc41]{min-height:44px;display:grid;place-items:center;border-bottom:.5px solid #9da3ac;padding:10px 0}.services__content[data-v-63c3fc41]{padding:8px}.services .service-card[data-v-63c3fc41]{display:flex;flex-wrap:wrap}.services .service-card__item[data-v-63c3fc41]{text-align:center;flex:1 0 33.3333333333%;max-width:33.3333333333%;color:#2c3e50;font-weight:500;font-size:12px;line-height:20px;margin:16px 0}.services .service-card__title[data-v-63c3fc41]{padding-top:8px}.services--active[data-v-63c3fc41]{bottom:0}.services__email[data-v-63c3fc41]{min-height:64px}.services__email a[data-v-63c3fc41]{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;background:linear-gradient(0deg,rgba(0,122,255,.12),rgba(0,122,255,.12)),#fff;border-radius:2px;font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.services .menu-mobile[data-v-63c3fc41]{position:fixed;right:0;top:0;height:calc(100% - 64px);width:100%;background:linear-gradient(0deg,rgba(189,199,206,.2),rgba(189,199,206,.2)),#fff}.services .menu-mobile__header[data-v-63c3fc41]{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:.5px solid #9da3ac;background:#fff}.services .menu-mobile__title[data-v-63c3fc41]{display:flex;align-items:center;gap:8px}.services .menu-mobile__arrow[data-v-63c3fc41]{height:24px}.services .menu-mobile .navigations li[data-v-63c3fc41]{background:#fff;margin:8px 0}.services .menu-mobile .navigations li[data-v-63c3fc41]:hover{background:linear-gradient(0deg,rgba(0,122,255,.12),rgba(0,122,255,.12)),#fff}.services .menu-mobile .navigations li a[data-v-63c3fc41]{padding:16px;display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.services .menu-mobile .navigations li a.nuxt-link-exact-active[data-v-63c3fc41]{background:linear-gradient(0deg,rgba(0,122,255,.12),rgba(0,122,255,.12)),#fff}.services .currency-card[data-v-63c3fc41]{filter:drop-shadow(0 2px 4px rgba(157,163,172,.2));position:absolute;bottom:-108px;width:calc(100% - 16px)}.services .currency-card-header[data-v-63c3fc41]{background:#007aff;box-shadow:0 -2px 6px rgba(1,68,141,.39);border-radius:8px 8px 0 0;height:48px}.services .currency-card-top[data-v-63c3fc41]{height:24px;display:grid;place-items:center}.services .currency-card-top[data-v-63c3fc41]:before{content:"";width:28px;height:4px;background:#fff;display:block;border-radius:4px}.services .currency-card-list[data-v-63c3fc41]{display:flex;align-items:center;justify-content:space-between;padding:0 24px 4px;font-weight:500;font-size:12px;line-height:20px;color:#fff}.services .currency-card-body[data-v-63c3fc41]{padding:16px 24px;background:#fff}.services .currency-card-body .currency-list[data-v-63c3fc41]{display:flex;flex-direction:column;gap:12px}.services .currency-card-body .currency-list__inner[data-v-63c3fc41]{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.services .currency-card-body .currency-list__inner li[data-v-63c3fc41]{display:flex;align-items:center;gap:8px}@media screen and (max-width:1024px){.services[data-v-63c3fc41]{display:block}}.menu-enter-active[data-v-63c3fc41],.menu-leave-active[data-v-63c3fc41]{transition:right .3s ease}.menu-enter[data-v-63c3fc41],.menu-leave-to[data-v-63c3fc41]{right:-100%!important}
@@ -1314,6 +1314,17 @@ if (!version && userAgent) {
1314
1314
  module.exports = version;
1315
1315
 
1316
1316
 
1317
+ /***/ }),
1318
+
1319
+ /***/ "2d3e":
1320
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1321
+
1322
+ "use strict";
1323
+ /* 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_TextError_vue_vue_type_style_index_0_id_7d0cc107_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("657d");
1324
+ /* 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_TextError_vue_vue_type_style_index_0_id_7d0cc107_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_TextError_vue_vue_type_style_index_0_id_7d0cc107_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
1325
+ /* unused harmony reexport * */
1326
+
1327
+
1317
1328
  /***/ }),
1318
1329
 
1319
1330
  /***/ "3407":
@@ -2395,6 +2406,13 @@ module.exports = {
2395
2406
  };
2396
2407
 
2397
2408
 
2409
+ /***/ }),
2410
+
2411
+ /***/ "657d":
2412
+ /***/ (function(module, exports, __webpack_require__) {
2413
+
2414
+ // extracted by mini-css-extract-plugin
2415
+
2398
2416
  /***/ }),
2399
2417
 
2400
2418
  /***/ "65f0":
@@ -8018,17 +8036,24 @@ var AButton_component = normalizeComponent(
8018
8036
  )
8019
8037
 
8020
8038
  /* harmony default export */ var AButton = (AButton_component.exports);
8021
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/TextField/TextField.vue?vue&type=template&id=f5a2dd7c&
8022
- var TextFieldvue_type_template_id_f5a2dd7c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block"},[_c('div',{class:['adt-text-block__field', { error: !!_vm.errorText }]},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"id":_vm.id,"type":_vm.type,"placeholder":_vm.placeholder,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)}}}),_c('label',{staticClass:"adt-text-block__label",attrs:{"for":_vm.id}},[_vm._v(" "+_vm._s(_vm.label)+" "),(_vm.required)?_c('span',{staticClass:"adt-text-block__required"},[_vm._v("*")]):_vm._e()]),(_vm.clearable && _vm.value && _vm.value.length > 0)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('div',{staticClass:"adt-text-block__error"},[_c('div',{staticClass:"error-icon"},[_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_508_13640)"}},[_c('path',{attrs:{"d":"M8.00016 14.6666C11.6821 14.6666 14.6668 11.6818 14.6668 7.99992C14.6668 4.31802 11.6821 1.33325 8.00016 1.33325C4.31826 1.33325 1.3335 4.31802 1.3335 7.99992C1.3335 11.6818 4.31826 14.6666 8.00016 14.6666Z","stroke":"white","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 10.6667H8.00667","stroke":"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 5.33325V7.99992","stroke":"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_508_13640"}},[_c('rect',{attrs:{"width":"16","height":"16","fill":"white"}})])])])]),_c('p',[_vm._v(_vm._s(_vm.errorText))])]):_vm._e()])}
8023
- var TextFieldvue_type_template_id_f5a2dd7c_staticRenderFns = []
8039
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/TextField/TextField.vue?vue&type=template&id=9cf6135a&
8040
+ var TextFieldvue_type_template_id_9cf6135a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block"},[_c('div',{class:['adt-text-block__field', { error: !!_vm.errorText }]},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"id":_vm.id,"type":_vm.type,"placeholder":_vm.placeholder,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)}}}),_c('label',{staticClass:"adt-text-block__label",attrs:{"for":_vm.id}},[_vm._v(" "+_vm._s(_vm.label)+" "),(_vm.required)?_c('span',{staticClass:"adt-text-block__required"},[_vm._v("*")]):_vm._e()]),(_vm.clearable && _vm.value && _vm.value.length > 0)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('text-error',{attrs:{"errorText":_vm.errorText}}):_vm._e()],1)}
8041
+ var TextFieldvue_type_template_id_9cf6135a_staticRenderFns = []
8024
8042
 
8025
8043
 
8026
- // CONCATENATED MODULE: ./src/components/TextField/TextField.vue?vue&type=template&id=f5a2dd7c&
8044
+ // CONCATENATED MODULE: ./src/components/TextField/TextField.vue?vue&type=template&id=9cf6135a&
8027
8045
 
8028
8046
  // EXTERNAL MODULE: ./src/assets/style.scss
8029
8047
  var style = __webpack_require__("73ec");
8030
8048
 
8031
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TextField/TextField.vue?vue&type=script&lang=js&
8049
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/TextError/TextError.vue?vue&type=template&id=7d0cc107&scoped=true&
8050
+ var TextErrorvue_type_template_id_7d0cc107_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-error"},[_c('div',{staticClass:"adt-text-error__icon"},[_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_508_13640)"}},[_c('path',{attrs:{"d":"M8.00016 14.6666C11.6821 14.6666 14.6668 11.6818 14.6668 7.99992C14.6668 4.31802 11.6821 1.33325 8.00016 1.33325C4.31826 1.33325 1.3335 4.31802 1.3335 7.99992C1.3335 11.6818 4.31826 14.6666 8.00016 14.6666Z","stroke":"white","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 10.6667H8.00667","stroke":"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 5.33325V7.99992","stroke":"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_508_13640"}},[_c('rect',{attrs:{"width":"16","height":"16","fill":"white"}})])])])]),_c('p',{staticClass:"adt-text-error__text"},[_vm._v(_vm._s(_vm.errorText))])])}
8051
+ var TextErrorvue_type_template_id_7d0cc107_scoped_true_staticRenderFns = []
8052
+
8053
+
8054
+ // CONCATENATED MODULE: ./src/components/TextError/TextError.vue?vue&type=template&id=7d0cc107&scoped=true&
8055
+
8056
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TextError/TextError.vue?vue&type=script&lang=js&
8032
8057
  //
8033
8058
  //
8034
8059
  //
@@ -8051,6 +8076,43 @@ var style = __webpack_require__("73ec");
8051
8076
  //
8052
8077
  //
8053
8078
  //
8079
+ /* harmony default export */ var TextErrorvue_type_script_lang_js_ = ({
8080
+ name: "TextError",
8081
+ props: {
8082
+ errorText: {
8083
+ type: String,
8084
+ default: ""
8085
+ }
8086
+ }
8087
+ });
8088
+ // CONCATENATED MODULE: ./src/components/TextError/TextError.vue?vue&type=script&lang=js&
8089
+ /* harmony default export */ var TextError_TextErrorvue_type_script_lang_js_ = (TextErrorvue_type_script_lang_js_);
8090
+ // EXTERNAL MODULE: ./src/components/TextError/TextError.vue?vue&type=style&index=0&id=7d0cc107&lang=scss&scoped=true&
8091
+ var TextErrorvue_type_style_index_0_id_7d0cc107_lang_scss_scoped_true_ = __webpack_require__("2d3e");
8092
+
8093
+ // CONCATENATED MODULE: ./src/components/TextError/TextError.vue
8094
+
8095
+
8096
+
8097
+
8098
+
8099
+
8100
+ /* normalize component */
8101
+
8102
+ var TextError_component = normalizeComponent(
8103
+ TextError_TextErrorvue_type_script_lang_js_,
8104
+ TextErrorvue_type_template_id_7d0cc107_scoped_true_render,
8105
+ TextErrorvue_type_template_id_7d0cc107_scoped_true_staticRenderFns,
8106
+ false,
8107
+ null,
8108
+ "7d0cc107",
8109
+ null
8110
+
8111
+ )
8112
+
8113
+ /* harmony default export */ var TextError = (TextError_component.exports);
8114
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TextField/TextField.vue?vue&type=script&lang=js&
8115
+ //
8054
8116
  //
8055
8117
  //
8056
8118
  //
@@ -8089,9 +8151,18 @@ var style = __webpack_require__("73ec");
8089
8151
  //
8090
8152
  //
8091
8153
  //
8154
+ //
8155
+ //
8156
+ //
8157
+ //
8158
+ //
8159
+
8092
8160
 
8093
8161
  /* harmony default export */ var TextFieldvue_type_script_lang_js_ = ({
8094
8162
  name: "TextField",
8163
+ components: {
8164
+ TextError: TextError
8165
+ },
8095
8166
  props: {
8096
8167
  id: {
8097
8168
  type: String,
@@ -8157,8 +8228,8 @@ var style = __webpack_require__("73ec");
8157
8228
 
8158
8229
  var TextField_component = normalizeComponent(
8159
8230
  TextField_TextFieldvue_type_script_lang_js_,
8160
- TextFieldvue_type_template_id_f5a2dd7c_render,
8161
- TextFieldvue_type_template_id_f5a2dd7c_staticRenderFns,
8231
+ TextFieldvue_type_template_id_9cf6135a_render,
8232
+ TextFieldvue_type_template_id_9cf6135a_staticRenderFns,
8162
8233
  false,
8163
8234
  null,
8164
8235
  null,
@@ -8167,12 +8238,12 @@ var TextField_component = normalizeComponent(
8167
8238
  )
8168
8239
 
8169
8240
  /* harmony default export */ var TextField = (TextField_component.exports);
8170
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/TextArea/TextArea.vue?vue&type=template&id=538c4162&
8171
- var TextAreavue_type_template_id_538c4162_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block__wrapper"},[_c('div',{staticClass:"adt-text-block__textarea",class:{ 'adt-text-block__textarea--error': !!_vm.errorText }},[_c('textarea',{ref:"textarea",attrs:{"id":_vm.id,"type":_vm.type,"placeholder":_vm.placeholder,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)}}}),_vm._v(" "),_c('label',{staticClass:"adt-text-block__label",class:{ 'adt-text-block--ellipsis': _vm.isEllipsis },attrs:{"for":_vm.id}},[_vm._v(" "+_vm._s(_vm.label)+" "),(_vm.required)?_c('span',{staticClass:"adt-text-block__required"},[_vm._v("*")]):_vm._e()]),(_vm.clearable && _vm.value && _vm.value.length > 0)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('div',{staticClass:"adt-text-block__error"},[_c('svg',{attrs:{"width":"14","height":"14","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg","id":"icon__attention"}},[_c('path',{attrs:{"d":"M8.5 4C8.5 3.72386 8.27614 3.5 8 3.5C7.72386 3.5 7.5 3.72386 7.5 4H8.5ZM7.5 9C7.5 9.27614 7.72386 9.5 8 9.5C8.27614 9.5 8.5 9.27614 8.5 9H7.5ZM7.5 4V9H8.5V4H7.5Z","fill":"#FF2E43"}}),_c('path',{attrs:{"d":"M8.5 11C8.5 10.7239 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.7239 7.5 11H8.5ZM7.5 11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5H7.5ZM7.5 11V11.5H8.5V11H7.5Z","fill":"#FF2E43"}}),_c('circle',{attrs:{"cx":"8","cy":"8","r":"7","stroke":"#FF2E43"}})]),_vm._v(" "+_vm._s(_vm.errorText)+" ")]):_vm._e()])}
8172
- var TextAreavue_type_template_id_538c4162_staticRenderFns = []
8241
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/TextArea/TextArea.vue?vue&type=template&id=90777a38&
8242
+ var TextAreavue_type_template_id_90777a38_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block__wrapper"},[_c('div',{staticClass:"adt-text-block__textarea",class:{ 'adt-text-block__textarea--error': !!_vm.errorText }},[_c('textarea',{ref:"textarea",attrs:{"id":_vm.id,"type":_vm.type,"placeholder":_vm.placeholder,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)}}}),_vm._v(" "),_c('label',{staticClass:"adt-text-block__label",class:{ 'adt-text-block--ellipsis': _vm.isEllipsis },attrs:{"for":_vm.id}},[_vm._v(" "+_vm._s(_vm.label)+" "),(_vm.required)?_c('span',{staticClass:"adt-text-block__required"},[_vm._v("*")]):_vm._e()]),(_vm.clearable && _vm.value && _vm.value.length > 0)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('text-error',{attrs:{"errorText":_vm.errorText}}):_vm._e()],1)}
8243
+ var TextAreavue_type_template_id_90777a38_staticRenderFns = []
8173
8244
 
8174
8245
 
8175
- // CONCATENATED MODULE: ./src/components/TextArea/TextArea.vue?vue&type=template&id=538c4162&
8246
+ // CONCATENATED MODULE: ./src/components/TextArea/TextArea.vue?vue&type=template&id=90777a38&
8176
8247
 
8177
8248
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TextArea/TextArea.vue?vue&type=script&lang=js&
8178
8249
  //
@@ -8224,26 +8295,7 @@ var TextAreavue_type_template_id_538c4162_staticRenderFns = []
8224
8295
  //
8225
8296
  //
8226
8297
  //
8227
- //
8228
- //
8229
- //
8230
- //
8231
- //
8232
- //
8233
- //
8234
- //
8235
- //
8236
- //
8237
- //
8238
- //
8239
- //
8240
- //
8241
- //
8242
- //
8243
- //
8244
- //
8245
- //
8246
- //
8298
+
8247
8299
 
8248
8300
  /* harmony default export */ var TextAreavue_type_script_lang_js_ = ({
8249
8301
  name: "TextArea",
@@ -8285,6 +8337,9 @@ var TextAreavue_type_template_id_538c4162_staticRenderFns = []
8285
8337
  default: false
8286
8338
  }
8287
8339
  },
8340
+ components: {
8341
+ TextError: TextError
8342
+ },
8288
8343
  data: function data() {
8289
8344
  return {
8290
8345
  showPlaceholder: false
@@ -8316,8 +8371,8 @@ var TextAreavue_type_template_id_538c4162_staticRenderFns = []
8316
8371
 
8317
8372
  var TextArea_component = normalizeComponent(
8318
8373
  TextArea_TextAreavue_type_script_lang_js_,
8319
- TextAreavue_type_template_id_538c4162_render,
8320
- TextAreavue_type_template_id_538c4162_staticRenderFns,
8374
+ TextAreavue_type_template_id_90777a38_render,
8375
+ TextAreavue_type_template_id_90777a38_staticRenderFns,
8321
8376
  false,
8322
8377
  null,
8323
8378
  null,
@@ -8326,12 +8381,12 @@ var TextArea_component = normalizeComponent(
8326
8381
  )
8327
8382
 
8328
8383
  /* harmony default export */ var TextArea = (TextArea_component.exports);
8329
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/PasswordField/PasswordField.vue?vue&type=template&id=937b21ee&
8330
- var PasswordFieldvue_type_template_id_937b21ee_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block"},[_c('div',{staticClass:"adt-text-block__field"},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"id":_vm.id,"type":_vm.type,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)}}}),_c('label',{staticClass:"adt-text-block__label",attrs:{"for":_vm.id}},[_vm._v(_vm._s(_vm.label))]),(_vm.showPassword)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){_vm.showPassword = false}}},[_c('svg',{attrs:{"width":"12","height":"12","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 511.992 511.992","id":"openedEye"}},[_c('path',{attrs:{"d":"M510.096 249.937c-4.032-5.867-100.928-143.275-254.101-143.275-131.435 0-248.555 136.619-253.483 142.443-3.349 3.968-3.349 9.792 0 13.781C7.44 268.71 124.56 405.329 255.995 405.329S504.549 268.71 509.477 262.886c3.094-3.669 3.371-8.981.619-12.949zM255.995 383.996c-105.365 0-205.547-100.48-230.997-128 25.408-27.541 125.483-128 230.997-128 123.285 0 210.304 100.331 231.552 127.424-24.534 26.645-125.291 128.576-231.552 128.576z"}}),_c('path',{attrs:{"d":"M255.995 170.662c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zm0 149.334c-35.285 0-64-28.715-64-64s28.715-64 64-64 64 28.715 64 64-28.715 64-64 64z"}})])]):_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){_vm.showPassword = true}}},[_c('svg',{attrs:{"width":"12","height":"12","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 512.001 512.001","id":"closedEye"}},[_c('path',{attrs:{"d":"M316.332 195.662c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.944 0 15.083c12.075 12.075 18.752 28.139 18.752 45.248 0 35.285-28.715 64-64 64-17.109 0-33.173-6.656-45.248-18.752-4.16-4.16-10.923-4.16-15.083 0-4.16 4.139-4.16 10.923 0 15.083 16.085 16.128 37.525 25.003 60.331 25.003 47.061 0 85.333-38.272 85.333-85.333 0-22.807-8.874-44.247-25.002-60.332zm-45.462-23.531c-4.843-.853-9.792-1.472-14.869-1.472-47.061 0-85.333 38.272-85.333 85.333 0 5.077.619 10.027 1.493 14.869.917 5.163 5.419 8.811 10.475 8.811.619 0 1.237-.043 1.877-.171 5.781-1.024 9.664-6.571 8.64-12.352-.661-3.627-1.152-7.317-1.152-11.157 0-35.285 28.715-64 64-64 3.84 0 7.531.491 11.157 1.131 5.675 1.152 11.328-2.859 12.352-8.64 1.024-5.781-2.858-11.328-8.64-12.352z"}}),_c('path',{attrs:{"d":"M509.462 249.102c-2.411-2.859-60.117-70.208-139.712-111.445-5.163-2.709-11.669-.661-14.379 4.587-2.709 5.227-.661 11.669 4.587 14.379 61.312 31.744 110.293 81.28 127.04 99.371-25.429 27.541-125.504 128-230.997 128-35.797 0-71.872-8.64-107.264-25.707-5.248-2.581-11.669-.341-14.229 4.971-2.581 5.291-.341 11.669 4.971 14.229 38.293 18.496 77.504 27.84 116.523 27.84 131.435 0 248.555-136.619 253.483-142.443 3.369-3.969 3.348-9.793-.023-13.782zM325.996 118.947c-24.277-8.171-47.829-12.288-69.995-12.288-131.435 0-248.555 136.619-253.483 142.443-3.115 3.669-3.371 9.003-.597 12.992 1.472 2.112 36.736 52.181 97.856 92.779a10.48 10.48 0 005.888 1.792c3.435 0 6.827-1.664 8.875-4.8 3.264-4.885 1.92-11.52-2.987-14.763-44.885-29.845-75.605-65.877-87.104-80.533 24.555-26.667 125.291-128.576 231.552-128.576 19.861 0 41.131 3.755 63.189 11.157 5.589 2.005 11.648-1.088 13.504-6.699 1.878-5.589-1.109-11.626-6.698-13.504z"}}),_c('path',{attrs:{"d":"M444.865 67.128c-4.16-4.16-10.923-4.16-15.083 0L67.116 429.795c-4.16 4.16-4.16 10.923 0 15.083a10.716 10.716 0 007.552 3.115c2.731 0 5.461-1.045 7.531-3.115L444.865 82.211c4.16-4.16 4.16-10.923 0-15.083z"}})])])]),(!!_vm.errorText)?_c('div',{staticClass:"adt-text-block__error"},[_c('div',{staticClass:"error-icon"},[_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_508_13640)"}},[_c('path',{attrs:{"d":"M8.00016 14.6666C11.6821 14.6666 14.6668 11.6818 14.6668 7.99992C14.6668 4.31802 11.6821 1.33325 8.00016 1.33325C4.31826 1.33325 1.3335 4.31802 1.3335 7.99992C1.3335 11.6818 4.31826 14.6666 8.00016 14.6666Z","stroke":"white","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 10.6667H8.00667","stroke":"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 5.33325V7.99992","stroke":"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_508_13640"}},[_c('rect',{attrs:{"width":"16","height":"16","fill":"white"}})])])])]),_c('p',[_vm._v(_vm._s(_vm.errorText))])]):_vm._e()])}
8331
- var PasswordFieldvue_type_template_id_937b21ee_staticRenderFns = []
8384
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/PasswordField/PasswordField.vue?vue&type=template&id=65729370&
8385
+ var PasswordFieldvue_type_template_id_65729370_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block"},[_c('div',{staticClass:"adt-text-block__field"},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"id":_vm.id,"type":_vm.type,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)}}}),_c('label',{staticClass:"adt-text-block__label",attrs:{"for":_vm.id}},[_vm._v(_vm._s(_vm.label))]),(_vm.showPassword)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){_vm.showPassword = false}}},[_c('svg',{attrs:{"width":"12","height":"12","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 511.992 511.992","id":"openedEye"}},[_c('path',{attrs:{"d":"M510.096 249.937c-4.032-5.867-100.928-143.275-254.101-143.275-131.435 0-248.555 136.619-253.483 142.443-3.349 3.968-3.349 9.792 0 13.781C7.44 268.71 124.56 405.329 255.995 405.329S504.549 268.71 509.477 262.886c3.094-3.669 3.371-8.981.619-12.949zM255.995 383.996c-105.365 0-205.547-100.48-230.997-128 25.408-27.541 125.483-128 230.997-128 123.285 0 210.304 100.331 231.552 127.424-24.534 26.645-125.291 128.576-231.552 128.576z"}}),_c('path',{attrs:{"d":"M255.995 170.662c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zm0 149.334c-35.285 0-64-28.715-64-64s28.715-64 64-64 64 28.715 64 64-28.715 64-64 64z"}})])]):_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){_vm.showPassword = true}}},[_c('svg',{attrs:{"width":"12","height":"12","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 512.001 512.001","id":"closedEye"}},[_c('path',{attrs:{"d":"M316.332 195.662c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.944 0 15.083c12.075 12.075 18.752 28.139 18.752 45.248 0 35.285-28.715 64-64 64-17.109 0-33.173-6.656-45.248-18.752-4.16-4.16-10.923-4.16-15.083 0-4.16 4.139-4.16 10.923 0 15.083 16.085 16.128 37.525 25.003 60.331 25.003 47.061 0 85.333-38.272 85.333-85.333 0-22.807-8.874-44.247-25.002-60.332zm-45.462-23.531c-4.843-.853-9.792-1.472-14.869-1.472-47.061 0-85.333 38.272-85.333 85.333 0 5.077.619 10.027 1.493 14.869.917 5.163 5.419 8.811 10.475 8.811.619 0 1.237-.043 1.877-.171 5.781-1.024 9.664-6.571 8.64-12.352-.661-3.627-1.152-7.317-1.152-11.157 0-35.285 28.715-64 64-64 3.84 0 7.531.491 11.157 1.131 5.675 1.152 11.328-2.859 12.352-8.64 1.024-5.781-2.858-11.328-8.64-12.352z"}}),_c('path',{attrs:{"d":"M509.462 249.102c-2.411-2.859-60.117-70.208-139.712-111.445-5.163-2.709-11.669-.661-14.379 4.587-2.709 5.227-.661 11.669 4.587 14.379 61.312 31.744 110.293 81.28 127.04 99.371-25.429 27.541-125.504 128-230.997 128-35.797 0-71.872-8.64-107.264-25.707-5.248-2.581-11.669-.341-14.229 4.971-2.581 5.291-.341 11.669 4.971 14.229 38.293 18.496 77.504 27.84 116.523 27.84 131.435 0 248.555-136.619 253.483-142.443 3.369-3.969 3.348-9.793-.023-13.782zM325.996 118.947c-24.277-8.171-47.829-12.288-69.995-12.288-131.435 0-248.555 136.619-253.483 142.443-3.115 3.669-3.371 9.003-.597 12.992 1.472 2.112 36.736 52.181 97.856 92.779a10.48 10.48 0 005.888 1.792c3.435 0 6.827-1.664 8.875-4.8 3.264-4.885 1.92-11.52-2.987-14.763-44.885-29.845-75.605-65.877-87.104-80.533 24.555-26.667 125.291-128.576 231.552-128.576 19.861 0 41.131 3.755 63.189 11.157 5.589 2.005 11.648-1.088 13.504-6.699 1.878-5.589-1.109-11.626-6.698-13.504z"}}),_c('path',{attrs:{"d":"M444.865 67.128c-4.16-4.16-10.923-4.16-15.083 0L67.116 429.795c-4.16 4.16-4.16 10.923 0 15.083a10.716 10.716 0 007.552 3.115c2.731 0 5.461-1.045 7.531-3.115L444.865 82.211c4.16-4.16 4.16-10.923 0-15.083z"}})])])]),(!!_vm.errorText)?_c('a-text-error',{attrs:{"errorText":_vm.errorText}}):_vm._e()],1)}
8386
+ var PasswordFieldvue_type_template_id_65729370_staticRenderFns = []
8332
8387
 
8333
8388
 
8334
- // CONCATENATED MODULE: ./src/components/PasswordField/PasswordField.vue?vue&type=template&id=937b21ee&
8389
+ // CONCATENATED MODULE: ./src/components/PasswordField/PasswordField.vue?vue&type=template&id=65729370&
8335
8390
 
8336
8391
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PasswordField/PasswordField.vue?vue&type=script&lang=js&
8337
8392
  //
@@ -8371,22 +8426,7 @@ var PasswordFieldvue_type_template_id_937b21ee_staticRenderFns = []
8371
8426
  //
8372
8427
  //
8373
8428
  //
8374
- //
8375
- //
8376
- //
8377
- //
8378
- //
8379
- //
8380
- //
8381
- //
8382
- //
8383
- //
8384
- //
8385
- //
8386
- //
8387
- //
8388
- //
8389
- //
8429
+
8390
8430
 
8391
8431
  /* harmony default export */ var PasswordFieldvue_type_script_lang_js_ = ({
8392
8432
  name: "PasswordField",
@@ -8408,6 +8448,9 @@ var PasswordFieldvue_type_template_id_937b21ee_staticRenderFns = []
8408
8448
  required: true
8409
8449
  }
8410
8450
  },
8451
+ components: {
8452
+ ATextError: TextError
8453
+ },
8411
8454
  data: function data() {
8412
8455
  return {
8413
8456
  showPassword: false
@@ -8431,8 +8474,8 @@ var PasswordFieldvue_type_template_id_937b21ee_staticRenderFns = []
8431
8474
 
8432
8475
  var PasswordField_component = normalizeComponent(
8433
8476
  PasswordField_PasswordFieldvue_type_script_lang_js_,
8434
- PasswordFieldvue_type_template_id_937b21ee_render,
8435
- PasswordFieldvue_type_template_id_937b21ee_staticRenderFns,
8477
+ PasswordFieldvue_type_template_id_65729370_render,
8478
+ PasswordFieldvue_type_template_id_65729370_staticRenderFns,
8436
8479
  false,
8437
8480
  null,
8438
8481
  null,
@@ -10465,12 +10508,12 @@ var Footer_component = normalizeComponent(
10465
10508
  )
10466
10509
 
10467
10510
  /* harmony default export */ var Footer = (Footer_component.exports);
10468
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/SearchTextField/SearchTextField.vue?vue&type=template&id=4da6eff5&
10469
- var SearchTextFieldvue_type_template_id_4da6eff5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(_vm.onOutsideClick),expression:"onOutsideClick"}],staticClass:"adt-text-block",on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.preventDefault();return _vm.onUpOrDownClicked.apply(null, arguments)}}},[_c('div',{class:['adt-text-block__field', { error: !!_vm.errorText }]},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"id":_vm.id,"type":_vm.type,"placeholder":_vm.placeholder,"required":"","readonly":_vm.isReadonly},domProps:{"value":_vm.value},on:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)},"input":function($event){return _vm.$emit('input', $event.target.value)},"focus":function($event){_vm.showAutocomplete = true},"click":function($event){return _vm.$emit('showVTour')},"search":function($event){return _vm.$emit('onSearch')}}}),_c('label',{staticClass:"adt-text-block__label",class:{ 'adt-text-block--ellipsis': _vm.isEllipsis },attrs:{"for":_vm.id}},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.clearable && _vm.value)?_c('div',{staticClass:"adt-text-block__icon",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('div',{staticClass:"adt-text-block__error"},[_c('div',{staticClass:"error-icon"},[_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_508_13640)"}},[_c('path',{attrs:{"d":"M8.00016 14.6666C11.6821 14.6666 14.6668 11.6818 14.6668 7.99992C14.6668 4.31802 11.6821 1.33325 8.00016 1.33325C4.31826 1.33325 1.3335 4.31802 1.3335 7.99992C1.3335 11.6818 4.31826 14.6666 8.00016 14.6666Z","stroke":"white","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 10.6667H8.00667","stroke":"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 5.33325V7.99992","stroke":"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_508_13640"}},[_c('rect',{attrs:{"width":"16","height":"16","fill":"white"}})])])])]),_c('p',[_vm._v(_vm._s(_vm.errorText))])]):_vm._e(),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.options && _vm.options.length > 0 && _vm.showAutocomplete),expression:"options && options.length > 0 && showAutocomplete"}],staticClass:"adt-text-block__options search-options"},[_c('PerfectScrollbar',[_c('div',{staticClass:"search-options__wrapper"},_vm._l((_vm.options),function(option,index){return _c('div',{key:index,ref:"searchOptions",refInFor:true,staticClass:"search-options__item",on:{"click":function($event){return _vm.onAutocompleteOptionClick(option)}}},[_vm._v(" "+_vm._s(!!_vm.optionFields.length ? _vm.textByOption(option) : option)+" "),(option.type && _vm.isTypeRequired)?_c('div',{staticClass:"hiddenOne"},[_vm._v(" $"+_vm._s(option.type)+"$ ")]):_vm._e()])}),0)])],1)])}
10470
- var SearchTextFieldvue_type_template_id_4da6eff5_staticRenderFns = []
10511
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"35a482f4-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/SearchTextField/SearchTextField.vue?vue&type=template&id=2f9419d0&
10512
+ var SearchTextFieldvue_type_template_id_2f9419d0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(_vm.onOutsideClick),expression:"onOutsideClick"}],staticClass:"adt-text-block",on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.preventDefault();return _vm.onUpOrDownClicked.apply(null, arguments)}}},[_c('div',{class:['adt-text-block__field', { error: !!_vm.errorText }]},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"id":_vm.id,"type":_vm.type,"placeholder":_vm.placeholder,"required":"","readonly":_vm.isReadonly},domProps:{"value":_vm.value},on:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)},"input":function($event){return _vm.$emit('input', $event.target.value)},"focus":function($event){_vm.showAutocomplete = true},"click":function($event){return _vm.$emit('showVTour')},"search":function($event){return _vm.$emit('onSearch')}}}),_c('label',{staticClass:"adt-text-block__label",class:{ 'adt-text-block--ellipsis': _vm.isEllipsis },attrs:{"for":_vm.id}},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.clearable && _vm.value)?_c('div',{staticClass:"adt-text-block__icon",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('text-error',{attrs:{"errorText":_vm.errorText}}):_vm._e(),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.options && _vm.options.length > 0 && _vm.showAutocomplete),expression:"options && options.length > 0 && showAutocomplete"}],staticClass:"adt-text-block__options search-options"},[_c('PerfectScrollbar',[_c('div',{staticClass:"search-options__wrapper"},_vm._l((_vm.options),function(option,index){return _c('div',{key:index,ref:"searchOptions",refInFor:true,staticClass:"search-options__item",on:{"click":function($event){return _vm.onAutocompleteOptionClick(option)}}},[_vm._v(" "+_vm._s(!!_vm.optionFields.length ? _vm.textByOption(option) : option)+" "),(option.type && _vm.isTypeRequired)?_c('div',{staticClass:"hiddenOne"},[_vm._v(" $"+_vm._s(option.type)+"$ ")]):_vm._e()])}),0)])],1)],1)}
10513
+ var SearchTextFieldvue_type_template_id_2f9419d0_staticRenderFns = []
10471
10514
 
10472
10515
 
10473
- // CONCATENATED MODULE: ./src/components/SearchTextField/SearchTextField.vue?vue&type=template&id=4da6eff5&
10516
+ // CONCATENATED MODULE: ./src/components/SearchTextField/SearchTextField.vue?vue&type=template&id=2f9419d0&
10474
10517
 
10475
10518
  // EXTERNAL MODULE: ./node_modules/vue2-perfect-scrollbar/dist/vue2-perfect-scrollbar.umd.js
10476
10519
  var vue2_perfect_scrollbar_umd = __webpack_require__("a4a1");
@@ -10551,22 +10594,7 @@ var vue2_perfect_scrollbar_umd = __webpack_require__("a4a1");
10551
10594
  //
10552
10595
  //
10553
10596
  //
10554
- //
10555
- //
10556
- //
10557
- //
10558
- //
10559
- //
10560
- //
10561
- //
10562
- //
10563
- //
10564
- //
10565
- //
10566
- //
10567
- //
10568
- //
10569
- //
10597
+
10570
10598
 
10571
10599
 
10572
10600
 
@@ -10641,7 +10669,8 @@ var vue2_perfect_scrollbar_umd = __webpack_require__("a4a1");
10641
10669
  }
10642
10670
  },
10643
10671
  components: {
10644
- PerfectScrollbar: vue2_perfect_scrollbar_umd["PerfectScrollbar"]
10672
+ PerfectScrollbar: vue2_perfect_scrollbar_umd["PerfectScrollbar"],
10673
+ TextError: TextError
10645
10674
  },
10646
10675
  data: function data() {
10647
10676
  return {
@@ -10734,8 +10763,8 @@ var vue2_perfect_scrollbar_umd = __webpack_require__("a4a1");
10734
10763
 
10735
10764
  var SearchTextField_component = normalizeComponent(
10736
10765
  SearchTextField_SearchTextFieldvue_type_script_lang_js_,
10737
- SearchTextFieldvue_type_template_id_4da6eff5_render,
10738
- SearchTextFieldvue_type_template_id_4da6eff5_staticRenderFns,
10766
+ SearchTextFieldvue_type_template_id_2f9419d0_render,
10767
+ SearchTextFieldvue_type_template_id_2f9419d0_staticRenderFns,
10739
10768
  false,
10740
10769
  null,
10741
10770
  null,