.button{align-items:center;border:none;border-radius:5px;color:var(--d-blue);cursor:pointer;display:flex;font-size:14px;font-weight:500;height:37px;justify-content:center;outline:none;padding:10px;transition:all .3s;width:100%}.button__icon--right{margin-left:6px}.button__icon--left{margin-right:6px}.button__icon svg{height:16px;margin-top:4px;width:16px}.button--outlined{background-color:var(--white);border:1px solid var(--border-default)}.button--outlined:hover{background-color:var(--green);border:1px solid var(--green);color:var(--white-text)!important}.button--outlined:hover svg path{fill:var(--white-text);transition:all .3s}.button--outlined svg path{fill:var(--grey);transition:all .3s}.button--filled{background-color:var(--green);color:var(--white-text)}.button--filled:hover{background-color:var(--green-hover)}.button--filled svg path{fill:var(--white-text);transition:all .3s}.button--red{background-color:var(--red)}.button--red:hover{background-color:var(--red-hover)}.button--green{border:1px solid var(--green)!important;color:var(--green)!important}.button--green svg path{fill:var(--green)!important;transition:all .3s}.button--green:hover svg path{fill:var(--white)!important}.button--default{background-color:var(--button-default-bg)!important;color:var(--button-default-text)!important}.button--default svg path{fill:var(--default-icon)!important;transition:all .3s}.custom-input{background-color:var(--grey-light)!important;border:none;border-radius:10px;color:var(--d-blue);font-size:14px;font-weight:700;height:50px;padding:10px 20px}@media(max-width:1024px){.custom-input{padding:10px}}.custom-input:hover{background-color:var(--grey-light)!important}.custom-input__wrapper{position:relative;width:100%}.custom-input input::placeholder{color:var(--d-blue)!important}.custom-input input:-webkit-autofill{-webkit-text-fill-color:var(--d-blue)!important;background-color:var(--grey-light)!important;color:var(--d-blue)!important}.custom-input__label{color:var(--d-blue);display:inline-block;font-size:14px;font-weight:500;margin-bottom:14px}.custom-input__label--error{color:var(--red)}.custom-input__error{color:var(--red);font-size:11px;left:0;position:absolute;z-index:1}.custom-input--error{background-color:var(--red-error)!important}.custom-input--error,.custom-input--error::placeholder{color:var(--red)!important}.custom-input--error:hover{background-color:var(--red-error)!important}.custom-input--disabled{cursor:default!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:var(--d-blue)!important;border-color:var(--grey-light)!important;-webkit-box-shadow:0 0 0 30px var(--grey-light) inset!important}.custom-link{color:var(--d-blue);font-size:15px;font-weight:500;line-height:18.15px;white-space:nowrap}.custom-link,.custom-link:active{text-decoration:none;transition:all .2s}.custom-link:active{color:var(--green)}.custom-checkbox{align-items:center;display:flex;gap:10px}.custom-checkbox__label{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;position:relative;width:24px}.custom-checkbox__input{-webkit-appearance:none;appearance:none;border:1px solid var(--green);border-radius:50%;display:inline-block;height:24px;margin:0;outline:none;position:relative;width:24px}.custom-checkbox__input--selected{background-color:var(--green)}.custom-checkbox__icon{position:absolute}.custom-checkbox__icon svg path{fill:var(--white)}.pagination{align-items:center;display:flex;gap:8px;justify-content:flex-end}.pagination-btn,.pagination-btn-double-arrow,.pagination-btn-number{align-items:center;background-color:var(--white);border:1px solid var(--pagination-border);border-radius:3px;color:var(--d-blue);cursor:pointer;display:flex;padding:8px 16px;transition:all .2s ease}.pagination-btn-double-arrow:hover,.pagination-btn-number:hover,.pagination-btn:hover{background-color:var(--white)}.pagination-btn-double-arrow:disabled,.pagination-btn-number:disabled,.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-btn-double-arrow svg path,.pagination-btn-number svg path{fill:var(--d-blue)}@media(max-width:1024px){.pagination-btn-double-arrow,.pagination-btn-number{display:none}}.pagination-ellipsis{color:#aaa;padding:5px 10px}.pagination-dropdown{display:inline-block;position:relative}.pagination-btn-double-arrow.active,.pagination-btn-number.active,.pagination-btn.active{background-color:var(--green);border-color:var(--green);color:var(--white-text)}.dropdown-btn{background-color:var(--white);border:1px solid var(--pagination-border);border-radius:3px;cursor:pointer;padding:8px 16px;transition:all .2s ease}.dropdown-btn:hover{background-color:#f0f0f0}.dropdown-menu{animation:dropdownSlide .3s ease;background:var(--white);border:1px solid var(--pagination-border);border-radius:3px;box-shadow:0 2px 8px #0000001a;left:0;position:absolute;top:100%;width:100%;z-index:1000}.dropdown-item{color:var(--d-blue);cursor:pointer;padding:8px 10px;transition:background-color .2s ease}.dropdown-item .active{background-color:var(--green);color:var(--white-text)}.dropdown-item:hover{background-color:#f0f0f0}.dropdown-item.active{background-color:var(--green);color:var(--white-text)}.white-card{background-color:var(--white);border:1px solid var(--border-default);border-radius:10px;color:var(--d-blue);font-size:15px;font-weight:400;line-height:22.5px;padding:30px 40px;white-space:pre-line}@media(max-width:768px){.white-card{padding:30px 20px}}.section-card{padding-bottom:60px}.section-card h2{margin-bottom:40px}.form-message{align-items:center;border-radius:10px;display:flex;font-size:16px;font-weight:500;line-height:20px;margin-right:20px;padding:14px 20px}.form-message:last-child{margin-right:0}.form-message__image{margin-right:6px}.form-message--success{background-color:#e6f8f4;color:var(--green)}.form-message--error{background-color:#fcedee;color:#eb5757}.custom-table{border-collapse:initial;border-spacing:0 10px;font-size:14px;overflow-x:auto;position:absolute;table-layout:auto;white-space:nowrap;width:100%}.custom-table__wrapper{height:100%;margin-bottom:20px;max-height:1027px;overflow-y:auto;position:relative}.custom-table td,.custom-table th{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.custom-table th{color:var(--grey);font-size:12px;font-weight:600;padding:8px 10px}.custom-table th:first-child{padding-left:26px}.custom-table th:last-child{padding-right:20px}.custom-table thead th{padding-bottom:10px}.custom-table tbody tr{border-radius:10px;margin-bottom:10px;overflow:hidden;padding:10px}.custom-table tbody tr td{background:var(--bg-white);color:var(--d-blue);font-size:14px;font-weight:500;padding:13px 10px}.custom-table tbody tr td img{cursor:pointer}.custom-table tbody tr td:first-child{border-bottom-left-radius:10px;border-top-left-radius:10px;padding-left:26px}.custom-table tbody tr td:last-child{border-bottom-right-radius:10px;border-top-right-radius:10px;padding-right:20px}.custom-table .custom-checkbox__input{border-radius:5px}.custom-table__row--pending{background-color:var(--warning)!important}.custom-table__row--pending:nth-of-type(2){color:var(--orange)!important}.custom-table__row--rejected{background-color:var(--red-error)!important}.custom-table__row--rejected:nth-of-type(2){color:var(--red)!important}.custom-table__row--accepted{background-color:var(--green-bg)!important}.custom-table__row--accepted:nth-of-type(2){color:var(--green)!important}.custom-select{align-items:center;background-color:var(--grey-light);border-radius:10px;display:flex;font-size:12px;height:32px;padding:10px;transition:all .5s;width:100%}.custom-select,.custom-select__wrapper{position:relative}.custom-select--active{border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-select--error{background-color:var(--red-error)!important}.custom-select__error{bottom:-20px;color:var(--red);font-size:12px;left:0;position:absolute;z-index:1}.custom-select__chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:all .5s}.custom-select__chevron--expanded{transform:translateY(-50%) rotate(180deg)}.custom-select__label{color:var(--d-blue);font-size:10px;font-weight:500;margin-bottom:8px}.custom-select__label--error{color:var(--red)}.custom-select__menu{background-color:var(--white);border:1px solid var(--border-default);border-radius:0 0 10px 10px;max-height:300px;opacity:0;overflow:auto;padding:8px 14px;position:absolute;top:100%;width:100%;z-index:4}.custom-select__menu--active{animation:dropdownSlide .5s ease forwards;visibility:visible}.custom-select__menu--inactive{animation:dropdownSlideClose .5s ease forwards;display:none;visibility:hidden}.custom-select__menu__item{border-bottom:1px solid var(--border-default);font-size:12px;padding:6px 0}.custom-select__menu__item--selected{color:var(--green);font-weight:600}.custom-select__menu__item:first-child{padding-top:0}.custom-select__menu__item:last-child{border-bottom:initial;padding-bottom:0}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px);visibility:hidden}to{opacity:1;transform:translateY(0);visibility:visible}}@keyframes dropdownSlideClose{0%{opacity:1;transform:translateY(0);visibility:visible}to{opacity:0;transform:translateY(-10px);visibility:hidden}}.custom-upload{border:1px solid var(--border-default);border-radius:10px;height:40px;overflow:hidden;position:relative}.custom-upload__img{height:25px;position:absolute;right:50px;top:50%;transform:translateY(-50%);width:25px}.custom-upload .ant-upload{height:100%!important;width:100%}.custom-upload__wrapper{display:flex;flex-direction:column}.custom-upload__button{align-items:center;background:#0000;border:none;display:flex;height:100%;justify-content:space-between;padding:0 20px;width:100%}.custom-switch{display:flex;font-size:14px}.custom-switch--checked .ant-switch-handle:before{background-color:var(--green)!important}.custom-switch--unchecked .ant-switch-handle:before{background-color:var(--red)!important}.custom-switch .ant-switch{background:none!important;border:1px solid var(--border-default);margin-right:10px}.custom-datepicker__label{color:var(--d-blue);display:inline-block;font-size:14px;font-weight:500;margin-bottom:14px}.custom-datepicker .ant-picker{height:32px}.custom-datepicker .ant-picker-input input{font-size:12px!important}.expand__label{color:var(--green);font-size:14px;font-weight:500}.expand__label--active{margin-bottom:20px}.expand__content{margin-bottom:10px}.loader{animation:rotation 1s linear infinite;border:5px solid;border-color:#fff #fff #0000;border-radius:50%;box-sizing:border-box;display:inline-block;height:120px;width:120px}.loader__wrapper{align-items:center;background-color:rgba(0,0,0,.102);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.language-select{align-items:center;display:flex;transition:all .2s}.language-select__item{border:1px solid var(--border-default);cursor:pointer;font-size:16px!important;font-weight:400!important;padding:10px;transition:all .2s}.language-select__item:first-child{border-right:none}.language-select__item--selected{background-color:var(--green);color:var(--white-text)}.language-dropdown{margin-right:25px;position:relative;width:61px}.language-dropdown .button{width:61px!important}.language-dropdown .button__icon{margin-right:6px!important}.language-dropdown__menu{background:var(--white);border:1px solid var(--border-default);border-radius:3px;box-shadow:0 2px 8px #0000001a;left:0;opacity:0;pointer-events:none;position:absolute;top:100%;transform:translateY(-10px);transition:opacity .5s,transform .5s;visibility:hidden;width:100%}.language-dropdown__menu--active{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.modal{position:relative;z-index:10}.modal h3{display:block!important;text-align:center}.modal__backdrop{align-items:center;background-color:rgba(0,0,0,.102);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:5}.modal__confirm,.modal__delete{background-color:var(--white-text);display:flex;flex-direction:column;margin:10px;max-width:466px;padding:60px;width:100%}.modal__confirm .button--green,.modal__delete .button--green{color:var(--white-text)!important}.modal__confirm h3,.modal__delete h3{color:var(--d-blue-default);margin-bottom:20px}.modal__confirm span,.modal__delete span{color:var(--d-blue-default);font-size:14px;margin-bottom:30px;text-align:center}.modal__confirm__footer,.modal__delete__footer{align-items:center;display:flex;justify-content:center}.modal__confirm__footer .button,.modal__delete__footer .button{height:50px;margin-right:10px}.modal__confirm__footer .button:last-child,.modal__delete__footer .button:last-child{margin-left:10px;margin-right:0}.header{align-items:center;background-color:var(--white);border:1px solid var(--border-default);border-radius:10px;display:flex;justify-content:space-between;margin-bottom:40px;padding:20px;position:relative;transition:all .3s;z-index:5}.header--active{filter:drop-shadow(0 0 5px var(--green))}.header--info{align-items:center;display:flex}.header--info__admin{display:flex;margin-left:auto}.header--info__admin button{margin-right:24px!important}.header--info__admin button:last-child{margin-right:0!important}.header--info__item{align-items:center;color:var(--d-blue);display:flex;padding:15px 10px;text-decoration:none}@media(max-width:768px){.header--info__item{padding:10px}}.header--info__item__img{margin-right:5px}.header--left{align-items:center;color:var(--d-blue);display:flex;font-size:20px;font-weight:600;text-decoration:none}.header--left__image{height:35px;margin-right:10px;width:94px}.header--navigation{display:flex;flex-wrap:wrap;margin-left:5%}@media(max-width:1225px){.header--navigation{margin-left:0}}@media(max-width:1024px){.header--navigation{display:none}}.header--navigation__item{flex:1 1;padding:0 20px}@media(max-width:1225px){.header--navigation__item{padding:0 10px}}.header--navigation__item a{white-space:pre-line}.header--navigation__item:first-child{padding-left:0}.header--navigation__item:last-child{padding-right:0}.header--right{display:flex}@media(max-width:1024px){.header--right{display:none}}.header--right button{height:37px;margin-right:25px}.header--right button:first-of-type{width:36px}.header--right button:first-of-type .button__icon{margin-right:0}.header--right button:last-child{margin-right:0;width:157px}.header__mobile{display:none}@media(max-width:1024px){.header__mobile{display:block;height:25px;position:relative;width:35px}.header__mobile span{background-color:var(--d-blue);border-radius:2px;display:block;height:4px;position:absolute;transition:all .3s;width:35px}.header__mobile span:first-child{top:0;transform:rotate(0deg)}.header__mobile span:nth-child(2){top:50%;transform:translateY(-50%)}.header__mobile span:nth-child(3){bottom:0;transform:rotate(0deg)}.header__mobile--active span:first-child{top:50%;transform:rotate(45deg)}.header__mobile--active span:nth-child(2){opacity:0}.header__mobile--active span:nth-child(3){top:50%;transform:rotate(-45deg)}}.header__menu{background-color:var(--white);border:1px solid var(--border-default);border-radius:10px;display:flex;flex-direction:column;left:0;min-height:172px;opacity:0;padding:10px;pointer-events:none;position:absolute;top:calc(100% + 20px);transform:translateY(-10px);transition:opacity .5s,transform .5s;visibility:hidden;width:100%;z-index:5}.header__menu--active{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.header__menu .header--navigation__item{border-bottom:1px solid var(--border-default);padding:10px;text-align:center}.header__menu__row{border-bottom:1px solid var(--border-default);display:flex;padding:10px}.header__menu__row .language-dropdown{margin-right:10px}@media screen and (max-width:400px){.header__menu__row{flex-direction:column}}.header__menu__row__items{display:flex}@media screen and (max-width:400px){.header__menu__row__items{margin-bottom:10px}.header__menu__row__items button{margin-right:10px;width:50%!important}.header__menu__row__items button:last-child{margin-right:0!important}.header__menu__row__items .language-dropdown{margin-right:0;width:50%!important}.header__menu__row__items .language-dropdown button{width:100%!important}}.header__menu__row button{margin-right:10px}@media(max-width:768px){.header__menu__row button:first-child{width:36px}}.header__menu__row button:last-child{margin-right:0}.exchange{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));padding-bottom:90px}@media(max-width:1024px){.exchange{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media screen and (max-width:450px){.exchange{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.exchange__section{background-color:var(--white);border-radius:10px;display:flex;flex-direction:column;padding:20px;width:100%}.exchange__section:last-child{margin-right:0}.exchange__section__title{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.exchange__section__filters .ant-btn-variant-filled{background:var(--button-default-bg);color:var(--button-default-text)}@media(max-width:1024px){.exchange__section__filters .ant-btn-variant-filled{margin:5px 10px 5px 0}}.exchange__section__button{margin-right:10px}.exchange__section__button:last-child{margin-right:0}.exchange__section__button--active{background-color:var(--green)!important;color:var(--white)!important}.exchange__section__search{margin-bottom:15px}.exchange__section__list{grid-gap:0 40px;display:grid;gap:0 40px;grid-template-columns:1fr 1fr;max-height:260px;overflow-y:auto;width:100%}@media(max-width:768px){.exchange__section__list{gap:20px;grid-template-columns:1fr}}.exchange__section__item{align-items:center;border-bottom:1px solid var(--bg-white);color:var(--d-blue);cursor:pointer;display:flex;font-size:16px;font-weight:600;line-height:19.36px;max-height:59px;padding:18px 0 18px 18px;transition:all .3s}.exchange__section__item:hover{background-color:var(--exchanges-item-bg);transition:all .3s}.exchange__section__item--selected{background-color:var(--exchanges-item-bg)!important;border-radius:8px;color:var(--green)!important}.exchange__section__item--selected span{color:var(--green)!important;font-weight:400}.exchange__section__item span{color:var(--grey);font-weight:400}.exchange__section__item__image{margin-right:10px}.exchange__section__item__image img{height:30px;width:30px}.exchange-point{display:flex;padding-bottom:90px}@media(max-width:1024px){.exchange-point{align-items:center;flex-direction:column}}.exchange-point__image{margin-right:90px;max-width:300px;width:100%}@media(max-width:1024px){.exchange-point__image{margin-right:0}}.exchange-point .section-card{padding-bottom:0}.benefits .white-card{width:100%}.benefits .white-card:last-child{margin-right:0}.benefits .section-card__content{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.benefits__item__title{align-items:center;display:flex;margin-bottom:15px}.benefits__item__image{margin-right:15px}.reserves__content{background-color:var(--white);border:1px solid var(--border-default);border-radius:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));overflow:hidden}.reserves__item{background-color:var(--white);border:1px solid var(--border-default);border-left:0;border-top:0;padding:20px 30px}.reserves__item__image{margin-right:10px}.reserves__item__image img{height:18px;width:18px}.reserves__item__title{color:var(--d-blue);display:flex;font-size:14px;font-weight:600;line-height:16.94px;margin-bottom:10px}.reserves__item__title span{color:var(--grey);font-weight:400}.reserves__item__value{color:var(--green);font-size:12px;font-weight:600;line-height:14.52px}.popular-exchange{padding-bottom:60px}.popular-exchange__title{margin-bottom:25px}.popular-exchange__content{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@media(max-width:1024px){.popular-exchange__content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.popular-exchange__item{align-items:center;background-color:var(--bg-white);border-radius:10px;display:flex;padding:14px 20px}.popular-exchange__item__image{height:30px;margin-right:10px;width:30px}.popular-exchange__item__title{color:var(--d-blue);font-size:14px;font-weight:600;line-height:16.94px}.popular-exchange__item__currency{color:var(--grey);font-weight:400}.popular-exchange__item__arrow{margin:0 10px}.faq{align-items:flex-start;display:flex}@media(max-width:1024px){.faq{align-items:center;flex-direction:column-reverse}}.faq .section-card{margin-right:25px;padding-bottom:0;width:100%}@media(max-width:1024px){.faq .section-card{margin-right:0}}.faq__collapse{margin-bottom:10px;max-width:886px;width:100%}@media(max-width:1024px){.faq__collapse{max-width:none}}.faq__collapse:last-child{margin-bottom:0!important}.faq__image{margin-left:auto;margin-top:36px;max-width:500px;width:35%}@media(max-width:1024px){.faq__image{margin:0;max-width:300px;width:100%}}.faq .ant-collapse{border:1px solid var(--border-default)!important}.faq .ant-collapse-content{background-color:var(--white);border-top:initial!important}.faq .ant-collapse-content-box{color:var(--d-blue);font-size:15px;font-weight:400;line-height:22.5px;padding-top:0!important}.faq .ant-collapse-item{background-color:var(--white);border-radius:10px!important}.faq .ant-collapse-header{align-items:center!important;display:flex;flex-direction:row-reverse;height:70px;padding:24px 16px 24px 24px!important;transition:all .5s}.faq .ant-collapse-header-text{color:var(--d-blue)!important;font-size:18px;font-weight:500;line-height:21.78px;transition:all .5s}.faq .ant-collapse-expand-icon{align-items:center;background-color:var(--bg-white);border-radius:5px;display:flex;height:36px!important;justify-content:center;padding-inline-end:0!important;transform:rotate(-90deg);transition:all .5s;width:36px!important}.faq .ant-collapse-expand-icon svg{font-size:18px!important;transition:all .5s}.faq .ant-collapse-expand-icon svg path{fill:var(--grey)}.faq .ant-collapse-expand-icon:hover{background:var(--green);transition:all .5s}.faq .ant-collapse-expand-icon:hover svg path{fill:var(--white);transition:all .5s}.faq .ant-collapse-item-active .ant-collapse-expand-icon{transform:rotate(0)!important}.faq .active-collapse .ant-collapse-header-text{color:var(--green)!important;transition:all .5s}.faq .active-collapse .ant-collapse-expand-icon{background-color:var(--green);transition:all .5s}.faq .active-collapse .ant-collapse-expand-icon svg path{fill:var(--white);transition:all .5s}.exchange-we-gold{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));padding-bottom:90px}@media(max-width:1024px){.exchange-we-gold{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media screen and (max-width:450px){.exchange-we-gold{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.exchange-we-gold__wrapper .create-exchange__instructions{margin-top:0}.exchange-we-gold__section{background-color:var(--white);border-radius:10px;display:flex;flex-direction:column;padding:30px;width:100%}.exchange-we-gold__section:last-child{margin-right:0}.exchange-we-gold__section__title{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.exchange-we-gold__section__filters .ant-btn-variant-filled{background:var(--button-default-bg);color:var(--button-default-text)}@media(max-width:1024px){.exchange-we-gold__section__filters .ant-btn-variant-filled{margin:5px 10px 5px 0}}.exchange-we-gold__section__button{margin-right:10px}.exchange-we-gold__section__button:last-child{margin-right:0}.exchange-we-gold__section__button--active{background-color:var(--green)!important;color:var(--white)!important}.exchange-we-gold__section__search{margin-bottom:15px}.exchange-we-gold__section__list{grid-gap:0 40px;display:grid;gap:0 40px;grid-template-columns:1fr 1fr;overflow-y:auto;width:100%}@media(max-width:1024px){.exchange-we-gold__section__list{gap:20px!important;grid-template-columns:1fr}}.exchange-we-gold__section__list .custom-input__wrapper{margin-bottom:20px;margin-top:20px}.exchange-we-gold__section__list__left,.exchange-we-gold__section__list__right{display:flex;flex:1 1;flex-direction:column}.exchange-we-gold__section__list__left ol,.exchange-we-gold__section__list__right ol{color:var(--d-blue);font-size:16px;list-style-position:inside;margin-bottom:20px;margin-top:0;padding-left:0}.exchange-we-gold__section__list__left ol li,.exchange-we-gold__section__list__right ol li{margin-bottom:10px;white-space:pre-line}.exchange-we-gold__section__list__left ol li::marker,.exchange-we-gold__section__list__right ol li::marker{color:var(--green);font-weight:600}.exchange-we-gold__section__list__left button{font-size:20px;font-weight:700;height:50px;margin-top:auto}.exchange-we-gold__section__list__right__links a{align-items:center;color:var(--d-blue);display:flex;font-weight:600;margin-bottom:15px;text-decoration:none}.exchange-we-gold__section__list__right__links a:last-child{margin-bottom:0}.exchange-we-gold__section__list__right__links img{height:16px;margin-right:8px;width:16px}.exchange-we-gold__section__item{align-items:center;border-bottom:1px solid var(--bg-white);color:var(--d-blue);cursor:pointer;display:flex;font-size:16px;font-weight:600;line-height:19.36px;max-height:59px;padding:18px 0 18px 18px;transition:all .3s}.exchange-we-gold__section__item:hover{background-color:var(--exchanges-item-bg);transition:all .3s}.exchange-we-gold__section__item--selected{background-color:var(--exchanges-item-bg)!important;border-radius:8px;color:var(--green)!important}.exchange-we-gold__section__item--selected span{color:var(--green)!important;font-weight:400}.exchange-we-gold__section__item span{color:var(--grey);font-weight:400}.exchange-we-gold__section__item__image{margin-right:10px}.exchange-we-gold__section__item__image img{height:30px;width:30px}.footer{align-items:flex-start;background-color:var(--white);border:1px solid var(--border-default);border-bottom:initial;border-radius:10px 10px 0 0;color:var(--grey);display:flex;justify-content:space-between;margin-top:80px;padding:40px 30px 60px}@media(max-width:1235px){.footer{flex-wrap:wrap}}.footer__center,.footer__left{margin-right:25px}.footer__copyright{font-size:12px;font-weight:400;line-height:18px;max-width:139px;padding-top:35px;white-space:pre-line;width:100%}.footer__center{max-width:756px;width:100%}@media(max-width:1079px){.footer__center{margin:30px 0;max-width:none!important}}.footer__navigation{display:flex;padding-top:10px}@media(max-width:768px){.footer__navigation{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.footer__navigation a{color:var(--green);font-size:16px;font-weight:700;line-height:19.36px;margin:0 auto}@media(max-width:768px){.footer__navigation a{margin:0}}.footer__navigation a:first-child{margin-left:0}.footer__navigation a:last-child{margin-right:0}.footer__workdays{display:flex;justify-content:space-between}@media(max-width:768px){.footer__workdays{flex-direction:column}}.footer__workdays__left{align-items:center;color:var(--d-blue);display:flex;font-size:14px;line-height:16.94px}@media(max-width:768px){.footer__workdays__left{margin-bottom:20px}}.footer__workdays__left span{font-weight:500}.footer__workdays__left img{margin-right:5px}.footer__workdays__right{display:flex;font-size:14px;line-height:16.94px}.footer__workdays__right a{align-items:center;color:var(--d-blue);display:flex;margin-right:25px;text-decoration:none}.footer__workdays__right a:last-child{margin-right:0}.footer__workdays__right img{margin-right:5px}.footer__divider{background-color:var(--border-default);height:1px;margin:20px 0;width:100%}.footer__description{color:var(--grey);font-size:14px;font-weight:400;line-height:21px;max-width:436px;padding-top:10px;white-space:pre-line}@media(max-width:1024px){.footer__description{max-width:none}}.news .section-card{padding-bottom:0}.news__item{background-color:var(--white);border-radius:10px;display:flex;margin-bottom:10px;padding:10px}@media(max-width:1024px){.news__item{flex-direction:column}}.news__item__image{border-radius:10px;margin-right:10px;max-width:380px;overflow:hidden;width:100%}@media(max-width:1024px){.news__item__image{height:250px;max-width:100%}}.news__item__image img{border-radius:10px;height:211px;object-fit:cover;width:100%}@media(max-width:1024px){.news__item__image img{height:100%}}.news__item__content{display:flex;flex-direction:column;padding:20px;position:relative;width:100%}@media(max-width:768px){.news__item__content{padding:20px 0 0}}.news__item__date{color:var(--grey);font-size:15px;line-height:22.5px;margin-bottom:10px}.news__item__title{margin-bottom:20px}.news__item__description{color:var(--d-blue);font-size:15px;height:20px;line-height:22.5px;margin-bottom:24px;position:relative;width:100%}.news__item__description span{overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}.news__item__button{max-width:134px}.news__item__button .button{border-radius:10px;color:var(--grey)}.news__item__button .button:hover .news__item__title{color:red!important}.view-news{flex-direction:column}.view-news,.view-news__header{display:flex;transition:all .3s}.view-news__header{margin-bottom:40px}.view-news__header button{margin-right:30px;max-width:110px;text-transform:uppercase}.view-news__header button svg{transform:rotate(-180deg)}.view-news__content{display:flex;transition:all .3s}@media(max-width:1024px){.view-news__content{flex-direction:column}}.view-news__left{transition:all .3s;width:40%}@media(max-width:1024px){.view-news__left{width:100%}}.view-news__left__image{border-radius:10px;max-height:369px;max-width:600px;object-fit:cover;transition:all .3s;width:100%}@media(max-width:1024px){.view-news__left__image{max-width:100%}}.view-news__right{padding:30px 0 30px 30px;transition:all .3s;width:60%}@media(max-width:1024px){.view-news__right{padding-right:30px;width:100%}}@media(max-width:768px){.view-news__right{padding:20px}}.view-news__right__date{color:var(--grey);font-size:15px;line-height:22.5px;margin-bottom:10px}.view-news__right__title{margin-bottom:30px}.view-news__right .white-card{line-height:24px;margin-left:-120px;transition:all .3s}@media(max-width:1024px){.view-news__right .white-card{margin-left:0}}.reviews-form .white-card{display:flex;justify-content:center}@media(max-width:768px){.reviews-form .white-card{padding:20px}}.reviews-form__content{max-width:1276px;width:100%}.reviews-form__content h2{margin-bottom:24px}.reviews-form__content h5{margin-bottom:30px}.reviews-form__main{display:flex;flex-direction:column}.reviews-form__main__row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}@media screen and (max-width:400px){.reviews-form__main__row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.reviews-form__main input,.reviews-form__main textarea{background-color:var(--grey-light);border:none;border-radius:10px;font-size:14px;font-weight:500;padding:14px 20px}.reviews-form__main input::placeholder,.reviews-form__main textarea::placeholder{color:var(--d-blue)}.reviews-form__main input:focus,.reviews-form__main textarea:focus{background-color:var(--border-default)}.reviews-form__main textarea{min-height:120px}.reviews-form__main textarea:hover{background-color:var(--grey-light)!important}.reviews-form__main__footer{align-items:center;display:flex;justify-content:space-between;margin-top:24px}@media(max-width:768px){.reviews-form__main__footer{flex-direction:column}}.reviews-form__main__footer button{font-size:20px;font-weight:700;height:60px;max-width:230px}@media(max-width:768px){.reviews-form__main__footer button{max-width:100%}}.reviews-form__main__messages{display:flex}@media(max-width:768px){.reviews-form__main__messages{flex-direction:column;width:100%}.reviews-form__main__messages .form-message{margin-bottom:24px;margin-right:0;width:100%}}.review-item .white-card{min-height:136px;padding:22px 30px}@media(max-width:768px){.review-item .white-card{padding:20px}}.review-item__title{align-items:center;border-bottom:1px solid var(--border-default);display:flex;justify-content:space-between;padding-bottom:20px}@media screen and (max-width:400px){.review-item__title{align-items:flex-start;flex-direction:column}}.review-item__content{align-items:center;display:flex;padding-top:20px}.review-item__content__comment{align-items:flex-start;display:flex;min-height:23px;position:relative;width:100%}.review-item__content button{margin-top:-10px}.review-item__content--flex{flex-direction:column}.review-item__content--flex .review-item__button{margin-left:auto}.review-item__content--flex button{margin-top:0}.review-item__review--absolute{overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 40px)}.reviews__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:30px;margin-top:24px}@media(max-width:1024px){.reviews__content{grid-template-columns:1fr}}.about-us__header__title{margin-bottom:24px;text-align:center}.about-us__header__title span{color:var(--green)}.about-us__header__subtitle{margin-bottom:30px;text-align:center}.about-us__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}@media screen and (max-width:400px){.about-us__content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.about-us__content .white-card{align-items:center;display:flex;flex-direction:column;padding:30px 40px 40px}@media(max-width:768px){.about-us__content .white-card{padding:20px}}.about-us__content .white-card img{margin-bottom:24px}.about-us__content .white-card h4{line-height:30px;text-align:center;white-space:pre-line}.about-us__info .white-card{align-items:center;display:flex;padding:30px 40px 40px}@media(max-width:768px){.about-us__info .white-card{flex-direction:column;padding:20px}}.about-us__info .white-card img{margin-right:40px}@media(max-width:768px){.about-us__info .white-card img{margin-bottom:24px;margin-right:0}}.about-us__info .white-card span{font-size:16px}.about-us__info__title{margin-bottom:24px}.agreement .section-card{padding-bottom:0}.agreement__translation{margin-bottom:20px}.contacts{display:flex}@media(max-width:1024px){.contacts{flex-direction:column}}.contacts__image{width:30%}@media(max-width:1024px){.contacts__image{display:none}}.contacts__image img{max-width:457px;width:100%}.contacts__link{align-items:center;color:var(--d-blue);display:flex;margin-bottom:30px;text-decoration:none}.contacts__link__image{margin-right:10px}.contacts-form{flex:1 1;margin-left:60px}@media(max-width:1024px){.contacts-form{margin-left:0}}.contacts-form .white-card{display:flex;justify-content:center}.contacts-form__content{width:100%}.contacts-form__content h2{margin-bottom:24px}.contacts-form__sub-title{margin:24px 0}.contacts-form__main{display:flex;flex-direction:column}.contacts-form__main__row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}@media screen and (max-width:400px){.contacts-form__main__row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.contacts-form__main input,.contacts-form__main textarea{background-color:var(--border-default);border:none;border-radius:10px;font-size:14px;font-weight:500;padding:14px 20px}.contacts-form__main input::placeholder,.contacts-form__main textarea::placeholder{color:var(--d-blue)}.contacts-form__main input:focus,.contacts-form__main input:hover,.contacts-form__main textarea:focus,.contacts-form__main textarea:hover{background-color:var(--bg-white)!important}.contacts-form__main textarea{min-height:120px}.contacts-form__main__footer{align-items:center;display:flex;justify-content:space-between;margin-top:24px}@media(max-width:768px){.contacts-form__main__footer{flex-direction:column}}.contacts-form__main__footer button{font-size:20px;font-weight:700;height:60px;max-width:230px}@media(max-width:768px){.contacts-form__main__footer button{max-width:100%}}.contacts-form__main__messages{display:flex}@media(max-width:768px){.contacts-form__main__messages{width:100%}}.profile,.profile__header{margin-bottom:40px}.profile__header{align-items:center;display:flex;justify-content:space-between}.profile__header--green{color:var(--green)}.profile__header--red{color:var(--red)}.profile__header__item{align-items:center;display:flex;margin:0 20px}.profile__header__item img{margin-right:14px}.profile__header__left{display:flex}.profile__header__left button{width:138px}.profile__header__right{padding-right:20px}.profile__header__right button{width:157px}@media(max-width:768px){.profile__header__right{padding-right:0}.profile__header__right button{width:auto}}.profile__info{margin-bottom:20px}.profile__info .white-card{display:flex;padding:20px 40px}@media(max-width:1024px){.profile__info .white-card{padding:20px}}.profile__info__item{align-items:center;display:flex;font-size:14px;font-weight:500;margin-right:60px}.profile__info__item img{margin-right:10px}.profile__info__item img svg path{fill:#7a7b93}.profile__info__item span{align-items:center;display:flex}.profile__info__item span strong{font-size:16px;margin-left:5px}.profile__form{display:flex}@media screen and (max-width:1300px){.profile__form{flex-direction:column}}.profile__form__wrapper{flex:1 1}.profile__form__row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));max-width:886px}@media(max-width:1024px){.profile__form__row{max-width:none}}@media screen and (max-width:450px){.profile__form__row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.profile__form__row button{font-size:16px;font-weight:700;height:47px;max-width:200px}.profile__form__row:last-child .custom-input__wrapper{margin-bottom:0}.profile__form .custom-input__wrapper{margin-bottom:20px;max-width:366px}@media(max-width:1024px){.profile__form .custom-input__wrapper{max-width:none}}.profile__form__footer{align-items:flex-end;display:flex}@media screen and (max-width:1300px){.profile__form__footer{align-items:center;justify-content:flex-end;margin-top:24px}}@media(max-width:768px){.profile__form__footer{flex-direction:column}}.profile__form__footer button{font-size:16px;font-weight:700;height:47px;margin-right:20px;max-width:168px;width:168px}.profile__form__footer button:last-child{margin-right:0}@media(max-width:768px){.profile__form__footer button{margin:0 0 15px;max-width:none;width:100%}.profile__form__footer button:last-child{margin-bottom:0}}.account-requests .section-card{padding-bottom:0}.account-requests .white-card{overflow-y:auto;width:100%}.account-requests__empty{padding:30px;text-align:center}.account-requests__table{border-collapse:initial;border-spacing:0 10px;font-size:14px;overflow-x:auto;table-layout:auto;white-space:nowrap;width:100%}.account-requests__table td,.account-requests__table th{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.account-requests__table th{color:var(--d-blue);font-size:12px;font-weight:600}.account-requests__table th:first-of-type{min-width:180px;width:260px}.account-requests__table th:nth-of-type(2){min-width:250px;width:339px}.account-requests__table th:nth-of-type(3){min-width:250px;width:523px}.account-requests__table th:nth-of-type(4){min-width:100px}.account-requests__table th:nth-of-type(5){min-width:50px}.account-requests__table thead th{padding-bottom:10px}.account-requests__table tbody tr{border-radius:10px;margin-bottom:10px;overflow:hidden;padding:10px}.account-requests__table tbody tr td{background:var(--bg-white);font-size:15px;font-weight:500;padding:12px 0}.account-requests__table tbody tr td img{cursor:pointer;margin-top:5px}.account-requests__table tbody tr td:first-child{border-bottom-left-radius:10px;border-top-left-radius:10px;padding-left:26px}.account-requests__table tbody tr td:last-child{border-bottom-right-radius:10px;border-top-right-radius:10px;padding-right:20px}.personal-account .white-card{overflow-y:auto;width:100%}.personal-account__table{border-collapse:initial;border-spacing:0 10px;table-layout:auto;width:100%}.personal-account__table td,.personal-account__table th{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.personal-account__table th{color:var(--grey);font-size:12px;font-weight:600}.personal-account__table th:first-of-type{width:260px}.personal-account__table th:nth-of-type(2){width:339px}.personal-account__table th:nth-of-type(3){width:523px}.personal-account__table th:last-child{padding-right:50px}.personal-account__table thead th{padding-bottom:10px}.personal-account__table tbody tr{border-radius:10px;margin-bottom:10px;overflow:hidden;padding:10px}.personal-account__table tbody tr td{background:var(--bg-white);font-size:15px;font-weight:500;padding:12px 0}.personal-account__table tbody tr td:first-child{border-bottom-left-radius:10px;border-top-left-radius:10px;padding-left:26px}.personal-account__table tbody tr td:last-child{border-bottom-right-radius:10px;border-top-right-radius:10px;padding-right:20px}.sign-in{align-items:flex-start;display:flex;justify-content:center;width:100%}.sign-in .custom-input__wrapper{margin-bottom:20px}.sign-in .white-card{flex:1 1;max-width:496px;padding:30px 40px 60px}@media(max-width:1024px){.sign-in .white-card{padding:30px}}@media(max-width:768px){.sign-in .white-card{padding:20px}}.sign-in .white-card h2{margin-bottom:30px;text-align:center}.sign-in__form__password{position:relative}.sign-in__form__forgot-password{position:absolute;right:0;top:0;z-index:1}.sign-in__form__checkbox{align-items:center;display:flex}.sign-in__form__checkbox__label{margin-left:10px}.sign-in__form__footer{align-items:center;display:flex;flex-direction:column;margin-top:30px}.sign-in__form__footer span{color:var(--d-blue);font-size:14px}.sign-in__form button{font-size:20px;font-weight:700;height:60px;margin-top:30px}.sign-in__form .custom-link{color:var(--green);text-decoration:underline}.sign-up{align-items:flex-start;display:flex;justify-content:center}.sign-up .custom-input__wrapper{margin-bottom:20px}.sign-up .white-card{flex:1 1;max-width:496px;padding:30px 40px 60px}@media(max-width:1024px){.sign-up .white-card{padding:30px}}@media(max-width:768px){.sign-up .white-card{padding:20px}}.sign-up .white-card h2{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;text-align:left}.sign-up .white-card h2 button{font-size:16px;font-weight:700;height:39px;width:129px}.sign-up__form__password{position:relative}.sign-up__form__forgot-password{position:absolute;right:0;top:0}.sign-up__form__footer{align-items:center;display:flex;flex-direction:row;margin-top:30px}.sign-up__form__footer .custom-checkbox{margin-right:20px}.sign-up__form__footer span{color:var(--d-blue);font-size:14px}.sign-up__form button{font-size:20px;font-weight:700;height:60px;margin-top:30px}.sign-up__form .custom-link{color:var(--green);text-decoration:underline}.forgot-password-requested{align-items:flex-start;display:flex;justify-content:center}.forgot-password-requested .custom-input__wrapper{margin-bottom:20px}.forgot-password-requested .white-card{display:flex;flex:1 1;flex-direction:column;max-width:496px;padding:30px 40px 60px}@media(max-width:1024px){.forgot-password-requested .white-card{padding:30px}}@media(max-width:768px){.forgot-password-requested .white-card{padding:20px}}.forgot-password-requested .white-card img{margin:0 auto 20px}.forgot-password-requested .white-card h2,.forgot-password-requested .white-card h6{margin-bottom:30px;text-align:center}.forgot-password-requested .white-card h2{margin-bottom:20px}.forgot-password-requested__form button{font-size:20px;font-weight:700;height:60px}.forgot-password-success{align-items:flex-start;display:flex;justify-content:center}.forgot-password-success .custom-input__wrapper{margin-bottom:20px}.forgot-password-success .white-card{display:flex;flex:1 1;flex-direction:column;max-width:496px;padding:30px 40px 60px}@media(max-width:1024px){.forgot-password-success .white-card{padding:30px}}@media(max-width:768px){.forgot-password-success .white-card{padding:20px}}.forgot-password-success .white-card img{height:64px;margin:0 auto 40px;width:64px}.forgot-password-success .white-card h2,.forgot-password-success .white-card h4{margin-bottom:30px;text-align:center}.forgot-password-success .white-card h2{margin-bottom:60px}.forgot-password-success__form button{font-size:20px;font-weight:700;height:60px}.forgot-password{align-items:flex-start;display:flex;justify-content:center}.forgot-password .custom-input__wrapper{margin-bottom:20px}.forgot-password .white-card{display:flex;flex:1 1;flex-direction:column;max-width:496px;padding:30px 40px 60px}@media(max-width:1024px){.forgot-password .white-card{padding:30px}}@media(max-width:768px){.forgot-password .white-card{padding:20px}}.forgot-password .white-card img{margin:0 auto 20px}.forgot-password .white-card h2,.forgot-password .white-card h6{margin-bottom:30px;text-align:center}.forgot-password .white-card h2{margin-bottom:20px}.forgot-password__form button{font-size:20px;font-weight:700;height:60px;margin-top:30px}.create-exchange__header{align-items:center;color:var(--d-blue);display:flex;font-size:30px}@media(max-width:768px){.create-exchange__header{align-items:flex-start;flex-direction:column}}.create-exchange__header h2{margin:0 10px}@media(max-width:768px){.create-exchange__header h2{margin:10px 0}}.create-exchange__subtitle{font-size:16px;margin-bottom:20px}.create-exchange__warning{align-items:center;background-color:var(--warning);border-radius:10px;color:var(--d-blue-default);display:flex;font-size:16px;margin-bottom:30px;max-width:705px;padding:10px 20px}.create-exchange__warning img{margin-right:10px}.create-exchange__content{display:flex}@media(max-width:1024px){.create-exchange__content{flex-direction:column}}.create-exchange__left,.create-exchange__right{color:var(--white-text);font-size:16px;width:100%}.create-exchange__left__header,.create-exchange__right__header{align-items:center;display:flex;margin-bottom:20px;padding:16px 15px}.create-exchange__left h2,.create-exchange__right h2{color:var(--white-text);margin-left:10px}.create-exchange__left__header{background-color:var(--grey);border-bottom-left-radius:10px;border-top-left-radius:10px;clip-path:polygon(0 0,calc(100% - 25px) 0,100% 50%,calc(100% - 25px) 100%,0 100%);margin-right:-13px;position:relative}@media(max-width:1024px){.create-exchange__left__header{border-radius:10px;clip-path:none;margin-right:0}}.create-exchange__left__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding-right:12px}@media(max-width:1024px){.create-exchange__left__content{margin-bottom:48px;padding-right:0}}.create-exchange__right__header{background-color:#2a2b42;border-bottom-right-radius:10px;border-top-right-radius:10px;margin-left:-13px;padding-left:66px}@media(max-width:1024px){.create-exchange__right__header{border-radius:10px;margin-left:0;padding-left:15px}}.create-exchange__right__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding-left:12px}@media(max-width:1024px){.create-exchange__right__content{margin-bottom:24px;padding-left:0}}.create-exchange__form__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr 1fr 1fr}@media(max-width:1353px){.create-exchange__form__content{grid-template-columns:1fr 1fr 1fr}}@media(max-width:1024px){.create-exchange__form__content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.create-exchange__form__footer{align-items:center;display:flex}@media(max-width:1024px){.create-exchange__form__footer{flex-direction:column-reverse}}.create-exchange__form__footer button{font-size:20px;font-weight:700;height:50px;margin-right:24px;max-width:717px}@media(max-width:1024px){.create-exchange__form__footer button{margin-right:0;max-width:none}}.create-exchange__form__checkbox{align-items:center;display:flex;flex-direction:row}@media(max-width:1024px){.create-exchange__form__checkbox{margin-bottom:24px}}.create-exchange__form__checkbox .custom-checkbox{margin-right:10px}.create-exchange__form__checkbox span{color:var(--d-blue);font-size:14px}.create-exchange__form__checkbox .custom-link{color:var(--green);text-decoration:underline}.create-exchange__divider{background-color:var(--d-blue);height:1px;margin:30px 0;opacity:.1;width:100%}.create-exchange__instructions{margin-top:68px}.create-exchange__instructions h2{margin-bottom:30px}.create-exchange__instructions h4{color:var(--green);margin-bottom:20px}.create-exchange__instructions ol{color:var(--d-blue);font-size:16px;margin-bottom:40px}.create-exchange__instructions ol li{margin-bottom:10px}.create-exchange__instructions ol li::marker{color:var(--green);font-weight:600}.create-exchange__instructions__content{background-color:var(--green-bg);border-radius:10px;color:#2a2b42;padding:30px 30px 40px}.sub-item{align-items:center;color:var(--d-blue);display:flex;font-size:14px;margin-top:14px}.sub-item__text{color:var(--grey);margin-right:5px}.accept-exchange h2{margin-bottom:24px}.accept-exchange__content{display:flex}@media(max-width:1024px){.accept-exchange__content{flex-direction:column-reverse}}.accept-exchange__content__footer{align-items:center;display:flex;justify-content:space-between;margin-top:30px}.accept-exchange__content__footer button{height:50px}.accept-exchange__content__footer button:first-child{margin-right:24px;max-width:250px}.accept-exchange__content__footer button:last-child{font-size:20px;font-weight:700;max-width:334px}.accept-exchange__content .white-card{margin-right:13px;padding:20px 30px 40px;width:100%}@media(max-width:1024px){.accept-exchange__content .white-card{margin-right:0}}.accept-exchange__content .white-card h5{border-bottom:1px solid var(--border-default);padding-bottom:20px}.accept-exchange__item{border-bottom:1px solid var(--border-default);display:flex;padding:20px 0}@media(max-width:1024px){.accept-exchange__item{flex-direction:column}}.accept-exchange__item h5,.accept-exchange__item__text{width:100%}.accept-exchange__item h5{word-wrap:break-word;border-bottom:none!important;padding-bottom:0!important}.accept-exchange__warning{background-color:var(--warning);border-radius:10px;color:var(--d-blue-default);display:flex;font-size:14px;margin-left:13px;padding:20px 20px 30px}@media(max-width:1024px){.accept-exchange__warning{margin-bottom:24px;margin-left:0}}.accept-exchange__warning__wrapper{width:100%}.accept-exchange__warning img{margin-right:10px}.view-exchange h2{margin-bottom:24px}.view-exchange__content{display:flex}@media screen and (max-width:1125px){.view-exchange__content{flex-direction:column-reverse}}.view-exchange__content__footer{align-items:center;display:flex;justify-content:space-between;margin-top:30px}.view-exchange__content__footer button{height:50px}.view-exchange__content__footer button:first-child{margin-right:24px;max-width:250px}.view-exchange__content__footer button:last-child{font-size:20px;font-weight:700;max-width:334px}.view-exchange__content .white-card{margin-right:26px;max-width:714px;padding:20px 30px 40px;width:100%}@media screen and (max-width:1125px){.view-exchange__content .white-card{margin-right:0;max-width:none}}@media(max-width:1024px){.view-exchange__content .white-card{padding:20px 20px 40px}}.view-exchange__content .white-card h5{border-bottom:1px solid var(--border-default);padding-bottom:20px}.view-exchange__item{border-bottom:1px solid var(--border-default);display:flex;padding:20px 0}@media(max-width:768px){.view-exchange__item{flex-direction:column}}.view-exchange__item h5,.view-exchange__item__text{word-wrap:break-word;width:50%}@media(max-width:768px){.view-exchange__item h5,.view-exchange__item__text{width:100%}}.view-exchange__item h5{border-bottom:none!important;padding-bottom:0!important}.view-exchange__right{background-color:var(--green-bg);border-radius:10px;display:flex;flex-direction:column;padding:24px 30px 40px;width:100%}@media screen and (max-width:1125px){.view-exchange__right{margin-bottom:24px}}@media(max-width:1024px){.view-exchange__right{padding:20px 20px 40px}}.view-exchange__right__header{display:flex;justify-content:space-between;margin-bottom:35px}.view-exchange__right__header h4{color:#2a2b42}.view-exchange__right__header button{font-size:16px;font-weight:400;height:39px;max-width:206px}.view-exchange__right .white-card{align-items:center;display:flex;justify-content:space-between;margin-bottom:23px;margin-right:0;padding:15px 30px}@media(max-width:1024px){.view-exchange__right .white-card{padding:15px 20px}}@media screen and (max-width:500px){.view-exchange__right .white-card{flex-direction:column}}.view-exchange__text{display:flex;flex-direction:column;font-size:14px;margin-right:15px}.view-exchange__text__sub{color:var(--grey);font-size:12px;margin-bottom:10px;text-align:center}.view-exchange__text__time{color:#2a2b42}.view-exchange__text__timer{color:var(--green)}.view-exchange__qr{background-color:blue;height:150px;max-width:150px;width:100%}.view-exchange__input{align-items:flex-end;display:flex;margin-bottom:20px}.view-exchange__input .custom-input{background-color:var(--white)!important;border:1px solid var(--border-default);height:40px}.view-exchange__input .custom-input__label{color:#2a2b42}.view-exchange__input .ant-input-disabled{color:var(--d-blue)!important}.view-exchange__input .button__icon--left{margin:0}.view-exchange__input button{border-radius:10px;height:40px;margin-left:14px;width:40px}.exchange-status h2{align-items:center;margin-bottom:24px;text-align:center}.exchange-status h2,.exchange-status__content{display:flex;justify-content:center}.exchange-status__content__footer{align-items:center;display:flex;justify-content:space-between;margin-top:30px}.exchange-status__content__footer button{height:50px}.exchange-status__content__footer button:first-child{margin-right:24px;max-width:250px}.exchange-status__content__footer button:last-child{font-size:20px;font-weight:700;max-width:334px}.exchange-status__content .white-card{max-width:714px;padding:20px 30px 30px;width:100%}@media(max-width:1024px){.exchange-status__content .white-card{max-width:none;padding:20px 20px 40px}}.exchange-status__content .white-card h5{border-bottom:1px solid var(--border-default);padding-bottom:20px}.exchange-status__content .white-card h5 img{height:24px;margin-right:10px;width:24px}.exchange-status__item{border-bottom:1px solid var(--border-default);display:flex;padding:20px 0}.exchange-status__item:last-child{border-bottom:0;padding-bottom:0}@media(max-width:768px){.exchange-status__item{flex-direction:column}}.exchange-status__item h5,.exchange-status__item__text{word-wrap:break-word;width:50%}@media(max-width:768px){.exchange-status__item h5,.exchange-status__item__text{width:100%}}.exchange-status__item h5{border-bottom:none!important;padding-bottom:0!important}.pending{color:var(--orange)}.success{color:var(--green)}.rejected{color:var(--red)}.exchange-directions,.exchange-directions .white-card{display:flex;flex:1 1;flex-direction:column}.exchange-directions .white-card .custom-table{position:inherit}.exchange-directions .white-card .custom-table th{min-width:150px}.exchange-directions .white-card .custom-table th:first-of-type,.exchange-directions .white-card .custom-table th:nth-of-type(2){min-width:160px}.exchange-directions .white-card .custom-table th:nth-of-type(3),.exchange-directions .white-card .custom-table th:nth-of-type(4){min-width:250px}.exchange-directions .white-card .custom-table th:last-child{min-width:0;min-width:auto}.exchange-directions .white-card .custom-table__wrapper{flex:1 1}.exchange-directions h2{color:var(--d-blue);margin-bottom:40px}.technical-issues{align-items:center;background-color:var(--warning-bg);border-radius:0 0 5px 5px;display:flex;left:50%;padding:6px 30px;position:fixed;top:0;transform:translateX(-50%);z-index:1000}.technical-issues h5{color:var(--white-text);font-weight:700}.technical-issues img{margin-right:10px}.admin-builder{display:flex;height:100%}@media screen and (max-width:1400px){.admin-builder{flex-direction:column-reverse}}.admin-builder .white-card{padding:22px 30px 30px}@media(max-width:1024px){.admin-builder .white-card{padding:10px}}.admin-builder__mobile__header{display:none}@media(max-width:1024px){.admin-builder__mobile__header{display:flex;justify-content:space-between}}.admin-builder__mobile__button{margin-bottom:10px}.admin-builder__mobile__button span{background-color:var(--d-blue);border-radius:2px;display:block;height:4px;margin-bottom:6px;width:35px}.admin-builder__mobile__button span:last-child{margin-bottom:0}.admin-builder__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}@media(max-width:1024px){.admin-builder__header{flex-direction:column}.admin-builder__header h2{font-size:20px!important}}.admin-builder__settings{display:flex}@media(max-width:1024px){.admin-builder__settings{width:100%!important}}.admin-builder__settings__item{margin-bottom:10px}.admin-builder__settings__item .button{font-size:12px;height:27px;padding:6px 30px!important}.admin-builder__settings .button{padding:10px 30px}.admin-builder__settings__button{position:relative}@media(max-width:1024px){.admin-builder__settings__button{margin-top:15px;width:100%!important}}.admin-builder__settings__button:first-child{width:181px}.admin-builder__settings__button:last-child{width:153px}.admin-builder__button{transition:all .5s}.admin-builder__button--active{border-bottom:initial;border-radius:5px 5px 0 0}.admin-builder__button--inactive{border-radius:5px}.admin-builder__content{display:flex;flex:1 1}.admin-builder__content .white-card{display:flex;flex:1 1;flex-direction:column}.admin-builder__content .pagination{margin-top:auto}.admin-builder__filters{display:flex;flex:1 1;margin-left:24px;max-width:258px}@media screen and (max-width:1400px){.admin-builder__filters{flex:initial;margin-bottom:24px;margin-left:0;max-width:100%}}@media(max-width:1024px){.admin-builder__filters{bottom:0;display:flex;flex:1 1;height:100%;margin-bottom:0;max-width:258px;opacity:0;overflow:auto;pointer-events:none;position:fixed;right:0;top:0;transform:translateX(20px);transition:opacity .5s,transform .5s;visibility:hidden;z-index:10}.admin-builder__filters--active{opacity:1;pointer-events:auto;transform:translateX(0);visibility:visible}.admin-builder__filters--active .white-card{overflow:auto}}.admin-builder__filters .white-card{flex:1 1;padding:20px}@media screen and (max-width:1400px){.admin-builder__filters .white-card{flex:initial;width:100%}.admin-builder__filters .white-card form{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.admin-builder__filters .custom-input{font-size:12px;font-weight:400;height:32px;margin-bottom:12px;padding:10px}.admin-builder__filters .custom-select{margin-bottom:12px}.admin-builder__filters .custom-datepicker__label,.admin-builder__filters .custom-input__label{font-size:10px;margin-bottom:6px}.admin-builder__filters .button{margin-top:20px}.admin-builder__text--gray{color:var(--grey)}.application-form{height:100%}.application-form h3{align-items:center;display:flex;margin-bottom:44px}.application-form__tabs{display:flex;margin-left:40px}.application-form__tabs .button{font-size:16px!important;font-weight:600!important;height:39px!important;margin-right:10px;padding:10px 30px;width:auto!important}.application-form .white-card{height:100%;overflow:auto;position:relative}.application-form .white-card form{padding-bottom:30px}.application-form .custom-select__label{font-size:12px}.application-form__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr 1fr;margin-bottom:30px;max-width:1170px}@media(max-width:1024px){.application-form__content{grid-template-columns:1fr 1fr!important;max-width:none!important}}@media(max-width:768px){.application-form__content{grid-template-columns:1fr!important;max-width:none!important}}.application-form__content .custom-input,.application-form__content .custom-select{height:40px}.application-form__content .custom-input__label,.application-form__content .custom-select__label{font-size:12px;margin-bottom:10px}.application-form .button{font-size:20px;font-weight:700;height:60px;max-width:336px}@media(max-width:1024px){.application-form .button{max-width:none}}.application-form__switch{margin-top:42px}.application-form .account-requests__table{border-collapse:initial;border-spacing:0 10px;font-size:14px;overflow-x:auto;position:absolute;table-layout:auto;white-space:nowrap;width:100%}.exchange-directions-form{height:100%}.exchange-directions-form h3{align-items:center;display:flex;margin-bottom:44px}.exchange-directions-form__tabs{display:flex;margin-left:40px}@media(max-width:1024px){.exchange-directions-form__tabs{flex-direction:column;margin-left:0;margin-top:25px;width:100%}}.exchange-directions-form__tabs .button{font-size:16px!important;font-weight:600!important;height:39px!important;margin-right:10px;padding:10px 30px;width:auto!important}@media(max-width:1024px){.exchange-directions-form__tabs .button{margin-bottom:15px;margin-right:0}}.exchange-directions-form .white-card{height:100%;overflow:auto;position:relative}.exchange-directions-form .white-card form{padding-bottom:30px}.exchange-directions-form .custom-select__label{font-size:12px}.exchange-directions-form__content{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr 1fr;margin-bottom:30px;max-width:1170px}@media(max-width:1024px){.exchange-directions-form__content{grid-template-columns:1fr 1fr!important;max-width:none!important}}@media(max-width:768px){.exchange-directions-form__content{grid-template-columns:1fr!important}}.exchange-directions-form__content .custom-input,.exchange-directions-form__content .custom-select{height:40px}.exchange-directions-form__content .custom-input__label,.exchange-directions-form__content .custom-select__label{font-size:12px;margin-bottom:10px}.exchange-directions-form__content--flex{display:flex;flex-direction:column;gap:10px;max-width:726px}.exchange-directions-form .button{font-size:20px;font-weight:700;height:60px;max-width:336px}@media(max-width:1024px){.exchange-directions-form .button{max-width:none}}.exchange-directions-form__switch{margin-top:42px}.exchange-directions-form__switch .custom-switch{margin-bottom:20px}.admin-reviews-form{height:100%}.admin-reviews-form h3{align-items:center;display:flex;margin-bottom:44px}.admin-reviews-form__tabs{display:flex;margin-left:40px}.admin-reviews-form__tabs .button{font-size:16px!important;font-weight:600!important;height:39px!important;margin-right:10px;padding:10px 30px;width:auto!important}.admin-reviews-form .white-card{height:100%;overflow:auto;position:relative}.admin-reviews-form .white-card form{padding-bottom:30px}.admin-reviews-form .white-card form .custom-select{height:40px!important}.admin-reviews-form .custom-select__label{font-size:12px}.admin-reviews-form__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:30px;max-width:726px}@media(max-width:1024px){.admin-reviews-form__content{grid-template-columns:1fr!important;max-width:none!important}}.admin-reviews-form__content__item{margin-bottom:30px;max-width:726px;width:100%}.admin-reviews-form__content .custom-input,.admin-reviews-form__content .custom-select{height:40px}.admin-reviews-form__content .custom-input__label,.admin-reviews-form__content .custom-select__label{font-size:12px;margin-bottom:10px}.admin-reviews-form .button{font-size:20px;font-weight:700;height:60px;max-width:336px}@media(max-width:1024px){.admin-reviews-form .button{max-width:none}}.admin-reviews-form__switch{margin-top:42px}.currencies-form{height:100%}.currencies-form h3{align-items:center;display:flex;justify-content:space-between;margin-bottom:44px}.currencies-form h3 button{margin-top:0!important}.currencies-form .white-card{height:100%;overflow:auto;position:relative}.currencies-form .white-card form{min-width:340px;padding-bottom:30px}@media(max-width:1024px){.currencies-form .white-card form{min-width:0;min-width:auto}}.currencies-form .white-card form .custom-button{max-width:336px;width:100%}.currencies-form .custom-select__label{font-size:12px}.currencies-form__row{align-items:center;display:flex}.currencies-form__row .custom-input__wrapper{margin-right:24px}.currencies-form__row .custom-input__wrapper:last-child{margin-right:0}.currencies-form__row svg{cursor:pointer;margin-top:32.5px}.currencies-form__row svg path{fill:red}.currencies-form__networks .custom-input__wrapper{margin-bottom:24px}.currencies-form__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:30px;max-width:696px}@media(max-width:1024px){.currencies-form__content{grid-template-columns:1fr!important;max-width:none!important}}.currencies-form__content .custom-input,.currencies-form__content .custom-select{height:40px}.currencies-form__content .custom-input__label,.currencies-form__content .custom-select__label{font-size:12px;margin-bottom:10px}.currencies-form .button{font-size:20px;font-weight:700;height:60px;max-width:336px}@media(max-width:1024px){.currencies-form .button{max-width:none}}.user-form{height:100%}.user-form h3{align-items:center;display:flex;margin-bottom:44px}.user-form h3 button{margin-top:0!important}.user-form .white-card{height:100%;overflow:auto;position:relative}.user-form .white-card form{padding-bottom:30px}.user-form .custom-select__label{font-size:12px}.user-form__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:30px;max-width:696px}@media(max-width:1024px){.user-form__content{grid-template-columns:1fr!important;max-width:none!important}}.user-form__content .custom-input,.user-form__content .custom-select{height:40px}.user-form__content .custom-input__label,.user-form__content .custom-select__label{font-size:12px;margin-bottom:10px}.user-form .button{font-size:20px;font-weight:700;height:60px;max-width:336px}@media(max-width:1024px){.user-form .button{max-width:none}}.user-form__switch{margin-top:42px}.user-form__table{height:100vh;margin-bottom:20px;overflow-y:auto;position:relative}.user-form .account-requests__table{border-collapse:initial;border-spacing:0 10px;font-size:14px;overflow-x:auto;position:absolute;table-layout:auto;white-space:nowrap;width:100%}.admins-form{height:100%}.admins-form h3{margin-bottom:44px}.admins-form .white-card{height:100%;overflow:auto;position:relative}.admins-form .white-card form{padding-bottom:30px}.admins-form .custom-select__label{font-size:12px}.admins-form__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:30px;max-width:696px}@media(max-width:1024px){.admins-form__content{grid-template-columns:1fr!important;max-width:none!important}}.admins-form__content .custom-input,.admins-form__content .custom-select{height:40px}.admins-form__content .custom-input__label,.admins-form__content .custom-select__label{font-size:12px;margin-bottom:10px}.admins-form .button{font-size:20px;font-weight:700;height:60px;max-width:336px}@media(max-width:1024px){.admins-form .button{max-width:none}}.admins-form__switch{margin-top:42px}.cash-exchanges-form{height:100%}.cash-exchanges-form h3{align-items:center;display:flex;justify-content:space-between;margin-bottom:44px}.cash-exchanges-form .white-card{height:100%;overflow:auto;position:relative}.cash-exchanges-form .white-card form{padding-bottom:30px}.cash-exchanges-form .custom-select__label{font-size:12px}.cash-exchanges-form__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;margin-bottom:30px;max-width:395px}@media(max-width:1024px){.cash-exchanges-form__content{max-width:none!important}}.cash-exchanges-form__content .custom-input,.cash-exchanges-form__content .custom-select{height:40px}.cash-exchanges-form__content .custom-input__label,.cash-exchanges-form__content .custom-select__label{font-size:12px;margin-bottom:10px}.cash-exchanges-form .button{font-size:20px;font-weight:700;height:60px;max-width:336px}@media(max-width:1024px){.cash-exchanges-form .button{max-width:none}}.cash-exchanges-form__switch{margin-top:42px}.admin-block-form{height:100%}.admin-block-form h3{align-items:center;display:flex;justify-content:space-between;margin-bottom:44px}.admin-block-form h3 button{margin-top:0!important}.admin-block-form .white-card{height:100%;overflow:auto;position:relative}.admin-block-form .white-card form{min-width:340px;padding-bottom:30px}@media(max-width:1024px){.admin-block-form .white-card form{min-width:0;min-width:auto}}.admin-block-form .white-card form .custom-button{max-width:336px;width:100%}.admin-block-form .custom-select__label{font-size:12px}.admin-block-form__row{align-items:center;display:flex}.admin-block-form__row .custom-input__wrapper{margin-right:24px}.admin-block-form__row .custom-input__wrapper:last-child{margin-right:0}.admin-block-form__row svg{cursor:pointer;margin-top:32.5px}.admin-block-form__row svg path{fill:red}.admin-block-form__networks .custom-input__wrapper{margin-bottom:24px}.admin-block-form__content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;margin-bottom:24px;max-width:696px}@media(max-width:1024px){.admin-block-form__content{grid-template-columns:1fr!important;max-width:none!important}}.admin-block-form__content__footer{margin-bottom:30px;max-width:696px}.admin-block-form__content__footer .custom-input__wrapper{margin-bottom:24px}.admin-block-form__content__footer .custom-input__wrapper:last-child{margin-bottom:0}@media(max-width:1024px){.admin-block-form__content__footer{max-width:none!important}}.admin-block-form__content__footer .custom-select{height:40px}.admin-block-form__content__footer .custom-select__label{font-size:12px;margin-bottom:10px}.admin-block-form__content .custom-input,.admin-block-form__content .custom-select{height:40px}.admin-block-form__content .custom-input__label,.admin-block-form__content .custom-select__label{font-size:12px;margin-bottom:10px}.admin-block-form .button{font-size:20px;font-weight:700;height:60px;max-width:336px}@media(max-width:1024px){.admin-block-form .button{max-width:none}}.admin-menu{background-color:var(--white);border:1px solid var(--border-default);border-radius:10px;display:flex;flex-direction:column;height:100%;margin-right:24px;max-width:280px;padding:22px 30px 30px;width:100%}@media(max-width:1024px){.admin-menu{bottom:0;display:flex;flex:1 1;left:0;margin-bottom:0;max-width:258px;opacity:0;overflow:auto;padding:15px;pointer-events:none;position:fixed;top:0;transform:translateX(-20px);transition:opacity .5s,transform .5s;visibility:hidden;z-index:10}}.admin-menu--active{opacity:1;pointer-events:auto;transform:translateX(0);visibility:visible}.admin-menu .header--left{margin-bottom:22px}@media(max-width:1024px){.admin-menu .header--left{display:flex;justify-content:center}.admin-menu .header--left__image{margin-right:0}}.admin-menu__content{display:flex;flex-direction:column}.admin-menu .button{margin:auto 0;width:auto}.admin-menu__button{margin:auto 0}.admin-menu__button button{margin-bottom:24px!important}.admin-menu__button button:last-child{margin-bottom:0!important}.admin-menu__button--checked .ant-switch-handle:before{background-color:var(--green)!important}.admin-menu__button--unchecked .ant-switch-handle:before{background-color:var(--red)!important}.admin-menu .header--info__admin{display:none}@media(max-width:1024px){.admin-menu .header--info__admin{display:flex;flex-direction:column;margin-left:0;margin-top:20px}.admin-menu .header--info__admin button{margin-bottom:14px;margin-right:0!important}}.admin-menu__item{border-top:1px solid var(--border-default);display:flex;padding:20px 0;text-decoration:none}.admin-menu__item--active h5{color:var(--green)}.admin-menu__item--active svg path{fill:var(--green)!important}.admin-menu__item--disabled{cursor:not-allowed}.admin-menu__item--disabled h5{color:var(--grey)!important}.admin-menu__item svg{margin-right:14px}.admin-menu__toggle{border-top:1px solid var(--border-default);margin-top:auto;padding-top:25px}.admin-menu__toggle__item{color:var(--grey);padding-bottom:14px}.admin-menu__toggle__item:last-child{padding-bottom:0}.admin-menu .ant-switch{background:none!important;border:1px solid var(--border-default);margin-right:10px}.app-layout{align-items:flex-start;display:flex;justify-content:center;overflow:hidden;padding:0 40px;position:relative;width:100%}@media(max-width:768px){.app-layout{padding:0 20px}}.app-layout__content{max-width:1536px;width:100%}.app-layout__image-1{left:0;position:absolute;top:125px;z-index:-1}.app-layout__body{display:flex;flex-direction:column;min-height:calc(100vh - 455px)}.app-layout__image-2{bottom:0;position:absolute;right:0;z-index:-1}.admin-layout{display:flex;height:100vh;padding:0 40px 40px;position:relative;width:100%}@media(max-width:1024px){.admin-layout{padding:15px}.admin-layout .header--info{display:none}}.admin-layout .header--info{margin-bottom:15px}.admin-layout__content,.admin-layout__wrapper{flex:1 1 auto;width:100%}.admin-layout__wrapper{display:flex;flex-direction:column}@media(max-width:1024px){.admin-layout__content .white-card h3{display:flex;flex-direction:column;font-size:20px!important}}.admin-layout__main__content{display:flex;flex:1 1 auto}.admin-layout__image-1{left:0;position:absolute;top:125px;z-index:-1}@media(max-width:1024px){.admin-layout__image-1{display:none}}.app{justify-content:center}.app,.app-content{display:flex;width:100%}.app-content{flex-direction:column}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--white:#fff;--white-text:#fff;--bg-white:#f2f5f8;--d-blue:#2a2b42;--d-blue-default:#2a2b42;--green:#04ba96;--green-hover:#04ba96cc;--green-bg:#e6f8f4;--grey:#7a7b93;--grey-light:#f2f2f4;--border-default:#33355b1a;--red:#eb5757;--red-hover:#ea5757c2;--red-error:#fcedee;--orange:#f2994a;--warning:#fff5ed;--button-default-text:#2a2b42;--button-default-bg:#f2f5f8;--default-icon:#7a7b93;--exchanges-item-bg:#f2f8f6;--warning-bg:#ff5630;--warning-text:#2a2b42;--pagination-border:#33355b1a}[data-theme=dark]{--white:#41435a;--white-text:#fff;--bg-white:#2a2b42;--d-blue:#fff;--grey-light:#2a2b42;--grey:#9899af;--button-default-text:#fff;--button-default-bg:#2a2b42;--default-icon:#04ba96;--exchanges-item-bg:#2a2b42;--border-default:#2a2b42;--pagination-border:#f2f8f6}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0000;background-color:#f2f5f8;background-color:var(--bg-white);box-sizing:border-box;font-family:Inter;margin:0}*,:after,:before{box-sizing:inherit}*{font-family:Inter}h2{font-size:30px;line-height:36.31px}h2,h3{color:#2a2b42;color:var(--d-blue);font-weight:700;margin:0}h3{font-size:24px;line-height:29.05px}h4{font-size:20px;font-weight:700;line-height:24.2px}h4,h5{color:#2a2b42;color:var(--d-blue);margin:0}h5{font-size:16px;font-weight:600}h6{color:#2a2b42;color:var(--d-blue);font-size:14px;font-weight:500;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:6px;-webkit-transition:all .3s;transition:all .3s;width:6px}::-webkit-scrollbar-track{background:#e4e5e9}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-radius:5px;-webkit-transition:all .3s;transition:all .3s}::-webkit-scrollbar-thumb{background:#afb0be}
/*# sourceMappingURL=main.0b60924c.css.map*/