adata-ui 0.1.68 → 0.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adata-ui.common.js +575 -59
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +575 -59
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +2 -1
- package/src/assets/_text_field.scss +18 -1
- package/src/components/MailTo/MailTo.vue +133 -83
- package/src/components/TextArea/TextArea.stories.js +17 -0
- package/src/components/TextArea/TextArea.vue +122 -0
- package/src/components/TextField/TextField.vue +5 -1
- package/src/components/index.js +2 -0
package/dist/adata-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.a-checkbox[data-v-88de6b42]{padding:8px 0;display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.a-checkbox__input[data-v-88de6b42]{opacity:0;cursor:pointer;height:0;width:0}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]{position:relative;background:#007aff;border:1px solid transparent}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]:after{display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1 6.556L5.308 11 15 1' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.a-checkbox__label[data-v-88de6b42]{font-size:14px;line-height:22px;color:var(--newGray)}.checkmark[data-v-88de6b42]{border:1px solid #9da3ac;border-radius:2px;width:16px;height:16px;cursor:pointer;margin-right:8px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#fff}.checkmark[data-v-88de6b42]:after{content:"";position:absolute;left:-1px;top:-1px;width:16px;height:16px}.checkboxes__selects[data-v-8fcf0dd2]{position:absolute;background:#fff;width:calc(100% - 8px);padding:8px 16px;max-height:360px;overflow-y:auto;left:0;z-index:1000;border-radius:2px;border:1px solid hsla(0,0%,76.9%,.5019607843137255)}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar{width:4px}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-thumb{background:#c4c4c4}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-track{background:#fff}.checkboxes__selects .checkboxes__selects__item[data-v-8fcf0dd2]{padding:4px 0;line-height:16px;font-size:14px;font-weight:400;color:#333;cursor:pointer;display:flex;align-items:center}.checkboxes__selects .checkboxes__selects__item input[data-v-8fcf0dd2]{margin-right:4px}.btn{cursor:pointer;border:none;border-radius:2px;font-size:14px;font-weight:500;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;-ms-box-sizing:border-box!important}@media screen and (max-width:560px){.btn{width:100%;text-align:center}}.btn svg{margin-right:8px}.btn:disabled{cursor:not-allowed}.btn.size_extra_sm{height:24px;padding:2px 16px;line-height:20px}.btn.size_sm{height:32px;padding:6px 20px;line-height:20px}.btn.size_md{height:40px;padding:8px 30px;line-height:24px}.btn.size_fit{padding:8px 0;width:100%}.btn_grey{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.btn_grey:active,.btn_grey:hover{background:#eef0f5}.btn-white{background:#fff;color:#007aff}.btn-white:hover{background:#eef0f5}.btn-white:active{background:#d6d6d7}.btn_yellow{background:linear-gradient(236.46deg,#ffe364 -2.39%,#fbc920 79.1%);color:#333}.btn_yellow:active,.btn_yellow:hover{background:#fbc920}.btn_red{border:1px solid #ff2e43;color:#ff2e43;background-color:transparent}.btn_red:active,.btn_red:hover{background:#ff2e43;color:#fff}.btn_green{background:#00b92d;color:#fff}.btn_green:active,.btn_green:hover{background:#008621}.btn_blue_outlined{border:1px solid #007aff;color:#007aff;background-color:transparent}.btn_blue_outlined:hover{background:#007aff;color:#fff}.btn_blue_outlined:active{background:#05b;color:#fff}.btn_blue{background:#1e88e5;color:#fff}.btn_blue:hover{background:#007aff;color:#fff}.btn_blue:active{background:#05b;color:#fff}:focus{outline:none}.adt-text-block{position:relative;width:100%}.adt-text-block.magnifier .adt-text-block__input{padding:19px 40px 5px 40px}.adt-text-block.magnifier .adt-text-block__label{left:40px}.adt-text-block.magnifier-mobile .adt-text-block__magnifier{display:block}.adt-text-block.magnifier-mobile .adt-text-block__input{padding:19px 8px 5px 11px;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block.magnifier-mobile .adt-text-block__label{left:12px}.adt-text-block__input-mob-search{border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block__error{text-align:left;font-size:10px;line-height:14px;color:#ff2e43;margin-top:8px;display:flex;align-items:center}.adt-text-block__error svg{margin-right:9px}.adt-text-block__field{position:relative;overflow:hidden}@media(max-width:1025px){.adt-text-block__field{width:100%;display:flex}}.adt-text-block__input{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{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{top:12px;font-size:10px;color:#71757a}@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{font-size:8px}}.adt-text-block__input:focus,.adt-text-block__input:hover{border:.5px solid #2c3e50}.adt-text-block__input::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder{font-size:12px}.adt-text-block__input.error{border:1px solid #ff2e43;background:rgba(255,46,67,.12156862745098039)}.adt-text-block__label{position:absolute;pointer-events:none;left:16px;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden;line-height:40px;transition:.3s;color:#71757a;font-size:14px}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__icon{position:absolute;right:16px;height:100%;top:0;display:flex;align-items:center}.adt-text-block__icon:hover{cursor:pointer}.adt-text-block__required{color:#ff2e43}.adt-text-block__options{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;z-index:1000;border-radius:2px;padding:8px 0}@media(max-width:1025px){.adt-text-block__options{overflow:auto}}.adt-text-block__options #searchVariant{background:#eef0f5}.adt-text-block .search-options__item{padding:5px 16px;line-height:16px;font-size:14px;color:#71757a;transition:all .3s;cursor:pointer}@media(max-width:1025px){.adt-text-block .search-options__item{font-size:12px}}.adt-text-block .search-options__item:hover{background:#eef0f5}.note{font-weight:400;font-style:italic;font-size:12px;line-height:20px;display:flex;align-items:center;color:#007aff;padding:8px 16px;background:rgba(0,122,255,.09803921568627451);border-radius:2px}.note--error{background:rgba(220,88,88,.2);color:#e60000}@media(max-width:1025px){.note{width:100%;font-weight:400;font-size:12px;line-height:16px;margin:0 0 16px}}.note-svg{margin-right:8px;display:flex;align-items:center}.fastAnimation{transition:all .01s}.slideToggleAnimation{transition:all .3s}.compareNotification{transition:all 3s}svg{transition:all .3s linear}svg.rotated{transform:rotate(180deg)}.gray-text{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;padding:10px 16px;cursor:pointer}.profile{position:relative}.profile__inner{padding:0;display:flex;align-items:center}.profile__item{font-size:14px;font-weight:600;margin:0;padding:8px 0;white-space:nowrap;cursor:pointer}.profile__item-link{display:flex;align-items:center;font-size:14px}@media(max-width:1025px){.profile__item-link:first-child{display:none}}.profile__item-link:nth-child(2){display:none}@media(max-width:1025px){.profile__item-link:nth-child(2){display:flex}}.profile__item span{white-space:nowrap;margin:0 7px}.profile__item .arrow-svg{transition:all .3s;vertical-align:middle;width:16px;height:16px;transform:rotate(0deg)}.profile__item .arrow-svg.rotate{transform:rotate(180deg)}.profile .profile-menu{width:368px;height:100%;position:absolute;right:0;top:100%;background-color:#fff;box-shadow:0 3px 6px rgba(149,156,177,.25098039215686274);border-radius:2px;z-index:10000}@media(max-width:1025px){.profile .profile-menu{display:none}}.profile .profile-menu__items{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;cursor:pointer}.profile .profile-menu__items div:not(:last-child)>.gray-text,.profile .profile-menu__items div:not(:last-child)>a>.gray-text{border-bottom:.5px solid #bdc7ce}.profile .profile-menu__items div:not(:last-child)>.gray-text+div{padding:10px 16px}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links){padding:0}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a,.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a:visited{color:#2c3e50}.profile .profile-menu__item__child{padding:0 16px 0 32px;height:40px;display:flex;border-top:.5px solid #bdc7ce;align-items:center}.profile .profile-menu__item__child:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__child span{display:flex;align-items:center}.profile .profile-menu__item__child span svg{margin-right:5px}.profile .profile-menu__item__child span svg path{fill:rgba(44,62,80,.047058823529411764)!important}.profile .profile-menu__item__children{padding:0 16px;display:flex;justify-content:space-between;align-items:center;height:40px}.profile .profile-menu__item__children:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__balance-link{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px}.profile .profile-menu__balance-link:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__balance-link:not(:last-child){border-bottom:1px solid #eef0f5}.profile .profile-menu__balance{font-size:14px;color:#007aff;white-space:nowrap}.profile .profile-menu__links{display:flex;align-items:center;align-content:center;height:40px;padding:0 16px}.profile .profile-menu__links:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__links:not(:last-child){border-bottom:1px solid #eef0f5}.exit{background:#69797d;height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:14px;line-height:16px;color:#fff}.exit:hover{background:#9da3ac;color:#fff}.exit:hover svg{stroke:#fff;background:#9da3ac}.exit svg{margin-right:8px;background:#69797d;fill:none!important;stroke:#fff;transition:all 0s}.exit:active{background:#05b;color:#fff}.exit:active svg{stroke:#fff;background:#05b}.sign{height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sign:hover svg{stroke:#71757a!important}.sign:hover span{color:#71757a}.sign:active svg{stroke:#9da3ac!important}.sign:active span{color:#9da3ac}.sign svg{margin-right:8px;fill:none!important;stroke:#2c3e50!important}@media(max-width:1025px){.sign svg{stroke:none!important;margin-right:24px}}.sign span{font-weight:600;font-size:14px;line-height:16px;color:#2c3e50;margin:0 0}.requests__link{font-size:12px;line-height:16px;font-weight:400;padding:12px;color:var(--newColor);white-space:nowrap;margin:0 6px 0 0}@media(max-width:1025px){.requests__link{display:none}}.requests__link svg{vertical-align:middle;width:20px;height:20px;margin-right:4px;margin-bottom:2px}.requests__link span{color:#2c3e50;font-weight:600}.user{display:none}@media(max-width:1025px){.user{width:24px;height:24px;margin-right:24px;display:flex}}.exit-mobile{display:none}@media(max-width:1025px){.exit-mobile{display:block;width:24px;height:24px;margin-right:12px}}.mobile-table{display:none}@media(max-width:1025px){.mobile-table{display:block}}.mobile-table-head{padding:0 16px;background:#f4f4f4;display:flex;align-items:center;justify-content:space-between;width:100%;height:40px}.mobile-table-head p{font-weight:600;font-size:17px;line-height:19px;color:#2c3e50}.mobile-table-head svg{width:18px;height:18px}.mobile-table-head-chosen{position:relative}.mobile-table-head-chosen>div{position:absolute}.mobile-table-head-chosen p{text-align:center;width:100%}.profile-menu-mobile{height:100%}.profile-menu-mobile .bb>a,.profile-menu-mobile .bb>a:visited{color:#000}.profile-menu-mobile__inner{display:flex;flex-direction:column;height:72%}.profile-menu-mobile__item,.profile-menu-mobile__links{align-items:center}.profile-menu-mobile__balance-link,.profile-menu-mobile__item,.profile-menu-mobile__links{padding:0 16px;height:52px;border:1px solid #9da3ac;border-bottom:none;font-size:14px;display:flex}.profile-menu-mobile__balance-link{justify-content:space-between}.profile-menu-mobile__balance{color:#1e88e5;font-size:16px;white-space:nowrap;display:flex;align-items:center}.profile-menu-mobile__balance-items{display:flex;flex-direction:column;justify-content:center}.profile-menu-mobile__balance-items__upper-text{font-weight:400;font-size:10px;line-height:14px;color:#69797d;margin-bottom:4px}.profile-menu-mobile__balance-items__bot-text{font-weight:600;font-size:12px;line-height:16px;color:#2c3e50}.exit-mob{background:#ffcd33;border-radius:2px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:400;font-size:16px;line-height:16px;color:#2c3e50;margin:16px 16px 0}.exit-mob svg{margin-right:8px;fill:none!important}.bb:last-child{border-bottom:1px solid #9da3ac}.button-inner{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:1025px){.sign_text{display:none}}.info[data-v-1640a06a]{position:relative}@media(min-width:1025px){.info[data-v-1640a06a]{height:30px}}.info-notification[data-v-1640a06a]{position:absolute;width:100%;z-index:1;top:0;color:#fff;background:#007aff;padding:7px 0;font-size:14px}@media(max-width:1025px){.info-notification[data-v-1640a06a]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-1640a06a]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-1640a06a]{flex-shrink:0}.info-notification__close[data-v-1640a06a]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-1640a06a]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5)}@media(max-width:1025px){.info-header[data-v-1640a06a]{display:none}}.info-header__title[data-v-1640a06a]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-1640a06a]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-1640a06a]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-1640a06a]{display:flex;align-items:center;gap:20px}.info-header__item-elem[data-v-1640a06a]{display:flex;align-items:center;gap:8px}.info-header__inner-item[data-v-1640a06a]{display:flex;align-items:center;font-size:12px}.info-header .last-header-item .info-header__inner-item[data-v-1640a06a]:nth-child(2){margin-left:5px}.info .divider[data-v-1640a06a]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-1640a06a],.fade-leave-active[data-v-1640a06a]{transition:.5s ease}.fade-enter[data-v-1640a06a],.fade-leave-to[data-v-1640a06a]{opacity:0;top:-30px}.sticky{position:sticky;z-index:1000;top:0}.header{background:#fff;max-height:62px;height:62px;display:flex;align-items:center}@media(max-width:1025px){.header{border-bottom:1px solid rgba(44,62,80,.14901960784313725);height:40px}}.header.bordered{border-bottom:1px solid rgba(44,62,80,.14901960784313725)}.header>.container{width:100%;justify-content:space-between}.header>.container,.header__left,.header__left .menu,.header__right{display:flex;align-items:center}@media(max-width:1025px){.header__left .menu{display:none}}.header__left .menu__items{margin-right:8px;align-items:center;padding:20px 8px 20px 0;transition:text-shadow .3s;display:block;font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#71757a;position:relative}.header__left .menu__items:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#e5e5e5}.header__left .menu__items.active{font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#2c3e50}.header__left .menu__items:hover{color:#9da3ac;cursor:pointer}.header__left .logo{display:block;margin-right:20px}.header__left .logo svg{width:90px;height:26px;display:block;fill:#2c3e50}@media(max-width:1025px){.header__left .logo svg{width:77px;height:24px}}.header__left .logo svg:hover{fill:#71757a}.header .menu_mobile,.header .menu_mobile--switcher{display:none}@media(max-width:1025px){.header .menu_mobile{display:block}.header .menu_mobile .mobile-table-head{padding:11px 16px;display:flex;justify-content:flex-end;background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile-wrapper{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:14px 16px;font-weight:600;font-size:16px;line-height:22px;color:#2c3e50;display:block}.header .menu_mobile-wrapper:last-child{border-bottom:1px solid rgba(157,163,172,.2980392156862745)}.header .menu_mobile-wrapper.active-burger-tab{background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile--switcher{display:flex;align-items:center;justify-content:center}}.header .menu-mobile__info{margin:20px 0}.header .menu-mobile__info-header{background:rgba(189,199,206,.2);padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-header span{font-weight:500;font-size:12px;line-height:20px;color:#666c72}.header .menu-mobile__info-body{padding:8px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.header .menu-mobile__info-row{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-column{display:flex;align-items:center;gap:8px}.header .menu-mobile__info-column span{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer{background:rgba(189,199,206,.2);padding:8px 16px;display:flex;flex-direction:column;gap:10px}.header .menu-mobile__info-footer-item{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-footer-title{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer-circle{color:#fff;padding:4px 12px;background:#007aff;border-radius:100px;font-weight:500;font-size:14px;line-height:20px}li,ul{list-style:none}a,li,ul{text-decoration:none}a{background-color:transparent}*{font-family:Open Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}.a-footer{background:rgba(189,199,206,.2980392156862745);font-size:14px;margin-top:20px}@media(max-width:1025px){.a-footer{background:#f6f6f7}.a-footer.paddinged{padding-bottom:60px}}.a-footer__top{display:flex;justify-content:space-between;max-width:900px;width:100%;margin:0 auto;padding:20px 24px}@media(max-width:1025px){.a-footer__top{flex-direction:column;padding:16px 16px}}.a-footer__top .adata-logo{display:none}@media(max-width:1025px){.a-footer__top .adata-logo{display:flex}.a-footer__top .adata-logo svg{width:77px;height:24px}}.a-footer__top .nav{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.a-footer__top .nav{display:grid;grid-template-columns:.7fr 1fr;-moz-column-gap:15px;column-gap:15px;row-gap:15px}}.a-footer__top .nav__link{line-height:19px;color:#2c3e50}@media(max-width:1025px){.a-footer__top .nav__link{font-size:12px}}.a-footer__top .nav__link:hover{color:#9da3ac}.a-footer__top .nav__link:active{color:#c4c4c4}.a-footer__top .social{display:flex;align-items:center;margin-left:15px;order:1}@media(max-width:1025px){.a-footer__top .social{margin-left:0;order:0}}.a-footer__top .social a{display:flex;align-items:center;line-height:19px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#007aff}.a-footer__top .social a .social__icon{margin:2px 10px 2px 2px}@media(max-width:1025px){.a-footer__top .social a .social__icon{margin:0 8px 0 0}}@media(max-width:1025px){.a-footer__top .social a{margin-left:0}.a-footer__top .social a:not(:first-child){margin-left:8px}}.a-footer__top .social a:hover{text-decoration:underline}.a-footer__top .social a:active{color:#05b;-webkit-text-decoration-line:none;text-decoration-line:none}.a-footer__top .social svg{width:16px;height:16px;fill:#2c3e50}@media(max-width:1025px){.a-footer__top .social svg{width:20px;height:20px}}.a-footer__top .social svg.a-footer__top .social__icon{cursor:pointer}.a-footer__top .social svg:hover{fill:#9da3ac!important}.a-footer__top .social svg:active{fill:#c4c4c4!important}.a-footer__bottom{text-align:center;padding:11.5px 0 13px;border:1px solid #bdc7ce}@media(max-width:1025px){.a-footer__bottom{background:#efeff0;border:none;border-top:1px solid #bdc7ce}}.a-footer__bottom span{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.a-footer__bottom span{font-size:10px;line-height:16px}}.mobile-head-wrapper{display:flex;justify-content:space-between;align-items:center}.mail[data-v-8f5ba560]{padding:25px 0 50px}.mail__title[data-v-8f5ba560]{font-size:20px;line-height:27px;color:#2c3e50;font-weight:700;text-align:center;margin-bottom:16px}.mail__subtitle[data-v-8f5ba560]{font-size:14px;line-height:22px;text-align:center;color:#2c3e50}.mail__link[data-v-8f5ba560]{color:#007aff;text-decoration:underline}.mail__img-wrapper[data-v-8f5ba560]{padding:24px;display:flex;justify-content:center}.mail__img[data-v-8f5ba560]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.mail__text[data-v-8f5ba560]{font-size:14px;line-height:22px;text-align:center;color:#2c3e50}.a-table[data-v-192e63d9]{display:flex;flex-direction:column;background:#fff}@media screen and (max-width:850px){.a-table[data-v-192e63d9]{border:0}}.a-table thead[data-v-192e63d9]{background:rgba(189,199,206,.3)}@media screen and (max-width:850px){.a-table thead[data-v-192e63d9]{display:none}}.a-table thead tr[data-v-192e63d9]{display:flex}.a-table thead tr th[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;font-size:12px;font-weight:400;word-break:break-word}@media screen and (max-width:850px){.a-table thead tr th[data-v-192e63d9]{justify-content:flex-start}}.a-table tbody tr[data-v-192e63d9]{display:flex;border-bottom:1px solid #ccc}@media screen and (max-width:850px){.a-table tbody tr[data-v-192e63d9]{flex-direction:column;margin:10px;padding:10px 0;border:0;background:rgba(189,199,206,.3)}}.a-table tbody tr td[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;word-break:break-word;font-size:12px;font-weight:400;text-align:left}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]{flex-direction:column;row-gap:4px;justify-content:flex-start;padding:8px 16px}}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]:before{content:attr(data-label);display:flex;align-items:left;font-weight:700}}
|
|
1
|
+
.a-checkbox[data-v-88de6b42]{padding:8px 0;display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.a-checkbox__input[data-v-88de6b42]{opacity:0;cursor:pointer;height:0;width:0}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]{position:relative;background:#007aff;border:1px solid transparent}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]:after{display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1 6.556L5.308 11 15 1' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.a-checkbox__label[data-v-88de6b42]{font-size:14px;line-height:22px;color:var(--newGray)}.checkmark[data-v-88de6b42]{border:1px solid #9da3ac;border-radius:2px;width:16px;height:16px;cursor:pointer;margin-right:8px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#fff}.checkmark[data-v-88de6b42]:after{content:"";position:absolute;left:-1px;top:-1px;width:16px;height:16px}.checkboxes__selects[data-v-8fcf0dd2]{position:absolute;background:#fff;width:calc(100% - 8px);padding:8px 16px;max-height:360px;overflow-y:auto;left:0;z-index:1000;border-radius:2px;border:1px solid hsla(0,0%,76.9%,.5019607843137255)}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar{width:4px}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-thumb{background:#c4c4c4}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-track{background:#fff}.checkboxes__selects .checkboxes__selects__item[data-v-8fcf0dd2]{padding:4px 0;line-height:16px;font-size:14px;font-weight:400;color:#333;cursor:pointer;display:flex;align-items:center}.checkboxes__selects .checkboxes__selects__item input[data-v-8fcf0dd2]{margin-right:4px}.btn{cursor:pointer;border:none;border-radius:2px;font-size:14px;font-weight:500;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;-ms-box-sizing:border-box!important}@media screen and (max-width:560px){.btn{width:100%;text-align:center}}.btn svg{margin-right:8px}.btn:disabled{cursor:not-allowed}.btn.size_extra_sm{height:24px;padding:2px 16px;line-height:20px}.btn.size_sm{height:32px;padding:6px 20px;line-height:20px}.btn.size_md{height:40px;padding:8px 30px;line-height:24px}.btn.size_fit{padding:8px 0;width:100%}.btn_grey{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.btn_grey:active,.btn_grey:hover{background:#eef0f5}.btn-white{background:#fff;color:#007aff}.btn-white:hover{background:#eef0f5}.btn-white:active{background:#d6d6d7}.btn_yellow{background:linear-gradient(236.46deg,#ffe364 -2.39%,#fbc920 79.1%);color:#333}.btn_yellow:active,.btn_yellow:hover{background:#fbc920}.btn_red{border:1px solid #ff2e43;color:#ff2e43;background-color:transparent}.btn_red:active,.btn_red:hover{background:#ff2e43;color:#fff}.btn_green{background:#00b92d;color:#fff}.btn_green:active,.btn_green:hover{background:#008621}.btn_blue_outlined{border:1px solid #007aff;color:#007aff;background-color:transparent}.btn_blue_outlined:hover{background:#007aff;color:#fff}.btn_blue_outlined:active{background:#05b;color:#fff}.btn_blue{background:#1e88e5;color:#fff}.btn_blue:hover{background:#007aff;color:#fff}.btn_blue:active{background:#05b;color:#fff}:focus{outline:none}.adt-text-block{position:relative;width:100%}.adt-text-block.magnifier .adt-text-block__input{padding:19px 40px 5px 40px}.adt-text-block.magnifier .adt-text-block__label{left:40px}.adt-text-block.magnifier-mobile .adt-text-block__magnifier{display:block}.adt-text-block.magnifier-mobile .adt-text-block__input{padding:19px 8px 5px 11px;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block.magnifier-mobile .adt-text-block__label{left:12px}.adt-text-block__input-mob-search{border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block__error{text-align:left;font-size:10px;line-height:14px;color:#ff2e43;margin-top:8px;display:flex;align-items:center}.adt-text-block__error svg{margin-right:9px}.adt-text-block__field{position:relative;overflow:hidden}@media(max-width:1025px){.adt-text-block__field{width:100%;display:flex}}.adt-text-block__input,.adt-text-block__textarea{background:#fff;border:.5px solid #c4c4c4;box-sizing:border-box;border-radius:2px;width:100%;height:40px;font-size:14px;color:#1a2030;padding:19px 40px 5px 16px;transition:all .3s}@media(max-width:1025px){.adt-text-block__input,.adt-text-block__textarea{padding:19px 36px 7px 12px;height:40px;font-size:12px}}.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea:not(:focus):valid~.adt-text-block__label{top:12px;font-size:10px;color:#71757a;text-overflow:inherit;width:100%}@media(max-width:1025px){.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea:not(:focus):valid~.adt-text-block__label{font-size:8px}}.adt-text-block__input:focus,.adt-text-block__input:hover,.adt-text-block__textarea:focus,.adt-text-block__textarea:hover{border:.5px solid #2c3e50}.adt-text-block__input::-moz-placeholder,.adt-text-block__textarea::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder,.adt-text-block__textarea:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder,.adt-text-block__textarea::placeholder{font-size:12px}.adt-text-block__input.error,.adt-text-block__textarea.error{border:1px solid #ff2e43;background:rgba(255,46,67,.12156862745098039)}.adt-text-block__label{position:absolute;pointer-events:none;left:16px;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden;line-height:40px;transition:.3s;color:#71757a;font-size:14px}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__textarea{min-height:120px;resize:none}.adt-text-block__textarea+label{top:20px}.adt-text-block--ellipsis{width:calc(100% - 56px);text-overflow:ellipsis;overflow:hidden}.adt-text-block__icon{position:absolute;right:16px;height:100%;top:0;display:flex;align-items:center}.adt-text-block__icon:hover{cursor:pointer}.adt-text-block__required{color:#ff2e43}.adt-text-block__options{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;z-index:1000;border-radius:2px;padding:8px 0}@media(max-width:1025px){.adt-text-block__options{overflow:auto}}.adt-text-block__options #searchVariant{background:#eef0f5}.adt-text-block .search-options__item{padding:5px 16px;line-height:16px;font-size:14px;color:#71757a;transition:all .3s;cursor:pointer}@media(max-width:1025px){.adt-text-block .search-options__item{font-size:12px}}.adt-text-block .search-options__item:hover{background:#eef0f5}.note{font-weight:400;font-style:italic;font-size:12px;line-height:20px;display:flex;align-items:center;color:#007aff;padding:8px 16px;background:rgba(0,122,255,.09803921568627451);border-radius:2px}.note--error{background:rgba(220,88,88,.2);color:#e60000}@media(max-width:1025px){.note{width:100%;font-weight:400;font-size:12px;line-height:16px;margin:0 0 16px}}.note-svg{margin-right:8px;display:flex;align-items:center}.fastAnimation{transition:all .01s}.slideToggleAnimation{transition:all .3s}.compareNotification{transition:all 3s}svg{transition:all .3s linear}svg.rotated{transform:rotate(180deg)}.gray-text{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;padding:10px 16px;cursor:pointer}.profile{position:relative}.profile__inner{padding:0;display:flex;align-items:center}.profile__item{font-size:14px;font-weight:600;margin:0;padding:8px 0;white-space:nowrap;cursor:pointer}.profile__item-link{display:flex;align-items:center;font-size:14px}@media(max-width:1025px){.profile__item-link:first-child{display:none}}.profile__item-link:nth-child(2){display:none}@media(max-width:1025px){.profile__item-link:nth-child(2){display:flex}}.profile__item span{white-space:nowrap;margin:0 7px}.profile__item .arrow-svg{transition:all .3s;vertical-align:middle;width:16px;height:16px;transform:rotate(0deg)}.profile__item .arrow-svg.rotate{transform:rotate(180deg)}.profile .profile-menu{width:368px;height:100%;position:absolute;right:0;top:100%;background-color:#fff;box-shadow:0 3px 6px rgba(149,156,177,.25098039215686274);border-radius:2px;z-index:10000}@media(max-width:1025px){.profile .profile-menu{display:none}}.profile .profile-menu__items{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;cursor:pointer}.profile .profile-menu__items div:not(:last-child)>.gray-text,.profile .profile-menu__items div:not(:last-child)>a>.gray-text{border-bottom:.5px solid #bdc7ce}.profile .profile-menu__items div:not(:last-child)>.gray-text+div{padding:10px 16px}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links){padding:0}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a,.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a:visited{color:#2c3e50}.profile .profile-menu__item__child{padding:0 16px 0 32px;height:40px;display:flex;border-top:.5px solid #bdc7ce;align-items:center}.profile .profile-menu__item__child:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__child span{display:flex;align-items:center}.profile .profile-menu__item__child span svg{margin-right:5px}.profile .profile-menu__item__child span svg path{fill:rgba(44,62,80,.047058823529411764)!important}.profile .profile-menu__item__children{padding:0 16px;display:flex;justify-content:space-between;align-items:center;height:40px}.profile .profile-menu__item__children:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__balance-link{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px}.profile .profile-menu__balance-link:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__balance-link:not(:last-child){border-bottom:1px solid #eef0f5}.profile .profile-menu__balance{font-size:14px;color:#007aff;white-space:nowrap}.profile .profile-menu__links{display:flex;align-items:center;align-content:center;height:40px;padding:0 16px}.profile .profile-menu__links:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__links:not(:last-child){border-bottom:1px solid #eef0f5}.exit{background:#69797d;height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:14px;line-height:16px;color:#fff}.exit:hover{background:#9da3ac;color:#fff}.exit:hover svg{stroke:#fff;background:#9da3ac}.exit svg{margin-right:8px;background:#69797d;fill:none!important;stroke:#fff;transition:all 0s}.exit:active{background:#05b;color:#fff}.exit:active svg{stroke:#fff;background:#05b}.sign{height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sign:hover svg{stroke:#71757a!important}.sign:hover span{color:#71757a}.sign:active svg{stroke:#9da3ac!important}.sign:active span{color:#9da3ac}.sign svg{margin-right:8px;fill:none!important;stroke:#2c3e50!important}@media(max-width:1025px){.sign svg{stroke:none!important;margin-right:24px}}.sign span{font-weight:600;font-size:14px;line-height:16px;color:#2c3e50;margin:0 0}.requests__link{font-size:12px;line-height:16px;font-weight:400;padding:12px;color:var(--newColor);white-space:nowrap;margin:0 6px 0 0}@media(max-width:1025px){.requests__link{display:none}}.requests__link svg{vertical-align:middle;width:20px;height:20px;margin-right:4px;margin-bottom:2px}.requests__link span{color:#2c3e50;font-weight:600}.user{display:none}@media(max-width:1025px){.user{width:24px;height:24px;margin-right:24px;display:flex}}.exit-mobile{display:none}@media(max-width:1025px){.exit-mobile{display:block;width:24px;height:24px;margin-right:12px}}.mobile-table{display:none}@media(max-width:1025px){.mobile-table{display:block}}.mobile-table-head{padding:0 16px;background:#f4f4f4;display:flex;align-items:center;justify-content:space-between;width:100%;height:40px}.mobile-table-head p{font-weight:600;font-size:17px;line-height:19px;color:#2c3e50}.mobile-table-head svg{width:18px;height:18px}.mobile-table-head-chosen{position:relative}.mobile-table-head-chosen>div{position:absolute}.mobile-table-head-chosen p{text-align:center;width:100%}.profile-menu-mobile{height:100%}.profile-menu-mobile .bb>a,.profile-menu-mobile .bb>a:visited{color:#000}.profile-menu-mobile__inner{display:flex;flex-direction:column;height:72%}.profile-menu-mobile__item,.profile-menu-mobile__links{align-items:center}.profile-menu-mobile__balance-link,.profile-menu-mobile__item,.profile-menu-mobile__links{padding:0 16px;height:52px;border:1px solid #9da3ac;border-bottom:none;font-size:14px;display:flex}.profile-menu-mobile__balance-link{justify-content:space-between}.profile-menu-mobile__balance{color:#1e88e5;font-size:16px;white-space:nowrap;display:flex;align-items:center}.profile-menu-mobile__balance-items{display:flex;flex-direction:column;justify-content:center}.profile-menu-mobile__balance-items__upper-text{font-weight:400;font-size:10px;line-height:14px;color:#69797d;margin-bottom:4px}.profile-menu-mobile__balance-items__bot-text{font-weight:600;font-size:12px;line-height:16px;color:#2c3e50}.exit-mob{background:#ffcd33;border-radius:2px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:400;font-size:16px;line-height:16px;color:#2c3e50;margin:16px 16px 0}.exit-mob svg{margin-right:8px;fill:none!important}.bb:last-child{border-bottom:1px solid #9da3ac}.button-inner{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:1025px){.sign_text{display:none}}.info[data-v-1640a06a]{position:relative}@media(min-width:1025px){.info[data-v-1640a06a]{height:30px}}.info-notification[data-v-1640a06a]{position:absolute;width:100%;z-index:1;top:0;color:#fff;background:#007aff;padding:7px 0;font-size:14px}@media(max-width:1025px){.info-notification[data-v-1640a06a]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-1640a06a]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-1640a06a]{flex-shrink:0}.info-notification__close[data-v-1640a06a]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-1640a06a]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5)}@media(max-width:1025px){.info-header[data-v-1640a06a]{display:none}}.info-header__title[data-v-1640a06a]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-1640a06a]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-1640a06a]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-1640a06a]{display:flex;align-items:center;gap:20px}.info-header__item-elem[data-v-1640a06a]{display:flex;align-items:center;gap:8px}.info-header__inner-item[data-v-1640a06a]{display:flex;align-items:center;font-size:12px}.info-header .last-header-item .info-header__inner-item[data-v-1640a06a]:nth-child(2){margin-left:5px}.info .divider[data-v-1640a06a]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-1640a06a],.fade-leave-active[data-v-1640a06a]{transition:.5s ease}.fade-enter[data-v-1640a06a],.fade-leave-to[data-v-1640a06a]{opacity:0;top:-30px}.sticky{position:sticky;z-index:1000;top:0}.header{background:#fff;max-height:62px;height:62px;display:flex;align-items:center}@media(max-width:1025px){.header{border-bottom:1px solid rgba(44,62,80,.14901960784313725);height:40px}}.header.bordered{border-bottom:1px solid rgba(44,62,80,.14901960784313725)}.header>.container{width:100%;justify-content:space-between}.header>.container,.header__left,.header__left .menu,.header__right{display:flex;align-items:center}@media(max-width:1025px){.header__left .menu{display:none}}.header__left .menu__items{margin-right:8px;align-items:center;padding:20px 8px 20px 0;transition:text-shadow .3s;display:block;font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#71757a;position:relative}.header__left .menu__items:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#e5e5e5}.header__left .menu__items.active{font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#2c3e50}.header__left .menu__items:hover{color:#9da3ac;cursor:pointer}.header__left .logo{display:block;margin-right:20px}.header__left .logo svg{width:90px;height:26px;display:block;fill:#2c3e50}@media(max-width:1025px){.header__left .logo svg{width:77px;height:24px}}.header__left .logo svg:hover{fill:#71757a}.header .menu_mobile,.header .menu_mobile--switcher{display:none}@media(max-width:1025px){.header .menu_mobile{display:block}.header .menu_mobile .mobile-table-head{padding:11px 16px;display:flex;justify-content:flex-end;background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile-wrapper{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:14px 16px;font-weight:600;font-size:16px;line-height:22px;color:#2c3e50;display:block}.header .menu_mobile-wrapper:last-child{border-bottom:1px solid rgba(157,163,172,.2980392156862745)}.header .menu_mobile-wrapper.active-burger-tab{background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile--switcher{display:flex;align-items:center;justify-content:center}}.header .menu-mobile__info{margin:20px 0}.header .menu-mobile__info-header{background:rgba(189,199,206,.2);padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-header span{font-weight:500;font-size:12px;line-height:20px;color:#666c72}.header .menu-mobile__info-body{padding:8px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.header .menu-mobile__info-row{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-column{display:flex;align-items:center;gap:8px}.header .menu-mobile__info-column span{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer{background:rgba(189,199,206,.2);padding:8px 16px;display:flex;flex-direction:column;gap:10px}.header .menu-mobile__info-footer-item{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-footer-title{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer-circle{color:#fff;padding:4px 12px;background:#007aff;border-radius:100px;font-weight:500;font-size:14px;line-height:20px}li,ul{list-style:none}a,li,ul{text-decoration:none}a{background-color:transparent}*{font-family:Open Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}.a-footer{background:rgba(189,199,206,.2980392156862745);font-size:14px;margin-top:20px}@media(max-width:1025px){.a-footer{background:#f6f6f7}.a-footer.paddinged{padding-bottom:60px}}.a-footer__top{display:flex;justify-content:space-between;max-width:900px;width:100%;margin:0 auto;padding:20px 24px}@media(max-width:1025px){.a-footer__top{flex-direction:column;padding:16px 16px}}.a-footer__top .adata-logo{display:none}@media(max-width:1025px){.a-footer__top .adata-logo{display:flex}.a-footer__top .adata-logo svg{width:77px;height:24px}}.a-footer__top .nav{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.a-footer__top .nav{display:grid;grid-template-columns:.7fr 1fr;-moz-column-gap:15px;column-gap:15px;row-gap:15px}}.a-footer__top .nav__link{line-height:19px;color:#2c3e50}@media(max-width:1025px){.a-footer__top .nav__link{font-size:12px}}.a-footer__top .nav__link:hover{color:#9da3ac}.a-footer__top .nav__link:active{color:#c4c4c4}.a-footer__top .social{display:flex;align-items:center;margin-left:15px;order:1}@media(max-width:1025px){.a-footer__top .social{margin-left:0;order:0}}.a-footer__top .social a{display:flex;align-items:center;line-height:19px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#007aff}.a-footer__top .social a .social__icon{margin:2px 10px 2px 2px}@media(max-width:1025px){.a-footer__top .social a .social__icon{margin:0 8px 0 0}}@media(max-width:1025px){.a-footer__top .social a{margin-left:0}.a-footer__top .social a:not(:first-child){margin-left:8px}}.a-footer__top .social a:hover{text-decoration:underline}.a-footer__top .social a:active{color:#05b;-webkit-text-decoration-line:none;text-decoration-line:none}.a-footer__top .social svg{width:16px;height:16px;fill:#2c3e50}@media(max-width:1025px){.a-footer__top .social svg{width:20px;height:20px}}.a-footer__top .social svg.a-footer__top .social__icon{cursor:pointer}.a-footer__top .social svg:hover{fill:#9da3ac!important}.a-footer__top .social svg:active{fill:#c4c4c4!important}.a-footer__bottom{text-align:center;padding:11.5px 0 13px;border:1px solid #bdc7ce}@media(max-width:1025px){.a-footer__bottom{background:#efeff0;border:none;border-top:1px solid #bdc7ce}}.a-footer__bottom span{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.a-footer__bottom span{font-size:10px;line-height:16px}}.mobile-head-wrapper{display:flex;justify-content:space-between;align-items:center}.mail[data-v-5adee5e0]{padding:50px 0}@media(max-width:560px){.mail[data-v-5adee5e0]{padding:32px 0}}.mail__title[data-v-5adee5e0]{font-size:24px;line-height:33px;color:#2c3e50;font-weight:700;text-align:center;margin-bottom:16px}@media(max-width:560px){.mail__title[data-v-5adee5e0]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-5adee5e0]{padding:24px;display:flex;justify-content:center}.mail__img[data-v-5adee5e0]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.mail__text[data-v-5adee5e0]{font-size:16px;line-height:22px;text-align:center;color:#2c3e50;margin-bottom:16px}.mail__form[data-v-5adee5e0]{max-width:370px;margin:0 auto}.mail__form-input[data-v-5adee5e0]{margin-bottom:16px}.mail__form-btn[data-v-5adee5e0]{margin:0 auto;display:block}.a-table[data-v-192e63d9]{display:flex;flex-direction:column;background:#fff}@media screen and (max-width:850px){.a-table[data-v-192e63d9]{border:0}}.a-table thead[data-v-192e63d9]{background:rgba(189,199,206,.3)}@media screen and (max-width:850px){.a-table thead[data-v-192e63d9]{display:none}}.a-table thead tr[data-v-192e63d9]{display:flex}.a-table thead tr th[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;font-size:12px;font-weight:400;word-break:break-word}@media screen and (max-width:850px){.a-table thead tr th[data-v-192e63d9]{justify-content:flex-start}}.a-table tbody tr[data-v-192e63d9]{display:flex;border-bottom:1px solid #ccc}@media screen and (max-width:850px){.a-table tbody tr[data-v-192e63d9]{flex-direction:column;margin:10px;padding:10px 0;border:0;background:rgba(189,199,206,.3)}}.a-table tbody tr td[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;word-break:break-word;font-size:12px;font-weight:400;text-align:left}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]{flex-direction:column;row-gap:4px;justify-content:flex-start;padding:8px 16px}}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]:before{content:attr(data-label);display:flex;align-items:left;font-weight:700}}
|